twenty-sdk 0.5.2 → 0.6.0
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/README.md +29 -10
- package/dist/{AllIcons-CGPKtPQS-C-ZFgy8B.mjs → AllIcons-CGPKtPQS-CBzLmrUd.mjs} +6666 -6695
- package/dist/{AllIcons-CGPKtPQS-sO2O4z-k.js → AllIcons-CGPKtPQS-CoHKEEHb.js} +3790 -3810
- package/dist/HtmlTagToRemoteComponent-DBOkvIRB.mjs +13283 -0
- package/dist/HtmlTagToRemoteComponent-DzQ2I9Lz.js +29 -0
- package/dist/cli/commands/app/app-dev.d.ts +0 -16
- package/dist/cli/commands/app/app-typecheck.d.ts +6 -0
- package/dist/cli/commands/app/app-uninstall.d.ts +2 -2
- package/dist/cli/commands/app-command.d.ts +1 -1
- package/dist/cli/commands/entity/entity-add.d.ts +3 -0
- package/dist/cli/commands/logic-function/logic-function-execute.d.ts +2 -1
- package/dist/cli/commands/logic-function/logic-function-logs.d.ts +1 -1
- package/dist/cli/utilities/api/api-service.d.ts +37 -9
- package/dist/cli/utilities/build/common/esbuild-result-processor.d.ts +2 -2
- package/dist/cli/utilities/build/common/esbuild-watcher.d.ts +2 -2
- package/dist/cli/utilities/build/common/file-upload-watcher.d.ts +1 -1
- package/dist/cli/utilities/build/common/front-component-build/jsx-runtime-remote-wrapper-plugin.d.ts +6 -0
- package/dist/cli/utilities/build/common/front-component-build/jsx-transform-to-remote-dom-worker-format-plugin.d.ts +0 -1
- package/dist/cli/utilities/build/common/front-component-build/preact-alias-plugin.d.ts +2 -0
- package/dist/cli/utilities/build/common/front-component-build/utils/get-front-component-build-plugins.d.ts +5 -1
- package/dist/cli/utilities/build/common/restartable-watcher-interface.d.ts +2 -2
- package/dist/cli/utilities/build/common/tsc-watcher.d.ts +18 -0
- package/dist/cli/utilities/build/common/typecheck-plugin.d.ts +10 -0
- package/dist/cli/utilities/build/manifest/manifest-build.d.ts +2 -2
- package/dist/cli/utilities/build/manifest/manifest-extract-config-from-file.d.ts +1 -1
- package/dist/cli/utilities/build/manifest/manifest-extract-config.d.ts +10 -2
- package/dist/cli/utilities/build/manifest/manifest-reader.d.ts +2 -0
- package/dist/cli/utilities/build/manifest/manifest-update-checksums.d.ts +2 -2
- package/dist/cli/utilities/build/manifest/manifest-validate.d.ts +1 -1
- package/dist/cli/utilities/build/manifest/manifest-writer.d.ts +1 -1
- package/dist/cli/utilities/build/manifest/utils/generate-default-field-universal-identifier.d.ts +5 -0
- package/dist/cli/utilities/build/manifest/utils/get-default-fields-in-object-fields.d.ts +6 -0
- package/dist/cli/utilities/build/manifest/utils/get-default-object-fields.d.ts +3 -0
- package/dist/cli/utilities/build/manifest/utils/get-default-relation-object-fields.d.ts +6 -0
- package/dist/cli/utilities/client/client-service.d.ts +5 -3
- package/dist/cli/utilities/config/config-service.d.ts +2 -0
- package/dist/cli/utilities/dev/orchestrator/dev-mode-orchestrator-state.d.ts +75 -0
- package/dist/cli/utilities/dev/orchestrator/dev-mode-orchestrator.d.ts +29 -0
- package/dist/cli/utilities/dev/orchestrator/steps/build-manifest-orchestrator-step.d.ts +16 -0
- package/dist/cli/utilities/dev/orchestrator/steps/check-server-orchestrator-step.d.ts +17 -0
- package/dist/cli/utilities/dev/orchestrator/steps/ensure-valid-tokens-orchestrator-step.d.ts +22 -0
- package/dist/cli/utilities/dev/orchestrator/steps/generate-api-client-orchestrator-step.d.ts +18 -0
- package/dist/cli/utilities/dev/orchestrator/steps/resolve-application-orchestrator-step.d.ts +20 -0
- package/dist/cli/utilities/dev/orchestrator/steps/start-watchers-orchestrator-step.d.ts +43 -0
- package/dist/cli/utilities/dev/orchestrator/steps/sync-application-orchestrator-step.d.ts +22 -0
- package/dist/cli/utilities/dev/orchestrator/steps/upload-files-orchestrator-step.d.ts +25 -0
- package/dist/cli/utilities/dev/ui/components/dev-ui-application-panel.d.ts +12 -0
- package/dist/cli/utilities/dev/ui/components/dev-ui-entity-section.d.ts +16 -0
- package/dist/cli/utilities/dev/ui/components/dev-ui-event-log.d.ts +5 -0
- package/dist/cli/utilities/dev/{dev-ui.d.ts → ui/components/dev-ui.d.ts} +1 -1
- package/dist/cli/utilities/dev/ui/dev-ui-constants.d.ts +27 -0
- package/dist/cli/utilities/dev/ui/dev-ui-hooks.d.ts +3 -0
- package/dist/cli/utilities/dev/ui/dev-ui-ink-context.d.ts +10 -0
- package/dist/cli/utilities/dev/ui/dev-ui-state-manager.d.ts +10 -0
- package/dist/cli/utilities/entity/entity-field-template.d.ts +2 -2
- package/dist/cli/utilities/entity/entity-front-component-template.d.ts +1 -1
- package/dist/cli/utilities/entity/entity-logic-function-template.d.ts +1 -1
- package/dist/cli/utilities/entity/entity-navigation-menu-item-template.d.ts +5 -0
- package/dist/cli/utilities/entity/entity-object-template.d.ts +2 -1
- package/dist/cli/utilities/entity/entity-page-layout-template.d.ts +3 -0
- package/dist/cli/utilities/entity/entity-role-template.d.ts +1 -1
- package/dist/cli/utilities/entity/entity-skill-template.d.ts +4 -0
- package/dist/cli/utilities/entity/entity-view-template.d.ts +5 -0
- package/dist/cli/utilities/error/serialize-error.d.ts +1 -0
- package/dist/cli/utilities/file/file-jsonc.d.ts +1 -1
- package/dist/cli/utilities/file/file-path.d.ts +1 -1
- package/dist/cli/utilities/file/file-uploader.d.ts +3 -3
- package/dist/cli/utilities/typescript/typescript-diagnostics.d.ts +1 -1
- package/dist/cli/utilities/typescript/typescript-program.d.ts +1 -1
- package/dist/cli.cjs +356 -85
- package/dist/cli.mjs +5260 -4313
- package/dist/front-component-renderer/host/components/FrontComponentRenderer.d.ts +14 -0
- package/dist/front-component-renderer/host/components/RemoteStyleRenderer.d.ts +6 -0
- package/dist/front-component-renderer/host/utils/createHtmlHostWrapper.d.ts +8 -0
- package/dist/front-component-renderer/index.cjs +25 -0
- package/dist/{front-component → front-component-renderer}/index.d.ts +5 -5
- package/dist/front-component-renderer/index.mjs +11744 -0
- package/dist/front-component-renderer/polyfills/MockCSSStyleSheet.d.ts +17 -0
- package/dist/front-component-renderer/polyfills/installStyleBridge.d.ts +2 -0
- package/dist/front-component-renderer/remote/components/FrontComponentHostCommunicationApiEffect.d.ts +8 -0
- package/dist/front-component-renderer/remote/components/FrontComponentUpdateContextEffect.d.ts +11 -0
- package/dist/{front-component → front-component-renderer}/remote/components/FrontComponentWorkerEffect.d.ts +5 -4
- package/dist/front-component-renderer/remote/generated/remote-components.d.ts +44 -0
- package/dist/front-component-renderer/remote/generated/remote-elements.d.ts +193 -0
- package/dist/front-component-renderer/remote/utils/installStylePropertyOnRemoteElements.d.ts +1 -0
- package/dist/front-component-renderer/remote/utils/patchRemoteElementSetAttribute.d.ts +1 -0
- package/dist/front-component-renderer/remote/worker/remote-worker.d.ts +3 -0
- package/dist/front-component-renderer/remote/worker/utils/setWorkerEnv.d.ts +1 -0
- package/dist/{front-component → front-component-renderer}/types/FrontComponentExecutionContext.d.ts +1 -0
- package/dist/front-component-renderer/types/FrontComponentHostCommunicationApi.d.ts +8 -0
- package/dist/{front-component → front-component-renderer}/types/HostToWorkerRenderContext.d.ts +2 -1
- package/dist/front-component-renderer/types/PropertySchema.d.ts +4 -0
- package/dist/{front-component → front-component-renderer}/types/WorkerExports.d.ts +3 -3
- package/dist/get-function-input-schema-BZ7_XyUh-By3UDh4s.mjs +62 -0
- package/dist/get-function-input-schema-BZ7_XyUh-GxSybvDe.js +1 -0
- package/dist/index-CicdakVv.js +2430 -0
- package/dist/index-DeMzdViF.mjs +33940 -0
- package/dist/index.cjs +2 -5
- package/dist/index.mjs +408 -2493
- package/dist/sdk/action/Action.d.ts +4 -0
- package/dist/sdk/action/Action.js +33 -0
- package/dist/sdk/action/Action.js.map +1 -0
- package/dist/sdk/action/ActionLink.d.ts +10 -0
- package/dist/sdk/action/ActionLink.js +39 -0
- package/dist/sdk/action/ActionLink.js.map +1 -0
- package/dist/sdk/action/ActionOpenSidePanelPage.d.ts +9 -0
- package/dist/sdk/action/ActionOpenSidePanelPage.js +54 -0
- package/dist/sdk/action/ActionOpenSidePanelPage.js.map +1 -0
- package/dist/sdk/action/index.d.ts +6 -0
- package/dist/sdk/application/application-config.d.ts +2 -2
- package/dist/sdk/application/define-application.d.ts +2 -2
- package/dist/sdk/application/define-application.js +12 -0
- package/dist/sdk/application/define-application.js.map +1 -0
- package/dist/sdk/common/types/define-entity.type.d.ts +9 -6
- package/dist/sdk/common/utils/create-validation-result.d.ts +1 -1
- package/dist/sdk/common/utils/create-validation-result.js +12 -0
- package/dist/sdk/common/utils/create-validation-result.js.map +1 -0
- package/dist/sdk/define-front-component.d.ts +2 -2
- package/dist/sdk/define-front-component.js +20 -0
- package/dist/sdk/define-front-component.js.map +1 -0
- package/dist/sdk/fields/define-field.d.ts +2 -2
- package/dist/sdk/fields/define-field.js +15 -0
- package/dist/sdk/fields/define-field.js.map +1 -0
- package/dist/sdk/fields/validate-fields.d.ts +1 -1
- package/dist/sdk/fields/validate-fields.js +16 -0
- package/dist/sdk/fields/validate-fields.js.map +1 -0
- package/dist/{HtmlTagToRemoteComponent-DRdIf3GJ.mjs → sdk/front-component-api/constants/AllowedHtmlElements.js} +4 -14
- package/dist/sdk/front-component-api/constants/AllowedHtmlElements.js.map +1 -0
- package/dist/sdk/front-component-api/constants/CommonHtmlEvents.js +26 -0
- package/dist/sdk/front-component-api/constants/CommonHtmlEvents.js.map +1 -0
- package/dist/sdk/front-component-api/constants/EventToReact.js +26 -0
- package/dist/sdk/front-component-api/constants/EventToReact.js.map +1 -0
- package/dist/sdk/front-component-api/constants/HtmlCommonProperties.d.ts +2 -0
- package/dist/sdk/front-component-api/constants/HtmlCommonProperties.js +15 -0
- package/dist/sdk/front-component-api/constants/HtmlCommonProperties.js.map +1 -0
- package/dist/sdk/front-component-api/constants/HtmlTagToRemoteComponent.d.ts +2 -0
- package/dist/sdk/front-component-api/constants/HtmlTagToRemoteComponent.js +24 -0
- package/dist/sdk/front-component-api/constants/HtmlTagToRemoteComponent.js.map +1 -0
- package/dist/sdk/front-component-api/context/frontComponentContext.d.ts +2 -2
- package/dist/sdk/front-component-api/context/frontComponentContext.js +11 -0
- package/dist/sdk/front-component-api/context/frontComponentContext.js.map +1 -0
- package/dist/sdk/front-component-api/functions/closeSidePanel.d.ts +2 -0
- package/dist/sdk/front-component-api/functions/closeSidePanel.js +12 -0
- package/dist/sdk/front-component-api/functions/closeSidePanel.js.map +1 -0
- package/dist/sdk/front-component-api/functions/enqueueSnackbar.d.ts +2 -0
- package/dist/sdk/front-component-api/functions/enqueueSnackbar.js +12 -0
- package/dist/sdk/front-component-api/functions/enqueueSnackbar.js.map +1 -0
- package/dist/sdk/front-component-api/functions/navigate.d.ts +1 -4
- package/dist/sdk/front-component-api/functions/navigate.js +12 -0
- package/dist/sdk/front-component-api/functions/navigate.js.map +1 -0
- package/dist/sdk/front-component-api/functions/openSidePanelPage.d.ts +2 -0
- package/dist/sdk/front-component-api/functions/openSidePanelPage.js +12 -0
- package/dist/sdk/front-component-api/functions/openSidePanelPage.js.map +1 -0
- package/dist/sdk/front-component-api/functions/unmountFrontComponent.d.ts +2 -0
- package/dist/sdk/front-component-api/functions/unmountFrontComponent.js +12 -0
- package/dist/sdk/front-component-api/functions/unmountFrontComponent.js.map +1 -0
- package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.d.ts +23 -0
- package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.js +6 -0
- package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.js.map +1 -0
- package/dist/sdk/front-component-api/hooks/useFrontComponentExecutionContext.d.ts +2 -2
- package/dist/sdk/front-component-api/hooks/useFrontComponentExecutionContext.js +18 -0
- package/dist/sdk/front-component-api/hooks/useFrontComponentExecutionContext.js.map +1 -0
- package/dist/sdk/front-component-api/hooks/useFrontComponentId.d.ts +1 -0
- package/dist/sdk/front-component-api/hooks/useFrontComponentId.js +6 -0
- package/dist/sdk/front-component-api/hooks/useFrontComponentId.js.map +1 -0
- package/dist/sdk/front-component-api/hooks/useUserId.d.ts +1 -1
- package/dist/sdk/front-component-api/hooks/useUserId.js +6 -0
- package/dist/sdk/front-component-api/hooks/useUserId.js.map +1 -0
- package/dist/sdk/front-component-api/index.d.ts +14 -1
- package/dist/sdk/front-component-api/types/FrontComponentExecutionContext.d.ts +1 -0
- package/dist/sdk/front-component-api/utils/getFrontComponentActionErrorDedupeKey.d.ts +1 -0
- package/dist/sdk/front-component-api/utils/getFrontComponentActionErrorDedupeKey.js +5 -0
- package/dist/sdk/front-component-api/utils/getFrontComponentActionErrorDedupeKey.js.map +1 -0
- package/dist/sdk/front-component-config.d.ts +2 -1
- package/dist/sdk/front-component-renderer/polyfills/MockCSSStyleSheet.js +31 -0
- package/dist/sdk/front-component-renderer/polyfills/MockCSSStyleSheet.js.map +1 -0
- package/dist/sdk/front-component-renderer/polyfills/installStyleBridge.js +121 -0
- package/dist/sdk/front-component-renderer/polyfills/installStyleBridge.js.map +1 -0
- package/dist/sdk/front-component-renderer/remote/utils/exposeGlobals.js +8 -0
- package/dist/sdk/front-component-renderer/remote/utils/exposeGlobals.js.map +1 -0
- package/dist/sdk/index.d.ts +26 -13
- package/dist/sdk/index.js +79 -0
- package/dist/sdk/index.js.map +1 -0
- package/dist/sdk/logic-functions/define-logic-function.d.ts +2 -2
- package/dist/sdk/logic-functions/define-logic-function.js +12 -0
- package/dist/sdk/logic-functions/define-logic-function.js.map +1 -0
- package/dist/sdk/logic-functions/logic-function-config.d.ts +4 -2
- package/dist/sdk/navigation-menu-items/define-navigation-menu-item.d.ts +3 -0
- package/dist/sdk/navigation-menu-items/define-navigation-menu-item.js +9 -0
- package/dist/sdk/navigation-menu-items/define-navigation-menu-item.js.map +1 -0
- package/dist/sdk/objects/define-object.d.ts +3 -3
- package/dist/sdk/objects/define-object.js +20 -0
- package/dist/sdk/objects/define-object.js.map +1 -0
- package/dist/sdk/objects/object-config.d.ts +4 -0
- package/dist/sdk/page-layouts/define-page-layout.d.ts +3 -0
- package/dist/sdk/page-layouts/define-page-layout.js +15 -0
- package/dist/sdk/page-layouts/define-page-layout.js.map +1 -0
- package/dist/sdk/page-layouts/page-layout-config.d.ts +2 -0
- package/dist/sdk/roles/define-role.d.ts +2 -2
- package/dist/sdk/roles/define-role.js +15 -0
- package/dist/sdk/roles/define-role.js.map +1 -0
- package/dist/sdk/skills/define-skill.d.ts +3 -0
- package/dist/sdk/skills/define-skill.js +9 -0
- package/dist/sdk/skills/define-skill.js.map +1 -0
- package/dist/sdk/views/define-view.d.ts +3 -0
- package/dist/sdk/views/define-view.js +24 -0
- package/dist/sdk/views/define-view.js.map +1 -0
- package/dist/sdk/views/view-config.d.ts +2 -0
- package/dist/ui/index.cjs +1 -47
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.mjs +692 -2401
- package/package.json +47 -12
- package/dist/HtmlTagToRemoteComponent-B6lQe_K8.js +0 -1
- package/dist/IconWorld-DynX4UYH.mjs +0 -3003
- package/dist/IconWorld-JYjJym3l.js +0 -1876
- package/dist/_commonjsHelpers-DKOUU3wS.js +0 -1
- package/dist/_commonjsHelpers-DaMA6jEr.mjs +0 -8
- package/dist/cli/commands/app/app-generate.d.ts +0 -4
- package/dist/cli/utilities/build/common/front-component-build/react-globals-plugin.d.ts +0 -1
- package/dist/cli/utilities/build/common/front-component-build/twenty-sdk-globals-plugin.d.ts +0 -1
- package/dist/cli/utilities/build/common/front-component-build/twenty-sdk-ui-globals-plugin.d.ts +0 -1
- package/dist/cli/utilities/build/common/front-component-build/twenty-shared-globals-plugin.d.ts +0 -1
- package/dist/cli/utilities/build/common/front-component-build/types/ParsedImportSpecifier.d.ts +0 -4
- package/dist/cli/utilities/build/common/front-component-build/utils/collect-named-imports.d.ts +0 -4
- package/dist/cli/utilities/build/common/front-component-build/utils/create-front-component-build-options.d.ts +0 -13
- package/dist/cli/utilities/build/common/front-component-build/utils/create-globals-plugin.d.ts +0 -15
- package/dist/cli/utilities/build/common/front-component-build/utils/extract-names-from-import-specifier.d.ts +0 -2
- package/dist/cli/utilities/build/common/front-component-build/utils/replace-html-tags-with-remote-components.d.ts +0 -1
- package/dist/cli/utilities/dev/dev-mode-orchestrator.d.ts +0 -42
- package/dist/cli/utilities/dev/dev-ui-state-manager.d.ts +0 -31
- package/dist/cli/utilities/dev/dev-ui-state.d.ts +0 -27
- package/dist/front-component/__stories__/FrontComponentRenderer.stories.d.ts +0 -9
- package/dist/front-component/__stories__/mocks/interactive.front-component.d.ts +0 -7
- package/dist/front-component/__stories__/mocks/lifecycle.front-component.d.ts +0 -7
- package/dist/front-component/__stories__/mocks/static.front-component.d.ts +0 -7
- package/dist/front-component/__stories__/utils/buildMockComponents.d.ts +0 -1
- package/dist/front-component/__stories__/utils/loadBuiltComponent.d.ts +0 -1
- package/dist/front-component/host/components/FrontComponentRenderer.d.ts +0 -13
- package/dist/front-component/host/generated/host-index.d.ts +0 -1
- package/dist/front-component/index.cjs +0 -1
- package/dist/front-component/index.mjs +0 -5736
- package/dist/front-component/remote/components/FrontComponentHostCommunicationApiEffect.d.ts +0 -8
- package/dist/front-component/remote/components/FrontComponentUpdateContextEffect.d.ts +0 -10
- package/dist/front-component/remote/generated/remote-components.d.ts +0 -299
- package/dist/front-component/remote/generated/remote-elements.d.ts +0 -3335
- package/dist/front-component/remote/generated/remote-index.d.ts +0 -2
- package/dist/front-component/remote/mock/mock-front-component.d.ts +0 -3
- package/dist/front-component/remote/worker/remote-worker.d.ts +0 -0
- package/dist/front-component/types/FrontComponentHostCommunicationApi.d.ts +0 -4
- package/dist/front-component/types/PropertySchema.d.ts +0 -4
- package/dist/index.d.ts +0 -1
- package/dist/isValidCountryCode-ujmwsK7z-B8kSH7O8.mjs +0 -10248
- package/dist/isValidCountryCode-ujmwsK7z-DwSvvT1u.js +0 -25
- package/dist/navigation-_M4-TT0O.js +0 -503
- package/dist/navigation-udgao_jA.mjs +0 -30041
- package/dist/sdk/front-component-common/HtmlCommonProperties.d.ts +0 -2
- package/dist/sdk/front-component-common/HtmlTagToRemoteComponent.d.ts +0 -1
- package/dist/sdk/front-component-common/index.d.ts +0 -7
- /package/dist/{front-component → front-component-renderer}/host/generated/host-component-registry.d.ts +0 -0
- /package/dist/{front-component → front-component-renderer}/remote/components/FrontComponentErrorEffect.d.ts +0 -0
- /package/dist/{front-component → front-component-renderer}/remote/utils/exposeGlobals.d.ts +0 -0
- /package/dist/{front-component/remote/worker → front-component-renderer/remote/worker/utils}/createRemoteWorker.d.ts +0 -0
- /package/dist/sdk/{front-component-common → front-component-api/constants}/AllowedHtmlElements.d.ts +0 -0
- /package/dist/sdk/{front-component-common → front-component-api/constants}/CommonHtmlEvents.d.ts +0 -0
- /package/dist/sdk/{front-component-common → front-component-api/constants}/EventToReact.d.ts +0 -0
- /package/dist/sdk/{front-component-common → front-component-api/constants}/SerializedEventData.d.ts +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const Ee=require("react/jsx-runtime"),Ne=require("react"),U=require("@remote-dom/react/host"),ls=require("@sniptt/guards"),we=require("zod");require("lodash.camelcase");const z0=require("@emotion/react"),Mi=require("@quilted/threads"),F0=require("@remote-dom/core/receivers"),z=require("@remote-dom/react"),j=require("@remote-dom/core/elements"),Vp=e=>e&&e.__esModule?e:{default:e},B0=Vp(Ne),lt=Vp(we),Yp=({error:e,onError:t})=>(Ne.useEffect(()=>{e&&t(e)},[e,t]),null),qp=({thread:e})=>(Ne.useEffect(()=>{e.imports.initializeHostCommunicationApi().catch(t=>{console.error("Failed to initialize host communication API:",t)})},[e]),null),Jp=({thread:e,executionContext:t,onExecutionContextInitialized:n})=>(Ne.useEffect(()=>{(async()=>{await e.imports.updateContext(t).catch(()=>{}),n()})()},[t,n,e]),null),fr=e=>!ls.isUndefined(e)&&!ls.isNull(e);var Kr={exports:{}},Vr={exports:{}},Xe={},Ie={},ac;function Ce(){if(ac)return Ie;ac=1,Ie.__esModule=!0,Ie.extend=o,Ie.indexOf=p,Ie.escapeExpression=f,Ie.isEmpty=d,Ie.createFrame=h,Ie.blockParams=s,Ie.appendContextPath=u;var e={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},t=/[&<>"'`=]/g,n=/[&<>"'`=]/;function r(a){return e[a]}function o(a){for(var m=1;m<arguments.length;m++)for(var g in arguments[m])Object.prototype.hasOwnProperty.call(arguments[m],g)&&(a[g]=arguments[m][g]);return a}var i=Object.prototype.toString;Ie.toString=i;var l=function(m){return typeof m=="function"};l(/x/)&&(Ie.isFunction=l=function(a){return typeof a=="function"&&i.call(a)==="[object Function]"}),Ie.isFunction=l;var c=Array.isArray||function(a){return a&&typeof a=="object"?i.call(a)==="[object Array]":!1};Ie.isArray=c;function p(a,m){for(var g=0,v=a.length;g<v;g++)if(a[g]===m)return g;return-1}function f(a){if(typeof a!="string"){if(a&&a.toHTML)return a.toHTML();if(a==null)return"";if(!a)return a+"";a=""+a}return n.test(a)?a.replace(t,r):a}function d(a){return!a&&a!==0?!0:!!(c(a)&&a.length===0)}function h(a){var m=o({},a);return m._parent=a,m}function s(a,m){return a.path=m,a}function u(a,m){return(a?a+".":"")+m}return Ie}var Yr={exports:{}},sc;function tt(){return sc||(sc=1,function(e,t){t.__esModule=!0;var n=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function r(o,i){var l=i&&i.loc,c=void 0,p=void 0,f=void 0,d=void 0;l&&(c=l.start.line,p=l.end.line,f=l.start.column,d=l.end.column,o+=" - "+c+":"+f);for(var h=Error.prototype.constructor.call(this,o),s=0;s<n.length;s++)this[n[s]]=h[n[s]];Error.captureStackTrace&&Error.captureStackTrace(this,r);try{l&&(this.lineNumber=c,this.endLineNumber=p,Object.defineProperty?(Object.defineProperty(this,"column",{value:f,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:d,enumerable:!0})):(this.column=f,this.endColumn=d))}catch{}}r.prototype=new Error,t.default=r,e.exports=t.default}(Yr,Yr.exports)),Yr.exports}var or={},qr={exports:{}},uc;function H0(){return uc||(uc=1,function(e,t){t.__esModule=!0;var n=Ce();t.default=function(r){r.registerHelper("blockHelperMissing",function(o,i){var l=i.inverse,c=i.fn;if(o===!0)return c(this);if(o===!1||o==null)return l(this);if(n.isArray(o))return o.length>0?(i.ids&&(i.ids=[i.name]),r.helpers.each(o,i)):l(this);if(i.data&&i.ids){var p=n.createFrame(i.data);p.contextPath=n.appendContextPath(i.data.contextPath,i.name),i={data:p}}return c(o,i)})},e.exports=t.default}(qr,qr.exports)),qr.exports}var Jr={exports:{}},lc;function Z0(){return lc||(lc=1,function(e,t){t.__esModule=!0;function n(l){return l&&l.__esModule?l:{default:l}}var r=Ce(),o=tt(),i=n(o);t.default=function(l){l.registerHelper("each",function(c,p){if(!p)throw new i.default("Must pass iterator to #each");var f=p.fn,d=p.inverse,h=0,s="",u=void 0,a=void 0;p.data&&p.ids&&(a=r.appendContextPath(p.data.contextPath,p.ids[0])+"."),r.isFunction(c)&&(c=c.call(this)),p.data&&(u=r.createFrame(p.data));function m(y,b,w){u&&(u.key=y,u.index=b,u.first=b===0,u.last=!!w,a&&(u.contextPath=a+y)),s=s+f(c[y],{data:u,blockParams:r.blockParams([c[y],y],[a+y,null])})}if(c&&typeof c=="object")if(r.isArray(c))for(var g=c.length;h<g;h++)h in c&&m(h,h,h===c.length-1);else if(typeof Symbol=="function"&&c[Symbol.iterator]){for(var v=[],$=c[Symbol.iterator](),_=$.next();!_.done;_=$.next())v.push(_.value);c=v;for(var g=c.length;h<g;h++)m(h,h,h===c.length-1)}else(function(){var y=void 0;Object.keys(c).forEach(function(b){y!==void 0&&m(y,h-1),y=b,h++}),y!==void 0&&m(y,h-1,!0)})();return h===0&&(s=d(this)),s})},e.exports=t.default}(Jr,Jr.exports)),Jr.exports}var Xr={exports:{}},cc;function G0(){return cc||(cc=1,function(e,t){t.__esModule=!0;function n(i){return i&&i.__esModule?i:{default:i}}var r=tt(),o=n(r);t.default=function(i){i.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new o.default('Missing helper: "'+arguments[arguments.length-1].name+'"')})},e.exports=t.default}(Xr,Xr.exports)),Xr.exports}var Qr={exports:{}},dc;function W0(){return dc||(dc=1,function(e,t){t.__esModule=!0;function n(l){return l&&l.__esModule?l:{default:l}}var r=Ce(),o=tt(),i=n(o);t.default=function(l){l.registerHelper("if",function(c,p){if(arguments.length!=2)throw new i.default("#if requires exactly one argument");return r.isFunction(c)&&(c=c.call(this)),!p.hash.includeZero&&!c||r.isEmpty(c)?p.inverse(this):p.fn(this)}),l.registerHelper("unless",function(c,p){if(arguments.length!=2)throw new i.default("#unless requires exactly one argument");return l.helpers.if.call(this,c,{fn:p.inverse,inverse:p.fn,hash:p.hash})})},e.exports=t.default}(Qr,Qr.exports)),Qr.exports}var eo={exports:{}},fc;function K0(){return fc||(fc=1,function(e,t){t.__esModule=!0,t.default=function(n){n.registerHelper("log",function(){for(var r=[void 0],o=arguments[arguments.length-1],i=0;i<arguments.length-1;i++)r.push(arguments[i]);var l=1;o.hash.level!=null?l=o.hash.level:o.data&&o.data.level!=null&&(l=o.data.level),r[0]=l,n.log.apply(n,r)})},e.exports=t.default}(eo,eo.exports)),eo.exports}var to={exports:{}},pc;function V0(){return pc||(pc=1,function(e,t){t.__esModule=!0,t.default=function(n){n.registerHelper("lookup",function(r,o,i){return r&&i.lookupProperty(r,o)})},e.exports=t.default}(to,to.exports)),to.exports}var no={exports:{}},hc;function Y0(){return hc||(hc=1,function(e,t){t.__esModule=!0;function n(l){return l&&l.__esModule?l:{default:l}}var r=Ce(),o=tt(),i=n(o);t.default=function(l){l.registerHelper("with",function(c,p){if(arguments.length!=2)throw new i.default("#with requires exactly one argument");r.isFunction(c)&&(c=c.call(this));var f=p.fn;if(r.isEmpty(c))return p.inverse(this);var d=p.data;return p.data&&p.ids&&(d=r.createFrame(p.data),d.contextPath=r.appendContextPath(p.data.contextPath,p.ids[0])),f(c,{data:d,blockParams:r.blockParams([c],[d&&d.contextPath])})})},e.exports=t.default}(no,no.exports)),no.exports}var mc;function Xp(){if(mc)return or;mc=1,or.__esModule=!0,or.registerDefaultHelpers=m,or.moveHelperToHooks=g;function e(v){return v&&v.__esModule?v:{default:v}}var t=H0(),n=e(t),r=Z0(),o=e(r),i=G0(),l=e(i),c=W0(),p=e(c),f=K0(),d=e(f),h=V0(),s=e(h),u=Y0(),a=e(u);function m(v){n.default(v),o.default(v),l.default(v),p.default(v),d.default(v),s.default(v),a.default(v)}function g(v,$,_){v.helpers[$]&&(v.hooks[$]=v.helpers[$],_||delete v.helpers[$])}return or}var ro={},oo={exports:{}},gc;function q0(){return gc||(gc=1,function(e,t){t.__esModule=!0;var n=Ce();t.default=function(r){r.registerDecorator("inline",function(o,i,l,c){var p=o;return i.partials||(i.partials={},p=function(f,d){var h=l.partials;l.partials=n.extend({},h,i.partials);var s=o(f,d);return l.partials=h,s}),i.partials[c.args[0]]=c.fn,p})},e.exports=t.default}(oo,oo.exports)),oo.exports}var vc;function J0(){if(vc)return ro;vc=1,ro.__esModule=!0,ro.registerDefaultDecorators=r;function e(o){return o&&o.__esModule?o:{default:o}}var t=q0(),n=e(t);function r(o){n.default(o)}return ro}var io={exports:{}},$c;function Qp(){return $c||($c=1,function(e,t){t.__esModule=!0;var n=Ce(),r={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(i){if(typeof i=="string"){var l=n.indexOf(r.methodMap,i.toLowerCase());l>=0?i=l:i=parseInt(i,10)}return i},log:function(i){if(i=r.lookupLevel(i),typeof console<"u"&&r.lookupLevel(r.level)<=i){var l=r.methodMap[i];console[l]||(l="log");for(var c=arguments.length,p=Array(c>1?c-1:0),f=1;f<c;f++)p[f-1]=arguments[f];console[l].apply(console,p)}}};t.default=r,e.exports=t.default}(io,io.exports)),io.exports}var Pn={},ao={},yc;function X0(){if(yc)return ao;yc=1,ao.__esModule=!0,ao.createNewLookupObject=t;var e=Ce();function t(){for(var n=arguments.length,r=Array(n),o=0;o<n;o++)r[o]=arguments[o];return e.extend.apply(void 0,[Object.create(null)].concat(r))}return ao}var bc;function e1(){if(bc)return Pn;bc=1,Pn.__esModule=!0,Pn.createProtoAccessControl=i,Pn.resultIsAllowed=l,Pn.resetLoggedProperties=f;function e(d){return d&&d.__esModule?d:{default:d}}var t=X0(),n=Qp(),r=e(n),o=Object.create(null);function i(d){var h=Object.create(null);h.constructor=!1,h.__defineGetter__=!1,h.__defineSetter__=!1,h.__lookupGetter__=!1;var s=Object.create(null);return s.__proto__=!1,{properties:{whitelist:t.createNewLookupObject(s,d.allowedProtoProperties),defaultValue:d.allowProtoPropertiesByDefault},methods:{whitelist:t.createNewLookupObject(h,d.allowedProtoMethods),defaultValue:d.allowProtoMethodsByDefault}}}function l(d,h,s){return c(typeof d=="function"?h.methods:h.properties,s)}function c(d,h){return d.whitelist[h]!==void 0?d.whitelist[h]===!0:d.defaultValue!==void 0?d.defaultValue:(p(h),!1)}function p(d){o[d]!==!0&&(o[d]=!0,r.default.log("error",'Handlebars: Access has been denied to resolve the property "'+d+`" because it is not an "own property" of its parent.
|
|
2
|
+
You can add a runtime option to disable the check or this warning:
|
|
3
|
+
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function f(){Object.keys(o).forEach(function(d){delete o[d]})}return Pn}var _c;function _s(){if(_c)return Xe;_c=1,Xe.__esModule=!0,Xe.HandlebarsEnvironment=a;function e(g){return g&&g.__esModule?g:{default:g}}var t=Ce(),n=tt(),r=e(n),o=Xp(),i=J0(),l=Qp(),c=e(l),p=e1(),f="4.7.8";Xe.VERSION=f;var d=8;Xe.COMPILER_REVISION=d;var h=7;Xe.LAST_COMPATIBLE_COMPILER_REVISION=h;var s={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};Xe.REVISION_CHANGES=s;var u="[object Object]";function a(g,v,$){this.helpers=g||{},this.partials=v||{},this.decorators=$||{},o.registerDefaultHelpers(this),i.registerDefaultDecorators(this)}a.prototype={constructor:a,logger:c.default,log:c.default.log,registerHelper:function(v,$){if(t.toString.call(v)===u){if($)throw new r.default("Arg not supported with multiple helpers");t.extend(this.helpers,v)}else this.helpers[v]=$},unregisterHelper:function(v){delete this.helpers[v]},registerPartial:function(v,$){if(t.toString.call(v)===u)t.extend(this.partials,v);else{if(typeof $>"u")throw new r.default('Attempting to register a partial called "'+v+'" as undefined');this.partials[v]=$}},unregisterPartial:function(v){delete this.partials[v]},registerDecorator:function(v,$){if(t.toString.call(v)===u){if($)throw new r.default("Arg not supported with multiple decorators");t.extend(this.decorators,v)}else this.decorators[v]=$},unregisterDecorator:function(v){delete this.decorators[v]},resetLoggedPropertyAccesses:function(){p.resetLoggedProperties()}};var m=c.default.log;return Xe.log=m,Xe.createFrame=t.createFrame,Xe.logger=c.default,Xe}var so={exports:{}},Sc;function Q0(){return Sc||(Sc=1,function(e,t){t.__esModule=!0;function n(r){this.string=r}n.prototype.toString=n.prototype.toHTML=function(){return""+this.string},t.default=n,e.exports=t.default}(so,so.exports)),so.exports}var _t={},uo={},wc;function e2(){if(wc)return uo;wc=1,uo.__esModule=!0,uo.wrapHelper=e;function e(t,n){if(typeof t!="function")return t;var r=function(){var i=arguments[arguments.length-1];return arguments[arguments.length-1]=n(i),t.apply(this,arguments)};return r}return uo}var kc;function t2(){if(kc)return _t;kc=1,_t.__esModule=!0,_t.checkRevision=d,_t.template=h,_t.wrapProgram=s,_t.resolvePartial=u,_t.invokePartial=a,_t.noop=m;function e(y){return y&&y.__esModule?y:{default:y}}function t(y){if(y&&y.__esModule)return y;var b={};if(y!=null)for(var w in y)Object.prototype.hasOwnProperty.call(y,w)&&(b[w]=y[w]);return b.default=y,b}var n=Ce(),r=t(n),o=tt(),i=e(o),l=_s(),c=Xp(),p=e2(),f=e1();function d(y){var b=y&&y[0]||1,w=l.COMPILER_REVISION;if(!(b>=l.LAST_COMPATIBLE_COMPILER_REVISION&&b<=l.COMPILER_REVISION))if(b<l.LAST_COMPATIBLE_COMPILER_REVISION){var S=l.REVISION_CHANGES[w],E=l.REVISION_CHANGES[b];throw new i.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+S+") or downgrade your runtime to an older version ("+E+").")}else throw new i.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+y[1]+").")}function h(y,b){if(!b)throw new i.default("No environment passed to template");if(!y||!y.main)throw new i.default("Unknown template object: "+typeof y);y.main.decorator=y.main_d,b.VM.checkRevision(y.compiler);var w=y.compiler&&y.compiler[0]===7;function S(N,O,x){x.hash&&(O=r.extend({},O,x.hash),x.ids&&(x.ids[0]=!0)),N=b.VM.resolvePartial.call(this,N,O,x);var A=r.extend({},x,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),W=b.VM.invokePartial.call(this,N,O,A);if(W==null&&b.compile&&(x.partials[x.name]=b.compile(N,y.compilerOptions,b),W=x.partials[x.name](O,A)),W!=null){if(x.indent){for(var ie=W.split(`
|
|
4
|
+
`),le=0,De=ie.length;le<De&&!(!ie[le]&&le+1===De);le++)ie[le]=x.indent+ie[le];W=ie.join(`
|
|
5
|
+
`)}return W}else throw new i.default("The partial "+x.name+" could not be compiled when running in runtime-only mode")}var E={strict:function(O,x,A){if(!O||!(x in O))throw new i.default('"'+x+'" not defined in '+O,{loc:A});return E.lookupProperty(O,x)},lookupProperty:function(O,x){var A=O[x];if(A==null||Object.prototype.hasOwnProperty.call(O,x)||f.resultIsAllowed(A,E.protoAccessControl,x))return A},lookup:function(O,x){for(var A=O.length,W=0;W<A;W++){var ie=O[W]&&E.lookupProperty(O[W],x);if(ie!=null)return O[W][x]}},lambda:function(O,x){return typeof O=="function"?O.call(x):O},escapeExpression:r.escapeExpression,invokePartial:S,fn:function(O){var x=y[O];return x.decorator=y[O+"_d"],x},programs:[],program:function(O,x,A,W,ie){var le=this.programs[O],De=this.fn(O);return x||ie||W||A?le=s(this,O,De,x,A,W,ie):le||(le=this.programs[O]=s(this,O,De)),le},data:function(O,x){for(;O&&x--;)O=O._parent;return O},mergeIfNeeded:function(O,x){var A=O||x;return O&&x&&O!==x&&(A=r.extend({},x,O)),A},nullContext:Object.seal({}),noop:b.VM.noop,compilerInfo:y.compiler};function C(N){var O=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],x=O.data;C._setup(O),!O.partial&&y.useData&&(x=g(N,x));var A=void 0,W=y.useBlockParams?[]:void 0;y.useDepths&&(O.depths?A=N!=O.depths[0]?[N].concat(O.depths):O.depths:A=[N]);function ie(le){return""+y.main(E,le,E.helpers,E.partials,x,W,A)}return ie=v(y.main,ie,E,O.depths||[],x,W),ie(N,O)}return C.isTop=!0,C._setup=function(N){if(N.partial)E.protoAccessControl=N.protoAccessControl,E.helpers=N.helpers,E.partials=N.partials,E.decorators=N.decorators,E.hooks=N.hooks;else{var O=r.extend({},b.helpers,N.helpers);$(O,E),E.helpers=O,y.usePartial&&(E.partials=E.mergeIfNeeded(N.partials,b.partials)),(y.usePartial||y.useDecorators)&&(E.decorators=r.extend({},b.decorators,N.decorators)),E.hooks={},E.protoAccessControl=f.createProtoAccessControl(N);var x=N.allowCallsToHelperMissing||w;c.moveHelperToHooks(E,"helperMissing",x),c.moveHelperToHooks(E,"blockHelperMissing",x)}},C._child=function(N,O,x,A){if(y.useBlockParams&&!x)throw new i.default("must pass block params");if(y.useDepths&&!A)throw new i.default("must pass parent depths");return s(E,N,y[N],O,0,x,A)},C}function s(y,b,w,S,E,C,N){function O(x){var A=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],W=N;return N&&x!=N[0]&&!(x===y.nullContext&&N[0]===null)&&(W=[x].concat(N)),w(y,x,y.helpers,y.partials,A.data||S,C&&[A.blockParams].concat(C),W)}return O=v(w,O,y,N,S,C),O.program=b,O.depth=N?N.length:0,O.blockParams=E||0,O}function u(y,b,w){return y?!y.call&&!w.name&&(w.name=y,y=w.partials[y]):w.name==="@partial-block"?y=w.data["partial-block"]:y=w.partials[w.name],y}function a(y,b,w){var S=w.data&&w.data["partial-block"];w.partial=!0,w.ids&&(w.data.contextPath=w.ids[0]||w.data.contextPath);var E=void 0;if(w.fn&&w.fn!==m&&function(){w.data=l.createFrame(w.data);var C=w.fn;E=w.data["partial-block"]=function(O){var x=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return x.data=l.createFrame(x.data),x.data["partial-block"]=S,C(O,x)},C.partials&&(w.partials=r.extend({},w.partials,C.partials))}(),y===void 0&&E&&(y=E),y===void 0)throw new i.default("The partial "+w.name+" could not be found");if(y instanceof Function)return y(b,w)}function m(){return""}function g(y,b){return(!b||!("root"in b))&&(b=b?l.createFrame(b):{},b.root=y),b}function v(y,b,w,S,E,C){if(y.decorator){var N={};b=y.decorator(b,N,w,S&&S[0],E,C,S),r.extend(b,N)}return b}function $(y,b){Object.keys(y).forEach(function(w){var S=y[w];y[w]=_(S,b)})}function _(y,b){var w=b.lookupProperty;return p.wrapHelper(y,function(S){return r.extend({lookupProperty:w},S)})}return _t}var lo={exports:{}},Ec;function t1(){return Ec||(Ec=1,function(e,t){t.__esModule=!0,t.default=function(n){(function(){typeof globalThis!="object"&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__)})();var r=globalThis.Handlebars;n.noConflict=function(){return globalThis.Handlebars===n&&(globalThis.Handlebars=r),n}},e.exports=t.default}(lo,lo.exports)),lo.exports}var Ic;function n2(){return Ic||(Ic=1,function(e,t){t.__esModule=!0;function n($){return $&&$.__esModule?$:{default:$}}function r($){if($&&$.__esModule)return $;var _={};if($!=null)for(var y in $)Object.prototype.hasOwnProperty.call($,y)&&(_[y]=$[y]);return _.default=$,_}var o=_s(),i=r(o),l=Q0(),c=n(l),p=tt(),f=n(p),d=Ce(),h=r(d),s=t2(),u=r(s),a=t1(),m=n(a);function g(){var $=new i.HandlebarsEnvironment;return h.extend($,i),$.SafeString=c.default,$.Exception=f.default,$.Utils=h,$.escapeExpression=h.escapeExpression,$.VM=u,$.template=function(_){return u.template(_,$)},$}var v=g();v.create=g,m.default(v),v.default=v,t.default=v,e.exports=t.default}(Vr,Vr.exports)),Vr.exports}var co={exports:{}},Oc;function n1(){return Oc||(Oc=1,function(e,t){t.__esModule=!0;var n={helpers:{helperExpression:function(o){return o.type==="SubExpression"||(o.type==="MustacheStatement"||o.type==="BlockStatement")&&!!(o.params&&o.params.length||o.hash)},scopedId:function(o){return/^\.|this\b/.test(o.original)},simpleId:function(o){return o.parts.length===1&&!n.helpers.scopedId(o)&&!o.depth}}};t.default=n,e.exports=t.default}(co,co.exports)),co.exports}var xn={},fo={exports:{}},Nc;function r2(){return Nc||(Nc=1,function(e,t){t.__esModule=!0;var n=function(){var r={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(c,p,f,d,h,s,u){var a=s.length-1;switch(h){case 1:return s[a-1];case 2:this.$=d.prepareProgram(s[a]);break;case 3:this.$=s[a];break;case 4:this.$=s[a];break;case 5:this.$=s[a];break;case 6:this.$=s[a];break;case 7:this.$=s[a];break;case 8:this.$=s[a];break;case 9:this.$={type:"CommentStatement",value:d.stripComment(s[a]),strip:d.stripFlags(s[a],s[a]),loc:d.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:s[a],value:s[a],loc:d.locInfo(this._$)};break;case 11:this.$=d.prepareRawBlock(s[a-2],s[a-1],s[a],this._$);break;case 12:this.$={path:s[a-3],params:s[a-2],hash:s[a-1]};break;case 13:this.$=d.prepareBlock(s[a-3],s[a-2],s[a-1],s[a],!1,this._$);break;case 14:this.$=d.prepareBlock(s[a-3],s[a-2],s[a-1],s[a],!0,this._$);break;case 15:this.$={open:s[a-5],path:s[a-4],params:s[a-3],hash:s[a-2],blockParams:s[a-1],strip:d.stripFlags(s[a-5],s[a])};break;case 16:this.$={path:s[a-4],params:s[a-3],hash:s[a-2],blockParams:s[a-1],strip:d.stripFlags(s[a-5],s[a])};break;case 17:this.$={path:s[a-4],params:s[a-3],hash:s[a-2],blockParams:s[a-1],strip:d.stripFlags(s[a-5],s[a])};break;case 18:this.$={strip:d.stripFlags(s[a-1],s[a-1]),program:s[a]};break;case 19:var m=d.prepareBlock(s[a-2],s[a-1],s[a],s[a],!1,this._$),g=d.prepareProgram([m],s[a-1].loc);g.chained=!0,this.$={strip:s[a-2].strip,program:g,chain:!0};break;case 20:this.$=s[a];break;case 21:this.$={path:s[a-1],strip:d.stripFlags(s[a-2],s[a])};break;case 22:this.$=d.prepareMustache(s[a-3],s[a-2],s[a-1],s[a-4],d.stripFlags(s[a-4],s[a]),this._$);break;case 23:this.$=d.prepareMustache(s[a-3],s[a-2],s[a-1],s[a-4],d.stripFlags(s[a-4],s[a]),this._$);break;case 24:this.$={type:"PartialStatement",name:s[a-3],params:s[a-2],hash:s[a-1],indent:"",strip:d.stripFlags(s[a-4],s[a]),loc:d.locInfo(this._$)};break;case 25:this.$=d.preparePartialBlock(s[a-2],s[a-1],s[a],this._$);break;case 26:this.$={path:s[a-3],params:s[a-2],hash:s[a-1],strip:d.stripFlags(s[a-4],s[a])};break;case 27:this.$=s[a];break;case 28:this.$=s[a];break;case 29:this.$={type:"SubExpression",path:s[a-3],params:s[a-2],hash:s[a-1],loc:d.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:s[a],loc:d.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:d.id(s[a-2]),value:s[a],loc:d.locInfo(this._$)};break;case 32:this.$=d.id(s[a-1]);break;case 33:this.$=s[a];break;case 34:this.$=s[a];break;case 35:this.$={type:"StringLiteral",value:s[a],original:s[a],loc:d.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(s[a]),original:Number(s[a]),loc:d.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:s[a]==="true",original:s[a]==="true",loc:d.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:d.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:d.locInfo(this._$)};break;case 40:this.$=s[a];break;case 41:this.$=s[a];break;case 42:this.$=d.preparePath(!0,s[a],this._$);break;case 43:this.$=d.preparePath(!1,s[a],this._$);break;case 44:s[a-2].push({part:d.id(s[a]),original:s[a],separator:s[a-1]}),this.$=s[a-2];break;case 45:this.$=[{part:d.id(s[a]),original:s[a]}];break;case 46:this.$=[];break;case 47:s[a-1].push(s[a]);break;case 48:this.$=[];break;case 49:s[a-1].push(s[a]);break;case 50:this.$=[];break;case 51:s[a-1].push(s[a]);break;case 58:this.$=[];break;case 59:s[a-1].push(s[a]);break;case 64:this.$=[];break;case 65:s[a-1].push(s[a]);break;case 70:this.$=[];break;case 71:s[a-1].push(s[a]);break;case 78:this.$=[];break;case 79:s[a-1].push(s[a]);break;case 82:this.$=[];break;case 83:s[a-1].push(s[a]);break;case 86:this.$=[];break;case 87:s[a-1].push(s[a]);break;case 90:this.$=[];break;case 91:s[a-1].push(s[a]);break;case 94:this.$=[];break;case 95:s[a-1].push(s[a]);break;case 98:this.$=[s[a]];break;case 99:s[a-1].push(s[a]);break;case 100:this.$=[s[a]];break;case 101:s[a-1].push(s[a]);break}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(c,p){throw new Error(c)},parse:function(c){var p=this,f=[0],d=[null],h=[],s=this.table,u="",a=0,m=0;this.lexer.setInput(c),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc>"u"&&(this.lexer.yylloc={});var g=this.lexer.yylloc;h.push(g);var v=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);function $(){var A;return A=p.lexer.lex()||1,typeof A!="number"&&(A=p.symbols_[A]||A),A}for(var _,y,b,w,S={},E,C,N,O;;){if(y=f[f.length-1],this.defaultActions[y]?b=this.defaultActions[y]:((_===null||typeof _>"u")&&(_=$()),b=s[y]&&s[y][_]),typeof b>"u"||!b.length||!b[0]){var x="";{O=[];for(E in s[y])this.terminals_[E]&&E>2&&O.push("'"+this.terminals_[E]+"'");this.lexer.showPosition?x="Parse error on line "+(a+1)+`:
|
|
6
|
+
`+this.lexer.showPosition()+`
|
|
7
|
+
Expecting `+O.join(", ")+", got '"+(this.terminals_[_]||_)+"'":x="Parse error on line "+(a+1)+": Unexpected "+(_==1?"end of input":"'"+(this.terminals_[_]||_)+"'"),this.parseError(x,{text:this.lexer.match,token:this.terminals_[_]||_,line:this.lexer.yylineno,loc:g,expected:O})}}if(b[0]instanceof Array&&b.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+_);switch(b[0]){case 1:f.push(_),d.push(this.lexer.yytext),h.push(this.lexer.yylloc),f.push(b[1]),_=null,m=this.lexer.yyleng,u=this.lexer.yytext,a=this.lexer.yylineno,g=this.lexer.yylloc;break;case 2:if(C=this.productions_[b[1]][1],S.$=d[d.length-C],S._$={first_line:h[h.length-(C||1)].first_line,last_line:h[h.length-1].last_line,first_column:h[h.length-(C||1)].first_column,last_column:h[h.length-1].last_column},v&&(S._$.range=[h[h.length-(C||1)].range[0],h[h.length-1].range[1]]),w=this.performAction.call(S,u,m,a,this.yy,b[1],d,h),typeof w<"u")return w;C&&(f=f.slice(0,-1*C*2),d=d.slice(0,-1*C),h=h.slice(0,-1*C)),f.push(this.productions_[b[1]][0]),d.push(S.$),h.push(S._$),N=s[f[f.length-2]][f[f.length-1]],f.push(N);break;case 3:return!0}}return!0}},o=function(){var l={EOF:1,parseError:function(p,f){if(this.yy.parser)this.yy.parser.parseError(p,f);else throw new Error(p)},setInput:function(p){return this._input=p,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var p=this._input[0];this.yytext+=p,this.yyleng++,this.offset++,this.match+=p,this.matched+=p;var f=p.match(/(?:\r\n?|\n).*/g);return f?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),p},unput:function(p){var f=p.length,d=p.split(/(?:\r\n?|\n)/g);this._input=p+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-f-1),this.offset-=f;var h=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),d.length-1&&(this.yylineno-=d.length-1);var s=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:d?(d.length===h.length?this.yylloc.first_column:0)+h[h.length-d.length].length-d[0].length:this.yylloc.first_column-f},this.options.ranges&&(this.yylloc.range=[s[0],s[0]+this.yyleng-f]),this},more:function(){return this._more=!0,this},less:function(p){this.unput(this.match.slice(p))},pastInput:function(){var p=this.matched.substr(0,this.matched.length-this.match.length);return(p.length>20?"...":"")+p.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var p=this.match;return p.length<20&&(p+=this._input.substr(0,20-p.length)),(p.substr(0,20)+(p.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var p=this.pastInput(),f=new Array(p.length+1).join("-");return p+this.upcomingInput()+`
|
|
8
|
+
`+f+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var p,f,d,h,s;this._more||(this.yytext="",this.match="");for(var u=this._currentRules(),a=0;a<u.length&&(d=this._input.match(this.rules[u[a]]),!(d&&(!f||d[0].length>f[0].length)&&(f=d,h=a,!this.options.flex)));a++);return f?(s=f[0].match(/(?:\r\n?|\n).*/g),s&&(this.yylineno+=s.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:s?s[s.length-1].length-s[s.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+f[0].length},this.yytext+=f[0],this.match+=f[0],this.matches=f,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(f[0].length),this.matched+=f[0],p=this.performAction.call(this,this.yy,this,u[h],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),p||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
|
|
9
|
+
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var p=this.next();return typeof p<"u"?p:this.lex()},begin:function(p){this.conditionStack.push(p)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(p){this.begin(p)}};return l.options={},l.performAction=function(p,f,d,h){function s(u,a){return f.yytext=f.yytext.substring(u,f.yyleng-a+u)}switch(d){case 0:if(f.yytext.slice(-2)==="\\\\"?(s(0,1),this.begin("mu")):f.yytext.slice(-1)==="\\"?(s(0,1),this.begin("emu")):this.begin("mu"),f.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(s(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(f.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return f.yytext=s(1,2).replace(/\\"/g,'"'),80;case 32:return f.yytext=s(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return f.yytext=f.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},l.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],l.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},l}();r.lexer=o;function i(){this.yy={}}return i.prototype=r,r.Parser=i,new i}();t.default=n,e.exports=t.default}(fo,fo.exports)),fo.exports}var po={exports:{}},ho={exports:{}},Pc;function r1(){return Pc||(Pc=1,function(e,t){t.__esModule=!0;function n(f){return f&&f.__esModule?f:{default:f}}var r=tt(),o=n(r);function i(){this.parents=[]}i.prototype={constructor:i,mutating:!1,acceptKey:function(d,h){var s=this.accept(d[h]);if(this.mutating){if(s&&!i.prototype[s.type])throw new o.default('Unexpected node type "'+s.type+'" found when accepting '+h+" on "+d.type);d[h]=s}},acceptRequired:function(d,h){if(this.acceptKey(d,h),!d[h])throw new o.default(d.type+" requires "+h)},acceptArray:function(d){for(var h=0,s=d.length;h<s;h++)this.acceptKey(d,h),d[h]||(d.splice(h,1),h--,s--)},accept:function(d){if(d){if(!this[d.type])throw new o.default("Unknown type: "+d.type,d);this.current&&this.parents.unshift(this.current),this.current=d;var h=this[d.type](d);if(this.current=this.parents.shift(),!this.mutating||h)return h;if(h!==!1)return d}},Program:function(d){this.acceptArray(d.body)},MustacheStatement:l,Decorator:l,BlockStatement:c,DecoratorBlock:c,PartialStatement:p,PartialBlockStatement:function(d){p.call(this,d),this.acceptKey(d,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:l,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(d){this.acceptArray(d.pairs)},HashPair:function(d){this.acceptRequired(d,"value")}};function l(f){this.acceptRequired(f,"path"),this.acceptArray(f.params),this.acceptKey(f,"hash")}function c(f){l.call(this,f),this.acceptKey(f,"program"),this.acceptKey(f,"inverse")}function p(f){this.acceptRequired(f,"name"),this.acceptArray(f.params),this.acceptKey(f,"hash")}t.default=i,e.exports=t.default}(ho,ho.exports)),ho.exports}var xc;function o2(){return xc||(xc=1,function(e,t){t.__esModule=!0;function n(d){return d&&d.__esModule?d:{default:d}}var r=r1(),o=n(r);function i(){var d=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=d}i.prototype=new o.default,i.prototype.Program=function(d){var h=!this.options.ignoreStandalone,s=!this.isRootSeen;this.isRootSeen=!0;for(var u=d.body,a=0,m=u.length;a<m;a++){var g=u[a],v=this.accept(g);if(v){var $=l(u,a,s),_=c(u,a,s),y=v.openStandalone&&$,b=v.closeStandalone&&_,w=v.inlineStandalone&&$&&_;v.close&&p(u,a,!0),v.open&&f(u,a,!0),h&&w&&(p(u,a),f(u,a)&&g.type==="PartialStatement"&&(g.indent=/([ \t]+$)/.exec(u[a-1].original)[1])),h&&y&&(p((g.program||g.inverse).body),f(u,a)),h&&b&&(p(u,a),f((g.inverse||g.program).body))}}return d},i.prototype.BlockStatement=i.prototype.DecoratorBlock=i.prototype.PartialBlockStatement=function(d){this.accept(d.program),this.accept(d.inverse);var h=d.program||d.inverse,s=d.program&&d.inverse,u=s,a=s;if(s&&s.chained)for(u=s.body[0].program;a.chained;)a=a.body[a.body.length-1].program;var m={open:d.openStrip.open,close:d.closeStrip.close,openStandalone:c(h.body),closeStandalone:l((u||h).body)};if(d.openStrip.close&&p(h.body,null,!0),s){var g=d.inverseStrip;g.open&&f(h.body,null,!0),g.close&&p(u.body,null,!0),d.closeStrip.open&&f(a.body,null,!0),!this.options.ignoreStandalone&&l(h.body)&&c(u.body)&&(f(h.body),p(u.body))}else d.closeStrip.open&&f(h.body,null,!0);return m},i.prototype.Decorator=i.prototype.MustacheStatement=function(d){return d.strip},i.prototype.PartialStatement=i.prototype.CommentStatement=function(d){var h=d.strip||{};return{inlineStandalone:!0,open:h.open,close:h.close}};function l(d,h,s){h===void 0&&(h=d.length);var u=d[h-1],a=d[h-2];if(!u)return s;if(u.type==="ContentStatement")return(a||!s?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(u.original)}function c(d,h,s){h===void 0&&(h=-1);var u=d[h+1],a=d[h+2];if(!u)return s;if(u.type==="ContentStatement")return(a||!s?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(u.original)}function p(d,h,s){var u=d[h==null?0:h+1];if(!(!u||u.type!=="ContentStatement"||!s&&u.rightStripped)){var a=u.value;u.value=u.value.replace(s?/^\s+/:/^[ \t]*\r?\n?/,""),u.rightStripped=u.value!==a}}function f(d,h,s){var u=d[h==null?d.length-1:h-1];if(!(!u||u.type!=="ContentStatement"||!s&&u.leftStripped)){var a=u.value;return u.value=u.value.replace(s?/\s+$/:/[ \t]+$/,""),u.leftStripped=u.value!==a,u.leftStripped}}t.default=i,e.exports=t.default}(po,po.exports)),po.exports}var Ue={},Cc;function i2(){if(Cc)return Ue;Cc=1,Ue.__esModule=!0,Ue.SourceLocation=o,Ue.id=i,Ue.stripFlags=l,Ue.stripComment=c,Ue.preparePath=p,Ue.prepareMustache=f,Ue.prepareRawBlock=d,Ue.prepareBlock=h,Ue.prepareProgram=s,Ue.preparePartialBlock=u;function e(a){return a&&a.__esModule?a:{default:a}}var t=tt(),n=e(t);function r(a,m){if(m=m.path?m.path.original:m,a.path.original!==m){var g={loc:a.path.loc};throw new n.default(a.path.original+" doesn't match "+m,g)}}function o(a,m){this.source=a,this.start={line:m.first_line,column:m.first_column},this.end={line:m.last_line,column:m.last_column}}function i(a){return/^\[.*\]$/.test(a)?a.substring(1,a.length-1):a}function l(a,m){return{open:a.charAt(2)==="~",close:m.charAt(m.length-3)==="~"}}function c(a){return a.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")}function p(a,m,g){g=this.locInfo(g);for(var v=a?"@":"",$=[],_=0,y=0,b=m.length;y<b;y++){var w=m[y].part,S=m[y].original!==w;if(v+=(m[y].separator||"")+w,!S&&(w===".."||w==="."||w==="this")){if($.length>0)throw new n.default("Invalid path: "+v,{loc:g});w===".."&&_++}else $.push(w)}return{type:"PathExpression",data:a,depth:_,parts:$,original:v,loc:g}}function f(a,m,g,v,$,_){var y=v.charAt(3)||v.charAt(2),b=y!=="{"&&y!=="&",w=/\*/.test(v);return{type:w?"Decorator":"MustacheStatement",path:a,params:m,hash:g,escaped:b,strip:$,loc:this.locInfo(_)}}function d(a,m,g,v){r(a,g),v=this.locInfo(v);var $={type:"Program",body:m,strip:{},loc:v};return{type:"BlockStatement",path:a.path,params:a.params,hash:a.hash,program:$,openStrip:{},inverseStrip:{},closeStrip:{},loc:v}}function h(a,m,g,v,$,_){v&&v.path&&r(a,v);var y=/\*/.test(a.open);m.blockParams=a.blockParams;var b=void 0,w=void 0;if(g){if(y)throw new n.default("Unexpected inverse block on decorator",g);g.chain&&(g.program.body[0].closeStrip=v.strip),w=g.strip,b=g.program}return $&&($=b,b=m,m=$),{type:y?"DecoratorBlock":"BlockStatement",path:a.path,params:a.params,hash:a.hash,program:m,inverse:b,openStrip:a.strip,inverseStrip:w,closeStrip:v&&v.strip,loc:this.locInfo(_)}}function s(a,m){if(!m&&a.length){var g=a[0].loc,v=a[a.length-1].loc;g&&v&&(m={source:g.source,start:{line:g.start.line,column:g.start.column},end:{line:v.end.line,column:v.end.column}})}return{type:"Program",body:a,strip:{},loc:m}}function u(a,m,g,v){return r(a,g),{type:"PartialBlockStatement",name:a.path,params:a.params,hash:a.hash,program:m,openStrip:a.strip,closeStrip:g&&g.strip,loc:this.locInfo(v)}}return Ue}var Mc;function a2(){if(Mc)return xn;Mc=1,xn.__esModule=!0,xn.parseWithoutProcessing=d,xn.parse=h;function e(s){if(s&&s.__esModule)return s;var u={};if(s!=null)for(var a in s)Object.prototype.hasOwnProperty.call(s,a)&&(u[a]=s[a]);return u.default=s,u}function t(s){return s&&s.__esModule?s:{default:s}}var n=r2(),r=t(n),o=o2(),i=t(o),l=i2(),c=e(l),p=Ce();xn.parser=r.default;var f={};p.extend(f,c);function d(s,u){if(s.type==="Program")return s;r.default.yy=f,f.locInfo=function(m){return new f.SourceLocation(u&&u.srcName,m)};var a=r.default.parse(s);return a}function h(s,u){var a=d(s,u),m=new i.default(u);return m.accept(a)}return xn}var Cn={},Ac;function s2(){if(Ac)return Cn;Ac=1,Cn.__esModule=!0,Cn.Compiler=c,Cn.precompile=p,Cn.compile=f;function e(s){return s&&s.__esModule?s:{default:s}}var t=tt(),n=e(t),r=Ce(),o=n1(),i=e(o),l=[].slice;function c(){}c.prototype={compiler:c,equals:function(u){var a=this.opcodes.length;if(u.opcodes.length!==a)return!1;for(var m=0;m<a;m++){var g=this.opcodes[m],v=u.opcodes[m];if(g.opcode!==v.opcode||!d(g.args,v.args))return!1}a=this.children.length;for(var m=0;m<a;m++)if(!this.children[m].equals(u.children[m]))return!1;return!0},guid:0,compile:function(u,a){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=a,this.stringParams=a.stringParams,this.trackIds=a.trackIds,a.blockParams=a.blockParams||[],a.knownHelpers=r.extend(Object.create(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},a.knownHelpers),this.accept(u)},compileProgram:function(u){var a=new this.compiler,m=a.compile(u,this.options),g=this.guid++;return this.usePartial=this.usePartial||m.usePartial,this.children[g]=m,this.useDepths=this.useDepths||m.useDepths,g},accept:function(u){if(!this[u.type])throw new n.default("Unknown type: "+u.type,u);this.sourceNode.unshift(u);var a=this[u.type](u);return this.sourceNode.shift(),a},Program:function(u){this.options.blockParams.unshift(u.blockParams);for(var a=u.body,m=a.length,g=0;g<m;g++)this.accept(a[g]);return this.options.blockParams.shift(),this.isSimple=m===1,this.blockParams=u.blockParams?u.blockParams.length:0,this},BlockStatement:function(u){h(u);var a=u.program,m=u.inverse;a=a&&this.compileProgram(a),m=m&&this.compileProgram(m);var g=this.classifySexpr(u);g==="helper"?this.helperSexpr(u,a,m):g==="simple"?(this.simpleSexpr(u),this.opcode("pushProgram",a),this.opcode("pushProgram",m),this.opcode("emptyHash"),this.opcode("blockValue",u.path.original)):(this.ambiguousSexpr(u,a,m),this.opcode("pushProgram",a),this.opcode("pushProgram",m),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(u){var a=u.program&&this.compileProgram(u.program),m=this.setupFullMustacheParams(u,a,void 0),g=u.path;this.useDecorators=!0,this.opcode("registerDecorator",m.length,g.original)},PartialStatement:function(u){this.usePartial=!0;var a=u.program;a&&(a=this.compileProgram(u.program));var m=u.params;if(m.length>1)throw new n.default("Unsupported number of partial arguments: "+m.length,u);m.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):m.push({type:"PathExpression",parts:[],depth:0}));var g=u.name.original,v=u.name.type==="SubExpression";v&&this.accept(u.name),this.setupFullMustacheParams(u,a,void 0,!0);var $=u.indent||"";this.options.preventIndent&&$&&(this.opcode("appendContent",$),$=""),this.opcode("invokePartial",v,g,$),this.opcode("append")},PartialBlockStatement:function(u){this.PartialStatement(u)},MustacheStatement:function(u){this.SubExpression(u),u.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(u){this.DecoratorBlock(u)},ContentStatement:function(u){u.value&&this.opcode("appendContent",u.value)},CommentStatement:function(){},SubExpression:function(u){h(u);var a=this.classifySexpr(u);a==="simple"?this.simpleSexpr(u):a==="helper"?this.helperSexpr(u):this.ambiguousSexpr(u)},ambiguousSexpr:function(u,a,m){var g=u.path,v=g.parts[0],$=a!=null||m!=null;this.opcode("getContext",g.depth),this.opcode("pushProgram",a),this.opcode("pushProgram",m),g.strict=!0,this.accept(g),this.opcode("invokeAmbiguous",v,$)},simpleSexpr:function(u){var a=u.path;a.strict=!0,this.accept(a),this.opcode("resolvePossibleLambda")},helperSexpr:function(u,a,m){var g=this.setupFullMustacheParams(u,a,m),v=u.path,$=v.parts[0];if(this.options.knownHelpers[$])this.opcode("invokeKnownHelper",g.length,$);else{if(this.options.knownHelpersOnly)throw new n.default("You specified knownHelpersOnly, but used the unknown helper "+$,u);v.strict=!0,v.falsy=!0,this.accept(v),this.opcode("invokeHelper",g.length,v.original,i.default.helpers.simpleId(v))}},PathExpression:function(u){this.addDepth(u.depth),this.opcode("getContext",u.depth);var a=u.parts[0],m=i.default.helpers.scopedId(u),g=!u.depth&&!m&&this.blockParamIndex(a);g?this.opcode("lookupBlockParam",g,u.parts):a?u.data?(this.options.data=!0,this.opcode("lookupData",u.depth,u.parts,u.strict)):this.opcode("lookupOnContext",u.parts,u.falsy,u.strict,m):this.opcode("pushContext")},StringLiteral:function(u){this.opcode("pushString",u.value)},NumberLiteral:function(u){this.opcode("pushLiteral",u.value)},BooleanLiteral:function(u){this.opcode("pushLiteral",u.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(u){var a=u.pairs,m=0,g=a.length;for(this.opcode("pushHash");m<g;m++)this.pushParam(a[m].value);for(;m--;)this.opcode("assignToHash",a[m].key);this.opcode("popHash")},opcode:function(u){this.opcodes.push({opcode:u,args:l.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(u){u&&(this.useDepths=!0)},classifySexpr:function(u){var a=i.default.helpers.simpleId(u.path),m=a&&!!this.blockParamIndex(u.path.parts[0]),g=!m&&i.default.helpers.helperExpression(u),v=!m&&(g||a);if(v&&!g){var $=u.path.parts[0],_=this.options;_.knownHelpers[$]?g=!0:_.knownHelpersOnly&&(v=!1)}return g?"helper":v?"ambiguous":"simple"},pushParams:function(u){for(var a=0,m=u.length;a<m;a++)this.pushParam(u[a])},pushParam:function(u){var a=u.value!=null?u.value:u.original||"";if(this.stringParams)a.replace&&(a=a.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),u.depth&&this.addDepth(u.depth),this.opcode("getContext",u.depth||0),this.opcode("pushStringParam",a,u.type),u.type==="SubExpression"&&this.accept(u);else{if(this.trackIds){var m=void 0;if(u.parts&&!i.default.helpers.scopedId(u)&&!u.depth&&(m=this.blockParamIndex(u.parts[0])),m){var g=u.parts.slice(1).join(".");this.opcode("pushId","BlockParam",m,g)}else a=u.original||a,a.replace&&(a=a.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",u.type,a)}this.accept(u)}},setupFullMustacheParams:function(u,a,m,g){var v=u.params;return this.pushParams(v),this.opcode("pushProgram",a),this.opcode("pushProgram",m),u.hash?this.accept(u.hash):this.opcode("emptyHash",g),v},blockParamIndex:function(u){for(var a=0,m=this.options.blockParams.length;a<m;a++){var g=this.options.blockParams[a],v=g&&r.indexOf(g,u);if(g&&v>=0)return[a,v]}}};function p(s,u,a){if(s==null||typeof s!="string"&&s.type!=="Program")throw new n.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+s);u=u||{},"data"in u||(u.data=!0),u.compat&&(u.useDepths=!0);var m=a.parse(s,u),g=new a.Compiler().compile(m,u);return new a.JavaScriptCompiler().compile(g,u)}function f(s,u,a){if(u===void 0&&(u={}),s==null||typeof s!="string"&&s.type!=="Program")throw new n.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+s);u=r.extend({},u),"data"in u||(u.data=!0),u.compat&&(u.useDepths=!0);var m=void 0;function g(){var $=a.parse(s,u),_=new a.Compiler().compile($,u),y=new a.JavaScriptCompiler().compile(_,u,void 0,!0);return a.template(y)}function v($,_){return m||(m=g()),m.call(this,$,_)}return v._setup=function($){return m||(m=g()),m._setup($)},v._child=function($,_,y,b){return m||(m=g()),m._child($,_,y,b)},v}function d(s,u){if(s===u)return!0;if(r.isArray(s)&&r.isArray(u)&&s.length===u.length){for(var a=0;a<s.length;a++)if(!d(s[a],u[a]))return!1;return!0}}function h(s){if(!s.path.parts){var u=s.path;s.path={type:"PathExpression",data:!1,depth:0,parts:[u.original+""],original:u.original+"",loc:u.loc}}}return Cn}var mo={exports:{}},go={exports:{}},ir={},Ai={},vo={},$o={},Tc;function u2(){if(Tc)return $o;Tc=1;var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");return $o.encode=function(t){if(0<=t&&t<e.length)return e[t];throw new TypeError("Must be between 0 and 63: "+t)},$o.decode=function(t){var n=65,r=90,o=97,i=122,l=48,c=57,p=43,f=47,d=26,h=52;return n<=t&&t<=r?t-n:o<=t&&t<=i?t-o+d:l<=t&&t<=c?t-l+h:t==p?62:t==f?63:-1},$o}var Rc;function o1(){if(Rc)return vo;Rc=1;var e=u2(),t=5,n=1<<t,r=n-1,o=n;function i(c){return c<0?(-c<<1)+1:(c<<1)+0}function l(c){var p=(c&1)===1,f=c>>1;return p?-f:f}return vo.encode=function(p){var f="",d,h=i(p);do d=h&r,h>>>=t,h>0&&(d|=o),f+=e.encode(d);while(h>0);return f},vo.decode=function(p,f,d){var h=p.length,s=0,u=0,a,m;do{if(f>=h)throw new Error("Expected more digits in base 64 VLQ value.");if(m=e.decode(p.charCodeAt(f++)),m===-1)throw new Error("Invalid base64 digit: "+p.charAt(f-1));a=!!(m&o),m&=r,s=s+(m<<u),u+=t}while(a);d.value=l(s),d.rest=f},vo}var Ti={},Dc;function wr(){return Dc||(Dc=1,function(e){function t(y,b,w){if(b in y)return y[b];if(arguments.length===3)return w;throw new Error('"'+b+'" is a required argument.')}e.getArg=t;var n=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,r=/^data:.+\,.+$/;function o(y){var b=y.match(n);return b?{scheme:b[1],auth:b[2],host:b[3],port:b[4],path:b[5]}:null}e.urlParse=o;function i(y){var b="";return y.scheme&&(b+=y.scheme+":"),b+="//",y.auth&&(b+=y.auth+"@"),y.host&&(b+=y.host),y.port&&(b+=":"+y.port),y.path&&(b+=y.path),b}e.urlGenerate=i;function l(y){var b=y,w=o(y);if(w){if(!w.path)return y;b=w.path}for(var S=e.isAbsolute(b),E=b.split(/\/+/),C,N=0,O=E.length-1;O>=0;O--)C=E[O],C==="."?E.splice(O,1):C===".."?N++:N>0&&(C===""?(E.splice(O+1,N),N=0):(E.splice(O,2),N--));return b=E.join("/"),b===""&&(b=S?"/":"."),w?(w.path=b,i(w)):b}e.normalize=l;function c(y,b){y===""&&(y="."),b===""&&(b=".");var w=o(b),S=o(y);if(S&&(y=S.path||"/"),w&&!w.scheme)return S&&(w.scheme=S.scheme),i(w);if(w||b.match(r))return b;if(S&&!S.host&&!S.path)return S.host=b,i(S);var E=b.charAt(0)==="/"?b:l(y.replace(/\/+$/,"")+"/"+b);return S?(S.path=E,i(S)):E}e.join=c,e.isAbsolute=function(y){return y.charAt(0)==="/"||n.test(y)};function p(y,b){y===""&&(y="."),y=y.replace(/\/$/,"");for(var w=0;b.indexOf(y+"/")!==0;){var S=y.lastIndexOf("/");if(S<0||(y=y.slice(0,S),y.match(/^([^\/]+:\/)?\/*$/)))return b;++w}return Array(w+1).join("../")+b.substr(y.length+1)}e.relative=p;var f=function(){var y=Object.create(null);return!("__proto__"in y)}();function d(y){return y}function h(y){return u(y)?"$"+y:y}e.toSetString=f?d:h;function s(y){return u(y)?y.slice(1):y}e.fromSetString=f?d:s;function u(y){if(!y)return!1;var b=y.length;if(b<9||y.charCodeAt(b-1)!==95||y.charCodeAt(b-2)!==95||y.charCodeAt(b-3)!==111||y.charCodeAt(b-4)!==116||y.charCodeAt(b-5)!==111||y.charCodeAt(b-6)!==114||y.charCodeAt(b-7)!==112||y.charCodeAt(b-8)!==95||y.charCodeAt(b-9)!==95)return!1;for(var w=b-10;w>=0;w--)if(y.charCodeAt(w)!==36)return!1;return!0}function a(y,b,w){var S=g(y.source,b.source);return S!==0||(S=y.originalLine-b.originalLine,S!==0)||(S=y.originalColumn-b.originalColumn,S!==0||w)||(S=y.generatedColumn-b.generatedColumn,S!==0)||(S=y.generatedLine-b.generatedLine,S!==0)?S:g(y.name,b.name)}e.compareByOriginalPositions=a;function m(y,b,w){var S=y.generatedLine-b.generatedLine;return S!==0||(S=y.generatedColumn-b.generatedColumn,S!==0||w)||(S=g(y.source,b.source),S!==0)||(S=y.originalLine-b.originalLine,S!==0)||(S=y.originalColumn-b.originalColumn,S!==0)?S:g(y.name,b.name)}e.compareByGeneratedPositionsDeflated=m;function g(y,b){return y===b?0:y===null?1:b===null?-1:y>b?1:-1}function v(y,b){var w=y.generatedLine-b.generatedLine;return w!==0||(w=y.generatedColumn-b.generatedColumn,w!==0)||(w=g(y.source,b.source),w!==0)||(w=y.originalLine-b.originalLine,w!==0)||(w=y.originalColumn-b.originalColumn,w!==0)?w:g(y.name,b.name)}e.compareByGeneratedPositionsInflated=v;function $(y){return JSON.parse(y.replace(/^\)]}'[^\n]*\n/,""))}e.parseSourceMapInput=$;function _(y,b,w){if(b=b||"",y&&(y[y.length-1]!=="/"&&b[0]!=="/"&&(y+="/"),b=y+b),w){var S=o(w);if(!S)throw new Error("sourceMapURL could not be parsed");if(S.path){var E=S.path.lastIndexOf("/");E>=0&&(S.path=S.path.substring(0,E+1))}b=c(i(S),b)}return l(b)}e.computeSourceURL=_}(Ti)),Ti}var Ri={},jc;function i1(){if(jc)return Ri;jc=1;var e=wr(),t=Object.prototype.hasOwnProperty,n=typeof Map<"u";function r(){this._array=[],this._set=n?new Map:Object.create(null)}return r.fromArray=function(i,l){for(var c=new r,p=0,f=i.length;p<f;p++)c.add(i[p],l);return c},r.prototype.size=function(){return n?this._set.size:Object.getOwnPropertyNames(this._set).length},r.prototype.add=function(i,l){var c=n?i:e.toSetString(i),p=n?this.has(i):t.call(this._set,c),f=this._array.length;(!p||l)&&this._array.push(i),p||(n?this._set.set(i,f):this._set[c]=f)},r.prototype.has=function(i){if(n)return this._set.has(i);var l=e.toSetString(i);return t.call(this._set,l)},r.prototype.indexOf=function(i){if(n){var l=this._set.get(i);if(l>=0)return l}else{var c=e.toSetString(i);if(t.call(this._set,c))return this._set[c]}throw new Error('"'+i+'" is not in the set.')},r.prototype.at=function(i){if(i>=0&&i<this._array.length)return this._array[i];throw new Error("No element indexed by "+i)},r.prototype.toArray=function(){return this._array.slice()},Ri.ArraySet=r,Ri}var Di={},Uc;function l2(){if(Uc)return Di;Uc=1;var e=wr();function t(r,o){var i=r.generatedLine,l=o.generatedLine,c=r.generatedColumn,p=o.generatedColumn;return l>i||l==i&&p>=c||e.compareByGeneratedPositionsInflated(r,o)<=0}function n(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}return n.prototype.unsortedForEach=function(o,i){this._array.forEach(o,i)},n.prototype.add=function(o){t(this._last,o)?(this._last=o,this._array.push(o)):(this._sorted=!1,this._array.push(o))},n.prototype.toArray=function(){return this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},Di.MappingList=n,Di}var Lc;function a1(){if(Lc)return Ai;Lc=1;var e=o1(),t=wr(),n=i1().ArraySet,r=l2().MappingList;function o(i){i||(i={}),this._file=t.getArg(i,"file",null),this._sourceRoot=t.getArg(i,"sourceRoot",null),this._skipValidation=t.getArg(i,"skipValidation",!1),this._sources=new n,this._names=new n,this._mappings=new r,this._sourcesContents=null}return o.prototype._version=3,o.fromSourceMap=function(l){var c=l.sourceRoot,p=new o({file:l.file,sourceRoot:c});return l.eachMapping(function(f){var d={generated:{line:f.generatedLine,column:f.generatedColumn}};f.source!=null&&(d.source=f.source,c!=null&&(d.source=t.relative(c,d.source)),d.original={line:f.originalLine,column:f.originalColumn},f.name!=null&&(d.name=f.name)),p.addMapping(d)}),l.sources.forEach(function(f){var d=f;c!==null&&(d=t.relative(c,f)),p._sources.has(d)||p._sources.add(d);var h=l.sourceContentFor(f);h!=null&&p.setSourceContent(f,h)}),p},o.prototype.addMapping=function(l){var c=t.getArg(l,"generated"),p=t.getArg(l,"original",null),f=t.getArg(l,"source",null),d=t.getArg(l,"name",null);this._skipValidation||this._validateMapping(c,p,f,d),f!=null&&(f=String(f),this._sources.has(f)||this._sources.add(f)),d!=null&&(d=String(d),this._names.has(d)||this._names.add(d)),this._mappings.add({generatedLine:c.line,generatedColumn:c.column,originalLine:p!=null&&p.line,originalColumn:p!=null&&p.column,source:f,name:d})},o.prototype.setSourceContent=function(l,c){var p=l;this._sourceRoot!=null&&(p=t.relative(this._sourceRoot,p)),c!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[t.toSetString(p)]=c):this._sourcesContents&&(delete this._sourcesContents[t.toSetString(p)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},o.prototype.applySourceMap=function(l,c,p){var f=c;if(c==null){if(l.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);f=l.file}var d=this._sourceRoot;d!=null&&(f=t.relative(d,f));var h=new n,s=new n;this._mappings.unsortedForEach(function(u){if(u.source===f&&u.originalLine!=null){var a=l.originalPositionFor({line:u.originalLine,column:u.originalColumn});a.source!=null&&(u.source=a.source,p!=null&&(u.source=t.join(p,u.source)),d!=null&&(u.source=t.relative(d,u.source)),u.originalLine=a.line,u.originalColumn=a.column,a.name!=null&&(u.name=a.name))}var m=u.source;m!=null&&!h.has(m)&&h.add(m);var g=u.name;g!=null&&!s.has(g)&&s.add(g)},this),this._sources=h,this._names=s,l.sources.forEach(function(u){var a=l.sourceContentFor(u);a!=null&&(p!=null&&(u=t.join(p,u)),d!=null&&(u=t.relative(d,u)),this.setSourceContent(u,a))},this)},o.prototype._validateMapping=function(l,c,p,f){if(c&&typeof c.line!="number"&&typeof c.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(l&&"line"in l&&"column"in l&&l.line>0&&l.column>=0&&!c&&!p&&!f)){if(l&&"line"in l&&"column"in l&&c&&"line"in c&&"column"in c&&l.line>0&&l.column>=0&&c.line>0&&c.column>=0&&p)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:l,source:p,original:c,name:f}))}},o.prototype._serializeMappings=function(){for(var l=0,c=1,p=0,f=0,d=0,h=0,s="",u,a,m,g,v=this._mappings.toArray(),$=0,_=v.length;$<_;$++){if(a=v[$],u="",a.generatedLine!==c)for(l=0;a.generatedLine!==c;)u+=";",c++;else if($>0){if(!t.compareByGeneratedPositionsInflated(a,v[$-1]))continue;u+=","}u+=e.encode(a.generatedColumn-l),l=a.generatedColumn,a.source!=null&&(g=this._sources.indexOf(a.source),u+=e.encode(g-h),h=g,u+=e.encode(a.originalLine-1-f),f=a.originalLine-1,u+=e.encode(a.originalColumn-p),p=a.originalColumn,a.name!=null&&(m=this._names.indexOf(a.name),u+=e.encode(m-d),d=m)),s+=u}return s},o.prototype._generateSourcesContent=function(l,c){return l.map(function(p){if(!this._sourcesContents)return null;c!=null&&(p=t.relative(c,p));var f=t.toSetString(p);return Object.prototype.hasOwnProperty.call(this._sourcesContents,f)?this._sourcesContents[f]:null},this)},o.prototype.toJSON=function(){var l={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(l.file=this._file),this._sourceRoot!=null&&(l.sourceRoot=this._sourceRoot),this._sourcesContents&&(l.sourcesContent=this._generateSourcesContent(l.sources,l.sourceRoot)),l},o.prototype.toString=function(){return JSON.stringify(this.toJSON())},Ai.SourceMapGenerator=o,Ai}var ar={},ji={},zc;function c2(){return zc||(zc=1,function(e){e.GREATEST_LOWER_BOUND=1,e.LEAST_UPPER_BOUND=2;function t(n,r,o,i,l,c){var p=Math.floor((r-n)/2)+n,f=l(o,i[p],!0);return f===0?p:f>0?r-p>1?t(p,r,o,i,l,c):c==e.LEAST_UPPER_BOUND?r<i.length?r:-1:p:p-n>1?t(n,p,o,i,l,c):c==e.LEAST_UPPER_BOUND?p:n<0?-1:n}e.search=function(r,o,i,l){if(o.length===0)return-1;var c=t(-1,o.length,r,o,i,l||e.GREATEST_LOWER_BOUND);if(c<0)return-1;for(;c-1>=0&&i(o[c],o[c-1],!0)===0;)--c;return c}}(ji)),ji}var Ui={},Fc;function d2(){if(Fc)return Ui;Fc=1;function e(r,o,i){var l=r[o];r[o]=r[i],r[i]=l}function t(r,o){return Math.round(r+Math.random()*(o-r))}function n(r,o,i,l){if(i<l){var c=t(i,l),p=i-1;e(r,c,l);for(var f=r[l],d=i;d<l;d++)o(r[d],f)<=0&&(p+=1,e(r,p,d));e(r,p+1,d);var h=p+1;n(r,o,i,h-1),n(r,o,h+1,l)}}return Ui.quickSort=function(r,o){n(r,o,0,r.length-1)},Ui}var Bc;function f2(){if(Bc)return ar;Bc=1;var e=wr(),t=c2(),n=i1().ArraySet,r=o1(),o=d2().quickSort;function i(f,d){var h=f;return typeof f=="string"&&(h=e.parseSourceMapInput(f)),h.sections!=null?new p(h,d):new l(h,d)}i.fromSourceMap=function(f,d){return l.fromSourceMap(f,d)},i.prototype._version=3,i.prototype.__generatedMappings=null,Object.defineProperty(i.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),i.prototype.__originalMappings=null,Object.defineProperty(i.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),i.prototype._charIsMappingSeparator=function(d,h){var s=d.charAt(h);return s===";"||s===","},i.prototype._parseMappings=function(d,h){throw new Error("Subclasses must implement _parseMappings")},i.GENERATED_ORDER=1,i.ORIGINAL_ORDER=2,i.GREATEST_LOWER_BOUND=1,i.LEAST_UPPER_BOUND=2,i.prototype.eachMapping=function(d,h,s){var u=h||null,a=s||i.GENERATED_ORDER,m;switch(a){case i.GENERATED_ORDER:m=this._generatedMappings;break;case i.ORIGINAL_ORDER:m=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var g=this.sourceRoot;m.map(function(v){var $=v.source===null?null:this._sources.at(v.source);return $=e.computeSourceURL(g,$,this._sourceMapURL),{source:$,generatedLine:v.generatedLine,generatedColumn:v.generatedColumn,originalLine:v.originalLine,originalColumn:v.originalColumn,name:v.name===null?null:this._names.at(v.name)}},this).forEach(d,u)},i.prototype.allGeneratedPositionsFor=function(d){var h=e.getArg(d,"line"),s={source:e.getArg(d,"source"),originalLine:h,originalColumn:e.getArg(d,"column",0)};if(s.source=this._findSourceIndex(s.source),s.source<0)return[];var u=[],a=this._findMapping(s,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,t.LEAST_UPPER_BOUND);if(a>=0){var m=this._originalMappings[a];if(d.column===void 0)for(var g=m.originalLine;m&&m.originalLine===g;)u.push({line:e.getArg(m,"generatedLine",null),column:e.getArg(m,"generatedColumn",null),lastColumn:e.getArg(m,"lastGeneratedColumn",null)}),m=this._originalMappings[++a];else for(var v=m.originalColumn;m&&m.originalLine===h&&m.originalColumn==v;)u.push({line:e.getArg(m,"generatedLine",null),column:e.getArg(m,"generatedColumn",null),lastColumn:e.getArg(m,"lastGeneratedColumn",null)}),m=this._originalMappings[++a]}return u},ar.SourceMapConsumer=i;function l(f,d){var h=f;typeof f=="string"&&(h=e.parseSourceMapInput(f));var s=e.getArg(h,"version"),u=e.getArg(h,"sources"),a=e.getArg(h,"names",[]),m=e.getArg(h,"sourceRoot",null),g=e.getArg(h,"sourcesContent",null),v=e.getArg(h,"mappings"),$=e.getArg(h,"file",null);if(s!=this._version)throw new Error("Unsupported version: "+s);m&&(m=e.normalize(m)),u=u.map(String).map(e.normalize).map(function(_){return m&&e.isAbsolute(m)&&e.isAbsolute(_)?e.relative(m,_):_}),this._names=n.fromArray(a.map(String),!0),this._sources=n.fromArray(u,!0),this._absoluteSources=this._sources.toArray().map(function(_){return e.computeSourceURL(m,_,d)}),this.sourceRoot=m,this.sourcesContent=g,this._mappings=v,this._sourceMapURL=d,this.file=$}l.prototype=Object.create(i.prototype),l.prototype.consumer=i,l.prototype._findSourceIndex=function(f){var d=f;if(this.sourceRoot!=null&&(d=e.relative(this.sourceRoot,d)),this._sources.has(d))return this._sources.indexOf(d);var h;for(h=0;h<this._absoluteSources.length;++h)if(this._absoluteSources[h]==f)return h;return-1},l.fromSourceMap=function(d,h){var s=Object.create(l.prototype),u=s._names=n.fromArray(d._names.toArray(),!0),a=s._sources=n.fromArray(d._sources.toArray(),!0);s.sourceRoot=d._sourceRoot,s.sourcesContent=d._generateSourcesContent(s._sources.toArray(),s.sourceRoot),s.file=d._file,s._sourceMapURL=h,s._absoluteSources=s._sources.toArray().map(function(w){return e.computeSourceURL(s.sourceRoot,w,h)});for(var m=d._mappings.toArray().slice(),g=s.__generatedMappings=[],v=s.__originalMappings=[],$=0,_=m.length;$<_;$++){var y=m[$],b=new c;b.generatedLine=y.generatedLine,b.generatedColumn=y.generatedColumn,y.source&&(b.source=a.indexOf(y.source),b.originalLine=y.originalLine,b.originalColumn=y.originalColumn,y.name&&(b.name=u.indexOf(y.name)),v.push(b)),g.push(b)}return o(s.__originalMappings,e.compareByOriginalPositions),s},l.prototype._version=3,Object.defineProperty(l.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function c(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}l.prototype._parseMappings=function(d,h){for(var s=1,u=0,a=0,m=0,g=0,v=0,$=d.length,_=0,y={},b={},w=[],S=[],E,C,N,O,x;_<$;)if(d.charAt(_)===";")s++,_++,u=0;else if(d.charAt(_)===",")_++;else{for(E=new c,E.generatedLine=s,O=_;O<$&&!this._charIsMappingSeparator(d,O);O++);if(C=d.slice(_,O),N=y[C],N)_+=C.length;else{for(N=[];_<O;)r.decode(d,_,b),x=b.value,_=b.rest,N.push(x);if(N.length===2)throw new Error("Found a source, but no line and column");if(N.length===3)throw new Error("Found a source and line, but no column");y[C]=N}E.generatedColumn=u+N[0],u=E.generatedColumn,N.length>1&&(E.source=g+N[1],g+=N[1],E.originalLine=a+N[2],a=E.originalLine,E.originalLine+=1,E.originalColumn=m+N[3],m=E.originalColumn,N.length>4&&(E.name=v+N[4],v+=N[4])),S.push(E),typeof E.originalLine=="number"&&w.push(E)}o(S,e.compareByGeneratedPositionsDeflated),this.__generatedMappings=S,o(w,e.compareByOriginalPositions),this.__originalMappings=w},l.prototype._findMapping=function(d,h,s,u,a,m){if(d[s]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+d[s]);if(d[u]<0)throw new TypeError("Column must be greater than or equal to 0, got "+d[u]);return t.search(d,h,a,m)},l.prototype.computeColumnSpans=function(){for(var d=0;d<this._generatedMappings.length;++d){var h=this._generatedMappings[d];if(d+1<this._generatedMappings.length){var s=this._generatedMappings[d+1];if(h.generatedLine===s.generatedLine){h.lastGeneratedColumn=s.generatedColumn-1;continue}}h.lastGeneratedColumn=1/0}},l.prototype.originalPositionFor=function(d){var h={generatedLine:e.getArg(d,"line"),generatedColumn:e.getArg(d,"column")},s=this._findMapping(h,this._generatedMappings,"generatedLine","generatedColumn",e.compareByGeneratedPositionsDeflated,e.getArg(d,"bias",i.GREATEST_LOWER_BOUND));if(s>=0){var u=this._generatedMappings[s];if(u.generatedLine===h.generatedLine){var a=e.getArg(u,"source",null);a!==null&&(a=this._sources.at(a),a=e.computeSourceURL(this.sourceRoot,a,this._sourceMapURL));var m=e.getArg(u,"name",null);return m!==null&&(m=this._names.at(m)),{source:a,line:e.getArg(u,"originalLine",null),column:e.getArg(u,"originalColumn",null),name:m}}}return{source:null,line:null,column:null,name:null}},l.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(d){return d==null}):!1},l.prototype.sourceContentFor=function(d,h){if(!this.sourcesContent)return null;var s=this._findSourceIndex(d);if(s>=0)return this.sourcesContent[s];var u=d;this.sourceRoot!=null&&(u=e.relative(this.sourceRoot,u));var a;if(this.sourceRoot!=null&&(a=e.urlParse(this.sourceRoot))){var m=u.replace(/^file:\/\//,"");if(a.scheme=="file"&&this._sources.has(m))return this.sourcesContent[this._sources.indexOf(m)];if((!a.path||a.path=="/")&&this._sources.has("/"+u))return this.sourcesContent[this._sources.indexOf("/"+u)]}if(h)return null;throw new Error('"'+u+'" is not in the SourceMap.')},l.prototype.generatedPositionFor=function(d){var h=e.getArg(d,"source");if(h=this._findSourceIndex(h),h<0)return{line:null,column:null,lastColumn:null};var s={source:h,originalLine:e.getArg(d,"line"),originalColumn:e.getArg(d,"column")},u=this._findMapping(s,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,e.getArg(d,"bias",i.GREATEST_LOWER_BOUND));if(u>=0){var a=this._originalMappings[u];if(a.source===s.source)return{line:e.getArg(a,"generatedLine",null),column:e.getArg(a,"generatedColumn",null),lastColumn:e.getArg(a,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},ar.BasicSourceMapConsumer=l;function p(f,d){var h=f;typeof f=="string"&&(h=e.parseSourceMapInput(f));var s=e.getArg(h,"version"),u=e.getArg(h,"sections");if(s!=this._version)throw new Error("Unsupported version: "+s);this._sources=new n,this._names=new n;var a={line:-1,column:0};this._sections=u.map(function(m){if(m.url)throw new Error("Support for url field in sections not implemented.");var g=e.getArg(m,"offset"),v=e.getArg(g,"line"),$=e.getArg(g,"column");if(v<a.line||v===a.line&&$<a.column)throw new Error("Section offsets must be ordered and non-overlapping.");return a=g,{generatedOffset:{generatedLine:v+1,generatedColumn:$+1},consumer:new i(e.getArg(m,"map"),d)}})}return p.prototype=Object.create(i.prototype),p.prototype.constructor=i,p.prototype._version=3,Object.defineProperty(p.prototype,"sources",{get:function(){for(var f=[],d=0;d<this._sections.length;d++)for(var h=0;h<this._sections[d].consumer.sources.length;h++)f.push(this._sections[d].consumer.sources[h]);return f}}),p.prototype.originalPositionFor=function(d){var h={generatedLine:e.getArg(d,"line"),generatedColumn:e.getArg(d,"column")},s=t.search(h,this._sections,function(a,m){var g=a.generatedLine-m.generatedOffset.generatedLine;return g||a.generatedColumn-m.generatedOffset.generatedColumn}),u=this._sections[s];return u?u.consumer.originalPositionFor({line:h.generatedLine-(u.generatedOffset.generatedLine-1),column:h.generatedColumn-(u.generatedOffset.generatedLine===h.generatedLine?u.generatedOffset.generatedColumn-1:0),bias:d.bias}):{source:null,line:null,column:null,name:null}},p.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(d){return d.consumer.hasContentsOfAllSources()})},p.prototype.sourceContentFor=function(d,h){for(var s=0;s<this._sections.length;s++){var u=this._sections[s],a=u.consumer.sourceContentFor(d,!0);if(a)return a}if(h)return null;throw new Error('"'+d+'" is not in the SourceMap.')},p.prototype.generatedPositionFor=function(d){for(var h=0;h<this._sections.length;h++){var s=this._sections[h];if(s.consumer._findSourceIndex(e.getArg(d,"source"))!==-1){var u=s.consumer.generatedPositionFor(d);if(u){var a={line:u.line+(s.generatedOffset.generatedLine-1),column:u.column+(s.generatedOffset.generatedLine===u.line?s.generatedOffset.generatedColumn-1:0)};return a}}}return{line:null,column:null}},p.prototype._parseMappings=function(d,h){this.__generatedMappings=[],this.__originalMappings=[];for(var s=0;s<this._sections.length;s++)for(var u=this._sections[s],a=u.consumer._generatedMappings,m=0;m<a.length;m++){var g=a[m],v=u.consumer._sources.at(g.source);v=e.computeSourceURL(u.consumer.sourceRoot,v,this._sourceMapURL),this._sources.add(v),v=this._sources.indexOf(v);var $=null;g.name&&($=u.consumer._names.at(g.name),this._names.add($),$=this._names.indexOf($));var _={source:v,generatedLine:g.generatedLine+(u.generatedOffset.generatedLine-1),generatedColumn:g.generatedColumn+(u.generatedOffset.generatedLine===g.generatedLine?u.generatedOffset.generatedColumn-1:0),originalLine:g.originalLine,originalColumn:g.originalColumn,name:$};this.__generatedMappings.push(_),typeof _.originalLine=="number"&&this.__originalMappings.push(_)}o(this.__generatedMappings,e.compareByGeneratedPositionsDeflated),o(this.__originalMappings,e.compareByOriginalPositions)},ar.IndexedSourceMapConsumer=p,ar}var Li={},Hc;function p2(){if(Hc)return Li;Hc=1;var e=a1().SourceMapGenerator,t=wr(),n=/(\r?\n)/,r=10,o="$$$isSourceNode$$$";function i(l,c,p,f,d){this.children=[],this.sourceContents={},this.line=l??null,this.column=c??null,this.source=p??null,this.name=d??null,this[o]=!0,f!=null&&this.add(f)}return i.fromStringWithSourceMap=function(c,p,f){var d=new i,h=c.split(n),s=0,u=function(){var $=y(),_=y()||"";return $+_;function y(){return s<h.length?h[s++]:void 0}},a=1,m=0,g=null;return p.eachMapping(function($){if(g!==null)if(a<$.generatedLine)v(g,u()),a++,m=0;else{var _=h[s]||"",y=_.substr(0,$.generatedColumn-m);h[s]=_.substr($.generatedColumn-m),m=$.generatedColumn,v(g,y),g=$;return}for(;a<$.generatedLine;)d.add(u()),a++;if(m<$.generatedColumn){var _=h[s]||"";d.add(_.substr(0,$.generatedColumn)),h[s]=_.substr($.generatedColumn),m=$.generatedColumn}g=$},this),s<h.length&&(g&&v(g,u()),d.add(h.splice(s).join(""))),p.sources.forEach(function($){var _=p.sourceContentFor($);_!=null&&(f!=null&&($=t.join(f,$)),d.setSourceContent($,_))}),d;function v($,_){if($===null||$.source===void 0)d.add(_);else{var y=f?t.join(f,$.source):$.source;d.add(new i($.originalLine,$.originalColumn,y,_,$.name))}}},i.prototype.add=function(c){if(Array.isArray(c))c.forEach(function(p){this.add(p)},this);else if(c[o]||typeof c=="string")c&&this.children.push(c);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+c);return this},i.prototype.prepend=function(c){if(Array.isArray(c))for(var p=c.length-1;p>=0;p--)this.prepend(c[p]);else if(c[o]||typeof c=="string")this.children.unshift(c);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+c);return this},i.prototype.walk=function(c){for(var p,f=0,d=this.children.length;f<d;f++)p=this.children[f],p[o]?p.walk(c):p!==""&&c(p,{source:this.source,line:this.line,column:this.column,name:this.name})},i.prototype.join=function(c){var p,f,d=this.children.length;if(d>0){for(p=[],f=0;f<d-1;f++)p.push(this.children[f]),p.push(c);p.push(this.children[f]),this.children=p}return this},i.prototype.replaceRight=function(c,p){var f=this.children[this.children.length-1];return f[o]?f.replaceRight(c,p):typeof f=="string"?this.children[this.children.length-1]=f.replace(c,p):this.children.push("".replace(c,p)),this},i.prototype.setSourceContent=function(c,p){this.sourceContents[t.toSetString(c)]=p},i.prototype.walkSourceContents=function(c){for(var p=0,f=this.children.length;p<f;p++)this.children[p][o]&&this.children[p].walkSourceContents(c);for(var d=Object.keys(this.sourceContents),p=0,f=d.length;p<f;p++)c(t.fromSetString(d[p]),this.sourceContents[d[p]])},i.prototype.toString=function(){var c="";return this.walk(function(p){c+=p}),c},i.prototype.toStringWithSourceMap=function(c){var p={code:"",line:1,column:0},f=new e(c),d=!1,h=null,s=null,u=null,a=null;return this.walk(function(m,g){p.code+=m,g.source!==null&&g.line!==null&&g.column!==null?((h!==g.source||s!==g.line||u!==g.column||a!==g.name)&&f.addMapping({source:g.source,original:{line:g.line,column:g.column},generated:{line:p.line,column:p.column},name:g.name}),h=g.source,s=g.line,u=g.column,a=g.name,d=!0):d&&(f.addMapping({generated:{line:p.line,column:p.column}}),h=null,d=!1);for(var v=0,$=m.length;v<$;v++)m.charCodeAt(v)===r?(p.line++,p.column=0,v+1===$?(h=null,d=!1):d&&f.addMapping({source:g.source,original:{line:g.line,column:g.column},generated:{line:p.line,column:p.column},name:g.name})):p.column++}),this.walkSourceContents(function(m,g){f.setSourceContent(m,g)}),{code:p.code,map:f}},Li.SourceNode=i,Li}var Zc;function h2(){return Zc||(Zc=1,ir.SourceMapGenerator=a1().SourceMapGenerator,ir.SourceMapConsumer=f2().SourceMapConsumer,ir.SourceNode=p2().SourceNode),ir}var Gc;function m2(){return Gc||(Gc=1,function(e,t){t.__esModule=!0;var n=Ce(),r=void 0;try{var o=h2();r=o.SourceNode}catch{}r||(r=function(c,p,f,d){this.src="",d&&this.add(d)},r.prototype={add:function(p){n.isArray(p)&&(p=p.join("")),this.src+=p},prepend:function(p){n.isArray(p)&&(p=p.join("")),this.src=p+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}});function i(c,p,f){if(n.isArray(c)){for(var d=[],h=0,s=c.length;h<s;h++)d.push(p.wrap(c[h],f));return d}else if(typeof c=="boolean"||typeof c=="number")return c+"";return c}function l(c){this.srcFile=c,this.source=[]}l.prototype={isEmpty:function(){return!this.source.length},prepend:function(p,f){this.source.unshift(this.wrap(p,f))},push:function(p,f){this.source.push(this.wrap(p,f))},merge:function(){var p=this.empty();return this.each(function(f){p.add([" ",f,`
|
|
10
|
+
`])}),p},each:function(p){for(var f=0,d=this.source.length;f<d;f++)p(this.source[f])},empty:function(){var p=this.currentLocation||{start:{}};return new r(p.start.line,p.start.column,this.srcFile)},wrap:function(p){var f=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return p instanceof r?p:(p=i(p,this,f),new r(f.start.line,f.start.column,this.srcFile,p))},functionCall:function(p,f,d){return d=this.generateList(d),this.wrap([p,f?"."+f+"(":"(",d,")"])},quotedString:function(p){return'"'+(p+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(p){var f=this,d=[];Object.keys(p).forEach(function(s){var u=i(p[s],f);u!=="undefined"&&d.push([f.quotedString(s),":",u])});var h=this.generateList(d);return h.prepend("{"),h.add("}"),h},generateList:function(p){for(var f=this.empty(),d=0,h=p.length;d<h;d++)d&&f.add(","),f.add(i(p[d],this));return f},generateArray:function(p){var f=this.generateList(p);return f.prepend("["),f.add("]"),f}},t.default=l,e.exports=t.default}(go,go.exports)),go.exports}var Wc;function g2(){return Wc||(Wc=1,function(e,t){t.__esModule=!0;function n(s){return s&&s.__esModule?s:{default:s}}var r=_s(),o=tt(),i=n(o),l=Ce(),c=m2(),p=n(c);function f(s){this.value=s}function d(){}d.prototype={nameLookup:function(u,a){return this.internalNameLookup(u,a)},depthedLookup:function(u){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(u),")"]},compilerInfo:function(){var u=r.COMPILER_REVISION,a=r.REVISION_CHANGES[u];return[u,a]},appendToBuffer:function(u,a,m){return l.isArray(u)||(u=[u]),u=this.source.wrap(u,a),this.environment.isSimple?["return ",u,";"]:m?["buffer += ",u,";"]:(u.appendToBuffer=!0,u)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(u,a){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",u,",",JSON.stringify(a),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(u,a,m,g){this.environment=u,this.options=a,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!g,this.name=this.environment.name,this.isChild=!!m,this.context=m||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(u,a),this.useDepths=this.useDepths||u.useDepths||u.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||u.useBlockParams;var v=u.opcodes,$=void 0,_=void 0,y=void 0,b=void 0;for(y=0,b=v.length;y<b;y++)$=v[y],this.source.currentLocation=$.loc,_=_||$.loc,this[$.opcode].apply(this,$.args);if(this.source.currentLocation=_,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new i.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
|
|
11
|
+
`]),this.decorators.push("return fn;"),g?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend(`function(fn, props, container, depth0, data, blockParams, depths) {
|
|
12
|
+
`),this.decorators.push(`}
|
|
13
|
+
`),this.decorators=this.decorators.merge()));var w=this.createFunctionContext(g);if(this.isChild)return w;var S={compiler:this.compilerInfo(),main:w};this.decorators&&(S.main_d=this.decorators,S.useDecorators=!0);var E=this.context,C=E.programs,N=E.decorators;for(y=0,b=C.length;y<b;y++)C[y]&&(S[y]=C[y],N[y]&&(S[y+"_d"]=N[y],S.useDecorators=!0));return this.environment.usePartial&&(S.usePartial=!0),this.options.data&&(S.useData=!0),this.useDepths&&(S.useDepths=!0),this.useBlockParams&&(S.useBlockParams=!0),this.options.compat&&(S.compat=!0),g?S.compilerOptions=this.options:(S.compiler=JSON.stringify(S.compiler),this.source.currentLocation={start:{line:1,column:0}},S=this.objectLiteral(S),a.srcName?(S=S.toStringWithSourceMap({file:a.destName}),S.map=S.map&&S.map.toString()):S=S.toString()),S},preamble:function(){this.lastContext=0,this.source=new p.default(this.options.srcName),this.decorators=new p.default(this.options.srcName)},createFunctionContext:function(u){var a=this,m="",g=this.stackVars.concat(this.registers.list);g.length>0&&(m+=", "+g.join(", "));var v=0;Object.keys(this.aliases).forEach(function(y){var b=a.aliases[y];b.children&&b.referenceCount>1&&(m+=", alias"+ ++v+"="+y,b.children[0]="alias"+v)}),this.lookupPropertyFunctionIsUsed&&(m+=", "+this.lookupPropertyFunctionVarDeclaration());var $=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&$.push("blockParams"),this.useDepths&&$.push("depths");var _=this.mergeSource(m);return u?($.push(_),Function.apply(this,$)):this.source.wrap(["function(",$.join(","),`) {
|
|
14
|
+
`,_,"}"])},mergeSource:function(u){var a=this.environment.isSimple,m=!this.forceBuffer,g=void 0,v=void 0,$=void 0,_=void 0;return this.source.each(function(y){y.appendToBuffer?($?y.prepend(" + "):$=y,_=y):($&&(v?$.prepend("buffer += "):g=!0,_.add(";"),$=_=void 0),v=!0,a||(m=!1))}),m?$?($.prepend("return "),_.add(";")):v||this.source.push('return "";'):(u+=", buffer = "+(g?"":this.initializeBuffer()),$?($.prepend("return buffer + "),_.add(";")):this.source.push("return buffer;")),u&&this.source.prepend("var "+u.substring(2)+(g?"":`;
|
|
15
|
+
`)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return`
|
|
16
|
+
lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
17
|
+
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
18
|
+
return parent[propertyName];
|
|
19
|
+
}
|
|
20
|
+
return undefined
|
|
21
|
+
}
|
|
22
|
+
`.trim()},blockValue:function(u){var a=this.aliasable("container.hooks.blockHelperMissing"),m=[this.contextName(0)];this.setupHelperArgs(u,0,m);var g=this.popStack();m.splice(1,0,g),this.push(this.source.functionCall(a,"call",m))},ambiguousBlockValue:function(){var u=this.aliasable("container.hooks.blockHelperMissing"),a=[this.contextName(0)];this.setupHelperArgs("",0,a,!0),this.flushInline();var m=this.topStack();a.splice(1,0,m),this.pushSource(["if (!",this.lastHelper,") { ",m," = ",this.source.functionCall(u,"call",a),"}"])},appendContent:function(u){this.pendingContent?u=this.pendingContent+u:this.pendingLocation=this.source.currentLocation,this.pendingContent=u},append:function(){if(this.isInline())this.replaceStack(function(a){return[" != null ? ",a,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var u=this.popStack();this.pushSource(["if (",u," != null) { ",this.appendToBuffer(u,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(u){this.lastContext=u},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(u,a,m,g){var v=0;!g&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(u[v++])):this.pushContext(),this.resolvePath("context",u,v,a,m)},lookupBlockParam:function(u,a){this.useBlockParams=!0,this.push(["blockParams[",u[0],"][",u[1],"]"]),this.resolvePath("context",a,1)},lookupData:function(u,a,m){u?this.pushStackLiteral("container.data(data, "+u+")"):this.pushStackLiteral("data"),this.resolvePath("data",a,0,!0,m)},resolvePath:function(u,a,m,g,v){var $=this;if(this.options.strict||this.options.assumeObjects){this.push(h(this.options.strict&&v,this,a,m,u));return}for(var _=a.length;m<_;m++)this.replaceStack(function(y){var b=$.nameLookup(y,a[m],u);return g?[" && ",b]:[" != null ? ",b," : ",y]})},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(u,a){this.pushContext(),this.pushString(a),a!=="SubExpression"&&(typeof u=="string"?this.pushString(u):this.pushStackLiteral(u))},emptyHash:function(u){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(u?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var u=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(u.ids)),this.stringParams&&(this.push(this.objectLiteral(u.contexts)),this.push(this.objectLiteral(u.types))),this.push(this.objectLiteral(u.values))},pushString:function(u){this.pushStackLiteral(this.quotedString(u))},pushLiteral:function(u){this.pushStackLiteral(u)},pushProgram:function(u){u!=null?this.pushStackLiteral(this.programExpression(u)):this.pushStackLiteral(null)},registerDecorator:function(u,a){var m=this.nameLookup("decorators",a,"decorator"),g=this.setupHelperArgs(a,u);this.decorators.push(["fn = ",this.decorators.functionCall(m,"",["fn","props","container",g])," || fn;"])},invokeHelper:function(u,a,m){var g=this.popStack(),v=this.setupHelper(u,a),$=[];m&&$.push(v.name),$.push(g),this.options.strict||$.push(this.aliasable("container.hooks.helperMissing"));var _=["(",this.itemsSeparatedBy($,"||"),")"],y=this.source.functionCall(_,"call",v.callParams);this.push(y)},itemsSeparatedBy:function(u,a){var m=[];m.push(u[0]);for(var g=1;g<u.length;g++)m.push(a,u[g]);return m},invokeKnownHelper:function(u,a){var m=this.setupHelper(u,a);this.push(this.source.functionCall(m.name,"call",m.callParams))},invokeAmbiguous:function(u,a){this.useRegister("helper");var m=this.popStack();this.emptyHash();var g=this.setupHelper(0,u,a),v=this.lastHelper=this.nameLookup("helpers",u,"helper"),$=["(","(helper = ",v," || ",m,")"];this.options.strict||($[0]="(helper = ",$.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",$,g.paramsInit?["),(",g.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",g.callParams)," : helper))"])},invokePartial:function(u,a,m){var g=[],v=this.setupParams(a,1,g);u&&(a=this.popStack(),delete v.name),m&&(v.indent=JSON.stringify(m)),v.helpers="helpers",v.partials="partials",v.decorators="container.decorators",u?g.unshift(a):g.unshift(this.nameLookup("partials",a,"partial")),this.options.compat&&(v.depths="depths"),v=this.objectLiteral(v),g.push(v),this.push(this.source.functionCall("container.invokePartial","",g))},assignToHash:function(u){var a=this.popStack(),m=void 0,g=void 0,v=void 0;this.trackIds&&(v=this.popStack()),this.stringParams&&(g=this.popStack(),m=this.popStack());var $=this.hash;m&&($.contexts[u]=m),g&&($.types[u]=g),v&&($.ids[u]=v),$.values[u]=a},pushId:function(u,a,m){u==="BlockParam"?this.pushStackLiteral("blockParams["+a[0]+"].path["+a[1]+"]"+(m?" + "+JSON.stringify("."+m):"")):u==="PathExpression"?this.pushString(a):u==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:d,compileChildren:function(u,a){for(var m=u.children,g=void 0,v=void 0,$=0,_=m.length;$<_;$++){g=m[$],v=new this.compiler;var y=this.matchExistingProgram(g);if(y==null){this.context.programs.push("");var b=this.context.programs.length;g.index=b,g.name="program"+b,this.context.programs[b]=v.compile(g,a,this.context,!this.precompile),this.context.decorators[b]=v.decorators,this.context.environments[b]=g,this.useDepths=this.useDepths||v.useDepths,this.useBlockParams=this.useBlockParams||v.useBlockParams,g.useDepths=this.useDepths,g.useBlockParams=this.useBlockParams}else g.index=y.index,g.name="program"+y.index,this.useDepths=this.useDepths||y.useDepths,this.useBlockParams=this.useBlockParams||y.useBlockParams}},matchExistingProgram:function(u){for(var a=0,m=this.context.environments.length;a<m;a++){var g=this.context.environments[a];if(g&&g.equals(u))return g}},programExpression:function(u){var a=this.environment.children[u],m=[a.index,"data",a.blockParams];return(this.useBlockParams||this.useDepths)&&m.push("blockParams"),this.useDepths&&m.push("depths"),"container.program("+m.join(", ")+")"},useRegister:function(u){this.registers[u]||(this.registers[u]=!0,this.registers.list.push(u))},push:function(u){return u instanceof f||(u=this.source.wrap(u)),this.inlineStack.push(u),u},pushStackLiteral:function(u){this.push(new f(u))},pushSource:function(u){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),u&&this.source.push(u)},replaceStack:function(u){var a=["("],m=void 0,g=void 0,v=void 0;if(!this.isInline())throw new i.default("replaceStack on non-inline");var $=this.popStack(!0);if($ instanceof f)m=[$.value],a=["(",m],v=!0;else{g=!0;var _=this.incrStack();a=["((",this.push(_)," = ",$,")"],m=this.topStack()}var y=u.call(this,m);v||this.popStack(),g&&this.stackSlot--,this.push(a.concat(y,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var u=this.inlineStack;this.inlineStack=[];for(var a=0,m=u.length;a<m;a++){var g=u[a];if(g instanceof f)this.compileStack.push(g);else{var v=this.incrStack();this.pushSource([v," = ",g,";"]),this.compileStack.push(v)}}},isInline:function(){return this.inlineStack.length},popStack:function(u){var a=this.isInline(),m=(a?this.inlineStack:this.compileStack).pop();if(!u&&m instanceof f)return m.value;if(!a){if(!this.stackSlot)throw new i.default("Invalid stack pop");this.stackSlot--}return m},topStack:function(){var u=this.isInline()?this.inlineStack:this.compileStack,a=u[u.length-1];return a instanceof f?a.value:a},contextName:function(u){return this.useDepths&&u?"depths["+u+"]":"depth"+u},quotedString:function(u){return this.source.quotedString(u)},objectLiteral:function(u){return this.source.objectLiteral(u)},aliasable:function(u){var a=this.aliases[u];return a?(a.referenceCount++,a):(a=this.aliases[u]=this.source.wrap(u),a.aliasable=!0,a.referenceCount=1,a)},setupHelper:function(u,a,m){var g=[],v=this.setupHelperArgs(a,u,g,m),$=this.nameLookup("helpers",a,"helper"),_=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:g,paramsInit:v,name:$,callParams:[_].concat(g)}},setupParams:function(u,a,m){var g={},v=[],$=[],_=[],y=!m,b=void 0;y&&(m=[]),g.name=this.quotedString(u),g.hash=this.popStack(),this.trackIds&&(g.hashIds=this.popStack()),this.stringParams&&(g.hashTypes=this.popStack(),g.hashContexts=this.popStack());var w=this.popStack(),S=this.popStack();(S||w)&&(g.fn=S||"container.noop",g.inverse=w||"container.noop");for(var E=a;E--;)b=this.popStack(),m[E]=b,this.trackIds&&(_[E]=this.popStack()),this.stringParams&&($[E]=this.popStack(),v[E]=this.popStack());return y&&(g.args=this.source.generateArray(m)),this.trackIds&&(g.ids=this.source.generateArray(_)),this.stringParams&&(g.types=this.source.generateArray($),g.contexts=this.source.generateArray(v)),this.options.data&&(g.data="data"),this.useBlockParams&&(g.blockParams="blockParams"),g},setupHelperArgs:function(u,a,m,g){var v=this.setupParams(u,a,m);return v.loc=JSON.stringify(this.source.currentLocation),v=this.objectLiteral(v),g?(this.useRegister("options"),m.push("options"),["options=",v]):m?(m.push(v),""):v}},function(){for(var s="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),u=d.RESERVED_WORDS={},a=0,m=s.length;a<m;a++)u[s[a]]=!0}(),d.isValidJavaScriptVariableName=function(s){return!d.RESERVED_WORDS[s]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(s)};function h(s,u,a,m,g){var v=u.popStack(),$=a.length;for(s&&$--;m<$;m++)v=u.nameLookup(v,a[m],g);return s?[u.aliasable("container.strict"),"(",v,", ",u.quotedString(a[m]),", ",JSON.stringify(u.source.currentLocation)," )"]:v}t.default=d,e.exports=t.default}(mo,mo.exports)),mo.exports}var Kc;function v2(){return Kc||(Kc=1,function(e,t){t.__esModule=!0;function n($){return $&&$.__esModule?$:{default:$}}var r=n2(),o=n(r),i=n1(),l=n(i),c=a2(),p=s2(),f=g2(),d=n(f),h=r1(),s=n(h),u=t1(),a=n(u),m=o.default.create;function g(){var $=m();return $.compile=function(_,y){return p.compile(_,y,$)},$.precompile=function(_,y){return p.precompile(_,y,$)},$.AST=l.default,$.Compiler=p.Compiler,$.JavaScriptCompiler=d.default,$.Parser=c.parser,$.parse=c.parse,$.parseWithoutProcessing=c.parseWithoutProcessing,$}var v=g();v.create=g,a.default(v),v.Visitor=s.default,v.default=v,t.default=v,e.exports=t.default}(Kr,Kr.exports)),Kr.exports}v2();var de=(e=>(e.ACTOR="ACTOR",e.ADDRESS="ADDRESS",e.ARRAY="ARRAY",e.BOOLEAN="BOOLEAN",e.CURRENCY="CURRENCY",e.DATE="DATE",e.DATE_TIME="DATE_TIME",e.EMAILS="EMAILS",e.FILES="FILES",e.FULL_NAME="FULL_NAME",e.LINKS="LINKS",e.MORPH_RELATION="MORPH_RELATION",e.MULTI_SELECT="MULTI_SELECT",e.NUMBER="NUMBER",e.NUMERIC="NUMERIC",e.PHONES="PHONES",e.POSITION="POSITION",e.RATING="RATING",e.RAW_JSON="RAW_JSON",e.RELATION="RELATION",e.RICH_TEXT="RICH_TEXT",e.RICH_TEXT_V2="RICH_TEXT_V2",e.SELECT="SELECT",e.TEXT="TEXT",e.TS_VECTOR="TS_VECTOR",e.UUID="UUID",e))(de||{}),D=(e=>(e.IS="IS",e.IS_NOT_NULL="IS_NOT_NULL",e.IS_NOT="IS_NOT",e.LESS_THAN_OR_EQUAL="LESS_THAN_OR_EQUAL",e.GREATER_THAN_OR_EQUAL="GREATER_THAN_OR_EQUAL",e.IS_BEFORE="IS_BEFORE",e.IS_AFTER="IS_AFTER",e.CONTAINS="CONTAINS",e.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",e.IS_EMPTY="IS_EMPTY",e.IS_NOT_EMPTY="IS_NOT_EMPTY",e.IS_RELATIVE="IS_RELATIVE",e.IS_IN_PAST="IS_IN_PAST",e.IS_IN_FUTURE="IS_IN_FUTURE",e.IS_TODAY="IS_TODAY",e.VECTOR_SEARCH="VECTOR_SEARCH",e))(D||{}),$e=(e=>(e.Is="is",e.IsNotNull="isNotNull",e.IsNot="isNot",e.LessThanOrEqual="lessThan",e.GreaterThanOrEqual="greaterThan",e.IsBefore="isBefore",e.IsAfter="isAfter",e.Contains="contains",e.DoesNotContain="doesNotContain",e.IsEmpty="isEmpty",e.IsNotEmpty="isNotEmpty",e.IsRelative="isRelative",e.IsInPast="isInPast",e.IsInFuture="isInFuture",e.IsToday="isToday",e))($e||{});const $2=[];for(let e=0;e<256;++e)$2.push((e+256).toString(16).slice(1));typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);var Io=(e=>(e.MONDAY="MONDAY",e.SUNDAY="SUNDAY",e.SATURDAY="SATURDAY",e))(Io||{});de.CURRENCY+"",de.EMAILS+"",de.LINKS+"",de.PHONES+"",de.FULL_NAME+"",de.ADDRESS+"",de.ACTOR+"",de.RICH_TEXT_V2+"";const y2={AED:{label:"UAE dirham"},AFN:{label:"Afghan afghani"},ALL:{label:"Albanian lek"},AMD:{label:"Armenian dram"},ANG:{label:"Netherlands Antillean guilder"},AOA:{label:"Angolan kwanza"},ARS:{label:"Argentine peso"},AUD:{label:"Australian dollar"},AWG:{label:"Aruban florin"},AZN:{label:"Azerbaijani manat"},BAM:{label:"Bosnia and Herzegovina mark"},BBD:{label:"Barbados dollar"},BDT:{label:"Bangladeshi taka"},BGN:{label:"Bulgarian lev"},BHD:{label:"Bahraini dinar"},BIF:{label:"Burundian franc"},BMD:{label:"Bermudian dollar"},BND:{label:"Brunei dollar"},BOB:{label:"Boliviano"},BRL:{label:"Brazilian real"},BSD:{label:"Bahamian dollar"},BTN:{label:"Bhutanese ngultrum"},BWP:{label:"Botswana pula"},BYN:{label:"Belarusian ruble"},BZD:{label:"Belize dollar"},CAD:{label:"Canadian dollar"},CDF:{label:"Congolese franc"},CHF:{label:"Swiss franc"},CLP:{label:"Chilean peso"},CNY:{label:"Chinese yuan"},COP:{label:"Colombian peso"},CRC:{label:"Costa Rican colon"},CUP:{label:"Cuban peso"},CVE:{label:"Cape Verdean escudo"},CZK:{label:"Czech koruna"},DJF:{label:"Djiboutian franc"},DKK:{label:"Danish krone"},DOP:{label:"Dominican peso"},DZD:{label:"Algerian Dinar"},EGP:{label:"Egyptian pound"},ERN:{label:"Eritrean nakfa"},ETB:{label:"Ethiopian birr"},EUR:{label:"Euro"},FJD:{label:"Fiji dollar"},FKP:{label:"Falkland Islands pound"},GBP:{label:"British pound"},GEL:{label:"Georgian lari"},GHS:{label:"Ghanaian cedi"},GIP:{label:"Gibraltar pound"},GMD:{label:"Gambian dalasi"},GNF:{label:"Guinean franc"},GTQ:{label:"Guatemalan quetzal"},GYD:{label:"Guyanese dollar"},HKD:{label:"Hong Kong dollar"},HNL:{label:"Honduran lempira"},HTG:{label:"Haitian gourde"},HUF:{label:"Hungarian forint"},IDR:{label:"Indonesian rupiah"},ILS:{label:"Israeli shekel"},INR:{label:"Indian rupee"},IQD:{label:"Iraqi dinar"},IRR:{label:"Iranian rial"},ISK:{label:"Icelandic króna"},JMD:{label:"Jamaican dollar"},JOD:{label:"Jordanian dinar"},JPY:{label:"Japanese yen"},KES:{label:"Kenyan shilling"},KGS:{label:"Kyrgyzstani som"},KHR:{label:"Cambodian riel"},KMF:{label:"Comoro franc"},KPW:{label:"North Korean won"},KRW:{label:"South Korean won"},KWD:{label:"Kuwaiti dinar"},KYD:{label:"Cayman Islands dollar"},KZT:{label:"Kazakhstani tenge"},LAK:{label:"Lao kip"},LBP:{label:"Lebanese pound"},LKR:{label:"Sri Lankan rupee"},LRD:{label:"Liberian dollar"},LSL:{label:"Lesotho loti"},LYD:{label:"Libyan dinar"},MAD:{label:"Moroccan dirham"},MDL:{label:"Moldovan leu"},MGA:{label:"Malagasy ariary"},MKD:{label:"Macedonian denar"},MMK:{label:"Myanmar kyat"},MNT:{label:"Mongolian tögrög"},MOP:{label:"Macanese pataca"},MRU:{label:"Mauritanian ouguiya"},MUR:{label:"Mauritian rupee"},MVR:{label:"Maldivian rufiyaa"},MWK:{label:"Malawian kwacha"},MXN:{label:"Mexican peso"},MYR:{label:"Malaysian ringgit"},MZN:{label:"Mozambican metical"},NAD:{label:"Namibian dollar"},NGN:{label:"Nigerian naira"},NIO:{label:"Nicaraguan córdoba"},NOK:{label:"Norwegian krone"},NPR:{label:"Nepalese rupee"},NZD:{label:"New Zealand dollar"},OMR:{label:"Omani rial"},PAB:{label:"Panamanian balboa"},PEN:{label:"Peruvian sol"},PGK:{label:"Papua New Guinean kina"},PHP:{label:"Philippine peso"},PKR:{label:"Pakistani rupee"},PLN:{label:"Polish złoty"},PYG:{label:"Paraguayan guaraní"},QAR:{label:"Qatari riyal"},RON:{label:"Romanian leu"},RSD:{label:"Serbian dinar"},RUB:{label:"Russian ruble"},RWF:{label:"Rwandan franc"},SAR:{label:"Saudi riyal"},SBD:{label:"Solomon Islands dollar"},SCR:{label:"Seychelles rupee"},SDG:{label:"Sudanese pound"},SEK:{label:"Swedish krona"},SGD:{label:"Singapore dollar"},SHP:{label:"Saint Helena pound"},SLE:{label:"Sierra Leonean leone"},SOS:{label:"Somalian shilling"},SRD:{label:"Surinamese dollar"},SSP:{label:"South Sudanese pound"},STN:{label:"São Tomé and Príncipe dobra"},SVC:{label:"Salvadoran colón"},SYP:{label:"Syrian pound"},SZL:{label:"Swazi lilangeni"},THB:{label:"Thai Baht"},TJS:{label:"Tajikistani somoni"},TMT:{label:"Turkmenistan manat"},TND:{label:"Tunisian dinar"},TOP:{label:"Tongan paʻanga"},TRY:{label:"Turkish lira"},TTD:{label:"Trinidad and Tobago dollar"},TWD:{label:"Taiwanese dollar"},TZS:{label:"Tanzanian shilling"},UAH:{label:"Ukrainian hryvnia"},UGX:{label:"Ugandan shilling"},USD:{label:"United States dollar"},UYU:{label:"Uruguayan peso"},UZS:{label:"Uzbekistani sum"},VES:{label:"Venezuelan bolívar"},VND:{label:"Vietnamese đồng"},VUV:{label:"Vanuatu vatu"},WST:{label:"Samoan tala"},XOF:{label:"West African CFA franc"},XCD:{label:"East Caribbean dollar"},YER:{label:"Yemeni rial"},ZAR:{label:"South African rand"},ZMW:{label:"Zambian kwacha"},ZWG:{label:"Zimbabwe Gold"}};de.TEXT,de.FULL_NAME,de.UUID;const b2=e=>/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e),_2="en",S2={en:"en","pseudo-en":"pseudo-en","af-ZA":"af-ZA","ar-SA":"ar-SA","ca-ES":"ca-ES","cs-CZ":"cs-CZ","da-DK":"da-DK","de-DE":"de-DE","el-GR":"el-GR","es-ES":"es-ES","fi-FI":"fi-FI","fr-FR":"fr-FR","he-IL":"he-IL","hu-HU":"hu-HU","it-IT":"it-IT","ja-JP":"ja-JP","ko-KR":"ko-KR","nl-NL":"nl-NL","no-NO":"no-NO","pl-PL":"pl-PL","pt-BR":"pt-BR","pt-PT":"pt-PT","ro-RO":"ro-RO","ru-RU":"ru-RU","sr-Cyrl":"sr-Cyrl","sv-SE":"sv-SE","tr-TR":"tr-TR","uk-UA":"uk-UA","vi-VN":"vi-VN","zh-CN":"zh-CN","zh-TW":"zh-TW"},w2={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[24-689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","8001\\d{5}|(?:[2-467]\\d|50)\\d{6}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[235]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|90[25])[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","10(?:10|9[56])|2[0-57-9](?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}",[10,11],[["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:1[49]|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","[56]94\\d{6}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[56]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[0135-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-4]|5[01]|8[0-3]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-5])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","596\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\d{9}",[10],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","2[0-24-9]\\d{8}|[78]\\d{10,13}|[7-9]\\d{9}|[1-9]\\d{7}|[124-7]\\d{6}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-6]|7(?:0[0-689]|[1-79])|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|80\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["69(?:2\\d\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[689]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\d|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[468])|7302[0-4]\\d)\\d{4}|(?:305[3-9]|472[24]|505[2-57-9]|7306|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["305209\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-79]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function s1(e,t){var n=Array.prototype.slice.call(t);return n.push(w2),e.apply(this,n)}function Vc(e,t){e=e.split("-"),t=t.split("-");for(var n=e[0].split("."),r=t[0].split("."),o=0;o<3;o++){var i=Number(n[o]),l=Number(r[o]);if(i>l)return 1;if(l>i)return-1;if(!isNaN(i)&&isNaN(l))return 1;if(isNaN(i)&&!isNaN(l))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}var k2={}.constructor;function zi(e){return e!=null&&e.constructor===k2}function cs(e){"@babel/helpers - typeof";return cs=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},cs(e)}function Bo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function E2(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ho(e,t,n){return t&&E2(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var I2="1.2.0",O2="1.7.35",Yc=" ext. ",N2=/^\d+$/,u1=function(){function e(t){Bo(this,e),M2(t),this.metadata=t,l1.call(this,t)}return Ho(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(n){return n!=="001"})}},{key:"getCountryMetadata",value:function(n){return this.metadata.countries[n]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(n){return this.getCountryMetadata(n)!==void 0}},{key:"hasCallingCode",value:function(n){if(this.getCountryCodesForCallingCode(n))return!0;if(this.nonGeographic()){if(this.nonGeographic()[n])return!0}else{var r=this.countryCallingCodes()[n];if(r&&r.length===1&&r[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(n){return this.nonGeographic()?!!this.nonGeographic()[n]:!this.getCountryCodesForCallingCode(n)}},{key:"country",value:function(n){return this.selectNumberingPlan(n)}},{key:"selectNumberingPlan",value:function(n,r){if(n&&N2.test(n)&&(r=n,n=null),n&&n!=="001"){if(!this.hasCountry(n))throw new Error("Unknown country: ".concat(n));this.numberingPlan=new qc(this.getCountryMetadata(n),this)}else if(r){if(!this.hasCallingCode(r))throw new Error("Unknown calling code: ".concat(r));this.numberingPlan=new qc(this.getNumberingPlanMetadata(r),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(n){var r=this.countryCallingCodes()[n];if(r)return r.length===1&&r[0].length===3?void 0:r}},{key:"getCountryCodeForCallingCode",value:function(n){var r=this.getCountryCodesForCallingCode(n);if(r)return r[0]}},{key:"getNumberingPlanMetadata",value:function(n){var r=this.getCountryCodeForCallingCode(n);if(r)return this.getCountryMetadata(r);if(this.nonGeographic()){var o=this.nonGeographic()[n];if(o)return o}else{var i=this.countryCallingCodes()[n];if(i&&i.length===1&&i[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(n){return this.numberingPlan.type(n)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(n){return this.selectNumberingPlan(n)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),e}(),qc=function(){function e(t,n){Bo(this,e),this.globalMetadataObject=n,this.metadata=t,l1.call(this,n.metadata)}return Ho(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(n){return n[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var n=this,r=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return r.map(function(o){return new P2(o,n)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(n){return n[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(n){if(this.hasTypes()&&Jc(this.types(),n))return new C2(Jc(this.types(),n),this)}},{key:"ext",value:function(){return this.v1||this.v2?Yc:this.metadata[13]||Yc}}]),e}(),P2=function(){function e(t,n){Bo(this,e),this._format=t,this.metadata=n}return Ho(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!x2.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),x2=/^\(?\$1\)?$/,C2=function(){function e(t,n){Bo(this,e),this.type=t,this.metadata=n}return Ho(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function Jc(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}function M2(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!zi(e)||!zi(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(zi(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+A2(e)+": "+e,"."))}var A2=function(t){return cs(t)};function T2(e,t){if(t=new u1(t),t.hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function l1(e){var t=e.version;typeof t=="number"?(this.v1=t===1,this.v2=t===2,this.v3=t===3,this.v4=t===4):t?Vc(t,I2)===-1?this.v2=!0:Vc(t,O2)===-1?this.v3=!0:this.v4=!0:this.v1=!0}function R2(e){return new u1(e).getCountries()}function c1(){return s1(R2,arguments)}function D2(){return s1(T2,arguments)}Object.keys(S2).reduce((e,t)=>{const n=t.split("-")[0].toLowerCase();return(!e[n]||t===_2)&&(e[n]=t),e},{});var Ht=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function j2(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if(typeof t=="function"){var n=function r(){var o=!1;try{o=this instanceof r}catch{}return o?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var o=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,o.get?o:{enumerable:!0,get:function(){return e[r]}})}),n}var Fi,Xc;function d1(){if(Xc)return Fi;Xc=1;var e=Object.prototype.toString;return Fi=function(t){var n=e.call(t),r=n==="[object Arguments]";return r||(r=n!=="[object Array]"&&t!==null&&typeof t=="object"&&typeof t.length=="number"&&t.length>=0&&e.call(t.callee)==="[object Function]"),r},Fi}var Bi,Qc;function U2(){if(Qc)return Bi;Qc=1;var e;if(!Object.keys){var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=d1(),o=Object.prototype.propertyIsEnumerable,i=!o.call({toString:null},"toString"),l=o.call(function(){},"prototype"),c=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],p=function(s){var u=s.constructor;return u&&u.prototype===s},f={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},d=function(){if(typeof window>"u")return!1;for(var s in window)try{if(!f["$"+s]&&t.call(window,s)&&window[s]!==null&&typeof window[s]=="object")try{p(window[s])}catch{return!0}}catch{return!0}return!1}(),h=function(s){if(typeof window>"u"||!d)return p(s);try{return p(s)}catch{return!1}};e=function(s){var u=s!==null&&typeof s=="object",a=n.call(s)==="[object Function]",m=r(s),g=u&&n.call(s)==="[object String]",v=[];if(!u&&!a&&!m)throw new TypeError("Object.keys called on a non-object");var $=l&&a;if(g&&s.length>0&&!t.call(s,0))for(var _=0;_<s.length;++_)v.push(String(_));if(m&&s.length>0)for(var y=0;y<s.length;++y)v.push(String(y));else for(var b in s)!($&&b==="prototype")&&t.call(s,b)&&v.push(String(b));if(i)for(var w=h(s),S=0;S<c.length;++S)!(w&&c[S]==="constructor")&&t.call(s,c[S])&&v.push(c[S]);return v}}return Bi=e,Bi}var Hi,ed;function Ss(){if(ed)return Hi;ed=1;var e=Array.prototype.slice,t=d1(),n=Object.keys,r=n?function(i){return n(i)}:U2(),o=Object.keys;return r.shim=function(){if(Object.keys){var i=function(){var l=Object.keys(arguments);return l&&l.length===arguments.length}(1,2);i||(Object.keys=function(l){return t(l)?o(e.call(l)):o(l)})}else Object.keys=r;return Object.keys||r},Hi=r,Hi}var Zi,td;function Zo(){if(td)return Zi;td=1;var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return Zi=e,Zi}var nd,rd;function ws(){return rd||(rd=1,nd=SyntaxError),nd}var od,id;function Ye(){return id||(id=1,od=TypeError),od}var ad,sd;function L2(){return sd||(sd=1,ad=Object.getOwnPropertyDescriptor),ad}var Gi,ud;function gn(){if(ud)return Gi;ud=1;var e=L2();if(e)try{e([],"length")}catch{e=null}return Gi=e,Gi}var Wi,ld;function ks(){if(ld)return Wi;ld=1;var e=Zo(),t=ws(),n=Ye(),r=gn();return Wi=function(o,i,l){if(!o||typeof o!="object"&&typeof o!="function")throw new n("`obj` must be an object or a function`");if(typeof i!="string"&&typeof i!="symbol")throw new n("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new n("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new n("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new n("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new n("`loose`, if provided, must be a boolean");var c=arguments.length>3?arguments[3]:null,p=arguments.length>4?arguments[4]:null,f=arguments.length>5?arguments[5]:null,d=arguments.length>6?arguments[6]:!1,h=!!r&&r(o,i);if(e)e(o,i,{configurable:f===null&&h?h.configurable:!f,enumerable:c===null&&h?h.enumerable:!c,value:l,writable:p===null&&h?h.writable:!p});else if(d||!c&&!p&&!f)o[i]=l;else throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Wi}var Ki,cd;function Es(){if(cd)return Ki;cd=1;var e=Zo(),t=function(){return!!e};return t.hasArrayLengthDefineBug=function(){if(!e)return null;try{return e([],"length",{value:1}).length!==1}catch{return!0}},Ki=t,Ki}var Vi,dd;function vn(){if(dd)return Vi;dd=1;var e=Ss(),t=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",n=Object.prototype.toString,r=Array.prototype.concat,o=ks(),i=function(f){return typeof f=="function"&&n.call(f)==="[object Function]"},l=Es()(),c=function(f,d,h,s){if(d in f){if(s===!0){if(f[d]===h)return}else if(!i(s)||!s())return}l?o(f,d,h,!0):o(f,d,h)},p=function(f,d){var h=arguments.length>2?arguments[2]:{},s=e(d);t&&(s=r.call(s,Object.getOwnPropertySymbols(d)));for(var u=0;u<s.length;u+=1)c(f,s[u],d[s[u]],h[s[u]])};return p.supportsDescriptors=!!l,Vi=p,Vi}var fd={exports:{}},pd,hd;function Is(){return hd||(hd=1,pd=Object),pd}var md,gd;function f1(){return gd||(gd=1,md=Error),md}var vd,$d;function z2(){return $d||($d=1,vd=EvalError),vd}var yd,bd;function F2(){return bd||(bd=1,yd=RangeError),yd}var _d,Sd;function B2(){return Sd||(Sd=1,_d=ReferenceError),_d}var wd,kd;function H2(){return kd||(kd=1,wd=URIError),wd}var Ed,Id;function Z2(){return Id||(Id=1,Ed=Math.abs),Ed}var Od,Nd;function G2(){return Nd||(Nd=1,Od=Math.floor),Od}var Pd,xd;function W2(){return xd||(xd=1,Pd=Math.max),Pd}var Cd,Md;function K2(){return Md||(Md=1,Cd=Math.min),Cd}var Ad,Td;function V2(){return Td||(Td=1,Ad=Math.pow),Ad}var Rd,Dd;function Y2(){return Dd||(Dd=1,Rd=Math.round),Rd}var jd,Ud;function q2(){return Ud||(Ud=1,jd=Number.isNaN||function(e){return e!==e}),jd}var Yi,Ld;function J2(){if(Ld)return Yi;Ld=1;var e=q2();return Yi=function(t){return e(t)||t===0?t:t<0?-1:1},Yi}var zd,Fd;function Go(){return Fd||(Fd=1,zd=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),n=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var r=42;e[t]=r;for(var o in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var i=Object.getOwnPropertySymbols(e);if(i.length!==1||i[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(e,t);if(l.value!==r||l.enumerable!==!0)return!1}return!0}),zd}var qi,Bd;function Os(){if(Bd)return qi;Bd=1;var e=typeof Symbol<"u"&&Symbol,t=Go();return qi=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},qi}var Hd,Zd;function p1(){return Zd||(Zd=1,Hd=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),Hd}var Ji,Gd;function h1(){if(Gd)return Ji;Gd=1;var e=Is();return Ji=e.getPrototypeOf||null,Ji}var Xi,Wd;function X2(){if(Wd)return Xi;Wd=1;var e="Function.prototype.bind called on incompatible ",t=Object.prototype.toString,n=Math.max,r="[object Function]",o=function(c,p){for(var f=[],d=0;d<c.length;d+=1)f[d]=c[d];for(var h=0;h<p.length;h+=1)f[h+c.length]=p[h];return f},i=function(c,p){for(var f=[],d=p,h=0;d<c.length;d+=1,h+=1)f[h]=c[d];return f},l=function(c,p){for(var f="",d=0;d<c.length;d+=1)f+=c[d],d+1<c.length&&(f+=p);return f};return Xi=function(c){var p=this;if(typeof p!="function"||t.apply(p)!==r)throw new TypeError(e+p);for(var f=i(arguments,1),d,h=function(){if(this instanceof d){var g=p.apply(this,o(f,arguments));return Object(g)===g?g:this}return p.apply(c,o(f,arguments))},s=n(0,p.length-f.length),u=[],a=0;a<s;a++)u[a]="$"+a;if(d=Function("binder","return function ("+l(u,",")+"){ return binder.apply(this,arguments); }")(h),p.prototype){var m=function(){};m.prototype=p.prototype,d.prototype=new m,m.prototype=null}return d},Xi}var Qi,Kd;function kr(){if(Kd)return Qi;Kd=1;var e=X2();return Qi=Function.prototype.bind||e,Qi}var Vd,Yd;function Ns(){return Yd||(Yd=1,Vd=Function.prototype.call),Vd}var qd,Jd;function Ps(){return Jd||(Jd=1,qd=Function.prototype.apply),qd}var Xd,Qd;function Q2(){return Qd||(Qd=1,Xd=typeof Reflect<"u"&&Reflect&&Reflect.apply),Xd}var ea,ef;function m1(){if(ef)return ea;ef=1;var e=kr(),t=Ps(),n=Ns(),r=Q2();return ea=r||e.call(n,t),ea}var ta,tf;function xs(){if(tf)return ta;tf=1;var e=kr(),t=Ye(),n=Ns(),r=m1();return ta=function(o){if(o.length<1||typeof o[0]!="function")throw new t("a function is required");return r(e,n,o)},ta}var na,nf;function em(){if(nf)return na;nf=1;var e=xs(),t=gn(),n;try{n=[].__proto__===Array.prototype}catch(l){if(!l||typeof l!="object"||!("code"in l)||l.code!=="ERR_PROTO_ACCESS")throw l}var r=!!n&&t&&t(Object.prototype,"__proto__"),o=Object,i=o.getPrototypeOf;return na=r&&typeof r.get=="function"?e([r.get]):typeof i=="function"?function(l){return i(l==null?l:o(l))}:!1,na}var ra,rf;function Cs(){if(rf)return ra;rf=1;var e=p1(),t=h1(),n=em();return ra=e?function(r){return e(r)}:t?function(r){if(!r||typeof r!="object"&&typeof r!="function")throw new TypeError("getProto: not an object");return t(r)}:n?function(r){return n(r)}:null,ra}var oa,of;function Ms(){if(of)return oa;of=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,n=kr();return oa=n.call(e,t),oa}var ia,af;function Nt(){if(af)return ia;af=1;var e,t=Is(),n=f1(),r=z2(),o=F2(),i=B2(),l=ws(),c=Ye(),p=H2(),f=Z2(),d=G2(),h=W2(),s=K2(),u=V2(),a=Y2(),m=J2(),g=Function,v=function(L){try{return g('"use strict"; return ('+L+").constructor;")()}catch{}},$=gn(),_=Zo(),y=function(){throw new c},b=$?function(){try{return arguments.callee,y}catch{try{return $(arguments,"callee").get}catch{return y}}}():y,w=Os()(),S=Cs(),E=h1(),C=p1(),N=Ps(),O=Ns(),x={},A=typeof Uint8Array>"u"||!S?e:S(Uint8Array),W={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":w&&S?S([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":x,"%AsyncGenerator%":x,"%AsyncGeneratorFunction%":x,"%AsyncIteratorPrototype%":x,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":n,"%eval%":eval,"%EvalError%":r,"%Float16Array%":typeof Float16Array>"u"?e:Float16Array,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":g,"%GeneratorFunction%":x,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&S?S(S([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!w||!S?e:S(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":t,"%Object.getOwnPropertyDescriptor%":$,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":o,"%ReferenceError%":i,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!w||!S?e:S(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&S?S(""[Symbol.iterator]()):e,"%Symbol%":w?Symbol:e,"%SyntaxError%":l,"%ThrowTypeError%":b,"%TypedArray%":A,"%TypeError%":c,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":p,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet,"%Function.prototype.call%":O,"%Function.prototype.apply%":N,"%Object.defineProperty%":_,"%Object.getPrototypeOf%":E,"%Math.abs%":f,"%Math.floor%":d,"%Math.max%":h,"%Math.min%":s,"%Math.pow%":u,"%Math.round%":a,"%Math.sign%":m,"%Reflect.getPrototypeOf%":C};if(S)try{null.error}catch(L){var ie=S(S(L));W["%Error.prototype%"]=ie}var le=function L(F){var T;if(F==="%AsyncFunction%")T=v("async function () {}");else if(F==="%GeneratorFunction%")T=v("function* () {}");else if(F==="%AsyncGeneratorFunction%")T=v("async function* () {}");else if(F==="%AsyncGenerator%"){var R=L("%AsyncGeneratorFunction%");R&&(T=R.prototype)}else if(F==="%AsyncIteratorPrototype%"){var J=L("%AsyncGenerator%");J&&S&&(T=S(J.prototype))}return W[F]=T,T},De={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},qe=kr(),ce=Ms(),ln=qe.call(O,Array.prototype.concat),En=qe.call(N,Array.prototype.splice),cn=qe.call(O,String.prototype.replace),Tt=qe.call(O,String.prototype.slice),P=qe.call(O,RegExp.prototype.exec),M=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,G=/\\(\\)?/g,K=function(L){var F=Tt(L,0,1),T=Tt(L,-1);if(F==="%"&&T!=="%")throw new l("invalid intrinsic syntax, expected closing `%`");if(T==="%"&&F!=="%")throw new l("invalid intrinsic syntax, expected opening `%`");var R=[];return cn(L,M,function(J,me,te,vt){R[R.length]=te?cn(vt,G,"$1"):me||J}),R},q=function(L,F){var T=L,R;if(ce(De,T)&&(R=De[T],T="%"+R[0]+"%"),ce(W,T)){var J=W[T];if(J===x&&(J=le(T)),typeof J>"u"&&!F)throw new c("intrinsic "+L+" exists, but is not available. Please file an issue!");return{alias:R,name:T,value:J}}throw new l("intrinsic "+L+" does not exist!")};return ia=function(L,F){if(typeof L!="string"||L.length===0)throw new c("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof F!="boolean")throw new c('"allowMissing" argument must be a boolean');if(P(/^%?[^%]*%?$/,L)===null)throw new l("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var T=K(L),R=T.length>0?T[0]:"",J=q("%"+R+"%",F),me=J.name,te=J.value,vt=!1,ge=J.alias;ge&&(R=ge[0],En(T,ln([0,1],ge)));for(var ve=1,at=!0;ve<T.length;ve+=1){var Se=T[ve],$t=Tt(Se,0,1),yt=Tt(Se,-1);if(($t==='"'||$t==="'"||$t==="`"||yt==='"'||yt==="'"||yt==="`")&&$t!==yt)throw new l("property names with quotes must have matching quotes");if((Se==="constructor"||!at)&&(vt=!0),R+="."+Se,me="%"+R+"%",ce(W,me))te=W[me];else if(te!=null){if(!(Se in te)){if(!F)throw new c("base intrinsic for "+L+" exists, but the property is not available.");return}if($&&ve+1>=T.length){var bt=$(te,Se);at=!!bt,at&&"get"in bt&&!("originalValue"in bt.get)?te=bt.get:te=te[Se]}else at=ce(te,Se),te=te[Se];at&&!vt&&(W[me]=te)}}return te},ia}var aa,sf;function tm(){if(sf)return aa;sf=1;var e=Nt(),t=ks(),n=Es()(),r=gn(),o=Ye(),i=e("%Math.floor%");return aa=function(l,c){if(typeof l!="function")throw new o("`fn` is not a function");if(typeof c!="number"||c<0||c>4294967295||i(c)!==c)throw new o("`length` must be a positive 32-bit integer");var p=arguments.length>2&&!!arguments[2],f=!0,d=!0;if("length"in l&&r){var h=r(l,"length");h&&!h.configurable&&(f=!1),h&&!h.writable&&(d=!1)}return(f||d||!p)&&(n?t(l,"length",c,!0,!0):t(l,"length",c)),l},aa}var sa,uf;function nm(){if(uf)return sa;uf=1;var e=kr(),t=Ps(),n=m1();return sa=function(){return n(e,t,arguments)},sa}var lf;function Bn(){return lf||(lf=1,function(e){var t=tm(),n=Zo(),r=xs(),o=nm();e.exports=function(i){var l=r(arguments),c=i.length-(arguments.length-1);return t(l,1+(c>0?c:0),!0)},n?n(e.exports,"apply",{value:o}):e.exports.apply=o}(fd)),fd.exports}var ua,cf;function Me(){if(cf)return ua;cf=1;var e=Nt(),t=xs(),n=t([e("%String.prototype.indexOf%")]);return ua=function(r,o){var i=e(r,!!o);return typeof i=="function"&&n(r,".prototype.")>-1?t([i]):i},ua}var la,df;function g1(){if(df)return la;df=1;var e=Ss(),t=Go()(),n=Me(),r=Is(),o=n("Array.prototype.push"),i=n("Object.prototype.propertyIsEnumerable"),l=t?r.getOwnPropertySymbols:null;return la=function(c,p){if(c==null)throw new TypeError("target must be an object");var f=r(c);if(arguments.length===1)return f;for(var d=1;d<arguments.length;++d){var h=r(arguments[d]),s=e(h),u=t&&(r.getOwnPropertySymbols||l);if(u)for(var a=u(h),m=0;m<a.length;++m){var g=a[m];i(h,g)&&o(s,g)}for(var v=0;v<s.length;++v){var $=s[v];if(i(h,$)){var _=h[$];f[$]=_}}}return f},la}var ca,ff;function v1(){if(ff)return ca;ff=1;var e=g1(),t=function(){if(!Object.assign)return!1;for(var r="abcdefghijklmnopqrst",o=r.split(""),i={},l=0;l<o.length;++l)i[o[l]]=o[l];var c=Object.assign({},i),p="";for(var f in c)p+=f;return r!==p},n=function(){if(!Object.assign||!Object.preventExtensions)return!1;var r=Object.preventExtensions({1:2});try{Object.assign(r,"xy")}catch{return r[1]==="y"}return!1};return ca=function(){return!Object.assign||t()||n()?e:Object.assign},ca}var da,pf;function rm(){if(pf)return da;pf=1;var e=vn(),t=v1();return da=function(){var n=t();return e(Object,{assign:n},{assign:function(){return Object.assign!==n}}),n},da}var fa,hf;function om(){if(hf)return fa;hf=1;var e=vn(),t=Bn(),n=g1(),r=v1(),o=rm(),i=t.apply(r()),l=function(c,p){return i(Object,arguments)};return e(l,{getPolyfill:r,implementation:n,shim:o}),fa=l,fa}var pa,mf;function Wo(){if(mf)return pa;mf=1;var e=Nt(),t=Bn(),n=t(e("String.prototype.indexOf"));return pa=function(r,o){var i=e(r,!!o);return typeof i=="function"&&n(r,".prototype.")>-1?t(i):i},pa}var ha,gf;function im(){if(gf)return ha;gf=1;var e=function(){return typeof(function(){}).name=="string"},t=Object.getOwnPropertyDescriptor;if(t)try{t([],"length")}catch{t=null}e.functionsHaveConfigurableNames=function(){if(!e()||!t)return!1;var r=t(function(){},"name");return!!r&&!!r.configurable};var n=Function.prototype.bind;return e.boundFunctionsHaveNames=function(){return e()&&typeof n=="function"&&(function(){}).bind().name!==""},ha=e,ha}var ma,vf;function am(){if(vf)return ma;vf=1;var e=ks(),t=Es()(),n=im().functionsHaveConfigurableNames(),r=Ye();return ma=function(o,i){if(typeof o!="function")throw new r("`fn` is not a function");var l=arguments.length>2&&!!arguments[2];return(!l||n)&&(t?e(o,"name",i,!0,!0):e(o,"name",i)),o},ma}var ga,$f;function $1(){if($f)return ga;$f=1;var e=am(),t=Ye(),n=Object;return ga=e(function(){if(this==null||this!==n(this))throw new t("RegExp.prototype.flags getter called on non-object");var r="";return this.hasIndices&&(r+="d"),this.global&&(r+="g"),this.ignoreCase&&(r+="i"),this.multiline&&(r+="m"),this.dotAll&&(r+="s"),this.unicode&&(r+="u"),this.unicodeSets&&(r+="v"),this.sticky&&(r+="y"),r},"get flags",!0),ga}var va,yf;function y1(){if(yf)return va;yf=1;var e=$1(),t=vn().supportsDescriptors,n=Object.getOwnPropertyDescriptor;return va=function(){if(t&&/a/mig.flags==="gim"){var r=n(RegExp.prototype,"flags");if(r&&typeof r.get=="function"&&"dotAll"in RegExp.prototype&&"hasIndices"in RegExp.prototype){var o="",i={};if(Object.defineProperty(i,"hasIndices",{get:function(){o+="d"}}),Object.defineProperty(i,"sticky",{get:function(){o+="y"}}),r.get.call(i),o==="dy")return r.get}}return e},va}var $a,bf;function sm(){if(bf)return $a;bf=1;var e=vn().supportsDescriptors,t=y1(),n=gn(),r=Object.defineProperty,o=f1(),i=Cs(),l=/a/;return $a=function(){if(!e||!i)throw new o("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var c=t(),p=i(l),f=n(p,"flags");return(!f||f.get!==c)&&r(p,"flags",{configurable:!0,enumerable:!1,get:c}),c},$a}var ya,_f;function um(){if(_f)return ya;_f=1;var e=vn(),t=Bn(),n=$1(),r=y1(),o=sm(),i=t(r());return e(i,{getPolyfill:r,implementation:n,shim:o}),ya=i,ya}var sr={exports:{}},ba,Sf;function $n(){if(Sf)return ba;Sf=1;var e=Go();return ba=function(){return e()&&!!Symbol.toStringTag},ba}var _a,wf;function b1(){if(wf)return _a;wf=1;var e=$n()(),t=Wo(),n=t("Object.prototype.toString"),r=function(l){return e&&l&&typeof l=="object"&&Symbol.toStringTag in l?!1:n(l)==="[object Arguments]"},o=function(l){return r(l)?!0:l!==null&&typeof l=="object"&&typeof l.length=="number"&&l.length>=0&&n(l)!=="[object Array]"&&n(l.callee)==="[object Function]"},i=function(){return r(arguments)}();return r.isLegacyArguments=o,_a=i?r:o,_a}const lm={},cm=Object.freeze(Object.defineProperty({__proto__:null,default:lm},Symbol.toStringTag,{value:"Module"})),dm=j2(cm);var Sa,kf;function Ko(){if(kf)return Sa;kf=1;var e=typeof Map=="function"&&Map.prototype,t=Object.getOwnPropertyDescriptor&&e?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,n=e&&t&&typeof t.get=="function"?t.get:null,r=e&&Map.prototype.forEach,o=typeof Set=="function"&&Set.prototype,i=Object.getOwnPropertyDescriptor&&o?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,l=o&&i&&typeof i.get=="function"?i.get:null,c=o&&Set.prototype.forEach,p=typeof WeakMap=="function"&&WeakMap.prototype,f=p?WeakMap.prototype.has:null,d=typeof WeakSet=="function"&&WeakSet.prototype,h=d?WeakSet.prototype.has:null,s=typeof WeakRef=="function"&&WeakRef.prototype,u=s?WeakRef.prototype.deref:null,a=Boolean.prototype.valueOf,m=Object.prototype.toString,g=Function.prototype.toString,v=String.prototype.match,$=String.prototype.slice,_=String.prototype.replace,y=String.prototype.toUpperCase,b=String.prototype.toLowerCase,w=RegExp.prototype.test,S=Array.prototype.concat,E=Array.prototype.join,C=Array.prototype.slice,N=Math.floor,O=typeof BigInt=="function"?BigInt.prototype.valueOf:null,x=Object.getOwnPropertySymbols,A=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,W=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ie=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===W||!0)?Symbol.toStringTag:null,le=Object.prototype.propertyIsEnumerable,De=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(k){return k.__proto__}:null);function qe(k,I){if(k===1/0||k===-1/0||k!==k||k&&k>-1e3&&k<1e3||w.call(/e/,I))return I;var Q=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof k=="number"){var re=k<0?-N(-k):N(k);if(re!==k){var ae=String(re),V=$.call(I,ae.length+1);return _.call(ae,Q,"$&_")+"."+_.call(_.call(V,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(I,Q,"$&_")}var ce=dm,ln=ce.custom,En=me(ln)?ln:null,cn={__proto__:null,double:'"',single:"'"},Tt={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};Sa=function k(I,Q,re,ae){var V=Q||{};if(ge(V,"quoteStyle")&&!ge(cn,V.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(ge(V,"maxStringLength")&&(typeof V.maxStringLength=="number"?V.maxStringLength<0&&V.maxStringLength!==1/0:V.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var jt=ge(V,"customInspect")?V.customInspect:!0;if(typeof jt!="boolean"&&jt!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(ge(V,"indent")&&V.indent!==null&&V.indent!==" "&&!(parseInt(V.indent,10)===V.indent&&V.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(ge(V,"numericSeparator")&&typeof V.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var dn=V.numericSeparator;if(typeof I>"u")return"undefined";if(I===null)return"null";if(typeof I=="boolean")return I?"true":"false";if(typeof I=="string")return In(I,V);if(typeof I=="number"){if(I===0)return 1/0/I>0?"0":"-0";var je=String(I);return dn?qe(I,je):je}if(typeof I=="bigint"){var Ut=String(I)+"n";return dn?qe(I,Ut):Ut}var Ei=typeof V.depth>"u"?5:V.depth;if(typeof re>"u"&&(re=0),re>=Ei&&Ei>0&&typeof I=="object")return K(I)?"[Array]":"[Object]";var On=j0(V,re);if(typeof ae>"u")ae=[];else if(Se(ae,I)>=0)return"[Circular]";function Je(Nn,Wr,L0){if(Wr&&(ae=C.call(ae),ae.push(Wr)),L0){var ic={depth:V.depth};return ge(V,"quoteStyle")&&(ic.quoteStyle=V.quoteStyle),k(Nn,ic,re+1,ae)}return k(Nn,V,re+1,ae)}if(typeof I=="function"&&!L(I)){var Xl=at(I),Ql=Zr(I,Je);return"[Function"+(Xl?": "+Xl:" (anonymous)")+"]"+(Ql.length>0?" { "+E.call(Ql,", ")+" }":"")}if(me(I)){var ec=W?_.call(String(I),/^(Symbol\(.*\))_[^)]*$/,"$1"):A.call(I);return typeof I=="object"&&!W?Dt(ec):ec}if(Rt(I)){for(var rr="<"+b.call(String(I.nodeName)),Ii=I.attributes||[],Gr=0;Gr<Ii.length;Gr++)rr+=" "+Ii[Gr].name+"="+P(M(Ii[Gr].value),"double",V);return rr+=">",I.childNodes&&I.childNodes.length&&(rr+="..."),rr+="</"+b.call(String(I.nodeName))+">",rr}if(K(I)){if(I.length===0)return"[]";var Oi=Zr(I,Je);return On&&!D0(Oi)?"["+ki(Oi,On)+"]":"[ "+E.call(Oi,", ")+" ]"}if(F(I)){var Ni=Zr(I,Je);return!("cause"in Error.prototype)&&"cause"in I&&!le.call(I,"cause")?"{ ["+String(I)+"] "+E.call(S.call("[cause]: "+Je(I.cause),Ni),", ")+" }":Ni.length===0?"["+String(I)+"]":"{ ["+String(I)+"] "+E.call(Ni,", ")+" }"}if(typeof I=="object"&&jt){if(En&&typeof I[En]=="function"&&ce)return ce(I,{depth:Ei-re});if(jt!=="symbol"&&typeof I.inspect=="function")return I.inspect()}if($t(I)){var tc=[];return r&&r.call(I,function(Nn,Wr){tc.push(Je(Wr,I,!0)+" => "+Je(Nn,I))}),Jl("Map",n.call(I),tc,On)}if(Br(I)){var nc=[];return c&&c.call(I,function(Nn){nc.push(Je(Nn,I))}),Jl("Set",l.call(I),nc,On)}if(yt(I))return wi("WeakMap");if(Hr(I))return wi("WeakSet");if(bt(I))return wi("WeakRef");if(R(I))return Dt(Je(Number(I)));if(te(I))return Dt(Je(O.call(I)));if(J(I))return Dt(a.call(I));if(T(I))return Dt(Je(String(I)));if(typeof window<"u"&&I===window)return"{ [object Window] }";if(typeof globalThis<"u"&&I===globalThis||typeof Ht<"u"&&I===Ht)return"{ [object globalThis] }";if(!q(I)&&!L(I)){var Pi=Zr(I,Je),rc=De?De(I)===Object.prototype:I instanceof Object||I.constructor===Object,xi=I instanceof Object?"":"null prototype",oc=!rc&&ie&&Object(I)===I&&ie in I?$.call(ve(I),8,-1):xi?"Object":"",U0=rc||typeof I.constructor!="function"?"":I.constructor.name?I.constructor.name+" ":"",Ci=U0+(oc||xi?"["+E.call(S.call([],oc||[],xi||[]),": ")+"] ":"");return Pi.length===0?Ci+"{}":On?Ci+"{"+ki(Pi,On)+"}":Ci+"{ "+E.call(Pi,", ")+" }"}return String(I)};function P(k,I,Q){var re=Q.quoteStyle||I,ae=cn[re];return ae+k+ae}function M(k){return _.call(String(k),/"/g,""")}function G(k){return!ie||!(typeof k=="object"&&(ie in k||typeof k[ie]<"u"))}function K(k){return ve(k)==="[object Array]"&&G(k)}function q(k){return ve(k)==="[object Date]"&&G(k)}function L(k){return ve(k)==="[object RegExp]"&&G(k)}function F(k){return ve(k)==="[object Error]"&&G(k)}function T(k){return ve(k)==="[object String]"&&G(k)}function R(k){return ve(k)==="[object Number]"&&G(k)}function J(k){return ve(k)==="[object Boolean]"&&G(k)}function me(k){if(W)return k&&typeof k=="object"&&k instanceof Symbol;if(typeof k=="symbol")return!0;if(!k||typeof k!="object"||!A)return!1;try{return A.call(k),!0}catch{}return!1}function te(k){if(!k||typeof k!="object"||!O)return!1;try{return O.call(k),!0}catch{}return!1}var vt=Object.prototype.hasOwnProperty||function(k){return k in this};function ge(k,I){return vt.call(k,I)}function ve(k){return m.call(k)}function at(k){if(k.name)return k.name;var I=v.call(g.call(k),/^function\s*([\w$]+)/);return I?I[1]:null}function Se(k,I){if(k.indexOf)return k.indexOf(I);for(var Q=0,re=k.length;Q<re;Q++)if(k[Q]===I)return Q;return-1}function $t(k){if(!n||!k||typeof k!="object")return!1;try{n.call(k);try{l.call(k)}catch{return!0}return k instanceof Map}catch{}return!1}function yt(k){if(!f||!k||typeof k!="object")return!1;try{f.call(k,f);try{h.call(k,h)}catch{return!0}return k instanceof WeakMap}catch{}return!1}function bt(k){if(!u||!k||typeof k!="object")return!1;try{return u.call(k),!0}catch{}return!1}function Br(k){if(!l||!k||typeof k!="object")return!1;try{l.call(k);try{n.call(k)}catch{return!0}return k instanceof Set}catch{}return!1}function Hr(k){if(!h||!k||typeof k!="object")return!1;try{h.call(k,h);try{f.call(k,f)}catch{return!0}return k instanceof WeakSet}catch{}return!1}function Rt(k){return!k||typeof k!="object"?!1:typeof HTMLElement<"u"&&k instanceof HTMLElement?!0:typeof k.nodeName=="string"&&typeof k.getAttribute=="function"}function In(k,I){if(k.length>I.maxStringLength){var Q=k.length-I.maxStringLength,re="... "+Q+" more character"+(Q>1?"s":"");return In($.call(k,0,I.maxStringLength),I)+re}var ae=Tt[I.quoteStyle||"single"];ae.lastIndex=0;var V=_.call(_.call(k,ae,"\\$1"),/[\x00-\x1f]/g,nr);return P(V,"single",I)}function nr(k){var I=k.charCodeAt(0),Q={8:"b",9:"t",10:"n",12:"f",13:"r"}[I];return Q?"\\"+Q:"\\x"+(I<16?"0":"")+y.call(I.toString(16))}function Dt(k){return"Object("+k+")"}function wi(k){return k+" { ? }"}function Jl(k,I,Q,re){var ae=re?ki(Q,re):E.call(Q,", ");return k+" ("+I+") {"+ae+"}"}function D0(k){for(var I=0;I<k.length;I++)if(Se(k[I],`
|
|
23
|
+
`)>=0)return!1;return!0}function j0(k,I){var Q;if(k.indent===" ")Q=" ";else if(typeof k.indent=="number"&&k.indent>0)Q=E.call(Array(k.indent+1)," ");else return null;return{base:Q,prev:E.call(Array(I+1),Q)}}function ki(k,I){if(k.length===0)return"";var Q=`
|
|
24
|
+
`+I.prev+I.base;return Q+E.call(k,","+Q)+`
|
|
25
|
+
`+I.prev}function Zr(k,I){var Q=K(k),re=[];if(Q){re.length=k.length;for(var ae=0;ae<k.length;ae++)re[ae]=ge(k,ae)?I(k[ae],k):""}var V=typeof x=="function"?x(k):[],jt;if(W){jt={};for(var dn=0;dn<V.length;dn++)jt["$"+V[dn]]=V[dn]}for(var je in k)ge(k,je)&&(Q&&String(Number(je))===je&&je<k.length||W&&jt["$"+je]instanceof Symbol||(w.call(/[^\w$]/,je)?re.push(I(je,k)+": "+I(k[je],k)):re.push(je+": "+I(k[je],k))));if(typeof x=="function")for(var Ut=0;Ut<V.length;Ut++)le.call(k,V[Ut])&&re.push("["+I(V[Ut])+"]: "+I(k[V[Ut]],k));return re}return Sa}var wa,Ef;function fm(){if(Ef)return wa;Ef=1;var e=Ko(),t=Ye(),n=function(c,p,f){for(var d=c,h;(h=d.next)!=null;d=h)if(h.key===p)return d.next=h.next,f||(h.next=c.next,c.next=h),h},r=function(c,p){if(c){var f=n(c,p);return f&&f.value}},o=function(c,p,f){var d=n(c,p);d?d.value=f:c.next={key:p,next:c.next,value:f}},i=function(c,p){return c?!!n(c,p):!1},l=function(c,p){if(c)return n(c,p,!0)};return wa=function(){var c,p={assert:function(f){if(!p.has(f))throw new t("Side channel does not contain "+e(f))},delete:function(f){var d=c&&c.next,h=l(c,f);return h&&d&&d===h&&(c=void 0),!!h},get:function(f){return r(c,f)},has:function(f){return i(c,f)},set:function(f,d){c||(c={next:void 0}),o(c,f,d)}};return p},wa}var ka,If;function _1(){if(If)return ka;If=1;var e=Nt(),t=Me(),n=Ko(),r=Ye(),o=e("%Map%",!0),i=t("Map.prototype.get",!0),l=t("Map.prototype.set",!0),c=t("Map.prototype.has",!0),p=t("Map.prototype.delete",!0),f=t("Map.prototype.size",!0);return ka=!!o&&function(){var d,h={assert:function(s){if(!h.has(s))throw new r("Side channel does not contain "+n(s))},delete:function(s){if(d){var u=p(d,s);return f(d)===0&&(d=void 0),u}return!1},get:function(s){if(d)return i(d,s)},has:function(s){return d?c(d,s):!1},set:function(s,u){d||(d=new o),l(d,s,u)}};return h},ka}var Ea,Of;function pm(){if(Of)return Ea;Of=1;var e=Nt(),t=Me(),n=Ko(),r=_1(),o=Ye(),i=e("%WeakMap%",!0),l=t("WeakMap.prototype.get",!0),c=t("WeakMap.prototype.set",!0),p=t("WeakMap.prototype.has",!0),f=t("WeakMap.prototype.delete",!0);return Ea=i?function(){var d,h,s={assert:function(u){if(!s.has(u))throw new o("Side channel does not contain "+n(u))},delete:function(u){if(i&&u&&(typeof u=="object"||typeof u=="function")){if(d)return f(d,u)}else if(r&&h)return h.delete(u);return!1},get:function(u){return i&&u&&(typeof u=="object"||typeof u=="function")&&d?l(d,u):h&&h.get(u)},has:function(u){return i&&u&&(typeof u=="object"||typeof u=="function")&&d?p(d,u):!!h&&h.has(u)},set:function(u,a){i&&u&&(typeof u=="object"||typeof u=="function")?(d||(d=new i),c(d,u,a)):r&&(h||(h=r()),h.set(u,a))}};return s}:r,Ea}var Ia,Nf;function S1(){if(Nf)return Ia;Nf=1;var e=Ye(),t=Ko(),n=fm(),r=_1(),o=pm(),i=o||r||n;return Ia=function(){var l,c={assert:function(p){if(!c.has(p))throw new e("Side channel does not contain "+t(p))},delete:function(p){return!!l&&l.delete(p)},get:function(p){return l&&l.get(p)},has:function(p){return!!l&&l.has(p)},set:function(p,f){l||(l=i()),l.set(p,f)}};return c},Ia}var Oa,Pf;function hm(){if(Pf)return Oa;Pf=1;var e=Ms(),t=S1()(),n=Ye(),r={assert:function(o,i){if(!o||typeof o!="object"&&typeof o!="function")throw new n("`O` is not an object");if(typeof i!="string")throw new n("`slot` must be a string");if(t.assert(o),!r.has(o,i))throw new n("`"+i+"` is not present on `O`")},get:function(o,i){if(!o||typeof o!="object"&&typeof o!="function")throw new n("`O` is not an object");if(typeof i!="string")throw new n("`slot` must be a string");var l=t.get(o);return l&&l["$"+i]},has:function(o,i){if(!o||typeof o!="object"&&typeof o!="function")throw new n("`O` is not an object");if(typeof i!="string")throw new n("`slot` must be a string");var l=t.get(o);return!!l&&e(l,"$"+i)},set:function(o,i,l){if(!o||typeof o!="object"&&typeof o!="function")throw new n("`O` is not an object");if(typeof i!="string")throw new n("`slot` must be a string");var c=t.get(o);c||(c={},t.set(o,c)),c["$"+i]=l}};return Object.freeze&&Object.freeze(r),Oa=r,Oa}var Na,xf;function mm(){if(xf)return Na;xf=1;var e=hm(),t=ws(),n=typeof StopIteration=="object"?StopIteration:null;return Na=function(r){if(!n)throw new t("this environment lacks StopIteration");e.set(r,"[[Done]]",!1);var o={next:function(){var i=e.get(this,"[[Iterator]]"),l=!!e.get(i,"[[Done]]");try{return{done:l,value:l?void 0:i.next()}}catch(c){if(e.set(i,"[[Done]]",!0),c!==n)throw c;return{done:!0,value:void 0}}}};return e.set(o,"[[Iterator]]",r),o},Na}var Pa,Cf;function w1(){if(Cf)return Pa;Cf=1;var e={}.toString;return Pa=Array.isArray||function(t){return e.call(t)=="[object Array]"},Pa}var xa,Mf;function k1(){if(Mf)return xa;Mf=1;var e=Me(),t=e("String.prototype.valueOf"),n=function(l){try{return t(l),!0}catch{return!1}},r=e("Object.prototype.toString"),o="[object String]",i=$n()();return xa=function(l){return typeof l=="string"?!0:!l||typeof l!="object"?!1:i?n(l):r(l)===o},xa}var Ca,Af;function E1(){if(Af)return Ca;Af=1;var e=typeof Map=="function"&&Map.prototype?Map:null,t=typeof Set=="function"&&Set.prototype?Set:null,n;e||(n=function(i){return!1});var r=e?Map.prototype.has:null,o=t?Set.prototype.has:null;return!n&&!r&&(n=function(i){return!1}),Ca=n||function(i){if(!i||typeof i!="object")return!1;try{if(r.call(i),o)try{o.call(i)}catch{return!0}return i instanceof e}catch{}return!1},Ca}var Ma,Tf;function I1(){if(Tf)return Ma;Tf=1;var e=typeof Map=="function"&&Map.prototype?Map:null,t=typeof Set=="function"&&Set.prototype?Set:null,n;t||(n=function(i){return!1});var r=e?Map.prototype.has:null,o=t?Set.prototype.has:null;return!n&&!o&&(n=function(i){return!1}),Ma=n||function(i){if(!i||typeof i!="object")return!1;try{if(o.call(i),r)try{r.call(i)}catch{return!0}return i instanceof t}catch{}return!1},Ma}var Rf;function gm(){if(Rf)return sr.exports;Rf=1;var e=b1(),t=mm();if(Os()()||Go()()){var n=Symbol.iterator;sr.exports=function(E){if(E!=null&&typeof E[n]<"u")return E[n]();if(e(E))return Array.prototype[n].call(E)}}else{var r=w1(),o=k1(),i=Nt(),l=i("%Map%",!0),c=i("%Set%",!0),p=Wo(),f=p("Array.prototype.push"),d=p("String.prototype.charCodeAt"),h=p("String.prototype.slice"),s=function(E,C){var N=E.length;if(C+1>=N)return C+1;var O=d(E,C);if(O<55296||O>56319)return C+1;var x=d(E,C+1);return x<56320||x>57343?C+1:C+2},u=function(E){var C=0;return{next:function(){var N=C>=E.length,O;return N||(O=E[C],C+=1),{done:N,value:O}}}},a=function(E,C){if(r(E)||e(E))return u(E);if(o(E)){var N=0;return{next:function(){var O=s(E,N),x=h(E,N,O);return N=O,{done:O>E.length,value:x}}}}if(C&&typeof E["_es6-shim iterator_"]<"u")return E["_es6-shim iterator_"]()};if(!l&&!c)sr.exports=function(E){if(E!=null)return a(E,!0)};else{var m=E1(),g=I1(),v=p("Map.prototype.forEach",!0),$=p("Set.prototype.forEach",!0);if(typeof process>"u"||!process.versions||!process.versions.node)var _=p("Map.prototype.iterator",!0),y=p("Set.prototype.iterator",!0);var b=p("Map.prototype.@@iterator",!0)||p("Map.prototype._es6-shim iterator_",!0),w=p("Set.prototype.@@iterator",!0)||p("Set.prototype._es6-shim iterator_",!0),S=function(E){if(m(E)){if(_)return t(_(E));if(b)return b(E);if(v){var C=[];return v(E,function(O,x){f(C,[x,O])}),u(C)}}if(g(E)){if(y)return t(y(E));if(w)return w(E);if($){var N=[];return $(E,function(O){f(N,O)}),u(N)}}};sr.exports=function(E){return S(E)||a(E)}}}return sr.exports}var Aa,Df;function O1(){if(Df)return Aa;Df=1;var e=function(t){return t!==t};return Aa=function(t,n){return t===0&&n===0?1/t===1/n:!!(t===n||e(t)&&e(n))},Aa}var Ta,jf;function N1(){if(jf)return Ta;jf=1;var e=O1();return Ta=function(){return typeof Object.is=="function"?Object.is:e},Ta}var Ra,Uf;function vm(){if(Uf)return Ra;Uf=1;var e=N1(),t=vn();return Ra=function(){var n=e();return t(Object,{is:n},{is:function(){return Object.is!==n}}),n},Ra}var Da,Lf;function $m(){if(Lf)return Da;Lf=1;var e=vn(),t=Bn(),n=O1(),r=N1(),o=vm(),i=t(r(),Object);return e(i,{getPolyfill:r,implementation:n,shim:o}),Da=i,Da}var ja,zf;function P1(){if(zf)return ja;zf=1;var e=Bn(),t=Me(),n=Nt(),r=n("%ArrayBuffer%",!0),o=t("ArrayBuffer.prototype.byteLength",!0),i=t("Object.prototype.toString"),l=!!r&&!o&&new r(0).slice,c=!!l&&e(l);return ja=o||c?function(p){if(!p||typeof p!="object")return!1;try{return o?o(p):c(p,0),!0}catch{return!1}}:r?function(p){return i(p)==="[object ArrayBuffer]"}:function(p){return!1},ja}var Ua,Ff;function ym(){if(Ff)return Ua;Ff=1;var e=Me(),t=e("Date.prototype.getDay"),n=function(l){try{return t(l),!0}catch{return!1}},r=e("Object.prototype.toString"),o="[object Date]",i=$n()();return Ua=function(l){return typeof l!="object"||l===null?!1:i?n(l):r(l)===o},Ua}var La,Bf;function x1(){if(Bf)return La;Bf=1;var e=Me(),t=$n()(),n=Ms(),r=gn(),o;if(t){var i=e("RegExp.prototype.exec"),l={},c=function(){throw l},p={toString:c,valueOf:c};typeof Symbol.toPrimitive=="symbol"&&(p[Symbol.toPrimitive]=c),o=function(h){if(!h||typeof h!="object")return!1;var s=r(h,"lastIndex"),u=s&&n(s,"value");if(!u)return!1;try{i(h,p)}catch(a){return a===l}}}else{var f=e("Object.prototype.toString"),d="[object RegExp]";o=function(h){return!h||typeof h!="object"&&typeof h!="function"?!1:f(h)===d}}return La=o,La}var za,Hf;function bm(){if(Hf)return za;Hf=1;var e=Me(),t=e("SharedArrayBuffer.prototype.byteLength",!0);return za=t?function(n){if(!n||typeof n!="object")return!1;try{return t(n),!0}catch{return!1}}:function(n){return!1},za}var Fa,Zf;function _m(){if(Zf)return Fa;Zf=1;var e=Me(),t=e("Number.prototype.toString"),n=function(l){try{return t(l),!0}catch{return!1}},r=e("Object.prototype.toString"),o="[object Number]",i=$n()();return Fa=function(l){return typeof l=="number"?!0:!l||typeof l!="object"?!1:i?n(l):r(l)===o},Fa}var Ba,Gf;function Sm(){if(Gf)return Ba;Gf=1;var e=Me(),t=e("Boolean.prototype.toString"),n=e("Object.prototype.toString"),r=function(l){try{return t(l),!0}catch{return!1}},o="[object Boolean]",i=$n()();return Ba=function(l){return typeof l=="boolean"?!0:l===null||typeof l!="object"?!1:i?r(l):n(l)===o},Ba}var yo={exports:{}},Ha,Wf;function wm(){if(Wf)return Ha;Wf=1;var e=Me(),t=x1(),n=e("RegExp.prototype.exec"),r=Ye();return Ha=function(o){if(!t(o))throw new r("`regex` must be a RegExp");return function(i){return n(o,i)!==null}},Ha}var Kf;function km(){if(Kf)return yo.exports;Kf=1;var e=Me(),t=e("Object.prototype.toString"),n=Os()(),r=wm();if(n){var o=e("Symbol.prototype.toString"),i=r(/^Symbol\(.*\)$/),l=function(c){return typeof c.valueOf()!="symbol"?!1:i(o(c))};yo.exports=function(c){if(typeof c=="symbol")return!0;if(!c||typeof c!="object"||t(c)!=="[object Symbol]")return!1;try{return l(c)}catch{return!1}}}else yo.exports=function(c){return!1};return yo.exports}var bo={exports:{}},Za,Vf;function Em(){if(Vf)return Za;Vf=1;var e=typeof BigInt<"u"&&BigInt;return Za=function(){return typeof e=="function"&&typeof BigInt=="function"&&typeof e(42)=="bigint"&&typeof BigInt(42)=="bigint"},Za}var Yf;function Im(){if(Yf)return bo.exports;Yf=1;var e=Em()();if(e){var t=BigInt.prototype.valueOf,n=function(r){try{return t.call(r),!0}catch{}return!1};bo.exports=function(r){return r===null||typeof r>"u"||typeof r=="boolean"||typeof r=="string"||typeof r=="number"||typeof r=="symbol"||typeof r=="function"?!1:typeof r=="bigint"?!0:n(r)}}else bo.exports=function(r){return!1};return bo.exports}var Ga,qf;function Om(){if(qf)return Ga;qf=1;var e=k1(),t=_m(),n=Sm(),r=km(),o=Im();return Ga=function(i){if(i==null||typeof i!="object"&&typeof i!="function")return null;if(e(i))return"String";if(t(i))return"Number";if(n(i))return"Boolean";if(r(i))return"Symbol";if(o(i))return"BigInt"},Ga}var Wa,Jf;function Nm(){if(Jf)return Wa;Jf=1;var e=typeof WeakMap=="function"&&WeakMap.prototype?WeakMap:null,t=typeof WeakSet=="function"&&WeakSet.prototype?WeakSet:null,n;e||(n=function(i){return!1});var r=e?e.prototype.has:null,o=t?t.prototype.has:null;return!n&&!r&&(n=function(i){return!1}),Wa=n||function(i){if(!i||typeof i!="object")return!1;try{if(r.call(i,r),o)try{o.call(i,o)}catch{return!0}return i instanceof e}catch{}return!1},Wa}var _o={exports:{}},Xf;function Pm(){if(Xf)return _o.exports;Xf=1;var e=Nt(),t=Wo(),n=e("%WeakSet%",!0),r=t("WeakSet.prototype.has",!0);if(r){var o=t("WeakMap.prototype.has",!0);_o.exports=function(i){if(!i||typeof i!="object")return!1;try{if(r(i,r),o)try{o(i,o)}catch{return!0}return i instanceof n}catch{}return!1}}else _o.exports=function(i){return!1};return _o.exports}var Ka,Qf;function xm(){if(Qf)return Ka;Qf=1;var e=E1(),t=I1(),n=Nm(),r=Pm();return Ka=function(o){if(o&&typeof o=="object"){if(e(o))return"Map";if(t(o))return"Set";if(n(o))return"WeakMap";if(r(o))return"WeakSet"}return!1},Ka}var Va,ep;function Cm(){if(ep)return Va;ep=1;var e=Function.prototype.toString,t=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,n,r;if(typeof t=="function"&&typeof Object.defineProperty=="function")try{n=Object.defineProperty({},"length",{get:function(){throw r}}),r={},t(function(){throw 42},null,n)}catch($){$!==r&&(t=null)}else t=null;var o=/^\s*class\b/,i=function($){try{var _=e.call($);return o.test(_)}catch{return!1}},l=function($){try{return i($)?!1:(e.call($),!0)}catch{return!1}},c=Object.prototype.toString,p="[object Object]",f="[object Function]",d="[object GeneratorFunction]",h="[object HTMLAllCollection]",s="[object HTML document.all class]",u="[object HTMLCollection]",a=typeof Symbol=="function"&&!!Symbol.toStringTag,m=!(0 in[,]),g=function(){return!1};if(typeof document=="object"){var v=document.all;c.call(v)===c.call(document.all)&&(g=function($){if((m||!$)&&(typeof $>"u"||typeof $=="object"))try{var _=c.call($);return(_===h||_===s||_===u||_===p)&&$("")==null}catch{}return!1})}return Va=t?function($){if(g($))return!0;if(!$||typeof $!="function"&&typeof $!="object")return!1;try{t($,null,n)}catch(_){if(_!==r)return!1}return!i($)&&l($)}:function($){if(g($))return!0;if(!$||typeof $!="function"&&typeof $!="object")return!1;if(a)return l($);if(i($))return!1;var _=c.call($);return _!==f&&_!==d&&!/^\[object HTML/.test(_)?!1:l($)},Va}var Ya,tp;function Mm(){if(tp)return Ya;tp=1;var e=Cm(),t=Object.prototype.toString,n=Object.prototype.hasOwnProperty,r=function(c,p,f){for(var d=0,h=c.length;d<h;d++)n.call(c,d)&&(f==null?p(c[d],d,c):p.call(f,c[d],d,c))},o=function(c,p,f){for(var d=0,h=c.length;d<h;d++)f==null?p(c.charAt(d),d,c):p.call(f,c.charAt(d),d,c)},i=function(c,p,f){for(var d in c)n.call(c,d)&&(f==null?p(c[d],d,c):p.call(f,c[d],d,c))};function l(c){return t.call(c)==="[object Array]"}return Ya=function(c,p,f){if(!e(p))throw new TypeError("iterator must be a function");var d;arguments.length>=3&&(d=f),l(c)?r(c,p,d):typeof c=="string"?o(c,p,d):i(c,p,d)},Ya}var np,rp;function Am(){return rp||(rp=1,np=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),np}var qa,op;function Tm(){if(op)return qa;op=1;var e=Am(),t=typeof globalThis>"u"?Ht:globalThis;return qa=function(){for(var n=[],r=0;r<e.length;r++)typeof t[e[r]]=="function"&&(n[n.length]=e[r]);return n},qa}var Ja,ip;function Rm(){if(ip)return Ja;ip=1;var e=Mm(),t=Tm(),n=Bn(),r=Me(),o=gn(),i=Cs(),l=r("Object.prototype.toString"),c=$n()(),p=typeof globalThis>"u"?Ht:globalThis,f=t(),d=r("String.prototype.slice"),h=r("Array.prototype.indexOf",!0)||function(m,g){for(var v=0;v<m.length;v+=1)if(m[v]===g)return v;return-1},s={__proto__:null};c&&o&&i?e(f,function(m){var g=new p[m];if(Symbol.toStringTag in g&&i){var v=i(g),$=o(v,Symbol.toStringTag);if(!$&&v){var _=i(v);$=o(_,Symbol.toStringTag)}s["$"+m]=n($.get)}}):e(f,function(m){var g=new p[m],v=g.slice||g.set;v&&(s["$"+m]=n(v))});var u=function(m){var g=!1;return e(s,function(v,$){if(!g)try{"$"+v(m)===$&&(g=d($,1))}catch{}}),g},a=function(m){var g=!1;return e(s,function(v,$){if(!g)try{v(m),g=d($,1)}catch{}}),g};return Ja=function(m){if(!m||typeof m!="object")return!1;if(!c){var g=d(l(m),8,-1);return h(f,g)>-1?g:g!=="Object"?!1:a(m)}return o?u(m):null},Ja}var Xa,ap;function Dm(){if(ap)return Xa;ap=1;var e=Me(),t=e("ArrayBuffer.prototype.byteLength",!0),n=P1();return Xa=function(r){return n(r)?t?t(r):r.byteLength:NaN},Xa}var Qa,sp;function jm(){if(sp)return Qa;sp=1;var e=om(),t=Wo(),n=um(),r=Nt(),o=gm(),i=S1(),l=$m(),c=b1(),p=w1(),f=P1(),d=ym(),h=x1(),s=bm(),u=Ss(),a=Om(),m=xm(),g=Rm(),v=Dm(),$=t("SharedArrayBuffer.prototype.byteLength",!0),_=t("Date.prototype.getTime"),y=Object.getPrototypeOf,b=t("Object.prototype.toString"),w=r("%Set%",!0),S=t("Map.prototype.has",!0),E=t("Map.prototype.get",!0),C=t("Map.prototype.size",!0),N=t("Set.prototype.add",!0),O=t("Set.prototype.delete",!0),x=t("Set.prototype.has",!0),A=t("Set.prototype.size",!0);function W(P,M,G,K){for(var q=o(P),L;(L=q.next())&&!L.done;)if(ce(M,L.value,G,K))return O(P,L.value),!0;return!1}function ie(P){if(typeof P>"u")return null;if(typeof P!="object")return typeof P=="symbol"?!1:typeof P=="string"||typeof P=="number"?+P==+P:!0}function le(P,M,G,K,q,L){var F=ie(G);if(F!=null)return F;var T=E(M,F),R=e({},q,{strict:!1});return typeof T>"u"&&!S(M,F)||!ce(K,T,R,L)?!1:!S(P,F)&&ce(K,T,R,L)}function De(P,M,G){var K=ie(G);return K??(x(M,K)&&!x(P,K))}function qe(P,M,G,K,q,L){for(var F=o(P),T,R;(T=F.next())&&!T.done;)if(R=T.value,ce(G,R,q,L)&&ce(K,E(M,R),q,L))return O(P,R),!0;return!1}function ce(P,M,G,K){var q=G||{};if(q.strict?l(P,M):P===M)return!0;var L=a(P),F=a(M);if(L!==F)return!1;if(!P||!M||typeof P!="object"&&typeof M!="object")return q.strict?l(P,M):P==M;var T=K.has(P),R=K.has(M),J;if(T&&R){if(K.get(P)===K.get(M))return!0}else J={};return T||K.set(P,J),R||K.set(M,J),Tt(P,M,q,K)}function ln(P){return!P||typeof P!="object"||typeof P.length!="number"||typeof P.copy!="function"||typeof P.slice!="function"||P.length>0&&typeof P[0]!="number"?!1:!!(P.constructor&&P.constructor.isBuffer&&P.constructor.isBuffer(P))}function En(P,M,G,K){if(A(P)!==A(M))return!1;for(var q=o(P),L=o(M),F,T,R;(F=q.next())&&!F.done;)if(F.value&&typeof F.value=="object")R||(R=new w),N(R,F.value);else if(!x(M,F.value)){if(G.strict||!De(P,M,F.value))return!1;R||(R=new w),N(R,F.value)}if(R){for(;(T=L.next())&&!T.done;)if(T.value&&typeof T.value=="object"){if(!W(R,T.value,G.strict,K))return!1}else if(!G.strict&&!x(P,T.value)&&!W(R,T.value,G.strict,K))return!1;return A(R)===0}return!0}function cn(P,M,G,K){if(C(P)!==C(M))return!1;for(var q=o(P),L=o(M),F,T,R,J,me,te;(F=q.next())&&!F.done;)if(J=F.value[0],me=F.value[1],J&&typeof J=="object")R||(R=new w),N(R,J);else if(te=E(M,J),typeof te>"u"&&!S(M,J)||!ce(me,te,G,K)){if(G.strict||!le(P,M,J,me,G,K))return!1;R||(R=new w),N(R,J)}if(R){for(;(T=L.next())&&!T.done;)if(J=T.value[0],te=T.value[1],J&&typeof J=="object"){if(!qe(R,P,J,te,G,K))return!1}else if(!G.strict&&(!P.has(J)||!ce(E(P,J),te,G,K))&&!qe(R,P,J,te,e({},G,{strict:!1}),K))return!1;return A(R)===0}return!0}function Tt(P,M,G,K){var q,L;if(typeof P!=typeof M||P==null||M==null||b(P)!==b(M)||c(P)!==c(M))return!1;var F=p(P),T=p(M);if(F!==T)return!1;var R=P instanceof Error,J=M instanceof Error;if(R!==J||(R||J)&&(P.name!==M.name||P.message!==M.message))return!1;var me=h(P),te=h(M);if(me!==te||(me||te)&&(P.source!==M.source||n(P)!==n(M)))return!1;var vt=d(P),ge=d(M);if(vt!==ge||(vt||ge)&&_(P)!==_(M)||G.strict&&y&&y(P)!==y(M))return!1;var ve=g(P),at=g(M);if(ve!==at)return!1;if(ve||at){if(P.length!==M.length)return!1;for(q=0;q<P.length;q++)if(P[q]!==M[q])return!1;return!0}var Se=ln(P),$t=ln(M);if(Se!==$t)return!1;if(Se||$t){if(P.length!==M.length)return!1;for(q=0;q<P.length;q++)if(P[q]!==M[q])return!1;return!0}var yt=f(P),bt=f(M);if(yt!==bt)return!1;if(yt||bt)return v(P)!==v(M)?!1:typeof Uint8Array=="function"&&ce(new Uint8Array(P),new Uint8Array(M),G,K);var Br=s(P),Hr=s(M);if(Br!==Hr)return!1;if(Br||Hr)return $(P)!==$(M)?!1:typeof Uint8Array=="function"&&ce(new Uint8Array(P),new Uint8Array(M),G,K);if(typeof P!=typeof M)return!1;var Rt=u(P),In=u(M);if(Rt.length!==In.length)return!1;for(Rt.sort(),In.sort(),q=Rt.length-1;q>=0;q--)if(Rt[q]!=In[q])return!1;for(q=Rt.length-1;q>=0;q--)if(L=Rt[q],!ce(P[L],M[L],G,K))return!1;var nr=m(P),Dt=m(M);return nr!==Dt?!1:nr==="Set"||Dt==="Set"?En(P,M,G,K):nr==="Map"?cn(P,M,G,K):!0}return Qa=function(P,M,G){return ce(P,M,G,i())},Qa}jm();function Le(e,t,n,r,o){return It(t,((i,l)=>{const c=i[l];if(c===void 0)throw new TypeError(Iu(l));return c})(e,t),n,r,o)}function It(e,t,n,r,o,i){const l=gr(t,n,r);if(o&&t!==l)throw new RangeError(Zh(e,t,n,r,i));return l}function Ae(e){return e!==null&&/object|function/.test(typeof e)}function Ge(e,t=Map){const n=new t;return(r,...o)=>{if(n.has(r))return n.get(r);const i=e(r,...o);return n.set(r,i),i}}function mr(e){return Un({name:e},1)}function Un(e,t){return Ot(n=>({value:n,configurable:1,writable:!t}),e)}function Um(e){return Ot(t=>({get:t,configurable:1}),e)}function As(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function Hn(e,t){const n={};let r=e.length;for(const o of t)n[e[--r]]=o;return n}function Ot(e,t,n){const r={};for(const o in t)r[o]=e(t[o],o,n);return r}function Vo(e,t,n){const r={};for(let o=0;o<t.length;o++){const i=t[o];r[i]=e(i,o,n)}return r}function C1(e,t,n){const r={};for(let o=0;o<e.length;o++)r[t[o]]=n[e[o]];return r}function nt(e,t){const n=Object.create(null);for(const r of e)n[r]=t[r];return n}function up(e,t){for(const n of t)if(n in e)return 1;return 0}function M1(e,t,n){for(const r of e)if(t[r]!==n[r])return 0;return 1}function A1(e,t,n){const r={...n};for(let o=0;o<t;o++)r[e[o]]=0;return r}function ee(e,...t){return(...n)=>e(...t,...n)}function lp(e){return e[0].toUpperCase()+e.substring(1)}function Er(e){return e.slice().sort()}function Co(e,t){return String(t).padStart(e,"0")}function Zt(e,t){return Math.sign(e-t)}function gr(e,t,n){return Math.min(Math.max(e,t),n)}function wt(e,t){return[Math.floor(e/t),pr(e,t)]}function pr(e,t){return(e%t+t)%t}function Kt(e,t){return[Yo(e,t),Ts(e,t)]}function Yo(e,t){return Math.trunc(e/t)||0}function Ts(e,t){return e%t||0}function So(e){return Math.abs(e%1)===.5}function T1(e,t,n){let r=0,o=0;for(let c=0;c<=t;c++){const p=e[n[c]],f=pt[c],d=ue/f,[h,s]=Kt(p,d);r+=s*f,o+=h}const[i,l]=Kt(r,ue);return[o+i,l]}function qo(e,t,n){const r={};for(let o=t;o>=0;o--){const i=pt[o];r[n[o]]=Yo(e,i),e=Ts(e,i)}return r}function Lm(e){if(e!==void 0)return ke(e)}function zm(e){if(e!==void 0)return St(e)}function R1(e){if(e!==void 0)return Rs(e)}function St(e){return U1(Rs(e))}function Rs(e){return j1(qv(e))}function D1(e,t){if(t==null)throw new RangeError(Iu(e));return t}function Ir(e){if(!Ae(e))throw new TypeError(_v);return e}function Ds(e,t,n=e){if(typeof t!==e)throw new TypeError(rn(n,t));return t}function j1(e,t="number"){if(!Number.isInteger(e))throw new RangeError(mv(t,e));return e||0}function U1(e,t="number"){if(e<=0)throw new RangeError(gv(t,e));return e}function js(e){if(typeof e=="symbol")throw new TypeError(bv);return String(e)}function Oo(e,t){return Ae(e)?String(e):ke(e,t)}function Us(e){if(typeof e=="string")return BigInt(e);if(typeof e!="bigint")throw new TypeError(yv(e));return e}function L1(e,t="number"){if(typeof e=="bigint")throw new TypeError($v(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(vv(t,e));return e}function Pe(e,t){return Math.trunc(L1(e,t))||0}function Ls(e,t){return j1(L1(e,t),t)}function cp(e,t){return U1(Pe(e,t),t)}function zs(e,t){let[n,r]=Kt(t,ue),o=e+n;const i=Math.sign(o);return i&&i===-Math.sign(r)&&(o-=i,r+=i*ue),[o,r]}function Ln(e,t,n=1){return zs(e[0]+t[0]*n,e[1]+t[1]*n)}function pn(e,t){return zs(e[0],e[1]+t)}function dt(e,t){return Ln(t,e,-1)}function We(e,t){return Zt(e[0],t[0])||Zt(e[1],t[1])}function z1(e,t,n){return We(e,t)===-1||We(e,n)===1}function Fs(e,t=1){const n=BigInt(ue/t);return[Number(e/n),Number(e%n)*t]}function Mo(e,t=1){const n=ue/t,[r,o]=Kt(e,n);return[r,o*t]}function ft(e,t=1,n){const[r,o]=e,[i,l]=Kt(o,t);return r*(ue/t)+(i+(n?l/t:0))}function Bs(e,t,n=wt){const[r,o]=e,[i,l]=n(o,t);return[r*(ue/t)+i,l]}function Hs(e){return Le(e,"isoYear",Sr,_r,1),e.isoYear===Sr?Le(e,"isoMonth",4,12,1):e.isoYear===_r&&Le(e,"isoMonth",1,9,1),e}function Qe(e){return Be({...e,...He,isoHour:12}),e}function Be(e){const t=Le(e,"isoYear",Sr,_r,1),n=t===Sr?1:t===_r?-1:0;return n&&ht(ye({...e,isoDay:e.isoDay+n,isoNanosecond:e.isoNanosecond-n})),e}function ht(e){if(!e||z1(e,r3,n3))throw new RangeError(on);return e}function Vt(e){return T1(e,5,it)[1]}function Jo(e){const[t,n]=wt(e,ue);return[qo(n,5,it),t]}function dp(e){return Bs(e,ct)}function xe(e){return Zn(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function ye(e){const t=xe(e);if(t!==void 0){const[n,r]=Kt(t,Fe);return[n,r*Ct+(e.isoMicrosecond||0)*Ar+(e.isoNanosecond||0)]}}function Zs(e,t){const[n,r]=Jo(Vt(e)-t);return ht(ye({...e,isoDay:e.isoDay+r,...n}))}function Ao(...e){return Zn(...e)/Qh}function Zn(...e){const[t,n]=F1(...e),r=t.valueOf();if(!isNaN(r))return r-n*Fe}function F1(e,t=1,n=1,r=0,o=0,i=0,l=0){const c=e===Sr?1:e===_r?-1:0,p=new Date;return p.setUTCHours(r,o,i,l),p.setUTCFullYear(e,t-1,n+c),[p,c]}function Gn(e,t){let[n,r]=pn(e,t);r<0&&(r+=ue,n-=1);const[o,i]=wt(r,Ct),[l,c]=wt(i,Ar);return Xo(n*Fe+o,l,c)}function Xo(e,t=0,n=0){const r=Math.ceil(Math.max(0,Math.abs(e)-Uu)/Fe)*Math.sign(e),o=new Date(e-r*Fe);return Hn(yi,[o.getUTCFullYear(),o.getUTCMonth()+1,o.getUTCDate()+r,o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.getUTCMilliseconds(),t,n])}function Gs(e,t){if(t<-Uu)throw new RangeError(on);const n=e.formatToParts(t),r={};for(const o of n)r[o.type]=o.value;return r}function Ws(e){return[e.isoYear,e.isoMonth,e.isoDay]}function B1(e,t){return[t,0]}function H1(){return Lt}function Z1(e,t){switch(t){case 2:return Ks(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function G1(e){return Ks(e)?366:365}function Ks(e){return e%4==0&&(e%100!=0||e%400==0)}function W1(e){const[t,n]=F1(e.isoYear,e.isoMonth,e.isoDay);return pr(t.getUTCDay()-n,7)||7}function K1(e){return this.id===Qn?(({isoYear:t})=>t<1?["gregory-inverse",1-t]:["gregory",t])(e):this.id===Jt?a3(e):[]}function Fm(e){const t=xe(e);if(t<i3){const{isoYear:i}=e;return i<1?["japanese-inverse",1-i]:["japanese",i]}const n=Gs(Vu(Jt),t),{era:r,eraYear:o}=Ah(n,Jt);return[r,o]}function Qo(e){return yn(e),Wn(e,1),e}function yn(e){return V1(e,1),e}function fp(e){return M1(Ru,e,V1(e))}function V1(e,t){const{isoYear:n}=e,r=Le(e,"isoMonth",1,H1(),t);return{isoYear:n,isoMonth:r,isoDay:Le(e,"isoDay",1,Z1(n,r),t)}}function Wn(e,t){return Hn(it,[Le(e,"isoHour",0,23,t),Le(e,"isoMinute",0,59,t),Le(e,"isoSecond",0,59,t),Le(e,"isoMillisecond",0,999,t),Le(e,"isoMicrosecond",0,999,t),Le(e,"isoNanosecond",0,999,t)])}function oe(e){return e===void 0?0:h0(Ir(e))}function ei(e,t=0){e=mt(e);const n=m0(e),r=g3(e,t);return[h0(e),r,n]}function Kn(e,t,n,r=9,o=0,i=4){t=mt(t);let l=p0(t,r,o),c=qs(t),p=Dr(t,i);const f=Rr(t,r,o,1);return l==null?l=Math.max(n,f):X1(l,f),c=Js(c,f,1),e&&(p=(d=>d<4?(d+2)%4:d)(p)),[l,f,c,p]}function ti(e,t=6,n){let r=qs(e=ni(e,Lo));const o=Dr(e,7);let i=Rr(e,t);return i=D1(Lo,i),r=Js(r,i,void 0,n),[i,r,o]}function Vs(e){return Lu(mt(e))}function Y1(e,t){return Ys(mt(e),t)}function Bm(e){const t=ni(e,ss),n=Xt(ss,h3,t,0);if(!n)throw new RangeError(rn(ss,n));return n}function Ys(e,t=4){const n=J1(e);return[Dr(e,4),...q1(Rr(e,t),n)]}function q1(e,t){return e!=null?[pt[e],e<4?9-3*e:-1]:[t===void 0?1:10**(9-t),t]}function qs(e){const t=e[hr];return t===void 0?1:Pe(t,hr)}function Js(e,t,n,r){const o=r?ue:pt[t+1];if(o){const i=pt[t];if(o%((e=It(hr,e,1,o/i-(r?0:1),1))*i))throw new RangeError(rn(hr,e))}else e=It(hr,e,1,n?10**9:1,1);return e}function J1(e){let t=e[as];if(t!==void 0){if(typeof t!="number"){if(js(t)==="auto")return;throw new RangeError(rn(as,t))}t=It(as,Math.floor(t),0,9,1)}return t}function mt(e){return e===void 0?{}:Ir(e)}function ni(e,t){return typeof e=="string"?{[t]:e}:Ir(e)}function ri(e){return{overflow:s3[e]}}function Xs(e,t,n=9,r=0,o){let i=t[e];if(i===void 0)return o?r:void 0;if(i=js(i),i==="auto")return o?r:null;let l=hs[i];if(l===void 0&&(l=Qv[i]),l===void 0)throw new RangeError(Wh(e,i,hs));return It(e,l,r,n,1,Ou),l}function Xt(e,t,n,r=0){const o=n[e];if(o===void 0)return r;const i=js(o),l=t[i];if(l===void 0)throw new RangeError(Wh(e,i,t));return l}function X1(e,t){if(t>e)throw new RangeError(Bv)}function Pt(e){return{branding:Hu,epochNanoseconds:e}}function rt(e,t,n){return{branding:an,calendar:n,timeZone:t,epochNanoseconds:e}}function ot(e,t=e.calendar){return{branding:er,calendar:t,...nt(e3,e)}}function xt(e,t=e.calendar){return{branding:jr,calendar:t,...nt(Du,e)}}function vr(e,t=e.calendar){return{branding:zu,calendar:t,...nt(Du,e)}}function To(e,t=e.calendar){return{branding:Fu,calendar:t,...nt(Du,e)}}function gt(e){return{branding:Bu,...nt(l0,e)}}function he(e){return{branding:Zu,sign:Qt(e),...nt(Mu,e)}}function Qs(e){return Bs(e.epochNanoseconds,Ct)[0]}function Hm(e){return((t,n=1)=>{const[r,o]=t,i=Math.floor(o/n),l=ue/n;return BigInt(r)*BigInt(l)+BigInt(i)})(e.epochNanoseconds)}function Q1(e){return e.epochNanoseconds}function Zm(e,t,n,r,o){const i=hn(r),[l,c]=((v,$)=>{const _=$((v=ni(v,vs))[d0]);let y=m3(v);return y=D1(vs,y),[y,_]})(o,e),p=Math.max(l,i);if(!c&&yr(p,c))return pp(r,l);if(!c)throw new RangeError(gi);if(!r.sign)return 0;const[f,d,h]=ui(t,n,c),s=uu(h),u=li(h),a=lu(h),m=u(d,f,r);zn(c)||(Be(f),Be(m));const g=a(d,f,m,l);return yr(l,c)?pp(g,l):((v,$,_,y,b,w,S)=>{const E=Qt(v),[C,N]=eu(y,Tu(_,v),_,E,b,w,S),O=tu($,C,N);return v[se[_]]+O*E})(g,s(m),l,d,f,s,u)}function pp(e,t){return ft(be(e),pt[t],1)}function eu(e,t,n,r,o,i,l){const c=se[n],p={...t,[c]:t[c]+r},f=l(e,o,t),d=l(e,o,p);return[i(f),i(d)]}function tu(e,t,n){const r=ft(dt(t,n));if(!r)throw new RangeError(Xn);return ft(dt(t,e))/r}function Gm(e,t){const[n,r,o]=ti(t,5,1);return Pt(ii(e.epochNanoseconds,n,r,o,1))}function Wm(e,t,n){let{epochNanoseconds:r,timeZone:o,calendar:i}=t;const[l,c,p]=ti(n);if(l===0&&c===1)return t;const f=e(o);if(l===6)r=((d,h,s,u)=>{const a=Ve(s,h),[m,g]=d(a),v=s.epochNanoseconds,$=qt(h,m),_=qt(h,g);if(z1(v,$,_))throw new RangeError(Xn);return oh(tu(v,$,_),u)?_:$})(nh,f,t,p);else{const d=f.R(r);r=Vn(f,eh(Gn(r,d),l,c,p),d,2,0,1)}return rt(r,o,i)}function Km(e,t){return ot(eh(e,...ti(t)),e.calendar)}function Vm(e,t){const[n,r,o]=ti(t,5);var i;return gt((i=o,nu(e,Or(n,r),i)[0]))}function Ym(e,t){const n=e(t.timeZone),r=Ve(t,n),[o,i]=nh(r),l=ft(dt(qt(n,o),qt(n,i)),$i,1);if(l<=0)throw new RangeError(Xn);return l}function qm(e,t){const{timeZone:n,calendar:r}=t,o=((i,l,c)=>qt(l,i(Ve(c,l))))(rh,e(n),t);return rt(o,n,r)}function eh(e,t,n,r){return th(e,Or(t,n),r)}function th(e,t,n){const[r,o]=nu(e,t,n);return Be({...bn(e,o),...r})}function nu(e,t,n){return Jo(Yt(Vt(e),t,n))}function Ro(e){return Yt(e,vi,7)}function Or(e,t){return pt[e]*t}function nh(e){const t=rh(e);return[t,bn(t,1)]}function rh(e){return t3(6,e)}function Jm(e,t,n){const r=Math.min(hn(e),6);return Yn(ai(be(e,r),t,n),r)}function oi(e,t,n,r,o,i,l,c,p,f){if(r===0&&o===1)return e;const d=yr(r,c)?zn(c)&&r<6&&n>=6?Qm:Xm:eg;let[h,s,u]=d(e,t,n,r,o,i,l,c,p,f);return u&&r!==7&&(h=((a,m,g,v,$,_,y,b)=>{const w=Qt(a);for(let S=v+1;S<=g;S++){if(S===7&&g!==7)continue;const E=Tu(S,a);E[se[S]]+=w;const C=ft(dt(y(b($,_,E)),m));if(C&&Math.sign(C)!==w)break;a=E}return a})(h,s,n,Math.max(6,r),l,c,p,f)),h}function ii(e,t,n,r,o){if(t===6){const i=(l=>l[0]+l[1]/ue)(e);return[Yt(i,n,r),0]}return ai(e,Or(t,n),r,o)}function ai(e,t,n,r){let[o,i]=e;r&&i<0&&(i+=ue,o-=1);const[l,c]=wt(Yt(i,t,n),ue);return zs(o+l,c)}function Yt(e,t,n){return oh(e/t,n)*t}function oh(e,t){return y3[t](e)}function Xm(e,t,n,r,o,i){const l=Qt(e),c=be(e),p=ii(c,r,o,i),f=dt(c,p),d=Math.sign(p[0]-c[0])===l,h=Yn(p,Math.min(n,6));return[{...e,...h},Ln(t,f),d]}function Qm(e,t,n,r,o,i,l,c,p,f){const d=Qt(e)||1,h=ft(be(e,5)),s=Or(r,o);let u=Yt(h,s,i);const[a,m]=eu(l,{...e,...Au},6,d,c,p,f),g=u-ft(dt(a,m));let v=0;g&&Math.sign(g)!==d?t=pn(a,u):(v+=d,u=Yt(g,s,i),t=pn(m,u));const $=ci(u);return[{...e,...$,days:e.days+v},t,!!v]}function eg(e,t,n,r,o,i,l,c,p,f){const d=Qt(e),h=se[r],s=Tu(r,e);r===7&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const u=Yo(e[h],o)*o;s[h]=u;const[a,m]=eu(l,s,r,o*d,c,p,f),g=u+tu(t,a,m)*d*o,v=Yt(g,o,i),$=Math.sign(v-g)===d;return s[h]=v,[s,$?m:a,$]}function hp(e,t,n,r){const[o,i,l,c]=(f=>{const d=Ys(f=mt(f));return[f.timeZone,...d]})(r),p=o!==void 0;return((f,d,h,s,u,a)=>{h=ai(h,u,s,1);const m=d.R(h);return ru(Gn(h,m),a)+(f?Nr(Ro(m)):"Z")})(p,t(p?e(o):kn),n.epochNanoseconds,i,l,c)}function mp(e,t,n){const[r,o,i,l,c,p]=(f=>{f=mt(f);const d=Lu(f),h=J1(f),s=$3(f),u=Dr(f,4),a=Rr(f,4);return[d,v3(f),s,u,...q1(a,h)]})(n);return((f,d,h,s,u,a,m,g,v,$)=>{s=ai(s,v,g,1);const _=f(h).R(s);return ru(Gn(s,_),$)+Nr(Ro(_),m)+((y,b)=>b!==1?"["+(b===2?"!":"")+y+"]":"")(h,a)+ou(d,u)})(e,t.calendar,t.timeZone,t.epochNanoseconds,r,o,i,l,c,p)}function gp(e,t){const[n,r,o,i]=(f=>(f=mt(f),[Lu(f),...Ys(f)]))(t);return l=e.calendar,c=n,p=i,ru(th(e,o,r),p)+ou(l,c);var l,c,p}function vp(e,t){return n=e.calendar,r=e,o=Vs(t),Do(r)+ou(n,o);var n,r,o}function $p(e,t){return ih(e.calendar,ah,e,Vs(t))}function yp(e,t){return ih(e.calendar,tg,e,Vs(t))}function bp(e,t){const[n,r,o]=Y1(t);return i=o,sh(nu(e,r,n)[0],i);var i}function es(e,t){const[n,r,o]=Y1(t,3);return r>1&&_n(e={...e,...Jm(e,r,n)}),((i,l)=>{const{sign:c}=i,p=c===-1?Te(i):i,{hours:f,minutes:d}=p,[h,s]=Bs(be(p,3),ct,Kt);dh(h);const u=iu(s,l),a=l>=0||!c||u;return(c<0?"-":"")+"P"+_p({Y:fn(p.years),M:fn(p.months),W:fn(p.weeks),D:fn(p.days)})+(f||d||h||a?"T"+_p({H:fn(f),M:fn(d),S:fn(h,a)+u}):"")})(e,o)}function ih(e,t,n,r){const o=r>1||r===0&&e!==ne;return r===1?e===ne?t(n):Do(n):o?Do(n)+uh(e,r===2):t(n)}function _p(e){const t=[];for(const n in e){const r=e[n];r&&t.push(r,n)}return t.join("")}function ru(e,t){return Do(e)+"T"+sh(e,t)}function Do(e){return ah(e)+"-"+et(e.isoDay)}function ah(e){const{isoYear:t}=e;return(t<0||t>9999?lh(t)+Co(6,Math.abs(t)):Co(4,t))+"-"+et(e.isoMonth)}function tg(e){return et(e.isoMonth)+"-"+et(e.isoDay)}function sh(e,t){const n=[et(e.isoHour),et(e.isoMinute)];return t!==-1&&n.push(et(e.isoSecond)+((r,o,i,l)=>iu(r*Ct+o*Ar+i,l))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),n.join(":")}function Nr(e,t=0){if(t===1)return"";const[n,r]=wt(Math.abs(e),$i),[o,i]=wt(r,vi),[l,c]=wt(i,ct);return lh(e)+et(n)+":"+et(o)+(l||c?":"+et(l)+iu(c):"")}function ou(e,t){return t!==1&&(t>1||t===0&&e!==ne)?uh(e,t===2):""}function uh(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function iu(e,t){let n=Co(9,e);return n=t===void 0?n.replace(S3,""):n.slice(0,t),n?"."+n:""}function lh(e){return e<0?"-":"+"}function fn(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function ng(e,t){const{epochNanoseconds:n}=e,r=(t.R?t:t(e.timeZone)).R(n),o=Gn(n,r);return{calendar:e.calendar,...o,offsetNanoseconds:r}}function Vn(e,t,n,r=0,o=0,i,l){if(n!==void 0&&r===1&&(r===1||l))return Zs(t,n);const c=e.I(t);if(n!==void 0&&r!==3){const p=((f,d,h,s)=>{const u=ye(d);s&&(h=Ro(h));for(const a of f){let m=ft(dt(a,u));if(s&&(m=Ro(m)),m===h)return a}})(c,t,n,i);if(p!==void 0)return p;if(r===0)throw new RangeError(Dv)}return l?ye(t):Pr(e,t,o,c)}function Pr(e,t,n=0,r=e.I(t)){if(r.length===1)return r[0];if(n===1)throw new RangeError(jv);if(r.length)return r[n===3?1:0];const o=ye(t),i=((c,p)=>{const f=c.R(pn(p,-ue));return(d=>{if(d>ue)throw new RangeError(Rv);return d})(c.R(pn(p,ue))-f)})(e,o),l=i*(n===2?-1:1);return(r=e.I(Gn(o,l)))[n===2?0:r.length-1]}function qt(e,t){const n=e.I(t);if(n.length)return n[0];const r=pn(ye(t),-ue);return e.O(r,1)}function Sp(e,t,n){return Pt(ht(Ln(t.epochNanoseconds,(r=>{if(fh(r))throw new RangeError(zv);return be(r,5)})(e?Te(n):n))))}function wp(e,t,n,r,o,i=Object.create(null)){const l=t(r.timeZone),c=e(r.calendar);return{...r,...au(l,c,r,n?Te(o):o,i)}}function kp(e,t,n,r,o=Object.create(null)){const{calendar:i}=n;return ot(su(e(i),n,t?Te(r):r,o),i)}function Ep(e,t,n,r,o){const{calendar:i}=n;return xt(si(e(i),n,t?Te(r):r,o),i)}function Ip(e,t,n,r,o){const i=n.calendar,l=e(i);let c=Qe($r(l,n));t&&(r=cu(r)),r.sign<0&&(c=l.P(c,{..._e,months:1}),c=bn(c,-1));const p=l.P(c,r,o);return vr($r(l,p),i)}function Op(e,t,n){return gt(ch(t,e?Te(n):n)[0])}function au(e,t,n,r,o){const i=be(r,5);let l=n.epochNanoseconds;if(fh(r)){const c=Ve(n,e);l=Ln(Pr(e,{...si(t,c,{...r,...Au},o),...nt(it,c)}),i)}else l=Ln(l,i),oe(o);return{epochNanoseconds:ht(l)}}function su(e,t,n,r){const[o,i]=ch(t,n);return Be({...si(e,t,{...n,...Au,days:n.days+i},r),...o})}function si(e,t,n,r){if(n.years||n.months||n.weeks)return e.P(t,n,r);oe(r);const o=n.days+be(n,5)[0];return o?Qe(bn(t,o)):t}function $r(e,t,n=1){return bn(t,n-e.day(t))}function ch(e,t){const[n,r]=be(t,5),[o,i]=Jo(Vt(e)+r);return[o,n+i]}function bn(e,t){return t?{...e,...Xo(xe(e)+t*Fe)}:e}function ui(e,t,n){const r=e(n.calendar);return zn(n)?[n,r,t(n.timeZone)]:[{...n,...He},r]}function uu(e){return e?Q1:ye}function li(e){return e?ee(au,e):su}function lu(e){return e?ee(Ig,e):Og}function zn(e){return e&&e.epochNanoseconds}function yr(e,t){return e<=6-(zn(t)?1:0)}function Np(e,t,n,r,o,i,l){const c=e(mt(l).relativeTo),p=Math.max(hn(o),hn(i));if(yr(p,c))return he(_n(((m,g,v,$)=>{const _=Ln(be(m),be(g),$?-1:1);if(!Number.isFinite(_[0]))throw new RangeError(on);return{..._e,...Yn(_,v)}})(o,i,p,r)));if(!c)throw new RangeError(gi);r&&(i=Te(i));const[f,d,h]=ui(t,n,c),s=li(h),u=lu(h),a=s(d,f,o);return he(u(d,f,s(d,a,i),p))}function rg(e,t,n,r,o){const i=hn(r),[l,c,p,f,d]=((w,S,E)=>{w=ni(w,Lo);let C=p0(w);const N=E(w[d0]);let O=qs(w);const x=Dr(w,7);let A=Rr(w);if(C===void 0&&A===void 0)throw new RangeError(Fv);if(A==null&&(A=0),C==null&&(C=Math.max(A,S)),X1(C,A),O=Js(O,A,1),O>1&&A>5&&C!==A)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[C,A,O,x,N]})(o,i,e),h=Math.max(i,l);if(!d&&h<=6)return he(_n(((w,S,E,C,N)=>{const O=ii(be(w),E,C,N);return{..._e,...Yn(O,S)}})(r,l,c,p,f)));if(!zn(d)&&!r.sign)return r;if(!d)throw new RangeError(gi);const[s,u,a]=ui(t,n,d),m=uu(a),g=li(a),v=lu(a),$=g(u,s,r);zn(d)||(Be(s),Be($));let _=v(u,s,$,l);const y=r.sign,b=Qt(_);if(y&&b&&y!==b)throw new RangeError(Xn);return _=oi(_,m($),l,c,p,f,u,s,m,g),he(_)}function og(e){return e.sign===-1?cu(e):e}function cu(e){return he(Te(e))}function Te(e){const t={};for(const n of se)t[n]=-1*e[n]||0;return t}function ig(e){return!e.sign}function Qt(e,t=se){let n=0;for(const r of t){const o=Math.sign(e[r]);if(o){if(n&&n!==o)throw new RangeError(Lv);n=o}}return n}function _n(e){for(const t of Xv)It(t,e[t],-Lp,Lp,1);return dh(ft(be(e),ct)),e}function dh(e){if(!Number.isSafeInteger(e))throw new RangeError(Uv)}function be(e,t=6){return T1(e,t,se)}function Yn(e,t=6){const[n,r]=e,o=qo(r,t,se);if(o[se[t]]+=n*(ue/pt[t]),!Number.isFinite(o[se[t]]))throw new RangeError(on);return o}function ci(e,t=5){return qo(e,t,se)}function fh(e){return!!Qt(e,u0)}function hn(e){let t=9;for(;t>0&&!e[se[t]];t--);return t}function ag(e,t){return[e,t]}function Pp(e){const t=Math.floor(e/Po)*Po;return[t,t+Po]}function sg(e){const t=en(e=Oo(e));if(!t)throw new RangeError(ze(e));let n;if(t.j)n=0;else{if(!t.offset)throw new RangeError(ze(e));n=Sn(t.offset)}return t.timeZone&&mu(t.timeZone,1),Pt(Zs(Qo(t),n))}function ug(e){const t=en(ke(e));if(!t)throw new RangeError(ze(e));if(t.timeZone)return ph(t,t.offset?Sn(t.offset):void 0);if(t.j)throw new RangeError(ze(e));return mh(t)}function lg(e,t){const n=en(ke(e));if(!n||!n.timeZone)throw new RangeError(ze(e));const{offset:r}=n,o=r?Sn(r):void 0,[,i,l]=ei(t);return ph(n,o,i,l)}function Sn(e){const t=mu(e);if(t===void 0)throw new RangeError(ze(e));return t}function cg(e){const t=en(ke(e));if(!t||t.j)throw new RangeError(ze(e));return ot(hh(t))}function du(e,t,n){let r=en(ke(e));if(!r||r.j)throw new RangeError(ze(e));return t?r.calendar===ne&&(r=r.isoYear===-271821&&r.isoMonth===4?{...r,isoDay:20,...He}:{...r,isoDay:1,...He}):n&&r.calendar===ne&&(r={...r,isoYear:Et}),xt(r.C?hh(r):mh(r))}function dg(e,t){const n=pu(ke(t));if(n)return fu(n),vr(Hs(yn(n)));const r=du(t,1);return vr($r(e(r.calendar),r))}function fu(e){if(e.calendar!==ne)throw new RangeError(kt(e.calendar))}function fg(e,t){const n=hu(ke(t));if(n)return fu(n),To(yn(n));const r=du(t,0,1),{calendar:o}=r,i=e(o),[l,c,p]=i.v(r),[f,d]=i.q(l,c),[h,s]=i.G(f,d,p);return To(Qe(i.V(h,s,p)),o)}function pg(e){let t,n=(r=>{const o=P3.exec(r);return o?(di(o[10]),$h(o)):void 0})(ke(e));if(!n){if(n=en(e),!n)throw new RangeError(ze(e));if(!n.C)throw new RangeError(ze(e));if(n.j)throw new RangeError(kt("Z"));fu(n)}if((t=pu(e))&&fp(t))throw new RangeError(ze(e));if((t=hu(e))&&fp(t))throw new RangeError(ze(e));return gt(Wn(n,1))}function hg(e){const t=(n=>{const r=M3.exec(n);return r?(o=>{function i(d,h,s){let u=0,a=0;if(s&&([u,p]=wt(p,pt[s])),d!==void 0){if(c)throw new RangeError(kt(d));a=(m=>{const g=parseInt(m);if(!Number.isFinite(g))throw new RangeError(kt(m));return g})(d),l=1,h&&(p=gu(h)*(pt[s]/ct),c=1)}return u+a}let l=0,c=0,p=0,f={...Hn(se,[i(o[2]),i(o[3]),i(o[4]),i(o[5]),i(o[6],o[7],5),i(o[8],o[9],4),i(o[10],o[11],3)]),...qo(p,2,se)};if(!l)throw new RangeError(Gh(se));return vu(o[1])<0&&(f=Te(f)),f})(r):void 0})(ke(e));if(!t)throw new RangeError(ze(e));return he(_n(t))}function mg(e){const t=en(e)||pu(e)||hu(e);return t?t.calendar:e}function gg(e){const t=en(e);return t&&(t.timeZone||t.j&&kn||t.offset)||e}function ph(e,t,n=0,r=0){const o=$u(e.timeZone),i=X(o);let l;return Qo(e),l=e.C?Vn(i,e,t,n,r,!i.$,e.j):qt(i,e),rt(l,o,mi(e.calendar))}function hh(e){return gh(Be(Qo(e)))}function mh(e){return gh(Qe(yn(e)))}function gh(e){return{...e,calendar:mi(e.calendar)}}function en(e){const t=N3.exec(e);return t?(n=>{const r=n[10],o=(r||"").toUpperCase()==="Z";return{isoYear:vh(n),isoMonth:parseInt(n[4]),isoDay:parseInt(n[5]),...$h(n.slice(5)),...di(n[16]),C:!!n[6],j:o,offset:o?void 0:r}})(t):void 0}function pu(e){const t=I3.exec(e);return t?(n=>({isoYear:vh(n),isoMonth:parseInt(n[4]),isoDay:1,...di(n[5])}))(t):void 0}function hu(e){const t=O3.exec(e);return t?(n=>({isoYear:Et,isoMonth:parseInt(n[1]),isoDay:parseInt(n[2]),...di(n[3])}))(t):void 0}function mu(e,t){const n=x3.exec(e);return n?((r,o)=>{const i=r[4]||r[5];if(o&&i)throw new RangeError(kt(i));return(l=>{if(Math.abs(l)>=ue)throw new RangeError(Tv);return l})((jn(r[2])*$i+jn(r[3])*vi+jn(r[4])*ct+gu(r[5]||""))*vu(r[1]))})(n,t):void 0}function vh(e){const t=vu(e[1]),n=parseInt(e[2]||e[3]);if(t<0&&!n)throw new RangeError(kt(-0));return t*n}function $h(e){const t=jn(e[3]);return{...Jo(gu(e[4]||""))[0],isoHour:jn(e[1]),isoMinute:jn(e[2]),isoSecond:t===60?59:t}}function di(e){let t,n;const r=[];if(e.replace(C3,(o,i,l)=>{const c=!!i,[p,f]=l.split("=").reverse();if(f){if(f==="u-ca")r.push(p),t||(t=c);else if(c||/[A-Z]/.test(f))throw new RangeError(kt(o))}else{if(n)throw new RangeError(kt(o));n=p}return""}),r.length>1&&t)throw new RangeError(kt(e));return{timeZone:n,calendar:r[0]||ne}}function gu(e){return parseInt(e.padEnd(9,"0"))}function qn(e){return new RegExp(`^${e}$`,"i")}function vu(e){return e&&e!=="+"?-1:1}function jn(e){return e===void 0?0:parseInt(e)}function vg(e){return $u(ke(e))}function $u(e){const t=yu(e);return typeof t=="number"?Nr(t):t?(n=>{if(R3.test(n))throw new RangeError(qh(n));if(T3.test(n))throw new RangeError(Av);return n.toLowerCase().split("/").map((r,o)=>(r.length<=3||/\d/.test(r))&&!/etc|yap/.test(r)?r.toUpperCase():r.replace(/baja|dumont|[a-z]+/g,(i,l)=>i.length<=2&&!o||i==="in"||i==="chat"?i.toUpperCase():i.length>2||!l?lp(i).replace(/island|noronha|murdo|rivadavia|urville/,lp):i)).join("/")})(e):kn}function xp(e){const t=yu(e);return typeof t=="number"?t:t?t.resolvedOptions().timeZone:kn}function yu(e){const t=mu(e=e.toUpperCase(),1);return t!==void 0?t:e!==kn?A3(e):void 0}function yh(e,t){return We(e.epochNanoseconds,t.epochNanoseconds)}function bh(e,t){return We(e.epochNanoseconds,t.epochNanoseconds)}function $g(e,t,n,r,o,i){const l=e(mt(i).relativeTo),c=Math.max(hn(r),hn(o));if(M1(se,r,o))return 0;if(yr(c,l))return We(be(r),be(o));if(!l)throw new RangeError(gi);const[p,f,d]=ui(t,n,l),h=uu(d),s=li(d);return We(h(s(f,p,r)),h(s(f,p,o)))}function _h(e,t){return Jn(e,t)||bu(e,t)}function Jn(e,t){return Zt(xe(e),xe(t))}function bu(e,t){return Zt(Vt(e),Vt(t))}function yg(e,t){return!yh(e,t)}function bg(e,t){return!bh(e,t)&&!!Sh(e.timeZone,t.timeZone)&&e.calendar===t.calendar}function _g(e,t){return!_h(e,t)&&e.calendar===t.calendar}function Sg(e,t){return!Jn(e,t)&&e.calendar===t.calendar}function wg(e,t){return!Jn(e,t)&&e.calendar===t.calendar}function kg(e,t){return!Jn(e,t)&&e.calendar===t.calendar}function Eg(e,t){return!bu(e,t)}function Sh(e,t){if(e===t)return 1;try{return xp(e)===xp(t)}catch{}}function Cp(e,t,n,r){const o=Kn(e,r,3,5),i=fi(t.epochNanoseconds,n.epochNanoseconds,...o);return he(e?Te(i):i)}function Mp(e,t,n,r,o,i){const l=hi(r.calendar,o.calendar),[c,p,f,d]=Kn(n,i,5),h=r.epochNanoseconds,s=o.epochNanoseconds,u=We(s,h);let a;if(u)if(c<6)a=fi(h,s,c,p,f,d);else{const m=t(((v,$)=>{if(!Sh(v,$))throw new RangeError(Jh);return v})(r.timeZone,o.timeZone)),g=e(l);a=kh(g,m,r,o,u,c,i),a=oi(a,s,c,p,f,d,g,r,Q1,ee(au,m))}else a=_e;return he(n?Te(a):a)}function Ap(e,t,n,r,o){const i=hi(n.calendar,r.calendar),[l,c,p,f]=Kn(t,o,6),d=ye(n),h=ye(r),s=We(h,d);let u;if(s)if(l<=6)u=fi(d,h,l,c,p,f);else{const a=e(i);u=Eh(a,n,r,s,l,o),u=oi(u,h,l,c,p,f,a,n,ye,su)}else u=_e;return he(t?Te(u):u)}function Tp(e,t,n,r,o){const i=hi(n.calendar,r.calendar);return wh(t,()=>e(i),n,r,...Kn(t,o,6,9,6))}function Rp(e,t,n,r,o){const i=hi(n.calendar,r.calendar),l=Kn(t,o,9,9,8),c=e(i),p=$r(c,n),f=$r(c,r);return p.isoYear===f.isoYear&&p.isoMonth===f.isoMonth&&p.isoDay===f.isoDay?he(_e):wh(t,()=>c,Qe(p),Qe(f),...l,8)}function wh(e,t,n,r,o,i,l,c,p=6){const f=ye(n),d=ye(r);if(f===void 0||d===void 0)throw new RangeError(on);let h;if(We(d,f))if(o===6)h=fi(f,d,o,i,l,c);else{const s=t();h=s.N(n,r,o),i===p&&l===1||(h=oi(h,d,o,i,l,c,s,n,ye,si))}else h=_e;return he(e?Te(h):h)}function Dp(e,t,n,r){const[o,i,l,c]=Kn(e,r,5,5),p=Yt(_u(t,n),Or(i,l),c),f={..._e,...ci(p,o)};return he(e?Te(f):f)}function Ig(e,t,n,r,o,i){const l=We(r.epochNanoseconds,n.epochNanoseconds);return l?o<6?Ih(n.epochNanoseconds,r.epochNanoseconds,o):kh(t,e,n,r,l,o,i):_e}function Og(e,t,n,r,o){const i=ye(t),l=ye(n),c=We(l,i);return c?r<=6?Ih(i,l,r):Eh(e,t,n,c,r,o):_e}function kh(e,t,n,r,o,i,l){const[c,p,f]=((s,u,a,m)=>{function g(){return S={...bn(_,b++*-m),...$},E=Pr(s,S),We(y,E)===-m}const v=Ve(u,s),$=nt(it,v),_=Ve(a,s),y=a.epochNanoseconds;let b=0;const w=_u(v,_);let S,E;if(Math.sign(w)===-m&&b++,g()&&(m===-1||g()))throw new RangeError(Xn);const C=ft(dt(E,y));return[v,S,C]})(t,n,r,o);var d,h;return{...i===6?(d=c,h=p,{..._e,days:Oh(d,h)}):e.N(c,p,i,l),...ci(f)}}function Eh(e,t,n,r,o,i){const[l,c,p]=((f,d,h)=>{let s=d,u=_u(f,d);return Math.sign(u)===-h&&(s=bn(d,-h),u+=ue*h),[f,s,u]})(t,n,r);return{...e.N(l,c,o,i),...ci(p)}}function fi(e,t,n,r,o,i){return{..._e,...Yn(ii(dt(e,t),r,o,i),n)}}function Ih(e,t,n){return{..._e,...Yn(dt(e,t),n)}}function Oh(e,t){return pi(xe(e),xe(t))}function pi(e,t){return Math.trunc((t-e)/Fe)}function _u(e,t){return Vt(t)-Vt(e)}function hi(e,t){if(e!==t)throw new RangeError(Yh);return e}function Nh(e){return this.m(e)[0]}function Ph(e){return this.m(e)[1]}function Su(e){const[t]=this.v(e);return pi(this.p(t),xe(e))+1}function wu(e){const t=D3.exec(e);if(!t)throw new RangeError(Cv(e));return[parseInt(t[1]),!!t[2]]}function xr(e,t){return"M"+et(e)+(t?"L":"")}function jo(e,t,n){return e+(t||n&&e>=n?1:0)}function ku(e,t){return e-(t&&e>=t?1:0)}function xh(e,t){return(t+e)*(Math.sign(t)||1)||0}function ds(e){return a0[Mh(e)]}function Ch(e){return Vv[Mh(e)]}function Mh(e){return mn(e.id||ne)}function Ng(e){function t(o){return((i,l)=>({...Ah(i,l),o:i.month,day:parseInt(i.day)}))(Gs(n,o),r)}const n=Vu(e),r=mn(e);return{id:e,h:Pg(t),l:xg(t)}}function Pg(e){return Ge(t=>{const n=xe(t);return e(n)},WeakMap)}function xg(e){const t=e(0).year-o3;return Ge(n=>{let r,o=Zn(n-t),i=0;const l=[],c=[];do o+=400*Fe;while((r=e(o)).year<=n);do if(o+=(1-r.day)*Fe,r.year===n&&(l.push(o),c.push(r.o)),o-=Fe,++i>100||o<-Uu)throw new RangeError(Xn);while((r=e(o)).year>=n);return{i:l.reverse(),u:Xh(c.reverse())}})}function Ah(e,t){let n,r,o=Th(e);if(e.era){const i=a0[t],l=s0[t]||{};i!==void 0&&(n=t==="islamic"?"ah":e.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),n==="bc"||n==="b"?n="bce":n==="ad"||n==="a"?n="ce":n==="beforeroc"&&(n="broc"),n=l[n]||n,r=o,o=xh(r,i[n]||0))}return{era:n,eraYear:r,year:o}}function Th(e){return parseInt(e.relatedYear||e.year)}function Uo(e){const{year:t,o:n,day:r}=this.h(e),{u:o}=this.l(t);return[t,o[n]+1,r]}function br(e,t=1,n=1){return this.l(e).i[t-1]+(n-1)*Fe}function Rh(e,t){const n=No.call(this,e);return[ku(t,n),n===t]}function No(e){const t=Up(this,e),n=Up(this,e-1),r=t.length;if(r>n.length){const o=Ch(this);if(o<0)return-o;for(let i=0;i<r;i++)if(t[i]!==n[i])return i+1}}function wo(e){return pi(br.call(this,e),br.call(this,e+1))}function jp(e,t){const{i:n}=this.l(e);let r=t+1,o=n;return r>n.length&&(r=1,o=this.l(e+1).i),pi(n[t-1],o[r-1])}function ko(e){return this.l(e).i.length}function Dh(e){const t=this.h(e);return[t.era,t.eraYear]}function Up(e,t){return Object.keys(e.l(t).u)}function Cr(e){return mi(ke(e))}function mi(e){if((e=e.toLowerCase())!==ne&&e!==Qn){const t=Vu(e).resolvedOptions().calendar;if(mn(e)!==mn(t))throw new RangeError(Vh(e));return t}return e}function mn(e){return e==="islamicc"&&(e="islamic"),e.split("-")[0]}function jh(e,t){return n=>n===ne?e:n===Qn||n===Jt?Object.assign(Object.create(e),{id:n}):Object.assign(Object.create(t),j3(n))}function Cg(e,t,n,r){const o=tn(n,r,At,[],n0);if(o.timeZone!==void 0){const i=n.F(o),l=Mr(o),c=e(o.timeZone);return{epochNanoseconds:Vn(t(c),{...i,...l},o.offset!==void 0?Sn(o.offset):void 0),timeZone:c}}return{...n.F(o),...He}}function Mg(e,t,n,r,o,i){const l=tn(n,o,At,e0,n0),c=e(l.timeZone),[p,f,d]=ei(i),h=n.F(l,ri(p)),s=Mr(l,p);return rt(Vn(t(c),{...h,...s},l.offset!==void 0?Sn(l.offset):void 0,f,d),c,r)}function Ag(e,t,n){const r=tn(e,t,At,[],Mt),o=oe(n);return ot(Be({...e.F(r,ri(o)),...Mr(r,o)}))}function Tg(e,t,n,r=[]){const o=tn(e,t,At,r);return e.F(o,n)}function Rg(e,t,n,r){const o=tn(e,t,Cu,r);return e.K(o,n)}function Dg(e,t,n,r){const o=tn(e,n,At,Tr);return t&&o.month!==void 0&&o.monthCode===void 0&&o.year===void 0&&(o.year=Et),e._(o,r)}function jg(e,t){return gt(Mr(Ke(e,ms,[],1),oe(t)))}function Ug(e){const t=Ke(e,Mu);return he(_n({..._e,...t}))}function tn(e,t,n,r=[],o=[]){return Ke(t,[...e.fields(n),...o].sort(),r)}function Ke(e,t,n,r=!n){const o={};let i,l=0;for(const c of t){if(c===i)throw new RangeError(wv(c));if(c==="constructor"||c==="__proto__")throw new RangeError(Sv(c));let p=e[c];if(p!==void 0)l=1,zp[c]&&(p=zp[c](p,c)),o[c]=p;else if(n){if(n.includes(c))throw new TypeError(Iu(c));o[c]=i0[c]}i=c}if(r&&!l)throw new TypeError(Gh(t));return o}function Mr(e,t){return Wn(Yu({...i0,...e}),t)}function Lg(e,t,n,r,o){const{calendar:i,timeZone:l}=n,c=e(i),p=t(l),f=[...c.fields(At),...t0].sort(),d=(v=>{const $=Ve(v,X),_=Nr($.offsetNanoseconds),y=_i(v.calendar),[b,w,S]=y.v($),[E,C]=y.q(b,w),N=xr(E,C);return{...G3($),year:b,monthCode:N,day:S,offset:_}})(n),h=Ke(r,f),s=c.k(d,h),u={...d,...h},[a,m,g]=ei(o,2);return rt(Vn(p,{...c.F(s,ri(a)),...Wn(Yu(u),a)},Sn(u.offset),m,g),l,i)}function zg(e,t,n,r){const o=e(t.calendar),i=[...o.fields(At),...Mt].sort(),l={...Lh(c=t),hour:c.isoHour,minute:c.isoMinute,second:c.isoSecond,millisecond:c.isoMillisecond,microsecond:c.isoMicrosecond,nanosecond:c.isoNanosecond};var c;const p=Ke(n,i),f=oe(r),d=o.k(l,p),h={...l,...p};return ot(Be({...o.F(d,ri(f)),...Wn(Yu(h),f)}))}function Fg(e,t,n,r){const o=e(t.calendar),i=o.fields(At).sort(),l=Lh(t),c=Ke(n,i),p=o.k(l,c);return o.F(p,r)}function Bg(e,t,n,r){const o=e(t.calendar),i=o.fields(Cu).sort(),l=(f=>{const d=_i(f.calendar),[h,s]=d.v(f),[u,a]=d.q(h,s);return{year:h,monthCode:xr(u,a)}})(t),c=Ke(n,i),p=o.k(l,c);return o.K(p,r)}function Hg(e,t,n,r){const o=e(t.calendar),i=o.fields(At).sort(),l=(f=>{const d=_i(f.calendar),[h,s,u]=d.v(f),[a,m]=d.q(h,s);return{monthCode:xr(a,m),day:u}})(t),c=Ke(n,i),p=o.k(l,c);return o._(p,r)}function Zg(e,t,n){return gt(((r,o,i)=>Mr({...nt(ms,r),...Ke(o,ms)},oe(i)))(e,t,n))}function Gg(e,t){return he((n=e,r=t,_n({...n,...Ke(r,Mu)})));var n,r}function Uh(e,t,n,r,o){t=nt(n=e.fields(n),t),r=Ke(r,o=e.fields(o),[]);let i=e.k(t,r);return i=Ke(i,[...n,...o].sort(),[]),e.F(i)}function ts(e,t){const n=ds(e),r=s0[e.id||""]||{};let{era:o,eraYear:i,year:l}=t;if(o!==void 0||i!==void 0){if(o===void 0||i===void 0)throw new TypeError(Ov);if(!n)throw new RangeError(Iv);const c=n[r[o]||o];if(c===void 0)throw new RangeError(Pv(o));const p=xh(i,c);if(l!==void 0&&l!==p)throw new RangeError(Nv);l=p}else if(l===void 0)throw new TypeError(xv(n));return l}function Eo(e,t,n,r){let{month:o,monthCode:i}=t;if(i!==void 0){const l=((c,p,f,d)=>{const h=c.L(f),[s,u]=wu(p);let a=jo(s,u,h);if(u){const m=Ch(c);if(m===void 0)throw new RangeError(lr);if(m>0){if(a>m)throw new RangeError(lr);if(h===void 0){if(d===1)throw new RangeError(lr);a--}}else{if(a!==-m)throw new RangeError(lr);if(h===void 0&&d===1)throw new RangeError(lr)}}return a})(e,i,n,r);if(o!==void 0&&o!==l)throw new RangeError(Mv);o=l,r=1}else if(o===void 0)throw new TypeError(Kh);return It("month",o,1,e.B(n),r)}function ns(e,t,n,r,o){return Le(t,"day",1,e.U(r,n),o)}function rs(e,t,n,r){let o=0;const i=[];for(const l of n)t[l]!==void 0?o=1:i.push(l);if(Object.assign(e,t),o)for(const l of r||i)delete e[l]}function Lh(e){const t=_i(e.calendar),[n,r,o]=t.v(e),[i,l]=t.q(n,r);return{year:n,monthCode:xr(i,l),day:o}}function Wg(e){return Pt(ht(Fs(Us(e))))}function Kg(e,t,n,r,o=ne){return rt(ht(Fs(Us(n))),t(r),e(o))}function Vg(e,t,n,r,o=0,i=0,l=0,c=0,p=0,f=0,d=ne){return ot(Be(Qo(Ot(Pe,Hn(yi,[t,n,r,o,i,l,c,p,f])))),e(d))}function Yg(e,t,n,r,o=ne){return xt(Qe(yn(Ot(Pe,{isoYear:t,isoMonth:n,isoDay:r}))),e(o))}function qg(e,t,n,r=ne,o=1){const i=Pe(t),l=Pe(n),c=e(r);return vr(Hs(yn({isoYear:i,isoMonth:l,isoDay:Pe(o)})),c)}function Jg(e,t,n,r=ne,o=Et){const i=Pe(t),l=Pe(n),c=e(r);return To(Qe(yn({isoYear:Pe(o),isoMonth:i,isoDay:l})),c)}function Xg(e=0,t=0,n=0,r=0,o=0,i=0){return gt(Wn(Ot(Pe,Hn(it,[e,t,n,r,o,i])),1))}function Qg(e=0,t=0,n=0,r=0,o=0,i=0,l=0,c=0,p=0,f=0){return he(_n(Ot(Ls,Hn(se,[e,t,n,r,o,i,l,c,p,f]))))}function ev(e,t,n=ne){return rt(e.epochNanoseconds,t,n)}function tv(e){return Pt(e.epochNanoseconds)}function zh(e,t){return ot(Ve(t,e))}function Fh(e,t){return xt(Ve(t,e))}function Bh(e,t){return gt(Ve(t,e))}function nv(e,t,n,r){const o=((i,l,c,p)=>{const f=(d=>m0(mt(d)))(p);return Pr(i(l),c,f)})(e,n,t,r);return rt(ht(o),n,t.calendar)}function rv(e,t,n,r,o){const i=e(o.timeZone),l=o.plainTime,c=l!==void 0?t(l):void 0,p=n(i);let f;return f=c?Pr(p,{...r,...c}):qt(p,{...r,...He}),rt(f,i,r.calendar)}function ov(e,t=He){return ot(Be({...e,...t}))}function iv(e,t,n){return((r,o)=>{const i=tn(r,o,r0);return r.K(i,void 0)})(e(t.calendar),n)}function av(e,t,n){return((r,o)=>{const i=tn(r,o,o0);return r._(i)})(e(t.calendar),n)}function sv(e,t,n,r){return((o,i,l)=>Uh(o,i,r0,Ir(l),Tr))(e(t.calendar),n,r)}function uv(e,t,n,r){return((o,i,l)=>Uh(o,i,o0,Ir(l),Nu))(e(t.calendar),n,r)}function lv(e){return Pt(ht(Mo(Ls(e),Ct)))}function cv(e){return Pt(ht(Fs(Us(e))))}function wn(e,t,n){const r=new Set(n);return(o,i)=>{const l=n&&up(o,n);if(!up(o=((c,p)=>{const f={};for(const d in p)c.has(d)||(f[d]=p[d]);return f})(r,o),e)){if(i&&l)throw new TypeError("Invalid formatting options");o={...t,...o}}return n&&(o.timeZone=kn,["full","long"].includes(o.J)&&(o.J="medium")),o}}function nn(e,t=Hh,n=0){const[r,,,o]=e;return(i,l=c$,...c)=>{const p=t(o&&o(...c),i,l,r,n),f=p.resolvedOptions();return[p,...dv(e,f,c)]}}function Hh(e,t,n,r,o){if(n=r(n,o),e){if(n.timeZone!==void 0)throw new TypeError(Zv);n.timeZone=e}return new Gt(t,n)}function dv(e,t,n){const[,r,o]=e;return n.map(i=>(i.calendar&&((l,c,p)=>{if((p||l!==ne)&&l!==c)throw new RangeError(Yh)})(i.calendar,t.calendar,o),r(i,t)))}function fv(e,t,n){const r=t.timeZone,o=e(r),i={...Ve(t,o),...n||He};let l;return l=n?Vn(o,i,i.offsetNanoseconds,2):qt(o,i),rt(l,r,t.calendar)}function pv(e,t=He){return ot(Be({...e,...t}))}function Eu(e,t){return{...e,calendar:t}}function hv(e,t){return{...e,timeZone:t}}function os(e){const t=fs();return Gn(t,e.R(t))}function fs(){return Mo(Date.now(),Ct)}function ur(){return Fp||(Fp=new Gt().resolvedOptions().timeZone)}const mv=(e,t)=>`Non-integer ${e}: ${t}`,gv=(e,t)=>`Non-positive ${e}: ${t}`,vv=(e,t)=>`Non-finite ${e}: ${t}`,$v=e=>`Cannot convert bigint to ${e}`,yv=e=>`Invalid bigint: ${e}`,bv="Cannot convert Symbol to string",_v="Invalid object",Zh=(e,t,n,r,o)=>o?Zh(e,o[t],o[n],o[r]):rn(e,t)+`; must be between ${n}-${r}`,rn=(e,t)=>`Invalid ${e}: ${t}`,Iu=e=>`Missing ${e}`,Sv=e=>`Invalid field ${e}`,wv=e=>`Duplicate field ${e}`,Gh=e=>"No valid fields: "+e.join(),kv="Invalid bag",Wh=(e,t,n)=>rn(e,t)+"; must be "+Object.keys(n).join(),Ev="Cannot use valueOf",ps="Invalid calling context",Iv="Forbidden era/eraYear",Ov="Mismatching era/eraYear",Nv="Mismatching year/eraYear",Pv=e=>`Invalid era: ${e}`,xv=e=>"Missing year"+(e?"/era/eraYear":""),Cv=e=>`Invalid monthCode: ${e}`,Mv="Mismatching month/monthCode",Kh="Missing month/monthCode",lr="Invalid leap month",Xn="Invalid protocol results",Vh=e=>rn("Calendar",e),Yh="Mismatching Calendars",qh=e=>rn("TimeZone",e),Jh="Mismatching TimeZones",Av="Forbidden ICU TimeZone",Tv="Out-of-bounds offset",Rv="Out-of-bounds TimeZone gap",Dv="Invalid TimeZone offset",jv="Ambiguous offset",on="Out-of-bounds date",Uv="Out-of-bounds duration",Lv="Cannot mix duration signs",gi="Missing relativeTo",zv="Cannot use large units",Fv="Required smallestUnit or largestUnit",Bv="smallestUnit > largestUnit",ze=e=>`Cannot parse: ${e}`,kt=e=>`Invalid substring: ${e}`,Hv=e=>`Cannot format ${e}`,is="Mismatching types for formatting",Zv="Cannot specify TimeZone",Xh=ee(Vo,(e,t)=>t),Fn=ee(Vo,(e,t,n)=>n),et=ee(Co,2),hs={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},Ou=Object.keys(hs),Fe=864e5,Qh=1e3,Ar=1e3,Ct=1e6,ct=1e9,vi=6e10,$i=36e11,ue=864e11,pt=[1,Ar,Ct,ct,vi,$i,ue],Mt=Ou.slice(0,6),ms=Er(Mt),Gv=["offset"],e0=["timeZone"],t0=Mt.concat(Gv),n0=t0.concat(e0),gs=["era","eraYear"],Wv=gs.concat(["year"]),Nu=["year"],Pu=["monthCode"],xu=["month"].concat(Pu),Tr=["day"],Cu=xu.concat(Nu),r0=Pu.concat(Nu),At=Tr.concat(Cu),Kv=Tr.concat(xu),o0=Tr.concat(Pu),i0=Fn(Mt,0),ne="iso8601",Qn="gregory",Jt="japanese",a0={[Qn]:{"gregory-inverse":-1,gregory:0},[Jt]:{"japanese-inverse":-1,japanese:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethiopic:{ethioaa:0,ethiopic:5500},coptic:{"coptic-inverse":-1,coptic:0},roc:{"roc-inverse":-1,roc:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},s0={[Qn]:{bce:"gregory-inverse",ce:"gregory"},[Jt]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},Vv={chinese:13,dangi:13,hebrew:-6},ke=ee(Ds,"string"),Yv=ee(Ds,"boolean"),qv=ee(Ds,"number"),se=Ou.map(e=>e+"s"),Mu=Er(se),Jv=se.slice(0,6),u0=se.slice(6),Xv=u0.slice(1),Qv=Xh(se),_e=Fn(se,0),Au=Fn(Jv,0),Tu=ee(A1,se),it=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],Ru=["isoDay","isoMonth","isoYear"],yi=it.concat(Ru),Du=Er(Ru),l0=Er(it),e3=Er(yi),He=Fn(l0,0),t3=ee(A1,yi),ju=1e8,Uu=ju*Fe,n3=[ju,0],r3=[-ju,0],_r=275760,Sr=-271821,Gt=Intl.DateTimeFormat,c0="en-GB",o3=1970,Et=1972,Lt=12,i3=Zn(1868,9,8),a3=Ge(Fm,WeakMap),Lo="smallestUnit",vs="unit",hr="roundingIncrement",as="fractionalSecondDigits",d0="relativeTo",ss="direction",f0={constrain:0,reject:1},s3=Object.keys(f0),u3={compatible:0,reject:1,earlier:2,later:3},l3={reject:0,use:1,prefer:2,ignore:3},c3={auto:0,never:1,critical:2,always:3},d3={auto:0,never:1,critical:2},f3={auto:0,never:1},p3={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},h3={previous:-1,next:1},Rr=ee(Xs,Lo),p0=ee(Xs,"largestUnit"),m3=ee(Xs,vs),h0=ee(Xt,"overflow",f0),m0=ee(Xt,"disambiguation",u3),g3=ee(Xt,"offset",l3),Lu=ee(Xt,"calendarName",c3),v3=ee(Xt,"timeZoneName",d3),$3=ee(Xt,"offset",f3),Dr=ee(Xt,"roundingMode",p3),zu="PlainYearMonth",Fu="PlainMonthDay",jr="PlainDate",er="PlainDateTime",Bu="PlainTime",an="ZonedDateTime",Hu="Instant",Zu="Duration",y3=[Math.floor,e=>So(e)?Math.floor(e):Math.round(e),Math.ceil,e=>So(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>So(e)?Math.trunc(e)||0:Math.round(e),e=>e<0?Math.floor(e):Math.ceil(e),e=>Math.sign(e)*Math.round(Math.abs(e))||0,e=>So(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],kn="UTC",Po=5184e3,b3=Ao(1847),_3=Ao(new Date().getUTCFullYear()+10),S3=/0+$/,Ve=Ge(ng,WeakMap),Lp=2**32-1,X=Ge(e=>{const t=yu(e);return typeof t=="object"?new k3(t):new w3(t||0)});class w3{constructor(t){this.$=t}R(){return this.$}I(t){return(n=>{const r=ye({...n,...He});if(!r||Math.abs(r[0])>1e8)throw new RangeError(on)})(t),[Zs(t,this.$)]}O(){}}class k3{constructor(t){this.nn=(n=>{function r(f){const d=gr(f,c,p),[h,s]=Pp(d),u=i(h),a=i(s);return u===a?u:o(l(h,s),u,a,f)}function o(f,d,h,s){let u,a;for(;(s===void 0||(u=s<f[0]?d:s>=f[1]?h:void 0)===void 0)&&(a=f[1]-f[0]);){const m=f[0]+Math.floor(a/2);n(m)===h?f[1]=m:f[0]=m+1}return u}const i=Ge(n),l=Ge(ag);let c=b3,p=_3;return{tn(f){const d=r(f-86400),h=r(f+86400),s=f-d,u=f-h;if(d===h)return[s];const a=r(s);return a===r(u)?[f-a]:d>h?[s,u]:[]},rn:r,O(f,d){const h=gr(f,c,p);let[s,u]=Pp(h);const a=Po*d,m=d<0?()=>u>c||(c=h,0):()=>s<p||(p=h,0);for(;m();){const g=i(s),v=i(u);if(g!==v){const $=l(s,u);o($,g,v);const _=$[0];if((Zt(_,f)||1)===d)return _}s+=a,u+=a}}}})((n=>r=>{const o=Gs(n,r*Qh);return Ao(Th(o),parseInt(o.month),parseInt(o.day),parseInt(o.hour),parseInt(o.minute),parseInt(o.second))-r})(t))}R(t){return this.nn.rn((n=>dp(n)[0])(t))*ct}I(t){const[n,r]=[Ao((o=t).isoYear,o.isoMonth,o.isoDay,o.isoHour,o.isoMinute,o.isoSecond),o.isoMillisecond*Ct+o.isoMicrosecond*Ar+o.isoNanosecond];var o;return this.nn.tn(n).map(i=>ht(pn(Mo(i,ct),r)))}O(t,n){const[r,o]=dp(t),i=this.nn.O(r+(n>0||o?1:0),n);if(i!==void 0)return Mo(i,ct)}}const Gu="([+-])",xo="(?:[.,](\\d{1,9}))?",g0=`(?:(?:${Gu}(\\d{6}))|(\\d{4}))-?(\\d{2})`,Wu="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+xo+")?)?",Ku=Gu+Wu,E3=g0+"-?(\\d{2})(?:[T ]"+Wu+"(Z|"+Ku+")?)?",v0="\\[(!?)([^\\]]*)\\]",bi=`((?:${v0}){0,9})`,I3=qn(g0+bi),O3=qn("(?:--)?(\\d{2})-?(\\d{2})"+bi),N3=qn(E3+bi),P3=qn("T?"+Wu+"(?:"+Ku+")?"+bi),x3=qn(Ku),C3=new RegExp(v0,"g"),M3=qn(`${Gu}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${xo}H)?(?:(\\d+)${xo}M)?(?:(\\d+)${xo}S)?)?`),A3=Ge(e=>new Gt(c0,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),T3=/^(AC|AE|AG|AR|AS|BE|BS|CA|CN|CS|CT|EA|EC|IE|IS|JS|MI|NE|NS|PL|PN|PR|PS|SS|VS)T$/,R3=/[^\w\/:+-]+/,D3=/^M(\d{2})(L?)$/,j3=Ge(Ng),Vu=Ge(e=>new Gt(c0,{calendar:e,timeZone:kn,era:"short",year:"numeric",month:"short",day:"numeric"})),$0={P(e,t,n){const r=oe(n);let o,{years:i,months:l,weeks:c,days:p}=t;if(p+=be(t,5)[0],i||l)o=((f,d,h,s,u)=>{let[a,m,g]=f.v(d);if(h){const[v,$]=f.q(a,m);a+=h,m=jo(v,$,f.L(a)),m=It("month",m,1,f.B(a),u)}return s&&([a,m]=f.un(a,m,s)),g=It("day",g,1,f.U(a,m),u),f.p(a,m,g)})(this,e,i,l,r);else{if(!c&&!p)return e;o=xe(e)}if(o===void 0)throw new RangeError(on);return o+=(7*c+p)*Fe,Qe(Xo(o))},N(e,t,n){if(n<=7){let p=0,f=Oh({...e,...He},{...t,...He});return n===7&&([p,f]=Kt(f,7)),{..._e,weeks:p,days:f}}const r=this.v(e),o=this.v(t);let[i,l,c]=((p,f,d,h,s,u,a)=>{let m=s-f,g=u-d,v=a-h;if(m||g){const $=Math.sign(m||g);let _=p.U(s,u),y=0;if(Math.sign(v)===-$){const b=_;[s,u]=p.un(s,u,-$),m=s-f,g=u-d,_=p.U(s,u),y=$<0?-b:_}if(v=a-Math.min(h,_)+y,m){const[b,w]=p.q(f,d),[S,E]=p.q(s,u);if(g=S-b||Number(E)-Number(w),Math.sign(g)===-$){const C=$<0&&-p.B(s);m=(s-=$)-f,g=u-jo(b,w,p.L(s))+(C||p.B(s))}}}return[m,g,v]})(this,...r,...o);return n===8&&(l+=this.cn(i,r[0]),i=0),{..._e,years:i,months:l,days:c}},F(e,t){const n=oe(t),r=ts(this,e),o=Eo(this,e,r,n),i=ns(this,e,o,r,n);return xt(Qe(this.V(r,o,i)),this.id||ne)},K(e,t){const n=oe(t),r=ts(this,e),o=Eo(this,e,r,n);return vr(Hs(this.V(r,o,1)),this.id||ne)},_(e,t){const n=oe(t);let r,o,i,l=e.eraYear!==void 0||e.year!==void 0?ts(this,e):void 0;const c=!this.id;if(l===void 0&&c&&(l=Et),l!==void 0){const h=Eo(this,e,l,n);r=ns(this,e,h,l,n);const s=this.L(l);o=ku(h,s),i=h===s}else{if(e.monthCode===void 0)throw new TypeError(Kh);if([o,i]=wu(e.monthCode),this.id&&this.id!==Qn&&this.id!==Jt)if(this.id&&mn(this.id)==="coptic"&&n===0){const h=i||o!==13?30:6;r=e.day,r=gr(r,1,h)}else if(this.id&&mn(this.id)==="chinese"&&n===0){const h=!i||o!==1&&o!==9&&o!==10&&o!==11&&o!==12?30:29;r=e.day,r=gr(r,1,h)}else r=e.day;else r=ns(this,e,Eo(this,e,Et,n),Et,n)}const p=this.G(o,i,r);if(!p)throw new RangeError("Cannot guess year");const[f,d]=p;return To(Qe(this.V(f,d,r)),this.id||ne)},fields(e){return ds(this)&&e.includes("year")?[...e,...gs]:e},k(e,t){const n=Object.assign(Object.create(null),e);return rs(n,t,xu),ds(this)&&(rs(n,t,Wv),this.id===Jt&&rs(n,t,Kv,gs)),n},inLeapYear(e){const[t]=this.v(e);return this.sn(t)},monthsInYear(e){const[t]=this.v(e);return this.B(t)},daysInMonth(e){const[t,n]=this.v(e);return this.U(t,n)},daysInYear(e){const[t]=this.v(e);return this.fn(t)},dayOfYear:Su,era(e){return this.hn(e)[0]},eraYear(e){return this.hn(e)[1]},monthCode(e){const[t,n]=this.v(e),[r,o]=this.q(t,n);return xr(r,o)},dayOfWeek:W1,daysInWeek(){return 7}},U3={v:Ws,hn:K1,q:B1},L3={dayOfYear:Su,v:Ws,p:Zn},z3=Object.assign({},L3,{weekOfYear:Nh,yearOfWeek:Ph,m(e){function t(u){return(7-u<r?7:0)-u}function n(u){const a=G1(s+u),m=u||1,g=t(pr(p+a*m,7));return d=(a+(g-f)*m)/7}const r=this.id?1:4,o=W1(e),i=this.dayOfYear(e),l=pr(o-1,7),c=i-1,p=pr(l-c,7),f=t(p);let d,h=Math.floor((c-f)/7)+1,s=e.isoYear;return h?h>n(0)&&(h=1,s++):(h=n(-1),s--),[h,s,d]}}),F3=Object.assign({},$0,z3,{v:Ws,hn:K1,q:B1,G(e,t){if(!t)return[Et,e]},sn:Ks,L(){},B:H1,cn:e=>e*Lt,U:Z1,fn:G1,V:(e,t,n)=>({isoYear:e,isoMonth:t,isoDay:n}),p:Zn,un:(e,t,n)=>(e+=Yo(n,Lt),(t+=Ts(n,Lt))<1?(e--,t+=Lt):t>Lt&&(e++,t-=Lt),[e,t]),year(e){return e.isoYear},month(e){return e.isoMonth},day:e=>e.isoDay}),B3={v:Uo,hn:Dh,q:Rh},H3={dayOfYear:Su,v:Uo,p:br,weekOfYear:Nh,yearOfWeek:Ph,m(){return[]}},Z3=Object.assign({},$0,H3,{v:Uo,hn:Dh,q:Rh,G(e,t,n){const r=this.id&&mn(this.id)==="chinese"?((f,d,h)=>{if(d)switch(f){case 1:return 1651;case 2:return h<30?1947:1765;case 3:return h<30?1966:1955;case 4:return h<30?1963:1944;case 5:return h<30?1971:1952;case 6:return h<30?1960:1941;case 7:return h<30?1968:1938;case 8:return h<30?1957:1718;case 9:return 1832;case 10:return 1870;case 11:return 1814;case 12:return 1890}return 1972})(e,t,n):Et;let[o,i,l]=Uo.call(this,{isoYear:r,isoMonth:Lt,isoDay:31});const c=No.call(this,o),p=i===c;(Zt(e,ku(i,c))||Zt(Number(t),Number(p))||Zt(n,l))===1&&o--;for(let f=0;f<100;f++){const d=o-f,h=No.call(this,d),s=jo(e,t,h);if(t===(s===h)&&n<=jp.call(this,d,s))return[d,s]}},sn(e){const t=wo.call(this,e);return t>wo.call(this,e-1)&&t>wo.call(this,e+1)},L:No,B:ko,cn(e,t){const n=t+e,r=Math.sign(e),o=r<0?-1:0;let i=0;for(let l=t;l!==n;l+=r)i+=ko.call(this,l+o);return i},U:jp,fn:wo,V(e,t,n){return Xo(br.call(this,e,t,n))},p:br,un(e,t,n){if(n){if(t+=n,!Number.isSafeInteger(t))throw new RangeError(on);if(n<0)for(;t<1;)t+=ko.call(this,--e);else{let r;for(;t>(r=ko.call(this,e));)t-=r,e++}}return[e,t]},year(e){return this.h(e).year},month(e){const{year:t,o:n}=this.h(e),{u:r}=this.l(t);return r[n]+1},day(e){return this.h(e).day}}),_i=jh(U3,B3),Y=jh(F3,Z3),zp={era:Oo,eraYear:Pe,year:Pe,month:cp,monthCode(e){const t=Oo(e);return wu(t),t},day:cp,...Fn(Mt,Pe),...Fn(se,Ls),offset(e){const t=Oo(e);return Sn(t),t}},Yu=ee(C1,Mt,it),G3=ee(C1,it,Mt),Wt="numeric",Ur=["timeZoneName"],y0={month:Wt,day:Wt},qu={year:Wt,month:Wt},Ju=Object.assign({},qu,{day:Wt}),Xu={hour:Wt,minute:Wt,second:Wt},Qu=Object.assign({},Ju,Xu),W3=Object.assign({},Qu,{timeZoneName:"short"}),K3=Object.keys(qu),V3=Object.keys(y0),Y3=Object.keys(Ju),q3=Object.keys(Xu),el=["dateStyle"],J3=K3.concat(el),X3=V3.concat(el),tl=Y3.concat(el,["weekday"]),Lr=q3.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),nl=tl.concat(Lr),Q3=Ur.concat(Lr),e$=Ur.concat(tl),t$=Ur.concat(["day","weekday"],Lr),n$=Ur.concat(["year","weekday"],Lr),r$=wn(nl,Qu),o$=wn(nl,W3),i$=wn(nl,Qu,Ur),a$=wn(tl,Ju,Q3),s$=wn(Lr,Xu,e$),u$=wn(J3,qu,t$),l$=wn(X3,y0,n$),c$={},b0=new Gt(void 0,{calendar:ne}).resolvedOptions().calendar===ne,_0=[r$,Qs],d$=[o$,Qs,0,(e,t)=>{const n=e.timeZone;if(t&&t.timeZone!==n)throw new RangeError(Jh);return n}],S0=[i$,xe],w0=[a$,xe],k0=[s$,e=>Vt(e)/Ct],E0=[u$,xe,b0],I0=[l$,xe,b0];let Fp;function sn(e,t,n,r,o){function i(...p){if(!(this instanceof i))throw new TypeError(ps);Zp(this,t(...p))}function l(p,f){return Object.defineProperties(function(...d){return p.call(this,c(this),...d)},mr(f))}function c(p){const f=Re(p);if(!f||f.branding!==e)throw new TypeError(ps);return f}return Object.defineProperties(i.prototype,{...Um(Ot(l,n)),...Un(Ot(l,r)),...As("Temporal."+e)}),Object.defineProperties(i,{...Un(o),...mr(e)}),[i,p=>{const f=Object.create(i.prototype);return Zp(f,p),f},c]}function tr(e){if(Re(e)||e.calendar!==void 0||e.timeZone!==void 0)throw new TypeError(kv);return e}function zr(e){return O0(e)||ne}function O0(e){const{calendar:t}=e;if(t!==void 0)return Si(t)}function Si(e){if(Ae(e)){const{calendar:t}=Re(e)||{};if(!t)throw new TypeError(Vh(e));return t}return(t=>mi(mg(ke(t))))(e)}function rl(e){const t={};for(const n in e)t[n]=r=>{const{calendar:o}=r;return Y(o)[n](r)};return t}function un(){throw new TypeError(Ev)}function Ze(e){if(Ae(e)){const{timeZone:t}=Re(e)||{};if(!t)throw new TypeError(qh(e));return t}return(t=>$u(gg(ke(t))))(e)}function pe(e){if(Ae(e)){const t=Re(e);return t&&t.branding===Zu?t:Ug(e)}return hg(e)}function cr(e){if(e!==void 0){if(Ae(e)){const t=Re(e)||{};switch(t.branding){case an:case jr:return t;case er:return xt(t)}const n=zr(e);return{...Cg(Ze,X,Y(n),e),calendar:n}}return ug(e)}}function zt(e,t){if(Ae(e)){const r=Re(e)||{};switch(r.branding){case Bu:return oe(t),r;case er:return oe(t),gt(r);case an:return oe(t),Bh(X,r)}return jg(e,t)}const n=pg(e);return oe(t),n}function ol(e){return e===void 0?void 0:zt(e)}function Mn(e,t){if(Ae(e)){const r=Re(e)||{};switch(r.branding){case er:return oe(t),r;case jr:return oe(t),ot({...r,...He});case an:return oe(t),zh(X,r)}return Ag(Y(zr(e)),e,t)}const n=cg(e);return oe(t),n}function Bp(e,t){if(Ae(e)){const r=Re(e);if(r&&r.branding===Fu)return oe(t),r;const o=O0(e);return Dg(Y(o||ne),!o,e,t)}const n=fg(Y,e);return oe(t),n}function An(e,t){if(Ae(e)){const r=Re(e);return r&&r.branding===zu?(oe(t),r):Rg(Y(zr(e)),e,t)}const n=dg(Y,e);return oe(t),n}function Tn(e,t){if(Ae(e)){const r=Re(e)||{};switch(r.branding){case jr:return oe(t),r;case er:return oe(t),xt(r);case an:return oe(t),Fh(X,r)}return Tg(Y(zr(e)),e,t)}const n=du(e);return oe(t),n}function Rn(e,t){if(Ae(e)){const n=Re(e);if(n&&n.branding===an)return ei(t),n;const r=zr(e);return Mg(Ze,X,Y(r),r,e,t)}return lg(e,t)}function Hp(e){return Ot(t=>n=>t($s(n)),e)}function $s(e){return Ve(e,X)}function Dn(e){if(Ae(e)){const t=Re(e);if(t)switch(t.branding){case Hu:return t;case an:return Pt(t.epochNanoseconds)}}return sg(e)}function f$(){function e(i,l){return new t(i,l)}function t(i,l=Object.create(null)){Fo.set(this,((c,p)=>{const f=new Gt(c,p),d=f.resolvedOptions(),h=d.locale,s=nt(Object.keys(p),d),u=Ge(m$),a=(m,...g)=>{if(m){if(g.length!==2)throw new TypeError(is);for(const y of g)if(y===void 0)throw new TypeError(is)}m||g[0]!==void 0||(g=[]);const v=g.map(y=>Re(y)||Number(y));let $,_=0;for(const y of v){const b=typeof y=="object"?y.branding:void 0;if(_++&&b!==$)throw new TypeError(is);$=b}return $?u($)(h,s,...v):[f,...v]};return a.X=f,a})(i,l))}const n=Gt.prototype,r=Object.getOwnPropertyDescriptors(n),o=Object.getOwnPropertyDescriptors(Gt);for(const i in r){const l=r[i],c=i.startsWith("format")&&p$(i);typeof l.value=="function"?l.value=i==="constructor"?e:c||h$(i):c&&(l.get=function(){if(!Fo.has(this))throw new TypeError(ps);return(...p)=>c.apply(this,p)},Object.defineProperties(l.get,mr(`get ${i}`)))}return o.prototype.value=t.prototype=Object.create({},r),Object.defineProperties(e,o),e}function p$(e){return Object.defineProperties(function(...t){const n=Fo.get(this),[r,...o]=n(e.includes("Range"),...t);return r[e](...o)},mr(e))}function h$(e){return Object.defineProperties(function(...t){return Fo.get(this).X[e](...t)},mr(e))}function m$(e){const t=_$[e];if(!t)throw new TypeError(Hv(e));return nn(t,Ge(Hh),1)}const zo=new WeakMap,Re=zo.get.bind(zo),Zp=zo.set.bind(zo),N0={era:Lm,eraYear:R1,year:Rs,month:St,daysInMonth:St,daysInYear:St,inLeapYear:Yv,monthsInYear:St},il={monthCode:ke},P0={day:St},g$={dayOfWeek:St,dayOfYear:St,weekOfYear:zm,yearOfWeek:R1,daysInWeek:St},al=rl(Object.assign({},N0,il,P0,g$)),v$=rl({...N0,...il}),$$=rl({...il,...P0}),Fr={calendarId:e=>e.calendar},y$=Vo(e=>t=>t[e],se.concat("sign")),sl=Vo((e,t)=>n=>n[it[t]],Mt),x0={epochMilliseconds:Qs,epochNanoseconds:Hm},[b$,fe]=sn(Zu,Qg,{...y$,blank:ig},{with:(e,t)=>fe(Gg(e,t)),negated:e=>fe(cu(e)),abs:e=>fe(og(e)),add:(e,t,n)=>fe(Np(cr,Y,X,0,e,pe(t),n)),subtract:(e,t,n)=>fe(Np(cr,Y,X,1,e,pe(t),n)),round:(e,t)=>fe(rg(cr,Y,X,e,t)),total:(e,t)=>Zm(cr,Y,X,e,t),toLocaleString(e,t,n){return Intl.DurationFormat?new Intl.DurationFormat(t,n).format(this):es(e)},toString:es,toJSON:e=>es(e),valueOf:un},{from:e=>fe(pe(e)),compare:(e,t,n)=>$g(cr,Y,X,pe(e),pe(t),n)}),_$={Instant:_0,PlainDateTime:S0,PlainDate:w0,PlainTime:k0,PlainYearMonth:E0,PlainMonthDay:I0},S$=nn(_0),w$=nn(d$),k$=nn(S0),E$=nn(w0),I$=nn(k0),O$=nn(E0),N$=nn(I0),[P$,Bt]=sn(Bu,Xg,sl,{with(e,t,n){return Bt(Zg(this,tr(t),n))},add:(e,t)=>Bt(Op(0,e,pe(t))),subtract:(e,t)=>Bt(Op(1,e,pe(t))),until:(e,t,n)=>fe(Dp(0,e,zt(t),n)),since:(e,t,n)=>fe(Dp(1,e,zt(t),n)),round:(e,t)=>Bt(Vm(e,t)),equals:(e,t)=>Eg(e,zt(t)),toLocaleString(e,t,n){const[r,o]=I$(t,n,e);return r.format(o)},toString:bp,toJSON:e=>bp(e),valueOf:un},{from:(e,t)=>Bt(zt(e,t)),compare:(e,t)=>bu(zt(e),zt(t))}),[x$,st]=sn(er,ee(Vg,Cr),{...Fr,...al,...sl},{with:(e,t,n)=>st(zg(Y,e,tr(t),n)),withCalendar:(e,t)=>st(Eu(e,Si(t))),withPlainTime:(e,t)=>st(pv(e,ol(t))),add:(e,t,n)=>st(kp(Y,0,e,pe(t),n)),subtract:(e,t,n)=>st(kp(Y,1,e,pe(t),n)),until:(e,t,n)=>fe(Ap(Y,0,e,Mn(t),n)),since:(e,t,n)=>fe(Ap(Y,1,e,Mn(t),n)),round:(e,t)=>st(Km(e,t)),equals:(e,t)=>_g(e,Mn(t)),toZonedDateTime:(e,t,n)=>Oe(nv(X,e,Ze(t),n)),toPlainDate:e=>ut(xt(e)),toPlainTime:e=>Bt(gt(e)),toLocaleString(e,t,n){const[r,o]=k$(t,n,e);return r.format(o)},toString:gp,toJSON:e=>gp(e),valueOf:un},{from:(e,t)=>st(Mn(e,t)),compare:(e,t)=>_h(Mn(e),Mn(t))}),[C$,ys]=sn(Fu,ee(Jg,Cr),{...Fr,...$$},{with:(e,t,n)=>ys(Hg(Y,e,tr(t),n)),equals:(e,t)=>kg(e,Bp(t)),toPlainDate(e,t){return ut(uv(Y,e,this,t))},toLocaleString(e,t,n){const[r,o]=N$(t,n,e);return r.format(o)},toString:yp,toJSON:e=>yp(e),valueOf:un},{from:(e,t)=>ys(Bp(e,t))}),[M$,dr]=sn(zu,ee(qg,Cr),{...Fr,...v$},{with:(e,t,n)=>dr(Bg(Y,e,tr(t),n)),add:(e,t,n)=>dr(Ip(Y,0,e,pe(t),n)),subtract:(e,t,n)=>dr(Ip(Y,1,e,pe(t),n)),until:(e,t,n)=>fe(Rp(Y,0,e,An(t),n)),since:(e,t,n)=>fe(Rp(Y,1,e,An(t),n)),equals:(e,t)=>wg(e,An(t)),toPlainDate(e,t){return ut(sv(Y,e,this,t))},toLocaleString(e,t,n){const[r,o]=O$(t,n,e);return r.format(o)},toString:$p,toJSON:e=>$p(e),valueOf:un},{from:(e,t)=>dr(An(e,t)),compare:(e,t)=>Jn(An(e),An(t))}),[A$,ut]=sn(jr,ee(Yg,Cr),{...Fr,...al},{with:(e,t,n)=>ut(Fg(Y,e,tr(t),n)),withCalendar:(e,t)=>ut(Eu(e,Si(t))),add:(e,t,n)=>ut(Ep(Y,0,e,pe(t),n)),subtract:(e,t,n)=>ut(Ep(Y,1,e,pe(t),n)),until:(e,t,n)=>fe(Tp(Y,0,e,Tn(t),n)),since:(e,t,n)=>fe(Tp(Y,1,e,Tn(t),n)),equals:(e,t)=>Sg(e,Tn(t)),toZonedDateTime(e,t){const n=Ae(t)?t:{timeZone:t};return Oe(rv(Ze,zt,X,e,n))},toPlainDateTime:(e,t)=>st(ov(e,ol(t))),toPlainYearMonth(e){return dr(iv(Y,e,this))},toPlainMonthDay(e){return ys(av(Y,e,this))},toLocaleString(e,t,n){const[r,o]=E$(t,n,e);return r.format(o)},toString:vp,toJSON:e=>vp(e),valueOf:un},{from:(e,t)=>ut(Tn(e,t)),compare:(e,t)=>Jn(Tn(e),Tn(t))}),[T$,Oe]=sn(an,ee(Kg,Cr,vg),{...x0,...Fr,...Hp(al),...Hp(sl),offset:e=>Nr($s(e).offsetNanoseconds),offsetNanoseconds:e=>$s(e).offsetNanoseconds,timeZoneId:e=>e.timeZone,hoursInDay:e=>Ym(X,e)},{with:(e,t,n)=>Oe(Lg(Y,X,e,tr(t),n)),withCalendar:(e,t)=>Oe(Eu(e,Si(t))),withTimeZone:(e,t)=>Oe(hv(e,Ze(t))),withPlainTime:(e,t)=>Oe(fv(X,e,ol(t))),add:(e,t,n)=>Oe(wp(Y,X,0,e,pe(t),n)),subtract:(e,t,n)=>Oe(wp(Y,X,1,e,pe(t),n)),until:(e,t,n)=>fe(he(Mp(Y,X,0,e,Rn(t),n))),since:(e,t,n)=>fe(he(Mp(Y,X,1,e,Rn(t),n))),round:(e,t)=>Oe(Wm(X,e,t)),startOfDay:e=>Oe(qm(X,e)),equals:(e,t)=>bg(e,Rn(t)),toInstant:e=>Ft(tv(e)),toPlainDateTime:e=>st(zh(X,e)),toPlainDate:e=>ut(Fh(X,e)),toPlainTime:e=>Bt(Bh(X,e)),toLocaleString(e,t,n={}){const[r,o]=w$(t,n,e);return r.format(o)},toString:(e,t)=>mp(X,e,t),toJSON:e=>mp(X,e),valueOf:un,getTimeZoneTransition(e,t){const{timeZone:n,epochNanoseconds:r}=e,o=Bm(t),i=X(n).O(r,o);return i?Oe({...e,epochNanoseconds:i}):null}},{from:(e,t)=>Oe(Rn(e,t)),compare:(e,t)=>bh(Rn(e),Rn(t))}),[R$,Ft]=sn(Hu,Wg,x0,{add:(e,t)=>Ft(Sp(0,e,pe(t))),subtract:(e,t)=>Ft(Sp(1,e,pe(t))),until:(e,t,n)=>fe(Cp(0,e,Dn(t),n)),since:(e,t,n)=>fe(Cp(1,e,Dn(t),n)),round:(e,t)=>Ft(Gm(e,t)),equals:(e,t)=>yg(e,Dn(t)),toZonedDateTimeISO:(e,t)=>Oe(ev(e,Ze(t))),toLocaleString(e,t,n){const[r,o]=S$(t,n,e);return r.format(o)},toString:(e,t)=>hp(Ze,X,e,t),toJSON:e=>hp(Ze,X,e),valueOf:un},{from:e=>Ft(Dn(e)),fromEpochMilliseconds:e=>Ft(lv(e)),fromEpochNanoseconds:e=>Ft(cv(e)),compare:(e,t)=>yh(Dn(e),Dn(t))}),D$=Object.defineProperties({},{...As("Temporal.Now"),...Un({timeZoneId:()=>ur(),instant:()=>Ft(Pt(fs())),zonedDateTimeISO:(e=ur())=>Oe(rt(fs(),Ze(e),ne)),plainDateTimeISO:(e=ur())=>st(ot(os(X(Ze(e))),ne)),plainDateISO:(e=ur())=>ut(xt(os(X(Ze(e))),ne)),plainTimeISO:(e=ur())=>Bt(gt(os(X(Ze(e)))))})});({...As("Temporal"),...Un({PlainYearMonth:M$,PlainMonthDay:C$,PlainDate:A$,PlainTime:P$,PlainDateTime:x$,ZonedDateTime:T$,Instant:R$,Duration:b$,Now:D$})});const j$=f$(),Fo=new WeakMap;Un({DateTimeFormat:j$});de.NUMBER,de.NUMERIC,de.CURRENCY,de.RATING,de.POSITION;de.TEXT,de.RICH_TEXT,de.RICH_TEXT_V2;we.z.string().transform(e=>e===""?[]:bs(e)?[e]:JSON.parse(e)).refine(e=>Array.isArray(e)&&e.every(t=>typeof t=="string"),{error:"Expected an array of strings"});we.z.preprocess(e=>{try{if(typeof e=="string"){if(bs(e))return[e];try{const t=JSON.parse(e);return Array.isArray(t)?t:[t]}catch{return[e]}}return Array.isArray(e)?e:[e]}catch{return[]}},we.z.array(we.z.string().refine(e=>b2(e)||bs(e),"Must be a valid UUID or a variable with {{ }} syntax"))).catch([]);const U$=we.z.object({isCurrentWorkspaceMemberSelected:we.z.boolean().optional(),selectedRecordIds:we.z.array(we.z.string())});we.z.string().transform((e,t)=>{try{return JSON.parse(e)}catch(n){return t.addIssue({code:"custom",message:n.message}),we.z.NEVER}}).pipe(U$);Object.entries(y2).map(([e,{label:t}])=>({value:e,label:`${t} (${e})`}));var us,Gp;function L$(){if(Gp)return us;Gp=1;var e="[object Symbol]",t=/[\\^$.*+?()[\]{}|]/g,n=RegExp(t.source),r=typeof Ht=="object"&&Ht&&Ht.Object===Object&&Ht,o=typeof self=="object"&&self&&self.Object===Object&&self,i=r||o||Function("return this")(),l=Object.prototype,c=l.toString,p=i.Symbol,f=p?p.prototype:void 0,d=f?f.toString:void 0;function h(g){if(typeof g=="string")return g;if(u(g))return d?d.call(g):"";var v=g+"";return v=="0"&&1/g==-1/0?"-0":v}function s(g){return!!g&&typeof g=="object"}function u(g){return typeof g=="symbol"||s(g)&&c.call(g)==e}function a(g){return g==null?"":h(g)}function m(g){return g=a(g),g&&n.test(g)?g.replace(t,"\\$&"):g}return us=m,us}L$();const z$=lt.default.enum([Io.MONDAY,Io.SATURDAY,Io.SUNDAY]),F$=lt.default.union([lt.default.coerce.number().int().positive(),lt.default.literal("undefined")]).transform(e=>e==="undefined"?void 0:e),B$=lt.default.enum(["NEXT","THIS","PAST"]),H$=lt.default.enum(["SECOND","MINUTE","HOUR","DAY","WEEK","MONTH","YEAR"]),Z$=lt.default.object({direction:B$,amount:F$.nullish(),unit:H$,timezone:lt.default.string().nullish(),firstDayOfTheWeek:z$.nullish()}).refine(e=>!(e.amount===void 0&&e.direction!=="THIS"),{error:"Amount cannot be 'undefined' unless direction is 'THIS'"}),G$=/((?:THIS)|(?:PAST)|(?:NEXT))_(\d*)_(DAY|MONTH|YEAR|WEEK|HOUR|MINUTE|SECOND)(?:(?:;;([^;;]*);;)?(?:(MONDAY|SUNDAY|SATURDAY);;)?)?/;lt.default.string().transform((e,t)=>{const n=new RegExp(G$).exec(e);if(!ls.isNonEmptyArray(n))return t.addIssue(`Cannot parse stringified inline relative date filter, value : "${e}"`),lt.default.NEVER;const[r,o,i,l,c,p]=n;return Z$.parse({direction:o,amount:i,unit:l,timezone:c,firstDayOfTheWeek:p})});$e.Is+"",D.IS,$e.IsNotNull+"",D.IS_NOT_NULL,$e.IsNot+"",D.IS_NOT,$e.LessThanOrEqual+"",D.LESS_THAN_OR_EQUAL,$e.GreaterThanOrEqual+"",D.GREATER_THAN_OR_EQUAL,$e.IsBefore+"",D.IS_BEFORE,$e.IsAfter+"",D.IS_AFTER,$e.Contains+"",D.CONTAINS,$e.DoesNotContain+"",D.DOES_NOT_CONTAIN,$e.IsEmpty+"",D.IS_EMPTY,$e.IsNotEmpty+"",D.IS_NOT_EMPTY,$e.IsRelative+"",D.IS_RELATIVE,$e.IsInPast+"",D.IS_IN_PAST,$e.IsInFuture+"",D.IS_IN_FUTURE,$e.IsToday+"",D.IS_TODAY,D.IS+"",D.IS,D.IS_NOT_NULL+"",D.IS_NOT_NULL,D.IS_NOT+"",D.IS_NOT,D.LESS_THAN_OR_EQUAL+"",D.LESS_THAN_OR_EQUAL,D.GREATER_THAN_OR_EQUAL+"",D.GREATER_THAN_OR_EQUAL,D.IS_BEFORE+"",D.IS_BEFORE,D.IS_AFTER+"",D.IS_AFTER,D.CONTAINS+"",D.CONTAINS,D.DOES_NOT_CONTAIN+"",D.DOES_NOT_CONTAIN,D.IS_EMPTY+"",D.IS_EMPTY,D.IS_NOT_EMPTY+"",D.IS_NOT_EMPTY,D.IS_RELATIVE+"",D.IS_RELATIVE,D.IS_IN_PAST+"",D.IS_IN_PAST,D.IS_IN_FUTURE+"",D.IS_IN_FUTURE,D.IS_TODAY+"",D.IS_TODAY,D.VECTOR_SEARCH+"",D.VECTOR_SEARCH;const W$=e=>e.startsWith("http://")||e.startsWith("https://")||e.startsWith("HTTPS://")||e.startsWith("HTTP://")?e:`https://${e}`,K$=(e,t)=>{const o=/^(((?!-))(xn--|_)?[a-z0-9-]{0,61}[a-z0-9]{1,1}\.){1,10}(xn--)?([a-z0-9][a-z0-9-]{0,60}|[a-z0-9-]{1,30}\.[a-z]{2,})$/.test(e),i=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(e),l=e==="localhost"||e==="127.0.0.1";return l&&!1||i&&!1?!1:o||l||i};we.z.string().transform((e,t)=>{const n=e.trim(),r=W$(n),o=r.replace("https://","").replace("http://","").replace("HTTPS://","").replace("HTTP://","");if(/^\d+(?:\/[a-zA-Z]*)?$/.test(o))return t.addIssue({code:"custom",message:"domain is not a valid url"}),we.z.NEVER;try{const i=new URL(r);return K$(i.hostname)?r:(t.addIssue({code:"custom",message:"domain is not a valid url"}),we.z.NEVER)}catch{return t.addIssue({code:"custom",message:"domain is not a valid url"}),we.z.NEVER}});const bs=e=>/^{{[^{}]+}}$/.test(e),Wp=new Map;for(const e of c1()){const t=D2(e),n=Wp.get(t);n?n.push(e):Wp.set(t,[e])}new Set(c1());const C0='(function(){"use strict";const Fe=Symbol("name"),ko=Symbol("value"),it=Symbol("ns"),er=Symbol("owner"),ot=Symbol("owner_document"),Nr=Symbol("attributes"),Be=Symbol("prev"),oe=Symbol("next"),ce=Symbol("child"),tr=Symbol("parent"),nr=Symbol("data"),hi=Symbol("listeners"),th=Symbol("isTrusted"),Vu=Symbol("path"),qu=Symbol("stop_immediate_propagation"),Ju=Symbol("content"),Ve=Symbol("hooks"),rr=Symbol("is_connected");let Ae=function(e){return e[e.NODE=0]="NODE",e[e.ELEMENT_NODE=1]="ELEMENT_NODE",e[e.ATTRIBUTE_NODE=2]="ATTRIBUTE_NODE",e[e.TEXT_NODE=3]="TEXT_NODE",e[e.CDATA_SECTION_NODE=4]="CDATA_SECTION_NODE",e[e.ENTITY_REFERENCE_NODE=5]="ENTITY_REFERENCE_NODE",e[e.ENTITY_NODE=6]="ENTITY_NODE",e[e.PROCESSING_INSTRUCTION_NODE=7]="PROCESSING_INSTRUCTION_NODE",e[e.COMMENT_NODE=8]="COMMENT_NODE",e[e.DOCUMENT_NODE=9]="DOCUMENT_NODE",e[e.DOCUMENT_TYPE_NODE=10]="DOCUMENT_TYPE_NODE",e[e.DOCUMENT_FRAGMENT_NODE=11]="DOCUMENT_FRAGMENT_NODE",e}({}),Eo=function(e){return e.XHTML="http://www.w3.org/1999/xhtml",e.SVG="http://www.w3.org/2000/svg",e}({}),wn=function(e){return e[e.NONE=0]="NONE",e[e.CAPTURING_PHASE=1]="CAPTURING_PHASE",e[e.AT_TARGET=2]="AT_TARGET",e[e.BUBBLING_PHASE=3]="BUBBLING_PHASE",e}({});const Ku="@",S6=typeof performance>"u"?Date.now:performance.now.bind(performance);class kn{static NONE=wn.NONE;static CAPTURING_PHASE=wn.CAPTURING_PHASE;static AT_TARGET=wn.AT_TARGET;static BUBBLING_PHASE=wn.BUBBLING_PHASE;timeStamp=S6();target=null;currentTarget=null;srcElement=null;bubbles=!1;cancelable=!1;composed=!1;defaultPrevented=!1;cancelBubble=!1;eventPhase=0;[Vu]=[];[qu]=!1;constructor(t,r){this.type=t,Object.defineProperty(this,th,{writable:!0,value:!1}),r&&(r.bubbles&&(this.bubbles=r.bubbles),r.cancelable&&(this.cancelable=r.cancelable),r.composed&&(this.composed=r.composed))}get isTrusted(){return this[th]}composedPath(){return this[Vu]}stopPropagation(){this.cancelBubble=!0}stopImmediatePropagation(){this[qu]=!0,this.cancelBubble=!0}preventDefault(){this.defaultPrevented=!0}set returnValue(t){this.defaultPrevented=t}get returnValue(){return this.defaultPrevented}initEvent(t,r,i){this.type=t,this.bubbles=!!r,this.cancelable=!!i}}function nh(e,t,r){const n=t[hi]?.get(`${e.type}${r===wn.CAPTURING_PHASE?Ku:""}`);if(n)for(const o of n){e.eventPhase=e.target===t?wn.AT_TARGET:r,e.currentTarget=t;try{typeof o=="object"?o.handleEvent(e):o.call(t,e)}catch(a){setTimeout(w6,0,a)}if(e[qu])break}}function w6(e){throw e}const Io=Symbol("onceListeners");class No{[hi]=void 0;[Io]=void 0;[ot]=void 0;addEventListener(t,r,i){if(r==null)return;const n=i===!0||i&&i.capture===!0,o=typeof i=="object"&&i.once===!0,a=typeof i=="object"?i.signal:void 0,u=`${t}${n?Ku:""}`;let l=r;if(o){l=function(...c){return this.removeEventListener(t,r,i),typeof r=="object"?r.handleEvent(...c):r.call(this,...c)};let h=this[Io];h||(h=new WeakMap,this[Io]=h),h.set(r,l)}let f=this[hi];f||(f=new Map,this[hi]=f);let d=f.get(u);d||(d=new Set,f.set(u,d)),!d.has(l)&&(a?.addEventListener("abort",()=>{rh.call(this,t,r,i)},{once:!0}),d.add(l),this[ot]?.defaultView[Ve].addEventListener?.(this,t,r,i))}removeEventListener(t,r,i){return rh.call(this,t,r,i)}dispatchEvent(t){const r=[];let i=this;for(;i!=null;)r.push(i),i=i.parentNode;t.target=this,t.srcElement=this,t[Vu]=r;for(let o=r.length;o--;)if(nh(t,r[o],wn.CAPTURING_PHASE),t.cancelBubble)return t.defaultPrevented;const n=t.bubbles?r:r.slice(0,1);for(let o=0;o<n.length;o++)if(nh(t,n[o],wn.BUBBLING_PHASE),t.cancelBubble)return t.defaultPrevented;return t.defaultPrevented}}function rh(e,t,r){if(t==null)return;const i=this[Io],n=i?.get(t)??t;i?.delete(t);const o=r===!0||r&&r.capture===!0,a=`${e}${o?Ku:""}`,u=this[hi]?.get(a);u&&u.delete(n)&&this[ot]?.defaultView[Ve].removeEventListener?.(this,e,t,r)}function Oo(e){return nr in e}function ih(e){return e.nodeType===Ae.TEXT_NODE}function k6(e){return e.nodeType===Ae.COMMENT_NODE}function Ft(e){return e.nodeType===Ae.ELEMENT_NODE}function E6(e){return e.nodeType===Ae.DOCUMENT_FRAGMENT_NODE}function oh(e){return"appendChild"in e}function Po(e,t,r=e.ownerDocument){if(ih(e))return r.createTextNode(e.data);if(k6(e))return r.createComment(e.data);if(Ft(e)){const i=r.createElement(e.localName);if(e[Nr])for(let n=0;n<e[Nr].length;n++){const o=e[Nr].item(n);i.setAttributeNS(o.namespaceURI,o.name,o.value)}if(t)for(const n of e.childNodes)i.appendChild(Po(n,!0,r));return i}else if(E6(e)){const i=r.createDocumentFragment();if(t)for(const n of e.childNodes)i.appendChild(Po(n,!0,r));return i}else{const i=new e.constructor;return i[ot]=r,i}}function ah(e){const t=[],r=n=>{t.push(n);const o=n[ce];o&&r(o);const a=n[oe];a&&r(a)},i=e[ce];return i&&r(i),t}function uh(e){const t=ah(e);return t.unshift(e),t}class xo extends No{nodeType=Ae.NODE;[Fe]="";[tr]=null;[ce]=null;[Be]=null;[oe]=null;[rr]=!1;get[Ve](){return this[ot].defaultView[Ve]}get localName(){return this[Fe]}get nodeName(){return this[Fe].toUpperCase()}get ownerDocument(){return this[ot]}get isConnected(){return this[rr]}isDefaultNamespace(t){return t===Eo.XHTML}get parentNode(){return this[tr]}set parentNode(t){}get parentElement(){const t=this[tr];return!t||t.nodeType!==1?null:t}set parentElement(t){}get previousSibling(){return this[Be]}set previousSibling(t){}get nextSibling(){return this[oe]}set nextSibling(t){}get previousElementSibling(){let t=this[Be];for(;t&&t.nodeType!==1;)t=t[Be];return t}set previousElementSibling(t){}get nextElementSibling(){let t=this[oe];for(;t&&t.nodeType!==1;)t=t[oe];return t}set nextElementSibling(t){}get firstChild(){return this[ce]}set firstChild(t){}get lastChild(){let t=this[ce];for(;t;){const r=t[oe];if(r==null)break;t=r}return t}set lastChild(t){}get nodeValue(){return Oo(this)?this.data:null}set nodeValue(t){Oo(this)&&(this.data=t)}get textContent(){if(Oo(this))return this.data;let t="";for(const r of ah(this))ih(r)&&(t+=r.data);return t}set textContent(t){if(Oo(this))this.data=t;else if(oh(this)){let r;for(;r=this[ce];)this.removeChild(r);this.append(t)}}cloneNode(t){return Po(this,t)}contains(t){let r=t;for(;;){if(r==null)return!1;if(r===this)return!0;r=t.parentNode}}}class Yu extends xo{remove(){const t=this.parentNode;t&&t.removeChild(this)}replaceWith(...t){const r=this.parentNode;if(!r)return;const i=Or(r,t[0]),n=i[oe];r.replaceChild(this,i);for(let o=1;o<t.length;o++)r.insertBefore(Or(r,t[o]),n)}before(...t){const r=this.parentNode;if(r)for(const i of t)r.insertBefore(Or(r,i),this)}after(...t){const r=this.parentNode;if(!r)return;const i=this[oe];for(const n of t)r.insertBefore(Or(r,n),i)}}function Or(e,t){return t instanceof xo?t:e.ownerDocument.createTextNode(String(t))}class sh extends Array{item(t){return this[t]}}var ke=function(e){return e[e.Descendant=0]="Descendant",e[e.Child=1]="Child",e[e.Sibling=2]="Sibling",e[e.Adjacent=3]="Adjacent",e[e.Inner=4]="Inner",e}(ke||{}),ze=function(e){return e[e.Unknown=0]="Unknown",e[e.Element=1]="Element",e[e.Id=2]="Id",e[e.Class=3]="Class",e[e.Attribute=4]="Attribute",e[e.Pseudo=5]="Pseudo",e[e.Function=6]="Function",e}(ze||{});const I6=/[a-z]/;function N6(e,t){const r=Xu(t);let i=null;const n=e[ce];return n&&r[0].matchers.length&&To(n,r,o=>(i=o,!1)),i}function O6(e,t){const r=Xu(t),i=[],n=e[ce];return n&&r[0].matchers.length&&To(n,r,o=>{i.push(o)}),i}function Xu(e){let t={combinator:ke.Inner,matchers:[]};const r=[t],i=/\\s*?([>\\s+~]?)\\s*?(?:(?:\\[\\s*([^\\]=]+)(?:=([\'"])(.*?)\\3)?\\s*\\])|([#.]?)([^\\s#.[>:+~]+)|:(\\w+)(?:\\((.*?)\\))?)/gi;let n;for(;n=i.exec(e);){n[1]&&(n[1]===">"?t.combinator=ke.Child:n[1]==="+"?t.combinator=ke.Adjacent:n[1]==="~"?t.combinator=ke.Sibling:t.combinator=ke.Descendant,t={combinator:ke.Inner,matchers:[]},r.push(t));let o=ze.Unknown;n[2]?o=ze.Attribute:n[5]?o=n[5]==="#"?ze.Id:ze.Class:n[7]?o=n[8]==null?ze.Pseudo:ze.Function:n[6]&&(n[6]==="*"?o=ze.Unknown:I6.test(n[6])&&(o=ze.Element)),t.matchers.push({type:o,name:n[2]||n[6]||n[7],value:n[4]??n[6]??n[8]})}return r}function ch(e,t){const r=Xu(t);let i;for(;i=r.pop();)if(!P6(e,i))return!1;return!0}function To(e,t,r){if(Ft(e)){if(Ao(e,t)&&r(e)===!1)return!1;const n=e[ce];if(n&&To(n,t,r)===!1)return!1}const i=e[oe];return!(i&&To(i,t,r)===!1)}function Ao(e,t){const{combinator:r,matchers:i}=t[t.length-1];if(r===ke.Inner){if(!ir(e,i))return!1;const a=t.slice(0,-1);return a.length===0||Ao(e,a)}const n=r===ke.Child||r===ke.Descendant?tr:Be;let o=e[n];if(!o)return!1;if(r===ke.Descendant||r===ke.Sibling){for(;o;){if(Ft(o)&&ir(o,i)){const a=t.slice(0,-1);if(a.length===0||Ao(e,a))return!0}o=o[n]}return!1}else{if(r===ke.Adjacent&&!Ft(o)){for(;o&&!Ft(o);)o=o[n];if(!o)return!1}if(!Ft(o)||!ir(o,i))return!1;const a=t.slice(0,-1);return a.length===0||Ao(e,a)}}function P6(e,{combinator:t,matchers:r}){if(t===ke.Inner)return ir(e,r);const i=t===ke.Child||t===ke.Descendant?tr:Be;let n=e[i];if(!n)return!1;if(t===ke.Adjacent&&!Ft(n)){for(;n&&!Ft(n);)n=n[i];if(!n)return!1}if(!Ft(n)||!ir(n,r))return!1;if(t===ke.Descendant||t===ke.Sibling){for(;n=n[i];)if(Ft(n)&&ir(n,r))return!0}return!0}function ir(e,t){if(!e)return!1;if(Array.isArray(t)){for(const o of t)if(ir(e,o)===!1)return!1;return!0}const{type:r,name:i,value:n}=t;switch(r){case ze.Unknown:return i==="*";case ze.Element:return e.localName===i;case ze.Id:return e.getAttribute("id")===i;case ze.Class:const o=e.getAttribute("class");return o?o.split(/\\s+/).includes(i):!1;case ze.Attribute:return n==null?e.hasAttribute(i):e.getAttribute(i)===n;case ze.Pseudo:throw Error(`Pseudo :${i} not implemented`);case ze.Function:switch(i){case"has":return ch(e,n||"");case"not":return!ch(e,n||"");default:throw Error(`Function :${i}(${n}) not implemented`)}}return!1}class jo extends Yu{childNodes=new sh;children=new sh;appendChild(t){this.insertInto(t,null)}insertBefore(t,r){this.insertInto(t,r||null)}append(...t){for(const r of t)r!=null&&this.appendChild(Or(this,r))}prepend(...t){const r=this.firstChild;for(const i of t)i!=null&&this.insertBefore(Or(this,i),r)}replaceChildren(...t){let r;for(;r=this.firstChild;)this.removeChild(r);this.append(...t)}removeChild(t){if(t.parentNode!==this)throw Error("not a child of this node");const r=t[Be],i=t[oe];r?r[oe]=i:this[ce]=i,i&&(i[Be]=r);const n=this.childNodes,o=n.indexOf(t);if(n.splice(o,1),t.nodeType===1){const a=this.children;a.splice(a.indexOf(t),1)}if(t[tr]=null,t[oe]=null,t[Be]=null,this[rr])for(const a of uh(t))a[rr]=!1,a.disconnectedCallback?.();this.nodeType===Ae.ELEMENT_NODE&&this[Ve].removeChild?.(this,t,o)}replaceChild(t,r){if(r.parentNode!==this)throw Error("reference node is not a child of this parent");const i=r[oe];this.removeChild(r),this.insertInto(t,i)}querySelectorAll(t){return O6(this,t)}querySelector(t){return N6(this,t)}insertInto(t,r){if(t.nodeType===Ae.DOCUMENT_FRAGMENT_NODE){let u=t[ce];for(;u;){const l=u[oe];this.insertInto(u,r),u=l}return}if(t.parentNode!==null&&t.parentNode.removeChild(t),r){if(r.parentNode!==this)throw Error("reference node is not a child of this parent");t[oe]=r,t[Be]=r[Be],r[Be]===null&&(this[ce]=t),r[Be]=t}else{t[oe]=null;let u=this[ce];if(u){let l;for(;l=u[oe];)u=l;u[oe]=t,t[Be]=u}else this[ce]=t,t[Be]=null}const i=this[ot],n=t.nodeType===Ae.ELEMENT_NODE;t[tr]=this,t[ot]=i;const o=this.childNodes;let a;if(r){if(a=o.indexOf(r),o.splice(a,0,t),n){const u=this.children;let l=r;for(;l&&l.nodeType!==1;)l=l[oe];l?u.splice(u.indexOf(l),0,t):u.push(t)}}else a=o.length,o.push(t),n&&this.children.push(t);if(this[rr])for(const u of uh(t))u[rr]=!0,u.connectedCallback?.();this.nodeType===Ae.ELEMENT_NODE&&this[Ve].insertChild?.(this,t,a)}}class x6{[ce]=null;constructor(t){this[er]=t}getNamedItem(t){return this.getNamedItemNS(null,t)}getNamedItemNS(t,r){let i=this[ce];for(;i;){if(i.name===r&&i[it]==t)return i;i=i[oe]}return null}item(t){let r=this[ce],i=0;for(;r;){if(i++===t)return r;r=r[oe]}return null}get length(){let t=0,r=this[ce];for(;r;)t++,r=r[oe];return t}removeNamedItem(t){return this.removeNamedItemNS(null,t)}removeNamedItemNS(t,r){const i=this[er];let n=this[ce],o=null;for(;n!=null;){if(n.name===r&&n[it]==t)return o&&(o[oe]=n[oe]),this[ce]===n&&(this[ce]=n[oe]),lh(i,n.name,n.value,null),i[Ve].removeAttribute?.(i,r,t),n;o=n,n=n[oe]}return null}setNamedItem(t){const r=this[er];let i=null,n=this[ce];if(t[er]=r,n==null)this[ce]=t;else{let o;for(;n;){if(n.name===t.name&&n[it]==t[it]){o?o[oe]=t:this[ce]=t,t[oe]=n[oe],n[oe]=null,i=n;break}o=n,n=n[oe]}o?o[oe]=t:this[ce]=t}return(!i||i.value!==t.value)&&(lh(r,t.name,i?.value??null,t.value),r[Ve].setAttribute?.(r,t.name,t.value,t[it])),i}setNamedItemNS(t){return this.setNamedItem(t)}*[Symbol.iterator](){let t=this[ce];for(;t;)yield t,t=t[oe]}}function lh(e,t,r,i){const{observedAttributes:n}=e.constructor,{attributeChangedCallback:o}=e;if(t==="slot"&&(e.slot=i??""),!(o==null||n==null||!n.includes(t)))return o.call(e,t,r,i)}class Qu extends xo{nodeType=Ae.ATTRIBUTE_NODE;[it]=null;[oe]=null;[er]=null;constructor(t,r,i){super(),this[Fe]=t,this[ko]=r,i&&(this[it]=i)}get nodeName(){return this[Fe]}set nodeName(t){}get name(){return this[Fe]}set name(t){}get value(){return this[ko]}set value(t){const r=String(t);this[ko]=r;const i=this[er];i&&this[Ve].setAttribute?.(i,this[Fe],r,this[it])}get nodeValue(){return this.value}set nodeValue(t){this.value=t}get ownerElement(){return this[er]}get namespaceURI(){return this[it]}get specified(){return!0}}const dh=/(?:<([a-z][a-z0-9-:]*)((?:[\\s]+[^<>\'"=\\s]+(?:=([\'"])[^]*?\\3|=[^>\'"\\s]*|))*)[\\s]*(\\/?)\\s*>|<\\/([a-z][a-z0-9-:]*)>|<!--(.*?)-->|([^&<>]+))/gi,fh=/\\s([^<>\'"=\\n\\s]+)(?:=(["\'])([\\s\\S]*?)\\2|=([^>\'"\\n\\s]*)|)/g;function ph(e,t){const r=t.ownerDocument,i=r.createDocumentFragment(),n=[i];let o=i,a;for(dh.lastIndex=0;a=dh.exec(e);){const u=a[1];if(u){const l=r.createElement(u),f=a[2];fh.lastIndex=0;let d;for(;d=fh.exec(f);)l.setAttribute(d[1],d[3]||d[4]||"");o.append(l),n.push(o),o=l}else a[5]?o=n.pop()||i:a[6]?o.append(r.createComment(a[6])):o.append(a[7])}return i}function es(e){let t="",r=e[ce];for(;r;)t+=hh(r),r=r[oe];return t}function hh(e){switch(e.nodeType){case Ae.ELEMENT_NODE:{const t=e;let r=`<${t[Fe]}`,i=t[Nr]?.[ce];for(;i;){r+=` ${i[Fe]}`;let n=i[ko];n!==""&&(n=String(n).replace(/&/g,"&").replace(/"/g,"""),r+=`="${n}"`),i=i[oe]}return r+=">",r+=es(t),r+=`</${t[Fe]}>`,r}case Ae.TEXT_NODE:return e[nr].replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">");case Ae.COMMENT_NODE:return`<!--${e[nr]}-->`}return""}let En=class extends jo{nodeType=Ae.ELEMENT_NODE;[it]=Eo.XHTML;get namespaceURI(){return this[it]}get tagName(){return this.nodeName}get slot(){return this.getAttribute("slot")??""}set slot(t){const r=String(t);this.getAttribute("slot")!==r&&this.attributes.setNamedItem(new Qu("slot",r))}get attributes(){let t=this[Nr];return t||(t=new x6(this),this[Nr]=t),t}getAttributeNames(){return[...this.attributes].map(t=>t.name)}get firstElementChild(){return this.children[0]??null}get lastElementChild(){return this.children[this.children.length-1]??null}get nextElementSibling(){let t=this.nextSibling;for(;t&&t.nodeType!==1;)t=t.nextSibling;return t}get previousElementSibling(){let t=this.previousSibling;for(;t&&t.nodeType!==1;)t=t.previousSibling;return t}setAttribute(t,r){this.attributes.setNamedItem(new Qu(t,String(r)))}setAttributeNS(t,r,i){this.attributes.setNamedItemNS(new Qu(r,String(i),t))}getAttribute(t){const r=this.attributes.getNamedItem(t);return r&&r.value}getAttributeNS(t,r){const i=this.attributes.getNamedItemNS(t,r);return i&&i.value}hasAttribute(t){return this.attributes.getNamedItem(t)!=null}hasAttributeNS(t,r){return this.attributes.getNamedItemNS(t,r)!=null}removeAttribute(t){this.attributes.removeNamedItem(t)}removeAttributeNS(t,r){this.attributes.removeNamedItemNS(t,r)}get outerHTML(){return hh(this)}get innerHTML(){return es(this)}set innerHTML(t){if(t==null||t==="")this.replaceChildren();else{const r=ph(String(t),this);this.replaceChildren(r)}}};class Co extends En{[it]=Eo.SVG;get ownerSVGElement(){let t=null,r=this.parentNode;for(;r instanceof Co;)t=r,r=r.parentNode;return t}}class ts extends Yu{[nr]="";constructor(t){super(),this[nr]=t==null?"":String(t)}setData(t){let r="";t!=null&&(r=typeof t=="string"?t:String(t)),this[nr]=r,this[Ve].setText?.(this,r)}get data(){return this[nr]}set data(t){this.setData(t)}}class mh extends ts{nodeType=Ae.TEXT_NODE;[Fe]="#text"}class gh extends ts{nodeType=8;[Fe]="#comment"}class vh extends jo{nodeType=Ae.DOCUMENT_FRAGMENT_NODE;[Fe]="#document-fragment";[ot]=typeof window<"u"?window.document:null}class $h extends En{get content(){let t=this[Ju];return t||(t=this.ownerDocument.createDocumentFragment(),this[Ju]=t),t}set content(t){}set innerHTML(t){this.content.replaceChildren(ph(String(t),this))}get innerHTML(){const t=this[Ju];return t?es(t):""}}class T6 extends En{}class A6 extends En{}class j6 extends En{}class yh extends jo{nodeType=Ae.DOCUMENT_NODE;[Fe]="#document";[rr]=!0;constructor(t){super(),this.defaultView=t,this[ot]=this,this.documentElement=zo(new j6,this,"html"),this.body=zo(new T6,this,"body"),this.head=zo(new A6,this,"head"),this.appendChild(this.documentElement),this.documentElement.appendChild(this.head),this.documentElement.appendChild(this.body)}createElement(t){return bh(this,t)}createElementNS(t,r){return bh(this,r,t)}createTextNode(t){const r=Do(new mh(t),this);return this[Ve].createText?.(r,String(t)),r}createComment(t){return Do(new gh(t),this)}createDocumentFragment(){return Do(new vh,this)}createEvent(){return new kn("")}importNode(t,r){return Po(t,r,this)}adoptNode(t){return t[ot]===this||(t.parentNode?.removeChild(t),_h(t,this)),t}}function Do(e,t){return Object.defineProperty(e,ot,{value:t,writable:!0,enumerable:!1}),e}function bh(e,t,r){let i;const n=String(t).toLowerCase();if(r===Eo.SVG)i=new Co;else if(n==="template")i=new $h;else{const o=e.defaultView.customElements.get(t);i=o?new o:new En}return zo(i,e,t,r)}function zo(e,t,r,i){return Do(e,t),Object.defineProperty(e,Fe,{value:r}),i&&Object.defineProperty(e,it,{value:i}),t[Ve].createElement?.(e,i),e}function _h(e,t){if(e[ot]=t,oh(e))for(const r of e.childNodes)_h(r,t)}let C6=class extends kn{constructor(t,r){super(t,r),this.detail=r?.detail}initCustomEvent(t,r,i,n){super.initEvent(t,r,i),this.detail=n}};class D6 extends kn{constructor(t,r){super(t,r),this.message=r.message,this.filename=r.filename,this.lineno=r.lineno,this.colno=r.colno,this.error=r.error}}class z6 extends kn{constructor(t,r){super(t,r),this.promise=r.promise,this.reason=r.reason}}class U6 extends kn{constructor(t,r){super(t,r),this.oldState=r.oldState,this.newState=r.newState}}class R6 extends kn{constructor(t,r={}){super(t,r),this.relatedTarget=r.relatedTarget??null}}class M6 extends kn{constructor(t,r={}){super(t,r),this.clipboardData=r.clipboardData??null}}let L6=class extends En{};class Z6{registry=new Map;listenersByName=new Map;define(t,r,i){this.registry.set(t,r);const n=this.listenersByName.get(t);if(n!=null){this.listenersByName.delete(t);for(const o of n)o(r)}}get(t){return this.registry.get(t)}getName(t){for(const[r,i]of this.registry)if(i===t)return r;return null}whenDefined(t){const r=this.registry.get(t);if(r!=null)return Promise.resolve(r);let i=this.listenersByName.get(t);return i==null&&(i=[],this.listenersByName.set(t,i)),new Promise(n=>{i.push(n)})}upgrade(t){}}let F6=class{};class Sh extends No{[Ve]={};name="";window=this;parent=this;self=this;top=this;document=new yh(this);customElements=new Z6;location=globalThis.location;navigator=globalThis.navigator;Event=kn;ErrorEvent=D6;PromiseRejectionEvent=z6;ToggleEvent=U6;FocusEvent=R6;ClipboardEvent=M6;EventTarget=No;CustomEvent=C6;Node=xo;ParentNode=jo;ChildNode=Yu;DocumentFragment=vh;Document=yh;CharacterData=ts;Comment=gh;Text=mh;Element=En;HTMLElement=L6;SVGElement=Co;HTMLTemplateElement=$h;MutationObserver=F6;#t=null;#e=null;#n=null;get onerror(){return this.#e}set onerror(t){this.#t&&this.removeEventListener("error",this.#t),t&&typeof t=="function"?(this.#e=t,this.#t=r=>{t(r.message??"Error",r.filename,r.lineno,r.colno,r.error)},this.addEventListener("error",this.#t)):(this.#t=null,this.#e=null)}get onunhandledrejection(){return this.#n}set onunhandledrejection(t){this.#n&&this.removeEventListener("unhandledrejection",this.#n),t&&typeof t=="function"?(this.#n=t,this.addEventListener("unhandledrejection",this.#n)):this.#n=null}static setGlobal(t){const r=Object.getOwnPropertyDescriptors(t);delete r.self,Object.defineProperties(globalThis,r),typeof globalThis.self>"u"?Object.defineProperty(globalThis,"self",{value:t,configurable:!0,writable:!0,enumerable:!0}):Object.defineProperties(self,r)}static setGlobalThis(t){for(const n in t)t[n]===t&&(t[n]=globalThis);const r=Object.getOwnPropertyDescriptors(t),i=Object.getOwnPropertyDescriptors(No.prototype);for(const n of Object.values(i))typeof n.value=="function"&&(n.value=n.value.bind(t));Object.defineProperties(globalThis,r),Object.defineProperties(globalThis,i)}}const wh=new Sh,kh=0,B6=1,H6=2,ns=3,G6=1,W6=2,V6=3,Eh="~",tn=new WeakMap;function Uo(e){return tn.get(e)}const rs=new WeakMap;let q6=0;function In(e){let t=rs.get(e);return t==null&&(t=String(q6++),Ih(e,t)),t}function Ih(e,t){rs.set(e,t)}const is=new WeakMap;function os(e){return is.get(e)}const as=new WeakMap;function J6(e){let t=as.get(e);if(t!=null)return t;if(!(!(e instanceof Element)||e.tagName.includes("-"))){t={};for(const{name:r,value:i}of e.attributes)t[r]=i;return t}}const us=new WeakMap;function Nh(e){return us.get(e)}function mi(e,t,r){let i=is.get(e);if(i==null&&(i={},is.set(e,i)),i[t]===r)return;i[t]=r;const n=tn.get(e);n?.mutate([[ns,In(e),t,r,G6]])}function gi(e,t,r){let i=as.get(e);if(i==null&&(i={},as.set(e,i)),i[t]===r)return;r==null?delete i[t]:i[t]=String(r);const n=tn.get(e);n?.mutate([[ns,In(e),t,r,W6]])}function Oh(e,t,r){let i=us.get(e);if(i==null&&(i={},us.set(e,i)),i[t]===r)return;r==null?delete i[t]:i[t]=r;const n=tn.get(e);n?.mutate([[ns,In(e),t,r,V6]])}function ss(e,t){if(tn.get(e)!==t&&(tn.set(e,t),e.childNodes))for(let i=0;i<e.childNodes.length;i++)ss(e.childNodes[i],t)}function Ph(e){if(tn.get(e)!=null&&(tn.delete(e),e.childNodes))for(let r=0;r<e.childNodes.length;r++)Ph(e.childNodes[r])}function cs(e){const{nodeType:t}=e;switch(t){case 1:return{id:In(e),type:t,element:e.localName,properties:ls(os(e)),attributes:ls(J6(e)),eventListeners:ls(Nh(e)),children:Array.from(e.childNodes).map(cs)};case 3:case 8:return{id:In(e),type:t,data:e.data};default:throw new Error(`Cannot serialize node of type ${e.nodeType} (${typeof e.nodeType})`)}}function ls(e){return e?{...e}:void 0}function xh(e,t,...r){const i=rs.get(e),n=tn.get(e);if(i==null||n==null)throw new Error(`Cannot call method ${t} on an unconnected node`);return n.call(i,t,...r)}const vi=wh[Ve];vi.insertChild=(e,t,r)=>{const i=Uo(e);i!=null&&(ss(t,i),i.mutate([[kh,In(e),cs(t),r]]))},vi.removeChild=(e,t,r)=>{const i=Uo(e);i!=null&&(Ph(t),i.mutate([[B6,In(e),r]]))},vi.setText=(e,t)=>{const r=Uo(e);r?.mutate([[H6,In(e),t]])},vi.setAttribute=(e,t,r)=>{e.tagName.includes("-")||gi(e,t,r)},vi.removeAttribute=(e,t)=>{e.tagName.includes("-")||gi(e,t)},Sh.setGlobal(wh);class K6 extends HTMLElement{}ds("HTMLIFrameElement",{value:K6,configurable:!0}),ds("location",{value:globalThis.location??{protocol:"https:"},configurable:!0}),ds("navigator",{value:globalThis.navigator??{userAgent:""},configurable:!0});class Y6{getPropertyValue(t){}removeProperty(t){}setProperty(t,r){}get cssText(){return""}set cssText(t){}}const Th=Symbol("style");Object.defineProperty(Element.prototype,"style",{configurable:!0,get(){let e=this[Th];return e||(e=new Y6,this[Th]=e),e},set(e){this.style.cssText=String(e)}});function ds(e,t){Object.defineProperty(window,e,t),Object.defineProperty(globalThis,e,t)}class X6 extends CustomEvent{respondWith(t){this.response=t}}const fs=Object.freeze({});function G({slots:e,properties:t,attributes:r,events:i,methods:n}={}){return class extends Ah{static remoteSlots=e;static remoteProperties=t;static remoteAttributes=r;static remoteEvents=i;static remoteMethods=n}}class Ah extends HTMLElement{static slottable=!0;static get observedAttributes(){return this.finalize().__observedAttributes}static get remotePropertyDefinitions(){return this.finalize().__remotePropertyDefinitions}static get remoteAttributeDefinitions(){return this.finalize().__remoteAttributeDefinitions}static get remoteEventDefinitions(){return this.finalize().__remoteEventDefinitions}static get remoteSlotDefinitions(){return this.finalize().__remoteSlotDefinitions}static __finalized=!0;static __observedAttributes=[];static __attributeToPropertyMap=new Map;static __eventToPropertyMap=new Map;static __remotePropertyDefinitions=new Map;static __remoteAttributeDefinitions=new Map;static __remoteEventDefinitions=new Map;static __remoteSlotDefinitions=new Map;static createProperty(t,r){ms(t,r,this.observedAttributes,this.remotePropertyDefinitions,this.__attributeToPropertyMap,this.__eventToPropertyMap)}static finalize(){if(this.hasOwnProperty("__finalized"))return this;this.__finalized=!0;const{slottable:t,remoteSlots:r,remoteProperties:i,remoteAttributes:n,remoteEvents:o,remoteMethods:a}=this,u=Object.getPrototypeOf(this),l=new Set;t&&l.add("slot");const f=new Map,d=new Map,h=new Map,p=new Map,c=new Map,s=new Map;if(typeof u.finalize=="function"&&(u.finalize(),u.observedAttributes.forEach(m=>{l.add(m)}),u.remotePropertyDefinitions.forEach((m,g)=>{p.set(g,m)}),u.remoteAttributeDefinitions.forEach((m,g)=>{c.set(g,m)}),u.remoteEventDefinitions.forEach((m,g)=>{s.set(g,m)}),u.remoteSlotDefinitions.forEach((m,g)=>{h.set(g,m)})),r!=null&&(Array.isArray(r)?r:Object.keys(r)).forEach(g=>{h.set(g,fs)}),i!=null&&(Array.isArray(i)?i.forEach(m=>{ms(m,void 0,l,p,f,d)}):Object.keys(i).forEach(m=>{ms(m,i[m],l,p,f,d)})),n?.forEach(m=>{c.set(m,fs),l.add(m)}),o!=null&&(Array.isArray(o)?o.forEach(m=>{s.set(m,fs)}):Object.keys(o).forEach(m=>{s.set(m,o[m])})),a!=null)if(Array.isArray(a))for(const m of a)this.prototype[m]=function(...g){return this.callRemoteMethod(m,...g)};else Object.assign(this,a);return Object.defineProperties(this,{__observedAttributes:{value:[...l],enumerable:!1},__remoteSlotDefinitions:{value:h,enumerable:!1},__remotePropertyDefinitions:{value:p,enumerable:!1},__remoteAttributeDefinitions:{value:c,enumerable:!1},__remoteEventDefinitions:{value:s,enumerable:!1},__attributeToPropertyMap:{value:f,enumerable:!1},__eventToPropertyMap:{value:d,enumerable:!1}}),this}constructor(){super(),this.constructor.finalize();const t={},r={},i=Object.getPrototypeOf(this),n=this.constructor;for(const[o,a]of n.remotePropertyDefinitions.entries()){const u=a.name;if(i.hasOwnProperty(o))continue;o===u&&(r[o]=a.default);const l={configurable:!0,enumerable:o===u,get:()=>os(this)?.[u],set:f=>{mi(this,u,f)}};t[o]=l}for(const[o,a]of n.remoteEventDefinitions.entries()){const u=a.property??!0;if(!u)continue;const l=u===!0?`on${o}`:u;t[l]={configurable:!0,enumerable:!0,get:()=>$i(this).properties.get(l)??null,set:f=>{const d=$i(this),h=d.properties.get(l);if(typeof f=="function"){let p=function(...c){return f.call(this,...c)};d.properties.set(l,p),this.addEventListener(o,p)}else d.properties.delete(l);h&&this.removeEventListener(o,h)}}}Object.defineProperties(this,t),Object.assign(this,r)}attributeChangedCallback(t,r,i){if(t==="slot"&&this.constructor.slottable){gi(this,t,i?String(i):void 0);return}const{remotePropertyDefinitions:n,remoteAttributeDefinitions:o,__attributeToPropertyMap:a}=this.constructor;if(o.has(t)){gi(this,t,i);return}const u=a.get(t),l=u==null?u:n.get(u);l!=null&&(this[u]=e_(i,l.type))}connectedCallback(){for(const[t,r]of this.constructor.remoteEventDefinitions.entries())r.bubbles&&this.addEventListener(t,Ch)}disconnectedCallback(){for(const[t,r]of this.constructor.remoteEventDefinitions.entries())r.bubbles&&this.removeEventListener(t,Ch)}addEventListener(t,r,i){const{remoteEventDefinitions:n,__eventToPropertyMap:o}=this.constructor,a=n.get(t),u=o.get(t);if(a==null&&u==null)return super.addEventListener(t,r,i);const l=$i(this),f=Q6.call(this,t,{property:u,definition:a}),d=typeof i=="object"&&i?.once?(...p)=>{const c=typeof r=="object"?r.handleEvent(...p):r.call(this,...p);return hs.call(this,t,r,h),c}:r,h=[d,f];f.listeners.add(r),l.listeners.set(r,h),super.addEventListener(t,d,i),typeof i=="object"&&i.signal&&i.signal.addEventListener("abort",()=>{hs.call(this,t,r,h)},{once:!0}),a?Oh(this,t,f.dispatch):mi(this,u,f.dispatch)}removeEventListener(t,r,i){const n=ps.get(this)?.listeners.get(r),o=n?n[0]:r;super.removeEventListener(t,o,i),n!=null&&hs.call(this,t,r,n)}updateRemoteProperty(t,r){mi(this,t,r)}updateRemoteAttribute(t,r){gi(this,t,r)}callRemoteMethod(t,...r){return xh(this,t,...r)}}const ps=new WeakMap;function $i(e){let t=ps.get(e);return t||(t={events:new Map,properties:new Map,listeners:new WeakMap},ps.set(e,t),t)}function Q6(e,{property:t,definition:r}){const i=$i(this);let n=i.events.get(e);return n==null&&(n={name:e,property:t,definition:r,listeners:new Set,dispatch:(...o)=>{const a=r?.dispatchEvent?.apply(this,o)??new X6(e,{detail:o[0],bubbles:r?.bubbles});return this.dispatchEvent(a),a.response}},i.events.set(e,n)),n}function hs(e,t,r){const i=$i(this),n=r[1];n.listeners.delete(t),i.listeners.delete(t),!(n.listeners.size>0)&&(i.events.delete(e),n.property?os(this)?.[n.property]===n.dispatch&&mi(this,n.property,void 0):Nh(this)?.[e]===n.dispatch&&Oh(this,e,void 0))}function ms(e,t,r,i,n,o){if(i.has(e))return i.get(e);const a=e[0]==="o"&&e[1]==="n",u=t??{};let{alias:l}=u;const{type:f=a?Function:String,attribute:d=f!==Function,event:h=a,default:p=f===Boolean?!1:void 0}=u;if(l==null){const g=e.toLowerCase();g!==e&&(l=[g]),a&&(l??=[],l.unshift(`_${e}`))}let c;d===!0?c=jh(e):typeof d=="string"&&(c=d),c&&(Array.isArray(r)?r.push(c):r.add(c),n.set(c,e));let s;h===!0?s=jh(a?e.slice(2):e):typeof h=="string"&&(s=h),s&&o.set(s,e);const m={name:e,type:f,alias:l,event:s,attribute:c,default:p};if(i.set(e,m),l)for(const g of l)i.set(g,m);return m}function e_(e,t){if(e!=null)switch(t){case Boolean:return e!=null&&e!=="false";case Object:case Array:try{return JSON.parse(e)}catch{return}case String:return String(e);case Number:return Number.parseFloat(e);case Function:return;default:return t.parse?.(e)}}function jh(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}function Ch(){}class t_ extends Ah{}class n_ extends HTMLElement{constructor(){super(),Ih(this,Eh)}connect(t){if(Uo(this)===t||(ss(this,t),this.childNodes.length===0))return;const r=[];for(let i=0;i<this.childNodes.length;i++){const n=this.childNodes[i];r.push([kh,Eh,cs(n),i])}t.mutate(r)}updateRemoteProperty(t,r){mi(this,t,r)}callRemoteMethod(t,...r){return xh(this,t,...r)}}class r_{#t;#e;#n;constructor(t,{batch:r=i_()}={}){this.#t=t,this.#n=r}call(t,r,...i){this.#t.call(t,r,...i)}mutate(t){const r=this.#e;this.#e??=[],this.#e.push(...t),!r&&this.#n(()=>{this.flush()})}flush(){this.#e&&(this.#t.mutate(this.#e),this.#e=void 0)}}function i_(){let e;return t=>{if(typeof MessageChannel!="function"){setTimeout(()=>{t()},0);return}e??=new MessageChannel,e.port1.onmessage=()=>{t()},e.port2.postMessage(null)}}const V=["click","dblclick","mousedown","mouseup","mouseover","mouseout","mouseenter","mouseleave","keydown","keyup","keypress","focus","blur","change","input","submit","scroll","wheel","contextmenu","drag"],q={id:{type:String},className:{type:String},style:{type:String},title:{type:String},tabIndex:{type:Number},role:{type:String},"aria-label":{type:String},"aria-hidden":{type:Boolean},"data-testid":{type:String}},o_=G({properties:q,events:[...V]}),a_=G({properties:q,events:[...V]}),u_=G({properties:q,events:[...V]}),s_=G({properties:q,events:[...V]}),c_=G({properties:q,events:[...V]}),l_=G({properties:q,events:[...V]}),d_=G({properties:q,events:[...V]}),f_=G({properties:q,events:[...V]}),p_=G({properties:q,events:[...V]}),h_=G({properties:q,events:[...V]}),m_=G({properties:q,events:[...V]}),g_=G({properties:q,events:[...V]}),v_=G({properties:q,events:[...V]}),$_=G({properties:q,events:[...V]}),y_=G({properties:q,events:[...V]}),b_=G({properties:q,events:[...V]}),__=G({properties:q,events:[...V]}),S_=G({properties:q,events:[...V]}),w_=G({properties:q,events:[...V]}),k_=G({properties:q,events:[...V]}),E_=G({properties:q,events:[...V]}),I_=G({properties:q,events:[...V]}),N_=G({properties:{...q,href:{type:String},target:{type:String},rel:{type:String}},events:[...V]}),O_=G({properties:{...q,src:{type:String},alt:{type:String},width:{type:Number},height:{type:Number}},events:[...V]}),P_=G({properties:q,events:[...V]}),x_=G({properties:q,events:[...V]}),T_=G({properties:q,events:[...V]}),A_=G({properties:{...q,action:{type:String},method:{type:String}},events:[...V]}),j_=G({properties:{...q,htmlFor:{type:String}},events:[...V]}),C_=G({properties:{...q,type:{type:String},name:{type:String},value:{type:String},placeholder:{type:String},disabled:{type:Boolean},checked:{type:Boolean},readOnly:{type:Boolean}},events:[...V]}),D_=G({properties:{...q,name:{type:String},value:{type:String},placeholder:{type:String},disabled:{type:Boolean},readOnly:{type:Boolean},rows:{type:Number},cols:{type:Number}},events:[...V]}),z_=G({properties:{...q,name:{type:String},value:{type:String},disabled:{type:Boolean},multiple:{type:Boolean}},events:[...V]}),U_=G({properties:{...q,value:{type:String},disabled:{type:Boolean},selected:{type:Boolean}},events:[...V]}),R_=G({properties:{...q,type:{type:String},disabled:{type:Boolean}},events:[...V]}),M_=G({properties:q,events:[...V]}),L_=G({properties:q,events:[...V]}),Z_=G({properties:q,events:[...V]}),F_=G({properties:q,events:[...V]}),B_=G({properties:q,events:[...V]}),H_=G({properties:{...q,colSpan:{type:Number},rowSpan:{type:Number}},events:[...V]}),G_=G({properties:{...q,colSpan:{type:Number},rowSpan:{type:Number}},events:[...V]}),W_=G({properties:q,events:[...V]}),V_=G({properties:q,events:[...V]}),q_=G({properties:{cssText:{type:String},styleKey:{type:String}}});customElements.define("html-div",o_),customElements.define("html-span",a_),customElements.define("html-section",u_),customElements.define("html-article",s_),customElements.define("html-header",c_),customElements.define("html-footer",l_),customElements.define("html-main",d_),customElements.define("html-nav",f_),customElements.define("html-aside",p_),customElements.define("html-p",h_),customElements.define("html-h1",m_),customElements.define("html-h2",g_),customElements.define("html-h3",v_),customElements.define("html-h4",$_),customElements.define("html-h5",y_),customElements.define("html-h6",b_),customElements.define("html-strong",__),customElements.define("html-em",S_),customElements.define("html-small",w_),customElements.define("html-code",k_),customElements.define("html-pre",E_),customElements.define("html-blockquote",I_),customElements.define("html-a",N_),customElements.define("html-img",O_),customElements.define("html-ul",P_),customElements.define("html-ol",x_),customElements.define("html-li",T_),customElements.define("html-form",A_),customElements.define("html-label",j_),customElements.define("html-input",C_),customElements.define("html-textarea",D_),customElements.define("html-select",z_),customElements.define("html-option",U_),customElements.define("html-button",R_),customElements.define("html-table",M_),customElements.define("html-thead",L_),customElements.define("html-tbody",Z_),customElements.define("html-tfoot",F_),customElements.define("html-tr",B_),customElements.define("html-th",H_),customElements.define("html-td",G_),customElements.define("html-br",W_),customElements.define("html-hr",V_),customElements.define("remote-style",q_),customElements.define("remote-root",n_),customElements.define("remote-fragment",t_);const Dh=1,zh=2,Uh=3,Rh=4,Mh=5,Lh=Symbol.for("quilt.threads.serialize"),J_=Symbol.for("quilt.threads.transferable");class K_ extends AbortController{constructor(...t){super();const r=t.find(i=>i.aborted);if(r)this.abort(r.reason);else{const i=o=>this.abort(o.target.reason),n={signal:this.signal};for(const o of t)o.addEventListener("abort",i,n)}}}class Zh extends Error{constructor(){super("You attempted to call a function on a closed thread.")}}let Y_="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";function Fh(e=21){let t="",r=crypto.getRandomValues(new Uint8Array(e));for(let i=0;i<e;i++)t+=Y_[63&r[i]];return t}class X_{#t=new Map;#e=new Map;#n=new Map;#r=new WeakMap;get(t){return this.#e.get(t)}release(t){const r=this.#e.get(t);return r&&(this.#e.delete(t),this.#t.delete(r)),!!r}serialize(t){let r=this.#t.get(t);return r==null&&(r=Fh(),this.#t.set(t,r),this.#e.set(r,t)),r}deserialize(t,r){let i=this.#n.get(t)?.deref();return i||(i=(...n)=>{if(!this.#n.has(t))throw new Error("You attempted to call a function that was already revoked.");return r.call((o,a,u)=>{r.messages.send([Uh,o,t,a],u)},n)},this.#i(r)?.register(i,t),this.#n.set(t,new WeakRef(i)),i)}#i(t){let r=this.#r.get(t);if(!(typeof FinalizationRegistry>"u"))return r||(r=new FinalizationRegistry(i=>{t.messages.send([Mh,i])}),this.#r.set(t,r)),r}}function Q_(e){return e!=null&&(Symbol.asyncIterator in e||Symbol.iterator in e)&&typeof e.next=="function"}function Bh(e){if(e==null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t==null||t===Object.prototype}const gs="_@f",Hh="_@i";class e8{#t;#e;constructor(t){this.#t=t?.serialize,this.#e=t?.deserialize}serialize(t,r,i){return this.#n(t,r,i)}#n(t,r,i,n=new Map,o=!1){if(t==null)return t;if(n.has(t))return n.get(t);if(n.set(t,void 0),typeof t=="object"){if(this.#t&&!o){const l=this.#t(t,f=>this.#n(f,r,i,n,!0),r,i);if(l!==void 0)return n.set(t,l),l}if(t[J_])return i?.push(t),n.set(t,t),t;const a=l=>this.#n(l,r,i,n);if(typeof t[Lh]=="function"){const l=t[Lh]({serialize:a});return n.set(t,l),l}if(Array.isArray(t)){const l=t.map(f=>a(f));return n.set(t,l),l}if(t instanceof Map){const l=[...t.entries()].map(([d,h])=>[a(d),a(h)]),f=new Map(l);return n.set(t,f),f}if(t instanceof Set){const l=[...t].map(d=>a(d)),f=new Set(l);return n.set(t,f),f}const u=Q_(t);if(Bh(t)||u){const l={};for(const f of Object.keys(t))l[f]=a(t[f]);return u&&(l.next??=a(t.next.bind(t)),l.return??=a(t.return.bind(t)),l.throw??=a(t.throw.bind(t)),l[Hh]=!0),n.set(t,l),l}}if(typeof t=="function"){const a=r.functions.serialize(t,r,i),u={[gs]:a};return n.set(t,u),u}return n.set(t,t),t}deserialize(t,r){return this.#r(t,r)}#r(t,r,i=!1){if(t==null)return t;if(typeof t=="object"){if(this.#e&&!i){const o=this.#e(t,a=>this.#r(a,r,!0),r);if(o!==void 0)return o}if(t==null)return t;if(Array.isArray(t))return t.map(o=>this.#r(o,r));if(t instanceof Map)return new Map([...t].map(([o,a])=>[this.#r(o,r),this.#r(a,r)]));if(t instanceof Set)return new Set([...t].map(o=>this.#r(o,r)));if(gs in t)return r.functions.deserialize(t[gs],r);if(!Bh(t))return t;const n={};for(const o of Object.keys(t))o===Hh?n[Symbol.asyncIterator]=()=>n:n[o]=this.#r(t[o],r);return n}return t}}class t8{get signal(){return this.#t.signal}get closed(){return this.#t.signal.aborted}#t;#e=new Map;constructor(t,{imports:r,exports:i,functions:n=new X_,serialization:o=new e8,signal:a}={}){this.messages=t,this.#t=a?new K_(a):new AbortController,this.exports=i??{},this.imports=n8(this.#r.bind(this),r),this.functions=n,this.serialization=o,this.functions.start?.(this),this.serialization.start?.(this),this.signal.addEventListener("abort",()=>{for(const u of this.#e.keys())this.#i(u,void 0,new Zh);this.#e.clear()},{once:!0}),t.listen(async u=>{if(!(Array.isArray(u)&&typeof u[0]=="number"))return;const f=u;switch(f[0]){case Dh:{const[,d,h,p]=f,c=this.exports[h]??(()=>{throw new Error(`No \'${h}\' method is exported from this thread`)});await this.#n(c,p,(s,m,g)=>{this.messages.send([zh,d,s,m],g)});break}case Uh:{const[,d,h,p]=f,c=this.functions.get(h,this)??r8;await this.#n(c,p,(s,m,g)=>{this.messages.send([Rh,d,s,m],g)});break}case zh:case Rh:{this.#i(...f.slice(1));break}case Mh:{const d=f[1];this.functions.release(d,this);break}}},{signal:this.signal})}close(){this.#t.abort()}call(t,r){if(this.closed)return Promise.reject(new Zh);const i=[],n=this.serialization.serialize(r,this,i),o=Fh(),a=this.#o(o);return t(o,n,i),a}async#n(t,r,i){try{const n=this.functions.call?await this.functions.call(t,r,this):await t(...this.serialization.deserialize(r,this)),o=[],a=this.serialization.serialize(n,this,o);i(a,void 0,o)}catch(n){i(void 0,this.serialization.serialize(n,this))}}#r(t){return(...r)=>{try{if(typeof t!="string"&&typeof t!="number")throw new Error(`Can’t call a symbol method on a thread: ${t.toString()}`);return this.call((i,n,o)=>{this.messages.send([Dh,i,t,n],o)},r)}catch(i){return Promise.reject(i)}}}#i(...t){const r=t[0],i=this.#e.get(r);i&&(i(...t),this.#e.delete(r))}#o(t){const r=new Promise((i,n)=>{this.#e.set(t,(o,a,u)=>{u==null?i(this.serialization.deserialize(a,this)):n(this.serialization.deserialize(u,this))})});return Object.defineProperty(r,Symbol.asyncIterator,{async*value(){const i=await r;Object.defineProperty(i,Symbol.asyncIterator,{value:()=>i}),yield*i}}),r}}function n8(e,t){let r;if(t==null){if(typeof Proxy!="function")throw new Error("You must pass an array of callable methods in environments without Proxies.");const i=new Map;r=new Proxy({},{get(n,o){if(i.has(o))return i.get(o);const a=e(o);return i.set(o,a),a}})}else{r={};for(const i of t)Object.defineProperty(r,i,{value:e(i),writable:!1,configurable:!0,enumerable:!0})}return r}function r8(){throw new Error("You attempted to call a function that is not stored. It may have already been released.")}function i8(e){return{send(...t){e.postMessage(...t)},listen(t,{signal:r}){e.addEventListener("message",i=>{t(i.data)},{signal:r})}}}class nn extends t8{static from(t,r){return new nn(t,r)}static import(t,r){return new nn(t,r).imports}static export(t,r,i){new nn(t,{...i,exports:r})}static self=Object.assign(t=>nn.from(vs(),t),{import:t=>nn.import(vs(),t),export:(t,r)=>nn.export(vs(),t,r)});constructor(t,r){super(i8(t),r),this.worker=t}}function vs(){if(typeof self>"u")throw new Error("You are not inside a web worker.");return self}var Ro=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},wt={},$s={},He={},Gh;function ys(){if(Gh)return He;Gh=1,Object.defineProperty(He,"__esModule",{value:!0}),He.isSymbol=He.isBigInt=He.isString=He.isNumber=He.isBoolean=He.isUndefined=void 0;const e=a=>typeof a>"u";He.isUndefined=e;const t=a=>typeof a=="boolean";He.isBoolean=t;const r=a=>typeof a=="number"&&!Number.isNaN(a);He.isNumber=r;const i=a=>typeof a=="string";He.isString=i;const n=a=>typeof a=="bigint";He.isBigInt=n;const o=a=>typeof a=="symbol";return He.isSymbol=o,He}var bs={},Wh;function _s(){return Wh||(Wh=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isDate=e.isWeakSet=e.isWeakMap=e.isSet=e.isMap=e.isArray=e.isObject=e.isFunction=e.isNull=void 0;const t=d=>d===null;e.isNull=t;const r=d=>typeof d=="function";e.isFunction=r;const i=d=>!e.isNull(d)&&typeof d=="object";e.isObject=i;const n=d=>Array.isArray(d);e.isArray=n;const o=d=>d instanceof Map;e.isMap=o;const a=d=>d instanceof Set;e.isSet=a;const u=d=>d instanceof WeakMap;e.isWeakMap=u;const l=d=>d instanceof WeakSet;e.isWeakSet=l;const f=d=>d instanceof Date;e.isDate=f}(bs)),bs}var Vh;function qh(){return Vh||(Vh=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNegativeInteger=e.isNonNegativeInteger=e.isPositiveInteger=e.isInteger=e.isNumberOrNaN=e.isNonEmptyString=e.isNonEmptyArray=e.isObjectOrNull=void 0;const t=ys(),r=_s(),i=h=>typeof h=="object";e.isObjectOrNull=i;const n=h=>r.isArray(h)&&h.length>0;e.isNonEmptyArray=n;const o=h=>t.isString(h)&&h.length>0;e.isNonEmptyString=o;const a=h=>typeof h=="number";e.isNumberOrNaN=a;const u=h=>t.isNumber(h)&&Number.isInteger(h);e.isInteger=u;const l=h=>e.isInteger(h)&&h>0;e.isPositiveInteger=l;const f=h=>e.isInteger(h)&&h>=0;e.isNonNegativeInteger=f;const d=h=>e.isInteger(h)&&h<0;e.isNegativeInteger=d}($s)),$s}var Jh;function o8(){return Jh||(Jh=1,function(e){var t=wt&&wt.__createBinding||(Object.create?function(o,a,u,l){l===void 0&&(l=u),Object.defineProperty(o,l,{enumerable:!0,get:function(){return a[u]}})}:function(o,a,u,l){l===void 0&&(l=u),o[l]=a[u]}),r=wt&&wt.__setModuleDefault||(Object.create?function(o,a){Object.defineProperty(o,"default",{enumerable:!0,value:a})}:function(o,a){o.default=a}),i=wt&&wt.__importStar||function(o){if(o&&o.__esModule)return o;var a={};if(o!=null)for(var u in o)u!=="default"&&Object.prototype.hasOwnProperty.call(o,u)&&t(a,o,u);return r(a,o),a},n=wt&&wt.__exportStar||function(o,a){for(var u in o)u!=="default"&&!Object.prototype.hasOwnProperty.call(a,u)&&t(a,o,u)};Object.defineProperty(e,"__esModule",{value:!0}),e.structural=e.primitives=e.convenience=void 0,e.convenience=i(qh()),n(qh(),e),e.primitives=i(ys()),n(ys(),e),e.structural=i(_s()),n(_s(),e)}(wt)),wt}var Ss=o8();const ws=e=>!Ss.isUndefined(e)&&!Ss.isNull(e);var Mo={exports:{}},Lo={exports:{}},kt={},qe={},Kh;function Je(){if(Kh)return qe;Kh=1,qe.__esModule=!0,qe.extend=n,qe.indexOf=l,qe.escapeExpression=f,qe.isEmpty=d,qe.createFrame=h,qe.blockParams=p,qe.appendContextPath=c;var e={"&":"&","<":"<",">":">",\'"\':""","\'":"'","`":"`","=":"="},t=/[&<>"\'`=]/g,r=/[&<>"\'`=]/;function i(s){return e[s]}function n(s){for(var m=1;m<arguments.length;m++)for(var g in arguments[m])Object.prototype.hasOwnProperty.call(arguments[m],g)&&(s[g]=arguments[m][g]);return s}var o=Object.prototype.toString;qe.toString=o;var a=function(m){return typeof m=="function"};a(/x/)&&(qe.isFunction=a=function(s){return typeof s=="function"&&o.call(s)==="[object Function]"}),qe.isFunction=a;var u=Array.isArray||function(s){return s&&typeof s=="object"?o.call(s)==="[object Array]":!1};qe.isArray=u;function l(s,m){for(var g=0,$=s.length;g<$;g++)if(s[g]===m)return g;return-1}function f(s){if(typeof s!="string"){if(s&&s.toHTML)return s.toHTML();if(s==null)return"";if(!s)return s+"";s=""+s}return r.test(s)?s.replace(t,i):s}function d(s){return!s&&s!==0?!0:!!(u(s)&&s.length===0)}function h(s){var m=n({},s);return m._parent=s,m}function p(s,m){return s.path=m,s}function c(s,m){return(s?s+".":"")+m}return qe}var Zo={exports:{}},Yh;function Et(){return Yh||(Yh=1,function(e,t){t.__esModule=!0;var r=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function i(n,o){var a=o&&o.loc,u=void 0,l=void 0,f=void 0,d=void 0;a&&(u=a.start.line,l=a.end.line,f=a.start.column,d=a.end.column,n+=" - "+u+":"+f);for(var h=Error.prototype.constructor.call(this,n),p=0;p<r.length;p++)this[r[p]]=h[r[p]];Error.captureStackTrace&&Error.captureStackTrace(this,i);try{a&&(this.lineNumber=u,this.endLineNumber=l,Object.defineProperty?(Object.defineProperty(this,"column",{value:f,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:d,enumerable:!0})):(this.column=f,this.endColumn=d))}catch{}}i.prototype=new Error,t.default=i,e.exports=t.default}(Zo,Zo.exports)),Zo.exports}var yi={},Fo={exports:{}},Xh;function a8(){return Xh||(Xh=1,function(e,t){t.__esModule=!0;var r=Je();t.default=function(i){i.registerHelper("blockHelperMissing",function(n,o){var a=o.inverse,u=o.fn;if(n===!0)return u(this);if(n===!1||n==null)return a(this);if(r.isArray(n))return n.length>0?(o.ids&&(o.ids=[o.name]),i.helpers.each(n,o)):a(this);if(o.data&&o.ids){var l=r.createFrame(o.data);l.contextPath=r.appendContextPath(o.data.contextPath,o.name),o={data:l}}return u(n,o)})},e.exports=t.default}(Fo,Fo.exports)),Fo.exports}var Bo={exports:{}},Qh;function u8(){return Qh||(Qh=1,function(e,t){t.__esModule=!0;function r(a){return a&&a.__esModule?a:{default:a}}var i=Je(),n=Et(),o=r(n);t.default=function(a){a.registerHelper("each",function(u,l){if(!l)throw new o.default("Must pass iterator to #each");var f=l.fn,d=l.inverse,h=0,p="",c=void 0,s=void 0;l.data&&l.ids&&(s=i.appendContextPath(l.data.contextPath,l.ids[0])+"."),i.isFunction(u)&&(u=u.call(this)),l.data&&(c=i.createFrame(l.data));function m(y,b,w){c&&(c.key=y,c.index=b,c.first=b===0,c.last=!!w,s&&(c.contextPath=s+y)),p=p+f(u[y],{data:c,blockParams:i.blockParams([u[y],y],[s+y,null])})}if(u&&typeof u=="object")if(i.isArray(u))for(var g=u.length;h<g;h++)h in u&&m(h,h,h===u.length-1);else if(typeof Symbol=="function"&&u[Symbol.iterator]){for(var $=[],v=u[Symbol.iterator](),_=v.next();!_.done;_=v.next())$.push(_.value);u=$;for(var g=u.length;h<g;h++)m(h,h,h===u.length-1)}else(function(){var y=void 0;Object.keys(u).forEach(function(b){y!==void 0&&m(y,h-1),y=b,h++}),y!==void 0&&m(y,h-1,!0)})();return h===0&&(p=d(this)),p})},e.exports=t.default}(Bo,Bo.exports)),Bo.exports}var Ho={exports:{}},em;function s8(){return em||(em=1,function(e,t){t.__esModule=!0;function r(o){return o&&o.__esModule?o:{default:o}}var i=Et(),n=r(i);t.default=function(o){o.registerHelper("helperMissing",function(){if(arguments.length!==1)throw new n.default(\'Missing helper: "\'+arguments[arguments.length-1].name+\'"\')})},e.exports=t.default}(Ho,Ho.exports)),Ho.exports}var Go={exports:{}},tm;function c8(){return tm||(tm=1,function(e,t){t.__esModule=!0;function r(a){return a&&a.__esModule?a:{default:a}}var i=Je(),n=Et(),o=r(n);t.default=function(a){a.registerHelper("if",function(u,l){if(arguments.length!=2)throw new o.default("#if requires exactly one argument");return i.isFunction(u)&&(u=u.call(this)),!l.hash.includeZero&&!u||i.isEmpty(u)?l.inverse(this):l.fn(this)}),a.registerHelper("unless",function(u,l){if(arguments.length!=2)throw new o.default("#unless requires exactly one argument");return a.helpers.if.call(this,u,{fn:l.inverse,inverse:l.fn,hash:l.hash})})},e.exports=t.default}(Go,Go.exports)),Go.exports}var Wo={exports:{}},nm;function l8(){return nm||(nm=1,function(e,t){t.__esModule=!0,t.default=function(r){r.registerHelper("log",function(){for(var i=[void 0],n=arguments[arguments.length-1],o=0;o<arguments.length-1;o++)i.push(arguments[o]);var a=1;n.hash.level!=null?a=n.hash.level:n.data&&n.data.level!=null&&(a=n.data.level),i[0]=a,r.log.apply(r,i)})},e.exports=t.default}(Wo,Wo.exports)),Wo.exports}var Vo={exports:{}},rm;function d8(){return rm||(rm=1,function(e,t){t.__esModule=!0,t.default=function(r){r.registerHelper("lookup",function(i,n,o){return i&&o.lookupProperty(i,n)})},e.exports=t.default}(Vo,Vo.exports)),Vo.exports}var qo={exports:{}},im;function f8(){return im||(im=1,function(e,t){t.__esModule=!0;function r(a){return a&&a.__esModule?a:{default:a}}var i=Je(),n=Et(),o=r(n);t.default=function(a){a.registerHelper("with",function(u,l){if(arguments.length!=2)throw new o.default("#with requires exactly one argument");i.isFunction(u)&&(u=u.call(this));var f=l.fn;if(i.isEmpty(u))return l.inverse(this);var d=l.data;return l.data&&l.ids&&(d=i.createFrame(l.data),d.contextPath=i.appendContextPath(l.data.contextPath,l.ids[0])),f(u,{data:d,blockParams:i.blockParams([u],[d&&d.contextPath])})})},e.exports=t.default}(qo,qo.exports)),qo.exports}var om;function am(){if(om)return yi;om=1,yi.__esModule=!0,yi.registerDefaultHelpers=m,yi.moveHelperToHooks=g;function e($){return $&&$.__esModule?$:{default:$}}var t=a8(),r=e(t),i=u8(),n=e(i),o=s8(),a=e(o),u=c8(),l=e(u),f=l8(),d=e(f),h=d8(),p=e(h),c=f8(),s=e(c);function m($){r.default($),n.default($),a.default($),l.default($),d.default($),p.default($),s.default($)}function g($,v,_){$.helpers[v]&&($.hooks[v]=$.helpers[v],_||delete $.helpers[v])}return yi}var Jo={},Ko={exports:{}},um;function p8(){return um||(um=1,function(e,t){t.__esModule=!0;var r=Je();t.default=function(i){i.registerDecorator("inline",function(n,o,a,u){var l=n;return o.partials||(o.partials={},l=function(f,d){var h=a.partials;a.partials=r.extend({},h,o.partials);var p=n(f,d);return a.partials=h,p}),o.partials[u.args[0]]=u.fn,l})},e.exports=t.default}(Ko,Ko.exports)),Ko.exports}var sm;function h8(){if(sm)return Jo;sm=1,Jo.__esModule=!0,Jo.registerDefaultDecorators=i;function e(n){return n&&n.__esModule?n:{default:n}}var t=p8(),r=e(t);function i(n){r.default(n)}return Jo}var Yo={exports:{}},cm;function lm(){return cm||(cm=1,function(e,t){t.__esModule=!0;var r=Je(),i={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(o){if(typeof o=="string"){var a=r.indexOf(i.methodMap,o.toLowerCase());a>=0?o=a:o=parseInt(o,10)}return o},log:function(o){if(o=i.lookupLevel(o),typeof console<"u"&&i.lookupLevel(i.level)<=o){var a=i.methodMap[o];console[a]||(a="log");for(var u=arguments.length,l=Array(u>1?u-1:0),f=1;f<u;f++)l[f-1]=arguments[f];console[a].apply(console,l)}}};t.default=i,e.exports=t.default}(Yo,Yo.exports)),Yo.exports}var Pr={},Xo={},dm;function m8(){if(dm)return Xo;dm=1,Xo.__esModule=!0,Xo.createNewLookupObject=t;var e=Je();function t(){for(var r=arguments.length,i=Array(r),n=0;n<r;n++)i[n]=arguments[n];return e.extend.apply(void 0,[Object.create(null)].concat(i))}return Xo}var fm;function pm(){if(fm)return Pr;fm=1,Pr.__esModule=!0,Pr.createProtoAccessControl=o,Pr.resultIsAllowed=a,Pr.resetLoggedProperties=f;function e(d){return d&&d.__esModule?d:{default:d}}var t=m8(),r=lm(),i=e(r),n=Object.create(null);function o(d){var h=Object.create(null);h.constructor=!1,h.__defineGetter__=!1,h.__defineSetter__=!1,h.__lookupGetter__=!1;var p=Object.create(null);return p.__proto__=!1,{properties:{whitelist:t.createNewLookupObject(p,d.allowedProtoProperties),defaultValue:d.allowProtoPropertiesByDefault},methods:{whitelist:t.createNewLookupObject(h,d.allowedProtoMethods),defaultValue:d.allowProtoMethodsByDefault}}}function a(d,h,p){return u(typeof d=="function"?h.methods:h.properties,p)}function u(d,h){return d.whitelist[h]!==void 0?d.whitelist[h]===!0:d.defaultValue!==void 0?d.defaultValue:(l(h),!1)}function l(d){n[d]!==!0&&(n[d]=!0,i.default.log("error",\'Handlebars: Access has been denied to resolve the property "\'+d+`" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function f(){Object.keys(n).forEach(function(d){delete n[d]})}return Pr}var hm;function ks(){if(hm)return kt;hm=1,kt.__esModule=!0,kt.HandlebarsEnvironment=s;function e(g){return g&&g.__esModule?g:{default:g}}var t=Je(),r=Et(),i=e(r),n=am(),o=h8(),a=lm(),u=e(a),l=pm(),f="4.7.8";kt.VERSION=f;var d=8;kt.COMPILER_REVISION=d;var h=7;kt.LAST_COMPATIBLE_COMPILER_REVISION=h;var p={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};kt.REVISION_CHANGES=p;var c="[object Object]";function s(g,$,v){this.helpers=g||{},this.partials=$||{},this.decorators=v||{},n.registerDefaultHelpers(this),o.registerDefaultDecorators(this)}s.prototype={constructor:s,logger:u.default,log:u.default.log,registerHelper:function($,v){if(t.toString.call($)===c){if(v)throw new i.default("Arg not supported with multiple helpers");t.extend(this.helpers,$)}else this.helpers[$]=v},unregisterHelper:function($){delete this.helpers[$]},registerPartial:function($,v){if(t.toString.call($)===c)t.extend(this.partials,$);else{if(typeof v>"u")throw new i.default(\'Attempting to register a partial called "\'+$+\'" as undefined\');this.partials[$]=v}},unregisterPartial:function($){delete this.partials[$]},registerDecorator:function($,v){if(t.toString.call($)===c){if(v)throw new i.default("Arg not supported with multiple decorators");t.extend(this.decorators,$)}else this.decorators[$]=v},unregisterDecorator:function($){delete this.decorators[$]},resetLoggedPropertyAccesses:function(){l.resetLoggedProperties()}};var m=u.default.log;return kt.log=m,kt.createFrame=t.createFrame,kt.logger=u.default,kt}var Qo={exports:{}},mm;function g8(){return mm||(mm=1,function(e,t){t.__esModule=!0;function r(i){this.string=i}r.prototype.toString=r.prototype.toHTML=function(){return""+this.string},t.default=r,e.exports=t.default}(Qo,Qo.exports)),Qo.exports}var rn={},ea={},gm;function v8(){if(gm)return ea;gm=1,ea.__esModule=!0,ea.wrapHelper=e;function e(t,r){if(typeof t!="function")return t;var i=function(){var o=arguments[arguments.length-1];return arguments[arguments.length-1]=r(o),t.apply(this,arguments)};return i}return ea}var vm;function $8(){if(vm)return rn;vm=1,rn.__esModule=!0,rn.checkRevision=d,rn.template=h,rn.wrapProgram=p,rn.resolvePartial=c,rn.invokePartial=s,rn.noop=m;function e(y){return y&&y.__esModule?y:{default:y}}function t(y){if(y&&y.__esModule)return y;var b={};if(y!=null)for(var w in y)Object.prototype.hasOwnProperty.call(y,w)&&(b[w]=y[w]);return b.default=y,b}var r=Je(),i=t(r),n=Et(),o=e(n),a=ks(),u=am(),l=v8(),f=pm();function d(y){var b=y&&y[0]||1,w=a.COMPILER_REVISION;if(!(b>=a.LAST_COMPATIBLE_COMPILER_REVISION&&b<=a.COMPILER_REVISION))if(b<a.LAST_COMPATIBLE_COMPILER_REVISION){var S=a.REVISION_CHANGES[w],I=a.REVISION_CHANGES[b];throw new o.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+S+") or downgrade your runtime to an older version ("+I+").")}else throw new o.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+y[1]+").")}function h(y,b){if(!b)throw new o.default("No environment passed to template");if(!y||!y.main)throw new o.default("Unknown template object: "+typeof y);y.main.decorator=y.main_d,b.VM.checkRevision(y.compiler);var w=y.compiler&&y.compiler[0]===7;function S(P,O,A){A.hash&&(O=i.extend({},O,A.hash),A.ids&&(A.ids[0]=!0)),P=b.VM.resolvePartial.call(this,P,O,A);var U=i.extend({},A,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),K=b.VM.invokePartial.call(this,P,O,U);if(K==null&&b.compile&&(A.partials[A.name]=b.compile(P,y.compilerOptions,b),K=A.partials[A.name](O,U)),K!=null){if(A.indent){for(var pe=K.split(`\n`),be=0,Ze=pe.length;be<Ze&&!(!pe[be]&&be+1===Ze);be++)pe[be]=A.indent+pe[be];K=pe.join(`\n`)}return K}else throw new o.default("The partial "+A.name+" could not be compiled when running in runtime-only mode")}var I={strict:function(O,A,U){if(!O||!(A in O))throw new o.default(\'"\'+A+\'" not defined in \'+O,{loc:U});return I.lookupProperty(O,A)},lookupProperty:function(O,A){var U=O[A];if(U==null||Object.prototype.hasOwnProperty.call(O,A)||f.resultIsAllowed(U,I.protoAccessControl,A))return U},lookup:function(O,A){for(var U=O.length,K=0;K<U;K++){var pe=O[K]&&I.lookupProperty(O[K],A);if(pe!=null)return O[K][A]}},lambda:function(O,A){return typeof O=="function"?O.call(A):O},escapeExpression:i.escapeExpression,invokePartial:S,fn:function(O){var A=y[O];return A.decorator=y[O+"_d"],A},programs:[],program:function(O,A,U,K,pe){var be=this.programs[O],Ze=this.fn(O);return A||pe||K||U?be=p(this,O,Ze,A,U,K,pe):be||(be=this.programs[O]=p(this,O,Ze)),be},data:function(O,A){for(;O&&A--;)O=O._parent;return O},mergeIfNeeded:function(O,A){var U=O||A;return O&&A&&O!==A&&(U=i.extend({},A,O)),U},nullContext:Object.seal({}),noop:b.VM.noop,compilerInfo:y.compiler};function T(P){var O=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],A=O.data;T._setup(O),!O.partial&&y.useData&&(A=g(P,A));var U=void 0,K=y.useBlockParams?[]:void 0;y.useDepths&&(O.depths?U=P!=O.depths[0]?[P].concat(O.depths):O.depths:U=[P]);function pe(be){return""+y.main(I,be,I.helpers,I.partials,A,K,U)}return pe=$(y.main,pe,I,O.depths||[],A,K),pe(P,O)}return T.isTop=!0,T._setup=function(P){if(P.partial)I.protoAccessControl=P.protoAccessControl,I.helpers=P.helpers,I.partials=P.partials,I.decorators=P.decorators,I.hooks=P.hooks;else{var O=i.extend({},b.helpers,P.helpers);v(O,I),I.helpers=O,y.usePartial&&(I.partials=I.mergeIfNeeded(P.partials,b.partials)),(y.usePartial||y.useDecorators)&&(I.decorators=i.extend({},b.decorators,P.decorators)),I.hooks={},I.protoAccessControl=f.createProtoAccessControl(P);var A=P.allowCallsToHelperMissing||w;u.moveHelperToHooks(I,"helperMissing",A),u.moveHelperToHooks(I,"blockHelperMissing",A)}},T._child=function(P,O,A,U){if(y.useBlockParams&&!A)throw new o.default("must pass block params");if(y.useDepths&&!U)throw new o.default("must pass parent depths");return p(I,P,y[P],O,0,A,U)},T}function p(y,b,w,S,I,T,P){function O(A){var U=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],K=P;return P&&A!=P[0]&&!(A===y.nullContext&&P[0]===null)&&(K=[A].concat(P)),w(y,A,y.helpers,y.partials,U.data||S,T&&[U.blockParams].concat(T),K)}return O=$(w,O,y,P,S,T),O.program=b,O.depth=P?P.length:0,O.blockParams=I||0,O}function c(y,b,w){return y?!y.call&&!w.name&&(w.name=y,y=w.partials[y]):w.name==="@partial-block"?y=w.data["partial-block"]:y=w.partials[w.name],y}function s(y,b,w){var S=w.data&&w.data["partial-block"];w.partial=!0,w.ids&&(w.data.contextPath=w.ids[0]||w.data.contextPath);var I=void 0;if(w.fn&&w.fn!==m&&function(){w.data=a.createFrame(w.data);var T=w.fn;I=w.data["partial-block"]=function(O){var A=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return A.data=a.createFrame(A.data),A.data["partial-block"]=S,T(O,A)},T.partials&&(w.partials=i.extend({},w.partials,T.partials))}(),y===void 0&&I&&(y=I),y===void 0)throw new o.default("The partial "+w.name+" could not be found");if(y instanceof Function)return y(b,w)}function m(){return""}function g(y,b){return(!b||!("root"in b))&&(b=b?a.createFrame(b):{},b.root=y),b}function $(y,b,w,S,I,T){if(y.decorator){var P={};b=y.decorator(b,P,w,S&&S[0],I,T,S),i.extend(b,P)}return b}function v(y,b){Object.keys(y).forEach(function(w){var S=y[w];y[w]=_(S,b)})}function _(y,b){var w=b.lookupProperty;return l.wrapHelper(y,function(S){return i.extend({lookupProperty:w},S)})}return rn}var ta={exports:{}},$m;function ym(){return $m||($m=1,function(e,t){t.__esModule=!0,t.default=function(r){(function(){typeof globalThis!="object"&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__)})();var i=globalThis.Handlebars;r.noConflict=function(){return globalThis.Handlebars===r&&(globalThis.Handlebars=i),r}},e.exports=t.default}(ta,ta.exports)),ta.exports}var bm;function y8(){return bm||(bm=1,function(e,t){t.__esModule=!0;function r(v){return v&&v.__esModule?v:{default:v}}function i(v){if(v&&v.__esModule)return v;var _={};if(v!=null)for(var y in v)Object.prototype.hasOwnProperty.call(v,y)&&(_[y]=v[y]);return _.default=v,_}var n=ks(),o=i(n),a=g8(),u=r(a),l=Et(),f=r(l),d=Je(),h=i(d),p=$8(),c=i(p),s=ym(),m=r(s);function g(){var v=new o.HandlebarsEnvironment;return h.extend(v,o),v.SafeString=u.default,v.Exception=f.default,v.Utils=h,v.escapeExpression=h.escapeExpression,v.VM=c,v.template=function(_){return c.template(_,v)},v}var $=g();$.create=g,m.default($),$.default=$,t.default=$,e.exports=t.default}(Lo,Lo.exports)),Lo.exports}var na={exports:{}},_m;function Sm(){return _m||(_m=1,function(e,t){t.__esModule=!0;var r={helpers:{helperExpression:function(n){return n.type==="SubExpression"||(n.type==="MustacheStatement"||n.type==="BlockStatement")&&!!(n.params&&n.params.length||n.hash)},scopedId:function(n){return/^\\.|this\\b/.test(n.original)},simpleId:function(n){return n.parts.length===1&&!r.helpers.scopedId(n)&&!n.depth}}};t.default=r,e.exports=t.default}(na,na.exports)),na.exports}var xr={},ra={exports:{}},wm;function b8(){return wm||(wm=1,function(e,t){t.__esModule=!0;var r=function(){var i={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(u,l,f,d,h,p,c){var s=p.length-1;switch(h){case 1:return p[s-1];case 2:this.$=d.prepareProgram(p[s]);break;case 3:this.$=p[s];break;case 4:this.$=p[s];break;case 5:this.$=p[s];break;case 6:this.$=p[s];break;case 7:this.$=p[s];break;case 8:this.$=p[s];break;case 9:this.$={type:"CommentStatement",value:d.stripComment(p[s]),strip:d.stripFlags(p[s],p[s]),loc:d.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:p[s],value:p[s],loc:d.locInfo(this._$)};break;case 11:this.$=d.prepareRawBlock(p[s-2],p[s-1],p[s],this._$);break;case 12:this.$={path:p[s-3],params:p[s-2],hash:p[s-1]};break;case 13:this.$=d.prepareBlock(p[s-3],p[s-2],p[s-1],p[s],!1,this._$);break;case 14:this.$=d.prepareBlock(p[s-3],p[s-2],p[s-1],p[s],!0,this._$);break;case 15:this.$={open:p[s-5],path:p[s-4],params:p[s-3],hash:p[s-2],blockParams:p[s-1],strip:d.stripFlags(p[s-5],p[s])};break;case 16:this.$={path:p[s-4],params:p[s-3],hash:p[s-2],blockParams:p[s-1],strip:d.stripFlags(p[s-5],p[s])};break;case 17:this.$={path:p[s-4],params:p[s-3],hash:p[s-2],blockParams:p[s-1],strip:d.stripFlags(p[s-5],p[s])};break;case 18:this.$={strip:d.stripFlags(p[s-1],p[s-1]),program:p[s]};break;case 19:var m=d.prepareBlock(p[s-2],p[s-1],p[s],p[s],!1,this._$),g=d.prepareProgram([m],p[s-1].loc);g.chained=!0,this.$={strip:p[s-2].strip,program:g,chain:!0};break;case 20:this.$=p[s];break;case 21:this.$={path:p[s-1],strip:d.stripFlags(p[s-2],p[s])};break;case 22:this.$=d.prepareMustache(p[s-3],p[s-2],p[s-1],p[s-4],d.stripFlags(p[s-4],p[s]),this._$);break;case 23:this.$=d.prepareMustache(p[s-3],p[s-2],p[s-1],p[s-4],d.stripFlags(p[s-4],p[s]),this._$);break;case 24:this.$={type:"PartialStatement",name:p[s-3],params:p[s-2],hash:p[s-1],indent:"",strip:d.stripFlags(p[s-4],p[s]),loc:d.locInfo(this._$)};break;case 25:this.$=d.preparePartialBlock(p[s-2],p[s-1],p[s],this._$);break;case 26:this.$={path:p[s-3],params:p[s-2],hash:p[s-1],strip:d.stripFlags(p[s-4],p[s])};break;case 27:this.$=p[s];break;case 28:this.$=p[s];break;case 29:this.$={type:"SubExpression",path:p[s-3],params:p[s-2],hash:p[s-1],loc:d.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:p[s],loc:d.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:d.id(p[s-2]),value:p[s],loc:d.locInfo(this._$)};break;case 32:this.$=d.id(p[s-1]);break;case 33:this.$=p[s];break;case 34:this.$=p[s];break;case 35:this.$={type:"StringLiteral",value:p[s],original:p[s],loc:d.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(p[s]),original:Number(p[s]),loc:d.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:p[s]==="true",original:p[s]==="true",loc:d.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:d.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:d.locInfo(this._$)};break;case 40:this.$=p[s];break;case 41:this.$=p[s];break;case 42:this.$=d.preparePath(!0,p[s],this._$);break;case 43:this.$=d.preparePath(!1,p[s],this._$);break;case 44:p[s-2].push({part:d.id(p[s]),original:p[s],separator:p[s-1]}),this.$=p[s-2];break;case 45:this.$=[{part:d.id(p[s]),original:p[s]}];break;case 46:this.$=[];break;case 47:p[s-1].push(p[s]);break;case 48:this.$=[];break;case 49:p[s-1].push(p[s]);break;case 50:this.$=[];break;case 51:p[s-1].push(p[s]);break;case 58:this.$=[];break;case 59:p[s-1].push(p[s]);break;case 64:this.$=[];break;case 65:p[s-1].push(p[s]);break;case 70:this.$=[];break;case 71:p[s-1].push(p[s]);break;case 78:this.$=[];break;case 79:p[s-1].push(p[s]);break;case 82:this.$=[];break;case 83:p[s-1].push(p[s]);break;case 86:this.$=[];break;case 87:p[s-1].push(p[s]);break;case 90:this.$=[];break;case 91:p[s-1].push(p[s]);break;case 94:this.$=[];break;case 95:p[s-1].push(p[s]);break;case 98:this.$=[p[s]];break;case 99:p[s-1].push(p[s]);break;case 100:this.$=[p[s]];break;case 101:p[s-1].push(p[s]);break}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(u,l){throw new Error(u)},parse:function(u){var l=this,f=[0],d=[null],h=[],p=this.table,c="",s=0,m=0;this.lexer.setInput(u),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,typeof this.lexer.yylloc>"u"&&(this.lexer.yylloc={});var g=this.lexer.yylloc;h.push(g);var $=this.lexer.options&&this.lexer.options.ranges;typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);function v(){var U;return U=l.lexer.lex()||1,typeof U!="number"&&(U=l.symbols_[U]||U),U}for(var _,y,b,w,S={},I,T,P,O;;){if(y=f[f.length-1],this.defaultActions[y]?b=this.defaultActions[y]:((_===null||typeof _>"u")&&(_=v()),b=p[y]&&p[y][_]),typeof b>"u"||!b.length||!b[0]){var A="";{O=[];for(I in p[y])this.terminals_[I]&&I>2&&O.push("\'"+this.terminals_[I]+"\'");this.lexer.showPosition?A="Parse error on line "+(s+1)+`:\n`+this.lexer.showPosition()+`\nExpecting `+O.join(", ")+", got \'"+(this.terminals_[_]||_)+"\'":A="Parse error on line "+(s+1)+": Unexpected "+(_==1?"end of input":"\'"+(this.terminals_[_]||_)+"\'"),this.parseError(A,{text:this.lexer.match,token:this.terminals_[_]||_,line:this.lexer.yylineno,loc:g,expected:O})}}if(b[0]instanceof Array&&b.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+_);switch(b[0]){case 1:f.push(_),d.push(this.lexer.yytext),h.push(this.lexer.yylloc),f.push(b[1]),_=null,m=this.lexer.yyleng,c=this.lexer.yytext,s=this.lexer.yylineno,g=this.lexer.yylloc;break;case 2:if(T=this.productions_[b[1]][1],S.$=d[d.length-T],S._$={first_line:h[h.length-(T||1)].first_line,last_line:h[h.length-1].last_line,first_column:h[h.length-(T||1)].first_column,last_column:h[h.length-1].last_column},$&&(S._$.range=[h[h.length-(T||1)].range[0],h[h.length-1].range[1]]),w=this.performAction.call(S,c,m,s,this.yy,b[1],d,h),typeof w<"u")return w;T&&(f=f.slice(0,-1*T*2),d=d.slice(0,-1*T),h=h.slice(0,-1*T)),f.push(this.productions_[b[1]][0]),d.push(S.$),h.push(S._$),P=p[f[f.length-2]][f[f.length-1]],f.push(P);break;case 3:return!0}}return!0}},n=function(){var a={EOF:1,parseError:function(l,f){if(this.yy.parser)this.yy.parser.parseError(l,f);else throw new Error(l)},setInput:function(l){return this._input=l,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var l=this._input[0];this.yytext+=l,this.yyleng++,this.offset++,this.match+=l,this.matched+=l;var f=l.match(/(?:\\r\\n?|\\n).*/g);return f?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),l},unput:function(l){var f=l.length,d=l.split(/(?:\\r\\n?|\\n)/g);this._input=l+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-f-1),this.offset-=f;var h=this.match.split(/(?:\\r\\n?|\\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),d.length-1&&(this.yylineno-=d.length-1);var p=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:d?(d.length===h.length?this.yylloc.first_column:0)+h[h.length-d.length].length-d[0].length:this.yylloc.first_column-f},this.options.ranges&&(this.yylloc.range=[p[0],p[0]+this.yyleng-f]),this},more:function(){return this._more=!0,this},less:function(l){this.unput(this.match.slice(l))},pastInput:function(){var l=this.matched.substr(0,this.matched.length-this.match.length);return(l.length>20?"...":"")+l.substr(-20).replace(/\\n/g,"")},upcomingInput:function(){var l=this.match;return l.length<20&&(l+=this._input.substr(0,20-l.length)),(l.substr(0,20)+(l.length>20?"...":"")).replace(/\\n/g,"")},showPosition:function(){var l=this.pastInput(),f=new Array(l.length+1).join("-");return l+this.upcomingInput()+`\n`+f+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var l,f,d,h,p;this._more||(this.yytext="",this.match="");for(var c=this._currentRules(),s=0;s<c.length&&(d=this._input.match(this.rules[c[s]]),!(d&&(!f||d[0].length>f[0].length)&&(f=d,h=s,!this.options.flex)));s++);return f?(p=f[0].match(/(?:\\r\\n?|\\n).*/g),p&&(this.yylineno+=p.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:p?p[p.length-1].length-p[p.length-1].match(/\\r?\\n?/)[0].length:this.yylloc.last_column+f[0].length},this.yytext+=f[0],this.match+=f[0],this.matches=f,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(f[0].length),this.matched+=f[0],l=this.performAction.call(this,this.yy,this,c[h],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),l||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.\n`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var l=this.next();return typeof l<"u"?l:this.lex()},begin:function(l){this.conditionStack.push(l)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(l){this.begin(l)}};return a.options={},a.performAction=function(l,f,d,h){function p(c,s){return f.yytext=f.yytext.substring(c,f.yyleng-s+c)}switch(d){case 0:if(f.yytext.slice(-2)==="\\\\\\\\"?(p(0,1),this.begin("mu")):f.yytext.slice(-1)==="\\\\"?(p(0,1),this.begin("emu")):this.begin("mu"),f.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(p(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(f.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return f.yytext=p(1,2).replace(/\\\\"/g,\'"\'),80;case 32:return f.yytext=p(1,2).replace(/\\\\\'/g,"\'"),80;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return f.yytext=f.yytext.replace(/\\\\([\\\\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},a.rules=[/^(?:[^\\x00]*?(?=(\\{\\{)))/,/^(?:[^\\x00]+)/,/^(?:[^\\x00]{2,}?(?=(\\{\\{|\\\\\\{\\{|\\\\\\\\\\{\\{|$)))/,/^(?:\\{\\{\\{\\{(?=[^/]))/,/^(?:\\{\\{\\{\\{\\/[^\\s!"#%-,\\.\\/;->@\\[-\\^`\\{-~]+(?=[=}\\s\\/.])\\}\\}\\}\\})/,/^(?:[^\\x00]+?(?=(\\{\\{\\{\\{)))/,/^(?:[\\s\\S]*?--(~)?\\}\\})/,/^(?:\\()/,/^(?:\\))/,/^(?:\\{\\{\\{\\{)/,/^(?:\\}\\}\\}\\})/,/^(?:\\{\\{(~)?>)/,/^(?:\\{\\{(~)?#>)/,/^(?:\\{\\{(~)?#\\*?)/,/^(?:\\{\\{(~)?\\/)/,/^(?:\\{\\{(~)?\\^\\s*(~)?\\}\\})/,/^(?:\\{\\{(~)?\\s*else\\s*(~)?\\}\\})/,/^(?:\\{\\{(~)?\\^)/,/^(?:\\{\\{(~)?\\s*else\\b)/,/^(?:\\{\\{(~)?\\{)/,/^(?:\\{\\{(~)?&)/,/^(?:\\{\\{(~)?!--)/,/^(?:\\{\\{(~)?![\\s\\S]*?\\}\\})/,/^(?:\\{\\{(~)?\\*?)/,/^(?:=)/,/^(?:\\.\\.)/,/^(?:\\.(?=([=~}\\s\\/.)|])))/,/^(?:[\\/.])/,/^(?:\\s+)/,/^(?:\\}(~)?\\}\\})/,/^(?:(~)?\\}\\})/,/^(?:"(\\\\["]|[^"])*")/,/^(?:\'(\\\\[\']|[^\'])*\')/,/^(?:@)/,/^(?:true(?=([~}\\s)])))/,/^(?:false(?=([~}\\s)])))/,/^(?:undefined(?=([~}\\s)])))/,/^(?:null(?=([~}\\s)])))/,/^(?:-?[0-9]+(?:\\.[0-9]+)?(?=([~}\\s)])))/,/^(?:as\\s+\\|)/,/^(?:\\|)/,/^(?:([^\\s!"#%-,\\.\\/;->@\\[-\\^`\\{-~]+(?=([=~}\\s\\/.)|]))))/,/^(?:\\[(\\\\\\]|[^\\]])*\\])/,/^(?:.)/,/^(?:$)/],a.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},a}();i.lexer=n;function o(){this.yy={}}return o.prototype=i,i.Parser=o,new o}();t.default=r,e.exports=t.default}(ra,ra.exports)),ra.exports}var ia={exports:{}},oa={exports:{}},km;function Em(){return km||(km=1,function(e,t){t.__esModule=!0;function r(f){return f&&f.__esModule?f:{default:f}}var i=Et(),n=r(i);function o(){this.parents=[]}o.prototype={constructor:o,mutating:!1,acceptKey:function(d,h){var p=this.accept(d[h]);if(this.mutating){if(p&&!o.prototype[p.type])throw new n.default(\'Unexpected node type "\'+p.type+\'" found when accepting \'+h+" on "+d.type);d[h]=p}},acceptRequired:function(d,h){if(this.acceptKey(d,h),!d[h])throw new n.default(d.type+" requires "+h)},acceptArray:function(d){for(var h=0,p=d.length;h<p;h++)this.acceptKey(d,h),d[h]||(d.splice(h,1),h--,p--)},accept:function(d){if(d){if(!this[d.type])throw new n.default("Unknown type: "+d.type,d);this.current&&this.parents.unshift(this.current),this.current=d;var h=this[d.type](d);if(this.current=this.parents.shift(),!this.mutating||h)return h;if(h!==!1)return d}},Program:function(d){this.acceptArray(d.body)},MustacheStatement:a,Decorator:a,BlockStatement:u,DecoratorBlock:u,PartialStatement:l,PartialBlockStatement:function(d){l.call(this,d),this.acceptKey(d,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:a,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(d){this.acceptArray(d.pairs)},HashPair:function(d){this.acceptRequired(d,"value")}};function a(f){this.acceptRequired(f,"path"),this.acceptArray(f.params),this.acceptKey(f,"hash")}function u(f){a.call(this,f),this.acceptKey(f,"program"),this.acceptKey(f,"inverse")}function l(f){this.acceptRequired(f,"name"),this.acceptArray(f.params),this.acceptKey(f,"hash")}t.default=o,e.exports=t.default}(oa,oa.exports)),oa.exports}var Im;function _8(){return Im||(Im=1,function(e,t){t.__esModule=!0;function r(d){return d&&d.__esModule?d:{default:d}}var i=Em(),n=r(i);function o(){var d=arguments.length<=0||arguments[0]===void 0?{}:arguments[0];this.options=d}o.prototype=new n.default,o.prototype.Program=function(d){var h=!this.options.ignoreStandalone,p=!this.isRootSeen;this.isRootSeen=!0;for(var c=d.body,s=0,m=c.length;s<m;s++){var g=c[s],$=this.accept(g);if($){var v=a(c,s,p),_=u(c,s,p),y=$.openStandalone&&v,b=$.closeStandalone&&_,w=$.inlineStandalone&&v&&_;$.close&&l(c,s,!0),$.open&&f(c,s,!0),h&&w&&(l(c,s),f(c,s)&&g.type==="PartialStatement"&&(g.indent=/([ \\t]+$)/.exec(c[s-1].original)[1])),h&&y&&(l((g.program||g.inverse).body),f(c,s)),h&&b&&(l(c,s),f((g.inverse||g.program).body))}}return d},o.prototype.BlockStatement=o.prototype.DecoratorBlock=o.prototype.PartialBlockStatement=function(d){this.accept(d.program),this.accept(d.inverse);var h=d.program||d.inverse,p=d.program&&d.inverse,c=p,s=p;if(p&&p.chained)for(c=p.body[0].program;s.chained;)s=s.body[s.body.length-1].program;var m={open:d.openStrip.open,close:d.closeStrip.close,openStandalone:u(h.body),closeStandalone:a((c||h).body)};if(d.openStrip.close&&l(h.body,null,!0),p){var g=d.inverseStrip;g.open&&f(h.body,null,!0),g.close&&l(c.body,null,!0),d.closeStrip.open&&f(s.body,null,!0),!this.options.ignoreStandalone&&a(h.body)&&u(c.body)&&(f(h.body),l(c.body))}else d.closeStrip.open&&f(h.body,null,!0);return m},o.prototype.Decorator=o.prototype.MustacheStatement=function(d){return d.strip},o.prototype.PartialStatement=o.prototype.CommentStatement=function(d){var h=d.strip||{};return{inlineStandalone:!0,open:h.open,close:h.close}};function a(d,h,p){h===void 0&&(h=d.length);var c=d[h-1],s=d[h-2];if(!c)return p;if(c.type==="ContentStatement")return(s||!p?/\\r?\\n\\s*?$/:/(^|\\r?\\n)\\s*?$/).test(c.original)}function u(d,h,p){h===void 0&&(h=-1);var c=d[h+1],s=d[h+2];if(!c)return p;if(c.type==="ContentStatement")return(s||!p?/^\\s*?\\r?\\n/:/^\\s*?(\\r?\\n|$)/).test(c.original)}function l(d,h,p){var c=d[h==null?0:h+1];if(!(!c||c.type!=="ContentStatement"||!p&&c.rightStripped)){var s=c.value;c.value=c.value.replace(p?/^\\s+/:/^[ \\t]*\\r?\\n?/,""),c.rightStripped=c.value!==s}}function f(d,h,p){var c=d[h==null?d.length-1:h-1];if(!(!c||c.type!=="ContentStatement"||!p&&c.leftStripped)){var s=c.value;return c.value=c.value.replace(p?/\\s+$/:/[ \\t]+$/,""),c.leftStripped=c.value!==s,c.leftStripped}}t.default=o,e.exports=t.default}(ia,ia.exports)),ia.exports}var at={},Nm;function S8(){if(Nm)return at;Nm=1,at.__esModule=!0,at.SourceLocation=n,at.id=o,at.stripFlags=a,at.stripComment=u,at.preparePath=l,at.prepareMustache=f,at.prepareRawBlock=d,at.prepareBlock=h,at.prepareProgram=p,at.preparePartialBlock=c;function e(s){return s&&s.__esModule?s:{default:s}}var t=Et(),r=e(t);function i(s,m){if(m=m.path?m.path.original:m,s.path.original!==m){var g={loc:s.path.loc};throw new r.default(s.path.original+" doesn\'t match "+m,g)}}function n(s,m){this.source=s,this.start={line:m.first_line,column:m.first_column},this.end={line:m.last_line,column:m.last_column}}function o(s){return/^\\[.*\\]$/.test(s)?s.substring(1,s.length-1):s}function a(s,m){return{open:s.charAt(2)==="~",close:m.charAt(m.length-3)==="~"}}function u(s){return s.replace(/^\\{\\{~?!-?-?/,"").replace(/-?-?~?\\}\\}$/,"")}function l(s,m,g){g=this.locInfo(g);for(var $=s?"@":"",v=[],_=0,y=0,b=m.length;y<b;y++){var w=m[y].part,S=m[y].original!==w;if($+=(m[y].separator||"")+w,!S&&(w===".."||w==="."||w==="this")){if(v.length>0)throw new r.default("Invalid path: "+$,{loc:g});w===".."&&_++}else v.push(w)}return{type:"PathExpression",data:s,depth:_,parts:v,original:$,loc:g}}function f(s,m,g,$,v,_){var y=$.charAt(3)||$.charAt(2),b=y!=="{"&&y!=="&",w=/\\*/.test($);return{type:w?"Decorator":"MustacheStatement",path:s,params:m,hash:g,escaped:b,strip:v,loc:this.locInfo(_)}}function d(s,m,g,$){i(s,g),$=this.locInfo($);var v={type:"Program",body:m,strip:{},loc:$};return{type:"BlockStatement",path:s.path,params:s.params,hash:s.hash,program:v,openStrip:{},inverseStrip:{},closeStrip:{},loc:$}}function h(s,m,g,$,v,_){$&&$.path&&i(s,$);var y=/\\*/.test(s.open);m.blockParams=s.blockParams;var b=void 0,w=void 0;if(g){if(y)throw new r.default("Unexpected inverse block on decorator",g);g.chain&&(g.program.body[0].closeStrip=$.strip),w=g.strip,b=g.program}return v&&(v=b,b=m,m=v),{type:y?"DecoratorBlock":"BlockStatement",path:s.path,params:s.params,hash:s.hash,program:m,inverse:b,openStrip:s.strip,inverseStrip:w,closeStrip:$&&$.strip,loc:this.locInfo(_)}}function p(s,m){if(!m&&s.length){var g=s[0].loc,$=s[s.length-1].loc;g&&$&&(m={source:g.source,start:{line:g.start.line,column:g.start.column},end:{line:$.end.line,column:$.end.column}})}return{type:"Program",body:s,strip:{},loc:m}}function c(s,m,g,$){return i(s,g),{type:"PartialBlockStatement",name:s.path,params:s.params,hash:s.hash,program:m,openStrip:s.strip,closeStrip:g&&g.strip,loc:this.locInfo($)}}return at}var Om;function w8(){if(Om)return xr;Om=1,xr.__esModule=!0,xr.parseWithoutProcessing=d,xr.parse=h;function e(p){if(p&&p.__esModule)return p;var c={};if(p!=null)for(var s in p)Object.prototype.hasOwnProperty.call(p,s)&&(c[s]=p[s]);return c.default=p,c}function t(p){return p&&p.__esModule?p:{default:p}}var r=b8(),i=t(r),n=_8(),o=t(n),a=S8(),u=e(a),l=Je();xr.parser=i.default;var f={};l.extend(f,u);function d(p,c){if(p.type==="Program")return p;i.default.yy=f,f.locInfo=function(m){return new f.SourceLocation(c&&c.srcName,m)};var s=i.default.parse(p);return s}function h(p,c){var s=d(p,c),m=new o.default(c);return m.accept(s)}return xr}var Tr={},Pm;function k8(){if(Pm)return Tr;Pm=1,Tr.__esModule=!0,Tr.Compiler=u,Tr.precompile=l,Tr.compile=f;function e(p){return p&&p.__esModule?p:{default:p}}var t=Et(),r=e(t),i=Je(),n=Sm(),o=e(n),a=[].slice;function u(){}u.prototype={compiler:u,equals:function(c){var s=this.opcodes.length;if(c.opcodes.length!==s)return!1;for(var m=0;m<s;m++){var g=this.opcodes[m],$=c.opcodes[m];if(g.opcode!==$.opcode||!d(g.args,$.args))return!1}s=this.children.length;for(var m=0;m<s;m++)if(!this.children[m].equals(c.children[m]))return!1;return!0},guid:0,compile:function(c,s){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=s,this.stringParams=s.stringParams,this.trackIds=s.trackIds,s.blockParams=s.blockParams||[],s.knownHelpers=i.extend(Object.create(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},s.knownHelpers),this.accept(c)},compileProgram:function(c){var s=new this.compiler,m=s.compile(c,this.options),g=this.guid++;return this.usePartial=this.usePartial||m.usePartial,this.children[g]=m,this.useDepths=this.useDepths||m.useDepths,g},accept:function(c){if(!this[c.type])throw new r.default("Unknown type: "+c.type,c);this.sourceNode.unshift(c);var s=this[c.type](c);return this.sourceNode.shift(),s},Program:function(c){this.options.blockParams.unshift(c.blockParams);for(var s=c.body,m=s.length,g=0;g<m;g++)this.accept(s[g]);return this.options.blockParams.shift(),this.isSimple=m===1,this.blockParams=c.blockParams?c.blockParams.length:0,this},BlockStatement:function(c){h(c);var s=c.program,m=c.inverse;s=s&&this.compileProgram(s),m=m&&this.compileProgram(m);var g=this.classifySexpr(c);g==="helper"?this.helperSexpr(c,s,m):g==="simple"?(this.simpleSexpr(c),this.opcode("pushProgram",s),this.opcode("pushProgram",m),this.opcode("emptyHash"),this.opcode("blockValue",c.path.original)):(this.ambiguousSexpr(c,s,m),this.opcode("pushProgram",s),this.opcode("pushProgram",m),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(c){var s=c.program&&this.compileProgram(c.program),m=this.setupFullMustacheParams(c,s,void 0),g=c.path;this.useDecorators=!0,this.opcode("registerDecorator",m.length,g.original)},PartialStatement:function(c){this.usePartial=!0;var s=c.program;s&&(s=this.compileProgram(c.program));var m=c.params;if(m.length>1)throw new r.default("Unsupported number of partial arguments: "+m.length,c);m.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):m.push({type:"PathExpression",parts:[],depth:0}));var g=c.name.original,$=c.name.type==="SubExpression";$&&this.accept(c.name),this.setupFullMustacheParams(c,s,void 0,!0);var v=c.indent||"";this.options.preventIndent&&v&&(this.opcode("appendContent",v),v=""),this.opcode("invokePartial",$,g,v),this.opcode("append")},PartialBlockStatement:function(c){this.PartialStatement(c)},MustacheStatement:function(c){this.SubExpression(c),c.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(c){this.DecoratorBlock(c)},ContentStatement:function(c){c.value&&this.opcode("appendContent",c.value)},CommentStatement:function(){},SubExpression:function(c){h(c);var s=this.classifySexpr(c);s==="simple"?this.simpleSexpr(c):s==="helper"?this.helperSexpr(c):this.ambiguousSexpr(c)},ambiguousSexpr:function(c,s,m){var g=c.path,$=g.parts[0],v=s!=null||m!=null;this.opcode("getContext",g.depth),this.opcode("pushProgram",s),this.opcode("pushProgram",m),g.strict=!0,this.accept(g),this.opcode("invokeAmbiguous",$,v)},simpleSexpr:function(c){var s=c.path;s.strict=!0,this.accept(s),this.opcode("resolvePossibleLambda")},helperSexpr:function(c,s,m){var g=this.setupFullMustacheParams(c,s,m),$=c.path,v=$.parts[0];if(this.options.knownHelpers[v])this.opcode("invokeKnownHelper",g.length,v);else{if(this.options.knownHelpersOnly)throw new r.default("You specified knownHelpersOnly, but used the unknown helper "+v,c);$.strict=!0,$.falsy=!0,this.accept($),this.opcode("invokeHelper",g.length,$.original,o.default.helpers.simpleId($))}},PathExpression:function(c){this.addDepth(c.depth),this.opcode("getContext",c.depth);var s=c.parts[0],m=o.default.helpers.scopedId(c),g=!c.depth&&!m&&this.blockParamIndex(s);g?this.opcode("lookupBlockParam",g,c.parts):s?c.data?(this.options.data=!0,this.opcode("lookupData",c.depth,c.parts,c.strict)):this.opcode("lookupOnContext",c.parts,c.falsy,c.strict,m):this.opcode("pushContext")},StringLiteral:function(c){this.opcode("pushString",c.value)},NumberLiteral:function(c){this.opcode("pushLiteral",c.value)},BooleanLiteral:function(c){this.opcode("pushLiteral",c.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(c){var s=c.pairs,m=0,g=s.length;for(this.opcode("pushHash");m<g;m++)this.pushParam(s[m].value);for(;m--;)this.opcode("assignToHash",s[m].key);this.opcode("popHash")},opcode:function(c){this.opcodes.push({opcode:c,args:a.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(c){c&&(this.useDepths=!0)},classifySexpr:function(c){var s=o.default.helpers.simpleId(c.path),m=s&&!!this.blockParamIndex(c.path.parts[0]),g=!m&&o.default.helpers.helperExpression(c),$=!m&&(g||s);if($&&!g){var v=c.path.parts[0],_=this.options;_.knownHelpers[v]?g=!0:_.knownHelpersOnly&&($=!1)}return g?"helper":$?"ambiguous":"simple"},pushParams:function(c){for(var s=0,m=c.length;s<m;s++)this.pushParam(c[s])},pushParam:function(c){var s=c.value!=null?c.value:c.original||"";if(this.stringParams)s.replace&&(s=s.replace(/^(\\.?\\.\\/)*/g,"").replace(/\\//g,".")),c.depth&&this.addDepth(c.depth),this.opcode("getContext",c.depth||0),this.opcode("pushStringParam",s,c.type),c.type==="SubExpression"&&this.accept(c);else{if(this.trackIds){var m=void 0;if(c.parts&&!o.default.helpers.scopedId(c)&&!c.depth&&(m=this.blockParamIndex(c.parts[0])),m){var g=c.parts.slice(1).join(".");this.opcode("pushId","BlockParam",m,g)}else s=c.original||s,s.replace&&(s=s.replace(/^this(?:\\.|$)/,"").replace(/^\\.\\//,"").replace(/^\\.$/,"")),this.opcode("pushId",c.type,s)}this.accept(c)}},setupFullMustacheParams:function(c,s,m,g){var $=c.params;return this.pushParams($),this.opcode("pushProgram",s),this.opcode("pushProgram",m),c.hash?this.accept(c.hash):this.opcode("emptyHash",g),$},blockParamIndex:function(c){for(var s=0,m=this.options.blockParams.length;s<m;s++){var g=this.options.blockParams[s],$=g&&i.indexOf(g,c);if(g&&$>=0)return[s,$]}}};function l(p,c,s){if(p==null||typeof p!="string"&&p.type!=="Program")throw new r.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+p);c=c||{},"data"in c||(c.data=!0),c.compat&&(c.useDepths=!0);var m=s.parse(p,c),g=new s.Compiler().compile(m,c);return new s.JavaScriptCompiler().compile(g,c)}function f(p,c,s){if(c===void 0&&(c={}),p==null||typeof p!="string"&&p.type!=="Program")throw new r.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+p);c=i.extend({},c),"data"in c||(c.data=!0),c.compat&&(c.useDepths=!0);var m=void 0;function g(){var v=s.parse(p,c),_=new s.Compiler().compile(v,c),y=new s.JavaScriptCompiler().compile(_,c,void 0,!0);return s.template(y)}function $(v,_){return m||(m=g()),m.call(this,v,_)}return $._setup=function(v){return m||(m=g()),m._setup(v)},$._child=function(v,_,y,b){return m||(m=g()),m._child(v,_,y,b)},$}function d(p,c){if(p===c)return!0;if(i.isArray(p)&&i.isArray(c)&&p.length===c.length){for(var s=0;s<p.length;s++)if(!d(p[s],c[s]))return!1;return!0}}function h(p){if(!p.path.parts){var c=p.path;p.path={type:"PathExpression",data:!1,depth:0,parts:[c.original+""],original:c.original+"",loc:c.loc}}}return Tr}var aa={exports:{}},ua={exports:{}},bi={},Es={},sa={},ca={},xm;function E8(){if(xm)return ca;xm=1;var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");return ca.encode=function(t){if(0<=t&&t<e.length)return e[t];throw new TypeError("Must be between 0 and 63: "+t)},ca.decode=function(t){var r=65,i=90,n=97,o=122,a=48,u=57,l=43,f=47,d=26,h=52;return r<=t&&t<=i?t-r:n<=t&&t<=o?t-n+d:a<=t&&t<=u?t-a+h:t==l?62:t==f?63:-1},ca}var Tm;function Am(){if(Tm)return sa;Tm=1;var e=E8(),t=5,r=1<<t,i=r-1,n=r;function o(u){return u<0?(-u<<1)+1:(u<<1)+0}function a(u){var l=(u&1)===1,f=u>>1;return l?-f:f}return sa.encode=function(l){var f="",d,h=o(l);do d=h&i,h>>>=t,h>0&&(d|=n),f+=e.encode(d);while(h>0);return f},sa.decode=function(l,f,d){var h=l.length,p=0,c=0,s,m;do{if(f>=h)throw new Error("Expected more digits in base 64 VLQ value.");if(m=e.decode(l.charCodeAt(f++)),m===-1)throw new Error("Invalid base64 digit: "+l.charAt(f-1));s=!!(m&n),m&=i,p=p+(m<<c),c+=t}while(s);d.value=a(p),d.rest=f},sa}var Is={},jm;function _i(){return jm||(jm=1,function(e){function t(y,b,w){if(b in y)return y[b];if(arguments.length===3)return w;throw new Error(\'"\'+b+\'" is a required argument.\')}e.getArg=t;var r=/^(?:([\\w+\\-.]+):)?\\/\\/(?:(\\w+:\\w+)@)?([\\w.-]*)(?::(\\d+))?(.*)$/,i=/^data:.+\\,.+$/;function n(y){var b=y.match(r);return b?{scheme:b[1],auth:b[2],host:b[3],port:b[4],path:b[5]}:null}e.urlParse=n;function o(y){var b="";return y.scheme&&(b+=y.scheme+":"),b+="//",y.auth&&(b+=y.auth+"@"),y.host&&(b+=y.host),y.port&&(b+=":"+y.port),y.path&&(b+=y.path),b}e.urlGenerate=o;function a(y){var b=y,w=n(y);if(w){if(!w.path)return y;b=w.path}for(var S=e.isAbsolute(b),I=b.split(/\\/+/),T,P=0,O=I.length-1;O>=0;O--)T=I[O],T==="."?I.splice(O,1):T===".."?P++:P>0&&(T===""?(I.splice(O+1,P),P=0):(I.splice(O,2),P--));return b=I.join("/"),b===""&&(b=S?"/":"."),w?(w.path=b,o(w)):b}e.normalize=a;function u(y,b){y===""&&(y="."),b===""&&(b=".");var w=n(b),S=n(y);if(S&&(y=S.path||"/"),w&&!w.scheme)return S&&(w.scheme=S.scheme),o(w);if(w||b.match(i))return b;if(S&&!S.host&&!S.path)return S.host=b,o(S);var I=b.charAt(0)==="/"?b:a(y.replace(/\\/+$/,"")+"/"+b);return S?(S.path=I,o(S)):I}e.join=u,e.isAbsolute=function(y){return y.charAt(0)==="/"||r.test(y)};function l(y,b){y===""&&(y="."),y=y.replace(/\\/$/,"");for(var w=0;b.indexOf(y+"/")!==0;){var S=y.lastIndexOf("/");if(S<0||(y=y.slice(0,S),y.match(/^([^\\/]+:\\/)?\\/*$/)))return b;++w}return Array(w+1).join("../")+b.substr(y.length+1)}e.relative=l;var f=function(){var y=Object.create(null);return!("__proto__"in y)}();function d(y){return y}function h(y){return c(y)?"$"+y:y}e.toSetString=f?d:h;function p(y){return c(y)?y.slice(1):y}e.fromSetString=f?d:p;function c(y){if(!y)return!1;var b=y.length;if(b<9||y.charCodeAt(b-1)!==95||y.charCodeAt(b-2)!==95||y.charCodeAt(b-3)!==111||y.charCodeAt(b-4)!==116||y.charCodeAt(b-5)!==111||y.charCodeAt(b-6)!==114||y.charCodeAt(b-7)!==112||y.charCodeAt(b-8)!==95||y.charCodeAt(b-9)!==95)return!1;for(var w=b-10;w>=0;w--)if(y.charCodeAt(w)!==36)return!1;return!0}function s(y,b,w){var S=g(y.source,b.source);return S!==0||(S=y.originalLine-b.originalLine,S!==0)||(S=y.originalColumn-b.originalColumn,S!==0||w)||(S=y.generatedColumn-b.generatedColumn,S!==0)||(S=y.generatedLine-b.generatedLine,S!==0)?S:g(y.name,b.name)}e.compareByOriginalPositions=s;function m(y,b,w){var S=y.generatedLine-b.generatedLine;return S!==0||(S=y.generatedColumn-b.generatedColumn,S!==0||w)||(S=g(y.source,b.source),S!==0)||(S=y.originalLine-b.originalLine,S!==0)||(S=y.originalColumn-b.originalColumn,S!==0)?S:g(y.name,b.name)}e.compareByGeneratedPositionsDeflated=m;function g(y,b){return y===b?0:y===null?1:b===null?-1:y>b?1:-1}function $(y,b){var w=y.generatedLine-b.generatedLine;return w!==0||(w=y.generatedColumn-b.generatedColumn,w!==0)||(w=g(y.source,b.source),w!==0)||(w=y.originalLine-b.originalLine,w!==0)||(w=y.originalColumn-b.originalColumn,w!==0)?w:g(y.name,b.name)}e.compareByGeneratedPositionsInflated=$;function v(y){return JSON.parse(y.replace(/^\\)]}\'[^\\n]*\\n/,""))}e.parseSourceMapInput=v;function _(y,b,w){if(b=b||"",y&&(y[y.length-1]!=="/"&&b[0]!=="/"&&(y+="/"),b=y+b),w){var S=n(w);if(!S)throw new Error("sourceMapURL could not be parsed");if(S.path){var I=S.path.lastIndexOf("/");I>=0&&(S.path=S.path.substring(0,I+1))}b=u(o(S),b)}return a(b)}e.computeSourceURL=_}(Is)),Is}var Ns={},Cm;function Dm(){if(Cm)return Ns;Cm=1;var e=_i(),t=Object.prototype.hasOwnProperty,r=typeof Map<"u";function i(){this._array=[],this._set=r?new Map:Object.create(null)}return i.fromArray=function(o,a){for(var u=new i,l=0,f=o.length;l<f;l++)u.add(o[l],a);return u},i.prototype.size=function(){return r?this._set.size:Object.getOwnPropertyNames(this._set).length},i.prototype.add=function(o,a){var u=r?o:e.toSetString(o),l=r?this.has(o):t.call(this._set,u),f=this._array.length;(!l||a)&&this._array.push(o),l||(r?this._set.set(o,f):this._set[u]=f)},i.prototype.has=function(o){if(r)return this._set.has(o);var a=e.toSetString(o);return t.call(this._set,a)},i.prototype.indexOf=function(o){if(r){var a=this._set.get(o);if(a>=0)return a}else{var u=e.toSetString(o);if(t.call(this._set,u))return this._set[u]}throw new Error(\'"\'+o+\'" is not in the set.\')},i.prototype.at=function(o){if(o>=0&&o<this._array.length)return this._array[o];throw new Error("No element indexed by "+o)},i.prototype.toArray=function(){return this._array.slice()},Ns.ArraySet=i,Ns}var Os={},zm;function I8(){if(zm)return Os;zm=1;var e=_i();function t(i,n){var o=i.generatedLine,a=n.generatedLine,u=i.generatedColumn,l=n.generatedColumn;return a>o||a==o&&l>=u||e.compareByGeneratedPositionsInflated(i,n)<=0}function r(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}return r.prototype.unsortedForEach=function(n,o){this._array.forEach(n,o)},r.prototype.add=function(n){t(this._last,n)?(this._last=n,this._array.push(n)):(this._sorted=!1,this._array.push(n))},r.prototype.toArray=function(){return this._sorted||(this._array.sort(e.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},Os.MappingList=r,Os}var Um;function Rm(){if(Um)return Es;Um=1;var e=Am(),t=_i(),r=Dm().ArraySet,i=I8().MappingList;function n(o){o||(o={}),this._file=t.getArg(o,"file",null),this._sourceRoot=t.getArg(o,"sourceRoot",null),this._skipValidation=t.getArg(o,"skipValidation",!1),this._sources=new r,this._names=new r,this._mappings=new i,this._sourcesContents=null}return n.prototype._version=3,n.fromSourceMap=function(a){var u=a.sourceRoot,l=new n({file:a.file,sourceRoot:u});return a.eachMapping(function(f){var d={generated:{line:f.generatedLine,column:f.generatedColumn}};f.source!=null&&(d.source=f.source,u!=null&&(d.source=t.relative(u,d.source)),d.original={line:f.originalLine,column:f.originalColumn},f.name!=null&&(d.name=f.name)),l.addMapping(d)}),a.sources.forEach(function(f){var d=f;u!==null&&(d=t.relative(u,f)),l._sources.has(d)||l._sources.add(d);var h=a.sourceContentFor(f);h!=null&&l.setSourceContent(f,h)}),l},n.prototype.addMapping=function(a){var u=t.getArg(a,"generated"),l=t.getArg(a,"original",null),f=t.getArg(a,"source",null),d=t.getArg(a,"name",null);this._skipValidation||this._validateMapping(u,l,f,d),f!=null&&(f=String(f),this._sources.has(f)||this._sources.add(f)),d!=null&&(d=String(d),this._names.has(d)||this._names.add(d)),this._mappings.add({generatedLine:u.line,generatedColumn:u.column,originalLine:l!=null&&l.line,originalColumn:l!=null&&l.column,source:f,name:d})},n.prototype.setSourceContent=function(a,u){var l=a;this._sourceRoot!=null&&(l=t.relative(this._sourceRoot,l)),u!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[t.toSetString(l)]=u):this._sourcesContents&&(delete this._sourcesContents[t.toSetString(l)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))},n.prototype.applySourceMap=function(a,u,l){var f=u;if(u==null){if(a.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.`);f=a.file}var d=this._sourceRoot;d!=null&&(f=t.relative(d,f));var h=new r,p=new r;this._mappings.unsortedForEach(function(c){if(c.source===f&&c.originalLine!=null){var s=a.originalPositionFor({line:c.originalLine,column:c.originalColumn});s.source!=null&&(c.source=s.source,l!=null&&(c.source=t.join(l,c.source)),d!=null&&(c.source=t.relative(d,c.source)),c.originalLine=s.line,c.originalColumn=s.column,s.name!=null&&(c.name=s.name))}var m=c.source;m!=null&&!h.has(m)&&h.add(m);var g=c.name;g!=null&&!p.has(g)&&p.add(g)},this),this._sources=h,this._names=p,a.sources.forEach(function(c){var s=a.sourceContentFor(c);s!=null&&(l!=null&&(c=t.join(l,c)),d!=null&&(c=t.relative(d,c)),this.setSourceContent(c,s))},this)},n.prototype._validateMapping=function(a,u,l,f){if(u&&typeof u.line!="number"&&typeof u.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(a&&"line"in a&&"column"in a&&a.line>0&&a.column>=0&&!u&&!l&&!f)){if(a&&"line"in a&&"column"in a&&u&&"line"in u&&"column"in u&&a.line>0&&a.column>=0&&u.line>0&&u.column>=0&&l)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:a,source:l,original:u,name:f}))}},n.prototype._serializeMappings=function(){for(var a=0,u=1,l=0,f=0,d=0,h=0,p="",c,s,m,g,$=this._mappings.toArray(),v=0,_=$.length;v<_;v++){if(s=$[v],c="",s.generatedLine!==u)for(a=0;s.generatedLine!==u;)c+=";",u++;else if(v>0){if(!t.compareByGeneratedPositionsInflated(s,$[v-1]))continue;c+=","}c+=e.encode(s.generatedColumn-a),a=s.generatedColumn,s.source!=null&&(g=this._sources.indexOf(s.source),c+=e.encode(g-h),h=g,c+=e.encode(s.originalLine-1-f),f=s.originalLine-1,c+=e.encode(s.originalColumn-l),l=s.originalColumn,s.name!=null&&(m=this._names.indexOf(s.name),c+=e.encode(m-d),d=m)),p+=c}return p},n.prototype._generateSourcesContent=function(a,u){return a.map(function(l){if(!this._sourcesContents)return null;u!=null&&(l=t.relative(u,l));var f=t.toSetString(l);return Object.prototype.hasOwnProperty.call(this._sourcesContents,f)?this._sourcesContents[f]:null},this)},n.prototype.toJSON=function(){var a={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(a.file=this._file),this._sourceRoot!=null&&(a.sourceRoot=this._sourceRoot),this._sourcesContents&&(a.sourcesContent=this._generateSourcesContent(a.sources,a.sourceRoot)),a},n.prototype.toString=function(){return JSON.stringify(this.toJSON())},Es.SourceMapGenerator=n,Es}var Si={},Ps={},Mm;function N8(){return Mm||(Mm=1,function(e){e.GREATEST_LOWER_BOUND=1,e.LEAST_UPPER_BOUND=2;function t(r,i,n,o,a,u){var l=Math.floor((i-r)/2)+r,f=a(n,o[l],!0);return f===0?l:f>0?i-l>1?t(l,i,n,o,a,u):u==e.LEAST_UPPER_BOUND?i<o.length?i:-1:l:l-r>1?t(r,l,n,o,a,u):u==e.LEAST_UPPER_BOUND?l:r<0?-1:r}e.search=function(i,n,o,a){if(n.length===0)return-1;var u=t(-1,n.length,i,n,o,a||e.GREATEST_LOWER_BOUND);if(u<0)return-1;for(;u-1>=0&&o(n[u],n[u-1],!0)===0;)--u;return u}}(Ps)),Ps}var xs={},Lm;function O8(){if(Lm)return xs;Lm=1;function e(i,n,o){var a=i[n];i[n]=i[o],i[o]=a}function t(i,n){return Math.round(i+Math.random()*(n-i))}function r(i,n,o,a){if(o<a){var u=t(o,a),l=o-1;e(i,u,a);for(var f=i[a],d=o;d<a;d++)n(i[d],f)<=0&&(l+=1,e(i,l,d));e(i,l+1,d);var h=l+1;r(i,n,o,h-1),r(i,n,h+1,a)}}return xs.quickSort=function(i,n){r(i,n,0,i.length-1)},xs}var Zm;function P8(){if(Zm)return Si;Zm=1;var e=_i(),t=N8(),r=Dm().ArraySet,i=Am(),n=O8().quickSort;function o(f,d){var h=f;return typeof f=="string"&&(h=e.parseSourceMapInput(f)),h.sections!=null?new l(h,d):new a(h,d)}o.fromSourceMap=function(f,d){return a.fromSourceMap(f,d)},o.prototype._version=3,o.prototype.__generatedMappings=null,Object.defineProperty(o.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),o.prototype.__originalMappings=null,Object.defineProperty(o.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),o.prototype._charIsMappingSeparator=function(d,h){var p=d.charAt(h);return p===";"||p===","},o.prototype._parseMappings=function(d,h){throw new Error("Subclasses must implement _parseMappings")},o.GENERATED_ORDER=1,o.ORIGINAL_ORDER=2,o.GREATEST_LOWER_BOUND=1,o.LEAST_UPPER_BOUND=2,o.prototype.eachMapping=function(d,h,p){var c=h||null,s=p||o.GENERATED_ORDER,m;switch(s){case o.GENERATED_ORDER:m=this._generatedMappings;break;case o.ORIGINAL_ORDER:m=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var g=this.sourceRoot;m.map(function($){var v=$.source===null?null:this._sources.at($.source);return v=e.computeSourceURL(g,v,this._sourceMapURL),{source:v,generatedLine:$.generatedLine,generatedColumn:$.generatedColumn,originalLine:$.originalLine,originalColumn:$.originalColumn,name:$.name===null?null:this._names.at($.name)}},this).forEach(d,c)},o.prototype.allGeneratedPositionsFor=function(d){var h=e.getArg(d,"line"),p={source:e.getArg(d,"source"),originalLine:h,originalColumn:e.getArg(d,"column",0)};if(p.source=this._findSourceIndex(p.source),p.source<0)return[];var c=[],s=this._findMapping(p,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,t.LEAST_UPPER_BOUND);if(s>=0){var m=this._originalMappings[s];if(d.column===void 0)for(var g=m.originalLine;m&&m.originalLine===g;)c.push({line:e.getArg(m,"generatedLine",null),column:e.getArg(m,"generatedColumn",null),lastColumn:e.getArg(m,"lastGeneratedColumn",null)}),m=this._originalMappings[++s];else for(var $=m.originalColumn;m&&m.originalLine===h&&m.originalColumn==$;)c.push({line:e.getArg(m,"generatedLine",null),column:e.getArg(m,"generatedColumn",null),lastColumn:e.getArg(m,"lastGeneratedColumn",null)}),m=this._originalMappings[++s]}return c},Si.SourceMapConsumer=o;function a(f,d){var h=f;typeof f=="string"&&(h=e.parseSourceMapInput(f));var p=e.getArg(h,"version"),c=e.getArg(h,"sources"),s=e.getArg(h,"names",[]),m=e.getArg(h,"sourceRoot",null),g=e.getArg(h,"sourcesContent",null),$=e.getArg(h,"mappings"),v=e.getArg(h,"file",null);if(p!=this._version)throw new Error("Unsupported version: "+p);m&&(m=e.normalize(m)),c=c.map(String).map(e.normalize).map(function(_){return m&&e.isAbsolute(m)&&e.isAbsolute(_)?e.relative(m,_):_}),this._names=r.fromArray(s.map(String),!0),this._sources=r.fromArray(c,!0),this._absoluteSources=this._sources.toArray().map(function(_){return e.computeSourceURL(m,_,d)}),this.sourceRoot=m,this.sourcesContent=g,this._mappings=$,this._sourceMapURL=d,this.file=v}a.prototype=Object.create(o.prototype),a.prototype.consumer=o,a.prototype._findSourceIndex=function(f){var d=f;if(this.sourceRoot!=null&&(d=e.relative(this.sourceRoot,d)),this._sources.has(d))return this._sources.indexOf(d);var h;for(h=0;h<this._absoluteSources.length;++h)if(this._absoluteSources[h]==f)return h;return-1},a.fromSourceMap=function(d,h){var p=Object.create(a.prototype),c=p._names=r.fromArray(d._names.toArray(),!0),s=p._sources=r.fromArray(d._sources.toArray(),!0);p.sourceRoot=d._sourceRoot,p.sourcesContent=d._generateSourcesContent(p._sources.toArray(),p.sourceRoot),p.file=d._file,p._sourceMapURL=h,p._absoluteSources=p._sources.toArray().map(function(w){return e.computeSourceURL(p.sourceRoot,w,h)});for(var m=d._mappings.toArray().slice(),g=p.__generatedMappings=[],$=p.__originalMappings=[],v=0,_=m.length;v<_;v++){var y=m[v],b=new u;b.generatedLine=y.generatedLine,b.generatedColumn=y.generatedColumn,y.source&&(b.source=s.indexOf(y.source),b.originalLine=y.originalLine,b.originalColumn=y.originalColumn,y.name&&(b.name=c.indexOf(y.name)),$.push(b)),g.push(b)}return n(p.__originalMappings,e.compareByOriginalPositions),p},a.prototype._version=3,Object.defineProperty(a.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function u(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}a.prototype._parseMappings=function(d,h){for(var p=1,c=0,s=0,m=0,g=0,$=0,v=d.length,_=0,y={},b={},w=[],S=[],I,T,P,O,A;_<v;)if(d.charAt(_)===";")p++,_++,c=0;else if(d.charAt(_)===",")_++;else{for(I=new u,I.generatedLine=p,O=_;O<v&&!this._charIsMappingSeparator(d,O);O++);if(T=d.slice(_,O),P=y[T],P)_+=T.length;else{for(P=[];_<O;)i.decode(d,_,b),A=b.value,_=b.rest,P.push(A);if(P.length===2)throw new Error("Found a source, but no line and column");if(P.length===3)throw new Error("Found a source and line, but no column");y[T]=P}I.generatedColumn=c+P[0],c=I.generatedColumn,P.length>1&&(I.source=g+P[1],g+=P[1],I.originalLine=s+P[2],s=I.originalLine,I.originalLine+=1,I.originalColumn=m+P[3],m=I.originalColumn,P.length>4&&(I.name=$+P[4],$+=P[4])),S.push(I),typeof I.originalLine=="number"&&w.push(I)}n(S,e.compareByGeneratedPositionsDeflated),this.__generatedMappings=S,n(w,e.compareByOriginalPositions),this.__originalMappings=w},a.prototype._findMapping=function(d,h,p,c,s,m){if(d[p]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+d[p]);if(d[c]<0)throw new TypeError("Column must be greater than or equal to 0, got "+d[c]);return t.search(d,h,s,m)},a.prototype.computeColumnSpans=function(){for(var d=0;d<this._generatedMappings.length;++d){var h=this._generatedMappings[d];if(d+1<this._generatedMappings.length){var p=this._generatedMappings[d+1];if(h.generatedLine===p.generatedLine){h.lastGeneratedColumn=p.generatedColumn-1;continue}}h.lastGeneratedColumn=1/0}},a.prototype.originalPositionFor=function(d){var h={generatedLine:e.getArg(d,"line"),generatedColumn:e.getArg(d,"column")},p=this._findMapping(h,this._generatedMappings,"generatedLine","generatedColumn",e.compareByGeneratedPositionsDeflated,e.getArg(d,"bias",o.GREATEST_LOWER_BOUND));if(p>=0){var c=this._generatedMappings[p];if(c.generatedLine===h.generatedLine){var s=e.getArg(c,"source",null);s!==null&&(s=this._sources.at(s),s=e.computeSourceURL(this.sourceRoot,s,this._sourceMapURL));var m=e.getArg(c,"name",null);return m!==null&&(m=this._names.at(m)),{source:s,line:e.getArg(c,"originalLine",null),column:e.getArg(c,"originalColumn",null),name:m}}}return{source:null,line:null,column:null,name:null}},a.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(d){return d==null}):!1},a.prototype.sourceContentFor=function(d,h){if(!this.sourcesContent)return null;var p=this._findSourceIndex(d);if(p>=0)return this.sourcesContent[p];var c=d;this.sourceRoot!=null&&(c=e.relative(this.sourceRoot,c));var s;if(this.sourceRoot!=null&&(s=e.urlParse(this.sourceRoot))){var m=c.replace(/^file:\\/\\//,"");if(s.scheme=="file"&&this._sources.has(m))return this.sourcesContent[this._sources.indexOf(m)];if((!s.path||s.path=="/")&&this._sources.has("/"+c))return this.sourcesContent[this._sources.indexOf("/"+c)]}if(h)return null;throw new Error(\'"\'+c+\'" is not in the SourceMap.\')},a.prototype.generatedPositionFor=function(d){var h=e.getArg(d,"source");if(h=this._findSourceIndex(h),h<0)return{line:null,column:null,lastColumn:null};var p={source:h,originalLine:e.getArg(d,"line"),originalColumn:e.getArg(d,"column")},c=this._findMapping(p,this._originalMappings,"originalLine","originalColumn",e.compareByOriginalPositions,e.getArg(d,"bias",o.GREATEST_LOWER_BOUND));if(c>=0){var s=this._originalMappings[c];if(s.source===p.source)return{line:e.getArg(s,"generatedLine",null),column:e.getArg(s,"generatedColumn",null),lastColumn:e.getArg(s,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},Si.BasicSourceMapConsumer=a;function l(f,d){var h=f;typeof f=="string"&&(h=e.parseSourceMapInput(f));var p=e.getArg(h,"version"),c=e.getArg(h,"sections");if(p!=this._version)throw new Error("Unsupported version: "+p);this._sources=new r,this._names=new r;var s={line:-1,column:0};this._sections=c.map(function(m){if(m.url)throw new Error("Support for url field in sections not implemented.");var g=e.getArg(m,"offset"),$=e.getArg(g,"line"),v=e.getArg(g,"column");if($<s.line||$===s.line&&v<s.column)throw new Error("Section offsets must be ordered and non-overlapping.");return s=g,{generatedOffset:{generatedLine:$+1,generatedColumn:v+1},consumer:new o(e.getArg(m,"map"),d)}})}return l.prototype=Object.create(o.prototype),l.prototype.constructor=o,l.prototype._version=3,Object.defineProperty(l.prototype,"sources",{get:function(){for(var f=[],d=0;d<this._sections.length;d++)for(var h=0;h<this._sections[d].consumer.sources.length;h++)f.push(this._sections[d].consumer.sources[h]);return f}}),l.prototype.originalPositionFor=function(d){var h={generatedLine:e.getArg(d,"line"),generatedColumn:e.getArg(d,"column")},p=t.search(h,this._sections,function(s,m){var g=s.generatedLine-m.generatedOffset.generatedLine;return g||s.generatedColumn-m.generatedOffset.generatedColumn}),c=this._sections[p];return c?c.consumer.originalPositionFor({line:h.generatedLine-(c.generatedOffset.generatedLine-1),column:h.generatedColumn-(c.generatedOffset.generatedLine===h.generatedLine?c.generatedOffset.generatedColumn-1:0),bias:d.bias}):{source:null,line:null,column:null,name:null}},l.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(d){return d.consumer.hasContentsOfAllSources()})},l.prototype.sourceContentFor=function(d,h){for(var p=0;p<this._sections.length;p++){var c=this._sections[p],s=c.consumer.sourceContentFor(d,!0);if(s)return s}if(h)return null;throw new Error(\'"\'+d+\'" is not in the SourceMap.\')},l.prototype.generatedPositionFor=function(d){for(var h=0;h<this._sections.length;h++){var p=this._sections[h];if(p.consumer._findSourceIndex(e.getArg(d,"source"))!==-1){var c=p.consumer.generatedPositionFor(d);if(c){var s={line:c.line+(p.generatedOffset.generatedLine-1),column:c.column+(p.generatedOffset.generatedLine===c.line?p.generatedOffset.generatedColumn-1:0)};return s}}}return{line:null,column:null}},l.prototype._parseMappings=function(d,h){this.__generatedMappings=[],this.__originalMappings=[];for(var p=0;p<this._sections.length;p++)for(var c=this._sections[p],s=c.consumer._generatedMappings,m=0;m<s.length;m++){var g=s[m],$=c.consumer._sources.at(g.source);$=e.computeSourceURL(c.consumer.sourceRoot,$,this._sourceMapURL),this._sources.add($),$=this._sources.indexOf($);var v=null;g.name&&(v=c.consumer._names.at(g.name),this._names.add(v),v=this._names.indexOf(v));var _={source:$,generatedLine:g.generatedLine+(c.generatedOffset.generatedLine-1),generatedColumn:g.generatedColumn+(c.generatedOffset.generatedLine===g.generatedLine?c.generatedOffset.generatedColumn-1:0),originalLine:g.originalLine,originalColumn:g.originalColumn,name:v};this.__generatedMappings.push(_),typeof _.originalLine=="number"&&this.__originalMappings.push(_)}n(this.__generatedMappings,e.compareByGeneratedPositionsDeflated),n(this.__originalMappings,e.compareByOriginalPositions)},Si.IndexedSourceMapConsumer=l,Si}var Ts={},Fm;function x8(){if(Fm)return Ts;Fm=1;var e=Rm().SourceMapGenerator,t=_i(),r=/(\\r?\\n)/,i=10,n="$$$isSourceNode$$$";function o(a,u,l,f,d){this.children=[],this.sourceContents={},this.line=a??null,this.column=u??null,this.source=l??null,this.name=d??null,this[n]=!0,f!=null&&this.add(f)}return o.fromStringWithSourceMap=function(u,l,f){var d=new o,h=u.split(r),p=0,c=function(){var v=y(),_=y()||"";return v+_;function y(){return p<h.length?h[p++]:void 0}},s=1,m=0,g=null;return l.eachMapping(function(v){if(g!==null)if(s<v.generatedLine)$(g,c()),s++,m=0;else{var _=h[p]||"",y=_.substr(0,v.generatedColumn-m);h[p]=_.substr(v.generatedColumn-m),m=v.generatedColumn,$(g,y),g=v;return}for(;s<v.generatedLine;)d.add(c()),s++;if(m<v.generatedColumn){var _=h[p]||"";d.add(_.substr(0,v.generatedColumn)),h[p]=_.substr(v.generatedColumn),m=v.generatedColumn}g=v},this),p<h.length&&(g&&$(g,c()),d.add(h.splice(p).join(""))),l.sources.forEach(function(v){var _=l.sourceContentFor(v);_!=null&&(f!=null&&(v=t.join(f,v)),d.setSourceContent(v,_))}),d;function $(v,_){if(v===null||v.source===void 0)d.add(_);else{var y=f?t.join(f,v.source):v.source;d.add(new o(v.originalLine,v.originalColumn,y,_,v.name))}}},o.prototype.add=function(u){if(Array.isArray(u))u.forEach(function(l){this.add(l)},this);else if(u[n]||typeof u=="string")u&&this.children.push(u);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+u);return this},o.prototype.prepend=function(u){if(Array.isArray(u))for(var l=u.length-1;l>=0;l--)this.prepend(u[l]);else if(u[n]||typeof u=="string")this.children.unshift(u);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+u);return this},o.prototype.walk=function(u){for(var l,f=0,d=this.children.length;f<d;f++)l=this.children[f],l[n]?l.walk(u):l!==""&&u(l,{source:this.source,line:this.line,column:this.column,name:this.name})},o.prototype.join=function(u){var l,f,d=this.children.length;if(d>0){for(l=[],f=0;f<d-1;f++)l.push(this.children[f]),l.push(u);l.push(this.children[f]),this.children=l}return this},o.prototype.replaceRight=function(u,l){var f=this.children[this.children.length-1];return f[n]?f.replaceRight(u,l):typeof f=="string"?this.children[this.children.length-1]=f.replace(u,l):this.children.push("".replace(u,l)),this},o.prototype.setSourceContent=function(u,l){this.sourceContents[t.toSetString(u)]=l},o.prototype.walkSourceContents=function(u){for(var l=0,f=this.children.length;l<f;l++)this.children[l][n]&&this.children[l].walkSourceContents(u);for(var d=Object.keys(this.sourceContents),l=0,f=d.length;l<f;l++)u(t.fromSetString(d[l]),this.sourceContents[d[l]])},o.prototype.toString=function(){var u="";return this.walk(function(l){u+=l}),u},o.prototype.toStringWithSourceMap=function(u){var l={code:"",line:1,column:0},f=new e(u),d=!1,h=null,p=null,c=null,s=null;return this.walk(function(m,g){l.code+=m,g.source!==null&&g.line!==null&&g.column!==null?((h!==g.source||p!==g.line||c!==g.column||s!==g.name)&&f.addMapping({source:g.source,original:{line:g.line,column:g.column},generated:{line:l.line,column:l.column},name:g.name}),h=g.source,p=g.line,c=g.column,s=g.name,d=!0):d&&(f.addMapping({generated:{line:l.line,column:l.column}}),h=null,d=!1);for(var $=0,v=m.length;$<v;$++)m.charCodeAt($)===i?(l.line++,l.column=0,$+1===v?(h=null,d=!1):d&&f.addMapping({source:g.source,original:{line:g.line,column:g.column},generated:{line:l.line,column:l.column},name:g.name})):l.column++}),this.walkSourceContents(function(m,g){f.setSourceContent(m,g)}),{code:l.code,map:f}},Ts.SourceNode=o,Ts}var Bm;function T8(){return Bm||(Bm=1,bi.SourceMapGenerator=Rm().SourceMapGenerator,bi.SourceMapConsumer=P8().SourceMapConsumer,bi.SourceNode=x8().SourceNode),bi}var Hm;function A8(){return Hm||(Hm=1,function(e,t){t.__esModule=!0;var r=Je(),i=void 0;try{var n=T8();i=n.SourceNode}catch{}i||(i=function(u,l,f,d){this.src="",d&&this.add(d)},i.prototype={add:function(l){r.isArray(l)&&(l=l.join("")),this.src+=l},prepend:function(l){r.isArray(l)&&(l=l.join("")),this.src=l+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}});function o(u,l,f){if(r.isArray(u)){for(var d=[],h=0,p=u.length;h<p;h++)d.push(l.wrap(u[h],f));return d}else if(typeof u=="boolean"||typeof u=="number")return u+"";return u}function a(u){this.srcFile=u,this.source=[]}a.prototype={isEmpty:function(){return!this.source.length},prepend:function(l,f){this.source.unshift(this.wrap(l,f))},push:function(l,f){this.source.push(this.wrap(l,f))},merge:function(){var l=this.empty();return this.each(function(f){l.add([" ",f,`\n`])}),l},each:function(l){for(var f=0,d=this.source.length;f<d;f++)l(this.source[f])},empty:function(){var l=this.currentLocation||{start:{}};return new i(l.start.line,l.start.column,this.srcFile)},wrap:function(l){var f=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return l instanceof i?l:(l=o(l,this,f),new i(f.start.line,f.start.column,this.srcFile,l))},functionCall:function(l,f,d){return d=this.generateList(d),this.wrap([l,f?"."+f+"(":"(",d,")"])},quotedString:function(l){return\'"\'+(l+"").replace(/\\\\/g,"\\\\\\\\").replace(/"/g,\'\\\\"\').replace(/\\n/g,"\\\\n").replace(/\\r/g,"\\\\r").replace(/\\u2028/g,"\\\\u2028").replace(/\\u2029/g,"\\\\u2029")+\'"\'},objectLiteral:function(l){var f=this,d=[];Object.keys(l).forEach(function(p){var c=o(l[p],f);c!=="undefined"&&d.push([f.quotedString(p),":",c])});var h=this.generateList(d);return h.prepend("{"),h.add("}"),h},generateList:function(l){for(var f=this.empty(),d=0,h=l.length;d<h;d++)d&&f.add(","),f.add(o(l[d],this));return f},generateArray:function(l){var f=this.generateList(l);return f.prepend("["),f.add("]"),f}},t.default=a,e.exports=t.default}(ua,ua.exports)),ua.exports}var Gm;function j8(){return Gm||(Gm=1,function(e,t){t.__esModule=!0;function r(p){return p&&p.__esModule?p:{default:p}}var i=ks(),n=Et(),o=r(n),a=Je(),u=A8(),l=r(u);function f(p){this.value=p}function d(){}d.prototype={nameLookup:function(c,s){return this.internalNameLookup(c,s)},depthedLookup:function(c){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(c),")"]},compilerInfo:function(){var c=i.COMPILER_REVISION,s=i.REVISION_CHANGES[c];return[c,s]},appendToBuffer:function(c,s,m){return a.isArray(c)||(c=[c]),c=this.source.wrap(c,s),this.environment.isSimple?["return ",c,";"]:m?["buffer += ",c,";"]:(c.appendToBuffer=!0,c)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(c,s){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",c,",",JSON.stringify(s),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(c,s,m,g){this.environment=c,this.options=s,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!g,this.name=this.environment.name,this.isChild=!!m,this.context=m||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(c,s),this.useDepths=this.useDepths||c.useDepths||c.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||c.useBlockParams;var $=c.opcodes,v=void 0,_=void 0,y=void 0,b=void 0;for(y=0,b=$.length;y<b;y++)v=$[y],this.source.currentLocation=v.loc,_=_||v.loc,this[v.opcode].apply(this,v.args);if(this.source.currentLocation=_,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new o.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;\n`]),this.decorators.push("return fn;"),g?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend(`function(fn, props, container, depth0, data, blockParams, depths) {\n`),this.decorators.push(`}\n`),this.decorators=this.decorators.merge()));var w=this.createFunctionContext(g);if(this.isChild)return w;var S={compiler:this.compilerInfo(),main:w};this.decorators&&(S.main_d=this.decorators,S.useDecorators=!0);var I=this.context,T=I.programs,P=I.decorators;for(y=0,b=T.length;y<b;y++)T[y]&&(S[y]=T[y],P[y]&&(S[y+"_d"]=P[y],S.useDecorators=!0));return this.environment.usePartial&&(S.usePartial=!0),this.options.data&&(S.useData=!0),this.useDepths&&(S.useDepths=!0),this.useBlockParams&&(S.useBlockParams=!0),this.options.compat&&(S.compat=!0),g?S.compilerOptions=this.options:(S.compiler=JSON.stringify(S.compiler),this.source.currentLocation={start:{line:1,column:0}},S=this.objectLiteral(S),s.srcName?(S=S.toStringWithSourceMap({file:s.destName}),S.map=S.map&&S.map.toString()):S=S.toString()),S},preamble:function(){this.lastContext=0,this.source=new l.default(this.options.srcName),this.decorators=new l.default(this.options.srcName)},createFunctionContext:function(c){var s=this,m="",g=this.stackVars.concat(this.registers.list);g.length>0&&(m+=", "+g.join(", "));var $=0;Object.keys(this.aliases).forEach(function(y){var b=s.aliases[y];b.children&&b.referenceCount>1&&(m+=", alias"+ ++$+"="+y,b.children[0]="alias"+$)}),this.lookupPropertyFunctionIsUsed&&(m+=", "+this.lookupPropertyFunctionVarDeclaration());var v=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&v.push("blockParams"),this.useDepths&&v.push("depths");var _=this.mergeSource(m);return c?(v.push(_),Function.apply(this,v)):this.source.wrap(["function(",v.join(","),`) {\n `,_,"}"])},mergeSource:function(c){var s=this.environment.isSimple,m=!this.forceBuffer,g=void 0,$=void 0,v=void 0,_=void 0;return this.source.each(function(y){y.appendToBuffer?(v?y.prepend(" + "):v=y,_=y):(v&&($?v.prepend("buffer += "):g=!0,_.add(";"),v=_=void 0),$=!0,s||(m=!1))}),m?v?(v.prepend("return "),_.add(";")):$||this.source.push(\'return "";\'):(c+=", buffer = "+(g?"":this.initializeBuffer()),v?(v.prepend("return buffer + "),_.add(";")):this.source.push("return buffer;")),c&&this.source.prepend("var "+c.substring(2)+(g?"":`;\n`)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return`\n lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n }\n `.trim()},blockValue:function(c){var s=this.aliasable("container.hooks.blockHelperMissing"),m=[this.contextName(0)];this.setupHelperArgs(c,0,m);var g=this.popStack();m.splice(1,0,g),this.push(this.source.functionCall(s,"call",m))},ambiguousBlockValue:function(){var c=this.aliasable("container.hooks.blockHelperMissing"),s=[this.contextName(0)];this.setupHelperArgs("",0,s,!0),this.flushInline();var m=this.topStack();s.splice(1,0,m),this.pushSource(["if (!",this.lastHelper,") { ",m," = ",this.source.functionCall(c,"call",s),"}"])},appendContent:function(c){this.pendingContent?c=this.pendingContent+c:this.pendingLocation=this.source.currentLocation,this.pendingContent=c},append:function(){if(this.isInline())this.replaceStack(function(s){return[" != null ? ",s,\' : ""\']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var c=this.popStack();this.pushSource(["if (",c," != null) { ",this.appendToBuffer(c,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("\'\'",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(c){this.lastContext=c},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(c,s,m,g){var $=0;!g&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(c[$++])):this.pushContext(),this.resolvePath("context",c,$,s,m)},lookupBlockParam:function(c,s){this.useBlockParams=!0,this.push(["blockParams[",c[0],"][",c[1],"]"]),this.resolvePath("context",s,1)},lookupData:function(c,s,m){c?this.pushStackLiteral("container.data(data, "+c+")"):this.pushStackLiteral("data"),this.resolvePath("data",s,0,!0,m)},resolvePath:function(c,s,m,g,$){var v=this;if(this.options.strict||this.options.assumeObjects){this.push(h(this.options.strict&&$,this,s,m,c));return}for(var _=s.length;m<_;m++)this.replaceStack(function(y){var b=v.nameLookup(y,s[m],c);return g?[" && ",b]:[" != null ? ",b," : ",y]})},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(c,s){this.pushContext(),this.pushString(s),s!=="SubExpression"&&(typeof c=="string"?this.pushString(c):this.pushStackLiteral(c))},emptyHash:function(c){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(c?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var c=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(c.ids)),this.stringParams&&(this.push(this.objectLiteral(c.contexts)),this.push(this.objectLiteral(c.types))),this.push(this.objectLiteral(c.values))},pushString:function(c){this.pushStackLiteral(this.quotedString(c))},pushLiteral:function(c){this.pushStackLiteral(c)},pushProgram:function(c){c!=null?this.pushStackLiteral(this.programExpression(c)):this.pushStackLiteral(null)},registerDecorator:function(c,s){var m=this.nameLookup("decorators",s,"decorator"),g=this.setupHelperArgs(s,c);this.decorators.push(["fn = ",this.decorators.functionCall(m,"",["fn","props","container",g])," || fn;"])},invokeHelper:function(c,s,m){var g=this.popStack(),$=this.setupHelper(c,s),v=[];m&&v.push($.name),v.push(g),this.options.strict||v.push(this.aliasable("container.hooks.helperMissing"));var _=["(",this.itemsSeparatedBy(v,"||"),")"],y=this.source.functionCall(_,"call",$.callParams);this.push(y)},itemsSeparatedBy:function(c,s){var m=[];m.push(c[0]);for(var g=1;g<c.length;g++)m.push(s,c[g]);return m},invokeKnownHelper:function(c,s){var m=this.setupHelper(c,s);this.push(this.source.functionCall(m.name,"call",m.callParams))},invokeAmbiguous:function(c,s){this.useRegister("helper");var m=this.popStack();this.emptyHash();var g=this.setupHelper(0,c,s),$=this.lastHelper=this.nameLookup("helpers",c,"helper"),v=["(","(helper = ",$," || ",m,")"];this.options.strict||(v[0]="(helper = ",v.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",v,g.paramsInit?["),(",g.paramsInit]:[],"),","(typeof helper === ",this.aliasable(\'"function"\')," ? ",this.source.functionCall("helper","call",g.callParams)," : helper))"])},invokePartial:function(c,s,m){var g=[],$=this.setupParams(s,1,g);c&&(s=this.popStack(),delete $.name),m&&($.indent=JSON.stringify(m)),$.helpers="helpers",$.partials="partials",$.decorators="container.decorators",c?g.unshift(s):g.unshift(this.nameLookup("partials",s,"partial")),this.options.compat&&($.depths="depths"),$=this.objectLiteral($),g.push($),this.push(this.source.functionCall("container.invokePartial","",g))},assignToHash:function(c){var s=this.popStack(),m=void 0,g=void 0,$=void 0;this.trackIds&&($=this.popStack()),this.stringParams&&(g=this.popStack(),m=this.popStack());var v=this.hash;m&&(v.contexts[c]=m),g&&(v.types[c]=g),$&&(v.ids[c]=$),v.values[c]=s},pushId:function(c,s,m){c==="BlockParam"?this.pushStackLiteral("blockParams["+s[0]+"].path["+s[1]+"]"+(m?" + "+JSON.stringify("."+m):"")):c==="PathExpression"?this.pushString(s):c==="SubExpression"?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:d,compileChildren:function(c,s){for(var m=c.children,g=void 0,$=void 0,v=0,_=m.length;v<_;v++){g=m[v],$=new this.compiler;var y=this.matchExistingProgram(g);if(y==null){this.context.programs.push("");var b=this.context.programs.length;g.index=b,g.name="program"+b,this.context.programs[b]=$.compile(g,s,this.context,!this.precompile),this.context.decorators[b]=$.decorators,this.context.environments[b]=g,this.useDepths=this.useDepths||$.useDepths,this.useBlockParams=this.useBlockParams||$.useBlockParams,g.useDepths=this.useDepths,g.useBlockParams=this.useBlockParams}else g.index=y.index,g.name="program"+y.index,this.useDepths=this.useDepths||y.useDepths,this.useBlockParams=this.useBlockParams||y.useBlockParams}},matchExistingProgram:function(c){for(var s=0,m=this.context.environments.length;s<m;s++){var g=this.context.environments[s];if(g&&g.equals(c))return g}},programExpression:function(c){var s=this.environment.children[c],m=[s.index,"data",s.blockParams];return(this.useBlockParams||this.useDepths)&&m.push("blockParams"),this.useDepths&&m.push("depths"),"container.program("+m.join(", ")+")"},useRegister:function(c){this.registers[c]||(this.registers[c]=!0,this.registers.list.push(c))},push:function(c){return c instanceof f||(c=this.source.wrap(c)),this.inlineStack.push(c),c},pushStackLiteral:function(c){this.push(new f(c))},pushSource:function(c){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),c&&this.source.push(c)},replaceStack:function(c){var s=["("],m=void 0,g=void 0,$=void 0;if(!this.isInline())throw new o.default("replaceStack on non-inline");var v=this.popStack(!0);if(v instanceof f)m=[v.value],s=["(",m],$=!0;else{g=!0;var _=this.incrStack();s=["((",this.push(_)," = ",v,")"],m=this.topStack()}var y=c.call(this,m);$||this.popStack(),g&&this.stackSlot--,this.push(s.concat(y,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var c=this.inlineStack;this.inlineStack=[];for(var s=0,m=c.length;s<m;s++){var g=c[s];if(g instanceof f)this.compileStack.push(g);else{var $=this.incrStack();this.pushSource([$," = ",g,";"]),this.compileStack.push($)}}},isInline:function(){return this.inlineStack.length},popStack:function(c){var s=this.isInline(),m=(s?this.inlineStack:this.compileStack).pop();if(!c&&m instanceof f)return m.value;if(!s){if(!this.stackSlot)throw new o.default("Invalid stack pop");this.stackSlot--}return m},topStack:function(){var c=this.isInline()?this.inlineStack:this.compileStack,s=c[c.length-1];return s instanceof f?s.value:s},contextName:function(c){return this.useDepths&&c?"depths["+c+"]":"depth"+c},quotedString:function(c){return this.source.quotedString(c)},objectLiteral:function(c){return this.source.objectLiteral(c)},aliasable:function(c){var s=this.aliases[c];return s?(s.referenceCount++,s):(s=this.aliases[c]=this.source.wrap(c),s.aliasable=!0,s.referenceCount=1,s)},setupHelper:function(c,s,m){var g=[],$=this.setupHelperArgs(s,c,g,m),v=this.nameLookup("helpers",s,"helper"),_=this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})");return{params:g,paramsInit:$,name:v,callParams:[_].concat(g)}},setupParams:function(c,s,m){var g={},$=[],v=[],_=[],y=!m,b=void 0;y&&(m=[]),g.name=this.quotedString(c),g.hash=this.popStack(),this.trackIds&&(g.hashIds=this.popStack()),this.stringParams&&(g.hashTypes=this.popStack(),g.hashContexts=this.popStack());var w=this.popStack(),S=this.popStack();(S||w)&&(g.fn=S||"container.noop",g.inverse=w||"container.noop");for(var I=s;I--;)b=this.popStack(),m[I]=b,this.trackIds&&(_[I]=this.popStack()),this.stringParams&&(v[I]=this.popStack(),$[I]=this.popStack());return y&&(g.args=this.source.generateArray(m)),this.trackIds&&(g.ids=this.source.generateArray(_)),this.stringParams&&(g.types=this.source.generateArray(v),g.contexts=this.source.generateArray($)),this.options.data&&(g.data="data"),this.useBlockParams&&(g.blockParams="blockParams"),g},setupHelperArgs:function(c,s,m,g){var $=this.setupParams(c,s,m);return $.loc=JSON.stringify(this.source.currentLocation),$=this.objectLiteral($),g?(this.useRegister("options"),m.push("options"),["options=",$]):m?(m.push($),""):$}},function(){for(var p="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),c=d.RESERVED_WORDS={},s=0,m=p.length;s<m;s++)c[p[s]]=!0}(),d.isValidJavaScriptVariableName=function(p){return!d.RESERVED_WORDS[p]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(p)};function h(p,c,s,m,g){var $=c.popStack(),v=s.length;for(p&&v--;m<v;m++)$=c.nameLookup($,s[m],g);return p?[c.aliasable("container.strict"),"(",$,", ",c.quotedString(s[m]),", ",JSON.stringify(c.source.currentLocation)," )"]:$}t.default=d,e.exports=t.default}(aa,aa.exports)),aa.exports}var Wm;function C8(){return Wm||(Wm=1,function(e,t){t.__esModule=!0;function r(v){return v&&v.__esModule?v:{default:v}}var i=y8(),n=r(i),o=Sm(),a=r(o),u=w8(),l=k8(),f=j8(),d=r(f),h=Em(),p=r(h),c=ym(),s=r(c),m=n.default.create;function g(){var v=m();return v.compile=function(_,y){return l.compile(_,y,v)},v.precompile=function(_,y){return l.precompile(_,y,v)},v.AST=a.default,v.Compiler=l.Compiler,v.JavaScriptCompiler=d.default,v.Parser=u.parser,v.parse=u.parse,v.parseWithoutProcessing=u.parseWithoutProcessing,v}var $=g();$.create=g,s.default($),$.Visitor=p.default,$.default=$,t.default=$,e.exports=t.default}(Mo,Mo.exports)),Mo.exports}C8();var we=(e=>(e.ACTOR="ACTOR",e.ADDRESS="ADDRESS",e.ARRAY="ARRAY",e.BOOLEAN="BOOLEAN",e.CURRENCY="CURRENCY",e.DATE="DATE",e.DATE_TIME="DATE_TIME",e.EMAILS="EMAILS",e.FILES="FILES",e.FULL_NAME="FULL_NAME",e.LINKS="LINKS",e.MORPH_RELATION="MORPH_RELATION",e.MULTI_SELECT="MULTI_SELECT",e.NUMBER="NUMBER",e.NUMERIC="NUMERIC",e.PHONES="PHONES",e.POSITION="POSITION",e.RATING="RATING",e.RAW_JSON="RAW_JSON",e.RELATION="RELATION",e.RICH_TEXT="RICH_TEXT",e.RICH_TEXT_V2="RICH_TEXT_V2",e.SELECT="SELECT",e.TEXT="TEXT",e.TS_VECTOR="TS_VECTOR",e.UUID="UUID",e))(we||{}),L=(e=>(e.IS="IS",e.IS_NOT_NULL="IS_NOT_NULL",e.IS_NOT="IS_NOT",e.LESS_THAN_OR_EQUAL="LESS_THAN_OR_EQUAL",e.GREATER_THAN_OR_EQUAL="GREATER_THAN_OR_EQUAL",e.IS_BEFORE="IS_BEFORE",e.IS_AFTER="IS_AFTER",e.CONTAINS="CONTAINS",e.DOES_NOT_CONTAIN="DOES_NOT_CONTAIN",e.IS_EMPTY="IS_EMPTY",e.IS_NOT_EMPTY="IS_NOT_EMPTY",e.IS_RELATIVE="IS_RELATIVE",e.IS_IN_PAST="IS_IN_PAST",e.IS_IN_FUTURE="IS_IN_FUTURE",e.IS_TODAY="IS_TODAY",e.VECTOR_SEARCH="VECTOR_SEARCH",e))(L||{}),Ue=(e=>(e.Is="is",e.IsNotNull="isNotNull",e.IsNot="isNot",e.LessThanOrEqual="lessThan",e.GreaterThanOrEqual="greaterThan",e.IsBefore="isBefore",e.IsAfter="isAfter",e.Contains="contains",e.DoesNotContain="doesNotContain",e.IsEmpty="isEmpty",e.IsNotEmpty="isNotEmpty",e.IsRelative="isRelative",e.IsInPast="isInPast",e.IsInFuture="isInFuture",e.IsToday="isToday",e))(Ue||{});const D8=[];for(let e=0;e<256;++e)D8.push((e+256).toString(16).slice(1));typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);var la=(e=>(e.MONDAY="MONDAY",e.SUNDAY="SUNDAY",e.SATURDAY="SATURDAY",e))(la||{});we.CURRENCY+"",we.EMAILS+"",we.LINKS+"",we.PHONES+"",we.FULL_NAME+"",we.ADDRESS+"",we.ACTOR+"",we.RICH_TEXT_V2+"";const z8={AED:{label:"UAE dirham"},AFN:{label:"Afghan afghani"},ALL:{label:"Albanian lek"},AMD:{label:"Armenian dram"},ANG:{label:"Netherlands Antillean guilder"},AOA:{label:"Angolan kwanza"},ARS:{label:"Argentine peso"},AUD:{label:"Australian dollar"},AWG:{label:"Aruban florin"},AZN:{label:"Azerbaijani manat"},BAM:{label:"Bosnia and Herzegovina mark"},BBD:{label:"Barbados dollar"},BDT:{label:"Bangladeshi taka"},BGN:{label:"Bulgarian lev"},BHD:{label:"Bahraini dinar"},BIF:{label:"Burundian franc"},BMD:{label:"Bermudian dollar"},BND:{label:"Brunei dollar"},BOB:{label:"Boliviano"},BRL:{label:"Brazilian real"},BSD:{label:"Bahamian dollar"},BTN:{label:"Bhutanese ngultrum"},BWP:{label:"Botswana pula"},BYN:{label:"Belarusian ruble"},BZD:{label:"Belize dollar"},CAD:{label:"Canadian dollar"},CDF:{label:"Congolese franc"},CHF:{label:"Swiss franc"},CLP:{label:"Chilean peso"},CNY:{label:"Chinese yuan"},COP:{label:"Colombian peso"},CRC:{label:"Costa Rican colon"},CUP:{label:"Cuban peso"},CVE:{label:"Cape Verdean escudo"},CZK:{label:"Czech koruna"},DJF:{label:"Djiboutian franc"},DKK:{label:"Danish krone"},DOP:{label:"Dominican peso"},DZD:{label:"Algerian Dinar"},EGP:{label:"Egyptian pound"},ERN:{label:"Eritrean nakfa"},ETB:{label:"Ethiopian birr"},EUR:{label:"Euro"},FJD:{label:"Fiji dollar"},FKP:{label:"Falkland Islands pound"},GBP:{label:"British pound"},GEL:{label:"Georgian lari"},GHS:{label:"Ghanaian cedi"},GIP:{label:"Gibraltar pound"},GMD:{label:"Gambian dalasi"},GNF:{label:"Guinean franc"},GTQ:{label:"Guatemalan quetzal"},GYD:{label:"Guyanese dollar"},HKD:{label:"Hong Kong dollar"},HNL:{label:"Honduran lempira"},HTG:{label:"Haitian gourde"},HUF:{label:"Hungarian forint"},IDR:{label:"Indonesian rupiah"},ILS:{label:"Israeli shekel"},INR:{label:"Indian rupee"},IQD:{label:"Iraqi dinar"},IRR:{label:"Iranian rial"},ISK:{label:"Icelandic króna"},JMD:{label:"Jamaican dollar"},JOD:{label:"Jordanian dinar"},JPY:{label:"Japanese yen"},KES:{label:"Kenyan shilling"},KGS:{label:"Kyrgyzstani som"},KHR:{label:"Cambodian riel"},KMF:{label:"Comoro franc"},KPW:{label:"North Korean won"},KRW:{label:"South Korean won"},KWD:{label:"Kuwaiti dinar"},KYD:{label:"Cayman Islands dollar"},KZT:{label:"Kazakhstani tenge"},LAK:{label:"Lao kip"},LBP:{label:"Lebanese pound"},LKR:{label:"Sri Lankan rupee"},LRD:{label:"Liberian dollar"},LSL:{label:"Lesotho loti"},LYD:{label:"Libyan dinar"},MAD:{label:"Moroccan dirham"},MDL:{label:"Moldovan leu"},MGA:{label:"Malagasy ariary"},MKD:{label:"Macedonian denar"},MMK:{label:"Myanmar kyat"},MNT:{label:"Mongolian tögrög"},MOP:{label:"Macanese pataca"},MRU:{label:"Mauritanian ouguiya"},MUR:{label:"Mauritian rupee"},MVR:{label:"Maldivian rufiyaa"},MWK:{label:"Malawian kwacha"},MXN:{label:"Mexican peso"},MYR:{label:"Malaysian ringgit"},MZN:{label:"Mozambican metical"},NAD:{label:"Namibian dollar"},NGN:{label:"Nigerian naira"},NIO:{label:"Nicaraguan córdoba"},NOK:{label:"Norwegian krone"},NPR:{label:"Nepalese rupee"},NZD:{label:"New Zealand dollar"},OMR:{label:"Omani rial"},PAB:{label:"Panamanian balboa"},PEN:{label:"Peruvian sol"},PGK:{label:"Papua New Guinean kina"},PHP:{label:"Philippine peso"},PKR:{label:"Pakistani rupee"},PLN:{label:"Polish złoty"},PYG:{label:"Paraguayan guaraní"},QAR:{label:"Qatari riyal"},RON:{label:"Romanian leu"},RSD:{label:"Serbian dinar"},RUB:{label:"Russian ruble"},RWF:{label:"Rwandan franc"},SAR:{label:"Saudi riyal"},SBD:{label:"Solomon Islands dollar"},SCR:{label:"Seychelles rupee"},SDG:{label:"Sudanese pound"},SEK:{label:"Swedish krona"},SGD:{label:"Singapore dollar"},SHP:{label:"Saint Helena pound"},SLE:{label:"Sierra Leonean leone"},SOS:{label:"Somalian shilling"},SRD:{label:"Surinamese dollar"},SSP:{label:"South Sudanese pound"},STN:{label:"São Tomé and Príncipe dobra"},SVC:{label:"Salvadoran colón"},SYP:{label:"Syrian pound"},SZL:{label:"Swazi lilangeni"},THB:{label:"Thai Baht"},TJS:{label:"Tajikistani somoni"},TMT:{label:"Turkmenistan manat"},TND:{label:"Tunisian dinar"},TOP:{label:"Tongan paʻanga"},TRY:{label:"Turkish lira"},TTD:{label:"Trinidad and Tobago dollar"},TWD:{label:"Taiwanese dollar"},TZS:{label:"Tanzanian shilling"},UAH:{label:"Ukrainian hryvnia"},UGX:{label:"Ugandan shilling"},USD:{label:"United States dollar"},UYU:{label:"Uruguayan peso"},UZS:{label:"Uzbekistani sum"},VES:{label:"Venezuelan bolívar"},VND:{label:"Vietnamese đồng"},VUV:{label:"Vanuatu vatu"},WST:{label:"Samoan tala"},XOF:{label:"West African CFA franc"},XCD:{label:"East Caribbean dollar"},YER:{label:"Yemeni rial"},ZAR:{label:"South African rand"},ZMW:{label:"Zambian kwacha"},ZWG:{label:"Zimbabwe Gold"}};we.TEXT,we.FULL_NAME,we.UUID;const Ar=Object.freeze({status:"aborted"});function k(e,t,r){function i(u,l){var f;Object.defineProperty(u,"_zod",{value:u._zod??{},enumerable:!1}),(f=u._zod).traits??(f.traits=new Set),u._zod.traits.add(e),t(u,l);for(const d in a.prototype)d in u||Object.defineProperty(u,d,{value:a.prototype[d].bind(u)});u._zod.constr=a,u._zod.def=l}const n=r?.Parent??Object;class o extends n{}Object.defineProperty(o,"name",{value:e});function a(u){var l;const f=r?.Parent?new o:this;i(f,u),(l=f._zod).deferred??(l.deferred=[]);for(const d of f._zod.deferred)d();return f}return Object.defineProperty(a,"init",{value:i}),Object.defineProperty(a,Symbol.hasInstance,{value:u=>r?.Parent&&u instanceof r.Parent?!0:u?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}const Vm=Symbol("zod_brand");class or extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class da extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}}const fa={};function Ge(e){return e&&Object.assign(fa,e),fa}function U8(e){return e}function R8(e){return e}function M8(e){}function L8(e){throw new Error}function Z8(e){}function As(e){const t=Object.values(e).filter(i=>typeof i=="number");return Object.entries(e).filter(([i,n])=>t.indexOf(+i)===-1).map(([i,n])=>n)}function C(e,t="|"){return e.map(r=>Z(r)).join(t)}function pa(e,t){return typeof t=="bigint"?t.toString():t}function wi(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function ar(e){return e==null}function ha(e){const t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function qm(e,t){const r=(e.toString().split(".")[1]||"").length,i=t.toString();let n=(i.split(".")[1]||"").length;if(n===0&&/\\d?e-\\d?/.test(i)){const l=i.match(/\\d?e-(\\d?)/);l?.[1]&&(n=Number.parseInt(l[1]))}const o=r>n?r:n,a=Number.parseInt(e.toFixed(o).replace(".","")),u=Number.parseInt(t.toFixed(o).replace(".",""));return a%u/10**o}const Jm=Symbol("evaluating");function ie(e,t,r){let i;Object.defineProperty(e,t,{get(){if(i!==Jm)return i===void 0&&(i=Jm,i=r()),i},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function F8(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function Nn(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function on(...e){const t={};for(const r of e){const i=Object.getOwnPropertyDescriptors(r);Object.assign(t,i)}return Object.defineProperties({},t)}function B8(e){return on(e._zod.def)}function H8(e,t){return t?t.reduce((r,i)=>r?.[i],e):e}function G8(e){const t=Object.keys(e),r=t.map(i=>e[i]);return Promise.all(r).then(i=>{const n={};for(let o=0;o<t.length;o++)n[t[o]]=i[o];return n})}function W8(e=10){const t="abcdefghijklmnopqrstuvwxyz";let r="";for(let i=0;i<e;i++)r+=t[Math.floor(Math.random()*t.length)];return r}function js(e){return JSON.stringify(e)}const Cs="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function jr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const Km=wi(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{const e=Function;return new e(""),!0}catch{return!1}});function ur(e){if(jr(e)===!1)return!1;const t=e.constructor;if(t===void 0)return!0;const r=t.prototype;return!(jr(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function ma(e){return ur(e)?{...e}:Array.isArray(e)?[...e]:e}function V8(e){let t=0;for(const r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}const q8=e=>{const t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},ga=new Set(["string","number","symbol"]),Ym=new Set(["string","number","bigint","boolean","symbol","undefined"]);function On(e){return e.replace(/[.*+?^${}()|[\\]\\\\]/g,"\\\\$&")}function gt(e,t,r){const i=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(i._zod.parent=e),i}function x(e){const t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function J8(e){let t;return new Proxy({},{get(r,i,n){return t??(t=e()),Reflect.get(t,i,n)},set(r,i,n,o){return t??(t=e()),Reflect.set(t,i,n,o)},has(r,i){return t??(t=e()),Reflect.has(t,i)},deleteProperty(r,i){return t??(t=e()),Reflect.deleteProperty(t,i)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,i){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,i)},defineProperty(r,i,n){return t??(t=e()),Reflect.defineProperty(t,i,n)}})}function Z(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function Xm(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const Qm={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},e1={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function t1(e,t){const r=e._zod.def,i=on(e._zod.def,{get shape(){const n={};for(const o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&(n[o]=r.shape[o])}return Nn(this,"shape",n),n},checks:[]});return gt(e,i)}function n1(e,t){const r=e._zod.def,i=on(e._zod.def,{get shape(){const n={...e._zod.def.shape};for(const o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&delete n[o]}return Nn(this,"shape",n),n},checks:[]});return gt(e,i)}function r1(e,t){if(!ur(t))throw new Error("Invalid input to extend: expected a plain object");const r=e._zod.def.checks;if(r&&r.length>0)throw new Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");const n=on(e._zod.def,{get shape(){const o={...e._zod.def.shape,...t};return Nn(this,"shape",o),o},checks:[]});return gt(e,n)}function i1(e,t){if(!ur(t))throw new Error("Invalid input to safeExtend: expected a plain object");const r={...e._zod.def,get shape(){const i={...e._zod.def.shape,...t};return Nn(this,"shape",i),i},checks:e._zod.def.checks};return gt(e,r)}function o1(e,t){const r=on(e._zod.def,{get shape(){const i={...e._zod.def.shape,...t._zod.def.shape};return Nn(this,"shape",i),i},get catchall(){return t._zod.def.catchall},checks:[]});return gt(e,r)}function a1(e,t,r){const i=on(t._zod.def,{get shape(){const n=t._zod.def.shape,o={...n};if(r)for(const a in r){if(!(a in n))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(o[a]=e?new e({type:"optional",innerType:n[a]}):n[a])}else for(const a in n)o[a]=e?new e({type:"optional",innerType:n[a]}):n[a];return Nn(this,"shape",o),o},checks:[]});return gt(t,i)}function u1(e,t,r){const i=on(t._zod.def,{get shape(){const n=t._zod.def.shape,o={...n};if(r)for(const a in r){if(!(a in o))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(o[a]=new e({type:"nonoptional",innerType:n[a]}))}else for(const a in n)o[a]=new e({type:"nonoptional",innerType:n[a]});return Nn(this,"shape",o),o},checks:[]});return gt(t,i)}function sr(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function It(e,t){return t.map(r=>{var i;return(i=r).path??(i.path=[]),r.path.unshift(e),r})}function ki(e){return typeof e=="string"?e:e?.message}function Nt(e,t,r){const i={...e,path:e.path??[]};if(!e.message){const n=ki(e.inst?._zod.def?.error?.(e))??ki(t?.error?.(e))??ki(r.customError?.(e))??ki(r.localeError?.(e))??"Invalid input";i.message=n}return delete i.inst,delete i.continue,t?.reportInput||delete i.input,i}function va(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function $a(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Cr(...e){const[t,r,i]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:i}:{...t}}function K8(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function s1(e){const t=atob(e),r=new Uint8Array(t.length);for(let i=0;i<t.length;i++)r[i]=t.charCodeAt(i);return r}function c1(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function Y8(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return s1(t+r)}function X8(e){return c1(e).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}function Q8(e){const t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");const r=new Uint8Array(t.length/2);for(let i=0;i<t.length;i+=2)r[i/2]=Number.parseInt(t.slice(i,i+2),16);return r}function e9(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}class t9{constructor(...t){}}var l1=Object.freeze({__proto__:null,BIGINT_FORMAT_RANGES:e1,Class:t9,NUMBER_FORMAT_RANGES:Qm,aborted:sr,allowsEval:Km,assert:Z8,assertEqual:U8,assertIs:M8,assertNever:L8,assertNotEqual:R8,assignProp:Nn,base64ToUint8Array:s1,base64urlToUint8Array:Y8,cached:wi,captureStackTrace:Cs,cleanEnum:K8,cleanRegex:ha,clone:gt,cloneDef:B8,createTransparentProxy:J8,defineLazy:ie,esc:js,escapeRegex:On,extend:r1,finalizeIssue:Nt,floatSafeRemainder:qm,getElementAtPath:H8,getEnumValues:As,getLengthableOrigin:$a,getParsedType:q8,getSizableOrigin:va,hexToUint8Array:Q8,isObject:jr,isPlainObject:ur,issue:Cr,joinValues:C,jsonStringifyReplacer:pa,merge:o1,mergeDefs:on,normalizeParams:x,nullish:ar,numKeys:V8,objectClone:F8,omit:n1,optionalKeys:Xm,partial:a1,pick:t1,prefixIssues:It,primitiveTypes:Ym,promiseAllObject:G8,propertyKeyTypes:ga,randomString:W8,required:u1,safeExtend:i1,shallowClone:ma,stringifyPrimitive:Z,uint8ArrayToBase64:c1,uint8ArrayToBase64url:X8,uint8ArrayToHex:e9,unwrapMessage:ki});const d1=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,pa,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Ds=k("$ZodError",d1),ut=k("$ZodError",d1,{Parent:Error});function zs(e,t=r=>r.message){const r={},i=[];for(const n of e.issues)n.path.length>0?(r[n.path[0]]=r[n.path[0]]||[],r[n.path[0]].push(t(n))):i.push(t(n));return{formErrors:i,fieldErrors:r}}function Us(e,t){const r=t||function(o){return o.message},i={_errors:[]},n=o=>{for(const a of o.issues)if(a.code==="invalid_union"&&a.errors.length)a.errors.map(u=>n({issues:u}));else if(a.code==="invalid_key")n({issues:a.issues});else if(a.code==="invalid_element")n({issues:a.issues});else if(a.path.length===0)i._errors.push(r(a));else{let u=i,l=0;for(;l<a.path.length;){const f=a.path[l];l===a.path.length-1?(u[f]=u[f]||{_errors:[]},u[f]._errors.push(r(a))):u[f]=u[f]||{_errors:[]},u=u[f],l++}}};return n(e),i}function f1(e,t){const r=t||function(o){return o.message},i={errors:[]},n=(o,a=[])=>{var u,l;for(const f of o.issues)if(f.code==="invalid_union"&&f.errors.length)f.errors.map(d=>n({issues:d},f.path));else if(f.code==="invalid_key")n({issues:f.issues},f.path);else if(f.code==="invalid_element")n({issues:f.issues},f.path);else{const d=[...a,...f.path];if(d.length===0){i.errors.push(r(f));continue}let h=i,p=0;for(;p<d.length;){const c=d[p],s=p===d.length-1;typeof c=="string"?(h.properties??(h.properties={}),(u=h.properties)[c]??(u[c]={errors:[]}),h=h.properties[c]):(h.items??(h.items=[]),(l=h.items)[c]??(l[c]={errors:[]}),h=h.items[c]),s&&h.errors.push(r(f)),p++}}};return n(e),i}function p1(e){const t=[],r=e.map(i=>typeof i=="object"?i.key:i);for(const i of r)typeof i=="number"?t.push(`[${i}]`):typeof i=="symbol"?t.push(`[${JSON.stringify(String(i))}]`):/[^\\w$]/.test(i)?t.push(`[${JSON.stringify(i)}]`):(t.length&&t.push("."),t.push(i));return t.join("")}function h1(e){const t=[],r=[...e.issues].sort((i,n)=>(i.path??[]).length-(n.path??[]).length);for(const i of r)t.push(`✖ ${i.message}`),i.path?.length&&t.push(` → at ${p1(i.path)}`);return t.join(`\n`)}const Ei=e=>(t,r,i,n)=>{const o=i?Object.assign(i,{async:!1}):{async:!1},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise)throw new or;if(a.issues.length){const u=new(n?.Err??e)(a.issues.map(l=>Nt(l,o,Ge())));throw Cs(u,n?.callee),u}return a.value},Rs=Ei(ut),Ii=e=>async(t,r,i,n)=>{const o=i?Object.assign(i,{async:!0}):{async:!0};let a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise&&(a=await a),a.issues.length){const u=new(n?.Err??e)(a.issues.map(l=>Nt(l,o,Ge())));throw Cs(u,n?.callee),u}return a.value},Ms=Ii(ut),Ni=e=>(t,r,i)=>{const n=i?{...i,async:!1}:{async:!1},o=t._zod.run({value:r,issues:[]},n);if(o instanceof Promise)throw new or;return o.issues.length?{success:!1,error:new(e??Ds)(o.issues.map(a=>Nt(a,n,Ge())))}:{success:!0,data:o.value}},m1=Ni(ut),Oi=e=>async(t,r,i)=>{const n=i?Object.assign(i,{async:!0}):{async:!0};let o=t._zod.run({value:r,issues:[]},n);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new e(o.issues.map(a=>Nt(a,n,Ge())))}:{success:!0,data:o.value}},g1=Oi(ut),Ls=e=>(t,r,i)=>{const n=i?Object.assign(i,{direction:"backward"}):{direction:"backward"};return Ei(e)(t,r,n)},n9=Ls(ut),Zs=e=>(t,r,i)=>Ei(e)(t,r,i),r9=Zs(ut),Fs=e=>async(t,r,i)=>{const n=i?Object.assign(i,{direction:"backward"}):{direction:"backward"};return Ii(e)(t,r,n)},i9=Fs(ut),Bs=e=>async(t,r,i)=>Ii(e)(t,r,i),o9=Bs(ut),Hs=e=>(t,r,i)=>{const n=i?Object.assign(i,{direction:"backward"}):{direction:"backward"};return Ni(e)(t,r,n)},a9=Hs(ut),Gs=e=>(t,r,i)=>Ni(e)(t,r,i),u9=Gs(ut),Ws=e=>async(t,r,i)=>{const n=i?Object.assign(i,{direction:"backward"}):{direction:"backward"};return Oi(e)(t,r,n)},s9=Ws(ut),Vs=e=>async(t,r,i)=>Oi(e)(t,r,i),c9=Vs(ut),v1=/^[cC][^\\s-]{8,}$/,$1=/^[0-9a-z]+$/,y1=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,b1=/^[0-9a-vA-V]{20}$/,_1=/^[A-Za-z0-9]{27}$/,S1=/^[a-zA-Z0-9_-]{21}$/,w1=/^P(?:(\\d+W)|(?!.*W)(?=\\d|T\\d)(\\d+Y)?(\\d+M)?(\\d+D)?(T(?=\\d)(\\d+H)?(\\d+M)?(\\d+([.,]\\d+)?S)?)?)$/,l9=/^[-+]?P(?!$)(?:(?:[-+]?\\d+Y)|(?:[-+]?\\d+[.,]\\d+Y$))?(?:(?:[-+]?\\d+M)|(?:[-+]?\\d+[.,]\\d+M$))?(?:(?:[-+]?\\d+W)|(?:[-+]?\\d+[.,]\\d+W$))?(?:(?:[-+]?\\d+D)|(?:[-+]?\\d+[.,]\\d+D$))?(?:T(?=[\\d+-])(?:(?:[-+]?\\d+H)|(?:[-+]?\\d+[.,]\\d+H$))?(?:(?:[-+]?\\d+M)|(?:[-+]?\\d+[.,]\\d+M$))?(?:[-+]?\\d+(?:[.,]\\d+)?S)?)??$/,k1=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Dr=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,d9=Dr(4),f9=Dr(6),p9=Dr(7),E1=/^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_\'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$/,h9=/^[a-zA-Z0-9.!#$%&\'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,m9=/^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/,I1=/^[^\\s@"]{1,64}@[^\\s@]{1,255}$/u,g9=I1,v9=/^[a-zA-Z0-9.!#$%&\'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,$9="^(\\\\p{Extended_Pictographic}|\\\\p{Emoji_Component})+$";function N1(){return new RegExp($9,"u")}const O1=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,P1=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,x1=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\\/([0-9]|[1-2][0-9]|3[0-2])$/,T1=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,A1=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,qs=/^[A-Za-z0-9_-]*$/,Js=/^(?=.{1,253}\\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\\.?$/,j1=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\\.)+[a-zA-Z]{2,}$/,C1=/^\\+(?:[0-9]){6,14}[0-9]$/,D1="(?:(?:\\\\d\\\\d[2468][048]|\\\\d\\\\d[13579][26]|\\\\d\\\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\\\d|30)|(?:02)-(?:0[1-9]|1\\\\d|2[0-8])))",z1=new RegExp(`^${D1}$`);function U1(e){const t="(?:[01]\\\\d|2[0-3]):[0-5]\\\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\\\d`:`${t}:[0-5]\\\\d\\\\.\\\\d{${e.precision}}`:`${t}(?::[0-5]\\\\d(?:\\\\.\\\\d+)?)?`}function R1(e){return new RegExp(`^${U1(e)}$`)}function M1(e){const t=U1({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\\\d|2[0-3]):[0-5]\\\\d)");const i=`${t}(?:${r.join("|")})`;return new RegExp(`^${D1}T(?:${i})$`)}const L1=e=>{const t=e?`[\\\\s\\\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\\\s\\\\S]*";return new RegExp(`^${t}$`)},Z1=/^-?\\d+n?$/,F1=/^-?\\d+$/,B1=/^-?\\d+(?:\\.\\d+)?/,H1=/^(?:true|false)$/i,G1=/^null$/i,W1=/^undefined$/i,V1=/^[^A-Z]*$/,q1=/^[^a-z]*$/,J1=/^[0-9a-fA-F]*$/;function Pi(e,t){return new RegExp(`^[A-Za-z0-9+/]{${e}}${t}$`)}function xi(e){return new RegExp(`^[A-Za-z0-9_-]{${e}}$`)}var Ks=Object.freeze({__proto__:null,base64:A1,base64url:qs,bigint:Z1,boolean:H1,browserEmail:v9,cidrv4:x1,cidrv6:T1,cuid:v1,cuid2:$1,date:z1,datetime:M1,domain:j1,duration:w1,e164:C1,email:E1,emoji:N1,extendedDuration:l9,guid:k1,hex:J1,hostname:Js,html5Email:h9,idnEmail:g9,integer:F1,ipv4:O1,ipv6:P1,ksuid:_1,lowercase:V1,md5_base64:Pi(22,"=="),md5_base64url:xi(22),md5_hex:/^[0-9a-fA-F]{32}$/,nanoid:S1,null:G1,number:B1,rfc5322Email:m9,sha1_base64:Pi(27,"="),sha1_base64url:xi(27),sha1_hex:/^[0-9a-fA-F]{40}$/,sha256_base64:Pi(43,"="),sha256_base64url:xi(43),sha256_hex:/^[0-9a-fA-F]{64}$/,sha384_base64:Pi(64,""),sha384_base64url:xi(64),sha384_hex:/^[0-9a-fA-F]{96}$/,sha512_base64:Pi(86,"=="),sha512_base64url:xi(86),sha512_hex:/^[0-9a-fA-F]{128}$/,string:L1,time:R1,ulid:y1,undefined:W1,unicodeEmail:I1,uppercase:q1,uuid:Dr,uuid4:d9,uuid6:f9,uuid7:p9,xid:b1});const Se=k("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),K1={number:"number",bigint:"bigint",object:"date"},Ys=k("$ZodCheckLessThan",(e,t)=>{Se.init(e,t);const r=K1[typeof t.value];e._zod.onattach.push(i=>{const n=i._zod.bag,o=(t.inclusive?n.maximum:n.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<o&&(t.inclusive?n.maximum=t.value:n.exclusiveMaximum=t.value)}),e._zod.check=i=>{(t.inclusive?i.value<=t.value:i.value<t.value)||i.issues.push({origin:r,code:"too_big",maximum:t.value,input:i.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Xs=k("$ZodCheckGreaterThan",(e,t)=>{Se.init(e,t);const r=K1[typeof t.value];e._zod.onattach.push(i=>{const n=i._zod.bag,o=(t.inclusive?n.minimum:n.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>o&&(t.inclusive?n.minimum=t.value:n.exclusiveMinimum=t.value)}),e._zod.check=i=>{(t.inclusive?i.value>=t.value:i.value>t.value)||i.issues.push({origin:r,code:"too_small",minimum:t.value,input:i.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Y1=k("$ZodCheckMultipleOf",(e,t)=>{Se.init(e,t),e._zod.onattach.push(r=>{var i;(i=r._zod.bag).multipleOf??(i.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):qm(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),X1=k("$ZodCheckNumberFormat",(e,t)=>{Se.init(e,t),t.format=t.format||"float64";const r=t.format?.includes("int"),i=r?"int":"number",[n,o]=Qm[t.format];e._zod.onattach.push(a=>{const u=a._zod.bag;u.format=t.format,u.minimum=n,u.maximum=o,r&&(u.pattern=F1)}),e._zod.check=a=>{const u=a.value;if(r){if(!Number.isInteger(u)){a.issues.push({expected:i,format:t.format,code:"invalid_type",continue:!1,input:u,inst:e});return}if(!Number.isSafeInteger(u)){u>0?a.issues.push({input:u,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:i,continue:!t.abort}):a.issues.push({input:u,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:i,continue:!t.abort});return}}u<n&&a.issues.push({origin:"number",input:u,code:"too_small",minimum:n,inclusive:!0,inst:e,continue:!t.abort}),u>o&&a.issues.push({origin:"number",input:u,code:"too_big",maximum:o,inst:e})}}),Q1=k("$ZodCheckBigIntFormat",(e,t)=>{Se.init(e,t);const[r,i]=e1[t.format];e._zod.onattach.push(n=>{const o=n._zod.bag;o.format=t.format,o.minimum=r,o.maximum=i}),e._zod.check=n=>{const o=n.value;o<r&&n.issues.push({origin:"bigint",input:o,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort}),o>i&&n.issues.push({origin:"bigint",input:o,code:"too_big",maximum:i,inst:e})}}),e0=k("$ZodCheckMaxSize",(e,t)=>{var r;Se.init(e,t),(r=e._zod.def).when??(r.when=i=>{const n=i.value;return!ar(n)&&n.size!==void 0}),e._zod.onattach.push(i=>{const n=i._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<n&&(i._zod.bag.maximum=t.maximum)}),e._zod.check=i=>{const n=i.value;n.size<=t.maximum||i.issues.push({origin:va(n),code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),t0=k("$ZodCheckMinSize",(e,t)=>{var r;Se.init(e,t),(r=e._zod.def).when??(r.when=i=>{const n=i.value;return!ar(n)&&n.size!==void 0}),e._zod.onattach.push(i=>{const n=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>n&&(i._zod.bag.minimum=t.minimum)}),e._zod.check=i=>{const n=i.value;n.size>=t.minimum||i.issues.push({origin:va(n),code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),n0=k("$ZodCheckSizeEquals",(e,t)=>{var r;Se.init(e,t),(r=e._zod.def).when??(r.when=i=>{const n=i.value;return!ar(n)&&n.size!==void 0}),e._zod.onattach.push(i=>{const n=i._zod.bag;n.minimum=t.size,n.maximum=t.size,n.size=t.size}),e._zod.check=i=>{const n=i.value,o=n.size;if(o===t.size)return;const a=o>t.size;i.issues.push({origin:va(n),...a?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:i.value,inst:e,continue:!t.abort})}}),r0=k("$ZodCheckMaxLength",(e,t)=>{var r;Se.init(e,t),(r=e._zod.def).when??(r.when=i=>{const n=i.value;return!ar(n)&&n.length!==void 0}),e._zod.onattach.push(i=>{const n=i._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<n&&(i._zod.bag.maximum=t.maximum)}),e._zod.check=i=>{const n=i.value;if(n.length<=t.maximum)return;const a=$a(n);i.issues.push({origin:a,code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),i0=k("$ZodCheckMinLength",(e,t)=>{var r;Se.init(e,t),(r=e._zod.def).when??(r.when=i=>{const n=i.value;return!ar(n)&&n.length!==void 0}),e._zod.onattach.push(i=>{const n=i._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>n&&(i._zod.bag.minimum=t.minimum)}),e._zod.check=i=>{const n=i.value;if(n.length>=t.minimum)return;const a=$a(n);i.issues.push({origin:a,code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),o0=k("$ZodCheckLengthEquals",(e,t)=>{var r;Se.init(e,t),(r=e._zod.def).when??(r.when=i=>{const n=i.value;return!ar(n)&&n.length!==void 0}),e._zod.onattach.push(i=>{const n=i._zod.bag;n.minimum=t.length,n.maximum=t.length,n.length=t.length}),e._zod.check=i=>{const n=i.value,o=n.length;if(o===t.length)return;const a=$a(n),u=o>t.length;i.issues.push({origin:a,...u?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:i.value,inst:e,continue:!t.abort})}}),Ti=k("$ZodCheckStringFormat",(e,t)=>{var r,i;Se.init(e,t),e._zod.onattach.push(n=>{const o=n._zod.bag;o.format=t.format,t.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:t.format,input:n.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(i=e._zod).check??(i.check=()=>{})}),a0=k("$ZodCheckRegex",(e,t)=>{Ti.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),u0=k("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=V1),Ti.init(e,t)}),s0=k("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=q1),Ti.init(e,t)}),c0=k("$ZodCheckIncludes",(e,t)=>{Se.init(e,t);const r=On(t.includes),i=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=i,e._zod.onattach.push(n=>{const o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(i)}),e._zod.check=n=>{n.value.includes(t.includes,t.position)||n.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:n.value,inst:e,continue:!t.abort})}}),l0=k("$ZodCheckStartsWith",(e,t)=>{Se.init(e,t);const r=new RegExp(`^${On(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(i=>{const n=i._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=i=>{i.value.startsWith(t.prefix)||i.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:i.value,inst:e,continue:!t.abort})}}),d0=k("$ZodCheckEndsWith",(e,t)=>{Se.init(e,t);const r=new RegExp(`.*${On(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(i=>{const n=i._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=i=>{i.value.endsWith(t.suffix)||i.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:i.value,inst:e,continue:!t.abort})}});function f0(e,t,r){e.issues.length&&t.issues.push(...It(r,e.issues))}const p0=k("$ZodCheckProperty",(e,t)=>{Se.init(e,t),e._zod.check=r=>{const i=t.schema._zod.run({value:r.value[t.property],issues:[]},{});if(i instanceof Promise)return i.then(n=>f0(n,r,t.property));f0(i,r,t.property)}}),h0=k("$ZodCheckMimeType",(e,t)=>{Se.init(e,t);const r=new Set(t.mime);e._zod.onattach.push(i=>{i._zod.bag.mime=t.mime}),e._zod.check=i=>{r.has(i.value.type)||i.issues.push({code:"invalid_value",values:t.mime,input:i.value.type,inst:e,continue:!t.abort})}}),m0=k("$ZodCheckOverwrite",(e,t)=>{Se.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});class g0{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}const i=t.split(`\n`).filter(a=>a),n=Math.min(...i.map(a=>a.length-a.trimStart().length)),o=i.map(a=>a.slice(n)).map(a=>" ".repeat(this.indent*2)+a);for(const a of o)this.content.push(a)}compile(){const t=Function,r=this?.args,n=[...(this?.content??[""]).map(o=>` ${o}`)];return new t(...r,n.join(`\n`))}}const v0={major:4,minor:1,patch:11},W=k("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=v0;const i=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&i.unshift(e);for(const n of i)for(const o of n._zod.onattach)o(e);if(i.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{const n=(a,u,l)=>{let f=sr(a),d;for(const h of u){if(h._zod.def.when){if(!h._zod.def.when(a))continue}else if(f)continue;const p=a.issues.length,c=h._zod.check(a);if(c instanceof Promise&&l?.async===!1)throw new or;if(d||c instanceof Promise)d=(d??Promise.resolve()).then(async()=>{await c,a.issues.length!==p&&(f||(f=sr(a,p)))});else{if(a.issues.length===p)continue;f||(f=sr(a,p))}}return d?d.then(()=>a):a},o=(a,u,l)=>{if(sr(a))return a.aborted=!0,a;const f=n(u,i,l);if(f instanceof Promise){if(l.async===!1)throw new or;return f.then(d=>e._zod.parse(d,l))}return e._zod.parse(f,l)};e._zod.run=(a,u)=>{if(u.skipChecks)return e._zod.parse(a,u);if(u.direction==="backward"){const f=e._zod.parse({value:a.value,issues:[]},{...u,skipChecks:!0});return f instanceof Promise?f.then(d=>o(d,a,u)):o(f,a,u)}const l=e._zod.parse(a,u);if(l instanceof Promise){if(u.async===!1)throw new or;return l.then(f=>n(f,i,u))}return n(l,i,u)}}e["~standard"]={validate:n=>{try{const o=m1(e,n);return o.success?{value:o.data}:{issues:o.error?.issues}}catch{return g1(e,n).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1}}),Ai=k("$ZodString",(e,t)=>{W.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??L1(e._zod.bag),e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),me=k("$ZodStringFormat",(e,t)=>{Ti.init(e,t),Ai.init(e,t)}),$0=k("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=k1),me.init(e,t)}),y0=k("$ZodUUID",(e,t)=>{if(t.version){const i={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(i===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=Dr(i))}else t.pattern??(t.pattern=Dr());me.init(e,t)}),b0=k("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=E1),me.init(e,t)}),_0=k("$ZodURL",(e,t)=>{me.init(e,t),e._zod.check=r=>{try{const i=r.value.trim(),n=new URL(i);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(n.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:Js.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(n.protocol.endsWith(":")?n.protocol.slice(0,-1):n.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=n.href:r.value=i;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),S0=k("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=N1()),me.init(e,t)}),w0=k("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=S1),me.init(e,t)}),k0=k("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=v1),me.init(e,t)}),E0=k("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=$1),me.init(e,t)}),I0=k("$ZodULID",(e,t)=>{t.pattern??(t.pattern=y1),me.init(e,t)}),N0=k("$ZodXID",(e,t)=>{t.pattern??(t.pattern=b1),me.init(e,t)}),O0=k("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=_1),me.init(e,t)}),P0=k("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=M1(t)),me.init(e,t)}),x0=k("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=z1),me.init(e,t)}),T0=k("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=R1(t)),me.init(e,t)}),A0=k("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=w1),me.init(e,t)}),j0=k("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=O1),me.init(e,t),e._zod.onattach.push(r=>{const i=r._zod.bag;i.format="ipv4"})}),C0=k("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=P1),me.init(e,t),e._zod.onattach.push(r=>{const i=r._zod.bag;i.format="ipv6"}),e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),D0=k("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=x1),me.init(e,t)}),z0=k("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=T1),me.init(e,t),e._zod.check=r=>{const i=r.value.split("/");try{if(i.length!==2)throw new Error;const[n,o]=i;if(!o)throw new Error;const a=Number(o);if(`${a}`!==o)throw new Error;if(a<0||a>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function Qs(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}const U0=k("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=A1),me.init(e,t),e._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),e._zod.check=r=>{Qs(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function R0(e){if(!qs.test(e))return!1;const t=e.replace(/[-_]/g,i=>i==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return Qs(r)}const M0=k("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=qs),me.init(e,t),e._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),e._zod.check=r=>{R0(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),L0=k("$ZodE164",(e,t)=>{t.pattern??(t.pattern=C1),me.init(e,t)});function Z0(e,t=null){try{const r=e.split(".");if(r.length!==3)return!1;const[i]=r;if(!i)return!1;const n=JSON.parse(atob(i));return!("typ"in n&&n?.typ!=="JWT"||!n.alg||t&&(!("alg"in n)||n.alg!==t))}catch{return!1}}const F0=k("$ZodJWT",(e,t)=>{me.init(e,t),e._zod.check=r=>{Z0(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),B0=k("$ZodCustomStringFormat",(e,t)=>{me.init(e,t),e._zod.check=r=>{t.fn(r.value)||r.issues.push({code:"invalid_format",format:t.format,input:r.value,inst:e,continue:!t.abort})}}),ec=k("$ZodNumber",(e,t)=>{W.init(e,t),e._zod.pattern=e._zod.bag.pattern??B1,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}const n=r.value;if(typeof n=="number"&&!Number.isNaN(n)&&Number.isFinite(n))return r;const o=typeof n=="number"?Number.isNaN(n)?"NaN":Number.isFinite(n)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:n,inst:e,...o?{received:o}:{}}),r}}),H0=k("$ZodNumber",(e,t)=>{X1.init(e,t),ec.init(e,t)}),tc=k("$ZodBoolean",(e,t)=>{W.init(e,t),e._zod.pattern=H1,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=!!r.value}catch{}const n=r.value;return typeof n=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:n,inst:e}),r}}),nc=k("$ZodBigInt",(e,t)=>{W.init(e,t),e._zod.pattern=Z1,e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}}),G0=k("$ZodBigInt",(e,t)=>{Q1.init(e,t),nc.init(e,t)}),W0=k("$ZodSymbol",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{const n=r.value;return typeof n=="symbol"||r.issues.push({expected:"symbol",code:"invalid_type",input:n,inst:e}),r}}),V0=k("$ZodUndefined",(e,t)=>{W.init(e,t),e._zod.pattern=W1,e._zod.values=new Set([void 0]),e._zod.optin="optional",e._zod.optout="optional",e._zod.parse=(r,i)=>{const n=r.value;return typeof n>"u"||r.issues.push({expected:"undefined",code:"invalid_type",input:n,inst:e}),r}}),q0=k("$ZodNull",(e,t)=>{W.init(e,t),e._zod.pattern=G1,e._zod.values=new Set([null]),e._zod.parse=(r,i)=>{const n=r.value;return n===null||r.issues.push({expected:"null",code:"invalid_type",input:n,inst:e}),r}}),J0=k("$ZodAny",(e,t)=>{W.init(e,t),e._zod.parse=r=>r}),K0=k("$ZodUnknown",(e,t)=>{W.init(e,t),e._zod.parse=r=>r}),Y0=k("$ZodNever",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)}),X0=k("$ZodVoid",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{const n=r.value;return typeof n>"u"||r.issues.push({expected:"void",code:"invalid_type",input:n,inst:e}),r}}),Q0=k("$ZodDate",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}const n=r.value,o=n instanceof Date;return o&&!Number.isNaN(n.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:n,...o?{received:"Invalid Date"}:{},inst:e}),r}});function e2(e,t,r){e.issues.length&&t.issues.push(...It(r,e.issues)),t.value[r]=e.value}const t2=k("$ZodArray",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{const n=r.value;if(!Array.isArray(n))return r.issues.push({expected:"array",code:"invalid_type",input:n,inst:e}),r;r.value=Array(n.length);const o=[];for(let a=0;a<n.length;a++){const u=n[a],l=t.element._zod.run({value:u,issues:[]},i);l instanceof Promise?o.push(l.then(f=>e2(f,r,a))):e2(l,r,a)}return o.length?Promise.all(o).then(()=>r):r}});function ya(e,t,r,i){e.issues.length&&t.issues.push(...It(r,e.issues)),e.value===void 0?r in i&&(t.value[r]=void 0):t.value[r]=e.value}function n2(e){const t=Object.keys(e.shape);for(const i of t)if(!e.shape?.[i]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${i}": expected a Zod schema`);const r=Xm(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function r2(e,t,r,i,n,o){const a=[],u=n.keySet,l=n.catchall._zod,f=l.def.type;for(const d of Object.keys(t)){if(u.has(d))continue;if(f==="never"){a.push(d);continue}const h=l.run({value:t[d],issues:[]},i);h instanceof Promise?e.push(h.then(p=>ya(p,r,d,t))):ya(h,r,d,t)}return a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:o}),e.length?Promise.all(e).then(()=>r):r}const i2=k("$ZodObject",(e,t)=>{if(W.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){const u=t.shape;Object.defineProperty(t,"shape",{get:()=>{const l={...u};return Object.defineProperty(t,"shape",{value:l}),l}})}const i=wi(()=>n2(t));ie(e._zod,"propValues",()=>{const u=t.shape,l={};for(const f in u){const d=u[f]._zod;if(d.values){l[f]??(l[f]=new Set);for(const h of d.values)l[f].add(h)}}return l});const n=jr,o=t.catchall;let a;e._zod.parse=(u,l)=>{a??(a=i.value);const f=u.value;if(!n(f))return u.issues.push({expected:"object",code:"invalid_type",input:f,inst:e}),u;u.value={};const d=[],h=a.shape;for(const p of a.keys){const s=h[p]._zod.run({value:f[p],issues:[]},l);s instanceof Promise?d.push(s.then(m=>ya(m,u,p,f))):ya(s,u,p,f)}return o?r2(d,f,u,l,i.value,e):d.length?Promise.all(d).then(()=>u):u}}),o2=k("$ZodObjectJIT",(e,t)=>{i2.init(e,t);const r=e._zod.parse,i=wi(()=>n2(t)),n=p=>{const c=new g0(["shape","payload","ctx"]),s=i.value,m=_=>{const y=js(_);return`shape[${y}]._zod.run({ value: input[${y}], issues: [] }, ctx)`};c.write("const input = payload.value;");const g=Object.create(null);let $=0;for(const _ of s.keys)g[_]=`key_${$++}`;c.write("const newResult = {};");for(const _ of s.keys){const y=g[_],b=js(_);c.write(`const ${y} = ${m(_)};`),c.write(`\n if (${y}.issues.length) {\n payload.issues = payload.issues.concat(${y}.issues.map(iss => ({\n ...iss,\n path: iss.path ? [${b}, ...iss.path] : [${b}]\n })));\n }\n \n \n if (${y}.value === undefined) {\n if (${b} in input) {\n newResult[${b}] = undefined;\n }\n } else {\n newResult[${b}] = ${y}.value;\n }\n \n `)}c.write("payload.value = newResult;"),c.write("return payload;");const v=c.compile();return(_,y)=>v(p,_,y)};let o;const a=jr,u=!fa.jitless,f=u&&Km.value,d=t.catchall;let h;e._zod.parse=(p,c)=>{h??(h=i.value);const s=p.value;return a(s)?u&&f&&c?.async===!1&&c.jitless!==!0?(o||(o=n(t.shape)),p=o(p,c),d?r2([],s,p,c,h,e):p):r(p,c):(p.issues.push({expected:"object",code:"invalid_type",input:s,inst:e}),p)}});function a2(e,t,r,i){for(const o of e)if(o.issues.length===0)return t.value=o.value,t;const n=e.filter(o=>!sr(o));return n.length===1?(t.value=n[0].value,n[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(o=>o.issues.map(a=>Nt(a,i,Ge())))}),t)}const rc=k("$ZodUnion",(e,t)=>{W.init(e,t),ie(e._zod,"optin",()=>t.options.some(n=>n._zod.optin==="optional")?"optional":void 0),ie(e._zod,"optout",()=>t.options.some(n=>n._zod.optout==="optional")?"optional":void 0),ie(e._zod,"values",()=>{if(t.options.every(n=>n._zod.values))return new Set(t.options.flatMap(n=>Array.from(n._zod.values)))}),ie(e._zod,"pattern",()=>{if(t.options.every(n=>n._zod.pattern)){const n=t.options.map(o=>o._zod.pattern);return new RegExp(`^(${n.map(o=>ha(o.source)).join("|")})$`)}});const r=t.options.length===1,i=t.options[0]._zod.run;e._zod.parse=(n,o)=>{if(r)return i(n,o);let a=!1;const u=[];for(const l of t.options){const f=l._zod.run({value:n.value,issues:[]},o);if(f instanceof Promise)u.push(f),a=!0;else{if(f.issues.length===0)return f;u.push(f)}}return a?Promise.all(u).then(l=>a2(l,n,e,o)):a2(u,n,e,o)}}),u2=k("$ZodDiscriminatedUnion",(e,t)=>{rc.init(e,t);const r=e._zod.parse;ie(e._zod,"propValues",()=>{const n={};for(const o of t.options){const a=o._zod.propValues;if(!a||Object.keys(a).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(o)}"`);for(const[u,l]of Object.entries(a)){n[u]||(n[u]=new Set);for(const f of l)n[u].add(f)}}return n});const i=wi(()=>{const n=t.options,o=new Map;for(const a of n){const u=a._zod.propValues?.[t.discriminator];if(!u||u.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(const l of u){if(o.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);o.set(l,a)}}return o});e._zod.parse=(n,o)=>{const a=n.value;if(!jr(a))return n.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),n;const u=i.value.get(a?.[t.discriminator]);return u?u._zod.run(n,o):t.unionFallback?r(n,o):(n.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:a,path:[t.discriminator],inst:e}),n)}}),s2=k("$ZodIntersection",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{const n=r.value,o=t.left._zod.run({value:n,issues:[]},i),a=t.right._zod.run({value:n,issues:[]},i);return o instanceof Promise||a instanceof Promise?Promise.all([o,a]).then(([l,f])=>c2(r,l,f)):c2(r,o,a)}});function ic(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(ur(e)&&ur(t)){const r=Object.keys(t),i=Object.keys(e).filter(o=>r.indexOf(o)!==-1),n={...e,...t};for(const o of i){const a=ic(e[o],t[o]);if(!a.valid)return{valid:!1,mergeErrorPath:[o,...a.mergeErrorPath]};n[o]=a.data}return{valid:!0,data:n}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};const r=[];for(let i=0;i<e.length;i++){const n=e[i],o=t[i],a=ic(n,o);if(!a.valid)return{valid:!1,mergeErrorPath:[i,...a.mergeErrorPath]};r.push(a.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function c2(e,t,r){if(t.issues.length&&e.issues.push(...t.issues),r.issues.length&&e.issues.push(...r.issues),sr(e))return e;const i=ic(t.value,r.value);if(!i.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(i.mergeErrorPath)}`);return e.value=i.data,e}const oc=k("$ZodTuple",(e,t)=>{W.init(e,t);const r=t.items,i=r.length-[...r].reverse().findIndex(n=>n._zod.optin!=="optional");e._zod.parse=(n,o)=>{const a=n.value;if(!Array.isArray(a))return n.issues.push({input:a,inst:e,expected:"tuple",code:"invalid_type"}),n;n.value=[];const u=[];if(!t.rest){const f=a.length>r.length,d=a.length<i-1;if(f||d)return n.issues.push({...f?{code:"too_big",maximum:r.length}:{code:"too_small",minimum:r.length},input:a,inst:e,origin:"array"}),n}let l=-1;for(const f of r){if(l++,l>=a.length&&l>=i)continue;const d=f._zod.run({value:a[l],issues:[]},o);d instanceof Promise?u.push(d.then(h=>ba(h,n,l))):ba(d,n,l)}if(t.rest){const f=a.slice(r.length);for(const d of f){l++;const h=t.rest._zod.run({value:d,issues:[]},o);h instanceof Promise?u.push(h.then(p=>ba(p,n,l))):ba(h,n,l)}}return u.length?Promise.all(u).then(()=>n):n}});function ba(e,t,r){e.issues.length&&t.issues.push(...It(r,e.issues)),t.value[r]=e.value}const l2=k("$ZodRecord",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{const n=r.value;if(!ur(n))return r.issues.push({expected:"record",code:"invalid_type",input:n,inst:e}),r;const o=[];if(t.keyType._zod.values){const a=t.keyType._zod.values;r.value={};for(const l of a)if(typeof l=="string"||typeof l=="number"||typeof l=="symbol"){const f=t.valueType._zod.run({value:n[l],issues:[]},i);f instanceof Promise?o.push(f.then(d=>{d.issues.length&&r.issues.push(...It(l,d.issues)),r.value[l]=d.value})):(f.issues.length&&r.issues.push(...It(l,f.issues)),r.value[l]=f.value)}let u;for(const l in n)a.has(l)||(u=u??[],u.push(l));u&&u.length>0&&r.issues.push({code:"unrecognized_keys",input:n,inst:e,keys:u})}else{r.value={};for(const a of Reflect.ownKeys(n)){if(a==="__proto__")continue;const u=t.keyType._zod.run({value:a,issues:[]},i);if(u instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(u.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:u.issues.map(f=>Nt(f,i,Ge())),input:a,path:[a],inst:e}),r.value[u.value]=u.value;continue}const l=t.valueType._zod.run({value:n[a],issues:[]},i);l instanceof Promise?o.push(l.then(f=>{f.issues.length&&r.issues.push(...It(a,f.issues)),r.value[u.value]=f.value})):(l.issues.length&&r.issues.push(...It(a,l.issues)),r.value[u.value]=l.value)}}return o.length?Promise.all(o).then(()=>r):r}}),d2=k("$ZodMap",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{const n=r.value;if(!(n instanceof Map))return r.issues.push({expected:"map",code:"invalid_type",input:n,inst:e}),r;const o=[];r.value=new Map;for(const[a,u]of n){const l=t.keyType._zod.run({value:a,issues:[]},i),f=t.valueType._zod.run({value:u,issues:[]},i);l instanceof Promise||f instanceof Promise?o.push(Promise.all([l,f]).then(([d,h])=>{f2(d,h,r,a,n,e,i)})):f2(l,f,r,a,n,e,i)}return o.length?Promise.all(o).then(()=>r):r}});function f2(e,t,r,i,n,o,a){e.issues.length&&(ga.has(typeof i)?r.issues.push(...It(i,e.issues)):r.issues.push({code:"invalid_key",origin:"map",input:n,inst:o,issues:e.issues.map(u=>Nt(u,a,Ge()))})),t.issues.length&&(ga.has(typeof i)?r.issues.push(...It(i,t.issues)):r.issues.push({origin:"map",code:"invalid_element",input:n,inst:o,key:i,issues:t.issues.map(u=>Nt(u,a,Ge()))})),r.value.set(e.value,t.value)}const p2=k("$ZodSet",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{const n=r.value;if(!(n instanceof Set))return r.issues.push({input:n,inst:e,expected:"set",code:"invalid_type"}),r;const o=[];r.value=new Set;for(const a of n){const u=t.valueType._zod.run({value:a,issues:[]},i);u instanceof Promise?o.push(u.then(l=>h2(l,r))):h2(u,r)}return o.length?Promise.all(o).then(()=>r):r}});function h2(e,t){e.issues.length&&t.issues.push(...e.issues),t.value.add(e.value)}const m2=k("$ZodEnum",(e,t)=>{W.init(e,t);const r=As(t.entries),i=new Set(r);e._zod.values=i,e._zod.pattern=new RegExp(`^(${r.filter(n=>ga.has(typeof n)).map(n=>typeof n=="string"?On(n):n.toString()).join("|")})$`),e._zod.parse=(n,o)=>{const a=n.value;return i.has(a)||n.issues.push({code:"invalid_value",values:r,input:a,inst:e}),n}}),g2=k("$ZodLiteral",(e,t)=>{if(W.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map(r=>typeof r=="string"?On(r):r?On(r.toString()):String(r)).join("|")})$`),e._zod.parse=(r,i)=>{const n=r.value;return e._zod.values.has(n)||r.issues.push({code:"invalid_value",values:t.values,input:n,inst:e}),r}}),v2=k("$ZodFile",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{const n=r.value;return n instanceof File||r.issues.push({expected:"file",code:"invalid_type",input:n,inst:e}),r}}),$2=k("$ZodTransform",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{if(i.direction==="backward")throw new da(e.constructor.name);const n=t.transform(r.value,r);if(i.async)return(n instanceof Promise?n:Promise.resolve(n)).then(a=>(r.value=a,r));if(n instanceof Promise)throw new or;return r.value=n,r}});function y2(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}const b2=k("$ZodOptional",(e,t)=>{W.init(e,t),e._zod.optin="optional",e._zod.optout="optional",ie(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),ie(e._zod,"pattern",()=>{const r=t.innerType._zod.pattern;return r?new RegExp(`^(${ha(r.source)})?$`):void 0}),e._zod.parse=(r,i)=>{if(t.innerType._zod.optin==="optional"){const n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>y2(o,r.value)):y2(n,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,i)}}),_2=k("$ZodNullable",(e,t)=>{W.init(e,t),ie(e._zod,"optin",()=>t.innerType._zod.optin),ie(e._zod,"optout",()=>t.innerType._zod.optout),ie(e._zod,"pattern",()=>{const r=t.innerType._zod.pattern;return r?new RegExp(`^(${ha(r.source)}|null)$`):void 0}),ie(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,i)=>r.value===null?r:t.innerType._zod.run(r,i)}),S2=k("$ZodDefault",(e,t)=>{W.init(e,t),e._zod.optin="optional",ie(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,i)=>{if(i.direction==="backward")return t.innerType._zod.run(r,i);if(r.value===void 0)return r.value=t.defaultValue,r;const n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>w2(o,t)):w2(n,t)}});function w2(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const k2=k("$ZodPrefault",(e,t)=>{W.init(e,t),e._zod.optin="optional",ie(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,i)=>(i.direction==="backward"||r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,i))}),E2=k("$ZodNonOptional",(e,t)=>{W.init(e,t),ie(e._zod,"values",()=>{const r=t.innerType._zod.values;return r?new Set([...r].filter(i=>i!==void 0)):void 0}),e._zod.parse=(r,i)=>{const n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>I2(o,e)):I2(n,e)}});function I2(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}const N2=k("$ZodSuccess",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>{if(i.direction==="backward")throw new da("ZodSuccess");const n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>(r.value=o.issues.length===0,r)):(r.value=n.issues.length===0,r)}}),O2=k("$ZodCatch",(e,t)=>{W.init(e,t),ie(e._zod,"optin",()=>t.innerType._zod.optin),ie(e._zod,"optout",()=>t.innerType._zod.optout),ie(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,i)=>{if(i.direction==="backward")return t.innerType._zod.run(r,i);const n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(o=>(r.value=o.value,o.issues.length&&(r.value=t.catchValue({...r,error:{issues:o.issues.map(a=>Nt(a,i,Ge()))},input:r.value}),r.issues=[]),r)):(r.value=n.value,n.issues.length&&(r.value=t.catchValue({...r,error:{issues:n.issues.map(o=>Nt(o,i,Ge()))},input:r.value}),r.issues=[]),r)}}),P2=k("$ZodNaN",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>((typeof r.value!="number"||!Number.isNaN(r.value))&&r.issues.push({input:r.value,inst:e,expected:"nan",code:"invalid_type"}),r)}),x2=k("$ZodPipe",(e,t)=>{W.init(e,t),ie(e._zod,"values",()=>t.in._zod.values),ie(e._zod,"optin",()=>t.in._zod.optin),ie(e._zod,"optout",()=>t.out._zod.optout),ie(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,i)=>{if(i.direction==="backward"){const o=t.out._zod.run(r,i);return o instanceof Promise?o.then(a=>_a(a,t.in,i)):_a(o,t.in,i)}const n=t.in._zod.run(r,i);return n instanceof Promise?n.then(o=>_a(o,t.out,i)):_a(n,t.out,i)}});function _a(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}const ac=k("$ZodCodec",(e,t)=>{W.init(e,t),ie(e._zod,"values",()=>t.in._zod.values),ie(e._zod,"optin",()=>t.in._zod.optin),ie(e._zod,"optout",()=>t.out._zod.optout),ie(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,i)=>{if((i.direction||"forward")==="forward"){const o=t.in._zod.run(r,i);return o instanceof Promise?o.then(a=>Sa(a,t,i)):Sa(o,t,i)}else{const o=t.out._zod.run(r,i);return o instanceof Promise?o.then(a=>Sa(a,t,i)):Sa(o,t,i)}}});function Sa(e,t,r){if(e.issues.length)return e.aborted=!0,e;if((r.direction||"forward")==="forward"){const n=t.transform(e.value,e);return n instanceof Promise?n.then(o=>wa(e,o,t.out,r)):wa(e,n,t.out,r)}else{const n=t.reverseTransform(e.value,e);return n instanceof Promise?n.then(o=>wa(e,o,t.in,r)):wa(e,n,t.in,r)}}function wa(e,t,r,i){return e.issues.length?(e.aborted=!0,e):r._zod.run({value:t,issues:e.issues},i)}const T2=k("$ZodReadonly",(e,t)=>{W.init(e,t),ie(e._zod,"propValues",()=>t.innerType._zod.propValues),ie(e._zod,"values",()=>t.innerType._zod.values),ie(e._zod,"optin",()=>t.innerType._zod.optin),ie(e._zod,"optout",()=>t.innerType._zod.optout),e._zod.parse=(r,i)=>{if(i.direction==="backward")return t.innerType._zod.run(r,i);const n=t.innerType._zod.run(r,i);return n instanceof Promise?n.then(A2):A2(n)}});function A2(e){return e.value=Object.freeze(e.value),e}const j2=k("$ZodTemplateLiteral",(e,t)=>{W.init(e,t);const r=[];for(const i of t.parts)if(typeof i=="object"&&i!==null){if(!i._zod.pattern)throw new Error(`Invalid template literal part, no pattern found: ${[...i._zod.traits].shift()}`);const n=i._zod.pattern instanceof RegExp?i._zod.pattern.source:i._zod.pattern;if(!n)throw new Error(`Invalid template literal part: ${i._zod.traits}`);const o=n.startsWith("^")?1:0,a=n.endsWith("$")?n.length-1:n.length;r.push(n.slice(o,a))}else if(i===null||Ym.has(typeof i))r.push(On(`${i}`));else throw new Error(`Invalid template literal part: ${i}`);e._zod.pattern=new RegExp(`^${r.join("")}$`),e._zod.parse=(i,n)=>typeof i.value!="string"?(i.issues.push({input:i.value,inst:e,expected:"template_literal",code:"invalid_type"}),i):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(i.value)||i.issues.push({input:i.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source}),i)}),C2=k("$ZodFunction",(e,t)=>(W.init(e,t),e._def=t,e._zod.def=t,e.implement=r=>{if(typeof r!="function")throw new Error("implement() must be called with a function");return function(...i){const n=e._def.input?Rs(e._def.input,i):i,o=Reflect.apply(r,this,n);return e._def.output?Rs(e._def.output,o):o}},e.implementAsync=r=>{if(typeof r!="function")throw new Error("implementAsync() must be called with a function");return async function(...i){const n=e._def.input?await Ms(e._def.input,i):i,o=await Reflect.apply(r,this,n);return e._def.output?await Ms(e._def.output,o):o}},e._zod.parse=(r,i)=>typeof r.value!="function"?(r.issues.push({code:"invalid_type",expected:"function",input:r.value,inst:e}),r):(e._def.output&&e._def.output._zod.def.type==="promise"?r.value=e.implementAsync(r.value):r.value=e.implement(r.value),r),e.input=(...r)=>{const i=e.constructor;return Array.isArray(r[0])?new i({type:"function",input:new oc({type:"tuple",items:r[0],rest:r[1]}),output:e._def.output}):new i({type:"function",input:r[0],output:e._def.output})},e.output=r=>{const i=e.constructor;return new i({type:"function",input:e._def.input,output:r})},e)),D2=k("$ZodPromise",(e,t)=>{W.init(e,t),e._zod.parse=(r,i)=>Promise.resolve(r.value).then(n=>t.innerType._zod.run({value:n,issues:[]},i))}),z2=k("$ZodLazy",(e,t)=>{W.init(e,t),ie(e._zod,"innerType",()=>t.getter()),ie(e._zod,"pattern",()=>e._zod.innerType._zod.pattern),ie(e._zod,"propValues",()=>e._zod.innerType._zod.propValues),ie(e._zod,"optin",()=>e._zod.innerType._zod.optin??void 0),ie(e._zod,"optout",()=>e._zod.innerType._zod.optout??void 0),e._zod.parse=(r,i)=>e._zod.innerType._zod.run(r,i)}),U2=k("$ZodCustom",(e,t)=>{Se.init(e,t),W.init(e,t),e._zod.parse=(r,i)=>r,e._zod.check=r=>{const i=r.value,n=t.fn(i);if(n instanceof Promise)return n.then(o=>R2(o,r,i,e));R2(n,r,i,e)}});function R2(e,t,r,i){if(!e){const n={code:"custom",input:r,inst:i,path:[...i._zod.def.path??[]],continue:!i._zod.def.abort};i._zod.def.params&&(n.params=i._zod.def.params),t.issues.push(Cr(n))}}const y9=()=>{const e={string:{unit:"حرف",verb:"أن يحوي"},file:{unit:"بايت",verb:"أن يحوي"},array:{unit:"عنصر",verb:"أن يحوي"},set:{unit:"عنصر",verb:"أن يحوي"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"مدخل",email:"بريد إلكتروني",url:"رابط",emoji:"إيموجي",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"تاريخ ووقت بمعيار ISO",date:"تاريخ بمعيار ISO",time:"وقت بمعيار ISO",duration:"مدة بمعيار ISO",ipv4:"عنوان IPv4",ipv6:"عنوان IPv6",cidrv4:"مدى عناوين بصيغة IPv4",cidrv6:"مدى عناوين بصيغة IPv6",base64:"نَص بترميز base64-encoded",base64url:"نَص بترميز base64url-encoded",json_string:"نَص على هيئة JSON",e164:"رقم هاتف بمعيار E.164",jwt:"JWT",template_literal:"مدخل"};return n=>{switch(n.code){case"invalid_type":return`مدخلات غير مقبولة: يفترض إدخال ${n.expected}، ولكن تم إدخال ${r(n.input)}`;case"invalid_value":return n.values.length===1?`مدخلات غير مقبولة: يفترض إدخال ${Z(n.values[0])}`:`اختيار غير مقبول: يتوقع انتقاء أحد هذه الخيارات: ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?` أكبر من اللازم: يفترض أن تكون ${n.origin??"القيمة"} ${o} ${n.maximum.toString()} ${a.unit??"عنصر"}`:`أكبر من اللازم: يفترض أن تكون ${n.origin??"القيمة"} ${o} ${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`أصغر من اللازم: يفترض لـ ${n.origin} أن يكون ${o} ${n.minimum.toString()} ${a.unit}`:`أصغر من اللازم: يفترض لـ ${n.origin} أن يكون ${o} ${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`نَص غير مقبول: يجب أن يبدأ بـ "${n.prefix}"`:o.format==="ends_with"?`نَص غير مقبول: يجب أن ينتهي بـ "${o.suffix}"`:o.format==="includes"?`نَص غير مقبول: يجب أن يتضمَّن "${o.includes}"`:o.format==="regex"?`نَص غير مقبول: يجب أن يطابق النمط ${o.pattern}`:`${i[o.format]??n.format} غير مقبول`}case"not_multiple_of":return`رقم غير مقبول: يجب أن يكون من مضاعفات ${n.divisor}`;case"unrecognized_keys":return`معرف${n.keys.length>1?"ات":""} غريب${n.keys.length>1?"ة":""}: ${C(n.keys,"، ")}`;case"invalid_key":return`معرف غير مقبول في ${n.origin}`;case"invalid_union":return"مدخل غير مقبول";case"invalid_element":return`مدخل غير مقبول في ${n.origin}`;default:return"مدخل غير مقبول"}}};function b9(){return{localeError:y9()}}const _9=()=>{const e={string:{unit:"simvol",verb:"olmalıdır"},file:{unit:"bayt",verb:"olmalıdır"},array:{unit:"element",verb:"olmalıdır"},set:{unit:"element",verb:"olmalıdır"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Yanlış dəyər: gözlənilən ${n.expected}, daxil olan ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Yanlış dəyər: gözlənilən ${Z(n.values[0])}`:`Yanlış seçim: aşağıdakılardan biri olmalıdır: ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Çox böyük: gözlənilən ${n.origin??"dəyər"} ${o}${n.maximum.toString()} ${a.unit??"element"}`:`Çox böyük: gözlənilən ${n.origin??"dəyər"} ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Çox kiçik: gözlənilən ${n.origin} ${o}${n.minimum.toString()} ${a.unit}`:`Çox kiçik: gözlənilən ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Yanlış mətn: "${o.prefix}" ilə başlamalıdır`:o.format==="ends_with"?`Yanlış mətn: "${o.suffix}" ilə bitməlidir`:o.format==="includes"?`Yanlış mətn: "${o.includes}" daxil olmalıdır`:o.format==="regex"?`Yanlış mətn: ${o.pattern} şablonuna uyğun olmalıdır`:`Yanlış ${i[o.format]??n.format}`}case"not_multiple_of":return`Yanlış ədəd: ${n.divisor} ilə bölünə bilən olmalıdır`;case"unrecognized_keys":return`Tanınmayan açar${n.keys.length>1?"lar":""}: ${C(n.keys,", ")}`;case"invalid_key":return`${n.origin} daxilində yanlış açar`;case"invalid_union":return"Yanlış dəyər";case"invalid_element":return`${n.origin} daxilində yanlış dəyər`;default:return"Yanlış dəyər"}}};function S9(){return{localeError:_9()}}function M2(e,t,r,i){const n=Math.abs(e),o=n%10,a=n%100;return a>=11&&a<=19?i:o===1?t:o>=2&&o<=4?r:i}const w9=()=>{const e={string:{unit:{one:"сімвал",few:"сімвалы",many:"сімвалаў"},verb:"мець"},array:{unit:{one:"элемент",few:"элементы",many:"элементаў"},verb:"мець"},set:{unit:{one:"элемент",few:"элементы",many:"элементаў"},verb:"мець"},file:{unit:{one:"байт",few:"байты",many:"байтаў"},verb:"мець"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"лік";case"object":{if(Array.isArray(n))return"масіў";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"увод",email:"email адрас",url:"URL",emoji:"эмодзі",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO дата і час",date:"ISO дата",time:"ISO час",duration:"ISO працягласць",ipv4:"IPv4 адрас",ipv6:"IPv6 адрас",cidrv4:"IPv4 дыяпазон",cidrv6:"IPv6 дыяпазон",base64:"радок у фармаце base64",base64url:"радок у фармаце base64url",json_string:"JSON радок",e164:"нумар E.164",jwt:"JWT",template_literal:"увод"};return n=>{switch(n.code){case"invalid_type":return`Няправільны ўвод: чакаўся ${n.expected}, атрымана ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Няправільны ўвод: чакалася ${Z(n.values[0])}`:`Няправільны варыянт: чакаўся адзін з ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);if(a){const u=Number(n.maximum),l=M2(u,a.unit.one,a.unit.few,a.unit.many);return`Занадта вялікі: чакалася, што ${n.origin??"значэнне"} павінна ${a.verb} ${o}${n.maximum.toString()} ${l}`}return`Занадта вялікі: чакалася, што ${n.origin??"значэнне"} павінна быць ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);if(a){const u=Number(n.minimum),l=M2(u,a.unit.one,a.unit.few,a.unit.many);return`Занадта малы: чакалася, што ${n.origin} павінна ${a.verb} ${o}${n.minimum.toString()} ${l}`}return`Занадта малы: чакалася, што ${n.origin} павінна быць ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Няправільны радок: павінен пачынацца з "${o.prefix}"`:o.format==="ends_with"?`Няправільны радок: павінен заканчвацца на "${o.suffix}"`:o.format==="includes"?`Няправільны радок: павінен змяшчаць "${o.includes}"`:o.format==="regex"?`Няправільны радок: павінен адпавядаць шаблону ${o.pattern}`:`Няправільны ${i[o.format]??n.format}`}case"not_multiple_of":return`Няправільны лік: павінен быць кратным ${n.divisor}`;case"unrecognized_keys":return`Нераспазнаны ${n.keys.length>1?"ключы":"ключ"}: ${C(n.keys,", ")}`;case"invalid_key":return`Няправільны ключ у ${n.origin}`;case"invalid_union":return"Няправільны ўвод";case"invalid_element":return`Няправільнае значэнне ў ${n.origin}`;default:return"Няправільны ўвод"}}};function k9(){return{localeError:w9()}}const E9=()=>{const e={string:{unit:"caràcters",verb:"contenir"},file:{unit:"bytes",verb:"contenir"},array:{unit:"elements",verb:"contenir"},set:{unit:"elements",verb:"contenir"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"entrada",email:"adreça electrònica",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i hora ISO",date:"data ISO",time:"hora ISO",duration:"durada ISO",ipv4:"adreça IPv4",ipv6:"adreça IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return n=>{switch(n.code){case"invalid_type":return`Tipus invàlid: s\'esperava ${n.expected}, s\'ha rebut ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Valor invàlid: s\'esperava ${Z(n.values[0])}`:`Opció invàlida: s\'esperava una de ${C(n.values," o ")}`;case"too_big":{const o=n.inclusive?"com a màxim":"menys de",a=t(n.origin);return a?`Massa gran: s\'esperava que ${n.origin??"el valor"} contingués ${o} ${n.maximum.toString()} ${a.unit??"elements"}`:`Massa gran: s\'esperava que ${n.origin??"el valor"} fos ${o} ${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?"com a mínim":"més de",a=t(n.origin);return a?`Massa petit: s\'esperava que ${n.origin} contingués ${o} ${n.minimum.toString()} ${a.unit}`:`Massa petit: s\'esperava que ${n.origin} fos ${o} ${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Format invàlid: ha de començar amb "${o.prefix}"`:o.format==="ends_with"?`Format invàlid: ha d\'acabar amb "${o.suffix}"`:o.format==="includes"?`Format invàlid: ha d\'incloure "${o.includes}"`:o.format==="regex"?`Format invàlid: ha de coincidir amb el patró ${o.pattern}`:`Format invàlid per a ${i[o.format]??n.format}`}case"not_multiple_of":return`Número invàlid: ha de ser múltiple de ${n.divisor}`;case"unrecognized_keys":return`Clau${n.keys.length>1?"s":""} no reconeguda${n.keys.length>1?"s":""}: ${C(n.keys,", ")}`;case"invalid_key":return`Clau invàlida a ${n.origin}`;case"invalid_union":return"Entrada invàlida";case"invalid_element":return`Element invàlid a ${n.origin}`;default:return"Entrada invàlida"}}};function I9(){return{localeError:E9()}}const N9=()=>{const e={string:{unit:"znaků",verb:"mít"},file:{unit:"bajtů",verb:"mít"},array:{unit:"prvků",verb:"mít"},set:{unit:"prvků",verb:"mít"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"číslo";case"string":return"řetězec";case"boolean":return"boolean";case"bigint":return"bigint";case"function":return"funkce";case"symbol":return"symbol";case"undefined":return"undefined";case"object":{if(Array.isArray(n))return"pole";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"regulární výraz",email:"e-mailová adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"datum a čas ve formátu ISO",date:"datum ve formátu ISO",time:"čas ve formátu ISO",duration:"doba trvání ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"řetězec zakódovaný ve formátu base64",base64url:"řetězec zakódovaný ve formátu base64url",json_string:"řetězec ve formátu JSON",e164:"číslo E.164",jwt:"JWT",template_literal:"vstup"};return n=>{switch(n.code){case"invalid_type":return`Neplatný vstup: očekáváno ${n.expected}, obdrženo ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Neplatný vstup: očekáváno ${Z(n.values[0])}`:`Neplatná možnost: očekávána jedna z hodnot ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Hodnota je příliš velká: ${n.origin??"hodnota"} musí mít ${o}${n.maximum.toString()} ${a.unit??"prvků"}`:`Hodnota je příliš velká: ${n.origin??"hodnota"} musí být ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Hodnota je příliš malá: ${n.origin??"hodnota"} musí mít ${o}${n.minimum.toString()} ${a.unit??"prvků"}`:`Hodnota je příliš malá: ${n.origin??"hodnota"} musí být ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Neplatný řetězec: musí začínat na "${o.prefix}"`:o.format==="ends_with"?`Neplatný řetězec: musí končit na "${o.suffix}"`:o.format==="includes"?`Neplatný řetězec: musí obsahovat "${o.includes}"`:o.format==="regex"?`Neplatný řetězec: musí odpovídat vzoru ${o.pattern}`:`Neplatný formát ${i[o.format]??n.format}`}case"not_multiple_of":return`Neplatné číslo: musí být násobkem ${n.divisor}`;case"unrecognized_keys":return`Neznámé klíče: ${C(n.keys,", ")}`;case"invalid_key":return`Neplatný klíč v ${n.origin}`;case"invalid_union":return"Neplatný vstup";case"invalid_element":return`Neplatná hodnota v ${n.origin}`;default:return"Neplatný vstup"}}};function O9(){return{localeError:N9()}}const P9=()=>{const e={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}},t={string:"streng",number:"tal",boolean:"boolean",array:"liste",object:"objekt",set:"sæt",file:"fil"};function r(a){return e[a]??null}function i(a){return t[a]??a}const n=a=>{const u=typeof a;switch(u){case"number":return Number.isNaN(a)?"NaN":"tal";case"object":return Array.isArray(a)?"liste":a===null?"null":Object.getPrototypeOf(a)!==Object.prototype&&a.constructor?a.constructor.name:"objekt"}return u},o={regex:"input",email:"e-mailadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslæt",date:"ISO-dato",time:"ISO-klokkeslæt",duration:"ISO-varighed",ipv4:"IPv4-område",ipv6:"IPv6-område",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodet streng",base64url:"base64url-kodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"};return a=>{switch(a.code){case"invalid_type":return`Ugyldigt input: forventede ${i(a.expected)}, fik ${i(n(a.input))}`;case"invalid_value":return a.values.length===1?`Ugyldig værdi: forventede ${Z(a.values[0])}`:`Ugyldigt valg: forventede en af følgende ${C(a.values,"|")}`;case"too_big":{const u=a.inclusive?"<=":"<",l=r(a.origin),f=i(a.origin);return l?`For stor: forventede ${f??"value"} ${l.verb} ${u} ${a.maximum.toString()} ${l.unit??"elementer"}`:`For stor: forventede ${f??"value"} havde ${u} ${a.maximum.toString()}`}case"too_small":{const u=a.inclusive?">=":">",l=r(a.origin),f=i(a.origin);return l?`For lille: forventede ${f} ${l.verb} ${u} ${a.minimum.toString()} ${l.unit}`:`For lille: forventede ${f} havde ${u} ${a.minimum.toString()}`}case"invalid_format":{const u=a;return u.format==="starts_with"?`Ugyldig streng: skal starte med "${u.prefix}"`:u.format==="ends_with"?`Ugyldig streng: skal ende med "${u.suffix}"`:u.format==="includes"?`Ugyldig streng: skal indeholde "${u.includes}"`:u.format==="regex"?`Ugyldig streng: skal matche mønsteret ${u.pattern}`:`Ugyldig ${o[u.format]??a.format}`}case"not_multiple_of":return`Ugyldigt tal: skal være deleligt med ${a.divisor}`;case"unrecognized_keys":return`${a.keys.length>1?"Ukendte nøgler":"Ukendt nøgle"}: ${C(a.keys,", ")}`;case"invalid_key":return`Ugyldig nøgle i ${a.origin}`;case"invalid_union":return"Ugyldigt input: matcher ingen af de tilladte typer";case"invalid_element":return`Ugyldig værdi i ${a.origin}`;default:return"Ugyldigt input"}}};function x9(){return{localeError:P9()}}const T9=()=>{const e={string:{unit:"Zeichen",verb:"zu haben"},file:{unit:"Bytes",verb:"zu haben"},array:{unit:"Elemente",verb:"zu haben"},set:{unit:"Elemente",verb:"zu haben"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"Zahl";case"object":{if(Array.isArray(n))return"Array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"Eingabe",email:"E-Mail-Adresse",url:"URL",emoji:"Emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-Datum und -Uhrzeit",date:"ISO-Datum",time:"ISO-Uhrzeit",duration:"ISO-Dauer",ipv4:"IPv4-Adresse",ipv6:"IPv6-Adresse",cidrv4:"IPv4-Bereich",cidrv6:"IPv6-Bereich",base64:"Base64-codierter String",base64url:"Base64-URL-codierter String",json_string:"JSON-String",e164:"E.164-Nummer",jwt:"JWT",template_literal:"Eingabe"};return n=>{switch(n.code){case"invalid_type":return`Ungültige Eingabe: erwartet ${n.expected}, erhalten ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Ungültige Eingabe: erwartet ${Z(n.values[0])}`:`Ungültige Option: erwartet eine von ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Zu groß: erwartet, dass ${n.origin??"Wert"} ${o}${n.maximum.toString()} ${a.unit??"Elemente"} hat`:`Zu groß: erwartet, dass ${n.origin??"Wert"} ${o}${n.maximum.toString()} ist`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Zu klein: erwartet, dass ${n.origin} ${o}${n.minimum.toString()} ${a.unit} hat`:`Zu klein: erwartet, dass ${n.origin} ${o}${n.minimum.toString()} ist`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Ungültiger String: muss mit "${o.prefix}" beginnen`:o.format==="ends_with"?`Ungültiger String: muss mit "${o.suffix}" enden`:o.format==="includes"?`Ungültiger String: muss "${o.includes}" enthalten`:o.format==="regex"?`Ungültiger String: muss dem Muster ${o.pattern} entsprechen`:`Ungültig: ${i[o.format]??n.format}`}case"not_multiple_of":return`Ungültige Zahl: muss ein Vielfaches von ${n.divisor} sein`;case"unrecognized_keys":return`${n.keys.length>1?"Unbekannte Schlüssel":"Unbekannter Schlüssel"}: ${C(n.keys,", ")}`;case"invalid_key":return`Ungültiger Schlüssel in ${n.origin}`;case"invalid_union":return"Ungültige Eingabe";case"invalid_element":return`Ungültiger Wert in ${n.origin}`;default:return"Ungültige Eingabe"}}};function A9(){return{localeError:T9()}}const j9=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},C9=()=>{const e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function t(i){return e[i]??null}const r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return i=>{switch(i.code){case"invalid_type":return`Invalid input: expected ${i.expected}, received ${j9(i.input)}`;case"invalid_value":return i.values.length===1?`Invalid input: expected ${Z(i.values[0])}`:`Invalid option: expected one of ${C(i.values,"|")}`;case"too_big":{const n=i.inclusive?"<=":"<",o=t(i.origin);return o?`Too big: expected ${i.origin??"value"} to have ${n}${i.maximum.toString()} ${o.unit??"elements"}`:`Too big: expected ${i.origin??"value"} to be ${n}${i.maximum.toString()}`}case"too_small":{const n=i.inclusive?">=":">",o=t(i.origin);return o?`Too small: expected ${i.origin} to have ${n}${i.minimum.toString()} ${o.unit}`:`Too small: expected ${i.origin} to be ${n}${i.minimum.toString()}`}case"invalid_format":{const n=i;return n.format==="starts_with"?`Invalid string: must start with "${n.prefix}"`:n.format==="ends_with"?`Invalid string: must end with "${n.suffix}"`:n.format==="includes"?`Invalid string: must include "${n.includes}"`:n.format==="regex"?`Invalid string: must match pattern ${n.pattern}`:`Invalid ${r[n.format]??i.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${i.divisor}`;case"unrecognized_keys":return`Unrecognized key${i.keys.length>1?"s":""}: ${C(i.keys,", ")}`;case"invalid_key":return`Invalid key in ${i.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${i.origin}`;default:return"Invalid input"}}};function L2(){return{localeError:C9()}}const D9=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"nombro";case"object":{if(Array.isArray(e))return"tabelo";if(e===null)return"senvalora";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},z9=()=>{const e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(i){return e[i]??null}const r={regex:"enigo",email:"retadreso",url:"URL",emoji:"emoĝio",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datotempo",date:"ISO-dato",time:"ISO-tempo",duration:"ISO-daŭro",ipv4:"IPv4-adreso",ipv6:"IPv6-adreso",cidrv4:"IPv4-rango",cidrv6:"IPv6-rango",base64:"64-ume kodita karaktraro",base64url:"URL-64-ume kodita karaktraro",json_string:"JSON-karaktraro",e164:"E.164-nombro",jwt:"JWT",template_literal:"enigo"};return i=>{switch(i.code){case"invalid_type":return`Nevalida enigo: atendiĝis ${i.expected}, riceviĝis ${D9(i.input)}`;case"invalid_value":return i.values.length===1?`Nevalida enigo: atendiĝis ${Z(i.values[0])}`:`Nevalida opcio: atendiĝis unu el ${C(i.values,"|")}`;case"too_big":{const n=i.inclusive?"<=":"<",o=t(i.origin);return o?`Tro granda: atendiĝis ke ${i.origin??"valoro"} havu ${n}${i.maximum.toString()} ${o.unit??"elementojn"}`:`Tro granda: atendiĝis ke ${i.origin??"valoro"} havu ${n}${i.maximum.toString()}`}case"too_small":{const n=i.inclusive?">=":">",o=t(i.origin);return o?`Tro malgranda: atendiĝis ke ${i.origin} havu ${n}${i.minimum.toString()} ${o.unit}`:`Tro malgranda: atendiĝis ke ${i.origin} estu ${n}${i.minimum.toString()}`}case"invalid_format":{const n=i;return n.format==="starts_with"?`Nevalida karaktraro: devas komenciĝi per "${n.prefix}"`:n.format==="ends_with"?`Nevalida karaktraro: devas finiĝi per "${n.suffix}"`:n.format==="includes"?`Nevalida karaktraro: devas inkluzivi "${n.includes}"`:n.format==="regex"?`Nevalida karaktraro: devas kongrui kun la modelo ${n.pattern}`:`Nevalida ${r[n.format]??i.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${i.divisor}`;case"unrecognized_keys":return`Nekonata${i.keys.length>1?"j":""} ŝlosilo${i.keys.length>1?"j":""}: ${C(i.keys,", ")}`;case"invalid_key":return`Nevalida ŝlosilo en ${i.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${i.origin}`;default:return"Nevalida enigo"}}};function U9(){return{localeError:z9()}}const R9=()=>{const e={string:{unit:"caracteres",verb:"tener"},file:{unit:"bytes",verb:"tener"},array:{unit:"elementos",verb:"tener"},set:{unit:"elementos",verb:"tener"}},t={string:"texto",number:"número",boolean:"booleano",array:"arreglo",object:"objeto",set:"conjunto",file:"archivo",date:"fecha",bigint:"número grande",symbol:"símbolo",undefined:"indefinido",null:"nulo",function:"función",map:"mapa",record:"registro",tuple:"tupla",enum:"enumeración",union:"unión",literal:"literal",promise:"promesa",void:"vacío",never:"nunca",unknown:"desconocido",any:"cualquiera"};function r(a){return e[a]??null}function i(a){return t[a]??a}const n=a=>{const u=typeof a;switch(u){case"number":return Number.isNaN(a)?"NaN":"number";case"object":return Array.isArray(a)?"array":a===null?"null":Object.getPrototypeOf(a)!==Object.prototype?a.constructor.name:"object"}return u},o={regex:"entrada",email:"dirección de correo electrónico",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"fecha y hora ISO",date:"fecha ISO",time:"hora ISO",duration:"duración ISO",ipv4:"dirección IPv4",ipv6:"dirección IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return a=>{switch(a.code){case"invalid_type":return`Entrada inválida: se esperaba ${i(a.expected)}, recibido ${i(n(a.input))}`;case"invalid_value":return a.values.length===1?`Entrada inválida: se esperaba ${Z(a.values[0])}`:`Opción inválida: se esperaba una de ${C(a.values,"|")}`;case"too_big":{const u=a.inclusive?"<=":"<",l=r(a.origin),f=i(a.origin);return l?`Demasiado grande: se esperaba que ${f??"valor"} tuviera ${u}${a.maximum.toString()} ${l.unit??"elementos"}`:`Demasiado grande: se esperaba que ${f??"valor"} fuera ${u}${a.maximum.toString()}`}case"too_small":{const u=a.inclusive?">=":">",l=r(a.origin),f=i(a.origin);return l?`Demasiado pequeño: se esperaba que ${f} tuviera ${u}${a.minimum.toString()} ${l.unit}`:`Demasiado pequeño: se esperaba que ${f} fuera ${u}${a.minimum.toString()}`}case"invalid_format":{const u=a;return u.format==="starts_with"?`Cadena inválida: debe comenzar con "${u.prefix}"`:u.format==="ends_with"?`Cadena inválida: debe terminar en "${u.suffix}"`:u.format==="includes"?`Cadena inválida: debe incluir "${u.includes}"`:u.format==="regex"?`Cadena inválida: debe coincidir con el patrón ${u.pattern}`:`Inválido ${o[u.format]??a.format}`}case"not_multiple_of":return`Número inválido: debe ser múltiplo de ${a.divisor}`;case"unrecognized_keys":return`Llave${a.keys.length>1?"s":""} desconocida${a.keys.length>1?"s":""}: ${C(a.keys,", ")}`;case"invalid_key":return`Llave inválida en ${i(a.origin)}`;case"invalid_union":return"Entrada inválida";case"invalid_element":return`Valor inválido en ${i(a.origin)}`;default:return"Entrada inválida"}}};function M9(){return{localeError:R9()}}const L9=()=>{const e={string:{unit:"کاراکتر",verb:"داشته باشد"},file:{unit:"بایت",verb:"داشته باشد"},array:{unit:"آیتم",verb:"داشته باشد"},set:{unit:"آیتم",verb:"داشته باشد"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"عدد";case"object":{if(Array.isArray(n))return"آرایه";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"ورودی",email:"آدرس ایمیل",url:"URL",emoji:"ایموجی",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"تاریخ و زمان ایزو",date:"تاریخ ایزو",time:"زمان ایزو",duration:"مدت زمان ایزو",ipv4:"IPv4 آدرس",ipv6:"IPv6 آدرس",cidrv4:"IPv4 دامنه",cidrv6:"IPv6 دامنه",base64:"base64-encoded رشته",base64url:"base64url-encoded رشته",json_string:"JSON رشته",e164:"E.164 عدد",jwt:"JWT",template_literal:"ورودی"};return n=>{switch(n.code){case"invalid_type":return`ورودی نامعتبر: میبایست ${n.expected} میبود، ${r(n.input)} دریافت شد`;case"invalid_value":return n.values.length===1?`ورودی نامعتبر: میبایست ${Z(n.values[0])} میبود`:`گزینه نامعتبر: میبایست یکی از ${C(n.values,"|")} میبود`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`خیلی بزرگ: ${n.origin??"مقدار"} باید ${o}${n.maximum.toString()} ${a.unit??"عنصر"} باشد`:`خیلی بزرگ: ${n.origin??"مقدار"} باید ${o}${n.maximum.toString()} باشد`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`خیلی کوچک: ${n.origin} باید ${o}${n.minimum.toString()} ${a.unit} باشد`:`خیلی کوچک: ${n.origin} باید ${o}${n.minimum.toString()} باشد`}case"invalid_format":{const o=n;return o.format==="starts_with"?`رشته نامعتبر: باید با "${o.prefix}" شروع شود`:o.format==="ends_with"?`رشته نامعتبر: باید با "${o.suffix}" تمام شود`:o.format==="includes"?`رشته نامعتبر: باید شامل "${o.includes}" باشد`:o.format==="regex"?`رشته نامعتبر: باید با الگوی ${o.pattern} مطابقت داشته باشد`:`${i[o.format]??n.format} نامعتبر`}case"not_multiple_of":return`عدد نامعتبر: باید مضرب ${n.divisor} باشد`;case"unrecognized_keys":return`کلید${n.keys.length>1?"های":""} ناشناس: ${C(n.keys,", ")}`;case"invalid_key":return`کلید ناشناس در ${n.origin}`;case"invalid_union":return"ورودی نامعتبر";case"invalid_element":return`مقدار نامعتبر در ${n.origin}`;default:return"ورودی نامعتبر"}}};function Z9(){return{localeError:L9()}}const F9=()=>{const e={string:{unit:"merkkiä",subject:"merkkijonon"},file:{unit:"tavua",subject:"tiedoston"},array:{unit:"alkiota",subject:"listan"},set:{unit:"alkiota",subject:"joukon"},number:{unit:"",subject:"luvun"},bigint:{unit:"",subject:"suuren kokonaisluvun"},int:{unit:"",subject:"kokonaisluvun"},date:{unit:"",subject:"päivämäärän"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"säännöllinen lauseke",email:"sähköpostiosoite",url:"URL-osoite",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-aikaleima",date:"ISO-päivämäärä",time:"ISO-aika",duration:"ISO-kesto",ipv4:"IPv4-osoite",ipv6:"IPv6-osoite",cidrv4:"IPv4-alue",cidrv6:"IPv6-alue",base64:"base64-koodattu merkkijono",base64url:"base64url-koodattu merkkijono",json_string:"JSON-merkkijono",e164:"E.164-luku",jwt:"JWT",template_literal:"templaattimerkkijono"};return n=>{switch(n.code){case"invalid_type":return`Virheellinen tyyppi: odotettiin ${n.expected}, oli ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Virheellinen syöte: täytyy olla ${Z(n.values[0])}`:`Virheellinen valinta: täytyy olla yksi seuraavista: ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Liian suuri: ${a.subject} täytyy olla ${o}${n.maximum.toString()} ${a.unit}`.trim():`Liian suuri: arvon täytyy olla ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Liian pieni: ${a.subject} täytyy olla ${o}${n.minimum.toString()} ${a.unit}`.trim():`Liian pieni: arvon täytyy olla ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Virheellinen syöte: täytyy alkaa "${o.prefix}"`:o.format==="ends_with"?`Virheellinen syöte: täytyy loppua "${o.suffix}"`:o.format==="includes"?`Virheellinen syöte: täytyy sisältää "${o.includes}"`:o.format==="regex"?`Virheellinen syöte: täytyy vastata säännöllistä lauseketta ${o.pattern}`:`Virheellinen ${i[o.format]??n.format}`}case"not_multiple_of":return`Virheellinen luku: täytyy olla luvun ${n.divisor} monikerta`;case"unrecognized_keys":return`${n.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${C(n.keys,", ")}`;case"invalid_key":return"Virheellinen avain tietueessa";case"invalid_union":return"Virheellinen unioni";case"invalid_element":return"Virheellinen arvo joukossa";default:return"Virheellinen syöte"}}};function B9(){return{localeError:F9()}}const H9=()=>{const e={string:{unit:"caractères",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"éléments",verb:"avoir"},set:{unit:"éléments",verb:"avoir"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"nombre";case"object":{if(Array.isArray(n))return"tableau";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"entrée",email:"adresse e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date et heure ISO",date:"date ISO",time:"heure ISO",duration:"durée ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"chaîne encodée en base64",base64url:"chaîne encodée en base64url",json_string:"chaîne JSON",e164:"numéro E.164",jwt:"JWT",template_literal:"entrée"};return n=>{switch(n.code){case"invalid_type":return`Entrée invalide : ${n.expected} attendu, ${r(n.input)} reçu`;case"invalid_value":return n.values.length===1?`Entrée invalide : ${Z(n.values[0])} attendu`:`Option invalide : une valeur parmi ${C(n.values,"|")} attendue`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Trop grand : ${n.origin??"valeur"} doit ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"élément(s)"}`:`Trop grand : ${n.origin??"valeur"} doit être ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Trop petit : ${n.origin} doit ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`Trop petit : ${n.origin} doit être ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Chaîne invalide : doit commencer par "${o.prefix}"`:o.format==="ends_with"?`Chaîne invalide : doit se terminer par "${o.suffix}"`:o.format==="includes"?`Chaîne invalide : doit inclure "${o.includes}"`:o.format==="regex"?`Chaîne invalide : doit correspondre au modèle ${o.pattern}`:`${i[o.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit être un multiple de ${n.divisor}`;case"unrecognized_keys":return`Clé${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${C(n.keys,", ")}`;case"invalid_key":return`Clé invalide dans ${n.origin}`;case"invalid_union":return"Entrée invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entrée invalide"}}};function G9(){return{localeError:H9()}}const W9=()=>{const e={string:{unit:"caractères",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"éléments",verb:"avoir"},set:{unit:"éléments",verb:"avoir"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"entrée",email:"adresse courriel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date-heure ISO",date:"date ISO",time:"heure ISO",duration:"durée ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"chaîne encodée en base64",base64url:"chaîne encodée en base64url",json_string:"chaîne JSON",e164:"numéro E.164",jwt:"JWT",template_literal:"entrée"};return n=>{switch(n.code){case"invalid_type":return`Entrée invalide : attendu ${n.expected}, reçu ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Entrée invalide : attendu ${Z(n.values[0])}`:`Option invalide : attendu l\'une des valeurs suivantes ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"≤":"<",a=t(n.origin);return a?`Trop grand : attendu que ${n.origin??"la valeur"} ait ${o}${n.maximum.toString()} ${a.unit}`:`Trop grand : attendu que ${n.origin??"la valeur"} soit ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?"≥":">",a=t(n.origin);return a?`Trop petit : attendu que ${n.origin} ait ${o}${n.minimum.toString()} ${a.unit}`:`Trop petit : attendu que ${n.origin} soit ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Chaîne invalide : doit commencer par "${o.prefix}"`:o.format==="ends_with"?`Chaîne invalide : doit se terminer par "${o.suffix}"`:o.format==="includes"?`Chaîne invalide : doit inclure "${o.includes}"`:o.format==="regex"?`Chaîne invalide : doit correspondre au motif ${o.pattern}`:`${i[o.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit être un multiple de ${n.divisor}`;case"unrecognized_keys":return`Clé${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${C(n.keys,", ")}`;case"invalid_key":return`Clé invalide dans ${n.origin}`;case"invalid_union":return"Entrée invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entrée invalide"}}};function V9(){return{localeError:W9()}}const q9=()=>{const e={string:{unit:"אותיות",verb:"לכלול"},file:{unit:"בייטים",verb:"לכלול"},array:{unit:"פריטים",verb:"לכלול"},set:{unit:"פריטים",verb:"לכלול"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"קלט",email:"כתובת אימייל",url:"כתובת רשת",emoji:"אימוג\'י",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"תאריך וזמן ISO",date:"תאריך ISO",time:"זמן ISO",duration:"משך זמן ISO",ipv4:"כתובת IPv4",ipv6:"כתובת IPv6",cidrv4:"טווח IPv4",cidrv6:"טווח IPv6",base64:"מחרוזת בבסיס 64",base64url:"מחרוזת בבסיס 64 לכתובות רשת",json_string:"מחרוזת JSON",e164:"מספר E.164",jwt:"JWT",template_literal:"קלט"};return n=>{switch(n.code){case"invalid_type":return`קלט לא תקין: צריך ${n.expected}, התקבל ${r(n.input)}`;case"invalid_value":return n.values.length===1?`קלט לא תקין: צריך ${Z(n.values[0])}`:`קלט לא תקין: צריך אחת מהאפשרויות ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`גדול מדי: ${n.origin??"value"} צריך להיות ${o}${n.maximum.toString()} ${a.unit??"elements"}`:`גדול מדי: ${n.origin??"value"} צריך להיות ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`קטן מדי: ${n.origin} צריך להיות ${o}${n.minimum.toString()} ${a.unit}`:`קטן מדי: ${n.origin} צריך להיות ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`מחרוזת לא תקינה: חייבת להתחיל ב"${o.prefix}"`:o.format==="ends_with"?`מחרוזת לא תקינה: חייבת להסתיים ב "${o.suffix}"`:o.format==="includes"?`מחרוזת לא תקינה: חייבת לכלול "${o.includes}"`:o.format==="regex"?`מחרוזת לא תקינה: חייבת להתאים לתבנית ${o.pattern}`:`${i[o.format]??n.format} לא תקין`}case"not_multiple_of":return`מספר לא תקין: חייב להיות מכפלה של ${n.divisor}`;case"unrecognized_keys":return`מפתח${n.keys.length>1?"ות":""} לא מזוה${n.keys.length>1?"ים":"ה"}: ${C(n.keys,", ")}`;case"invalid_key":return`מפתח לא תקין ב${n.origin}`;case"invalid_union":return"קלט לא תקין";case"invalid_element":return`ערך לא תקין ב${n.origin}`;default:return"קלט לא תקין"}}};function J9(){return{localeError:q9()}}const K9=()=>{const e={string:{unit:"karakter",verb:"legyen"},file:{unit:"byte",verb:"legyen"},array:{unit:"elem",verb:"legyen"},set:{unit:"elem",verb:"legyen"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"szám";case"object":{if(Array.isArray(n))return"tömb";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"bemenet",email:"email cím",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO időbélyeg",date:"ISO dátum",time:"ISO idő",duration:"ISO időintervallum",ipv4:"IPv4 cím",ipv6:"IPv6 cím",cidrv4:"IPv4 tartomány",cidrv6:"IPv6 tartomány",base64:"base64-kódolt string",base64url:"base64url-kódolt string",json_string:"JSON string",e164:"E.164 szám",jwt:"JWT",template_literal:"bemenet"};return n=>{switch(n.code){case"invalid_type":return`Érvénytelen bemenet: a várt érték ${n.expected}, a kapott érték ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Érvénytelen bemenet: a várt érték ${Z(n.values[0])}`:`Érvénytelen opció: valamelyik érték várt ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Túl nagy: ${n.origin??"érték"} mérete túl nagy ${o}${n.maximum.toString()} ${a.unit??"elem"}`:`Túl nagy: a bemeneti érték ${n.origin??"érték"} túl nagy: ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Túl kicsi: a bemeneti érték ${n.origin} mérete túl kicsi ${o}${n.minimum.toString()} ${a.unit}`:`Túl kicsi: a bemeneti érték ${n.origin} túl kicsi ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Érvénytelen string: "${o.prefix}" értékkel kell kezdődnie`:o.format==="ends_with"?`Érvénytelen string: "${o.suffix}" értékkel kell végződnie`:o.format==="includes"?`Érvénytelen string: "${o.includes}" értéket kell tartalmaznia`:o.format==="regex"?`Érvénytelen string: ${o.pattern} mintának kell megfelelnie`:`Érvénytelen ${i[o.format]??n.format}`}case"not_multiple_of":return`Érvénytelen szám: ${n.divisor} többszörösének kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${n.keys.length>1?"s":""}: ${C(n.keys,", ")}`;case"invalid_key":return`Érvénytelen kulcs ${n.origin}`;case"invalid_union":return"Érvénytelen bemenet";case"invalid_element":return`Érvénytelen érték: ${n.origin}`;default:return"Érvénytelen bemenet"}}};function Y9(){return{localeError:K9()}}const X9=()=>{const e={string:{unit:"karakter",verb:"memiliki"},file:{unit:"byte",verb:"memiliki"},array:{unit:"item",verb:"memiliki"},set:{unit:"item",verb:"memiliki"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"input",email:"alamat email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tanggal dan waktu format ISO",date:"tanggal format ISO",time:"jam format ISO",duration:"durasi format ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"rentang alamat IPv4",cidrv6:"rentang alamat IPv6",base64:"string dengan enkode base64",base64url:"string dengan enkode base64url",json_string:"string JSON",e164:"angka E.164",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Input tidak valid: diharapkan ${n.expected}, diterima ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Input tidak valid: diharapkan ${Z(n.values[0])}`:`Pilihan tidak valid: diharapkan salah satu dari ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Terlalu besar: diharapkan ${n.origin??"value"} memiliki ${o}${n.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: diharapkan ${n.origin??"value"} menjadi ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Terlalu kecil: diharapkan ${n.origin} memiliki ${o}${n.minimum.toString()} ${a.unit}`:`Terlalu kecil: diharapkan ${n.origin} menjadi ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`String tidak valid: harus dimulai dengan "${o.prefix}"`:o.format==="ends_with"?`String tidak valid: harus berakhir dengan "${o.suffix}"`:o.format==="includes"?`String tidak valid: harus menyertakan "${o.includes}"`:o.format==="regex"?`String tidak valid: harus sesuai pola ${o.pattern}`:`${i[o.format]??n.format} tidak valid`}case"not_multiple_of":return`Angka tidak valid: harus kelipatan dari ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali ${n.keys.length>1?"s":""}: ${C(n.keys,", ")}`;case"invalid_key":return`Kunci tidak valid di ${n.origin}`;case"invalid_union":return"Input tidak valid";case"invalid_element":return`Nilai tidak valid di ${n.origin}`;default:return"Input tidak valid"}}};function Q9(){return{localeError:X9()}}const e5=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"númer";case"object":{if(Array.isArray(e))return"fylki";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},t5=()=>{const e={string:{unit:"stafi",verb:"að hafa"},file:{unit:"bæti",verb:"að hafa"},array:{unit:"hluti",verb:"að hafa"},set:{unit:"hluti",verb:"að hafa"}};function t(i){return e[i]??null}const r={regex:"gildi",email:"netfang",url:"vefslóð",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dagsetning og tími",date:"ISO dagsetning",time:"ISO tími",duration:"ISO tímalengd",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded strengur",base64url:"base64url-encoded strengur",json_string:"JSON strengur",e164:"E.164 tölugildi",jwt:"JWT",template_literal:"gildi"};return i=>{switch(i.code){case"invalid_type":return`Rangt gildi: Þú slóst inn ${e5(i.input)} þar sem á að vera ${i.expected}`;case"invalid_value":return i.values.length===1?`Rangt gildi: gert ráð fyrir ${Z(i.values[0])}`:`Ógilt val: má vera eitt af eftirfarandi ${C(i.values,"|")}`;case"too_big":{const n=i.inclusive?"<=":"<",o=t(i.origin);return o?`Of stórt: gert er ráð fyrir að ${i.origin??"gildi"} hafi ${n}${i.maximum.toString()} ${o.unit??"hluti"}`:`Of stórt: gert er ráð fyrir að ${i.origin??"gildi"} sé ${n}${i.maximum.toString()}`}case"too_small":{const n=i.inclusive?">=":">",o=t(i.origin);return o?`Of lítið: gert er ráð fyrir að ${i.origin} hafi ${n}${i.minimum.toString()} ${o.unit}`:`Of lítið: gert er ráð fyrir að ${i.origin} sé ${n}${i.minimum.toString()}`}case"invalid_format":{const n=i;return n.format==="starts_with"?`Ógildur strengur: verður að byrja á "${n.prefix}"`:n.format==="ends_with"?`Ógildur strengur: verður að enda á "${n.suffix}"`:n.format==="includes"?`Ógildur strengur: verður að innihalda "${n.includes}"`:n.format==="regex"?`Ógildur strengur: verður að fylgja mynstri ${n.pattern}`:`Rangt ${r[n.format]??i.format}`}case"not_multiple_of":return`Röng tala: verður að vera margfeldi af ${i.divisor}`;case"unrecognized_keys":return`Óþekkt ${i.keys.length>1?"ir lyklar":"ur lykill"}: ${C(i.keys,", ")}`;case"invalid_key":return`Rangur lykill í ${i.origin}`;case"invalid_union":return"Rangt gildi";case"invalid_element":return`Rangt gildi í ${i.origin}`;default:return"Rangt gildi"}}};function n5(){return{localeError:t5()}}const r5=()=>{const e={string:{unit:"caratteri",verb:"avere"},file:{unit:"byte",verb:"avere"},array:{unit:"elementi",verb:"avere"},set:{unit:"elementi",verb:"avere"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"numero";case"object":{if(Array.isArray(n))return"vettore";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"input",email:"indirizzo email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e ora ISO",date:"data ISO",time:"ora ISO",duration:"durata ISO",ipv4:"indirizzo IPv4",ipv6:"indirizzo IPv6",cidrv4:"intervallo IPv4",cidrv6:"intervallo IPv6",base64:"stringa codificata in base64",base64url:"URL codificata in base64",json_string:"stringa JSON",e164:"numero E.164",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Input non valido: atteso ${n.expected}, ricevuto ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Input non valido: atteso ${Z(n.values[0])}`:`Opzione non valida: atteso uno tra ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Troppo grande: ${n.origin??"valore"} deve avere ${o}${n.maximum.toString()} ${a.unit??"elementi"}`:`Troppo grande: ${n.origin??"valore"} deve essere ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Troppo piccolo: ${n.origin} deve avere ${o}${n.minimum.toString()} ${a.unit}`:`Troppo piccolo: ${n.origin} deve essere ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Stringa non valida: deve iniziare con "${o.prefix}"`:o.format==="ends_with"?`Stringa non valida: deve terminare con "${o.suffix}"`:o.format==="includes"?`Stringa non valida: deve includere "${o.includes}"`:o.format==="regex"?`Stringa non valida: deve corrispondere al pattern ${o.pattern}`:`Invalid ${i[o.format]??n.format}`}case"not_multiple_of":return`Numero non valido: deve essere un multiplo di ${n.divisor}`;case"unrecognized_keys":return`Chiav${n.keys.length>1?"i":"e"} non riconosciut${n.keys.length>1?"e":"a"}: ${C(n.keys,", ")}`;case"invalid_key":return`Chiave non valida in ${n.origin}`;case"invalid_union":return"Input non valido";case"invalid_element":return`Valore non valido in ${n.origin}`;default:return"Input non valido"}}};function i5(){return{localeError:r5()}}const o5=()=>{const e={string:{unit:"文字",verb:"である"},file:{unit:"バイト",verb:"である"},array:{unit:"要素",verb:"である"},set:{unit:"要素",verb:"である"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"数値";case"object":{if(Array.isArray(n))return"配列";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"入力値",email:"メールアドレス",url:"URL",emoji:"絵文字",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO日時",date:"ISO日付",time:"ISO時刻",duration:"ISO期間",ipv4:"IPv4アドレス",ipv6:"IPv6アドレス",cidrv4:"IPv4範囲",cidrv6:"IPv6範囲",base64:"base64エンコード文字列",base64url:"base64urlエンコード文字列",json_string:"JSON文字列",e164:"E.164番号",jwt:"JWT",template_literal:"入力値"};return n=>{switch(n.code){case"invalid_type":return`無効な入力: ${n.expected}が期待されましたが、${r(n.input)}が入力されました`;case"invalid_value":return n.values.length===1?`無効な入力: ${Z(n.values[0])}が期待されました`:`無効な選択: ${C(n.values,"、")}のいずれかである必要があります`;case"too_big":{const o=n.inclusive?"以下である":"より小さい",a=t(n.origin);return a?`大きすぎる値: ${n.origin??"値"}は${n.maximum.toString()}${a.unit??"要素"}${o}必要があります`:`大きすぎる値: ${n.origin??"値"}は${n.maximum.toString()}${o}必要があります`}case"too_small":{const o=n.inclusive?"以上である":"より大きい",a=t(n.origin);return a?`小さすぎる値: ${n.origin}は${n.minimum.toString()}${a.unit}${o}必要があります`:`小さすぎる値: ${n.origin}は${n.minimum.toString()}${o}必要があります`}case"invalid_format":{const o=n;return o.format==="starts_with"?`無効な文字列: "${o.prefix}"で始まる必要があります`:o.format==="ends_with"?`無効な文字列: "${o.suffix}"で終わる必要があります`:o.format==="includes"?`無効な文字列: "${o.includes}"を含む必要があります`:o.format==="regex"?`無効な文字列: パターン${o.pattern}に一致する必要があります`:`無効な${i[o.format]??n.format}`}case"not_multiple_of":return`無効な数値: ${n.divisor}の倍数である必要があります`;case"unrecognized_keys":return`認識されていないキー${n.keys.length>1?"群":""}: ${C(n.keys,"、")}`;case"invalid_key":return`${n.origin}内の無効なキー`;case"invalid_union":return"無効な入力";case"invalid_element":return`${n.origin}内の無効な値`;default:return"無効な入力"}}};function a5(){return{localeError:o5()}}const u5=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"რიცხვი";case"object":{if(Array.isArray(e))return"მასივი";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return{string:"სტრინგი",boolean:"ბულეანი",undefined:"undefined",bigint:"bigint",symbol:"symbol",function:"ფუნქცია"}[t]??t},s5=()=>{const e={string:{unit:"სიმბოლო",verb:"უნდა შეიცავდეს"},file:{unit:"ბაიტი",verb:"უნდა შეიცავდეს"},array:{unit:"ელემენტი",verb:"უნდა შეიცავდეს"},set:{unit:"ელემენტი",verb:"უნდა შეიცავდეს"}};function t(i){return e[i]??null}const r={regex:"შეყვანა",email:"ელ-ფოსტის მისამართი",url:"URL",emoji:"ემოჯი",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"თარიღი-დრო",date:"თარიღი",time:"დრო",duration:"ხანგრძლივობა",ipv4:"IPv4 მისამართი",ipv6:"IPv6 მისამართი",cidrv4:"IPv4 დიაპაზონი",cidrv6:"IPv6 დიაპაზონი",base64:"base64-კოდირებული სტრინგი",base64url:"base64url-კოდირებული სტრინგი",json_string:"JSON სტრინგი",e164:"E.164 ნომერი",jwt:"JWT",template_literal:"შეყვანა"};return i=>{switch(i.code){case"invalid_type":return`არასწორი შეყვანა: მოსალოდნელი ${i.expected}, მიღებული ${u5(i.input)}`;case"invalid_value":return i.values.length===1?`არასწორი შეყვანა: მოსალოდნელი ${Z(i.values[0])}`:`არასწორი ვარიანტი: მოსალოდნელია ერთ-ერთი ${C(i.values,"|")}-დან`;case"too_big":{const n=i.inclusive?"<=":"<",o=t(i.origin);return o?`ზედმეტად დიდი: მოსალოდნელი ${i.origin??"მნიშვნელობა"} ${o.verb} ${n}${i.maximum.toString()} ${o.unit}`:`ზედმეტად დიდი: მოსალოდნელი ${i.origin??"მნიშვნელობა"} იყოს ${n}${i.maximum.toString()}`}case"too_small":{const n=i.inclusive?">=":">",o=t(i.origin);return o?`ზედმეტად პატარა: მოსალოდნელი ${i.origin} ${o.verb} ${n}${i.minimum.toString()} ${o.unit}`:`ზედმეტად პატარა: მოსალოდნელი ${i.origin} იყოს ${n}${i.minimum.toString()}`}case"invalid_format":{const n=i;return n.format==="starts_with"?`არასწორი სტრინგი: უნდა იწყებოდეს "${n.prefix}"-ით`:n.format==="ends_with"?`არასწორი სტრინგი: უნდა მთავრდებოდეს "${n.suffix}"-ით`:n.format==="includes"?`არასწორი სტრინგი: უნდა შეიცავდეს "${n.includes}"-ს`:n.format==="regex"?`არასწორი სტრინგი: უნდა შეესაბამებოდეს შაბლონს ${n.pattern}`:`არასწორი ${r[n.format]??i.format}`}case"not_multiple_of":return`არასწორი რიცხვი: უნდა იყოს ${i.divisor}-ის ჯერადი`;case"unrecognized_keys":return`უცნობი გასაღებ${i.keys.length>1?"ები":"ი"}: ${C(i.keys,", ")}`;case"invalid_key":return`არასწორი გასაღები ${i.origin}-ში`;case"invalid_union":return"არასწორი შეყვანა";case"invalid_element":return`არასწორი მნიშვნელობა ${i.origin}-ში`;default:return"არასწორი შეყვანა"}}};function c5(){return{localeError:s5()}}const l5=()=>{const e={string:{unit:"តួអក្សរ",verb:"គួរមាន"},file:{unit:"បៃ",verb:"គួរមាន"},array:{unit:"ធាតុ",verb:"គួរមាន"},set:{unit:"ធាតុ",verb:"គួរមាន"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"មិនមែនជាលេខ (NaN)":"លេខ";case"object":{if(Array.isArray(n))return"អារេ (Array)";if(n===null)return"គ្មានតម្លៃ (null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"ទិន្នន័យបញ្ចូល",email:"អាសយដ្ឋានអ៊ីមែល",url:"URL",emoji:"សញ្ញាអារម្មណ៍",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"កាលបរិច្ឆេទ និងម៉ោង ISO",date:"កាលបរិច្ឆេទ ISO",time:"ម៉ោង ISO",duration:"រយៈពេល ISO",ipv4:"អាសយដ្ឋាន IPv4",ipv6:"អាសយដ្ឋាន IPv6",cidrv4:"ដែនអាសយដ្ឋាន IPv4",cidrv6:"ដែនអាសយដ្ឋាន IPv6",base64:"ខ្សែអក្សរអ៊ិកូដ base64",base64url:"ខ្សែអក្សរអ៊ិកូដ base64url",json_string:"ខ្សែអក្សរ JSON",e164:"លេខ E.164",jwt:"JWT",template_literal:"ទិន្នន័យបញ្ចូល"};return n=>{switch(n.code){case"invalid_type":return`ទិន្នន័យបញ្ចូលមិនត្រឹមត្រូវ៖ ត្រូវការ ${n.expected} ប៉ុន្តែទទួលបាន ${r(n.input)}`;case"invalid_value":return n.values.length===1?`ទិន្នន័យបញ្ចូលមិនត្រឹមត្រូវ៖ ត្រូវការ ${Z(n.values[0])}`:`ជម្រើសមិនត្រឹមត្រូវ៖ ត្រូវជាមួយក្នុងចំណោម ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`ធំពេក៖ ត្រូវការ ${n.origin??"តម្លៃ"} ${o} ${n.maximum.toString()} ${a.unit??"ធាតុ"}`:`ធំពេក៖ ត្រូវការ ${n.origin??"តម្លៃ"} ${o} ${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`តូចពេក៖ ត្រូវការ ${n.origin} ${o} ${n.minimum.toString()} ${a.unit}`:`តូចពេក៖ ត្រូវការ ${n.origin} ${o} ${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវចាប់ផ្តើមដោយ "${o.prefix}"`:o.format==="ends_with"?`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវបញ្ចប់ដោយ "${o.suffix}"`:o.format==="includes"?`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវមាន "${o.includes}"`:o.format==="regex"?`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវតែផ្គូផ្គងនឹងទម្រង់ដែលបានកំណត់ ${o.pattern}`:`មិនត្រឹមត្រូវ៖ ${i[o.format]??n.format}`}case"not_multiple_of":return`លេខមិនត្រឹមត្រូវ៖ ត្រូវតែជាពហុគុណនៃ ${n.divisor}`;case"unrecognized_keys":return`រកឃើញសោមិនស្គាល់៖ ${C(n.keys,", ")}`;case"invalid_key":return`សោមិនត្រឹមត្រូវនៅក្នុង ${n.origin}`;case"invalid_union":return"ទិន្នន័យមិនត្រឹមត្រូវ";case"invalid_element":return`ទិន្នន័យមិនត្រឹមត្រូវនៅក្នុង ${n.origin}`;default:return"ទិន្នន័យមិនត្រឹមត្រូវ"}}};function Z2(){return{localeError:l5()}}function d5(){return Z2()}const f5=()=>{const e={string:{unit:"문자",verb:"to have"},file:{unit:"바이트",verb:"to have"},array:{unit:"개",verb:"to have"},set:{unit:"개",verb:"to have"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"입력",email:"이메일 주소",url:"URL",emoji:"이모지",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO 날짜시간",date:"ISO 날짜",time:"ISO 시간",duration:"ISO 기간",ipv4:"IPv4 주소",ipv6:"IPv6 주소",cidrv4:"IPv4 범위",cidrv6:"IPv6 범위",base64:"base64 인코딩 문자열",base64url:"base64url 인코딩 문자열",json_string:"JSON 문자열",e164:"E.164 번호",jwt:"JWT",template_literal:"입력"};return n=>{switch(n.code){case"invalid_type":return`잘못된 입력: 예상 타입은 ${n.expected}, 받은 타입은 ${r(n.input)}입니다`;case"invalid_value":return n.values.length===1?`잘못된 입력: 값은 ${Z(n.values[0])} 이어야 합니다`:`잘못된 옵션: ${C(n.values,"또는 ")} 중 하나여야 합니다`;case"too_big":{const o=n.inclusive?"이하":"미만",a=o==="미만"?"이어야 합니다":"여야 합니다",u=t(n.origin),l=u?.unit??"요소";return u?`${n.origin??"값"}이 너무 큽니다: ${n.maximum.toString()}${l} ${o}${a}`:`${n.origin??"값"}이 너무 큽니다: ${n.maximum.toString()} ${o}${a}`}case"too_small":{const o=n.inclusive?"이상":"초과",a=o==="이상"?"이어야 합니다":"여야 합니다",u=t(n.origin),l=u?.unit??"요소";return u?`${n.origin??"값"}이 너무 작습니다: ${n.minimum.toString()}${l} ${o}${a}`:`${n.origin??"값"}이 너무 작습니다: ${n.minimum.toString()} ${o}${a}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`잘못된 문자열: "${o.prefix}"(으)로 시작해야 합니다`:o.format==="ends_with"?`잘못된 문자열: "${o.suffix}"(으)로 끝나야 합니다`:o.format==="includes"?`잘못된 문자열: "${o.includes}"을(를) 포함해야 합니다`:o.format==="regex"?`잘못된 문자열: 정규식 ${o.pattern} 패턴과 일치해야 합니다`:`잘못된 ${i[o.format]??n.format}`}case"not_multiple_of":return`잘못된 숫자: ${n.divisor}의 배수여야 합니다`;case"unrecognized_keys":return`인식할 수 없는 키: ${C(n.keys,", ")}`;case"invalid_key":return`잘못된 키: ${n.origin}`;case"invalid_union":return"잘못된 입력";case"invalid_element":return`잘못된 값: ${n.origin}`;default:return"잘못된 입력"}}};function p5(){return{localeError:f5()}}const h5=e=>ji(typeof e,e),ji=(e,t=void 0)=>{switch(e){case"number":return Number.isNaN(t)?"NaN":"skaičius";case"bigint":return"sveikasis skaičius";case"string":return"eilutė";case"boolean":return"loginė reikšmė";case"undefined":case"void":return"neapibrėžta reikšmė";case"function":return"funkcija";case"symbol":return"simbolis";case"object":return t===void 0?"nežinomas objektas":t===null?"nulinė reikšmė":Array.isArray(t)?"masyvas":Object.getPrototypeOf(t)!==Object.prototype&&t.constructor?t.constructor.name:"objektas";case"null":return"nulinė reikšmė"}return e},Ci=e=>e.charAt(0).toUpperCase()+e.slice(1);function F2(e){const t=Math.abs(e),r=t%10,i=t%100;return i>=11&&i<=19||r===0?"many":r===1?"one":"few"}const m5=()=>{const e={string:{unit:{one:"simbolis",few:"simboliai",many:"simbolių"},verb:{smaller:{inclusive:"turi būti ne ilgesnė kaip",notInclusive:"turi būti trumpesnė kaip"},bigger:{inclusive:"turi būti ne trumpesnė kaip",notInclusive:"turi būti ilgesnė kaip"}}},file:{unit:{one:"baitas",few:"baitai",many:"baitų"},verb:{smaller:{inclusive:"turi būti ne didesnis kaip",notInclusive:"turi būti mažesnis kaip"},bigger:{inclusive:"turi būti ne mažesnis kaip",notInclusive:"turi būti didesnis kaip"}}},array:{unit:{one:"elementą",few:"elementus",many:"elementų"},verb:{smaller:{inclusive:"turi turėti ne daugiau kaip",notInclusive:"turi turėti mažiau kaip"},bigger:{inclusive:"turi turėti ne mažiau kaip",notInclusive:"turi turėti daugiau kaip"}}},set:{unit:{one:"elementą",few:"elementus",many:"elementų"},verb:{smaller:{inclusive:"turi turėti ne daugiau kaip",notInclusive:"turi turėti mažiau kaip"},bigger:{inclusive:"turi turėti ne mažiau kaip",notInclusive:"turi turėti daugiau kaip"}}}};function t(i,n,o,a){const u=e[i]??null;return u===null?u:{unit:u.unit[n],verb:u.verb[a][o?"inclusive":"notInclusive"]}}const r={regex:"įvestis",email:"el. pašto adresas",url:"URL",emoji:"jaustukas",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO data ir laikas",date:"ISO data",time:"ISO laikas",duration:"ISO trukmė",ipv4:"IPv4 adresas",ipv6:"IPv6 adresas",cidrv4:"IPv4 tinklo prefiksas (CIDR)",cidrv6:"IPv6 tinklo prefiksas (CIDR)",base64:"base64 užkoduota eilutė",base64url:"base64url užkoduota eilutė",json_string:"JSON eilutė",e164:"E.164 numeris",jwt:"JWT",template_literal:"įvestis"};return i=>{switch(i.code){case"invalid_type":return`Gautas tipas ${h5(i.input)}, o tikėtasi - ${ji(i.expected)}`;case"invalid_value":return i.values.length===1?`Privalo būti ${Z(i.values[0])}`:`Privalo būti vienas iš ${C(i.values,"|")} pasirinkimų`;case"too_big":{const n=ji(i.origin),o=t(i.origin,F2(Number(i.maximum)),i.inclusive??!1,"smaller");if(o?.verb)return`${Ci(n??i.origin??"reikšmė")} ${o.verb} ${i.maximum.toString()} ${o.unit??"elementų"}`;const a=i.inclusive?"ne didesnis kaip":"mažesnis kaip";return`${Ci(n??i.origin??"reikšmė")} turi būti ${a} ${i.maximum.toString()} ${o?.unit}`}case"too_small":{const n=ji(i.origin),o=t(i.origin,F2(Number(i.minimum)),i.inclusive??!1,"bigger");if(o?.verb)return`${Ci(n??i.origin??"reikšmė")} ${o.verb} ${i.minimum.toString()} ${o.unit??"elementų"}`;const a=i.inclusive?"ne mažesnis kaip":"didesnis kaip";return`${Ci(n??i.origin??"reikšmė")} turi būti ${a} ${i.minimum.toString()} ${o?.unit}`}case"invalid_format":{const n=i;return n.format==="starts_with"?`Eilutė privalo prasidėti "${n.prefix}"`:n.format==="ends_with"?`Eilutė privalo pasibaigti "${n.suffix}"`:n.format==="includes"?`Eilutė privalo įtraukti "${n.includes}"`:n.format==="regex"?`Eilutė privalo atitikti ${n.pattern}`:`Neteisingas ${r[n.format]??i.format}`}case"not_multiple_of":return`Skaičius privalo būti ${i.divisor} kartotinis.`;case"unrecognized_keys":return`Neatpažint${i.keys.length>1?"i":"as"} rakt${i.keys.length>1?"ai":"as"}: ${C(i.keys,", ")}`;case"invalid_key":return"Rastas klaidingas raktas";case"invalid_union":return"Klaidinga įvestis";case"invalid_element":{const n=ji(i.origin);return`${Ci(n??i.origin??"reikšmė")} turi klaidingą įvestį`}default:return"Klaidinga įvestis"}}};function g5(){return{localeError:m5()}}const v5=()=>{const e={string:{unit:"знаци",verb:"да имаат"},file:{unit:"бајти",verb:"да имаат"},array:{unit:"ставки",verb:"да имаат"},set:{unit:"ставки",verb:"да имаат"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"број";case"object":{if(Array.isArray(n))return"низа";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"внес",email:"адреса на е-пошта",url:"URL",emoji:"емоџи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO датум и време",date:"ISO датум",time:"ISO време",duration:"ISO времетраење",ipv4:"IPv4 адреса",ipv6:"IPv6 адреса",cidrv4:"IPv4 опсег",cidrv6:"IPv6 опсег",base64:"base64-енкодирана низа",base64url:"base64url-енкодирана низа",json_string:"JSON низа",e164:"E.164 број",jwt:"JWT",template_literal:"внес"};return n=>{switch(n.code){case"invalid_type":return`Грешен внес: се очекува ${n.expected}, примено ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${Z(n.values[0])}`:`Грешана опција: се очекува една ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Премногу голем: се очекува ${n.origin??"вредноста"} да има ${o}${n.maximum.toString()} ${a.unit??"елементи"}`:`Премногу голем: се очекува ${n.origin??"вредноста"} да биде ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Премногу мал: се очекува ${n.origin} да има ${o}${n.minimum.toString()} ${a.unit}`:`Премногу мал: се очекува ${n.origin} да биде ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Неважечка низа: мора да започнува со "${o.prefix}"`:o.format==="ends_with"?`Неважечка низа: мора да завршува со "${o.suffix}"`:o.format==="includes"?`Неважечка низа: мора да вклучува "${o.includes}"`:o.format==="regex"?`Неважечка низа: мора да одгоара на патернот ${o.pattern}`:`Invalid ${i[o.format]??n.format}`}case"not_multiple_of":return`Грешен број: мора да биде делив со ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Непрепознаени клучеви":"Непрепознаен клуч"}: ${C(n.keys,", ")}`;case"invalid_key":return`Грешен клуч во ${n.origin}`;case"invalid_union":return"Грешен внес";case"invalid_element":return`Грешна вредност во ${n.origin}`;default:return"Грешен внес"}}};function $5(){return{localeError:v5()}}const y5=()=>{const e={string:{unit:"aksara",verb:"mempunyai"},file:{unit:"bait",verb:"mempunyai"},array:{unit:"elemen",verb:"mempunyai"},set:{unit:"elemen",verb:"mempunyai"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"nombor";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"input",email:"alamat e-mel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tarikh masa ISO",date:"tarikh ISO",time:"masa ISO",duration:"tempoh ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"julat IPv4",cidrv6:"julat IPv6",base64:"string dikodkan base64",base64url:"string dikodkan base64url",json_string:"string JSON",e164:"nombor E.164",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Input tidak sah: dijangka ${n.expected}, diterima ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Input tidak sah: dijangka ${Z(n.values[0])}`:`Pilihan tidak sah: dijangka salah satu daripada ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Terlalu besar: dijangka ${n.origin??"nilai"} ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: dijangka ${n.origin??"nilai"} adalah ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Terlalu kecil: dijangka ${n.origin} ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`Terlalu kecil: dijangka ${n.origin} adalah ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`String tidak sah: mesti bermula dengan "${o.prefix}"`:o.format==="ends_with"?`String tidak sah: mesti berakhir dengan "${o.suffix}"`:o.format==="includes"?`String tidak sah: mesti mengandungi "${o.includes}"`:o.format==="regex"?`String tidak sah: mesti sepadan dengan corak ${o.pattern}`:`${i[o.format]??n.format} tidak sah`}case"not_multiple_of":return`Nombor tidak sah: perlu gandaan ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali: ${C(n.keys,", ")}`;case"invalid_key":return`Kunci tidak sah dalam ${n.origin}`;case"invalid_union":return"Input tidak sah";case"invalid_element":return`Nilai tidak sah dalam ${n.origin}`;default:return"Input tidak sah"}}};function b5(){return{localeError:y5()}}const _5=()=>{const e={string:{unit:"tekens"},file:{unit:"bytes"},array:{unit:"elementen"},set:{unit:"elementen"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"getal";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"invoer",email:"emailadres",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum en tijd",date:"ISO datum",time:"ISO tijd",duration:"ISO duur",ipv4:"IPv4-adres",ipv6:"IPv6-adres",cidrv4:"IPv4-bereik",cidrv6:"IPv6-bereik",base64:"base64-gecodeerde tekst",base64url:"base64 URL-gecodeerde tekst",json_string:"JSON string",e164:"E.164-nummer",jwt:"JWT",template_literal:"invoer"};return n=>{switch(n.code){case"invalid_type":return`Ongeldige invoer: verwacht ${n.expected}, ontving ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Ongeldige invoer: verwacht ${Z(n.values[0])}`:`Ongeldige optie: verwacht één van ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Te lang: verwacht dat ${n.origin??"waarde"} ${o}${n.maximum.toString()} ${a.unit??"elementen"} bevat`:`Te lang: verwacht dat ${n.origin??"waarde"} ${o}${n.maximum.toString()} is`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Te kort: verwacht dat ${n.origin} ${o}${n.minimum.toString()} ${a.unit} bevat`:`Te kort: verwacht dat ${n.origin} ${o}${n.minimum.toString()} is`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Ongeldige tekst: moet met "${o.prefix}" beginnen`:o.format==="ends_with"?`Ongeldige tekst: moet op "${o.suffix}" eindigen`:o.format==="includes"?`Ongeldige tekst: moet "${o.includes}" bevatten`:o.format==="regex"?`Ongeldige tekst: moet overeenkomen met patroon ${o.pattern}`:`Ongeldig: ${i[o.format]??n.format}`}case"not_multiple_of":return`Ongeldig getal: moet een veelvoud van ${n.divisor} zijn`;case"unrecognized_keys":return`Onbekende key${n.keys.length>1?"s":""}: ${C(n.keys,", ")}`;case"invalid_key":return`Ongeldige key in ${n.origin}`;case"invalid_union":return"Ongeldige invoer";case"invalid_element":return`Ongeldige waarde in ${n.origin}`;default:return"Ongeldige invoer"}}};function S5(){return{localeError:_5()}}const w5=()=>{const e={string:{unit:"tegn",verb:"å ha"},file:{unit:"bytes",verb:"å ha"},array:{unit:"elementer",verb:"å inneholde"},set:{unit:"elementer",verb:"å inneholde"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"tall";case"object":{if(Array.isArray(n))return"liste";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"input",email:"e-postadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslett",date:"ISO-dato",time:"ISO-klokkeslett",duration:"ISO-varighet",ipv4:"IPv4-område",ipv6:"IPv6-område",cidrv4:"IPv4-spekter",cidrv6:"IPv6-spekter",base64:"base64-enkodet streng",base64url:"base64url-enkodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Ugyldig input: forventet ${n.expected}, fikk ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Ugyldig verdi: forventet ${Z(n.values[0])}`:`Ugyldig valg: forventet en av ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`For stor(t): forventet ${n.origin??"value"} til å ha ${o}${n.maximum.toString()} ${a.unit??"elementer"}`:`For stor(t): forventet ${n.origin??"value"} til å ha ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`For lite(n): forventet ${n.origin} til å ha ${o}${n.minimum.toString()} ${a.unit}`:`For lite(n): forventet ${n.origin} til å ha ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Ugyldig streng: må starte med "${o.prefix}"`:o.format==="ends_with"?`Ugyldig streng: må ende med "${o.suffix}"`:o.format==="includes"?`Ugyldig streng: må inneholde "${o.includes}"`:o.format==="regex"?`Ugyldig streng: må matche mønsteret ${o.pattern}`:`Ugyldig ${i[o.format]??n.format}`}case"not_multiple_of":return`Ugyldig tall: må være et multiplum av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukjente nøkler":"Ukjent nøkkel"}: ${C(n.keys,", ")}`;case"invalid_key":return`Ugyldig nøkkel i ${n.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${n.origin}`;default:return"Ugyldig input"}}};function k5(){return{localeError:w5()}}const E5=()=>{const e={string:{unit:"harf",verb:"olmalıdır"},file:{unit:"bayt",verb:"olmalıdır"},array:{unit:"unsur",verb:"olmalıdır"},set:{unit:"unsur",verb:"olmalıdır"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"numara";case"object":{if(Array.isArray(n))return"saf";if(n===null)return"gayb";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"giren",email:"epostagâh",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO hengâmı",date:"ISO tarihi",time:"ISO zamanı",duration:"ISO müddeti",ipv4:"IPv4 nişânı",ipv6:"IPv6 nişânı",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-şifreli metin",base64url:"base64url-şifreli metin",json_string:"JSON metin",e164:"E.164 sayısı",jwt:"JWT",template_literal:"giren"};return n=>{switch(n.code){case"invalid_type":return`Fâsit giren: umulan ${n.expected}, alınan ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Fâsit giren: umulan ${Z(n.values[0])}`:`Fâsit tercih: mûteberler ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Fazla büyük: ${n.origin??"value"}, ${o}${n.maximum.toString()} ${a.unit??"elements"} sahip olmalıydı.`:`Fazla büyük: ${n.origin??"value"}, ${o}${n.maximum.toString()} olmalıydı.`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Fazla küçük: ${n.origin}, ${o}${n.minimum.toString()} ${a.unit} sahip olmalıydı.`:`Fazla küçük: ${n.origin}, ${o}${n.minimum.toString()} olmalıydı.`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Fâsit metin: "${o.prefix}" ile başlamalı.`:o.format==="ends_with"?`Fâsit metin: "${o.suffix}" ile bitmeli.`:o.format==="includes"?`Fâsit metin: "${o.includes}" ihtivâ etmeli.`:o.format==="regex"?`Fâsit metin: ${o.pattern} nakşına uymalı.`:`Fâsit ${i[o.format]??n.format}`}case"not_multiple_of":return`Fâsit sayı: ${n.divisor} katı olmalıydı.`;case"unrecognized_keys":return`Tanınmayan anahtar ${n.keys.length>1?"s":""}: ${C(n.keys,", ")}`;case"invalid_key":return`${n.origin} için tanınmayan anahtar var.`;case"invalid_union":return"Giren tanınamadı.";case"invalid_element":return`${n.origin} için tanınmayan kıymet var.`;default:return"Kıymet tanınamadı."}}};function I5(){return{localeError:E5()}}const N5=()=>{const e={string:{unit:"توکي",verb:"ولري"},file:{unit:"بایټس",verb:"ولري"},array:{unit:"توکي",verb:"ولري"},set:{unit:"توکي",verb:"ولري"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"عدد";case"object":{if(Array.isArray(n))return"ارې";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"ورودي",email:"بریښنالیک",url:"یو آر ال",emoji:"ایموجي",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"نیټه او وخت",date:"نېټه",time:"وخت",duration:"موده",ipv4:"د IPv4 پته",ipv6:"د IPv6 پته",cidrv4:"د IPv4 ساحه",cidrv6:"د IPv6 ساحه",base64:"base64-encoded متن",base64url:"base64url-encoded متن",json_string:"JSON متن",e164:"د E.164 شمېره",jwt:"JWT",template_literal:"ورودي"};return n=>{switch(n.code){case"invalid_type":return`ناسم ورودي: باید ${n.expected} وای, مګر ${r(n.input)} ترلاسه شو`;case"invalid_value":return n.values.length===1?`ناسم ورودي: باید ${Z(n.values[0])} وای`:`ناسم انتخاب: باید یو له ${C(n.values,"|")} څخه وای`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`ډیر لوی: ${n.origin??"ارزښت"} باید ${o}${n.maximum.toString()} ${a.unit??"عنصرونه"} ولري`:`ډیر لوی: ${n.origin??"ارزښت"} باید ${o}${n.maximum.toString()} وي`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`ډیر کوچنی: ${n.origin} باید ${o}${n.minimum.toString()} ${a.unit} ولري`:`ډیر کوچنی: ${n.origin} باید ${o}${n.minimum.toString()} وي`}case"invalid_format":{const o=n;return o.format==="starts_with"?`ناسم متن: باید د "${o.prefix}" سره پیل شي`:o.format==="ends_with"?`ناسم متن: باید د "${o.suffix}" سره پای ته ورسيږي`:o.format==="includes"?`ناسم متن: باید "${o.includes}" ولري`:o.format==="regex"?`ناسم متن: باید د ${o.pattern} سره مطابقت ولري`:`${i[o.format]??n.format} ناسم دی`}case"not_multiple_of":return`ناسم عدد: باید د ${n.divisor} مضرب وي`;case"unrecognized_keys":return`ناسم ${n.keys.length>1?"کلیډونه":"کلیډ"}: ${C(n.keys,", ")}`;case"invalid_key":return`ناسم کلیډ په ${n.origin} کې`;case"invalid_union":return"ناسمه ورودي";case"invalid_element":return`ناسم عنصر په ${n.origin} کې`;default:return"ناسمه ورودي"}}};function O5(){return{localeError:N5()}}const P5=()=>{const e={string:{unit:"znaków",verb:"mieć"},file:{unit:"bajtów",verb:"mieć"},array:{unit:"elementów",verb:"mieć"},set:{unit:"elementów",verb:"mieć"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"liczba";case"object":{if(Array.isArray(n))return"tablica";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"wyrażenie",email:"adres email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i godzina w formacie ISO",date:"data w formacie ISO",time:"godzina w formacie ISO",duration:"czas trwania ISO",ipv4:"adres IPv4",ipv6:"adres IPv6",cidrv4:"zakres IPv4",cidrv6:"zakres IPv6",base64:"ciąg znaków zakodowany w formacie base64",base64url:"ciąg znaków zakodowany w formacie base64url",json_string:"ciąg znaków w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wejście"};return n=>{switch(n.code){case"invalid_type":return`Nieprawidłowe dane wejściowe: oczekiwano ${n.expected}, otrzymano ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Nieprawidłowe dane wejściowe: oczekiwano ${Z(n.values[0])}`:`Nieprawidłowa opcja: oczekiwano jednej z wartości ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Za duża wartość: oczekiwano, że ${n.origin??"wartość"} będzie mieć ${o}${n.maximum.toString()} ${a.unit??"elementów"}`:`Zbyt duż(y/a/e): oczekiwano, że ${n.origin??"wartość"} będzie wynosić ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Za mała wartość: oczekiwano, że ${n.origin??"wartość"} będzie mieć ${o}${n.minimum.toString()} ${a.unit??"elementów"}`:`Zbyt mał(y/a/e): oczekiwano, że ${n.origin??"wartość"} będzie wynosić ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Nieprawidłowy ciąg znaków: musi zaczynać się od "${o.prefix}"`:o.format==="ends_with"?`Nieprawidłowy ciąg znaków: musi kończyć się na "${o.suffix}"`:o.format==="includes"?`Nieprawidłowy ciąg znaków: musi zawierać "${o.includes}"`:o.format==="regex"?`Nieprawidłowy ciąg znaków: musi odpowiadać wzorcowi ${o.pattern}`:`Nieprawidłow(y/a/e) ${i[o.format]??n.format}`}case"not_multiple_of":return`Nieprawidłowa liczba: musi być wielokrotnością ${n.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${n.keys.length>1?"s":""}: ${C(n.keys,", ")}`;case"invalid_key":return`Nieprawidłowy klucz w ${n.origin}`;case"invalid_union":return"Nieprawidłowe dane wejściowe";case"invalid_element":return`Nieprawidłowa wartość w ${n.origin}`;default:return"Nieprawidłowe dane wejściowe"}}};function x5(){return{localeError:P5()}}const T5=()=>{const e={string:{unit:"caracteres",verb:"ter"},file:{unit:"bytes",verb:"ter"},array:{unit:"itens",verb:"ter"},set:{unit:"itens",verb:"ter"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"número";case"object":{if(Array.isArray(n))return"array";if(n===null)return"nulo";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"padrão",email:"endereço de e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e hora ISO",date:"data ISO",time:"hora ISO",duration:"duração ISO",ipv4:"endereço IPv4",ipv6:"endereço IPv6",cidrv4:"faixa de IPv4",cidrv6:"faixa de IPv6",base64:"texto codificado em base64",base64url:"URL codificada em base64",json_string:"texto JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return n=>{switch(n.code){case"invalid_type":return`Tipo inválido: esperado ${n.expected}, recebido ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Entrada inválida: esperado ${Z(n.values[0])}`:`Opção inválida: esperada uma das ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Muito grande: esperado que ${n.origin??"valor"} tivesse ${o}${n.maximum.toString()} ${a.unit??"elementos"}`:`Muito grande: esperado que ${n.origin??"valor"} fosse ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Muito pequeno: esperado que ${n.origin} tivesse ${o}${n.minimum.toString()} ${a.unit}`:`Muito pequeno: esperado que ${n.origin} fosse ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Texto inválido: deve começar com "${o.prefix}"`:o.format==="ends_with"?`Texto inválido: deve terminar com "${o.suffix}"`:o.format==="includes"?`Texto inválido: deve incluir "${o.includes}"`:o.format==="regex"?`Texto inválido: deve corresponder ao padrão ${o.pattern}`:`${i[o.format]??n.format} inválido`}case"not_multiple_of":return`Número inválido: deve ser múltiplo de ${n.divisor}`;case"unrecognized_keys":return`Chave${n.keys.length>1?"s":""} desconhecida${n.keys.length>1?"s":""}: ${C(n.keys,", ")}`;case"invalid_key":return`Chave inválida em ${n.origin}`;case"invalid_union":return"Entrada inválida";case"invalid_element":return`Valor inválido em ${n.origin}`;default:return"Campo inválido"}}};function A5(){return{localeError:T5()}}function B2(e,t,r,i){const n=Math.abs(e),o=n%10,a=n%100;return a>=11&&a<=19?i:o===1?t:o>=2&&o<=4?r:i}const j5=()=>{const e={string:{unit:{one:"символ",few:"символа",many:"символов"},verb:"иметь"},file:{unit:{one:"байт",few:"байта",many:"байт"},verb:"иметь"},array:{unit:{one:"элемент",few:"элемента",many:"элементов"},verb:"иметь"},set:{unit:{one:"элемент",few:"элемента",many:"элементов"},verb:"иметь"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"число";case"object":{if(Array.isArray(n))return"массив";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"ввод",email:"email адрес",url:"URL",emoji:"эмодзи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO дата и время",date:"ISO дата",time:"ISO время",duration:"ISO длительность",ipv4:"IPv4 адрес",ipv6:"IPv6 адрес",cidrv4:"IPv4 диапазон",cidrv6:"IPv6 диапазон",base64:"строка в формате base64",base64url:"строка в формате base64url",json_string:"JSON строка",e164:"номер E.164",jwt:"JWT",template_literal:"ввод"};return n=>{switch(n.code){case"invalid_type":return`Неверный ввод: ожидалось ${n.expected}, получено ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Неверный ввод: ожидалось ${Z(n.values[0])}`:`Неверный вариант: ожидалось одно из ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);if(a){const u=Number(n.maximum),l=B2(u,a.unit.one,a.unit.few,a.unit.many);return`Слишком большое значение: ожидалось, что ${n.origin??"значение"} будет иметь ${o}${n.maximum.toString()} ${l}`}return`Слишком большое значение: ожидалось, что ${n.origin??"значение"} будет ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);if(a){const u=Number(n.minimum),l=B2(u,a.unit.one,a.unit.few,a.unit.many);return`Слишком маленькое значение: ожидалось, что ${n.origin} будет иметь ${o}${n.minimum.toString()} ${l}`}return`Слишком маленькое значение: ожидалось, что ${n.origin} будет ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Неверная строка: должна начинаться с "${o.prefix}"`:o.format==="ends_with"?`Неверная строка: должна заканчиваться на "${o.suffix}"`:o.format==="includes"?`Неверная строка: должна содержать "${o.includes}"`:o.format==="regex"?`Неверная строка: должна соответствовать шаблону ${o.pattern}`:`Неверный ${i[o.format]??n.format}`}case"not_multiple_of":return`Неверное число: должно быть кратным ${n.divisor}`;case"unrecognized_keys":return`Нераспознанн${n.keys.length>1?"ые":"ый"} ключ${n.keys.length>1?"и":""}: ${C(n.keys,", ")}`;case"invalid_key":return`Неверный ключ в ${n.origin}`;case"invalid_union":return"Неверные входные данные";case"invalid_element":return`Неверное значение в ${n.origin}`;default:return"Неверные входные данные"}}};function C5(){return{localeError:j5()}}const D5=()=>{const e={string:{unit:"znakov",verb:"imeti"},file:{unit:"bajtov",verb:"imeti"},array:{unit:"elementov",verb:"imeti"},set:{unit:"elementov",verb:"imeti"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"število";case"object":{if(Array.isArray(n))return"tabela";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"vnos",email:"e-poštni naslov",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum in čas",date:"ISO datum",time:"ISO čas",duration:"ISO trajanje",ipv4:"IPv4 naslov",ipv6:"IPv6 naslov",cidrv4:"obseg IPv4",cidrv6:"obseg IPv6",base64:"base64 kodiran niz",base64url:"base64url kodiran niz",json_string:"JSON niz",e164:"E.164 številka",jwt:"JWT",template_literal:"vnos"};return n=>{switch(n.code){case"invalid_type":return`Neveljaven vnos: pričakovano ${n.expected}, prejeto ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Neveljaven vnos: pričakovano ${Z(n.values[0])}`:`Neveljavna možnost: pričakovano eno izmed ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Preveliko: pričakovano, da bo ${n.origin??"vrednost"} imelo ${o}${n.maximum.toString()} ${a.unit??"elementov"}`:`Preveliko: pričakovano, da bo ${n.origin??"vrednost"} ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Premajhno: pričakovano, da bo ${n.origin} imelo ${o}${n.minimum.toString()} ${a.unit}`:`Premajhno: pričakovano, da bo ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Neveljaven niz: mora se začeti z "${o.prefix}"`:o.format==="ends_with"?`Neveljaven niz: mora se končati z "${o.suffix}"`:o.format==="includes"?`Neveljaven niz: mora vsebovati "${o.includes}"`:o.format==="regex"?`Neveljaven niz: mora ustrezati vzorcu ${o.pattern}`:`Neveljaven ${i[o.format]??n.format}`}case"not_multiple_of":return`Neveljavno število: mora biti večkratnik ${n.divisor}`;case"unrecognized_keys":return`Neprepoznan${n.keys.length>1?"i ključi":" ključ"}: ${C(n.keys,", ")}`;case"invalid_key":return`Neveljaven ključ v ${n.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${n.origin}`;default:return"Neveljaven vnos"}}};function z5(){return{localeError:D5()}}const U5=()=>{const e={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att innehålla"},set:{unit:"objekt",verb:"att innehålla"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"antal";case"object":{if(Array.isArray(n))return"lista";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"reguljärt uttryck",email:"e-postadress",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datum och tid",date:"ISO-datum",time:"ISO-tid",duration:"ISO-varaktighet",ipv4:"IPv4-intervall",ipv6:"IPv6-intervall",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodad sträng",base64url:"base64url-kodad sträng",json_string:"JSON-sträng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"};return n=>{switch(n.code){case"invalid_type":return`Ogiltig inmatning: förväntat ${n.expected}, fick ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Ogiltig inmatning: förväntat ${Z(n.values[0])}`:`Ogiltigt val: förväntade en av ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`För stor(t): förväntade ${n.origin??"värdet"} att ha ${o}${n.maximum.toString()} ${a.unit??"element"}`:`För stor(t): förväntat ${n.origin??"värdet"} att ha ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`För lite(t): förväntade ${n.origin??"värdet"} att ha ${o}${n.minimum.toString()} ${a.unit}`:`För lite(t): förväntade ${n.origin??"värdet"} att ha ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Ogiltig sträng: måste börja med "${o.prefix}"`:o.format==="ends_with"?`Ogiltig sträng: måste sluta med "${o.suffix}"`:o.format==="includes"?`Ogiltig sträng: måste innehålla "${o.includes}"`:o.format==="regex"?`Ogiltig sträng: måste matcha mönstret "${o.pattern}"`:`Ogiltig(t) ${i[o.format]??n.format}`}case"not_multiple_of":return`Ogiltigt tal: måste vara en multipel av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Okända nycklar":"Okänd nyckel"}: ${C(n.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${n.origin??"värdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt värde i ${n.origin??"värdet"}`;default:return"Ogiltig input"}}};function R5(){return{localeError:U5()}}const M5=()=>{const e={string:{unit:"எழுத்துக்கள்",verb:"கொண்டிருக்க வேண்டும்"},file:{unit:"பைட்டுகள்",verb:"கொண்டிருக்க வேண்டும்"},array:{unit:"உறுப்புகள்",verb:"கொண்டிருக்க வேண்டும்"},set:{unit:"உறுப்புகள்",verb:"கொண்டிருக்க வேண்டும்"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"எண் அல்லாதது":"எண்";case"object":{if(Array.isArray(n))return"அணி";if(n===null)return"வெறுமை";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"உள்ளீடு",email:"மின்னஞ்சல் முகவரி",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO தேதி நேரம்",date:"ISO தேதி",time:"ISO நேரம்",duration:"ISO கால அளவு",ipv4:"IPv4 முகவரி",ipv6:"IPv6 முகவரி",cidrv4:"IPv4 வரம்பு",cidrv6:"IPv6 வரம்பு",base64:"base64-encoded சரம்",base64url:"base64url-encoded சரம்",json_string:"JSON சரம்",e164:"E.164 எண்",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`தவறான உள்ளீடு: எதிர்பார்க்கப்பட்டது ${n.expected}, பெறப்பட்டது ${r(n.input)}`;case"invalid_value":return n.values.length===1?`தவறான உள்ளீடு: எதிர்பார்க்கப்பட்டது ${Z(n.values[0])}`:`தவறான விருப்பம்: எதிர்பார்க்கப்பட்டது ${C(n.values,"|")} இல் ஒன்று`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`மிக பெரியது: எதிர்பார்க்கப்பட்டது ${n.origin??"மதிப்பு"} ${o}${n.maximum.toString()} ${a.unit??"உறுப்புகள்"} ஆக இருக்க வேண்டும்`:`மிக பெரியது: எதிர்பார்க்கப்பட்டது ${n.origin??"மதிப்பு"} ${o}${n.maximum.toString()} ஆக இருக்க வேண்டும்`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`மிகச் சிறியது: எதிர்பார்க்கப்பட்டது ${n.origin} ${o}${n.minimum.toString()} ${a.unit} ஆக இருக்க வேண்டும்`:`மிகச் சிறியது: எதிர்பார்க்கப்பட்டது ${n.origin} ${o}${n.minimum.toString()} ஆக இருக்க வேண்டும்`}case"invalid_format":{const o=n;return o.format==="starts_with"?`தவறான சரம்: "${o.prefix}" இல் தொடங்க வேண்டும்`:o.format==="ends_with"?`தவறான சரம்: "${o.suffix}" இல் முடிவடைய வேண்டும்`:o.format==="includes"?`தவறான சரம்: "${o.includes}" ஐ உள்ளடக்க வேண்டும்`:o.format==="regex"?`தவறான சரம்: ${o.pattern} முறைபாட்டுடன் பொருந்த வேண்டும்`:`தவறான ${i[o.format]??n.format}`}case"not_multiple_of":return`தவறான எண்: ${n.divisor} இன் பலமாக இருக்க வேண்டும்`;case"unrecognized_keys":return`அடையாளம் தெரியாத விசை${n.keys.length>1?"கள்":""}: ${C(n.keys,", ")}`;case"invalid_key":return`${n.origin} இல் தவறான விசை`;case"invalid_union":return"தவறான உள்ளீடு";case"invalid_element":return`${n.origin} இல் தவறான மதிப்பு`;default:return"தவறான உள்ளீடு"}}};function L5(){return{localeError:M5()}}const Z5=()=>{const e={string:{unit:"ตัวอักษร",verb:"ควรมี"},file:{unit:"ไบต์",verb:"ควรมี"},array:{unit:"รายการ",verb:"ควรมี"},set:{unit:"รายการ",verb:"ควรมี"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"ไม่ใช่ตัวเลข (NaN)":"ตัวเลข";case"object":{if(Array.isArray(n))return"อาร์เรย์ (Array)";if(n===null)return"ไม่มีค่า (null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"ข้อมูลที่ป้อน",email:"ที่อยู่อีเมล",url:"URL",emoji:"อิโมจิ",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"วันที่เวลาแบบ ISO",date:"วันที่แบบ ISO",time:"เวลาแบบ ISO",duration:"ช่วงเวลาแบบ ISO",ipv4:"ที่อยู่ IPv4",ipv6:"ที่อยู่ IPv6",cidrv4:"ช่วง IP แบบ IPv4",cidrv6:"ช่วง IP แบบ IPv6",base64:"ข้อความแบบ Base64",base64url:"ข้อความแบบ Base64 สำหรับ URL",json_string:"ข้อความแบบ JSON",e164:"เบอร์โทรศัพท์ระหว่างประเทศ (E.164)",jwt:"โทเคน JWT",template_literal:"ข้อมูลที่ป้อน"};return n=>{switch(n.code){case"invalid_type":return`ประเภทข้อมูลไม่ถูกต้อง: ควรเป็น ${n.expected} แต่ได้รับ ${r(n.input)}`;case"invalid_value":return n.values.length===1?`ค่าไม่ถูกต้อง: ควรเป็น ${Z(n.values[0])}`:`ตัวเลือกไม่ถูกต้อง: ควรเป็นหนึ่งใน ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"ไม่เกิน":"น้อยกว่า",a=t(n.origin);return a?`เกินกำหนด: ${n.origin??"ค่า"} ควรมี${o} ${n.maximum.toString()} ${a.unit??"รายการ"}`:`เกินกำหนด: ${n.origin??"ค่า"} ควรมี${o} ${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?"อย่างน้อย":"มากกว่า",a=t(n.origin);return a?`น้อยกว่ากำหนด: ${n.origin} ควรมี${o} ${n.minimum.toString()} ${a.unit}`:`น้อยกว่ากำหนด: ${n.origin} ควรมี${o} ${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`รูปแบบไม่ถูกต้อง: ข้อความต้องขึ้นต้นด้วย "${o.prefix}"`:o.format==="ends_with"?`รูปแบบไม่ถูกต้อง: ข้อความต้องลงท้ายด้วย "${o.suffix}"`:o.format==="includes"?`รูปแบบไม่ถูกต้อง: ข้อความต้องมี "${o.includes}" อยู่ในข้อความ`:o.format==="regex"?`รูปแบบไม่ถูกต้อง: ต้องตรงกับรูปแบบที่กำหนด ${o.pattern}`:`รูปแบบไม่ถูกต้อง: ${i[o.format]??n.format}`}case"not_multiple_of":return`ตัวเลขไม่ถูกต้อง: ต้องเป็นจำนวนที่หารด้วย ${n.divisor} ได้ลงตัว`;case"unrecognized_keys":return`พบคีย์ที่ไม่รู้จัก: ${C(n.keys,", ")}`;case"invalid_key":return`คีย์ไม่ถูกต้องใน ${n.origin}`;case"invalid_union":return"ข้อมูลไม่ถูกต้อง: ไม่ตรงกับรูปแบบยูเนียนที่กำหนดไว้";case"invalid_element":return`ข้อมูลไม่ถูกต้องใน ${n.origin}`;default:return"ข้อมูลไม่ถูกต้อง"}}};function F5(){return{localeError:Z5()}}const B5=e=>{const t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},H5=()=>{const e={string:{unit:"karakter",verb:"olmalı"},file:{unit:"bayt",verb:"olmalı"},array:{unit:"öğe",verb:"olmalı"},set:{unit:"öğe",verb:"olmalı"}};function t(i){return e[i]??null}const r={regex:"girdi",email:"e-posta adresi",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO tarih ve saat",date:"ISO tarih",time:"ISO saat",duration:"ISO süre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aralığı",cidrv6:"IPv6 aralığı",base64:"base64 ile şifrelenmiş metin",base64url:"base64url ile şifrelenmiş metin",json_string:"JSON dizesi",e164:"E.164 sayısı",jwt:"JWT",template_literal:"Şablon dizesi"};return i=>{switch(i.code){case"invalid_type":return`Geçersiz değer: beklenen ${i.expected}, alınan ${B5(i.input)}`;case"invalid_value":return i.values.length===1?`Geçersiz değer: beklenen ${Z(i.values[0])}`:`Geçersiz seçenek: aşağıdakilerden biri olmalı: ${C(i.values,"|")}`;case"too_big":{const n=i.inclusive?"<=":"<",o=t(i.origin);return o?`Çok büyük: beklenen ${i.origin??"değer"} ${n}${i.maximum.toString()} ${o.unit??"öğe"}`:`Çok büyük: beklenen ${i.origin??"değer"} ${n}${i.maximum.toString()}`}case"too_small":{const n=i.inclusive?">=":">",o=t(i.origin);return o?`Çok küçük: beklenen ${i.origin} ${n}${i.minimum.toString()} ${o.unit}`:`Çok küçük: beklenen ${i.origin} ${n}${i.minimum.toString()}`}case"invalid_format":{const n=i;return n.format==="starts_with"?`Geçersiz metin: "${n.prefix}" ile başlamalı`:n.format==="ends_with"?`Geçersiz metin: "${n.suffix}" ile bitmeli`:n.format==="includes"?`Geçersiz metin: "${n.includes}" içermeli`:n.format==="regex"?`Geçersiz metin: ${n.pattern} desenine uymalı`:`Geçersiz ${r[n.format]??i.format}`}case"not_multiple_of":return`Geçersiz sayı: ${i.divisor} ile tam bölünebilmeli`;case"unrecognized_keys":return`Tanınmayan anahtar${i.keys.length>1?"lar":""}: ${C(i.keys,", ")}`;case"invalid_key":return`${i.origin} içinde geçersiz anahtar`;case"invalid_union":return"Geçersiz değer";case"invalid_element":return`${i.origin} içinde geçersiz değer`;default:return"Geçersiz değer"}}};function G5(){return{localeError:H5()}}const W5=()=>{const e={string:{unit:"символів",verb:"матиме"},file:{unit:"байтів",verb:"матиме"},array:{unit:"елементів",verb:"матиме"},set:{unit:"елементів",verb:"матиме"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"число";case"object":{if(Array.isArray(n))return"масив";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"вхідні дані",email:"адреса електронної пошти",url:"URL",emoji:"емодзі",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"дата та час ISO",date:"дата ISO",time:"час ISO",duration:"тривалість ISO",ipv4:"адреса IPv4",ipv6:"адреса IPv6",cidrv4:"діапазон IPv4",cidrv6:"діапазон IPv6",base64:"рядок у кодуванні base64",base64url:"рядок у кодуванні base64url",json_string:"рядок JSON",e164:"номер E.164",jwt:"JWT",template_literal:"вхідні дані"};return n=>{switch(n.code){case"invalid_type":return`Неправильні вхідні дані: очікується ${n.expected}, отримано ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Неправильні вхідні дані: очікується ${Z(n.values[0])}`:`Неправильна опція: очікується одне з ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Занадто велике: очікується, що ${n.origin??"значення"} ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"елементів"}`:`Занадто велике: очікується, що ${n.origin??"значення"} буде ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Занадто мале: очікується, що ${n.origin} ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`Занадто мале: очікується, що ${n.origin} буде ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Неправильний рядок: повинен починатися з "${o.prefix}"`:o.format==="ends_with"?`Неправильний рядок: повинен закінчуватися на "${o.suffix}"`:o.format==="includes"?`Неправильний рядок: повинен містити "${o.includes}"`:o.format==="regex"?`Неправильний рядок: повинен відповідати шаблону ${o.pattern}`:`Неправильний ${i[o.format]??n.format}`}case"not_multiple_of":return`Неправильне число: повинно бути кратним ${n.divisor}`;case"unrecognized_keys":return`Нерозпізнаний ключ${n.keys.length>1?"і":""}: ${C(n.keys,", ")}`;case"invalid_key":return`Неправильний ключ у ${n.origin}`;case"invalid_union":return"Неправильні вхідні дані";case"invalid_element":return`Неправильне значення у ${n.origin}`;default:return"Неправильні вхідні дані"}}};function H2(){return{localeError:W5()}}function V5(){return H2()}const q5=()=>{const e={string:{unit:"حروف",verb:"ہونا"},file:{unit:"بائٹس",verb:"ہونا"},array:{unit:"آئٹمز",verb:"ہونا"},set:{unit:"آئٹمز",verb:"ہونا"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"نمبر";case"object":{if(Array.isArray(n))return"آرے";if(n===null)return"نل";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"ان پٹ",email:"ای میل ایڈریس",url:"یو آر ایل",emoji:"ایموجی",uuid:"یو یو آئی ڈی",uuidv4:"یو یو آئی ڈی وی 4",uuidv6:"یو یو آئی ڈی وی 6",nanoid:"نینو آئی ڈی",guid:"جی یو آئی ڈی",cuid:"سی یو آئی ڈی",cuid2:"سی یو آئی ڈی 2",ulid:"یو ایل آئی ڈی",xid:"ایکس آئی ڈی",ksuid:"کے ایس یو آئی ڈی",datetime:"آئی ایس او ڈیٹ ٹائم",date:"آئی ایس او تاریخ",time:"آئی ایس او وقت",duration:"آئی ایس او مدت",ipv4:"آئی پی وی 4 ایڈریس",ipv6:"آئی پی وی 6 ایڈریس",cidrv4:"آئی پی وی 4 رینج",cidrv6:"آئی پی وی 6 رینج",base64:"بیس 64 ان کوڈڈ سٹرنگ",base64url:"بیس 64 یو آر ایل ان کوڈڈ سٹرنگ",json_string:"جے ایس او این سٹرنگ",e164:"ای 164 نمبر",jwt:"جے ڈبلیو ٹی",template_literal:"ان پٹ"};return n=>{switch(n.code){case"invalid_type":return`غلط ان پٹ: ${n.expected} متوقع تھا، ${r(n.input)} موصول ہوا`;case"invalid_value":return n.values.length===1?`غلط ان پٹ: ${Z(n.values[0])} متوقع تھا`:`غلط آپشن: ${C(n.values,"|")} میں سے ایک متوقع تھا`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`بہت بڑا: ${n.origin??"ویلیو"} کے ${o}${n.maximum.toString()} ${a.unit??"عناصر"} ہونے متوقع تھے`:`بہت بڑا: ${n.origin??"ویلیو"} کا ${o}${n.maximum.toString()} ہونا متوقع تھا`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`بہت چھوٹا: ${n.origin} کے ${o}${n.minimum.toString()} ${a.unit} ہونے متوقع تھے`:`بہت چھوٹا: ${n.origin} کا ${o}${n.minimum.toString()} ہونا متوقع تھا`}case"invalid_format":{const o=n;return o.format==="starts_with"?`غلط سٹرنگ: "${o.prefix}" سے شروع ہونا چاہیے`:o.format==="ends_with"?`غلط سٹرنگ: "${o.suffix}" پر ختم ہونا چاہیے`:o.format==="includes"?`غلط سٹرنگ: "${o.includes}" شامل ہونا چاہیے`:o.format==="regex"?`غلط سٹرنگ: پیٹرن ${o.pattern} سے میچ ہونا چاہیے`:`غلط ${i[o.format]??n.format}`}case"not_multiple_of":return`غلط نمبر: ${n.divisor} کا مضاعف ہونا چاہیے`;case"unrecognized_keys":return`غیر تسلیم شدہ کی${n.keys.length>1?"ز":""}: ${C(n.keys,"، ")}`;case"invalid_key":return`${n.origin} میں غلط کی`;case"invalid_union":return"غلط ان پٹ";case"invalid_element":return`${n.origin} میں غلط ویلیو`;default:return"غلط ان پٹ"}}};function J5(){return{localeError:q5()}}const K5=()=>{const e={string:{unit:"ký tự",verb:"có"},file:{unit:"byte",verb:"có"},array:{unit:"phần tử",verb:"có"},set:{unit:"phần tử",verb:"có"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"số";case"object":{if(Array.isArray(n))return"mảng";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"đầu vào",email:"địa chỉ email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ngày giờ ISO",date:"ngày ISO",time:"giờ ISO",duration:"khoảng thời gian ISO",ipv4:"địa chỉ IPv4",ipv6:"địa chỉ IPv6",cidrv4:"dải IPv4",cidrv6:"dải IPv6",base64:"chuỗi mã hóa base64",base64url:"chuỗi mã hóa base64url",json_string:"chuỗi JSON",e164:"số E.164",jwt:"JWT",template_literal:"đầu vào"};return n=>{switch(n.code){case"invalid_type":return`Đầu vào không hợp lệ: mong đợi ${n.expected}, nhận được ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Đầu vào không hợp lệ: mong đợi ${Z(n.values[0])}`:`Tùy chọn không hợp lệ: mong đợi một trong các giá trị ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Quá lớn: mong đợi ${n.origin??"giá trị"} ${a.verb} ${o}${n.maximum.toString()} ${a.unit??"phần tử"}`:`Quá lớn: mong đợi ${n.origin??"giá trị"} ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Quá nhỏ: mong đợi ${n.origin} ${a.verb} ${o}${n.minimum.toString()} ${a.unit}`:`Quá nhỏ: mong đợi ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Chuỗi không hợp lệ: phải bắt đầu bằng "${o.prefix}"`:o.format==="ends_with"?`Chuỗi không hợp lệ: phải kết thúc bằng "${o.suffix}"`:o.format==="includes"?`Chuỗi không hợp lệ: phải bao gồm "${o.includes}"`:o.format==="regex"?`Chuỗi không hợp lệ: phải khớp với mẫu ${o.pattern}`:`${i[o.format]??n.format} không hợp lệ`}case"not_multiple_of":return`Số không hợp lệ: phải là bội số của ${n.divisor}`;case"unrecognized_keys":return`Khóa không được nhận dạng: ${C(n.keys,", ")}`;case"invalid_key":return`Khóa không hợp lệ trong ${n.origin}`;case"invalid_union":return"Đầu vào không hợp lệ";case"invalid_element":return`Giá trị không hợp lệ trong ${n.origin}`;default:return"Đầu vào không hợp lệ"}}};function Y5(){return{localeError:K5()}}const X5=()=>{const e={string:{unit:"字符",verb:"包含"},file:{unit:"字节",verb:"包含"},array:{unit:"项",verb:"包含"},set:{unit:"项",verb:"包含"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"非数字(NaN)":"数字";case"object":{if(Array.isArray(n))return"数组";if(n===null)return"空值(null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"输入",email:"电子邮件",url:"URL",emoji:"表情符号",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO日期时间",date:"ISO日期",time:"ISO时间",duration:"ISO时长",ipv4:"IPv4地址",ipv6:"IPv6地址",cidrv4:"IPv4网段",cidrv6:"IPv6网段",base64:"base64编码字符串",base64url:"base64url编码字符串",json_string:"JSON字符串",e164:"E.164号码",jwt:"JWT",template_literal:"输入"};return n=>{switch(n.code){case"invalid_type":return`无效输入:期望 ${n.expected},实际接收 ${r(n.input)}`;case"invalid_value":return n.values.length===1?`无效输入:期望 ${Z(n.values[0])}`:`无效选项:期望以下之一 ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`数值过大:期望 ${n.origin??"值"} ${o}${n.maximum.toString()} ${a.unit??"个元素"}`:`数值过大:期望 ${n.origin??"值"} ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`数值过小:期望 ${n.origin} ${o}${n.minimum.toString()} ${a.unit}`:`数值过小:期望 ${n.origin} ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`无效字符串:必须以 "${o.prefix}" 开头`:o.format==="ends_with"?`无效字符串:必须以 "${o.suffix}" 结尾`:o.format==="includes"?`无效字符串:必须包含 "${o.includes}"`:o.format==="regex"?`无效字符串:必须满足正则表达式 ${o.pattern}`:`无效${i[o.format]??n.format}`}case"not_multiple_of":return`无效数字:必须是 ${n.divisor} 的倍数`;case"unrecognized_keys":return`出现未知的键(key): ${C(n.keys,", ")}`;case"invalid_key":return`${n.origin} 中的键(key)无效`;case"invalid_union":return"无效输入";case"invalid_element":return`${n.origin} 中包含无效值(value)`;default:return"无效输入"}}};function Q5(){return{localeError:X5()}}const e7=()=>{const e={string:{unit:"字元",verb:"擁有"},file:{unit:"位元組",verb:"擁有"},array:{unit:"項目",verb:"擁有"},set:{unit:"項目",verb:"擁有"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"輸入",email:"郵件地址",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO 日期時間",date:"ISO 日期",time:"ISO 時間",duration:"ISO 期間",ipv4:"IPv4 位址",ipv6:"IPv6 位址",cidrv4:"IPv4 範圍",cidrv6:"IPv6 範圍",base64:"base64 編碼字串",base64url:"base64url 編碼字串",json_string:"JSON 字串",e164:"E.164 數值",jwt:"JWT",template_literal:"輸入"};return n=>{switch(n.code){case"invalid_type":return`無效的輸入值:預期為 ${n.expected},但收到 ${r(n.input)}`;case"invalid_value":return n.values.length===1?`無效的輸入值:預期為 ${Z(n.values[0])}`:`無效的選項:預期為以下其中之一 ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`數值過大:預期 ${n.origin??"值"} 應為 ${o}${n.maximum.toString()} ${a.unit??"個元素"}`:`數值過大:預期 ${n.origin??"值"} 應為 ${o}${n.maximum.toString()}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`數值過小:預期 ${n.origin} 應為 ${o}${n.minimum.toString()} ${a.unit}`:`數值過小:預期 ${n.origin} 應為 ${o}${n.minimum.toString()}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`無效的字串:必須以 "${o.prefix}" 開頭`:o.format==="ends_with"?`無效的字串:必須以 "${o.suffix}" 結尾`:o.format==="includes"?`無效的字串:必須包含 "${o.includes}"`:o.format==="regex"?`無效的字串:必須符合格式 ${o.pattern}`:`無效的 ${i[o.format]??n.format}`}case"not_multiple_of":return`無效的數字:必須為 ${n.divisor} 的倍數`;case"unrecognized_keys":return`無法識別的鍵值${n.keys.length>1?"們":""}:${C(n.keys,"、")}`;case"invalid_key":return`${n.origin} 中有無效的鍵值`;case"invalid_union":return"無效的輸入值";case"invalid_element":return`${n.origin} 中有無效的值`;default:return"無效的輸入值"}}};function t7(){return{localeError:e7()}}const n7=()=>{const e={string:{unit:"àmi",verb:"ní"},file:{unit:"bytes",verb:"ní"},array:{unit:"nkan",verb:"ní"},set:{unit:"nkan",verb:"ní"}};function t(n){return e[n]??null}const r=n=>{const o=typeof n;switch(o){case"number":return Number.isNaN(n)?"NaN":"nọ́mbà";case"object":{if(Array.isArray(n))return"akopọ";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return o},i={regex:"ẹ̀rọ ìbáwọlé",email:"àdírẹ́sì ìmẹ́lì",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"àkókò ISO",date:"ọjọ́ ISO",time:"àkókò ISO",duration:"àkókò tó pé ISO",ipv4:"àdírẹ́sì IPv4",ipv6:"àdírẹ́sì IPv6",cidrv4:"àgbègbè IPv4",cidrv6:"àgbègbè IPv6",base64:"ọ̀rọ̀ tí a kọ́ ní base64",base64url:"ọ̀rọ̀ base64url",json_string:"ọ̀rọ̀ JSON",e164:"nọ́mbà E.164",jwt:"JWT",template_literal:"ẹ̀rọ ìbáwọlé"};return n=>{switch(n.code){case"invalid_type":return`Ìbáwọlé aṣìṣe: a ní láti fi ${n.expected}, àmọ̀ a rí ${r(n.input)}`;case"invalid_value":return n.values.length===1?`Ìbáwọlé aṣìṣe: a ní láti fi ${Z(n.values[0])}`:`Àṣàyàn aṣìṣe: yan ọ̀kan lára ${C(n.values,"|")}`;case"too_big":{const o=n.inclusive?"<=":"<",a=t(n.origin);return a?`Tó pọ̀ jù: a ní láti jẹ́ pé ${n.origin??"iye"} ${a.verb} ${o}${n.maximum} ${a.unit}`:`Tó pọ̀ jù: a ní láti jẹ́ ${o}${n.maximum}`}case"too_small":{const o=n.inclusive?">=":">",a=t(n.origin);return a?`Kéré ju: a ní láti jẹ́ pé ${n.origin} ${a.verb} ${o}${n.minimum} ${a.unit}`:`Kéré ju: a ní láti jẹ́ ${o}${n.minimum}`}case"invalid_format":{const o=n;return o.format==="starts_with"?`Ọ̀rọ̀ aṣìṣe: gbọ́dọ̀ bẹ̀rẹ̀ pẹ̀lú "${o.prefix}"`:o.format==="ends_with"?`Ọ̀rọ̀ aṣìṣe: gbọ́dọ̀ parí pẹ̀lú "${o.suffix}"`:o.format==="includes"?`Ọ̀rọ̀ aṣìṣe: gbọ́dọ̀ ní "${o.includes}"`:o.format==="regex"?`Ọ̀rọ̀ aṣìṣe: gbọ́dọ̀ bá àpẹẹrẹ mu ${o.pattern}`:`Aṣìṣe: ${i[o.format]??n.format}`}case"not_multiple_of":return`Nọ́mbà aṣìṣe: gbọ́dọ̀ jẹ́ èyà pípín ti ${n.divisor}`;case"unrecognized_keys":return`Bọtìnì àìmọ̀: ${C(n.keys,", ")}`;case"invalid_key":return`Bọtìnì aṣìṣe nínú ${n.origin}`;case"invalid_union":return"Ìbáwọlé aṣìṣe";case"invalid_element":return`Iye aṣìṣe nínú ${n.origin}`;default:return"Ìbáwọlé aṣìṣe"}}};function r7(){return{localeError:n7()}}var G2=Object.freeze({__proto__:null,ar:b9,az:S9,be:k9,ca:I9,cs:O9,da:x9,de:A9,en:L2,eo:U9,es:M9,fa:Z9,fi:B9,fr:G9,frCA:V9,he:J9,hu:Y9,id:Q9,is:n5,it:i5,ja:a5,ka:c5,kh:d5,km:Z2,ko:p5,lt:g5,mk:$5,ms:b5,nl:S5,no:k5,ota:I5,pl:x5,ps:O5,pt:A5,ru:C5,sl:z5,sv:R5,ta:L5,th:F5,tr:G5,ua:V5,uk:H2,ur:J5,vi:Y5,yo:r7,zhCN:Q5,zhTW:t7});const W2=Symbol("ZodOutput"),V2=Symbol("ZodInput");class uc{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){const i=r[0];if(this._map.set(t,i),i&&typeof i=="object"&&"id"in i){if(this._idmap.has(i.id))throw new Error(`ID ${i.id} already exists in the registry`);this._idmap.set(i.id,t)}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){const r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){const r=t._zod.parent;if(r){const i={...this.get(r)??{}};delete i.id;const n={...i,...this._map.get(t)};return Object.keys(n).length?n:void 0}return this._map.get(t)}has(t){return this._map.has(t)}}function sc(){return new uc}const cr=sc();function q2(e,t){return new e({type:"string",...x(t)})}function J2(e,t){return new e({type:"string",coerce:!0,...x(t)})}function cc(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...x(t)})}function ka(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...x(t)})}function lc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...x(t)})}function dc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...x(t)})}function fc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...x(t)})}function pc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...x(t)})}function Ea(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...x(t)})}function hc(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...x(t)})}function mc(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...x(t)})}function gc(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...x(t)})}function vc(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...x(t)})}function $c(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...x(t)})}function yc(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...x(t)})}function bc(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...x(t)})}function _c(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...x(t)})}function Sc(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...x(t)})}function wc(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...x(t)})}function kc(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...x(t)})}function Ec(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...x(t)})}function Ic(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...x(t)})}function Nc(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...x(t)})}function Oc(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...x(t)})}const K2={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6};function Y2(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...x(t)})}function X2(e,t){return new e({type:"string",format:"date",check:"string_format",...x(t)})}function Q2(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...x(t)})}function eg(e,t){return new e({type:"string",format:"duration",check:"string_format",...x(t)})}function tg(e,t){return new e({type:"number",checks:[],...x(t)})}function ng(e,t){return new e({type:"number",coerce:!0,checks:[],...x(t)})}function rg(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...x(t)})}function ig(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...x(t)})}function og(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...x(t)})}function ag(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...x(t)})}function ug(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...x(t)})}function sg(e,t){return new e({type:"boolean",...x(t)})}function cg(e,t){return new e({type:"boolean",coerce:!0,...x(t)})}function lg(e,t){return new e({type:"bigint",...x(t)})}function dg(e,t){return new e({type:"bigint",coerce:!0,...x(t)})}function fg(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...x(t)})}function pg(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...x(t)})}function hg(e,t){return new e({type:"symbol",...x(t)})}function mg(e,t){return new e({type:"undefined",...x(t)})}function gg(e,t){return new e({type:"null",...x(t)})}function vg(e){return new e({type:"any"})}function $g(e){return new e({type:"unknown"})}function yg(e,t){return new e({type:"never",...x(t)})}function bg(e,t){return new e({type:"void",...x(t)})}function _g(e,t){return new e({type:"date",...x(t)})}function Sg(e,t){return new e({type:"date",coerce:!0,...x(t)})}function wg(e,t){return new e({type:"nan",...x(t)})}function lr(e,t){return new Ys({check:"less_than",...x(t),value:e,inclusive:!1})}function Ot(e,t){return new Ys({check:"less_than",...x(t),value:e,inclusive:!0})}function dr(e,t){return new Xs({check:"greater_than",...x(t),value:e,inclusive:!1})}function st(e,t){return new Xs({check:"greater_than",...x(t),value:e,inclusive:!0})}function kg(e){return dr(0,e)}function Eg(e){return lr(0,e)}function Ig(e){return Ot(0,e)}function Ng(e){return st(0,e)}function Di(e,t){return new Y1({check:"multiple_of",...x(t),value:e})}function Ia(e,t){return new e0({check:"max_size",...x(t),maximum:e})}function zi(e,t){return new t0({check:"min_size",...x(t),minimum:e})}function Pc(e,t){return new n0({check:"size_equals",...x(t),size:e})}function Na(e,t){return new r0({check:"max_length",...x(t),maximum:e})}function zr(e,t){return new i0({check:"min_length",...x(t),minimum:e})}function Oa(e,t){return new o0({check:"length_equals",...x(t),length:e})}function xc(e,t){return new a0({check:"string_format",format:"regex",...x(t),pattern:e})}function Tc(e){return new u0({check:"string_format",format:"lowercase",...x(e)})}function Ac(e){return new s0({check:"string_format",format:"uppercase",...x(e)})}function jc(e,t){return new c0({check:"string_format",format:"includes",...x(t),includes:e})}function Cc(e,t){return new l0({check:"string_format",format:"starts_with",...x(t),prefix:e})}function Dc(e,t){return new d0({check:"string_format",format:"ends_with",...x(t),suffix:e})}function Og(e,t,r){return new p0({check:"property",property:e,schema:t,...x(r)})}function zc(e,t){return new h0({check:"mime_type",mime:e,...x(t)})}function fr(e){return new m0({check:"overwrite",tx:e})}function Uc(e){return fr(t=>t.normalize(e))}function Rc(){return fr(e=>e.trim())}function Mc(){return fr(e=>e.toLowerCase())}function Lc(){return fr(e=>e.toUpperCase())}function Pg(e,t,r){return new e({type:"array",element:t,...x(r)})}function i7(e,t,r){return new e({type:"union",options:t,...x(r)})}function o7(e,t,r,i){return new e({type:"union",options:r,discriminator:t,...x(i)})}function a7(e,t,r){return new e({type:"intersection",left:t,right:r})}function u7(e,t,r,i){const n=r instanceof W,o=n?i:r,a=n?r:null;return new e({type:"tuple",items:t,rest:a,...x(o)})}function s7(e,t,r,i){return new e({type:"record",keyType:t,valueType:r,...x(i)})}function c7(e,t,r,i){return new e({type:"map",keyType:t,valueType:r,...x(i)})}function l7(e,t,r){return new e({type:"set",valueType:t,...x(r)})}function d7(e,t,r){const i=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new e({type:"enum",entries:i,...x(r)})}function f7(e,t,r){return new e({type:"enum",entries:t,...x(r)})}function p7(e,t,r){return new e({type:"literal",values:Array.isArray(t)?t:[t],...x(r)})}function xg(e,t){return new e({type:"file",...x(t)})}function h7(e,t){return new e({type:"transform",transform:t})}function m7(e,t){return new e({type:"optional",innerType:t})}function g7(e,t){return new e({type:"nullable",innerType:t})}function v7(e,t,r){return new e({type:"default",innerType:t,get defaultValue(){return typeof r=="function"?r():ma(r)}})}function $7(e,t,r){return new e({type:"nonoptional",innerType:t,...x(r)})}function y7(e,t){return new e({type:"success",innerType:t})}function b7(e,t,r){return new e({type:"catch",innerType:t,catchValue:typeof r=="function"?r:()=>r})}function _7(e,t,r){return new e({type:"pipe",in:t,out:r})}function S7(e,t){return new e({type:"readonly",innerType:t})}function w7(e,t,r){return new e({type:"template_literal",parts:t,...x(r)})}function k7(e,t){return new e({type:"lazy",getter:t})}function E7(e,t){return new e({type:"promise",innerType:t})}function Tg(e,t,r){const i=x(r);return i.abort??(i.abort=!0),new e({type:"custom",check:"custom",fn:t,...i})}function Ag(e,t,r){return new e({type:"custom",check:"custom",fn:t,...x(r)})}function jg(e){const t=Cg(r=>(r.addIssue=i=>{if(typeof i=="string")r.issues.push(Cr(i,r.value,t._zod.def));else{const n=i;n.fatal&&(n.continue=!1),n.code??(n.code="custom"),n.input??(n.input=r.value),n.inst??(n.inst=t),n.continue??(n.continue=!t._zod.def.abort),r.issues.push(Cr(n))}},e(r.value,r)));return t}function Cg(e,t){const r=new Se({check:"custom",...x(t)});return r._zod.check=e,r}function Dg(e,t){const r=x(t);let i=r.truthy??["true","1","yes","on","y","enabled"],n=r.falsy??["false","0","no","off","n","disabled"];r.case!=="sensitive"&&(i=i.map(c=>typeof c=="string"?c.toLowerCase():c),n=n.map(c=>typeof c=="string"?c.toLowerCase():c));const o=new Set(i),a=new Set(n),u=e.Codec??ac,l=e.Boolean??tc,f=e.String??Ai,d=new f({type:"string",error:r.error}),h=new l({type:"boolean",error:r.error}),p=new u({type:"pipe",in:d,out:h,transform:(c,s)=>{let m=c;return r.case!=="sensitive"&&(m=m.toLowerCase()),o.has(m)?!0:a.has(m)?!1:(s.issues.push({code:"invalid_value",expected:"stringbool",values:[...o,...a],input:s.value,inst:p,continue:!1}),{})},reverseTransform:(c,s)=>c===!0?i[0]||"true":n[0]||"false",error:r.error});return p}function Ui(e,t,r,i={}){const n=x(i),o={...x(i),check:"string_format",type:"string",format:t,fn:typeof r=="function"?r:u=>r.test(u),...n};return r instanceof RegExp&&(o.pattern=r),new e(o)}class Zc{constructor(t){this.counter=0,this.metadataRegistry=t?.metadata??cr,this.target=t?.target??"draft-2020-12",this.unrepresentable=t?.unrepresentable??"throw",this.override=t?.override??(()=>{}),this.io=t?.io??"output",this.seen=new Map}process(t,r={path:[],schemaPath:[]}){var i;const n=t._zod.def,o={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},a=this.seen.get(t);if(a)return a.count++,r.schemaPath.includes(t)&&(a.cycle=r.path),a.schema;const u={schema:{},count:1,cycle:void 0,path:r.path};this.seen.set(t,u);const l=t._zod.toJSONSchema?.();if(l)u.schema=l;else{const h={...r,schemaPath:[...r.schemaPath,t],path:r.path},p=t._zod.parent;if(p)u.ref=p,this.process(p,h),this.seen.get(p).isParent=!0;else{const c=u.schema;switch(n.type){case"string":{const s=c;s.type="string";const{minimum:m,maximum:g,format:$,patterns:v,contentEncoding:_}=t._zod.bag;if(typeof m=="number"&&(s.minLength=m),typeof g=="number"&&(s.maxLength=g),$&&(s.format=o[$]??$,s.format===""&&delete s.format),_&&(s.contentEncoding=_),v&&v.size>0){const y=[...v];y.length===1?s.pattern=y[0].source:y.length>1&&(u.schema.allOf=[...y.map(b=>({...this.target==="draft-7"||this.target==="draft-4"||this.target==="openapi-3.0"?{type:"string"}:{},pattern:b.source}))])}break}case"number":{const s=c,{minimum:m,maximum:g,format:$,multipleOf:v,exclusiveMaximum:_,exclusiveMinimum:y}=t._zod.bag;typeof $=="string"&&$.includes("int")?s.type="integer":s.type="number",typeof y=="number"&&(this.target==="draft-4"||this.target==="openapi-3.0"?(s.minimum=y,s.exclusiveMinimum=!0):s.exclusiveMinimum=y),typeof m=="number"&&(s.minimum=m,typeof y=="number"&&this.target!=="draft-4"&&(y>=m?delete s.minimum:delete s.exclusiveMinimum)),typeof _=="number"&&(this.target==="draft-4"||this.target==="openapi-3.0"?(s.maximum=_,s.exclusiveMaximum=!0):s.exclusiveMaximum=_),typeof g=="number"&&(s.maximum=g,typeof _=="number"&&this.target!=="draft-4"&&(_<=g?delete s.maximum:delete s.exclusiveMaximum)),typeof v=="number"&&(s.multipleOf=v);break}case"boolean":{const s=c;s.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema");break}case"null":{this.target==="openapi-3.0"?(c.type="string",c.nullable=!0,c.enum=[null]):c.type="null";break}case"any":break;case"unknown":break;case"undefined":{if(this.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema");break}case"void":{if(this.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema");break}case"never":{c.not={};break}case"date":{if(this.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema");break}case"array":{const s=c,{minimum:m,maximum:g}=t._zod.bag;typeof m=="number"&&(s.minItems=m),typeof g=="number"&&(s.maxItems=g),s.type="array",s.items=this.process(n.element,{...h,path:[...h.path,"items"]});break}case"object":{const s=c;s.type="object",s.properties={};const m=n.shape;for(const v in m)s.properties[v]=this.process(m[v],{...h,path:[...h.path,"properties",v]});const g=new Set(Object.keys(m)),$=new Set([...g].filter(v=>{const _=n.shape[v]._zod;return this.io==="input"?_.optin===void 0:_.optout===void 0}));$.size>0&&(s.required=Array.from($)),n.catchall?._zod.def.type==="never"?s.additionalProperties=!1:n.catchall?n.catchall&&(s.additionalProperties=this.process(n.catchall,{...h,path:[...h.path,"additionalProperties"]})):this.io==="output"&&(s.additionalProperties=!1);break}case"union":{const s=c,m=n.options.map((g,$)=>this.process(g,{...h,path:[...h.path,"anyOf",$]}));s.anyOf=m;break}case"intersection":{const s=c,m=this.process(n.left,{...h,path:[...h.path,"allOf",0]}),g=this.process(n.right,{...h,path:[...h.path,"allOf",1]}),$=_=>"allOf"in _&&Object.keys(_).length===1,v=[...$(m)?m.allOf:[m],...$(g)?g.allOf:[g]];s.allOf=v;break}case"tuple":{const s=c;s.type="array";const m=this.target==="draft-2020-12"?"prefixItems":"items",g=this.target==="draft-2020-12"||this.target==="openapi-3.0"?"items":"additionalItems",$=n.items.map((b,w)=>this.process(b,{...h,path:[...h.path,m,w]})),v=n.rest?this.process(n.rest,{...h,path:[...h.path,g,...this.target==="openapi-3.0"?[n.items.length]:[]]}):null;this.target==="draft-2020-12"?(s.prefixItems=$,v&&(s.items=v)):this.target==="openapi-3.0"?(s.items={anyOf:$},v&&s.items.anyOf.push(v),s.minItems=$.length,v||(s.maxItems=$.length)):(s.items=$,v&&(s.additionalItems=v));const{minimum:_,maximum:y}=t._zod.bag;typeof _=="number"&&(s.minItems=_),typeof y=="number"&&(s.maxItems=y);break}case"record":{const s=c;s.type="object",(this.target==="draft-7"||this.target==="draft-2020-12")&&(s.propertyNames=this.process(n.keyType,{...h,path:[...h.path,"propertyNames"]})),s.additionalProperties=this.process(n.valueType,{...h,path:[...h.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema");break}case"enum":{const s=c,m=As(n.entries);m.every(g=>typeof g=="number")&&(s.type="number"),m.every(g=>typeof g=="string")&&(s.type="string"),s.enum=m;break}case"literal":{const s=c,m=[];for(const g of n.values)if(g===void 0){if(this.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof g=="bigint"){if(this.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");m.push(Number(g))}else m.push(g);if(m.length!==0)if(m.length===1){const g=m[0];s.type=g===null?"null":typeof g,this.target==="draft-4"||this.target==="openapi-3.0"?s.enum=[g]:s.const=g}else m.every(g=>typeof g=="number")&&(s.type="number"),m.every(g=>typeof g=="string")&&(s.type="string"),m.every(g=>typeof g=="boolean")&&(s.type="string"),m.every(g=>g===null)&&(s.type="null"),s.enum=m;break}case"file":{const s=c,m={type:"string",format:"binary",contentEncoding:"binary"},{minimum:g,maximum:$,mime:v}=t._zod.bag;g!==void 0&&(m.minLength=g),$!==void 0&&(m.maxLength=$),v?v.length===1?(m.contentMediaType=v[0],Object.assign(s,m)):s.anyOf=v.map(_=>({...m,contentMediaType:_})):Object.assign(s,m);break}case"transform":{if(this.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{const s=this.process(n.innerType,h);this.target==="openapi-3.0"?(u.ref=n.innerType,c.nullable=!0):c.anyOf=[s,{type:"null"}];break}case"nonoptional":{this.process(n.innerType,h),u.ref=n.innerType;break}case"success":{const s=c;s.type="boolean";break}case"default":{this.process(n.innerType,h),u.ref=n.innerType,c.default=JSON.parse(JSON.stringify(n.defaultValue));break}case"prefault":{this.process(n.innerType,h),u.ref=n.innerType,this.io==="input"&&(c._prefault=JSON.parse(JSON.stringify(n.defaultValue)));break}case"catch":{this.process(n.innerType,h),u.ref=n.innerType;let s;try{s=n.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}c.default=s;break}case"nan":{if(this.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{const s=c,m=t._zod.pattern;if(!m)throw new Error("Pattern not found in template literal");s.type="string",s.pattern=m.source;break}case"pipe":{const s=this.io==="input"?n.in._zod.def.type==="transform"?n.out:n.in:n.out;this.process(s,h),u.ref=s;break}case"readonly":{this.process(n.innerType,h),u.ref=n.innerType,c.readOnly=!0;break}case"promise":{this.process(n.innerType,h),u.ref=n.innerType;break}case"optional":{this.process(n.innerType,h),u.ref=n.innerType;break}case"lazy":{const s=t._zod.innerType;this.process(s,h),u.ref=s;break}case"custom":{if(this.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema");break}case"function":{if(this.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema");break}}}}const f=this.metadataRegistry.get(t);return f&&Object.assign(u.schema,f),this.io==="input"&&Ee(t)&&(delete u.schema.examples,delete u.schema.default),this.io==="input"&&u.schema._prefault&&((i=u.schema).default??(i.default=u.schema._prefault)),delete u.schema._prefault,this.seen.get(t).schema}emit(t,r){const i={cycles:r?.cycles??"ref",reused:r?.reused??"inline",external:r?.external??void 0},n=this.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");const o=d=>{const h=this.target==="draft-2020-12"?"$defs":"definitions";if(i.external){const m=i.external.registry.get(d[0])?.id,g=i.external.uri??(v=>v);if(m)return{ref:g(m)};const $=d[1].defId??d[1].schema.id??`schema${this.counter++}`;return d[1].defId=$,{defId:$,ref:`${g("__shared")}#/${h}/${$}`}}if(d[1]===n)return{ref:"#"};const c=`#/${h}/`,s=d[1].schema.id??`__schema${this.counter++}`;return{defId:s,ref:c+s}},a=d=>{if(d[1].schema.$ref)return;const h=d[1],{ref:p,defId:c}=o(d);h.def={...h.schema},c&&(h.defId=c);const s=h.schema;for(const m in s)delete s[m];s.$ref=p};if(i.cycles==="throw")for(const d of this.seen.entries()){const h=d[1];if(h.cycle)throw new Error(`Cycle detected: #/${h.cycle?.join("/")}/<root>\n\nSet the \\`cycles\\` parameter to \\`"ref"\\` to resolve cyclical schemas with defs.`)}for(const d of this.seen.entries()){const h=d[1];if(t===d[0]){a(d);continue}if(i.external){const c=i.external.registry.get(d[0])?.id;if(t!==d[0]&&c){a(d);continue}}if(this.metadataRegistry.get(d[0])?.id){a(d);continue}if(h.cycle){a(d);continue}if(h.count>1&&i.reused==="ref"){a(d);continue}}const u=(d,h)=>{const p=this.seen.get(d),c=p.def??p.schema,s={...c};if(p.ref===null)return;const m=p.ref;if(p.ref=null,m){u(m,h);const g=this.seen.get(m).schema;g.$ref&&(h.target==="draft-7"||h.target==="draft-4"||h.target==="openapi-3.0")?(c.allOf=c.allOf??[],c.allOf.push(g)):(Object.assign(c,g),Object.assign(c,s))}p.isParent||this.override({zodSchema:d,jsonSchema:c,path:p.path??[]})};for(const d of[...this.seen.entries()].reverse())u(d[0],{target:this.target});const l={};if(this.target==="draft-2020-12"?l.$schema="https://json-schema.org/draft/2020-12/schema":this.target==="draft-7"?l.$schema="http://json-schema.org/draft-07/schema#":this.target==="draft-4"?l.$schema="http://json-schema.org/draft-04/schema#":this.target==="openapi-3.0"||console.warn(`Invalid target: ${this.target}`),i.external?.uri){const d=i.external.registry.get(t)?.id;if(!d)throw new Error("Schema is missing an `id` property");l.$id=i.external.uri(d)}Object.assign(l,n.def);const f=i.external?.defs??{};for(const d of this.seen.entries()){const h=d[1];h.def&&h.defId&&(f[h.defId]=h.def)}i.external||Object.keys(f).length>0&&(this.target==="draft-2020-12"?l.$defs=f:l.definitions=f);try{return JSON.parse(JSON.stringify(l))}catch{throw new Error("Error converting schema to JSON.")}}}function zg(e,t){if(e instanceof uc){const i=new Zc(t),n={};for(const u of e._idmap.entries()){const[l,f]=u;i.process(f)}const o={},a={registry:e,uri:t?.uri,defs:n};for(const u of e._idmap.entries()){const[l,f]=u;o[l]=i.emit(f,{...t,external:a})}if(Object.keys(n).length>0){const u=i.target==="draft-2020-12"?"$defs":"definitions";o.__shared={[u]:n}}return{schemas:o}}const r=new Zc(t);return r.process(e),r.emit(e,t)}function Ee(e,t){const r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);const n=e._zod.def;switch(n.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return Ee(n.element,r);case"object":{for(const o in n.shape)if(Ee(n.shape[o],r))return!0;return!1}case"union":{for(const o of n.options)if(Ee(o,r))return!0;return!1}case"intersection":return Ee(n.left,r)||Ee(n.right,r);case"tuple":{for(const o of n.items)if(Ee(o,r))return!0;return!!(n.rest&&Ee(n.rest,r))}case"record":return Ee(n.keyType,r)||Ee(n.valueType,r);case"map":return Ee(n.keyType,r)||Ee(n.valueType,r);case"set":return Ee(n.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Ee(n.innerType,r);case"lazy":return Ee(n.getter(),r);case"default":return Ee(n.innerType,r);case"prefault":return Ee(n.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Ee(n.in,r)||Ee(n.out,r);case"success":return!1;case"catch":return!1;case"function":return!1}throw new Error(`Unknown schema type: ${n.type}`)}var I7=Object.freeze({__proto__:null}),N7=Object.freeze({__proto__:null,$ZodAny:J0,$ZodArray:t2,$ZodAsyncError:or,$ZodBase64:U0,$ZodBase64URL:M0,$ZodBigInt:nc,$ZodBigIntFormat:G0,$ZodBoolean:tc,$ZodCIDRv4:D0,$ZodCIDRv6:z0,$ZodCUID:k0,$ZodCUID2:E0,$ZodCatch:O2,$ZodCheck:Se,$ZodCheckBigIntFormat:Q1,$ZodCheckEndsWith:d0,$ZodCheckGreaterThan:Xs,$ZodCheckIncludes:c0,$ZodCheckLengthEquals:o0,$ZodCheckLessThan:Ys,$ZodCheckLowerCase:u0,$ZodCheckMaxLength:r0,$ZodCheckMaxSize:e0,$ZodCheckMimeType:h0,$ZodCheckMinLength:i0,$ZodCheckMinSize:t0,$ZodCheckMultipleOf:Y1,$ZodCheckNumberFormat:X1,$ZodCheckOverwrite:m0,$ZodCheckProperty:p0,$ZodCheckRegex:a0,$ZodCheckSizeEquals:n0,$ZodCheckStartsWith:l0,$ZodCheckStringFormat:Ti,$ZodCheckUpperCase:s0,$ZodCodec:ac,$ZodCustom:U2,$ZodCustomStringFormat:B0,$ZodDate:Q0,$ZodDefault:S2,$ZodDiscriminatedUnion:u2,$ZodE164:L0,$ZodEmail:b0,$ZodEmoji:S0,$ZodEncodeError:da,$ZodEnum:m2,$ZodError:Ds,$ZodFile:v2,$ZodFunction:C2,$ZodGUID:$0,$ZodIPv4:j0,$ZodIPv6:C0,$ZodISODate:x0,$ZodISODateTime:P0,$ZodISODuration:A0,$ZodISOTime:T0,$ZodIntersection:s2,$ZodJWT:F0,$ZodKSUID:O0,$ZodLazy:z2,$ZodLiteral:g2,$ZodMap:d2,$ZodNaN:P2,$ZodNanoID:w0,$ZodNever:Y0,$ZodNonOptional:E2,$ZodNull:q0,$ZodNullable:_2,$ZodNumber:ec,$ZodNumberFormat:H0,$ZodObject:i2,$ZodObjectJIT:o2,$ZodOptional:b2,$ZodPipe:x2,$ZodPrefault:k2,$ZodPromise:D2,$ZodReadonly:T2,$ZodRealError:ut,$ZodRecord:l2,$ZodRegistry:uc,$ZodSet:p2,$ZodString:Ai,$ZodStringFormat:me,$ZodSuccess:N2,$ZodSymbol:W0,$ZodTemplateLiteral:j2,$ZodTransform:$2,$ZodTuple:oc,$ZodType:W,$ZodULID:I0,$ZodURL:_0,$ZodUUID:y0,$ZodUndefined:V0,$ZodUnion:rc,$ZodUnknown:K0,$ZodVoid:X0,$ZodXID:N0,$brand:Vm,$constructor:k,$input:V2,$output:W2,Doc:g0,JSONSchema:I7,JSONSchemaGenerator:Zc,NEVER:Ar,TimePrecision:K2,_any:vg,_array:Pg,_base64:Ec,_base64url:Ic,_bigint:lg,_boolean:sg,_catch:b7,_check:Cg,_cidrv4:wc,_cidrv6:kc,_coercedBigint:dg,_coercedBoolean:cg,_coercedDate:Sg,_coercedNumber:ng,_coercedString:J2,_cuid:gc,_cuid2:vc,_custom:Tg,_date:_g,_decode:Zs,_decodeAsync:Bs,_default:v7,_discriminatedUnion:o7,_e164:Nc,_email:cc,_emoji:hc,_encode:Ls,_encodeAsync:Fs,_endsWith:Dc,_enum:d7,_file:xg,_float32:ig,_float64:og,_gt:dr,_gte:st,_guid:ka,_includes:jc,_int:rg,_int32:ag,_int64:fg,_intersection:a7,_ipv4:_c,_ipv6:Sc,_isoDate:X2,_isoDateTime:Y2,_isoDuration:eg,_isoTime:Q2,_jwt:Oc,_ksuid:bc,_lazy:k7,_length:Oa,_literal:p7,_lowercase:Tc,_lt:lr,_lte:Ot,_map:c7,_max:Ot,_maxLength:Na,_maxSize:Ia,_mime:zc,_min:st,_minLength:zr,_minSize:zi,_multipleOf:Di,_nan:wg,_nanoid:mc,_nativeEnum:f7,_negative:Eg,_never:yg,_nonnegative:Ng,_nonoptional:$7,_nonpositive:Ig,_normalize:Uc,_null:gg,_nullable:g7,_number:tg,_optional:m7,_overwrite:fr,_parse:Ei,_parseAsync:Ii,_pipe:_7,_positive:kg,_promise:E7,_property:Og,_readonly:S7,_record:s7,_refine:Ag,_regex:xc,_safeDecode:Gs,_safeDecodeAsync:Vs,_safeEncode:Hs,_safeEncodeAsync:Ws,_safeParse:Ni,_safeParseAsync:Oi,_set:l7,_size:Pc,_startsWith:Cc,_string:q2,_stringFormat:Ui,_stringbool:Dg,_success:y7,_superRefine:jg,_symbol:hg,_templateLiteral:w7,_toLowerCase:Mc,_toUpperCase:Lc,_transform:h7,_trim:Rc,_tuple:u7,_uint32:ug,_uint64:pg,_ulid:$c,_undefined:mg,_union:i7,_unknown:$g,_uppercase:Ac,_url:Ea,_uuid:lc,_uuidv4:dc,_uuidv6:fc,_uuidv7:pc,_void:bg,_xid:yc,clone:gt,config:Ge,decode:r9,decodeAsync:o9,encode:n9,encodeAsync:i9,flattenError:zs,formatError:Us,globalConfig:fa,globalRegistry:cr,isValidBase64:Qs,isValidBase64URL:R0,isValidJWT:Z0,locales:G2,parse:Rs,parseAsync:Ms,prettifyError:h1,regexes:Ks,registry:sc,safeDecode:u9,safeDecodeAsync:c9,safeEncode:a9,safeEncodeAsync:s9,safeParse:m1,safeParseAsync:g1,toDotPath:p1,toJSONSchema:zg,treeifyError:f1,util:l1,version:v0});const Fc=k("ZodISODateTime",(e,t)=>{P0.init(e,t),ve.init(e,t)});function Ug(e){return Y2(Fc,e)}const Bc=k("ZodISODate",(e,t)=>{x0.init(e,t),ve.init(e,t)});function Rg(e){return X2(Bc,e)}const Hc=k("ZodISOTime",(e,t)=>{T0.init(e,t),ve.init(e,t)});function Mg(e){return Q2(Hc,e)}const Gc=k("ZodISODuration",(e,t)=>{A0.init(e,t),ve.init(e,t)});function Lg(e){return eg(Gc,e)}var O7=Object.freeze({__proto__:null,ZodISODate:Bc,ZodISODateTime:Fc,ZodISODuration:Gc,ZodISOTime:Hc,date:Rg,datetime:Ug,duration:Lg,time:Mg});const Zg=(e,t)=>{Ds.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>Us(e,r)},flatten:{value:r=>zs(e,r)},addIssue:{value:r=>{e.issues.push(r),e.message=JSON.stringify(e.issues,pa,2)}},addIssues:{value:r=>{e.issues.push(...r),e.message=JSON.stringify(e.issues,pa,2)}},isEmpty:{get(){return e.issues.length===0}}})},P7=k("ZodError",Zg),ct=k("ZodError",Zg,{Parent:Error}),Fg=Ei(ct),Bg=Ii(ct),Hg=Ni(ct),Gg=Oi(ct),Wg=Ls(ct),Vg=Zs(ct),qg=Fs(ct),Jg=Bs(ct),Kg=Hs(ct),Yg=Gs(ct),Xg=Ws(ct),Qg=Vs(ct),Q=k("ZodType",(e,t)=>(W.init(e,t),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...r)=>e.clone(on(t,{checks:[...t.checks??[],...r.map(i=>typeof i=="function"?{_zod:{check:i,def:{check:"custom"},onattach:[]}}:i)]})),e.clone=(r,i)=>gt(e,r,i),e.brand=()=>e,e.register=(r,i)=>(r.add(e,i),e),e.parse=(r,i)=>Fg(e,r,i,{callee:e.parse}),e.safeParse=(r,i)=>Hg(e,r,i),e.parseAsync=async(r,i)=>Bg(e,r,i,{callee:e.parseAsync}),e.safeParseAsync=async(r,i)=>Gg(e,r,i),e.spa=e.safeParseAsync,e.encode=(r,i)=>Wg(e,r,i),e.decode=(r,i)=>Vg(e,r,i),e.encodeAsync=async(r,i)=>qg(e,r,i),e.decodeAsync=async(r,i)=>Jg(e,r,i),e.safeEncode=(r,i)=>Kg(e,r,i),e.safeDecode=(r,i)=>Yg(e,r,i),e.safeEncodeAsync=async(r,i)=>Xg(e,r,i),e.safeDecodeAsync=async(r,i)=>Qg(e,r,i),e.refine=(r,i)=>e.check(Lv(r,i)),e.superRefine=r=>e.check(Zv(r)),e.overwrite=r=>e.check(fr(r)),e.optional=()=>za(e),e.nullable=()=>Ua(e),e.nullish=()=>za(Ua(e)),e.nonoptional=r=>Nv(e,r),e.array=()=>Mr(e),e.or=r=>ml([e,r]),e.and=r=>pv(e,r),e.transform=r=>Ra(e,$l(r)),e.default=r=>kv(e,r),e.prefault=r=>Iv(e,r),e.catch=r=>xv(e,r),e.pipe=r=>Ra(e,r),e.readonly=()=>jv(e),e.describe=r=>{const i=e.clone();return cr.add(i,{description:r}),i},Object.defineProperty(e,"description",{get(){return cr.get(e)?.description},configurable:!0}),e.meta=(...r)=>{if(r.length===0)return cr.get(e);const i=e.clone();return cr.add(i,r[0]),i},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),Wc=k("_ZodString",(e,t)=>{Ai.init(e,t),Q.init(e,t);const r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,e.regex=(...i)=>e.check(xc(...i)),e.includes=(...i)=>e.check(jc(...i)),e.startsWith=(...i)=>e.check(Cc(...i)),e.endsWith=(...i)=>e.check(Dc(...i)),e.min=(...i)=>e.check(zr(...i)),e.max=(...i)=>e.check(Na(...i)),e.length=(...i)=>e.check(Oa(...i)),e.nonempty=(...i)=>e.check(zr(1,...i)),e.lowercase=i=>e.check(Tc(i)),e.uppercase=i=>e.check(Ac(i)),e.trim=()=>e.check(Rc()),e.normalize=(...i)=>e.check(Uc(...i)),e.toLowerCase=()=>e.check(Mc()),e.toUpperCase=()=>e.check(Lc())}),Pa=k("ZodString",(e,t)=>{Ai.init(e,t),Wc.init(e,t),e.email=r=>e.check(cc(Vc,r)),e.url=r=>e.check(Ea(Ta,r)),e.jwt=r=>e.check(Oc(sl,r)),e.emoji=r=>e.check(hc(qc,r)),e.guid=r=>e.check(ka(xa,r)),e.uuid=r=>e.check(lc(an,r)),e.uuidv4=r=>e.check(dc(an,r)),e.uuidv6=r=>e.check(fc(an,r)),e.uuidv7=r=>e.check(pc(an,r)),e.nanoid=r=>e.check(mc(Jc,r)),e.guid=r=>e.check(ka(xa,r)),e.cuid=r=>e.check(gc(Kc,r)),e.cuid2=r=>e.check(vc(Yc,r)),e.ulid=r=>e.check($c(Xc,r)),e.base64=r=>e.check(Ec(ol,r)),e.base64url=r=>e.check(Ic(al,r)),e.xid=r=>e.check(yc(Qc,r)),e.ksuid=r=>e.check(bc(el,r)),e.ipv4=r=>e.check(_c(tl,r)),e.ipv6=r=>e.check(Sc(nl,r)),e.cidrv4=r=>e.check(wc(rl,r)),e.cidrv6=r=>e.check(kc(il,r)),e.e164=r=>e.check(Nc(ul,r)),e.datetime=r=>e.check(Ug(r)),e.date=r=>e.check(Rg(r)),e.time=r=>e.check(Mg(r)),e.duration=r=>e.check(Lg(r))});function Pn(e){return q2(Pa,e)}const ve=k("ZodStringFormat",(e,t)=>{me.init(e,t),Wc.init(e,t)}),Vc=k("ZodEmail",(e,t)=>{b0.init(e,t),ve.init(e,t)});function x7(e){return cc(Vc,e)}const xa=k("ZodGUID",(e,t)=>{$0.init(e,t),ve.init(e,t)});function T7(e){return ka(xa,e)}const an=k("ZodUUID",(e,t)=>{y0.init(e,t),ve.init(e,t)});function A7(e){return lc(an,e)}function j7(e){return dc(an,e)}function C7(e){return fc(an,e)}function D7(e){return pc(an,e)}const Ta=k("ZodURL",(e,t)=>{_0.init(e,t),ve.init(e,t)});function z7(e){return Ea(Ta,e)}function U7(e){return Ea(Ta,{protocol:/^https?$/,hostname:j1,...x(e)})}const qc=k("ZodEmoji",(e,t)=>{S0.init(e,t),ve.init(e,t)});function R7(e){return hc(qc,e)}const Jc=k("ZodNanoID",(e,t)=>{w0.init(e,t),ve.init(e,t)});function M7(e){return mc(Jc,e)}const Kc=k("ZodCUID",(e,t)=>{k0.init(e,t),ve.init(e,t)});function L7(e){return gc(Kc,e)}const Yc=k("ZodCUID2",(e,t)=>{E0.init(e,t),ve.init(e,t)});function Z7(e){return vc(Yc,e)}const Xc=k("ZodULID",(e,t)=>{I0.init(e,t),ve.init(e,t)});function F7(e){return $c(Xc,e)}const Qc=k("ZodXID",(e,t)=>{N0.init(e,t),ve.init(e,t)});function B7(e){return yc(Qc,e)}const el=k("ZodKSUID",(e,t)=>{O0.init(e,t),ve.init(e,t)});function H7(e){return bc(el,e)}const tl=k("ZodIPv4",(e,t)=>{j0.init(e,t),ve.init(e,t)});function G7(e){return _c(tl,e)}const nl=k("ZodIPv6",(e,t)=>{C0.init(e,t),ve.init(e,t)});function W7(e){return Sc(nl,e)}const rl=k("ZodCIDRv4",(e,t)=>{D0.init(e,t),ve.init(e,t)});function V7(e){return wc(rl,e)}const il=k("ZodCIDRv6",(e,t)=>{z0.init(e,t),ve.init(e,t)});function q7(e){return kc(il,e)}const ol=k("ZodBase64",(e,t)=>{U0.init(e,t),ve.init(e,t)});function J7(e){return Ec(ol,e)}const al=k("ZodBase64URL",(e,t)=>{M0.init(e,t),ve.init(e,t)});function K7(e){return Ic(al,e)}const ul=k("ZodE164",(e,t)=>{L0.init(e,t),ve.init(e,t)});function Y7(e){return Nc(ul,e)}const sl=k("ZodJWT",(e,t)=>{F0.init(e,t),ve.init(e,t)});function X7(e){return Oc(sl,e)}const Ri=k("ZodCustomStringFormat",(e,t)=>{B0.init(e,t),ve.init(e,t)});function Q7(e,t,r={}){return Ui(Ri,e,t,r)}function eS(e){return Ui(Ri,"hostname",Js,e)}function tS(e){return Ui(Ri,"hex",J1,e)}function nS(e,t){const r=t?.enc??"hex",i=`${e}_${r}`,n=Ks[i];if(!n)throw new Error(`Unrecognized hash format: ${i}`);return Ui(Ri,i,n,t)}const Aa=k("ZodNumber",(e,t)=>{ec.init(e,t),Q.init(e,t),e.gt=(i,n)=>e.check(dr(i,n)),e.gte=(i,n)=>e.check(st(i,n)),e.min=(i,n)=>e.check(st(i,n)),e.lt=(i,n)=>e.check(lr(i,n)),e.lte=(i,n)=>e.check(Ot(i,n)),e.max=(i,n)=>e.check(Ot(i,n)),e.int=i=>e.check(cl(i)),e.safe=i=>e.check(cl(i)),e.positive=i=>e.check(dr(0,i)),e.nonnegative=i=>e.check(st(0,i)),e.negative=i=>e.check(lr(0,i)),e.nonpositive=i=>e.check(Ot(0,i)),e.multipleOf=(i,n)=>e.check(Di(i,n)),e.step=(i,n)=>e.check(Di(i,n)),e.finite=()=>e;const r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function ev(e){return tg(Aa,e)}const Ur=k("ZodNumberFormat",(e,t)=>{H0.init(e,t),Aa.init(e,t)});function cl(e){return rg(Ur,e)}function rS(e){return ig(Ur,e)}function iS(e){return og(Ur,e)}function oS(e){return ag(Ur,e)}function aS(e){return ug(Ur,e)}const ja=k("ZodBoolean",(e,t)=>{tc.init(e,t),Q.init(e,t)});function ll(e){return sg(ja,e)}const Ca=k("ZodBigInt",(e,t)=>{nc.init(e,t),Q.init(e,t),e.gte=(i,n)=>e.check(st(i,n)),e.min=(i,n)=>e.check(st(i,n)),e.gt=(i,n)=>e.check(dr(i,n)),e.gte=(i,n)=>e.check(st(i,n)),e.min=(i,n)=>e.check(st(i,n)),e.lt=(i,n)=>e.check(lr(i,n)),e.lte=(i,n)=>e.check(Ot(i,n)),e.max=(i,n)=>e.check(Ot(i,n)),e.positive=i=>e.check(dr(BigInt(0),i)),e.negative=i=>e.check(lr(BigInt(0),i)),e.nonpositive=i=>e.check(Ot(BigInt(0),i)),e.nonnegative=i=>e.check(st(BigInt(0),i)),e.multipleOf=(i,n)=>e.check(Di(i,n));const r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});function uS(e){return lg(Ca,e)}const dl=k("ZodBigIntFormat",(e,t)=>{G0.init(e,t),Ca.init(e,t)});function sS(e){return fg(dl,e)}function cS(e){return pg(dl,e)}const tv=k("ZodSymbol",(e,t)=>{W0.init(e,t),Q.init(e,t)});function lS(e){return hg(tv,e)}const nv=k("ZodUndefined",(e,t)=>{V0.init(e,t),Q.init(e,t)});function dS(e){return mg(nv,e)}const rv=k("ZodNull",(e,t)=>{q0.init(e,t),Q.init(e,t)});function iv(e){return gg(rv,e)}const ov=k("ZodAny",(e,t)=>{J0.init(e,t),Q.init(e,t)});function fS(){return vg(ov)}const av=k("ZodUnknown",(e,t)=>{K0.init(e,t),Q.init(e,t)});function Rr(){return $g(av)}const uv=k("ZodNever",(e,t)=>{Y0.init(e,t),Q.init(e,t)});function fl(e){return yg(uv,e)}const sv=k("ZodVoid",(e,t)=>{X0.init(e,t),Q.init(e,t)});function pS(e){return bg(sv,e)}const pl=k("ZodDate",(e,t)=>{Q0.init(e,t),Q.init(e,t),e.min=(i,n)=>e.check(st(i,n)),e.max=(i,n)=>e.check(Ot(i,n));const r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});function hS(e){return _g(pl,e)}const cv=k("ZodArray",(e,t)=>{t2.init(e,t),Q.init(e,t),e.element=t.element,e.min=(r,i)=>e.check(zr(r,i)),e.nonempty=r=>e.check(zr(1,r)),e.max=(r,i)=>e.check(Na(r,i)),e.length=(r,i)=>e.check(Oa(r,i)),e.unwrap=()=>e.element});function Mr(e,t){return Pg(cv,e,t)}function mS(e){const t=e._zod.def.shape;return vl(Object.keys(t))}const Da=k("ZodObject",(e,t)=>{o2.init(e,t),Q.init(e,t),ie(e,"shape",()=>t.shape),e.keyof=()=>vl(Object.keys(e._zod.def.shape)),e.catchall=r=>e.clone({...e._zod.def,catchall:r}),e.passthrough=()=>e.clone({...e._zod.def,catchall:Rr()}),e.loose=()=>e.clone({...e._zod.def,catchall:Rr()}),e.strict=()=>e.clone({...e._zod.def,catchall:fl()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=r=>r1(e,r),e.safeExtend=r=>i1(e,r),e.merge=r=>o1(e,r),e.pick=r=>t1(e,r),e.omit=r=>n1(e,r),e.partial=(...r)=>a1(yl,e,r[0]),e.required=(...r)=>u1(bl,e,r[0])});function lv(e,t){const r={type:"object",shape:e??{},...x(t)};return new Da(r)}function gS(e,t){return new Da({type:"object",shape:e,catchall:fl(),...x(t)})}function vS(e,t){return new Da({type:"object",shape:e,catchall:Rr(),...x(t)})}const hl=k("ZodUnion",(e,t)=>{rc.init(e,t),Q.init(e,t),e.options=t.options});function ml(e,t){return new hl({type:"union",options:e,...x(t)})}const dv=k("ZodDiscriminatedUnion",(e,t)=>{hl.init(e,t),u2.init(e,t)});function $S(e,t,r){return new dv({type:"union",options:t,discriminator:e,...x(r)})}const fv=k("ZodIntersection",(e,t)=>{s2.init(e,t),Q.init(e,t)});function pv(e,t){return new fv({type:"intersection",left:e,right:t})}const hv=k("ZodTuple",(e,t)=>{oc.init(e,t),Q.init(e,t),e.rest=r=>e.clone({...e._zod.def,rest:r})});function mv(e,t,r){const i=t instanceof W,n=i?r:t,o=i?t:null;return new hv({type:"tuple",items:e,rest:o,...x(n)})}const gl=k("ZodRecord",(e,t)=>{l2.init(e,t),Q.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function gv(e,t,r){return new gl({type:"record",keyType:e,valueType:t,...x(r)})}function yS(e,t,r){const i=gt(e);return i._zod.values=void 0,new gl({type:"record",keyType:i,valueType:t,...x(r)})}const vv=k("ZodMap",(e,t)=>{d2.init(e,t),Q.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function bS(e,t,r){return new vv({type:"map",keyType:e,valueType:t,...x(r)})}const $v=k("ZodSet",(e,t)=>{p2.init(e,t),Q.init(e,t),e.min=(...r)=>e.check(zi(...r)),e.nonempty=r=>e.check(zi(1,r)),e.max=(...r)=>e.check(Ia(...r)),e.size=(...r)=>e.check(Pc(...r))});function _S(e,t){return new $v({type:"set",valueType:e,...x(t)})}const Mi=k("ZodEnum",(e,t)=>{m2.init(e,t),Q.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);const r=new Set(Object.keys(t.entries));e.extract=(i,n)=>{const o={};for(const a of i)if(r.has(a))o[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new Mi({...t,checks:[],...x(n),entries:o})},e.exclude=(i,n)=>{const o={...t.entries};for(const a of i)if(r.has(a))delete o[a];else throw new Error(`Key ${a} not found in enum`);return new Mi({...t,checks:[],...x(n),entries:o})}});function vl(e,t){const r=Array.isArray(e)?Object.fromEntries(e.map(i=>[i,i])):e;return new Mi({type:"enum",entries:r,...x(t)})}function SS(e,t){return new Mi({type:"enum",entries:e,...x(t)})}const yv=k("ZodLiteral",(e,t)=>{g2.init(e,t),Q.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function wS(e,t){return new yv({type:"literal",values:Array.isArray(e)?e:[e],...x(t)})}const bv=k("ZodFile",(e,t)=>{v2.init(e,t),Q.init(e,t),e.min=(r,i)=>e.check(zi(r,i)),e.max=(r,i)=>e.check(Ia(r,i)),e.mime=(r,i)=>e.check(zc(Array.isArray(r)?r:[r],i))});function kS(e){return xg(bv,e)}const _v=k("ZodTransform",(e,t)=>{$2.init(e,t),Q.init(e,t),e._zod.parse=(r,i)=>{if(i.direction==="backward")throw new da(e.constructor.name);r.addIssue=o=>{if(typeof o=="string")r.issues.push(Cr(o,r.value,t));else{const a=o;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=r.value),a.inst??(a.inst=e),r.issues.push(Cr(a))}};const n=t.transform(r.value,r);return n instanceof Promise?n.then(o=>(r.value=o,r)):(r.value=n,r)}});function $l(e){return new _v({type:"transform",transform:e})}const yl=k("ZodOptional",(e,t)=>{b2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType});function za(e){return new yl({type:"optional",innerType:e})}const Sv=k("ZodNullable",(e,t)=>{_2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Ua(e){return new Sv({type:"nullable",innerType:e})}function ES(e){return za(Ua(e))}const wv=k("ZodDefault",(e,t)=>{S2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function kv(e,t){return new wv({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():ma(t)}})}const Ev=k("ZodPrefault",(e,t)=>{k2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Iv(e,t){return new Ev({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():ma(t)}})}const bl=k("ZodNonOptional",(e,t)=>{E2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Nv(e,t){return new bl({type:"nonoptional",innerType:e,...x(t)})}const Ov=k("ZodSuccess",(e,t)=>{N2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType});function IS(e){return new Ov({type:"success",innerType:e})}const Pv=k("ZodCatch",(e,t)=>{O2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function xv(e,t){return new Pv({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const Tv=k("ZodNaN",(e,t)=>{P2.init(e,t),Q.init(e,t)});function NS(e){return wg(Tv,e)}const _l=k("ZodPipe",(e,t)=>{x2.init(e,t),Q.init(e,t),e.in=t.in,e.out=t.out});function Ra(e,t){return new _l({type:"pipe",in:e,out:t})}const Sl=k("ZodCodec",(e,t)=>{_l.init(e,t),ac.init(e,t)});function OS(e,t,r){return new Sl({type:"pipe",in:e,out:t,transform:r.decode,reverseTransform:r.encode})}const Av=k("ZodReadonly",(e,t)=>{T2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType});function jv(e){return new Av({type:"readonly",innerType:e})}const Cv=k("ZodTemplateLiteral",(e,t)=>{j2.init(e,t),Q.init(e,t)});function PS(e,t){return new Cv({type:"template_literal",parts:e,...x(t)})}const Dv=k("ZodLazy",(e,t)=>{z2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.getter()});function zv(e){return new Dv({type:"lazy",getter:e})}const Uv=k("ZodPromise",(e,t)=>{D2.init(e,t),Q.init(e,t),e.unwrap=()=>e._zod.def.innerType});function xS(e){return new Uv({type:"promise",innerType:e})}const Rv=k("ZodFunction",(e,t)=>{C2.init(e,t),Q.init(e,t)});function Mv(e){return new Rv({type:"function",input:Array.isArray(e?.input)?mv(e?.input):e?.input??Mr(Rr()),output:e?.output??Rr()})}const Ma=k("ZodCustom",(e,t)=>{U2.init(e,t),Q.init(e,t)});function TS(e){const t=new Se({check:"custom"});return t._zod.check=e,t}function AS(e,t){return Tg(Ma,e??(()=>!0),t)}function Lv(e,t={}){return Ag(Ma,e,t)}function Zv(e){return jg(e)}function jS(e,t={error:`Input not instance of ${e.name}`}){const r=new Ma({type:"custom",check:"custom",fn:i=>i instanceof e,abort:!0,...x(t)});return r._zod.bag.Class=e,r}const CS=(...e)=>Dg({Codec:Sl,Boolean:ja,String:Pa},...e);function DS(e){const t=zv(()=>ml([Pn(e),ev(),ll(),iv(),Mr(t),gv(Pn(),t)]));return t}function Fv(e,t){return Ra($l(e),t)}const zS={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};function US(e){Ge({customError:e})}function RS(){return Ge().customError}var wl;wl||(wl={});function MS(e){return J2(Pa,e)}function LS(e){return ng(Aa,e)}function ZS(e){return cg(ja,e)}function FS(e){return dg(Ca,e)}function BS(e){return Sg(pl,e)}var HS=Object.freeze({__proto__:null,bigint:FS,boolean:ZS,date:BS,number:LS,string:MS});Ge(L2());var Bt=Object.freeze({__proto__:null,$brand:Vm,$input:V2,$output:W2,NEVER:Ar,TimePrecision:K2,ZodAny:ov,ZodArray:cv,ZodBase64:ol,ZodBase64URL:al,ZodBigInt:Ca,ZodBigIntFormat:dl,ZodBoolean:ja,ZodCIDRv4:rl,ZodCIDRv6:il,ZodCUID:Kc,ZodCUID2:Yc,ZodCatch:Pv,ZodCodec:Sl,ZodCustom:Ma,ZodCustomStringFormat:Ri,ZodDate:pl,ZodDefault:wv,ZodDiscriminatedUnion:dv,ZodE164:ul,ZodEmail:Vc,ZodEmoji:qc,ZodEnum:Mi,ZodError:P7,ZodFile:bv,get ZodFirstPartyTypeKind(){return wl},ZodFunction:Rv,ZodGUID:xa,ZodIPv4:tl,ZodIPv6:nl,ZodISODate:Bc,ZodISODateTime:Fc,ZodISODuration:Gc,ZodISOTime:Hc,ZodIntersection:fv,ZodIssueCode:zS,ZodJWT:sl,ZodKSUID:el,ZodLazy:Dv,ZodLiteral:yv,ZodMap:vv,ZodNaN:Tv,ZodNanoID:Jc,ZodNever:uv,ZodNonOptional:bl,ZodNull:rv,ZodNullable:Sv,ZodNumber:Aa,ZodNumberFormat:Ur,ZodObject:Da,ZodOptional:yl,ZodPipe:_l,ZodPrefault:Ev,ZodPromise:Uv,ZodReadonly:Av,ZodRealError:ct,ZodRecord:gl,ZodSet:$v,ZodString:Pa,ZodStringFormat:ve,ZodSuccess:Ov,ZodSymbol:tv,ZodTemplateLiteral:Cv,ZodTransform:_v,ZodTuple:hv,ZodType:Q,ZodULID:Xc,ZodURL:Ta,ZodUUID:an,ZodUndefined:nv,ZodUnion:hl,ZodUnknown:av,ZodVoid:sv,ZodXID:Qc,_ZodString:Wc,_default:kv,_function:Mv,any:fS,array:Mr,base64:J7,base64url:K7,bigint:uS,boolean:ll,catch:xv,check:TS,cidrv4:V7,cidrv6:q7,clone:gt,codec:OS,coerce:HS,config:Ge,core:N7,cuid:L7,cuid2:Z7,custom:AS,date:hS,decode:Vg,decodeAsync:Jg,discriminatedUnion:$S,e164:Y7,email:x7,emoji:R7,encode:Wg,encodeAsync:qg,endsWith:Dc,enum:vl,file:kS,flattenError:zs,float32:rS,float64:iS,formatError:Us,function:Mv,getErrorMap:RS,globalRegistry:cr,gt:dr,gte:st,guid:T7,hash:nS,hex:tS,hostname:eS,httpUrl:U7,includes:jc,instanceof:jS,int:cl,int32:oS,int64:sS,intersection:pv,ipv4:G7,ipv6:W7,iso:O7,json:DS,jwt:X7,keyof:mS,ksuid:H7,lazy:zv,length:Oa,literal:wS,locales:G2,looseObject:vS,lowercase:Tc,lt:lr,lte:Ot,map:bS,maxLength:Na,maxSize:Ia,mime:zc,minLength:zr,minSize:zi,multipleOf:Di,nan:NS,nanoid:M7,nativeEnum:SS,negative:Eg,never:fl,nonnegative:Ng,nonoptional:Nv,nonpositive:Ig,normalize:Uc,null:iv,nullable:Ua,nullish:ES,number:ev,object:lv,optional:za,overwrite:fr,parse:Fg,parseAsync:Bg,partialRecord:yS,pipe:Ra,positive:kg,prefault:Iv,preprocess:Fv,prettifyError:h1,promise:xS,property:Og,readonly:jv,record:gv,refine:Lv,regex:xc,regexes:Ks,registry:sc,safeDecode:Yg,safeDecodeAsync:Qg,safeEncode:Kg,safeEncodeAsync:Xg,safeParse:Hg,safeParseAsync:Gg,set:_S,setErrorMap:US,size:Pc,startsWith:Cc,strictObject:gS,string:Pn,stringFormat:Q7,stringbool:CS,success:IS,superRefine:Zv,symbol:lS,templateLiteral:PS,toJSONSchema:zg,toLowerCase:Mc,toUpperCase:Lc,transform:$l,treeifyError:f1,trim:Rc,tuple:mv,uint32:aS,uint64:cS,ulid:F7,undefined:dS,union:ml,unknown:Rr,uppercase:Ac,url:z7,util:l1,uuid:A7,uuidv4:j7,uuidv6:C7,uuidv7:D7,void:pS,xid:B7});const GS=e=>/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e);var kl,Bv;function WS(){if(Bv)return kl;Bv=1;var e="[object Symbol]",t=/[^\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\x7f]+/g,r=/[\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\xff\\u0100-\\u017f]/g,i="\\\\ud800-\\\\udfff",n="\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe23",o="\\\\u20d0-\\\\u20f0",a="\\\\u2700-\\\\u27bf",u="a-z\\\\xdf-\\\\xf6\\\\xf8-\\\\xff",l="\\\\xac\\\\xb1\\\\xd7\\\\xf7",f="\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\xbf",d="\\\\u2000-\\\\u206f",h=" \\\\t\\\\x0b\\\\f\\\\xa0\\\\ufeff\\\\n\\\\r\\\\u2028\\\\u2029\\\\u1680\\\\u180e\\\\u2000\\\\u2001\\\\u2002\\\\u2003\\\\u2004\\\\u2005\\\\u2006\\\\u2007\\\\u2008\\\\u2009\\\\u200a\\\\u202f\\\\u205f\\\\u3000",p="A-Z\\\\xc0-\\\\xd6\\\\xd8-\\\\xde",c="\\\\ufe0e\\\\ufe0f",s=l+f+d+h,m="[\'’]",g="["+i+"]",$="["+s+"]",v="["+n+o+"]",_="\\\\d+",y="["+a+"]",b="["+u+"]",w="[^"+i+s+_+a+u+p+"]",S="\\\\ud83c[\\\\udffb-\\\\udfff]",I="(?:"+v+"|"+S+")",T="[^"+i+"]",P="(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}",O="[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]",A="["+p+"]",U="\\\\u200d",K="(?:"+b+"|"+w+")",pe="(?:"+A+"|"+w+")",be="(?:"+m+"(?:d|ll|m|re|s|t|ve))?",Ze="(?:"+m+"(?:D|LL|M|RE|S|T|VE))?",rt=I+"?",_e="["+c+"]?",yn="(?:"+U+"(?:"+[T,P,O].join("|")+")"+_e+rt+")*",bn=_e+rt+yn,_n="(?:"+[y,P,O].join("|")+")"+bn,Qt="(?:"+[T+v+"?",v,P,O,g].join("|")+")",j=RegExp(m,"g"),z=RegExp(v,"g"),J=RegExp(S+"(?="+S+")|"+Qt+bn,"g"),Y=RegExp([A+"?"+b+"+"+be+"(?="+[$,A,"$"].join("|")+")",pe+"+"+Ze+"(?="+[$,A+K,"$"].join("|")+")",A+"?"+K+"+"+be,A+"+"+Ze,_,_n].join("|"),"g"),ee=RegExp("["+U+i+n+o+c+"]"),F=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,B={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"\'n",ſ:"ss"},R=typeof Ro=="object"&&Ro&&Ro.Object===Object&&Ro,M=typeof self=="object"&&self&&self.Object===Object&&self,te=R||M||Function("return this")();function Ne(D,H,re,xe){for(var Te=-1,Lt=D?D.length:0;++Te<Lt;)re=H(re,D[Te],Te,D);return re}function se(D){return D.split("")}function Dt(D){return D.match(t)||[]}function Oe(D){return function(H){return D?.[H]}}var Pe=Oe(B);function mt(D){return ee.test(D)}function De(D){return F.test(D)}function zt(D){return mt(D)?Ut(D):se(D)}function Ut(D){return D.match(J)||[]}function Rt(D){return D.match(Y)||[]}var li=Object.prototype,di=li.toString,Mt=te.Symbol,Sn=Mt?Mt.prototype:void 0,Qn=Sn?Sn.toString:void 0;function en(D,H,re){var xe=-1,Te=D.length;H<0&&(H=-H>Te?0:Te+H),re=re>Te?Te:re,re<0&&(re+=Te),Te=H>re?0:re-H>>>0,H>>>=0;for(var Lt=Array(Te);++xe<Te;)Lt[xe]=D[xe+H];return Lt}function _o(D){if(typeof D=="string")return D;if(fi(D))return Qn?Qn.call(D):"";var H=D+"";return H=="0"&&1/D==-1/0?"-0":H}function Hu(D,H,re){var xe=D.length;return re=re===void 0?xe:re,!H&&re>=xe?D:en(D,H,re)}function Vp(D){return function(H){H=E(H);var re=mt(H)?zt(H):void 0,xe=re?re[0]:H.charAt(0),Te=re?Hu(re,1).join(""):H.slice(1);return xe[D]()+Te}}function qp(D){return function(H){return Ne(X(de(H).replace(j,"")),D,"")}}function So(D){return!!D&&typeof D=="object"}function fi(D){return typeof D=="symbol"||So(D)&&di.call(D)==e}function E(D){return D==null?"":_o(D)}var N=qp(function(D,H,re){return H=H.toLowerCase(),D+(re?ue(H):H)});function ue(D){return he(E(D).toLowerCase())}function de(D){return D=E(D),D&&D.replace(r,Pe).replace(z,"")}var he=Vp("toUpperCase");function X(D,H,re){return D=E(D),H=H,H===void 0?De(D)?Rt(D):Dt(D):D.match(H)||[]}return kl=N,kl}WS();const VS="en",qS={en:"en","pseudo-en":"pseudo-en","af-ZA":"af-ZA","ar-SA":"ar-SA","ca-ES":"ca-ES","cs-CZ":"cs-CZ","da-DK":"da-DK","de-DE":"de-DE","el-GR":"el-GR","es-ES":"es-ES","fi-FI":"fi-FI","fr-FR":"fr-FR","he-IL":"he-IL","hu-HU":"hu-HU","it-IT":"it-IT","ja-JP":"ja-JP","ko-KR":"ko-KR","nl-NL":"nl-NL","no-NO":"no-NO","pl-PL":"pl-PL","pt-BR":"pt-BR","pt-PT":"pt-PT","ro-RO":"ro-RO","ru-RU":"ru-RU","sr-Cyrl":"sr-Cyrl","sv-SE":"sv-SE","tr-TR":"tr-TR","uk-UA":"uk-UA","vi-VN":"vi-VN","zh-CN":"zh-CN","zh-TW":"zh-TW"};var JS={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\\\d|[46])\\\\d{4}",[5,6]],AD:["376","00","(?:1|6\\\\d)\\\\d{7}|[135-9]\\\\d{5}",[6,8,9],[["(\\\\d{3})(\\\\d{3})","$1 $2",["[135-9]"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["1"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\\\d|9[0-689])\\\\d{7}|800\\\\d{2,9}|[2-4679]\\\\d{7}",[5,6,7,8,9,10,11,12],[["(\\\\d{3})(\\\\d{2,9})","$1 $2",["60|8"]],["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\\\d{3})(\\\\d)(\\\\d{5})","$1 $2 $3",["[479]"]],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\\\d{8}",[9],[["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([457]\\\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([2457]\\\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\\\d\\\\d|900)\\\\d{3}|8\\\\d{5,7}|(?:[2-5]|6\\\\d)\\\\d{7}",[6,7,8,9],[["(\\\\d{3})(\\\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\\\d{3})(\\\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\\\d|55|60|77)\\\\d{6}",[8],[["(\\\\d{3})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\\\d{3})(\\\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\\\d{2})(\\\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\\\d{2})(\\\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\\\d{8}",[9],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\\\d\\\\d)\\\\d{8}|[2368]\\\\d{9}",[10,11],[["(\\\\d{4})(\\\\d{2})(\\\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\\\d)(\\\\d{4})(\\\\d{2})(\\\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\\\d)(\\\\d{2})(\\\\d{4})(\\\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\\\d{3})(\\\\d{3})(\\\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\\\d\\\\d|684|900)\\\\d{7}",[10],0,"1",0,"([267]\\\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\\\d{3,12}|2\\\\d{6,12}|43(?:(?:0\\\\d|5[02-9])\\\\d{3,9}|2\\\\d{4,5}|[3467]\\\\d{4}|8\\\\d{4,6}|9\\\\d{4,7})|5\\\\d{4,12}|8\\\\d{7,12}|9\\\\d{8,12}|(?:[367]\\\\d|4[0-24-9])\\\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\\\d)(\\\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\\\d{3})(\\\\d{2})","$1 $2",["517"],"0$1"],["(\\\\d{2})(\\\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\\\d{3})(\\\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\\\d{4})(\\\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\\\d{2})(\\\\d{4})(\\\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\\\d{7}(?:\\\\d(?:\\\\d{2})?)?|8[0-24-9]\\\\d{7})|[2-478]\\\\d{8}|1\\\\d{4,7}",[5,6,7,8,9,10,12],[["(\\\\d{2})(\\\\d{3,4})","$1 $2",["16"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\\\d)(\\\\d{4})(\\\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\\\d|2[0-8]))\\\\d|3(?:(?:[0-3589]\\\\d|6[1-9]|7[0-35-9])\\\\d|4(?:[0-578]\\\\d|90)))\\\\d\\\\d|8(?:51(?:0(?:0[03-9]|[12479]\\\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\\\d|7[89]|9[0-4])|3\\\\d\\\\d)|(?:6[0-8]|[78]\\\\d)\\\\d{3}|9(?:[02-9]\\\\d{3}|1(?:(?:[0-58]\\\\d|6[0135-9])\\\\d|7(?:0[0-24-9]|[1-9]\\\\d)|9(?:[0-46-9]\\\\d|5[0-79])))))\\\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\\\d{5}|4(?:[0-36]\\\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\\\d{6}",[9]],["180(?:0\\\\d{3}|2)\\\\d{3}",[7,10]],["190[0-26]\\\\d{6}",[10]],0,0,0,["163\\\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\\\d)\\\\d{4}",[9]],["13(?:00\\\\d{6}(?:\\\\d{2})?|45[0-4]\\\\d{3})|13\\\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\\\d\\\\d|800)\\\\d{4}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\\\d{4,9}|35\\\\d{4,5}|(?:60\\\\d\\\\d|800)\\\\d{4,6}|7\\\\d{5,11}|(?:[14]\\\\d|3[0-46-9]|50)\\\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\\\d{6}|(?:[124579]\\\\d|60|88)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\\\d{8}|(?:[35689]\\\\d|49|70)\\\\d{6}",[8,9],[["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([2-9]\\\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\\\d{9}|8[0-79]\\\\d{7,8}|[2-79]\\\\d{8}|[2-9]\\\\d{7}|[3-9]\\\\d{6}|[57-9]\\\\d{5}",[6,7,8,9,10],[["(\\\\d{2})(\\\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\\\d{3})(\\\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\\\d{4})(\\\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\\\d)(\\\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\\\d{8}|[1-9]\\\\d{7}",[8,9],[["(\\\\d{3})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\\\d{7}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\\\d{7}|[2-7]\\\\d{6,7}|[89]\\\\d{6,8}|2\\\\d{5}",[6,7,8,9,12],[["(\\\\d)(\\\\d)(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\\\d{3})(\\\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\\\d{7}",[8],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\\\d|31)\\\\d{6}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[24-689]\\\\d{7}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","590\\\\d{6}|(?:69|80|9\\\\d)\\\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\\\d{4}"],["69(?:0\\\\d\\\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\\\d)|6(?:1[016-9]|5[0-4]|[67]\\\\d))\\\\d{4}"],["80[0-5]\\\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\\\d|475[0-5])\\\\d{4}"]]],BM:["1","011","(?:441|[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([2-9]\\\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\\\d{6}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\\\d)?","8001\\\\d{5}|(?:[2-467]\\\\d|50)\\\\d{6}",[8,9],[["(\\\\d)(\\\\d{7})","$1 $2",["[235]|4[46]"]],["(\\\\d{8})","$1",["[67]"]],["(\\\\d{3})(\\\\d{2})(\\\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\\\d)?"],BQ:["599","00","(?:[34]1|7\\\\d)\\\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\\\d\\\\d|5(?:[0-46-9]\\\\d|5[0-46-9]))\\\\d{8}|[1-9]\\\\d{9}|[3589]\\\\d{8}|[34]\\\\d{7}",[8,9,10,11],[["(\\\\d{4})(\\\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\\\d{3})(\\\\d{2,3})(\\\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\\\d{2})(\\\\d{5})(\\\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([3-8]\\\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\\\d{7}|[2-8]\\\\d{6}",[7,8],[["(\\\\d)(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\\\d)\\\\d{6}|(?:[2-6]\\\\d|90)\\\\d{5}",[7,8,10],[["(\\\\d{2})(\\\\d{5})","$1 $2",["90"]],["(\\\\d{3})(\\\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[37]"]],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["0"]],["(\\\\d{3})(\\\\d{4})(\\\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\\\d|33|44|902)\\\\d{7}|8(?:0[0-79]\\\\d{5,7}|[1-7]\\\\d{9})|8(?:1[0-489]|[5-79]\\\\d)\\\\d{7}|8[1-79]\\\\d{6,7}|8[0-79]\\\\d{5}|8\\\\d{5}",[6,7,8,9,10,11],[["(\\\\d{3})(\\\\d{3})","$1 $2",["800"],"8 $1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\\\d{4})(\\\\d{2})(\\\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\\\d{3})(\\\\d{3,4})(\\\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\\\d|[2-8])\\\\d{6}",[7,11],[["(\\\\d{3})(\\\\d{4})","$1-$2",["[2-8]"]],["(\\\\d)(\\\\d{3})(\\\\d{4})(\\\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\\\d|90)\\\\d{8}|3\\\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|90[25])[2-9]\\\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\\\d{6}",[10]],["900[2-9]\\\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\\\d|5(?:[02-46-9]\\\\d|5[0-46-9]))|4(?:[2-478][02-9]\\\\d|5(?:[034]\\\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\\\d)|9(?:[05-9]\\\\d|2[0-5]|49)))\\\\d{4}|52[34][2-9]1[02-9]\\\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\\\d{6}",[10]],0,["310\\\\d{4}",[7]],0,["600[2-9]\\\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\\\d{8}(?:\\\\d{2})?|8[0-24-9]\\\\d{7})|[148]\\\\d{8}|1\\\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\\\d|70[23]|959))\\\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\\\d{5}|4(?:[0-36]\\\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\\\d{6}",[9]],["180(?:0\\\\d{3}|2)\\\\d{3}",[7,10]],["190[0-26]\\\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\\\d)\\\\d{4}",[9]],["13(?:00\\\\d{6}(?:\\\\d{2})?|45[0-4]\\\\d{3})|13\\\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\\\d{8}|[1-68]\\\\d{6}",[7,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\\\d{2})(\\\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\\\d{3}|8776)\\\\d{4}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\\\d{6}|(?:0\\\\d|80)\\\\d{7}",[9],[["(\\\\d)(\\\\d{4})(\\\\d{4})","$1 $2 $3",["8"]],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\\\d{11}|[2-9]\\\\d{8}",[9],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\\\d{9}",[10],[["(\\\\d{2})(\\\\d{2})(\\\\d)(\\\\d{5})","$1 $2 $3 $4",["2"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\\\d{4}",[5],[["(\\\\d{2})(\\\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\\\d{6}|6\\\\d{9,10}|[2-9]\\\\d{8}",[9,10,11],[["(\\\\d{5})(\\\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["44"]],["(\\\\d)(\\\\d{4})(\\\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\\\d)(\\\\d{4})(\\\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["60|8"]],["(\\\\d{4})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"]],["(\\\\d{3})(\\\\d{3})(\\\\d{2})(\\\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\\\d{8}|88\\\\d{6,7}",[8,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["88"]],["(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\\\d|79)\\\\d\\\\d00","1[127]\\\\d{8,9}|2\\\\d{9}(?:\\\\d{2})?|[12]\\\\d{6,7}|86\\\\d{6}|(?:1[03-689]\\\\d|6)\\\\d{7,9}|(?:[3-579]\\\\d|8[0-57-9])\\\\d{6,9}",[7,8,9,10,11,12],[["(\\\\d{2})(\\\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","10(?:10|9[56])|2[0-57-9](?:100|9[56])"],"0$1"],["(\\\\d{3})(\\\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:[17]\\\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:[17]\\\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\\\d|35|49|9[1-68])|4(?:[17]\\\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\\\d{3})(\\\\d{7,8})","$1 $2",["9"]],["(\\\\d{4})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\\\d{3})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\\\d{3})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\\\d{2})(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\\\d|79)\\\\d\\\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\\\d\\\\d|9101)\\\\d{6}|(?:1\\\\d|3)\\\\d{9}",[10,11],[["(\\\\d{3})(\\\\d{7})","$1 $2",["6"],"($1)"],["(\\\\d{3})(\\\\d{7})","$1 $2",["3[0-357]|91"]],["(\\\\d)(\\\\d{3})(\\\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\\\d|90)\\\\d{8}|(?:[24-8]\\\\d{3}|3005)\\\\d{4}",[8,10],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\\\d\\\\d)\\\\d{7}|[2-47]\\\\d{6}|[34]\\\\d{5}",[6,7,8,10],[["(\\\\d{2})(\\\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\\\d)(\\\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\\\d)(\\\\d{7})","$1 $2",["[56]"],"0$1"],["(\\\\d{3})(\\\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\\\d\\\\d|800)\\\\d{4}",[7],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\\\d)\\\\d)\\\\d{5}",[7,8],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[3467]"]],["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\\\d{8}(?:\\\\d{2})?|8[0-24-9]\\\\d{7})|[148]\\\\d{8}|1\\\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\\\d|7(?:0[01]|1[0-2])|958))\\\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\\\d{5}|4(?:[0-36]\\\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\\\d{6}",[9]],["180(?:0\\\\d{3}|2)\\\\d{3}",[7,10]],["190[0-26]\\\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\\\d)\\\\d{4}",[9]],["13(?:00\\\\d{6}(?:\\\\d{2})?|45[0-4]\\\\d{3})|13\\\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\\\d|[58]0)\\\\d{6}",[8],[["(\\\\d{2})(\\\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\\\d|60)\\\\d{7}|9\\\\d{8,11}",[9],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\\\d{2})(\\\\d{3})(\\\\d{3})(\\\\d{2})","$1 $2 $3 $4",["96"]],["(\\\\d{2})(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["9"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\\\d{5,14}|49(?:[34]0|69|8\\\\d)\\\\d\\\\d?|49(?:37|49|60|7[089]|9\\\\d)\\\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\\\d{1,8}|(?:1|[368]\\\\d|4[0-8])\\\\d{3,13}|49(?:[015]\\\\d|2[13]|31|[46][1-8])\\\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\\\d{2})(\\\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\\\d{3})(\\\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\\\d{4})(\\\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\\\d{3})(\\\\d{4})","$1 $2",["138"],"0$1"],["(\\\\d{5})(\\\\d{2,10})","$1 $2",["3"],"0$1"],["(\\\\d{3})(\\\\d{5,11})","$1 $2",["181"],"0$1"],["(\\\\d{3})(\\\\d)(\\\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\\\d{3})(\\\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\\\d{3})(\\\\d{7,12})","$1 $2",["8"],"0$1"],["(\\\\d{5})(\\\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\\\d{3})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\\\d{4})(\\\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\\\d{4})(\\\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\\\d{5})(\\\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\\\d{3})(\\\\d{8})","$1 $2",["18"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\\\d{4})(\\\\d{2})(\\\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\\\d|77)\\\\d{6}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\\\d{7}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\\\d\\\\d|767|900)\\\\d{7}",[10],0,"1",0,"([2-7]\\\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\\\d|80)\\\\d{7}",[8,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\\\d{9,10}|(?:[2-7]|9\\\\d)\\\\d{7}",[8,9,10,11],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\\\d{4})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\\\d{9}|[4578]\\\\d{7}|(?:[3-8]\\\\d|90)\\\\d{5}",[7,8,10],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\\\d{4})(\\\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\\\d{2})(\\\\d{2})(\\\\d{4})","$1 $2 $3",["7"]],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\\\d{8,9}|[24-6]\\\\d{8}|[135]\\\\d{7}",[8,9,10],[["(\\\\d)(\\\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\\\d{2})(\\\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\\\d{2})(\\\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\\\d{6}",[7],[["(\\\\d)(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\\\d{8}",[9],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[89]00"]],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\\\d)\\\\d{7}",[9],[["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\\\d{4}|7\\\\d{10,11}|(?:[124-7]\\\\d|3[0-46-9])\\\\d{8}|[1-9]\\\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\\\d{5})","$1",["20[2-59]"],"0$1"],["(\\\\d{3})(\\\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\\\d{2})(\\\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\\\d{2})(\\\\d{6,10})","$1 $2",["7"],"0$1"],["(\\\\d)(\\\\d{4,9})","$1 $2",["(?:1[49]|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\\\d{5}|(?:0800\\\\d|[235-9])\\\\d{6}",[7,11],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[235-9]|45"]],["(\\\\d{4})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\\\d{4}",[5]],FM:["691","00","(?:[39]\\\\d\\\\d|820)\\\\d{4}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\\\d{5}",[6],[["(\\\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\\\d{8}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\\\d|11)\\\\d{6}|[2-7]\\\\d{6}",[7,8],[["(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["0"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\\\d{6}|60\\\\d{6}|61\\\\d{6}|6[256]\\\\d{6}|7[467]\\\\d{6})","$1"],GB:["44","00","[1-357-9]\\\\d{9}|[18]\\\\d{8}|8\\\\d{6}",[7,9,10],[["(\\\\d{3})(\\\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\\\d{3})(\\\\d{6})","$1 $2",["800"],"0$1"],["(\\\\d{5})(\\\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\\\d{4})(\\\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\\\d{4})(\\\\d{6})","$1 $2",["7"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\\\d\\\\d|73[0-35])|4(?:(?:[0-5]\\\\d|70)\\\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\\\d|6(?:[0-4]\\\\d|50))\\\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\\\d)\\\\d|1(?:[0-7]\\\\d|8[0-3]))|(?:3(?:0\\\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\\\d)\\\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\\\d{3})\\\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\\\d)|76\\\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\\\d|7[4-79])|295[5-7]|35[34]\\\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\\\d{5}|7(?:[1-3]\\\\d\\\\d|4(?:[0-46-9]\\\\d|5[0-689])|5(?:0[0-8]|[13-9]\\\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\\\d|8[02-9]|9[0-689])|8(?:[014-9]\\\\d|[23][0-8])|9(?:[024-9]\\\\d|1[02-9]|3[0-689]))\\\\d{6}",[10]],["80[08]\\\\d{7}|800\\\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\\\d|8[2-49]))\\\\d{7}|845464\\\\d",[7,10]],["70\\\\d{8}",[10]],0,["(?:3[0347]|55)\\\\d{8}",[10]],["76(?:464|652)\\\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\\\d{6}",[10]],["56\\\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([2-9]\\\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\\\d\\\\d|800)\\\\d{6}",[9],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","[56]94\\\\d{6}|(?:80|9\\\\d)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[56]|9[47]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\\\d{3})\\\\d{6}|8\\\\d{6}(?:\\\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\\\d{5}",[10]],["7(?:(?:781|839)\\\\d|911[17])\\\\d{5}",[10]],["80[08]\\\\d{7}|800\\\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\\\d|8[0-3]))\\\\d{7}|845464\\\\d",[7,10]],["70\\\\d{8}",[10]],0,["(?:3[0347]|55)\\\\d{8}",[10]],["76(?:464|652)\\\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\\\d{6}",[10]],["56\\\\d{8}",[10]]]],GH:["233","00","(?:[235]\\\\d{3}|800)\\\\d{5}",[8,9],[["(\\\\d{3})(\\\\d{5})","$1 $2",["8"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\\\d|60)\\\\d{6}",[8],[["(\\\\d{3})(\\\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\\\d|70)\\\\d{4}",[6],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\\\d{6}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\\\d{6}|(?:3|6\\\\d)\\\\d{7}",[8,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["3"]],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","590\\\\d{6}|(?:69|80|9\\\\d)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\\\d)\\\\d{4}"],["69(?:0\\\\d\\\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\\\d)|6(?:1[016-9]|5[0-4]|[67]\\\\d))\\\\d{4}"],["80[0-5]\\\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\\\d|475[0-5])\\\\d{4}"]]],GQ:["240","00","222\\\\d{6}|(?:3\\\\d|55|[89]0)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[235]"]],["(\\\\d{3})(\\\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\\\d{3}|8\\\\d{9,11}|(?:[269]\\\\d|70)\\\\d{8}",[10,11,12],[["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["21|7"]],["(\\\\d{4})(\\\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[2689]"]],["(\\\\d{3})(\\\\d{3,4})(\\\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\\\d{6}|(?:1\\\\d{3}|[2-7])\\\\d{7}",[8,11],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[2-8]"]],["(\\\\d{4})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\\\d\\\\d|671|900)\\\\d{7}",[10],0,"1",0,"([2-9]\\\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\\\d{8}|4\\\\d{6}",[7,9],[["(\\\\d{3})(\\\\d{4})","$1 $2",["40"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\\\d{3}|9008)\\\\d{3}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\\\d{6,7}|9\\\\d{4,7}|(?:[2-7]|9\\\\d{3})\\\\d{7}",[5,6,7,8,9,11],[["(\\\\d{3})(\\\\d{2,5})","$1 $2",["900","9003"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["8"]],["(\\\\d{3})(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\\\d{10}|[237-9]\\\\d{7}",[8,11],[["(\\\\d{4})(\\\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\\\d|3[0-79])\\\\d{7}|80\\\\d{5,7}|[1-79]\\\\d{7}|6\\\\d{5,6}",[6,7,8,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\\\d)(\\\\d{4})(\\\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\\\d|55)\\\\d{6}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\\\d{8}|[1-9]\\\\d{7}",[8,9],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\\\d)\\\\d{4}|[1-36])\\\\d{6}|00\\\\d{10}|[1-9]\\\\d{8,10}|[2-9]\\\\d{7}",[7,8,9,10,11,12,13],[["(\\\\d)(\\\\d{3})(\\\\d{3})","$1 $2 $3",["15"]],["(\\\\d{2})(\\\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\\\d{3})(\\\\d{5,7})","$1 $2",["800"],"0$1"],["(\\\\d{3})(\\\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\\\d{3})(\\\\d{3,4})(\\\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\\\d{3})(\\\\d{6,8})","$1 $2",["1"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\\\d{3})(\\\\d)(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\\\d{3})(\\\\d{4})(\\\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\\\d|[2569])\\\\d{6,8}|4\\\\d{6,9}|7\\\\d{8}|8\\\\d{8,9}",[7,8,9,10],[["(\\\\d{2})(\\\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\\\d{3})(\\\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\\\d)(\\\\d{3,4})(\\\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["1"]],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\\\d{2})(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\\\d{6}(?:\\\\d{3,5})?|[57]\\\\d{8}|[1-489]\\\\d{7}",[7,8,9,10,11,12],[["(\\\\d{4})(\\\\d{3})","$1-$2",["125"]],["(\\\\d{4})(\\\\d{2})(\\\\d{2})","$1-$2-$3",["121"]],["(\\\\d)(\\\\d{3})(\\\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1-$2-$3",["12"]],["(\\\\d{4})(\\\\d{6})","$1-$2",["159"]],["(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\\\d{3})(\\\\d{1,2})(\\\\d{3})(\\\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\\\d{6}|(?:[3578]\\\\d|90)\\\\d{8}",[10],0,"0",0,"([25-8]\\\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\\\d\\\\d)\\\\d{7}|1\\\\d{7,12}",[8,9,10,11,12,13],[["(\\\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\\\d{4})(\\\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["140"],0,1],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\\\d|7(?:1(?:[013-8]\\\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\\\d{5})(\\\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\\\d{4})(\\\\d{2,4})(\\\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\\\d{4})(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\\\d{6}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\\\d\\\\d)\\\\d{7}|[2-6]\\\\d{7,8}",[8,9,10],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\\\d{9}|(?:[1-8]\\\\d\\\\d|9)\\\\d{3,4}",[4,5,6,7,10],[["(\\\\d{4,5})","$1",["96"],"0$1"],["(\\\\d{2})(\\\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\\\d|[4-9])\\\\d{6}",[7,9],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[4-9]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\\\d{5,10}|1\\\\d{8,10}|3(?:[0-8]\\\\d{7,10}|9\\\\d{7,8})|(?:43|55|70)\\\\d{8}|8\\\\d{5}(?:\\\\d{2,4})?",[6,7,8,9,10,11],[["(\\\\d{2})(\\\\d{4,6})","$1 $2",["0[26]"]],["(\\\\d{3})(\\\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\\\d{4})(\\\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["894"]],["(\\\\d{2})(\\\\d{3,4})(\\\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\\\d{3})(\\\\d{3,4})(\\\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\\\d{2})(\\\\d{4})(\\\\d{5})","$1 $2 $3",["0[26]"]],["(\\\\d{4})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["0"]],["(\\\\d{3})(\\\\d{4})(\\\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\\\d{1,6}|0(?:1(?:[0159]\\\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\\\d\\\\d|3(?:[0159]\\\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\\\d|6[0-8])|7(?:[0159]\\\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\\\d{2,7}"],["3[2-9]\\\\d{7,8}|(?:31|43)\\\\d{8}",[9,10]],["80(?:0\\\\d{3}|3)\\\\d{3}",[6,9]],["(?:0878\\\\d{3}|89(?:2\\\\d|3[04]|4(?:[0-4]|[5-9]\\\\d\\\\d)|5[0-4]))\\\\d\\\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\\\d{6}",[6,8,9,10]],["1(?:78\\\\d|99)\\\\d{6}",[9,10]],0,0,0,["55\\\\d{8}",[10]],["84(?:[08]\\\\d{3}|[17])\\\\d{3}",[6,9]]]],JE:["44","00","1534\\\\d{6}|(?:[3578]\\\\d|90)\\\\d{8}",[10],0,"0",0,"([0-24-8]\\\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\\\d{5}"],["7(?:(?:(?:50|82)9|937)\\\\d|7(?:00[378]|97\\\\d))\\\\d{5}"],["80(?:07(?:35|81)|8901)\\\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\\\d{4}"],["701511\\\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\\\d{4})\\\\d{4}"],["76(?:464|652)\\\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\\\d{6}"],["56\\\\d{8}"]]],JM:["1","011","(?:[58]\\\\d\\\\d|658|900)\\\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\\\d)\\\\d|32|53)\\\\d{6}",[8,9],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\\\d{3})(\\\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\\\d{2})(\\\\d{7})","$1 $2",["70"],"0$1"],["(\\\\d)(\\\\d{4})(\\\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\\\d{6,14}|[257-9]\\\\d{9}|(?:00|[1-9]\\\\d\\\\d)\\\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\\\d{4})(\\\\d)(\\\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\\\d)(\\\\d{4})(\\\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\\\d\\\\d|900)\\\\d{6}|(?:2|80)0\\\\d{6,7}|[4-6]\\\\d{6,8}",[7,8,9,10],[["(\\\\d{2})(\\\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\\\d{3})(\\\\d{6})","$1 $2",["[17]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\\\d{9}|[235-9]\\\\d{8}",[9,10],[["(\\\\d{4})(\\\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d)(\\\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\\\d{9}|[1-9]\\\\d{7,8}",[8,9,10],[["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\\\d|6[0-79])\\\\d{6}|(?:[2-48]\\\\d|50)\\\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\\\d{6}",[7],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([2-7]\\\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\\\d{6}|(?:19\\\\d|[2-7])\\\\d{7}",[8,10],[["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\\\d{8,11}|(?:[12]|5\\\\d{3})\\\\d{7}|[13-6]\\\\d{9}|(?:[1-6]\\\\d|80)\\\\d{7}|[3-6]\\\\d{4,5}|(?:00|7)0\\\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\\\d{2})(\\\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\\\d{4})(\\\\d{4})","$1-$2",["1"]],["(\\\\d)(\\\\d{3,4})(\\\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\\\d{2})(\\\\d{3,4})(\\\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\\\d{2})(\\\\d{5})(\\\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\\\d\\\\d))?"],KW:["965","00","18\\\\d{5}|(?:[2569]\\\\d|41)\\\\d{6}",[7,8],[["(\\\\d{4})(\\\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\\\d{3})(\\\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([2-9]\\\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\\\d{8})\\\\d{5}|[78]\\\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\\\d{9}|3\\\\d{8}|(?:[235-8]\\\\d|41)\\\\d{6}",[8,9,10],[["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1 $2 $3 $4",["30[0135-9]"],"0$1"],["(\\\\d{2})(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\\\d{7}|[13-9]\\\\d{6}",[7,8],[["(\\\\d)(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\\\d\\\\d|758|900)\\\\d{7}",[10],0,"1",0,"([2-8]\\\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\\\d{8}|(?:[2378]\\\\d|90)\\\\d{5}",[7,9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["8"]],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["69"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\\\d{8}",[9],[["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\\\d|33|77|88)\\\\d{7}|(?:2\\\\d|[4-6])\\\\d{6}",[7,8,9],[["(\\\\d)(\\\\d{3})(\\\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\\\d\\\\d|800)\\\\d{5}",[8],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\\\d|52|[78]0)\\\\d{6}",[8],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\\\d{3})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\\\d{2})(\\\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\\\d{3})(\\\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\\\d{4,8}|6\\\\d{8}|35\\\\d{2,4}|(?:[2457-9]\\\\d|3[0-46-9])\\\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\\\d{2})(\\\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\\\d{3})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1 $2 $3 $4",["20"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["6"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\\\d)"],LV:["371","00","(?:[268]\\\\d|90)\\\\d{6}",[8],[["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\\\d{8}",[9],[["(\\\\d{2})(\\\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\\\d{8}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\\\d{4})(\\\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\\\d{2})(\\\\d{7})","$1-$2",["8"],"0$1"],["(\\\\d{3})(\\\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\\\d)\\\\d{5}"],["(?:6(?:[0-79]\\\\d|8[0-247-9])|7(?:[0167]\\\\d|2[0-4]|5[01]|8[0-3]))\\\\d{6}"],["80[0-7]\\\\d{6}"],["89\\\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\\\d\\\\d)\\\\d{4}"]]],MC:["377","00","(?:[3489]|6\\\\d)\\\\d{7}",[8,9],[["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\\\d)(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\\\d|[89]0)\\\\d{6}",[8],[["(\\\\d{3})(\\\\d{5})","$1 $2",["[89]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\\\d)\\\\d{6}|80\\\\d{6,7}",[8,9],[["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","590\\\\d{6}|(?:69|80|9\\\\d)\\\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\\\d{4}"],["69(?:0\\\\d\\\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\\\d)|6(?:1[016-9]|5[0-4]|[67]\\\\d))\\\\d{4}"],["80[0-5]\\\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\\\d|475[0-5])\\\\d{4}"]]],MG:["261","00","[23]\\\\d{8}",[9],[["(\\\\d{2})(\\\\d{2})(\\\\d{3})(\\\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\\\d{6})$|0","20$1"],MH:["692","011","329\\\\d{4}|(?:[256]\\\\d|45)\\\\d{5}",[7],[["(\\\\d{3})(\\\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\\\d{7}",[8],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\\\d{3})(\\\\d)(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\\\d{7}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\\\d{5,7}|95\\\\d{6}|(?:[4-7]|9[0-46-9])\\\\d{6,8}|(?:2|8\\\\d)\\\\d{5,8}",[6,7,8,9,10],[["(\\\\d)(\\\\d{2})(\\\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\\\d)(\\\\d{4})(\\\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\\\d)(\\\\d{5})(\\\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\\\d{7,9}|[5-9]\\\\d{7}",[8,9,10],[["(\\\\d{2})(\\\\d{2})(\\\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\\\d{4})(\\\\d{4})","$1 $2",["[5-9]"]],["(\\\\d{3})(\\\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\\\d{4})(\\\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\\\d{5})(\\\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\\\d{3}|(?:28|[68]\\\\d)\\\\d{6}",[7,8],[["(\\\\d{4})(\\\\d{3})","$1 $2",["0"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\\\d{9}|(?:67|90)0\\\\d{7}",[10],0,"1",0,"([2-9]\\\\d{6})$|1","670$1",0,"670"],MQ:["596","00","596\\\\d{6}|(?:69|80|9\\\\d)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\\\d\\\\d|800)\\\\d{5}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\\\d\\\\d|664|900)\\\\d{7}",[10],0,"1",0,"([34]\\\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\\\d{4}|(?:[2579]\\\\d\\\\d|800)\\\\d{5}",[8],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\\\d\\\\d)\\\\d{7}|[2-468]\\\\d{6}",[7,8,10],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["[57]"]],["(\\\\d{5})(\\\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\\\d)\\\\d{7}|[34679]\\\\d{6}",[7,10],[["(\\\\d{3})(\\\\d{4})","$1-$2",["[34679]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\\\d|31|77)\\\\d{7}|1\\\\d{6}",[7,9],[["(\\\\d)(\\\\d{3})(\\\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\\\d{9}",[10],[["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\\\d{8,9}|(?:3\\\\d|[4-9])\\\\d{7}",[8,9,10],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\\\d)(\\\\d{4})(\\\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{2})(\\\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\\\d)\\\\d{7}",[8,9],[["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\\\d{7,8}",[8,9],[["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\\\d\\\\d)\\\\d{3}",[6],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\\\d{7}",[8],[["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["08"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\\\d{5}",[6],[["(\\\\d{2})(\\\\d{4})","$1 $2",["1[0-3]"]],["(\\\\d)(\\\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\\\d{4})$","3$1"],NG:["234","009","2[0-24-9]\\\\d{8}|[78]\\\\d{10,13}|[7-9]\\\\d{9}|[1-9]\\\\d{7}|[124-7]\\\\d{6}",[7,8,10,11,12,13,14],[["(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2,3})","$1 $2 $3",["[3-6]|7(?:0[0-689]|[1-79])|8[2-9]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\\\d{4})(\\\\d{2})(\\\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\\\d{3})(\\\\d{4})(\\\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\\\d{3})(\\\\d{5})(\\\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\\\d{3})\\\\d{4}",[8],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\\\d\\\\d|3(?:[02-9]\\\\d|1[0-8]))\\\\d{6}|8\\\\d{6,9}|9\\\\d{6,10}|1\\\\d{4,5}",[5,6,7,8,9,10,11],[["(\\\\d{3})(\\\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\\\d{2})(\\\\d{7})","$1 $2",["66"],"0$1"],["(\\\\d)(\\\\d{8})","$1 $2",["6"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\\\d{3})\\\\d{4}",[5,8],[["(\\\\d{3})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["8"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\\\d|9)\\\\d{9}|[1-9]\\\\d{7}",[8,10,11],[["(\\\\d)(\\\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\\\d{2})(\\\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\\\d{3})(\\\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\\\d)\\\\d|666)\\\\d{4}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[4-7]|888\\\\d)\\\\d{3}",[4,7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\\\d{9}|50\\\\d{5}(?:\\\\d{2,3})?|[27-9]\\\\d{7,8}|(?:[34]\\\\d|6[0-35-9])\\\\d{6}|8\\\\d{4,6}",[5,6,7,8,9,10],[["(\\\\d{2})(\\\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\\\d{3})(\\\\d{2})(\\\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\\\d{2})(\\\\d{3,4})(\\\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\\\d{3}|500)\\\\d{4}|800\\\\d{5,6}",[7,8,9],[["(\\\\d{3})(\\\\d{4,6})","$1 $2",["[58]"]],["(\\\\d{2})(\\\\d{6})","$1 $2",["2"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\\\d{3})\\\\d{6}|[68]\\\\d{7}|[1-57-9]\\\\d{6}",[7,8,10,11],[["(\\\\d{3})(\\\\d{4})","$1-$2",["[1-57-9]"]],["(\\\\d{4})(\\\\d{4})","$1-$2",["[68]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\\\d)\\\\d{7}",[8,9],[["(\\\\d{3})(\\\\d{5})","$1 $2",["80"],"(0$1)"],["(\\\\d)(\\\\d{7})","$1 $2",["1"],"(0$1)"],["(\\\\d{2})(\\\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\\\d{5}(?:\\\\d{2})?|8\\\\d{7,8}",[6,8,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["44"]],["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\\\d{3})\\\\d{4}|(?:[2-589]\\\\d|64)\\\\d{5}",[7,8],[["(\\\\d{3})(\\\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\\\d)\\\\d{8}|2\\\\d{5}|(?:1800|8)\\\\d{7,9}",[6,8,9,10,11,12,13],[["(\\\\d)(\\\\d{5})","$1 $2",["2"],"(0$1)"],["(\\\\d{4})(\\\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\\\d{5})(\\\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\\\d)(\\\\d{4})(\\\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\\\d{4})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"]],["(\\\\d{4})(\\\\d{1,2})(\\\\d{3})(\\\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\\\d{6}|[24-8]\\\\d{10,11}|9(?:[013-9]\\\\d{8,10}|2(?:[01]\\\\d\\\\d|2(?:[06-8]\\\\d|1[01]))\\\\d{7})|(?:[2-8]\\\\d{3}|92(?:[0-7]\\\\d|8[1-9]))\\\\d{6}|[24-9]\\\\d{8}|[89]\\\\d{7}",[8,9,10,11,12],[["(\\\\d{3})(\\\\d{3})(\\\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\\\d{4})(\\\\d{5})","$1 $2",["1"]],["(\\\\d{3})(\\\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\\\d{2})(\\\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\\\d{5})(\\\\d{5})","$1 $2",["58"],"(0$1)"],["(\\\\d{3})(\\\\d{7})","$1 $2",["3"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\\\d\\\\d)\\\\d{7}|[1-9]\\\\d{6}(?:\\\\d{2})?|[26]\\\\d{5}",[6,7,8,9,10],[["(\\\\d{5})","$1",["19"]],["(\\\\d{3})(\\\\d{3})","$1 $2",["11|20|64"]],["(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\\\d{3})(\\\\d{2})(\\\\d{2,3})","$1 $2 $3",["64"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\\\d{5}|(?:708|80\\\\d)\\\\d{6}",[6,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["7"]],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\\\d\\\\d|787)\\\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\\\d{6}|(?:1\\\\d|5)\\\\d{8}",[8,9,10],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\\\d{5}|(?:[26-9]\\\\d|30)\\\\d{7}",[9],[["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["2[12]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\\\d\\\\d|345|900)\\\\d{4}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\\\d{4,6}|9\\\\d{5,10}|(?:[2-46-8]\\\\d|5[0-8])\\\\d{4,7}",[6,7,8,9,10,11],[["(\\\\d{3})(\\\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\\\d{2})(\\\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\\\d{3})(\\\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["87"]],["(\\\\d{3})(\\\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\\\d{4})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\\\d{4}|(?:2|800)\\\\d{6}|(?:0080|[3-7])\\\\d{7}",[7,8,9,11],[["(\\\\d{3})(\\\\d{4})","$1 $2",["2[16]|8"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","(?:26|[689]\\\\d)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\\\d\\\\d|3(?:0\\\\d|1[0-6]))\\\\d{4}"],["69(?:2\\\\d\\\\d|3(?:[06][0-6]|1[013]|2[0-2]|3[0-39]|4\\\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))\\\\d{4}"],["80\\\\d{7}"],["89[1-37-9]\\\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-5]|76(?:2[278]|3[0-37]))\\\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\\\d{6}"]]],RO:["40","00","(?:[236-8]\\\\d|90)\\\\d{7}|[23]\\\\d{5}",[6,9],[["(\\\\d{3})(\\\\d{3})","$1 $2",["2[3-6]","2[3-6]\\\\d9"],"0$1"],["(\\\\d{2})(\\\\d{4})","$1 $2",["219|31"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\\\d{6,9}|6\\\\d{7,9}|90\\\\d{4,8}|38\\\\d{5,6}|(?:7\\\\d\\\\d|800)\\\\d{3,9}|(?:[12]\\\\d|3[0-79])\\\\d{5,10}",[6,7,8,9,10,11,12],[["(\\\\d{3})(\\\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\\\d{2})(\\\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\\\d{13}|[347-9]\\\\d{9}",[10,14],[["(\\\\d{4})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\\\d{5})(\\\\d)(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\\\d{3})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\\\d{4})(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\\\d\\\\d|[89]00)\\\\d{6}",[8,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["0"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["2"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\\\d{7}|(?:[15]|8\\\\d)\\\\d{8}",[9,10],[["(\\\\d{4})(\\\\d{5})","$1 $2",["9"]],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\\\d{6}|[1-6]\\\\d{4}",[5,7],[["(\\\\d{2})(\\\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\\\d|64)\\\\d{5}",[7],[["(\\\\d)(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\\\d{8}",[9],[["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\\\d\\\\d|9)\\\\d{9}|[1-9]\\\\d{8}|[1-689]\\\\d{7}|[1-4689]\\\\d{6}|2\\\\d{5}",[6,7,8,9,10],[["(\\\\d{2})(\\\\d{2,3})(\\\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\\\d{3})(\\\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\\\d)(\\\\d{2,3})(\\\\d{2})(\\\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\\\d{3})(\\\\d{2,3})(\\\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\\\d{3})(\\\\d{2,3})(\\\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\\\d{2})(\\\\d{2,3})(\\\\d{2})(\\\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\\\d{3})(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\\\d","(?:(?:1\\\\d|8)\\\\d\\\\d|7000)\\\\d{7}|[3689]\\\\d{7}",[8,10,11],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["8"]],["(\\\\d{4})(\\\\d{4})(\\\\d{3})","$1 $2 $3",["7"]],["(\\\\d{4})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\\\d|8)\\\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\\\d{7}|8\\\\d{4,7}|90\\\\d{4,6}",[5,6,7,8],[["(\\\\d{2})(\\\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\\\d{3})(\\\\d{5})","$1 $2",["59|8"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\\\d{4}|(?:[489]\\\\d|79)\\\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\\\d{8}|[2-59]\\\\d{6}|[2-5]\\\\d{5}",[6,7,9],[["(\\\\d)(\\\\d{2})(\\\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\\\d{2})(\\\\d{2})(\\\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{3})(\\\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\\\d|66)\\\\d{6}",[8],[["(\\\\d{2})(\\\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\\\d)\\\\d{6}",[8,10],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\\\d{4})(\\\\d{6})","$1 $2",["0"]]],0,0,"([89]\\\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\\\d|93)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["8"]],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\\\d{8}|[12679]\\\\d{7}|[1-5]\\\\d{6}|[1348]\\\\d{5}",[6,7,8,9],[["(\\\\d{2})(\\\\d{4})","$1 $2",["8[125]"]],["(\\\\d{6})","$1",["[134]"]],["(\\\\d)(\\\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\\\d)(\\\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\\\d{2})(\\\\d{5,7})","$1 $2",["1|28|6[0-35-9]|77|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\\\d)\\\\d{5}",[6,7],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1-$2-$3",["56"]],["(\\\\d{3})(\\\\d{3})","$1-$2",["[2-5]"]],["(\\\\d{3})(\\\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\\\d{8}",[9],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\\\d)\\\\d{5}",[7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\\\d{7}|(?:80\\\\d|900)\\\\d{4}(?:\\\\d{4})?",[7,8,11],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[89]"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["[267]"]],["(\\\\d{3})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\\\d{6}|(?:[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"(5\\\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\\\d{8}|[1-5]\\\\d{7}",[8,9],[["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\\\d{4}|(?:[237]\\\\d|900)\\\\d{6}",[8,9],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[0237]"]],["(\\\\d{5})(\\\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\\\d\\\\d|649|900)\\\\d{7}",[10],0,"1",0,"([2-479]\\\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[689]\\\\d|77)\\\\d{6}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[26-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\\\d{7}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\\\d)\\\\d{7}|1\\\\d{7,9}",[8,9,10,13],[["(\\\\d)(\\\\d{3})(\\\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\\\d{4})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\\\d{8}",[9],[["(\\\\d{6})(\\\\d)(\\\\d{2})","$1 $2 $3",["331","3317"]],["(\\\\d{3})(\\\\d{2})(\\\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\\\d{4})(\\\\d)(\\\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\\\d{7}|(?:[2-47]\\\\d|[89]0)\\\\d{5}",[7,8],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[2-489]|70"]],["(\\\\d{4})(\\\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\\\d|71)\\\\d{6}",[8],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\\\d{3})(\\\\d)(\\\\d{2})(\\\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\\\d{2})(\\\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\\\d{7}",[8],[["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\\\d\\\\d|999)\\\\d)\\\\d{3}|[2-8]\\\\d{4}",[5,7],[["(\\\\d{2})(\\\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\\\d{4})(\\\\d{3})","$1 $2",["0"]],["(\\\\d{3})(\\\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\\\d{6}|8\\\\d{11,12}|(?:[2-58]\\\\d\\\\d|900)\\\\d{7}",[7,10,12,13],[["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\\\d{3})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\\\d{3})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\\\d{3})(\\\\d{3})(\\\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([2-46-8]\\\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\\\d\\\\d|90)\\\\d{4}",[5,6,7],[["(\\\\d{2})(\\\\d{3})","$1 $2",["2"]],["(\\\\d{2})(\\\\d{4})","$1 $2",["90"]],["(\\\\d{2})(\\\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\\\d{8}|7\\\\d{9,10}|[2-8]\\\\d{7}|2\\\\d{6}",[7,8,9,10,11],[["(\\\\d{2})(\\\\d)(\\\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\\\d)(\\\\d{3,4})(\\\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\\\d{2})(\\\\d{4})(\\\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\\\d|41|90)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{2})(\\\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\\\d{2})(\\\\d{7})","$1 $2",["5"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\\\d{9}|[3-9]\\\\d{8}",[9,10],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\\\d{4})(\\\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\\\d{6}|(?:[29]0|[347]\\\\d)\\\\d{7}",[9],[["(\\\\d{4})(\\\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\\\d{3})(\\\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\\\d{2})(\\\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\\\d{9}|3\\\\d{6}",[10],[["(\\\\d{3})(\\\\d{4})","$1-$2",["310"],0,1],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\\\d)|5056(?:[0-35-9]\\\\d|4[468])|7302[0-4]\\\\d)\\\\d{4}|(?:305[3-9]|472[24]|505[2-57-9]|7306|983[2-47-9])\\\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[013569]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\\\d{6}"],["900[2-9]\\\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\\\d|5(?:[02-46-9]\\\\d|5[0-46-9]))|4(?:[2-478][02-9]\\\\d|5(?:[034]\\\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\\\d)|9(?:[05-9]\\\\d|2[0-5]|49)))\\\\d{4}|52[34][2-9]1[02-9]\\\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\\\d{6}"],0,0,0,["305209\\\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\\\d)","0004\\\\d{2,9}|[1249]\\\\d{7}|(?:[49]\\\\d|80)\\\\d{5}",[6,7,8,9,10,11,12,13],[["(\\\\d{3})(\\\\d{3,4})","$1 $2",["0"]],["(\\\\d{3})(\\\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\\\d{4})(\\\\d{4})","$1 $2",["[124]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{2,4})","$1 $2 $3",["0"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})(\\\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-79]\\\\d|88)\\\\d{7}",[9],[["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\\\d{5,10}|3[0-8]\\\\d{7,10}|55\\\\d{8}|8\\\\d{5}(?:\\\\d{2,4})?|(?:1\\\\d|39)\\\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\\\d\\\\d|784|900)\\\\d{7}",[10],0,"1",0,"([2-7]\\\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\\\d{7}|(?:[24]\\\\d|[59]0)\\\\d{8}",[10],[["(\\\\d{3})(\\\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\\\d\\\\d|900)\\\\d{7}",[10],0,"1",0,"([2-578]\\\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\\\d{9}|(?:34|90)0\\\\d{7}",[10],0,"1",0,"([2-9]\\\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\\\d{9}|[135-9]\\\\d{8}|[16]\\\\d{7}|[16-8]\\\\d{6}",[7,8,9,10],[["(\\\\d{2})(\\\\d{5})","$1 $2",["80"],"0$1",1],["(\\\\d{4})(\\\\d{4,6})","$1 $2",["1"],0,1],["(\\\\d{2})(\\\\d{3})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\\\d{3})(\\\\d{4})(\\\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\\\d{6}|(?:[238]\\\\d|48)\\\\d{3}",[5,7],[["(\\\\d{3})(\\\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\\\d{4}|8\\\\d{5}(?:\\\\d{3})?",[6,9],[["(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3",["[478]"]],["(\\\\d{3})(\\\\d{2})(\\\\d{2})(\\\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\\\d{5})\\\\d{4}|[78]\\\\d{6}|[68]\\\\d{5}",[5,6,7,10],[["(\\\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\\\d{3})(\\\\d{3,7})","$1 $2",["[68]"]],["(\\\\d{2})(\\\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\\\d{7,8}|3\\\\d{7,11}|(?:4\\\\d\\\\d|[89]00)\\\\d{5}",[8,9,10,11,12],[["(\\\\d{3})(\\\\d{5})","$1 $2",["[89]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\\\d{2})(\\\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\\\d)\\\\d{7}|[1-7]\\\\d{6}",[7,8,9],[["(\\\\d)(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:80|9\\\\d)\\\\d{7}|(?:26|63)9\\\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\\\d|[78]0)\\\\d{4}"],["639(?:0[0-79]|1[019]|[267]\\\\d|3[09]|40|5[05-9]|9[04-79])\\\\d{4}"],["80\\\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\\\d)\\\\d{4}"]]],ZA:["27","00","[1-79]\\\\d{8}|8\\\\d{4,9}",[5,6,7,8,9,10],[["(\\\\d{2})(\\\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\\\d{6}|(?:21|63|[79]\\\\d)\\\\d{7}",[9],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\\\d{2})(\\\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\\\d{6,8}|6[0-24-9]\\\\d{6,7})|[38]\\\\d{9}|[35-8]\\\\d{8}|[3-6]\\\\d{7}|[1-689]\\\\d{6}|[1-3569]\\\\d{5}|[1356]\\\\d{4}",[5,6,7,8,9,10],[["(\\\\d{3})(\\\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\\\d)(\\\\d{3})(\\\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\\\d{3})(\\\\d{4})","$1 $2",["80"],"0$1"],["(\\\\d{2})(\\\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\\\d{2})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\\\d{3})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\\\d{4})(\\\\d{6})","$1 $2",["8"],"0$1"],["(\\\\d{2})(\\\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\\\d{2})(\\\\d{3})(\\\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\\\d{4})(\\\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\\\d)\\\\d{6}",[8],[["(\\\\d{4})(\\\\d{4})","$1 $2",["\\\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\\\d)\\\\d{6}"]]],808:["808",0,"[1-9]\\\\d{7}",[8],[["(\\\\d{4})(\\\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\\\d{7}"]]],870:["870",0,"7\\\\d{11}|[35-7]\\\\d{8}",[9,12],[["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\\\d{8}|7[6-8]\\\\d{7}"]]],878:["878",0,"10\\\\d{10}",[12],[["(\\\\d{2})(\\\\d{5})(\\\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\\\d{10}"]]],881:["881",0,"6\\\\d{9}|[0-36-9]\\\\d{8}",[9,10],[["(\\\\d)(\\\\d{3})(\\\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\\\d)(\\\\d{3})(\\\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\\\d{9}|[0-36-9]\\\\d{8}"]]],882:["882",0,"[13]\\\\d{6}(?:\\\\d{2,5})?|[19]\\\\d{7}|(?:[25]\\\\d\\\\d|4)\\\\d{7}(?:\\\\d{2})?",[7,8,9,10,11,12],[["(\\\\d{2})(\\\\d{5})","$1 $2",["16|342"]],["(\\\\d{2})(\\\\d{6})","$1 $2",["49"]],["(\\\\d{2})(\\\\d{2})(\\\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\\\d{2})(\\\\d{4})(\\\\d{3})","$1 $2 $3",["3[23]"]],["(\\\\d{2})(\\\\d{3,4})(\\\\d{4})","$1 $2 $3",["16"]],["(\\\\d{2})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\\\d{3})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["34"]],["(\\\\d{2})(\\\\d{4,5})(\\\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\\\d{4}|(?:337|49)\\\\d{6}|(?:3(?:2|47|7\\\\d{3})|50\\\\d{3})\\\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\\\d{4}|6\\\\d{5,10})|(?:345\\\\d|9[89])\\\\d{6}|(?:10|2(?:3|85\\\\d)|3(?:[15]|[69]\\\\d\\\\d)|4[15-8]|51)\\\\d{8}"]]],883:["883",0,"(?:[1-4]\\\\d|51)\\\\d{6,10}",[8,9,10,11,12],[["(\\\\d{3})(\\\\d{3})(\\\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3",["510"]],["(\\\\d{3})(\\\\d{3})(\\\\d{4})","$1 $2 $3",["21"]],["(\\\\d{4})(\\\\d{4})(\\\\d{4})","$1 $2 $3",["51[13]"]],["(\\\\d{3})(\\\\d{3})(\\\\d{3})(\\\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\\\d\\\\d|10)|(?:370[1-9]|51\\\\d0)\\\\d)\\\\d{7}|51(?:00\\\\d{5}|[24-9]0\\\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\\\d{5,9}"]]],888:["888",0,"\\\\d{11}",[11],[["(\\\\d{3})(\\\\d{3})(\\\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\\\d{11}"]]],979:["979",0,"[1359]\\\\d{8}",[9],[["(\\\\d)(\\\\d{4})(\\\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\\\d{8}"]]]}};function Hv(e,t){var r=Array.prototype.slice.call(t);return r.push(JS),e.apply(this,r)}function Gv(e,t){e=e.split("-"),t=t.split("-");for(var r=e[0].split("."),i=t[0].split("."),n=0;n<3;n++){var o=Number(r[n]),a=Number(i[n]);if(o>a)return 1;if(a>o)return-1;if(!isNaN(o)&&isNaN(a))return 1;if(isNaN(o)&&!isNaN(a))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}var KS={}.constructor;function El(e){return e!=null&&e.constructor===KS}function Il(e){"@babel/helpers - typeof";return Il=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Il(e)}function La(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function YS(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function Za(e,t,r){return t&&YS(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}var XS="1.2.0",QS="1.7.35",Wv=" ext. ",ew=/^\\d+$/,Vv=function(){function e(t){La(this,e),iw(t),this.metadata=t,Kv.call(this,t)}return Za(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(r){return r!=="001"})}},{key:"getCountryMetadata",value:function(r){return this.metadata.countries[r]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(r){return this.getCountryMetadata(r)!==void 0}},{key:"hasCallingCode",value:function(r){if(this.getCountryCodesForCallingCode(r))return!0;if(this.nonGeographic()){if(this.nonGeographic()[r])return!0}else{var i=this.countryCallingCodes()[r];if(i&&i.length===1&&i[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(r){return this.nonGeographic()?!!this.nonGeographic()[r]:!this.getCountryCodesForCallingCode(r)}},{key:"country",value:function(r){return this.selectNumberingPlan(r)}},{key:"selectNumberingPlan",value:function(r,i){if(r&&ew.test(r)&&(i=r,r=null),r&&r!=="001"){if(!this.hasCountry(r))throw new Error("Unknown country: ".concat(r));this.numberingPlan=new qv(this.getCountryMetadata(r),this)}else if(i){if(!this.hasCallingCode(i))throw new Error("Unknown calling code: ".concat(i));this.numberingPlan=new qv(this.getNumberingPlanMetadata(i),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(r){var i=this.countryCallingCodes()[r];if(i)return i.length===1&&i[0].length===3?void 0:i}},{key:"getCountryCodeForCallingCode",value:function(r){var i=this.getCountryCodesForCallingCode(r);if(i)return i[0]}},{key:"getNumberingPlanMetadata",value:function(r){var i=this.getCountryCodeForCallingCode(r);if(i)return this.getCountryMetadata(i);if(this.nonGeographic()){var n=this.nonGeographic()[r];if(n)return n}else{var o=this.countryCallingCodes()[r];if(o&&o.length===1&&o[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(r){return this.numberingPlan.type(r)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(r){return this.selectNumberingPlan(r)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),e}(),qv=function(){function e(t,r){La(this,e),this.globalMetadataObject=r,this.metadata=t,Kv.call(this,r.metadata)}return Za(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(r){return r[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var r=this,i=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return i.map(function(n){return new tw(n,r)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(r){return r[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(r){if(this.hasTypes()&&Jv(this.types(),r))return new rw(Jv(this.types(),r),this)}},{key:"ext",value:function(){return this.v1||this.v2?Wv:this.metadata[13]||Wv}}]),e}(),tw=function(){function e(t,r){La(this,e),this._format=t,this.metadata=r}return Za(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!nw.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),nw=/^\\(?\\$1\\)?$/,rw=function(){function e(t,r){La(this,e),this.type=t,this.metadata=r}return Za(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function Jv(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}function iw(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!El(e)||!El(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it\'s not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(El(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+ow(e)+": "+e,"."))}var ow=function(t){return Il(t)};function aw(e,t){if(t=new Vv(t),t.hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function Kv(e){var t=e.version;typeof t=="number"?(this.v1=t===1,this.v2=t===2,this.v3=t===3,this.v4=t===4):t?Gv(t,XS)===-1?this.v2=!0:Gv(t,QS)===-1?this.v3=!0:this.v4=!0:this.v1=!0}function uw(e){return new Vv(e).getCountries()}function Yv(){return Hv(uw,arguments)}function sw(){return Hv(aw,arguments)}Object.keys(qS).reduce((e,t)=>{const r=t.split("-")[0].toLowerCase();return(!e[r]||t===VS)&&(e[r]=t),e},{});var xn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function cw(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var t=e.default;if(typeof t=="function"){var r=function i(){var n=!1;try{n=this instanceof i}catch{}return n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(r,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})}),r}var Nl,Xv;function Qv(){if(Xv)return Nl;Xv=1;var e=Object.prototype.toString;return Nl=function(t){var r=e.call(t),i=r==="[object Arguments]";return i||(i=r!=="[object Array]"&&t!==null&&typeof t=="object"&&typeof t.length=="number"&&t.length>=0&&e.call(t.callee)==="[object Function]"),i},Nl}var Ol,e$;function lw(){if(e$)return Ol;e$=1;var e;if(!Object.keys){var t=Object.prototype.hasOwnProperty,r=Object.prototype.toString,i=Qv(),n=Object.prototype.propertyIsEnumerable,o=!n.call({toString:null},"toString"),a=n.call(function(){},"prototype"),u=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],l=function(p){var c=p.constructor;return c&&c.prototype===p},f={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},d=function(){if(typeof window>"u")return!1;for(var p in window)try{if(!f["$"+p]&&t.call(window,p)&&window[p]!==null&&typeof window[p]=="object")try{l(window[p])}catch{return!0}}catch{return!0}return!1}(),h=function(p){if(typeof window>"u"||!d)return l(p);try{return l(p)}catch{return!1}};e=function(p){var c=p!==null&&typeof p=="object",s=r.call(p)==="[object Function]",m=i(p),g=c&&r.call(p)==="[object String]",$=[];if(!c&&!s&&!m)throw new TypeError("Object.keys called on a non-object");var v=a&&s;if(g&&p.length>0&&!t.call(p,0))for(var _=0;_<p.length;++_)$.push(String(_));if(m&&p.length>0)for(var y=0;y<p.length;++y)$.push(String(y));else for(var b in p)!(v&&b==="prototype")&&t.call(p,b)&&$.push(String(b));if(o)for(var w=h(p),S=0;S<u.length;++S)!(w&&u[S]==="constructor")&&t.call(p,u[S])&&$.push(u[S]);return $}}return Ol=e,Ol}var Pl,t$;function xl(){if(t$)return Pl;t$=1;var e=Array.prototype.slice,t=Qv(),r=Object.keys,i=r?function(o){return r(o)}:lw(),n=Object.keys;return i.shim=function(){if(Object.keys){var o=function(){var a=Object.keys(arguments);return a&&a.length===arguments.length}(1,2);o||(Object.keys=function(a){return t(a)?n(e.call(a)):n(a)})}else Object.keys=i;return Object.keys||i},Pl=i,Pl}var Tl,n$;function Fa(){if(n$)return Tl;n$=1;var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return Tl=e,Tl}var r$,i$;function Al(){return i$||(i$=1,r$=SyntaxError),r$}var o$,a$;function vt(){return a$||(a$=1,o$=TypeError),o$}var u$,s$;function dw(){return s$||(s$=1,u$=Object.getOwnPropertyDescriptor),u$}var jl,c$;function pr(){if(c$)return jl;c$=1;var e=dw();if(e)try{e([],"length")}catch{e=null}return jl=e,jl}var Cl,l$;function Dl(){if(l$)return Cl;l$=1;var e=Fa(),t=Al(),r=vt(),i=pr();return Cl=function(n,o,a){if(!n||typeof n!="object"&&typeof n!="function")throw new r("`obj` must be an object or a function`");if(typeof o!="string"&&typeof o!="symbol")throw new r("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new r("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new r("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new r("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new r("`loose`, if provided, must be a boolean");var u=arguments.length>3?arguments[3]:null,l=arguments.length>4?arguments[4]:null,f=arguments.length>5?arguments[5]:null,d=arguments.length>6?arguments[6]:!1,h=!!i&&i(n,o);if(e)e(n,o,{configurable:f===null&&h?h.configurable:!f,enumerable:u===null&&h?h.enumerable:!u,value:a,writable:l===null&&h?h.writable:!l});else if(d||!u&&!l&&!f)n[o]=a;else throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Cl}var zl,d$;function Ul(){if(d$)return zl;d$=1;var e=Fa(),t=function(){return!!e};return t.hasArrayLengthDefineBug=function(){if(!e)return null;try{return e([],"length",{value:1}).length!==1}catch{return!0}},zl=t,zl}var Rl,f$;function hr(){if(f$)return Rl;f$=1;var e=xl(),t=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",r=Object.prototype.toString,i=Array.prototype.concat,n=Dl(),o=function(f){return typeof f=="function"&&r.call(f)==="[object Function]"},a=Ul()(),u=function(f,d,h,p){if(d in f){if(p===!0){if(f[d]===h)return}else if(!o(p)||!p())return}a?n(f,d,h,!0):n(f,d,h)},l=function(f,d){var h=arguments.length>2?arguments[2]:{},p=e(d);t&&(p=i.call(p,Object.getOwnPropertySymbols(d)));for(var c=0;c<p.length;c+=1)u(f,p[c],d[p[c]],h[p[c]])};return l.supportsDescriptors=!!a,Rl=l,Rl}var p$={exports:{}},h$,m$;function Ml(){return m$||(m$=1,h$=Object),h$}var g$,v$;function $$(){return v$||(v$=1,g$=Error),g$}var y$,b$;function fw(){return b$||(b$=1,y$=EvalError),y$}var _$,S$;function pw(){return S$||(S$=1,_$=RangeError),_$}var w$,k$;function hw(){return k$||(k$=1,w$=ReferenceError),w$}var E$,I$;function mw(){return I$||(I$=1,E$=URIError),E$}var N$,O$;function gw(){return O$||(O$=1,N$=Math.abs),N$}var P$,x$;function vw(){return x$||(x$=1,P$=Math.floor),P$}var T$,A$;function $w(){return A$||(A$=1,T$=Math.max),T$}var j$,C$;function yw(){return C$||(C$=1,j$=Math.min),j$}var D$,z$;function bw(){return z$||(z$=1,D$=Math.pow),D$}var U$,R$;function _w(){return R$||(R$=1,U$=Math.round),U$}var M$,L$;function Sw(){return L$||(L$=1,M$=Number.isNaN||function(e){return e!==e}),M$}var Ll,Z$;function ww(){if(Z$)return Ll;Z$=1;var e=Sw();return Ll=function(t){return e(t)||t===0?t:t<0?-1:1},Ll}var F$,B$;function Ba(){return B$||(B$=1,F$=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),r=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var i=42;e[t]=i;for(var n in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var o=Object.getOwnPropertySymbols(e);if(o.length!==1||o[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var a=Object.getOwnPropertyDescriptor(e,t);if(a.value!==i||a.enumerable!==!0)return!1}return!0}),F$}var Zl,H$;function Fl(){if(H$)return Zl;H$=1;var e=typeof Symbol<"u"&&Symbol,t=Ba();return Zl=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},Zl}var G$,W$;function V$(){return W$||(W$=1,G$=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),G$}var Bl,q$;function J$(){if(q$)return Bl;q$=1;var e=Ml();return Bl=e.getPrototypeOf||null,Bl}var Hl,K$;function kw(){if(K$)return Hl;K$=1;var e="Function.prototype.bind called on incompatible ",t=Object.prototype.toString,r=Math.max,i="[object Function]",n=function(u,l){for(var f=[],d=0;d<u.length;d+=1)f[d]=u[d];for(var h=0;h<l.length;h+=1)f[h+u.length]=l[h];return f},o=function(u,l){for(var f=[],d=l,h=0;d<u.length;d+=1,h+=1)f[h]=u[d];return f},a=function(u,l){for(var f="",d=0;d<u.length;d+=1)f+=u[d],d+1<u.length&&(f+=l);return f};return Hl=function(u){var l=this;if(typeof l!="function"||t.apply(l)!==i)throw new TypeError(e+l);for(var f=o(arguments,1),d,h=function(){if(this instanceof d){var g=l.apply(this,n(f,arguments));return Object(g)===g?g:this}return l.apply(u,n(f,arguments))},p=r(0,l.length-f.length),c=[],s=0;s<p;s++)c[s]="$"+s;if(d=Function("binder","return function ("+a(c,",")+"){ return binder.apply(this,arguments); }")(h),l.prototype){var m=function(){};m.prototype=l.prototype,d.prototype=new m,m.prototype=null}return d},Hl}var Gl,Y$;function Li(){if(Y$)return Gl;Y$=1;var e=kw();return Gl=Function.prototype.bind||e,Gl}var X$,Q$;function Wl(){return Q$||(Q$=1,X$=Function.prototype.call),X$}var e3,t3;function Vl(){return t3||(t3=1,e3=Function.prototype.apply),e3}var n3,r3;function Ew(){return r3||(r3=1,n3=typeof Reflect<"u"&&Reflect&&Reflect.apply),n3}var ql,i3;function o3(){if(i3)return ql;i3=1;var e=Li(),t=Vl(),r=Wl(),i=Ew();return ql=i||e.call(r,t),ql}var Jl,a3;function Kl(){if(a3)return Jl;a3=1;var e=Li(),t=vt(),r=Wl(),i=o3();return Jl=function(n){if(n.length<1||typeof n[0]!="function")throw new t("a function is required");return i(e,r,n)},Jl}var Yl,u3;function Iw(){if(u3)return Yl;u3=1;var e=Kl(),t=pr(),r;try{r=[].__proto__===Array.prototype}catch(a){if(!a||typeof a!="object"||!("code"in a)||a.code!=="ERR_PROTO_ACCESS")throw a}var i=!!r&&t&&t(Object.prototype,"__proto__"),n=Object,o=n.getPrototypeOf;return Yl=i&&typeof i.get=="function"?e([i.get]):typeof o=="function"?function(a){return o(a==null?a:n(a))}:!1,Yl}var Xl,s3;function Ql(){if(s3)return Xl;s3=1;var e=V$(),t=J$(),r=Iw();return Xl=e?function(i){return e(i)}:t?function(i){if(!i||typeof i!="object"&&typeof i!="function")throw new TypeError("getProto: not an object");return t(i)}:r?function(i){return r(i)}:null,Xl}var ed,c3;function td(){if(c3)return ed;c3=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,r=Li();return ed=r.call(e,t),ed}var nd,l3;function un(){if(l3)return nd;l3=1;var e,t=Ml(),r=$$(),i=fw(),n=pw(),o=hw(),a=Al(),u=vt(),l=mw(),f=gw(),d=vw(),h=$w(),p=yw(),c=bw(),s=_w(),m=ww(),g=Function,$=function(F){try{return g(\'"use strict"; return (\'+F+").constructor;")()}catch{}},v=pr(),_=Fa(),y=function(){throw new u},b=v?function(){try{return arguments.callee,y}catch{try{return v(arguments,"callee").get}catch{return y}}}():y,w=Fl()(),S=Ql(),I=J$(),T=V$(),P=Vl(),O=Wl(),A={},U=typeof Uint8Array>"u"||!S?e:S(Uint8Array),K={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":w&&S?S([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":A,"%AsyncGenerator%":A,"%AsyncGeneratorFunction%":A,"%AsyncIteratorPrototype%":A,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":r,"%eval%":eval,"%EvalError%":i,"%Float16Array%":typeof Float16Array>"u"?e:Float16Array,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":g,"%GeneratorFunction%":A,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":w&&S?S(S([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!w||!S?e:S(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":t,"%Object.getOwnPropertyDescriptor%":v,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":n,"%ReferenceError%":o,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!w||!S?e:S(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":w&&S?S(""[Symbol.iterator]()):e,"%Symbol%":w?Symbol:e,"%SyntaxError%":a,"%ThrowTypeError%":b,"%TypedArray%":U,"%TypeError%":u,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":l,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet,"%Function.prototype.call%":O,"%Function.prototype.apply%":P,"%Object.defineProperty%":_,"%Object.getPrototypeOf%":I,"%Math.abs%":f,"%Math.floor%":d,"%Math.max%":h,"%Math.min%":p,"%Math.pow%":c,"%Math.round%":s,"%Math.sign%":m,"%Reflect.getPrototypeOf%":T};if(S)try{null.error}catch(F){var pe=S(S(F));K["%Error.prototype%"]=pe}var be=function F(B){var R;if(B==="%AsyncFunction%")R=$("async function () {}");else if(B==="%GeneratorFunction%")R=$("function* () {}");else if(B==="%AsyncGeneratorFunction%")R=$("async function* () {}");else if(B==="%AsyncGenerator%"){var M=F("%AsyncGeneratorFunction%");M&&(R=M.prototype)}else if(B==="%AsyncIteratorPrototype%"){var te=F("%AsyncGenerator%");te&&S&&(R=S(te.prototype))}return K[B]=R,R},Ze={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},rt=Li(),_e=td(),yn=rt.call(O,Array.prototype.concat),bn=rt.call(P,Array.prototype.splice),_n=rt.call(O,String.prototype.replace),Qt=rt.call(O,String.prototype.slice),j=rt.call(O,RegExp.prototype.exec),z=/[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|(["\'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g,J=/\\\\(\\\\)?/g,Y=function(F){var B=Qt(F,0,1),R=Qt(F,-1);if(B==="%"&&R!=="%")throw new a("invalid intrinsic syntax, expected closing `%`");if(R==="%"&&B!=="%")throw new a("invalid intrinsic syntax, expected opening `%`");var M=[];return _n(F,z,function(te,Ne,se,Dt){M[M.length]=se?_n(Dt,J,"$1"):Ne||te}),M},ee=function(F,B){var R=F,M;if(_e(Ze,R)&&(M=Ze[R],R="%"+M[0]+"%"),_e(K,R)){var te=K[R];if(te===A&&(te=be(R)),typeof te>"u"&&!B)throw new u("intrinsic "+F+" exists, but is not available. Please file an issue!");return{alias:M,name:R,value:te}}throw new a("intrinsic "+F+" does not exist!")};return nd=function(F,B){if(typeof F!="string"||F.length===0)throw new u("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof B!="boolean")throw new u(\'"allowMissing" argument must be a boolean\');if(j(/^%?[^%]*%?$/,F)===null)throw new a("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var R=Y(F),M=R.length>0?R[0]:"",te=ee("%"+M+"%",B),Ne=te.name,se=te.value,Dt=!1,Oe=te.alias;Oe&&(M=Oe[0],bn(R,yn([0,1],Oe)));for(var Pe=1,mt=!0;Pe<R.length;Pe+=1){var De=R[Pe],zt=Qt(De,0,1),Ut=Qt(De,-1);if((zt===\'"\'||zt==="\'"||zt==="`"||Ut===\'"\'||Ut==="\'"||Ut==="`")&&zt!==Ut)throw new a("property names with quotes must have matching quotes");if((De==="constructor"||!mt)&&(Dt=!0),M+="."+De,Ne="%"+M+"%",_e(K,Ne))se=K[Ne];else if(se!=null){if(!(De in se)){if(!B)throw new u("base intrinsic for "+F+" exists, but the property is not available.");return}if(v&&Pe+1>=R.length){var Rt=v(se,De);mt=!!Rt,mt&&"get"in Rt&&!("originalValue"in Rt.get)?se=Rt.get:se=se[De]}else mt=_e(se,De),se=se[De];mt&&!Dt&&(K[Ne]=se)}}return se},nd}var rd,d3;function Nw(){if(d3)return rd;d3=1;var e=un(),t=Dl(),r=Ul()(),i=pr(),n=vt(),o=e("%Math.floor%");return rd=function(a,u){if(typeof a!="function")throw new n("`fn` is not a function");if(typeof u!="number"||u<0||u>4294967295||o(u)!==u)throw new n("`length` must be a positive 32-bit integer");var l=arguments.length>2&&!!arguments[2],f=!0,d=!0;if("length"in a&&i){var h=i(a,"length");h&&!h.configurable&&(f=!1),h&&!h.writable&&(d=!1)}return(f||d||!l)&&(r?t(a,"length",u,!0,!0):t(a,"length",u)),a},rd}var id,f3;function Ow(){if(f3)return id;f3=1;var e=Li(),t=Vl(),r=o3();return id=function(){return r(e,t,arguments)},id}var p3;function Lr(){return p3||(p3=1,function(e){var t=Nw(),r=Fa(),i=Kl(),n=Ow();e.exports=function(o){var a=i(arguments),u=o.length-(arguments.length-1);return t(a,1+(u>0?u:0),!0)},r?r(e.exports,"apply",{value:n}):e.exports.apply=n}(p$)),p$.exports}var od,h3;function Ke(){if(h3)return od;h3=1;var e=un(),t=Kl(),r=t([e("%String.prototype.indexOf%")]);return od=function(i,n){var o=e(i,!!n);return typeof o=="function"&&r(i,".prototype.")>-1?t([o]):o},od}var ad,m3;function g3(){if(m3)return ad;m3=1;var e=xl(),t=Ba()(),r=Ke(),i=Ml(),n=r("Array.prototype.push"),o=r("Object.prototype.propertyIsEnumerable"),a=t?i.getOwnPropertySymbols:null;return ad=function(u,l){if(u==null)throw new TypeError("target must be an object");var f=i(u);if(arguments.length===1)return f;for(var d=1;d<arguments.length;++d){var h=i(arguments[d]),p=e(h),c=t&&(i.getOwnPropertySymbols||a);if(c)for(var s=c(h),m=0;m<s.length;++m){var g=s[m];o(h,g)&&n(p,g)}for(var $=0;$<p.length;++$){var v=p[$];if(o(h,v)){var _=h[v];f[v]=_}}}return f},ad}var ud,v3;function $3(){if(v3)return ud;v3=1;var e=g3(),t=function(){if(!Object.assign)return!1;for(var i="abcdefghijklmnopqrst",n=i.split(""),o={},a=0;a<n.length;++a)o[n[a]]=n[a];var u=Object.assign({},o),l="";for(var f in u)l+=f;return i!==l},r=function(){if(!Object.assign||!Object.preventExtensions)return!1;var i=Object.preventExtensions({1:2});try{Object.assign(i,"xy")}catch{return i[1]==="y"}return!1};return ud=function(){return!Object.assign||t()||r()?e:Object.assign},ud}var sd,y3;function Pw(){if(y3)return sd;y3=1;var e=hr(),t=$3();return sd=function(){var r=t();return e(Object,{assign:r},{assign:function(){return Object.assign!==r}}),r},sd}var cd,b3;function xw(){if(b3)return cd;b3=1;var e=hr(),t=Lr(),r=g3(),i=$3(),n=Pw(),o=t.apply(i()),a=function(u,l){return o(Object,arguments)};return e(a,{getPolyfill:i,implementation:r,shim:n}),cd=a,cd}var ld,_3;function Ha(){if(_3)return ld;_3=1;var e=un(),t=Lr(),r=t(e("String.prototype.indexOf"));return ld=function(i,n){var o=e(i,!!n);return typeof o=="function"&&r(i,".prototype.")>-1?t(o):o},ld}var dd,S3;function Tw(){if(S3)return dd;S3=1;var e=function(){return typeof(function(){}).name=="string"},t=Object.getOwnPropertyDescriptor;if(t)try{t([],"length")}catch{t=null}e.functionsHaveConfigurableNames=function(){if(!e()||!t)return!1;var i=t(function(){},"name");return!!i&&!!i.configurable};var r=Function.prototype.bind;return e.boundFunctionsHaveNames=function(){return e()&&typeof r=="function"&&(function(){}).bind().name!==""},dd=e,dd}var fd,w3;function Aw(){if(w3)return fd;w3=1;var e=Dl(),t=Ul()(),r=Tw().functionsHaveConfigurableNames(),i=vt();return fd=function(n,o){if(typeof n!="function")throw new i("`fn` is not a function");var a=arguments.length>2&&!!arguments[2];return(!a||r)&&(t?e(n,"name",o,!0,!0):e(n,"name",o)),n},fd}var pd,k3;function E3(){if(k3)return pd;k3=1;var e=Aw(),t=vt(),r=Object;return pd=e(function(){if(this==null||this!==r(this))throw new t("RegExp.prototype.flags getter called on non-object");var i="";return this.hasIndices&&(i+="d"),this.global&&(i+="g"),this.ignoreCase&&(i+="i"),this.multiline&&(i+="m"),this.dotAll&&(i+="s"),this.unicode&&(i+="u"),this.unicodeSets&&(i+="v"),this.sticky&&(i+="y"),i},"get flags",!0),pd}var hd,I3;function N3(){if(I3)return hd;I3=1;var e=E3(),t=hr().supportsDescriptors,r=Object.getOwnPropertyDescriptor;return hd=function(){if(t&&/a/mig.flags==="gim"){var i=r(RegExp.prototype,"flags");if(i&&typeof i.get=="function"&&"dotAll"in RegExp.prototype&&"hasIndices"in RegExp.prototype){var n="",o={};if(Object.defineProperty(o,"hasIndices",{get:function(){n+="d"}}),Object.defineProperty(o,"sticky",{get:function(){n+="y"}}),i.get.call(o),n==="dy")return i.get}}return e},hd}var md,O3;function jw(){if(O3)return md;O3=1;var e=hr().supportsDescriptors,t=N3(),r=pr(),i=Object.defineProperty,n=$$(),o=Ql(),a=/a/;return md=function(){if(!e||!o)throw new n("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var u=t(),l=o(a),f=r(l,"flags");return(!f||f.get!==u)&&i(l,"flags",{configurable:!0,enumerable:!1,get:u}),u},md}var gd,P3;function Cw(){if(P3)return gd;P3=1;var e=hr(),t=Lr(),r=E3(),i=N3(),n=jw(),o=t(i());return e(o,{getPolyfill:i,implementation:r,shim:n}),gd=o,gd}var Zi={exports:{}},vd,x3;function mr(){if(x3)return vd;x3=1;var e=Ba();return vd=function(){return e()&&!!Symbol.toStringTag},vd}var $d,T3;function A3(){if(T3)return $d;T3=1;var e=mr()(),t=Ha(),r=t("Object.prototype.toString"),i=function(a){return e&&a&&typeof a=="object"&&Symbol.toStringTag in a?!1:r(a)==="[object Arguments]"},n=function(a){return i(a)?!0:a!==null&&typeof a=="object"&&typeof a.length=="number"&&a.length>=0&&r(a)!=="[object Array]"&&r(a.callee)==="[object Function]"},o=function(){return i(arguments)}();return i.isLegacyArguments=n,$d=o?i:n,$d}const Dw={},zw=Object.freeze(Object.defineProperty({__proto__:null,default:Dw},Symbol.toStringTag,{value:"Module"})),Uw=cw(zw);var yd,j3;function Ga(){if(j3)return yd;j3=1;var e=typeof Map=="function"&&Map.prototype,t=Object.getOwnPropertyDescriptor&&e?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,r=e&&t&&typeof t.get=="function"?t.get:null,i=e&&Map.prototype.forEach,n=typeof Set=="function"&&Set.prototype,o=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,a=n&&o&&typeof o.get=="function"?o.get:null,u=n&&Set.prototype.forEach,l=typeof WeakMap=="function"&&WeakMap.prototype,f=l?WeakMap.prototype.has:null,d=typeof WeakSet=="function"&&WeakSet.prototype,h=d?WeakSet.prototype.has:null,p=typeof WeakRef=="function"&&WeakRef.prototype,c=p?WeakRef.prototype.deref:null,s=Boolean.prototype.valueOf,m=Object.prototype.toString,g=Function.prototype.toString,$=String.prototype.match,v=String.prototype.slice,_=String.prototype.replace,y=String.prototype.toUpperCase,b=String.prototype.toLowerCase,w=RegExp.prototype.test,S=Array.prototype.concat,I=Array.prototype.join,T=Array.prototype.slice,P=Math.floor,O=typeof BigInt=="function"?BigInt.prototype.valueOf:null,A=Object.getOwnPropertySymbols,U=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,K=typeof Symbol=="function"&&typeof Symbol.iterator=="object",pe=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===K||!0)?Symbol.toStringTag:null,be=Object.prototype.propertyIsEnumerable,Ze=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(E){return E.__proto__}:null);function rt(E,N){if(E===1/0||E===-1/0||E!==E||E&&E>-1e3&&E<1e3||w.call(/e/,N))return N;var ue=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof E=="number"){var de=E<0?-P(-E):P(E);if(de!==E){var he=String(de),X=v.call(N,he.length+1);return _.call(he,ue,"$&_")+"."+_.call(_.call(X,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(N,ue,"$&_")}var _e=Uw,yn=_e.custom,bn=Ne(yn)?yn:null,_n={__proto__:null,double:\'"\',single:"\'"},Qt={__proto__:null,double:/(["\\\\])/g,single:/([\'\\\\])/g};yd=function E(N,ue,de,he){var X=ue||{};if(Oe(X,"quoteStyle")&&!Oe(_n,X.quoteStyle))throw new TypeError(\'option "quoteStyle" must be "single" or "double"\');if(Oe(X,"maxStringLength")&&(typeof X.maxStringLength=="number"?X.maxStringLength<0&&X.maxStringLength!==1/0:X.maxStringLength!==null))throw new TypeError(\'option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`\');var D=Oe(X,"customInspect")?X.customInspect:!0;if(typeof D!="boolean"&&D!=="symbol")throw new TypeError("option \\"customInspect\\", if provided, must be `true`, `false`, or `\'symbol\'`");if(Oe(X,"indent")&&X.indent!==null&&X.indent!==" "&&!(parseInt(X.indent,10)===X.indent&&X.indent>0))throw new TypeError(\'option "indent" must be "\\\\t", an integer > 0, or `null`\');if(Oe(X,"numericSeparator")&&typeof X.numericSeparator!="boolean")throw new TypeError(\'option "numericSeparator", if provided, must be `true` or `false`\');var H=X.numericSeparator;if(typeof N>"u")return"undefined";if(N===null)return"null";if(typeof N=="boolean")return N?"true":"false";if(typeof N=="string")return Sn(N,X);if(typeof N=="number"){if(N===0)return 1/0/N>0?"0":"-0";var re=String(N);return H?rt(N,re):re}if(typeof N=="bigint"){var xe=String(N)+"n";return H?rt(N,xe):xe}var Te=typeof X.depth>"u"?5:X.depth;if(typeof de>"u"&&(de=0),de>=Te&&Te>0&&typeof N=="object")return Y(N)?"[Array]":"[Object]";var Lt=qp(X,de);if(typeof he>"u")he=[];else if(De(he,N)>=0)return"[Circular]";function Zt(pi,Wu,RO){if(Wu&&(he=T.call(he),he.push(Wu)),RO){var _6={depth:X.depth};return Oe(X,"quoteStyle")&&(_6.quoteStyle=X.quoteStyle),E(pi,_6,de+1,he)}return E(pi,X,de+1,he)}if(typeof N=="function"&&!F(N)){var h6=mt(N),m6=fi(N,Zt);return"[Function"+(h6?": "+h6:" (anonymous)")+"]"+(m6.length>0?" { "+I.call(m6,", ")+" }":"")}if(Ne(N)){var g6=K?_.call(String(N),/^(Symbol\\(.*\\))_[^)]*$/,"$1"):U.call(N);return typeof N=="object"&&!K?en(g6):g6}if(Mt(N)){for(var wo="<"+b.call(String(N.nodeName)),Jp=N.attributes||[],Gu=0;Gu<Jp.length;Gu++)wo+=" "+Jp[Gu].name+"="+j(z(Jp[Gu].value),"double",X);return wo+=">",N.childNodes&&N.childNodes.length&&(wo+="..."),wo+="</"+b.call(String(N.nodeName))+">",wo}if(Y(N)){if(N.length===0)return"[]";var Kp=fi(N,Zt);return Lt&&!Vp(Kp)?"["+So(Kp,Lt)+"]":"[ "+I.call(Kp,", ")+" ]"}if(B(N)){var Yp=fi(N,Zt);return!("cause"in Error.prototype)&&"cause"in N&&!be.call(N,"cause")?"{ ["+String(N)+"] "+I.call(S.call("[cause]: "+Zt(N.cause),Yp),", ")+" }":Yp.length===0?"["+String(N)+"]":"{ ["+String(N)+"] "+I.call(Yp,", ")+" }"}if(typeof N=="object"&&D){if(bn&&typeof N[bn]=="function"&&_e)return _e(N,{depth:Te-de});if(D!=="symbol"&&typeof N.inspect=="function")return N.inspect()}if(zt(N)){var v6=[];return i&&i.call(N,function(pi,Wu){v6.push(Zt(Wu,N,!0)+" => "+Zt(pi,N))}),Hu("Map",r.call(N),v6,Lt)}if(li(N)){var $6=[];return u&&u.call(N,function(pi){$6.push(Zt(pi,N))}),Hu("Set",a.call(N),$6,Lt)}if(Ut(N))return _o("WeakMap");if(di(N))return _o("WeakSet");if(Rt(N))return _o("WeakRef");if(M(N))return en(Zt(Number(N)));if(se(N))return en(Zt(O.call(N)));if(te(N))return en(s.call(N));if(R(N))return en(Zt(String(N)));if(typeof window<"u"&&N===window)return"{ [object Window] }";if(typeof globalThis<"u"&&N===globalThis||typeof xn<"u"&&N===xn)return"{ [object globalThis] }";if(!ee(N)&&!F(N)){var Xp=fi(N,Zt),y6=Ze?Ze(N)===Object.prototype:N instanceof Object||N.constructor===Object,Qp=N instanceof Object?"":"null prototype",b6=!y6&&pe&&Object(N)===N&&pe in N?v.call(Pe(N),8,-1):Qp?"Object":"",UO=y6||typeof N.constructor!="function"?"":N.constructor.name?N.constructor.name+" ":"",eh=UO+(b6||Qp?"["+I.call(S.call([],b6||[],Qp||[]),": ")+"] ":"");return Xp.length===0?eh+"{}":Lt?eh+"{"+So(Xp,Lt)+"}":eh+"{ "+I.call(Xp,", ")+" }"}return String(N)};function j(E,N,ue){var de=ue.quoteStyle||N,he=_n[de];return he+E+he}function z(E){return _.call(String(E),/"/g,""")}function J(E){return!pe||!(typeof E=="object"&&(pe in E||typeof E[pe]<"u"))}function Y(E){return Pe(E)==="[object Array]"&&J(E)}function ee(E){return Pe(E)==="[object Date]"&&J(E)}function F(E){return Pe(E)==="[object RegExp]"&&J(E)}function B(E){return Pe(E)==="[object Error]"&&J(E)}function R(E){return Pe(E)==="[object String]"&&J(E)}function M(E){return Pe(E)==="[object Number]"&&J(E)}function te(E){return Pe(E)==="[object Boolean]"&&J(E)}function Ne(E){if(K)return E&&typeof E=="object"&&E instanceof Symbol;if(typeof E=="symbol")return!0;if(!E||typeof E!="object"||!U)return!1;try{return U.call(E),!0}catch{}return!1}function se(E){if(!E||typeof E!="object"||!O)return!1;try{return O.call(E),!0}catch{}return!1}var Dt=Object.prototype.hasOwnProperty||function(E){return E in this};function Oe(E,N){return Dt.call(E,N)}function Pe(E){return m.call(E)}function mt(E){if(E.name)return E.name;var N=$.call(g.call(E),/^function\\s*([\\w$]+)/);return N?N[1]:null}function De(E,N){if(E.indexOf)return E.indexOf(N);for(var ue=0,de=E.length;ue<de;ue++)if(E[ue]===N)return ue;return-1}function zt(E){if(!r||!E||typeof E!="object")return!1;try{r.call(E);try{a.call(E)}catch{return!0}return E instanceof Map}catch{}return!1}function Ut(E){if(!f||!E||typeof E!="object")return!1;try{f.call(E,f);try{h.call(E,h)}catch{return!0}return E instanceof WeakMap}catch{}return!1}function Rt(E){if(!c||!E||typeof E!="object")return!1;try{return c.call(E),!0}catch{}return!1}function li(E){if(!a||!E||typeof E!="object")return!1;try{a.call(E);try{r.call(E)}catch{return!0}return E instanceof Set}catch{}return!1}function di(E){if(!h||!E||typeof E!="object")return!1;try{h.call(E,h);try{f.call(E,f)}catch{return!0}return E instanceof WeakSet}catch{}return!1}function Mt(E){return!E||typeof E!="object"?!1:typeof HTMLElement<"u"&&E instanceof HTMLElement?!0:typeof E.nodeName=="string"&&typeof E.getAttribute=="function"}function Sn(E,N){if(E.length>N.maxStringLength){var ue=E.length-N.maxStringLength,de="... "+ue+" more character"+(ue>1?"s":"");return Sn(v.call(E,0,N.maxStringLength),N)+de}var he=Qt[N.quoteStyle||"single"];he.lastIndex=0;var X=_.call(_.call(E,he,"\\\\$1"),/[\\x00-\\x1f]/g,Qn);return j(X,"single",N)}function Qn(E){var N=E.charCodeAt(0),ue={8:"b",9:"t",10:"n",12:"f",13:"r"}[N];return ue?"\\\\"+ue:"\\\\x"+(N<16?"0":"")+y.call(N.toString(16))}function en(E){return"Object("+E+")"}function _o(E){return E+" { ? }"}function Hu(E,N,ue,de){var he=de?So(ue,de):I.call(ue,", ");return E+" ("+N+") {"+he+"}"}function Vp(E){for(var N=0;N<E.length;N++)if(De(E[N],`\n`)>=0)return!1;return!0}function qp(E,N){var ue;if(E.indent===" ")ue=" ";else if(typeof E.indent=="number"&&E.indent>0)ue=I.call(Array(E.indent+1)," ");else return null;return{base:ue,prev:I.call(Array(N+1),ue)}}function So(E,N){if(E.length===0)return"";var ue=`\n`+N.prev+N.base;return ue+I.call(E,","+ue)+`\n`+N.prev}function fi(E,N){var ue=Y(E),de=[];if(ue){de.length=E.length;for(var he=0;he<E.length;he++)de[he]=Oe(E,he)?N(E[he],E):""}var X=typeof A=="function"?A(E):[],D;if(K){D={};for(var H=0;H<X.length;H++)D["$"+X[H]]=X[H]}for(var re in E)Oe(E,re)&&(ue&&String(Number(re))===re&&re<E.length||K&&D["$"+re]instanceof Symbol||(w.call(/[^\\w$]/,re)?de.push(N(re,E)+": "+N(E[re],E)):de.push(re+": "+N(E[re],E))));if(typeof A=="function")for(var xe=0;xe<X.length;xe++)be.call(E,X[xe])&&de.push("["+N(X[xe])+"]: "+N(E[X[xe]],E));return de}return yd}var bd,C3;function Rw(){if(C3)return bd;C3=1;var e=Ga(),t=vt(),r=function(u,l,f){for(var d=u,h;(h=d.next)!=null;d=h)if(h.key===l)return d.next=h.next,f||(h.next=u.next,u.next=h),h},i=function(u,l){if(u){var f=r(u,l);return f&&f.value}},n=function(u,l,f){var d=r(u,l);d?d.value=f:u.next={key:l,next:u.next,value:f}},o=function(u,l){return u?!!r(u,l):!1},a=function(u,l){if(u)return r(u,l,!0)};return bd=function(){var u,l={assert:function(f){if(!l.has(f))throw new t("Side channel does not contain "+e(f))},delete:function(f){var d=u&&u.next,h=a(u,f);return h&&d&&d===h&&(u=void 0),!!h},get:function(f){return i(u,f)},has:function(f){return o(u,f)},set:function(f,d){u||(u={next:void 0}),n(u,f,d)}};return l},bd}var _d,D3;function z3(){if(D3)return _d;D3=1;var e=un(),t=Ke(),r=Ga(),i=vt(),n=e("%Map%",!0),o=t("Map.prototype.get",!0),a=t("Map.prototype.set",!0),u=t("Map.prototype.has",!0),l=t("Map.prototype.delete",!0),f=t("Map.prototype.size",!0);return _d=!!n&&function(){var d,h={assert:function(p){if(!h.has(p))throw new i("Side channel does not contain "+r(p))},delete:function(p){if(d){var c=l(d,p);return f(d)===0&&(d=void 0),c}return!1},get:function(p){if(d)return o(d,p)},has:function(p){return d?u(d,p):!1},set:function(p,c){d||(d=new n),a(d,p,c)}};return h},_d}var Sd,U3;function Mw(){if(U3)return Sd;U3=1;var e=un(),t=Ke(),r=Ga(),i=z3(),n=vt(),o=e("%WeakMap%",!0),a=t("WeakMap.prototype.get",!0),u=t("WeakMap.prototype.set",!0),l=t("WeakMap.prototype.has",!0),f=t("WeakMap.prototype.delete",!0);return Sd=o?function(){var d,h,p={assert:function(c){if(!p.has(c))throw new n("Side channel does not contain "+r(c))},delete:function(c){if(o&&c&&(typeof c=="object"||typeof c=="function")){if(d)return f(d,c)}else if(i&&h)return h.delete(c);return!1},get:function(c){return o&&c&&(typeof c=="object"||typeof c=="function")&&d?a(d,c):h&&h.get(c)},has:function(c){return o&&c&&(typeof c=="object"||typeof c=="function")&&d?l(d,c):!!h&&h.has(c)},set:function(c,s){o&&c&&(typeof c=="object"||typeof c=="function")?(d||(d=new o),u(d,c,s)):i&&(h||(h=i()),h.set(c,s))}};return p}:i,Sd}var wd,R3;function M3(){if(R3)return wd;R3=1;var e=vt(),t=Ga(),r=Rw(),i=z3(),n=Mw(),o=n||i||r;return wd=function(){var a,u={assert:function(l){if(!u.has(l))throw new e("Side channel does not contain "+t(l))},delete:function(l){return!!a&&a.delete(l)},get:function(l){return a&&a.get(l)},has:function(l){return!!a&&a.has(l)},set:function(l,f){a||(a=o()),a.set(l,f)}};return u},wd}var kd,L3;function Lw(){if(L3)return kd;L3=1;var e=td(),t=M3()(),r=vt(),i={assert:function(n,o){if(!n||typeof n!="object"&&typeof n!="function")throw new r("`O` is not an object");if(typeof o!="string")throw new r("`slot` must be a string");if(t.assert(n),!i.has(n,o))throw new r("`"+o+"` is not present on `O`")},get:function(n,o){if(!n||typeof n!="object"&&typeof n!="function")throw new r("`O` is not an object");if(typeof o!="string")throw new r("`slot` must be a string");var a=t.get(n);return a&&a["$"+o]},has:function(n,o){if(!n||typeof n!="object"&&typeof n!="function")throw new r("`O` is not an object");if(typeof o!="string")throw new r("`slot` must be a string");var a=t.get(n);return!!a&&e(a,"$"+o)},set:function(n,o,a){if(!n||typeof n!="object"&&typeof n!="function")throw new r("`O` is not an object");if(typeof o!="string")throw new r("`slot` must be a string");var u=t.get(n);u||(u={},t.set(n,u)),u["$"+o]=a}};return Object.freeze&&Object.freeze(i),kd=i,kd}var Ed,Z3;function Zw(){if(Z3)return Ed;Z3=1;var e=Lw(),t=Al(),r=typeof StopIteration=="object"?StopIteration:null;return Ed=function(i){if(!r)throw new t("this environment lacks StopIteration");e.set(i,"[[Done]]",!1);var n={next:function(){var o=e.get(this,"[[Iterator]]"),a=!!e.get(o,"[[Done]]");try{return{done:a,value:a?void 0:o.next()}}catch(u){if(e.set(o,"[[Done]]",!0),u!==r)throw u;return{done:!0,value:void 0}}}};return e.set(n,"[[Iterator]]",i),n},Ed}var Id,F3;function B3(){if(F3)return Id;F3=1;var e={}.toString;return Id=Array.isArray||function(t){return e.call(t)=="[object Array]"},Id}var Nd,H3;function G3(){if(H3)return Nd;H3=1;var e=Ke(),t=e("String.prototype.valueOf"),r=function(a){try{return t(a),!0}catch{return!1}},i=e("Object.prototype.toString"),n="[object String]",o=mr()();return Nd=function(a){return typeof a=="string"?!0:!a||typeof a!="object"?!1:o?r(a):i(a)===n},Nd}var Od,W3;function V3(){if(W3)return Od;W3=1;var e=typeof Map=="function"&&Map.prototype?Map:null,t=typeof Set=="function"&&Set.prototype?Set:null,r;e||(r=function(o){return!1});var i=e?Map.prototype.has:null,n=t?Set.prototype.has:null;return!r&&!i&&(r=function(o){return!1}),Od=r||function(o){if(!o||typeof o!="object")return!1;try{if(i.call(o),n)try{n.call(o)}catch{return!0}return o instanceof e}catch{}return!1},Od}var Pd,q3;function J3(){if(q3)return Pd;q3=1;var e=typeof Map=="function"&&Map.prototype?Map:null,t=typeof Set=="function"&&Set.prototype?Set:null,r;t||(r=function(o){return!1});var i=e?Map.prototype.has:null,n=t?Set.prototype.has:null;return!r&&!n&&(r=function(o){return!1}),Pd=r||function(o){if(!o||typeof o!="object")return!1;try{if(n.call(o),i)try{i.call(o)}catch{return!0}return o instanceof t}catch{}return!1},Pd}var K3;function Fw(){if(K3)return Zi.exports;K3=1;var e=A3(),t=Zw();if(Fl()()||Ba()()){var r=Symbol.iterator;Zi.exports=function(I){if(I!=null&&typeof I[r]<"u")return I[r]();if(e(I))return Array.prototype[r].call(I)}}else{var i=B3(),n=G3(),o=un(),a=o("%Map%",!0),u=o("%Set%",!0),l=Ha(),f=l("Array.prototype.push"),d=l("String.prototype.charCodeAt"),h=l("String.prototype.slice"),p=function(I,T){var P=I.length;if(T+1>=P)return T+1;var O=d(I,T);if(O<55296||O>56319)return T+1;var A=d(I,T+1);return A<56320||A>57343?T+1:T+2},c=function(I){var T=0;return{next:function(){var P=T>=I.length,O;return P||(O=I[T],T+=1),{done:P,value:O}}}},s=function(I,T){if(i(I)||e(I))return c(I);if(n(I)){var P=0;return{next:function(){var O=p(I,P),A=h(I,P,O);return P=O,{done:O>I.length,value:A}}}}if(T&&typeof I["_es6-shim iterator_"]<"u")return I["_es6-shim iterator_"]()};if(!a&&!u)Zi.exports=function(I){if(I!=null)return s(I,!0)};else{var m=V3(),g=J3(),$=l("Map.prototype.forEach",!0),v=l("Set.prototype.forEach",!0);if(typeof process>"u"||!process.versions||!process.versions.node)var _=l("Map.prototype.iterator",!0),y=l("Set.prototype.iterator",!0);var b=l("Map.prototype.@@iterator",!0)||l("Map.prototype._es6-shim iterator_",!0),w=l("Set.prototype.@@iterator",!0)||l("Set.prototype._es6-shim iterator_",!0),S=function(I){if(m(I)){if(_)return t(_(I));if(b)return b(I);if($){var T=[];return $(I,function(O,A){f(T,[A,O])}),c(T)}}if(g(I)){if(y)return t(y(I));if(w)return w(I);if(v){var P=[];return v(I,function(O){f(P,O)}),c(P)}}};Zi.exports=function(I){return S(I)||s(I)}}}return Zi.exports}var xd,Y3;function X3(){if(Y3)return xd;Y3=1;var e=function(t){return t!==t};return xd=function(t,r){return t===0&&r===0?1/t===1/r:!!(t===r||e(t)&&e(r))},xd}var Td,Q3;function e4(){if(Q3)return Td;Q3=1;var e=X3();return Td=function(){return typeof Object.is=="function"?Object.is:e},Td}var Ad,t4;function Bw(){if(t4)return Ad;t4=1;var e=e4(),t=hr();return Ad=function(){var r=e();return t(Object,{is:r},{is:function(){return Object.is!==r}}),r},Ad}var jd,n4;function Hw(){if(n4)return jd;n4=1;var e=hr(),t=Lr(),r=X3(),i=e4(),n=Bw(),o=t(i(),Object);return e(o,{getPolyfill:i,implementation:r,shim:n}),jd=o,jd}var Cd,r4;function i4(){if(r4)return Cd;r4=1;var e=Lr(),t=Ke(),r=un(),i=r("%ArrayBuffer%",!0),n=t("ArrayBuffer.prototype.byteLength",!0),o=t("Object.prototype.toString"),a=!!i&&!n&&new i(0).slice,u=!!a&&e(a);return Cd=n||u?function(l){if(!l||typeof l!="object")return!1;try{return n?n(l):u(l,0),!0}catch{return!1}}:i?function(l){return o(l)==="[object ArrayBuffer]"}:function(l){return!1},Cd}var Dd,o4;function Gw(){if(o4)return Dd;o4=1;var e=Ke(),t=e("Date.prototype.getDay"),r=function(a){try{return t(a),!0}catch{return!1}},i=e("Object.prototype.toString"),n="[object Date]",o=mr()();return Dd=function(a){return typeof a!="object"||a===null?!1:o?r(a):i(a)===n},Dd}var zd,a4;function u4(){if(a4)return zd;a4=1;var e=Ke(),t=mr()(),r=td(),i=pr(),n;if(t){var o=e("RegExp.prototype.exec"),a={},u=function(){throw a},l={toString:u,valueOf:u};typeof Symbol.toPrimitive=="symbol"&&(l[Symbol.toPrimitive]=u),n=function(h){if(!h||typeof h!="object")return!1;var p=i(h,"lastIndex"),c=p&&r(p,"value");if(!c)return!1;try{o(h,l)}catch(s){return s===a}}}else{var f=e("Object.prototype.toString"),d="[object RegExp]";n=function(h){return!h||typeof h!="object"&&typeof h!="function"?!1:f(h)===d}}return zd=n,zd}var Ud,s4;function Ww(){if(s4)return Ud;s4=1;var e=Ke(),t=e("SharedArrayBuffer.prototype.byteLength",!0);return Ud=t?function(r){if(!r||typeof r!="object")return!1;try{return t(r),!0}catch{return!1}}:function(r){return!1},Ud}var Rd,c4;function Vw(){if(c4)return Rd;c4=1;var e=Ke(),t=e("Number.prototype.toString"),r=function(a){try{return t(a),!0}catch{return!1}},i=e("Object.prototype.toString"),n="[object Number]",o=mr()();return Rd=function(a){return typeof a=="number"?!0:!a||typeof a!="object"?!1:o?r(a):i(a)===n},Rd}var Md,l4;function qw(){if(l4)return Md;l4=1;var e=Ke(),t=e("Boolean.prototype.toString"),r=e("Object.prototype.toString"),i=function(a){try{return t(a),!0}catch{return!1}},n="[object Boolean]",o=mr()();return Md=function(a){return typeof a=="boolean"?!0:a===null||typeof a!="object"?!1:o?i(a):r(a)===n},Md}var Wa={exports:{}},Ld,d4;function Jw(){if(d4)return Ld;d4=1;var e=Ke(),t=u4(),r=e("RegExp.prototype.exec"),i=vt();return Ld=function(n){if(!t(n))throw new i("`regex` must be a RegExp");return function(o){return r(n,o)!==null}},Ld}var f4;function Kw(){if(f4)return Wa.exports;f4=1;var e=Ke(),t=e("Object.prototype.toString"),r=Fl()(),i=Jw();if(r){var n=e("Symbol.prototype.toString"),o=i(/^Symbol\\(.*\\)$/),a=function(u){return typeof u.valueOf()!="symbol"?!1:o(n(u))};Wa.exports=function(u){if(typeof u=="symbol")return!0;if(!u||typeof u!="object"||t(u)!=="[object Symbol]")return!1;try{return a(u)}catch{return!1}}}else Wa.exports=function(u){return!1};return Wa.exports}var Va={exports:{}},Zd,p4;function Yw(){if(p4)return Zd;p4=1;var e=typeof BigInt<"u"&&BigInt;return Zd=function(){return typeof e=="function"&&typeof BigInt=="function"&&typeof e(42)=="bigint"&&typeof BigInt(42)=="bigint"},Zd}var h4;function Xw(){if(h4)return Va.exports;h4=1;var e=Yw()();if(e){var t=BigInt.prototype.valueOf,r=function(i){try{return t.call(i),!0}catch{}return!1};Va.exports=function(i){return i===null||typeof i>"u"||typeof i=="boolean"||typeof i=="string"||typeof i=="number"||typeof i=="symbol"||typeof i=="function"?!1:typeof i=="bigint"?!0:r(i)}}else Va.exports=function(i){return!1};return Va.exports}var Fd,m4;function Qw(){if(m4)return Fd;m4=1;var e=G3(),t=Vw(),r=qw(),i=Kw(),n=Xw();return Fd=function(o){if(o==null||typeof o!="object"&&typeof o!="function")return null;if(e(o))return"String";if(t(o))return"Number";if(r(o))return"Boolean";if(i(o))return"Symbol";if(n(o))return"BigInt"},Fd}var Bd,g4;function ek(){if(g4)return Bd;g4=1;var e=typeof WeakMap=="function"&&WeakMap.prototype?WeakMap:null,t=typeof WeakSet=="function"&&WeakSet.prototype?WeakSet:null,r;e||(r=function(o){return!1});var i=e?e.prototype.has:null,n=t?t.prototype.has:null;return!r&&!i&&(r=function(o){return!1}),Bd=r||function(o){if(!o||typeof o!="object")return!1;try{if(i.call(o,i),n)try{n.call(o,n)}catch{return!0}return o instanceof e}catch{}return!1},Bd}var qa={exports:{}},v4;function tk(){if(v4)return qa.exports;v4=1;var e=un(),t=Ha(),r=e("%WeakSet%",!0),i=t("WeakSet.prototype.has",!0);if(i){var n=t("WeakMap.prototype.has",!0);qa.exports=function(o){if(!o||typeof o!="object")return!1;try{if(i(o,i),n)try{n(o,n)}catch{return!0}return o instanceof r}catch{}return!1}}else qa.exports=function(o){return!1};return qa.exports}var Hd,$4;function nk(){if($4)return Hd;$4=1;var e=V3(),t=J3(),r=ek(),i=tk();return Hd=function(n){if(n&&typeof n=="object"){if(e(n))return"Map";if(t(n))return"Set";if(r(n))return"WeakMap";if(i(n))return"WeakSet"}return!1},Hd}var Gd,y4;function rk(){if(y4)return Gd;y4=1;var e=Function.prototype.toString,t=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,r,i;if(typeof t=="function"&&typeof Object.defineProperty=="function")try{r=Object.defineProperty({},"length",{get:function(){throw i}}),i={},t(function(){throw 42},null,r)}catch(v){v!==i&&(t=null)}else t=null;var n=/^\\s*class\\b/,o=function(v){try{var _=e.call(v);return n.test(_)}catch{return!1}},a=function(v){try{return o(v)?!1:(e.call(v),!0)}catch{return!1}},u=Object.prototype.toString,l="[object Object]",f="[object Function]",d="[object GeneratorFunction]",h="[object HTMLAllCollection]",p="[object HTML document.all class]",c="[object HTMLCollection]",s=typeof Symbol=="function"&&!!Symbol.toStringTag,m=!(0 in[,]),g=function(){return!1};if(typeof document=="object"){var $=document.all;u.call($)===u.call(document.all)&&(g=function(v){if((m||!v)&&(typeof v>"u"||typeof v=="object"))try{var _=u.call(v);return(_===h||_===p||_===c||_===l)&&v("")==null}catch{}return!1})}return Gd=t?function(v){if(g(v))return!0;if(!v||typeof v!="function"&&typeof v!="object")return!1;try{t(v,null,r)}catch(_){if(_!==i)return!1}return!o(v)&&a(v)}:function(v){if(g(v))return!0;if(!v||typeof v!="function"&&typeof v!="object")return!1;if(s)return a(v);if(o(v))return!1;var _=u.call(v);return _!==f&&_!==d&&!/^\\[object HTML/.test(_)?!1:a(v)},Gd}var Wd,b4;function ik(){if(b4)return Wd;b4=1;var e=rk(),t=Object.prototype.toString,r=Object.prototype.hasOwnProperty,i=function(u,l,f){for(var d=0,h=u.length;d<h;d++)r.call(u,d)&&(f==null?l(u[d],d,u):l.call(f,u[d],d,u))},n=function(u,l,f){for(var d=0,h=u.length;d<h;d++)f==null?l(u.charAt(d),d,u):l.call(f,u.charAt(d),d,u)},o=function(u,l,f){for(var d in u)r.call(u,d)&&(f==null?l(u[d],d,u):l.call(f,u[d],d,u))};function a(u){return t.call(u)==="[object Array]"}return Wd=function(u,l,f){if(!e(l))throw new TypeError("iterator must be a function");var d;arguments.length>=3&&(d=f),a(u)?i(u,l,d):typeof u=="string"?n(u,l,d):o(u,l,d)},Wd}var _4,S4;function ok(){return S4||(S4=1,_4=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]),_4}var Vd,w4;function ak(){if(w4)return Vd;w4=1;var e=ok(),t=typeof globalThis>"u"?xn:globalThis;return Vd=function(){for(var r=[],i=0;i<e.length;i++)typeof t[e[i]]=="function"&&(r[r.length]=e[i]);return r},Vd}var qd,k4;function uk(){if(k4)return qd;k4=1;var e=ik(),t=ak(),r=Lr(),i=Ke(),n=pr(),o=Ql(),a=i("Object.prototype.toString"),u=mr()(),l=typeof globalThis>"u"?xn:globalThis,f=t(),d=i("String.prototype.slice"),h=i("Array.prototype.indexOf",!0)||function(m,g){for(var $=0;$<m.length;$+=1)if(m[$]===g)return $;return-1},p={__proto__:null};u&&n&&o?e(f,function(m){var g=new l[m];if(Symbol.toStringTag in g&&o){var $=o(g),v=n($,Symbol.toStringTag);if(!v&&$){var _=o($);v=n(_,Symbol.toStringTag)}p["$"+m]=r(v.get)}}):e(f,function(m){var g=new l[m],$=g.slice||g.set;$&&(p["$"+m]=r($))});var c=function(m){var g=!1;return e(p,function($,v){if(!g)try{"$"+$(m)===v&&(g=d(v,1))}catch{}}),g},s=function(m){var g=!1;return e(p,function($,v){if(!g)try{$(m),g=d(v,1)}catch{}}),g};return qd=function(m){if(!m||typeof m!="object")return!1;if(!u){var g=d(a(m),8,-1);return h(f,g)>-1?g:g!=="Object"?!1:s(m)}return n?c(m):null},qd}var Jd,E4;function sk(){if(E4)return Jd;E4=1;var e=Ke(),t=e("ArrayBuffer.prototype.byteLength",!0),r=i4();return Jd=function(i){return r(i)?t?t(i):i.byteLength:NaN},Jd}var Kd,I4;function ck(){if(I4)return Kd;I4=1;var e=xw(),t=Ha(),r=Cw(),i=un(),n=Fw(),o=M3(),a=Hw(),u=A3(),l=B3(),f=i4(),d=Gw(),h=u4(),p=Ww(),c=xl(),s=Qw(),m=nk(),g=uk(),$=sk(),v=t("SharedArrayBuffer.prototype.byteLength",!0),_=t("Date.prototype.getTime"),y=Object.getPrototypeOf,b=t("Object.prototype.toString"),w=i("%Set%",!0),S=t("Map.prototype.has",!0),I=t("Map.prototype.get",!0),T=t("Map.prototype.size",!0),P=t("Set.prototype.add",!0),O=t("Set.prototype.delete",!0),A=t("Set.prototype.has",!0),U=t("Set.prototype.size",!0);function K(j,z,J,Y){for(var ee=n(j),F;(F=ee.next())&&!F.done;)if(_e(z,F.value,J,Y))return O(j,F.value),!0;return!1}function pe(j){if(typeof j>"u")return null;if(typeof j!="object")return typeof j=="symbol"?!1:typeof j=="string"||typeof j=="number"?+j==+j:!0}function be(j,z,J,Y,ee,F){var B=pe(J);if(B!=null)return B;var R=I(z,B),M=e({},ee,{strict:!1});return typeof R>"u"&&!S(z,B)||!_e(Y,R,M,F)?!1:!S(j,B)&&_e(Y,R,M,F)}function Ze(j,z,J){var Y=pe(J);return Y??(A(z,Y)&&!A(j,Y))}function rt(j,z,J,Y,ee,F){for(var B=n(j),R,M;(R=B.next())&&!R.done;)if(M=R.value,_e(J,M,ee,F)&&_e(Y,I(z,M),ee,F))return O(j,M),!0;return!1}function _e(j,z,J,Y){var ee=J||{};if(ee.strict?a(j,z):j===z)return!0;var F=s(j),B=s(z);if(F!==B)return!1;if(!j||!z||typeof j!="object"&&typeof z!="object")return ee.strict?a(j,z):j==z;var R=Y.has(j),M=Y.has(z),te;if(R&&M){if(Y.get(j)===Y.get(z))return!0}else te={};return R||Y.set(j,te),M||Y.set(z,te),Qt(j,z,ee,Y)}function yn(j){return!j||typeof j!="object"||typeof j.length!="number"||typeof j.copy!="function"||typeof j.slice!="function"||j.length>0&&typeof j[0]!="number"?!1:!!(j.constructor&&j.constructor.isBuffer&&j.constructor.isBuffer(j))}function bn(j,z,J,Y){if(U(j)!==U(z))return!1;for(var ee=n(j),F=n(z),B,R,M;(B=ee.next())&&!B.done;)if(B.value&&typeof B.value=="object")M||(M=new w),P(M,B.value);else if(!A(z,B.value)){if(J.strict||!Ze(j,z,B.value))return!1;M||(M=new w),P(M,B.value)}if(M){for(;(R=F.next())&&!R.done;)if(R.value&&typeof R.value=="object"){if(!K(M,R.value,J.strict,Y))return!1}else if(!J.strict&&!A(j,R.value)&&!K(M,R.value,J.strict,Y))return!1;return U(M)===0}return!0}function _n(j,z,J,Y){if(T(j)!==T(z))return!1;for(var ee=n(j),F=n(z),B,R,M,te,Ne,se;(B=ee.next())&&!B.done;)if(te=B.value[0],Ne=B.value[1],te&&typeof te=="object")M||(M=new w),P(M,te);else if(se=I(z,te),typeof se>"u"&&!S(z,te)||!_e(Ne,se,J,Y)){if(J.strict||!be(j,z,te,Ne,J,Y))return!1;M||(M=new w),P(M,te)}if(M){for(;(R=F.next())&&!R.done;)if(te=R.value[0],se=R.value[1],te&&typeof te=="object"){if(!rt(M,j,te,se,J,Y))return!1}else if(!J.strict&&(!j.has(te)||!_e(I(j,te),se,J,Y))&&!rt(M,j,te,se,e({},J,{strict:!1}),Y))return!1;return U(M)===0}return!0}function Qt(j,z,J,Y){var ee,F;if(typeof j!=typeof z||j==null||z==null||b(j)!==b(z)||u(j)!==u(z))return!1;var B=l(j),R=l(z);if(B!==R)return!1;var M=j instanceof Error,te=z instanceof Error;if(M!==te||(M||te)&&(j.name!==z.name||j.message!==z.message))return!1;var Ne=h(j),se=h(z);if(Ne!==se||(Ne||se)&&(j.source!==z.source||r(j)!==r(z)))return!1;var Dt=d(j),Oe=d(z);if(Dt!==Oe||(Dt||Oe)&&_(j)!==_(z)||J.strict&&y&&y(j)!==y(z))return!1;var Pe=g(j),mt=g(z);if(Pe!==mt)return!1;if(Pe||mt){if(j.length!==z.length)return!1;for(ee=0;ee<j.length;ee++)if(j[ee]!==z[ee])return!1;return!0}var De=yn(j),zt=yn(z);if(De!==zt)return!1;if(De||zt){if(j.length!==z.length)return!1;for(ee=0;ee<j.length;ee++)if(j[ee]!==z[ee])return!1;return!0}var Ut=f(j),Rt=f(z);if(Ut!==Rt)return!1;if(Ut||Rt)return $(j)!==$(z)?!1:typeof Uint8Array=="function"&&_e(new Uint8Array(j),new Uint8Array(z),J,Y);var li=p(j),di=p(z);if(li!==di)return!1;if(li||di)return v(j)!==v(z)?!1:typeof Uint8Array=="function"&&_e(new Uint8Array(j),new Uint8Array(z),J,Y);if(typeof j!=typeof z)return!1;var Mt=c(j),Sn=c(z);if(Mt.length!==Sn.length)return!1;for(Mt.sort(),Sn.sort(),ee=Mt.length-1;ee>=0;ee--)if(Mt[ee]!=Sn[ee])return!1;for(ee=Mt.length-1;ee>=0;ee--)if(F=Mt[ee],!_e(j[F],z[F],J,Y))return!1;var Qn=m(j),en=m(z);return Qn!==en?!1:Qn==="Set"||en==="Set"?bn(j,z,J,Y):Qn==="Map"?_n(j,z,J,Y):!0}return Kd=function(j,z,J){return _e(j,z,J,o())},Kd}ck();function lt(e,t,r,i,n){return sn(t,((o,a)=>{const u=o[a];if(u===void 0)throw new TypeError(Xf(a));return u})(e,t),r,i,n)}function sn(e,t,r,i,n,o){const a=Hi(t,r,i);if(n&&t!==a)throw new RangeError(vb(e,t,r,i,o));return a}function Ye(e){return e!==null&&/object|function/.test(typeof e)}function $t(e,t=Map){const r=new t;return(i,...n)=>{if(r.has(i))return r.get(i);const o=e(i,...n);return r.set(i,o),o}}function Fi(e){return Zr({name:e},1)}function Zr(e,t){return cn(r=>({value:r,configurable:1,writable:!t}),e)}function lk(e){return cn(t=>({get:t,configurable:1}),e)}function Yd(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}function Fr(e,t){const r={};let i=e.length;for(const n of t)r[e[--i]]=n;return r}function cn(e,t,r){const i={};for(const n in t)i[n]=e(t[n],n,r);return i}function Ja(e,t,r){const i={};for(let n=0;n<t.length;n++){const o=t[n];i[o]=e(o,n,r)}return i}function N4(e,t,r){const i={};for(let n=0;n<e.length;n++)i[t[n]]=r[e[n]];return i}function Pt(e,t){const r=Object.create(null);for(const i of e)r[i]=t[i];return r}function O4(e,t){for(const r of t)if(r in e)return 1;return 0}function P4(e,t,r){for(const i of e)if(t[i]!==r[i])return 0;return 1}function x4(e,t,r){const i={...r};for(let n=0;n<t;n++)i[e[n]]=0;return i}function le(e,...t){return(...r)=>e(...t,...r)}function T4(e){return e[0].toUpperCase()+e.substring(1)}function Bi(e){return e.slice().sort()}function Ka(e,t){return String(t).padStart(e,"0")}function Tn(e,t){return Math.sign(e-t)}function Hi(e,t,r){return Math.min(Math.max(e,t),r)}function ln(e,t){return[Math.floor(e/t),Gi(e,t)]}function Gi(e,t){return(e%t+t)%t}function An(e,t){return[Ya(e,t),Xd(e,t)]}function Ya(e,t){return Math.trunc(e/t)||0}function Xd(e,t){return e%t||0}function Xa(e){return Math.abs(e%1)===.5}function A4(e,t,r){let i=0,n=0;for(let u=0;u<=t;u++){const l=e[r[u]],f=Kt[u],d=ye/f,[h,p]=An(l,d);i+=p*f,n+=h}const[o,a]=An(i,ye);return[n+o,a]}function Qa(e,t,r){const i={};for(let n=t;n>=0;n--){const o=Kt[n];i[r[n]]=Ya(e,o),e=Xd(e,o)}return i}function dk(e){if(e!==void 0)return We(e)}function fk(e){if(e!==void 0)return dn(e)}function j4(e){if(e!==void 0)return Qd(e)}function dn(e){return z4(Qd(e))}function Qd(e){return D4(SI(e))}function C4(e,t){if(t==null)throw new RangeError(Xf(e));return t}function Wi(e){if(!Ye(e))throw new TypeError(VE);return e}function ef(e,t,r=e){if(typeof t!==e)throw new TypeError(Zn(r,t));return t}function D4(e,t="number"){if(!Number.isInteger(e))throw new RangeError(ZE(t,e));return e||0}function z4(e,t="number"){if(e<=0)throw new RangeError(FE(t,e));return e}function tf(e){if(typeof e=="symbol")throw new TypeError(WE);return String(e)}function eu(e,t){return Ye(e)?String(e):We(e,t)}function nf(e){if(typeof e=="string")return BigInt(e);if(typeof e!="bigint")throw new TypeError(GE(e));return e}function U4(e,t="number"){if(typeof e=="bigint")throw new TypeError(HE(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(BE(t,e));return e}function Xe(e,t){return Math.trunc(U4(e,t))||0}function rf(e,t){return D4(U4(e,t),t)}function R4(e,t){return z4(Xe(e,t),t)}function of(e,t){let[r,i]=An(t,ye),n=e+r;const o=Math.sign(n);return o&&o===-Math.sign(i)&&(n-=o,i+=o*ye),[n,i]}function Br(e,t,r=1){return of(e[0]+t[0]*r,e[1]+t[1]*r)}function gr(e,t){return of(e[0],e[1]+t)}function Ht(e,t){return Br(t,e,-1)}function yt(e,t){return Tn(e[0],t[0])||Tn(e[1],t[1])}function M4(e,t,r){return yt(e,t)===-1||yt(e,r)===1}function af(e,t=1){const r=BigInt(ye/t);return[Number(e/r),Number(e%r)*t]}function tu(e,t=1){const r=ye/t,[i,n]=An(e,r);return[i,n*t]}function Gt(e,t=1,r){const[i,n]=e,[o,a]=An(n,t);return i*(ye/t)+(o+(r?a/t:0))}function uf(e,t,r=ln){const[i,n]=e,[o,a]=r(n,t);return[i*(ye/t)+o,a]}function sf(e){return lt(e,"isoYear",so,uo,1),e.isoYear===so?lt(e,"isoMonth",4,12,1):e.isoYear===uo&<(e,"isoMonth",1,9,1),e}function xt(e){return dt({...e,...ht,isoHour:12}),e}function dt(e){const t=lt(e,"isoYear",so,uo,1),r=t===so?1:t===uo?-1:0;return r&&Wt(Re({...e,isoDay:e.isoDay+r,isoNanosecond:e.isoNanosecond-r})),e}function Wt(e){if(!e||M4(e,PI,OI))throw new RangeError(Fn);return e}function jn(e){return A4(e,5,Ct)[1]}function nu(e){const[t,r]=ln(e,ye);return[Qa(r,5,Ct),t]}function L4(e){return uf(e,Jt)}function Qe(e){return Hr(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}function Re(e){const t=Qe(e);if(t!==void 0){const[r,i]=An(t,pt);return[r,i*mn+(e.isoMicrosecond||0)*oo+(e.isoNanosecond||0)]}}function cf(e,t){const[r,i]=nu(jn(e)-t);return Wt(Re({...e,isoDay:e.isoDay+i,...r}))}function ru(...e){return Hr(...e)/Ib}function Hr(...e){const[t,r]=Z4(...e),i=t.valueOf();if(!isNaN(i))return i-r*pt}function Z4(e,t=1,r=1,i=0,n=0,o=0,a=0){const u=e===so?1:e===uo?-1:0,l=new Date;return l.setUTCHours(i,n,o,a),l.setUTCFullYear(e,t-1,r+u),[l,u]}function Gr(e,t){let[r,i]=gr(e,t);i<0&&(i+=ye,r-=1);const[n,o]=ln(i,mn),[a,u]=ln(o,oo);return iu(r*pt+n,a,u)}function iu(e,t=0,r=0){const i=Math.ceil(Math.max(0,Math.abs(e)-mp)/pt)*Math.sign(e),n=new Date(e-i*pt);return Fr(Cu,[n.getUTCFullYear(),n.getUTCMonth()+1,n.getUTCDate()+i,n.getUTCHours(),n.getUTCMinutes(),n.getUTCSeconds(),n.getUTCMilliseconds(),t,r])}function lf(e,t){if(t<-mp)throw new RangeError(Fn);const r=e.formatToParts(t),i={};for(const n of r)i[n.type]=n.value;return i}function df(e){return[e.isoYear,e.isoMonth,e.isoDay]}function F4(e,t){return[t,0]}function B4(){return Gn}function H4(e,t){switch(t){case 2:return ff(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}function G4(e){return ff(e)?366:365}function ff(e){return e%4==0&&(e%100!=0||e%400==0)}function W4(e){const[t,r]=Z4(e.isoYear,e.isoMonth,e.isoDay);return Gi(t.getUTCDay()-r,7)||7}function V4(e){return this.id===ni?(({isoYear:t})=>t<1?["gregory-inverse",1-t]:["gregory",t])(e):this.id===Bn?AI(e):[]}function pk(e){const t=Qe(e);if(t<TI){const{isoYear:o}=e;return o<1?["japanese-inverse",1-o]:["japanese",o]}const r=lf(Op(Bn),t),{era:i,eraYear:n}=ib(r,Bn);return[i,n]}function ou(e){return vr(e),Wr(e,1),e}function vr(e){return J4(e,1),e}function q4(e){return P4(fp,e,J4(e))}function J4(e,t){const{isoYear:r}=e,i=lt(e,"isoMonth",1,B4(),t);return{isoYear:r,isoMonth:i,isoDay:lt(e,"isoDay",1,H4(r,i),t)}}function Wr(e,t){return Fr(Ct,[lt(e,"isoHour",0,23,t),lt(e,"isoMinute",0,59,t),lt(e,"isoSecond",0,59,t),lt(e,"isoMillisecond",0,999,t),lt(e,"isoMicrosecond",0,999,t),lt(e,"isoNanosecond",0,999,t)])}function ge(e){return e===void 0?0:Zb(Wi(e))}function au(e,t=0){e=Vt(e);const r=Fb(e),i=FI(e,t);return[Zb(e),i,r]}function Vr(e,t,r,i=9,n=0,o=4){t=Vt(t);let a=Lb(t,i,n),u=mf(t),l=fo(t,o);const f=lo(t,i,n,1);return a==null?a=Math.max(r,f):Q4(a,f),u=gf(u,f,1),e&&(l=(d=>d<4?(d+2)%4:d)(l)),[a,f,u,l]}function uu(e,t=6,r){let i=mf(e=su(e,Du));const n=fo(e,7);let o=lo(e,t);return o=C4(Du,o),i=gf(i,o,void 0,r),[o,i,n]}function pf(e){return yp(Vt(e))}function K4(e,t){return hf(Vt(e),t)}function hk(e){const t=su(e,$p),r=Cn($p,LI,t,0);if(!r)throw new RangeError(Zn($p,r));return r}function hf(e,t=4){const r=X4(e);return[fo(e,4),...Y4(lo(e,t),r)]}function Y4(e,t){return e!=null?[Kt[e],e<4?9-3*e:-1]:[t===void 0?1:10**(9-t),t]}function mf(e){const t=e[co];return t===void 0?1:Xe(t,co)}function gf(e,t,r,i){const n=i?ye:Kt[t+1];if(n){const o=Kt[t];if(n%((e=sn(co,e,1,n/o-(i?0:1),1))*o))throw new RangeError(Zn(co,e))}else e=sn(co,e,1,r?10**9:1,1);return e}function X4(e){let t=e[vp];if(t!==void 0){if(typeof t!="number"){if(tf(t)==="auto")return;throw new RangeError(Zn(vp,t))}t=sn(vp,Math.floor(t),0,9,1)}return t}function Vt(e){return e===void 0?{}:Wi(e)}function su(e,t){return typeof e=="string"?{[t]:e}:Wi(e)}function cu(e){return{overflow:jI[e]}}function vf(e,t,r=9,i=0,n){let o=t[e];if(o===void 0)return n?i:void 0;if(o=tf(o),o==="auto")return n?i:null;let a=tp[o];if(a===void 0&&(a=EI[o]),a===void 0)throw new RangeError(yb(e,o,tp));return sn(e,a,i,r,1,np),a}function Cn(e,t,r,i=0){const n=r[e];if(n===void 0)return i;const o=tf(n),a=t[o];if(a===void 0)throw new RangeError(yb(e,o,t));return a}function Q4(e,t){if(t>e)throw new RangeError(hI)}function fn(e){return{branding:wp,epochNanoseconds:e}}function Tt(e,t,r){return{branding:Wn,calendar:r,timeZone:t,epochNanoseconds:e}}function At(e,t=e.calendar){return{branding:ri,calendar:t,...Pt(II,e)}}function pn(e,t=e.calendar){return{branding:po,calendar:t,...Pt(pp,e)}}function Vi(e,t=e.calendar){return{branding:bp,calendar:t,...Pt(pp,e)}}function lu(e,t=e.calendar){return{branding:_p,calendar:t,...Pt(pp,e)}}function qt(e){return{branding:Sp,...Pt(zb,e)}}function je(e){return{branding:kp,sign:Un(e),...Pt(cp,e)}}function $f(e){return uf(e.epochNanoseconds,mn)[0]}function mk(e){return((t,r=1)=>{const[i,n]=t,o=Math.floor(n/r),a=ye/r;return BigInt(i)*BigInt(a)+BigInt(o)})(e.epochNanoseconds)}function ey(e){return e.epochNanoseconds}function gk(e,t,r,i,n){const o=_r(i),[a,u]=(($,v)=>{const _=v(($=su($,gp))[Rb]);let y=ZI($);return y=C4(gp,y),[y,_]})(n,e),l=Math.max(a,o);if(!u&&Xi(l,u))return ty(i,a);if(!u)throw new RangeError(Tu);if(!i.sign)return 0;const[f,d,h]=vu(t,r,u),p=Of(h),c=$u(h),s=Pf(h),m=c(d,f,i);Jr(u)||(dt(f),dt(m));const g=s(d,f,m,a);return Xi(a,u)?ty(g,a):(($,v,_,y,b,w,S)=>{const I=Un($),[T,P]=yf(y,dp(_,$),_,I,b,w,S),O=bf(v,T,P);return $[$e[_]]+O*I})(g,p(m),a,d,f,p,c)}function ty(e,t){return Gt(Me(e),Kt[t],1)}function yf(e,t,r,i,n,o,a){const u=$e[r],l={...t,[u]:t[u]+i},f=a(e,n,t),d=a(e,n,l);return[o(f),o(d)]}function bf(e,t,r){const i=Gt(Ht(t,r));if(!i)throw new RangeError(ei);return Gt(Ht(t,e))/i}function vk(e,t){const[r,i,n]=uu(t,5,1);return fn(pu(e.epochNanoseconds,r,i,n,1))}function $k(e,t,r){let{epochNanoseconds:i,timeZone:n,calendar:o}=t;const[a,u,l]=uu(r);if(a===0&&u===1)return t;const f=e(n);if(a===6)i=((d,h,p,c)=>{const s=_t(p,h),[m,g]=d(s),$=p.epochNanoseconds,v=zn(h,m),_=zn(h,g);if(M4($,v,_))throw new RangeError(ei);return ay(bf($,v,_),c)?_:v})(iy,f,t,l);else{const d=f.R(i);i=qr(f,ny(Gr(i,d),a,u,l),d,2,0,1)}return Tt(i,n,o)}function yk(e,t){return At(ny(e,...uu(t)),e.calendar)}function bk(e,t){const[r,i,n]=uu(t,5);var o;return qt((o=n,_f(e,qi(r,i),o)[0]))}function _k(e,t){const r=e(t.timeZone),i=_t(t,r),[n,o]=iy(i),a=Gt(Ht(zn(r,n),zn(r,o)),ju,1);if(a<=0)throw new RangeError(ei);return a}function Sk(e,t){const{timeZone:r,calendar:i}=t,n=((o,a,u)=>zn(a,o(_t(u,a))))(oy,e(r),t);return Tt(n,r,i)}function ny(e,t,r,i){return ry(e,qi(t,r),i)}function ry(e,t,r){const[i,n]=_f(e,t,r);return dt({...yr(e,n),...i})}function _f(e,t,r){return nu(Dn(jn(e),t,r))}function du(e){return Dn(e,Au,7)}function qi(e,t){return Kt[e]*t}function iy(e){const t=oy(e);return[t,yr(t,1)]}function oy(e){return NI(6,e)}function wk(e,t,r){const i=Math.min(_r(e),6);return Kr(hu(Me(e,i),t,r),i)}function fu(e,t,r,i,n,o,a,u,l,f){if(i===0&&n===1)return e;const d=Xi(i,u)?Jr(u)&&i<6&&r>=6?Ek:kk:Ik;let[h,p,c]=d(e,t,r,i,n,o,a,u,l,f);return c&&i!==7&&(h=((s,m,g,$,v,_,y,b)=>{const w=Un(s);for(let S=$+1;S<=g;S++){if(S===7&&g!==7)continue;const I=dp(S,s);I[$e[S]]+=w;const T=Gt(Ht(y(b(v,_,I)),m));if(T&&Math.sign(T)!==w)break;s=I}return s})(h,p,r,Math.max(6,i),a,u,l,f)),h}function pu(e,t,r,i,n){if(t===6){const o=(a=>a[0]+a[1]/ye)(e);return[Dn(o,r,i),0]}return hu(e,qi(t,r),i,n)}function hu(e,t,r,i){let[n,o]=e;i&&o<0&&(o+=ye,n-=1);const[a,u]=ln(Dn(o,t,r),ye);return of(n+a,u)}function Dn(e,t,r){return ay(e/t,r)*t}function ay(e,t){return GI[t](e)}function kk(e,t,r,i,n,o){const a=Un(e),u=Me(e),l=pu(u,i,n,o),f=Ht(u,l),d=Math.sign(l[0]-u[0])===a,h=Kr(l,Math.min(r,6));return[{...e,...h},Br(t,f),d]}function Ek(e,t,r,i,n,o,a,u,l,f){const d=Un(e)||1,h=Gt(Me(e,5)),p=qi(i,n);let c=Dn(h,p,o);const[s,m]=yf(a,{...e,...lp},6,d,u,l,f),g=c-Gt(Ht(s,m));let $=0;g&&Math.sign(g)!==d?t=gr(s,c):($+=d,c=Dn(g,p,o),t=gr(m,c));const v=yu(c);return[{...e,...v,days:e.days+$},t,!!$]}function Ik(e,t,r,i,n,o,a,u,l,f){const d=Un(e),h=$e[i],p=dp(i,e);i===7&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const c=Ya(e[h],n)*n;p[h]=c;const[s,m]=yf(a,p,i,n*d,u,l,f),g=c+bf(t,s,m)*d*n,$=Dn(g,n,o),v=Math.sign($-g)===d;return p[h]=$,[p,v?m:s,v]}function uy(e,t,r,i){const[n,o,a,u]=(f=>{const d=hf(f=Vt(f));return[f.timeZone,...d]})(i),l=n!==void 0;return((f,d,h,p,c,s)=>{h=hu(h,c,p,1);const m=d.R(h);return wf(Gr(h,m),s)+(f?Ji(du(m)):"Z")})(l,t(l?e(n):Er),r.epochNanoseconds,o,a,u)}function sy(e,t,r){const[i,n,o,a,u,l]=(f=>{f=Vt(f);const d=yp(f),h=X4(f),p=HI(f),c=fo(f,4),s=lo(f,4);return[d,BI(f),p,c,...Y4(s,h)]})(r);return((f,d,h,p,c,s,m,g,$,v)=>{p=hu(p,$,g,1);const _=f(h).R(p);return wf(Gr(p,_),v)+Ji(du(_),m)+((y,b)=>b!==1?"["+(b===2?"!":"")+y+"]":"")(h,s)+kf(d,c)})(e,t.calendar,t.timeZone,t.epochNanoseconds,i,n,o,a,u,l)}function cy(e,t){const[r,i,n,o]=(f=>(f=Vt(f),[yp(f),...hf(f)]))(t);return a=e.calendar,u=r,l=o,wf(ry(e,n,i),l)+kf(a,u);var a,u,l}function ly(e,t){return r=e.calendar,i=e,n=pf(t),mu(i)+kf(r,n);var r,i,n}function dy(e,t){return hy(e.calendar,gy,e,pf(t))}function fy(e,t){return hy(e.calendar,Nk,e,pf(t))}function py(e,t){const[r,i,n]=K4(t);return o=n,vy(_f(e,i,r)[0],o);var o}function Sf(e,t){const[r,i,n]=K4(t,3);return i>1&&br(e={...e,...wk(e,i,r)}),((o,a)=>{const{sign:u}=o,l=u===-1?et(o):o,{hours:f,minutes:d}=l,[h,p]=uf(Me(l,3),Jt,An);Oy(h);const c=Ef(p,a),s=a>=0||!u||c;return(u<0?"-":"")+"P"+my({Y:$r(l.years),M:$r(l.months),W:$r(l.weeks),D:$r(l.days)})+(f||d||h||s?"T"+my({H:$r(f),M:$r(d),S:$r(h,s)+c}):"")})(e,n)}function hy(e,t,r,i){const n=i>1||i===0&&e!==fe;return i===1?e===fe?t(r):mu(r):n?mu(r)+$y(e,i===2):t(r)}function my(e){const t=[];for(const r in e){const i=e[r];i&&t.push(i,r)}return t.join("")}function wf(e,t){return mu(e)+"T"+vy(e,t)}function mu(e){return gy(e)+"-"+jt(e.isoDay)}function gy(e){const{isoYear:t}=e;return(t<0||t>9999?yy(t)+Ka(6,Math.abs(t)):Ka(4,t))+"-"+jt(e.isoMonth)}function Nk(e){return jt(e.isoMonth)+"-"+jt(e.isoDay)}function vy(e,t){const r=[jt(e.isoHour),jt(e.isoMinute)];return t!==-1&&r.push(jt(e.isoSecond)+((i,n,o,a)=>Ef(i*mn+n*oo+o,a))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),r.join(":")}function Ji(e,t=0){if(t===1)return"";const[r,i]=ln(Math.abs(e),ju),[n,o]=ln(i,Au),[a,u]=ln(o,Jt);return yy(e)+jt(r)+":"+jt(n)+(a||u?":"+jt(a)+Ef(u):"")}function kf(e,t){return t!==1&&(t>1||t===0&&e!==fe)?$y(e,t===2):""}function $y(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}function Ef(e,t){let r=Ka(9,e);return r=t===void 0?r.replace(qI,""):r.slice(0,t),r?"."+r:""}function yy(e){return e<0?"-":"+"}function $r(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}function Ok(e,t){const{epochNanoseconds:r}=e,i=(t.R?t:t(e.timeZone)).R(r),n=Gr(r,i);return{calendar:e.calendar,...n,offsetNanoseconds:i}}function qr(e,t,r,i=0,n=0,o,a){if(r!==void 0&&i===1&&(i===1||a))return cf(t,r);const u=e.I(t);if(r!==void 0&&i!==3){const l=((f,d,h,p)=>{const c=Re(d);p&&(h=du(h));for(const s of f){let m=Gt(Ht(s,c));if(p&&(m=du(m)),m===h)return s}})(u,t,r,o);if(l!==void 0)return l;if(i===0)throw new RangeError(sI)}return a?Re(t):Ki(e,t,n,u)}function Ki(e,t,r=0,i=e.I(t)){if(i.length===1)return i[0];if(r===1)throw new RangeError(cI);if(i.length)return i[r===3?1:0];const n=Re(t),o=((u,l)=>{const f=u.R(gr(l,-ye));return(d=>{if(d>ye)throw new RangeError(uI);return d})(u.R(gr(l,ye))-f)})(e,n),a=o*(r===2?-1:1);return(i=e.I(Gr(n,a)))[r===2?0:i.length-1]}function zn(e,t){const r=e.I(t);if(r.length)return r[0];const i=gr(Re(t),-ye);return e.O(i,1)}function by(e,t,r){return fn(Wt(Br(t.epochNanoseconds,(i=>{if(Py(i))throw new RangeError(fI);return Me(i,5)})(e?et(r):r))))}function _y(e,t,r,i,n,o=Object.create(null)){const a=t(i.timeZone),u=e(i.calendar);return{...i,...If(a,u,i,r?et(n):n,o)}}function Sy(e,t,r,i,n=Object.create(null)){const{calendar:o}=r;return At(Nf(e(o),r,t?et(i):i,n),o)}function wy(e,t,r,i,n){const{calendar:o}=r;return pn(gu(e(o),r,t?et(i):i,n),o)}function ky(e,t,r,i,n){const o=r.calendar,a=e(o);let u=xt(Yi(a,r));t&&(i=xf(i)),i.sign<0&&(u=a.P(u,{...Le,months:1}),u=yr(u,-1));const l=a.P(u,i,n);return Vi(Yi(a,l),o)}function Ey(e,t,r){return qt(Iy(t,e?et(r):r)[0])}function If(e,t,r,i,n){const o=Me(i,5);let a=r.epochNanoseconds;if(Py(i)){const u=_t(r,e);a=Br(Ki(e,{...gu(t,u,{...i,...lp},n),...Pt(Ct,u)}),o)}else a=Br(a,o),ge(n);return{epochNanoseconds:Wt(a)}}function Nf(e,t,r,i){const[n,o]=Iy(t,r);return dt({...gu(e,t,{...r,...lp,days:r.days+o},i),...n})}function gu(e,t,r,i){if(r.years||r.months||r.weeks)return e.P(t,r,i);ge(i);const n=r.days+Me(r,5)[0];return n?xt(yr(t,n)):t}function Yi(e,t,r=1){return yr(t,r-e.day(t))}function Iy(e,t){const[r,i]=Me(t,5),[n,o]=nu(jn(e)+i);return[n,r+o]}function yr(e,t){return t?{...e,...iu(Qe(e)+t*pt)}:e}function vu(e,t,r){const i=e(r.calendar);return Jr(r)?[r,i,t(r.timeZone)]:[{...r,...ht},i]}function Of(e){return e?ey:Re}function $u(e){return e?le(If,e):Nf}function Pf(e){return e?le(Xk,e):Qk}function Jr(e){return e&&e.epochNanoseconds}function Xi(e,t){return e<=6-(Jr(t)?1:0)}function Ny(e,t,r,i,n,o,a){const u=e(Vt(a).relativeTo),l=Math.max(_r(n),_r(o));if(Xi(l,u))return je(br(((m,g,$,v)=>{const _=Br(Me(m),Me(g),v?-1:1);if(!Number.isFinite(_[0]))throw new RangeError(Fn);return{...Le,...Kr(_,$)}})(n,o,l,i)));if(!u)throw new RangeError(Tu);i&&(o=et(o));const[f,d,h]=vu(t,r,u),p=$u(h),c=Pf(h),s=p(d,f,n);return je(c(d,f,p(d,s,o),l))}function Pk(e,t,r,i,n){const o=_r(i),[a,u,l,f,d]=((w,S,I)=>{w=su(w,Du);let T=Lb(w);const P=I(w[Rb]);let O=mf(w);const A=fo(w,7);let U=lo(w);if(T===void 0&&U===void 0)throw new RangeError(pI);if(U==null&&(U=0),T==null&&(T=Math.max(U,S)),Q4(T,U),O=gf(O,U,1),O>1&&U>5&&T!==U)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[T,U,O,A,P]})(n,o,e),h=Math.max(o,a);if(!d&&h<=6)return je(br(((w,S,I,T,P)=>{const O=pu(Me(w),I,T,P);return{...Le,...Kr(O,S)}})(i,a,u,l,f)));if(!Jr(d)&&!i.sign)return i;if(!d)throw new RangeError(Tu);const[p,c,s]=vu(t,r,d),m=Of(s),g=$u(s),$=Pf(s),v=g(c,p,i);Jr(d)||(dt(p),dt(v));let _=$(c,p,v,a);const y=i.sign,b=Un(_);if(y&&b&&y!==b)throw new RangeError(ei);return _=fu(_,m(v),a,u,l,f,c,p,m,g),je(_)}function xk(e){return e.sign===-1?xf(e):e}function xf(e){return je(et(e))}function et(e){const t={};for(const r of $e)t[r]=-1*e[r]||0;return t}function Tk(e){return!e.sign}function Un(e,t=$e){let r=0;for(const i of t){const n=Math.sign(e[i]);if(n){if(r&&r!==n)throw new RangeError(dI);r=n}}return r}function br(e){for(const t of kI)sn(t,e[t],-Bb,Bb,1);return Oy(Gt(Me(e),Jt)),e}function Oy(e){if(!Number.isSafeInteger(e))throw new RangeError(lI)}function Me(e,t=6){return A4(e,t,$e)}function Kr(e,t=6){const[r,i]=e,n=Qa(i,t,$e);if(n[$e[t]]+=r*(ye/Kt[t]),!Number.isFinite(n[$e[t]]))throw new RangeError(Fn);return n}function yu(e,t=5){return Qa(e,t,$e)}function Py(e){return!!Un(e,Db)}function _r(e){let t=9;for(;t>0&&!e[$e[t]];t--);return t}function Ak(e,t){return[e,t]}function xy(e){const t=Math.floor(e/zu)*zu;return[t,t+zu]}function jk(e){const t=Rn(e=eu(e));if(!t)throw new RangeError(ft(e));let r;if(t.j)r=0;else{if(!t.offset)throw new RangeError(ft(e));r=Sr(t.offset)}return t.timeZone&&Df(t.timeZone,1),fn(cf(ou(t),r))}function Ck(e){const t=Rn(We(e));if(!t)throw new RangeError(ft(e));if(t.timeZone)return Ty(t,t.offset?Sr(t.offset):void 0);if(t.j)throw new RangeError(ft(e));return jy(t)}function Dk(e,t){const r=Rn(We(e));if(!r||!r.timeZone)throw new RangeError(ft(e));const{offset:i}=r,n=i?Sr(i):void 0,[,o,a]=au(t);return Ty(r,n,o,a)}function Sr(e){const t=Df(e);if(t===void 0)throw new RangeError(ft(e));return t}function zk(e){const t=Rn(We(e));if(!t||t.j)throw new RangeError(ft(e));return At(Ay(t))}function Tf(e,t,r){let i=Rn(We(e));if(!i||i.j)throw new RangeError(ft(e));return t?i.calendar===fe&&(i=i.isoYear===-271821&&i.isoMonth===4?{...i,isoDay:20,...ht}:{...i,isoDay:1,...ht}):r&&i.calendar===fe&&(i={...i,isoYear:$n}),pn(i.C?Ay(i):jy(i))}function Uk(e,t){const r=jf(We(t));if(r)return Af(r),Vi(sf(vr(r)));const i=Tf(t,1);return Vi(Yi(e(i.calendar),i))}function Af(e){if(e.calendar!==fe)throw new RangeError(hn(e.calendar))}function Rk(e,t){const r=Cf(We(t));if(r)return Af(r),lu(vr(r));const i=Tf(t,0,1),{calendar:n}=i,o=e(n),[a,u,l]=o.v(i),[f,d]=o.q(a,u),[h,p]=o.G(f,d,l);return lu(xt(o.V(h,p,l)),n)}function Mk(e){let t,r=(i=>{const n=tN.exec(i);return n?(bu(n[10]),zy(n)):void 0})(We(e));if(!r){if(r=Rn(e),!r)throw new RangeError(ft(e));if(!r.C)throw new RangeError(ft(e));if(r.j)throw new RangeError(hn("Z"));Af(r)}if((t=jf(e))&&q4(t))throw new RangeError(ft(e));if((t=Cf(e))&&q4(t))throw new RangeError(ft(e));return qt(Wr(r,1))}function Lk(e){const t=(r=>{const i=iN.exec(r);return i?(n=>{function o(d,h,p){let c=0,s=0;if(p&&([c,l]=ln(l,Kt[p])),d!==void 0){if(u)throw new RangeError(hn(d));s=(m=>{const g=parseInt(m);if(!Number.isFinite(g))throw new RangeError(hn(m));return g})(d),a=1,h&&(l=zf(h)*(Kt[p]/Jt),u=1)}return c+s}let a=0,u=0,l=0,f={...Fr($e,[o(n[2]),o(n[3]),o(n[4]),o(n[5]),o(n[6],n[7],5),o(n[8],n[9],4),o(n[10],n[11],3)]),...Qa(l,2,$e)};if(!a)throw new RangeError($b($e));return Uf(n[1])<0&&(f=et(f)),f})(i):void 0})(We(e));if(!t)throw new RangeError(ft(e));return je(br(t))}function Zk(e){const t=Rn(e)||jf(e)||Cf(e);return t?t.calendar:e}function Fk(e){const t=Rn(e);return t&&(t.timeZone||t.j&&Er||t.offset)||e}function Ty(e,t,r=0,i=0){const n=Rf(e.timeZone),o=ae(n);let a;return ou(e),a=e.C?qr(o,e,t,r,i,!o.$,e.j):zn(o,e),Tt(a,n,Pu(e.calendar))}function Ay(e){return Cy(dt(ou(e)))}function jy(e){return Cy(xt(vr(e)))}function Cy(e){return{...e,calendar:Pu(e.calendar)}}function Rn(e){const t=eN.exec(e);return t?(r=>{const i=r[10],n=(i||"").toUpperCase()==="Z";return{isoYear:Dy(r),isoMonth:parseInt(r[4]),isoDay:parseInt(r[5]),...zy(r.slice(5)),...bu(r[16]),C:!!r[6],j:n,offset:n?void 0:i}})(t):void 0}function jf(e){const t=XI.exec(e);return t?(r=>({isoYear:Dy(r),isoMonth:parseInt(r[4]),isoDay:1,...bu(r[5])}))(t):void 0}function Cf(e){const t=QI.exec(e);return t?(r=>({isoYear:$n,isoMonth:parseInt(r[1]),isoDay:parseInt(r[2]),...bu(r[3])}))(t):void 0}function Df(e,t){const r=nN.exec(e);return r?((i,n)=>{const o=i[4]||i[5];if(n&&o)throw new RangeError(hn(o));return(a=>{if(Math.abs(a)>=ye)throw new RangeError(aI);return a})((Xr(i[2])*ju+Xr(i[3])*Au+Xr(i[4])*Jt+zf(i[5]||""))*Uf(i[1]))})(r,t):void 0}function Dy(e){const t=Uf(e[1]),r=parseInt(e[2]||e[3]);if(t<0&&!r)throw new RangeError(hn(-0));return t*r}function zy(e){const t=Xr(e[3]);return{...nu(zf(e[4]||""))[0],isoHour:Xr(e[1]),isoMinute:Xr(e[2]),isoSecond:t===60?59:t}}function bu(e){let t,r;const i=[];if(e.replace(rN,(n,o,a)=>{const u=!!o,[l,f]=a.split("=").reverse();if(f){if(f==="u-ca")i.push(l),t||(t=u);else if(u||/[A-Z]/.test(f))throw new RangeError(hn(n))}else{if(r)throw new RangeError(hn(n));r=l}return""}),i.length>1&&t)throw new RangeError(hn(e));return{timeZone:r,calendar:i[0]||fe}}function zf(e){return parseInt(e.padEnd(9,"0"))}function Yr(e){return new RegExp(`^${e}$`,"i")}function Uf(e){return e&&e!=="+"?-1:1}function Xr(e){return e===void 0?0:parseInt(e)}function Bk(e){return Rf(We(e))}function Rf(e){const t=Mf(e);return typeof t=="number"?Ji(t):t?(r=>{if(uN.test(r))throw new RangeError(wb(r));if(aN.test(r))throw new RangeError(oI);return r.toLowerCase().split("/").map((i,n)=>(i.length<=3||/\\d/.test(i))&&!/etc|yap/.test(i)?i.toUpperCase():i.replace(/baja|dumont|[a-z]+/g,(o,a)=>o.length<=2&&!n||o==="in"||o==="chat"?o.toUpperCase():o.length>2||!a?T4(o).replace(/island|noronha|murdo|rivadavia|urville/,T4):o)).join("/")})(e):Er}function Uy(e){const t=Mf(e);return typeof t=="number"?t:t?t.resolvedOptions().timeZone:Er}function Mf(e){const t=Df(e=e.toUpperCase(),1);return t!==void 0?t:e!==Er?oN(e):void 0}function Ry(e,t){return yt(e.epochNanoseconds,t.epochNanoseconds)}function My(e,t){return yt(e.epochNanoseconds,t.epochNanoseconds)}function Hk(e,t,r,i,n,o){const a=e(Vt(o).relativeTo),u=Math.max(_r(i),_r(n));if(P4($e,i,n))return 0;if(Xi(u,a))return yt(Me(i),Me(n));if(!a)throw new RangeError(Tu);const[l,f,d]=vu(t,r,a),h=Of(d),p=$u(d);return yt(h(p(f,l,i)),h(p(f,l,n)))}function Ly(e,t){return Qr(e,t)||Lf(e,t)}function Qr(e,t){return Tn(Qe(e),Qe(t))}function Lf(e,t){return Tn(jn(e),jn(t))}function Gk(e,t){return!Ry(e,t)}function Wk(e,t){return!My(e,t)&&!!Zy(e.timeZone,t.timeZone)&&e.calendar===t.calendar}function Vk(e,t){return!Ly(e,t)&&e.calendar===t.calendar}function qk(e,t){return!Qr(e,t)&&e.calendar===t.calendar}function Jk(e,t){return!Qr(e,t)&&e.calendar===t.calendar}function Kk(e,t){return!Qr(e,t)&&e.calendar===t.calendar}function Yk(e,t){return!Lf(e,t)}function Zy(e,t){if(e===t)return 1;try{return Uy(e)===Uy(t)}catch{}}function Fy(e,t,r,i){const n=Vr(e,i,3,5),o=_u(t.epochNanoseconds,r.epochNanoseconds,...n);return je(e?et(o):o)}function By(e,t,r,i,n,o){const a=wu(i.calendar,n.calendar),[u,l,f,d]=Vr(r,o,5),h=i.epochNanoseconds,p=n.epochNanoseconds,c=yt(p,h);let s;if(c)if(u<6)s=_u(h,p,u,l,f,d);else{const m=t((($,v)=>{if(!Zy($,v))throw new RangeError(kb);return $})(i.timeZone,n.timeZone)),g=e(a);s=Jy(g,m,i,n,c,u,o),s=fu(s,p,u,l,f,d,g,i,ey,le(If,m))}else s=Le;return je(r?et(s):s)}function Hy(e,t,r,i,n){const o=wu(r.calendar,i.calendar),[a,u,l,f]=Vr(t,n,6),d=Re(r),h=Re(i),p=yt(h,d);let c;if(p)if(a<=6)c=_u(d,h,a,u,l,f);else{const s=e(o);c=Ky(s,r,i,p,a,n),c=fu(c,h,a,u,l,f,s,r,Re,Nf)}else c=Le;return je(t?et(c):c)}function Gy(e,t,r,i,n){const o=wu(r.calendar,i.calendar);return Vy(t,()=>e(o),r,i,...Vr(t,n,6,9,6))}function Wy(e,t,r,i,n){const o=wu(r.calendar,i.calendar),a=Vr(t,n,9,9,8),u=e(o),l=Yi(u,r),f=Yi(u,i);return l.isoYear===f.isoYear&&l.isoMonth===f.isoMonth&&l.isoDay===f.isoDay?je(Le):Vy(t,()=>u,xt(l),xt(f),...a,8)}function Vy(e,t,r,i,n,o,a,u,l=6){const f=Re(r),d=Re(i);if(f===void 0||d===void 0)throw new RangeError(Fn);let h;if(yt(d,f))if(n===6)h=_u(f,d,n,o,a,u);else{const p=t();h=p.N(r,i,n),o===l&&a===1||(h=fu(h,d,n,o,a,u,p,r,Re,gu))}else h=Le;return je(e?et(h):h)}function qy(e,t,r,i){const[n,o,a,u]=Vr(e,i,5,5),l=Dn(Zf(t,r),qi(o,a),u),f={...Le,...yu(l,n)};return je(e?et(f):f)}function Xk(e,t,r,i,n,o){const a=yt(i.epochNanoseconds,r.epochNanoseconds);return a?n<6?Yy(r.epochNanoseconds,i.epochNanoseconds,n):Jy(t,e,r,i,a,n,o):Le}function Qk(e,t,r,i,n){const o=Re(t),a=Re(r),u=yt(a,o);return u?i<=6?Yy(o,a,i):Ky(e,t,r,u,i,n):Le}function Jy(e,t,r,i,n,o,a){const[u,l,f]=((p,c,s,m)=>{function g(){return S={...yr(_,b++*-m),...v},I=Ki(p,S),yt(y,I)===-m}const $=_t(c,p),v=Pt(Ct,$),_=_t(s,p),y=s.epochNanoseconds;let b=0;const w=Zf($,_);let S,I;if(Math.sign(w)===-m&&b++,g()&&(m===-1||g()))throw new RangeError(ei);const T=Gt(Ht(I,y));return[$,S,T]})(t,r,i,n);var d,h;return{...o===6?(d=u,h=l,{...Le,days:Xy(d,h)}):e.N(u,l,o,a),...yu(f)}}function Ky(e,t,r,i,n,o){const[a,u,l]=((f,d,h)=>{let p=d,c=Zf(f,d);return Math.sign(c)===-h&&(p=yr(d,-h),c+=ye*h),[f,p,c]})(t,r,i);return{...e.N(a,u,n,o),...yu(l)}}function _u(e,t,r,i,n,o){return{...Le,...Kr(pu(Ht(e,t),i,n,o),r)}}function Yy(e,t,r){return{...Le,...Kr(Ht(e,t),r)}}function Xy(e,t){return Su(Qe(e),Qe(t))}function Su(e,t){return Math.trunc((t-e)/pt)}function Zf(e,t){return jn(t)-jn(e)}function wu(e,t){if(e!==t)throw new RangeError(Sb);return e}function Qy(e){return this.m(e)[0]}function eb(e){return this.m(e)[1]}function Ff(e){const[t]=this.v(e);return Su(this.p(t),Qe(e))+1}function Bf(e){const t=sN.exec(e);if(!t)throw new RangeError(rI(e));return[parseInt(t[1]),!!t[2]]}function Qi(e,t){return"M"+jt(e)+(t?"L":"")}function ku(e,t,r){return e+(t||r&&e>=r?1:0)}function Hf(e,t){return e-(t&&e>=t?1:0)}function tb(e,t){return(t+e)*(Math.sign(t)||1)||0}function Gf(e){return jb[rb(e)]}function nb(e){return bI[rb(e)]}function rb(e){return wr(e.id||fe)}function eE(e){function t(n){return((o,a)=>({...ib(o,a),o:o.month,day:parseInt(o.day)}))(lf(r,n),i)}const r=Op(e),i=wr(e);return{id:e,h:tE(t),l:nE(t)}}function tE(e){return $t(t=>{const r=Qe(t);return e(r)},WeakMap)}function nE(e){const t=e(0).year-xI;return $t(r=>{let i,n=Hr(r-t),o=0;const a=[],u=[];do n+=400*pt;while((i=e(n)).year<=r);do if(n+=(1-i.day)*pt,i.year===r&&(a.push(n),u.push(i.o)),n-=pt,++o>100||n<-mp)throw new RangeError(ei);while((i=e(n)).year>=r);return{i:a.reverse(),u:Eb(u.reverse())}})}function ib(e,t){let r,i,n=ob(e);if(e.era){const o=jb[t],a=Cb[t]||{};o!==void 0&&(r=t==="islamic"?"ah":e.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),r==="bc"||r==="b"?r="bce":r==="ad"||r==="a"?r="ce":r==="beforeroc"&&(r="broc"),r=a[r]||r,i=n,n=tb(i,o[r]||0))}return{era:r,eraYear:i,year:n}}function ob(e){return parseInt(e.relatedYear||e.year)}function Eu(e){const{year:t,o:r,day:i}=this.h(e),{u:n}=this.l(t);return[t,n[r]+1,i]}function eo(e,t=1,r=1){return this.l(e).i[t-1]+(r-1)*pt}function ab(e,t){const r=Iu.call(this,e);return[Hf(t,r),r===t]}function Iu(e){const t=cb(this,e),r=cb(this,e-1),i=t.length;if(i>r.length){const n=nb(this);if(n<0)return-n;for(let o=0;o<i;o++)if(t[o]!==r[o])return o+1}}function Nu(e){return Su(eo.call(this,e),eo.call(this,e+1))}function ub(e,t){const{i:r}=this.l(e);let i=t+1,n=r;return i>r.length&&(i=1,n=this.l(e+1).i),Su(r[t-1],n[i-1])}function Ou(e){return this.l(e).i.length}function sb(e){const t=this.h(e);return[t.era,t.eraYear]}function cb(e,t){return Object.keys(e.l(t).u)}function to(e){return Pu(We(e))}function Pu(e){if((e=e.toLowerCase())!==fe&&e!==ni){const t=Op(e).resolvedOptions().calendar;if(wr(e)!==wr(t))throw new RangeError(_b(e));return t}return e}function wr(e){return e==="islamicc"&&(e="islamic"),e.split("-")[0]}function lb(e,t){return r=>r===fe?e:r===ni||r===Bn?Object.assign(Object.create(e),{id:r}):Object.assign(Object.create(t),cN(r))}function rE(e,t,r,i){const n=Mn(r,i,vn,[],Pb);if(n.timeZone!==void 0){const o=r.F(n),a=no(n),u=e(n.timeZone);return{epochNanoseconds:qr(t(u),{...o,...a},n.offset!==void 0?Sr(n.offset):void 0),timeZone:u}}return{...r.F(n),...ht}}function iE(e,t,r,i,n,o){const a=Mn(r,n,vn,Nb,Pb),u=e(a.timeZone),[l,f,d]=au(o),h=r.F(a,cu(l)),p=no(a,l);return Tt(qr(t(u),{...h,...p},a.offset!==void 0?Sr(a.offset):void 0,f,d),u,i)}function oE(e,t,r){const i=Mn(e,t,vn,[],gn),n=ge(r);return At(dt({...e.F(i,cu(n)),...no(i,n)}))}function aE(e,t,r,i=[]){const n=Mn(e,t,vn,i);return e.F(n,r)}function uE(e,t,r,i){const n=Mn(e,t,sp,i);return e.K(n,r)}function sE(e,t,r,i){const n=Mn(e,r,vn,ao);return t&&n.month!==void 0&&n.monthCode===void 0&&n.year===void 0&&(n.year=$n),e._(n,i)}function cE(e,t){return qt(no(bt(e,rp,[],1),ge(t)))}function lE(e){const t=bt(e,cp);return je(br({...Le,...t}))}function Mn(e,t,r,i=[],n=[]){return bt(t,[...e.fields(r),...n].sort(),i)}function bt(e,t,r,i=!r){const n={};let o,a=0;for(const u of t){if(u===o)throw new RangeError(JE(u));if(u==="constructor"||u==="__proto__")throw new RangeError(qE(u));let l=e[u];if(l!==void 0)a=1,Vb[u]&&(l=Vb[u](l,u)),n[u]=l;else if(r){if(r.includes(u))throw new TypeError(Xf(u));n[u]=Ab[u]}o=u}if(i&&!a)throw new TypeError($b(t));return n}function no(e,t){return Wr(Pp({...Ab,...e}),t)}function dE(e,t,r,i,n){const{calendar:o,timeZone:a}=r,u=e(o),l=t(a),f=[...u.fields(vn),...Ob].sort(),d=($=>{const v=_t($,ae),_=Ji(v.offsetNanoseconds),y=Mu($.calendar),[b,w,S]=y.v(v),[I,T]=y.q(b,w),P=Qi(I,T);return{...vN(v),year:b,monthCode:P,day:S,offset:_}})(r),h=bt(i,f),p=u.k(d,h),c={...d,...h},[s,m,g]=au(n,2);return Tt(qr(l,{...u.F(p,cu(s)),...Wr(Pp(c),s)},Sr(c.offset),m,g),a,o)}function fE(e,t,r,i){const n=e(t.calendar),o=[...n.fields(vn),...gn].sort(),a={...fb(u=t),hour:u.isoHour,minute:u.isoMinute,second:u.isoSecond,millisecond:u.isoMillisecond,microsecond:u.isoMicrosecond,nanosecond:u.isoNanosecond};var u;const l=bt(r,o),f=ge(i),d=n.k(a,l),h={...a,...l};return At(dt({...n.F(d,cu(f)),...Wr(Pp(h),f)}))}function pE(e,t,r,i){const n=e(t.calendar),o=n.fields(vn).sort(),a=fb(t),u=bt(r,o),l=n.k(a,u);return n.F(l,i)}function hE(e,t,r,i){const n=e(t.calendar),o=n.fields(sp).sort(),a=(f=>{const d=Mu(f.calendar),[h,p]=d.v(f),[c,s]=d.q(h,p);return{year:h,monthCode:Qi(c,s)}})(t),u=bt(r,o),l=n.k(a,u);return n.K(l,i)}function mE(e,t,r,i){const n=e(t.calendar),o=n.fields(vn).sort(),a=(f=>{const d=Mu(f.calendar),[h,p,c]=d.v(f),[s,m]=d.q(h,p);return{monthCode:Qi(s,m),day:c}})(t),u=bt(r,o),l=n.k(a,u);return n._(l,i)}function gE(e,t,r){return qt(((i,n,o)=>no({...Pt(rp,i),...bt(n,rp)},ge(o)))(e,t,r))}function vE(e,t){return je((r=e,i=t,br({...r,...bt(i,cp)})));var r,i}function db(e,t,r,i,n){t=Pt(r=e.fields(r),t),i=bt(i,n=e.fields(n),[]);let o=e.k(t,i);return o=bt(o,[...r,...n].sort(),[]),e.F(o)}function Wf(e,t){const r=Gf(e),i=Cb[e.id||""]||{};let{era:n,eraYear:o,year:a}=t;if(n!==void 0||o!==void 0){if(n===void 0||o===void 0)throw new TypeError(QE);if(!r)throw new RangeError(XE);const u=r[i[n]||n];if(u===void 0)throw new RangeError(tI(n));const l=tb(o,u);if(a!==void 0&&a!==l)throw new RangeError(eI);a=l}else if(a===void 0)throw new TypeError(nI(r));return a}function xu(e,t,r,i){let{month:n,monthCode:o}=t;if(o!==void 0){const a=((u,l,f,d)=>{const h=u.L(f),[p,c]=Bf(l);let s=ku(p,c,h);if(c){const m=nb(u);if(m===void 0)throw new RangeError(io);if(m>0){if(s>m)throw new RangeError(io);if(h===void 0){if(d===1)throw new RangeError(io);s--}}else{if(s!==-m)throw new RangeError(io);if(h===void 0&&d===1)throw new RangeError(io)}}return s})(e,o,r,i);if(n!==void 0&&n!==a)throw new RangeError(iI);n=a,i=1}else if(n===void 0)throw new TypeError(bb);return sn("month",n,1,e.B(r),i)}function Vf(e,t,r,i,n){return lt(t,"day",1,e.U(i,r),n)}function qf(e,t,r,i){let n=0;const o=[];for(const a of r)t[a]!==void 0?n=1:o.push(a);if(Object.assign(e,t),n)for(const a of i||o)delete e[a]}function fb(e){const t=Mu(e.calendar),[r,i,n]=t.v(e),[o,a]=t.q(r,i);return{year:r,monthCode:Qi(o,a),day:n}}function $E(e){return fn(Wt(af(nf(e))))}function yE(e,t,r,i,n=fe){return Tt(Wt(af(nf(r))),t(i),e(n))}function bE(e,t,r,i,n=0,o=0,a=0,u=0,l=0,f=0,d=fe){return At(dt(ou(cn(Xe,Fr(Cu,[t,r,i,n,o,a,u,l,f])))),e(d))}function _E(e,t,r,i,n=fe){return pn(xt(vr(cn(Xe,{isoYear:t,isoMonth:r,isoDay:i}))),e(n))}function SE(e,t,r,i=fe,n=1){const o=Xe(t),a=Xe(r),u=e(i);return Vi(sf(vr({isoYear:o,isoMonth:a,isoDay:Xe(n)})),u)}function wE(e,t,r,i=fe,n=$n){const o=Xe(t),a=Xe(r),u=e(i);return lu(xt(vr({isoYear:Xe(n),isoMonth:o,isoDay:a})),u)}function kE(e=0,t=0,r=0,i=0,n=0,o=0){return qt(Wr(cn(Xe,Fr(Ct,[e,t,r,i,n,o])),1))}function EE(e=0,t=0,r=0,i=0,n=0,o=0,a=0,u=0,l=0,f=0){return je(br(cn(rf,Fr($e,[e,t,r,i,n,o,a,u,l,f]))))}function IE(e,t,r=fe){return Tt(e.epochNanoseconds,t,r)}function NE(e){return fn(e.epochNanoseconds)}function pb(e,t){return At(_t(t,e))}function hb(e,t){return pn(_t(t,e))}function mb(e,t){return qt(_t(t,e))}function OE(e,t,r,i){const n=((o,a,u,l)=>{const f=(d=>Fb(Vt(d)))(l);return Ki(o(a),u,f)})(e,r,t,i);return Tt(Wt(n),r,t.calendar)}function PE(e,t,r,i,n){const o=e(n.timeZone),a=n.plainTime,u=a!==void 0?t(a):void 0,l=r(o);let f;return f=u?Ki(l,{...i,...u}):zn(l,{...i,...ht}),Tt(f,o,i.calendar)}function xE(e,t=ht){return At(dt({...e,...t}))}function TE(e,t,r){return((i,n)=>{const o=Mn(i,n,xb);return i.K(o,void 0)})(e(t.calendar),r)}function AE(e,t,r){return((i,n)=>{const o=Mn(i,n,Tb);return i._(o)})(e(t.calendar),r)}function jE(e,t,r,i){return((n,o,a)=>db(n,o,xb,Wi(a),ao))(e(t.calendar),r,i)}function CE(e,t,r,i){return((n,o,a)=>db(n,o,Tb,Wi(a),op))(e(t.calendar),r,i)}function DE(e){return fn(Wt(tu(rf(e),mn)))}function zE(e){return fn(Wt(af(nf(e))))}function kr(e,t,r){const i=new Set(r);return(n,o)=>{const a=r&&O4(n,r);if(!O4(n=((u,l)=>{const f={};for(const d in l)u.has(d)||(f[d]=l[d]);return f})(i,n),e)){if(o&&a)throw new TypeError("Invalid formatting options");n={...t,...n}}return r&&(n.timeZone=Er,["full","long"].includes(n.J)&&(n.J="medium")),n}}function Ln(e,t=gb,r=0){const[i,,,n]=e;return(o,a=zN,...u)=>{const l=t(n&&n(...u),o,a,i,r),f=l.resolvedOptions();return[l,...UE(e,f,u)]}}function gb(e,t,r,i,n){if(r=i(r,n),e){if(r.timeZone!==void 0)throw new TypeError(gI);r.timeZone=e}return new Hn(t,r)}function UE(e,t,r){const[,i,n]=e;return r.map(o=>(o.calendar&&((a,u,l)=>{if((l||a!==fe)&&a!==u)throw new RangeError(Sb)})(o.calendar,t.calendar,n),i(o,t)))}function RE(e,t,r){const i=t.timeZone,n=e(i),o={..._t(t,n),...r||ht};let a;return a=r?qr(n,o,o.offsetNanoseconds,2):zn(n,o),Tt(a,i,t.calendar)}function ME(e,t=ht){return At(dt({...e,...t}))}function Jf(e,t){return{...e,calendar:t}}function LE(e,t){return{...e,timeZone:t}}function Kf(e){const t=Yf();return Gr(t,e.R(t))}function Yf(){return tu(Date.now(),mn)}function ro(){return n6||(n6=new Hn().resolvedOptions().timeZone)}const ZE=(e,t)=>`Non-integer ${e}: ${t}`,FE=(e,t)=>`Non-positive ${e}: ${t}`,BE=(e,t)=>`Non-finite ${e}: ${t}`,HE=e=>`Cannot convert bigint to ${e}`,GE=e=>`Invalid bigint: ${e}`,WE="Cannot convert Symbol to string",VE="Invalid object",vb=(e,t,r,i,n)=>n?vb(e,n[t],n[r],n[i]):Zn(e,t)+`; must be between ${r}-${i}`,Zn=(e,t)=>`Invalid ${e}: ${t}`,Xf=e=>`Missing ${e}`,qE=e=>`Invalid field ${e}`,JE=e=>`Duplicate field ${e}`,$b=e=>"No valid fields: "+e.join(),KE="Invalid bag",yb=(e,t,r)=>Zn(e,t)+"; must be "+Object.keys(r).join(),YE="Cannot use valueOf",Qf="Invalid calling context",XE="Forbidden era/eraYear",QE="Mismatching era/eraYear",eI="Mismatching year/eraYear",tI=e=>`Invalid era: ${e}`,nI=e=>"Missing year"+(e?"/era/eraYear":""),rI=e=>`Invalid monthCode: ${e}`,iI="Mismatching month/monthCode",bb="Missing month/monthCode",io="Invalid leap month",ei="Invalid protocol results",_b=e=>Zn("Calendar",e),Sb="Mismatching Calendars",wb=e=>Zn("TimeZone",e),kb="Mismatching TimeZones",oI="Forbidden ICU TimeZone",aI="Out-of-bounds offset",uI="Out-of-bounds TimeZone gap",sI="Invalid TimeZone offset",cI="Ambiguous offset",Fn="Out-of-bounds date",lI="Out-of-bounds duration",dI="Cannot mix duration signs",Tu="Missing relativeTo",fI="Cannot use large units",pI="Required smallestUnit or largestUnit",hI="smallestUnit > largestUnit",ft=e=>`Cannot parse: ${e}`,hn=e=>`Invalid substring: ${e}`,mI=e=>`Cannot format ${e}`,ep="Mismatching types for formatting",gI="Cannot specify TimeZone",Eb=le(Ja,(e,t)=>t),ti=le(Ja,(e,t,r)=>r),jt=le(Ka,2),tp={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},np=Object.keys(tp),pt=864e5,Ib=1e3,oo=1e3,mn=1e6,Jt=1e9,Au=6e10,ju=36e11,ye=864e11,Kt=[1,oo,mn,Jt,Au,ju,ye],gn=np.slice(0,6),rp=Bi(gn),vI=["offset"],Nb=["timeZone"],Ob=gn.concat(vI),Pb=Ob.concat(Nb),ip=["era","eraYear"],$I=ip.concat(["year"]),op=["year"],ap=["monthCode"],up=["month"].concat(ap),ao=["day"],sp=up.concat(op),xb=ap.concat(op),vn=ao.concat(sp),yI=ao.concat(up),Tb=ao.concat(ap),Ab=ti(gn,0),fe="iso8601",ni="gregory",Bn="japanese",jb={[ni]:{"gregory-inverse":-1,gregory:0},[Bn]:{"japanese-inverse":-1,japanese:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethiopic:{ethioaa:0,ethiopic:5500},coptic:{"coptic-inverse":-1,coptic:0},roc:{"roc-inverse":-1,roc:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},Cb={[ni]:{bce:"gregory-inverse",ce:"gregory"},[Bn]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},bI={chinese:13,dangi:13,hebrew:-6},We=le(ef,"string"),_I=le(ef,"boolean"),SI=le(ef,"number"),$e=np.map(e=>e+"s"),cp=Bi($e),wI=$e.slice(0,6),Db=$e.slice(6),kI=Db.slice(1),EI=Eb($e),Le=ti($e,0),lp=ti(wI,0),dp=le(x4,$e),Ct=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],fp=["isoDay","isoMonth","isoYear"],Cu=Ct.concat(fp),pp=Bi(fp),zb=Bi(Ct),II=Bi(Cu),ht=ti(zb,0),NI=le(x4,Cu),hp=1e8,mp=hp*pt,OI=[hp,0],PI=[-hp,0],uo=275760,so=-271821,Hn=Intl.DateTimeFormat,Ub="en-GB",xI=1970,$n=1972,Gn=12,TI=Hr(1868,9,8),AI=$t(pk,WeakMap),Du="smallestUnit",gp="unit",co="roundingIncrement",vp="fractionalSecondDigits",Rb="relativeTo",$p="direction",Mb={constrain:0,reject:1},jI=Object.keys(Mb),CI={compatible:0,reject:1,earlier:2,later:3},DI={reject:0,use:1,prefer:2,ignore:3},zI={auto:0,never:1,critical:2,always:3},UI={auto:0,never:1,critical:2},RI={auto:0,never:1},MI={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},LI={previous:-1,next:1},lo=le(vf,Du),Lb=le(vf,"largestUnit"),ZI=le(vf,gp),Zb=le(Cn,"overflow",Mb),Fb=le(Cn,"disambiguation",CI),FI=le(Cn,"offset",DI),yp=le(Cn,"calendarName",zI),BI=le(Cn,"timeZoneName",UI),HI=le(Cn,"offset",RI),fo=le(Cn,"roundingMode",MI),bp="PlainYearMonth",_p="PlainMonthDay",po="PlainDate",ri="PlainDateTime",Sp="PlainTime",Wn="ZonedDateTime",wp="Instant",kp="Duration",GI=[Math.floor,e=>Xa(e)?Math.floor(e):Math.round(e),Math.ceil,e=>Xa(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>Xa(e)?Math.trunc(e)||0:Math.round(e),e=>e<0?Math.floor(e):Math.ceil(e),e=>Math.sign(e)*Math.round(Math.abs(e))||0,e=>Xa(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],Er="UTC",zu=5184e3,WI=ru(1847),VI=ru(new Date().getUTCFullYear()+10),qI=/0+$/,_t=$t(Ok,WeakMap),Bb=2**32-1,ae=$t(e=>{const t=Mf(e);return typeof t=="object"?new KI(t):new JI(t||0)});class JI{constructor(t){this.$=t}R(){return this.$}I(t){return(r=>{const i=Re({...r,...ht});if(!i||Math.abs(i[0])>1e8)throw new RangeError(Fn)})(t),[cf(t,this.$)]}O(){}}class KI{constructor(t){this.nn=(r=>{function i(f){const d=Hi(f,u,l),[h,p]=xy(d),c=o(h),s=o(p);return c===s?c:n(a(h,p),c,s,f)}function n(f,d,h,p){let c,s;for(;(p===void 0||(c=p<f[0]?d:p>=f[1]?h:void 0)===void 0)&&(s=f[1]-f[0]);){const m=f[0]+Math.floor(s/2);r(m)===h?f[1]=m:f[0]=m+1}return c}const o=$t(r),a=$t(Ak);let u=WI,l=VI;return{tn(f){const d=i(f-86400),h=i(f+86400),p=f-d,c=f-h;if(d===h)return[p];const s=i(p);return s===i(c)?[f-s]:d>h?[p,c]:[]},rn:i,O(f,d){const h=Hi(f,u,l);let[p,c]=xy(h);const s=zu*d,m=d<0?()=>c>u||(u=h,0):()=>p<l||(l=h,0);for(;m();){const g=o(p),$=o(c);if(g!==$){const v=a(p,c);n(v,g,$);const _=v[0];if((Tn(_,f)||1)===d)return _}p+=s,c+=s}}}})((r=>i=>{const n=lf(r,i*Ib);return ru(ob(n),parseInt(n.month),parseInt(n.day),parseInt(n.hour),parseInt(n.minute),parseInt(n.second))-i})(t))}R(t){return this.nn.rn((r=>L4(r)[0])(t))*Jt}I(t){const[r,i]=[ru((n=t).isoYear,n.isoMonth,n.isoDay,n.isoHour,n.isoMinute,n.isoSecond),n.isoMillisecond*mn+n.isoMicrosecond*oo+n.isoNanosecond];var n;return this.nn.tn(r).map(o=>Wt(gr(tu(o,Jt),i)))}O(t,r){const[i,n]=L4(t),o=this.nn.O(i+(r>0||n?1:0),r);if(o!==void 0)return tu(o,Jt)}}const Ep="([+-])",Uu="(?:[.,](\\\\d{1,9}))?",Hb=`(?:(?:${Ep}(\\\\d{6}))|(\\\\d{4}))-?(\\\\d{2})`,Ip="(\\\\d{2})(?::?(\\\\d{2})(?::?(\\\\d{2})"+Uu+")?)?",Np=Ep+Ip,YI=Hb+"-?(\\\\d{2})(?:[T ]"+Ip+"(Z|"+Np+")?)?",Gb="\\\\[(!?)([^\\\\]]*)\\\\]",Ru=`((?:${Gb}){0,9})`,XI=Yr(Hb+Ru),QI=Yr("(?:--)?(\\\\d{2})-?(\\\\d{2})"+Ru),eN=Yr(YI+Ru),tN=Yr("T?"+Ip+"(?:"+Np+")?"+Ru),nN=Yr(Np),rN=new RegExp(Gb,"g"),iN=Yr(`${Ep}?P(\\\\d+Y)?(\\\\d+M)?(\\\\d+W)?(\\\\d+D)?(?:T(?:(\\\\d+)${Uu}H)?(?:(\\\\d+)${Uu}M)?(?:(\\\\d+)${Uu}S)?)?`),oN=$t(e=>new Hn(Ub,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),aN=/^(AC|AE|AG|AR|AS|BE|BS|CA|CN|CS|CT|EA|EC|IE|IS|JS|MI|NE|NS|PL|PN|PR|PS|SS|VS)T$/,uN=/[^\\w\\/:+-]+/,sN=/^M(\\d{2})(L?)$/,cN=$t(eE),Op=$t(e=>new Hn(Ub,{calendar:e,timeZone:Er,era:"short",year:"numeric",month:"short",day:"numeric"})),Wb={P(e,t,r){const i=ge(r);let n,{years:o,months:a,weeks:u,days:l}=t;if(l+=Me(t,5)[0],o||a)n=((f,d,h,p,c)=>{let[s,m,g]=f.v(d);if(h){const[$,v]=f.q(s,m);s+=h,m=ku($,v,f.L(s)),m=sn("month",m,1,f.B(s),c)}return p&&([s,m]=f.un(s,m,p)),g=sn("day",g,1,f.U(s,m),c),f.p(s,m,g)})(this,e,o,a,i);else{if(!u&&!l)return e;n=Qe(e)}if(n===void 0)throw new RangeError(Fn);return n+=(7*u+l)*pt,xt(iu(n))},N(e,t,r){if(r<=7){let l=0,f=Xy({...e,...ht},{...t,...ht});return r===7&&([l,f]=An(f,7)),{...Le,weeks:l,days:f}}const i=this.v(e),n=this.v(t);let[o,a,u]=((l,f,d,h,p,c,s)=>{let m=p-f,g=c-d,$=s-h;if(m||g){const v=Math.sign(m||g);let _=l.U(p,c),y=0;if(Math.sign($)===-v){const b=_;[p,c]=l.un(p,c,-v),m=p-f,g=c-d,_=l.U(p,c),y=v<0?-b:_}if($=s-Math.min(h,_)+y,m){const[b,w]=l.q(f,d),[S,I]=l.q(p,c);if(g=S-b||Number(I)-Number(w),Math.sign(g)===-v){const T=v<0&&-l.B(p);m=(p-=v)-f,g=c-ku(b,w,l.L(p))+(T||l.B(p))}}}return[m,g,$]})(this,...i,...n);return r===8&&(a+=this.cn(o,i[0]),o=0),{...Le,years:o,months:a,days:u}},F(e,t){const r=ge(t),i=Wf(this,e),n=xu(this,e,i,r),o=Vf(this,e,n,i,r);return pn(xt(this.V(i,n,o)),this.id||fe)},K(e,t){const r=ge(t),i=Wf(this,e),n=xu(this,e,i,r);return Vi(sf(this.V(i,n,1)),this.id||fe)},_(e,t){const r=ge(t);let i,n,o,a=e.eraYear!==void 0||e.year!==void 0?Wf(this,e):void 0;const u=!this.id;if(a===void 0&&u&&(a=$n),a!==void 0){const h=xu(this,e,a,r);i=Vf(this,e,h,a,r);const p=this.L(a);n=Hf(h,p),o=h===p}else{if(e.monthCode===void 0)throw new TypeError(bb);if([n,o]=Bf(e.monthCode),this.id&&this.id!==ni&&this.id!==Bn)if(this.id&&wr(this.id)==="coptic"&&r===0){const h=o||n!==13?30:6;i=e.day,i=Hi(i,1,h)}else if(this.id&&wr(this.id)==="chinese"&&r===0){const h=!o||n!==1&&n!==9&&n!==10&&n!==11&&n!==12?30:29;i=e.day,i=Hi(i,1,h)}else i=e.day;else i=Vf(this,e,xu(this,e,$n,r),$n,r)}const l=this.G(n,o,i);if(!l)throw new RangeError("Cannot guess year");const[f,d]=l;return lu(xt(this.V(f,d,i)),this.id||fe)},fields(e){return Gf(this)&&e.includes("year")?[...e,...ip]:e},k(e,t){const r=Object.assign(Object.create(null),e);return qf(r,t,up),Gf(this)&&(qf(r,t,$I),this.id===Bn&&qf(r,t,yI,ip)),r},inLeapYear(e){const[t]=this.v(e);return this.sn(t)},monthsInYear(e){const[t]=this.v(e);return this.B(t)},daysInMonth(e){const[t,r]=this.v(e);return this.U(t,r)},daysInYear(e){const[t]=this.v(e);return this.fn(t)},dayOfYear:Ff,era(e){return this.hn(e)[0]},eraYear(e){return this.hn(e)[1]},monthCode(e){const[t,r]=this.v(e),[i,n]=this.q(t,r);return Qi(i,n)},dayOfWeek:W4,daysInWeek(){return 7}},lN={v:df,hn:V4,q:F4},dN={dayOfYear:Ff,v:df,p:Hr},fN=Object.assign({},dN,{weekOfYear:Qy,yearOfWeek:eb,m(e){function t(c){return(7-c<i?7:0)-c}function r(c){const s=G4(p+c),m=c||1,g=t(Gi(l+s*m,7));return d=(s+(g-f)*m)/7}const i=this.id?1:4,n=W4(e),o=this.dayOfYear(e),a=Gi(n-1,7),u=o-1,l=Gi(a-u,7),f=t(l);let d,h=Math.floor((u-f)/7)+1,p=e.isoYear;return h?h>r(0)&&(h=1,p++):(h=r(-1),p--),[h,p,d]}}),pN=Object.assign({},Wb,fN,{v:df,hn:V4,q:F4,G(e,t){if(!t)return[$n,e]},sn:ff,L(){},B:B4,cn:e=>e*Gn,U:H4,fn:G4,V:(e,t,r)=>({isoYear:e,isoMonth:t,isoDay:r}),p:Hr,un:(e,t,r)=>(e+=Ya(r,Gn),(t+=Xd(r,Gn))<1?(e--,t+=Gn):t>Gn&&(e++,t-=Gn),[e,t]),year(e){return e.isoYear},month(e){return e.isoMonth},day:e=>e.isoDay}),hN={v:Eu,hn:sb,q:ab},mN={dayOfYear:Ff,v:Eu,p:eo,weekOfYear:Qy,yearOfWeek:eb,m(){return[]}},gN=Object.assign({},Wb,mN,{v:Eu,hn:sb,q:ab,G(e,t,r){const i=this.id&&wr(this.id)==="chinese"?((f,d,h)=>{if(d)switch(f){case 1:return 1651;case 2:return h<30?1947:1765;case 3:return h<30?1966:1955;case 4:return h<30?1963:1944;case 5:return h<30?1971:1952;case 6:return h<30?1960:1941;case 7:return h<30?1968:1938;case 8:return h<30?1957:1718;case 9:return 1832;case 10:return 1870;case 11:return 1814;case 12:return 1890}return 1972})(e,t,r):$n;let[n,o,a]=Eu.call(this,{isoYear:i,isoMonth:Gn,isoDay:31});const u=Iu.call(this,n),l=o===u;(Tn(e,Hf(o,u))||Tn(Number(t),Number(l))||Tn(r,a))===1&&n--;for(let f=0;f<100;f++){const d=n-f,h=Iu.call(this,d),p=ku(e,t,h);if(t===(p===h)&&r<=ub.call(this,d,p))return[d,p]}},sn(e){const t=Nu.call(this,e);return t>Nu.call(this,e-1)&&t>Nu.call(this,e+1)},L:Iu,B:Ou,cn(e,t){const r=t+e,i=Math.sign(e),n=i<0?-1:0;let o=0;for(let a=t;a!==r;a+=i)o+=Ou.call(this,a+n);return o},U:ub,fn:Nu,V(e,t,r){return iu(eo.call(this,e,t,r))},p:eo,un(e,t,r){if(r){if(t+=r,!Number.isSafeInteger(t))throw new RangeError(Fn);if(r<0)for(;t<1;)t+=Ou.call(this,--e);else{let i;for(;t>(i=Ou.call(this,e));)t-=i,e++}}return[e,t]},year(e){return this.h(e).year},month(e){const{year:t,o:r}=this.h(e),{u:i}=this.l(t);return i[r]+1},day(e){return this.h(e).day}}),Mu=lb(lN,hN),ne=lb(pN,gN),Vb={era:eu,eraYear:Xe,year:Xe,month:R4,monthCode(e){const t=eu(e);return Bf(t),t},day:R4,...ti(gn,Xe),...ti($e,rf),offset(e){const t=eu(e);return Sr(t),t}},Pp=le(N4,gn,Ct),vN=le(N4,Ct,gn),Vn="numeric",ho=["timeZoneName"],qb={month:Vn,day:Vn},xp={year:Vn,month:Vn},Tp=Object.assign({},xp,{day:Vn}),Ap={hour:Vn,minute:Vn,second:Vn},jp=Object.assign({},Tp,Ap),$N=Object.assign({},jp,{timeZoneName:"short"}),yN=Object.keys(xp),bN=Object.keys(qb),_N=Object.keys(Tp),SN=Object.keys(Ap),Cp=["dateStyle"],wN=yN.concat(Cp),kN=bN.concat(Cp),Dp=_N.concat(Cp,["weekday"]),mo=SN.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),zp=Dp.concat(mo),EN=ho.concat(mo),IN=ho.concat(Dp),NN=ho.concat(["day","weekday"],mo),ON=ho.concat(["year","weekday"],mo),PN=kr(zp,jp),xN=kr(zp,$N),TN=kr(zp,jp,ho),AN=kr(Dp,Tp,EN),jN=kr(mo,Ap,IN),CN=kr(wN,xp,NN),DN=kr(kN,qb,ON),zN={},Jb=new Hn(void 0,{calendar:fe}).resolvedOptions().calendar===fe,Kb=[PN,$f],UN=[xN,$f,0,(e,t)=>{const r=e.timeZone;if(t&&t.timeZone!==r)throw new RangeError(kb);return r}],Yb=[TN,Qe],Xb=[AN,Qe],Qb=[jN,e=>jn(e)/mn],e6=[CN,Qe,Jb],t6=[DN,Qe,Jb];let n6;function qn(e,t,r,i,n){function o(...l){if(!(this instanceof o))throw new TypeError(Qf);a6(this,t(...l))}function a(l,f){return Object.defineProperties(function(...d){return l.call(this,u(this),...d)},Fi(f))}function u(l){const f=tt(l);if(!f||f.branding!==e)throw new TypeError(Qf);return f}return Object.defineProperties(o.prototype,{...lk(cn(a,r)),...Zr(cn(a,i)),...Yd("Temporal."+e)}),Object.defineProperties(o,{...Zr(n),...Fi(e)}),[o,l=>{const f=Object.create(o.prototype);return a6(f,l),f},u]}function ii(e){if(tt(e)||e.calendar!==void 0||e.timeZone!==void 0)throw new TypeError(KE);return e}function go(e){return r6(e)||fe}function r6(e){const{calendar:t}=e;if(t!==void 0)return Lu(t)}function Lu(e){if(Ye(e)){const{calendar:t}=tt(e)||{};if(!t)throw new TypeError(_b(e));return t}return(t=>Pu(Zk(We(t))))(e)}function Up(e){const t={};for(const r in e)t[r]=i=>{const{calendar:n}=i;return ne(n)[r](i)};return t}function Jn(){throw new TypeError(YE)}function St(e){if(Ye(e)){const{timeZone:t}=tt(e)||{};if(!t)throw new TypeError(wb(e));return t}return(t=>Rf(Fk(We(t))))(e)}function Ce(e){if(Ye(e)){const t=tt(e);return t&&t.branding===kp?t:lE(e)}return Lk(e)}function vo(e){if(e!==void 0){if(Ye(e)){const t=tt(e)||{};switch(t.branding){case Wn:case po:return t;case ri:return pn(t)}const r=go(e);return{...rE(St,ae,ne(r),e),calendar:r}}return Ck(e)}}function Kn(e,t){if(Ye(e)){const i=tt(e)||{};switch(i.branding){case Sp:return ge(t),i;case ri:return ge(t),qt(i);case Wn:return ge(t),mb(ae,i)}return cE(e,t)}const r=Mk(e);return ge(t),r}function Rp(e){return e===void 0?void 0:Kn(e)}function oi(e,t){if(Ye(e)){const i=tt(e)||{};switch(i.branding){case ri:return ge(t),i;case po:return ge(t),At({...i,...ht});case Wn:return ge(t),pb(ae,i)}return oE(ne(go(e)),e,t)}const r=zk(e);return ge(t),r}function i6(e,t){if(Ye(e)){const i=tt(e);if(i&&i.branding===_p)return ge(t),i;const n=r6(e);return sE(ne(n||fe),!n,e,t)}const r=Rk(ne,e);return ge(t),r}function ai(e,t){if(Ye(e)){const i=tt(e);return i&&i.branding===bp?(ge(t),i):uE(ne(go(e)),e,t)}const r=Uk(ne,e);return ge(t),r}function ui(e,t){if(Ye(e)){const i=tt(e)||{};switch(i.branding){case po:return ge(t),i;case ri:return ge(t),pn(i);case Wn:return ge(t),hb(ae,i)}return aE(ne(go(e)),e,t)}const r=Tf(e);return ge(t),r}function si(e,t){if(Ye(e)){const r=tt(e);if(r&&r.branding===Wn)return au(t),r;const i=go(e);return iE(St,ae,ne(i),i,e,t)}return Dk(e,t)}function o6(e){return cn(t=>r=>t(Mp(r)),e)}function Mp(e){return _t(e,ae)}function ci(e){if(Ye(e)){const t=tt(e);if(t)switch(t.branding){case wp:return t;case Wn:return fn(t.epochNanoseconds)}}return jk(e)}function RN(){function e(o,a){return new t(o,a)}function t(o,a=Object.create(null)){Fu.set(this,((u,l)=>{const f=new Hn(u,l),d=f.resolvedOptions(),h=d.locale,p=Pt(Object.keys(l),d),c=$t(ZN),s=(m,...g)=>{if(m){if(g.length!==2)throw new TypeError(ep);for(const y of g)if(y===void 0)throw new TypeError(ep)}m||g[0]!==void 0||(g=[]);const $=g.map(y=>tt(y)||Number(y));let v,_=0;for(const y of $){const b=typeof y=="object"?y.branding:void 0;if(_++&&b!==v)throw new TypeError(ep);v=b}return v?c(v)(h,p,...$):[f,...$]};return s.X=f,s})(o,a))}const r=Hn.prototype,i=Object.getOwnPropertyDescriptors(r),n=Object.getOwnPropertyDescriptors(Hn);for(const o in i){const a=i[o],u=o.startsWith("format")&&MN(o);typeof a.value=="function"?a.value=o==="constructor"?e:u||LN(o):u&&(a.get=function(){if(!Fu.has(this))throw new TypeError(Qf);return(...l)=>u.apply(this,l)},Object.defineProperties(a.get,Fi(`get ${o}`)))}return n.prototype.value=t.prototype=Object.create({},i),Object.defineProperties(e,n),e}function MN(e){return Object.defineProperties(function(...t){const r=Fu.get(this),[i,...n]=r(e.includes("Range"),...t);return i[e](...n)},Fi(e))}function LN(e){return Object.defineProperties(function(...t){return Fu.get(this).X[e](...t)},Fi(e))}function ZN(e){const t=VN[e];if(!t)throw new TypeError(mI(e));return Ln(t,$t(gb),1)}const Zu=new WeakMap,tt=Zu.get.bind(Zu),a6=Zu.set.bind(Zu),u6={era:dk,eraYear:j4,year:Qd,month:dn,daysInMonth:dn,daysInYear:dn,inLeapYear:_I,monthsInYear:dn},Lp={monthCode:We},s6={day:dn},FN={dayOfWeek:dn,dayOfYear:dn,weekOfYear:fk,yearOfWeek:j4,daysInWeek:dn},Zp=Up(Object.assign({},u6,Lp,s6,FN)),BN=Up({...u6,...Lp}),HN=Up({...Lp,...s6}),$o={calendarId:e=>e.calendar},GN=Ja(e=>t=>t[e],$e.concat("sign")),Fp=Ja((e,t)=>r=>r[Ct[t]],gn),c6={epochMilliseconds:$f,epochNanoseconds:mk},[WN,Ie]=qn(kp,EE,{...GN,blank:Tk},{with:(e,t)=>Ie(vE(e,t)),negated:e=>Ie(xf(e)),abs:e=>Ie(xk(e)),add:(e,t,r)=>Ie(Ny(vo,ne,ae,0,e,Ce(t),r)),subtract:(e,t,r)=>Ie(Ny(vo,ne,ae,1,e,Ce(t),r)),round:(e,t)=>Ie(Pk(vo,ne,ae,e,t)),total:(e,t)=>gk(vo,ne,ae,e,t),toLocaleString(e,t,r){return Intl.DurationFormat?new Intl.DurationFormat(t,r).format(this):Sf(e)},toString:Sf,toJSON:e=>Sf(e),valueOf:Jn},{from:e=>Ie(Ce(e)),compare:(e,t,r)=>Hk(vo,ne,ae,Ce(e),Ce(t),r)}),VN={Instant:Kb,PlainDateTime:Yb,PlainDate:Xb,PlainTime:Qb,PlainYearMonth:e6,PlainMonthDay:t6},qN=Ln(Kb),JN=Ln(UN),KN=Ln(Yb),YN=Ln(Xb),XN=Ln(Qb),QN=Ln(e6),eO=Ln(t6),[tO,Yn]=qn(Sp,kE,Fp,{with(e,t,r){return Yn(gE(this,ii(t),r))},add:(e,t)=>Yn(Ey(0,e,Ce(t))),subtract:(e,t)=>Yn(Ey(1,e,Ce(t))),until:(e,t,r)=>Ie(qy(0,e,Kn(t),r)),since:(e,t,r)=>Ie(qy(1,e,Kn(t),r)),round:(e,t)=>Yn(bk(e,t)),equals:(e,t)=>Yk(e,Kn(t)),toLocaleString(e,t,r){const[i,n]=XN(t,r,e);return i.format(n)},toString:py,toJSON:e=>py(e),valueOf:Jn},{from:(e,t)=>Yn(Kn(e,t)),compare:(e,t)=>Lf(Kn(e),Kn(t))}),[nO,Yt]=qn(ri,le(bE,to),{...$o,...Zp,...Fp},{with:(e,t,r)=>Yt(fE(ne,e,ii(t),r)),withCalendar:(e,t)=>Yt(Jf(e,Lu(t))),withPlainTime:(e,t)=>Yt(ME(e,Rp(t))),add:(e,t,r)=>Yt(Sy(ne,0,e,Ce(t),r)),subtract:(e,t,r)=>Yt(Sy(ne,1,e,Ce(t),r)),until:(e,t,r)=>Ie(Hy(ne,0,e,oi(t),r)),since:(e,t,r)=>Ie(Hy(ne,1,e,oi(t),r)),round:(e,t)=>Yt(yk(e,t)),equals:(e,t)=>Vk(e,oi(t)),toZonedDateTime:(e,t,r)=>nt(OE(ae,e,St(t),r)),toPlainDate:e=>Xt(pn(e)),toPlainTime:e=>Yn(qt(e)),toLocaleString(e,t,r){const[i,n]=KN(t,r,e);return i.format(n)},toString:cy,toJSON:e=>cy(e),valueOf:Jn},{from:(e,t)=>Yt(oi(e,t)),compare:(e,t)=>Ly(oi(e),oi(t))}),[rO,Bp]=qn(_p,le(wE,to),{...$o,...HN},{with:(e,t,r)=>Bp(mE(ne,e,ii(t),r)),equals:(e,t)=>Kk(e,i6(t)),toPlainDate(e,t){return Xt(CE(ne,e,this,t))},toLocaleString(e,t,r){const[i,n]=eO(t,r,e);return i.format(n)},toString:fy,toJSON:e=>fy(e),valueOf:Jn},{from:(e,t)=>Bp(i6(e,t))}),[iO,yo]=qn(bp,le(SE,to),{...$o,...BN},{with:(e,t,r)=>yo(hE(ne,e,ii(t),r)),add:(e,t,r)=>yo(ky(ne,0,e,Ce(t),r)),subtract:(e,t,r)=>yo(ky(ne,1,e,Ce(t),r)),until:(e,t,r)=>Ie(Wy(ne,0,e,ai(t),r)),since:(e,t,r)=>Ie(Wy(ne,1,e,ai(t),r)),equals:(e,t)=>Jk(e,ai(t)),toPlainDate(e,t){return Xt(jE(ne,e,this,t))},toLocaleString(e,t,r){const[i,n]=QN(t,r,e);return i.format(n)},toString:dy,toJSON:e=>dy(e),valueOf:Jn},{from:(e,t)=>yo(ai(e,t)),compare:(e,t)=>Qr(ai(e),ai(t))}),[oO,Xt]=qn(po,le(_E,to),{...$o,...Zp},{with:(e,t,r)=>Xt(pE(ne,e,ii(t),r)),withCalendar:(e,t)=>Xt(Jf(e,Lu(t))),add:(e,t,r)=>Xt(wy(ne,0,e,Ce(t),r)),subtract:(e,t,r)=>Xt(wy(ne,1,e,Ce(t),r)),until:(e,t,r)=>Ie(Gy(ne,0,e,ui(t),r)),since:(e,t,r)=>Ie(Gy(ne,1,e,ui(t),r)),equals:(e,t)=>qk(e,ui(t)),toZonedDateTime(e,t){const r=Ye(t)?t:{timeZone:t};return nt(PE(St,Kn,ae,e,r))},toPlainDateTime:(e,t)=>Yt(xE(e,Rp(t))),toPlainYearMonth(e){return yo(TE(ne,e,this))},toPlainMonthDay(e){return Bp(AE(ne,e,this))},toLocaleString(e,t,r){const[i,n]=YN(t,r,e);return i.format(n)},toString:ly,toJSON:e=>ly(e),valueOf:Jn},{from:(e,t)=>Xt(ui(e,t)),compare:(e,t)=>Qr(ui(e),ui(t))}),[aO,nt]=qn(Wn,le(yE,to,Bk),{...c6,...$o,...o6(Zp),...o6(Fp),offset:e=>Ji(Mp(e).offsetNanoseconds),offsetNanoseconds:e=>Mp(e).offsetNanoseconds,timeZoneId:e=>e.timeZone,hoursInDay:e=>_k(ae,e)},{with:(e,t,r)=>nt(dE(ne,ae,e,ii(t),r)),withCalendar:(e,t)=>nt(Jf(e,Lu(t))),withTimeZone:(e,t)=>nt(LE(e,St(t))),withPlainTime:(e,t)=>nt(RE(ae,e,Rp(t))),add:(e,t,r)=>nt(_y(ne,ae,0,e,Ce(t),r)),subtract:(e,t,r)=>nt(_y(ne,ae,1,e,Ce(t),r)),until:(e,t,r)=>Ie(je(By(ne,ae,0,e,si(t),r))),since:(e,t,r)=>Ie(je(By(ne,ae,1,e,si(t),r))),round:(e,t)=>nt($k(ae,e,t)),startOfDay:e=>nt(Sk(ae,e)),equals:(e,t)=>Wk(e,si(t)),toInstant:e=>Xn(NE(e)),toPlainDateTime:e=>Yt(pb(ae,e)),toPlainDate:e=>Xt(hb(ae,e)),toPlainTime:e=>Yn(mb(ae,e)),toLocaleString(e,t,r={}){const[i,n]=JN(t,r,e);return i.format(n)},toString:(e,t)=>sy(ae,e,t),toJSON:e=>sy(ae,e),valueOf:Jn,getTimeZoneTransition(e,t){const{timeZone:r,epochNanoseconds:i}=e,n=hk(t),o=ae(r).O(i,n);return o?nt({...e,epochNanoseconds:o}):null}},{from:(e,t)=>nt(si(e,t)),compare:(e,t)=>My(si(e),si(t))}),[uO,Xn]=qn(wp,$E,c6,{add:(e,t)=>Xn(by(0,e,Ce(t))),subtract:(e,t)=>Xn(by(1,e,Ce(t))),until:(e,t,r)=>Ie(Fy(0,e,ci(t),r)),since:(e,t,r)=>Ie(Fy(1,e,ci(t),r)),round:(e,t)=>Xn(vk(e,t)),equals:(e,t)=>Gk(e,ci(t)),toZonedDateTimeISO:(e,t)=>nt(IE(e,St(t))),toLocaleString(e,t,r){const[i,n]=qN(t,r,e);return i.format(n)},toString:(e,t)=>uy(St,ae,e,t),toJSON:e=>uy(St,ae,e),valueOf:Jn},{from:e=>Xn(ci(e)),fromEpochMilliseconds:e=>Xn(DE(e)),fromEpochNanoseconds:e=>Xn(zE(e)),compare:(e,t)=>Ry(ci(e),ci(t))}),sO=Object.defineProperties({},{...Yd("Temporal.Now"),...Zr({timeZoneId:()=>ro(),instant:()=>Xn(fn(Yf())),zonedDateTimeISO:(e=ro())=>nt(Tt(Yf(),St(e),fe)),plainDateTimeISO:(e=ro())=>Yt(At(Kf(ae(St(e))),fe)),plainDateISO:(e=ro())=>Xt(pn(Kf(ae(St(e))),fe)),plainTimeISO:(e=ro())=>Yn(qt(Kf(ae(St(e)))))})});({...Yd("Temporal"),...Zr({PlainYearMonth:iO,PlainMonthDay:rO,PlainDate:oO,PlainTime:tO,PlainDateTime:nO,ZonedDateTime:aO,Instant:uO,Duration:WN,Now:sO})});const cO=RN(),Fu=new WeakMap;Zr({DateTimeFormat:cO}),we.NUMBER,we.NUMERIC,we.CURRENCY,we.RATING,we.POSITION,we.TEXT,we.RICH_TEXT,we.RICH_TEXT_V2,Pn().transform(e=>e===""?[]:Gp(e)?[e]:JSON.parse(e)).refine(e=>Array.isArray(e)&&e.every(t=>typeof t=="string"),{error:"Expected an array of strings"}),Fv(e=>{try{if(typeof e=="string"){if(Gp(e))return[e];try{const t=JSON.parse(e);return Array.isArray(t)?t:[t]}catch{return[e]}}return Array.isArray(e)?e:[e]}catch{return[]}},Mr(Pn().refine(e=>GS(e)||Gp(e),"Must be a valid UUID or a variable with {{ }} syntax"))).catch([]);const lO=lv({isCurrentWorkspaceMemberSelected:ll().optional(),selectedRecordIds:Mr(Pn())});Pn().transform((e,t)=>{try{return JSON.parse(e)}catch(r){return t.addIssue({code:"custom",message:r.message}),Ar}}).pipe(lO),Object.entries(z8).map(([e,{label:t}])=>({value:e,label:`${t} (${e})`}));var Hp,l6;function dO(){if(l6)return Hp;l6=1;var e="[object Symbol]",t=/[\\\\^$.*+?()[\\]{}|]/g,r=RegExp(t.source),i=typeof xn=="object"&&xn&&xn.Object===Object&&xn,n=typeof self=="object"&&self&&self.Object===Object&&self,o=i||n||Function("return this")(),a=Object.prototype,u=a.toString,l=o.Symbol,f=l?l.prototype:void 0,d=f?f.toString:void 0;function h(g){if(typeof g=="string")return g;if(c(g))return d?d.call(g):"";var $=g+"";return $=="0"&&1/g==-1/0?"-0":$}function p(g){return!!g&&typeof g=="object"}function c(g){return typeof g=="symbol"||p(g)&&u.call(g)==e}function s(g){return g==null?"":h(g)}function m(g){return g=s(g),g&&r.test(g)?g.replace(t,"\\\\$&"):g}return Hp=m,Hp}dO();const fO=Bt.enum([la.MONDAY,la.SATURDAY,la.SUNDAY]),pO=Bt.union([Bt.coerce.number().int().positive(),Bt.literal("undefined")]).transform(e=>e==="undefined"?void 0:e),hO=Bt.enum(["NEXT","THIS","PAST"]),mO=Bt.enum(["SECOND","MINUTE","HOUR","DAY","WEEK","MONTH","YEAR"]),gO=Bt.object({direction:hO,amount:pO.nullish(),unit:mO,timezone:Bt.string().nullish(),firstDayOfTheWeek:fO.nullish()}).refine(e=>!(e.amount===void 0&&e.direction!=="THIS"),{error:"Amount cannot be \'undefined\' unless direction is \'THIS\'"}),vO=/((?:THIS)|(?:PAST)|(?:NEXT))_(\\d*)_(DAY|MONTH|YEAR|WEEK|HOUR|MINUTE|SECOND)(?:(?:;;([^;;]*);;)?(?:(MONDAY|SUNDAY|SATURDAY);;)?)?/;Bt.string().transform((e,t)=>{const r=new RegExp(vO).exec(e);if(!Ss.isNonEmptyArray(r))return t.addIssue(`Cannot parse stringified inline relative date filter, value : "${e}"`),Bt.NEVER;const[i,n,o,a,u,l]=r;return gO.parse({direction:n,amount:o,unit:a,timezone:u,firstDayOfTheWeek:l})}),Ue.Is+"",L.IS,Ue.IsNotNull+"",L.IS_NOT_NULL,Ue.IsNot+"",L.IS_NOT,Ue.LessThanOrEqual+"",L.LESS_THAN_OR_EQUAL,Ue.GreaterThanOrEqual+"",L.GREATER_THAN_OR_EQUAL,Ue.IsBefore+"",L.IS_BEFORE,Ue.IsAfter+"",L.IS_AFTER,Ue.Contains+"",L.CONTAINS,Ue.DoesNotContain+"",L.DOES_NOT_CONTAIN,Ue.IsEmpty+"",L.IS_EMPTY,Ue.IsNotEmpty+"",L.IS_NOT_EMPTY,Ue.IsRelative+"",L.IS_RELATIVE,Ue.IsInPast+"",L.IS_IN_PAST,Ue.IsInFuture+"",L.IS_IN_FUTURE,Ue.IsToday+"",L.IS_TODAY,L.IS+"",L.IS,L.IS_NOT_NULL+"",L.IS_NOT_NULL,L.IS_NOT+"",L.IS_NOT,L.LESS_THAN_OR_EQUAL+"",L.LESS_THAN_OR_EQUAL,L.GREATER_THAN_OR_EQUAL+"",L.GREATER_THAN_OR_EQUAL,L.IS_BEFORE+"",L.IS_BEFORE,L.IS_AFTER+"",L.IS_AFTER,L.CONTAINS+"",L.CONTAINS,L.DOES_NOT_CONTAIN+"",L.DOES_NOT_CONTAIN,L.IS_EMPTY+"",L.IS_EMPTY,L.IS_NOT_EMPTY+"",L.IS_NOT_EMPTY,L.IS_RELATIVE+"",L.IS_RELATIVE,L.IS_IN_PAST+"",L.IS_IN_PAST,L.IS_IN_FUTURE+"",L.IS_IN_FUTURE,L.IS_TODAY+"",L.IS_TODAY,L.VECTOR_SEARCH+"",L.VECTOR_SEARCH;const $O=e=>e.startsWith("http://")||e.startsWith("https://")||e.startsWith("HTTPS://")||e.startsWith("HTTP://")?e:`https://${e}`,yO=(e,t)=>{const n=/^(((?!-))(xn--|_)?[a-z0-9-]{0,61}[a-z0-9]{1,1}\\.){1,10}(xn--)?([a-z0-9][a-z0-9-]{0,60}|[a-z0-9-]{1,30}\\.[a-z]{2,})$/.test(e),o=/^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$/.test(e),a=e==="localhost"||e==="127.0.0.1";return a&&!1||o&&!1?!1:n||a||o};Pn().transform((e,t)=>{const r=e.trim(),i=$O(r),n=i.replace("https://","").replace("http://","").replace("HTTPS://","").replace("HTTP://","");if(/^\\d+(?:\\/[a-zA-Z]*)?$/.test(n))return t.addIssue({code:"custom",message:"domain is not a valid url"}),Ar;try{const o=new URL(i);return yO(o.hostname)?i:(t.addIssue({code:"custom",message:"domain is not a valid url"}),Ar)}catch{return t.addIssue({code:"custom",message:"domain is not a valid url"}),Ar}});const Gp=e=>/^{{[^{}]+}}$/.test(e),d6=new Map;for(const e of Yv()){const t=sw(e),r=d6.get(t);r?r.push(e):d6.set(t,[e])}new Set(Yv());class bO{constructor(t){this.cssText=t}}class _O extends Array{item(t){return this[t]??null}}class SO{constructor(t){this.cssRules=new _O,this.onChange=t}insertRule(t,r){const i=r??this.cssRules.length;return this.cssRules.splice(i,0,new bO(t)),this.notify(),i}deleteRule(t){this.cssRules.splice(t,1),this.notify()}notify(){const t=this.cssRules.map(r=>r.cssText).join(`\n`);this.onChange(t)}}const wO=e=>{const t=new WeakMap,r=new WeakMap,i=c=>{if(t.has(c))return;const s=document.createElement("remote-style");t.set(c,s);const g=(c.getAttributeNames?.()??[]).filter(T=>T.startsWith("data-")).map(T=>`${T}=${c.getAttribute(T)??""}`).join(";");g.length>0&&(s.styleKey=g);const $=()=>{s.cssText=c.textContent??""},v=new SO(T=>{s.cssText=T});try{Object.defineProperty(c,"sheet",{get:()=>v,configurable:!0})}catch{}const _=Object.getPrototypeOf(c),y=Object.getOwnPropertyDescriptor(c,"textContent")??Object.getOwnPropertyDescriptor(_,"textContent")??Object.getOwnPropertyDescriptor(Object.getPrototypeOf(_),"textContent");if(y?.set){const T=y.set;try{Object.defineProperty(c,"textContent",{get:y.get,set(P){T.call(this,P),s.cssText=P??""},configurable:!0})}catch{}}const b=c.appendChild.bind(c);try{c.appendChild=T=>{const P=b(T);return $(),P}}catch{}const w=c.insertBefore.bind(c);try{c.insertBefore=(T,P)=>{const O=w(T,P);return $(),O}}catch{}const S=c.removeChild.bind(c);try{c.removeChild=T=>{const P=S(T);return $(),P}}catch{}if(typeof MutationObserver=="function")try{const T=new MutationObserver(()=>{$()});typeof T.observe=="function"&&(T.observe(c,{subtree:!0,childList:!0,characterData:!0}),r.set(c,T))}catch{}const I=c.textContent;I&&(s.cssText=I),e.appendChild(s)},n=c=>{const s=r.get(c);s&&(s.disconnect(),r.delete(c));const m=t.get(c);m&&m.parentNode&&(m.parentNode.removeChild(m),t.delete(c))},o=document.head,a=o.appendChild.bind(o),u=o.insertBefore.bind(o),l=o.append.bind(o),f=o.prepend.bind(o),d=o.replaceChild.bind(o),h=o.removeChild.bind(o);o.appendChild=c=>{const s=a(c);return Ir(c)&&i(c),s},o.insertBefore=(c,s)=>{const m=u(c,s);return Ir(c)&&i(c),m},o.append=(...c)=>{l(...c);for(const s of c)Ir(s)&&i(s)},o.prepend=(...c)=>{f(...c);for(const s of c)Ir(s)&&i(s)},o.replaceChild=(c,s)=>{const m=d(c,s);return Ir(s)&&n(s),Ir(c)&&i(c),m},o.removeChild=c=>{const s=h(c);return Ir(c)&&n(c),s};const p=Array.from(o.querySelectorAll("style"));for(const c of p)i(c);Object.defineProperty(document,"styleSheets",{get:()=>[],configurable:!0})},Ir=e=>typeof e!="string"&&"localName"in e&&e.localName==="style",Bu=[{tag:"html-div",name:"HtmlDiv",properties:{}},{tag:"html-span",name:"HtmlSpan",properties:{}},{tag:"html-section",name:"HtmlSection",properties:{}},{tag:"html-article",name:"HtmlArticle",properties:{}},{tag:"html-header",name:"HtmlHeader",properties:{}},{tag:"html-footer",name:"HtmlFooter",properties:{}},{tag:"html-main",name:"HtmlMain",properties:{}},{tag:"html-nav",name:"HtmlNav",properties:{}},{tag:"html-aside",name:"HtmlAside",properties:{}},{tag:"html-p",name:"HtmlP",properties:{}},{tag:"html-h1",name:"HtmlH1",properties:{}},{tag:"html-h2",name:"HtmlH2",properties:{}},{tag:"html-h3",name:"HtmlH3",properties:{}},{tag:"html-h4",name:"HtmlH4",properties:{}},{tag:"html-h5",name:"HtmlH5",properties:{}},{tag:"html-h6",name:"HtmlH6",properties:{}},{tag:"html-strong",name:"HtmlStrong",properties:{}},{tag:"html-em",name:"HtmlEm",properties:{}},{tag:"html-small",name:"HtmlSmall",properties:{}},{tag:"html-code",name:"HtmlCode",properties:{}},{tag:"html-pre",name:"HtmlPre",properties:{}},{tag:"html-blockquote",name:"HtmlBlockquote",properties:{}},{tag:"html-a",name:"HtmlA",properties:{href:{type:"string",optional:!0},target:{type:"string",optional:!0},rel:{type:"string",optional:!0}}},{tag:"html-img",name:"HtmlImg",properties:{src:{type:"string",optional:!0},alt:{type:"string",optional:!0},width:{type:"number",optional:!0},height:{type:"number",optional:!0}}},{tag:"html-ul",name:"HtmlUl",properties:{}},{tag:"html-ol",name:"HtmlOl",properties:{}},{tag:"html-li",name:"HtmlLi",properties:{}},{tag:"html-form",name:"HtmlForm",properties:{action:{type:"string",optional:!0},method:{type:"string",optional:!0}}},{tag:"html-label",name:"HtmlLabel",properties:{htmlFor:{type:"string",optional:!0}}},{tag:"html-input",name:"HtmlInput",properties:{type:{type:"string",optional:!0},name:{type:"string",optional:!0},value:{type:"string",optional:!0},placeholder:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0},checked:{type:"boolean",optional:!0},readOnly:{type:"boolean",optional:!0}}},{tag:"html-textarea",name:"HtmlTextarea",properties:{name:{type:"string",optional:!0},value:{type:"string",optional:!0},placeholder:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0},readOnly:{type:"boolean",optional:!0},rows:{type:"number",optional:!0},cols:{type:"number",optional:!0}}},{tag:"html-select",name:"HtmlSelect",properties:{name:{type:"string",optional:!0},value:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0},multiple:{type:"boolean",optional:!0}}},{tag:"html-option",name:"HtmlOption",properties:{value:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0},selected:{type:"boolean",optional:!0}}},{tag:"html-button",name:"HtmlButton",properties:{type:{type:"string",optional:!0},disabled:{type:"boolean",optional:!0}}},{tag:"html-table",name:"HtmlTable",properties:{}},{tag:"html-thead",name:"HtmlThead",properties:{}},{tag:"html-tbody",name:"HtmlTbody",properties:{}},{tag:"html-tfoot",name:"HtmlTfoot",properties:{}},{tag:"html-tr",name:"HtmlTr",properties:{}},{tag:"html-th",name:"HtmlTh",properties:{colSpan:{type:"number",optional:!0},rowSpan:{type:"number",optional:!0}}},{tag:"html-td",name:"HtmlTd",properties:{colSpan:{type:"number",optional:!0},rowSpan:{type:"number",optional:!0}}},{tag:"html-br",name:"HtmlBr",properties:{}},{tag:"html-hr",name:"HtmlHr",properties:{}}],f6=e=>e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`),kO=new Set(["animationIterationCount","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","columns","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridArea","gridRow","gridRowEnd","gridRowSpan","gridRowStart","gridColumn","gridColumnEnd","gridColumnSpan","gridColumnStart","fontWeight","lineClamp","lineHeight","opacity","order","orphans","tabSize","widows","zIndex","zoom","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth"]),p6=e=>{const t={},r=()=>{const i=Object.entries(t).map(([n,o])=>`${n}:${o}`).join(";");e(i)};return new Proxy(t,{get:(i,n)=>{if(n==="cssText")return Object.entries(i).map(([o,a])=>`${o}:${a}`).join(";");if(n==="setProperty")return(o,a)=>{a===null||a===""?delete i[o]:i[o]=String(a),r()};if(n==="removeProperty")return o=>{const a=i[o]??"";return delete i[o],r(),a};if(n==="getPropertyValue")return o=>i[o]??"";if(typeof n=="string"){const o=f6(n);return i[o]??""}},set:(i,n,o)=>{if(n==="cssText"){for(const a of Object.keys(i))delete i[a];return String(o).split(";").forEach(a=>{const u=a.indexOf(":");if(u>0){const l=a.slice(0,u).trim(),f=a.slice(u+1).trim();l&&f&&(i[l]=f)}}),r(),!0}if(typeof n=="string"){const a=f6(n);if(o==null||o==="")delete i[a];else{let u=String(o);typeof o=="number"&&o!==0&&!kO.has(n)&&(u=`${o}px`),i[a]=u}return r(),!0}return!0}})},EO=()=>{for(const e of Bu){const t=customElements.get(e.tag);if(!t)continue;const r=new WeakMap;Object.defineProperty(t.prototype,"style",{get(){let i=r.get(this);if(!i){const n=this;i=p6(a=>{n.updateRemoteProperty("style",a||void 0)}),r.set(this,i)}return i},set(i){let n=r.get(this);if(!n){const o=this;n=p6(u=>{o.updateRemoteProperty("style",u||void 0)}),r.set(this,n)}typeof i=="string"&&(n.cssText=i)},configurable:!0})}},IO={className:"className",class:"className",htmlFor:"htmlFor",for:"htmlFor",tabIndex:"tabIndex",tabindex:"tabIndex"},NO=()=>{for(const e of Bu){const t=customElements.get(e.tag);if(!t)continue;const r=t.prototype.setAttribute;t.prototype.setAttribute=function(i,n){const o=IO[i];if(o){this[o]=n;return}r.call(this,i,n)}}};({...Object.fromEntries(Bu.map(e=>[e.tag.startsWith("html-")?e.tag.slice(5):e.tag,e.name]))});const OO={...Object.fromEntries(Bu.map(e=>[e.tag.startsWith("html-")?e.tag.slice(5):e.tag,e.tag]))},PO="__twentySdkExecutionContext__",Wp="__twentySdkContextListeners__",xO=()=>(globalThis[Wp]||(globalThis[Wp]=new Set),globalThis[Wp]),TO=e=>{globalThis[PO]=e;for(const t of xO())t()};globalThis.frontComponentHostCommunicationApi??={};const bo=globalThis.frontComponentHostCommunicationApi,AO=e=>{for(const[t,r]of Object.entries(e))globalThis[t]=r},jO=e=>{const t=globalThis,r=t.process??{},i=r.env??{};r.env={...i,...e},t.process=r};EO(),NO(),AO({__HTML_TAG_TO_CUSTOM_ELEMENT_TAG__:OO});const CO=async(e,t)=>{const r=new r_(e),i=document.createElement("remote-root"),n=document.createElement("remote-fragment");i.connect(r),i.append(n),document.body.append(i),wO(i),ws(t.applicationAccessToken)&&ws(t.apiUrl)&&jO({TWENTY_APP_ACCESS_TOKEN:t.applicationAccessToken,TWENTY_API_URL:t.apiUrl});const o=await fetch(t.componentUrl,{headers:ws(t.applicationAccessToken)?{Authorization:`Bearer ${t.applicationAccessToken}`}:void 0});if(!o.ok)throw new Error(`Failed to fetch front component from ${t.componentUrl}: ${o.status} ${o.statusText}`);const a=await o.text(),u=new Blob([a],{type:"application/javascript"}),l=URL.createObjectURL(u);try{(await import(l)).default(n)}finally{URL.revokeObjectURL(l)}},DO=async()=>{const e=nn.self.import();bo.navigate=e.navigate,bo.openSidePanelPage=e.openSidePanelPage,bo.unmountFrontComponent=e.unmountFrontComponent,bo.enqueueSnackbar=e.enqueueSnackbar,bo.closeSidePanel=e.closeSidePanel},zO=async e=>{TO(e)};nn.self.export({render:CO,initializeHostCommunicationApi:DO,updateContext:zO})})();\n',Kp=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",C0],{type:"text/javascript;charset=utf-8"});function V$(e){let t;try{if(t=Kp&&(self.URL||self.webkitURL).createObjectURL(Kp),!t)throw"";const n=new Worker(t,{name:e?.name});return n.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),n}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(C0),{name:e?.name})}}const M0=()=>new V$,A0=({componentUrl:e,applicationAccessToken:t,apiUrl:n,frontComponentHostCommunicationApi:r,setReceiver:o,setThread:i,setError:l})=>{const c=Ne.useRef(!1);return Ne.useEffect(()=>{if(c.current)return;const p=new F0.RemoteReceiver({retain:Mi.retain,release:Mi.release}),f=M0();f.onerror=h=>{const s=h.error??new Error(h.message||"Unknown worker error");console.error("[FrontComponentRenderer] Worker error:",s),l(s)};const d=new Mi.ThreadWebWorker(f,{exports:r});return i(d),d.imports.render(p.connection,{componentUrl:e,applicationAccessToken:t,apiUrl:n}).catch(h=>{l(h)}),o(p),c.current=!0,()=>{i(null),f.terminate(),c.current=!1}},[e,t,n,l,o,i,r]),null},Y$={click:"onClick",dblclick:"onDoubleClick",mousedown:"onMouseDown",mouseup:"onMouseUp",mouseover:"onMouseOver",mouseout:"onMouseOut",mouseenter:"onMouseEnter",mouseleave:"onMouseLeave",keydown:"onKeyDown",keyup:"onKeyUp",keypress:"onKeyPress",focus:"onFocus",blur:"onBlur",change:"onChange",input:"onInput",submit:"onSubmit",scroll:"onScroll",wheel:"onWheel",contextmenu:"onContextMenu",drag:"onDrag"},q$=new Set(["element","receiver","components"]),J$=Object.fromEntries(Object.entries(Y$).map(([e,t])=>[`on${e}`,t])),X$=new Set(["input","br","hr","img","area","base","col","embed","link","meta","source","track","wbr"]),Q$=e=>{if(!e||typeof e!="string")return e;const t={},n=e.split(";").filter(Boolean);for(const r of n){const o=r.indexOf(":");if(o===-1)continue;const i=r.slice(0,o).trim(),l=r.slice(o+1).trim(),c=i.replace(/-([a-z])/g,(p,f)=>f.toUpperCase());t[c]=l}return t},ey=e=>{if(!e||typeof e!="object")return{type:"unknown"};const t=e,n={type:typeof t.type=="string"?t.type:"unknown"};"altKey"in t&&(n.altKey=t.altKey),"ctrlKey"in t&&(n.ctrlKey=t.ctrlKey),"metaKey"in t&&(n.metaKey=t.metaKey),"shiftKey"in t&&(n.shiftKey=t.shiftKey),"clientX"in t&&(n.clientX=t.clientX),"clientY"in t&&(n.clientY=t.clientY),"pageX"in t&&(n.pageX=t.pageX),"pageY"in t&&(n.pageY=t.pageY),"screenX"in t&&(n.screenX=t.screenX),"screenY"in t&&(n.screenY=t.screenY),"button"in t&&(n.button=t.button),"buttons"in t&&(n.buttons=t.buttons),"key"in t&&(n.key=t.key),"code"in t&&(n.code=t.code),"repeat"in t&&(n.repeat=t.repeat),"deltaX"in t&&(n.deltaX=t.deltaX),"deltaY"in t&&(n.deltaY=t.deltaY),"deltaZ"in t&&(n.deltaZ=t.deltaZ),"deltaMode"in t&&(n.deltaMode=t.deltaMode);const r=t.target;return r&&typeof r=="object"&&("value"in r&&typeof r.value=="string"&&(n.value=r.value),"checked"in r&&typeof r.checked=="boolean"&&(n.checked=r.checked),"scrollTop"in r&&typeof r.scrollTop=="number"&&(n.scrollTop=r.scrollTop),"scrollLeft"in r&&typeof r.scrollLeft=="number"&&(n.scrollLeft=r.scrollLeft)),n},ty=e=>t=>{e(ey(t))},ny=e=>{const t={};for(const[n,r]of Object.entries(e))if(!(q$.has(n)||r===void 0))if(n==="style")t.style=Q$(r);else{const o=J$[n.toLowerCase()]||n;o.startsWith("on")&&typeof r=="function"?t[o]=ty(r):t[o]=r}return t},B=e=>{const t=X$.has(e);return({children:n,...r})=>B0.default.createElement(e,ny(r),t?void 0:n)},ry=({cssText:e,styleKey:t})=>{const n=Ne.useRef(null);return Ne.useEffect(()=>{const r=document.createElement("style");return r.setAttribute("data-remote-style",t??""),document.head.appendChild(r),n.current=r,()=>{document.head.removeChild(r),n.current=null}},[t]),Ne.useEffect(()=>{fr(n.current)&&fr(e)&&(n.current.textContent=e)},[e]),null},T0=new Map([["html-div",U.createRemoteComponentRenderer(B("div"))],["html-span",U.createRemoteComponentRenderer(B("span"))],["html-section",U.createRemoteComponentRenderer(B("section"))],["html-article",U.createRemoteComponentRenderer(B("article"))],["html-header",U.createRemoteComponentRenderer(B("header"))],["html-footer",U.createRemoteComponentRenderer(B("footer"))],["html-main",U.createRemoteComponentRenderer(B("main"))],["html-nav",U.createRemoteComponentRenderer(B("nav"))],["html-aside",U.createRemoteComponentRenderer(B("aside"))],["html-p",U.createRemoteComponentRenderer(B("p"))],["html-h1",U.createRemoteComponentRenderer(B("h1"))],["html-h2",U.createRemoteComponentRenderer(B("h2"))],["html-h3",U.createRemoteComponentRenderer(B("h3"))],["html-h4",U.createRemoteComponentRenderer(B("h4"))],["html-h5",U.createRemoteComponentRenderer(B("h5"))],["html-h6",U.createRemoteComponentRenderer(B("h6"))],["html-strong",U.createRemoteComponentRenderer(B("strong"))],["html-em",U.createRemoteComponentRenderer(B("em"))],["html-small",U.createRemoteComponentRenderer(B("small"))],["html-code",U.createRemoteComponentRenderer(B("code"))],["html-pre",U.createRemoteComponentRenderer(B("pre"))],["html-blockquote",U.createRemoteComponentRenderer(B("blockquote"))],["html-a",U.createRemoteComponentRenderer(B("a"))],["html-img",U.createRemoteComponentRenderer(B("img"))],["html-ul",U.createRemoteComponentRenderer(B("ul"))],["html-ol",U.createRemoteComponentRenderer(B("ol"))],["html-li",U.createRemoteComponentRenderer(B("li"))],["html-form",U.createRemoteComponentRenderer(B("form"))],["html-label",U.createRemoteComponentRenderer(B("label"))],["html-input",U.createRemoteComponentRenderer(B("input"))],["html-textarea",U.createRemoteComponentRenderer(B("textarea"))],["html-select",U.createRemoteComponentRenderer(B("select"))],["html-option",U.createRemoteComponentRenderer(B("option"))],["html-button",U.createRemoteComponentRenderer(B("button"))],["html-table",U.createRemoteComponentRenderer(B("table"))],["html-thead",U.createRemoteComponentRenderer(B("thead"))],["html-tbody",U.createRemoteComponentRenderer(B("tbody"))],["html-tfoot",U.createRemoteComponentRenderer(B("tfoot"))],["html-tr",U.createRemoteComponentRenderer(B("tr"))],["html-th",U.createRemoteComponentRenderer(B("th"))],["html-td",U.createRemoteComponentRenderer(B("td"))],["html-br",U.createRemoteComponentRenderer(B("br"))],["html-hr",U.createRemoteComponentRenderer(B("hr"))],["remote-style",U.createRemoteComponentRenderer(ry)],["remote-fragment",U.RemoteFragmentRenderer]]),oy=({componentUrl:e,applicationAccessToken:t,apiUrl:n,executionContext:r,frontComponentHostCommunicationApi:o,onError:i,theme:l})=>{const[c,p]=Ne.useState(null),[f,d]=Ne.useState(null),[h,s]=Ne.useState(null),[u,a]=Ne.useState(!1),m=Ne.useMemo(()=>Ee.jsx(A0,{componentUrl:e,applicationAccessToken:t,apiUrl:n,frontComponentHostCommunicationApi:o,setReceiver:p,setThread:d,setError:s}),[e,o,s,p,d,t,n]);return Ee.jsxs(Ee.Fragment,{children:[m,fr(h)&&Ee.jsxs(Ee.Fragment,{children:[Ee.jsx(Yp,{error:h,onError:i}),Ee.jsxs("div",{style:{padding:"12px 16px",backgroundColor:"#fef2f2",border:"1px solid #fecaca",borderRadius:"6px",color:"#991b1b",fontFamily:"monospace",fontSize:"13px",whiteSpace:"pre-wrap",wordBreak:"break-word",maxHeight:"200px",overflow:"auto"},children:[Ee.jsx("strong",{children:"FrontComponent error:"})," ",h.message]})]}),fr(f)&&Ee.jsxs(Ee.Fragment,{children:[Ee.jsx(qp,{thread:f}),Ee.jsx(Jp,{thread:f,executionContext:r,onExecutionContextInitialized:()=>a(!0)})]}),fr(c)&&u&&Ee.jsx(z0.ThemeProvider,{theme:l,children:Ee.jsx(U.RemoteRootRenderer,{receiver:c,components:T0})})]})},H=["click","dblclick","mousedown","mouseup","mouseover","mouseout","mouseenter","mouseleave","keydown","keyup","keypress","focus","blur","change","input","submit","scroll","wheel","contextmenu","drag"],Z={id:{type:String},className:{type:String},style:{type:String},title:{type:String},tabIndex:{type:Number},role:{type:String},"aria-label":{type:String},"aria-hidden":{type:Boolean},"data-testid":{type:String}},ul=j.createRemoteElement({properties:Z,events:[...H]}),ll=j.createRemoteElement({properties:Z,events:[...H]}),cl=j.createRemoteElement({properties:Z,events:[...H]}),dl=j.createRemoteElement({properties:Z,events:[...H]}),fl=j.createRemoteElement({properties:Z,events:[...H]}),pl=j.createRemoteElement({properties:Z,events:[...H]}),hl=j.createRemoteElement({properties:Z,events:[...H]}),ml=j.createRemoteElement({properties:Z,events:[...H]}),gl=j.createRemoteElement({properties:Z,events:[...H]}),vl=j.createRemoteElement({properties:Z,events:[...H]}),$l=j.createRemoteElement({properties:Z,events:[...H]}),yl=j.createRemoteElement({properties:Z,events:[...H]}),bl=j.createRemoteElement({properties:Z,events:[...H]}),_l=j.createRemoteElement({properties:Z,events:[...H]}),Sl=j.createRemoteElement({properties:Z,events:[...H]}),wl=j.createRemoteElement({properties:Z,events:[...H]}),kl=j.createRemoteElement({properties:Z,events:[...H]}),El=j.createRemoteElement({properties:Z,events:[...H]}),Il=j.createRemoteElement({properties:Z,events:[...H]}),Ol=j.createRemoteElement({properties:Z,events:[...H]}),Nl=j.createRemoteElement({properties:Z,events:[...H]}),Pl=j.createRemoteElement({properties:Z,events:[...H]}),xl=j.createRemoteElement({properties:{...Z,href:{type:String},target:{type:String},rel:{type:String}},events:[...H]}),Cl=j.createRemoteElement({properties:{...Z,src:{type:String},alt:{type:String},width:{type:Number},height:{type:Number}},events:[...H]}),Ml=j.createRemoteElement({properties:Z,events:[...H]}),Al=j.createRemoteElement({properties:Z,events:[...H]}),Tl=j.createRemoteElement({properties:Z,events:[...H]}),Rl=j.createRemoteElement({properties:{...Z,action:{type:String},method:{type:String}},events:[...H]}),Dl=j.createRemoteElement({properties:{...Z,htmlFor:{type:String}},events:[...H]}),jl=j.createRemoteElement({properties:{...Z,type:{type:String},name:{type:String},value:{type:String},placeholder:{type:String},disabled:{type:Boolean},checked:{type:Boolean},readOnly:{type:Boolean}},events:[...H]}),Ul=j.createRemoteElement({properties:{...Z,name:{type:String},value:{type:String},placeholder:{type:String},disabled:{type:Boolean},readOnly:{type:Boolean},rows:{type:Number},cols:{type:Number}},events:[...H]}),Ll=j.createRemoteElement({properties:{...Z,name:{type:String},value:{type:String},disabled:{type:Boolean},multiple:{type:Boolean}},events:[...H]}),zl=j.createRemoteElement({properties:{...Z,value:{type:String},disabled:{type:Boolean},selected:{type:Boolean}},events:[...H]}),Fl=j.createRemoteElement({properties:{...Z,type:{type:String},disabled:{type:Boolean}},events:[...H]}),Bl=j.createRemoteElement({properties:Z,events:[...H]}),Hl=j.createRemoteElement({properties:Z,events:[...H]}),Zl=j.createRemoteElement({properties:Z,events:[...H]}),Gl=j.createRemoteElement({properties:Z,events:[...H]}),Wl=j.createRemoteElement({properties:Z,events:[...H]}),Kl=j.createRemoteElement({properties:{...Z,colSpan:{type:Number},rowSpan:{type:Number}},events:[...H]}),Vl=j.createRemoteElement({properties:{...Z,colSpan:{type:Number},rowSpan:{type:Number}},events:[...H]}),Yl=j.createRemoteElement({properties:Z,events:[...H]}),ql=j.createRemoteElement({properties:Z,events:[...H]}),R0=j.createRemoteElement({properties:{cssText:{type:String},styleKey:{type:String}}});customElements.define("html-div",ul);customElements.define("html-span",ll);customElements.define("html-section",cl);customElements.define("html-article",dl);customElements.define("html-header",fl);customElements.define("html-footer",pl);customElements.define("html-main",hl);customElements.define("html-nav",ml);customElements.define("html-aside",gl);customElements.define("html-p",vl);customElements.define("html-h1",$l);customElements.define("html-h2",yl);customElements.define("html-h3",bl);customElements.define("html-h4",_l);customElements.define("html-h5",Sl);customElements.define("html-h6",wl);customElements.define("html-strong",kl);customElements.define("html-em",El);customElements.define("html-small",Il);customElements.define("html-code",Ol);customElements.define("html-pre",Nl);customElements.define("html-blockquote",Pl);customElements.define("html-a",xl);customElements.define("html-img",Cl);customElements.define("html-ul",Ml);customElements.define("html-ol",Al);customElements.define("html-li",Tl);customElements.define("html-form",Rl);customElements.define("html-label",Dl);customElements.define("html-input",jl);customElements.define("html-textarea",Ul);customElements.define("html-select",Ll);customElements.define("html-option",zl);customElements.define("html-button",Fl);customElements.define("html-table",Bl);customElements.define("html-thead",Hl);customElements.define("html-tbody",Zl);customElements.define("html-tfoot",Gl);customElements.define("html-tr",Wl);customElements.define("html-th",Kl);customElements.define("html-td",Vl);customElements.define("html-br",Yl);customElements.define("html-hr",ql);customElements.define("remote-style",R0);customElements.define("remote-root",j.RemoteRootElement);customElements.define("remote-fragment",j.RemoteFragmentElement);const iy=z.createRemoteComponent("html-div",ul,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),ay=z.createRemoteComponent("html-span",ll,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),sy=z.createRemoteComponent("html-section",cl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),uy=z.createRemoteComponent("html-article",dl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),ly=z.createRemoteComponent("html-header",fl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),cy=z.createRemoteComponent("html-footer",pl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),dy=z.createRemoteComponent("html-main",hl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),fy=z.createRemoteComponent("html-nav",ml,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),py=z.createRemoteComponent("html-aside",gl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),hy=z.createRemoteComponent("html-p",vl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),my=z.createRemoteComponent("html-h1",$l,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),gy=z.createRemoteComponent("html-h2",yl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),vy=z.createRemoteComponent("html-h3",bl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),$y=z.createRemoteComponent("html-h4",_l,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),yy=z.createRemoteComponent("html-h5",Sl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),by=z.createRemoteComponent("html-h6",wl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),_y=z.createRemoteComponent("html-strong",kl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Sy=z.createRemoteComponent("html-em",El,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),wy=z.createRemoteComponent("html-small",Il,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),ky=z.createRemoteComponent("html-code",Ol,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Ey=z.createRemoteComponent("html-pre",Nl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Iy=z.createRemoteComponent("html-blockquote",Pl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Oy=z.createRemoteComponent("html-a",xl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Ny=z.createRemoteComponent("html-img",Cl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Py=z.createRemoteComponent("html-ul",Ml,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),xy=z.createRemoteComponent("html-ol",Al,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Cy=z.createRemoteComponent("html-li",Tl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),My=z.createRemoteComponent("html-form",Rl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Ay=z.createRemoteComponent("html-label",Dl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Ty=z.createRemoteComponent("html-input",jl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Ry=z.createRemoteComponent("html-textarea",Ul,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Dy=z.createRemoteComponent("html-select",Ll,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),jy=z.createRemoteComponent("html-option",zl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Uy=z.createRemoteComponent("html-button",Fl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Ly=z.createRemoteComponent("html-table",Bl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),zy=z.createRemoteComponent("html-thead",Hl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Fy=z.createRemoteComponent("html-tbody",Zl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),By=z.createRemoteComponent("html-tfoot",Gl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Hy=z.createRemoteComponent("html-tr",Wl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Zy=z.createRemoteComponent("html-th",Kl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Gy=z.createRemoteComponent("html-td",Vl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Wy=z.createRemoteComponent("html-br",Yl,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}}),Ky=z.createRemoteComponent("html-hr",ql,{eventProps:{onClick:{event:"click"},onDoubleClick:{event:"dblclick"},onMouseDown:{event:"mousedown"},onMouseUp:{event:"mouseup"},onMouseOver:{event:"mouseover"},onMouseOut:{event:"mouseout"},onMouseEnter:{event:"mouseenter"},onMouseLeave:{event:"mouseleave"},onKeyDown:{event:"keydown"},onKeyUp:{event:"keyup"},onKeyPress:{event:"keypress"},onFocus:{event:"focus"},onBlur:{event:"blur"},onChange:{event:"change"},onInput:{event:"input"},onSubmit:{event:"submit"},onScroll:{event:"scroll"},onWheel:{event:"wheel"},onContextMenu:{event:"contextmenu"},onDrag:{event:"drag"}}});z.createRemoteComponent("remote-style",R0);Object.defineProperty(exports,"RemoteFragmentElement",{enumerable:!0,get:()=>j.RemoteFragmentElement});Object.defineProperty(exports,"RemoteRootElement",{enumerable:!0,get:()=>j.RemoteRootElement});exports.FrontComponentErrorEffect=Yp;exports.FrontComponentHostCommunicationApiEffect=qp;exports.FrontComponentRenderer=oy;exports.FrontComponentUpdateContextEffect=Jp;exports.FrontComponentWorkerEffect=A0;exports.HtmlA=Oy;exports.HtmlAElement=xl;exports.HtmlArticle=uy;exports.HtmlArticleElement=dl;exports.HtmlAside=py;exports.HtmlAsideElement=gl;exports.HtmlBlockquote=Iy;exports.HtmlBlockquoteElement=Pl;exports.HtmlBr=Wy;exports.HtmlBrElement=Yl;exports.HtmlButton=Uy;exports.HtmlButtonElement=Fl;exports.HtmlCode=ky;exports.HtmlCodeElement=Ol;exports.HtmlDiv=iy;exports.HtmlDivElement=ul;exports.HtmlEm=Sy;exports.HtmlEmElement=El;exports.HtmlFooter=cy;exports.HtmlFooterElement=pl;exports.HtmlForm=My;exports.HtmlFormElement=Rl;exports.HtmlH1=my;exports.HtmlH1Element=$l;exports.HtmlH2=gy;exports.HtmlH2Element=yl;exports.HtmlH3=vy;exports.HtmlH3Element=bl;exports.HtmlH4=$y;exports.HtmlH4Element=_l;exports.HtmlH5=yy;exports.HtmlH5Element=Sl;exports.HtmlH6=by;exports.HtmlH6Element=wl;exports.HtmlHeader=ly;exports.HtmlHeaderElement=fl;exports.HtmlHr=Ky;exports.HtmlHrElement=ql;exports.HtmlImg=Ny;exports.HtmlImgElement=Cl;exports.HtmlInput=Ty;exports.HtmlInputElement=jl;exports.HtmlLabel=Ay;exports.HtmlLabelElement=Dl;exports.HtmlLi=Cy;exports.HtmlLiElement=Tl;exports.HtmlMain=dy;exports.HtmlMainElement=hl;exports.HtmlNav=fy;exports.HtmlNavElement=ml;exports.HtmlOl=xy;exports.HtmlOlElement=Al;exports.HtmlOption=jy;exports.HtmlOptionElement=zl;exports.HtmlP=hy;exports.HtmlPElement=vl;exports.HtmlPre=Ey;exports.HtmlPreElement=Nl;exports.HtmlSection=sy;exports.HtmlSectionElement=cl;exports.HtmlSelect=Dy;exports.HtmlSelectElement=Ll;exports.HtmlSmall=wy;exports.HtmlSmallElement=Il;exports.HtmlSpan=ay;exports.HtmlSpanElement=ll;exports.HtmlStrong=_y;exports.HtmlStrongElement=kl;exports.HtmlTable=Ly;exports.HtmlTableElement=Bl;exports.HtmlTbody=Fy;exports.HtmlTbodyElement=Zl;exports.HtmlTd=Gy;exports.HtmlTdElement=Vl;exports.HtmlTextarea=Ry;exports.HtmlTextareaElement=Ul;exports.HtmlTfoot=By;exports.HtmlTfootElement=Gl;exports.HtmlTh=Zy;exports.HtmlThElement=Kl;exports.HtmlThead=zy;exports.HtmlTheadElement=Hl;exports.HtmlTr=Hy;exports.HtmlTrElement=Wl;exports.HtmlUl=Py;exports.HtmlUlElement=Ml;exports.componentRegistry=T0;exports.createRemoteWorker=M0;
|