From b885f9509145800628e4edd9f3780563274b3e29 Mon Sep 17 00:00:00 2001 From: StarL0rdDude <63902456+StarL0rdDude@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:51:26 +0300 Subject: [PATCH] Changed the structure of the examples repo --- README.md | 50 ++ .../.editorconfig | 0 .../.gitignore | 0 .../.vscode/extensions.json | 0 .../.vscode/launch.json | 0 .../.vscode/tasks.json | 0 .../README.md | 0 .../angular.json | 0 .../package-lock.json | 0 .../package.json | 0 .../src/app/app.component.css | 0 .../src/app/app.component.html | 0 .../src/app/app.component.spec.ts | 0 .../src/app/app.component.ts | 0 .../src/app/app.module.ts | 0 .../src/app/styles.ts | 0 .../src/assets/.gitkeep | 0 .../src/favicon.ico | Bin .../src/index.html | 0 .../src/main.ts | 0 .../src/styles.css | 0 .../tsconfig.app.json | 0 .../tsconfig.json | 0 .../tsconfig.spec.json | 0 .../react-dream-todo-app}/BackEnd/.gitignore | 0 .../react-dream-todo-app}/BackEnd/README.md | 0 .../BackEnd/controllers/note.js | 0 .../BackEnd/controllers/user.js | 0 .../react-dream-todo-app}/BackEnd/index.js | 0 .../BackEnd/models/note.js | 0 .../BackEnd/models/user.js | 0 .../BackEnd/novu/novu.js | 0 .../BackEnd/package.json | 0 .../BackEnd/routes/note.js | 0 .../BackEnd/routes/user.js | 0 .../BackEnd/utils/auth.js | 0 .../react-dream-todo-app}/FrontEnd/.gitignore | 0 .../react-dream-todo-app}/FrontEnd/README.md | 0 .../Screenshot 2023-04-06 at 1.01.25 PM.png | Bin .../Screenshot 2023-04-06 at 7.02.55 PM.png | Bin .../Screenshot 2023-04-07 at 11.28.09 AM.png | Bin .../Screenshot 2023-04-07 at 11.30.40 AM.png | Bin .../Screenshot 2023-04-07 at 11.31.40 AM.png | Bin .../Screenshot 2023-04-07 at 11.34.46 AM.png | Bin .../Screenshot 2023-04-07 at 11.40.35 AM.png | Bin .../FrontEnd/assets/sunrise.png | Bin .../FrontEnd/package-lock.json | 0 .../FrontEnd/package.json | 0 .../FrontEnd/public/favicon.ico | Bin .../FrontEnd/public/index.html | 0 .../FrontEnd/public/logo192.png | Bin .../FrontEnd/public/logo512.png | Bin .../FrontEnd/public/manifest.json | 0 .../FrontEnd/public/moonshine.png | Bin .../FrontEnd/public/robots.txt | 0 .../react-dream-todo-app}/FrontEnd/src/App.js | 0 .../FrontEnd/src/App.test.js | 0 .../FrontEnd/src/actions/auth.js | 0 .../FrontEnd/src/actions/notes.js | 0 .../FrontEnd/src/common/api.js | 0 .../FrontEnd/src/components/Header/Header.js | 0 .../FrontEnd/src/components/Header/header.css | 0 .../FrontEnd/src/components/Loader/Loader.css | 0 .../FrontEnd/src/components/Loader/Loader.js | 0 .../FrontEnd/src/components/Note/Note.js | 0 .../FrontEnd/src/components/Note/note.css | 0 .../FrontEnd/src/components/Quote/Quote.js | 0 .../FrontEnd/src/components/Quote/quote.css | 0 .../FrontEnd/src/index.css | 0 .../FrontEnd/src/index.js | 0 .../FrontEnd/src/pages/Home/Home.js | 0 .../FrontEnd/src/pages/Home/home.css | 0 .../FrontEnd/src/pages/Landscape/Landscape.js | 0 .../src/pages/Landscape/landscape.css | 0 .../FrontEnd/src/pages/Login/Login.js | 0 .../FrontEnd/src/pages/Login/login.css | 0 .../FrontEnd/src/pages/Signup/Signup.js | 0 .../FrontEnd/src/reducers/auth.js | 0 .../FrontEnd/src/reducers/index.js | 0 .../FrontEnd/src/reducers/notes.js | 0 .../FrontEnd/src/reportWebVitals.js | 0 .../FrontEnd/src/setupTests.js | 0 .../README.md | 0 .../back-end/Novu/novu.js | 0 .../back-end/controller/notif.js | 0 .../back-end/index.js | 0 .../back-end/models/notif.js | 0 .../back-end/package-lock.json | 0 .../back-end/package.json | 0 .../back-end/routes/notif.js | 0 .../frontend/app.js | 0 .../frontend/index.html | 0 .../frontend/notification-bell.png | Bin .../frontend/styles.css | 0 .../client/.env.example | 0 .../client/LICENSE | 0 .../client/NOTICE | 0 .../client/README.md | 0 .../client/fly.toml | 0 .../client/index.html | 0 .../client/package-lock.json | 0 .../client/package.json | 0 .../client/src/app.vue | 0 .../src/assets/css/components/angular.css | 0 .../assets/css/components/auth0-features.css | 0 .../src/assets/css/components/button.css | 0 .../assets/css/components/code-snippet.css | 0 .../src/assets/css/components/grids/index.css | 0 .../css/components/grids/messages-grid.css | 0 .../css/components/grids/profile-grid.css | 0 .../src/assets/css/components/hero-banner.css | 0 .../src/assets/css/components/index.css | 0 .../css/components/layouts/content-layout.css | 0 .../assets/css/components/layouts/index.css | 0 .../css/components/layouts/page-layout.css | 0 .../assets/css/components/mobile-nav-bar.css | 0 .../src/assets/css/components/nav-bar.css | 0 .../src/assets/css/components/page-footer.css | 0 .../src/assets/css/components/page-loader.css | 0 .../client/src/assets/css/general.css | 0 .../client/src/assets/css/styles.css | 0 .../client/src/assets/css/theme.css | 0 .../client/src/components/auth0-feature.vue | 0 .../client/src/components/auth0-features.vue | 0 .../src/components/buttons/login-button.vue | 0 .../src/components/buttons/logout-button.vue | 0 .../buttons/notification-button.vue | 0 .../src/components/buttons/signup-button.vue | 0 .../client/src/components/code-snippet.vue | 0 .../client/src/components/hero-banner.vue | 0 .../navigation/desktop/nav-bar-brand.vue | 0 .../navigation/desktop/nav-bar-buttons.vue | 0 .../navigation/desktop/nav-bar-tab.vue | 0 .../navigation/desktop/nav-bar-tabs.vue | 0 .../components/navigation/desktop/nav-bar.vue | 0 .../mobile/mobile-menu-toggle-button.vue | 0 .../navigation/mobile/mobile-menu.store.js | 0 .../mobile/mobile-nav-bar-brand.vue | 0 .../mobile/mobile-nav-bar-buttons.vue | 0 .../navigation/mobile/mobile-nav-bar-tab.vue | 0 .../navigation/mobile/mobile-nav-bar-tabs.vue | 0 .../navigation/mobile/mobile-nav-bar.vue | 0 .../src/components/page-footer-hyperlink.vue | 0 .../client/src/components/page-footer.vue | 0 .../client/src/components/page-layout.vue | 0 .../client/src/components/page-loader.vue | 0 .../client/src/icons/bell.svg | 0 .../client/src/main.js | 0 .../client/src/pages/admin-page.vue | 0 .../client/src/pages/callback-page.vue | 0 .../client/src/pages/home-page.vue | 0 .../client/src/pages/not-found-page.vue | 0 .../client/src/pages/profile-page.vue | 0 .../client/src/pages/protected-page.vue | 0 .../client/src/pages/public-page.vue | 0 .../client/src/router/index.js | 0 .../src/services/external-api.service.js | 0 .../client/src/services/message.service.js | 0 .../client/src/services/send.service.js | 0 .../client/vercel.json | 0 .../client/vite.config.js | 0 .../readme.md | 0 .../server-next/.env.example | 0 .../server-next/README.md | 0 .../server-next/jsconfig.json | 0 .../server-next/next.config.js | 0 .../server-next/package.json | 0 .../server-next/pages/_app.js | 0 .../server-next/pages/_document.js | 0 .../pages/api/send-notification.js | 0 .../pages/api/trigger-notification.js | 0 .../server-next/pages/index.js | 0 .../server-next/public}/favicon.ico | Bin .../server-next}/public/next.svg | 0 .../server-next/public/thirteen.svg | 0 .../server-next}/public/vercel.svg | 0 .../server-next/styles/Home.module.css | 0 .../server-next/styles/globals.css | 0 .../.example.env | 0 .../.gitignore | 0 .../.vscode/extensions.json | 0 .../README.md | 0 .../vue-notification-center-example}/env.d.ts | 0 .../index.html | 0 .../package-lock.json | 0 .../package.json | 0 .../public/favicon.ico | Bin .../src/App.vue | 0 .../src/assets/base.css | 0 .../src/assets/logo.svg | 0 .../src/assets/main.css | 0 .../src/components/NovuNotificationCenter.vue | 0 .../src/components/styles.ts | 0 .../src/main.ts | 0 .../tsconfig.config.json | 0 .../tsconfig.json | 0 .../vite.config.ts | 0 react-dream-todo-app/BackEnd/.DS_Store | Bin 8196 -> 0 bytes .../react/.gitignore | 0 .../react/README.md | 0 .../react/emails/magic-links/novu-confirm.tsx | 0 .../emails/magic-links/novu-login-code.tsx | 0 .../emails/magic-links/novu-magic-link-1.tsx | 0 .../emails/magic-links/novu-magic-link-2.tsx | 0 .../emails/magic-links/novu-verify-email.tsx | 0 .../magic-links/novu-verify-identity.tsx | 0 .../emails/newsletters/novu-challengers.tsx | 0 .../emails/newsletters/novu-policy-update.tsx | 0 .../react/emails/newsletters/novu-tips.tsx | 0 .../notifications/novu-access-token.tsx | 0 .../emails/notifications/novu-invite-user.tsx | 0 .../notifications/novu-recent-login.tsx | 0 .../react/emails/receipts/novu-receipt-1.tsx | 0 .../react/emails/receipts/novu-receipt-2.tsx | 0 .../reset-password/novu-reset-password-1.tsx | 0 .../reset-password/novu-reset-password-2.tsx | 0 .../react/emails/reviews/novu-review-1.tsx | 0 .../react/emails/reviews/novu-review-2.tsx | 0 .../react/emails/static/arrow.png | Bin .../react/emails/static/footer.png | Bin .../react/emails/static/github.png | Bin .../react/emails/static/header.png | Bin .../react/emails/static/notion-logo.png | Bin .../react/emails/static/plaid-logo.png | Bin .../react/emails/static/plaid.png | Bin .../react/emails/static/stripe-logo.png | Bin .../react/emails/static/team.png | Bin .../react/emails/static/user.png | Bin .../react/emails/static/vercel-logo.png | Bin .../react/emails/static/yelp-logo.png | Bin .../react/emails/welcome/novu-welcome-1.tsx | 0 .../react/emails/welcome/novu-welcome-2.tsx | 0 .../react/emails/welcome/novu-welcome-3.tsx | 0 .../react/package-lock.json | 0 .../react/package.json | 0 .../.DS_Store | Bin 6148 -> 0 bytes .../client/.env | 7 - .../client/dist/assets/admin-page.3137414f.js | 1 - .../dist/assets/code-snippet.10c1b5d2.js | 1 - .../assets/external-api.service.2c850b48.js | 2 - .../client/dist/assets/index.5e815948.css | 1 - .../client/dist/assets/index.cdcc7ed0.js | 577 ------------------ .../dist/assets/message.service.bdab0167.js | 1 - .../dist/assets/not-found-page.75d76015.js | 1 - .../dist/assets/profile-page.de46576a.js | 1 - .../dist/assets/protected-page.2a348bfe.js | 1 - .../dist/assets/public-page.1ace8c55.js | 1 - .../client/dist/index.html | 26 - .../server-next/.DS_Store | Bin 6148 -> 0 bytes .../server-next/.env | 4 - .../.DS_Store | Bin 6148 -> 0 bytes .../react/README.md | 0 .../react/feedback-reviews/.gitignore | 0 .../react/feedback-reviews/README.md | 0 .../feedback-reviews/app/api/novu/route.ts | 0 .../react/feedback-reviews}/app/favicon.ico | Bin .../react/feedback-reviews/app/globals.css | 0 .../react/feedback-reviews/app/layout.tsx | 0 .../app/novu/emails/feedback.tsx | 0 .../app/novu/workflows/index.ts | 0 .../app/novu/workflows/schemas.ts | 0 .../app/novu/workflows/workflow.ts | 0 .../react/feedback-reviews/app/page.tsx | 0 .../react/feedback-reviews/next-env.d.ts | 0 .../react/feedback-reviews/next.config.mjs | 0 .../react/feedback-reviews/package-lock.json | 0 .../react/feedback-reviews/package.json | 0 .../react/feedback-reviews/postcss.config.cjs | 0 .../react/feedback-reviews}/public/next.svg | 0 .../react/feedback-reviews}/public/vercel.svg | 0 .../react/feedback-reviews/tailwind.config.ts | 0 .../react/feedback-reviews/tsconfig.json | 0 .../react/invoice-receipts/.eslintrc.json | 0 .../react/invoice-receipts/.gitignore | 0 .../react/invoice-receipts/README.md | 0 .../invoice-receipts/app/api/novu/route.ts | 0 .../react/invoice-receipts}/app/favicon.ico | Bin .../react/invoice-receipts/app/globals.css | 0 .../react/invoice-receipts/app/layout.tsx | 0 .../app/novu/emails/apple-receipt.tsx | 0 .../app/novu/workflows/index.ts | 0 .../app/novu/workflows/schemas.ts | 0 .../app/novu/workflows/workflow.ts | 0 .../react/invoice-receipts/app/page.tsx | 0 .../react/invoice-receipts/next-env.d.ts | 0 .../react/invoice-receipts/next.config.mjs | 0 .../react/invoice-receipts/package-lock.json | 0 .../react/invoice-receipts/package.json | 0 .../react/invoice-receipts/postcss.config.cjs | 0 .../react/invoice-receipts}/public/next.svg | 0 .../react/invoice-receipts}/public/vercel.svg | 0 .../react/invoice-receipts/tailwind.config.ts | 0 .../react/invoice-receipts/tsconfig.json | 0 .../multi-workflow-digest/.eslintrc.json | 0 .../.github/workflows/novu.yml | 0 .../react/multi-workflow-digest/.gitignore | 0 .../react/multi-workflow-digest/README.md | 0 .../app/api/novu/route.ts | 0 .../multi-workflow-digest}/app/favicon.ico | Bin .../multi-workflow-digest/app/globals.css | 0 .../multi-workflow-digest/app/layout.tsx | 0 .../app/novu/emails/linear-digest.tsx | 0 .../app/novu/workflows/index.ts | 0 .../workflows/multi-workflow-digest/index.ts | 0 .../multi-workflow-digest/schemas.ts | 0 .../workflows/multi-workflow-digest/types.ts | 0 .../multi-workflow-digest/workflow.ts | 0 .../react/multi-workflow-digest/app/page.tsx | 0 .../multi-workflow-digest/next.config.mjs | 0 .../multi-workflow-digest/package-lock.json | 0 .../react/multi-workflow-digest/package.json | 0 .../multi-workflow-digest/postcss.config.cjs | 0 .../public/linear-logo.png | Bin .../multi-workflow-digest}/public/next.svg | 0 .../multi-workflow-digest}/public/vercel.svg | 0 .../multi-workflow-digest/tailwind.config.ts | 0 .../react/multi-workflow-digest/tsconfig.json | 0 .../react/newsletter/.eslintrc.json | 0 .../react/newsletter/.gitignore | 0 .../react/newsletter/README.md | 0 .../react/newsletter/app/api/novu/route.ts | 0 .../react/newsletter}/app/favicon.ico | Bin .../react/newsletter/app/globals.css | 0 .../react/newsletter/app/layout.tsx | 0 .../novu/emails/newsletter_stackoverflow.tsx | 0 .../app/novu/emails/pics/stack_image.ts | 0 .../newsletter/app/novu/workflows/index.ts | 0 .../newsletter/app/novu/workflows/schemas.ts | 0 .../newsletter/app/novu/workflows/workflow.ts | 0 .../react/newsletter/app/page.tsx | 0 .../react/newsletter/next.config.mjs | 0 .../react/newsletter/package-lock.json | 0 .../react/newsletter/package.json | 0 .../react/newsletter/postcss.config.cjs | 0 .../react/newsletter}/public/next.svg | 0 .../react/newsletter}/public/vercel.svg | 0 .../react/newsletter/tailwind.config.ts | 0 .../react/newsletter/tsconfig.json | 0 .../react/otp/.gitignore | 0 .../react/otp/README.md | 0 .../react/otp/app/api/novu/route.ts | 0 .../react/otp}/app/favicon.ico | Bin .../react/otp/app/globals.css | 0 .../react/otp/app/layout.tsx | 0 .../react/otp/app/novu/emails/slack-otp.tsx | 0 .../react/otp/app/novu/workflows/index.ts | 0 .../react/otp/app/novu/workflows/schemas.ts | 0 .../react/otp/app/novu/workflows/workflow.ts | 0 .../react/otp/app/page.tsx | 0 .../react/otp/next-env.d.ts | 0 .../react/otp/next.config.mjs | 0 .../react/otp/package-lock.json | 0 .../react/otp/package.json | 0 .../react/otp/postcss.config.cjs | 0 .../react/otp}/public/next.svg | 0 .../react/otp}/public/vercel.svg | 0 .../react/otp/tailwind.config.ts | 0 .../react/otp/tsconfig.json | 0 .../react/password-reset/.gitignore | 0 .../react/password-reset/README.md | 0 .../password-reset/app/api/novu/route.ts | 0 .../react/password-reset}/app/favicon.ico | Bin .../react/password-reset/app/globals.css | 0 .../react/password-reset/app/layout.tsx | 0 .../app/novu/emails/password-reset.tsx | 0 .../app/novu/workflows/index.ts | 0 .../app/novu/workflows/schemas.ts | 0 .../app/novu/workflows/workflow.ts | 0 .../react/password-reset/app/page.tsx | 0 .../react/password-reset/next-env.d.ts | 0 .../react/password-reset/next.config.mjs | 0 .../react/password-reset/package-lock.json | 0 .../react/password-reset/package.json | 0 .../react/password-reset/postcss.config.cjs | 0 .../react/password-reset}/public/next.svg | 0 .../react/password-reset}/public/vercel.svg | 0 .../react/password-reset/tailwind.config.ts | 0 .../react/password-reset/tsconfig.json | 0 .../react/recent-login/.eslintrc.json | 0 .../react/recent-login/.gitignore | 0 .../react/recent-login/README.md | 0 .../react/recent-login/app/api/novu/route.ts | 0 .../react/recent-login}/app/favicon.ico | Bin .../react/recent-login/app/globals.css | 0 .../react/recent-login/app/layout.tsx | 0 .../app/novu/emails/yelp-recent-login.tsx | 0 .../recent-login/app/novu/workflows/index.ts | 0 .../app/novu/workflows/schemas.ts | 0 .../app/novu/workflows/workflow.ts | 0 .../react/recent-login/app/page.tsx | 0 .../react/recent-login/next-env.d.ts | 0 .../react/recent-login/next.config.mjs | 0 .../react/recent-login/package-lock.json | 0 .../react/recent-login/package.json | 0 .../react/recent-login/postcss.config.cjs | 0 .../react/recent-login}/public/next.svg | 0 .../react/recent-login}/public/vercel.svg | 0 .../react/recent-login/tailwind.config.ts | 0 .../react/recent-login/tsconfig.json | 0 .../.eslintrc.json | 0 .../shipping-order-confirmation/.gitignore | 0 .../shipping-order-confirmation/README.md | 0 .../app/api/novu/route.ts | 0 .../app/favicon.ico | Bin .../app/globals.css | 0 .../app/layout.tsx | 0 .../emails/shipping-order-confirmation.tsx | 0 .../app/novu/workflows/index.ts | 0 .../app/novu/workflows/schemas.ts | 0 .../app/novu/workflows/workflow.ts | 0 .../shipping-order-confirmation/app/page.tsx | 0 .../shipping-order-confirmation/next-env.d.ts | 0 .../next.config.mjs | 0 .../package-lock.json | 0 .../shipping-order-confirmation/package.json | 0 .../postcss.config.cjs | 0 .../public/next.svg | 0 .../public/vercel.svg | 0 .../tailwind.config.ts | 0 .../shipping-order-confirmation/tsconfig.json | 0 .../react/task-comment/app/api/novu/route.ts | 0 .../react/task-comment}/app/favicon.ico | Bin .../react/task-comment/app/globals.css | 0 .../react/task-comment/app/layout.tsx | 0 .../app/novu/emails/notion-notification.tsx | 0 .../workflows/task-comment-email/index.ts | 0 .../workflows/task-comment-email/schemas.ts | 0 .../workflows/task-comment-email/types.ts | 0 .../workflows/task-comment-email/workflow.ts | 0 .../react/task-comment/app/page.tsx | 0 .../react/translation/.eslintrc.json | 0 .../translation/.github/workflows/novu.yml | 0 .../react/translation/.gitignore | 0 .../react/translation/README.md | 0 .../react/translation/app/api/novu/route.ts | 0 .../react/translation/app}/favicon.ico | Bin .../react/translation/app/globals.css | 0 .../react/translation/app/layout.tsx | 0 .../app/novu/emails/welcome-email.tsx | 0 .../translation/app/novu/workflows/index.ts | 0 .../app/novu/workflows/translation/index.ts | 0 .../novu/workflows/translation/workflow.ts | 0 .../react/translation/app/page.tsx | 0 .../react/translation/asset/de.png | Bin .../react/translation/asset/en.png | Bin .../react/translation/next.config.mjs | 0 .../react/translation/package-lock.json | 0 .../react/translation/package.json | 0 .../react/translation/postcss.config.cjs | 0 .../react/translation}/public/next.svg | 0 .../public/twitch-icon-facebook.png | Bin .../public/twitch-icon-twitter.png | Bin .../react/translation/public/twitch-logo.png | Bin .../react/translation}/public/vercel.svg | 0 .../react/translation/tailwind.config.ts | 0 .../react/translation/tsconfig.json | 0 456 files changed, 50 insertions(+), 624 deletions(-) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/.editorconfig (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/.gitignore (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/.vscode/extensions.json (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/.vscode/launch.json (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/.vscode/tasks.json (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/README.md (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/angular.json (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/package-lock.json (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/package.json (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/app/app.component.css (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/app/app.component.html (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/app/app.component.spec.ts (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/app/app.component.ts (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/app/app.module.ts (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/app/styles.ts (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/assets/.gitkeep (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/favicon.ico (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/index.html (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/main.ts (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/src/styles.css (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/tsconfig.app.json (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/tsconfig.json (100%) rename {novu-angular-notification-center => demo-apps/angular/novu-angular-notification-center}/tsconfig.spec.json (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/.gitignore (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/README.md (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/controllers/note.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/controllers/user.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/index.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/models/note.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/models/user.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/novu/novu.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/package.json (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/routes/note.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/routes/user.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/BackEnd/utils/auth.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/.gitignore (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/README.md (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/assets/Screenshot 2023-04-06 at 1.01.25 PM.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/assets/Screenshot 2023-04-06 at 7.02.55 PM.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/assets/Screenshot 2023-04-07 at 11.28.09 AM.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/assets/Screenshot 2023-04-07 at 11.30.40 AM.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/assets/Screenshot 2023-04-07 at 11.31.40 AM.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/assets/Screenshot 2023-04-07 at 11.34.46 AM.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/assets/Screenshot 2023-04-07 at 11.40.35 AM.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/assets/sunrise.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/package-lock.json (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/package.json (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/public/favicon.ico (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/public/index.html (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/public/logo192.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/public/logo512.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/public/manifest.json (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/public/moonshine.png (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/public/robots.txt (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/App.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/App.test.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/actions/auth.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/actions/notes.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/common/api.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/components/Header/Header.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/components/Header/header.css (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/components/Loader/Loader.css (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/components/Loader/Loader.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/components/Note/Note.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/components/Note/note.css (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/components/Quote/Quote.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/components/Quote/quote.css (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/index.css (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/index.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/pages/Home/Home.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/pages/Home/home.css (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/pages/Landscape/Landscape.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/pages/Landscape/landscape.css (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/pages/Login/Login.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/pages/Login/login.css (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/pages/Signup/Signup.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/reducers/auth.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/reducers/index.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/reducers/notes.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/reportWebVitals.js (100%) rename {react-dream-todo-app => demo-apps/react/react-dream-todo-app}/FrontEnd/src/setupTests.js (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/README.md (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/back-end/Novu/novu.js (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/back-end/controller/notif.js (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/back-end/index.js (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/back-end/models/notif.js (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/back-end/package-lock.json (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/back-end/package.json (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/back-end/routes/notif.js (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/frontend/app.js (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/frontend/index.html (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/frontend/notification-bell.png (100%) rename {web-component-notification-center-example => demo-apps/vanillaJS/web-component-notification-center-example}/frontend/styles.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/.env.example (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/LICENSE (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/NOTICE (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/README.md (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/fly.toml (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/index.html (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/package-lock.json (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/package.json (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/app.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/angular.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/auth0-features.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/button.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/code-snippet.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/grids/index.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/grids/messages-grid.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/grids/profile-grid.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/hero-banner.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/index.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/layouts/content-layout.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/layouts/index.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/layouts/page-layout.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/mobile-nav-bar.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/nav-bar.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/page-footer.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/components/page-loader.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/general.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/styles.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/assets/css/theme.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/auth0-feature.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/auth0-features.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/buttons/login-button.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/buttons/logout-button.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/buttons/notification-button.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/buttons/signup-button.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/code-snippet.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/hero-banner.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/desktop/nav-bar-brand.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/desktop/nav-bar-buttons.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/desktop/nav-bar-tab.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/desktop/nav-bar-tabs.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/desktop/nav-bar.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/mobile/mobile-menu-toggle-button.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/mobile/mobile-menu.store.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/mobile/mobile-nav-bar-brand.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/mobile/mobile-nav-bar-buttons.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/mobile/mobile-nav-bar-tab.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/mobile/mobile-nav-bar-tabs.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/navigation/mobile/mobile-nav-bar.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/page-footer-hyperlink.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/page-footer.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/page-layout.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/components/page-loader.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/icons/bell.svg (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/main.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/pages/admin-page.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/pages/callback-page.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/pages/home-page.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/pages/not-found-page.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/pages/profile-page.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/pages/protected-page.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/pages/public-page.vue (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/router/index.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/services/external-api.service.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/services/message.service.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/src/services/send.service.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/vercel.json (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/client/vite.config.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/readme.md (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/.env.example (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/README.md (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/jsconfig.json (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/next.config.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/package.json (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/pages/_app.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/pages/_document.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/pages/api/send-notification.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/pages/api/trigger-notification.js (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/pages/index.js (100%) rename {novu-workflows/react/feedback-reviews/app => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public}/favicon.ico (100%) rename {novu-workflows/react/feedback-reviews => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next}/public/next.svg (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/public/thirteen.svg (100%) rename {novu-workflows/react/feedback-reviews => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next}/public/vercel.svg (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/styles/Home.module.css (100%) rename {vue-nextjs-trigger-inapp-notifications => demo-apps/vue/vue-nextjs-trigger-inapp-notifications}/server-next/styles/globals.css (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/.example.env (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/.gitignore (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/.vscode/extensions.json (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/README.md (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/env.d.ts (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/index.html (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/package-lock.json (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/package.json (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/public/favicon.ico (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/src/App.vue (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/src/assets/base.css (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/src/assets/logo.svg (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/src/assets/main.css (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/src/components/NovuNotificationCenter.vue (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/src/components/styles.ts (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/src/main.ts (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/tsconfig.config.json (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/tsconfig.json (100%) rename {vue-notification-center-example => demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example}/vite.config.ts (100%) delete mode 100644 react-dream-todo-app/BackEnd/.DS_Store rename {content-samples => react-email-examples}/react/.gitignore (100%) rename {content-samples => react-email-examples}/react/README.md (100%) rename {content-samples => react-email-examples}/react/emails/magic-links/novu-confirm.tsx (100%) rename {content-samples => react-email-examples}/react/emails/magic-links/novu-login-code.tsx (100%) rename {content-samples => react-email-examples}/react/emails/magic-links/novu-magic-link-1.tsx (100%) rename {content-samples => react-email-examples}/react/emails/magic-links/novu-magic-link-2.tsx (100%) rename {content-samples => react-email-examples}/react/emails/magic-links/novu-verify-email.tsx (100%) rename {content-samples => react-email-examples}/react/emails/magic-links/novu-verify-identity.tsx (100%) rename {content-samples => react-email-examples}/react/emails/newsletters/novu-challengers.tsx (100%) rename {content-samples => react-email-examples}/react/emails/newsletters/novu-policy-update.tsx (100%) rename {content-samples => react-email-examples}/react/emails/newsletters/novu-tips.tsx (100%) rename {content-samples => react-email-examples}/react/emails/notifications/novu-access-token.tsx (100%) rename {content-samples => react-email-examples}/react/emails/notifications/novu-invite-user.tsx (100%) rename {content-samples => react-email-examples}/react/emails/notifications/novu-recent-login.tsx (100%) rename {content-samples => react-email-examples}/react/emails/receipts/novu-receipt-1.tsx (100%) rename {content-samples => react-email-examples}/react/emails/receipts/novu-receipt-2.tsx (100%) rename {content-samples => react-email-examples}/react/emails/reset-password/novu-reset-password-1.tsx (100%) rename {content-samples => react-email-examples}/react/emails/reset-password/novu-reset-password-2.tsx (100%) rename {content-samples => react-email-examples}/react/emails/reviews/novu-review-1.tsx (100%) rename {content-samples => react-email-examples}/react/emails/reviews/novu-review-2.tsx (100%) rename {content-samples => react-email-examples}/react/emails/static/arrow.png (100%) rename {content-samples => react-email-examples}/react/emails/static/footer.png (100%) rename {content-samples => react-email-examples}/react/emails/static/github.png (100%) rename {content-samples => react-email-examples}/react/emails/static/header.png (100%) rename {content-samples => react-email-examples}/react/emails/static/notion-logo.png (100%) rename {content-samples => react-email-examples}/react/emails/static/plaid-logo.png (100%) rename {content-samples => react-email-examples}/react/emails/static/plaid.png (100%) rename {content-samples => react-email-examples}/react/emails/static/stripe-logo.png (100%) rename {content-samples => react-email-examples}/react/emails/static/team.png (100%) rename {content-samples => react-email-examples}/react/emails/static/user.png (100%) rename {content-samples => react-email-examples}/react/emails/static/vercel-logo.png (100%) rename {content-samples => react-email-examples}/react/emails/static/yelp-logo.png (100%) rename {content-samples => react-email-examples}/react/emails/welcome/novu-welcome-1.tsx (100%) rename {content-samples => react-email-examples}/react/emails/welcome/novu-welcome-2.tsx (100%) rename {content-samples => react-email-examples}/react/emails/welcome/novu-welcome-3.tsx (100%) rename {content-samples => react-email-examples}/react/package-lock.json (100%) rename {content-samples => react-email-examples}/react/package.json (100%) delete mode 100644 vue-nextjs-trigger-inapp-notifications/.DS_Store delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/.env delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/admin-page.3137414f.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/code-snippet.10c1b5d2.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/external-api.service.2c850b48.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/index.5e815948.css delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/index.cdcc7ed0.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/message.service.bdab0167.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/not-found-page.75d76015.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/profile-page.de46576a.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/protected-page.2a348bfe.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/assets/public-page.1ace8c55.js delete mode 100644 vue-nextjs-trigger-inapp-notifications/client/dist/index.html delete mode 100644 vue-nextjs-trigger-inapp-notifications/server-next/.DS_Store delete mode 100644 vue-nextjs-trigger-inapp-notifications/server-next/.env delete mode 100644 web-component-notification-center-example/.DS_Store rename {novu-workflows => workflow-collection}/react/README.md (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/README.md (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/app/api/novu/route.ts (100%) rename {novu-workflows/react/invoice-receipts => workflow-collection/react/feedback-reviews}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/app/novu/emails/feedback.tsx (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/app/novu/workflows/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/app/novu/workflows/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/next-env.d.ts (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/package.json (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/postcss.config.cjs (100%) rename {novu-workflows/react/invoice-receipts => workflow-collection/react/feedback-reviews}/public/next.svg (100%) rename {novu-workflows/react/invoice-receipts => workflow-collection/react/feedback-reviews}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/feedback-reviews/tsconfig.json (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/.eslintrc.json (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/README.md (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/app/api/novu/route.ts (100%) rename {novu-workflows/react/multi-workflow-digest => workflow-collection/react/invoice-receipts}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/app/novu/emails/apple-receipt.tsx (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/app/novu/workflows/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/app/novu/workflows/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/next-env.d.ts (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/package.json (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/postcss.config.cjs (100%) rename {novu-workflows/react/multi-workflow-digest => workflow-collection/react/invoice-receipts}/public/next.svg (100%) rename {novu-workflows/react/multi-workflow-digest => workflow-collection/react/invoice-receipts}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/invoice-receipts/tsconfig.json (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/.eslintrc.json (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/.github/workflows/novu.yml (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/README.md (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/api/novu/route.ts (100%) rename {novu-workflows/react/newsletter => workflow-collection/react/multi-workflow-digest}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/novu/emails/linear-digest.tsx (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/novu/workflows/multi-workflow-digest/index.ts (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/novu/workflows/multi-workflow-digest/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/novu/workflows/multi-workflow-digest/types.ts (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/novu/workflows/multi-workflow-digest/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/package.json (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/postcss.config.cjs (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/public/linear-logo.png (100%) rename {novu-workflows/react/newsletter => workflow-collection/react/multi-workflow-digest}/public/next.svg (100%) rename {novu-workflows/react/newsletter => workflow-collection/react/multi-workflow-digest}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/multi-workflow-digest/tsconfig.json (100%) rename {novu-workflows => workflow-collection}/react/newsletter/.eslintrc.json (100%) rename {novu-workflows => workflow-collection}/react/newsletter/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/newsletter/README.md (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/api/novu/route.ts (100%) rename {novu-workflows/react/otp => workflow-collection/react/newsletter}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/novu/emails/newsletter_stackoverflow.tsx (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/novu/emails/pics/stack_image.ts (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/novu/workflows/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/novu/workflows/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/newsletter/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/newsletter/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/newsletter/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/newsletter/package.json (100%) rename {novu-workflows => workflow-collection}/react/newsletter/postcss.config.cjs (100%) rename {novu-workflows/react/otp => workflow-collection/react/newsletter}/public/next.svg (100%) rename {novu-workflows/react/otp => workflow-collection/react/newsletter}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/newsletter/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/newsletter/tsconfig.json (100%) rename {novu-workflows => workflow-collection}/react/otp/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/otp/README.md (100%) rename {novu-workflows => workflow-collection}/react/otp/app/api/novu/route.ts (100%) rename {novu-workflows/react/password-reset => workflow-collection/react/otp}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/otp/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/otp/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/otp/app/novu/emails/slack-otp.tsx (100%) rename {novu-workflows => workflow-collection}/react/otp/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/otp/app/novu/workflows/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/otp/app/novu/workflows/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/otp/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/otp/next-env.d.ts (100%) rename {novu-workflows => workflow-collection}/react/otp/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/otp/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/otp/package.json (100%) rename {novu-workflows => workflow-collection}/react/otp/postcss.config.cjs (100%) rename {novu-workflows/react/password-reset => workflow-collection/react/otp}/public/next.svg (100%) rename {novu-workflows/react/password-reset => workflow-collection/react/otp}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/otp/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/otp/tsconfig.json (100%) rename {novu-workflows => workflow-collection}/react/password-reset/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/password-reset/README.md (100%) rename {novu-workflows => workflow-collection}/react/password-reset/app/api/novu/route.ts (100%) rename {novu-workflows/react/recent-login => workflow-collection/react/password-reset}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/password-reset/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/password-reset/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/password-reset/app/novu/emails/password-reset.tsx (100%) rename {novu-workflows => workflow-collection}/react/password-reset/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/password-reset/app/novu/workflows/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/password-reset/app/novu/workflows/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/password-reset/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/password-reset/next-env.d.ts (100%) rename {novu-workflows => workflow-collection}/react/password-reset/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/password-reset/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/password-reset/package.json (100%) rename {novu-workflows => workflow-collection}/react/password-reset/postcss.config.cjs (100%) rename {novu-workflows/react/recent-login => workflow-collection/react/password-reset}/public/next.svg (100%) rename {novu-workflows/react/recent-login => workflow-collection/react/password-reset}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/password-reset/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/password-reset/tsconfig.json (100%) rename {novu-workflows => workflow-collection}/react/recent-login/.eslintrc.json (100%) rename {novu-workflows => workflow-collection}/react/recent-login/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/recent-login/README.md (100%) rename {novu-workflows => workflow-collection}/react/recent-login/app/api/novu/route.ts (100%) rename {novu-workflows/react/shipping-order-confirmation => workflow-collection/react/recent-login}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/recent-login/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/recent-login/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/recent-login/app/novu/emails/yelp-recent-login.tsx (100%) rename {novu-workflows => workflow-collection}/react/recent-login/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/recent-login/app/novu/workflows/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/recent-login/app/novu/workflows/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/recent-login/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/recent-login/next-env.d.ts (100%) rename {novu-workflows => workflow-collection}/react/recent-login/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/recent-login/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/recent-login/package.json (100%) rename {novu-workflows => workflow-collection}/react/recent-login/postcss.config.cjs (100%) rename {novu-workflows/react/shipping-order-confirmation => workflow-collection/react/recent-login}/public/next.svg (100%) rename {novu-workflows/react/shipping-order-confirmation => workflow-collection/react/recent-login}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/recent-login/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/recent-login/tsconfig.json (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/.eslintrc.json (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/README.md (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/app/api/novu/route.ts (100%) rename {novu-workflows/react/task-comment => workflow-collection/react/shipping-order-confirmation}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/app/novu/emails/shipping-order-confirmation.tsx (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/app/novu/workflows/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/app/novu/workflows/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/next-env.d.ts (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/package.json (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/postcss.config.cjs (100%) rename {novu-workflows/react/translation => workflow-collection/react/shipping-order-confirmation}/public/next.svg (100%) rename {novu-workflows/react/translation => workflow-collection/react/shipping-order-confirmation}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/shipping-order-confirmation/tsconfig.json (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/api/novu/route.ts (100%) rename {novu-workflows/react/translation => workflow-collection/react/task-comment}/app/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/novu/emails/notion-notification.tsx (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/novu/workflows/task-comment-email/index.ts (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/novu/workflows/task-comment-email/schemas.ts (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/novu/workflows/task-comment-email/types.ts (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/novu/workflows/task-comment-email/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/task-comment/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/translation/.eslintrc.json (100%) rename {novu-workflows => workflow-collection}/react/translation/.github/workflows/novu.yml (100%) rename {novu-workflows => workflow-collection}/react/translation/.gitignore (100%) rename {novu-workflows => workflow-collection}/react/translation/README.md (100%) rename {novu-workflows => workflow-collection}/react/translation/app/api/novu/route.ts (100%) rename {vue-nextjs-trigger-inapp-notifications/server-next/public => workflow-collection/react/translation/app}/favicon.ico (100%) rename {novu-workflows => workflow-collection}/react/translation/app/globals.css (100%) rename {novu-workflows => workflow-collection}/react/translation/app/layout.tsx (100%) rename {novu-workflows => workflow-collection}/react/translation/app/novu/emails/welcome-email.tsx (100%) rename {novu-workflows => workflow-collection}/react/translation/app/novu/workflows/index.ts (100%) rename {novu-workflows => workflow-collection}/react/translation/app/novu/workflows/translation/index.ts (100%) rename {novu-workflows => workflow-collection}/react/translation/app/novu/workflows/translation/workflow.ts (100%) rename {novu-workflows => workflow-collection}/react/translation/app/page.tsx (100%) rename {novu-workflows => workflow-collection}/react/translation/asset/de.png (100%) rename {novu-workflows => workflow-collection}/react/translation/asset/en.png (100%) rename {novu-workflows => workflow-collection}/react/translation/next.config.mjs (100%) rename {novu-workflows => workflow-collection}/react/translation/package-lock.json (100%) rename {novu-workflows => workflow-collection}/react/translation/package.json (100%) rename {novu-workflows => workflow-collection}/react/translation/postcss.config.cjs (100%) rename {vue-nextjs-trigger-inapp-notifications/server-next => workflow-collection/react/translation}/public/next.svg (100%) rename {novu-workflows => workflow-collection}/react/translation/public/twitch-icon-facebook.png (100%) rename {novu-workflows => workflow-collection}/react/translation/public/twitch-icon-twitter.png (100%) rename {novu-workflows => workflow-collection}/react/translation/public/twitch-logo.png (100%) rename {vue-nextjs-trigger-inapp-notifications/server-next => workflow-collection/react/translation}/public/vercel.svg (100%) rename {novu-workflows => workflow-collection}/react/translation/tailwind.config.ts (100%) rename {novu-workflows => workflow-collection}/react/translation/tsconfig.json (100%) diff --git a/README.md b/README.md index b78c3eb..23a3286 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +Here’s a suggested main README page for your examples repository, built around the template you provided. This structure emphasizes clarity, accessibility, and ease of navigation: + +--- + +```markdown
@@ -44,3 +49,48 @@ The ultimate service for managing multi-channel notifications with a single API. · Notifications Directory

+ +--- + +## About this Repository + +Welcome to the **Novu Examples Repository**! This repository serves as a comprehensive hub of examples, demos, and real-world applications to help you integrate, explore, and learn how to use the Novu notification infrastructure effectively. + +### What You Will Find + +- **Blog Post Examples**: These examples align with our blog posts, demonstrating how specific features of Novu are implemented and used. +- **Full Demo Applications**: Full-fledged demo applications that showcase the advanced and practical use of Novu's infrastructure across various use cases and integrations. +- **Notification Workflow Collection**: +Fully functioning collection of notification workflows using the code-first @novu/framework. + + +Each example is well-documented, with easy-to-follow steps to guide you through installation and usage. + +--- + +## Repository Structure + +```bash +examples/ +├── blog-post-examples/ # Examples from our blog posts +│ ├── example-1/ +│ ├── example-2/ +│ └── ... +│ +├── demo-apps/ # Full demo applications +│ ├── react/ +│ │ ├── app-1/ +│ │ └── app-2/ +│ ├── angular/ +│ │ ├── app-1/ +│ │ └── app-2/ +│ └── ... +│ +└── workflow-collection/ # Notification workflows library using @novu/framwork +``` + +--- + +## Stay Connected + +Join our community on [Discord](https://discord.novu.co) and follow us on [X (formerly Twitter)](https://twitter.com/novuhq) to stay updated with the latest news, releases, and discussions around Novu. \ No newline at end of file diff --git a/novu-angular-notification-center/.editorconfig b/demo-apps/angular/novu-angular-notification-center/.editorconfig similarity index 100% rename from novu-angular-notification-center/.editorconfig rename to demo-apps/angular/novu-angular-notification-center/.editorconfig diff --git a/novu-angular-notification-center/.gitignore b/demo-apps/angular/novu-angular-notification-center/.gitignore similarity index 100% rename from novu-angular-notification-center/.gitignore rename to demo-apps/angular/novu-angular-notification-center/.gitignore diff --git a/novu-angular-notification-center/.vscode/extensions.json b/demo-apps/angular/novu-angular-notification-center/.vscode/extensions.json similarity index 100% rename from novu-angular-notification-center/.vscode/extensions.json rename to demo-apps/angular/novu-angular-notification-center/.vscode/extensions.json diff --git a/novu-angular-notification-center/.vscode/launch.json b/demo-apps/angular/novu-angular-notification-center/.vscode/launch.json similarity index 100% rename from novu-angular-notification-center/.vscode/launch.json rename to demo-apps/angular/novu-angular-notification-center/.vscode/launch.json diff --git a/novu-angular-notification-center/.vscode/tasks.json b/demo-apps/angular/novu-angular-notification-center/.vscode/tasks.json similarity index 100% rename from novu-angular-notification-center/.vscode/tasks.json rename to demo-apps/angular/novu-angular-notification-center/.vscode/tasks.json diff --git a/novu-angular-notification-center/README.md b/demo-apps/angular/novu-angular-notification-center/README.md similarity index 100% rename from novu-angular-notification-center/README.md rename to demo-apps/angular/novu-angular-notification-center/README.md diff --git a/novu-angular-notification-center/angular.json b/demo-apps/angular/novu-angular-notification-center/angular.json similarity index 100% rename from novu-angular-notification-center/angular.json rename to demo-apps/angular/novu-angular-notification-center/angular.json diff --git a/novu-angular-notification-center/package-lock.json b/demo-apps/angular/novu-angular-notification-center/package-lock.json similarity index 100% rename from novu-angular-notification-center/package-lock.json rename to demo-apps/angular/novu-angular-notification-center/package-lock.json diff --git a/novu-angular-notification-center/package.json b/demo-apps/angular/novu-angular-notification-center/package.json similarity index 100% rename from novu-angular-notification-center/package.json rename to demo-apps/angular/novu-angular-notification-center/package.json diff --git a/novu-angular-notification-center/src/app/app.component.css b/demo-apps/angular/novu-angular-notification-center/src/app/app.component.css similarity index 100% rename from novu-angular-notification-center/src/app/app.component.css rename to demo-apps/angular/novu-angular-notification-center/src/app/app.component.css diff --git a/novu-angular-notification-center/src/app/app.component.html b/demo-apps/angular/novu-angular-notification-center/src/app/app.component.html similarity index 100% rename from novu-angular-notification-center/src/app/app.component.html rename to demo-apps/angular/novu-angular-notification-center/src/app/app.component.html diff --git a/novu-angular-notification-center/src/app/app.component.spec.ts b/demo-apps/angular/novu-angular-notification-center/src/app/app.component.spec.ts similarity index 100% rename from novu-angular-notification-center/src/app/app.component.spec.ts rename to demo-apps/angular/novu-angular-notification-center/src/app/app.component.spec.ts diff --git a/novu-angular-notification-center/src/app/app.component.ts b/demo-apps/angular/novu-angular-notification-center/src/app/app.component.ts similarity index 100% rename from novu-angular-notification-center/src/app/app.component.ts rename to demo-apps/angular/novu-angular-notification-center/src/app/app.component.ts diff --git a/novu-angular-notification-center/src/app/app.module.ts b/demo-apps/angular/novu-angular-notification-center/src/app/app.module.ts similarity index 100% rename from novu-angular-notification-center/src/app/app.module.ts rename to demo-apps/angular/novu-angular-notification-center/src/app/app.module.ts diff --git a/novu-angular-notification-center/src/app/styles.ts b/demo-apps/angular/novu-angular-notification-center/src/app/styles.ts similarity index 100% rename from novu-angular-notification-center/src/app/styles.ts rename to demo-apps/angular/novu-angular-notification-center/src/app/styles.ts diff --git a/novu-angular-notification-center/src/assets/.gitkeep b/demo-apps/angular/novu-angular-notification-center/src/assets/.gitkeep similarity index 100% rename from novu-angular-notification-center/src/assets/.gitkeep rename to demo-apps/angular/novu-angular-notification-center/src/assets/.gitkeep diff --git a/novu-angular-notification-center/src/favicon.ico b/demo-apps/angular/novu-angular-notification-center/src/favicon.ico similarity index 100% rename from novu-angular-notification-center/src/favicon.ico rename to demo-apps/angular/novu-angular-notification-center/src/favicon.ico diff --git a/novu-angular-notification-center/src/index.html b/demo-apps/angular/novu-angular-notification-center/src/index.html similarity index 100% rename from novu-angular-notification-center/src/index.html rename to demo-apps/angular/novu-angular-notification-center/src/index.html diff --git a/novu-angular-notification-center/src/main.ts b/demo-apps/angular/novu-angular-notification-center/src/main.ts similarity index 100% rename from novu-angular-notification-center/src/main.ts rename to demo-apps/angular/novu-angular-notification-center/src/main.ts diff --git a/novu-angular-notification-center/src/styles.css b/demo-apps/angular/novu-angular-notification-center/src/styles.css similarity index 100% rename from novu-angular-notification-center/src/styles.css rename to demo-apps/angular/novu-angular-notification-center/src/styles.css diff --git a/novu-angular-notification-center/tsconfig.app.json b/demo-apps/angular/novu-angular-notification-center/tsconfig.app.json similarity index 100% rename from novu-angular-notification-center/tsconfig.app.json rename to demo-apps/angular/novu-angular-notification-center/tsconfig.app.json diff --git a/novu-angular-notification-center/tsconfig.json b/demo-apps/angular/novu-angular-notification-center/tsconfig.json similarity index 100% rename from novu-angular-notification-center/tsconfig.json rename to demo-apps/angular/novu-angular-notification-center/tsconfig.json diff --git a/novu-angular-notification-center/tsconfig.spec.json b/demo-apps/angular/novu-angular-notification-center/tsconfig.spec.json similarity index 100% rename from novu-angular-notification-center/tsconfig.spec.json rename to demo-apps/angular/novu-angular-notification-center/tsconfig.spec.json diff --git a/react-dream-todo-app/BackEnd/.gitignore b/demo-apps/react/react-dream-todo-app/BackEnd/.gitignore similarity index 100% rename from react-dream-todo-app/BackEnd/.gitignore rename to demo-apps/react/react-dream-todo-app/BackEnd/.gitignore diff --git a/react-dream-todo-app/BackEnd/README.md b/demo-apps/react/react-dream-todo-app/BackEnd/README.md similarity index 100% rename from react-dream-todo-app/BackEnd/README.md rename to demo-apps/react/react-dream-todo-app/BackEnd/README.md diff --git a/react-dream-todo-app/BackEnd/controllers/note.js b/demo-apps/react/react-dream-todo-app/BackEnd/controllers/note.js similarity index 100% rename from react-dream-todo-app/BackEnd/controllers/note.js rename to demo-apps/react/react-dream-todo-app/BackEnd/controllers/note.js diff --git a/react-dream-todo-app/BackEnd/controllers/user.js b/demo-apps/react/react-dream-todo-app/BackEnd/controllers/user.js similarity index 100% rename from react-dream-todo-app/BackEnd/controllers/user.js rename to demo-apps/react/react-dream-todo-app/BackEnd/controllers/user.js diff --git a/react-dream-todo-app/BackEnd/index.js b/demo-apps/react/react-dream-todo-app/BackEnd/index.js similarity index 100% rename from react-dream-todo-app/BackEnd/index.js rename to demo-apps/react/react-dream-todo-app/BackEnd/index.js diff --git a/react-dream-todo-app/BackEnd/models/note.js b/demo-apps/react/react-dream-todo-app/BackEnd/models/note.js similarity index 100% rename from react-dream-todo-app/BackEnd/models/note.js rename to demo-apps/react/react-dream-todo-app/BackEnd/models/note.js diff --git a/react-dream-todo-app/BackEnd/models/user.js b/demo-apps/react/react-dream-todo-app/BackEnd/models/user.js similarity index 100% rename from react-dream-todo-app/BackEnd/models/user.js rename to demo-apps/react/react-dream-todo-app/BackEnd/models/user.js diff --git a/react-dream-todo-app/BackEnd/novu/novu.js b/demo-apps/react/react-dream-todo-app/BackEnd/novu/novu.js similarity index 100% rename from react-dream-todo-app/BackEnd/novu/novu.js rename to demo-apps/react/react-dream-todo-app/BackEnd/novu/novu.js diff --git a/react-dream-todo-app/BackEnd/package.json b/demo-apps/react/react-dream-todo-app/BackEnd/package.json similarity index 100% rename from react-dream-todo-app/BackEnd/package.json rename to demo-apps/react/react-dream-todo-app/BackEnd/package.json diff --git a/react-dream-todo-app/BackEnd/routes/note.js b/demo-apps/react/react-dream-todo-app/BackEnd/routes/note.js similarity index 100% rename from react-dream-todo-app/BackEnd/routes/note.js rename to demo-apps/react/react-dream-todo-app/BackEnd/routes/note.js diff --git a/react-dream-todo-app/BackEnd/routes/user.js b/demo-apps/react/react-dream-todo-app/BackEnd/routes/user.js similarity index 100% rename from react-dream-todo-app/BackEnd/routes/user.js rename to demo-apps/react/react-dream-todo-app/BackEnd/routes/user.js diff --git a/react-dream-todo-app/BackEnd/utils/auth.js b/demo-apps/react/react-dream-todo-app/BackEnd/utils/auth.js similarity index 100% rename from react-dream-todo-app/BackEnd/utils/auth.js rename to demo-apps/react/react-dream-todo-app/BackEnd/utils/auth.js diff --git a/react-dream-todo-app/FrontEnd/.gitignore b/demo-apps/react/react-dream-todo-app/FrontEnd/.gitignore similarity index 100% rename from react-dream-todo-app/FrontEnd/.gitignore rename to demo-apps/react/react-dream-todo-app/FrontEnd/.gitignore diff --git a/react-dream-todo-app/FrontEnd/README.md b/demo-apps/react/react-dream-todo-app/FrontEnd/README.md similarity index 100% rename from react-dream-todo-app/FrontEnd/README.md rename to demo-apps/react/react-dream-todo-app/FrontEnd/README.md diff --git a/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-06 at 1.01.25 PM.png b/demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-06 at 1.01.25 PM.png similarity index 100% rename from react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-06 at 1.01.25 PM.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-06 at 1.01.25 PM.png diff --git a/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-06 at 7.02.55 PM.png b/demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-06 at 7.02.55 PM.png similarity index 100% rename from react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-06 at 7.02.55 PM.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-06 at 7.02.55 PM.png diff --git a/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.28.09 AM.png b/demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.28.09 AM.png similarity index 100% rename from react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.28.09 AM.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.28.09 AM.png diff --git a/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.30.40 AM.png b/demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.30.40 AM.png similarity index 100% rename from react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.30.40 AM.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.30.40 AM.png diff --git a/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.31.40 AM.png b/demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.31.40 AM.png similarity index 100% rename from react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.31.40 AM.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.31.40 AM.png diff --git a/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.34.46 AM.png b/demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.34.46 AM.png similarity index 100% rename from react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.34.46 AM.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.34.46 AM.png diff --git a/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.40.35 AM.png b/demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.40.35 AM.png similarity index 100% rename from react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.40.35 AM.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/assets/Screenshot 2023-04-07 at 11.40.35 AM.png diff --git a/react-dream-todo-app/FrontEnd/assets/sunrise.png b/demo-apps/react/react-dream-todo-app/FrontEnd/assets/sunrise.png similarity index 100% rename from react-dream-todo-app/FrontEnd/assets/sunrise.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/assets/sunrise.png diff --git a/react-dream-todo-app/FrontEnd/package-lock.json b/demo-apps/react/react-dream-todo-app/FrontEnd/package-lock.json similarity index 100% rename from react-dream-todo-app/FrontEnd/package-lock.json rename to demo-apps/react/react-dream-todo-app/FrontEnd/package-lock.json diff --git a/react-dream-todo-app/FrontEnd/package.json b/demo-apps/react/react-dream-todo-app/FrontEnd/package.json similarity index 100% rename from react-dream-todo-app/FrontEnd/package.json rename to demo-apps/react/react-dream-todo-app/FrontEnd/package.json diff --git a/react-dream-todo-app/FrontEnd/public/favicon.ico b/demo-apps/react/react-dream-todo-app/FrontEnd/public/favicon.ico similarity index 100% rename from react-dream-todo-app/FrontEnd/public/favicon.ico rename to demo-apps/react/react-dream-todo-app/FrontEnd/public/favicon.ico diff --git a/react-dream-todo-app/FrontEnd/public/index.html b/demo-apps/react/react-dream-todo-app/FrontEnd/public/index.html similarity index 100% rename from react-dream-todo-app/FrontEnd/public/index.html rename to demo-apps/react/react-dream-todo-app/FrontEnd/public/index.html diff --git a/react-dream-todo-app/FrontEnd/public/logo192.png b/demo-apps/react/react-dream-todo-app/FrontEnd/public/logo192.png similarity index 100% rename from react-dream-todo-app/FrontEnd/public/logo192.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/public/logo192.png diff --git a/react-dream-todo-app/FrontEnd/public/logo512.png b/demo-apps/react/react-dream-todo-app/FrontEnd/public/logo512.png similarity index 100% rename from react-dream-todo-app/FrontEnd/public/logo512.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/public/logo512.png diff --git a/react-dream-todo-app/FrontEnd/public/manifest.json b/demo-apps/react/react-dream-todo-app/FrontEnd/public/manifest.json similarity index 100% rename from react-dream-todo-app/FrontEnd/public/manifest.json rename to demo-apps/react/react-dream-todo-app/FrontEnd/public/manifest.json diff --git a/react-dream-todo-app/FrontEnd/public/moonshine.png b/demo-apps/react/react-dream-todo-app/FrontEnd/public/moonshine.png similarity index 100% rename from react-dream-todo-app/FrontEnd/public/moonshine.png rename to demo-apps/react/react-dream-todo-app/FrontEnd/public/moonshine.png diff --git a/react-dream-todo-app/FrontEnd/public/robots.txt b/demo-apps/react/react-dream-todo-app/FrontEnd/public/robots.txt similarity index 100% rename from react-dream-todo-app/FrontEnd/public/robots.txt rename to demo-apps/react/react-dream-todo-app/FrontEnd/public/robots.txt diff --git a/react-dream-todo-app/FrontEnd/src/App.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/App.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/App.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/App.js diff --git a/react-dream-todo-app/FrontEnd/src/App.test.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/App.test.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/App.test.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/App.test.js diff --git a/react-dream-todo-app/FrontEnd/src/actions/auth.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/actions/auth.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/actions/auth.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/actions/auth.js diff --git a/react-dream-todo-app/FrontEnd/src/actions/notes.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/actions/notes.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/actions/notes.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/actions/notes.js diff --git a/react-dream-todo-app/FrontEnd/src/common/api.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/common/api.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/common/api.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/common/api.js diff --git a/react-dream-todo-app/FrontEnd/src/components/Header/Header.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Header/Header.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/components/Header/Header.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Header/Header.js diff --git a/react-dream-todo-app/FrontEnd/src/components/Header/header.css b/demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Header/header.css similarity index 100% rename from react-dream-todo-app/FrontEnd/src/components/Header/header.css rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Header/header.css diff --git a/react-dream-todo-app/FrontEnd/src/components/Loader/Loader.css b/demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Loader/Loader.css similarity index 100% rename from react-dream-todo-app/FrontEnd/src/components/Loader/Loader.css rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Loader/Loader.css diff --git a/react-dream-todo-app/FrontEnd/src/components/Loader/Loader.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Loader/Loader.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/components/Loader/Loader.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Loader/Loader.js diff --git a/react-dream-todo-app/FrontEnd/src/components/Note/Note.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Note/Note.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/components/Note/Note.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Note/Note.js diff --git a/react-dream-todo-app/FrontEnd/src/components/Note/note.css b/demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Note/note.css similarity index 100% rename from react-dream-todo-app/FrontEnd/src/components/Note/note.css rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Note/note.css diff --git a/react-dream-todo-app/FrontEnd/src/components/Quote/Quote.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Quote/Quote.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/components/Quote/Quote.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Quote/Quote.js diff --git a/react-dream-todo-app/FrontEnd/src/components/Quote/quote.css b/demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Quote/quote.css similarity index 100% rename from react-dream-todo-app/FrontEnd/src/components/Quote/quote.css rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/components/Quote/quote.css diff --git a/react-dream-todo-app/FrontEnd/src/index.css b/demo-apps/react/react-dream-todo-app/FrontEnd/src/index.css similarity index 100% rename from react-dream-todo-app/FrontEnd/src/index.css rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/index.css diff --git a/react-dream-todo-app/FrontEnd/src/index.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/index.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/index.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/index.js diff --git a/react-dream-todo-app/FrontEnd/src/pages/Home/Home.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Home/Home.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/pages/Home/Home.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Home/Home.js diff --git a/react-dream-todo-app/FrontEnd/src/pages/Home/home.css b/demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Home/home.css similarity index 100% rename from react-dream-todo-app/FrontEnd/src/pages/Home/home.css rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Home/home.css diff --git a/react-dream-todo-app/FrontEnd/src/pages/Landscape/Landscape.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Landscape/Landscape.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/pages/Landscape/Landscape.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Landscape/Landscape.js diff --git a/react-dream-todo-app/FrontEnd/src/pages/Landscape/landscape.css b/demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Landscape/landscape.css similarity index 100% rename from react-dream-todo-app/FrontEnd/src/pages/Landscape/landscape.css rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Landscape/landscape.css diff --git a/react-dream-todo-app/FrontEnd/src/pages/Login/Login.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Login/Login.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/pages/Login/Login.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Login/Login.js diff --git a/react-dream-todo-app/FrontEnd/src/pages/Login/login.css b/demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Login/login.css similarity index 100% rename from react-dream-todo-app/FrontEnd/src/pages/Login/login.css rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Login/login.css diff --git a/react-dream-todo-app/FrontEnd/src/pages/Signup/Signup.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Signup/Signup.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/pages/Signup/Signup.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/pages/Signup/Signup.js diff --git a/react-dream-todo-app/FrontEnd/src/reducers/auth.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/reducers/auth.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/reducers/auth.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/reducers/auth.js diff --git a/react-dream-todo-app/FrontEnd/src/reducers/index.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/reducers/index.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/reducers/index.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/reducers/index.js diff --git a/react-dream-todo-app/FrontEnd/src/reducers/notes.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/reducers/notes.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/reducers/notes.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/reducers/notes.js diff --git a/react-dream-todo-app/FrontEnd/src/reportWebVitals.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/reportWebVitals.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/reportWebVitals.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/reportWebVitals.js diff --git a/react-dream-todo-app/FrontEnd/src/setupTests.js b/demo-apps/react/react-dream-todo-app/FrontEnd/src/setupTests.js similarity index 100% rename from react-dream-todo-app/FrontEnd/src/setupTests.js rename to demo-apps/react/react-dream-todo-app/FrontEnd/src/setupTests.js diff --git a/web-component-notification-center-example/README.md b/demo-apps/vanillaJS/web-component-notification-center-example/README.md similarity index 100% rename from web-component-notification-center-example/README.md rename to demo-apps/vanillaJS/web-component-notification-center-example/README.md diff --git a/web-component-notification-center-example/back-end/Novu/novu.js b/demo-apps/vanillaJS/web-component-notification-center-example/back-end/Novu/novu.js similarity index 100% rename from web-component-notification-center-example/back-end/Novu/novu.js rename to demo-apps/vanillaJS/web-component-notification-center-example/back-end/Novu/novu.js diff --git a/web-component-notification-center-example/back-end/controller/notif.js b/demo-apps/vanillaJS/web-component-notification-center-example/back-end/controller/notif.js similarity index 100% rename from web-component-notification-center-example/back-end/controller/notif.js rename to demo-apps/vanillaJS/web-component-notification-center-example/back-end/controller/notif.js diff --git a/web-component-notification-center-example/back-end/index.js b/demo-apps/vanillaJS/web-component-notification-center-example/back-end/index.js similarity index 100% rename from web-component-notification-center-example/back-end/index.js rename to demo-apps/vanillaJS/web-component-notification-center-example/back-end/index.js diff --git a/web-component-notification-center-example/back-end/models/notif.js b/demo-apps/vanillaJS/web-component-notification-center-example/back-end/models/notif.js similarity index 100% rename from web-component-notification-center-example/back-end/models/notif.js rename to demo-apps/vanillaJS/web-component-notification-center-example/back-end/models/notif.js diff --git a/web-component-notification-center-example/back-end/package-lock.json b/demo-apps/vanillaJS/web-component-notification-center-example/back-end/package-lock.json similarity index 100% rename from web-component-notification-center-example/back-end/package-lock.json rename to demo-apps/vanillaJS/web-component-notification-center-example/back-end/package-lock.json diff --git a/web-component-notification-center-example/back-end/package.json b/demo-apps/vanillaJS/web-component-notification-center-example/back-end/package.json similarity index 100% rename from web-component-notification-center-example/back-end/package.json rename to demo-apps/vanillaJS/web-component-notification-center-example/back-end/package.json diff --git a/web-component-notification-center-example/back-end/routes/notif.js b/demo-apps/vanillaJS/web-component-notification-center-example/back-end/routes/notif.js similarity index 100% rename from web-component-notification-center-example/back-end/routes/notif.js rename to demo-apps/vanillaJS/web-component-notification-center-example/back-end/routes/notif.js diff --git a/web-component-notification-center-example/frontend/app.js b/demo-apps/vanillaJS/web-component-notification-center-example/frontend/app.js similarity index 100% rename from web-component-notification-center-example/frontend/app.js rename to demo-apps/vanillaJS/web-component-notification-center-example/frontend/app.js diff --git a/web-component-notification-center-example/frontend/index.html b/demo-apps/vanillaJS/web-component-notification-center-example/frontend/index.html similarity index 100% rename from web-component-notification-center-example/frontend/index.html rename to demo-apps/vanillaJS/web-component-notification-center-example/frontend/index.html diff --git a/web-component-notification-center-example/frontend/notification-bell.png b/demo-apps/vanillaJS/web-component-notification-center-example/frontend/notification-bell.png similarity index 100% rename from web-component-notification-center-example/frontend/notification-bell.png rename to demo-apps/vanillaJS/web-component-notification-center-example/frontend/notification-bell.png diff --git a/web-component-notification-center-example/frontend/styles.css b/demo-apps/vanillaJS/web-component-notification-center-example/frontend/styles.css similarity index 100% rename from web-component-notification-center-example/frontend/styles.css rename to demo-apps/vanillaJS/web-component-notification-center-example/frontend/styles.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/.env.example b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/.env.example similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/.env.example rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/.env.example diff --git a/vue-nextjs-trigger-inapp-notifications/client/LICENSE b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/LICENSE similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/LICENSE rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/LICENSE diff --git a/vue-nextjs-trigger-inapp-notifications/client/NOTICE b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/NOTICE similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/NOTICE rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/NOTICE diff --git a/vue-nextjs-trigger-inapp-notifications/client/README.md b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/README.md similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/README.md rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/README.md diff --git a/vue-nextjs-trigger-inapp-notifications/client/fly.toml b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/fly.toml similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/fly.toml rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/fly.toml diff --git a/vue-nextjs-trigger-inapp-notifications/client/index.html b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/index.html similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/index.html rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/index.html diff --git a/vue-nextjs-trigger-inapp-notifications/client/package-lock.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/package-lock.json similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/package-lock.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/package-lock.json diff --git a/vue-nextjs-trigger-inapp-notifications/client/package.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/package.json similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/package.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/package.json diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/app.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/app.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/app.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/app.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/angular.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/angular.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/angular.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/angular.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/auth0-features.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/auth0-features.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/auth0-features.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/auth0-features.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/button.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/button.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/button.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/button.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/code-snippet.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/code-snippet.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/code-snippet.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/code-snippet.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/index.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/index.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/index.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/index.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/messages-grid.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/messages-grid.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/messages-grid.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/messages-grid.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/profile-grid.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/profile-grid.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/profile-grid.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/grids/profile-grid.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/hero-banner.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/hero-banner.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/hero-banner.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/hero-banner.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/index.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/index.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/index.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/index.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/content-layout.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/content-layout.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/content-layout.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/content-layout.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/index.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/index.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/index.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/index.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/page-layout.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/page-layout.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/page-layout.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/layouts/page-layout.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/mobile-nav-bar.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/mobile-nav-bar.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/mobile-nav-bar.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/mobile-nav-bar.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/nav-bar.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/nav-bar.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/nav-bar.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/nav-bar.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/page-footer.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/page-footer.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/page-footer.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/page-footer.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/page-loader.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/page-loader.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/page-loader.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/components/page-loader.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/general.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/general.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/general.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/general.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/styles.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/styles.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/styles.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/styles.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/theme.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/theme.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/assets/css/theme.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/assets/css/theme.css diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/auth0-feature.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/auth0-feature.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/auth0-feature.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/auth0-feature.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/auth0-features.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/auth0-features.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/auth0-features.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/auth0-features.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/login-button.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/login-button.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/login-button.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/login-button.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/logout-button.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/logout-button.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/logout-button.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/logout-button.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/notification-button.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/notification-button.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/notification-button.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/notification-button.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/signup-button.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/signup-button.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/signup-button.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/buttons/signup-button.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/code-snippet.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/code-snippet.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/code-snippet.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/code-snippet.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/hero-banner.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/hero-banner.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/hero-banner.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/hero-banner.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-brand.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-brand.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-brand.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-brand.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-buttons.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-buttons.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-buttons.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-buttons.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-tab.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-tab.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-tab.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-tab.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-tabs.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-tabs.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-tabs.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar-tabs.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/desktop/nav-bar.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-menu-toggle-button.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-menu-toggle-button.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-menu-toggle-button.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-menu-toggle-button.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-menu.store.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-menu.store.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-menu.store.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-menu.store.js diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-brand.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-brand.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-brand.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-brand.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-buttons.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-buttons.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-buttons.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-buttons.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-tab.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-tab.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-tab.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-tab.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-tabs.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-tabs.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-tabs.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar-tabs.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/navigation/mobile/mobile-nav-bar.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/page-footer-hyperlink.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/page-footer-hyperlink.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/page-footer-hyperlink.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/page-footer-hyperlink.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/page-footer.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/page-footer.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/page-footer.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/page-footer.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/page-layout.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/page-layout.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/page-layout.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/page-layout.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/components/page-loader.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/page-loader.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/components/page-loader.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/components/page-loader.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/icons/bell.svg b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/icons/bell.svg similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/icons/bell.svg rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/icons/bell.svg diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/main.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/main.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/main.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/main.js diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/pages/admin-page.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/admin-page.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/pages/admin-page.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/admin-page.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/pages/callback-page.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/callback-page.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/pages/callback-page.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/callback-page.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/pages/home-page.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/home-page.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/pages/home-page.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/home-page.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/pages/not-found-page.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/not-found-page.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/pages/not-found-page.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/not-found-page.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/pages/profile-page.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/profile-page.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/pages/profile-page.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/profile-page.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/pages/protected-page.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/protected-page.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/pages/protected-page.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/protected-page.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/pages/public-page.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/public-page.vue similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/pages/public-page.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/pages/public-page.vue diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/router/index.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/router/index.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/router/index.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/router/index.js diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/services/external-api.service.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/services/external-api.service.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/services/external-api.service.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/services/external-api.service.js diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/services/message.service.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/services/message.service.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/services/message.service.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/services/message.service.js diff --git a/vue-nextjs-trigger-inapp-notifications/client/src/services/send.service.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/services/send.service.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/src/services/send.service.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/src/services/send.service.js diff --git a/vue-nextjs-trigger-inapp-notifications/client/vercel.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/vercel.json similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/vercel.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/vercel.json diff --git a/vue-nextjs-trigger-inapp-notifications/client/vite.config.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/vite.config.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/client/vite.config.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/client/vite.config.js diff --git a/vue-nextjs-trigger-inapp-notifications/readme.md b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/readme.md similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/readme.md rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/readme.md diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/.env.example b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/.env.example similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/.env.example rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/.env.example diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/README.md b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/README.md similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/README.md rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/README.md diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/jsconfig.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/jsconfig.json similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/jsconfig.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/jsconfig.json diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/next.config.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/next.config.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/next.config.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/next.config.js diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/package.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/package.json similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/package.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/package.json diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/pages/_app.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/_app.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/pages/_app.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/_app.js diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/pages/_document.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/_document.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/pages/_document.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/_document.js diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/pages/api/send-notification.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/api/send-notification.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/pages/api/send-notification.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/api/send-notification.js diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/pages/api/trigger-notification.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/api/trigger-notification.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/pages/api/trigger-notification.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/api/trigger-notification.js diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/pages/index.js b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/index.js similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/pages/index.js rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/pages/index.js diff --git a/novu-workflows/react/feedback-reviews/app/favicon.ico b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public/favicon.ico similarity index 100% rename from novu-workflows/react/feedback-reviews/app/favicon.ico rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public/favicon.ico diff --git a/novu-workflows/react/feedback-reviews/public/next.svg b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public/next.svg similarity index 100% rename from novu-workflows/react/feedback-reviews/public/next.svg rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public/next.svg diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/public/thirteen.svg b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public/thirteen.svg similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/public/thirteen.svg rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public/thirteen.svg diff --git a/novu-workflows/react/feedback-reviews/public/vercel.svg b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public/vercel.svg similarity index 100% rename from novu-workflows/react/feedback-reviews/public/vercel.svg rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/public/vercel.svg diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/styles/Home.module.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/styles/Home.module.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/styles/Home.module.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/styles/Home.module.css diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/styles/globals.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/styles/globals.css similarity index 100% rename from vue-nextjs-trigger-inapp-notifications/server-next/styles/globals.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/server-next/styles/globals.css diff --git a/vue-notification-center-example/.example.env b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/.example.env similarity index 100% rename from vue-notification-center-example/.example.env rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/.example.env diff --git a/vue-notification-center-example/.gitignore b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/.gitignore similarity index 100% rename from vue-notification-center-example/.gitignore rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/.gitignore diff --git a/vue-notification-center-example/.vscode/extensions.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/.vscode/extensions.json similarity index 100% rename from vue-notification-center-example/.vscode/extensions.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/.vscode/extensions.json diff --git a/vue-notification-center-example/README.md b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/README.md similarity index 100% rename from vue-notification-center-example/README.md rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/README.md diff --git a/vue-notification-center-example/env.d.ts b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/env.d.ts similarity index 100% rename from vue-notification-center-example/env.d.ts rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/env.d.ts diff --git a/vue-notification-center-example/index.html b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/index.html similarity index 100% rename from vue-notification-center-example/index.html rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/index.html diff --git a/vue-notification-center-example/package-lock.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/package-lock.json similarity index 100% rename from vue-notification-center-example/package-lock.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/package-lock.json diff --git a/vue-notification-center-example/package.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/package.json similarity index 100% rename from vue-notification-center-example/package.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/package.json diff --git a/vue-notification-center-example/public/favicon.ico b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/public/favicon.ico similarity index 100% rename from vue-notification-center-example/public/favicon.ico rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/public/favicon.ico diff --git a/vue-notification-center-example/src/App.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/App.vue similarity index 100% rename from vue-notification-center-example/src/App.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/App.vue diff --git a/vue-notification-center-example/src/assets/base.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/assets/base.css similarity index 100% rename from vue-notification-center-example/src/assets/base.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/assets/base.css diff --git a/vue-notification-center-example/src/assets/logo.svg b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/assets/logo.svg similarity index 100% rename from vue-notification-center-example/src/assets/logo.svg rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/assets/logo.svg diff --git a/vue-notification-center-example/src/assets/main.css b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/assets/main.css similarity index 100% rename from vue-notification-center-example/src/assets/main.css rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/assets/main.css diff --git a/vue-notification-center-example/src/components/NovuNotificationCenter.vue b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/components/NovuNotificationCenter.vue similarity index 100% rename from vue-notification-center-example/src/components/NovuNotificationCenter.vue rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/components/NovuNotificationCenter.vue diff --git a/vue-notification-center-example/src/components/styles.ts b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/components/styles.ts similarity index 100% rename from vue-notification-center-example/src/components/styles.ts rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/components/styles.ts diff --git a/vue-notification-center-example/src/main.ts b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/main.ts similarity index 100% rename from vue-notification-center-example/src/main.ts rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/src/main.ts diff --git a/vue-notification-center-example/tsconfig.config.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/tsconfig.config.json similarity index 100% rename from vue-notification-center-example/tsconfig.config.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/tsconfig.config.json diff --git a/vue-notification-center-example/tsconfig.json b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/tsconfig.json similarity index 100% rename from vue-notification-center-example/tsconfig.json rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/tsconfig.json diff --git a/vue-notification-center-example/vite.config.ts b/demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/vite.config.ts similarity index 100% rename from vue-notification-center-example/vite.config.ts rename to demo-apps/vue/vue-nextjs-trigger-inapp-notifications/vue-notification-center-example/vite.config.ts diff --git a/react-dream-todo-app/BackEnd/.DS_Store b/react-dream-todo-app/BackEnd/.DS_Store deleted file mode 100644 index 9e4159f78c94a8d03691142527f47fdde947c409..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHMv2GJV5Ph4N$PfewnlzE_3oNCfHjz^xfsjZA6~wlT!S-1JBg&&eND&`EgJ`Jv z0ZP7rKcJ?FD3OTZ&Ft#Dd*>6PNsyS0cHimt&F<{m@vi0q!0j#uJHQrzHml&3O*Siv z^h>RkweV(}=x7g&F~STv4l%5;?S&~|3YY?>fGJ=K{0j>3&X&?{xc7apwWfe6@Lwt* z=R?LS*bP{C)T4uqrU1kiUu)qr^8mHU0(Juy9@Ug%`s~34Qx{SU=grxl37yytSa|g2 zaNZm)%$0Jd5-9o0GhMFv$yR95#vVz1(_L};wS0Su11sbfY$B?3?YIL0w}Lv+7#}iZhw~|KfUDZ zO|p?*>mR&P6lQs=^_i`$*UoHg@=f00FPwcbadI~wXFWH4Mo*80h`f2(^`3;mWYE0u zKqR>vCP69#LO(#4=TF1L7n7bCCw?Yl9o4|=ygq1No=)4Hoz|9hyW5>@S<|~6EZ@4h zGn>`<#j7{&?G6s2I1#VqX9L3xO3FEnb9jS=(x9Tfwlfs*Xzp;dJr@1G9yEWuYk&Is zLV8Zu|A{yU%%(jNs~wA-#jc>&VyYUDp=Sz* z(q6~p2Jou1K~sX?|6bHTPj&YWrnlSf{9&pqNLi8e3eUy#zZ=Z1eN*YL^!_;!j`vvgaBd-96HLR9`Wja+T#?okO zEEHl33R9toDwOFf22 af^8NR5N(ZxLaaeCKLU~lV+;d-m4P3IIQ=RB diff --git a/vue-nextjs-trigger-inapp-notifications/client/.env b/vue-nextjs-trigger-inapp-notifications/client/.env deleted file mode 100644 index b4770c9..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/.env +++ /dev/null @@ -1,7 +0,0 @@ -VITE_AUTH0_DOMAIN=kabiyesi.auth0.com -VITE_AUTH0_CLIENT_ID=zoWqCfKeeyfqBirv8VBqgds5OTQzcgeJ -VITE_AUTH0_CALLBACK_URL=http://localhost:4040/callback -VITE_NOVU_API_SERVER_URL=https://dev.api.novu.co -VITE_SUBSCRIBER_ID=on-boarding-subscriber-id-123 -VITE_WEBSOCKET_URL=wss://dev.ws.novu.co -VITE_API_SERVER_URL=http://localhost:3002 \ No newline at end of file diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/admin-page.3137414f.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/admin-page.3137414f.js deleted file mode 100644 index 3168ccf..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/admin-page.3137414f.js +++ /dev/null @@ -1 +0,0 @@ -import{C as c}from"./code-snippet.10c1b5d2.js";import{_ as d,P as l,c as p,w as m,r as n,o as _,a as e,b as u,d as t}from"./index.cdcc7ed0.js";import{a as g}from"./message.service.bdab0167.js";import"./external-api.service.2c850b48.js";const h={components:{CodeSnippet:c,PageLayout:l},data(){return{message:""}},async mounted(){const{data:s,error:a}=await g();s&&(this.message=JSON.stringify(s,null,2)),a&&(this.message=JSON.stringify(a,null,2))}},f={class:"content-layout"},y=e("h1",{id:"page-title",class:"content__title"},"Admin Page",-1),P={class:"content__body"},x=e("p",{id:"page-description"},[e("span",null,[t("This page retrieves an "),e("strong",null,"admin message"),t(" from an external API.")]),e("span",null,[e("strong",null,[t("Only authenticated users with the "),e("code",null,"read:admin-messages"),t(" permission should access this page.")])])],-1);function C(s,a,v,N,o,S){const i=n("CodeSnippet"),r=n("PageLayout");return _(),p(r,null,{default:m(()=>[e("div",f,[y,e("div",P,[x,u(i,{title:"Admin Message",code:o.message},null,8,["code"])])])]),_:1})}var O=d(h,[["render",C]]);export{O as default}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/code-snippet.10c1b5d2.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/code-snippet.10c1b5d2.js deleted file mode 100644 index 2bf4512..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/code-snippet.10c1b5d2.js +++ /dev/null @@ -1 +0,0 @@ -import{_ as o,o as c,e as n,a as e,t as s}from"./index.cdcc7ed0.js";const _={props:{code:String,title:String}},i={class:"code-snippet"},a={class:"code-snippet__title"},p={class:"code-snippet__container"},d={class:"code-snippet__wrapper"},r={class:"code-snippet__body"};function l(h,f,t,m,v,S){return c(),n("div",i,[e("span",a,s(t.title),1),e("div",p,[e("div",d,[e("pre",r,s(t.code),1)])])])}var u=o(_,[["render",l]]);export{u as C}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/external-api.service.2c850b48.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/external-api.service.2c850b48.js deleted file mode 100644 index 333e166..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/external-api.service.2c850b48.js +++ /dev/null @@ -1,2 +0,0 @@ -var I={exports:{}},ie=function(e,t){return function(){for(var n=new Array(arguments.length),s=0;s=0)return;a==="set-cookie"?t[a]=(t[a]?t[a]:[]).concat([n]):t[a]=t[a]?t[a]+", "+n:n}}),t},G=p,Ge=G.isStandardBrowserEnv()?function(){var e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a"),a;function n(s){var o=s;return e&&(t.setAttribute("href",o),o=t.href),t.setAttribute("href",o),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return a=n(window.location.href),function(o){var u=G.isString(o)?n(o):o;return u.protocol===a.protocol&&u.host===a.host}}():function(){return function(){return!0}}();function z(r){this.message=r}z.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")};z.prototype.__CANCEL__=!0;var P=z,A=p,Ye=He,Qe=Ie,Ze=fe,er=We,rr=Ke,tr=Ge,q=ce,nr=B,ar=P,Y=function(e){return new Promise(function(a,n){var s=e.data,o=e.headers,u=e.responseType,f;function v(){e.cancelToken&&e.cancelToken.unsubscribe(f),e.signal&&e.signal.removeEventListener("abort",f)}A.isFormData(s)&&delete o["Content-Type"];var i=new XMLHttpRequest;if(e.auth){var l=e.auth.username||"",d=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.Authorization="Basic "+btoa(l+":"+d)}var O=er(e.baseURL,e.url);i.open(e.method.toUpperCase(),Ze(O,e.params,e.paramsSerializer),!0),i.timeout=e.timeout;function W(){if(!!i){var m="getAllResponseHeaders"in i?rr(i.getAllResponseHeaders()):null,w=!u||u==="text"||u==="json"?i.responseText:i.response,b={data:w,status:i.status,statusText:i.statusText,headers:m,config:e,request:i};Ye(function(j){a(j),v()},function(j){n(j),v()},b),i=null}}if("onloadend"in i?i.onloadend=W:i.onreadystatechange=function(){!i||i.readyState!==4||i.status===0&&!(i.responseURL&&i.responseURL.indexOf("file:")===0)||setTimeout(W)},i.onabort=function(){!i||(n(q("Request aborted",e,"ECONNABORTED",i)),i=null)},i.onerror=function(){n(q("Network Error",e,null,i)),i=null},i.ontimeout=function(){var w=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",b=e.transitional||nr.transitional;e.timeoutErrorMessage&&(w=e.timeoutErrorMessage),n(q(w,e,b.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",i)),i=null},A.isStandardBrowserEnv()){var X=(e.withCredentials||tr(O))&&e.xsrfCookieName?Qe.read(e.xsrfCookieName):void 0;X&&(o[e.xsrfHeaderName]=X)}"setRequestHeader"in i&&A.forEach(o,function(w,b){typeof s=="undefined"&&b.toLowerCase()==="content-type"?delete o[b]:i.setRequestHeader(b,w)}),A.isUndefined(e.withCredentials)||(i.withCredentials=!!e.withCredentials),u&&u!=="json"&&(i.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&i.addEventListener("progress",e.onDownloadProgress),typeof e.onUploadProgress=="function"&&i.upload&&i.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(f=function(m){!i||(n(!m||m&&m.type?new ar("canceled"):m),i.abort(),i=null)},e.cancelToken&&e.cancelToken.subscribe(f),e.signal&&(e.signal.aborted?f():e.signal.addEventListener("abort",f))),s||(s=null),i.send(s)})},c=p,Q=_e,sr=le,ir={"Content-Type":"application/x-www-form-urlencoded"};function Z(r,e){!c.isUndefined(r)&&c.isUndefined(r["Content-Type"])&&(r["Content-Type"]=e)}function or(){var r;return(typeof XMLHttpRequest!="undefined"||typeof process!="undefined"&&Object.prototype.toString.call(process)==="[object process]")&&(r=Y),r}function ur(r,e,t){if(c.isString(r))try{return(e||JSON.parse)(r),c.trim(r)}catch(a){if(a.name!=="SyntaxError")throw a}return(t||JSON.stringify)(r)}var U={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:or(),transformRequest:[function(e,t){return Q(t,"Accept"),Q(t,"Content-Type"),c.isFormData(e)||c.isArrayBuffer(e)||c.isBuffer(e)||c.isStream(e)||c.isFile(e)||c.isBlob(e)?e:c.isArrayBufferView(e)?e.buffer:c.isURLSearchParams(e)?(Z(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):c.isObject(e)||t&&t["Content-Type"]==="application/json"?(Z(t,"application/json"),ur(e)):e}],transformResponse:[function(e){var t=this.transitional||U.transitional,a=t&&t.silentJSONParsing,n=t&&t.forcedJSONParsing,s=!a&&this.responseType==="json";if(s||n&&c.isString(e)&&e.length)try{return JSON.parse(e)}catch(o){if(s)throw o.name==="SyntaxError"?sr(o,this,"E_JSON_PARSE"):o}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};c.forEach(["delete","get","head"],function(e){U.headers[e]={}});c.forEach(["post","put","patch"],function(e){U.headers[e]=c.merge(ir)});var B=U,fr=p,lr=B,cr=function(e,t,a){var n=this||lr;return fr.forEach(a,function(o){e=o.call(n,e,t)}),e},de=function(e){return!!(e&&e.__CANCEL__)},ee=p,_=cr,dr=de,hr=B,pr=P;function F(r){if(r.cancelToken&&r.cancelToken.throwIfRequested(),r.signal&&r.signal.aborted)throw new pr("canceled")}var mr=function(e){F(e),e.headers=e.headers||{},e.data=_.call(e,e.data,e.headers,e.transformRequest),e.headers=ee.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),ee.forEach(["delete","get","head","post","put","patch","common"],function(n){delete e.headers[n]});var t=e.adapter||hr.adapter;return t(e).then(function(n){return F(e),n.data=_.call(e,n.data,n.headers,e.transformResponse),n},function(n){return dr(n)||(F(e),n&&n.response&&(n.response.data=_.call(e,n.response.data,n.response.headers,e.transformResponse))),Promise.reject(n)})},h=p,he=function(e,t){t=t||{};var a={};function n(i,l){return h.isPlainObject(i)&&h.isPlainObject(l)?h.merge(i,l):h.isPlainObject(l)?h.merge({},l):h.isArray(l)?l.slice():l}function s(i){if(h.isUndefined(t[i])){if(!h.isUndefined(e[i]))return n(void 0,e[i])}else return n(e[i],t[i])}function o(i){if(!h.isUndefined(t[i]))return n(void 0,t[i])}function u(i){if(h.isUndefined(t[i])){if(!h.isUndefined(e[i]))return n(void 0,e[i])}else return n(void 0,t[i])}function f(i){if(i in t)return n(e[i],t[i]);if(i in e)return n(void 0,e[i])}var v={url:o,method:o,data:o,baseURL:u,transformRequest:u,transformResponse:u,paramsSerializer:u,timeout:u,timeoutMessage:u,withCredentials:u,adapter:u,responseType:u,xsrfCookieName:u,xsrfHeaderName:u,onUploadProgress:u,onDownloadProgress:u,decompress:u,maxContentLength:u,maxBodyLength:u,transport:u,httpAgent:u,httpsAgent:u,cancelToken:u,socketPath:u,responseEncoding:u,validateStatus:f};return h.forEach(Object.keys(e).concat(Object.keys(t)),function(l){var d=v[l]||s,O=d(l);h.isUndefined(O)&&d!==f||(a[l]=O)}),a},pe={version:"0.24.0"},vr=pe.version,V={};["object","boolean","number","function","string","symbol"].forEach(function(r,e){V[r]=function(a){return typeof a===r||"a"+(e<1?"n ":" ")+r}});var re={};V.transitional=function(e,t,a){function n(s,o){return"[Axios v"+vr+"] Transitional option '"+s+"'"+o+(a?". "+a:"")}return function(s,o,u){if(e===!1)throw new Error(n(o," has been removed"+(t?" in "+t:"")));return t&&!re[o]&&(re[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(s,o,u):!0}};function yr(r,e,t){if(typeof r!="object")throw new TypeError("options must be an object");for(var a=Object.keys(r),n=a.length;n-- >0;){var s=a[n],o=e[s];if(o){var u=r[s],f=u===void 0||o(u,s,r);if(f!==!0)throw new TypeError("option "+s+" must be "+f);continue}if(t!==!0)throw Error("Unknown option "+s)}}var br={assertOptions:yr,validators:V},me=p,Er=fe,te=De,ne=mr,L=he,ve=br,x=ve.validators;function R(r){this.defaults=r,this.interceptors={request:new te,response:new te}}R.prototype.request=function(e){typeof e=="string"?(e=arguments[1]||{},e.url=arguments[0]):e=e||{},e=L(this.defaults,e),e.method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var t=e.transitional;t!==void 0&&ve.assertOptions(t,{silentJSONParsing:x.transitional(x.boolean),forcedJSONParsing:x.transitional(x.boolean),clarifyTimeoutError:x.transitional(x.boolean)},!1);var a=[],n=!0;this.interceptors.request.forEach(function(d){typeof d.runWhen=="function"&&d.runWhen(e)===!1||(n=n&&d.synchronous,a.unshift(d.fulfilled,d.rejected))});var s=[];this.interceptors.response.forEach(function(d){s.push(d.fulfilled,d.rejected)});var o;if(!n){var u=[ne,void 0];for(Array.prototype.unshift.apply(u,a),u=u.concat(s),o=Promise.resolve(e);u.length;)o=o.then(u.shift(),u.shift());return o}for(var f=e;a.length;){var v=a.shift(),i=a.shift();try{f=v(f)}catch(l){i(l);break}}try{o=ne(f)}catch(l){return Promise.reject(l)}for(;s.length;)o=o.then(s.shift(),s.shift());return o};R.prototype.getUri=function(e){return e=L(this.defaults,e),Er(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")};me.forEach(["delete","get","head","options"],function(e){R.prototype[e]=function(t,a){return this.request(L(a||{},{method:e,url:t,data:(a||{}).data}))}});me.forEach(["post","put","patch"],function(e){R.prototype[e]=function(t,a,n){return this.request(L(n||{},{method:e,url:t,data:a}))}});var wr=R,Sr=P;function C(r){if(typeof r!="function")throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(n){e=n});var t=this;this.promise.then(function(a){if(!!t._listeners){var n,s=t._listeners.length;for(n=0;n{try{const e=await se(r.config),{data:t}=e;return{data:t,error:null}}catch(e){if(se.isAxiosError(e)){const t=e,{response:a}=t;let n="http request failed";return a&&a.statusText&&(n=a.statusText),t.message&&(n=t.message),a&&a.data&&a.data.message&&(n=a.data.message),{data:null,error:{message:n}}}return{data:null,error:{message:e.message}}}};export{Nr as c}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/index.5e815948.css b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/index.5e815948.css deleted file mode 100644 index ebf56b6..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/index.5e815948.css +++ /dev/null @@ -1 +0,0 @@ -@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{--orange: #ff4f40;--indigo: #635dff;--white: #fff;--light-aluminium: #eaecee;--aluminium: #bdc4cf;--dark-aluminium: #2a2e35;--black: #000000;--yellow: #ebca40;--mandarine: #ff7f38;--pink: #ff44dd;--blue: #3885ff;--aqua: #3ec6eb;--emerald: #1bc99f;--yellow-mandarine-gradient: linear-gradient( 153.07deg, var(--yellow) -2.47%, var(--mandarine) 102.78% );--mandarine-orange-gradient: linear-gradient( 153.07deg, var(--mandarine) -2.47%, var(--orange) 102.78% );--pink-yellow-gradient: linear-gradient( 153.07deg, var(--pink) -2.47%, var(--yellow) 102.78% );--pink-indigo-gradient: linear-gradient( 153.07deg, var(--pink) -2.47%, var(--indigo) 102.78% );--indigo-aqua-gradient: linear-gradient( 153.07deg, var(--indigo) -2.47%, var(--aqua) 102.78% );--blue-aqua-gradient: linear-gradient( 153.07deg, var(--blue) -2.47%, var(--aqua) 102.78% );--aqua-emerald-gradient: linear-gradient( 153.07deg, var(--aqua) -2.47%, var(--emerald) 102.78% );--emerald-yellow-gradient: linear-gradient( 153.07deg, var(--emerald) -2.47%, var(--yellow) 102.78% );--font-primary: "Inter", sans-serif;--font-secondary: "Space Grotesk", sans-serif;--font-mono: "Fira Code", monospace}*{box-sizing:border-box}html{font-size:10px;text-rendering:geometricPrecision;-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body{height:100%;width:100%;margin:0;padding:0}body{background-color:var(--black);color:var(--white);font-family:var(--font-primary);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:scroll}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:600;color:#000000db}h1,h2,h3{margin-top:3.2rem;margin-bottom:1.6rem}h4,h5,h6{margin-top:1.6rem;margin-bottom:1.6rem}h1{font-size:3.2rem}h2{font-size:2.8rem}h3{font-size:2.4rem}h4{font-size:2rem}h5{font-size:1.6rem}h6{font-size:1.4rem}p{margin:0 0 1.6rem}strong{font-weight:500}small{font-size:1.2rem}blockquote{padding:1.6rem 3.2rem;margin:0 0 3.2rem;border-left:8px solid #eee;font-size:1.6rem;font-style:italic}body,button,input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:var(--white);text-decoration:none}figure{margin:0}img{vertical-align:middle}code,pre{font-family:Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;width:100%}code{color:var(--emerald)}#root{height:100%;width:100%}@media only screen and (max-width: 640px){.mobile-scroll-lock{overflow:hidden}}.auth0-features{padding:3.2rem 6.4rem}.auth0-features__title{color:var(--white);font-weight:600;text-align:center;margin-top:0;margin-bottom:4.8rem;font-size:3.2rem;line-height:3.2rem}.auth0-features__grid{display:grid;grid-template-columns:1fr 1fr;column-gap:6.4rem;row-gap:6.4rem}.auth0-feature{display:block;background-color:var(--white);color:var(--black);cursor:pointer;transition:all .3s ease-in-out 0s;padding:4.8rem;border-radius:1.6rem}.auth0-feature:hover{transform:scale(1.03)}.auth0-feature__headline{display:flex;align-items:center;margin-top:0;color:var(--black);font-weight:600;letter-spacing:-.05rem;font-size:2.4rem;line-height:3.2rem}.auth0-feature__icon{margin-right:1.6rem}.auth0-feature:hover .auth0-feature__headline{text-decoration:underline solid 2px var(--black);text-underline-offset:2px;transition:all .3s ease-in-out 0s}.auth0-feature__description{margin:0;color:#242424;font-weight:500;opacity:.7;font-size:1.6rem;line-height:2.4rem}@media only screen and (max-width: 900px){.auth0-features__grid{grid-template-columns:1fr;row-gap:3.2rem}.auth0-feature{padding:3.2rem;border-radius:.8rem}.auth0-feature__headline{font-size:2rem;line-height:2.4rem}.auth0-feature__icon{height:3.6rem;margin-right:1.6rem}.auth0-feature__description{font-size:1.4rem;line-height:2.2rem}}@media only screen and (max-width: 480px){.auth0-features{padding:1.6rem}.auth0-features__title{font-size:2rem;line-height:2.8rem;margin-bottom:2.4rem}.auth0-features__grid{grid-template-columns:1fr;row-gap:1.6rem}.auth0-feature{padding:3.2rem;border-radius:.8rem}.auth0-feature__headline{font-size:2rem;line-height:2.4rem}.auth0-feature__icon{height:3.6rem;margin-right:1.6rem}.auth0-feature__description{font-size:1.4rem;line-height:2.2rem}}.button{border:0;border-radius:.8rem;font-family:var(--font-primary);font-weight:600;color:var(--white);cursor:pointer;user-select:none;transition:background .3s ease-out,color .3s ease-out;min-width:10rem;padding:1.6rem;font-size:1.6rem;line-height:2.4rem}.button--compact{padding:1rem 1.6rem;font-size:1.6rem;line-height:1.6rem}.button--primary{background-color:var(--indigo)}.button--primary:hover{background:rgba(99,93,255,.85)}.button--secondary{background-color:var(--white);color:var(--black)}.button--secondary:hover{background:rgba(255,255,255,.85)}@media only screen and (max-width: 480px){.button{min-width:.8rem;padding:1rem 1.2rem;font-size:1.3rem;line-height:2.2rem}.button--compact{padding:.6rem 1rem;font-size:1.3rem;line-height:2rem}}.button__login,.button__logout{min-width:8.4rem;border:.1rem solid var(--indigo);color:var(--white);background:var(--indigo);width:50%;font-size:1.6rem;margin-right:1.6rem;font-family:var(--font-primary);font-style:normal;font-weight:600;line-height:3.2rem;padding:.8rem 0;border-radius:.8rem;text-align:center;cursor:pointer;user-select:none;transition:background .3s ease-out,color .3s ease-out}.button__sign-up{min-width:8.4rem;border:.1rem solid var(--white);color:var(--white);background-color:transparent;width:50%;font-size:1.6rem;margin-right:1.6rem;font-style:normal;font-weight:500;line-height:3.2rem;padding:.8rem 0;border-radius:.8rem;text-align:center;cursor:pointer;user-select:none}.button__login:last-child,.button__logout:last-child,.button__sign-up:last-child{margin-right:0}@media only screen and (min-width: 641px){.button__login,.button__logout,.button__sign-up{padding:.8rem 1.2rem;font-size:1.4rem;line-height:1.6rem}}.code-snippet{display:flex;flex-direction:column;width:100%;border-radius:.8rem;margin-top:3.2rem;overflow:hidden}.code-snippet__title{height:4.8rem;width:100%;background-color:var(--aluminium);color:var(--black);font-family:Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-weight:600;font-size:1.6rem;line-height:2.4rem;padding:1.2rem 1.6rem}.code-snippet__container{min-height:32.4rem;background-color:var(--dark-aluminium);overflow-x:auto}.code-snippet__wrapper{display:inline-block;padding:32px}.code-snippet__body{margin:0;color:var(--white);font-size:16px;line-height:32px;word-wrap:break-word;white-space:pre-wrap}@media only screen and (max-width: 480px){.code-snippet__title{height:4.4rem;font-size:1.4rem;line-height:2.2rem;padding:1.2rem 1.6rem}.code-snippet__wrapper{padding:1.6rem}.code-snippet__body{font-size:1.4rem;line-height:2.4rem}}.page-footer{display:flex;justify-content:center;flex-shrink:0;width:100%;margin-top:2.4rem;background-color:var(--dark-aluminium);color:var(--light-aluminium);font-weight:500;text-align:center;font-size:1.6rem;line-height:2.4rem}.page-footer-grid{display:grid;grid-template-rows:auto auto;width:100%;max-width:120rem;padding:3.2rem}.page-footer-grid__info{display:grid;grid-template-columns:1.5fr 1fr auto;column-gap:2.4rem}.page-footer-grid__brand{display:grid;justify-items:center;grid-template-columns:1fr;margin-top:3.2rem}.page-footer-info__message{text-align:left}.page-footer-message__headline{margin:0 0 1.4rem;font-weight:500}.page-footer-message__description{margin-bottom:0;letter-spacing:.016rem}.page-footer-info__button{display:flex;justify-content:center;align-items:center}.page-footer-info__resource-list{display:grid;row-gap:.8rem}.page-footer-info__resource-list-item{text-align:right}.page-footer-brand{display:flex;justify-content:center;align-items:center;width:100%}.page-footer-brand__logo{width:20px;margin-right:12px}.page-footer__hyperlink{letter-spacing:.001rem}.page-footer__hyperlink,.page-footer__hyperlink:active,.page-footer__hyperlink:visited{color:var(--white)}.page-footer__hyperlink:hover{color:var(--aluminium)}@media only screen and (max-width: 960px){.page-footer{font-size:1.4rem;line-height:2.2rem}.page-footer-grid{padding:3.2rem}.page-footer-grid__info{grid-template-columns:1fr;row-gap:3.2rem}.page-footer-info__message{text-align:center}.page-footer-info__resource-list{grid-template-columns:1fr 1fr;row-gap:3.2rem;column-gap:3.2rem}.page-footer-info__resource-list-item:nth-child(odd){text-align:right}.page-footer-info__resource-list-item:nth-child(even){text-align:left}}@media only screen and (max-width: 480px){.page-footer{font-size:1.4rem;line-height:2.2rem}.page-footer-grid{padding:3.2rem 1.6rem}.page-footer-grid__info{grid-template-columns:1fr;row-gap:3.2rem}.page-footer-info__message{text-align:center}.page-footer-info__resource-list{grid-template-columns:1fr 1fr;row-gap:3.2rem;column-gap:3.2rem}.page-footer-info__resource-list-item:nth-child(odd){text-align:right}.page-footer-info__resource-list-item:nth-child(even){text-align:left}}.hero-banner{display:flex;flex-direction:column;align-items:center;width:100%;background:var(--yellow-mandarine-gradient);color:var(--black);margin:0 auto;padding:3.2rem 6.4rem}.hero-banner--yellow-mandarine{background:var(--yellow-mandarine-gradient)}.hero-banner--pink-yellow{background:var(--pink-yellow-gradient)}.hero-banner--blue-aqua{background:var(--blue-aqua-gradient)}.hero-banner--aqua-emerald{background:var(--aqua-emerald-gradient)}.hero-banner--emerald-yellow{background:var(--emerald-yellow-gradient)}.hero-banner__logo{display:flex;justify-content:center;align-items:center;background-color:var(--white);border-radius:50%;box-shadow:0 2px 4px #0000001f;width:12.8rem;height:12.8rem}.hero-banner__image{width:10.8rem;height:10.8rem}.hero-banner__image--small{width:7.6rem;height:7.6rem}.hero-banner__headline{letter-spacing:-1.5px;margin:2.4rem 0 8px;font-size:4.8rem}.hero-banner__description{max-width:58rem;text-align:center;margin-bottom:3.2rem;font-size:20px;line-height:3.2rem}@media only screen and (max-width: 540px){.hero-banner{padding:3.2rem 1.6rem}.hero-banner__logo{width:9.6rem;height:9.6rem}.hero-banner__image{width:7.2rem;height:7.2rem}.hero-banner__image--small{width:6rem;height:6rem}.hero-banner__headline{font-size:3.2rem}.hero-banner__description{font-size:1.6rem;line-height:2.4rem}}.loader{height:5rem;width:5rem;margin:auto;animation:spin 2s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nav-bar__container{position:fixed;display:flex;justify-content:center;flex-shrink:0;width:100%;box-shadow:#5a5f66 0 -1.5px inset;z-index:300;background-color:var(--black)}.nav-bar{flex:1;display:flex;align-items:center;flex-shrink:0;height:80px;max-width:1200px;padding:0 24px;margin:0}.nav-bar__brand{display:flex;align-items:center;height:100%;margin-right:64px}.nav-bar__link{display:flex;align-items:center;height:100%}.nav-bar__logo{height:3.2rem}.nav-bar__tabs{flex:1;display:flex;align-items:center;justify-content:flex-end}.nav-bar__tab{display:flex;flex-direction:row;justify-content:center;margin-right:24px;font-weight:500;font-size:16px;line-height:16px}.nav-bar__tab:last-child{margin-right:0}.nav-bar__tab--active{text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:var(--indigo);text-decoration-thickness:4px;text-underline-offset:8px}.nav-bar__tab:hover{color:var(--white)}.nav-bar__icon{display:none}.nav-bar__buttons{display:flex;margin-left:24px}@media only screen and (max-width: 640px){.nav-bar__container{display:none}.nav-bar__tab{font-size:1.5rem}.nav-bar{height:6.4rem;padding:.8rem 1.6rem}.nav-bar__brand{display:flex;align-items:center;margin-right:1.6rem}.nav-bar__logo{height:3.2rem}.nav-bar__tab--active{text-decoration-line:none;color:var(--pink)}.nav-bar__label{display:none}.nav-bar__icon{display:block;font-size:3.2rem}.nav-bar__buttons{margin-left:24px}}@media only screen and (max-width: 340px){.nav-bar__tab{font-size:1.3rem}.nav-bar{height:6.4rem;padding:.8rem 1.6rem}.nav-bar__brand{display:flex;align-items:center;margin-right:1.6rem}.nav-bar__logo{height:2.8rem}.nav-bar__tab--active{text-decoration-line:none;color:var(--pink)}.nav-bar__buttons{margin-left:24px}}.mobile-nav-bar__container{position:fixed;display:none;justify-content:center;flex-shrink:0;width:100%;box-shadow:#5a5f66 0 -1.5px inset;z-index:300;background-color:var(--black)}.mobile-nav-bar{flex:1;display:flex;align-items:center;flex-shrink:0;height:6.4rem;max-width:1200px;padding:.8rem 1.6rem;margin:0}.mobile-nav-bar__brand{flex:1;display:flex;align-items:center;height:100%;margin-right:1.6rem}.mobile-nav-bar__link{display:flex;align-items:center;height:100%}.mobile-nav-bar__logo{height:2.4rem}.mobile-nav-bar__menu{width:100%;height:calc(100% - 6.4rem);position:fixed;left:0;top:6.4rem;background-color:var(--black);z-index:300}.mobile-nav-bar__toggle{margin-left:2.4rem;font-size:3.6rem;cursor:pointer}.mobile-nav-bar__tabs{flex:1;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;width:100%}.mobile-nav-bar__tab{display:flex;flex-direction:row;font-weight:500;font-size:2rem;line-height:16px;padding:3.2rem 2.4rem;background-color:var(--black);color:var(--white);width:100%;box-shadow:#5a5f66 0 -1.5px inset}.mobile-nav-bar__tab:last-child{margin-right:0}.mobile-nav-bar__tab--active{text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:var(--indigo);text-decoration-thickness:4px;text-underline-offset:8px}.mobile-nav-bar__tab:hover{color:var(--white)}.mobile-nav-bar__icon{display:none}.mobile-nav-bar__buttons{display:flex;justify-content:center;padding:3.2rem;background-color:var(--black)}@media only screen and (max-width: 640px) and (hover: none){.mobile-nav-bar__tab:hover,.mobile-nav-bar__tab--active:hover{color:var(--white)}}@media only screen and (max-width: 640px){.mobile-nav-bar__container{display:flex}.mobile-nav-bar__menu--closed{display:none}}.messages-grid{display:flex;flex-direction:column}.messages-grid__header{margin:48px 0 0;color:var(--white);font-weight:500;text-align:center;font-size:24px;line-height:32px}.messages-grid__options{display:flex;border-radius:16px;margin:32px auto}.messages-grid__option{border:2px solid rgb(96,96,96);border-right:0;background-color:var(--black);color:var(--white);font-weight:600;text-transform:uppercase;text-align:center;cursor:pointer;user-select:none;outline:none;transition:background .3s ease-out,color .3s ease-out;padding:8px 24px;margin:0;font-size:16px;line-height:24px}.messages-grid__option:first-child{border-radius:8px 0 0 8px}.messages-grid__option:last-child{border-radius:0 8px 8px 0;border-right:2px solid rgb(96,96,96)}.messages-grid__option--active,.messages-grid__option--active:hover{background-color:var(--white);color:var(--black)}@media only screen and (max-width: 540px){.messages-grid__header{margin:1.6rem 0;font-size:2rem;line-height:2.8rem}.messages-grid__options{max-width:24rem;flex-wrap:wrap;border-radius:.8rem;margin:.8rem auto 1.6rem}.messages-grid__option{width:12rem;padding:.4rem 1.6rem;border:.2rem solid rgb(96,96,96);font-size:1.4rem}.messages-grid__option:nth-child(1){border-bottom-left-radius:0;border-right:0;border-bottom:0}.messages-grid__option:nth-child(2){border-top-right-radius:.8rem;border-bottom:0}.messages-grid__option:nth-child(3){border-bottom-left-radius:.8rem;border-right:0}.messages-grid__option:nth-child(4){border-top-right-radius:0}}.profile-grid{display:flex;flex-direction:column;margin-top:48px}.profile__header{display:grid;grid-template-columns:auto 1fr;column-gap:16px}.profile__avatar{border:solid 2px var(--aqua);border-radius:50%;height:80px;width:80px}.profile__headline{display:flex;flex-direction:column;justify-content:space-around}.profile__title{margin-top:0;margin-bottom:0;color:var(--white)}.profile__details{margin-top:32px}@media only screen and (max-width: 480px){.profile-grid{margin-top:2.4rem}.profile__avatar{height:5.6rem;width:5.6rem;border-radius:50%;border:solid .13rem var(--aqua)}.profile__title{font-size:1.6rem}.profile__description{font-size:1.3rem}.profile__details{margin-top:1.6rem}}.page-layout{display:flex;flex-direction:column;align-items:center;height:100%;width:100%}.page-layout__content{flex:1;flex-basis:auto;flex-shrink:0;display:flex;flex-direction:column;margin-top:8rem;max-width:120rem;width:100%}@media only screen and (max-width: 640px){.page-layout__content{margin-top:6.4rem}}.content-layout{flex:1;display:flex;flex-direction:column;flex-shrink:0;width:100%;min-height:640px;padding:48px}.content__title{margin-top:0;color:var(--white)}.content__body{font-size:1.6rem;line-height:2.4rem}#page-description{display:flex;flex-direction:column}#page-description span{margin-bottom:1.6rem}#page-description span:last-child{margin-bottom:0}@media only screen and (max-width: 480px){.content-layout{padding:1.6rem}.content__title{font-size:2.4rem}}app-nav-bar{width:100%}app-nav-bar-tabs{flex:1}app-nav-bar-tab{margin-right:24px}app-nav-bar-tab:last-child{margin-right:0}app-login-button,app-signup-button,app-logout-button{margin-right:1.6rem}app-login-button:last-child,app-signup-button:last-child,app-logout-button:last-child{margin-right:0}app-page-loader{display:flex;height:100%;width:100%}app-mobile-nav-bar{width:100%}app-mobile-nav-bar-tab{width:100%}app-mobile-nav-bar-brand{flex:1}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.v-popper--theme-tooltip .v-popper__inner{background:rgba(0,0,0,.8);color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.nc-bell-button{border:none;background-color:transparent;-webkit-tap-highlight-color:transparent;position:relative;appearance:none;box-sizing:border-box;height:28px;min-height:28px;width:28px;min-width:28px;border-radius:4px;padding:0;line-height:1;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}.nc-bell-button:not(:disabled):active{transform:translateY(1px)}.nc-bell-button>.nc-bell-button-dot{position:absolute;top:-3%;right:10%;width:12px;height:12px}.v-popper--theme-light .v-popper__inner,.v-popper--theme-dark .v-popper__inner{background:transparent;border:none;box-shadow:none}.v-popper--theme-light .v-popper__arrow-outer,.v-popper--theme-light .v-popper__arrow-inner{border-color:#fff}.v-popper--theme-dark .v-popper__arrow-outer,.v-popper--theme-dark .v-popper__arrow-inner{border-color:#1e1e26} diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/index.cdcc7ed0.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/index.cdcc7ed0.js deleted file mode 100644 index 2ec92e0..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/index.cdcc7ed0.js +++ /dev/null @@ -1,577 +0,0 @@ -const rO=function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const a of document.querySelectorAll('link[rel="modulepreload"]'))r(a);new MutationObserver(a=>{for(const s of a)if(s.type==="childList")for(const l of s.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&r(l)}).observe(document,{childList:!0,subtree:!0});function n(a){const s={};return a.integrity&&(s.integrity=a.integrity),a.referrerpolicy&&(s.referrerPolicy=a.referrerpolicy),a.crossorigin==="use-credentials"?s.credentials="include":a.crossorigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function r(a){if(a.ep)return;a.ep=!0;const s=n(a);fetch(a.href,s)}};rO();function Mw(e,t){const n=Object.create(null),r=e.split(",");for(let a=0;a!!n[a.toLowerCase()]:a=>!!n[a]}function Go(e){if(Pt(e)){const t={};for(let n=0;n{if(n){const r=n.split(iO);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function ao(e){let t="";if(qn(e))t=e;else if(Pt(e))for(let n=0;nqn(e)?e:e==null?"":Pt(e)||Mn(e)&&(e.toString===ES||!Ct(e.toString))?JSON.stringify(e,AS,2):String(e),AS=(e,t)=>t&&t.__v_isRef?AS(e,t.value):wc(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,a])=>(n[`${r} =>`]=a,n),{})}:SS(t)?{[`Set(${t.size})`]:[...t.values()]}:Mn(t)&&!Pt(t)&&!WS(t)?String(t):t,xn={},yc=[],vi=()=>{},dO=()=>!1,fO=/^on[^a-z]/,Eg=e=>fO.test(e),Aw=e=>e.startsWith("onUpdate:"),xr=Object.assign,Sw=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},hO=Object.prototype.hasOwnProperty,qt=(e,t)=>hO.call(e,t),Pt=Array.isArray,wc=e=>Wg(e)==="[object Map]",SS=e=>Wg(e)==="[object Set]",Ct=e=>typeof e=="function",qn=e=>typeof e=="string",Cw=e=>typeof e=="symbol",Mn=e=>e!==null&&typeof e=="object",CS=e=>Mn(e)&&Ct(e.then)&&Ct(e.catch),ES=Object.prototype.toString,Wg=e=>ES.call(e),mO=e=>Wg(e).slice(8,-1),WS=e=>Wg(e)==="[object Object]",Ew=e=>qn(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Fm=Mw(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),jg=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},pO=/-(\w)/g,io=jg(e=>e.replace(pO,(t,n)=>n?n.toUpperCase():"")),gO=/\B([A-Z])/g,xu=jg(e=>e.replace(gO,"-$1").toLowerCase()),Og=jg(e=>e.charAt(0).toUpperCase()+e.slice(1)),yb=jg(e=>e?`on${Og(e)}`:""),yf=(e,t)=>!Object.is(e,t),wb=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},vO=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let T0;const bO=()=>T0||(T0=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});let di;class yO{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=di,!t&&di&&(this.index=(di.scopes||(di.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=di;try{return di=this,t()}finally{di=n}}}on(){di=this}off(){di=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n{const t=new Set(e);return t.w=0,t.n=0,t},jS=e=>(e.w&nl)>0,OS=e=>(e.n&nl)>0,xO=({deps:e})=>{if(e.length)for(let t=0;t{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r{(h==="length"||h>=d)&&c.push(f)})}else switch(n!==void 0&&c.push(l.get(n)),t){case"add":Pt(e)?Ew(n)&&c.push(l.get("length")):(c.push(l.get(vu)),wc(e)&&c.push(l.get(py)));break;case"delete":Pt(e)||(c.push(l.get(vu)),wc(e)&&c.push(l.get(py)));break;case"set":wc(e)&&c.push(l.get(vu));break}if(c.length===1)c[0]&&gy(c[0]);else{const d=[];for(const f of c)f&&d.push(...f);gy(Ww(d))}}function gy(e,t){const n=Pt(e)?e:[...e];for(const r of n)r.computed&&N0(r);for(const r of n)r.computed||N0(r)}function N0(e,t){(e!==hi||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}const MO=Mw("__proto__,__v_isRef,__isVue"),NS=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Cw)),AO=Ow(),SO=Ow(!1,!0),CO=Ow(!0),_0=EO();function EO(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=tn(this);for(let s=0,l=this.length;s{e[t]=function(...n){Rc();const r=tn(this)[t].apply(this,n);return Ic(),r}}),e}function WO(e){const t=tn(this);return na(t,"has",e),t.hasOwnProperty(e)}function Ow(e=!1,t=!1){return function(r,a,s){if(a==="__v_isReactive")return!e;if(a==="__v_isReadonly")return e;if(a==="__v_isShallow")return t;if(a==="__v_raw"&&s===(e?t?GO:LS:t?DS:IS).get(r))return r;const l=Pt(r);if(!e){if(l&&qt(_0,a))return Reflect.get(_0,a,s);if(a==="hasOwnProperty")return WO}const c=Reflect.get(r,a,s);return(Cw(a)?NS.has(a):MO(a))||(e||na(r,"get",a),t)?c:wr(c)?l&&Ew(a)?c:c.value:Mn(c)?e?ou(c):Dc(c):c}}const jO=_S(),OO=_S(!0);function _S(e=!1){return function(n,r,a,s){let l=n[r];if(Cc(l)&&wr(l)&&!wr(a))return!1;if(!e&&(!lp(a)&&!Cc(a)&&(l=tn(l),a=tn(a)),!Pt(n)&&wr(l)&&!wr(a)))return l.value=a,!0;const c=Pt(n)&&Ew(r)?Number(r)e,Tg=e=>Reflect.getPrototypeOf(e);function dm(e,t,n=!1,r=!1){e=e.__v_raw;const a=tn(e),s=tn(t);n||(t!==s&&na(a,"get",t),na(a,"get",s));const{has:l}=Tg(a),c=r?Tw:n?_w:wf;if(l.call(a,t))return c(e.get(t));if(l.call(a,s))return c(e.get(s));e!==a&&e.get(t)}function fm(e,t=!1){const n=this.__v_raw,r=tn(n),a=tn(e);return t||(e!==a&&na(r,"has",e),na(r,"has",a)),e===a?n.has(e):n.has(e)||n.has(a)}function hm(e,t=!1){return e=e.__v_raw,!t&&na(tn(e),"iterate",vu),Reflect.get(e,"size",e)}function R0(e){e=tn(e);const t=tn(this);return Tg(t).has.call(t,e)||(t.add(e),Jo(t,"add",e,e)),this}function I0(e,t){t=tn(t);const n=tn(this),{has:r,get:a}=Tg(n);let s=r.call(n,e);s||(e=tn(e),s=r.call(n,e));const l=a.call(n,e);return n.set(e,t),s?yf(t,l)&&Jo(n,"set",e,t):Jo(n,"add",e,t),this}function D0(e){const t=tn(this),{has:n,get:r}=Tg(t);let a=n.call(t,e);a||(e=tn(e),a=n.call(t,e)),r&&r.call(t,e);const s=t.delete(e);return a&&Jo(t,"delete",e,void 0),s}function L0(){const e=tn(this),t=e.size!==0,n=e.clear();return t&&Jo(e,"clear",void 0,void 0),n}function mm(e,t){return function(r,a){const s=this,l=s.__v_raw,c=tn(l),d=t?Tw:e?_w:wf;return!e&&na(c,"iterate",vu),l.forEach((f,h)=>r.call(a,d(f),d(h),s))}}function pm(e,t,n){return function(...r){const a=this.__v_raw,s=tn(a),l=wc(s),c=e==="entries"||e===Symbol.iterator&&l,d=e==="keys"&&l,f=a[e](...r),h=n?Tw:t?_w:wf;return!t&&na(s,"iterate",d?py:vu),{next(){const{value:p,done:g}=f.next();return g?{value:p,done:g}:{value:c?[h(p[0]),h(p[1])]:h(p),done:g}},[Symbol.iterator](){return this}}}}function Ds(e){return function(...t){return e==="delete"?!1:this}}function IO(){const e={get(s){return dm(this,s)},get size(){return hm(this)},has:fm,add:R0,set:I0,delete:D0,clear:L0,forEach:mm(!1,!1)},t={get(s){return dm(this,s,!1,!0)},get size(){return hm(this)},has:fm,add:R0,set:I0,delete:D0,clear:L0,forEach:mm(!1,!0)},n={get(s){return dm(this,s,!0)},get size(){return hm(this,!0)},has(s){return fm.call(this,s,!0)},add:Ds("add"),set:Ds("set"),delete:Ds("delete"),clear:Ds("clear"),forEach:mm(!0,!1)},r={get(s){return dm(this,s,!0,!0)},get size(){return hm(this,!0)},has(s){return fm.call(this,s,!0)},add:Ds("add"),set:Ds("set"),delete:Ds("delete"),clear:Ds("clear"),forEach:mm(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=pm(s,!1,!1),n[s]=pm(s,!0,!1),t[s]=pm(s,!1,!0),r[s]=pm(s,!0,!0)}),[e,n,t,r]}const[DO,LO,HO,FO]=IO();function zw(e,t){const n=t?e?FO:HO:e?LO:DO;return(r,a,s)=>a==="__v_isReactive"?!e:a==="__v_isReadonly"?e:a==="__v_raw"?r:Reflect.get(qt(n,a)&&a in r?n:r,a,s)}const BO={get:zw(!1,!1)},XO={get:zw(!1,!0)},UO={get:zw(!0,!1)},IS=new WeakMap,DS=new WeakMap,LS=new WeakMap,GO=new WeakMap;function YO(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function KO(e){return e.__v_skip||!Object.isExtensible(e)?0:YO(mO(e))}function Dc(e){return Cc(e)?e:Nw(e,!1,RS,BO,IS)}function qO(e){return Nw(e,!1,RO,XO,DS)}function ou(e){return Nw(e,!0,_O,UO,LS)}function Nw(e,t,n,r,a){if(!Mn(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=a.get(e);if(s)return s;const l=KO(e);if(l===0)return e;const c=new Proxy(e,l===2?r:n);return a.set(e,c),c}function kc(e){return Cc(e)?kc(e.__v_raw):!!(e&&e.__v_isReactive)}function Cc(e){return!!(e&&e.__v_isReadonly)}function lp(e){return!!(e&&e.__v_isShallow)}function HS(e){return kc(e)||Cc(e)}function tn(e){const t=e&&e.__v_raw;return t?tn(t):e}function FS(e){return sp(e,"__v_skip",!0),e}const wf=e=>Mn(e)?Dc(e):e,_w=e=>Mn(e)?ou(e):e;function BS(e){Qs&&hi&&(e=tn(e),zS(e.dep||(e.dep=Ww())))}function XS(e,t){e=tn(e);const n=e.dep;n&&gy(n)}function wr(e){return!!(e&&e.__v_isRef===!0)}function ta(e){return US(e,!1)}function VO(e){return US(e,!0)}function US(e,t){return wr(e)?e:new JO(e,t)}class JO{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:tn(t),this._value=n?t:wf(t)}get value(){return BS(this),this._value}set value(t){const n=this.__v_isShallow||lp(t)||Cc(t);t=n?t:tn(t),yf(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:wf(t),XS(this))}}function tr(e){return wr(e)?e.value:e}const QO={get:(e,t,n)=>tr(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const a=e[t];return wr(a)&&!wr(n)?(a.value=n,!0):Reflect.set(e,t,n,r)}};function GS(e){return kc(e)?e:new Proxy(e,QO)}var YS;class $O{constructor(t,n,r,a){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this[YS]=!1,this._dirty=!0,this.effect=new jw(t,()=>{this._dirty||(this._dirty=!0,XS(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!a,this.__v_isReadonly=r}get value(){const t=tn(this);return BS(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}YS="__v_isReadonly";function ZO(e,t,n=!1){let r,a;const s=Ct(e);return s?(r=e,a=vi):(r=e.get,a=e.set),new $O(r,a,s||!a,n)}function $s(e,t,n,r){let a;try{a=r?e(...r):e()}catch(s){zg(s,t,n)}return a}function Ua(e,t,n,r){if(Ct(e)){const s=$s(e,t,n,r);return s&&CS(s)&&s.catch(l=>{zg(l,t,n)}),s}const a=[];for(let s=0;s>>1;xf(yr[r])$i&&yr.splice(t,1)}function r6(e){Pt(e)?xc.push(...e):(!Fo||!Fo.includes(e,e.allowRecurse?su+1:su))&&xc.push(e),qS()}function H0(e,t=kf?$i+1:0){for(;txf(n)-xf(r)),su=0;sue.id==null?1/0:e.id,a6=(e,t)=>{const n=xf(e)-xf(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function JS(e){vy=!1,kf=!0,yr.sort(a6);const t=vi;try{for($i=0;$iqn(w)?w.trim():w)),p&&(a=n.map(vO))}let c,d=r[c=yb(t)]||r[c=yb(io(t))];!d&&s&&(d=r[c=yb(xu(t))]),d&&Ua(d,e,6,a);const f=r[c+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,Ua(f,e,6,a)}}function QS(e,t,n=!1){const r=t.emitsCache,a=r.get(e);if(a!==void 0)return a;const s=e.emits;let l={},c=!1;if(!Ct(e)){const d=f=>{const h=QS(f,t,!0);h&&(c=!0,xr(l,h))};!n&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}return!s&&!c?(Mn(e)&&r.set(e,null),null):(Pt(s)?s.forEach(d=>l[d]=null):xr(l,s),Mn(e)&&r.set(e,l),l)}function Ng(e,t){return!e||!Eg(t)?!1:(t=t.slice(2).replace(/Once$/,""),qt(e,t[0].toLowerCase()+t.slice(1))||qt(e,xu(t))||qt(e,t))}let kr=null,_g=null;function up(e){const t=kr;return kr=e,_g=e&&e.type.__scopeId||null,t}function o6(e){_g=e}function s6(){_g=null}const l6=e=>Ur;function Ur(e,t=kr,n){if(!t||e._n)return e;const r=(...a)=>{r._d&&J0(-1);const s=up(t);let l;try{l=e(...a)}finally{up(s),r._d&&J0(1)}return l};return r._n=!0,r._c=!0,r._d=!0,r}function kb(e){const{type:t,vnode:n,proxy:r,withProxy:a,props:s,propsOptions:[l],slots:c,attrs:d,emit:f,render:h,renderCache:p,data:g,setupState:w,ctx:y,inheritAttrs:k}=e;let M,W;const z=up(e);try{if(n.shapeFlag&4){const B=a||r;M=Ki(h.call(B,B,p,s,w,g,y)),W=d}else{const B=t;M=Ki(B.length>1?B(s,{attrs:d,slots:c,emit:f}):B(s,null)),W=t.props?d:u6(d)}}catch(B){of.length=0,zg(B,e,1),M=ht(Ga)}let N=M;if(W&&k!==!1){const B=Object.keys(W),{shapeFlag:H}=N;B.length&&H&7&&(l&&B.some(Aw)&&(W=c6(W,l)),N=rl(N,W))}return n.dirs&&(N=rl(N),N.dirs=N.dirs?N.dirs.concat(n.dirs):n.dirs),n.transition&&(N.transition=n.transition),M=N,up(z),M}const u6=e=>{let t;for(const n in e)(n==="class"||n==="style"||Eg(n))&&((t||(t={}))[n]=e[n]);return t},c6=(e,t)=>{const n={};for(const r in e)(!Aw(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function d6(e,t,n){const{props:r,children:a,component:s}=e,{props:l,children:c,patchFlag:d}=t,f=s.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&d>=0){if(d&1024)return!0;if(d&16)return r?F0(r,l,f):!!l;if(d&8){const h=t.dynamicProps;for(let p=0;pe.__isSuspense;function m6(e,t){t&&t.pendingBranch?Pt(e)?t.effects.push(...e):t.effects.push(e):r6(e)}function Bm(e,t){if(Rn){let n=Rn.provides;const r=Rn.parent&&Rn.parent.provides;r===n&&(n=Rn.provides=Object.create(r)),n[e]=t}}function Yo(e,t,n=!1){const r=Rn||kr;if(r){const a=r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides;if(a&&e in a)return a[e];if(arguments.length>1)return n&&Ct(t)?t.call(r.proxy):t}}function p6(e,t){return Lw(e,null,t)}const gm={};function nf(e,t,n){return Lw(e,t,n)}function Lw(e,t,{immediate:n,deep:r,flush:a,onTrack:s,onTrigger:l}=xn){const c=kO()===(Rn==null?void 0:Rn.scope)?Rn:null;let d,f=!1,h=!1;if(wr(e)?(d=()=>e.value,f=lp(e)):kc(e)?(d=()=>e,r=!0):Pt(e)?(h=!0,f=e.some(N=>kc(N)||lp(N)),d=()=>e.map(N=>{if(wr(N))return N.value;if(kc(N))return mc(N);if(Ct(N))return $s(N,c,2)})):Ct(e)?t?d=()=>$s(e,c,2):d=()=>{if(!(c&&c.isUnmounted))return p&&p(),Ua(e,c,3,[g])}:d=vi,t&&r){const N=d;d=()=>mc(N())}let p,g=N=>{p=W.onStop=()=>{$s(N,c,4)}},w;if(Mf)if(g=vi,t?n&&Ua(t,c,3,[d(),h?[]:void 0,g]):d(),a==="sync"){const N=lT();w=N.__watcherHandles||(N.__watcherHandles=[])}else return vi;let y=h?new Array(e.length).fill(gm):gm;const k=()=>{if(!!W.active)if(t){const N=W.run();(r||f||(h?N.some((B,H)=>yf(B,y[H])):yf(N,y)))&&(p&&p(),Ua(t,c,3,[N,y===gm?void 0:h&&y[0]===gm?[]:y,g]),y=N)}else W.run()};k.allowRecurse=!!t;let M;a==="sync"?M=k:a==="post"?M=()=>ea(k,c&&c.suspense):(k.pre=!0,c&&(k.id=c.uid),M=()=>Dw(k));const W=new jw(d,M);t?n?k():y=W.run():a==="post"?ea(W.run.bind(W),c&&c.suspense):W.run();const z=()=>{W.stop(),c&&c.scope&&Sw(c.scope.effects,W)};return w&&w.push(z),z}function g6(e,t,n){const r=this.proxy,a=qn(e)?e.includes(".")?$S(r,e):()=>r[e]:e.bind(r,r);let s;Ct(t)?s=t:(s=t.handler,n=t);const l=Rn;Ec(this);const c=Lw(a,s.bind(r),n);return l?Ec(l):bu(),c}function $S(e,t){const n=t.split(".");return()=>{let r=e;for(let a=0;a{mc(n,t)});else if(WS(e))for(const n in e)mc(e[n],t);return e}function v6(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Hw(()=>{e.isMounted=!0}),n3(()=>{e.isUnmounting=!0}),e}const Ha=[Function,Array],b6={name:"BaseTransition",props:{mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ha,onEnter:Ha,onAfterEnter:Ha,onEnterCancelled:Ha,onBeforeLeave:Ha,onLeave:Ha,onAfterLeave:Ha,onLeaveCancelled:Ha,onBeforeAppear:Ha,onAppear:Ha,onAfterAppear:Ha,onAppearCancelled:Ha},setup(e,{slots:t}){const n=v3(),r=v6();let a;return()=>{const s=t.default&&e3(t.default(),!0);if(!s||!s.length)return;let l=s[0];if(s.length>1){for(const k of s)if(k.type!==Ga){l=k;break}}const c=tn(e),{mode:d}=c;if(r.isLeaving)return xb(l);const f=B0(l);if(!f)return xb(l);const h=by(f,c,r,n);yy(f,h);const p=n.subTree,g=p&&B0(p);let w=!1;const{getTransitionKey:y}=f.type;if(y){const k=y();a===void 0?a=k:k!==a&&(a=k,w=!0)}if(g&&g.type!==Ga&&(!lu(f,g)||w)){const k=by(g,c,r,n);if(yy(g,k),d==="out-in")return r.isLeaving=!0,k.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&n.update()},xb(l);d==="in-out"&&f.type!==Ga&&(k.delayLeave=(M,W,z)=>{const N=ZS(r,g);N[String(g.key)]=g,M._leaveCb=()=>{W(),M._leaveCb=void 0,delete h.delayedLeave},h.delayedLeave=z})}return l}}},y6=b6;function ZS(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function by(e,t,n,r){const{appear:a,mode:s,persisted:l=!1,onBeforeEnter:c,onEnter:d,onAfterEnter:f,onEnterCancelled:h,onBeforeLeave:p,onLeave:g,onAfterLeave:w,onLeaveCancelled:y,onBeforeAppear:k,onAppear:M,onAfterAppear:W,onAppearCancelled:z}=t,N=String(e.key),B=ZS(n,e),H=(Q,de)=>{Q&&Ua(Q,r,9,de)},U=(Q,de)=>{const me=de[1];H(Q,de),Pt(Q)?Q.every(Se=>Se.length<=1)&&me():Q.length<=1&&me()},$={mode:s,persisted:l,beforeEnter(Q){let de=c;if(!n.isMounted)if(a)de=k||c;else return;Q._leaveCb&&Q._leaveCb(!0);const me=B[N];me&&lu(e,me)&&me.el._leaveCb&&me.el._leaveCb(),H(de,[Q])},enter(Q){let de=d,me=f,Se=h;if(!n.isMounted)if(a)de=M||d,me=W||f,Se=z||h;else return;let Pe=!1;const Te=Q._enterCb=$e=>{Pe||(Pe=!0,$e?H(Se,[Q]):H(me,[Q]),$.delayedLeave&&$.delayedLeave(),Q._enterCb=void 0)};de?U(de,[Q,Te]):Te()},leave(Q,de){const me=String(e.key);if(Q._enterCb&&Q._enterCb(!0),n.isUnmounting)return de();H(p,[Q]);let Se=!1;const Pe=Q._leaveCb=Te=>{Se||(Se=!0,de(),Te?H(y,[Q]):H(w,[Q]),Q._leaveCb=void 0,B[me]===e&&delete B[me])};B[me]=e,g?U(g,[Q,Pe]):Pe()},clone(Q){return by(Q,t,n,r)}};return $}function xb(e){if(Rg(e))return e=rl(e),e.children=null,e}function B0(e){return Rg(e)?e.children?e.children[0]:void 0:e}function yy(e,t){e.shapeFlag&6&&e.component?yy(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function e3(e,t=!1,n){let r=[],a=0;for(let s=0;s1)for(let s=0;s!!e.type.__asyncLoader,Rg=e=>e.type.__isKeepAlive;function w6(e,t){t3(e,"a",t)}function k6(e,t){t3(e,"da",t)}function t3(e,t,n=Rn){const r=e.__wdc||(e.__wdc=()=>{let a=n;for(;a;){if(a.isDeactivated)return;a=a.parent}return e()});if(Ig(t,r,n),n){let a=n.parent;for(;a&&a.parent;)Rg(a.parent.vnode)&&x6(r,t,n,a),a=a.parent}}function x6(e,t,n,r){const a=Ig(t,e,r,!0);r3(()=>{Sw(r[t],a)},n)}function Ig(e,t,n=Rn,r=!1){if(n){const a=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...l)=>{if(n.isUnmounted)return;Rc(),Ec(n);const c=Ua(t,n,e,l);return bu(),Ic(),c});return r?a.unshift(s):a.push(s),s}}const ns=e=>(t,n=Rn)=>(!Mf||e==="sp")&&Ig(e,(...r)=>t(...r),n),P6=ns("bm"),Hw=ns("m"),M6=ns("bu"),A6=ns("u"),n3=ns("bum"),r3=ns("um"),S6=ns("sp"),C6=ns("rtg"),E6=ns("rtc");function W6(e,t=Rn){Ig("ec",e,t)}function Jl(e,t,n,r){const a=e.dirs,s=t&&t.dirs;for(let l=0;ldp(t)?!(t.type===Ga||t.type===dr&&!i3(t.children)):!0)?e:null}const wy=e=>e?b3(e)?Gw(e)||e.proxy:wy(e.parent):null,af=xr(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>wy(e.parent),$root:e=>wy(e.root),$emit:e=>e.emit,$options:e=>Fw(e),$forceUpdate:e=>e.f||(e.f=()=>Dw(e.update)),$nextTick:e=>e.n||(e.n=Iw.bind(e.proxy)),$watch:e=>g6.bind(e)}),Pb=(e,t)=>e!==xn&&!e.__isScriptSetup&&qt(e,t),T6={get({_:e},t){const{ctx:n,setupState:r,data:a,props:s,accessCache:l,type:c,appContext:d}=e;let f;if(t[0]!=="$"){const w=l[t];if(w!==void 0)switch(w){case 1:return r[t];case 2:return a[t];case 4:return n[t];case 3:return s[t]}else{if(Pb(r,t))return l[t]=1,r[t];if(a!==xn&&qt(a,t))return l[t]=2,a[t];if((f=e.propsOptions[0])&&qt(f,t))return l[t]=3,s[t];if(n!==xn&&qt(n,t))return l[t]=4,n[t];ky&&(l[t]=0)}}const h=af[t];let p,g;if(h)return t==="$attrs"&&na(e,"get",t),h(e);if((p=c.__cssModules)&&(p=p[t]))return p;if(n!==xn&&qt(n,t))return l[t]=4,n[t];if(g=d.config.globalProperties,qt(g,t))return g[t]},set({_:e},t,n){const{data:r,setupState:a,ctx:s}=e;return Pb(a,t)?(a[t]=n,!0):r!==xn&&qt(r,t)?(r[t]=n,!0):qt(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:a,propsOptions:s}},l){let c;return!!n[l]||e!==xn&&qt(e,l)||Pb(t,l)||(c=s[0])&&qt(c,l)||qt(r,l)||qt(af,l)||qt(a.config.globalProperties,l)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:qt(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};let ky=!0;function z6(e){const t=Fw(e),n=e.proxy,r=e.ctx;ky=!1,t.beforeCreate&&U0(t.beforeCreate,e,"bc");const{data:a,computed:s,methods:l,watch:c,provide:d,inject:f,created:h,beforeMount:p,mounted:g,beforeUpdate:w,updated:y,activated:k,deactivated:M,beforeDestroy:W,beforeUnmount:z,destroyed:N,unmounted:B,render:H,renderTracked:U,renderTriggered:$,errorCaptured:Q,serverPrefetch:de,expose:me,inheritAttrs:Se,components:Pe,directives:Te,filters:$e}=t;if(f&&N6(f,r,null,e.appContext.config.unwrapInjectedRef),l)for(const G in l){const oe=l[G];Ct(oe)&&(r[G]=oe.bind(n))}if(a){const G=a.call(n,n);Mn(G)&&(e.data=Dc(G))}if(ky=!0,s)for(const G in s){const oe=s[G],Ie=Ct(oe)?oe.bind(n,n):Ct(oe.get)?oe.get.bind(n,n):vi,Oe=!Ct(oe)&&Ct(oe.set)?oe.set.bind(n):vi,fe=kn({get:Ie,set:Oe});Object.defineProperty(r,G,{enumerable:!0,configurable:!0,get:()=>fe.value,set:xe=>fe.value=xe})}if(c)for(const G in c)o3(c[G],r,n,G);if(d){const G=Ct(d)?d.call(n):d;Reflect.ownKeys(G).forEach(oe=>{Bm(oe,G[oe])})}h&&U0(h,e,"c");function je(G,oe){Pt(oe)?oe.forEach(Ie=>G(Ie.bind(n))):oe&&G(oe.bind(n))}if(je(P6,p),je(Hw,g),je(M6,w),je(A6,y),je(w6,k),je(k6,M),je(W6,Q),je(E6,U),je(C6,$),je(n3,z),je(r3,B),je(S6,de),Pt(me))if(me.length){const G=e.exposed||(e.exposed={});me.forEach(oe=>{Object.defineProperty(G,oe,{get:()=>n[oe],set:Ie=>n[oe]=Ie})})}else e.exposed||(e.exposed={});H&&e.render===vi&&(e.render=H),Se!=null&&(e.inheritAttrs=Se),Pe&&(e.components=Pe),Te&&(e.directives=Te)}function N6(e,t,n=vi,r=!1){Pt(e)&&(e=xy(e));for(const a in e){const s=e[a];let l;Mn(s)?"default"in s?l=Yo(s.from||a,s.default,!0):l=Yo(s.from||a):l=Yo(s),wr(l)&&r?Object.defineProperty(t,a,{enumerable:!0,configurable:!0,get:()=>l.value,set:c=>l.value=c}):t[a]=l}}function U0(e,t,n){Ua(Pt(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function o3(e,t,n,r){const a=r.includes(".")?$S(n,r):()=>n[r];if(qn(e)){const s=t[e];Ct(s)&&nf(a,s)}else if(Ct(e))nf(a,e.bind(n));else if(Mn(e))if(Pt(e))e.forEach(s=>o3(s,t,n,r));else{const s=Ct(e.handler)?e.handler.bind(n):t[e.handler];Ct(s)&&nf(a,s,e)}}function Fw(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:a,optionsCache:s,config:{optionMergeStrategies:l}}=e.appContext,c=s.get(t);let d;return c?d=c:!a.length&&!n&&!r?d=t:(d={},a.length&&a.forEach(f=>cp(d,f,l,!0)),cp(d,t,l)),Mn(t)&&s.set(t,d),d}function cp(e,t,n,r=!1){const{mixins:a,extends:s}=t;s&&cp(e,s,n,!0),a&&a.forEach(l=>cp(e,l,n,!0));for(const l in t)if(!(r&&l==="expose")){const c=_6[l]||n&&n[l];e[l]=c?c(e[l],t[l]):t[l]}return e}const _6={data:G0,props:ru,emits:ru,methods:ru,computed:ru,beforeCreate:Br,created:Br,beforeMount:Br,mounted:Br,beforeUpdate:Br,updated:Br,beforeDestroy:Br,beforeUnmount:Br,destroyed:Br,unmounted:Br,activated:Br,deactivated:Br,errorCaptured:Br,serverPrefetch:Br,components:ru,directives:ru,watch:I6,provide:G0,inject:R6};function G0(e,t){return t?e?function(){return xr(Ct(e)?e.call(this,this):e,Ct(t)?t.call(this,this):t)}:t:e}function R6(e,t){return ru(xy(e),xy(t))}function xy(e){if(Pt(e)){const t={};for(let n=0;n0)&&!(l&16)){if(l&8){const h=e.vnode.dynamicProps;for(let p=0;p{d=!0;const[g,w]=l3(p,t,!0);xr(l,g),w&&c.push(...w)};!n&&t.mixins.length&&t.mixins.forEach(h),e.extends&&h(e.extends),e.mixins&&e.mixins.forEach(h)}if(!s&&!d)return Mn(e)&&r.set(e,yc),yc;if(Pt(s))for(let h=0;h-1,w[1]=k<0||y-1||qt(w,"default"))&&c.push(p)}}}const f=[l,c];return Mn(e)&&r.set(e,f),f}function Y0(e){return e[0]!=="$"}function K0(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function q0(e,t){return K0(e)===K0(t)}function V0(e,t){return Pt(t)?t.findIndex(n=>q0(n,e)):Ct(t)&&q0(t,e)?0:-1}const u3=e=>e[0]==="_"||e==="$stable",Bw=e=>Pt(e)?e.map(Ki):[Ki(e)],H6=(e,t,n)=>{if(t._n)return t;const r=Ur((...a)=>Bw(t(...a)),n);return r._c=!1,r},c3=(e,t,n)=>{const r=e._ctx;for(const a in e){if(u3(a))continue;const s=e[a];if(Ct(s))t[a]=H6(a,s,r);else if(s!=null){const l=Bw(s);t[a]=()=>l}}},d3=(e,t)=>{const n=Bw(t);e.slots.default=()=>n},F6=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=tn(t),sp(t,"_",n)):c3(t,e.slots={})}else e.slots={},t&&d3(e,t);sp(e.slots,Lg,1)},B6=(e,t,n)=>{const{vnode:r,slots:a}=e;let s=!0,l=xn;if(r.shapeFlag&32){const c=t._;c?n&&c===1?s=!1:(xr(a,t),!n&&c===1&&delete a._):(s=!t.$stable,c3(t,a)),l=t}else t&&(d3(e,t),l={default:1});if(s)for(const c in a)!u3(c)&&!(c in l)&&delete a[c]};function f3(){return{app:null,config:{isNativeTag:dO,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let X6=0;function U6(e,t){return function(r,a=null){Ct(r)||(r=Object.assign({},r)),a!=null&&!Mn(a)&&(a=null);const s=f3(),l=new Set;let c=!1;const d=s.app={_uid:X6++,_component:r,_props:a,_container:null,_context:s,_instance:null,version:uT,get config(){return s.config},set config(f){},use(f,...h){return l.has(f)||(f&&Ct(f.install)?(l.add(f),f.install(d,...h)):Ct(f)&&(l.add(f),f(d,...h))),d},mixin(f){return s.mixins.includes(f)||s.mixins.push(f),d},component(f,h){return h?(s.components[f]=h,d):s.components[f]},directive(f,h){return h?(s.directives[f]=h,d):s.directives[f]},mount(f,h,p){if(!c){const g=ht(r,a);return g.appContext=s,h&&t?t(g,f):e(g,f,p),c=!0,d._container=f,f.__vue_app__=d,Gw(g.component)||g.component.proxy}},unmount(){c&&(e(null,d._container),delete d._container.__vue_app__)},provide(f,h){return s.provides[f]=h,d}};return d}}function My(e,t,n,r,a=!1){if(Pt(e)){e.forEach((g,w)=>My(g,t&&(Pt(t)?t[w]:t),n,r,a));return}if(rf(r)&&!a)return;const s=r.shapeFlag&4?Gw(r.component)||r.component.proxy:r.el,l=a?null:s,{i:c,r:d}=e,f=t&&t.r,h=c.refs===xn?c.refs={}:c.refs,p=c.setupState;if(f!=null&&f!==d&&(qn(f)?(h[f]=null,qt(p,f)&&(p[f]=null)):wr(f)&&(f.value=null)),Ct(d))$s(d,c,12,[l,h]);else{const g=qn(d),w=wr(d);if(g||w){const y=()=>{if(e.f){const k=g?qt(p,d)?p[d]:h[d]:d.value;a?Pt(k)&&Sw(k,s):Pt(k)?k.includes(s)||k.push(s):g?(h[d]=[s],qt(p,d)&&(p[d]=h[d])):(d.value=[s],e.k&&(h[e.k]=d.value))}else g?(h[d]=l,qt(p,d)&&(p[d]=l)):w&&(d.value=l,e.k&&(h[e.k]=l))};l?(y.id=-1,ea(y,n)):y()}}}const ea=m6;function G6(e){return Y6(e)}function Y6(e,t){const n=bO();n.__VUE__=!0;const{insert:r,remove:a,patchProp:s,createElement:l,createText:c,createComment:d,setText:f,setElementText:h,parentNode:p,nextSibling:g,setScopeId:w=vi,insertStaticContent:y}=e,k=(L,K,le,se=null,ge=null,Ee=null,_e=!1,ze=null,Ne=!!K.dynamicChildren)=>{if(L===K)return;L&&!lu(L,K)&&(se=Ce(L),xe(L,ge,Ee,!0),L=null),K.patchFlag===-2&&(Ne=!1,K.dynamicChildren=null);const{type:be,ref:Qe,shapeFlag:He}=K;switch(be){case Dg:M(L,K,le,se);break;case Ga:W(L,K,le,se);break;case Mb:L==null&&z(K,le,se,_e);break;case dr:Pe(L,K,le,se,ge,Ee,_e,ze,Ne);break;default:He&1?H(L,K,le,se,ge,Ee,_e,ze,Ne):He&6?Te(L,K,le,se,ge,Ee,_e,ze,Ne):(He&64||He&128)&&be.process(L,K,le,se,ge,Ee,_e,ze,Ne,at)}Qe!=null&&ge&&My(Qe,L&&L.ref,Ee,K||L,!K)},M=(L,K,le,se)=>{if(L==null)r(K.el=c(K.children),le,se);else{const ge=K.el=L.el;K.children!==L.children&&f(ge,K.children)}},W=(L,K,le,se)=>{L==null?r(K.el=d(K.children||""),le,se):K.el=L.el},z=(L,K,le,se)=>{[L.el,L.anchor]=y(L.children,K,le,se,L.el,L.anchor)},N=({el:L,anchor:K},le,se)=>{let ge;for(;L&&L!==K;)ge=g(L),r(L,le,se),L=ge;r(K,le,se)},B=({el:L,anchor:K})=>{let le;for(;L&&L!==K;)le=g(L),a(L),L=le;a(K)},H=(L,K,le,se,ge,Ee,_e,ze,Ne)=>{_e=_e||K.type==="svg",L==null?U(K,le,se,ge,Ee,_e,ze,Ne):de(L,K,ge,Ee,_e,ze,Ne)},U=(L,K,le,se,ge,Ee,_e,ze)=>{let Ne,be;const{type:Qe,props:He,shapeFlag:Ye,transition:nt,dirs:ut}=L;if(Ne=L.el=l(L.type,Ee,He&&He.is,He),Ye&8?h(Ne,L.children):Ye&16&&Q(L.children,Ne,null,se,ge,Ee&&Qe!=="foreignObject",_e,ze),ut&&Jl(L,null,se,"created"),$(Ne,L,L.scopeId,_e,se),He){for(const kt in He)kt!=="value"&&!Fm(kt)&&s(Ne,kt,null,He[kt],Ee,L.children,se,ge,we);"value"in He&&s(Ne,"value",null,He.value),(be=He.onVnodeBeforeMount)&&Gi(be,se,L)}ut&&Jl(L,null,se,"beforeMount");const jt=(!ge||ge&&!ge.pendingBranch)&&nt&&!nt.persisted;jt&&nt.beforeEnter(Ne),r(Ne,K,le),((be=He&&He.onVnodeMounted)||jt||ut)&&ea(()=>{be&&Gi(be,se,L),jt&&nt.enter(Ne),ut&&Jl(L,null,se,"mounted")},ge)},$=(L,K,le,se,ge)=>{if(le&&w(L,le),se)for(let Ee=0;Ee{for(let be=Ne;be{const ze=K.el=L.el;let{patchFlag:Ne,dynamicChildren:be,dirs:Qe}=K;Ne|=L.patchFlag&16;const He=L.props||xn,Ye=K.props||xn;let nt;le&&Ql(le,!1),(nt=Ye.onVnodeBeforeUpdate)&&Gi(nt,le,K,L),Qe&&Jl(K,L,le,"beforeUpdate"),le&&Ql(le,!0);const ut=ge&&K.type!=="foreignObject";if(be?me(L.dynamicChildren,be,ze,le,se,ut,Ee):_e||oe(L,K,ze,null,le,se,ut,Ee,!1),Ne>0){if(Ne&16)Se(ze,K,He,Ye,le,se,ge);else if(Ne&2&&He.class!==Ye.class&&s(ze,"class",null,Ye.class,ge),Ne&4&&s(ze,"style",He.style,Ye.style,ge),Ne&8){const jt=K.dynamicProps;for(let kt=0;kt{nt&&Gi(nt,le,K,L),Qe&&Jl(K,L,le,"updated")},se)},me=(L,K,le,se,ge,Ee,_e)=>{for(let ze=0;ze{if(le!==se){if(le!==xn)for(const ze in le)!Fm(ze)&&!(ze in se)&&s(L,ze,le[ze],null,_e,K.children,ge,Ee,we);for(const ze in se){if(Fm(ze))continue;const Ne=se[ze],be=le[ze];Ne!==be&&ze!=="value"&&s(L,ze,be,Ne,_e,K.children,ge,Ee,we)}"value"in se&&s(L,"value",le.value,se.value)}},Pe=(L,K,le,se,ge,Ee,_e,ze,Ne)=>{const be=K.el=L?L.el:c(""),Qe=K.anchor=L?L.anchor:c("");let{patchFlag:He,dynamicChildren:Ye,slotScopeIds:nt}=K;nt&&(ze=ze?ze.concat(nt):nt),L==null?(r(be,le,se),r(Qe,le,se),Q(K.children,le,Qe,ge,Ee,_e,ze,Ne)):He>0&&He&64&&Ye&&L.dynamicChildren?(me(L.dynamicChildren,Ye,le,ge,Ee,_e,ze),(K.key!=null||ge&&K===ge.subTree)&&h3(L,K,!0)):oe(L,K,le,Qe,ge,Ee,_e,ze,Ne)},Te=(L,K,le,se,ge,Ee,_e,ze,Ne)=>{K.slotScopeIds=ze,L==null?K.shapeFlag&512?ge.ctx.activate(K,le,se,_e,Ne):$e(K,le,se,ge,Ee,_e,Ne):Ge(L,K,Ne)},$e=(L,K,le,se,ge,Ee,_e)=>{const ze=L.component=Z6(L,se,ge);if(Rg(L)&&(ze.ctx.renderer=at),eT(ze),ze.asyncDep){if(ge&&ge.registerDep(ze,je),!L.el){const Ne=ze.subTree=ht(Ga);W(null,Ne,K,le)}return}je(ze,L,K,le,ge,Ee,_e)},Ge=(L,K,le)=>{const se=K.component=L.component;if(d6(L,K,le))if(se.asyncDep&&!se.asyncResolved){G(se,K,le);return}else se.next=K,n6(se.update),se.update();else K.el=L.el,se.vnode=K},je=(L,K,le,se,ge,Ee,_e)=>{const ze=()=>{if(L.isMounted){let{next:Qe,bu:He,u:Ye,parent:nt,vnode:ut}=L,jt=Qe,kt;Ql(L,!1),Qe?(Qe.el=ut.el,G(L,Qe,_e)):Qe=ut,He&&wb(He),(kt=Qe.props&&Qe.props.onVnodeBeforeUpdate)&&Gi(kt,nt,Qe,ut),Ql(L,!0);const Qt=kb(L),Sn=L.subTree;L.subTree=Qt,k(Sn,Qt,p(Sn.el),Ce(Sn),L,ge,Ee),Qe.el=Qt.el,jt===null&&f6(L,Qt.el),Ye&&ea(Ye,ge),(kt=Qe.props&&Qe.props.onVnodeUpdated)&&ea(()=>Gi(kt,nt,Qe,ut),ge)}else{let Qe;const{el:He,props:Ye}=K,{bm:nt,m:ut,parent:jt}=L,kt=rf(K);if(Ql(L,!1),nt&&wb(nt),!kt&&(Qe=Ye&&Ye.onVnodeBeforeMount)&&Gi(Qe,jt,K),Ql(L,!0),He&&it){const Qt=()=>{L.subTree=kb(L),it(He,L.subTree,L,ge,null)};kt?K.type.__asyncLoader().then(()=>!L.isUnmounted&&Qt()):Qt()}else{const Qt=L.subTree=kb(L);k(null,Qt,le,se,L,ge,Ee),K.el=Qt.el}if(ut&&ea(ut,ge),!kt&&(Qe=Ye&&Ye.onVnodeMounted)){const Qt=K;ea(()=>Gi(Qe,jt,Qt),ge)}(K.shapeFlag&256||jt&&rf(jt.vnode)&&jt.vnode.shapeFlag&256)&&L.a&&ea(L.a,ge),L.isMounted=!0,K=le=se=null}},Ne=L.effect=new jw(ze,()=>Dw(be),L.scope),be=L.update=()=>Ne.run();be.id=L.uid,Ql(L,!0),be()},G=(L,K,le)=>{K.component=L;const se=L.vnode.props;L.vnode=K,L.next=null,L6(L,K.props,se,le),B6(L,K.children,le),Rc(),H0(),Ic()},oe=(L,K,le,se,ge,Ee,_e,ze,Ne=!1)=>{const be=L&&L.children,Qe=L?L.shapeFlag:0,He=K.children,{patchFlag:Ye,shapeFlag:nt}=K;if(Ye>0){if(Ye&128){Oe(be,He,le,se,ge,Ee,_e,ze,Ne);return}else if(Ye&256){Ie(be,He,le,se,ge,Ee,_e,ze,Ne);return}}nt&8?(Qe&16&&we(be,ge,Ee),He!==be&&h(le,He)):Qe&16?nt&16?Oe(be,He,le,se,ge,Ee,_e,ze,Ne):we(be,ge,Ee,!0):(Qe&8&&h(le,""),nt&16&&Q(He,le,se,ge,Ee,_e,ze,Ne))},Ie=(L,K,le,se,ge,Ee,_e,ze,Ne)=>{L=L||yc,K=K||yc;const be=L.length,Qe=K.length,He=Math.min(be,Qe);let Ye;for(Ye=0;YeQe?we(L,ge,Ee,!0,!1,He):Q(K,le,se,ge,Ee,_e,ze,Ne,He)},Oe=(L,K,le,se,ge,Ee,_e,ze,Ne)=>{let be=0;const Qe=K.length;let He=L.length-1,Ye=Qe-1;for(;be<=He&&be<=Ye;){const nt=L[be],ut=K[be]=Ne?Xs(K[be]):Ki(K[be]);if(lu(nt,ut))k(nt,ut,le,null,ge,Ee,_e,ze,Ne);else break;be++}for(;be<=He&&be<=Ye;){const nt=L[He],ut=K[Ye]=Ne?Xs(K[Ye]):Ki(K[Ye]);if(lu(nt,ut))k(nt,ut,le,null,ge,Ee,_e,ze,Ne);else break;He--,Ye--}if(be>He){if(be<=Ye){const nt=Ye+1,ut=ntYe)for(;be<=He;)xe(L[be],ge,Ee,!0),be++;else{const nt=be,ut=be,jt=new Map;for(be=ut;be<=Ye;be++){const Cn=K[be]=Ne?Xs(K[be]):Ki(K[be]);Cn.key!=null&&jt.set(Cn.key,be)}let kt,Qt=0;const Sn=Ye-ut+1;let nr=!1,ba=0;const rr=new Array(Sn);for(be=0;be=Sn){xe(Cn,ge,Ee,!0);continue}let cn;if(Cn.key!=null)cn=jt.get(Cn.key);else for(kt=ut;kt<=Ye;kt++)if(rr[kt-ut]===0&&lu(Cn,K[kt])){cn=kt;break}cn===void 0?xe(Cn,ge,Ee,!0):(rr[cn-ut]=be+1,cn>=ba?ba=cn:nr=!0,k(Cn,K[cn],le,null,ge,Ee,_e,ze,Ne),Qt++)}const Mr=nr?K6(rr):yc;for(kt=Mr.length-1,be=Sn-1;be>=0;be--){const Cn=ut+be,cn=K[Cn],In=Cn+1{const{el:Ee,type:_e,transition:ze,children:Ne,shapeFlag:be}=L;if(be&6){fe(L.component.subTree,K,le,se);return}if(be&128){L.suspense.move(K,le,se);return}if(be&64){_e.move(L,K,le,at);return}if(_e===dr){r(Ee,K,le);for(let He=0;Heze.enter(Ee),ge);else{const{leave:He,delayLeave:Ye,afterLeave:nt}=ze,ut=()=>r(Ee,K,le),jt=()=>{He(Ee,()=>{ut(),nt&&nt()})};Ye?Ye(Ee,ut,jt):jt()}else r(Ee,K,le)},xe=(L,K,le,se=!1,ge=!1)=>{const{type:Ee,props:_e,ref:ze,children:Ne,dynamicChildren:be,shapeFlag:Qe,patchFlag:He,dirs:Ye}=L;if(ze!=null&&My(ze,null,le,L,!0),Qe&256){K.ctx.deactivate(L);return}const nt=Qe&1&&Ye,ut=!rf(L);let jt;if(ut&&(jt=_e&&_e.onVnodeBeforeUnmount)&&Gi(jt,K,L),Qe&6)ie(L.component,le,se);else{if(Qe&128){L.suspense.unmount(le,se);return}nt&&Jl(L,null,K,"beforeUnmount"),Qe&64?L.type.remove(L,K,le,ge,at,se):be&&(Ee!==dr||He>0&&He&64)?we(be,K,le,!1,!0):(Ee===dr&&He&384||!ge&&Qe&16)&&we(Ne,K,le),se&&ue(L)}(ut&&(jt=_e&&_e.onVnodeUnmounted)||nt)&&ea(()=>{jt&&Gi(jt,K,L),nt&&Jl(L,null,K,"unmounted")},le)},ue=L=>{const{type:K,el:le,anchor:se,transition:ge}=L;if(K===dr){Ze(le,se);return}if(K===Mb){B(L);return}const Ee=()=>{a(le),ge&&!ge.persisted&&ge.afterLeave&&ge.afterLeave()};if(L.shapeFlag&1&&ge&&!ge.persisted){const{leave:_e,delayLeave:ze}=ge,Ne=()=>_e(le,Ee);ze?ze(L.el,Ee,Ne):Ne()}else Ee()},Ze=(L,K)=>{let le;for(;L!==K;)le=g(L),a(L),L=le;a(K)},ie=(L,K,le)=>{const{bum:se,scope:ge,update:Ee,subTree:_e,um:ze}=L;se&&wb(se),ge.stop(),Ee&&(Ee.active=!1,xe(_e,L,K,le)),ze&&ea(ze,K),ea(()=>{L.isUnmounted=!0},K),K&&K.pendingBranch&&!K.isUnmounted&&L.asyncDep&&!L.asyncResolved&&L.suspenseId===K.pendingId&&(K.deps--,K.deps===0&&K.resolve())},we=(L,K,le,se=!1,ge=!1,Ee=0)=>{for(let _e=Ee;_eL.shapeFlag&6?Ce(L.component.subTree):L.shapeFlag&128?L.suspense.next():g(L.anchor||L.el),Fe=(L,K,le)=>{L==null?K._vnode&&xe(K._vnode,null,null,!0):k(K._vnode||null,L,K,null,null,null,le),H0(),VS(),K._vnode=L},at={p:k,um:xe,m:fe,r:ue,mt:$e,mc:Q,pc:oe,pbc:me,n:Ce,o:e};let Dt,it;return t&&([Dt,it]=t(at)),{render:Fe,hydrate:Dt,createApp:U6(Fe,Dt)}}function Ql({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function h3(e,t,n=!1){const r=e.children,a=t.children;if(Pt(r)&&Pt(a))for(let s=0;s>1,e[n[c]]0&&(t[r]=n[s-1]),n[s]=r)}}for(s=n.length,l=n[s-1];s-- >0;)n[s]=l,l=t[l];return n}const q6=e=>e.__isTeleport,dr=Symbol(void 0),Dg=Symbol(void 0),Ga=Symbol(void 0),Mb=Symbol(void 0),of=[];let gi=null;function mt(e=!1){of.push(gi=e?null:[])}function V6(){of.pop(),gi=of[of.length-1]||null}let Pf=1;function J0(e){Pf+=e}function m3(e){return e.dynamicChildren=Pf>0?gi||yc:null,V6(),Pf>0&&gi&&gi.push(e),e}function Jt(e,t,n,r,a,s){return m3(Et(e,t,n,r,a,s,!0))}function ra(e,t,n,r,a){return m3(ht(e,t,n,r,a,!0))}function dp(e){return e?e.__v_isVNode===!0:!1}function lu(e,t){return e.type===t.type&&e.key===t.key}const Lg="__vInternal",p3=({key:e})=>e!=null?e:null,Xm=({ref:e,ref_key:t,ref_for:n})=>e!=null?qn(e)||wr(e)||Ct(e)?{i:kr,r:e,k:t,f:!!n}:e:null;function Et(e,t=null,n=null,r=0,a=null,s=e===dr?0:1,l=!1,c=!1){const d={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&p3(t),ref:t&&Xm(t),scopeId:_g,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:r,dynamicProps:a,dynamicChildren:null,appContext:null,ctx:kr};return c?(Xw(d,n),s&128&&e.normalize(d)):n&&(d.shapeFlag|=qn(n)?8:16),Pf>0&&!l&&gi&&(d.patchFlag>0||s&6)&&d.patchFlag!==32&&gi.push(d),d}const ht=J6;function J6(e,t=null,n=null,r=0,a=null,s=!1){if((!e||e===j6)&&(e=Ga),dp(e)){const c=rl(e,t,!0);return n&&Xw(c,n),Pf>0&&!s&&gi&&(c.shapeFlag&6?gi[gi.indexOf(e)]=c:gi.push(c)),c.patchFlag|=-2,c}if(aT(e)&&(e=e.__vccOpts),t){t=g3(t);let{class:c,style:d}=t;c&&!qn(c)&&(t.class=ao(c)),Mn(d)&&(HS(d)&&!Pt(d)&&(d=xr({},d)),t.style=Go(d))}const l=qn(e)?1:h6(e)?128:q6(e)?64:Mn(e)?4:Ct(e)?2:0;return Et(e,t,n,r,a,l,s,!0)}function g3(e){return e?HS(e)||Lg in e?xr({},e):e:null}function rl(e,t,n=!1){const{props:r,ref:a,patchFlag:s,children:l}=e,c=t?Uw(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&p3(c),ref:t&&t.ref?n&&a?Pt(a)?a.concat(Xm(t)):[a,Xm(t)]:Xm(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==dr?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&rl(e.ssContent),ssFallback:e.ssFallback&&rl(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Bf(e=" ",t=0){return ht(Dg,null,e,t)}function Qo(e="",t=!1){return t?(mt(),ra(Ga,null,e)):ht(Ga,null,e)}function Ki(e){return e==null||typeof e=="boolean"?ht(Ga):Pt(e)?ht(dr,null,e.slice()):typeof e=="object"?Xs(e):ht(Dg,null,String(e))}function Xs(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:rl(e)}function Xw(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(Pt(t))n=16;else if(typeof t=="object")if(r&65){const a=t.default;a&&(a._c&&(a._d=!1),Xw(e,a()),a._c&&(a._d=!0));return}else{n=32;const a=t._;!a&&!(Lg in t)?t._ctx=kr:a===3&&kr&&(kr.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Ct(t)?(t={default:t,_ctx:kr},n=32):(t=String(t),r&64?(n=16,t=[Bf(t)]):n=8);e.children=t,e.shapeFlag|=n}function Uw(...e){const t={};for(let n=0;nRn||kr,Ec=e=>{Rn=e,e.scope.on()},bu=()=>{Rn&&Rn.scope.off(),Rn=null};function b3(e){return e.vnode.shapeFlag&4}let Mf=!1;function eT(e,t=!1){Mf=t;const{props:n,children:r}=e.vnode,a=b3(e);D6(e,n,a,t),F6(e,r);const s=a?tT(e,t):void 0;return Mf=!1,s}function tT(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=FS(new Proxy(e.ctx,T6));const{setup:r}=n;if(r){const a=e.setupContext=r.length>1?w3(e):null;Ec(e),Rc();const s=$s(r,e,0,[e.props,a]);if(Ic(),bu(),CS(s)){if(s.then(bu,bu),t)return s.then(l=>{Q0(e,l,t)}).catch(l=>{zg(l,e,0)});e.asyncDep=s}else Q0(e,s,t)}else y3(e,t)}function Q0(e,t,n){Ct(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Mn(t)&&(e.setupState=GS(t)),y3(e,n)}let $0;function y3(e,t,n){const r=e.type;if(!e.render){if(!t&&$0&&!r.render){const a=r.template||Fw(e).template;if(a){const{isCustomElement:s,compilerOptions:l}=e.appContext.config,{delimiters:c,compilerOptions:d}=r,f=xr(xr({isCustomElement:s,delimiters:c},l),d);r.render=$0(a,f)}}e.render=r.render||vi}Ec(e),Rc(),z6(e),Ic(),bu()}function nT(e){return new Proxy(e.attrs,{get(t,n){return na(e,"get","$attrs"),t[n]}})}function w3(e){const t=r=>{e.exposed=r||{}};let n;return{get attrs(){return n||(n=nT(e))},slots:e.slots,emit:e.emit,expose:t}}function Gw(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(GS(FS(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in af)return af[n](e)},has(t,n){return n in t||n in af}}))}function rT(e,t=!0){return Ct(e)?e.displayName||e.name:e.name||t&&e.__name}function aT(e){return Ct(e)&&"__vccOpts"in e}const kn=(e,t)=>ZO(e,t,Mf);function iT(){return oT().slots}function oT(){const e=v3();return e.setupContext||(e.setupContext=w3(e))}function Yi(e,t,n){const r=arguments.length;return r===2?Mn(t)&&!Pt(t)?dp(t)?ht(e,null,[t]):ht(e,t):ht(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&dp(n)&&(n=[n]),ht(e,t,n))}const sT=Symbol(""),lT=()=>Yo(sT),uT="3.2.47",cT="http://www.w3.org/2000/svg",uu=typeof document!="undefined"?document:null,Z0=uu&&uu.createElement("template"),dT={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const a=t?uu.createElementNS(cT,e):uu.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&a.setAttribute("multiple",r.multiple),a},createText:e=>uu.createTextNode(e),createComment:e=>uu.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>uu.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,a,s){const l=n?n.previousSibling:t.lastChild;if(a&&(a===s||a.nextSibling))for(;t.insertBefore(a.cloneNode(!0),n),!(a===s||!(a=a.nextSibling)););else{Z0.innerHTML=r?`${e}`:e;const c=Z0.content;if(r){const d=c.firstChild;for(;d.firstChild;)c.appendChild(d.firstChild);c.removeChild(d)}t.insertBefore(c,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};function fT(e,t,n){const r=e._vtc;r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}function hT(e,t,n){const r=e.style,a=qn(n);if(n&&!a){if(t&&!qn(t))for(const s in t)n[s]==null&&Ay(r,s,"");for(const s in n)Ay(r,s,n[s])}else{const s=r.display;a?t!==n&&(r.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(r.display=s)}}const ek=/\s*!important$/;function Ay(e,t,n){if(Pt(n))n.forEach(r=>Ay(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=mT(e,t);ek.test(n)?e.setProperty(xu(r),n.replace(ek,""),"important"):e[r]=n}}const tk=["Webkit","Moz","ms"],Ab={};function mT(e,t){const n=Ab[t];if(n)return n;let r=io(t);if(r!=="filter"&&r in e)return Ab[t]=r;r=Og(r);for(let a=0;aSb||(kT.then(()=>Sb=0),Sb=Date.now());function PT(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Ua(MT(r,n.value),t,5,[r])};return n.value=e,n.attached=xT(),n}function MT(e,t){if(Pt(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>a=>!a._stopped&&r&&r(a))}else return t}const ak=/^on[a-z]/,AT=(e,t,n,r,a=!1,s,l,c,d)=>{t==="class"?fT(e,r,a):t==="style"?hT(e,n,r):Eg(t)?Aw(t)||yT(e,t,n,r,l):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):ST(e,t,r,a))?gT(e,t,r,s,l,c,d):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),pT(e,t,r,a))};function ST(e,t,n,r){return r?!!(t==="innerHTML"||t==="textContent"||t in e&&ak.test(t)&&Ct(n)):t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA"||ak.test(t)&&qn(n)?!1:t in e}const CT={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};y6.props;const ET={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},WT=(e,t)=>n=>{if(!("key"in n))return;const r=xu(n.key);if(t.some(a=>a===r||ET[a]===r))return e(n)},jT=xr({patchProp:AT},dT);let ik;function OT(){return ik||(ik=G6(jT))}const k3=(...e)=>{const t=OT().createApp(...e),{mount:n}=t;return t.mount=r=>{const a=TT(r);if(!a)return;const s=t._component;!Ct(s)&&!s.render&&!s.template&&(s.template=a.innerHTML),a.innerHTML="";const l=n(a,!1,a instanceof SVGElement);return a instanceof Element&&(a.removeAttribute("v-cloak"),a.setAttribute("data-v-app","")),l},t};function TT(e){return qn(e)?document.querySelector(e):e}const zT=Symbol("$auth0");function qi(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function"){var a=0;for(r=Object.getOwnPropertySymbols(e);a0&&g[g.length-1])||z[0]!==6&&z[0]!==2)){y=0;continue}if(z[0]===3&&(!g||z[1]>g[0]&&z[1]0?setTimeout(p,W):p()}}window.addEventListener("storage",k),d.addToWaiting(k);var M=setTimeout(k,Math.max(0,f-Date.now()))})];case 1:return h.sent(),[2]}})})},d.addToWaiting=function(f){this.removeFromWaiting(f),d.waiters!==void 0&&d.waiters.push(f)},d.removeFromWaiting=function(f){d.waiters!==void 0&&(d.waiters=d.waiters.filter(function(h){return h!==f}))},d.notifyWaiters=function(){d.waiters!==void 0&&d.waiters.slice().forEach(function(f){return f()})},d.prototype.releaseLock=function(f){return n(this,void 0,void 0,function(){return r(this,function(h){switch(h.label){case 0:return[4,this.releaseLock__private__(f)];case 1:return[2,h.sent()]}})})},d.prototype.releaseLock__private__=function(f){return n(this,void 0,void 0,function(){var h,p,g;return r(this,function(w){switch(w.label){case 0:return h=window.localStorage,p=a+"-"+f,(g=h.getItem(p))===null?[2]:(g=JSON.parse(g)).id!==this.id?[3,2]:[4,au.default().lock(g.iat)];case 1:w.sent(),this.acquiredIatSet.delete(g.iat),h.removeItem(p),au.default().unlock(g.iat),d.notifyWaiters(),w.label=2;case 2:return[2]}})})},d.lockCorrector=function(){for(var f=Date.now()-5e3,h=window.localStorage,p=Object.keys(h),g=!1,w=0;wDate.now();class Ya extends Error{constructor(t,n){super(n),this.error=t,this.error_description=n,Object.setPrototypeOf(this,Ya.prototype)}static fromPayload({error:t,error_description:n}){return new Ya(t,n)}}class qw extends Ya{constructor(t,n,r,a=null){super(t,n),this.state=r,this.appState=a,Object.setPrototypeOf(this,qw.prototype)}}class Af extends Ya{constructor(){super("timeout","Timeout"),Object.setPrototypeOf(this,Af.prototype)}}class Vw extends Af{constructor(t){super(),this.popup=t,Object.setPrototypeOf(this,Vw.prototype)}}class Jw extends Ya{constructor(t){super("cancelled","Popup closed"),this.popup=t,Object.setPrototypeOf(this,Jw.prototype)}}class Qw extends Ya{constructor(t,n,r){super(t,n),this.mfa_token=r,Object.setPrototypeOf(this,Qw.prototype)}}class Hg extends Ya{constructor(t,n){super("missing_refresh_token",`Missing Refresh Token (audience: '${ok(t,["default"])}', scope: '${ok(n)}')`),this.audience=t,this.scope=n,Object.setPrototypeOf(this,Hg.prototype)}}function ok(e,t=[]){return e&&!t.includes(e)?e:""}const Um=()=>window.crypto,Cb=()=>{const e="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_~.";let t="";return Array.from(Um().getRandomValues(new Uint8Array(43))).forEach(n=>t+=e[n%e.length]),t},sk=e=>btoa(e),Sy=e=>{var{clientId:t}=e,n=qi(e,["clientId"]);return new URLSearchParams((r=>Object.keys(r).filter(a=>r[a]!==void 0).reduce((a,s)=>Object.assign(Object.assign({},a),{[s]:r[s]}),{}))(Object.assign({client_id:t},n))).toString()},lk=e=>(t=>decodeURIComponent(atob(t).split("").map(n=>"%"+("00"+n.charCodeAt(0).toString(16)).slice(-2)).join("")))(e.replace(/_/g,"/").replace(/-/g,"+")),RT=async(e,t)=>{const n=await fetch(e,t);return{ok:n.ok,json:await n.json()}},IT=async(e,t,n,r,a,s,l=1e4)=>a?(async(c,d,f,h,p,g,w)=>{return y={auth:{audience:d,scope:f},timeout:p,fetchUrl:c,fetchOptions:h,useFormData:w},k=g,new Promise(function(M,W){const z=new MessageChannel;z.port1.onmessage=function(N){N.data.error?W(new Error(N.data.error)):M(N.data),z.port1.close()},k.postMessage(y,[z.port2])});var y,k})(e,t,n,r,l,a,s):(async(c,d,f)=>{const h=new AbortController;let p;return d.signal=h.signal,Promise.race([RT(c,d),new Promise((g,w)=>{p=setTimeout(()=>{h.abort(),w(new Error("Timeout when executing 'fetch'"))},f)})]).finally(()=>{clearTimeout(p)})})(e,r,l);async function DT(e,t){var{baseUrl:n,timeout:r,audience:a,scope:s,auth0Client:l,useFormData:c}=e,d=qi(e,["baseUrl","timeout","audience","scope","auth0Client","useFormData"]);const f=c?Sy(d):JSON.stringify(d);return await async function(h,p,g,w,y,k,M){let W,z=null;for(let Q=0;Q<3;Q++)try{W=await IT(h,g,w,y,k,M,p),z=null;break}catch(de){z=de}if(z)throw z;const N=W.json,{error:B,error_description:H}=N,U=qi(N,["error","error_description"]),{ok:$}=W;if(!$){const Q=H||`HTTP error. Unable to fetch ${h}`;throw B==="mfa_required"?new Qw(B,Q,U.mfa_token):B==="missing_refresh_token"?new Hg(g,w):new Ya(B||"request_error",Q)}return U}(`${n}/oauth/token`,r,a||"default",s,{method:"POST",body:f,headers:{"Content-Type":c?"application/x-www-form-urlencoded":"application/json","Auth0-Client":btoa(JSON.stringify(l||x3))}},t,c)}const vm=(...e)=>{return(t=e.filter(Boolean).join(" ").trim().split(/\s+/),Array.from(new Set(t))).join(" ");var t};class Zi{constructor(t,n="@@auth0spajs@@",r){this.prefix=n,this.suffix=r,this.clientId=t.clientId,this.scope=t.scope,this.audience=t.audience}toKey(){return[this.prefix,this.clientId,this.audience,this.scope,this.suffix].filter(Boolean).join("::")}static fromKey(t){const[n,r,a,s]=t.split("::");return new Zi({clientId:r,scope:s,audience:a},n)}static fromCacheEntry(t){const{scope:n,audience:r,client_id:a}=t;return new Zi({scope:n,audience:r,clientId:a})}}class LT{set(t,n){localStorage.setItem(t,JSON.stringify(n))}get(t){const n=window.localStorage.getItem(t);if(n)try{return JSON.parse(n)}catch{return}}remove(t){localStorage.removeItem(t)}allKeys(){return Object.keys(window.localStorage).filter(t=>t.startsWith("@@auth0spajs@@"))}}class M3{constructor(){this.enclosedCache=function(){let t={};return{set(n,r){t[n]=r},get(n){const r=t[n];if(r)return r},remove(n){delete t[n]},allKeys:()=>Object.keys(t)}}()}}class HT{constructor(t,n,r){this.cache=t,this.keyManifest=n,this.nowProvider=r||P3}async setIdToken(t,n,r){var a;const s=this.getIdTokenCacheKey(t);await this.cache.set(s,{id_token:n,decodedToken:r}),await((a=this.keyManifest)===null||a===void 0?void 0:a.add(s))}async getIdToken(t){const n=await this.cache.get(this.getIdTokenCacheKey(t.clientId));if(!n&&t.scope&&t.audience){const r=await this.get(t);return!r||!r.id_token||!r.decodedToken?void 0:{id_token:r.id_token,decodedToken:r.decodedToken}}if(n)return{id_token:n.id_token,decodedToken:n.decodedToken}}async get(t,n=0){var r;let a=await this.cache.get(t.toKey());if(!a){const c=await this.getCacheKeys();if(!c)return;const d=this.matchExistingCacheKey(t,c);d&&(a=await this.cache.get(d))}if(!a)return;const s=await this.nowProvider(),l=Math.floor(s/1e3);return a.expiresAt-n!t||a.includes(t)).reduce(async(a,s)=>{await a,await this.cache.remove(s)},Promise.resolve()),await((n=this.keyManifest)===null||n===void 0?void 0:n.clear()))}async wrapCacheEntry(t){const n=await this.nowProvider();return{body:t,expiresAt:Math.floor(n/1e3)+t.expires_in}}async getCacheKeys(){var t;return this.keyManifest?(t=await this.keyManifest.get())===null||t===void 0?void 0:t.keys:this.cache.allKeys?this.cache.allKeys():void 0}getIdTokenCacheKey(t){return new Zi({clientId:t},"@@auth0spajs@@","@@user@@").toKey()}matchExistingCacheKey(t,n){return n.filter(r=>{var a;const s=Zi.fromKey(r),l=new Set(s.scope&&s.scope.split(" ")),c=((a=t.scope)===null||a===void 0?void 0:a.split(" "))||[],d=s.scope&&c.reduce((f,h)=>f&&l.has(h),!0);return s.prefix==="@@auth0spajs@@"&&s.clientId===t.clientId&&s.audience===t.audience&&d})[0]}}class FT{constructor(t,n){this.storage=t,this.clientId=n,this.storageKey=`a0.spajs.txs.${this.clientId}`,this.transaction=this.storage.get(this.storageKey)}create(t){this.transaction=t,this.storage.save(this.storageKey,t,{daysUntilExpire:1})}get(){return this.transaction}remove(){delete this.transaction,this.storage.remove(this.storageKey)}}const _d=e=>typeof e=="number",BT=["iss","aud","exp","nbf","iat","jti","azp","nonce","auth_time","at_hash","c_hash","acr","amr","sub_jwk","cnf","sip_from_tag","sip_date","sip_callid","sip_cseq_num","sip_via_branch","orig","dest","mky","events","toe","txn","rph","sid","vot","vtm"];var pu=Kw(function(e,t){var n=pc&&pc.__assign||function(){return n=Object.assign||function(d){for(var f,h=1,p=arguments.length;hcc.get(e)||cc.get(`_legacy_${e}`),save(e,t,n){let r={};window.location.protocol==="https:"&&(r={secure:!0}),n!=null&&n.daysUntilExpire&&(r.expires=n.daysUntilExpire),n!=null&&n.cookieDomain&&(r.domain=n.cookieDomain),A3(`_legacy_${e}`,JSON.stringify(t),r),cc.save(e,t,n)},remove(e,t){let n={};t!=null&&t.cookieDomain&&(n.domain=t.cookieDomain),S3(e,n),cc.remove(e,t),cc.remove(`_legacy_${e}`,t)}},GT={get(e){if(typeof sessionStorage=="undefined")return;const t=sessionStorage.getItem(e);return t!=null?JSON.parse(t):void 0},save(e,t){sessionStorage.setItem(e,JSON.stringify(t))},remove(e){sessionStorage.removeItem(e)}};var Eb,YT=function(e){return Eb=Eb||function(t,n,r){var a=n===void 0?null:n,s=function(f,h){var p=atob(f);if(h){for(var g=new Uint8Array(p.length),w=0,y=p.length;w0?await this.cache.set(this.manifestKey,{keys:[...r]}):await this.cache.remove(this.manifestKey)}}get(){return this.cache.get(this.manifestKey)}clear(){return this.cache.remove(this.manifestKey)}createManifestKeyFrom(t){return`@@auth0spajs@@::${t}`}}const qT={memory:()=>new M3().enclosedCache,localstorage:()=>new LT},uk=e=>qT[e],ck=e=>{const{openUrl:t,onRedirect:n}=e,r=qi(e,["openUrl","onRedirect"]);return Object.assign(Object.assign({},r),{openUrl:t===!1||t?t:n})},jb=new NT;class VT{constructor(t){let n,r;if(this.userCache=new M3().enclosedCache,this.defaultOptions={authorizationParams:{scope:"openid profile email"},useRefreshTokensFallback:!1,useFormData:!0},this._releaseLockOnPageHide=async()=>{await jb.releaseLock("auth0.lock.getTokenSilently"),window.removeEventListener("pagehide",this._releaseLockOnPageHide)},this.options=Object.assign(Object.assign(Object.assign({},this.defaultOptions),t),{authorizationParams:Object.assign(Object.assign({},this.defaultOptions.authorizationParams),t.authorizationParams)}),typeof window!="undefined"&&(()=>{if(!Um())throw new Error("For security reasons, `window.crypto` is required to run `auth0-spa-js`.");if(Um().subtle===void 0)throw new Error(` - auth0-spa-js must run on a secure origin. See https://github.com/auth0/auth0-spa-js/blob/master/FAQ.md#why-do-i-get-auth0-spa-js-must-run-on-a-secure-origin for more information. - `)})(),t.cache&&t.cacheLocation&&console.warn("Both `cache` and `cacheLocation` options have been specified in the Auth0Client configuration; ignoring `cacheLocation` and using `cache`."),t.cache)r=t.cache;else{if(n=t.cacheLocation||"memory",!uk(n))throw new Error(`Invalid cache location "${n}"`);r=uk(n)()}this.httpTimeoutMs=t.httpTimeoutInSeconds?1e3*t.httpTimeoutInSeconds:1e4,this.cookieStorage=t.legacySameSiteCookie===!1?cc:UT,this.orgHintCookieName=`auth0.${this.options.clientId}.organization_hint`,this.isAuthenticatedCookieName=(l=>`auth0.${this.options.clientId}.is.authenticated`)(),this.sessionCheckExpiryDays=t.sessionCheckExpiryDays||1;const a=t.useCookiesForTransactions?this.cookieStorage:GT;var s;this.scope=vm("openid",this.options.authorizationParams.scope,this.options.useRefreshTokens?"offline_access":""),this.transactionManager=new FT(a,this.options.clientId),this.nowProvider=this.options.nowProvider||P3,this.cacheManager=new HT(r,r.allKeys?void 0:new KT(r,this.options.clientId),this.nowProvider),this.domainUrl=(s=this.options.domain,/^https?:\/\//.test(s)?s:`https://${s}`),this.tokenIssuer=((l,c)=>l?l.startsWith("https://")?l:`https://${l}/`:`${c}/`)(this.options.issuer,this.domainUrl),typeof window!="undefined"&&window.Worker&&this.options.useRefreshTokens&&n==="memory"&&(this.worker=new YT)}_url(t){const n=encodeURIComponent(btoa(JSON.stringify(this.options.auth0Client||x3)));return`${this.domainUrl}${t}&auth0Client=${n}`}_authorizeUrl(t){return this._url(`/authorize?${Sy(t)}`)}async _verifyIdToken(t,n,r){const a=await this.nowProvider();return(l=>{if(!l.id_token)throw new Error("ID token is required but missing");const c=(p=>{const g=p.split("."),[w,y,k]=g;if(g.length!==3||!w||!y||!k)throw new Error("ID token could not be decoded");const M=JSON.parse(lk(y)),W={__raw:p},z={};return Object.keys(M).forEach(N=>{W[N]=M[N],BT.includes(N)||(z[N]=M[N])}),{encoded:{header:w,payload:y,signature:k},header:JSON.parse(lk(w)),claims:W,user:z}})(l.id_token);if(!c.claims.iss)throw new Error("Issuer (iss) claim must be a string present in the ID token");if(c.claims.iss!==l.iss)throw new Error(`Issuer (iss) claim mismatch in the ID token; expected "${l.iss}", found "${c.claims.iss}"`);if(!c.user.sub)throw new Error("Subject (sub) claim must be a string present in the ID token");if(c.header.alg!=="RS256")throw new Error(`Signature algorithm of "${c.header.alg}" is not supported. Expected the ID token to be signed with "RS256".`);if(!c.claims.aud||typeof c.claims.aud!="string"&&!Array.isArray(c.claims.aud))throw new Error("Audience (aud) claim must be a string or array of strings present in the ID token");if(Array.isArray(c.claims.aud)){if(!c.claims.aud.includes(l.aud))throw new Error(`Audience (aud) claim mismatch in the ID token; expected "${l.aud}" but was not one of "${c.claims.aud.join(", ")}"`);if(c.claims.aud.length>1){if(!c.claims.azp)throw new Error("Authorized Party (azp) claim must be a string present in the ID token when Audience (aud) claim has multiple values");if(c.claims.azp!==l.aud)throw new Error(`Authorized Party (azp) claim mismatch in the ID token; expected "${l.aud}", found "${c.claims.azp}"`)}}else if(c.claims.aud!==l.aud)throw new Error(`Audience (aud) claim mismatch in the ID token; expected "${l.aud}" but found "${c.claims.aud}"`);if(l.nonce){if(!c.claims.nonce)throw new Error("Nonce (nonce) claim must be a string present in the ID token");if(c.claims.nonce!==l.nonce)throw new Error(`Nonce (nonce) claim mismatch in the ID token; expected "${l.nonce}", found "${c.claims.nonce}"`)}if(l.max_age&&!_d(c.claims.auth_time))throw new Error("Authentication Time (auth_time) claim must be a number present in the ID token when Max Age (max_age) is specified");if(c.claims.exp==null||!_d(c.claims.exp))throw new Error("Expiration Time (exp) claim must be a number present in the ID token");if(!_d(c.claims.iat))throw new Error("Issued At (iat) claim must be a number present in the ID token");const d=l.leeway||60,f=new Date(l.now||Date.now()),h=new Date(0);if(h.setUTCSeconds(c.claims.exp+d),f>h)throw new Error(`Expiration Time (exp) claim error in the ID token; current time (${f}) is after expiration time (${h})`);if(c.claims.nbf!=null&&_d(c.claims.nbf)){const p=new Date(0);if(p.setUTCSeconds(c.claims.nbf-d),fp)throw new Error(`Authentication Time (auth_time) claim in the ID token indicates that too much time has passed since the last end-user authentication. Current time (${f}) is after last auth at ${p}`)}if(l.organizationId){if(!c.claims.org_id)throw new Error("Organization ID (org_id) claim must be a string present in the ID token");if(l.organizationId!==c.claims.org_id)throw new Error(`Organization ID (org_id) claim mismatch in the ID token; expected "${l.organizationId}", found "${c.claims.org_id}"`)}return c})({iss:this.tokenIssuer,aud:this.options.clientId,id_token:t,nonce:n,organizationId:r,leeway:this.options.leeway,max_age:(s=this.options.authorizationParams.max_age,typeof s!="string"?s:parseInt(s,10)||void 0),now:a});var s}_processOrgIdHint(t){t?this.cookieStorage.save(this.orgHintCookieName,t,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}):this.cookieStorage.remove(this.orgHintCookieName,{cookieDomain:this.options.cookieDomain})}async _prepareAuthorizeUrl(t,n,r){const a=sk(Cb()),s=sk(Cb()),l=Cb(),c=(h=>{const p=new Uint8Array(h);return(g=>{const w={"+":"-","/":"_","=":""};return g.replace(/[+/=]/g,y=>w[y])})(window.btoa(String.fromCharCode(...Array.from(p))))})(await(async h=>await Um().subtle.digest({name:"SHA-256"},new TextEncoder().encode(h)))(l)),d=((h,p,g,w,y,k,M,W)=>Object.assign(Object.assign(Object.assign({client_id:h.clientId},h.authorizationParams),g),{scope:vm(p,g.scope),response_type:"code",response_mode:W||"query",state:w,nonce:y,redirect_uri:M||h.authorizationParams.redirect_uri,code_challenge:k,code_challenge_method:"S256"}))(this.options,this.scope,t,a,s,c,t.redirect_uri||this.options.authorizationParams.redirect_uri||r,n==null?void 0:n.response_mode),f=this._authorizeUrl(d);return{nonce:s,code_verifier:l,scope:d.scope,audience:d.audience||"default",redirect_uri:d.redirect_uri,state:a,url:f}}async loginWithPopup(t,n){var r;if(t=t||{},!(n=n||{}).popup&&(n.popup=(c=>{const d=window.screenX+(window.innerWidth-400)/2,f=window.screenY+(window.innerHeight-600)/2;return window.open("","auth0:authorize:popup",`left=${d},top=${f},width=400,height=600,resizable,scrollbars=yes,status=1`)})(),!n.popup))throw new Error("Unable to open a popup for loginWithPopup - window.open returned `null`");const a=await this._prepareAuthorizeUrl(t.authorizationParams||{},{response_mode:"web_message"},window.location.origin);n.popup.location.href=a.url;const s=await(c=>new Promise((d,f)=>{let h;const p=setInterval(()=>{c.popup&&c.popup.closed&&(clearInterval(p),clearTimeout(g),window.removeEventListener("message",h,!1),f(new Jw(c.popup)))},1e3),g=setTimeout(()=>{clearInterval(p),f(new Vw(c.popup)),window.removeEventListener("message",h,!1)},1e3*(c.timeoutInSeconds||60));h=function(w){if(w.data&&w.data.type==="authorization_response"){if(clearTimeout(g),clearInterval(p),window.removeEventListener("message",h,!1),c.popup.close(),w.data.response.error)return f(Ya.fromPayload(w.data.response));d(w.data.response)}},window.addEventListener("message",h)}))(Object.assign(Object.assign({},n),{timeoutInSeconds:n.timeoutInSeconds||this.options.authorizeTimeoutInSeconds||60}));if(a.state!==s.state)throw new Error("Invalid state");const l=((r=t.authorizationParams)===null||r===void 0?void 0:r.organization)||this.options.authorizationParams.organization;await this._requestToken({audience:a.audience,scope:a.scope,code_verifier:a.code_verifier,grant_type:"authorization_code",code:s.code,redirect_uri:a.redirect_uri},{nonceIn:a.nonce,organizationId:l})}async getUser(){var t;const n=await this._getIdTokenFromCache();return(t=n==null?void 0:n.decodedToken)===null||t===void 0?void 0:t.user}async getIdTokenClaims(){var t;const n=await this._getIdTokenFromCache();return(t=n==null?void 0:n.decodedToken)===null||t===void 0?void 0:t.claims}async loginWithRedirect(t={}){var n;const r=ck(t),{openUrl:a,fragment:s,appState:l}=r,c=qi(r,["openUrl","fragment","appState"]),d=((n=c.authorizationParams)===null||n===void 0?void 0:n.organization)||this.options.authorizationParams.organization,f=await this._prepareAuthorizeUrl(c.authorizationParams||{}),{url:h}=f,p=qi(f,["url"]);this.transactionManager.create(Object.assign(Object.assign(Object.assign({},p),{appState:l}),d&&{organizationId:d}));const g=s?`${h}#${s}`:h;a?await a(g):window.location.assign(g)}async handleRedirectCallback(t=window.location.href){const n=t.split("?").slice(1);if(n.length===0)throw new Error("There are no query params available for parsing.");const{state:r,code:a,error:s,error_description:l}=(p=>{p.indexOf("#")>-1&&(p=p.substring(0,p.indexOf("#")));const g=new URLSearchParams(p);return{state:g.get("state"),code:g.get("code")||void 0,error:g.get("error")||void 0,error_description:g.get("error_description")||void 0}})(n.join("")),c=this.transactionManager.get();if(!c)throw new Error("Invalid state");if(this.transactionManager.remove(),s)throw new qw(s,l||s,r,c.appState);if(!c.code_verifier||c.state&&c.state!==r)throw new Error("Invalid state");const d=c.organizationId,f=c.nonce,h=c.redirect_uri;return await this._requestToken(Object.assign({audience:c.audience,scope:c.scope,code_verifier:c.code_verifier,grant_type:"authorization_code",code:a},h?{redirect_uri:h}:{}),{nonceIn:f,organizationId:d}),{appState:c.appState}}async checkSession(t){if(!this.cookieStorage.get(this.isAuthenticatedCookieName)){if(!this.cookieStorage.get("auth0.is.authenticated"))return;this.cookieStorage.save(this.isAuthenticatedCookieName,!0,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}),this.cookieStorage.remove("auth0.is.authenticated")}try{await this.getTokenSilently(t)}catch{}}async getTokenSilently(t={}){var n;const r=Object.assign(Object.assign({cacheMode:"on"},t),{authorizationParams:Object.assign(Object.assign(Object.assign({},this.options.authorizationParams),t.authorizationParams),{scope:vm(this.scope,(n=t.authorizationParams)===null||n===void 0?void 0:n.scope)})}),a=await((s,l)=>{let c=Wb[l];return c||(c=s().finally(()=>{delete Wb[l],c=null}),Wb[l]=c),c})(()=>this._getTokenSilently(r),`${this.options.clientId}::${r.authorizationParams.audience}::${r.authorizationParams.scope}`);return t.detailedResponse?a:a==null?void 0:a.access_token}async _getTokenSilently(t){const{cacheMode:n}=t,r=qi(t,["cacheMode"]);if(n!=="off"){const a=await this._getEntryFromCache({scope:r.authorizationParams.scope,audience:r.authorizationParams.audience||"default",clientId:this.options.clientId});if(a)return a}if(n!=="cache-only"){if(!await(async(a,s=3)=>{for(let l=0;ljb.acquireLock("auth0.lock.getTokenSilently",5e3),10))throw new Af;try{if(window.addEventListener("pagehide",this._releaseLockOnPageHide),n!=="off"){const f=await this._getEntryFromCache({scope:r.authorizationParams.scope,audience:r.authorizationParams.audience||"default",clientId:this.options.clientId});if(f)return f}const a=this.options.useRefreshTokens?await this._getTokenUsingRefreshToken(r):await this._getTokenFromIFrame(r),{id_token:s,access_token:l,oauthTokenScope:c,expires_in:d}=a;return Object.assign(Object.assign({id_token:s,access_token:l},c?{scope:c}:null),{expires_in:d})}finally{await jb.releaseLock("auth0.lock.getTokenSilently"),window.removeEventListener("pagehide",this._releaseLockOnPageHide)}}}async getTokenWithPopup(t={},n={}){var r;const a=Object.assign(Object.assign({},t),{authorizationParams:Object.assign(Object.assign(Object.assign({},this.options.authorizationParams),t.authorizationParams),{scope:vm(this.scope,(r=t.authorizationParams)===null||r===void 0?void 0:r.scope)})});return n=Object.assign(Object.assign({},_T),n),await this.loginWithPopup(a,n),(await this.cacheManager.get(new Zi({scope:a.authorizationParams.scope,audience:a.authorizationParams.audience||"default",clientId:this.options.clientId}))).access_token}async isAuthenticated(){return!!await this.getUser()}_buildLogoutUrl(t){t.clientId!==null?t.clientId=t.clientId||this.options.clientId:delete t.clientId;const n=t.logoutParams||{},{federated:r}=n,a=qi(n,["federated"]),s=r?"&federated":"";return this._url(`/v2/logout?${Sy(Object.assign({clientId:t.clientId},a))}`)+s}async logout(t={}){const n=ck(t),{openUrl:r}=n,a=qi(n,["openUrl"]);t.clientId===null?await this.cacheManager.clear():await this.cacheManager.clear(t.clientId||this.options.clientId),this.cookieStorage.remove(this.orgHintCookieName,{cookieDomain:this.options.cookieDomain}),this.cookieStorage.remove(this.isAuthenticatedCookieName,{cookieDomain:this.options.cookieDomain}),this.userCache.remove("@@user@@");const s=this._buildLogoutUrl(a);r?await r(s):r!==!1&&window.location.assign(s)}async _getTokenFromIFrame(t){const n=Object.assign(Object.assign({},t.authorizationParams),{prompt:"none"}),r=this.cookieStorage.get(this.orgHintCookieName);r&&!n.organization&&(n.organization=r);const{url:a,state:s,nonce:l,code_verifier:c,redirect_uri:d,scope:f,audience:h}=await this._prepareAuthorizeUrl(n,{response_mode:"web_message"},window.location.origin);try{if(window.crossOriginIsolated)throw new Ya("login_required","The application is running in a Cross-Origin Isolated context, silently retrieving a token without refresh token is not possible.");const p=t.timeoutInSeconds||this.options.authorizeTimeoutInSeconds,g=await((y,k,M=60)=>new Promise((W,z)=>{const N=window.document.createElement("iframe");N.setAttribute("width","0"),N.setAttribute("height","0"),N.style.display="none";const B=()=>{window.document.body.contains(N)&&(window.document.body.removeChild(N),window.removeEventListener("message",H,!1))};let H;const U=setTimeout(()=>{z(new Af),B()},1e3*M);H=function($){if($.origin!=k||!$.data||$.data.type!=="authorization_response")return;const Q=$.source;Q&&Q.close(),$.data.response.error?z(Ya.fromPayload($.data.response)):W($.data.response),clearTimeout(U),window.removeEventListener("message",H,!1),setTimeout(B,2e3)},window.addEventListener("message",H,!1),window.document.body.appendChild(N),N.setAttribute("src",y)}))(a,this.domainUrl,p);if(s!==g.state)throw new Error("Invalid state");const w=await this._requestToken(Object.assign(Object.assign({},t.authorizationParams),{code_verifier:c,code:g.code,grant_type:"authorization_code",redirect_uri:d,timeout:t.authorizationParams.timeout||this.httpTimeoutMs}),{nonceIn:l});return Object.assign(Object.assign({},w),{scope:f,oauthTokenScope:w.scope,audience:h})}catch(p){throw p.error==="login_required"&&this.logout({openUrl:!1}),p}}async _getTokenUsingRefreshToken(t){const n=await this.cacheManager.get(new Zi({scope:t.authorizationParams.scope,audience:t.authorizationParams.audience||"default",clientId:this.options.clientId}));if(!(n&&n.refresh_token||this.worker)){if(this.options.useRefreshTokensFallback)return await this._getTokenFromIFrame(t);throw new Hg(t.authorizationParams.audience||"default",t.authorizationParams.scope)}const r=t.authorizationParams.redirect_uri||this.options.authorizationParams.redirect_uri||window.location.origin,a=typeof t.timeoutInSeconds=="number"?1e3*t.timeoutInSeconds:null;try{const s=await this._requestToken(Object.assign(Object.assign(Object.assign({},t.authorizationParams),{grant_type:"refresh_token",refresh_token:n&&n.refresh_token,redirect_uri:r}),a&&{timeout:a}));return Object.assign(Object.assign({},s),{scope:t.authorizationParams.scope,oauthTokenScope:s.scope,audience:t.authorizationParams.audience||"default"})}catch(s){if((s.message.indexOf("Missing Refresh Token")>-1||s.message&&s.message.indexOf("invalid refresh token")>-1)&&this.options.useRefreshTokensFallback)return await this._getTokenFromIFrame(t);throw s}}async _saveEntryInCache(t){const{id_token:n,decodedToken:r}=t,a=qi(t,["id_token","decodedToken"]);this.userCache.set("@@user@@",{id_token:n,decodedToken:r}),await this.cacheManager.setIdToken(this.options.clientId,t.id_token,t.decodedToken),await this.cacheManager.set(a)}async _getIdTokenFromCache(){const t=this.options.authorizationParams.audience||"default",n=await this.cacheManager.getIdToken(new Zi({clientId:this.options.clientId,audience:t,scope:this.scope})),r=this.userCache.get("@@user@@");return n&&n.id_token===(r==null?void 0:r.id_token)?r:(this.userCache.set("@@user@@",n),n)}async _getEntryFromCache({scope:t,audience:n,clientId:r}){const a=await this.cacheManager.get(new Zi({scope:t,audience:n,clientId:r}),60);if(a&&a.access_token){const{access_token:s,oauthTokenScope:l,expires_in:c}=a,d=await this._getIdTokenFromCache();return d&&Object.assign(Object.assign({id_token:d.id_token,access_token:s},l?{scope:l}:null),{expires_in:c})}}async _requestToken(t,n){const{nonceIn:r,organizationId:a}=n||{},s=await DT(Object.assign({baseUrl:this.domainUrl,client_id:this.options.clientId,auth0Client:this.options.auth0Client,useFormData:this.options.useFormData,timeout:this.httpTimeoutMs},t),this.worker),l=await this._verifyIdToken(s.id_token,r,a);return await this._saveEntryInCache(Object.assign(Object.assign(Object.assign(Object.assign({},s),{decodedToken:l,scope:t.scope,audience:t.audience||"default"}),s.scope?{oauthTokenScope:s.scope}:null),{client_id:this.options.clientId})),this.cookieStorage.save(this.isAuthenticatedCookieName,!0,{daysUntilExpire:this.sessionCheckExpiryDays,cookieDomain:this.options.cookieDomain}),this._processOrgIdHint(l.claims.org_id),Object.assign(Object.assign({},s),{decodedToken:l})}}function JT(e){return new Promise(t=>{(function(n,r){const a=p6(()=>{n()&&(r(),a())})})(e,t)})}function Zd(e){e!=null&&e.redirect_uri&&(console.warn("Using `redirect_uri` has been deprecated, please use `authorizationParams.redirect_uri` instead as `redirectUri` will be no longer supported in a future version"),e.authorizationParams=e.authorizationParams||{},e.authorizationParams.redirect_uri=e.redirect_uri,delete e.redirect_uri)}const C3=ta(null);class QT{constructor(t,n){var r,a;this.clientOptions=t,this.pluginOptions=n,this._isLoading=ta(!0),this._isAuthenticated=ta(!1),this._user=ta({}),this._idTokenClaims=ta(),this._error=ta(null),this.isLoading=ou(this._isLoading),this.isAuthenticated=ou(this._isAuthenticated),this.user=ou(this._user),this.idTokenClaims=ou(this._idTokenClaims),this.error=ou(this._error),r=this,a=["constructor"],Object.getOwnPropertyNames(Object.getPrototypeOf(r)).filter(s=>!a.includes(s)).forEach(s=>r[s]=r[s].bind(r))}install(t){this._client=new VT(Object.assign(Object.assign({},this.clientOptions),{auth0Client:{name:"auth0-vue",version:"2.0.2"}})),this.__checkSession(t.config.globalProperties.$router),t.config.globalProperties.$auth0=this,t.provide(zT,this),C3.value=this}async loginWithRedirect(t){return Zd(t),this._client.loginWithRedirect(t)}async loginWithPopup(t,n){return Zd(t),this.__proxy(()=>this._client.loginWithPopup(t,n))}async logout(t){return(t==null?void 0:t.openUrl)||(t==null?void 0:t.openUrl)===!1?this.__proxy(()=>this._client.logout(t)):this._client.logout(t)}async getAccessTokenSilently(t={}){return Zd(t),this.__proxy(()=>this._client.getTokenSilently(t))}async getAccessTokenWithPopup(t,n){return Zd(t),this.__proxy(()=>this._client.getTokenWithPopup(t,n))}async checkSession(t){return this.__proxy(()=>this._client.checkSession(t))}async handleRedirectCallback(t){return this.__proxy(()=>this._client.handleRedirectCallback(t))}async __checkSession(t){var n,r;const a=window.location.search;if((a.includes("code=")||a.includes("error="))&&a.includes("state=")&&!(!((n=this.pluginOptions)===null||n===void 0)&&n.skipRedirectCallback)){const s=await this.handleRedirectCallback(),l=s==null?void 0:s.appState,c=(r=l==null?void 0:l.target)!==null&&r!==void 0?r:"/";return window.history.replaceState({},"","/"),t&&t.push(c),s}await this.checkSession()}async __refreshState(){this._isAuthenticated.value=await this._client.isAuthenticated(),this._user.value=await this._client.getUser(),this._idTokenClaims.value=await this._client.getIdTokenClaims(),this._isLoading.value=!1}async __proxy(t,n=!0){let r;try{r=await t(),this._error.value=null}catch(a){throw this._error.value=a,a}finally{n&&await this.__refreshState()}return r}}async function $T(e,t){const n=async()=>!!tr(e.isAuthenticated)||(await e.loginWithRedirect({appState:{target:t.fullPath}}),!1);return tr(e.isLoading)&&await JT(()=>!tr(e.isLoading)),n()}async function Ob(e){return $T(tr(C3),e)}function ZT(e,t){return Zd(e),new QT(e,t)}const ez={transform:"rotate(var(--r, 0deg)) scale(var(--sx, 1), var(--sy, 1))"},dk={fill:"currentColor"},fk={mdi:{size:24,viewbox:"0 0 24 24"},"simple-icons":{size:24,viewbox:"0 0 24 24"},default:{size:0,viewbox:"0 0 0 0"}},tz={name:"icon",props:{type:{type:String,default:"mdi"},faIcon:{type:Object,default:null},path:{type:[String,Object,Array]},size:{type:[Number,String],default:24},viewbox:String,flip:{type:String,validator:e=>["horizontal","vertical","both"].includes(e)},rotate:{type:[Number,String],default:0}},setup(e){if(!e.path&&!e.faIcon)return console.warn("vue3-icon requires either a 'path' or an 'fa-icon' property"),()=>Yi("div");const t=kn(()=>{var h;return((h=e.faIcon)==null?void 0:h.prefix)||e.type}),n=kn(()=>parseInt(e.rotate,10)),r=kn(()=>fk[t.value]||fk.default),a=kn(()=>parseInt(e.size,10)||r.value.size),s=kn(()=>e.faIcon?`0 0 ${e.faIcon.icon[0]} ${e.faIcon.icon[1]}`:!1),l=kn(()=>s.value||e.viewbox||r.value.viewbox),c=kn(()=>({...ez,"--sx":["both","horizontal"].includes(e.flip)?"-1":"1","--sy":["both","vertical"].includes(e.flip)?"-1":"1","--r":isNaN(n.value)?n.value:n.value+"deg"})),d=kn(()=>{var h;return e.faIcon?(h=e.faIcon)==null?void 0:h.icon[4]:e.type==="simple-icons"&&typeof e.path=="object"?e.path.path:e.path}),f=kn(()=>t.value==="fad"?(console.warn("vue3-icon does not currently support Duotone FontAwesome icons"),Yi("path")):Array.isArray(e.path)?Yi("g",{style:{...dk}},e.path.map(h=>typeof h=="string"?Yi("path",{d:h}):Yi("path",{...h}))):Yi("path",{d:d.value,style:{...dk}}));return()=>Yi("svg",{style:c.value,class:["vue3-icon"],width:a.value,height:a.value,viewBox:l.value},[f.value])}};const nz="modulepreload",hk={},rz="/",Xf=function(t,n){return!n||n.length===0?t():Promise.all(n.map(r=>{if(r=`${rz}${r}`,r in hk)return;hk[r]=!0;const a=r.endsWith(".css"),s=a?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${r}"]${s}`))return;const l=document.createElement("link");if(l.rel=a?"stylesheet":nz,a||(l.as="script",l.crossOrigin=""),l.href=r,document.head.appendChild(l),a)return new Promise((c,d)=>{l.addEventListener("load",c),l.addEventListener("error",()=>d(new Error(`Unable to preload CSS for ${r}`)))})})).then(()=>t())};var An=(e,t)=>{const n=e.__vccOpts||e;for(const[r,a]of t)n[r]=a;return n};const az={},iz={class:"nav-bar__brand"},oz=Et("img",{class:"nav-bar__logo",src:"https://super-static-assets.s3.amazonaws.com/1e9f5a51-c4c6-4fca-b6e8-25fa0186f139/images/1b0b8afa-a688-408a-bb0e-d30742073965.svg",alt:"Novu logo",width:"180",height:"56"},null,-1);function sz(e,t){const n=Tt("router-link");return mt(),Jt("div",iz,[ht(n,{to:"/"},{default:Ur(()=>[oz]),_:1})])}var lz=An(az,[["render",sz]]);const uz={methods:{handleLogin(){this.$auth0.loginWithRedirect({appState:{target:"/profile"},authorizationParams:{prompt:"login"}})}}};function cz(e,t,n,r,a,s){return mt(),Jt("button",{class:"button__login",onClick:t[0]||(t[0]=(...l)=>s.handleLogin&&s.handleLogin(...l))},"Log In")}var E3=An(uz,[["render",cz]]);const dz={methods:{handleLogout(){localStorage.removeItem("sent-novu-notification"),this.$auth0.logout({logoutParams:{returnTo:window.location.origin}})}}};function fz(e,t,n,r,a,s){return mt(),Jt("button",{class:"button__logout",onClick:t[0]||(t[0]=(...l)=>s.handleLogout&&s.handleLogout(...l))},"Log Out")}var W3=An(dz,[["render",fz]]);const hz={methods:{handleSignUp(){this.$auth0.loginWithRedirect({appState:{target:"/profile"},authorizationParams:{prompt:"login",screen_hint:"signup"}})}}};function mz(e,t,n,r,a,s){return mt(),Jt("button",{class:"button__sign-up",onClick:t[0]||(t[0]=(...l)=>s.handleSignUp&&s.handleSignUp(...l))},"Sign Up")}var j3=An(hz,[["render",mz]]);const pz={data(){return{applicationIdentifier:"wLXel7MBnUEt",subscriberId:"on-boarding-subscriber-id-123",backendUrl:"https://dev.api.novu.co",socketUrl:"wss://dev.ws.novu.co",message:"",popover:"bottom-start",styles:{bellButton:{dot:{"> rect":{},left:"15%"},root:{"> svg":{minWidth:"45px",height:"45px"},width:"50px",height:"50px"}}}}},methods:{sessionLoaded(){console.log("Session loaded!")}}};function gz(e,t,n,r,a,s){const l=Tt("NotificationCenterComponent");return mt(),Jt("div",null,[ht(l,{subscriberId:a.subscriberId,applicationIdentifier:a.applicationIdentifier,sessionLoaded:s.sessionLoaded,placement:a.popover,styles:a.styles,backendUrl:a.backendUrl,socketUrl:a.socketUrl},null,8,["subscriberId","applicationIdentifier","sessionLoaded","placement","styles","backendUrl","socketUrl"])])}var vz=An(pz,[["render",gz]]);const bz={components:{LoginButton:E3,LogoutButton:W3,SignupButton:j3,NotificationButton:vz},data(){return{isAuthenticated:this.$auth0.isAuthenticated}}},yz={class:"nav-bar__buttons"};function wz(e,t,n,r,a,s){const l=Tt("SignupButton"),c=Tt("LoginButton"),d=Tt("NotificationButton"),f=Tt("LogoutButton");return mt(),Jt("div",yz,[a.isAuthenticated?Qo("",!0):(mt(),Jt(dr,{key:0},[ht(l),ht(c),ht(d)],64)),a.isAuthenticated?(mt(),Jt(dr,{key:1},[ht(f),ht(d)],64)):Qo("",!0)])}var kz=An(bz,[["render",wz]]);const xz={props:{path:String,label:String}};function Pz(e,t,n,r,a,s){const l=Tt("router-link");return mt(),ra(l,{to:n.path,exact:"",class:"nav-bar__tab","active-class":"nav-bar__tab--active"},{default:Ur(()=>[Bf(Ff(n.label),1)]),_:1},8,["to"])}var Mz=An(xz,[["render",Pz]]);const Az={components:{NavBarTab:Mz},data(){return{isAuthenticated:this.$auth0.isAuthenticated}}},Sz={class:"nav-bar__tabs"};function Cz(e,t,n,r,a,s){const l=Tt("NavBarTab");return mt(),Jt("div",Sz,[ht(l,{path:"/profile",label:"Profile"}),ht(l,{path:"/public",label:"Public"})])}var Ez=An(Az,[["render",Cz]]);const Wz={components:{NavBarBrand:lz,NavBarButtons:kz,NavBarTabs:Ez}},jz={class:"nav-bar__container"},Oz={class:"nav-bar"};function Tz(e,t,n,r,a,s){const l=Tt("NavBarBrand"),c=Tt("NavBarTabs"),d=Tt("NavBarButtons");return mt(),Jt("div",jz,[Et("nav",Oz,[ht(l),ht(c),ht(d)])])}var O3=An(Wz,[["render",Tz]]);const sc={CLOSED:"closed",OPEN:"open"},Tb={CLOSE:"close",MENU:"menu"},sf=Dc({mobileMenuState:sc.CLOSED,mobileMenuIcon:Tb.MENU,isMobileMenuOpen(){return this.mobileMenuState===sc.OPEN},openMobileMenu(){this.mobileMenuState=sc.OPEN,this.mobileMenuIcon=Tb.CLOSE,document.body.classList.add("mobile-scroll-lock")},closeMobileMenu(){this.mobileMenuState=sc.CLOSED,this.mobileMenuIcon=Tb.MENU,document.body.classList.remove("mobile-scroll-lock")},toggleMobileMenu(){switch(this.mobileMenuState){case sc.OPEN:{this.closeMobileMenu();return}case sc.CLOSED:{this.openMobileMenu();return}}}}),zz={props:{icon:String},data(){return{mobileMenuStore:sf}}};function Nz(e,t,n,r,a,s){return mt(),Jt("span",{class:"mobile-nav-bar__toggle material-icons",id:"mobile-menu-toggle-button",onClick:t[0]||(t[0]=l=>a.mobileMenuStore.toggleMobileMenu())},Ff(a.mobileMenuStore.mobileMenuIcon),1)}var _z=An(zz,[["render",Nz]]);const Rz={data(){return{mobileMenuStore:sf}}},Iz=Et("img",{class:"mobile-nav-bar__logo",src:"https://cdn.auth0.com/blog/hub/code-samples/hello-world/auth0-logo.svg",alt:"Auth0 shield logo",width:"82",height:"24"},null,-1);function Dz(e,t,n,r,a,s){const l=Tt("router-link");return mt(),Jt("div",{onClick:t[0]||(t[0]=c=>a.mobileMenuStore.closeMobileMenu()),class:"mobile-nav-bar__brand"},[ht(l,{to:"/"},{default:Ur(()=>[Iz]),_:1})])}var Lz=An(Rz,[["render",Dz]]);const Hz={components:{LoginButton:E3,LogoutButton:W3,SignupButton:j3},data(){return{isAuthenticated:this.$auth0.isAuthenticated}}},Fz={class:"mobile-nav-bar__buttons"};function Bz(e,t,n,r,a,s){const l=Tt("SignupButton"),c=Tt("LoginButton"),d=Tt("LogoutButton");return mt(),Jt("div",Fz,[a.isAuthenticated?Qo("",!0):(mt(),Jt(dr,{key:0},[ht(l),ht(c)],64)),a.isAuthenticated?(mt(),ra(d,{key:1})):Qo("",!0)])}var Xz=An(Hz,[["render",Bz]]);const Uz={props:{path:String,label:String}};function Gz(e,t,n,r,a,s){const l=Tt("router-link");return mt(),ra(l,{to:n.path,exact:"",class:"mobile-nav-bar__tab","active-class":"mobile-nav-bar__tab--active"},{default:Ur(()=>[Bf(Ff(n.label),1)]),_:1},8,["to"])}var Yz=An(Uz,[["render",Gz]]);const Kz={components:{MobileNavBarTab:Yz},data(){return{isAuthenticated:this.$auth0.isAuthenticated}}},qz={class:"mobile-nav-bar__tabs"};function Vz(e,t,n,r,a,s){const l=Tt("MobileNavBarTab");return mt(),Jt("div",qz,[ht(l,{path:"/profile",label:"Profile"}),ht(l,{path:"/public",label:"Public"}),a.isAuthenticated?(mt(),Jt(dr,{key:0},[ht(l,{path:"/protected",label:"Protected"}),ht(l,{path:"/admin",label:"Admin"})],64)):Qo("",!0)])}var Jz=An(Kz,[["render",Vz]]);const Qz={components:{MobileMenuToggleButton:_z,MobileNavBarBrand:Lz,MobileNavBarButtons:Xz,MobileNavBarTabs:Jz},data(){return{mobileMenuStore:sf}},mounted(){this.$router.afterEach(()=>{sf.isMobileMenuOpen()&&sf.closeMobileMenu()})}},$z={class:"mobile-nav-bar__container"},Zz={class:"mobile-nav-bar"},e7={key:0,class:"mobile-nav-bar__menu"};function t7(e,t,n,r,a,s){const l=Tt("MobileNavBarBrand"),c=Tt("MobileMenuToggleButton"),d=Tt("MobileNavBarTabs"),f=Tt("MobileNavBarButtons");return mt(),Jt("div",$z,[Et("nav",Zz,[ht(l),ht(c),a.mobileMenuStore.isMobileMenuOpen()?(mt(),Jt("div",e7,[ht(d),ht(f)])):Qo("",!0)])])}var T3=An(Qz,[["render",t7]]);const n7={props:{path:String}},r7=["href"];function a7(e,t,n,r,a,s){return mt(),Jt("a",{href:n.path,class:"page-footer__hyperlink",target:"_blank",rel:"noopener noreferrer"},[wu(e.$slots,"default")],8,r7)}var i7=An(n7,[["render",a7]]);const o7={components:{PageFooterHyperlink:i7},data(){return{}}},s7={class:"page-footer"},l7={class:"page-footer-grid"},u7={class:"page-footer-grid__brand"},c7={class:"page-footer-brand"},d7=Et("img",{class:"page-footer-brand__logo",src:"https://cdn.auth0.com/blog/hello-auth0/auth0-shield.svg",alt:"Auth0",width:"20",height:"22.22"},null,-1);function f7(e,t,n,r,a,s){const l=Tt("PageFooterHyperlink");return mt(),Jt("footer",s7,[Et("div",l7,[Et("div",u7,[Et("div",c7,[d7,ht(l,{path:"https://auth0.com/"},{default:Ur(()=>[Bf(" Auth0 Inc & Novu ")]),_:1})])])])])}var h7=An(o7,[["render",f7]]);const m7={components:{PageFooter:h7,NavBar:O3,MobileNavBar:T3}},p7={class:"page-layout"},g7={class:"page-layout__content"};function v7(e,t,n,r,a,s){const l=Tt("NavBar"),c=Tt("MobileNavBar"),d=Tt("PageFooter");return mt(),Jt("div",p7,[ht(l),ht(c),Et("div",g7,[wu(e.$slots,"default")]),ht(d)])}var z3=An(m7,[["render",v7]]);const b7={components:{NavBar:O3,MobileNavBar:T3,PageLayout:z3},data(){return{error:this.$auth0.error}}},y7={class:"content-layout"},w7=Et("h1",{id:"page-title",class:"content__title"},"Error",-1),k7={class:"content__body"},x7={id:"page-description"},P7={key:1,class:"page-layout"},M7=Et("div",{class:"page-layout__content"},null,-1);function A7(e,t,n,r,a,s){const l=Tt("PageLayout"),c=Tt("NavBar"),d=Tt("MobileNavBar");return a.error?(mt(),ra(l,{key:0},{default:Ur(()=>[Et("div",y7,[w7,Et("div",k7,[Et("p",x7,[Et("span",null,Ff(a.error.message),1)])])])]),_:1})):(mt(),Jt("div",P7,[ht(c),ht(d),M7]))}var S7=An(b7,[["render",A7]]);const C7={data(){return{post:"",logo:"https://cdn.auth0.com/blog/developer-hub/vue-logo.svg",styles:{color:"white","background-image":"linear-gradient(99deg, rgb(221, 36, 118) 0%, rgb(221, 36, 118) 0%, rgb(255, 81, 47) 100%, rgb(255, 81, 47) 100%)"},heroStyles:{color:"white","background-color":"#2a2e3",display:"flex","flex-direction":"column","align-items":"center",width:"100%",margin:"0 auto",padding:"3.2rem 6.4rem"}}},methods:{triggerNotification(){fetch("http://localhost:3002/api/trigger-notification",{method:"POST",body:JSON.stringify({uuid:"on-boarding-subscriber-id-123"})}).then(e=>e.json()).then(e=>{console.log(e.finish)})}}},E7={class:"hero-banner__logo"},W7=["src"],j7=Et("h1",{class:"hero-banner__headline"},"Hello, Vue 3 World!",-1),O7=Et("p",{class:"hero-banner__description"},[Et("span",null,[Bf("This is a sample application that demonstrates securing your app & triggering notifications for Vue 3 apps with Auth0 & "),Et("strong",null,"Novu.")])],-1);function T7(e,t,n,r,a,s){return mt(),Jt("div",{class:"",style:Go(a.heroStyles)},[Et("div",E7,[Et("img",{class:"hero-banner__image",src:a.logo,alt:"Vue 3 logo"},null,8,W7)]),j7,O7,Et("button",{class:"button button--secondary",style:Go(a.styles),onClick:t[0]||(t[0]=(...l)=>s.triggerNotification&&s.triggerNotification(...l))}," Trigger a Notification Now ",4)],4)}var z7=An(C7,[["render",T7]]);const N7={components:{PageLayout:z3,HeroBanner:z7}};function _7(e,t,n,r,a,s){const l=Tt("HeroBanner"),c=Tt("PageLayout");return mt(),ra(c,null,{default:Ur(()=>[ht(l)]),_:1})}var R7=An(N7,[["render",_7]]);/*! - * vue-router v4.1.6 - * (c) 2022 Eduardo San Martin Morote - * @license MIT - */const dc=typeof window!="undefined";function I7(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const un=Object.assign;function zb(e,t){const n={};for(const r in t){const a=t[r];n[r]=bi(a)?a.map(e):e(a)}return n}const lf=()=>{},bi=Array.isArray,D7=/\/$/,L7=e=>e.replace(D7,"");function Nb(e,t,n="/"){let r,a={},s="",l="";const c=t.indexOf("#");let d=t.indexOf("?");return c=0&&(d=-1),d>-1&&(r=t.slice(0,d),s=t.slice(d+1,c>-1?c:t.length),a=e(s)),c>-1&&(r=r||t.slice(0,c),l=t.slice(c,t.length)),r=X7(r!=null?r:t,n),{fullPath:r+(s&&"?")+s+l,path:r,query:a,hash:l}}function H7(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function mk(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function F7(e,t,n){const r=t.matched.length-1,a=n.matched.length-1;return r>-1&&r===a&&Wc(t.matched[r],n.matched[a])&&N3(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Wc(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function N3(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!B7(e[n],t[n]))return!1;return!0}function B7(e,t){return bi(e)?pk(e,t):bi(t)?pk(t,e):e===t}function pk(e,t){return bi(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function X7(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let a=n.length-1,s,l;for(s=0;s1&&a--;else break;return n.slice(0,a).join("/")+"/"+r.slice(s-(s===r.length?1:0)).join("/")}var Sf;(function(e){e.pop="pop",e.push="push"})(Sf||(Sf={}));var uf;(function(e){e.back="back",e.forward="forward",e.unknown=""})(uf||(uf={}));function U7(e){if(!e)if(dc){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),L7(e)}const G7=/^[^#]+#/;function Y7(e,t){return e.replace(G7,"#")+t}function K7(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Fg=()=>({left:window.pageXOffset,top:window.pageYOffset});function q7(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),a=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!a)return;t=K7(a,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function gk(e,t){return(history.state?history.state.position-t:-1)+e}const Cy=new Map;function V7(e,t){Cy.set(e,t)}function J7(e){const t=Cy.get(e);return Cy.delete(e),t}let Q7=()=>location.protocol+"//"+location.host;function _3(e,t){const{pathname:n,search:r,hash:a}=t,s=e.indexOf("#");if(s>-1){let c=a.includes(e.slice(s))?e.slice(s).length:1,d=a.slice(c);return d[0]!=="/"&&(d="/"+d),mk(d,"")}return mk(n,e)+r+a}function $7(e,t,n,r){let a=[],s=[],l=null;const c=({state:g})=>{const w=_3(e,location),y=n.value,k=t.value;let M=0;if(g){if(n.value=w,t.value=g,l&&l===y){l=null;return}M=k?g.position-k.position:0}else r(w);a.forEach(W=>{W(n.value,y,{delta:M,type:Sf.pop,direction:M?M>0?uf.forward:uf.back:uf.unknown})})};function d(){l=n.value}function f(g){a.push(g);const w=()=>{const y=a.indexOf(g);y>-1&&a.splice(y,1)};return s.push(w),w}function h(){const{history:g}=window;!g.state||g.replaceState(un({},g.state,{scroll:Fg()}),"")}function p(){for(const g of s)g();s=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",h)}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",h),{pauseListeners:d,listen:f,destroy:p}}function vk(e,t,n,r=!1,a=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:a?Fg():null}}function Z7(e){const{history:t,location:n}=window,r={value:_3(e,n)},a={value:t.state};a.value||s(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function s(d,f,h){const p=e.indexOf("#"),g=p>-1?(n.host&&document.querySelector("base")?e:e.slice(p))+d:Q7()+e+d;try{t[h?"replaceState":"pushState"](f,"",g),a.value=f}catch(w){console.error(w),n[h?"replace":"assign"](g)}}function l(d,f){const h=un({},t.state,vk(a.value.back,d,a.value.forward,!0),f,{position:a.value.position});s(d,h,!0),r.value=d}function c(d,f){const h=un({},a.value,t.state,{forward:d,scroll:Fg()});s(h.current,h,!0);const p=un({},vk(r.value,d,null),{position:h.position+1},f);s(d,p,!1),r.value=d}return{location:r,state:a,push:c,replace:l}}function eN(e){e=U7(e);const t=Z7(e),n=$7(e,t.state,t.location,t.replace);function r(s,l=!0){l||n.pauseListeners(),history.go(s)}const a=un({location:"",base:e,go:r,createHref:Y7.bind(null,e)},t,n);return Object.defineProperty(a,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(a,"state",{enumerable:!0,get:()=>t.state.value}),a}function tN(e){return typeof e=="string"||e&&typeof e=="object"}function R3(e){return typeof e=="string"||typeof e=="symbol"}const Ls={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},I3=Symbol("");var bk;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(bk||(bk={}));function jc(e,t){return un(new Error,{type:e,[I3]:!0},t)}function Ho(e,t){return e instanceof Error&&I3 in e&&(t==null||!!(e.type&t))}const yk="[^/]+?",nN={sensitive:!1,strict:!1,start:!0,end:!0},rN=/[.+*?^${}()[\]/\\]/g;function aN(e,t){const n=un({},nN,t),r=[];let a=n.start?"^":"";const s=[];for(const f of e){const h=f.length?[]:[90];n.strict&&!f.length&&(a+="/");for(let p=0;pt.length?t.length===1&&t[0]===40+40?1:-1:0}function oN(e,t){let n=0;const r=e.score,a=t.score;for(;n0&&t[t.length-1]<0}const sN={type:0,value:""},lN=/[a-zA-Z0-9_]/;function uN(e){if(!e)return[[]];if(e==="/")return[[sN]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(w){throw new Error(`ERR (${n})/"${f}": ${w}`)}let n=0,r=n;const a=[];let s;function l(){s&&a.push(s),s=[]}let c=0,d,f="",h="";function p(){!f||(n===0?s.push({type:0,value:f}):n===1||n===2||n===3?(s.length>1&&(d==="*"||d==="+")&&t(`A repeatable param (${f}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:f,regexp:h,repeatable:d==="*"||d==="+",optional:d==="*"||d==="?"})):t("Invalid state to consume buffer"),f="")}function g(){f+=d}for(;c{l(z)}:lf}function l(h){if(R3(h)){const p=r.get(h);p&&(r.delete(h),n.splice(n.indexOf(p),1),p.children.forEach(l),p.alias.forEach(l))}else{const p=n.indexOf(h);p>-1&&(n.splice(p,1),h.record.name&&r.delete(h.record.name),h.children.forEach(l),h.alias.forEach(l))}}function c(){return n}function d(h){let p=0;for(;p=0&&(h.record.path!==n[p].record.path||!D3(h,n[p]));)p++;n.splice(p,0,h),h.record.name&&!xk(h)&&r.set(h.record.name,h)}function f(h,p){let g,w={},y,k;if("name"in h&&h.name){if(g=r.get(h.name),!g)throw jc(1,{location:h});k=g.record.name,w=un(kk(p.params,g.keys.filter(z=>!z.optional).map(z=>z.name)),h.params&&kk(h.params,g.keys.map(z=>z.name))),y=g.stringify(w)}else if("path"in h)y=h.path,g=n.find(z=>z.re.test(y)),g&&(w=g.parse(y),k=g.record.name);else{if(g=p.name?r.get(p.name):n.find(z=>z.re.test(p.path)),!g)throw jc(1,{location:h,currentLocation:p});k=g.record.name,w=un({},p.params,h.params),y=g.stringify(w)}const M=[];let W=g;for(;W;)M.unshift(W.record),W=W.parent;return{name:k,path:y,params:w,matched:M,meta:mN(M)}}return e.forEach(h=>s(h)),{addRoute:s,resolve:f,removeRoute:l,getRoutes:c,getRecordMatcher:a}}function kk(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function fN(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:hN(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function hN(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="boolean"?n:n[r];return t}function xk(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function mN(e){return e.reduce((t,n)=>un(t,n.meta),{})}function Pk(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function D3(e,t){return t.children.some(n=>n===e||D3(e,n))}const L3=/#/g,pN=/&/g,gN=/\//g,vN=/=/g,bN=/\?/g,H3=/\+/g,yN=/%5B/g,wN=/%5D/g,F3=/%5E/g,kN=/%60/g,B3=/%7B/g,xN=/%7C/g,X3=/%7D/g,PN=/%20/g;function $w(e){return encodeURI(""+e).replace(xN,"|").replace(yN,"[").replace(wN,"]")}function MN(e){return $w(e).replace(B3,"{").replace(X3,"}").replace(F3,"^")}function Ey(e){return $w(e).replace(H3,"%2B").replace(PN,"+").replace(L3,"%23").replace(pN,"%26").replace(kN,"`").replace(B3,"{").replace(X3,"}").replace(F3,"^")}function AN(e){return Ey(e).replace(vN,"%3D")}function SN(e){return $w(e).replace(L3,"%23").replace(bN,"%3F")}function CN(e){return e==null?"":SN(e).replace(gN,"%2F")}function fp(e){try{return decodeURIComponent(""+e)}catch{}return""+e}function EN(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let a=0;as&&Ey(s)):[r&&Ey(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function WN(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=bi(r)?r.map(a=>a==null?null:""+a):r==null?r:""+r)}return t}const jN=Symbol(""),Ak=Symbol(""),Zw=Symbol(""),U3=Symbol(""),Wy=Symbol("");function Rd(){let e=[];function t(r){return e.push(r),()=>{const a=e.indexOf(r);a>-1&&e.splice(a,1)}}function n(){e=[]}return{add:t,list:()=>e,reset:n}}function Us(e,t,n,r,a){const s=r&&(r.enterCallbacks[a]=r.enterCallbacks[a]||[]);return()=>new Promise((l,c)=>{const d=p=>{p===!1?c(jc(4,{from:n,to:t})):p instanceof Error?c(p):tN(p)?c(jc(2,{from:t,to:p})):(s&&r.enterCallbacks[a]===s&&typeof p=="function"&&s.push(p),l())},f=e.call(r&&r.instances[a],t,n,d);let h=Promise.resolve(f);e.length<3&&(h=h.then(d)),h.catch(p=>c(p))})}function _b(e,t,n,r){const a=[];for(const s of e)for(const l in s.components){let c=s.components[l];if(!(t!=="beforeRouteEnter"&&!s.instances[l]))if(ON(c)){const f=(c.__vccOpts||c)[t];f&&a.push(Us(f,n,r,s,l))}else{let d=c();a.push(()=>d.then(f=>{if(!f)return Promise.reject(new Error(`Couldn't resolve component "${l}" at "${s.path}"`));const h=I7(f)?f.default:f;s.components[l]=h;const g=(h.__vccOpts||h)[t];return g&&Us(g,n,r,s,l)()}))}}return a}function ON(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Sk(e){const t=Yo(Zw),n=Yo(U3),r=kn(()=>t.resolve(tr(e.to))),a=kn(()=>{const{matched:d}=r.value,{length:f}=d,h=d[f-1],p=n.matched;if(!h||!p.length)return-1;const g=p.findIndex(Wc.bind(null,h));if(g>-1)return g;const w=Ck(d[f-2]);return f>1&&Ck(h)===w&&p[p.length-1].path!==w?p.findIndex(Wc.bind(null,d[f-2])):g}),s=kn(()=>a.value>-1&&_N(n.params,r.value.params)),l=kn(()=>a.value>-1&&a.value===n.matched.length-1&&N3(n.params,r.value.params));function c(d={}){return NN(d)?t[tr(e.replace)?"replace":"push"](tr(e.to)).catch(lf):Promise.resolve()}return{route:r,href:kn(()=>r.value.href),isActive:s,isExactActive:l,navigate:c}}const TN=wi({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Sk,setup(e,{slots:t}){const n=Dc(Sk(e)),{options:r}=Yo(Zw),a=kn(()=>({[Ek(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Ek(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&t.default(n);return e.custom?s:Yi("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:a.value},s)}}}),zN=TN;function NN(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function _N(e,t){for(const n in t){const r=t[n],a=e[n];if(typeof r=="string"){if(r!==a)return!1}else if(!bi(a)||a.length!==r.length||r.some((s,l)=>s!==a[l]))return!1}return!0}function Ck(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Ek=(e,t,n)=>e!=null?e:t!=null?t:n,RN=wi({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Yo(Wy),a=kn(()=>e.route||r.value),s=Yo(Ak,0),l=kn(()=>{let f=tr(s);const{matched:h}=a.value;let p;for(;(p=h[f])&&!p.components;)f++;return f}),c=kn(()=>a.value.matched[l.value]);Bm(Ak,kn(()=>l.value+1)),Bm(jN,c),Bm(Wy,a);const d=ta();return nf(()=>[d.value,c.value,e.name],([f,h,p],[g,w,y])=>{h&&(h.instances[p]=f,w&&w!==h&&f&&f===g&&(h.leaveGuards.size||(h.leaveGuards=w.leaveGuards),h.updateGuards.size||(h.updateGuards=w.updateGuards))),f&&h&&(!w||!Wc(h,w)||!g)&&(h.enterCallbacks[p]||[]).forEach(k=>k(f))},{flush:"post"}),()=>{const f=a.value,h=e.name,p=c.value,g=p&&p.components[h];if(!g)return Wk(n.default,{Component:g,route:f});const w=p.props[h],y=w?w===!0?f.params:typeof w=="function"?w(f):w:null,M=Yi(g,un({},y,t,{onVnodeUnmounted:W=>{W.component.isUnmounted&&(p.instances[h]=null)},ref:d}));return Wk(n.default,{Component:M,route:f})||M}}});function Wk(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const IN=RN;function DN(e){const t=dN(e.routes,e),n=e.parseQuery||EN,r=e.stringifyQuery||Mk,a=e.history,s=Rd(),l=Rd(),c=Rd(),d=VO(Ls);let f=Ls;dc&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const h=zb.bind(null,ie=>""+ie),p=zb.bind(null,CN),g=zb.bind(null,fp);function w(ie,we){let Ce,Fe;return R3(ie)?(Ce=t.getRecordMatcher(ie),Fe=we):Fe=ie,t.addRoute(Fe,Ce)}function y(ie){const we=t.getRecordMatcher(ie);we&&t.removeRoute(we)}function k(){return t.getRoutes().map(ie=>ie.record)}function M(ie){return!!t.getRecordMatcher(ie)}function W(ie,we){if(we=un({},we||d.value),typeof ie=="string"){const L=Nb(n,ie,we.path),K=t.resolve({path:L.path},we),le=a.createHref(L.fullPath);return un(L,K,{params:g(K.params),hash:fp(L.hash),redirectedFrom:void 0,href:le})}let Ce;if("path"in ie)Ce=un({},ie,{path:Nb(n,ie.path,we.path).path});else{const L=un({},ie.params);for(const K in L)L[K]==null&&delete L[K];Ce=un({},ie,{params:p(ie.params)}),we.params=p(we.params)}const Fe=t.resolve(Ce,we),at=ie.hash||"";Fe.params=h(g(Fe.params));const Dt=H7(r,un({},ie,{hash:MN(at),path:Fe.path})),it=a.createHref(Dt);return un({fullPath:Dt,hash:at,query:r===Mk?WN(ie.query):ie.query||{}},Fe,{redirectedFrom:void 0,href:it})}function z(ie){return typeof ie=="string"?Nb(n,ie,d.value.path):un({},ie)}function N(ie,we){if(f!==ie)return jc(8,{from:we,to:ie})}function B(ie){return $(ie)}function H(ie){return B(un(z(ie),{replace:!0}))}function U(ie){const we=ie.matched[ie.matched.length-1];if(we&&we.redirect){const{redirect:Ce}=we;let Fe=typeof Ce=="function"?Ce(ie):Ce;return typeof Fe=="string"&&(Fe=Fe.includes("?")||Fe.includes("#")?Fe=z(Fe):{path:Fe},Fe.params={}),un({query:ie.query,hash:ie.hash,params:"path"in Fe?{}:ie.params},Fe)}}function $(ie,we){const Ce=f=W(ie),Fe=d.value,at=ie.state,Dt=ie.force,it=ie.replace===!0,L=U(Ce);if(L)return $(un(z(L),{state:typeof L=="object"?un({},at,L.state):at,force:Dt,replace:it}),we||Ce);const K=Ce;K.redirectedFrom=we;let le;return!Dt&&F7(r,Fe,Ce)&&(le=jc(16,{to:K,from:Fe}),Oe(Fe,Fe,!0,!1)),(le?Promise.resolve(le):de(K,Fe)).catch(se=>Ho(se)?Ho(se,2)?se:Ie(se):G(se,K,Fe)).then(se=>{if(se){if(Ho(se,2))return $(un({replace:it},z(se.to),{state:typeof se.to=="object"?un({},at,se.to.state):at,force:Dt}),we||K)}else se=Se(K,Fe,!0,it,at);return me(K,Fe,se),se})}function Q(ie,we){const Ce=N(ie,we);return Ce?Promise.reject(Ce):Promise.resolve()}function de(ie,we){let Ce;const[Fe,at,Dt]=LN(ie,we);Ce=_b(Fe.reverse(),"beforeRouteLeave",ie,we);for(const L of Fe)L.leaveGuards.forEach(K=>{Ce.push(Us(K,ie,we))});const it=Q.bind(null,ie,we);return Ce.push(it),lc(Ce).then(()=>{Ce=[];for(const L of s.list())Ce.push(Us(L,ie,we));return Ce.push(it),lc(Ce)}).then(()=>{Ce=_b(at,"beforeRouteUpdate",ie,we);for(const L of at)L.updateGuards.forEach(K=>{Ce.push(Us(K,ie,we))});return Ce.push(it),lc(Ce)}).then(()=>{Ce=[];for(const L of ie.matched)if(L.beforeEnter&&!we.matched.includes(L))if(bi(L.beforeEnter))for(const K of L.beforeEnter)Ce.push(Us(K,ie,we));else Ce.push(Us(L.beforeEnter,ie,we));return Ce.push(it),lc(Ce)}).then(()=>(ie.matched.forEach(L=>L.enterCallbacks={}),Ce=_b(Dt,"beforeRouteEnter",ie,we),Ce.push(it),lc(Ce))).then(()=>{Ce=[];for(const L of l.list())Ce.push(Us(L,ie,we));return Ce.push(it),lc(Ce)}).catch(L=>Ho(L,8)?L:Promise.reject(L))}function me(ie,we,Ce){for(const Fe of c.list())Fe(ie,we,Ce)}function Se(ie,we,Ce,Fe,at){const Dt=N(ie,we);if(Dt)return Dt;const it=we===Ls,L=dc?history.state:{};Ce&&(Fe||it?a.replace(ie.fullPath,un({scroll:it&&L&&L.scroll},at)):a.push(ie.fullPath,at)),d.value=ie,Oe(ie,we,Ce,it),Ie()}let Pe;function Te(){Pe||(Pe=a.listen((ie,we,Ce)=>{if(!Ze.listening)return;const Fe=W(ie),at=U(Fe);if(at){$(un(at,{replace:!0}),Fe).catch(lf);return}f=Fe;const Dt=d.value;dc&&V7(gk(Dt.fullPath,Ce.delta),Fg()),de(Fe,Dt).catch(it=>Ho(it,12)?it:Ho(it,2)?($(it.to,Fe).then(L=>{Ho(L,20)&&!Ce.delta&&Ce.type===Sf.pop&&a.go(-1,!1)}).catch(lf),Promise.reject()):(Ce.delta&&a.go(-Ce.delta,!1),G(it,Fe,Dt))).then(it=>{it=it||Se(Fe,Dt,!1),it&&(Ce.delta&&!Ho(it,8)?a.go(-Ce.delta,!1):Ce.type===Sf.pop&&Ho(it,20)&&a.go(-1,!1)),me(Fe,Dt,it)}).catch(lf)}))}let $e=Rd(),Ge=Rd(),je;function G(ie,we,Ce){Ie(ie);const Fe=Ge.list();return Fe.length?Fe.forEach(at=>at(ie,we,Ce)):console.error(ie),Promise.reject(ie)}function oe(){return je&&d.value!==Ls?Promise.resolve():new Promise((ie,we)=>{$e.add([ie,we])})}function Ie(ie){return je||(je=!ie,Te(),$e.list().forEach(([we,Ce])=>ie?Ce(ie):we()),$e.reset()),ie}function Oe(ie,we,Ce,Fe){const{scrollBehavior:at}=e;if(!dc||!at)return Promise.resolve();const Dt=!Ce&&J7(gk(ie.fullPath,0))||(Fe||!Ce)&&history.state&&history.state.scroll||null;return Iw().then(()=>at(ie,we,Dt)).then(it=>it&&q7(it)).catch(it=>G(it,ie,we))}const fe=ie=>a.go(ie);let xe;const ue=new Set,Ze={currentRoute:d,listening:!0,addRoute:w,removeRoute:y,hasRoute:M,getRoutes:k,resolve:W,options:e,push:B,replace:H,go:fe,back:()=>fe(-1),forward:()=>fe(1),beforeEach:s.add,beforeResolve:l.add,afterEach:c.add,onError:Ge.add,isReady:oe,install(ie){const we=this;ie.component("RouterLink",zN),ie.component("RouterView",IN),ie.config.globalProperties.$router=we,Object.defineProperty(ie.config.globalProperties,"$route",{enumerable:!0,get:()=>tr(d)}),dc&&!xe&&d.value===Ls&&(xe=!0,B(a.location).catch(at=>{}));const Ce={};for(const at in Ls)Ce[at]=kn(()=>d.value[at]);ie.provide(Zw,we),ie.provide(U3,Dc(Ce)),ie.provide(Wy,d);const Fe=ie.unmount;ue.add(ie),ie.unmount=function(){ue.delete(ie),ue.size<1&&(f=Ls,Pe&&Pe(),Pe=null,d.value=Ls,xe=!1,je=!1),Fe()}}};return Ze}function lc(e){return e.reduce((t,n)=>t.then(()=>n()),Promise.resolve())}function LN(e,t){const n=[],r=[],a=[],s=Math.max(t.matched.length,e.matched.length);for(let l=0;lWc(f,c))?r.push(c):n.push(c));const d=e.matched[l];d&&(t.matched.find(f=>Wc(f,d))||a.push(d))}return[n,r,a]}const HN=()=>Xf(()=>import("./not-found-page.75d76015.js"),[]),FN=()=>Xf(()=>import("./profile-page.de46576a.js"),["assets/profile-page.de46576a.js","assets/code-snippet.10c1b5d2.js","assets/external-api.service.2c850b48.js"]),BN=()=>Xf(()=>import("./public-page.1ace8c55.js"),["assets/public-page.1ace8c55.js","assets/code-snippet.10c1b5d2.js"]),XN=()=>Xf(()=>import("./protected-page.2a348bfe.js"),["assets/protected-page.2a348bfe.js","assets/code-snippet.10c1b5d2.js","assets/message.service.bdab0167.js","assets/external-api.service.2c850b48.js"]),UN=()=>Xf(()=>import("./admin-page.3137414f.js"),["assets/admin-page.3137414f.js","assets/code-snippet.10c1b5d2.js","assets/message.service.bdab0167.js","assets/external-api.service.2c850b48.js"]),GN=[{path:"/",name:"home",component:R7},{path:"/profile",name:"profile",component:FN,beforeEnter:Ob},{path:"/public",name:"public",component:BN},{path:"/protected",name:"protected",component:XN,beforeEnter:Ob},{path:"/admin",name:"admin",component:UN,beforeEnter:Ob},{path:"/callback",name:"callback",component:S7},{path:"/:catchAll(.*)",name:"Not Found",component:HN}],YN=DN({history:eN("/"),routes:GN});function KN(e,t){for(var n=0;nr[a]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}function rs(e){return e.split("-")[0]}function Pc(e){return e.split("-")[1]}function Uf(e){return["top","bottom"].includes(rs(e))?"x":"y"}function e1(e){return e==="y"?"height":"width"}function jk(e){let{reference:t,floating:n,placement:r}=e;const a=t.x+t.width/2-n.width/2,s=t.y+t.height/2-n.height/2;let l;switch(rs(r)){case"top":l={x:a,y:t.y-n.height};break;case"bottom":l={x:a,y:t.y+t.height};break;case"right":l={x:t.x+t.width,y:s};break;case"left":l={x:t.x-n.width,y:s};break;default:l={x:t.x,y:t.y}}const c=Uf(r),d=e1(c);switch(Pc(r)){case"start":l[c]=l[c]-(t[d]/2-n[d]/2);break;case"end":l[c]=l[c]+(t[d]/2-n[d]/2);break}return l}const qN=async(e,t,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:s=[],platform:l}=n;let c=await l.getElementRects({reference:e,floating:t,strategy:a}),{x:d,y:f}=jk({...c,placement:r}),h=r,p={};for(let g=0;g({name:"arrow",options:e,async fn(t){const{element:n,padding:r=0}=e!=null?e:{},{x:a,y:s,placement:l,rects:c,platform:d}=t;if(n==null)return{};const f=G3(r),h={x:a,y:s},p=rs(l),g=Uf(p),w=e1(g),y=await d.getDimensions({element:n}),k=g==="y"?"top":"left",M=g==="y"?"bottom":"right",W=c.reference[w]+c.reference[g]-h[g]-c.floating[w],z=h[g]-c.reference[g],N=await d.getOffsetParent({element:n}),B=N?g==="y"?N.clientHeight||0:N.clientWidth||0:0,H=W/2-z/2,U=f[k],$=B-y[w]-f[M],Q=B/2-y[w]/2+H,de=Oy(U,Q,$);return{data:{[g]:de,centerOffset:Q-de}}}}),$N={left:"right",right:"left",bottom:"top",top:"bottom"};function hp(e){return e.replace(/left|right|bottom|top/g,t=>$N[t])}function Y3(e,t){const n=Pc(e)==="start",r=Uf(e),a=e1(r);let s=r==="x"?n?"right":"left":n?"bottom":"top";return t.reference[a]>t.floating[a]&&(s=hp(s)),{main:s,cross:hp(s)}}const ZN={start:"end",end:"start"};function Ty(e){return e.replace(/start|end/g,t=>ZN[t])}const e9=["top","right","bottom","left"],t9=e9.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);function n9(e,t,n){return(e?[...n.filter(r=>Pc(r)===e),...n.filter(r=>Pc(r)!==e)]:n.filter(r=>rs(r)===r)).filter(r=>e?Pc(r)===e||(t?Ty(r)!==r:!1):!0)}const r9=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,a,s,l,c;const{x:d,y:f,rects:h,middlewareData:p,placement:g}=t,{alignment:w=null,allowedPlacements:y=t9,autoAlignment:k=!0,...M}=e;if((n=p.autoPlacement)!=null&&n.skip)return{};const W=n9(w,k,y),z=await Bg(t,M),N=(r=(a=p.autoPlacement)==null?void 0:a.index)!=null?r:0,B=W[N],{main:H,cross:U}=Y3(B,h);if(g!==B)return{x:d,y:f,reset:{placement:W[0]}};const $=[z[rs(B)],z[H],z[U]],Q=[...(s=(l=p.autoPlacement)==null?void 0:l.overflows)!=null?s:[],{placement:B,overflows:$}],de=W[N+1];if(de)return{data:{index:N+1,overflows:Q},reset:{placement:de}};const me=Q.slice().sort((Pe,Te)=>Pe.overflows[0]-Te.overflows[0]),Se=(c=me.find(Pe=>{let{overflows:Te}=Pe;return Te.every($e=>$e<=0)}))==null?void 0:c.placement;return{data:{skip:!0},reset:{placement:Se!=null?Se:me[0].placement}}}}};function a9(e){const t=hp(e);return[Ty(e),t,Ty(t)]}const i9=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:a,middlewareData:s,rects:l,initialPlacement:c}=t;if((n=s.flip)!=null&&n.skip)return{};const{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:p="bestFit",flipAlignment:g=!0,...w}=e,y=rs(a),k=h||(y===c||!g?[hp(c)]:a9(c)),M=[c,...k],W=await Bg(t,w),z=[];let N=((r=s.flip)==null?void 0:r.overflows)||[];if(d&&z.push(W[y]),f){const{main:$,cross:Q}=Y3(a,l);z.push(W[$],W[Q])}if(N=[...N,{placement:a,overflows:z}],!z.every($=>$<=0)){var B,H;const $=((B=(H=s.flip)==null?void 0:H.index)!=null?B:0)+1,Q=M[$];if(Q)return{data:{index:$,overflows:N},reset:{placement:Q}};let de="bottom";switch(p){case"bestFit":{var U;const me=(U=N.slice().sort((Se,Pe)=>Se.overflows.filter(Te=>Te>0).reduce((Te,$e)=>Te+$e,0)-Pe.overflows.filter(Te=>Te>0).reduce((Te,$e)=>Te+$e,0))[0])==null?void 0:U.placement;me&&(de=me);break}case"initialPlacement":de=c;break}return{data:{skip:!0},reset:{placement:de}}}return{}}}};function o9(e){let{placement:t,rects:n,value:r}=e;const a=rs(t),s=["left","top"].includes(a)?-1:1,l=typeof r=="function"?r({...n,placement:t}):r,{mainAxis:c,crossAxis:d}=typeof l=="number"?{mainAxis:l,crossAxis:0}:{mainAxis:0,crossAxis:0,...l};return Uf(a)==="x"?{x:d,y:c*s}:{x:c*s,y:d}}const s9=function(e){return e===void 0&&(e=0),{name:"offset",options:e,fn(t){const{x:n,y:r,placement:a,rects:s}=t,l=o9({placement:a,rects:s,value:e});return{x:n+l.x,y:r+l.y,data:l}}}};function l9(e){return e==="x"?"y":"x"}const u9=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:a}=t,{mainAxis:s=!0,crossAxis:l=!1,limiter:c={fn:M=>{let{x:W,y:z}=M;return{x:W,y:z}}},...d}=e,f={x:n,y:r},h=await Bg(t,d),p=Uf(rs(a)),g=l9(p);let w=f[p],y=f[g];if(s){const M=p==="y"?"top":"left",W=p==="y"?"bottom":"right",z=w+h[M],N=w-h[W];w=Oy(z,w,N)}if(l){const M=g==="y"?"top":"left",W=g==="y"?"bottom":"right",z=y+h[M],N=y-h[W];y=Oy(z,y,N)}const k=c.fn({...t,[p]:w,[g]:y});return{...k,data:{x:k.x-n,y:k.y-r}}}}},c9=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n;const{placement:r,rects:a,middlewareData:s}=t,{apply:l,...c}=e;if((n=s.size)!=null&&n.skip)return{};const d=await Bg(t,c),f=rs(r),h=Pc(r)==="end";let p,g;f==="top"||f==="bottom"?(p=f,g=h?"left":"right"):(g=f,p=h?"top":"bottom");const w=iu(d.left,0),y=iu(d.right,0),k=iu(d.top,0),M=iu(d.bottom,0),W={height:a.floating.height-(["left","right"].includes(r)?2*(k!==0||M!==0?k+M:iu(d.top,d.bottom)):d[p]),width:a.floating.width-(["top","bottom"].includes(r)?2*(w!==0||y!==0?w+y:iu(d.left,d.right)):d[g])};return l==null||l({...W,...a}),{data:{skip:!0},reset:{rects:!0}}}}};function t1(e){return(e==null?void 0:e.toString())==="[object Window]"}function ll(e){if(e==null)return window;if(!t1(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function Xg(e){return ll(e).getComputedStyle(e)}function $o(e){return t1(e)?"":e?(e.nodeName||"").toLowerCase():""}function Zo(e){return e instanceof ll(e).HTMLElement}function mp(e){return e instanceof ll(e).Element}function d9(e){return e instanceof ll(e).Node}function K3(e){const t=ll(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Ug(e){const{overflow:t,overflowX:n,overflowY:r}=Xg(e);return/auto|scroll|overlay|hidden/.test(t+r+n)}function f9(e){return["table","td","th"].includes($o(e))}function q3(e){const t=navigator.userAgent.toLowerCase().includes("firefox"),n=Xg(e);return n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].includes(n.willChange)||t&&n.willChange==="filter"||t&&(n.filter?n.filter!=="none":!1)}const Ok=Math.min,cf=Math.max,pp=Math.round;function Oc(e,t){t===void 0&&(t=!1);const n=e.getBoundingClientRect();let r=1,a=1;return t&&Zo(e)&&(r=e.offsetWidth>0&&pp(n.width)/e.offsetWidth||1,a=e.offsetHeight>0&&pp(n.height)/e.offsetHeight||1),{width:n.width/r,height:n.height/a,top:n.top/a,right:n.right/r,bottom:n.bottom/a,left:n.left/r,x:n.left/r,y:n.top/a}}function ul(e){return((d9(e)?e.ownerDocument:e.document)||window.document).documentElement}function Gg(e){return t1(e)?{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}:{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function V3(e){return Oc(ul(e)).left+Gg(e).scrollLeft}function h9(e){const t=Oc(e);return pp(t.width)!==e.offsetWidth||pp(t.height)!==e.offsetHeight}function m9(e,t,n){const r=Zo(t),a=ul(t),s=Oc(e,r&&h9(t));let l={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if(r||!r&&n!=="fixed")if(($o(t)!=="body"||Ug(a))&&(l=Gg(t)),Zo(t)){const d=Oc(t,!0);c.x=d.x+t.clientLeft,c.y=d.y+t.clientTop}else a&&(c.x=V3(a));return{x:s.left+l.scrollLeft-c.x,y:s.top+l.scrollTop-c.y,width:s.width,height:s.height}}function Yg(e){return $o(e)==="html"?e:e.assignedSlot||e.parentNode||(K3(e)?e.host:null)||ul(e)}function Tk(e){return!Zo(e)||getComputedStyle(e).position==="fixed"?null:e.offsetParent}function p9(e){let t=Yg(e);for(;Zo(t)&&!["html","body"].includes($o(t));){if(q3(t))return t;t=t.parentNode}return null}function zy(e){const t=ll(e);let n=Tk(e);for(;n&&f9(n)&&getComputedStyle(n).position==="static";)n=Tk(n);return n&&($o(n)==="html"||$o(n)==="body"&&getComputedStyle(n).position==="static"&&!q3(n))?t:n||p9(e)||t}function zk(e){return{width:e.offsetWidth,height:e.offsetHeight}}function g9(e){let{rect:t,offsetParent:n,strategy:r}=e;const a=Zo(n),s=ul(n);if(n===s)return t;let l={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if((a||!a&&r!=="fixed")&&(($o(n)!=="body"||Ug(s))&&(l=Gg(n)),Zo(n))){const d=Oc(n,!0);c.x=d.x+n.clientLeft,c.y=d.y+n.clientTop}return{...t,x:t.x-l.scrollLeft+c.x,y:t.y-l.scrollTop+c.y}}function v9(e){const t=ll(e),n=ul(e),r=t.visualViewport;let a=n.clientWidth,s=n.clientHeight,l=0,c=0;return r&&(a=r.width,s=r.height,Math.abs(t.innerWidth/r.scale-r.width)<.01&&(l=r.offsetLeft,c=r.offsetTop)),{width:a,height:s,x:l,y:c}}function b9(e){var t;const n=ul(e),r=Gg(e),a=(t=e.ownerDocument)==null?void 0:t.body,s=cf(n.scrollWidth,n.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),l=cf(n.scrollHeight,n.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0);let c=-r.scrollLeft+V3(e);const d=-r.scrollTop;return Xg(a||n).direction==="rtl"&&(c+=cf(n.clientWidth,a?a.clientWidth:0)-s),{width:s,height:l,x:c,y:d}}function J3(e){return["html","body","#document"].includes($o(e))?e.ownerDocument.body:Zo(e)&&Ug(e)?e:J3(Yg(e))}function gp(e,t){var n;t===void 0&&(t=[]);const r=J3(e),a=r===((n=e.ownerDocument)==null?void 0:n.body),s=ll(r),l=a?[s].concat(s.visualViewport||[],Ug(r)?r:[]):r,c=t.concat(l);return a?c:c.concat(gp(Yg(l)))}function y9(e,t){const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&K3(n)){let r=t;do{if(r&&e===r)return!0;r=r.parentNode||r.host}while(r)}return!1}function w9(e){const t=Oc(e),n=t.top+e.clientTop,r=t.left+e.clientLeft;return{top:n,left:r,x:r,y:n,right:r+e.clientWidth,bottom:n+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}function Nk(e,t){return t==="viewport"?jy(v9(e)):mp(t)?w9(t):jy(b9(ul(e)))}function k9(e){const t=gp(Yg(e)),n=["absolute","fixed"].includes(Xg(e).position)&&Zo(e)?zy(e):e;return mp(n)?t.filter(r=>mp(r)&&y9(r,n)&&$o(r)!=="body"):[]}function x9(e){let{element:t,boundary:n,rootBoundary:r}=e;const a=[...n==="clippingParents"?k9(t):[].concat(n),r],s=a[0],l=a.reduce((c,d)=>{const f=Nk(t,d);return c.top=cf(f.top,c.top),c.right=Ok(f.right,c.right),c.bottom=Ok(f.bottom,c.bottom),c.left=cf(f.left,c.left),c},Nk(t,s));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}const P9={getElementRects:e=>{let{reference:t,floating:n,strategy:r}=e;return{reference:m9(t,zy(n),r),floating:{...zk(n),x:0,y:0}}},convertOffsetParentRelativeRectToViewportRelativeRect:e=>g9(e),getOffsetParent:e=>{let{element:t}=e;return zy(t)},isElement:e=>mp(e),getDocumentElement:e=>{let{element:t}=e;return ul(t)},getClippingClientRect:e=>x9(e),getDimensions:e=>{let{element:t}=e;return zk(t)},getClientRects:e=>{let{element:t}=e;return t.getClientRects()}},M9=(e,t,n)=>qN(e,t,{platform:P9,...n});var A9=Object.defineProperty,S9=Object.defineProperties,C9=Object.getOwnPropertyDescriptors,_k=Object.getOwnPropertySymbols,E9=Object.prototype.hasOwnProperty,W9=Object.prototype.propertyIsEnumerable,Rk=(e,t,n)=>t in e?A9(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Bo=(e,t)=>{for(var n in t||(t={}))E9.call(t,n)&&Rk(e,n,t[n]);if(_k)for(var n of _k(t))W9.call(t,n)&&Rk(e,n,t[n]);return e},Gf=(e,t)=>S9(e,C9(t));function Q3(e,t){for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(typeof t[n]=="object"&&e[n]?Q3(e[n],t[n]):e[n]=t[n])}const Ko={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:e=>[...e,"click"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:"..."},dropdown:{placement:"bottom",triggers:["click"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:"dropdown",triggers:["hover","focus"],popperTriggers:["hover","focus"],delay:{show:0,hide:400}}}};function Tc(e,t){let n=Ko.themes[e]||{},r;do r=n[t],typeof r>"u"?n.$extend?n=Ko.themes[n.$extend]||{}:(n=null,r=Ko[t]):n=null;while(n);return r}function j9(e){const t=[e];let n=Ko.themes[e]||{};do n.$extend&&!n.$resetCss?(t.push(n.$extend),n=Ko.themes[n.$extend]||{}):n=null;while(n);return t.map(r=>`v-popper--theme-${r}`)}function Ik(e){const t=[e];let n=Ko.themes[e]||{};do n.$extend?(t.push(n.$extend),n=Ko.themes[n.$extend]||{}):n=null;while(n);return t}let ku=!1;if(typeof window<"u"){ku=!1;try{const e=Object.defineProperty({},"passive",{get(){ku=!0}});window.addEventListener("test",null,e)}catch{}}let $3=!1;typeof window<"u"&&typeof navigator<"u"&&($3=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const Z3=["auto","top","bottom","left","right"].reduce((e,t)=>e.concat([t,`${t}-start`,`${t}-end`]),[]),Dk={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart"},Lk={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend"};function Hk(e,t){const n=e.indexOf(t);n!==-1&&e.splice(n,1)}function Rb(){return new Promise(e=>requestAnimationFrame(()=>{requestAnimationFrame(e)}))}const mi=[];let $l=null;const Fk={};function Bk(e){let t=Fk[e];return t||(t=Fk[e]=[]),t}let Ny=function(){};typeof window<"u"&&(Ny=window.Element);function Kt(e){return function(t){return Tc(t.theme,e)}}const Ib="__floating-vue__popper";var e4=()=>wi({name:"VPopper",provide(){return{[Ib]:{parentPopper:this}}},inject:{[Ib]:{default:null}},props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,default:null},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:Kt("disabled")},positioningDisabled:{type:Boolean,default:Kt("positioningDisabled")},placement:{type:String,default:Kt("placement"),validator:e=>Z3.includes(e)},delay:{type:[String,Number,Object],default:Kt("delay")},distance:{type:[Number,String],default:Kt("distance")},skidding:{type:[Number,String],default:Kt("skidding")},triggers:{type:Array,default:Kt("triggers")},showTriggers:{type:[Array,Function],default:Kt("showTriggers")},hideTriggers:{type:[Array,Function],default:Kt("hideTriggers")},popperTriggers:{type:Array,default:Kt("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:Kt("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:Kt("popperHideTriggers")},container:{type:[String,Object,Ny,Boolean],default:Kt("container")},boundary:{type:[String,Ny],default:Kt("boundary")},strategy:{type:String,validator:e=>["absolute","fixed"].includes(e),default:Kt("strategy")},autoHide:{type:[Boolean,Function],default:Kt("autoHide")},handleResize:{type:Boolean,default:Kt("handleResize")},instantMove:{type:Boolean,default:Kt("instantMove")},eagerMount:{type:Boolean,default:Kt("eagerMount")},popperClass:{type:[String,Array,Object],default:Kt("popperClass")},computeTransformOrigin:{type:Boolean,default:Kt("computeTransformOrigin")},autoMinSize:{type:Boolean,default:Kt("autoMinSize")},autoSize:{type:[Boolean,String],default:Kt("autoSize")},autoMaxSize:{type:Boolean,default:Kt("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:Kt("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:Kt("preventOverflow")},overflowPadding:{type:[Number,String],default:Kt("overflowPadding")},arrowPadding:{type:[Number,String],default:Kt("arrowPadding")},arrowOverflow:{type:Boolean,default:Kt("arrowOverflow")},flip:{type:Boolean,default:Kt("flip")},shift:{type:Boolean,default:Kt("shift")},shiftCrossAxis:{type:Boolean,default:Kt("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:Kt("noAutoFocus")}},emits:["show","hide","update:shown","apply-show","apply-hide","close-group","close-directive","auto-hide","resize","dispose"],data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:"",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},shownChildren:new Set,lastAutoHide:!0}},computed:{popperId(){return this.ariaId!=null?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:typeof this.autoHide=="function"?this.lastAutoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:Gf(Bo({},this.classes),{popperClass:this.popperClass}),result:this.positioningDisabled?null:this.result,attrs:this.$attrs}},parentPopper(){var e;return(e=this[Ib])==null?void 0:e.parentPopper},hasPopperShowTriggerHover(){var e,t;return((e=this.popperTriggers)==null?void 0:e.includes("hover"))||((t=this.popperShowTriggers)==null?void 0:t.includes("hover"))}},watch:Bo(Bo({shown:"$_autoShowHide",disabled(e){e?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())}},["triggers","positioningDisabled"].reduce((e,t)=>(e[t]="$_refreshListeners",e),{})),["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((e,t)=>(e[t]="$_computePosition",e),{})),created(){this.$_isDisposed=!0,this.randomId=`popper_${[Math.random(),Date.now()].map(e=>e.toString(36).substring(2,10)).join("_")}`,this.autoMinSize&&console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.'),this.autoMaxSize&&console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeUnmount(){this.dispose()},methods:{show({event:e=null,skipDelay:t=!1,force:n=!1}={}){var r,a;(r=this.parentPopper)!=null&&r.lockedChild&&this.parentPopper.lockedChild!==this||(this.$_pendingHide=!1,(n||!this.disabled)&&(((a=this.parentPopper)==null?void 0:a.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(e,t),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:e=null,skipDelay:t=!1}={}){var n;if(!this.$_hideInProgress){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}if(this.hasPopperShowTriggerHover&&this.$_isAimingPopper()){this.parentPopper&&(this.parentPopper.lockedChild=this,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer=setTimeout(()=>{this.parentPopper.lockedChild===this&&(this.parentPopper.lockedChild.hide({skipDelay:t}),this.parentPopper.lockedChild=null)},1e3));return}((n=this.parentPopper)==null?void 0:n.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_pendingHide=!1,this.$_scheduleHide(e,t),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var e,t;this.$_isDisposed&&(this.$_isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=(t=(e=this.referenceNode)==null?void 0:e.call(this))!=null?t:this.$el,this.$_targetNodes=this.targetNodes().filter(n=>n.nodeType===n.ELEMENT_NODE),this.$_popperNode=this.popperNode(),this.$_innerNode=this.$_popperNode.querySelector(".v-popper__inner"),this.$_arrowNode=this.$_popperNode.querySelector(".v-popper__arrow-container"),this.$_swapTargetAttrs("title","data-original-title"),this.$_detachPopperNode(),this.triggers.length&&this.$_addEventListeners(),this.shown&&this.show())},dispose(){this.$_isDisposed||(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted=!1,this.isShown=!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs("data-original-title","title"),this.$emit("dispose"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){var e;if(this.$_isDisposed||this.positioningDisabled)return;const t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(s9({mainAxis:this.distance,crossAxis:this.skidding}));const n=this.placement.startsWith("auto");if(n?t.middleware.push(r9({alignment:(e=this.placement.split("-")[1])!=null?e:""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(u9({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!n&&this.flip&&t.middleware.push(i9({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(QN({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:a,rects:s,middlewareData:l})=>{let c;const{centerOffset:d}=l.arrow;return a.startsWith("top")||a.startsWith("bottom")?c=Math.abs(d)>s.reference.width/2:c=Math.abs(d)>s.reference.height/2,{data:{overflow:c}}}}),this.autoMinSize||this.autoSize){const a=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:s,placement:l,middlewareData:c})=>{var d;if((d=c.autoSize)!=null&&d.skip)return{};let f,h;return l.startsWith("top")||l.startsWith("bottom")?f=s.reference.width:h=s.reference.height,this.$_innerNode.style[a==="min"?"minWidth":a==="max"?"maxWidth":"width"]=f!=null?`${f}px`:null,this.$_innerNode.style[a==="min"?"minHeight":a==="max"?"maxHeight":"height"]=h!=null?`${h}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(c9({boundary:this.boundary,padding:this.overflowPadding,apply:({width:a,height:s})=>{this.$_innerNode.style.maxWidth=a!=null?`${a}px`:null,this.$_innerNode.style.maxHeight=s!=null?`${s}px`:null}})));const r=await M9(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:r.x,y:r.y,placement:r.placement,strategy:r.strategy,arrow:Bo(Bo({},r.middlewareData.arrow),r.middlewareData.arrowOverflow)})},$_scheduleShow(e=null,t=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),$l&&this.instantMove&&$l.instantMove&&$l!==this.parentPopper){$l.$_applyHide(!0),this.$_applyShow(!0);return}t?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(e=null,t=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&($l=this),t?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(e){const t=this.delay;return parseInt(t&&t[e]||t||0)},async $_applyShow(e=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=e,!this.isShown&&(this.$_ensureTeleport(),await Rb(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...gp(this.$_referenceNode),...gp(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t=this.$_referenceNode.getBoundingClientRect(),n=this.$_popperNode.querySelector(".v-popper__wrapper"),r=n.parentNode.getBoundingClientRect(),a=t.x+t.width/2-(r.left+n.offsetLeft),s=t.y+t.height/2-(r.top+n.offsetTop);this.result.transformOrigin=`${a}px ${s}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const e=this.showGroup;if(e){let t;for(let n=0;n0){this.$_pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=e,Hk(mi,this),mi.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of Ik(this.theme)){const r=Bk(n);Hk(r,this),r.length===0&&document.body.classList.remove(`v-popper--some-open--${n}`)}$l===this&&($l=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const t=Tc(this.theme,"disposeTimeout");t!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},t)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await Rb(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let e=this.container;if(typeof e=="string"?e=window.document.querySelector(e):e===!1&&(e=this.$_targetNodes[0].parentNode),!e)throw new Error("No container for popover: "+this.container);e.contains(this.$_popperNode)||e.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const e=n=>{this.isShown&&!this.$_hideInProgress||(n.usedByTooltip=!0,!this.$_preventShow&&this.show({event:n}))};this.$_registerTriggerListeners(this.$_targetNodes,Dk,this.triggers,this.showTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],Dk,this.popperTriggers,this.popperShowTriggers,e);const t=n=>{n.usedByTooltip||this.hide({event:n})};this.$_registerTriggerListeners(this.$_targetNodes,Lk,this.triggers,this.hideTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],Lk,this.popperTriggers,this.popperHideTriggers,t)},$_registerEventListeners(e,t,n){this.$_events.push({targetNodes:e,eventType:t,handler:n}),e.forEach(r=>r.addEventListener(t,n,ku?{passive:!0}:void 0))},$_registerTriggerListeners(e,t,n,r,a){let s=n;r!=null&&(s=typeof r=="function"?r(s):r),s.forEach(l=>{const c=t[l];c&&this.$_registerEventListeners(e,c,a)})},$_removeEventListeners(e){const t=[];this.$_events.forEach(n=>{const{targetNodes:r,eventType:a,handler:s}=n;!e||e===a?r.forEach(l=>l.removeEventListener(a,s)):t.push(n)}),this.$_events=t},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(e,t=!1){this.$_showFrameLocked||(this.hide({event:e}),e.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),t&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(e,t){for(const n of this.$_targetNodes){const r=n.getAttribute(e);r&&(n.removeAttribute(e),n.setAttribute(t,r))}},$_applyAttrsToTarget(e){for(const t of this.$_targetNodes)for(const n in e){const r=e[n];r==null?t.removeAttribute(n):t.setAttribute(n,r)}},$_updateParentShownChildren(e){let t=this.parentPopper;for(;t;)e?t.shownChildren.add(this.randomId):(t.shownChildren.delete(this.randomId),t.$_pendingHide&&t.hide()),t=t.parentPopper},$_isAimingPopper(){const e=this.$_referenceNode.getBoundingClientRect();if(df>=e.left&&df<=e.right&&ff>=e.top&&ff<=e.bottom){const t=this.$_popperNode.getBoundingClientRect(),n=df-Fs,r=ff-Bs,a=t.left+t.width/2-Fs+(t.top+t.height/2)-Bs+t.width+t.height,s=Fs+n*a,l=Bs+r*a;return bm(Fs,Bs,s,l,t.left,t.top,t.left,t.bottom)||bm(Fs,Bs,s,l,t.left,t.top,t.right,t.top)||bm(Fs,Bs,s,l,t.right,t.top,t.right,t.bottom)||bm(Fs,Bs,s,l,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});typeof document<"u"&&typeof window<"u"&&($3?(document.addEventListener("touchstart",Xk,ku?{passive:!0,capture:!0}:!0),document.addEventListener("touchend",T9,ku?{passive:!0,capture:!0}:!0)):(window.addEventListener("mousedown",Xk,!0),window.addEventListener("click",O9,!0)),window.addEventListener("resize",_9));function Xk(e){for(let t=0;t=0;r--){const a=mi[r];try{const s=a.$_containsGlobalTarget=z9(a,e);a.$_pendingHide=!1,requestAnimationFrame(()=>{if(a.$_pendingHide=!1,!n[a.randomId]&&Uk(a,s,e)){if(a.$_handleGlobalClose(e,t),!e.closeAllPopover&&e.closePopover&&s){let c=a.parentPopper;for(;c;)n[c.randomId]=!0,c=c.parentPopper;return}let l=a.parentPopper;for(;l&&Uk(l,l.$_containsGlobalTarget,e);)l.$_handleGlobalClose(e,t),l=l.parentPopper}})}catch{}}}function z9(e,t){const n=e.popperNode();return e.$_mouseDownContains||n.contains(t.target)}function Uk(e,t,n){return n.closeAllPopover||n.closePopover&&t||N9(e,n)&&!t}function N9(e,t){if(typeof e.autoHide=="function"){const n=e.autoHide(t);return e.lastAutoHide=n,n}return e.autoHide}function _9(e){for(let t=0;t{Fs=df,Bs=ff,df=e.clientX,ff=e.clientY},ku?{passive:!0}:void 0);function bm(e,t,n,r,a,s,l,c){const d=((l-a)*(t-s)-(c-s)*(e-a))/((c-s)*(n-e)-(l-a)*(r-t)),f=((n-e)*(t-s)-(r-t)*(e-a))/((c-s)*(n-e)-(l-a)*(r-t));return d>=0&&d<=1&&f>=0&&f<=1}var Kg=(e,t)=>{const n=e.__vccOpts||e;for(const[r,a]of t)n[r]=a;return n};const R9={extends:e4()};function I9(e,t,n,r,a,s){return mt(),Jt("div",{ref:"reference",class:ao(["v-popper",{"v-popper--shown":e.slotData.isShown}])},[wu(e.$slots,"default",lO(g3(e.slotData)))],2)}var D9=Kg(R9,[["render",I9]]);function L9(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);var n=e.indexOf("Trident/");if(n>0){var r=e.indexOf("rv:");return parseInt(e.substring(r+3,e.indexOf(".",r)),10)}var a=e.indexOf("Edge/");return a>0?parseInt(e.substring(a+5,e.indexOf(".",a)),10):-1}let Gm;function _y(){_y.init||(_y.init=!0,Gm=L9()!==-1)}var qg={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){_y(),Iw(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",Gm&&this.$el.appendChild(e),e.data="about:blank",Gm||this.$el.appendChild(e)},beforeUnmount(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!Gm&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const H9=l6();o6("data-v-b329ee4c");const F9={class:"resize-observer",tabindex:"-1"};s6();const B9=H9((e,t,n,r,a,s)=>(mt(),ra("div",F9)));qg.render=B9;qg.__scopeId="data-v-b329ee4c";qg.__file="src/components/ResizeObserver.vue";var n4=(e="theme")=>({computed:{themeClass(){return j9(this[e])}}});const X9=wi({name:"VPopperContent",components:{ResizeObserver:qg},mixins:[n4()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(e){return e!=null&&!isNaN(e)?`${e}px`:null}}}),U9=["id","aria-hidden","tabindex","data-popper-placement"],G9={ref:"inner",class:"v-popper__inner"},Y9=Et("div",{class:"v-popper__arrow-outer"},null,-1),K9=Et("div",{class:"v-popper__arrow-inner"},null,-1),q9=[Y9,K9];function V9(e,t,n,r,a,s){const l=Tt("ResizeObserver");return mt(),Jt("div",{id:e.popperId,ref:"popover",class:ao(["v-popper__popper",[e.themeClass,e.classes.popperClass,{"v-popper__popper--shown":e.shown,"v-popper__popper--hidden":!e.shown,"v-popper__popper--show-from":e.classes.showFrom,"v-popper__popper--show-to":e.classes.showTo,"v-popper__popper--hide-from":e.classes.hideFrom,"v-popper__popper--hide-to":e.classes.hideTo,"v-popper__popper--skip-transition":e.skipTransition,"v-popper__popper--arrow-overflow":e.result&&e.result.arrow.overflow,"v-popper__popper--no-positioning":!e.result}]]),style:Go(e.result?{position:e.result.strategy,transform:`translate3d(${Math.round(e.result.x)}px,${Math.round(e.result.y)}px,0)`}:void 0),"aria-hidden":e.shown?"false":"true",tabindex:e.autoHide?0:void 0,"data-popper-placement":e.result?e.result.placement:void 0,onKeyup:t[2]||(t[2]=WT(c=>e.autoHide&&e.$emit("hide"),["esc"]))},[Et("div",{class:"v-popper__backdrop",onClick:t[0]||(t[0]=c=>e.autoHide&&e.$emit("hide"))}),Et("div",{class:"v-popper__wrapper",style:Go(e.result?{transformOrigin:e.result.transformOrigin}:void 0)},[Et("div",G9,[e.mounted?(mt(),Jt(dr,{key:0},[Et("div",null,[wu(e.$slots,"default")]),e.handleResize?(mt(),ra(l,{key:0,onNotify:t[1]||(t[1]=c=>e.$emit("resize",c))})):Qo("",!0)],64)):Qo("",!0)],512),Et("div",{ref:"arrow",class:"v-popper__arrow-container",style:Go(e.result?{left:e.toPx(e.result.arrow.x),top:e.toPx(e.result.arrow.y)}:void 0)},q9,4)],4)],46,U9)}var r4=Kg(X9,[["render",V9]]),a4={methods:{show(...e){return this.$refs.popper.show(...e)},hide(...e){return this.$refs.popper.hide(...e)},dispose(...e){return this.$refs.popper.dispose(...e)},onResize(...e){return this.$refs.popper.onResize(...e)}}};const J9=wi({name:"VPopperWrapper",components:{Popper:D9,PopperContent:r4},mixins:[a4,n4("finalTheme")],props:{theme:{type:String,default:null}},computed:{finalTheme(){var e;return(e=this.theme)!=null?e:this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter(e=>e!==this.$refs.popperContent.$el)}}});function Q9(e,t,n,r,a,s){const l=Tt("PopperContent"),c=Tt("Popper");return mt(),ra(c,{ref:"popper",theme:e.finalTheme,"target-nodes":e.getTargetNodes,"popper-node":()=>e.$refs.popperContent.$el,class:ao([e.themeClass])},{default:Ur(({popperId:d,isShown:f,shouldMountContent:h,skipTransition:p,autoHide:g,show:w,hide:y,handleResize:k,onResize:M,classes:W,result:z})=>[wu(e.$slots,"default",{shown:f,show:w,hide:y}),ht(l,{ref:"popperContent","popper-id":d,theme:e.finalTheme,shown:f,mounted:h,"skip-transition":p,"auto-hide":g,"handle-resize":k,classes:W,result:z,onHide:y,onResize:M},{default:Ur(()=>[wu(e.$slots,"popper",{shown:f,hide:y})]),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:3},8,["theme","target-nodes","popper-node","class"])}var n1=Kg(J9,[["render",Q9]]);const $9=wi(Gf(Bo({},n1),{name:"VDropdown",vPopperTheme:"dropdown"})),Z9=wi(Gf(Bo({},n1),{name:"VMenu",vPopperTheme:"menu"})),e8=wi(Gf(Bo({},n1),{name:"VTooltip",vPopperTheme:"tooltip"})),t8=wi({name:"VTooltipDirective",components:{Popper:e4(),PopperContent:r4},mixins:[a4],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:e=>Tc(e.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:e=>Tc(e.theme,"loadingContent")}},data(){return{asyncContent:null}},computed:{isContentAsync(){return typeof this.content=="function"},loading(){return this.isContentAsync&&this.asyncContent==null},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId=0},methods:{fetchContent(e){if(typeof this.content=="function"&&this.$_isShown&&(e||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const t=++this.$_fetchId,n=this.content(this);n.then?n.then(r=>this.onResult(t,r)):this.onResult(t,n)}},onResult(e,t){e===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=t)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),n8=["innerHTML"],r8=["textContent"];function a8(e,t,n,r,a,s){const l=Tt("PopperContent"),c=Tt("Popper");return mt(),ra(c,Uw({ref:"popper"},e.$attrs,{theme:e.theme,"popper-node":()=>e.$refs.popperContent.$el,onApplyShow:e.onShow,onApplyHide:e.onHide}),{default:Ur(({popperId:d,isShown:f,shouldMountContent:h,skipTransition:p,autoHide:g,hide:w,handleResize:y,onResize:k,classes:M,result:W})=>[ht(l,{ref:"popperContent",class:ao({"v-popper--tooltip-loading":e.loading}),"popper-id":d,theme:e.theme,shown:f,mounted:h,"skip-transition":p,"auto-hide":g,"handle-resize":y,classes:M,result:W,onHide:w,onResize:k},{default:Ur(()=>[e.html?(mt(),Jt("div",{key:0,innerHTML:e.finalContent},null,8,n8)):(mt(),Jt("div",{key:1,textContent:Ff(e.finalContent)},null,8,r8))]),_:2},1032,["class","popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:1},16,["theme","popper-node","onApplyShow","onApplyHide"])}var i8=Kg(t8,[["render",a8]]);const i4="v-popper--has-tooltip";function o8(e,t){let n=e.placement;if(!n&&t)for(const r of Z3)t[r]&&(n=r);return n||(n=Tc(e.theme||"tooltip","placement")),n}function o4(e,t,n){let r;const a=typeof t;return a==="string"?r={content:t}:t&&a==="object"?r=t:r={content:!1},r.placement=o8(r,n),r.targetNodes=()=>[e],r.referenceNode=()=>e,r}let Db,Cf,s8=0;function l8(){if(Db)return;Cf=ta([]),Db=k3({name:"VTooltipDirectiveApp",setup(){return{directives:Cf}},render(){return this.directives.map(t=>Yi(i8,Gf(Bo({},t.options),{shown:t.shown||t.options.shown,key:t.id})))},devtools:{hide:!0}});const e=document.createElement("div");document.body.appendChild(e),Db.mount(e)}function u8(e,t,n){l8();const r=ta(o4(e,t,n)),a=ta(!1),s={id:s8++,options:r,shown:a};return Cf.value.push(s),e.classList&&e.classList.add(i4),e.$_popper={options:r,item:s,show(){a.value=!0},hide(){a.value=!1}}}function s4(e){if(e.$_popper){const t=Cf.value.indexOf(e.$_popper.item);t!==-1&&Cf.value.splice(t,1),delete e.$_popper,delete e.$_popperOldShown,delete e.$_popperMountTarget}e.classList&&e.classList.remove(i4)}function Gk(e,{value:t,modifiers:n}){const r=o4(e,t,n);if(!r.content||Tc(r.theme||"tooltip","disabled"))s4(e);else{let a;e.$_popper?(a=e.$_popper,a.options.value=r):a=u8(e,t,n),typeof t.shown<"u"&&t.shown!==e.$_popperOldShown&&(e.$_popperOldShown=t.shown,t.shown?a.show():a.hide())}}var c8={beforeMount:Gk,updated:Gk,beforeUnmount(e){s4(e)}};function Yk(e){e.addEventListener("click",l4),e.addEventListener("touchstart",u4,ku?{passive:!0}:!1)}function Kk(e){e.removeEventListener("click",l4),e.removeEventListener("touchstart",u4),e.removeEventListener("touchend",c4),e.removeEventListener("touchcancel",d4)}function l4(e){const t=e.currentTarget;e.closePopover=!t.$_vclosepopover_touch,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}function u4(e){if(e.changedTouches.length===1){const t=e.currentTarget;t.$_vclosepopover_touch=!0;const n=e.changedTouches[0];t.$_vclosepopover_touchPoint=n,t.addEventListener("touchend",c4),t.addEventListener("touchcancel",d4)}}function c4(e){const t=e.currentTarget;if(t.$_vclosepopover_touch=!1,e.changedTouches.length===1){const n=e.changedTouches[0],r=t.$_vclosepopover_touchPoint;e.closePopover=Math.abs(n.screenY-r.screenY)<20&&Math.abs(n.screenX-r.screenX)<20,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}}function d4(e){const t=e.currentTarget;t.$_vclosepopover_touch=!1}var d8={beforeMount(e,{value:t,modifiers:n}){e.$_closePopoverModifiers=n,(typeof t>"u"||t)&&Yk(e)},updated(e,{value:t,oldValue:n,modifiers:r}){e.$_closePopoverModifiers=r,t!==n&&(typeof t>"u"||t?Yk(e):Kk(e))},beforeUnmount(e){Kk(e)}};function f8(e,t={}){e.$_vTooltipInstalled||(e.$_vTooltipInstalled=!0,Q3(Ko,t),e.directive("tooltip",c8),e.directive("close-popper",d8),e.component("VTooltip",e8),e.component("VDropdown",$9),e.component("VMenu",Z9))}const h8={version:"2.0.0-beta.21",install:f8,options:Ko};var qk;(function(e){e.GOOGLE="google",e.GITHUB="github"})(qk||(qk={}));var Vk;(function(e){e.USER="user"})(Vk||(Vk={}));var Jk;(function(e){e.ADMIN="admin",e.MEMBER="member"})(Jk||(Jk={}));var Qk;(function(e){e.NEW="new",e.ACTIVE="active",e.INVITED="invited"})(Qk||(Qk={}));var $k;(function(e){e.EVENT="event"})($k||($k={}));var Zk;(function(e){e.CREDENTIALS="Credentials",e.INTERNAL="Internal",e.PAYLOAD="Payload",e.WEBHOOK="Webhook"})(Zk||(Zk={}));var ex;(function(e){e.SUCCESS="Success",e.WARNING="Warning",e.FAILED="Failed",e.PENDING="Pending",e.QUEUED="Queued",e.READ_CONFIRMATION="ReadConfirmation"})(ex||(ex={}));var Ef;(function(e){e.PRIMARY="primary",e.SECONDARY="secondary",e.CLICKED="clicked"})(Ef||(Ef={}));var Wf;(function(e){e.PENDING="pending",e.DONE="done"})(Wf||(Wf={}));var tx;(function(e){e.ERROR="error",e.SUCCESS="success",e.INFO="info"})(tx||(tx={}));var nx;(function(e){e[e.TRIGGER_RECEIVED=1e3]="TRIGGER_RECEIVED",e[e.TEMPLATE_NOT_ACTIVE=1001]="TEMPLATE_NOT_ACTIVE",e[e.TEMPLATE_NOT_FOUND=1002]="TEMPLATE_NOT_FOUND",e[e.SMS_ERROR=1004]="SMS_ERROR",e[e.CHAT_ERROR=1005]="CHAT_ERROR",e[e.MISSING_SMS_PROVIDER=1006]="MISSING_SMS_PROVIDER",e[e.IN_APP_MESSAGE_CREATED=1007]="IN_APP_MESSAGE_CREATED",e[e.MAIL_PROVIDER_DELIVERY_ERROR=1008]="MAIL_PROVIDER_DELIVERY_ERROR",e[e.TRIGGER_PROCESSED=1009]="TRIGGER_PROCESSED",e[e.PUSH_ERROR=1010]="PUSH_ERROR",e[e.MISSING_PUSH_PROVIDER=1011]="MISSING_PUSH_PROVIDER",e[e.SUBSCRIBER_NOT_FOUND=3001]="SUBSCRIBER_NOT_FOUND",e[e.SUBSCRIBER_MISSING_EMAIL=3002]="SUBSCRIBER_MISSING_EMAIL",e[e.SUBSCRIBER_MISSING_PHONE=3003]="SUBSCRIBER_MISSING_PHONE",e[e.SUBSCRIBER_MISSING_CHAT_CHANNEL_ID=3006]="SUBSCRIBER_MISSING_CHAT_CHANNEL_ID",e[e.SUBSCRIBER_ID_MISSING=3004]="SUBSCRIBER_ID_MISSING",e[e.MISSING_EMAIL_INTEGRATION=3005]="MISSING_EMAIL_INTEGRATION",e[e.MISSING_SMS_INTEGRATION=3007]="MISSING_SMS_INTEGRATION",e[e.MISSING_CHAT_INTEGRATION=3008]="MISSING_CHAT_INTEGRATION",e[e.MISSING_PUSH_INTEGRATION=3009]="MISSING_PUSH_INTEGRATION",e[e.SUBSCRIBER_MISSING_PUSH=3010]="SUBSCRIBER_MISSING_PUSH",e[e.MISSING_PAYLOAD_VARIABLE=3011]="MISSING_PAYLOAD_VARIABLE",e[e.AVATAR_ACTOR_ERROR=3012]="AVATAR_ACTOR_ERROR",e[e.SYNTAX_ERROR_IN_EMAIL_EDITOR=3013]="SYNTAX_ERROR_IN_EMAIL_EDITOR",e[e.TOPIC_ERROR=4001]="TOPIC_ERROR",e[e.TOPIC_SUBSCRIBERS_ERROR=4002]="TOPIC_SUBSCRIBERS_ERROR"})(nx||(nx={}));var rx;(function(e){e.FEED="Feed",e.MESSAGE_TEMPLATE="MessageTemplate",e.LAYOUT="Layout",e.DEFAULT_LAYOUT="DefaultLayout",e.NOTIFICATION_TEMPLATE="NotificationTemplate",e.NOTIFICATION_GROUP="NotificationGroup"})(rx||(rx={}));var ax;(function(e){e.SECONDS="seconds",e.MINUTES="minutes",e.HOURS="hours",e.DAYS="days"})(ax||(ax={}));var ix;(function(e){e.REGULAR="regular",e.BACKOFF="backoff"})(ix||(ix={}));var ox;(function(e){e.REGULAR="regular",e.SCHEDULED="scheduled"})(ox||(ox={}));var sx;(function(e){e.PENDING="pending",e.QUEUED="queued",e.RUNNING="running",e.COMPLETED="completed",e.FAILED="failed",e.DELAYED="delayed",e.CANCELED="canceled"})(sx||(sx={}));var cu;(function(e){e.PAYLOAD="payload",e.SUBSCRIBER="subscriber",e.WEBHOOK="webhook",e.IS_ONLINE="isOnline",e.IS_ONLINE_IN_LAST="isOnlineInLast"})(cu||(cu={}));var Rt;(function(e){e.IN_APP="in_app",e.EMAIL="email",e.SMS="sms",e.CHAT="chat",e.PUSH="push"})(Rt||(Rt={}));var du;(function(e){e.IN_APP="in_app",e.EMAIL="email",e.SMS="sms",e.CHAT="chat",e.PUSH="push",e.DIGEST="digest",e.TRIGGER="trigger",e.DELAY="delay"})(du||(du={}));du.IN_APP,Rt.IN_APP,du.EMAIL,Rt.EMAIL,du.SMS,Rt.SMS,du.CHAT,Rt.CHAT,du.PUSH,Rt.PUSH;var Ry;(function(e){e.REDIRECT="redirect"})(Ry||(Ry={}));var lx;(function(e){e.STRING="String",e.ARRAY="Array",e.BOOLEAN="Boolean"})(lx||(lx={}));var Mc;(function(e){e.NONE="none",e.USER="user",e.SYSTEM_ICON="system_icon",e.SYSTEM_CUSTOM="system_custom"})(Mc||(Mc={}));var Gs;(function(e){e.WARNING="warning",e.INFO="info",e.ERROR="error",e.SUCCESS="success",e.UP="up",e.QUESTION="question"})(Gs||(Gs={}));var ux;(function(e){e.BUTTON="button",e.TEXT="text"})(ux||(ux={}));var cx;(function(e){e.CENTER="center",e.LEFT="left",e.RIGHT="right"})(cx||(cx={}));var dx;(function(e){e[e.ASC=1]="ASC",e[e.DESC=-1]="DESC"})(dx||(dx={}));var fx;(function(e){e.WEB="web",e.CLI="cli",e.VERCEL="vercel"})(fx||(fx={}));var hx;(function(e){e.SUBSCRIBER="Subscriber",e.TOPIC="Topic"})(hx||(hx={}));var Xe;(function(e){e.ApiKey="apiKey",e.User="user",e.SecretKey="secretKey",e.Domain="domain",e.Password="password",e.Host="host",e.Port="port",e.Secure="secure",e.Region="region",e.AccountSid="accountSid",e.MessageProfileId="messageProfileId",e.Token="token",e.From="from",e.SenderName="senderName",e.ApplicationId="applicationId",e.ClientId="clientId",e.ProjectName="projectName",e.ServiceAccount="serviceAccount",e.BaseUrl="baseUrl",e.WebhookUrl="webhookUrl",e.RequireTls="requireTls",e.IgnoreTls="ignoreTls",e.TlsOptions="tlsOptions"})(Xe||(Xe={}));var Xr;(function(e){e.EmailJS="emailjs",e.Mailgun="mailgun",e.Mailjet="mailjet",e.Mandrill="mandrill",e.CustomSMTP="nodemailer",e.Postmark="postmark",e.SendGrid="sendgrid",e.Sendinblue="sendinblue",e.SES="ses",e.NetCore="netcore",e.Infobip="infobip-email",e.Resend="resend",e.MailerSend="mailersend",e.Clickatell="clickatell",e.Outlook365="outlook365",e.Novu="novu-email"})(Xr||(Xr={}));var pa;(function(e){e.Nexmo="nexmo",e.Plivo="plivo",e.Sms77="sms77",e.SNS="sns",e.Telnyx="telnyx",e.Twilio="twilio",e.Gupshup="gupshup",e.Firetext="firetext",e.Infobip="infobip-sms",e.BurstSms="burst-sms",e.Clickatell="clickatell"})(pa||(pa={}));var hf;(function(e){e.Slack="slack",e.Discord="discord",e.MsTeams="msteams"})(hf||(hf={}));var mf;(function(e){e.FCM="fcm",e.APNS="apns",e.EXPO="expo"})(mf||(mf={}));var mx;(function(e){e.Novu="novu"})(mx||(mx={}));Xe.ApiKey,Xe.SecretKey,Xe.Token,Xe.Password,Xe.ServiceAccount;const ia=[{key:Xe.From,displayName:"From email address",description:"Use the same email address you used to authenticate your delivery provider",type:"string",required:!0},{key:Xe.SenderName,displayName:"Sender name",type:"string",required:!0}],cl=[{key:Xe.From,displayName:"From",type:"string",required:!0}],r1=[];[Xe.ApiKey,Xe.SecretKey,...ia];[Xe.ApiKey,Xe.BaseUrl,Xe.User,Xe.Domain,...ia];[Xe.ApiKey,Xe.SecretKey,...ia];[Xe.ApiKey,Xe.SecretKey,...cl];[Xe.ApiKey,...ia];[Xe.User,Xe.Password,Xe.Host,Xe.Port,Xe.Secure,Xe.RequireTls,Xe.IgnoreTls,Xe.TlsOptions,Xe.Domain,Xe.SecretKey,Xe.AccountSid,...ia];[Xe.ApiKey,...ia];[Xe.ApiKey,...ia];[Xe.ApiKey,...ia];[Xe.ApiKey,...ia];[Xe.ApiKey,...ia];[Xe.ApiKey,Xe.SecretKey,Xe.Region,...ia];[Xe.ApiKey,...ia];[Xe.AccountSid,Xe.Token,...cl];[Xe.ApiKey,...cl];[Xe.ApiKey,...cl];Xe.ApiKey,Xe.SecretKey;Xe.ApiKey;Xe.ApiKey,Xe.SecretKey,Xe.Region;[Xe.ApiKey,Xe.MessageProfileId,...cl];[Xe.AccountSid,Xe.Token,...cl];Xe.ClientId,Xe.SecretKey,Xe.ApplicationId;[Xe.ServiceAccount,...r1];[Xe.ApiKey,...r1];[Xe.SecretKey,Xe.ApiKey,Xe.ProjectName,Xe.ApplicationId,Xe.Secure,...r1];Xe.User,Xe.Password;[Xe.ApiKey,...cl];[Xe.Password,...ia];[Xe.ApiKey,Xe.BaseUrl,...cl];[Xe.ApiKey,Xe.BaseUrl,...ia];Xr.Mailgun,Rt.EMAIL,Xr.Mailjet,Rt.EMAIL,Xr.Mandrill,Rt.EMAIL,Xr.Postmark,Rt.EMAIL,Xr.SendGrid,Rt.EMAIL,Xr.Sendinblue,Rt.EMAIL,Xr.SES,Rt.EMAIL,Xr.NetCore,Rt.EMAIL,Xr.CustomSMTP,Rt.EMAIL,Xr.MailerSend,Rt.EMAIL,Xr.Outlook365,Rt.EMAIL,Xr.Infobip,Rt.EMAIL,Xr.Resend,Rt.EMAIL;pa.Nexmo,Rt.SMS,pa.Plivo,Rt.SMS,pa.Sms77,Rt.SMS,pa.SNS,Rt.SMS,pa.Telnyx,Rt.SMS,pa.Twilio,Rt.SMS,pa.Gupshup,Rt.SMS,pa.Firetext,Rt.SMS,pa.Infobip,Rt.SMS,pa.BurstSms,Rt.SMS,pa.Clickatell,Rt.SMS;hf.Slack,Rt.CHAT,hf.Discord,Rt.CHAT,hf.MsTeams,Rt.CHAT;mf.FCM,Rt.PUSH,mf.EXPO,Rt.PUSH,mf.APNS,Rt.PUSH;Ef.PRIMARY;Ef.SECONDARY;const m8={primary:{backGroundColor:"linear-gradient(99deg,#DD2476 0% 0%, #FF512F 100% 100%)",fontColor:"#FFFFFF",removeCircleColor:"white",fontFamily:"Lato"},secondary:{backGroundColor:"#3D3D4D",fontColor:"#FFFFFF",removeCircleColor:"#525266",fontFamily:"Lato"},clicked:{backGroundColor:"white",fontColor:"#FFFFFF",removeCircleColor:"#525266",fontFamily:"Lato"}},p8={primary:{backGroundColor:"linear-gradient(99deg,#DD2476 0% 0%, #FF512F 100% 100%)",fontColor:"#FFFFFF",removeCircleColor:"white",fontFamily:"Lato"},secondary:{backGroundColor:"#F5F8FA",fontColor:"#525266",removeCircleColor:"#525266",fontFamily:"Lato"},clicked:{backGroundColor:"white",fontColor:"#525266",removeCircleColor:"#525266",fontFamily:"Lato"}};var Ys;(function(e){e.EQUALS="equals",e.TITLECASE="titlecase",e.UPPERCASE="uppercase",e.LOWERCASE="lowercase",e.PLURALIZE="pluralize",e.DATEFORMAT="dateFormat"})(Ys||(Ys={}));Ys.EQUALS+"",Ys.TITLECASE+"",Ys.UPPERCASE+"",Ys.LOWERCASE+"",Ys.PLURALIZE+"",Ys.DATEFORMAT+"";cu.PAYLOAD+"",cu.SUBSCRIBER+"",cu.WEBHOOK+"",cu.IS_ONLINE+"",cu.IS_ONLINE_IN_LAST+"";function f4(e,t){return function(){return e.apply(t,arguments)}}const{toString:h4}=Object.prototype,{getPrototypeOf:a1}=Object,i1=(e=>t=>{const n=h4.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),as=e=>(e=e.toLowerCase(),t=>i1(t)===e),Vg=e=>t=>typeof t===e,{isArray:Lc}=Array,jf=Vg("undefined");function g8(e){return e!==null&&!jf(e)&&e.constructor!==null&&!jf(e.constructor)&&al(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const m4=as("ArrayBuffer");function v8(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&m4(e.buffer),t}const b8=Vg("string"),al=Vg("function"),p4=Vg("number"),o1=e=>e!==null&&typeof e=="object",y8=e=>e===!0||e===!1,Ym=e=>{if(i1(e)!=="object")return!1;const t=a1(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},w8=as("Date"),k8=as("File"),x8=as("Blob"),P8=as("FileList"),M8=e=>o1(e)&&al(e.pipe),A8=e=>{const t="[object FormData]";return e&&(typeof FormData=="function"&&e instanceof FormData||h4.call(e)===t||al(e.toString)&&e.toString()===t)},S8=as("URLSearchParams"),C8=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Yf(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,a;if(typeof e!="object"&&(e=[e]),Lc(e))for(r=0,a=e.length;r0;)if(a=n[r],t===a.toLowerCase())return a;return null}const v4=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),b4=e=>!jf(e)&&e!==v4;function Iy(){const{caseless:e}=b4(this)&&this||{},t={},n=(r,a)=>{const s=e&&g4(t,a)||a;Ym(t[s])&&Ym(r)?t[s]=Iy(t[s],r):Ym(r)?t[s]=Iy({},r):Lc(r)?t[s]=r.slice():t[s]=r};for(let r=0,a=arguments.length;r(Yf(t,(a,s)=>{n&&al(a)?e[s]=f4(a,n):e[s]=a},{allOwnKeys:r}),e),W8=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),j8=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},O8=(e,t,n,r)=>{let a,s,l;const c={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),s=a.length;s-- >0;)l=a[s],(!r||r(l,e,t))&&!c[l]&&(t[l]=e[l],c[l]=!0);e=n!==!1&&a1(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},T8=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},z8=e=>{if(!e)return null;if(Lc(e))return e;let t=e.length;if(!p4(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},N8=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&a1(Uint8Array)),_8=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const a=r.value;t.call(e,a[0],a[1])}},R8=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},I8=as("HTMLFormElement"),D8=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,n,r){return n.toUpperCase()+r}),px=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),L8=as("RegExp"),y4=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Yf(n,(a,s)=>{t(a,s,e)!==!1&&(r[s]=a)}),Object.defineProperties(e,r)},H8=e=>{y4(e,(t,n)=>{if(al(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(al(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},F8=(e,t)=>{const n={},r=a=>{a.forEach(s=>{n[s]=!0})};return Lc(e)?r(e):r(String(e).split(t)),n},B8=()=>{},X8=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Lb="abcdefghijklmnopqrstuvwxyz",gx="0123456789",w4={DIGIT:gx,ALPHA:Lb,ALPHA_DIGIT:Lb+Lb.toUpperCase()+gx},U8=(e=16,t=w4.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function G8(e){return!!(e&&al(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const Y8=e=>{const t=new Array(10),n=(r,a)=>{if(o1(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[a]=r;const s=Lc(r)?[]:{};return Yf(r,(l,c)=>{const d=n(l,a+1);!jf(d)&&(s[c]=d)}),t[a]=void 0,s}}return r};return n(e,0)},pe={isArray:Lc,isArrayBuffer:m4,isBuffer:g8,isFormData:A8,isArrayBufferView:v8,isString:b8,isNumber:p4,isBoolean:y8,isObject:o1,isPlainObject:Ym,isUndefined:jf,isDate:w8,isFile:k8,isBlob:x8,isRegExp:L8,isFunction:al,isStream:M8,isURLSearchParams:S8,isTypedArray:N8,isFileList:P8,forEach:Yf,merge:Iy,extend:E8,trim:C8,stripBOM:W8,inherits:j8,toFlatObject:O8,kindOf:i1,kindOfTest:as,endsWith:T8,toArray:z8,forEachEntry:_8,matchAll:R8,isHTMLForm:I8,hasOwnProperty:px,hasOwnProp:px,reduceDescriptors:y4,freezeMethods:H8,toObjectSet:F8,toCamelCase:D8,noop:B8,toFiniteNumber:X8,findKey:g4,global:v4,isContextDefined:b4,ALPHABET:w4,generateString:U8,isSpecCompliantForm:G8,toJSONObject:Y8};function Vt(e,t,n,r,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),a&&(this.response=a)}pe.inherits(Vt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:pe.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const k4=Vt.prototype,x4={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{x4[e]={value:e}});Object.defineProperties(Vt,x4);Object.defineProperty(k4,"isAxiosError",{value:!0});Vt.from=(e,t,n,r,a,s)=>{const l=Object.create(k4);return pe.toFlatObject(e,l,function(c){return c!==Error.prototype},c=>c!=="isAxiosError"),Vt.call(l,e.message,t,n,r,a),l.cause=e,l.name=e.name,s&&Object.assign(l,s),l};const K8=null;function Dy(e){return pe.isPlainObject(e)||pe.isArray(e)}function P4(e){return pe.endsWith(e,"[]")?e.slice(0,-2):e}function vx(e,t,n){return e?e.concat(t).map(function(r,a){return r=P4(r),!n&&a?"["+r+"]":r}).join(n?".":""):t}function q8(e){return pe.isArray(e)&&!e.some(Dy)}const V8=pe.toFlatObject(pe,{},null,function(e){return/^is[A-Z]/.test(e)});function Jg(e,t,n){if(!pe.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=pe.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(w,y){return!pe.isUndefined(y[w])});const r=n.metaTokens,a=n.visitor||f,s=n.dots,l=n.indexes,c=(n.Blob||typeof Blob<"u"&&Blob)&&pe.isSpecCompliantForm(t);if(!pe.isFunction(a))throw new TypeError("visitor must be a function");function d(w){if(w===null)return"";if(pe.isDate(w))return w.toISOString();if(!c&&pe.isBlob(w))throw new Vt("Blob is not supported. Use a Buffer instead.");return pe.isArrayBuffer(w)||pe.isTypedArray(w)?c&&typeof Blob=="function"?new Blob([w]):Buffer.from(w):w}function f(w,y,k){let M=w;if(w&&!k&&typeof w=="object"){if(pe.endsWith(y,"{}"))y=r?y:y.slice(0,-2),w=JSON.stringify(w);else if(pe.isArray(w)&&q8(w)||(pe.isFileList(w)||pe.endsWith(y,"[]"))&&(M=pe.toArray(w)))return y=P4(y),M.forEach(function(W,z){!(pe.isUndefined(W)||W===null)&&t.append(l===!0?vx([y],z,s):l===null?y:y+"[]",d(W))}),!1}return Dy(w)?!0:(t.append(vx(k,y,s),d(w)),!1)}const h=[],p=Object.assign(V8,{defaultVisitor:f,convertValue:d,isVisitable:Dy});function g(w,y){if(!pe.isUndefined(w)){if(h.indexOf(w)!==-1)throw Error("Circular reference detected in "+y.join("."));h.push(w),pe.forEach(w,function(k,M){(!(pe.isUndefined(k)||k===null)&&a.call(t,k,pe.isString(M)?M.trim():M,y,p))===!0&&g(k,y?y.concat(M):[M])}),h.pop()}}if(!pe.isObject(e))throw new TypeError("data must be an object");return g(e),t}function bx(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function s1(e,t){this._pairs=[],e&&Jg(e,this,t)}const M4=s1.prototype;M4.append=function(e,t){this._pairs.push([e,t])};M4.toString=function(e){const t=e?function(n){return e.call(this,n,bx)}:bx;return this._pairs.map(function(n){return t(n[0])+"="+t(n[1])},"").join("&")};function J8(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function A4(e,t,n){if(!t)return e;const r=n&&n.encode||J8,a=n&&n.serialize;let s;if(a?s=a(t,n):s=pe.isURLSearchParams(t)?t.toString():new s1(t,n).toString(r),s){const l=e.indexOf("#");l!==-1&&(e=e.slice(0,l)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Q8{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){pe.forEach(this.handlers,function(n){n!==null&&t(n)})}}const yx=Q8,S4={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},$8=typeof URLSearchParams<"u"?URLSearchParams:s1,Z8=typeof FormData<"u"?FormData:null,e_=(()=>{let e;return typeof navigator<"u"&&((e=navigator.product)==="ReactNative"||e==="NativeScript"||e==="NS")?!1:typeof window<"u"&&typeof document<"u"})(),t_=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),eo={isBrowser:!0,classes:{URLSearchParams:$8,FormData:Z8,Blob},isStandardBrowserEnv:e_,isStandardBrowserWebWorkerEnv:t_,protocols:["http","https","file","blob","url","data"]};function n_(e,t){return Jg(e,new eo.classes.URLSearchParams,Object.assign({visitor:function(n,r,a,s){return eo.isNode&&pe.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function r_(e){return pe.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function a_(e){const t={},n=Object.keys(e);let r;const a=n.length;let s;for(r=0;r=n.length;return l=!l&&pe.isArray(a)?a.length:l,d?(pe.hasOwnProp(a,l)?a[l]=[a[l],r]:a[l]=r,!c):((!a[l]||!pe.isObject(a[l]))&&(a[l]=[]),t(n,r,a[l],s)&&pe.isArray(a[l])&&(a[l]=a_(a[l])),!c)}if(pe.isFormData(e)&&pe.isFunction(e.entries)){const n={};return pe.forEachEntry(e,(r,a)=>{t(r_(r),a,n,0)}),n}return null}const i_={"Content-Type":void 0};function o_(e,t,n){if(pe.isString(e))try{return(t||JSON.parse)(e),pe.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const Qg={transitional:S4,adapter:["xhr","http"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,a=pe.isObject(e);if(a&&pe.isHTMLForm(e)&&(e=new FormData(e)),pe.isFormData(e))return r&&r?JSON.stringify(C4(e)):e;if(pe.isArrayBuffer(e)||pe.isBuffer(e)||pe.isStream(e)||pe.isFile(e)||pe.isBlob(e))return e;if(pe.isArrayBufferView(e))return e.buffer;if(pe.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let s;if(a){if(n.indexOf("application/x-www-form-urlencoded")>-1)return n_(e,this.formSerializer).toString();if((s=pe.isFileList(e))||n.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return Jg(s?{"files[]":e}:e,l&&new l,this.formSerializer)}}return a||r?(t.setContentType("application/json",!1),o_(e)):e}],transformResponse:[function(e){const t=this.transitional||Qg.transitional,n=t&&t.forcedJSONParsing,r=this.responseType==="json";if(e&&pe.isString(e)&&(n&&!this.responseType||r)){const a=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(s){if(a)throw s.name==="SyntaxError"?Vt.from(s,Vt.ERR_BAD_RESPONSE,this,null,this.response):s}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:eo.classes.FormData,Blob:eo.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};pe.forEach(["delete","get","head"],function(e){Qg.headers[e]={}});pe.forEach(["post","put","patch"],function(e){Qg.headers[e]=pe.merge(i_)});const l1=Qg,s_=pe.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),l_=e=>{const t={};let n,r,a;return e&&e.split(` -`).forEach(function(s){a=s.indexOf(":"),n=s.substring(0,a).trim().toLowerCase(),r=s.substring(a+1).trim(),!(!n||t[n]&&s_[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},wx=Symbol("internals");function Id(e){return e&&String(e).trim().toLowerCase()}function Km(e){return e===!1||e==null?e:pe.isArray(e)?e.map(Km):String(e)}function u_(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}function c_(e){return/^[-_a-zA-Z]+$/.test(e.trim())}function Hb(e,t,n,r,a){if(pe.isFunction(r))return r.call(this,t,n);if(a&&(t=n),!!pe.isString(t)){if(pe.isString(r))return t.indexOf(r)!==-1;if(pe.isRegExp(r))return r.test(t)}}function d_(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function f_(e,t){const n=pe.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(a,s,l){return this[r].call(this,t,a,s,l)},configurable:!0})})}class $g{constructor(t){t&&this.set(t)}set(t,n,r){const a=this;function s(c,d,f){const h=Id(d);if(!h)throw new Error("header name must be a non-empty string");const p=pe.findKey(a,h);(!p||a[p]===void 0||f===!0||f===void 0&&a[p]!==!1)&&(a[p||d]=Km(c))}const l=(c,d)=>pe.forEach(c,(f,h)=>s(f,h,d));return pe.isPlainObject(t)||t instanceof this.constructor?l(t,n):pe.isString(t)&&(t=t.trim())&&!c_(t)?l(l_(t),n):t!=null&&s(n,t,r),this}get(t,n){if(t=Id(t),t){const r=pe.findKey(this,t);if(r){const a=this[r];if(!n)return a;if(n===!0)return u_(a);if(pe.isFunction(n))return n.call(this,a,r);if(pe.isRegExp(n))return n.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Id(t),t){const r=pe.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Hb(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let a=!1;function s(l){if(l=Id(l),l){const c=pe.findKey(r,l);c&&(!n||Hb(r,r[c],c,n))&&(delete r[c],a=!0)}}return pe.isArray(t)?t.forEach(s):s(t),a}clear(t){const n=Object.keys(this);let r=n.length,a=!1;for(;r--;){const s=n[r];(!t||Hb(this,this[s],s,t,!0))&&(delete this[s],a=!0)}return a}normalize(t){const n=this,r={};return pe.forEach(this,(a,s)=>{const l=pe.findKey(r,s);if(l){n[l]=Km(a),delete n[s];return}const c=t?d_(s):String(s).trim();c!==s&&delete n[s],n[c]=Km(a),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return pe.forEach(this,(r,a)=>{r!=null&&r!==!1&&(n[a]=t&&pe.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(` -`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(a=>r.set(a)),r}static accessor(t){const n=(this[wx]=this[wx]={accessors:{}}).accessors,r=this.prototype;function a(s){const l=Id(s);n[l]||(f_(r,s),n[l]=!0)}return pe.isArray(t)?t.forEach(a):a(t),this}}$g.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);pe.freezeMethods($g.prototype);pe.freezeMethods($g);const qo=$g;function Fb(e,t){const n=this||l1,r=t||n,a=qo.from(r.headers);let s=r.data;return pe.forEach(e,function(l){s=l.call(n,s,a.normalize(),t?t.status:void 0)}),a.normalize(),s}function E4(e){return!!(e&&e.__CANCEL__)}function Kf(e,t,n){Vt.call(this,e!=null?e:"canceled",Vt.ERR_CANCELED,t,n),this.name="CanceledError"}pe.inherits(Kf,Vt,{__CANCEL__:!0});function h_(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new Vt("Request failed with status code "+n.status,[Vt.ERR_BAD_REQUEST,Vt.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const m_=eo.isStandardBrowserEnv?function(){return{write:function(e,t,n,r,a,s){const l=[];l.push(e+"="+encodeURIComponent(t)),pe.isNumber(n)&&l.push("expires="+new Date(n).toGMTString()),pe.isString(r)&&l.push("path="+r),pe.isString(a)&&l.push("domain="+a),s===!0&&l.push("secure"),document.cookie=l.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();function p_(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function g_(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function W4(e,t){return e&&!p_(t)?g_(e,t):t}const v_=eo.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function r(a){let s=a;return e&&(t.setAttribute("href",s),s=t.href),t.setAttribute("href",s),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(a){const s=pe.isString(a)?r(a):a;return s.protocol===n.protocol&&s.host===n.host}}():function(){return function(){return!0}}();function b_(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function y_(e,t){e=e||10;const n=new Array(e),r=new Array(e);let a=0,s=0,l;return t=t!==void 0?t:1e3,function(c){const d=Date.now(),f=r[s];l||(l=d),n[a]=c,r[a]=d;let h=s,p=0;for(;h!==a;)p+=n[h++],h=h%e;if(a=(a+1)%e,a===s&&(s=(s+1)%e),d-l{const s=a.loaded,l=a.lengthComputable?a.total:void 0,c=s-n,d=r(c),f=s<=l;n=s;const h={loaded:s,total:l,progress:l?s/l:void 0,bytes:c,rate:d||void 0,estimated:d&&l&&f?(l-s)/d:void 0,event:a};h[t?"download":"upload"]=!0,e(h)}}const w_=typeof XMLHttpRequest<"u",k_=w_&&function(e){return new Promise(function(t,n){let r=e.data;const a=qo.from(e.headers).normalize(),s=e.responseType;let l;function c(){e.cancelToken&&e.cancelToken.unsubscribe(l),e.signal&&e.signal.removeEventListener("abort",l)}pe.isFormData(r)&&(eo.isStandardBrowserEnv||eo.isStandardBrowserWebWorkerEnv)&&a.setContentType(!1);let d=new XMLHttpRequest;if(e.auth){const g=e.auth.username||"",w=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";a.set("Authorization","Basic "+btoa(g+":"+w))}const f=W4(e.baseURL,e.url);d.open(e.method.toUpperCase(),A4(f,e.params,e.paramsSerializer),!0),d.timeout=e.timeout;function h(){if(!d)return;const g=qo.from("getAllResponseHeaders"in d&&d.getAllResponseHeaders()),w={data:!s||s==="text"||s==="json"?d.responseText:d.response,status:d.status,statusText:d.statusText,headers:g,config:e,request:d};h_(function(y){t(y),c()},function(y){n(y),c()},w),d=null}if("onloadend"in d?d.onloadend=h:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(h)},d.onabort=function(){d&&(n(new Vt("Request aborted",Vt.ECONNABORTED,e,d)),d=null)},d.onerror=function(){n(new Vt("Network Error",Vt.ERR_NETWORK,e,d)),d=null},d.ontimeout=function(){let g=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const w=e.transitional||S4;e.timeoutErrorMessage&&(g=e.timeoutErrorMessage),n(new Vt(g,w.clarifyTimeoutError?Vt.ETIMEDOUT:Vt.ECONNABORTED,e,d)),d=null},eo.isStandardBrowserEnv){const g=(e.withCredentials||v_(f))&&e.xsrfCookieName&&m_.read(e.xsrfCookieName);g&&a.set(e.xsrfHeaderName,g)}r===void 0&&a.setContentType(null),"setRequestHeader"in d&&pe.forEach(a.toJSON(),function(g,w){d.setRequestHeader(w,g)}),pe.isUndefined(e.withCredentials)||(d.withCredentials=!!e.withCredentials),s&&s!=="json"&&(d.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&d.addEventListener("progress",kx(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&d.upload&&d.upload.addEventListener("progress",kx(e.onUploadProgress)),(e.cancelToken||e.signal)&&(l=g=>{d&&(n(!g||g.type?new Kf(null,e,d):g),d.abort(),d=null)},e.cancelToken&&e.cancelToken.subscribe(l),e.signal&&(e.signal.aborted?l():e.signal.addEventListener("abort",l)));const p=b_(f);if(p&&eo.protocols.indexOf(p)===-1){n(new Vt("Unsupported protocol "+p+":",Vt.ERR_BAD_REQUEST,e));return}d.send(r||null)})},qm={http:K8,xhr:k_};pe.forEach(qm,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const x_={getAdapter:e=>{e=pe.isArray(e)?e:[e];const{length:t}=e;let n,r;for(let a=0;ae instanceof qo?e.toJSON():e;function zc(e,t){t=t||{};const n={};function r(f,h,p){return pe.isPlainObject(f)&&pe.isPlainObject(h)?pe.merge.call({caseless:p},f,h):pe.isPlainObject(h)?pe.merge({},h):pe.isArray(h)?h.slice():h}function a(f,h,p){if(pe.isUndefined(h)){if(!pe.isUndefined(f))return r(void 0,f,p)}else return r(f,h,p)}function s(f,h){if(!pe.isUndefined(h))return r(void 0,h)}function l(f,h){if(pe.isUndefined(h)){if(!pe.isUndefined(f))return r(void 0,f)}else return r(void 0,h)}function c(f,h,p){if(p in t)return r(f,h);if(p in e)return r(void 0,f)}const d={url:s,method:s,data:s,baseURL:l,transformRequest:l,transformResponse:l,paramsSerializer:l,timeout:l,timeoutMessage:l,withCredentials:l,adapter:l,responseType:l,xsrfCookieName:l,xsrfHeaderName:l,onUploadProgress:l,onDownloadProgress:l,decompress:l,maxContentLength:l,maxBodyLength:l,beforeRedirect:l,transport:l,httpAgent:l,httpsAgent:l,cancelToken:l,socketPath:l,responseEncoding:l,validateStatus:c,headers:(f,h)=>a(Px(f),Px(h),!0)};return pe.forEach(Object.keys(e).concat(Object.keys(t)),function(f){const h=d[f]||a,p=h(e[f],t[f],f);pe.isUndefined(p)&&h!==c||(n[f]=p)}),n}const j4="1.3.3",u1={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{u1[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const Mx={};u1.transitional=function(e,t,n){function r(a,s){return"[Axios v"+j4+"] Transitional option '"+a+"'"+s+(n?". "+n:"")}return(a,s,l)=>{if(e===!1)throw new Vt(r(s," has been removed"+(t?" in "+t:"")),Vt.ERR_DEPRECATED);return t&&!Mx[s]&&(Mx[s]=!0,console.warn(r(s," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(a,s,l):!0}};function P_(e,t,n){if(typeof e!="object")throw new Vt("options must be an object",Vt.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let a=r.length;for(;a-- >0;){const s=r[a],l=t[s];if(l){const c=e[s],d=c===void 0||l(c,s,e);if(d!==!0)throw new Vt("option "+s+" must be "+d,Vt.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new Vt("Unknown option "+s,Vt.ERR_BAD_OPTION)}}const Ly={assertOptions:P_,validators:u1},Hs=Ly.validators;class vp{constructor(t){this.defaults=t,this.interceptors={request:new yx,response:new yx}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=zc(this.defaults,n);const{transitional:r,paramsSerializer:a,headers:s}=n;r!==void 0&&Ly.assertOptions(r,{silentJSONParsing:Hs.transitional(Hs.boolean),forcedJSONParsing:Hs.transitional(Hs.boolean),clarifyTimeoutError:Hs.transitional(Hs.boolean)},!1),a!==void 0&&Ly.assertOptions(a,{encode:Hs.function,serialize:Hs.function},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let l;l=s&&pe.merge(s.common,s[n.method]),l&&pe.forEach(["delete","get","head","post","put","patch","common"],y=>{delete s[y]}),n.headers=qo.concat(l,s);const c=[];let d=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(n)===!1||(d=d&&y.synchronous,c.unshift(y.fulfilled,y.rejected))});const f=[];this.interceptors.response.forEach(function(y){f.push(y.fulfilled,y.rejected)});let h,p=0,g;if(!d){const y=[xx.bind(this),void 0];for(y.unshift.apply(y,c),y.push.apply(y,f),g=y.length,h=Promise.resolve(n);p{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](a);r._listeners=null}),this.promise.then=a=>{let s;const l=new Promise(c=>{r.subscribe(c),s=c}).then(a);return l.cancel=function(){r.unsubscribe(s)},l},t(function(a,s,l){r.reason||(r.reason=new Kf(a,s,l),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new c1(function(n){t=n}),cancel:t}}}const M_=c1;function A_(e){return function(t){return e.apply(null,t)}}function S_(e){return pe.isObject(e)&&e.isAxiosError===!0}const Hy={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Hy).forEach(([e,t])=>{Hy[t]=e});const C_=Hy;function O4(e){const t=new Vm(e),n=f4(Vm.prototype.request,t);return pe.extend(n,Vm.prototype,t,{allOwnKeys:!0}),pe.extend(n,t,null,{allOwnKeys:!0}),n.create=function(r){return O4(zc(e,r))},n}const Vn=O4(l1);Vn.Axios=Vm;Vn.CanceledError=Kf;Vn.CancelToken=M_;Vn.isCancel=E4;Vn.VERSION=j4;Vn.toFormData=Jg;Vn.AxiosError=Vt;Vn.Cancel=Vn.CanceledError;Vn.all=function(e){return Promise.all(e)};Vn.spread=A_;Vn.isAxiosError=S_;Vn.mergeConfig=zc;Vn.AxiosHeaders=qo;Vn.formToJSON=e=>C4(pe.isHTMLForm(e)?new FormData(e):e);Vn.HttpStatusCode=C_;Vn.default=Vn;const E_=Vn;var Dd=globalThis&&globalThis.__awaiter||function(e,t,n,r){function a(s){return s instanceof n?s:new n(function(l){l(s)})}return new(n||(n=Promise))(function(s,l){function c(h){try{f(r.next(h))}catch(p){l(p)}}function d(h){try{f(r.throw(h))}catch(p){l(p)}}function f(h){h.done?s(h.value):a(h.value).then(c,d)}f((r=r.apply(e,t||[])).next())})};class W_{constructor(t){this.backendUrl=t,this.axiosClient=E_.create({baseURL:t+"/v1"})}setAuthorizationToken(t){this.axiosClient.defaults.headers.common.Authorization=`Bearer ${t}`}disposeAuthorizationToken(){delete this.axiosClient.defaults.headers.common.Authorization}getFullResponse(t,n){return Dd(this,void 0,void 0,function*(){return yield this.axiosClient.get(t,{params:n}).then(r=>r.data)})}get(t,n){return Dd(this,void 0,void 0,function*(){return yield this.axiosClient.get(t,{params:n}).then(r=>r.data.data)})}post(t,n={}){return Dd(this,void 0,void 0,function*(){return yield this.axiosClient.post(t,n).then(r=>r.data.data)})}patch(t,n={}){return Dd(this,void 0,void 0,function*(){return yield this.axiosClient.patch(t,n).then(r=>r.data.data)})}delete(t,n={}){return Dd(this,void 0,void 0,function*(){return yield this.axiosClient.delete(t,n).then(r=>r.data.data)})}}var Ax;(function(e){e[e.WEB=0]="WEB",e[e.API=1]="API",e[e.WIDGET=2]="WIDGET",e[e.WS=3]="WS"})(Ax||(Ax={}));var Xo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function T4(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var T={exports:{}},Xt={},Xb,Sx;function z4(){if(Sx)return Xb;Sx=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(s){if(s==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(s)}function a(){try{if(!Object.assign)return!1;var s=new String("abc");if(s[5]="de",Object.getOwnPropertyNames(s)[0]==="5")return!1;for(var l={},c=0;c<10;c++)l["_"+String.fromCharCode(c)]=c;var d=Object.getOwnPropertyNames(l).map(function(h){return l[h]});if(d.join("")!=="0123456789")return!1;var f={};return"abcdefghijklmnopqrst".split("").forEach(function(h){f[h]=h}),Object.keys(Object.assign({},f)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return Xb=a()?Object.assign:function(s,l){for(var c,d=r(s),f,h=1;h0&&s[s.length-1])&&(f[0]===6||f[0]===2)){n=0;continue}if(f[0]===3&&(!s||f[1]>s[0]&&f[1]=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Lt(e,t){var n=typeof Symbol=="function"&&e[Symbol.iterator];if(!n)return e;var r=n.call(e),a,s=[],l;try{for(;(t===void 0||t-- >0)&&!(a=r.next()).done;)s.push(a.value)}catch(c){l={error:c}}finally{try{a&&!a.done&&(n=r.return)&&n.call(r)}finally{if(l)throw l.error}}return s}function Xa(e,t,n){if(n||arguments.length===2)for(var r=0,a=t.length,s;r0?cr(Hc,--aa):0,Nc--,Hn===10&&(Nc=1,ev--),Hn}function ga(){return Hn=aa2||_f(Hn)>3?"":" "}function Y_(e,t){for(;--t&&ga()&&!(Hn<48||Hn>102||Hn>57&&Hn<65||Hn>70&&Hn<97););return qf(e,Jm()+(t<6&&to()==32&&ga()==32))}function By(e){for(;ga();)switch(Hn){case e:return aa;case 34:case 39:e!==34&&e!==39&&By(Hn);break;case 40:e===41&&By(e);break;case 92:ga();break}return aa}function K_(e,t){for(;ga()&&e+Hn!==47+10&&!(e+Hn===42+42&&to()===47););return"/*"+qf(t,aa-1)+"*"+Zg(e===47?e:ga())}function q_(e){for(;!_f(to());)ga();return qf(e,aa)}function V_(e){return H4($m("",null,null,null,[""],e=L4(e),0,[0],e))}function $m(e,t,n,r,a,s,l,c,d){for(var f=0,h=0,p=l,g=0,w=0,y=0,k=1,M=1,W=1,z=0,N="",B=a,H=s,U=r,$=N;M;)switch(y=z,z=ga()){case 40:if(y!=108&&cr($,p-1)==58){Fy($+=on(Qm(z),"&","&\f"),"&\f")!=-1&&(W=-1);break}case 34:case 39:case 91:$+=Qm(z);break;case 9:case 10:case 13:case 32:$+=G_(y);break;case 92:$+=Y_(Jm()-1,7);continue;case 47:switch(to()){case 42:case 47:ym(J_(K_(ga(),Jm()),t,n),d);break;default:$+="/"}break;case 123*k:c[f++]=Vi($)*W;case 125*k:case 59:case 0:switch(z){case 0:case 125:M=0;case 59+h:w>0&&Vi($)-p&&ym(w>32?Wx($+";",r,n,p-1):Wx(on($," ","")+";",r,n,p-2),d);break;case 59:$+=";";default:if(ym(U=Ex($,t,n,f,h,a,c,N,B=[],H=[],p),s),z===123)if(h===0)$m($,t,U,U,B,s,p,c,H);else switch(g===99&&cr($,3)===110?100:g){case 100:case 109:case 115:$m(e,U,U,r&&ym(Ex(e,U,U,0,0,a,c,N,a,B=[],p),H),a,H,p,c,r?B:H);break;default:$m($,U,U,U,[""],H,0,c,H)}}f=h=w=0,k=W=1,N=$="",p=l;break;case 58:p=1+Vi($),w=y;default:if(k<1){if(z==123)--k;else if(z==125&&k++==0&&U_()==125)continue}switch($+=Zg(z),z*k){case 38:W=h>0?1:($+="\f",-1);break;case 44:c[f++]=(Vi($)-1)*W,W=1;break;case 64:to()===45&&($+=Qm(ga())),g=to(),h=p=Vi(N=$+=q_(Jm())),z++;break;case 45:y===45&&Vi($)==2&&(k=0)}}return s}function Ex(e,t,n,r,a,s,l,c,d,f,h){for(var p=a-1,g=a===0?s:[""],w=h1(g),y=0,k=0,M=0;y0?g[W]+" "+z:on(z,/&\f/g,g[W])))&&(d[M++]=N);return tv(e,t,n,a===0?d1:c,d,f,h)}function J_(e,t,n){return tv(e,t,n,_4,Zg(X_()),Nf(e,2,-2),0)}function Wx(e,t,n,r){return tv(e,t,n,f1,Nf(e,0,r),Nf(e,r+1,-1),r)}function Ac(e,t){for(var n="",r=h1(e),a=0;a6)switch(cr(e,t+1)){case 109:if(cr(e,t+4)!==45)break;case 102:return on(e,/(.+:)(.+)-([^]+)/,"$1"+nn+"$2-$3$1"+bp+(cr(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Fy(e,"stretch")?F4(on(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(cr(e,t+1)!==115)break;case 6444:switch(cr(e,Vi(e)-3-(~Fy(e,"!important")&&10))){case 107:return on(e,":",":"+nn)+e;case 101:return on(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+nn+(cr(e,14)===45?"inline-":"")+"box$3$1"+nn+"$2$3$1"+br+"$2box$3")+e}break;case 5936:switch(cr(e,t+11)){case 114:return nn+e+br+on(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return nn+e+br+on(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return nn+e+br+on(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return nn+e+br+e+e}return e}var oR=function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case f1:e.return=F4(e.value,e.length);break;case R4:return Ac([Ld(e,{value:on(e.value,"@","@"+nn)})],r);case d1:if(e.length)return B_(e.props,function(a){switch(F_(a,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ac([Ld(e,{props:[on(a,/:(read-\w+)/,":"+bp+"$1")]})],r);case"::placeholder":return Ac([Ld(e,{props:[on(a,/:(plac\w+)/,":"+nn+"input-$1")]}),Ld(e,{props:[on(a,/:(plac\w+)/,":"+bp+"$1")]}),Ld(e,{props:[on(a,/:(plac\w+)/,br+"input-$1")]})],r)}return""})}},sR=[oR],nv=function(e){var t=e.key;if(t==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(y){var k=y.getAttribute("data-emotion");k.indexOf(" ")!==-1&&(document.head.appendChild(y),y.setAttribute("data-s",""))})}var r=e.stylisPlugins||sR,a={},s,l=[];s=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(y){for(var k=y.getAttribute("data-emotion").split(" "),M=1;M=4;++r,a-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(a){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var mR={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},pR=/[A-Z]|^ms/g,gR=/_EMO_([^_]+?)_([^]*?)_EMO_/g,G4=function(e){return e.charCodeAt(1)===45},zx=function(e){return e!=null&&typeof e!="boolean"},Ub=eR(function(e){return G4(e)?e:e.replace(pR,"-$&").toLowerCase()}),Nx=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(gR,function(n,r,a){return Ji={name:r,styles:a,next:Ji},r})}return mR[e]!==1&&!G4(e)&&typeof t=="number"&&t!==0?t+"px":t};function Rf(e,t,n){if(n==null)return"";if(n.__emotion_styles!==void 0)return n;switch(typeof n){case"boolean":return"";case"object":{if(n.anim===1)return Ji={name:n.name,styles:n.styles,next:Ji},n.name;if(n.styles!==void 0){var r=n.next;if(r!==void 0)for(;r!==void 0;)Ji={name:r.name,styles:r.styles,next:Ji},r=r.next;var a=n.styles+";";return a}return vR(e,t,n)}case"function":{if(e!==void 0){var s=Ji,l=n(e);return Ji=s,Rf(e,t,l)}break}}if(t==null)return n;var c=t[n];return c!==void 0?c:n}function vR(e,t,n){var r="";if(Array.isArray(n))for(var a=0;a=4;++r,a-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(a){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var SR={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},CR=/[A-Z]|^ms/g,ER=/_EMO_([^_]+?)_([^]*?)_EMO_/g,V4=function(e){return e.charCodeAt(1)===45},Ix=function(e){return e!=null&&typeof e!="boolean"},Gb=N4(function(e){return V4(e)?e:e.replace(CR,"-$&").toLowerCase()}),Dx=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(ER,function(n,r,a){return Qi={name:r,styles:a,next:Qi},r})}return SR[e]!==1&&!V4(e)&&typeof t=="number"&&t!==0?t+"px":t};function If(e,t,n){if(n==null)return"";if(n.__emotion_styles!==void 0)return n;switch(typeof n){case"boolean":return"";case"object":{if(n.anim===1)return Qi={name:n.name,styles:n.styles,next:Qi},n.name;if(n.styles!==void 0){var r=n.next;if(r!==void 0)for(;r!==void 0;)Qi={name:r.name,styles:r.styles,next:Qi},r=r.next;var a=n.styles+";";return a}return WR(e,t,n)}case"function":{if(e!==void 0){var s=Qi,l=n(e);return Qi=s,If(e,t,l)}break}}if(t==null)return n;var c=t[n];return c!==void 0?c:n}function WR(e,t,n){var r="";if(Array.isArray(n))for(var a=0;a96?OR:TR},Fx=function(e,t,n){var r;if(t){var a=t.shouldForwardProp;r=e.__emotion_forwardProp&&a?function(s){return e.__emotion_forwardProp(s)&&a(s)}:a}return typeof r!="function"&&n&&(r=e.__emotion_forwardProp),r},zR=Of.useInsertionEffect?Of.useInsertionEffect:function(e){e()};function NR(e){zR(e)}var _R=function(e){var t=e.cache,n=e.serialized,r=e.isStringTag;return q4(t,n,r),NR(function(){return MR(t,n,r)}),null},RR=function e(t,n){var r=t.__emotion_real===t,a=r&&t.__emotion_base||t,s,l;n!==void 0&&(s=n.label,l=n.target);var c=Fx(t,n,r),d=c||Hx(a),f=!d("as");return function(){var h=arguments,p=r&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(s!==void 0&&p.push("label:"+s+";"),h[0]==null||h[0].raw===void 0)p.push.apply(p,h);else{p.push(h[0][0]);for(var g=h.length,w=1;w=0;r-=1)if(!t[r].disabled)return r;if(n){for(let r=t.length-1;r>-1;r-=1)if(!t[r].disabled)return r}return e}function FR(e,t,n){for(let r=e+1;r{var d;n==null||n(c);const f=Array.from(((d=wp(c.currentTarget,e))==null?void 0:d.querySelectorAll(t))||[]).filter(k=>BR(c.currentTarget,k,e)),h=f.findIndex(k=>c.currentTarget===k),p=FR(h,f,r),g=HR(h,f,r),w=s==="rtl"?g:p,y=s==="rtl"?p:g;switch(c.key){case"ArrowRight":{l==="horizontal"&&(c.stopPropagation(),c.preventDefault(),f[w].focus(),a&&f[w].click());break}case"ArrowLeft":{l==="horizontal"&&(c.stopPropagation(),c.preventDefault(),f[y].focus(),a&&f[y].click());break}case"ArrowUp":{l==="vertical"&&(c.stopPropagation(),c.preventDefault(),f[g].focus(),a&&f[g].click());break}case"ArrowDown":{l==="vertical"&&(c.stopPropagation(),c.preventDefault(),f[p].focus(),a&&f[p].click());break}case"Home":{c.stopPropagation(),c.preventDefault(),!f[0].disabled&&f[0].focus();break}case"End":{c.stopPropagation(),c.preventDefault();const k=f.length-1;!f[k].disabled&&f[k].focus();break}}}}function XR(e,t,n){var r;return n?Array.from(((r=wp(n,t))==null?void 0:r.querySelectorAll(e))||[]).findIndex(a=>a===n):null}function Jf(e){const t=T.exports.createContext(null);return[({children:n,value:r})=>A.createElement(t.Provider,{value:r},n),()=>{const n=T.exports.useContext(t);if(n===null)throw new Error(e);return n}]}function kp(e){return Array.isArray(e)?e:[e]}function xp(e,t){return n=>{if(typeof n!="string"||n.trim().length===0)throw new Error(t);return`${e}-${n}`}}const UR=()=>{};function GR(e,t={active:!0}){return typeof e!="function"||!t.active?t.onKeyDown||UR:n=>{var r;n.key==="Escape"&&(e(n),(r=t.onTrigger)==null||r.call(t))}}function Uo(e,t){return n=>{e==null||e(n),t==null||t(n)}}function YR(){const[e,t]=T.exports.useState(-1);return[e,{setHovered:t,resetHovered:()=>t(-1)}]}function p1(e){return Array.isArray(e)||e===null?!1:typeof e=="object"?e.type!==A.Fragment:!1}function Q4(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;t({fontFamily:e.fontFamily||"sans-serif"})}var VR=Object.defineProperty,Ux=Object.getOwnPropertySymbols,JR=Object.prototype.hasOwnProperty,QR=Object.prototype.propertyIsEnumerable,Gx=(e,t,n)=>t in e?VR(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Yx=(e,t)=>{for(var n in t||(t={}))JR.call(t,n)&&Gx(e,n,t[n]);if(Ux)for(var n of Ux(t))QR.call(t,n)&&Gx(e,n,t[n]);return e};function $R(e){return t=>({WebkitTapHighlightColor:"transparent",[t||"&:focus"]:Yx({},e.focusRing==="always"||e.focusRing==="auto"?e.focusRingStyles.styles(e):e.focusRingStyles.resetStyles(e)),[t?t.replace(":focus",":focus:not(:focus-visible)"):"&:focus:not(:focus-visible)"]:Yx({},e.focusRing==="auto"||e.focusRing==="never"?e.focusRingStyles.resetStyles(e):null)})}function Qf(e){return t=>typeof e.primaryShade=="number"?e.primaryShade:e.primaryShade[t||e.colorScheme]}function g1(e){const t=Qf(e);return(n,r,a=!0,s=!0)=>{if(typeof n=="string"&&n.includes(".")){const[c,d]=n.split("."),f=parseInt(d,10);if(c in e.colors&&f>=0&&f<10)return e.colors[c][typeof r=="number"&&!s?r:f]}const l=typeof r=="number"?r:t();return n in e.colors?e.colors[n][l]:a?e.colors[e.primaryColor][l]:n}}function Z4(e){let t="";for(let n=1;n{const a={from:(r==null?void 0:r.from)||e.defaultGradient.from,to:(r==null?void 0:r.to)||e.defaultGradient.to,deg:(r==null?void 0:r.deg)||e.defaultGradient.deg};return`linear-gradient(${a.deg}deg, ${t(a.from,n(),!1)} 0%, ${t(a.to,n(),!1)} 100%)`}}function v1(e){if(typeof e.size=="number")return e.size;const t=e.sizes[e.size];return t!==void 0?t:e.size||e.sizes.md}function tI(e){return t=>`@media (min-width: ${v1({size:t,sizes:e.breakpoints})}px)`}function nI(e){return t=>`@media (max-width: ${v1({size:t,sizes:e.breakpoints})-1}px)`}function rI(e){return/^#?([0-9A-F]{3}){1,2}$/i.test(e)}function aI(e){let t=e.replace("#","");if(t.length===3){const l=t.split("");t=[l[0],l[0],l[1],l[1],l[2],l[2]].join("")}const n=parseInt(t,16),r=n>>16&255,a=n>>8&255,s=n&255;return{r,g:a,b:s,a:1}}function iI(e){const[t,n,r,a]=e.replace(/[^0-9,.]/g,"").split(",").map(Number);return{r:t,g:n,b:r,a:a||1}}function b1(e){return rI(e)?aI(e):e.startsWith("rgb")?iI(e):{r:0,g:0,b:0,a:1}}function fc(e,t){if(typeof e!="string"||t>1||t<0)return"rgba(0, 0, 0, 1)";const{r:n,g:r,b:a}=b1(e);return`rgba(${n}, ${r}, ${a}, ${t})`}function oI(e=0){return{position:"absolute",top:e,right:e,left:e,bottom:e}}function sI(e,t){const{r:n,g:r,b:a,a:s}=b1(e),l=1-t,c=d=>Math.round(d*l);return`rgba(${c(n)}, ${c(r)}, ${c(a)}, ${s})`}function lI(e,t){const{r:n,g:r,b:a,a:s}=b1(e),l=c=>Math.round(c+(255-c)*t);return`rgba(${l(n)}, ${l(r)}, ${l(a)}, ${s})`}function uI(e){return t=>{if(typeof t=="number")return t;const n=typeof e.defaultRadius=="number"?e.defaultRadius:e.radius[e.defaultRadius]||e.defaultRadius;return e.radius[t]||t||n}}function cI(e,t){if(typeof e=="string"&&e.includes(".")){const[n,r]=e.split("."),a=parseInt(r,10);if(n in t.colors&&a>=0&&a<10)return{isSplittedColor:!0,key:n,shade:a}}return{isSplittedColor:!1}}function dI(e){const t=g1(e),n=Qf(e),r=eC(e);return({variant:a,color:s,gradient:l,primaryFallback:c})=>{const d=cI(s,e);switch(a){case"light":return{border:"transparent",background:fc(t(s,e.colorScheme==="dark"?8:0,c,!1),e.colorScheme==="dark"?.2:1),color:s==="dark"?e.colorScheme==="dark"?e.colors.dark[0]:e.colors.dark[9]:t(s,e.colorScheme==="dark"?2:n("light")),hover:fc(t(s,e.colorScheme==="dark"?7:1,c,!1),e.colorScheme==="dark"?.25:.65)};case"subtle":return{border:"transparent",background:"transparent",color:s==="dark"?e.colorScheme==="dark"?e.colors.dark[0]:e.colors.dark[9]:t(s,e.colorScheme==="dark"?2:n("light")),hover:fc(t(s,e.colorScheme==="dark"?8:0,c,!1),e.colorScheme==="dark"?.2:1)};case"outline":return{border:t(s,e.colorScheme==="dark"?5:n("light")),background:"transparent",color:t(s,e.colorScheme==="dark"?5:n("light")),hover:e.colorScheme==="dark"?fc(t(s,5,c,!1),.05):fc(t(s,0,c,!1),.35)};case"default":return{border:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[4],background:e.colorScheme==="dark"?e.colors.dark[6]:e.white,color:e.colorScheme==="dark"?e.white:e.black,hover:e.colorScheme==="dark"?e.colors.dark[5]:e.colors.gray[0]};case"white":return{border:"transparent",background:e.white,color:t(s,n()),hover:null};case"transparent":return{border:"transparent",color:s==="dark"?e.colorScheme==="dark"?e.colors.dark[0]:e.colors.dark[9]:t(s,e.colorScheme==="dark"?2:n("light")),background:"transparent",hover:null};case"gradient":return{background:r(l),color:e.white,border:"transparent",hover:null};default:{const f=n(),h=d.isSplittedColor?d.shade:f,p=d.isSplittedColor?d.key:s;return{border:"transparent",background:t(p,h,c),color:e.white,hover:t(p,h===9?8:h+1)}}}}}function fI(e){return t=>{const n=Qf(e)(t);return e.colors[e.primaryColor][n]}}function hI(e){return{"@media (hover: hover)":{"&:hover":e},"@media (hover: none)":{"&:active":e}}}const er={fontStyles:qR,themeColor:g1,focusStyles:$R,linearGradient:ZR,radialGradient:eI,smallerThan:nI,largerThan:tI,rgba:fc,size:v1,cover:oI,darken:sI,lighten:lI,radius:uI,variant:dI,primaryShade:Qf,hover:hI,gradient:eC,primaryColor:fI};var mI=Object.defineProperty,pI=Object.defineProperties,gI=Object.getOwnPropertyDescriptors,Kx=Object.getOwnPropertySymbols,vI=Object.prototype.hasOwnProperty,bI=Object.prototype.propertyIsEnumerable,qx=(e,t,n)=>t in e?mI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,yI=(e,t)=>{for(var n in t||(t={}))vI.call(t,n)&&qx(e,n,t[n]);if(Kx)for(var n of Kx(t))bI.call(t,n)&&qx(e,n,t[n]);return e},wI=(e,t)=>pI(e,gI(t));function tC(e){return wI(yI({},e),{fn:{fontStyles:er.fontStyles(e),themeColor:er.themeColor(e),focusStyles:er.focusStyles(e),largerThan:er.largerThan(e),smallerThan:er.smallerThan(e),radialGradient:er.radialGradient,linearGradient:er.linearGradient,gradient:er.gradient(e),rgba:er.rgba,size:er.size,cover:er.cover,lighten:er.lighten,darken:er.darken,primaryShade:er.primaryShade(e),radius:er.radius(e),variant:er.variant(e),hover:er.hover,primaryColor:er.primaryColor(e)}})}const kI={dir:"ltr",primaryShade:{light:6,dark:8},focusRing:"auto",loader:"oval",dateFormat:"MMMM D, YYYY",colorScheme:"light",white:"#fff",black:"#000",defaultRadius:"sm",transitionTimingFunction:"ease",colors:KR,lineHeight:1.55,fontFamily:"-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji",fontFamilyMonospace:"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace",primaryColor:"blue",respectReducedMotion:!0,cursorType:"default",defaultGradient:{from:"indigo",to:"cyan",deg:45},shadows:{xs:"0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1)",sm:"0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0px 10px 15px -5px, rgba(0, 0, 0, 0.04) 0px 7px 7px -5px",md:"0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px",lg:"0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0px 28px 23px -7px, rgba(0, 0, 0, 0.04) 0px 12px 12px -7px",xl:"0 1px 3px rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 0px 36px 28px -7px, rgba(0, 0, 0, 0.04) 0px 17px 17px -7px"},fontSizes:{xs:12,sm:14,md:16,lg:18,xl:20},radius:{xs:2,sm:4,md:8,lg:16,xl:32},spacing:{xs:10,sm:12,md:16,lg:20,xl:24},breakpoints:{xs:576,sm:768,md:992,lg:1200,xl:1400},headings:{fontFamily:"-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji",fontWeight:700,sizes:{h1:{fontSize:34,lineHeight:1.3,fontWeight:void 0},h2:{fontSize:26,lineHeight:1.35,fontWeight:void 0},h3:{fontSize:22,lineHeight:1.4,fontWeight:void 0},h4:{fontSize:18,lineHeight:1.45,fontWeight:void 0},h5:{fontSize:16,lineHeight:1.5,fontWeight:void 0},h6:{fontSize:14,lineHeight:1.5,fontWeight:void 0}}},other:{},components:{},activeStyles:{transform:"translateY(1px)"},datesLocale:"en",globalStyles:void 0,focusRingStyles:{styles:e=>({outlineOffset:2,outline:`2px solid ${e.colors[e.primaryColor][e.colorScheme==="dark"?7:5]}`}),resetStyles:()=>({outline:"none"}),inputStyles:e=>({outline:"none",borderColor:e.colors[e.primaryColor][typeof e.primaryShade=="object"?e.primaryShade[e.colorScheme]:e.primaryShade]})}},y1=tC(kI);var xI=Object.defineProperty,PI=Object.defineProperties,MI=Object.getOwnPropertyDescriptors,Vx=Object.getOwnPropertySymbols,AI=Object.prototype.hasOwnProperty,SI=Object.prototype.propertyIsEnumerable,Jx=(e,t,n)=>t in e?xI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,CI=(e,t)=>{for(var n in t||(t={}))AI.call(t,n)&&Jx(e,n,t[n]);if(Vx)for(var n of Vx(t))SI.call(t,n)&&Jx(e,n,t[n]);return e},EI=(e,t)=>PI(e,MI(t));function WI({theme:e}){return A.createElement(av,{styles:{"*, *::before, *::after":{boxSizing:"border-box"},html:{colorScheme:e.colorScheme==="dark"?"dark":"light"},body:EI(CI({},e.fn.fontStyles()),{backgroundColor:e.colorScheme==="dark"?e.colors.dark[7]:e.white,color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,lineHeight:e.lineHeight,fontSize:e.fontSizes.md,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale"})}})}function wm(e,t,n){Object.keys(t).forEach(r=>{e[`--mantine-${n}-${r}`]=typeof t[r]=="number"?`${t[r]}px`:t[r]})}function jI({theme:e}){const t={"--mantine-color-white":e.white,"--mantine-color-black":e.black,"--mantine-transition-timing-function":e.transitionTimingFunction,"--mantine-line-height":`${e.lineHeight}`,"--mantine-font-family":e.fontFamily,"--mantine-font-family-monospace":e.fontFamilyMonospace,"--mantine-font-family-headings":e.headings.fontFamily,"--mantine-heading-font-weight":`${e.headings.fontWeight}`};wm(t,e.shadows,"shadow"),wm(t,e.fontSizes,"font-size"),wm(t,e.radius,"radius"),wm(t,e.spacing,"spacing"),Object.keys(e.colors).forEach(r=>{e.colors[r].forEach((a,s)=>{t[`--mantine-color-${r}-${s}`]=a})});const n=e.headings.sizes;return Object.keys(n).forEach(r=>{t[`--mantine-${r}-font-size`]=`${n[r].fontSize}px`,t[`--mantine-${r}-line-height`]=`${n[r].lineHeight}`}),A.createElement(av,{styles:{":root":t}})}var OI=Object.defineProperty,TI=Object.defineProperties,zI=Object.getOwnPropertyDescriptors,Qx=Object.getOwnPropertySymbols,NI=Object.prototype.hasOwnProperty,_I=Object.prototype.propertyIsEnumerable,$x=(e,t,n)=>t in e?OI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Zl=(e,t)=>{for(var n in t||(t={}))NI.call(t,n)&&$x(e,n,t[n]);if(Qx)for(var n of Qx(t))_I.call(t,n)&&$x(e,n,t[n]);return e},Zx=(e,t)=>TI(e,zI(t));function RI(e,t){if(!t)return e;const n=Object.keys(e).reduce((r,a)=>{if(a==="headings"&&t.headings){const s=t.headings.sizes?Object.keys(e.headings.sizes).reduce((l,c)=>(l[c]=Zl(Zl({},e.headings.sizes[c]),t.headings.sizes[c]),l),{}):e.headings.sizes;return Zx(Zl({},r),{headings:Zx(Zl(Zl({},e.headings),t.headings),{sizes:s})})}return r[a]=typeof t[a]=="object"?Zl(Zl({},e[a]),t[a]):typeof t[a]=="number"||typeof t[a]=="boolean"||typeof t[a]=="function"?t[a]:t[a]||e[a],r},{});if(!(n.primaryColor in n.colors))throw new Error("MantineProvider: Invalid theme.primaryColor, it accepts only key of theme.colors, learn more \u2013 https://mantine.dev/theming/colors/#primary-color");return n}function II(e,t){return tC(RI(e,t))}function nC(e){return Object.keys(e).reduce((t,n)=>(e[n]!==void 0&&(t[n]=e[n]),t),{})}const DI={html:{fontFamily:"sans-serif",lineHeight:"1.15",textSizeAdjust:"100%"},body:{margin:0},"article, aside, footer, header, nav, section, figcaption, figure, main":{display:"block"},h1:{fontSize:"2em"},hr:{boxSizing:"content-box",height:0,overflow:"visible"},pre:{fontFamily:"monospace, monospace",fontSize:"1em"},a:{background:"transparent",textDecorationSkip:"objects"},"a:active, a:hover":{outlineWidth:0},"abbr[title]":{borderBottom:"none",textDecoration:"underline"},"b, strong":{fontWeight:"bolder"},"code, kbp, samp":{fontFamily:"monospace, monospace",fontSize:"1em"},dfn:{fontStyle:"italic"},mark:{backgroundColor:"#ff0",color:"#000"},small:{fontSize:"80%"},"sub, sup":{fontSize:"75%",lineHeight:0,position:"relative",verticalAlign:"baseline"},sup:{top:"-0.5em"},sub:{bottom:"-0.25em"},"audio, video":{display:"inline-block"},"audio:not([controls])":{display:"none",height:0},img:{borderStyle:"none",verticalAlign:"middle"},"svg:not(:root)":{overflow:"hidden"},"button, input, optgroup, select, textarea":{fontFamily:"sans-serif",fontSize:"100%",lineHeight:"1.15",margin:0},"button, input":{overflow:"visible"},"button, select":{textTransform:"none"},"button, [type=reset], [type=submit]":{WebkitAppearance:"button"},"button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner":{borderStyle:"none",padding:0},"button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring":{outline:"1px dotted ButtonText"},legend:{boxSizing:"border-box",color:"inherit",display:"table",maxWidth:"100%",padding:0,whiteSpace:"normal"},progress:{display:"inline-block",verticalAlign:"baseline"},textarea:{overflow:"auto"},"[type=checkbox], [type=radio]":{boxSizing:"border-box",padding:0},"[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button":{height:"auto"},"[type=search]":{appearance:"none"},"[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration":{appearance:"none"},"::-webkit-file-upload-button":{appearance:"button",font:"inherit"},"details, menu":{display:"block"},summary:{display:"list-item"},canvas:{display:"inline-block"},template:{display:"none"},"[hidden]":{display:"none"}};function LI(){return A.createElement(av,{styles:DI})}var HI=Object.defineProperty,eP=Object.getOwnPropertySymbols,FI=Object.prototype.hasOwnProperty,BI=Object.prototype.propertyIsEnumerable,tP=(e,t,n)=>t in e?HI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,pf=(e,t)=>{for(var n in t||(t={}))FI.call(t,n)&&tP(e,n,t[n]);if(eP)for(var n of eP(t))BI.call(t,n)&&tP(e,n,t[n]);return e};const Pp=T.exports.createContext({theme:y1});function so(){var e;return((e=T.exports.useContext(Pp))==null?void 0:e.theme)||y1}function XI(e){const t=so(),n=r=>{var a,s;return{styles:((a=t.components[r])==null?void 0:a.styles)||{},classNames:((s=t.components[r])==null?void 0:s.classNames)||{}}};return Array.isArray(e)?e.map(n):[n(e)]}function rC(){var e;return(e=T.exports.useContext(Pp))==null?void 0:e.emotionCache}function gn(e,t,n){var r;const a=(r=so().components[e])==null?void 0:r.defaultProps;return pf(pf(pf({},t),a),nC(n))}function aC({theme:e,emotionCache:t,withNormalizeCSS:n=!1,withGlobalStyles:r=!1,withCSSVariables:a=!1,inherit:s=!1,children:l}){const c=T.exports.useContext(Pp),d=II(y1,s?pf(pf({},c.theme),e):e);return A.createElement(kR,{theme:d},A.createElement(Pp.Provider,{value:{theme:d,emotionCache:t}},n&&A.createElement(LI,null),r&&A.createElement(WI,{theme:d}),a&&A.createElement(jI,{theme:d}),typeof d.globalStyles=="function"&&A.createElement(av,{styles:d.globalStyles(d)}),l))}aC.displayName="@mantine/core/MantineProvider";const iC=T.exports.createContext({classNames:{},styles:{},unstyled:!1});function w1({children:e,classNames:t,unstyled:n,styles:r,staticSelector:a}){return A.createElement(iC.Provider,{value:{classNames:t,styles:r,unstyled:n,staticSelector:a}},e)}function lo(){return T.exports.useContext(iC)}const UI={app:100,modal:200,popover:300,overlay:400,max:9999};function k1(e){return UI[e]}function GI(e,t){const n=T.exports.useRef();return(!n.current||t.length!==n.current.prevDeps.length||n.current.prevDeps.map((r,a)=>r===t[a]).indexOf(!1)>=0)&&(n.current={v:e(),prevDeps:[...t]}),n.current.v}const YI=nv({key:"mantine",prepend:!0});function KI(){return rC()||YI}var qI=Object.defineProperty,nP=Object.getOwnPropertySymbols,VI=Object.prototype.hasOwnProperty,JI=Object.prototype.propertyIsEnumerable,rP=(e,t,n)=>t in e?qI(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,QI=(e,t)=>{for(var n in t||(t={}))VI.call(t,n)&&rP(e,n,t[n]);if(nP)for(var n of nP(t))JI.call(t,n)&&rP(e,n,t[n]);return e};const Yb="ref";function $I(e){let t;if(e.length!==1)return{args:e,ref:t};const[n]=e;if(!(n instanceof Object))return{args:e,ref:t};if(!(Yb in n))return{args:e,ref:t};t=n[Yb];const r=QI({},n);return delete r[Yb],{args:[r],ref:t}}const{cssFactory:ZI}=(()=>{function e(n,r,a){const s=[],l=Vf(n,s,a);return s.length<2?a:l+r(s)}function t(n){const{cache:r}=n,a=(...s)=>{const{ref:l,args:c}=$I(s),d=Zs(c,r.registered);return rv(r,d,!1),`${r.key}-${d.name}${l===void 0?"":` ${l}`}`};return{css:a,cx:(...s)=>e(r.registered,a,$4(s))}}return{cssFactory:t}})();function oC(){const e=KI();return GI(()=>ZI({cache:e}),[e])}function eD({cx:e,classes:t,context:n,classNames:r,name:a,cache:s}){const l=n.reduce((c,d)=>(Object.keys(d.classNames).forEach(f=>{typeof c[f]!="string"?c[f]=`${d.classNames[f]}`:c[f]=`${c[f]} ${d.classNames[f]}`}),c),{});return Object.keys(t).reduce((c,d)=>(c[d]=e(t[d],l[d],r!=null&&r[d],Array.isArray(a)?a.filter(Boolean).map(f=>`${(s==null?void 0:s.key)||"mantine"}-${f}-${d}`).join(" "):a?`${(s==null?void 0:s.key)||"mantine"}-${a}-${d}`:null),c),{})}var tD=Object.defineProperty,aP=Object.getOwnPropertySymbols,nD=Object.prototype.hasOwnProperty,rD=Object.prototype.propertyIsEnumerable,iP=(e,t,n)=>t in e?tD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Kb=(e,t)=>{for(var n in t||(t={}))nD.call(t,n)&&iP(e,n,t[n]);if(aP)for(var n of aP(t))rD.call(t,n)&&iP(e,n,t[n]);return e};function aD(e){return`__mantine-ref-${e||""}`}function oP(e,t,n){const r=a=>typeof a=="function"?a(t,n||{}):a||{};return Array.isArray(e)?e.map(a=>r(a.styles)).reduce((a,s)=>(Object.keys(s).forEach(l=>{a[l]?a[l]=Kb(Kb({},a[l]),s[l]):a[l]=Kb({},s[l])}),a),{}):r(e)}function It(e){const t=typeof e=="function"?e:()=>e;function n(r,a){const s=so(),l=XI(a==null?void 0:a.name),c=rC(),{css:d,cx:f}=oC(),h=t(s,r,aD),p=oP(a==null?void 0:a.styles,s,r),g=oP(l,s,r),w=Object.fromEntries(Object.keys(h).map(y=>{const k=f({[d(h[y])]:!(a!=null&&a.unstyled)},d(g[y]),d(p[y]));return[y,k]}));return{classes:eD({cx:f,classes:w,context:l,classNames:a==null?void 0:a.classNames,name:a==null?void 0:a.name,cache:c}),cx:f,theme:s}}return n}var iD=Object.defineProperty,oD=Object.defineProperties,sD=Object.getOwnPropertyDescriptors,sP=Object.getOwnPropertySymbols,lD=Object.prototype.hasOwnProperty,uD=Object.prototype.propertyIsEnumerable,lP=(e,t,n)=>t in e?iD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Hd=(e,t)=>{for(var n in t||(t={}))lD.call(t,n)&&lP(e,n,t[n]);if(sP)for(var n of sP(t))uD.call(t,n)&&lP(e,n,t[n]);return e},Fd=(e,t)=>oD(e,sD(t));const Bd={in:{opacity:1,transform:"scale(1)"},out:{opacity:0,transform:"scale(.9) translateY(10px)"},transitionProperty:"transform, opacity"},km={fade:{in:{opacity:1},out:{opacity:0},transitionProperty:"opacity"},scale:{in:{opacity:1,transform:"scale(1)"},out:{opacity:0,transform:"scale(0)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"scale-y":{in:{opacity:1,transform:"scaleY(1)"},out:{opacity:0,transform:"scaleY(0)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"scale-x":{in:{opacity:1,transform:"scaleX(1)"},out:{opacity:0,transform:"scaleX(0)"},common:{transformOrigin:"left"},transitionProperty:"transform, opacity"},"skew-up":{in:{opacity:1,transform:"translateY(0) skew(0deg, 0deg)"},out:{opacity:0,transform:"translateY(-20px) skew(-10deg, -5deg)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"skew-down":{in:{opacity:1,transform:"translateY(0) skew(0deg, 0deg)"},out:{opacity:0,transform:"translateY(20px) skew(-10deg, -5deg)"},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"rotate-left":{in:{opacity:1,transform:"translateY(0) rotate(0deg)"},out:{opacity:0,transform:"translateY(20px) rotate(-5deg)"},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"rotate-right":{in:{opacity:1,transform:"translateY(0) rotate(0deg)"},out:{opacity:0,transform:"translateY(20px) rotate(5deg)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"slide-down":{in:{opacity:1,transform:"translateY(0)"},out:{opacity:0,transform:"translateY(-100%)"},common:{transformOrigin:"top"},transitionProperty:"transform, opacity"},"slide-up":{in:{opacity:1,transform:"translateY(0)"},out:{opacity:0,transform:"translateY(100%)"},common:{transformOrigin:"bottom"},transitionProperty:"transform, opacity"},"slide-left":{in:{opacity:1,transform:"translateX(0)"},out:{opacity:0,transform:"translateX(100%)"},common:{transformOrigin:"left"},transitionProperty:"transform, opacity"},"slide-right":{in:{opacity:1,transform:"translateX(0)"},out:{opacity:0,transform:"translateX(-100%)"},common:{transformOrigin:"right"},transitionProperty:"transform, opacity"},pop:Fd(Hd({},Bd),{common:{transformOrigin:"center center"}}),"pop-bottom-left":Fd(Hd({},Bd),{common:{transformOrigin:"bottom left"}}),"pop-bottom-right":Fd(Hd({},Bd),{common:{transformOrigin:"bottom right"}}),"pop-top-left":Fd(Hd({},Bd),{common:{transformOrigin:"top left"}}),"pop-top-right":Fd(Hd({},Bd),{common:{transformOrigin:"top right"}})},uP=["mousedown","touchstart"];function cD(e,t,n){const r=T.exports.useRef();return T.exports.useEffect(()=>{const a=s=>{const{target:l}=s!=null?s:{};if(Array.isArray(n)){const c=(l==null?void 0:l.hasAttribute("data-ignore-outside-clicks"))||!document.body.contains(l);n.every(d=>!!d&&!d.contains(l))&&!c&&e()}else r.current&&!r.current.contains(l)&&e()};return(t||uP).forEach(s=>document.addEventListener(s,a)),()=>{(t||uP).forEach(s=>document.removeEventListener(s,a))}},[r,e,n]),r}function dD(e,t){try{return e.addEventListener("change",t),()=>e.removeEventListener("change",t)}catch{return e.addListener(t),()=>e.removeListener(t)}}function fD(e,t){return typeof t=="boolean"?t:typeof window<"u"&&"matchMedia"in window?window.matchMedia(e).matches:!1}function hD(e,t,{getInitialValueInEffect:n}={getInitialValueInEffect:!0}){const[r,a]=T.exports.useState(n?!1:fD(e,t)),s=T.exports.useRef();return T.exports.useEffect(()=>{if("matchMedia"in window)return s.current=window.matchMedia(e),a(s.current.matches),dD(s.current,l=>a(l.matches))},[e]),r}const sC=typeof document<"u"?T.exports.useLayoutEffect:T.exports.useEffect;function il(e,t){const n=T.exports.useRef(!1);T.exports.useEffect(()=>()=>{n.current=!1},[]),T.exports.useEffect(()=>{if(n.current)return e();n.current=!0},t)}function mD({opened:e,shouldReturnFocus:t=!0}){const n=T.exports.useRef(),r=()=>{var a;n.current&&"focus"in n.current&&typeof n.current.focus=="function"&&((a=n.current)==null||a.focus({preventScroll:!0}))};return il(()=>{let a=-1;const s=l=>{l.key==="Tab"&&window.clearTimeout(a)};return document.addEventListener("keydown",s),e?n.current=document.activeElement:t&&(a=window.setTimeout(r,10)),()=>{window.clearTimeout(a),document.removeEventListener("keydown",s)}},[e,t]),r}const pD=/input|select|textarea|button|object/,lC="a, input, select, textarea, button, object, [tabindex]";function gD(e){return e.style.display==="none"}function vD(e){if(e.getAttribute("aria-hidden")||e.getAttribute("hidden")||e.getAttribute("type")==="hidden")return!1;let t=e;for(;t&&t!==document.body;){if(gD(t))return!1;t=t.parentNode}return!0}function uC(e){let t=e.getAttribute("tabindex");return t===null&&(t=void 0),parseInt(t,10)}function Xy(e){const t=e.nodeName.toLowerCase(),n=!Number.isNaN(uC(e));return(pD.test(t)&&!e.disabled||e instanceof HTMLAnchorElement&&e.href||n)&&vD(e)}function cC(e){const t=uC(e);return(Number.isNaN(t)||t>=0)&&Xy(e)}function bD(e){return Array.from(e.querySelectorAll(lC)).filter(cC)}function yD(e,t){const n=bD(e);if(!n.length){t.preventDefault();return}if(!(n[t.shiftKey?0:n.length-1]===document.activeElement||e===document.activeElement))return;t.preventDefault();const r=n[t.shiftKey?n.length-1:0];r&&r.focus()}function wD(e,t="body > :not(script)"){const n=Array.from(document.querySelectorAll(t)).map(r=>{if(r.contains(e))return;const a=r.getAttribute("aria-hidden");return(a===null||a==="false")&&r.setAttribute("aria-hidden","true"),{node:r,ariaHidden:a}});return()=>{n.forEach(r=>{r&&(r.ariaHidden===null?r.node.removeAttribute("aria-hidden"):r.node.setAttribute("aria-hidden",r.ariaHidden))})}}function kD(e=!0){const t=T.exports.useRef(),n=T.exports.useRef(null),r=T.exports.useCallback(a=>{if(e&&a!==null&&(n.current=wD(a),t.current!==a))if(a){const s=()=>{let l=a.querySelector("[data-autofocus]");if(!l){const c=Array.from(a.querySelectorAll(lC));l=c.find(cC)||c.find(Xy)||null,!l&&Xy(a)&&(l=a)}l&&l.focus({preventScroll:!0})};setTimeout(()=>{a.ownerDocument&&s()}),t.current=a}else t.current=null},[e]);return T.exports.useEffect(()=>{if(!e)return;const a=s=>{s.key==="Tab"&&t.current&&yD(t.current,s)};return document.addEventListener("keydown",a),()=>{document.removeEventListener("keydown",a),n.current&&n.current()}},[e]),r}const xD=()=>`mantine-${Math.random().toString(36).slice(2,11)}`,PD=A["useId".toString()]||(()=>{});function MD(){const[e,t]=T.exports.useState("");return sC(()=>{t(xD())},[]),e}function AD(){const e=PD();return e?`mantine-${e.replace(/:/g,"")}`:""}function iv(e){return typeof e=="string"?e:AD()||MD()}function SD(e,t){typeof e=="function"?e(t):typeof e=="object"&&e!==null&&"current"in e&&(e.current=t)}function dC(...e){return t=>{e.forEach(n=>SD(n,t))}}function x1(...e){return T.exports.useCallback(dC(...e),e)}function Fc({value:e,defaultValue:t,finalValue:n,onChange:r=()=>{}}){const[a,s]=T.exports.useState(t!==void 0?t:n);return e!==void 0?[e,r,!0]:[a,c=>{s(c),r==null||r(c)},!1]}function fC(e,t){return hD("(prefers-reduced-motion: reduce)",e,t)}function CD(){const[e,t]=T.exports.useState(!1),n=T.exports.useRef(null),r=T.exports.useCallback(()=>t(!0),[]),a=T.exports.useCallback(()=>t(!1),[]);return T.exports.useEffect(()=>{if(n.current)return n.current.addEventListener("mouseenter",r),n.current.addEventListener("mouseleave",a),()=>{var s,l;(s=n.current)==null||s.removeEventListener("mouseenter",r),(l=n.current)==null||l.removeEventListener("mouseleave",a)}},[]),{ref:n,hovered:e}}const Mp={context:"Accordion component was not found in the tree",itemContext:"Accordion.Item component was not found in the tree",value:"Accordion.Item component was rendered with invalid value or without value"},[ED,P1]=Jf(Mp.context);function WD({children:e,multiple:t,value:n,defaultValue:r,onChange:a,id:s,loop:l,transitionDuration:c,disableChevronRotation:d,chevronPosition:f,chevronSize:h,order:p,chevron:g,variant:w,radius:y}){const k=iv(s),[M,W]=Fc({value:n,defaultValue:r,finalValue:t?[]:null,onChange:a}),z=B=>Array.isArray(M)?M.includes(B):B===M,N=B=>{const H=Array.isArray(M)?M.includes(B)?M.filter(U=>U!==B):[...M,B]:B===M?null:B;W(H)};return A.createElement(ED,{value:{isItemActive:z,onChange:N,getControlId:xp(`${k}-control`,Mp.value),getRegionId:xp(`${k}-panel`,Mp.value),transitionDuration:c,disableChevronRotation:d,chevronPosition:f,chevronSize:h,order:p,chevron:g,loop:l,variant:w,radius:y}},e)}const[jD,hC]=Jf(Mp.itemContext);function OD(e,{variant:t,radius:n}){const r=e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3],a=e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[0],s=e.fn.radius(n);return t==="default"?{color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,borderBottom:`1px solid ${r}`}:t==="contained"?{border:`1px solid ${r}`,transition:"background-color 150ms ease","&[data-active]":{backgroundColor:a},"&:first-of-type":{borderTopRightRadius:s,borderTopLeftRadius:s,"& > [data-accordion-control]":{borderTopRightRadius:s,borderTopLeftRadius:s}},"&:last-of-type":{borderBottomRightRadius:s,borderBottomLeftRadius:s,"& > [data-accordion-control]":{borderBottomRightRadius:s,borderBottomLeftRadius:s}},"& + &":{borderTop:0}}:t==="filled"?{borderRadius:s,"&[data-active]":{backgroundColor:a}}:t==="separated"?{borderRadius:s,backgroundColor:a,border:"1px solid transparent",transition:"background-color 150ms ease","& + &":{marginTop:e.spacing.md},"&[data-active]":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[7]:e.white,borderColor:r}}:{}}var TD=It((e,t)=>({item:OD(e,t)}));const zD=TD;var cP=Object.getOwnPropertySymbols,ND=Object.prototype.hasOwnProperty,_D=Object.prototype.propertyIsEnumerable,RD=(e,t)=>{var n={};for(var r in e)ND.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&cP)for(var r of cP(e))t.indexOf(r)<0&&_D.call(e,r)&&(n[r]=e[r]);return n};function ov(e){const t=e,{m:n,mx:r,my:a,mt:s,mb:l,ml:c,mr:d,p:f,px:h,py:p,pt:g,pb:w,pl:y,pr:k,bg:M,c:W,opacity:z,ff:N,fz:B,fw:H,lts:U,ta:$,lh:Q,fs:de,tt:me,td:Se,w:Pe,miw:Te,maw:$e,h:Ge,mih:je,mah:G,bgsz:oe,bgp:Ie,bgr:Oe,bga:fe,pos:xe,top:ue,left:Ze,bottom:ie,right:we,inset:Ce,display:Fe}=t,at=RD(t,["m","mx","my","mt","mb","ml","mr","p","px","py","pt","pb","pl","pr","bg","c","opacity","ff","fz","fw","lts","ta","lh","fs","tt","td","w","miw","maw","h","mih","mah","bgsz","bgp","bgr","bga","pos","top","left","bottom","right","inset","display"]);return{systemStyles:nC({m:n,mx:r,my:a,mt:s,mb:l,ml:c,mr:d,p:f,px:h,py:p,pt:g,pb:w,pl:y,pr:k,bg:M,c:W,opacity:z,ff:N,fz:B,fw:H,lts:U,ta:$,lh:Q,fs:de,tt:me,td:Se,w:Pe,miw:Te,maw:$e,h:Ge,mih:je,mah:G,bgsz:oe,bgp:Ie,bgr:Oe,bga:fe,pos:xe,top:ue,left:Ze,bottom:ie,right:we,inset:Ce,display:Fe}),rest:at}}function ID(e,t){const n=Object.keys(e).filter(r=>r!=="base").sort((r,a)=>t.fn.size({size:r,sizes:t.breakpoints})-t.fn.size({size:a,sizes:t.breakpoints}));return"base"in e?["base",...n]:n}function DD({value:e,theme:t,getValue:n,property:r}){if(e==null)return;if(typeof e=="object")return ID(e,t).reduce((s,l)=>{if(l==="base"&&e.base!==void 0){const d=n(e.base,t);return Array.isArray(r)?(r.forEach(f=>{s[f]=d}),s):(s[r]=d,s)}const c=n(e[l],t);return Array.isArray(r)?(s[t.fn.largerThan(l)]={},r.forEach(d=>{s[t.fn.largerThan(l)][d]=c}),s):(s[t.fn.largerThan(l)]={[r]:c},s)},{});const a=n(e,t);return Array.isArray(r)?r.reduce((s,l)=>(s[l]=a,s),{}):{[r]:a}}function LD(e,t){return e==="dimmed"?t.colorScheme==="dark"?t.colors.dark[2]:t.colors.gray[6]:t.fn.variant({variant:"filled",color:e,primaryFallback:!1}).background}function HD(e){return e}function FD(e,t){return t.fn.size({size:e,sizes:t.fontSizes})}const BD=["-xs","-sm","-md","-lg","-xl"];function XD(e,t){return BD.includes(e)?t.fn.size({size:e.replace("-",""),sizes:t.spacing})*-1:t.fn.size({size:e,sizes:t.spacing})}const UD={color:LD,default:HD,fontSize:FD,spacing:XD},GD={m:{type:"spacing",property:"margin"},mt:{type:"spacing",property:"marginTop"},mb:{type:"spacing",property:"marginBottom"},ml:{type:"spacing",property:"marginLeft"},mr:{type:"spacing",property:"marginRight"},mx:{type:"spacing",property:["marginRight","marginLeft"]},my:{type:"spacing",property:["marginTop","marginBottom"]},p:{type:"spacing",property:"padding"},pt:{type:"spacing",property:"paddingTop"},pb:{type:"spacing",property:"paddingBottom"},pl:{type:"spacing",property:"paddingLeft"},pr:{type:"spacing",property:"paddingRight"},px:{type:"spacing",property:["paddingRight","paddingLeft"]},py:{type:"spacing",property:["paddingTop","paddingBottom"]},bg:{type:"color",property:"background"},c:{type:"color",property:"color"},opacity:{type:"default",property:"opacity"},ff:{type:"default",property:"fontFamily"},fz:{type:"fontSize",property:"fontSize"},fw:{type:"default",property:"fontWeight"},lts:{type:"default",property:"letterSpacing"},ta:{type:"default",property:"textAlign"},lh:{type:"default",property:"lineHeight"},fs:{type:"default",property:"fontStyle"},tt:{type:"default",property:"textTransform"},td:{type:"default",property:"textDecoration"},w:{type:"default",property:"width"},miw:{type:"default",property:"minWidth"},maw:{type:"default",property:"maxWidth"},h:{type:"default",property:"height"},mih:{type:"default",property:"minHeight"},mah:{type:"default",property:"maxHeight"},bgsz:{type:"default",property:"background-size"},bgp:{type:"default",property:"background-position"},bgr:{type:"default",property:"background-repeat"},bga:{type:"default",property:"background-attachment"},pos:{type:"default",property:"position"},top:{type:"default",property:"top"},left:{type:"default",property:"left"},bottom:{type:"default",property:"bottom"},right:{type:"default",property:"right"},inset:{type:"default",property:"inset"},display:{type:"default",property:"display"}};var YD=Object.defineProperty,dP=Object.getOwnPropertySymbols,KD=Object.prototype.hasOwnProperty,qD=Object.prototype.propertyIsEnumerable,fP=(e,t,n)=>t in e?YD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,hP=(e,t)=>{for(var n in t||(t={}))KD.call(t,n)&&fP(e,n,t[n]);if(dP)for(var n of dP(t))qD.call(t,n)&&fP(e,n,t[n]);return e};function mP(e,t,n=GD){return Object.keys(n).reduce((r,a)=>(a in e&&e[a]!==void 0&&r.push(DD({value:e[a],getValue:UD[n[a].type],property:n[a].property,theme:t})),r),[]).reduce((r,a)=>(Object.keys(a).forEach(s=>{typeof a[s]=="object"&&a[s]!==null&&s in r?r[s]=hP(hP({},r[s]),a[s]):r[s]=a[s]}),r),{})}function pP(e,t){return typeof e=="function"?e(t):e}function VD(e,t,n){const r=so(),{css:a,cx:s}=oC();return Array.isArray(e)?s(n,a(mP(t,r)),e.map(l=>a(pP(l,r)))):s(n,a(pP(e,r)),a(mP(t,r)))}var JD=Object.defineProperty,Ap=Object.getOwnPropertySymbols,mC=Object.prototype.hasOwnProperty,pC=Object.prototype.propertyIsEnumerable,gP=(e,t,n)=>t in e?JD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,QD=(e,t)=>{for(var n in t||(t={}))mC.call(t,n)&&gP(e,n,t[n]);if(Ap)for(var n of Ap(t))pC.call(t,n)&&gP(e,n,t[n]);return e},$D=(e,t)=>{var n={};for(var r in e)mC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ap)for(var r of Ap(e))t.indexOf(r)<0&&pC.call(e,r)&&(n[r]=e[r]);return n};const gC=T.exports.forwardRef((e,t)=>{var n=e,{className:r,component:a,style:s,sx:l}=n,c=$D(n,["className","component","style","sx"]);const{systemStyles:d,rest:f}=ov(c),h=a||"div";return A.createElement(h,QD({ref:t,className:VD(l,d,r),style:s},f))});gC.displayName="@mantine/core/Box";const rn=gC;var ZD=Object.defineProperty,Sp=Object.getOwnPropertySymbols,vC=Object.prototype.hasOwnProperty,bC=Object.prototype.propertyIsEnumerable,vP=(e,t,n)=>t in e?ZD(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,eL=(e,t)=>{for(var n in t||(t={}))vC.call(t,n)&&vP(e,n,t[n]);if(Sp)for(var n of Sp(t))bC.call(t,n)&&vP(e,n,t[n]);return e},tL=(e,t)=>{var n={};for(var r in e)vC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Sp)for(var r of Sp(e))t.indexOf(r)<0&&bC.call(e,r)&&(n[r]=e[r]);return n};const yC=T.exports.forwardRef((e,t)=>{var n=e,{children:r,className:a,value:s}=n,l=tL(n,["children","className","value"]);const{classNames:c,styles:d,unstyled:f}=lo(),h=P1(),{classes:p,cx:g}=zD({variant:h.variant,radius:h.radius},{name:"Accordion",classNames:c,styles:d,unstyled:f});return A.createElement(jD,{value:{value:s}},A.createElement(rn,eL({ref:t,className:g(p.item,a),"data-active":h.isItemActive(s)||void 0},l),r))});yC.displayName="@mantine/core/AccordionItem";var nL=Object.defineProperty,rL=Object.defineProperties,aL=Object.getOwnPropertyDescriptors,Cp=Object.getOwnPropertySymbols,wC=Object.prototype.hasOwnProperty,kC=Object.prototype.propertyIsEnumerable,bP=(e,t,n)=>t in e?nL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,xm=(e,t)=>{for(var n in t||(t={}))wC.call(t,n)&&bP(e,n,t[n]);if(Cp)for(var n of Cp(t))kC.call(t,n)&&bP(e,n,t[n]);return e},iL=(e,t)=>rL(e,aL(t)),oL=(e,t)=>{var n={};for(var r in e)wC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Cp)for(var r of Cp(e))t.indexOf(r)<0&&kC.call(e,r)&&(n[r]=e[r]);return n};function sL(e,{variant:t}){return t==="default"||t==="contained"?e.fn.hover({backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[0]}):{}}var lL=It((e,t)=>{var n=t,{transitionDuration:r,chevronPosition:a,chevronSize:s}=n,l=oL(n,["transitionDuration","chevronPosition","chevronSize"]);return{icon:{display:"flex",alignItems:"center",justifyContent:"center",marginRight:a==="left"?0:e.spacing.sm,marginLeft:a==="left"?e.spacing.lg:0},chevron:{display:"flex",alignItems:"center",justifyContent:"center",transition:`transform ${r}ms ease`,marginRight:a==="right"?0:e.spacing.sm,marginLeft:a==="right"?e.spacing.lg:0,width:s,minWidth:s,"&[data-rotate]":{transform:"rotate(180deg)"}},label:{color:"inherit",fontWeight:400,flex:1,overflow:"hidden",textOverflow:"ellipsis"},itemTitle:{margin:0,padding:0},control:iL(xm(xm(xm({},e.fn.focusStyles()),e.fn.fontStyles()),sL(e,l)),{width:"100%",display:"flex",alignItems:"center",flexDirection:a==="right"?"row-reverse":"row",padding:`${e.spacing.md}px ${e.spacing.md/2}px`,paddingLeft:a==="right"?`calc(${e.spacing.sm}px + 4px)`:null,textAlign:"left",color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,"&:disabled":xm({opacity:.4,cursor:"not-allowed"},e.fn.hover({backgroundColor:"transparent"}))})}});const uL=lL;var cL=Object.defineProperty,dL=Object.defineProperties,fL=Object.getOwnPropertyDescriptors,yP=Object.getOwnPropertySymbols,hL=Object.prototype.hasOwnProperty,mL=Object.prototype.propertyIsEnumerable,wP=(e,t,n)=>t in e?cL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,kP=(e,t)=>{for(var n in t||(t={}))hL.call(t,n)&&wP(e,n,t[n]);if(yP)for(var n of yP(t))mL.call(t,n)&&wP(e,n,t[n]);return e},pL=(e,t)=>dL(e,fL(t)),gL=It(e=>({root:pL(kP(kP({},e.fn.focusStyles()),e.fn.fontStyles()),{cursor:"pointer",border:0,padding:0,appearance:"none",fontSize:e.fontSizes.md,backgroundColor:"transparent",textAlign:"left",color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,textDecoration:"none",boxSizing:"border-box"})}));const vL=gL;var bL=Object.defineProperty,Ep=Object.getOwnPropertySymbols,xC=Object.prototype.hasOwnProperty,PC=Object.prototype.propertyIsEnumerable,xP=(e,t,n)=>t in e?bL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,yL=(e,t)=>{for(var n in t||(t={}))xC.call(t,n)&&xP(e,n,t[n]);if(Ep)for(var n of Ep(t))PC.call(t,n)&&xP(e,n,t[n]);return e},wL=(e,t)=>{var n={};for(var r in e)xC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ep)for(var r of Ep(e))t.indexOf(r)<0&&PC.call(e,r)&&(n[r]=e[r]);return n};const MC=T.exports.forwardRef((e,t)=>{const n=gn("UnstyledButton",{},e),{className:r,component:a="button",unstyled:s}=n,l=wL(n,["className","component","unstyled"]),{classes:c,cx:d}=vL(null,{name:"UnstyledButton",unstyled:s});return A.createElement(rn,yL({component:a,ref:t,className:d(c.root,r),type:a==="button"?"button":void 0},l))});MC.displayName="@mantine/core/UnstyledButton";const sv=MC;var kL=Object.defineProperty,xL=Object.defineProperties,PL=Object.getOwnPropertyDescriptors,Wp=Object.getOwnPropertySymbols,AC=Object.prototype.hasOwnProperty,SC=Object.prototype.propertyIsEnumerable,PP=(e,t,n)=>t in e?kL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ML=(e,t)=>{for(var n in t||(t={}))AC.call(t,n)&&PP(e,n,t[n]);if(Wp)for(var n of Wp(t))SC.call(t,n)&&PP(e,n,t[n]);return e},AL=(e,t)=>xL(e,PL(t)),SL=(e,t)=>{var n={};for(var r in e)AC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Wp)for(var r of Wp(e))t.indexOf(r)<0&&SC.call(e,r)&&(n[r]=e[r]);return n};const CC=T.exports.forwardRef((e,t)=>{var n=e,{disabled:r,onKeyDown:a,onClick:s,chevron:l,children:c,className:d,icon:f}=n,h=SL(n,["disabled","onKeyDown","onClick","chevron","children","className","icon"]);const p=P1(),{value:g}=hC(),{classNames:w,styles:y,unstyled:k}=lo(),{classes:M,cx:W}=uL({transitionDuration:p.transitionDuration,chevronPosition:p.chevronPosition,chevronSize:p.chevronSize,variant:p.variant,radius:p.radius},{name:"Accordion",classNames:w,styles:y,unstyled:k}),z=p.isItemActive(g),N=typeof p.order=="number",B=`h${p.order}`,H=A.createElement(sv,AL(ML({},h),{ref:t,"data-accordion-control":!0,disabled:r,className:W(M.control,d),onClick:U=>{s==null||s(U),p.onChange(g)},type:"button","data-active":z||void 0,"aria-expanded":z,"aria-controls":p.getRegionId(g),id:p.getControlId(g),unstyled:k,onKeyDown:m1({siblingSelector:"[data-accordion-control]",parentSelector:"[data-accordion]",activateOnFocus:!1,loop:p.loop,orientation:"vertical",onKeyDown:a})}),A.createElement("div",{className:M.chevron,"data-rotate":!p.disableChevronRotation&&z||void 0},l||p.chevron),A.createElement("div",{className:M.label},c),f&&A.createElement("div",{className:M.icon},f));return N?A.createElement(B,{className:M.itemTitle},H):H});CC.displayName="@mantine/core/AccordionControl";var CL=Object.defineProperty,EL=Object.defineProperties,WL=Object.getOwnPropertyDescriptors,MP=Object.getOwnPropertySymbols,jL=Object.prototype.hasOwnProperty,OL=Object.prototype.propertyIsEnumerable,AP=(e,t,n)=>t in e?CL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,TL=(e,t)=>{for(var n in t||(t={}))jL.call(t,n)&&AP(e,n,t[n]);if(MP)for(var n of MP(t))OL.call(t,n)&&AP(e,n,t[n]);return e},zL=(e,t)=>EL(e,WL(t)),NL=It((e,t)=>({panel:zL(TL({},e.fn.fontStyles()),{wordBreak:"break-word",lineHeight:e.lineHeight}),content:{padding:e.spacing.md,paddingTop:`calc(${e.spacing.xs}px / 2)`}}));const _L=NL;var Bc={exports:{}},ha={},SP={exports:{}},CP={},EP;function RL(){return EP||(EP=1,function(e){var t,n,r,a;if(typeof performance=="object"&&typeof performance.now=="function"){var s=performance;e.unstable_now=function(){return s.now()}}else{var l=Date,c=l.now();e.unstable_now=function(){return l.now()-c}}if(typeof window>"u"||typeof MessageChannel!="function"){var d=null,f=null,h=function(){if(d!==null)try{var fe=e.unstable_now();d(!0,fe),d=null}catch(xe){throw setTimeout(h,0),xe}};t=function(fe){d!==null?setTimeout(t,0,fe):(d=fe,setTimeout(h,0))},n=function(fe,xe){f=setTimeout(fe,xe)},r=function(){clearTimeout(f)},e.unstable_shouldYield=function(){return!1},a=e.unstable_forceFrameRate=function(){}}else{var p=window.setTimeout,g=window.clearTimeout;if(typeof console<"u"){var w=window.cancelAnimationFrame;typeof window.requestAnimationFrame!="function"&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),typeof w!="function"&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills")}var y=!1,k=null,M=-1,W=5,z=0;e.unstable_shouldYield=function(){return e.unstable_now()>=z},a=function(){},e.unstable_forceFrameRate=function(fe){0>fe||125>>1,ie=fe[Ze];if(ie!==void 0&&0Q(Ce,ue))at!==void 0&&0>Q(at,Ce)?(fe[Ze]=at,fe[Fe]=ue,Ze=Fe):(fe[Ze]=Ce,fe[we]=ue,Ze=we);else if(at!==void 0&&0>Q(at,ue))fe[Ze]=at,fe[Fe]=ue,Ze=Fe;else break e}}return xe}return null}function Q(fe,xe){var ue=fe.sortIndex-xe.sortIndex;return ue!==0?ue:fe.id-xe.id}var de=[],me=[],Se=1,Pe=null,Te=3,$e=!1,Ge=!1,je=!1;function G(fe){for(var xe=U(me);xe!==null;){if(xe.callback===null)$(me);else if(xe.startTime<=fe)$(me),xe.sortIndex=xe.expirationTime,H(de,xe);else break;xe=U(me)}}function oe(fe){if(je=!1,G(fe),!Ge)if(U(de)!==null)Ge=!0,t(Ie);else{var xe=U(me);xe!==null&&n(oe,xe.startTime-fe)}}function Ie(fe,xe){Ge=!1,je&&(je=!1,r()),$e=!0;var ue=Te;try{for(G(xe),Pe=U(de);Pe!==null&&(!(Pe.expirationTime>xe)||fe&&!e.unstable_shouldYield());){var Ze=Pe.callback;if(typeof Ze=="function"){Pe.callback=null,Te=Pe.priorityLevel;var ie=Ze(Pe.expirationTime<=xe);xe=e.unstable_now(),typeof ie=="function"?Pe.callback=ie:Pe===U(de)&&$(de),G(xe)}else $(de);Pe=U(de)}if(Pe!==null)var we=!0;else{var Ce=U(me);Ce!==null&&n(oe,Ce.startTime-xe),we=!1}return we}finally{Pe=null,Te=ue,$e=!1}}var Oe=a;e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(fe){fe.callback=null},e.unstable_continueExecution=function(){Ge||$e||(Ge=!0,t(Ie))},e.unstable_getCurrentPriorityLevel=function(){return Te},e.unstable_getFirstCallbackNode=function(){return U(de)},e.unstable_next=function(fe){switch(Te){case 1:case 2:case 3:var xe=3;break;default:xe=Te}var ue=Te;Te=xe;try{return fe()}finally{Te=ue}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=Oe,e.unstable_runWithPriority=function(fe,xe){switch(fe){case 1:case 2:case 3:case 4:case 5:break;default:fe=3}var ue=Te;Te=fe;try{return xe()}finally{Te=ue}},e.unstable_scheduleCallback=function(fe,xe,ue){var Ze=e.unstable_now();switch(typeof ue=="object"&&ue!==null?(ue=ue.delay,ue=typeof ue=="number"&&0Ze?(fe.sortIndex=ue,H(me,fe),U(de)===null&&fe===U(me)&&(je?r():je=!0,n(oe,ue-Ze))):(fe.sortIndex=ie,H(de,fe),Ge||$e||(Ge=!0,t(Ie))),fe},e.unstable_wrapCallback=function(fe){var xe=Te;return function(){var ue=Te;Te=xe;try{return fe.apply(this,arguments)}finally{Te=ue}}}}(CP)),CP}var WP;function IL(){return WP||(WP=1,function(e){e.exports=RL()}(SP)),SP.exports}var jP;function DL(){if(jP)return ha;jP=1;var e=T.exports,t=z4(),n=IL();function r(i){for(var o="https://reactjs.org/docs/error-decoder.html?invariant="+i,u=1;u"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),f=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,h=Object.prototype.hasOwnProperty,p={},g={};function w(i){return h.call(g,i)?!0:h.call(p,i)?!1:f.test(i)?g[i]=!0:(p[i]=!0,!1)}function y(i,o,u,m){if(u!==null&&u.type===0)return!1;switch(typeof o){case"function":case"symbol":return!0;case"boolean":return m?!1:u!==null?!u.acceptsBooleans:(i=i.toLowerCase().slice(0,5),i!=="data-"&&i!=="aria-");default:return!1}}function k(i,o,u,m){if(o===null||typeof o>"u"||y(i,o,u,m))return!0;if(m)return!1;if(u!==null)switch(u.type){case 3:return!o;case 4:return o===!1;case 5:return isNaN(o);case 6:return isNaN(o)||1>o}return!1}function M(i,o,u,m,b,P,O){this.acceptsBooleans=o===2||o===3||o===4,this.attributeName=m,this.attributeNamespace=b,this.mustUseProperty=u,this.propertyName=i,this.type=o,this.sanitizeURL=P,this.removeEmptyString=O}var W={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(i){W[i]=new M(i,0,!1,i,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(i){var o=i[0];W[o]=new M(o,1,!1,i[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(i){W[i]=new M(i,2,!1,i.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(i){W[i]=new M(i,2,!1,i,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(i){W[i]=new M(i,3,!1,i.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(i){W[i]=new M(i,3,!0,i,null,!1,!1)}),["capture","download"].forEach(function(i){W[i]=new M(i,4,!1,i,null,!1,!1)}),["cols","rows","size","span"].forEach(function(i){W[i]=new M(i,6,!1,i,null,!1,!1)}),["rowSpan","start"].forEach(function(i){W[i]=new M(i,5,!1,i.toLowerCase(),null,!1,!1)});var z=/[\-:]([a-z])/g;function N(i){return i[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(i){var o=i.replace(z,N);W[o]=new M(o,1,!1,i,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(i){var o=i.replace(z,N);W[o]=new M(o,1,!1,i,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(i){var o=i.replace(z,N);W[o]=new M(o,1,!1,i,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(i){W[i]=new M(i,1,!1,i.toLowerCase(),null,!1,!1)}),W.xlinkHref=new M("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(i){W[i]=new M(i,1,!1,i.toLowerCase(),null,!0,!0)});function B(i,o,u,m){var b=W.hasOwnProperty(o)?W[o]:null,P=b!==null?b.type===0:m?!1:!(!(2R||b[O]!==P[R])return` -`+b[O].replace(" at new "," at ");while(1<=O&&0<=R);break}}}finally{Fe=!1,Error.prepareStackTrace=u}return(i=i?i.displayName||i.name:"")?Ce(i):""}function Dt(i){switch(i.tag){case 5:return Ce(i.type);case 16:return Ce("Lazy");case 13:return Ce("Suspense");case 19:return Ce("SuspenseList");case 0:case 2:case 15:return i=at(i.type,!1),i;case 11:return i=at(i.type.render,!1),i;case 22:return i=at(i.type._render,!1),i;case 1:return i=at(i.type,!0),i;default:return""}}function it(i){if(i==null)return null;if(typeof i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i;switch(i){case Q:return"Fragment";case $:return"Portal";case me:return"Profiler";case de:return"StrictMode";case $e:return"Suspense";case Ge:return"SuspenseList"}if(typeof i=="object")switch(i.$$typeof){case Pe:return(i.displayName||"Context")+".Consumer";case Se:return(i._context.displayName||"Context")+".Provider";case Te:var o=i.render;return o=o.displayName||o.name||"",i.displayName||(o!==""?"ForwardRef("+o+")":"ForwardRef");case je:return it(i.type);case oe:return it(i._render);case G:o=i._payload,i=i._init;try{return it(i(o))}catch{}}return null}function L(i){switch(typeof i){case"boolean":case"number":case"object":case"string":case"undefined":return i;default:return""}}function K(i){var o=i.type;return(i=i.nodeName)&&i.toLowerCase()==="input"&&(o==="checkbox"||o==="radio")}function le(i){var o=K(i)?"checked":"value",u=Object.getOwnPropertyDescriptor(i.constructor.prototype,o),m=""+i[o];if(!i.hasOwnProperty(o)&&typeof u<"u"&&typeof u.get=="function"&&typeof u.set=="function"){var b=u.get,P=u.set;return Object.defineProperty(i,o,{configurable:!0,get:function(){return b.call(this)},set:function(O){m=""+O,P.call(this,O)}}),Object.defineProperty(i,o,{enumerable:u.enumerable}),{getValue:function(){return m},setValue:function(O){m=""+O},stopTracking:function(){i._valueTracker=null,delete i[o]}}}}function se(i){i._valueTracker||(i._valueTracker=le(i))}function ge(i){if(!i)return!1;var o=i._valueTracker;if(!o)return!0;var u=o.getValue(),m="";return i&&(m=K(i)?i.checked?"true":"false":i.value),i=m,i!==u?(o.setValue(i),!0):!1}function Ee(i){if(i=i||(typeof document<"u"?document:void 0),typeof i>"u")return null;try{return i.activeElement||i.body}catch{return i.body}}function _e(i,o){var u=o.checked;return t({},o,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:u!=null?u:i._wrapperState.initialChecked})}function ze(i,o){var u=o.defaultValue==null?"":o.defaultValue,m=o.checked!=null?o.checked:o.defaultChecked;u=L(o.value!=null?o.value:u),i._wrapperState={initialChecked:m,initialValue:u,controlled:o.type==="checkbox"||o.type==="radio"?o.checked!=null:o.value!=null}}function Ne(i,o){o=o.checked,o!=null&&B(i,"checked",o,!1)}function be(i,o){Ne(i,o);var u=L(o.value),m=o.type;if(u!=null)m==="number"?(u===0&&i.value===""||i.value!=u)&&(i.value=""+u):i.value!==""+u&&(i.value=""+u);else if(m==="submit"||m==="reset"){i.removeAttribute("value");return}o.hasOwnProperty("value")?He(i,o.type,u):o.hasOwnProperty("defaultValue")&&He(i,o.type,L(o.defaultValue)),o.checked==null&&o.defaultChecked!=null&&(i.defaultChecked=!!o.defaultChecked)}function Qe(i,o,u){if(o.hasOwnProperty("value")||o.hasOwnProperty("defaultValue")){var m=o.type;if(!(m!=="submit"&&m!=="reset"||o.value!==void 0&&o.value!==null))return;o=""+i._wrapperState.initialValue,u||o===i.value||(i.value=o),i.defaultValue=o}u=i.name,u!==""&&(i.name=""),i.defaultChecked=!!i._wrapperState.initialChecked,u!==""&&(i.name=u)}function He(i,o,u){(o!=="number"||Ee(i.ownerDocument)!==i)&&(u==null?i.defaultValue=""+i._wrapperState.initialValue:i.defaultValue!==""+u&&(i.defaultValue=""+u))}function Ye(i){var o="";return e.Children.forEach(i,function(u){u!=null&&(o+=u)}),o}function nt(i,o){return i=t({children:void 0},o),(o=Ye(o.children))&&(i.children=o),i}function ut(i,o,u,m){if(i=i.options,o){o={};for(var b=0;b=u.length))throw Error(r(93));u=u[0]}o=u}o==null&&(o=""),u=o}i._wrapperState={initialValue:L(u)}}function Qt(i,o){var u=L(o.value),m=L(o.defaultValue);u!=null&&(u=""+u,u!==i.value&&(i.value=u),o.defaultValue==null&&i.defaultValue!==u&&(i.defaultValue=u)),m!=null&&(i.defaultValue=""+m)}function Sn(i){var o=i.textContent;o===i._wrapperState.initialValue&&o!==""&&o!==null&&(i.value=o)}var nr={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"};function ba(i){switch(i){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function rr(i,o){return i==null||i==="http://www.w3.org/1999/xhtml"?ba(o):i==="http://www.w3.org/2000/svg"&&o==="foreignObject"?"http://www.w3.org/1999/xhtml":i}var Mr,Cn=function(i){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(o,u,m,b){MSApp.execUnsafeLocalFunction(function(){return i(o,u,m,b)})}:i}(function(i,o){if(i.namespaceURI!==nr.svg||"innerHTML"in i)i.innerHTML=o;else{for(Mr=Mr||document.createElement("div"),Mr.innerHTML=""+o.valueOf().toString()+"",o=Mr.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;o.firstChild;)i.appendChild(o.firstChild)}});function cn(i,o){if(o){var u=i.firstChild;if(u&&u===i.lastChild&&u.nodeType===3){u.nodeValue=o;return}}i.textContent=o}var In={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},ya=["Webkit","ms","Moz","O"];Object.keys(In).forEach(function(i){ya.forEach(function(o){o=o+i.charAt(0).toUpperCase()+i.substring(1),In[o]=In[i]})});function Va(i,o,u){return o==null||typeof o=="boolean"||o===""?"":u||typeof o!="number"||o===0||In.hasOwnProperty(i)&&In[i]?(""+o).trim():o+"px"}function ki(i,o){i=i.style;for(var u in o)if(o.hasOwnProperty(u)){var m=u.indexOf("--")===0,b=Va(u,o[u],m);u==="float"&&(u="cssFloat"),m?i.setProperty(u,b):i[u]=b}}var xi=t({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function ar(i,o){if(o){if(xi[i]&&(o.children!=null||o.dangerouslySetInnerHTML!=null))throw Error(r(137,i));if(o.dangerouslySetInnerHTML!=null){if(o.children!=null)throw Error(r(60));if(!(typeof o.dangerouslySetInnerHTML=="object"&&"__html"in o.dangerouslySetInnerHTML))throw Error(r(61))}if(o.style!=null&&typeof o.style!="object")throw Error(r(62))}}function uo(i,o){if(i.indexOf("-")===-1)return typeof o.is=="string";switch(i){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}function Ar(i){return i=i.target||i.srcElement||window,i.correspondingUseElement&&(i=i.correspondingUseElement),i.nodeType===3?i.parentNode:i}var co=null,wa=null,ka=null;function fo(i){if(i=Ps(i)){if(typeof co!="function")throw Error(r(280));var o=i.stateNode;o&&(o=_l(o),co(i.stateNode,i.type,o))}}function ho(i){wa?ka?ka.push(i):ka=[i]:wa=i}function En(){if(wa){var i=wa,o=ka;if(ka=wa=null,fo(i),o)for(i=0;im?0:1<u;u++)o.push(i);return o}function _(i,o,u){i.pendingLanes|=o;var m=o-1;i.suspendedLanes&=m,i.pingedLanes&=m,i=i.eventTimes,o=31-ae(o),i[o]=u}var ae=Math.clz32?Math.clz32:te,E=Math.log,F=Math.LN2;function te(i){return i===0?32:31-(E(i)/F|0)|0}var De=n.unstable_UserBlockingPriority,st=n.unstable_runWithPriority,ct=!0;function $t(i,o,u,m){sa||Pi();var b=Gt,P=sa;sa=!0;try{po(b,i,o,u,m)}finally{(sa=P)||xa()}}function pt(i,o,u,m){st(De,Gt.bind(null,i,o,u,m))}function Gt(i,o,u,m){if(ct){var b;if((b=(o&4)===0)&&0=kl),ed=String.fromCharCode(32),mh=!1;function ph(i,o){switch(i){case"keyup":return Nv.indexOf(o.keyCode)!==-1;case"keydown":return o.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function gh(i){return i=i.detail,typeof i=="object"&&"data"in i?i.data:null}var Ni=!1;function vh(i,o){switch(i){case"compositionend":return gh(o);case"keypress":return o.which!==32?null:(mh=!0,ed);case"textInput":return i=o.data,i===ed&&mh?null:i;default:return null}}function bh(i,o){if(Ni)return i==="compositionend"||!$c&&ph(i,o)?(i=ps(),Wr=Er=dn=null,Ni=!1,i):null;switch(i){case"paste":return null;case"keypress":if(!(o.ctrlKey||o.altKey||o.metaKey)||o.ctrlKey&&o.altKey){if(o.char&&1=o)return{node:u,offset:o-i};i=m}e:{for(;u;){if(u.nextSibling){u=u.nextSibling;break e}u=u.parentNode}u=void 0}u=Cl(u)}}function Ph(i,o){return i&&o?i===o?!0:i&&i.nodeType===3?!1:o&&o.nodeType===3?Ph(i,o.parentNode):"contains"in i?i.contains(o):i.compareDocumentPosition?!!(i.compareDocumentPosition(o)&16):!1:!1}function id(){for(var i=window,o=Ee();o instanceof i.HTMLIFrameElement;){try{var u=typeof o.contentWindow.location.href=="string"}catch{u=!1}if(u)i=o.contentWindow;else break;o=Ee(i.document)}return o}function El(i){var o=i&&i.nodeName&&i.nodeName.toLowerCase();return o&&(o==="input"&&(i.type==="text"||i.type==="search"||i.type==="tel"||i.type==="url"||i.type==="password")||o==="textarea"||i.contentEditable==="true")}var Bv=d&&"documentMode"in document&&11>=document.documentMode,bs=null,od=null,ys=null,Tu=!1;function Mh(i,o,u){var m=u.window===u?u.document:u.nodeType===9?u:u.ownerDocument;Tu||bs==null||bs!==Ee(m)||(m=bs,"selectionStart"in m&&El(m)?m={start:m.selectionStart,end:m.selectionEnd}:(m=(m.ownerDocument&&m.ownerDocument.defaultView||window).getSelection(),m={anchorNode:m.anchorNode,anchorOffset:m.anchorOffset,focusNode:m.focusNode,focusOffset:m.focusOffset}),ys&&Sl(ys,m)||(ys=m,m=Ol(od,"onSelect"),0Co||(i.current=hd[Co],hd[Co]=null,Co--)}function yn(i,o){Co++,hd[Co]=i.current,i.current=o}var Ii={},Dn=oi(Ii),_n=oi(!1),Eo=Ii;function As(i,o){var u=i.type.contextTypes;if(!u)return Ii;var m=i.stateNode;if(m&&m.__reactInternalMemoizedUnmaskedChildContext===o)return m.__reactInternalMemoizedMaskedChildContext;var b={},P;for(P in u)b[P]=o[P];return m&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=o,i.__reactInternalMemoizedMaskedChildContext=b),b}function gr(i){return i=i.childContextTypes,i!=null}function Rl(){hn(_n),hn(Dn)}function Wo(i,o,u){if(Dn.current!==Ii)throw Error(r(168));yn(Dn,o),yn(_n,u)}function Ih(i,o,u){var m=i.stateNode;if(i=o.childContextTypes,typeof m.getChildContext!="function")return u;m=m.getChildContext();for(var b in m)if(!(b in i))throw Error(r(108,it(o)||"Unknown",b));return t({},u,m)}function Il(i){return i=(i=i.stateNode)&&i.__reactInternalMemoizedMergedChildContext||Ii,Eo=Dn.current,yn(Dn,i),yn(_n,_n.current),!0}function Dh(i,o,u){var m=i.stateNode;if(!m)throw Error(r(169));u?(i=Ih(i,o,Eo),m.__reactInternalMemoizedMergedChildContext=i,hn(_n),hn(Dn),yn(Dn,i)):hn(_n),yn(_n,u)}var md=null,jo=null,Uv=n.unstable_runWithPriority,pd=n.unstable_scheduleCallback,gd=n.unstable_cancelCallback,Gv=n.unstable_shouldYield,Lh=n.unstable_requestPaint,vd=n.unstable_now,Yv=n.unstable_getCurrentPriorityLevel,Nu=n.unstable_ImmediatePriority,Hh=n.unstable_UserBlockingPriority,Fh=n.unstable_NormalPriority,Bh=n.unstable_LowPriority,_u=n.unstable_IdlePriority,bd={},yd=Lh!==void 0?Lh:function(){},ca=null,Ss=null,Ru=!1,wd=vd(),$n=1e4>wd?vd:function(){return vd()-wd};function Cs(){switch(Yv()){case Nu:return 99;case Hh:return 98;case Fh:return 97;case Bh:return 96;case _u:return 95;default:throw Error(r(332))}}function Xh(i){switch(i){case 99:return Nu;case 98:return Hh;case 97:return Fh;case 96:return Bh;case 95:return _u;default:throw Error(r(332))}}function Bn(i,o){return i=Xh(i),Uv(i,o)}function Ta(i,o,u){return i=Xh(i),pd(i,o,u)}function za(){if(Ss!==null){var i=Ss;Ss=null,gd(i)}Iu()}function Iu(){if(!Ru&&ca!==null){Ru=!0;var i=0;try{var o=ca;Bn(99,function(){for(;iwt?(Ot=tt,tt=null):Ot=tt.sibling;var St=Ae(ne,tt,Z[wt],ve);if(St===null){tt===null&&(tt=Ot);break}i&&tt&&St.alternate===null&&o(ne,tt),J=P(St,J,wt),yt===null?ye=St:yt.sibling=St,yt=St,tt=Ot}if(wt===Z.length)return u(ne,tt),ye;if(tt===null){for(;wtwt?(Ot=tt,tt=null):Ot=tt.sibling;var Is=Ae(ne,tt,St.value,ve);if(Is===null){tt===null&&(tt=Ot);break}i&&tt&&Is.alternate===null&&o(ne,tt),J=P(Is,J,wt),yt===null?ye=Is:yt.sibling=Is,yt=Is,tt=Ot}if(St.done)return u(ne,tt),ye;if(tt===null){for(;!St.done;wt++,St=Z.next())St=bt(ne,St.value,ve),St!==null&&(J=P(St,J,wt),yt===null?ye=St:yt.sibling=St,yt=St);return ye}for(tt=m(ne,tt);!St.done;wt++,St=Z.next())St=rt(tt,ne,wt,St.value,ve),St!==null&&(i&&St.alternate!==null&&tt.delete(St.key===null?wt:St.key),J=P(St,J,wt),yt===null?ye=St:yt.sibling=St,yt=St);return i&&tt.forEach(function(nO){return o(ne,nO)}),ye}return function(ne,J,Z,ve){var ye=typeof Z=="object"&&Z!==null&&Z.type===Q&&Z.key===null;ye&&(Z=Z.props.children);var yt=typeof Z=="object"&&Z!==null;if(yt)switch(Z.$$typeof){case U:e:{for(yt=Z.key,ye=J;ye!==null;){if(ye.key===yt){switch(ye.tag){case 7:if(Z.type===Q){u(ne,ye.sibling),J=b(ye,Z.props.children),J.return=ne,ne=J;break e}break;default:if(ye.elementType===Z.type){u(ne,ye.sibling),J=b(ye,Z.props),J.ref=Hl(ne,ye,Z),J.return=ne,ne=J;break e}}u(ne,ye);break}else o(ne,ye);ye=ye.sibling}Z.type===Q?(J=oc(Z.props.children,ne.mode,ve,Z.key),J.return=ne,ne=J):(ve=sm(Z.type,Z.key,Z.props,null,ne.mode,ve),ve.ref=Hl(ne,J,Z),ve.return=ne,ne=ve)}return O(ne);case $:e:{for(ye=Z.key;J!==null;){if(J.key===ye)if(J.tag===4&&J.stateNode.containerInfo===Z.containerInfo&&J.stateNode.implementation===Z.implementation){u(ne,J.sibling),J=b(J,Z.children||[]),J.return=ne,ne=J;break e}else{u(ne,J);break}else o(ne,J);J=J.sibling}J=pb(Z,ne.mode,ve),J.return=ne,ne=J}return O(ne)}if(typeof Z=="string"||typeof Z=="number")return Z=""+Z,J!==null&&J.tag===6?(u(ne,J.sibling),J=b(J,Z),J.return=ne,ne=J):(u(ne,J),J=mb(Z,ne.mode,ve),J.return=ne,ne=J),O(ne);if(Gu(Z))return vt(ne,J,Z,ve);if(ie(Z))return dt(ne,J,Z,ve);if(yt&&Yu(ne,Z),typeof Z>"u"&&!ye)switch(ne.tag){case 1:case 22:case 0:case 11:case 15:throw Error(r(152,it(ne.type)||"Component"))}return u(ne,J)}}var Ku=Jh(!0),Qh=Jh(!1),Oo={},da=oi(Oo),Fl=oi(Oo),Bl=oi(Oo);function To(i){if(i===Oo)throw Error(r(174));return i}function qu(i,o){switch(yn(Bl,o),yn(Fl,i),yn(da,Oo),i=o.nodeType,i){case 9:case 11:o=(o=o.documentElement)?o.namespaceURI:rr(null,"");break;default:i=i===8?o.parentNode:o,o=i.namespaceURI||null,i=i.tagName,o=rr(o,i)}hn(da),yn(da,o)}function zo(){hn(da),hn(Fl),hn(Bl)}function xd(i){To(Bl.current);var o=To(da.current),u=rr(o,i.type);o!==u&&(yn(Fl,i),yn(da,u))}function Vu(i){Fl.current===i&&(hn(da),hn(Fl))}var wn=oi(0);function Xl(i){for(var o=i;o!==null;){if(o.tag===13){var u=o.memoizedState;if(u!==null&&(u=u.dehydrated,u===null||u.data==="$?"||u.data==="$!"))return o}else if(o.tag===19&&o.memoizedProps.revealOrder!==void 0){if(o.flags&64)return o}else if(o.child!==null){o.child.return=o,o=o.child;continue}if(o===i)break;for(;o.sibling===null;){if(o.return===null||o.return===i)return null;o=o.return}o.sibling.return=o.return,o=o.sibling}return null}var Xn=null,sn=null,Na=!1;function $h(i,o){var u=La(5,null,null,0);u.elementType="DELETED",u.type="DELETED",u.stateNode=o,u.return=i,u.flags=8,i.lastEffect!==null?(i.lastEffect.nextEffect=u,i.lastEffect=u):i.firstEffect=i.lastEffect=u}function Pd(i,o){switch(i.tag){case 5:var u=i.type;return o=o.nodeType!==1||u.toLowerCase()!==o.nodeName.toLowerCase()?null:o,o!==null?(i.stateNode=o,!0):!1;case 6:return o=i.pendingProps===""||o.nodeType!==3?null:o,o!==null?(i.stateNode=o,!0):!1;case 13:return!1;default:return!1}}function Ju(i){if(Na){var o=sn;if(o){var u=o;if(!Pd(i,o)){if(o=ks(u.nextSibling),!o||!Pd(i,o)){i.flags=i.flags&-1025|2,Na=!1,Xn=i;return}$h(Xn,u)}Xn=i,sn=ks(o.firstChild)}else i.flags=i.flags&-1025|2,Na=!1,Xn=i}}function Ul(i){for(i=i.return;i!==null&&i.tag!==5&&i.tag!==3&&i.tag!==13;)i=i.return;Xn=i}function Gl(i){if(i!==Xn)return!1;if(!Na)return Ul(i),Na=!0,!1;var o=i.type;if(i.tag!==5||o!=="head"&&o!=="body"&&!cd(o,i.memoizedProps))for(o=sn;o;)$h(i,o),o=ks(o.nextSibling);if(Ul(i),i.tag===13){if(i=i.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(r(317));e:{for(i=i.nextSibling,o=0;i;){if(i.nodeType===8){var u=i.data;if(u==="/$"){if(o===0){sn=ks(i.nextSibling);break e}o--}else u!=="$"&&u!=="$!"&&u!=="$?"||o++}i=i.nextSibling}sn=null}}else sn=Xn?ks(i.stateNode.nextSibling):null;return!0}function Md(){sn=Xn=null,Na=!1}var No=[];function Ad(){for(var i=0;iP))throw Error(r(301));P+=1,Ln=Un=null,o.updateQueue=null,Ws.current=ot,i=u(m,b)}while(Fi)}if(Ws.current=Yn,o=Un!==null&&Un.next!==null,Yl=0,Ln=Un=Pn=null,Qu=!1,o)throw Error(r(300));return i}function _o(){var i={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ln===null?Pn.memoizedState=Ln=i:Ln=Ln.next=i,Ln}function mn(){if(Un===null){var i=Pn.alternate;i=i!==null?i.memoizedState:null}else i=Un.next;var o=Ln===null?Pn.memoizedState:Ln.next;if(o!==null)Ln=o,Un=i;else{if(i===null)throw Error(r(310));Un=i,i={memoizedState:Un.memoizedState,baseState:Un.baseState,baseQueue:Un.baseQueue,queue:Un.queue,next:null},Ln===null?Pn.memoizedState=Ln=i:Ln=Ln.next=i}return Ln}function _a(i,o){return typeof o=="function"?o(i):o}function v(i){var o=mn(),u=o.queue;if(u===null)throw Error(r(311));u.lastRenderedReducer=i;var m=Un,b=m.baseQueue,P=u.pending;if(P!==null){if(b!==null){var O=b.next;b.next=P.next,P.next=O}m.baseQueue=b=P,u.pending=null}if(b!==null){b=b.next,m=m.baseState;var R=O=P=null,q=b;do{var ce=q.lane;if((Yl&ce)===ce)R!==null&&(R=R.next={lane:0,action:q.action,eagerReducer:q.eagerReducer,eagerState:q.eagerState,next:null}),m=q.eagerReducer===i?q.eagerState:i(m,q.action);else{var Ke={lane:ce,action:q.action,eagerReducer:q.eagerReducer,eagerState:q.eagerState,next:null};R===null?(O=R=Ke,P=m):R=R.next=Ke,Pn.lanes|=ce,Cd|=ce}q=q.next}while(q!==null&&q!==b);R===null?P=m:R.next=O,Or(m,o.memoizedState)||(lt=!0),o.memoizedState=m,o.baseState=P,o.baseQueue=R,u.lastRenderedState=m}return[o.memoizedState,u.dispatch]}function x(i){var o=mn(),u=o.queue;if(u===null)throw Error(r(311));u.lastRenderedReducer=i;var m=u.dispatch,b=u.pending,P=o.memoizedState;if(b!==null){u.pending=null;var O=b=b.next;do P=i(P,O.action),O=O.next;while(O!==b);Or(P,o.memoizedState)||(lt=!0),o.memoizedState=P,o.baseQueue===null&&(o.baseState=P),u.lastRenderedState=P}return[P,m]}function j(i,o,u){var m=o._getVersion;m=m(o._source);var b=o._workInProgressVersionPrimary;if(b!==null?i=b===m:(i=i.mutableReadLanes,(i=(Yl&i)===i)&&(o._workInProgressVersionPrimary=m,No.push(o))),i)return u(o._source);throw No.push(o),Error(r(350))}function I(i,o,u,m){var b=_r;if(b===null)throw Error(r(349));var P=o._getVersion,O=P(o._source),R=Ws.current,q=R.useState(function(){return j(b,o,u)}),ce=q[1],Ke=q[0];q=Ln;var bt=i.memoizedState,Ae=bt.refs,rt=Ae.getSnapshot,vt=bt.source;bt=bt.subscribe;var dt=Pn;return i.memoizedState={refs:Ae,source:o,subscribe:m},R.useEffect(function(){Ae.getSnapshot=u,Ae.setSnapshot=ce;var ne=P(o._source);if(!Or(O,ne)){ne=u(o._source),Or(Ke,ne)||(ce(ne),ne=Ts(dt),b.mutableReadLanes|=ne&b.pendingLanes),ne=b.mutableReadLanes,b.entangledLanes|=ne;for(var J=b.entanglements,Z=ne;0u?98:u,function(){i(!0)}),Bn(97<\/script>",i=i.removeChild(i.firstChild)):typeof m.is=="string"?i=O.createElement(u,{is:m.is}):(i=O.createElement(u),u==="select"&&(O=i,m.multiple?O.multiple=!0:m.size&&(O.size=m.size))):i=O.createElementNS(i,u),i[jn]=o,i[zl]=m,s0(i,o,!1,!1),o.stateNode=i,O=uo(u,m),u){case"dialog":fn("cancel",i),fn("close",i),b=m;break;case"iframe":case"object":case"embed":fn("load",i),b=m;break;case"video":case"audio":for(b=0;bib&&(o.flags|=64,P=!0,Sd(m,!1),o.lanes=33554432)}else{if(!P)if(i=Xl(O),i!==null){if(o.flags|=64,P=!0,u=i.updateQueue,u!==null&&(o.updateQueue=u,o.flags|=4),Sd(m,!0),m.tail===null&&m.tailMode==="hidden"&&!O.alternate&&!Na)return o=o.lastEffect=m.lastEffect,o!==null&&(o.nextEffect=null),null}else 2*$n()-m.renderingStartTime>ib&&u!==1073741824&&(o.flags|=64,P=!0,Sd(m,!1),o.lanes=33554432);m.isBackwards?(O.sibling=o.child,o.child=O):(u=m.last,u!==null?u.sibling=O:o.child=O,m.last=O)}return m.tail!==null?(u=m.tail,m.rendering=u,m.tail=u.sibling,m.lastEffect=o.lastEffect,m.renderingStartTime=$n(),u.sibling=null,o=wn.current,yn(wn,P?o&1|2:o&1),u):null;case 23:case 24:return db(),i!==null&&i.memoizedState!==null!=(o.memoizedState!==null)&&m.mode!=="unstable-defer-without-hiding"&&(o.flags|=4),null}throw Error(r(156,o.tag))}function Tj(i){switch(i.tag){case 1:gr(i.type)&&Rl();var o=i.flags;return o&4096?(i.flags=o&-4097|64,i):null;case 3:if(zo(),hn(_n),hn(Dn),Ad(),o=i.flags,o&64)throw Error(r(285));return i.flags=o&-4097|64,i;case 5:return Vu(i),null;case 13:return hn(wn),o=i.flags,o&4096?(i.flags=o&-4097|64,i):null;case 19:return hn(wn),null;case 4:return zo(),null;case 10:return Tr(i),null;case 23:case 24:return db(),null;default:return null}}function Vv(i,o){try{var u="",m=o;do u+=Dt(m),m=m.return;while(m);var b=u}catch(P){b=` -Error generating stack: `+P.message+` -`+P.stack}return{value:i,source:o,stack:b}}function Jv(i,o){try{console.error(o.value)}catch(u){setTimeout(function(){throw u})}}var zj=typeof WeakMap=="function"?WeakMap:Map;function c0(i,o,u){u=Li(-1,u),u.tag=3,u.payload={element:null};var m=o.value;return u.callback=function(){tm||(tm=!0,ob=m),Jv(i,o)},u}function d0(i,o,u){u=Li(-1,u),u.tag=3;var m=i.type.getDerivedStateFromError;if(typeof m=="function"){var b=o.value;u.payload=function(){return Jv(i,o),m(b)}}var P=i.stateNode;return P!==null&&typeof P.componentDidCatch=="function"&&(u.callback=function(){typeof m!="function"&&(Ui===null?Ui=new Set([this]):Ui.add(this),Jv(i,o));var O=o.stack;this.componentDidCatch(o.value,{componentStack:O!==null?O:""})}),u}var Nj=typeof WeakSet=="function"?WeakSet:Set;function f0(i){var o=i.ref;if(o!==null)if(typeof o=="function")try{o(null)}catch(u){_s(i,u)}else o.current=null}function _j(i,o){switch(o.tag){case 0:case 11:case 15:case 22:return;case 1:if(o.flags&256&&i!==null){var u=i.memoizedProps,m=i.memoizedState;i=o.stateNode,o=i.getSnapshotBeforeUpdate(o.elementType===o.type?u:lr(o.type,u),m),i.__reactInternalSnapshotBeforeUpdate=o}return;case 3:o.flags&256&&dd(o.stateNode.containerInfo);return;case 5:case 6:case 4:case 17:return}throw Error(r(163))}function Rj(i,o,u){switch(u.tag){case 0:case 11:case 15:case 22:if(o=u.updateQueue,o=o!==null?o.lastEffect:null,o!==null){i=o=o.next;do{if((i.tag&3)===3){var m=i.create;i.destroy=m()}i=i.next}while(i!==o)}if(o=u.updateQueue,o=o!==null?o.lastEffect:null,o!==null){i=o=o.next;do{var b=i;m=b.next,b=b.tag,b&4&&b&1&&(C0(u,i),Uj(u,i)),i=m}while(i!==o)}return;case 1:i=u.stateNode,u.flags&4&&(o===null?i.componentDidMount():(m=u.elementType===u.type?o.memoizedProps:lr(u.type,o.memoizedProps),i.componentDidUpdate(m,o.memoizedState,i.__reactInternalSnapshotBeforeUpdate))),o=u.updateQueue,o!==null&&Yh(u,o,i);return;case 3:if(o=u.updateQueue,o!==null){if(i=null,u.child!==null)switch(u.child.tag){case 5:i=u.child.stateNode;break;case 1:i=u.child.stateNode}Yh(u,o,i)}return;case 5:i=u.stateNode,o===null&&u.flags&4&&_i(u.type,u.memoizedProps)&&i.focus();return;case 6:return;case 4:return;case 12:return;case 13:u.memoizedState===null&&(u=u.alternate,u!==null&&(u=u.memoizedState,u!==null&&(u=u.dehydrated,u!==null&&Ei(u))));return;case 19:case 17:case 20:case 21:case 23:case 24:return}throw Error(r(163))}function h0(i,o){for(var u=i;;){if(u.tag===5){var m=u.stateNode;if(o)m=m.style,typeof m.setProperty=="function"?m.setProperty("display","none","important"):m.display="none";else{m=u.stateNode;var b=u.memoizedProps.style;b=b!=null&&b.hasOwnProperty("display")?b.display:null,m.style.display=Va("display",b)}}else if(u.tag===6)u.stateNode.nodeValue=o?"":u.memoizedProps;else if((u.tag!==23&&u.tag!==24||u.memoizedState===null||u===i)&&u.child!==null){u.child.return=u,u=u.child;continue}if(u===i)break;for(;u.sibling===null;){if(u.return===null||u.return===i)return;u=u.return}u.sibling.return=u.return,u=u.sibling}}function m0(i,o){if(jo&&typeof jo.onCommitFiberUnmount=="function")try{jo.onCommitFiberUnmount(md,o)}catch{}switch(o.tag){case 0:case 11:case 14:case 15:case 22:if(i=o.updateQueue,i!==null&&(i=i.lastEffect,i!==null)){var u=i=i.next;do{var m=u,b=m.destroy;if(m=m.tag,b!==void 0)if(m&4)C0(o,u);else{m=o;try{b()}catch(P){_s(m,P)}}u=u.next}while(u!==i)}break;case 1:if(f0(o),i=o.stateNode,typeof i.componentWillUnmount=="function")try{i.props=o.memoizedProps,i.state=o.memoizedState,i.componentWillUnmount()}catch(P){_s(o,P)}break;case 5:f0(o);break;case 4:b0(i,o)}}function p0(i){i.alternate=null,i.child=null,i.dependencies=null,i.firstEffect=null,i.lastEffect=null,i.memoizedProps=null,i.memoizedState=null,i.pendingProps=null,i.return=null,i.updateQueue=null}function g0(i){return i.tag===5||i.tag===3||i.tag===4}function v0(i){e:{for(var o=i.return;o!==null;){if(g0(o))break e;o=o.return}throw Error(r(160))}var u=o;switch(o=u.stateNode,u.tag){case 5:var m=!1;break;case 3:o=o.containerInfo,m=!0;break;case 4:o=o.containerInfo,m=!0;break;default:throw Error(r(161))}u.flags&16&&(cn(o,""),u.flags&=-17);e:t:for(u=i;;){for(;u.sibling===null;){if(u.return===null||g0(u.return)){u=null;break e}u=u.return}for(u.sibling.return=u.return,u=u.sibling;u.tag!==5&&u.tag!==6&&u.tag!==18;){if(u.flags&2||u.child===null||u.tag===4)continue t;u.child.return=u,u=u.child}if(!(u.flags&2)){u=u.stateNode;break e}}m?Qv(i,u,o):$v(i,u,o)}function Qv(i,o,u){var m=i.tag,b=m===5||m===6;if(b)i=b?i.stateNode:i.stateNode.instance,o?u.nodeType===8?u.parentNode.insertBefore(i,o):u.insertBefore(i,o):(u.nodeType===8?(o=u.parentNode,o.insertBefore(i,u)):(o=u,o.appendChild(i)),u=u._reactRootContainer,u!=null||o.onclick!==null||(o.onclick=Tl));else if(m!==4&&(i=i.child,i!==null))for(Qv(i,o,u),i=i.sibling;i!==null;)Qv(i,o,u),i=i.sibling}function $v(i,o,u){var m=i.tag,b=m===5||m===6;if(b)i=b?i.stateNode:i.stateNode.instance,o?u.insertBefore(i,o):u.appendChild(i);else if(m!==4&&(i=i.child,i!==null))for($v(i,o,u),i=i.sibling;i!==null;)$v(i,o,u),i=i.sibling}function b0(i,o){for(var u=o,m=!1,b,P;;){if(!m){m=u.return;e:for(;;){if(m===null)throw Error(r(160));switch(b=m.stateNode,m.tag){case 5:P=!1;break e;case 3:b=b.containerInfo,P=!0;break e;case 4:b=b.containerInfo,P=!0;break e}m=m.return}m=!0}if(u.tag===5||u.tag===6){e:for(var O=i,R=u,q=R;;)if(m0(O,q),q.child!==null&&q.tag!==4)q.child.return=q,q=q.child;else{if(q===R)break e;for(;q.sibling===null;){if(q.return===null||q.return===R)break e;q=q.return}q.sibling.return=q.return,q=q.sibling}P?(O=b,R=u.stateNode,O.nodeType===8?O.parentNode.removeChild(R):O.removeChild(R)):b.removeChild(u.stateNode)}else if(u.tag===4){if(u.child!==null){b=u.stateNode.containerInfo,P=!0,u.child.return=u,u=u.child;continue}}else if(m0(i,u),u.child!==null){u.child.return=u,u=u.child;continue}if(u===o)break;for(;u.sibling===null;){if(u.return===null||u.return===o)return;u=u.return,u.tag===4&&(m=!1)}u.sibling.return=u.return,u=u.sibling}}function Zv(i,o){switch(o.tag){case 0:case 11:case 14:case 15:case 22:var u=o.updateQueue;if(u=u!==null?u.lastEffect:null,u!==null){var m=u=u.next;do(m.tag&3)===3&&(i=m.destroy,m.destroy=void 0,i!==void 0&&i()),m=m.next;while(m!==u)}return;case 1:return;case 5:if(u=o.stateNode,u!=null){m=o.memoizedProps;var b=i!==null?i.memoizedProps:m;i=o.type;var P=o.updateQueue;if(o.updateQueue=null,P!==null){for(u[zl]=m,i==="input"&&m.type==="radio"&&m.name!=null&&Ne(u,m),uo(i,b),o=uo(i,m),b=0;bb&&(b=O),u&=~P}if(u=b,u=$n()-u,u=(120>u?120:480>u?480:1080>u?1080:1920>u?1920:3e3>u?3e3:4320>u?4320:1960*Dj(u/1960))-u,10 component higher in the tree to provide a loading indicator or placeholder to display.`)}ur!==5&&(ur=2),q=Vv(q,R),Ae=O;do{switch(Ae.tag){case 3:P=q,Ae.flags|=4096,o&=-o,Ae.lanes|=o;var yt=c0(Ae,P,o);Gh(Ae,yt);break e;case 1:P=q;var tt=Ae.type,wt=Ae.stateNode;if(!(Ae.flags&64)&&(typeof tt.getDerivedStateFromError=="function"||wt!==null&&typeof wt.componentDidCatch=="function"&&(Ui===null||!Ui.has(wt)))){Ae.flags|=4096,o&=-o,Ae.lanes|=o;var Ot=d0(Ae,P,o);Gh(Ae,Ot);break e}}Ae=Ae.return}while(Ae!==null)}S0(u)}catch(St){o=St,Kn===u&&u!==null&&(Kn=u=u.return);continue}break}while(1)}function M0(){var i=Zh.current;return Zh.current=Yn,i===null?Yn:i}function Td(i,o){var u=gt;gt|=16;var m=M0();_r===i&&vr===o||ic(i,o);do try{Hj();break}catch(b){P0(i,b)}while(1);if(Dl(),gt=u,Zh.current=m,Kn!==null)throw Error(r(261));return _r=null,vr=0,ur}function Hj(){for(;Kn!==null;)A0(Kn)}function Fj(){for(;Kn!==null&&!Gv();)A0(Kn)}function A0(i){var o=W0(i.alternate,i,ql);i.memoizedProps=i.pendingProps,o===null?S0(i):Kn=o,eb.current=null}function S0(i){var o=i;do{var u=o.alternate;if(i=o.return,o.flags&2048){if(u=Tj(o),u!==null){u.flags&=2047,Kn=u;return}i!==null&&(i.firstEffect=i.lastEffect=null,i.flags|=2048)}else{if(u=Oj(u,o,ql),u!==null){Kn=u;return}if(u=o,u.tag!==24&&u.tag!==23||u.memoizedState===null||ql&1073741824||!(u.mode&4)){for(var m=0,b=u.child;b!==null;)m|=b.lanes|b.childLanes,b=b.sibling;u.childLanes=m}i!==null&&!(i.flags&2048)&&(i.firstEffect===null&&(i.firstEffect=o.firstEffect),o.lastEffect!==null&&(i.lastEffect!==null&&(i.lastEffect.nextEffect=o.firstEffect),i.lastEffect=o.lastEffect),1O&&(R=O,O=yt,yt=R),R=xh(Z,yt),P=xh(Z,O),R&&P&&(ye.rangeCount!==1||ye.anchorNode!==R.node||ye.anchorOffset!==R.offset||ye.focusNode!==P.node||ye.focusOffset!==P.offset)&&(ve=ve.createRange(),ve.setStart(R.node,R.offset),ye.removeAllRanges(),yt>O?(ye.addRange(ve),ye.extend(P.node,P.offset)):(ve.setEnd(P.node,P.offset),ye.addRange(ve)))))),ve=[],ye=Z;ye=ye.parentNode;)ye.nodeType===1&&ve.push({element:ye,left:ye.scrollLeft,top:ye.scrollTop});for(typeof Z.focus=="function"&&Z.focus(),Z=0;Z$n()-ab?ic(i,0):nb|=u),Da(i,o)}function Kj(i,o){var u=i.stateNode;u!==null&&u.delete(o),o=0,o===0&&(o=i.mode,o&2?o&4?(Lo===0&&(Lo=tc),o=Oa(62914560&~Lo),o===0&&(o=4194304)):o=Cs()===99?1:2:o=1),u=fa(),i=im(i,o),i!==null&&(_(i,o,u),Da(i,u))}var W0;W0=function(i,o,u){var m=o.lanes;if(i!==null)if(i.memoizedProps!==o.pendingProps||_n.current)lt=!0;else if(u&m)lt=!!(i.flags&16384);else{switch(lt=!1,o.tag){case 3:Ro(o),Md();break;case 5:xd(o);break;case 1:gr(o.type)&&Il(o);break;case 4:qu(o,o.stateNode.containerInfo);break;case 10:m=o.memoizedProps.value;var b=o.type._context;yn(Du,b._currentValue),b._currentValue=m;break;case 13:if(o.memoizedState!==null)return u&o.child.childLanes?Ia(i,o,u):(yn(wn,wn.current&1),o=Io(i,o,u),o!==null?o.sibling:null);yn(wn,wn.current&1);break;case 19:if(m=(u&o.childLanes)!==0,i.flags&64){if(m)return o0(i,o,u);o.flags|=64}if(b=o.memoizedState,b!==null&&(b.rendering=null,b.tail=null,b.lastEffect=null),yn(wn,wn.current),m)break;return null;case 23:case 24:return o.lanes=0,Bt(i,o,u)}return Io(i,o,u)}else lt=!1;switch(o.lanes=0,o.tag){case 2:if(m=o.type,i!==null&&(i.alternate=null,o.alternate=null,o.flags|=2),i=o.pendingProps,b=As(o,Dn.current),zr(o,u),b=Zu(null,o,m,i,b,u),o.flags|=1,typeof b=="object"&&b!==null&&typeof b.render=="function"&&b.$$typeof===void 0){if(o.tag=1,o.memoizedState=null,o.updateQueue=null,gr(m)){var P=!0;Il(o)}else P=!1;o.memoizedState=b.state!==null&&b.state!==void 0?b.state:null,kd(o);var O=m.getDerivedStateFromProps;typeof O=="function"&&Bu(o,m,O,i),b.updater=Xu,o.stateNode=b,b._reactInternals=o,Uu(o,m,i,u),o=Ra(null,o,m,!0,P,u)}else o.tag=0,Zt(null,o,b,u),o=o.child;return o;case 16:b=o.elementType;e:{switch(i!==null&&(i.alternate=null,o.alternate=null,o.flags|=2),i=o.pendingProps,P=b._init,b=P(b._payload),o.type=b,P=o.tag=Vj(b),i=lr(b,i),P){case 0:o=Nr(null,o,b,i,u);break e;case 1:o=li(null,o,b,i,u);break e;case 11:o=ln(null,o,b,i,u);break e;case 14:o=_t(null,o,b,lr(b.type,i),m,u);break e}throw Error(r(306,b,""))}return o;case 0:return m=o.type,b=o.pendingProps,b=o.elementType===m?b:lr(m,b),Nr(i,o,m,b,u);case 1:return m=o.type,b=o.pendingProps,b=o.elementType===m?b:lr(m,b),li(i,o,m,b,u);case 3:if(Ro(o),m=o.updateQueue,i===null||m===null)throw Error(r(282));if(m=o.pendingProps,b=o.memoizedState,b=b!==null?b.element:null,Uh(i,o),Ll(o,m,null,u),m=o.memoizedState.element,m===b)Md(),o=Io(i,o,u);else{if(b=o.stateNode,(P=b.hydrate)&&(sn=ks(o.stateNode.containerInfo.firstChild),Xn=o,P=Na=!0),P){if(i=b.mutableSourceEagerHydrationData,i!=null)for(b=0;b"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(t)}catch(n){console.error(n)}}t(),e.exports=DL()})(Bc);const Xd=T4(Bc.exports);var LL=Object.defineProperty,HL=Object.defineProperties,FL=Object.getOwnPropertyDescriptors,jp=Object.getOwnPropertySymbols,EC=Object.prototype.hasOwnProperty,WC=Object.prototype.propertyIsEnumerable,OP=(e,t,n)=>t in e?LL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ci=(e,t)=>{for(var n in t||(t={}))EC.call(t,n)&&OP(e,n,t[n]);if(jp)for(var n of jp(t))WC.call(t,n)&&OP(e,n,t[n]);return e},Ud=(e,t)=>HL(e,FL(t)),BL=(e,t)=>{var n={};for(var r in e)EC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&jp)for(var r of jp(e))t.indexOf(r)<0&&WC.call(e,r)&&(n[r]=e[r]);return n};function XL(e){if(!e||typeof e=="string")return 0;const t=e/36;return Math.round((4+15*t**.25+t/5)*10)}function qb(e){return e!=null&&e.current?e.current.scrollHeight:"auto"}function UL(e){return e!=null&&e.current?e.current.scrollWidth:"auto"}const eu=typeof window<"u"&&window.requestAnimationFrame;function GL({transitionDuration:e,transitionTimingFunction:t="ease",onTransitionEnd:n=()=>{},opened:r,axis:a}){const s=T.exports.useRef(null),l="0px",[c,d]=T.exports.useState({}),f=M=>{Bc.exports.flushSync(()=>d(M))},h=M=>{f(W=>ci(ci({},W),M))};function p(M){const W=e||XL(M);return{transitionProperty:`${a==="x"?"width":"height"}`,transitionDuration:`${W}ms`,transitionTimingFunction:`${t}`}}const g=()=>{const M=c;f({});const W={width:UL(s),height:qb(s)};return f(M),W},w=()=>{const{height:M}=g();return{x:{height:M,width:"0px",overflow:"hidden"},y:{display:"none",height:"0px",overflow:"hidden"}}};T.exports.useEffect(()=>{eu(()=>{const{x:M,y:W}=w();a==="x"&&!r?f(ci({},M)):a==="y"&&!r&&f(ci({},W))})},[]),il(()=>{a!=="x"&&eu(r?()=>{h({willChange:"height",display:"block",overflow:"hidden"}),eu(()=>{const M=qb(s);h(Ud(ci({},p(M)),{height:M}))})}:()=>{const M=qb(s);h(Ud(ci({},p(M)),{willChange:"height",height:M})),eu(()=>h({height:l,overflow:"hidden"}))})},[r]),il(()=>{a!=="y"&&eu(r?()=>{const{width:M}=g();h({display:"block",overflow:"hidden",willChange:"width",flexShrink:0}),eu(()=>{h(Ud(ci({},p(M)),{width:M}))})}:()=>{const{width:M,height:W}=g();h(Ud(ci({},p(M)),{flexShrink:0,willChange:"width",width:M,height:W})),eu(()=>h({width:"0px",overflow:"hidden"}))})},[r]);const y=M=>{if(!(M.target!==s.current||!(M.propertyName==="width"||"height")))if(n(),r)f({});else{const{x:W,y:z}=w();f(a==="x"?W:z)}};function k(M={}){var W=M,{style:z={},refKey:N="ref"}=W,B=BL(W,["style","refKey"]);const H=B[N];return Ud(ci({"aria-hidden":!r},B),{[N]:dC(s,H),onTransitionEnd:y,style:ci(ci({boxSizing:"border-box"},z),c)})}return k}var YL=Object.defineProperty,Op=Object.getOwnPropertySymbols,jC=Object.prototype.hasOwnProperty,OC=Object.prototype.propertyIsEnumerable,TP=(e,t,n)=>t in e?YL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pm=(e,t)=>{for(var n in t||(t={}))jC.call(t,n)&&TP(e,n,t[n]);if(Op)for(var n of Op(t))OC.call(t,n)&&TP(e,n,t[n]);return e},KL=(e,t)=>{var n={};for(var r in e)jC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Op)for(var r of Op(e))t.indexOf(r)<0&&OC.call(e,r)&&(n[r]=e[r]);return n};const qL={transitionDuration:200,transitionTimingFunction:"ease",animateOpacity:!0,axis:"y"},TC=T.exports.forwardRef((e,t)=>{const n=gn("Collapse",qL,e),{children:r,in:a,transitionDuration:s,transitionTimingFunction:l,style:c,onTransitionEnd:d,animateOpacity:f,axis:h}=n,p=KL(n,["children","in","transitionDuration","transitionTimingFunction","style","onTransitionEnd","animateOpacity","axis"]),g=so(),w=fC(),y=g.respectReducedMotion&&w?0:s,{systemStyles:k,rest:M}=ov(p),W=GL({opened:a,transitionDuration:y,transitionTimingFunction:l,onTransitionEnd:d,axis:h});return y===0?a?A.createElement(rn,Pm({},M),r):null:A.createElement(rn,Pm({},W(Pm(Pm({style:c,ref:t},M),k))),A.createElement("div",{style:{opacity:a||!f?1:0,transition:f?`opacity ${y}ms ${l}`:"none"}},r))});TC.displayName="@mantine/core/Collapse";var VL=Object.defineProperty,JL=Object.defineProperties,QL=Object.getOwnPropertyDescriptors,Tp=Object.getOwnPropertySymbols,zC=Object.prototype.hasOwnProperty,NC=Object.prototype.propertyIsEnumerable,zP=(e,t,n)=>t in e?VL(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$L=(e,t)=>{for(var n in t||(t={}))zC.call(t,n)&&zP(e,n,t[n]);if(Tp)for(var n of Tp(t))NC.call(t,n)&&zP(e,n,t[n]);return e},ZL=(e,t)=>JL(e,QL(t)),eH=(e,t)=>{var n={};for(var r in e)zC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Tp)for(var r of Tp(e))t.indexOf(r)<0&&NC.call(e,r)&&(n[r]=e[r]);return n};function _C(e){var t=e,{children:n,className:r}=t,a=eH(t,["children","className"]);const s=P1(),{value:l}=hC(),{classNames:c,styles:d,unstyled:f}=lo(),{classes:h,cx:p}=_L({variant:s.variant,radius:s.radius},{name:"Accordion",classNames:c,styles:d,unstyled:f});return A.createElement(TC,ZL($L({},a),{className:p(h.panel,r),in:s.isItemActive(l),transitionDuration:s.transitionDuration,role:"region",id:s.getRegionId(l),"aria-labelledby":s.getControlId(l)}),A.createElement("div",{className:h.content},n))}_C.displayName="@mantine/core/AccordionPanel";var tH=Object.defineProperty,NP=Object.getOwnPropertySymbols,nH=Object.prototype.hasOwnProperty,rH=Object.prototype.propertyIsEnumerable,_P=(e,t,n)=>t in e?tH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,aH=(e,t)=>{for(var n in t||(t={}))nH.call(t,n)&&_P(e,n,t[n]);if(NP)for(var n of NP(t))rH.call(t,n)&&_P(e,n,t[n]);return e};function iH(e){return A.createElement("svg",aH({viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:16,height:16},e),A.createElement("path",{d:"M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"}))}var oH=Object.defineProperty,sH=Object.defineProperties,lH=Object.getOwnPropertyDescriptors,zp=Object.getOwnPropertySymbols,RC=Object.prototype.hasOwnProperty,IC=Object.prototype.propertyIsEnumerable,RP=(e,t,n)=>t in e?oH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,uH=(e,t)=>{for(var n in t||(t={}))RC.call(t,n)&&RP(e,n,t[n]);if(zp)for(var n of zp(t))IC.call(t,n)&&RP(e,n,t[n]);return e},cH=(e,t)=>sH(e,lH(t)),dH=(e,t)=>{var n={};for(var r in e)RC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&zp)for(var r of zp(e))t.indexOf(r)<0&&IC.call(e,r)&&(n[r]=e[r]);return n};const fH={multiple:!1,disableChevronRotation:!1,transitionDuration:200,chevronPosition:"right",variant:"default",chevronSize:24,chevron:A.createElement(iH,null)};function el(e){const t=gn("Accordion",fH,e),{id:n,loop:r,children:a,multiple:s,value:l,defaultValue:c,onChange:d,transitionDuration:f,disableChevronRotation:h,chevronPosition:p,chevronSize:g,order:w,chevron:y,classNames:k,styles:M,unstyled:W,variant:z,radius:N}=t,B=dH(t,["id","loop","children","multiple","value","defaultValue","onChange","transitionDuration","disableChevronRotation","chevronPosition","chevronSize","order","chevron","classNames","styles","unstyled","variant","radius"]);return A.createElement(WD,{id:n,multiple:s,value:l,defaultValue:c,onChange:d,loop:r,transitionDuration:f,disableChevronRotation:h,chevronPosition:p,chevronSize:g,order:w,chevron:y,variant:z,radius:N},A.createElement(w1,{classNames:k,styles:M,unstyled:W},A.createElement(rn,cH(uH({},B),{"data-accordion":!0}),a)))}el.Item=yC;el.Control=CC;el.Panel=_C;el.displayName="@mantine/core/Accordion";var hH=Object.defineProperty,mH=Object.defineProperties,pH=Object.getOwnPropertyDescriptors,IP=Object.getOwnPropertySymbols,gH=Object.prototype.hasOwnProperty,vH=Object.prototype.propertyIsEnumerable,DP=(e,t,n)=>t in e?hH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,DC=(e,t)=>{for(var n in t||(t={}))gH.call(t,n)&&DP(e,n,t[n]);if(IP)for(var n of IP(t))vH.call(t,n)&&DP(e,n,t[n]);return e},bH=(e,t)=>mH(e,pH(t));const ef={xs:18,sm:22,md:28,lg:34,xl:44};function yH({variant:e,theme:t,color:n,gradient:r}){const a=t.fn.variant({color:n,variant:e,gradient:r});return e==="gradient"?{border:0,backgroundImage:a.background,color:a.color,"&:hover":t.fn.hover({backgroundSize:"200%"})}:DC({border:`1px solid ${a.border}`,backgroundColor:a.background,color:a.color},t.fn.hover({backgroundColor:a.hover}))}var wH=It((e,{color:t,size:n,radius:r,variant:a,gradient:s})=>({root:bH(DC({},yH({variant:a,theme:e,color:t,gradient:s})),{position:"relative",height:e.fn.size({size:n,sizes:ef}),minHeight:e.fn.size({size:n,sizes:ef}),width:e.fn.size({size:n,sizes:ef}),minWidth:e.fn.size({size:n,sizes:ef}),borderRadius:e.fn.radius(r),padding:0,lineHeight:1,display:"flex",alignItems:"center",justifyContent:"center","&:active":e.activeStyles,"&:disabled, &[data-disabled]":{color:e.colors.gray[e.colorScheme==="dark"?6:4],cursor:"not-allowed",backgroundColor:a==="transparent"?void 0:e.fn.themeColor("gray",e.colorScheme==="dark"?8:1),borderColor:a==="transparent"?void 0:e.fn.themeColor("gray",e.colorScheme==="dark"?8:1),backgroundImage:"none",pointerEvents:"none","&:active":{transform:"none"}},"&[data-loading]":{pointerEvents:"none","&::before":{content:'""',position:"absolute",top:-1,left:-1,right:-1,bottom:-1,backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.colors.dark[7],.5):"rgba(255, 255, 255, .5)",borderRadius:e.fn.radius(r),cursor:"not-allowed"}}})}));const kH=wH;var xH=Object.defineProperty,Np=Object.getOwnPropertySymbols,LC=Object.prototype.hasOwnProperty,HC=Object.prototype.propertyIsEnumerable,LP=(e,t,n)=>t in e?xH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,PH=(e,t)=>{for(var n in t||(t={}))LC.call(t,n)&&LP(e,n,t[n]);if(Np)for(var n of Np(t))HC.call(t,n)&&LP(e,n,t[n]);return e},MH=(e,t)=>{var n={};for(var r in e)LC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Np)for(var r of Np(e))t.indexOf(r)<0&&HC.call(e,r)&&(n[r]=e[r]);return n};function AH(e){var t=e,{size:n,color:r}=t,a=MH(t,["size","color"]);return A.createElement("svg",PH({viewBox:"0 0 135 140",xmlns:"http://www.w3.org/2000/svg",fill:r,width:`${n}px`},a),A.createElement("rect",{y:"10",width:"15",height:"120",rx:"6"},A.createElement("animate",{attributeName:"height",begin:"0.5s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),A.createElement("animate",{attributeName:"y",begin:"0.5s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),A.createElement("rect",{x:"30",y:"10",width:"15",height:"120",rx:"6"},A.createElement("animate",{attributeName:"height",begin:"0.25s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),A.createElement("animate",{attributeName:"y",begin:"0.25s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),A.createElement("rect",{x:"60",width:"15",height:"140",rx:"6"},A.createElement("animate",{attributeName:"height",begin:"0s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),A.createElement("animate",{attributeName:"y",begin:"0s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),A.createElement("rect",{x:"90",y:"10",width:"15",height:"120",rx:"6"},A.createElement("animate",{attributeName:"height",begin:"0.25s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),A.createElement("animate",{attributeName:"y",begin:"0.25s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})),A.createElement("rect",{x:"120",y:"10",width:"15",height:"120",rx:"6"},A.createElement("animate",{attributeName:"height",begin:"0.5s",dur:"1s",values:"120;110;100;90;80;70;60;50;40;140;120",calcMode:"linear",repeatCount:"indefinite"}),A.createElement("animate",{attributeName:"y",begin:"0.5s",dur:"1s",values:"10;15;20;25;30;35;40;45;50;0;10",calcMode:"linear",repeatCount:"indefinite"})))}var SH=Object.defineProperty,_p=Object.getOwnPropertySymbols,FC=Object.prototype.hasOwnProperty,BC=Object.prototype.propertyIsEnumerable,HP=(e,t,n)=>t in e?SH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,CH=(e,t)=>{for(var n in t||(t={}))FC.call(t,n)&&HP(e,n,t[n]);if(_p)for(var n of _p(t))BC.call(t,n)&&HP(e,n,t[n]);return e},EH=(e,t)=>{var n={};for(var r in e)FC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&_p)for(var r of _p(e))t.indexOf(r)<0&&BC.call(e,r)&&(n[r]=e[r]);return n};function WH(e){var t=e,{size:n,color:r}=t,a=EH(t,["size","color"]);return A.createElement("svg",CH({width:`${n}px`,height:`${n}px`,viewBox:"0 0 38 38",xmlns:"http://www.w3.org/2000/svg",stroke:r},a),A.createElement("g",{fill:"none",fillRule:"evenodd"},A.createElement("g",{transform:"translate(2.5 2.5)",strokeWidth:"5"},A.createElement("circle",{strokeOpacity:".5",cx:"16",cy:"16",r:"16"}),A.createElement("path",{d:"M32 16c0-9.94-8.06-16-16-16"},A.createElement("animateTransform",{attributeName:"transform",type:"rotate",from:"0 16 16",to:"360 16 16",dur:"1s",repeatCount:"indefinite"})))))}var jH=Object.defineProperty,Rp=Object.getOwnPropertySymbols,XC=Object.prototype.hasOwnProperty,UC=Object.prototype.propertyIsEnumerable,FP=(e,t,n)=>t in e?jH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,OH=(e,t)=>{for(var n in t||(t={}))XC.call(t,n)&&FP(e,n,t[n]);if(Rp)for(var n of Rp(t))UC.call(t,n)&&FP(e,n,t[n]);return e},TH=(e,t)=>{var n={};for(var r in e)XC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Rp)for(var r of Rp(e))t.indexOf(r)<0&&UC.call(e,r)&&(n[r]=e[r]);return n};function zH(e){var t=e,{size:n,color:r}=t,a=TH(t,["size","color"]);return A.createElement("svg",OH({width:`${n}px`,height:`${n/4}px`,viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg",fill:r},a),A.createElement("circle",{cx:"15",cy:"15",r:"15"},A.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),A.createElement("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})),A.createElement("circle",{cx:"60",cy:"15",r:"9",fillOpacity:"0.3"},A.createElement("animate",{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}),A.createElement("animate",{attributeName:"fill-opacity",from:"0.5",to:"0.5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"})),A.createElement("circle",{cx:"105",cy:"15",r:"15"},A.createElement("animate",{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}),A.createElement("animate",{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"})))}var NH=Object.defineProperty,Ip=Object.getOwnPropertySymbols,GC=Object.prototype.hasOwnProperty,YC=Object.prototype.propertyIsEnumerable,BP=(e,t,n)=>t in e?NH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_H=(e,t)=>{for(var n in t||(t={}))GC.call(t,n)&&BP(e,n,t[n]);if(Ip)for(var n of Ip(t))YC.call(t,n)&&BP(e,n,t[n]);return e},RH=(e,t)=>{var n={};for(var r in e)GC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Ip)for(var r of Ip(e))t.indexOf(r)<0&&YC.call(e,r)&&(n[r]=e[r]);return n};const Vb={bars:AH,oval:WH,dots:zH},IH={xs:18,sm:22,md:36,lg:44,xl:58},DH={size:"md"};function $f(e){const t=gn("Loader",DH,e),{size:n,color:r,variant:a}=t,s=RH(t,["size","color","variant"]),l=so(),c=a in Vb?a:l.loader;return A.createElement(rn,_H({role:"presentation",component:Vb[c]||Vb.bars,size:l.fn.size({size:n,sizes:IH}),color:l.fn.variant({variant:"filled",primaryFallback:!1,color:r||l.primaryColor}).background},s))}$f.displayName="@mantine/core/Loader";var LH=Object.defineProperty,Dp=Object.getOwnPropertySymbols,KC=Object.prototype.hasOwnProperty,qC=Object.prototype.propertyIsEnumerable,XP=(e,t,n)=>t in e?LH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,UP=(e,t)=>{for(var n in t||(t={}))KC.call(t,n)&&XP(e,n,t[n]);if(Dp)for(var n of Dp(t))qC.call(t,n)&&XP(e,n,t[n]);return e},HH=(e,t)=>{var n={};for(var r in e)KC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Dp)for(var r of Dp(e))t.indexOf(r)<0&&qC.call(e,r)&&(n[r]=e[r]);return n};const FH={color:"gray",size:"md",variant:"subtle",loading:!1},VC=T.exports.forwardRef((e,t)=>{const n=gn("ActionIcon",FH,e),{className:r,color:a,children:s,radius:l,size:c,variant:d,gradient:f,disabled:h,loaderProps:p,loading:g,unstyled:w}=n,y=HH(n,["className","color","children","radius","size","variant","gradient","disabled","loaderProps","loading","unstyled"]),{classes:k,cx:M,theme:W}=kH({size:c,radius:l,color:a,variant:d,gradient:f},{name:"ActionIcon",unstyled:w}),z=W.fn.variant({color:a,variant:d}),N=A.createElement($f,UP({color:z.color,size:W.fn.size({size:c,sizes:ef})-12},p));return A.createElement(sv,UP({className:M(k.root,r),ref:t,disabled:h,"data-disabled":h||void 0,"data-loading":g||void 0,unstyled:w},y),g?N:s)});VC.displayName="@mantine/core/ActionIcon";const lv=VC;function JC(e){const{children:t,target:n,className:r}=gn("Portal",{},e),a=so(),[s,l]=T.exports.useState(!1),c=T.exports.useRef();return sC(()=>(l(!0),c.current=n?typeof n=="string"?document.querySelector(n):n:document.createElement("div"),n||document.body.appendChild(c.current),()=>{!n&&document.body.removeChild(c.current)}),[n]),s?Bc.exports.createPortal(A.createElement("div",{className:r,dir:a.dir},t),c.current):null}JC.displayName="@mantine/core/Portal";var BH=Object.defineProperty,Lp=Object.getOwnPropertySymbols,QC=Object.prototype.hasOwnProperty,$C=Object.prototype.propertyIsEnumerable,GP=(e,t,n)=>t in e?BH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,XH=(e,t)=>{for(var n in t||(t={}))QC.call(t,n)&&GP(e,n,t[n]);if(Lp)for(var n of Lp(t))$C.call(t,n)&&GP(e,n,t[n]);return e},UH=(e,t)=>{var n={};for(var r in e)QC.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Lp)for(var r of Lp(e))t.indexOf(r)<0&&$C.call(e,r)&&(n[r]=e[r]);return n};function ZC(e){var t=e,{withinPortal:n=!0,children:r}=t,a=UH(t,["withinPortal","children"]);return n?A.createElement(JC,XH({},a),r):A.createElement(A.Fragment,null,r)}ZC.displayName="@mantine/core/OptionalPortal";var GH=Object.defineProperty,YH=Object.defineProperties,KH=Object.getOwnPropertyDescriptors,YP=Object.getOwnPropertySymbols,qH=Object.prototype.hasOwnProperty,VH=Object.prototype.propertyIsEnumerable,KP=(e,t,n)=>t in e?GH(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Mm=(e,t)=>{for(var n in t||(t={}))qH.call(t,n)&&KP(e,n,t[n]);if(YP)for(var n of YP(t))VH.call(t,n)&&KP(e,n,t[n]);return e},JH=(e,t)=>YH(e,KH(t));function QH({underline:e,strikethrough:t}){const n=[];return e&&n.push("underline"),t&&n.push("line-through"),n.length>0?n.join(" "):"none"}function $H({theme:e,color:t,variant:n}){return t==="dimmed"?e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6]:typeof t=="string"&&(t in e.colors||t.split(".")[0]in e.colors)?e.fn.variant({variant:"filled",color:t}).background:n==="link"?e.colors[e.primaryColor][e.colorScheme==="dark"?4:7]:t||"inherit"}function ZH(e){return typeof e=="number"?{overflow:"hidden",textOverflow:"ellipsis",display:"-webkit-box",WebkitLineClamp:e,WebkitBoxOrient:"vertical"}:null}var eF=It((e,{color:t,variant:n,size:r,lineClamp:a,inline:s,inherit:l,underline:c,gradient:d,weight:f,transform:h,align:p,strikethrough:g,italic:w})=>{const y=e.fn.variant({variant:"gradient",gradient:d});return{root:Mm(JH(Mm(Mm(Mm({},e.fn.fontStyles()),e.fn.focusStyles()),ZH(a)),{color:$H({color:t,theme:e,variant:n}),fontFamily:l?"inherit":e.fontFamily,fontSize:l||r===void 0?"inherit":e.fn.size({size:r,sizes:e.fontSizes}),lineHeight:l?"inherit":s?1:e.lineHeight,textDecoration:QH({underline:c,strikethrough:g}),WebkitTapHighlightColor:"transparent",fontWeight:l?"inherit":f,textTransform:h,textAlign:p,fontStyle:w?"italic":void 0}),e.fn.hover(n==="link"&&c===void 0?{textDecoration:"underline"}:void 0)),gradient:{backgroundImage:y.background,WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"}}});const tF=eF;var nF=Object.defineProperty,Hp=Object.getOwnPropertySymbols,eE=Object.prototype.hasOwnProperty,tE=Object.prototype.propertyIsEnumerable,qP=(e,t,n)=>t in e?nF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rF=(e,t)=>{for(var n in t||(t={}))eE.call(t,n)&&qP(e,n,t[n]);if(Hp)for(var n of Hp(t))tE.call(t,n)&&qP(e,n,t[n]);return e},aF=(e,t)=>{var n={};for(var r in e)eE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Hp)for(var r of Hp(e))t.indexOf(r)<0&&tE.call(e,r)&&(n[r]=e[r]);return n};const iF={variant:"text"},nE=T.exports.forwardRef((e,t)=>{const n=gn("Text",iF,e),{className:r,size:a,weight:s,transform:l,color:c,align:d,variant:f,lineClamp:h,gradient:p,inline:g,inherit:w,underline:y,strikethrough:k,italic:M,classNames:W,styles:z,unstyled:N,span:B}=n,H=aF(n,["className","size","weight","transform","color","align","variant","lineClamp","gradient","inline","inherit","underline","strikethrough","italic","classNames","styles","unstyled","span"]),{classes:U,cx:$}=tF({variant:f,color:c,size:a,lineClamp:h,inline:g,inherit:w,underline:y,strikethrough:k,italic:M,weight:s,transform:l,align:d,gradient:p},{unstyled:N,name:"Text"});return A.createElement(rn,rF({ref:t,className:$(U.root,{[U.gradient]:f==="gradient"},r),component:B?"span":"div"},H))});nE.displayName="@mantine/core/Text";const uv=nE,Am={xs:1,sm:2,md:3,lg:4,xl:5};function Sm(e,t){const n=e.fn.variant({variant:"outline",color:t}).border;return typeof t=="string"&&(t in e.colors||t.split(".")[0]in e.colors)?n:t===void 0?e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[4]:t}var oF=It((e,{size:t,variant:n,color:r})=>({root:{},withLabel:{borderTop:"0 !important"},left:{"&::before":{display:"none"}},right:{"&::after":{display:"none"}},label:{display:"flex",alignItems:"center","&::before":{content:'""',flex:1,height:1,borderTop:`${e.fn.size({size:t,sizes:Am})}px ${n} ${Sm(e,r)}`,marginRight:e.spacing.xs},"&::after":{content:'""',flex:1,borderTop:`${e.fn.size({size:t,sizes:Am})}px ${n} ${Sm(e,r)}`,marginLeft:e.spacing.xs}},labelDefaultStyles:{color:r==="dark"?e.colors.dark[1]:e.fn.themeColor(r,e.colorScheme==="dark"?5:e.fn.primaryShade(),!1)},horizontal:{border:0,borderTopWidth:e.fn.size({size:t,sizes:Am}),borderTopColor:Sm(e,r),borderTopStyle:n,margin:0},vertical:{border:0,alignSelf:"stretch",height:"auto",borderLeftWidth:e.fn.size({size:t,sizes:Am}),borderLeftColor:Sm(e,r),borderLeftStyle:n}}));const sF=oF;var lF=Object.defineProperty,uF=Object.defineProperties,cF=Object.getOwnPropertyDescriptors,Fp=Object.getOwnPropertySymbols,rE=Object.prototype.hasOwnProperty,aE=Object.prototype.propertyIsEnumerable,VP=(e,t,n)=>t in e?lF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,JP=(e,t)=>{for(var n in t||(t={}))rE.call(t,n)&&VP(e,n,t[n]);if(Fp)for(var n of Fp(t))aE.call(t,n)&&VP(e,n,t[n]);return e},dF=(e,t)=>uF(e,cF(t)),fF=(e,t)=>{var n={};for(var r in e)rE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Fp)for(var r of Fp(e))t.indexOf(r)<0&&aE.call(e,r)&&(n[r]=e[r]);return n};const hF={orientation:"horizontal",size:"xs",labelPosition:"left",variant:"solid"},iE=T.exports.forwardRef((e,t)=>{const n=gn("Divider",hF,e),{className:r,color:a,orientation:s,size:l,label:c,labelPosition:d,labelProps:f,variant:h,styles:p,classNames:g,unstyled:w}=n,y=fF(n,["className","color","orientation","size","label","labelPosition","labelProps","variant","styles","classNames","unstyled"]),{classes:k,cx:M}=sF({color:a,size:l,variant:h},{classNames:g,styles:p,unstyled:w,name:"Divider"}),W=s==="vertical",z=s==="horizontal",N=!!c&&z,B=!(f!=null&&f.color);return A.createElement(rn,JP({ref:t,className:M(k.root,{[k.vertical]:W,[k.horizontal]:z,[k.withLabel]:N},r),role:"separator"},y),N&&A.createElement(uv,dF(JP({},f),{size:(f==null?void 0:f.size)||"xs",sx:{marginTop:2},className:M(k.label,k[d],{[k.labelDefaultStyles]:B})}),c))});iE.displayName="@mantine/core/Divider";function mF(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function oE(...e){return t=>e.forEach(n=>mF(n,t))}function Pu(...e){return T.exports.useCallback(oE(...e),e)}const sE=T.exports.forwardRef((e,t)=>{const{children:n,...r}=e,a=T.exports.Children.toArray(n),s=a.find(gF);if(s){const l=s.props.children,c=a.map(d=>d===s?T.exports.Children.count(l)>1?T.exports.Children.only(null):T.exports.isValidElement(l)?l.props.children:null:d);return T.exports.createElement(Uy,vn({},r,{ref:t}),T.exports.isValidElement(l)?T.exports.cloneElement(l,void 0,c):null)}return T.exports.createElement(Uy,vn({},r,{ref:t}),n)});sE.displayName="Slot";const Uy=T.exports.forwardRef((e,t)=>{const{children:n,...r}=e;return T.exports.isValidElement(n)?T.exports.cloneElement(n,{...vF(r,n.props),ref:oE(t,n.ref)}):T.exports.Children.count(n)>1?T.exports.Children.only(null):null});Uy.displayName="SlotClone";const pF=({children:e})=>T.exports.createElement(T.exports.Fragment,null,e);function gF(e){return T.exports.isValidElement(e)&&e.type===pF}function vF(e,t){const n={...t};for(const r in t){const a=e[r],s=t[r];/^on[A-Z]/.test(r)?n[r]=(...l)=>{s==null||s(...l),a==null||a(...l)}:r==="style"?n[r]={...a,...s}:r==="className"&&(n[r]=[a,s].filter(Boolean).join(" "))}return{...e,...n}}const bF=["a","button","div","h2","h3","img","li","nav","ol","p","span","svg","ul"],Zf=bF.reduce((e,t)=>{const n=T.exports.forwardRef((r,a)=>{const{asChild:s,...l}=r,c=s?sE:t;return T.exports.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),T.exports.createElement(c,vn({},l,{ref:a}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{}),Gy=Boolean(globalThis==null?void 0:globalThis.document)?T.exports.useLayoutEffect:()=>{};function yF(e,t){return T.exports.useReducer((n,r)=>{const a=t[n][r];return a!=null?a:n},e)}const eh=e=>{const{present:t,children:n}=e,r=wF(t),a=typeof n=="function"?n({present:r.isPresent}):T.exports.Children.only(n),s=Pu(r.ref,a.ref);return typeof n=="function"||r.isPresent?T.exports.cloneElement(a,{ref:s}):null};eh.displayName="Presence";function wF(e){const[t,n]=T.exports.useState(),r=T.exports.useRef({}),a=T.exports.useRef(e),s=T.exports.useRef("none"),l=e?"mounted":"unmounted",[c,d]=yF(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return T.exports.useEffect(()=>{const f=Cm(r.current);s.current=c==="mounted"?f:"none"},[c]),Gy(()=>{const f=r.current,h=a.current;if(h!==e){const p=s.current,g=Cm(f);e?d("MOUNT"):g==="none"||(f==null?void 0:f.display)==="none"?d("UNMOUNT"):d(h&&p!==g?"ANIMATION_OUT":"UNMOUNT"),a.current=e}},[e,d]),Gy(()=>{if(t){const f=p=>{const g=Cm(r.current).includes(p.animationName);p.target===t&&g&&Bc.exports.flushSync(()=>d("ANIMATION_END"))},h=p=>{p.target===t&&(s.current=Cm(r.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:T.exports.useCallback(f=>{f&&(r.current=getComputedStyle(f)),n(f)},[])}}function Cm(e){return(e==null?void 0:e.animationName)||"none"}function kF(e,t=[]){let n=[];function r(s,l){const c=T.exports.createContext(l),d=n.length;n=[...n,l];function f(p){const{scope:g,children:w,...y}=p,k=(g==null?void 0:g[e][d])||c,M=T.exports.useMemo(()=>y,Object.values(y));return T.exports.createElement(k.Provider,{value:M},w)}function h(p,g){const w=(g==null?void 0:g[e][d])||c,y=T.exports.useContext(w);if(y)return y;if(l!==void 0)return l;throw new Error(`\`${p}\` must be used within \`${s}\``)}return f.displayName=s+"Provider",[f,h]}const a=()=>{const s=n.map(l=>T.exports.createContext(l));return function(l){const c=(l==null?void 0:l[e])||s;return T.exports.useMemo(()=>({[`__scope${e}`]:{...l,[e]:c}}),[l,c])}};return a.scopeName=e,[r,xF(a,...t)]}function xF(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(a=>({useScope:a(),scopeName:a.scopeName}));return function(a){const s=r.reduce((l,{useScope:c,scopeName:d})=>{const f=c(a)[`__scope${d}`];return{...l,...f}},{});return T.exports.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function fu(e){const t=T.exports.useRef(e);return T.exports.useEffect(()=>{t.current=e}),T.exports.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}const PF=T.exports.createContext(void 0);function MF(e){const t=T.exports.useContext(PF);return e||t||"ltr"}function AF(e,[t,n]){return Math.min(n,Math.max(t,e))}function yu(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e==null||e(r),n===!1||!r.defaultPrevented)return t==null?void 0:t(r)}}function SF(e,t){return T.exports.useReducer((n,r)=>{const a=t[n][r];return a!=null?a:n},e)}const lE="ScrollArea",[uE,ZGe]=kF(lE),[CF,qa]=uE(lE),EF=T.exports.forwardRef((e,t)=>{const{__scopeScrollArea:n,type:r="hover",dir:a,scrollHideDelay:s=600,...l}=e,[c,d]=T.exports.useState(null),[f,h]=T.exports.useState(null),[p,g]=T.exports.useState(null),[w,y]=T.exports.useState(null),[k,M]=T.exports.useState(null),[W,z]=T.exports.useState(0),[N,B]=T.exports.useState(0),[H,U]=T.exports.useState(!1),[$,Q]=T.exports.useState(!1),de=Pu(t,Se=>d(Se)),me=MF(a);return T.exports.createElement(CF,{scope:n,type:r,dir:me,scrollHideDelay:s,scrollArea:c,viewport:f,onViewportChange:h,content:p,onContentChange:g,scrollbarX:w,onScrollbarXChange:y,scrollbarXEnabled:H,onScrollbarXEnabledChange:U,scrollbarY:k,onScrollbarYChange:M,scrollbarYEnabled:$,onScrollbarYEnabledChange:Q,onCornerWidthChange:z,onCornerHeightChange:B},T.exports.createElement(Zf.div,vn({dir:me},l,{ref:de,style:{position:"relative",["--radix-scroll-area-corner-width"]:W+"px",["--radix-scroll-area-corner-height"]:N+"px",...e.style}})))}),WF="ScrollAreaViewport",jF=T.exports.forwardRef((e,t)=>{const{__scopeScrollArea:n,children:r,...a}=e,s=qa(WF,n),l=T.exports.useRef(null),c=Pu(t,l,s.onViewportChange);return T.exports.createElement(T.exports.Fragment,null,T.exports.createElement("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"}}),T.exports.createElement(Zf.div,vn({"data-radix-scroll-area-viewport":""},a,{ref:c,style:{overflowX:s.scrollbarXEnabled?"scroll":"hidden",overflowY:s.scrollbarYEnabled?"scroll":"hidden",...e.style}}),T.exports.createElement("div",{ref:s.onContentChange,style:{minWidth:"100%",display:"table"}},r)))}),is="ScrollAreaScrollbar",OF=T.exports.forwardRef((e,t)=>{const{forceMount:n,...r}=e,a=qa(is,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:l}=a,c=e.orientation==="horizontal";return T.exports.useEffect(()=>(c?s(!0):l(!0),()=>{c?s(!1):l(!1)}),[c,s,l]),a.type==="hover"?T.exports.createElement(TF,vn({},r,{ref:t,forceMount:n})):a.type==="scroll"?T.exports.createElement(zF,vn({},r,{ref:t,forceMount:n})):a.type==="auto"?T.exports.createElement(cE,vn({},r,{ref:t,forceMount:n})):a.type==="always"?T.exports.createElement(M1,vn({},r,{ref:t})):null}),TF=T.exports.forwardRef((e,t)=>{const{forceMount:n,...r}=e,a=qa(is,e.__scopeScrollArea),[s,l]=T.exports.useState(!1);return T.exports.useEffect(()=>{const c=a.scrollArea;let d=0;if(c){const f=()=>{window.clearTimeout(d),l(!0)},h=()=>{d=window.setTimeout(()=>l(!1),a.scrollHideDelay)};return c.addEventListener("pointerenter",f),c.addEventListener("pointerleave",h),()=>{window.clearTimeout(d),c.removeEventListener("pointerenter",f),c.removeEventListener("pointerleave",h)}}},[a.scrollArea,a.scrollHideDelay]),T.exports.createElement(eh,{present:n||s},T.exports.createElement(cE,vn({"data-state":s?"visible":"hidden"},r,{ref:t})))}),zF=T.exports.forwardRef((e,t)=>{const{forceMount:n,...r}=e,a=qa(is,e.__scopeScrollArea),s=e.orientation==="horizontal",l=dv(()=>d("SCROLL_END"),100),[c,d]=SF("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return T.exports.useEffect(()=>{if(c==="idle"){const f=window.setTimeout(()=>d("HIDE"),a.scrollHideDelay);return()=>window.clearTimeout(f)}},[c,a.scrollHideDelay,d]),T.exports.useEffect(()=>{const f=a.viewport,h=s?"scrollLeft":"scrollTop";if(f){let p=f[h];const g=()=>{const w=f[h];p!==w&&(d("SCROLL"),l()),p=w};return f.addEventListener("scroll",g),()=>f.removeEventListener("scroll",g)}},[a.viewport,s,d,l]),T.exports.createElement(eh,{present:n||c!=="hidden"},T.exports.createElement(M1,vn({"data-state":c==="hidden"?"hidden":"visible"},r,{ref:t,onPointerEnter:yu(e.onPointerEnter,()=>d("POINTER_ENTER")),onPointerLeave:yu(e.onPointerLeave,()=>d("POINTER_LEAVE"))})))}),cE=T.exports.forwardRef((e,t)=>{const n=qa(is,e.__scopeScrollArea),{forceMount:r,...a}=e,[s,l]=T.exports.useState(!1),c=e.orientation==="horizontal",d=dv(()=>{if(n.viewport){const f=n.viewport.offsetWidth{const{orientation:n="vertical",...r}=e,a=qa(is,e.__scopeScrollArea),s=T.exports.useRef(null),l=T.exports.useRef(0),[c,d]=T.exports.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),f=mE(c.viewport,c.content),h={...r,sizes:c,onSizesChange:d,hasThumb:Boolean(f>0&&f<1),onThumbChange:g=>s.current=g,onThumbPointerUp:()=>l.current=0,onThumbPointerDown:g=>l.current=g};function p(g,w){return FF(g,l.current,c,w)}return n==="horizontal"?T.exports.createElement(NF,vn({},h,{ref:t,onThumbPositionChange:()=>{if(a.viewport&&s.current){const g=a.viewport.scrollLeft,w=QP(g,c,a.dir);s.current.style.transform=`translate3d(${w}px, 0, 0)`}},onWheelScroll:g=>{a.viewport&&(a.viewport.scrollLeft=g)},onDragScroll:g=>{a.viewport&&(a.viewport.scrollLeft=p(g,a.dir))}})):n==="vertical"?T.exports.createElement(_F,vn({},h,{ref:t,onThumbPositionChange:()=>{if(a.viewport&&s.current){const g=a.viewport.scrollTop,w=QP(g,c);s.current.style.transform=`translate3d(0, ${w}px, 0)`}},onWheelScroll:g=>{a.viewport&&(a.viewport.scrollTop=g)},onDragScroll:g=>{a.viewport&&(a.viewport.scrollTop=p(g))}})):null}),NF=T.exports.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...a}=e,s=qa(is,e.__scopeScrollArea),[l,c]=T.exports.useState(),d=T.exports.useRef(null),f=Pu(t,d,s.onScrollbarXChange);return T.exports.useEffect(()=>{d.current&&c(getComputedStyle(d.current))},[d]),T.exports.createElement(fE,vn({"data-orientation":"horizontal"},a,{ref:f,sizes:n,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,["--radix-scroll-area-thumb-width"]:cv(n)+"px",...e.style},onThumbPointerDown:h=>e.onThumbPointerDown(h.x),onDragScroll:h=>e.onDragScroll(h.x),onWheelScroll:(h,p)=>{if(s.viewport){const g=s.viewport.scrollLeft+h.deltaX;e.onWheelScroll(g),gE(g,p)&&h.preventDefault()}},onResize:()=>{d.current&&s.viewport&&l&&r({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:d.current.clientWidth,paddingStart:Bp(l.paddingLeft),paddingEnd:Bp(l.paddingRight)}})}}))}),_F=T.exports.forwardRef((e,t)=>{const{sizes:n,onSizesChange:r,...a}=e,s=qa(is,e.__scopeScrollArea),[l,c]=T.exports.useState(),d=T.exports.useRef(null),f=Pu(t,d,s.onScrollbarYChange);return T.exports.useEffect(()=>{d.current&&c(getComputedStyle(d.current))},[d]),T.exports.createElement(fE,vn({"data-orientation":"vertical"},a,{ref:f,sizes:n,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)",["--radix-scroll-area-thumb-height"]:cv(n)+"px",...e.style},onThumbPointerDown:h=>e.onThumbPointerDown(h.y),onDragScroll:h=>e.onDragScroll(h.y),onWheelScroll:(h,p)=>{if(s.viewport){const g=s.viewport.scrollTop+h.deltaY;e.onWheelScroll(g),gE(g,p)&&h.preventDefault()}},onResize:()=>{d.current&&s.viewport&&l&&r({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:d.current.clientHeight,paddingStart:Bp(l.paddingTop),paddingEnd:Bp(l.paddingBottom)}})}}))}),[RF,dE]=uE(is),fE=T.exports.forwardRef((e,t)=>{const{__scopeScrollArea:n,sizes:r,hasThumb:a,onThumbChange:s,onThumbPointerUp:l,onThumbPointerDown:c,onThumbPositionChange:d,onDragScroll:f,onWheelScroll:h,onResize:p,...g}=e,w=qa(is,n),[y,k]=T.exports.useState(null),M=Pu(t,de=>k(de)),W=T.exports.useRef(null),z=T.exports.useRef(""),N=w.viewport,B=r.content-r.viewport,H=fu(h),U=fu(d),$=dv(p,10);function Q(de){if(W.current){const me=de.clientX-W.current.left,Se=de.clientY-W.current.top;f({x:me,y:Se})}}return T.exports.useEffect(()=>{const de=me=>{const Se=me.target;y!=null&&y.contains(Se)&&H(me,B)};return document.addEventListener("wheel",de,{passive:!1}),()=>document.removeEventListener("wheel",de,{passive:!1})},[N,y,B,H]),T.exports.useEffect(U,[r,U]),_c(y,$),_c(w.content,$),T.exports.createElement(RF,{scope:n,scrollbar:y,hasThumb:a,onThumbChange:fu(s),onThumbPointerUp:fu(l),onThumbPositionChange:U,onThumbPointerDown:fu(c)},T.exports.createElement(Zf.div,vn({},g,{ref:M,style:{position:"absolute",...g.style},onPointerDown:yu(e.onPointerDown,de=>{de.button===0&&(de.target.setPointerCapture(de.pointerId),W.current=y.getBoundingClientRect(),z.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",Q(de))}),onPointerMove:yu(e.onPointerMove,Q),onPointerUp:yu(e.onPointerUp,de=>{de.target.releasePointerCapture(de.pointerId),document.body.style.webkitUserSelect=z.current,W.current=null})})))}),Yy="ScrollAreaThumb",IF=T.exports.forwardRef((e,t)=>{const{forceMount:n,...r}=e,a=dE(Yy,e.__scopeScrollArea);return T.exports.createElement(eh,{present:n||a.hasThumb},T.exports.createElement(DF,vn({ref:t},r)))}),DF=T.exports.forwardRef((e,t)=>{const{__scopeScrollArea:n,style:r,...a}=e,s=qa(Yy,n),l=dE(Yy,n),{onThumbPositionChange:c}=l,d=Pu(t,p=>l.onThumbChange(p)),f=T.exports.useRef(),h=dv(()=>{f.current&&(f.current(),f.current=void 0)},100);return T.exports.useEffect(()=>{const p=s.viewport;if(p){const g=()=>{if(h(),!f.current){const w=BF(p,c);f.current=w,c()}};return c(),p.addEventListener("scroll",g),()=>p.removeEventListener("scroll",g)}},[s.viewport,h,c]),T.exports.createElement(Zf.div,vn({"data-state":l.hasThumb?"visible":"hidden"},a,{ref:d,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:yu(e.onPointerDownCapture,p=>{const g=p.target.getBoundingClientRect(),w=p.clientX-g.left,y=p.clientY-g.top;l.onThumbPointerDown({x:w,y})}),onPointerUp:yu(e.onPointerUp,l.onThumbPointerUp)}))}),hE="ScrollAreaCorner",LF=T.exports.forwardRef((e,t)=>{const n=qa(hE,e.__scopeScrollArea),r=Boolean(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?T.exports.createElement(HF,vn({},e,{ref:t})):null}),HF=T.exports.forwardRef((e,t)=>{const{__scopeScrollArea:n,...r}=e,a=qa(hE,n),[s,l]=T.exports.useState(0),[c,d]=T.exports.useState(0),f=Boolean(s&&c);return _c(a.scrollbarX,()=>{var h;const p=((h=a.scrollbarX)===null||h===void 0?void 0:h.offsetHeight)||0;a.onCornerHeightChange(p),d(p)}),_c(a.scrollbarY,()=>{var h;const p=((h=a.scrollbarY)===null||h===void 0?void 0:h.offsetWidth)||0;a.onCornerWidthChange(p),l(p)}),f?T.exports.createElement(Zf.div,vn({},r,{ref:t,style:{width:s,height:c,position:"absolute",right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:0,...e.style}})):null});function Bp(e){return e?parseInt(e,10):0}function mE(e,t){const n=e/t;return isNaN(n)?0:n}function cv(e){const t=mE(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function FF(e,t,n,r="ltr"){const a=cv(n),s=a/2,l=t||s,c=a-l,d=n.scrollbar.paddingStart+l,f=n.scrollbar.size-n.scrollbar.paddingEnd-c,h=n.content-n.viewport,p=r==="ltr"?[0,h]:[h*-1,0];return pE([d,f],p)(e)}function QP(e,t,n="ltr"){const r=cv(t),a=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-a,l=t.content-t.viewport,c=s-r,d=n==="ltr"?[0,l]:[l*-1,0],f=AF(e,d);return pE([0,l],[0,c])(f)}function pE(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function gE(e,t){return e>0&&e{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return function a(){const s={left:e.scrollLeft,top:e.scrollTop},l=n.left!==s.left,c=n.top!==s.top;(l||c)&&t(),n=s,r=window.requestAnimationFrame(a)}(),()=>window.cancelAnimationFrame(r)};function dv(e,t){const n=fu(e),r=T.exports.useRef(0);return T.exports.useEffect(()=>()=>window.clearTimeout(r.current),[]),T.exports.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,t)},[n,t])}function _c(e,t){const n=fu(t);Gy(()=>{let r=0;if(e){const a=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return a.observe(e),()=>{window.cancelAnimationFrame(r),a.unobserve(e)}}},[e,n])}const XF=EF,UF=jF,$P=OF,ZP=IF,GF=LF;var YF=It((e,{scrollbarSize:t,offsetScrollbars:n,scrollbarHovered:r,hidden:a},s)=>({root:{overflow:"hidden"},viewport:{width:"100%",height:"100%",paddingRight:n?t:void 0,paddingBottom:n?t:void 0},scrollbar:{display:a?"none":"flex",userSelect:"none",touchAction:"none",boxSizing:"border-box",padding:t/5,transition:"background-color 150ms ease, opacity 150ms ease","&:hover":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[8]:e.colors.gray[0],[`& .${s("thumb")}`]:{backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.white,.5):e.fn.rgba(e.black,.5)}},'&[data-orientation="vertical"]':{width:t},'&[data-orientation="horizontal"]':{flexDirection:"column",height:t},'&[data-state="hidden"]':{display:"none",opacity:0}},thumb:{ref:s("thumb"),flex:1,backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.white,.4):e.fn.rgba(e.black,.4),borderRadius:t,position:"relative",transition:"background-color 150ms ease",display:a?"none":void 0,"&::before":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:"100%",height:"100%"}},corner:{backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[0],transition:"opacity 150ms ease",opacity:r?1:0,display:a?"none":void 0}}));const KF=YF;var qF=Object.defineProperty,VF=Object.defineProperties,JF=Object.getOwnPropertyDescriptors,Xp=Object.getOwnPropertySymbols,vE=Object.prototype.hasOwnProperty,bE=Object.prototype.propertyIsEnumerable,e2=(e,t,n)=>t in e?qF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,yE=(e,t)=>{for(var n in t||(t={}))vE.call(t,n)&&e2(e,n,t[n]);if(Xp)for(var n of Xp(t))bE.call(t,n)&&e2(e,n,t[n]);return e},QF=(e,t)=>VF(e,JF(t)),wE=(e,t)=>{var n={};for(var r in e)vE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Xp)for(var r of Xp(e))t.indexOf(r)<0&&bE.call(e,r)&&(n[r]=e[r]);return n};const kE={scrollbarSize:12,scrollHideDelay:1e3,type:"hover",offsetScrollbars:!1},fv=T.exports.forwardRef((e,t)=>{const n=gn("ScrollArea",kE,e),{children:r,className:a,classNames:s,styles:l,scrollbarSize:c,scrollHideDelay:d,type:f,dir:h,offsetScrollbars:p,viewportRef:g,onScrollPositionChange:w,unstyled:y}=n,k=wE(n,["children","className","classNames","styles","scrollbarSize","scrollHideDelay","type","dir","offsetScrollbars","viewportRef","onScrollPositionChange","unstyled"]),[M,W]=T.exports.useState(!1),z=so(),{classes:N,cx:B}=KF({scrollbarSize:c,offsetScrollbars:p,scrollbarHovered:M,hidden:f==="never"},{name:"ScrollArea",classNames:s,styles:l,unstyled:y});return A.createElement(XF,{type:f==="never"?"always":f,scrollHideDelay:d,dir:h||z.dir,ref:t,asChild:!0},A.createElement(rn,yE({className:B(N.root,a)},k),A.createElement(UF,{className:N.viewport,ref:g,onScroll:typeof w=="function"?({currentTarget:H})=>w({x:H.scrollLeft,y:H.scrollTop}):void 0},r),A.createElement($P,{orientation:"horizontal",className:N.scrollbar,forceMount:!0,onMouseEnter:()=>W(!0),onMouseLeave:()=>W(!1)},A.createElement(ZP,{className:N.thumb})),A.createElement($P,{orientation:"vertical",className:N.scrollbar,forceMount:!0,onMouseEnter:()=>W(!0),onMouseLeave:()=>W(!1)},A.createElement(ZP,{className:N.thumb})),A.createElement(GF,{className:N.corner})))}),xE=T.exports.forwardRef((e,t)=>{const n=gn("ScrollAreaAutosize",kE,e),{maxHeight:r,children:a,classNames:s,styles:l,scrollbarSize:c,scrollHideDelay:d,type:f,dir:h,offsetScrollbars:p,viewportRef:g,onScrollPositionChange:w,unstyled:y,sx:k}=n,M=wE(n,["maxHeight","children","classNames","styles","scrollbarSize","scrollHideDelay","type","dir","offsetScrollbars","viewportRef","onScrollPositionChange","unstyled","sx"]);return A.createElement(rn,QF(yE({},M),{ref:t,sx:[{display:"flex",maxHeight:r},...kp(k)]}),A.createElement(rn,{sx:{display:"flex",flexDirection:"column",flex:1}},A.createElement(fv,{classNames:s,styles:l,scrollHideDelay:d,scrollbarSize:c,type:f,dir:h,offsetScrollbars:p,viewportRef:g,onScrollPositionChange:w,unstyled:y},a)))});xE.displayName="@mantine/core/ScrollAreaAutosize";fv.displayName="@mantine/core/ScrollArea";fv.Autosize=xE;const $F=fv;function es(e){return e.split("-")[0]}function th(e){return e.split("-")[1]}function Mu(e){return["top","bottom"].includes(es(e))?"x":"y"}function A1(e){return e==="y"?"height":"width"}function t2(e,t,n){let{reference:r,floating:a}=e;const s=r.x+r.width/2-a.width/2,l=r.y+r.height/2-a.height/2,c=Mu(t),d=A1(c),f=r[d]/2-a[d]/2,h=es(t),p=c==="x";let g;switch(h){case"top":g={x:s,y:r.y-a.height};break;case"bottom":g={x:s,y:r.y+r.height};break;case"right":g={x:r.x+r.width,y:l};break;case"left":g={x:r.x-a.width,y:l};break;default:g={x:r.x,y:r.y}}switch(th(t)){case"start":g[c]-=f*(n&&p?-1:1);break;case"end":g[c]+=f*(n&&p?-1:1);break}return g}const ZF=async(e,t,n)=>{const{placement:r="bottom",strategy:a="absolute",middleware:s=[],platform:l}=n,c=await(l.isRTL==null?void 0:l.isRTL(t));let d=await l.getElementRects({reference:e,floating:t,strategy:a}),{x:f,y:h}=t2(d,r,c),p=r,g={},w=0;for(let y=0;y({name:"arrow",options:e,async fn(t){const{element:n,padding:r=0}=e!=null?e:{},{x:a,y:s,placement:l,rects:c,platform:d}=t;if(n==null)return{};const f=S1(r),h={x:a,y:s},p=Mu(l),g=th(l),w=A1(p),y=await d.getDimensions(n),k=p==="y"?"top":"left",M=p==="y"?"bottom":"right",W=c.reference[w]+c.reference[p]-h[p]-c.floating[w],z=h[p]-c.reference[p],N=await(d.getOffsetParent==null?void 0:d.getOffsetParent(n));let B=N?p==="y"?N.clientHeight||0:N.clientWidth||0:0;B===0&&(B=c.floating[w]);const H=W/2-z/2,U=f[k],$=B-y[w]-f[M],Q=B/2-y[w]/2+H,de=Ky(U,Q,$),me=(g==="start"?f[k]:f[M])>0&&Q!==de&&c.reference[w]<=c.floating[w]?QtB[t])}function nB(e,t,n){n===void 0&&(n=!1);const r=th(e),a=Mu(e),s=A1(a);let l=a==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(l=Up(l)),{main:l,cross:Up(l)}}const rB={start:"end",end:"start"};function r2(e){return e.replace(/start|end/g,t=>rB[t])}function aB(e){const t=Up(e);return[r2(e),t,r2(t)]}const iB=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:r,middlewareData:a,rects:s,initialPlacement:l,platform:c,elements:d}=t,{mainAxis:f=!0,crossAxis:h=!0,fallbackPlacements:p,fallbackStrategy:g="bestFit",flipAlignment:w=!0,...y}=e,k=es(r),M=p||(k===l||!w?[Up(l)]:aB(l)),W=[l,...M],z=await C1(t,y),N=[];let B=((n=a.flip)==null?void 0:n.overflows)||[];if(f&&N.push(z[k]),h){const{main:Q,cross:de}=nB(r,s,await(c.isRTL==null?void 0:c.isRTL(d.floating)));N.push(z[Q],z[de])}if(B=[...B,{placement:r,overflows:N}],!N.every(Q=>Q<=0)){var H,U;const Q=((H=(U=a.flip)==null?void 0:U.index)!=null?H:0)+1,de=W[Q];if(de)return{data:{index:Q,overflows:B},reset:{placement:de}};let me="bottom";switch(g){case"bestFit":{var $;const Se=($=B.map(Pe=>[Pe,Pe.overflows.filter(Te=>Te>0).reduce((Te,$e)=>Te+$e,0)]).sort((Pe,Te)=>Pe[1]-Te[1])[0])==null?void 0:$[0].placement;Se&&(me=Se);break}case"initialPlacement":me=l;break}if(r!==me)return{reset:{placement:me}}}return{}}}};async function oB(e,t){const{placement:n,platform:r,elements:a}=e,s=await(r.isRTL==null?void 0:r.isRTL(a.floating)),l=es(n),c=th(n),d=Mu(n)==="x",f=["left","top"].includes(l)?-1:1,h=s&&d?-1:1,p=typeof t=="function"?t(e):t;let{mainAxis:g,crossAxis:w,alignmentAxis:y}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return c&&typeof y=="number"&&(w=c==="end"?y*-1:y),d?{x:w*h,y:g*f}:{x:g*f,y:w*h}}const sB=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:r}=t,a=await oB(t,e);return{x:n+a.x,y:r+a.y,data:a}}}};function ME(e){return e==="x"?"y":"x"}const lB=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:a}=t,{mainAxis:s=!0,crossAxis:l=!1,limiter:c={fn:M=>{let{x:W,y:z}=M;return{x:W,y:z}}},...d}=e,f={x:n,y:r},h=await C1(t,d),p=Mu(es(a)),g=ME(p);let w=f[p],y=f[g];if(s){const M=p==="y"?"top":"left",W=p==="y"?"bottom":"right",z=w+h[M],N=w-h[W];w=Ky(z,w,N)}if(l){const M=g==="y"?"top":"left",W=g==="y"?"bottom":"right",z=y+h[M],N=y-h[W];y=Ky(z,y,N)}const k=c.fn({...t,[p]:w,[g]:y});return{...k,data:{x:k.x-n,y:k.y-r}}}}},uB=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:a,rects:s,middlewareData:l}=t,{offset:c=0,mainAxis:d=!0,crossAxis:f=!0}=e,h={x:n,y:r},p=Mu(a),g=ME(p);let w=h[p],y=h[g];const k=typeof c=="function"?c(t):c,M=typeof k=="number"?{mainAxis:k,crossAxis:0}:{mainAxis:0,crossAxis:0,...k};if(d){const H=p==="y"?"height":"width",U=s.reference[p]-s.floating[H]+M.mainAxis,$=s.reference[p]+s.reference[H]-M.mainAxis;w$&&(w=$)}if(f){var W,z,N,B;const H=p==="y"?"width":"height",U=["top","left"].includes(es(a)),$=s.reference[g]-s.floating[H]+(U&&(W=(z=l.offset)==null?void 0:z[g])!=null?W:0)+(U?0:M.crossAxis),Q=s.reference[g]+s.reference[H]+(U?0:(N=(B=l.offset)==null?void 0:B[g])!=null?N:0)-(U?M.crossAxis:0);y<$?y=$:y>Q&&(y=Q)}return{[p]:w,[g]:y}}}},cB=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:a,elements:s}=t,{apply:l=()=>{},...c}=e,d=await C1(t,c),f=es(n),h=th(n);let p,g;f==="top"||f==="bottom"?(p=f,g=h===(await(a.isRTL==null?void 0:a.isRTL(s.floating))?"start":"end")?"left":"right"):(g=f,p=h==="end"?"top":"bottom");const w=Ks(d.left,0),y=Ks(d.right,0),k=Ks(d.top,0),M=Ks(d.bottom,0),W={availableHeight:r.floating.height-(["left","right"].includes(n)?2*(k!==0||M!==0?k+M:Ks(d.top,d.bottom)):d[p]),availableWidth:r.floating.width-(["top","bottom"].includes(n)?2*(w!==0||y!==0?w+y:Ks(d.left,d.right)):d[g])};await l({...t,...W});const z=await a.getDimensions(s.floating);return r.floating.width!==z.width||r.floating.height!==z.height?{reset:{rects:!0}}:{}}}},dB=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){var n;const{placement:r,elements:a,rects:s,platform:l,strategy:c}=t,{padding:d=2,x:f,y:h}=e,p=Df(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({rect:s.reference,offsetParent:await(l.getOffsetParent==null?void 0:l.getOffsetParent(a.floating)),strategy:c}):s.reference),g=(n=await(l.getClientRects==null?void 0:l.getClientRects(a.reference)))!=null?n:[],w=S1(d);function y(){if(g.length===2&&g[0].left>g[1].right&&f!=null&&h!=null){var M;return(M=g.find(W=>f>W.left-w.left&&fW.top-w.top&&h=2){if(Mu(r)==="x"){const Se=g[0],Pe=g[g.length-1],Te=es(r)==="top",$e=Se.top,Ge=Pe.bottom,je=Te?Se.left:Pe.left,G=Te?Se.right:Pe.right,oe=G-je,Ie=Ge-$e;return{top:$e,bottom:Ge,left:je,right:G,width:oe,height:Ie,x:je,y:$e}}const W=es(r)==="left",z=Ks(...g.map(Se=>Se.right)),N=PE(...g.map(Se=>Se.left)),B=g.filter(Se=>W?Se.left===N:Se.right===z),H=B[0].top,U=B[B.length-1].bottom,$=N,Q=z,de=Q-$,me=U-H;return{top:H,bottom:U,left:$,right:Q,width:de,height:me,x:$,y:H}}return p}const k=await l.getElementRects({reference:{getBoundingClientRect:y},floating:a.floating,strategy:c});return s.reference.x!==k.reference.x||s.reference.y!==k.reference.y||s.reference.width!==k.reference.width||s.reference.height!==k.reference.height?{reset:{rects:k}}:{}}}};function AE(e){return e&&e.document&&e.location&&e.alert&&e.setInterval}function os(e){if(e==null)return window;if(!AE(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function ol(e){return os(e).getComputedStyle(e)}function sl(e){return AE(e)?"":e?(e.nodeName||"").toLowerCase():""}function SE(){const e=navigator.userAgentData;return e!=null&&e.brands?e.brands.map(t=>t.brand+"/"+t.version).join(" "):navigator.userAgent}function yi(e){return e instanceof os(e).HTMLElement}function no(e){return e instanceof os(e).Element}function fB(e){return e instanceof os(e).Node}function Lf(e){if(typeof ShadowRoot>"u")return!1;const t=os(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function nh(e){const{overflow:t,overflowX:n,overflowY:r,display:a}=ol(e);return/auto|scroll|overlay|hidden/.test(t+r+n)&&!["inline","contents"].includes(a)}function hB(e){return["table","td","th"].includes(sl(e))}function CE(e){const t=/firefox/i.test(SE()),n=ol(e);return n.transform!=="none"||n.perspective!=="none"||t&&n.willChange==="filter"||t&&(n.filter?n.filter!=="none":!1)||["transform","perspective"].some(r=>n.willChange.includes(r))||["paint","layout","strict","content"].some(r=>{const a=n.contain;return a!=null?a.includes(r):!1})}function EE(){return!/^((?!chrome|android).)*safari/i.test(SE())}function E1(e){return["html","body","#document"].includes(sl(e))}const a2=Math.min,gf=Math.max,Gp=Math.round;function ts(e,t,n){var r,a,s,l;t===void 0&&(t=!1),n===void 0&&(n=!1);const c=e.getBoundingClientRect();let d=1,f=1;t&&yi(e)&&(d=e.offsetWidth>0&&Gp(c.width)/e.offsetWidth||1,f=e.offsetHeight>0&&Gp(c.height)/e.offsetHeight||1);const h=no(e)?os(e):window,p=!EE()&&n,g=(c.left+(p&&(r=(a=h.visualViewport)==null?void 0:a.offsetLeft)!=null?r:0))/d,w=(c.top+(p&&(s=(l=h.visualViewport)==null?void 0:l.offsetTop)!=null?s:0))/f,y=c.width/d,k=c.height/f;return{width:y,height:k,top:w,right:g+y,bottom:w+k,left:g,x:g,y:w}}function dl(e){return((fB(e)?e.ownerDocument:e.document)||window.document).documentElement}function hv(e){return no(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function WE(e){return ts(dl(e)).left+hv(e).scrollLeft}function mB(e){const t=ts(e);return Gp(t.width)!==e.offsetWidth||Gp(t.height)!==e.offsetHeight}function pB(e,t,n){const r=yi(t),a=dl(t),s=ts(e,r&&mB(t),n==="fixed");let l={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if(r||!r&&n!=="fixed")if((sl(t)!=="body"||nh(a))&&(l=hv(t)),yi(t)){const d=ts(t,!0);c.x=d.x+t.clientLeft,c.y=d.y+t.clientTop}else a&&(c.x=WE(a));return{x:s.left+l.scrollLeft-c.x,y:s.top+l.scrollTop-c.y,width:s.width,height:s.height}}function W1(e){return sl(e)==="html"?e:e.assignedSlot||e.parentNode||(Lf(e)?e.host:null)||dl(e)}function i2(e){return!yi(e)||ol(e).position==="fixed"?null:e.offsetParent}function gB(e){let t=W1(e);for(Lf(t)&&(t=t.host);yi(t)&&!E1(t);){if(CE(t))return t;{const n=t.parentNode;t=Lf(n)?n.host:n}}return null}function qy(e){const t=os(e);let n=i2(e);for(;n&&hB(n)&&ol(n).position==="static";)n=i2(n);return n&&(sl(n)==="html"||sl(n)==="body"&&ol(n).position==="static"&&!CE(n))?t:n||gB(e)||t}function o2(e){if(yi(e))return{width:e.offsetWidth,height:e.offsetHeight};const t=ts(e);return{width:t.width,height:t.height}}function vB(e){let{rect:t,offsetParent:n,strategy:r}=e;const a=yi(n),s=dl(n);if(n===s)return t;let l={scrollLeft:0,scrollTop:0};const c={x:0,y:0};if((a||!a&&r!=="fixed")&&((sl(n)!=="body"||nh(s))&&(l=hv(n)),yi(n))){const d=ts(n,!0);c.x=d.x+n.clientLeft,c.y=d.y+n.clientTop}return{...t,x:t.x-l.scrollLeft+c.x,y:t.y-l.scrollTop+c.y}}function bB(e,t){const n=os(e),r=dl(e),a=n.visualViewport;let s=r.clientWidth,l=r.clientHeight,c=0,d=0;if(a){s=a.width,l=a.height;const f=EE();(f||!f&&t==="fixed")&&(c=a.offsetLeft,d=a.offsetTop)}return{width:s,height:l,x:c,y:d}}function yB(e){var t;const n=dl(e),r=hv(e),a=(t=e.ownerDocument)==null?void 0:t.body,s=gf(n.scrollWidth,n.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),l=gf(n.scrollHeight,n.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0);let c=-r.scrollLeft+WE(e);const d=-r.scrollTop;return ol(a||n).direction==="rtl"&&(c+=gf(n.clientWidth,a?a.clientWidth:0)-s),{width:s,height:l,x:c,y:d}}function jE(e){const t=W1(e);return E1(t)?e.ownerDocument.body:yi(t)&&nh(t)?t:jE(t)}function vf(e,t){var n;t===void 0&&(t=[]);const r=jE(e),a=r===((n=e.ownerDocument)==null?void 0:n.body),s=os(r),l=a?[s].concat(s.visualViewport||[],nh(r)?r:[]):r,c=t.concat(l);return a?c:c.concat(vf(l))}function wB(e,t){const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&Lf(n)){let r=t;do{if(r&&e===r)return!0;r=r.parentNode||r.host}while(r)}return!1}function kB(e,t){let n=e;for(;n&&!E1(n)&&!t.includes(n)&&!(no(n)&&["absolute","fixed"].includes(ol(n).position));){const r=W1(n);n=Lf(r)?r.host:r}return n}function xB(e,t){const n=ts(e,!1,t==="fixed"),r=n.top+e.clientTop,a=n.left+e.clientLeft;return{top:r,left:a,x:a,y:r,right:a+e.clientWidth,bottom:r+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}function s2(e,t,n){return t==="viewport"?Df(bB(e,n)):no(t)?xB(t,n):Df(yB(dl(e)))}function PB(e){const t=vf(e),n=kB(e,t);let r=null;if(n&&yi(n)){const a=qy(n);nh(n)?r=n:yi(a)&&(r=a)}return no(r)?t.filter(a=>r&&no(a)&&wB(a,r)&&sl(a)!=="body"):[]}function MB(e){let{element:t,boundary:n,rootBoundary:r,strategy:a}=e;const s=[...n==="clippingAncestors"?PB(t):[].concat(n),r],l=s[0],c=s.reduce((d,f)=>{const h=s2(t,f,a);return d.top=gf(h.top,d.top),d.right=a2(h.right,d.right),d.bottom=a2(h.bottom,d.bottom),d.left=gf(h.left,d.left),d},s2(t,l,a));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}const AB={getClippingRect:MB,convertOffsetParentRelativeRectToViewportRelativeRect:vB,isElement:no,getDimensions:o2,getOffsetParent:qy,getDocumentElement:dl,getElementRects:e=>{let{reference:t,floating:n,strategy:r}=e;return{reference:pB(t,qy(n),r),floating:{...o2(n),x:0,y:0}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>ol(e).direction==="rtl"};function SB(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:a=!0,ancestorResize:s=!0,elementResize:l=!0,animationFrame:c=!1}=r,d=a&&!c,f=d||s?[...no(e)?vf(e):e.contextElement?vf(e.contextElement):[],...vf(t)]:[];f.forEach(y=>{d&&y.addEventListener("scroll",n,{passive:!0}),s&&y.addEventListener("resize",n)});let h=null;if(l){let y=!0;h=new ResizeObserver(()=>{y||n(),y=!1}),no(e)&&!c&&h.observe(e),!no(e)&&e.contextElement&&!c&&h.observe(e.contextElement),h.observe(t)}let p,g=c?ts(e):null;c&&w();function w(){const y=ts(e);g&&(y.x!==g.x||y.y!==g.y||y.width!==g.width||y.height!==g.height)&&n(),g=y,p=requestAnimationFrame(w)}return n(),()=>{var y;f.forEach(k=>{d&&k.removeEventListener("scroll",n),s&&k.removeEventListener("resize",n)}),(y=h)==null||y.disconnect(),h=null,c&&cancelAnimationFrame(p)}}const CB=(e,t,n)=>ZF(e,t,{platform:AB,...n});var Vy=typeof document<"u"?T.exports.useLayoutEffect:T.exports.useEffect;function Yp(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,a;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(!Yp(e[r],t[r]))return!1;return!0}if(a=Object.keys(e),n=a.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!Object.prototype.hasOwnProperty.call(t,a[r]))return!1;for(r=n;r--!==0;){const s=a[r];if(!(s==="_owner"&&e.$$typeof)&&!Yp(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function EB(e){const t=T.exports.useRef(e);return Vy(()=>{t.current=e}),t}function WB(e){let{middleware:t,placement:n="bottom",strategy:r="absolute",whileElementsMounted:a}=e===void 0?{}:e;const[s,l]=T.exports.useState({x:null,y:null,strategy:r,placement:n,middlewareData:{}}),[c,d]=T.exports.useState(t);Yp(c==null?void 0:c.map(B=>{let{name:H,options:U}=B;return{name:H,options:U}}),t==null?void 0:t.map(B=>{let{name:H,options:U}=B;return{name:H,options:U}}))||d(t);const f=T.exports.useRef(null),h=T.exports.useRef(null),p=T.exports.useRef(null),g=T.exports.useRef(s),w=EB(a),y=T.exports.useCallback(()=>{!f.current||!h.current||CB(f.current,h.current,{middleware:c,placement:n,strategy:r}).then(B=>{k.current&&!Yp(g.current,B)&&(g.current=B,Bc.exports.flushSync(()=>{l(B)}))})},[c,n,r]);Vy(()=>{k.current&&y()},[y]);const k=T.exports.useRef(!1);Vy(()=>(k.current=!0,()=>{k.current=!1}),[]);const M=T.exports.useCallback(()=>{if(typeof p.current=="function"&&(p.current(),p.current=null),f.current&&h.current)if(w.current){const B=w.current(f.current,h.current,y);p.current=B}else y()},[y,w]),W=T.exports.useCallback(B=>{f.current=B,M()},[M]),z=T.exports.useCallback(B=>{h.current=B,M()},[M]),N=T.exports.useMemo(()=>({reference:f,floating:h}),[]);return T.exports.useMemo(()=>({...s,update:y,refs:N,reference:W,floating:z}),[s,y,N,W,z])}const jB=e=>{const{element:t,padding:n}=e;function r(a){return Object.prototype.hasOwnProperty.call(a,"current")}return{name:"arrow",options:e,fn(a){return r(t)?t.current!=null?n2({element:t.current,padding:n}).fn(a):{}:t?n2({element:t,padding:n}).fn(a):{}}}};var OB=typeof document<"u"?T.exports.useLayoutEffect:T.exports.useEffect;function TB(){const e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(a=>a(n))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){e.set(t,(e.get(t)||[]).filter(r=>r!==n))}}}const zB=T.exports.createContext(null),NB=()=>T.exports.useContext(zB);function _B(e){var t;return(t=e==null?void 0:e.ownerDocument)!=null?t:document}function RB(e){var t;return(t=_B(e).defaultView)!=null?t:window}function IB(e){return e?e instanceof RB(e).Element:!1}const l2=Of["useInsertionEffect".toString()];function DB(e){const t=T.exports.useRef(()=>{});return l2?l2(()=>{t.current=e}):t.current=e,T.exports.useCallback(function(){for(var n=arguments.length,r=new Array(n),a=0;aTB())[0],y=WB({placement:a,middleware:s,strategy:l,whileElementsMounted:r}),k=DB(n),M=T.exports.useMemo(()=>({...y.refs,domReference:p}),[y.refs]),W=T.exports.useMemo(()=>({...y,refs:M,dataRef:g,nodeId:c,events:w,open:t,onOpenChange:k,_:{domReference:d}}),[y,c,w,t,k,M,d]);OB(()=>{const B=h==null?void 0:h.nodesRef.current.find(H=>H.id===c);B&&(B.context=W)});const{reference:z}=y,N=T.exports.useCallback(B=>{(IB(B)||B===null)&&(W.refs.domReference.current=B,f(B)),z(B)},[z,W.refs]);return T.exports.useMemo(()=>({...y,context:W,refs:M,reference:N}),[y,M,W,N])}function HB({opened:e,floating:t,positionDependencies:n}){const[r,a]=T.exports.useState(0);T.exports.useEffect(()=>{if(t.refs.reference.current&&t.refs.floating.current)return SB(t.refs.reference.current,t.refs.floating.current,t.update)},[t.refs.reference,t.refs.floating,e,r]),il(()=>{t.update()},n),il(()=>{a(s=>s+1)},[e])}function FB(e){const t=[sB(e.offset)];return e.middlewares.shift&&t.push(lB({limiter:uB()})),e.middlewares.flip&&t.push(iB()),e.middlewares.inline&&t.push(dB()),t.push(jB({element:e.arrowRef,padding:e.arrowOffset})),t}function BB(e){const[t,n]=Fc({value:e.opened,defaultValue:e.defaultOpened,finalValue:!1,onChange:e.onChange}),r=()=>{var l;(l=e.onClose)==null||l.call(e),n(!1)},a=()=>{var l,c;t?((l=e.onClose)==null||l.call(e),n(!1)):((c=e.onOpen)==null||c.call(e),n(!0))},s=LB({placement:e.position,middleware:[...FB(e),...e.width==="target"?[cB({apply({rects:l}){var c,d;Object.assign((d=(c=s.refs.floating.current)==null?void 0:c.style)!=null?d:{},{width:`${l.reference.width}px`})}})]:[]]});return HB({opened:e.opened,positionDependencies:e.positionDependencies,floating:s}),il(()=>{var l;(l=e.onPositionChange)==null||l.call(e,s.placement)},[s.placement]),{floating:s,controlled:typeof e.opened=="boolean",opened:t,onClose:r,onToggle:a}}const OE={context:"Popover component was not found in the tree",children:"Popover.Target component children should be an element or a component that accepts ref, fragments, strings, numbers and other primitive values are not supported"},[XB,TE]=Jf(OE.context);var UB=Object.defineProperty,GB=Object.defineProperties,YB=Object.getOwnPropertyDescriptors,Kp=Object.getOwnPropertySymbols,zE=Object.prototype.hasOwnProperty,NE=Object.prototype.propertyIsEnumerable,u2=(e,t,n)=>t in e?UB(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Em=(e,t)=>{for(var n in t||(t={}))zE.call(t,n)&&u2(e,n,t[n]);if(Kp)for(var n of Kp(t))NE.call(t,n)&&u2(e,n,t[n]);return e},KB=(e,t)=>GB(e,YB(t)),qB=(e,t)=>{var n={};for(var r in e)zE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Kp)for(var r of Kp(e))t.indexOf(r)<0&&NE.call(e,r)&&(n[r]=e[r]);return n};const _E=T.exports.forwardRef((e,t)=>{var n=e,{children:r,refProp:a="ref",popupType:s="dialog"}=n,l=qB(n,["children","refProp","popupType"]);if(!p1(r))throw new Error(OE.children);const c=l,d=TE(),f=x1(d.reference,r.ref,t),h=d.withRoles?{"aria-haspopup":s,"aria-expanded":d.opened,"aria-controls":d.getDropdownId(),id:d.getTargetId()}:{};return T.exports.cloneElement(r,Em(KB(Em(Em(Em({},c),h),d.targetProps),{className:$4(d.targetProps.className,c.className,r.props.className),[a]:f}),d.controlled?null:{onClick:d.onToggle}))});_E.displayName="@mantine/core/PopoverTarget";var VB=It((e,{radius:t,shadow:n})=>({dropdown:{position:"absolute",backgroundColor:e.white,background:e.colorScheme==="dark"?e.colors.dark[6]:e.white,border:`1px solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]}`,padding:`${e.spacing.sm}px ${e.spacing.md}px`,boxShadow:e.shadows[n]||n||"none",borderRadius:e.fn.radius(t),"&:focus":{outline:0}},arrow:{backgroundColor:"inherit",border:`1px solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]}`,zIndex:1}}));const JB=VB;var QB=Object.defineProperty,c2=Object.getOwnPropertySymbols,$B=Object.prototype.hasOwnProperty,ZB=Object.prototype.propertyIsEnumerable,d2=(e,t,n)=>t in e?QB(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,uc=(e,t)=>{for(var n in t||(t={}))$B.call(t,n)&&d2(e,n,t[n]);if(c2)for(var n of c2(t))ZB.call(t,n)&&d2(e,n,t[n]);return e};const f2={entering:"in",entered:"in",exiting:"out",exited:"out","pre-exiting":"out","pre-entering":"out"};function eX({transition:e,state:t,duration:n,timingFunction:r}){const a={transitionDuration:`${n}ms`,transitionTimingFunction:r};return typeof e=="string"?e in km?uc(uc(uc({transitionProperty:km[e].transitionProperty},a),km[e].common),km[e][f2[t]]):null:uc(uc(uc({transitionProperty:e.transitionProperty},a),e.common),e[f2[t]])}function tX({duration:e,exitDuration:t,timingFunction:n,mounted:r,onEnter:a,onExit:s,onEntered:l,onExited:c}){const d=so(),f=fC(),h=d.respectReducedMotion?f:!1,[p,g]=T.exports.useState(r?"entered":"exited");let w=h?0:e;const y=T.exports.useRef(-1),k=M=>{const W=M?a:s,z=M?l:c;if(g(M?"pre-entering":"pre-exiting"),window.clearTimeout(y.current),w=h?0:M?e:t,w===0)typeof W=="function"&&W(),typeof z=="function"&&z(),g(M?"entered":"exited");else{const N=window.setTimeout(()=>{typeof W=="function"&&W(),g(M?"entering":"exiting")},10);y.current=window.setTimeout(()=>{window.clearTimeout(N),typeof z=="function"&&z(),g(M?"entered":"exited")},w)}};return il(()=>{k(r)},[r]),T.exports.useEffect(()=>()=>window.clearTimeout(y.current),[]),{transitionDuration:w,transitionStatus:p,transitionTimingFunction:n||d.transitionTimingFunction}}function j1({transition:e,duration:t=250,exitDuration:n=t,mounted:r,children:a,timingFunction:s,onExit:l,onEntered:c,onEnter:d,onExited:f}){const{transitionDuration:h,transitionStatus:p,transitionTimingFunction:g}=tX({mounted:r,exitDuration:n,duration:t,timingFunction:s,onExit:l,onEntered:c,onEnter:d,onExited:f});return h===0?r?A.createElement(A.Fragment,null,a({})):null:p==="exited"?null:A.createElement(A.Fragment,null,a(eX({transition:e,duration:h,state:p,timingFunction:g})))}j1.displayName="@mantine/core/Transition";function RE({children:e,active:t=!0,refProp:n="ref"}){const r=kD(t),a=x1(r,e==null?void 0:e.ref);return p1(e)?T.exports.cloneElement(e,{[n]:a}):e}RE.displayName="@mantine/core/FocusTrap";var nX=Object.defineProperty,rX=Object.defineProperties,aX=Object.getOwnPropertyDescriptors,h2=Object.getOwnPropertySymbols,iX=Object.prototype.hasOwnProperty,oX=Object.prototype.propertyIsEnumerable,m2=(e,t,n)=>t in e?nX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Wm=(e,t)=>{for(var n in t||(t={}))iX.call(t,n)&&m2(e,n,t[n]);if(h2)for(var n of h2(t))oX.call(t,n)&&m2(e,n,t[n]);return e},jm=(e,t)=>rX(e,aX(t));const sX={bottom:"borderTopLeftRadius",left:"borderTopRightRadius",right:"borderBottomLeftRadius",top:"borderBottomRightRadius"};function lX({position:e,withBorder:t,arrowSize:n,arrowRadius:r,arrowX:a,arrowY:s}){const[l]=e.split("-"),c={width:n,height:n,transform:"rotate(45deg)",position:"absolute",[sX[l]]:r},d=t?-n/2-1:-n/2;return l==="left"?jm(Wm({},c),{top:s,right:d,borderLeft:0,borderBottom:0}):l==="right"?jm(Wm({},c),{top:s,left:d,borderRight:0,borderTop:0}):l==="top"?jm(Wm({},c),{left:a,bottom:d,borderTop:0,borderLeft:0}):l==="bottom"?jm(Wm({},c),{left:a,top:d,borderBottom:0,borderRight:0}):{}}var uX=Object.defineProperty,cX=Object.defineProperties,dX=Object.getOwnPropertyDescriptors,qp=Object.getOwnPropertySymbols,IE=Object.prototype.hasOwnProperty,DE=Object.prototype.propertyIsEnumerable,p2=(e,t,n)=>t in e?uX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fX=(e,t)=>{for(var n in t||(t={}))IE.call(t,n)&&p2(e,n,t[n]);if(qp)for(var n of qp(t))DE.call(t,n)&&p2(e,n,t[n]);return e},hX=(e,t)=>cX(e,dX(t)),mX=(e,t)=>{var n={};for(var r in e)IE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&qp)for(var r of qp(e))t.indexOf(r)<0&&DE.call(e,r)&&(n[r]=e[r]);return n};const LE=T.exports.forwardRef((e,t)=>{var n=e,{withBorder:r,position:a,arrowSize:s,arrowRadius:l,visible:c,arrowX:d,arrowY:f}=n,h=mX(n,["withBorder","position","arrowSize","arrowRadius","visible","arrowX","arrowY"]);return c?A.createElement("div",hX(fX({},h),{ref:t,style:lX({withBorder:r,position:a,arrowSize:s,arrowRadius:l,arrowX:d,arrowY:f})})):null});LE.displayName="@mantine/core/FloatingArrow";var pX=Object.defineProperty,gX=Object.defineProperties,vX=Object.getOwnPropertyDescriptors,Vp=Object.getOwnPropertySymbols,HE=Object.prototype.hasOwnProperty,FE=Object.prototype.propertyIsEnumerable,g2=(e,t,n)=>t in e?pX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Om=(e,t)=>{for(var n in t||(t={}))HE.call(t,n)&&g2(e,n,t[n]);if(Vp)for(var n of Vp(t))FE.call(t,n)&&g2(e,n,t[n]);return e},v2=(e,t)=>gX(e,vX(t)),bX=(e,t)=>{var n={};for(var r in e)HE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Vp)for(var r of Vp(e))t.indexOf(r)<0&&FE.call(e,r)&&(n[r]=e[r]);return n};function BE(e){var t=e,{style:n,className:r,children:a,onKeyDownCapture:s}=t,l=bX(t,["style","className","children","onKeyDownCapture"]);const{classNames:c,styles:d,unstyled:f,staticSelector:h}=lo(),p=TE(),{classes:g,cx:w}=JB({radius:p.radius,shadow:p.shadow},{name:h,classNames:c,styles:d,unstyled:f}),y=mD({opened:p.opened,shouldReturnFocus:p.returnFocus}),k=p.withRoles?{"aria-labelledby":p.getTargetId(),id:p.getDropdownId(),role:"dialog"}:{};return p.disabled?null:A.createElement(ZC,{withinPortal:p.withinPortal},A.createElement(j1,{mounted:p.opened,transition:p.transition,duration:p.transitionDuration,exitDuration:typeof p.exitTransitionDuration=="number"?p.exitTransitionDuration:p.transitionDuration},M=>{var W,z;return A.createElement(RE,{active:p.trapFocus},A.createElement(rn,Om(v2(Om({},k),{tabIndex:-1,key:p.placement,ref:p.floating,style:v2(Om(Om({},n),M),{zIndex:p.zIndex,top:(W=p.y)!=null?W:0,left:(z=p.x)!=null?z:0,width:p.width==="target"?void 0:p.width}),className:w(g.dropdown,r),onKeyDownCapture:GR(p.onClose,{active:p.closeOnEscape,onTrigger:y,onKeyDown:s}),"data-position":p.placement}),l),a,A.createElement(LE,{ref:p.arrowRef,arrowX:p.arrowX,arrowY:p.arrowY,visible:p.withArrow,withBorder:!0,position:p.placement,arrowSize:p.arrowSize,arrowRadius:p.arrowRadius,className:g.arrow})))}))}BE.displayName="@mantine/core/PopoverDropdown";function yX(e,t){if(e==="rtl"&&(t.includes("right")||t.includes("left"))){const[n,r]=t.split("-"),a=n==="right"?"left":"right";return r===void 0?a:`${a}-${r}`}return t}var b2=Object.getOwnPropertySymbols,wX=Object.prototype.hasOwnProperty,kX=Object.prototype.propertyIsEnumerable,xX=(e,t)=>{var n={};for(var r in e)wX.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&b2)for(var r of b2(e))t.indexOf(r)<0&&kX.call(e,r)&&(n[r]=e[r]);return n};const PX={position:"bottom",offset:8,positionDependencies:[],transition:"fade",transitionDuration:150,middlewares:{flip:!0,shift:!0,inline:!1},arrowSize:7,arrowOffset:5,arrowRadius:0,closeOnClickOutside:!0,withinPortal:!1,closeOnEscape:!0,trapFocus:!1,withRoles:!0,returnFocus:!1,clickOutsideEvents:["mousedown","touchstart"],zIndex:k1("popover"),__staticSelector:"Popover",width:"max-content"};function Vo(e){var t,n,r,a,s,l;const c=T.exports.useRef(null),d=gn("Popover",PX,e),{children:f,position:h,offset:p,onPositionChange:g,positionDependencies:w,opened:y,transition:k,transitionDuration:M,width:W,middlewares:z,withArrow:N,arrowSize:B,arrowOffset:H,arrowRadius:U,unstyled:$,classNames:Q,styles:de,closeOnClickOutside:me,withinPortal:Se,closeOnEscape:Pe,clickOutsideEvents:Te,trapFocus:$e,onClose:Ge,onOpen:je,onChange:G,zIndex:oe,radius:Ie,shadow:Oe,id:fe,defaultOpened:xe,exitTransitionDuration:ue,__staticSelector:Ze,withRoles:ie,disabled:we,returnFocus:Ce}=d,Fe=xX(d,["children","position","offset","onPositionChange","positionDependencies","opened","transition","transitionDuration","width","middlewares","withArrow","arrowSize","arrowOffset","arrowRadius","unstyled","classNames","styles","closeOnClickOutside","withinPortal","closeOnEscape","clickOutsideEvents","trapFocus","onClose","onOpen","onChange","zIndex","radius","shadow","id","defaultOpened","exitTransitionDuration","__staticSelector","withRoles","disabled","returnFocus"]),[at,Dt]=T.exports.useState(null),[it,L]=T.exports.useState(null),K=iv(fe),le=so(),se=BB({middlewares:z,width:W,position:yX(le.dir,h),offset:p+(N?B/2:0),arrowRef:c,arrowOffset:H,onPositionChange:g,positionDependencies:w,opened:y,defaultOpened:xe,onChange:G,onOpen:je,onClose:Ge});cD(()=>me&&se.onClose(),Te,[at,it]);const ge=T.exports.useCallback(_e=>{Dt(_e),se.floating.reference(_e)},[se.floating.reference]),Ee=T.exports.useCallback(_e=>{L(_e),se.floating.floating(_e)},[se.floating.floating]);return A.createElement(w1,{classNames:Q,styles:de,unstyled:$,staticSelector:Ze},A.createElement(XB,{value:{returnFocus:Ce,disabled:we,controlled:se.controlled,reference:ge,floating:Ee,x:se.floating.x,y:se.floating.y,arrowX:(r=(n=(t=se.floating)==null?void 0:t.middlewareData)==null?void 0:n.arrow)==null?void 0:r.x,arrowY:(l=(s=(a=se.floating)==null?void 0:a.middlewareData)==null?void 0:s.arrow)==null?void 0:l.y,opened:se.opened,arrowRef:c,transition:k,transitionDuration:M,exitTransitionDuration:ue,width:W,withArrow:N,arrowSize:B,arrowRadius:U,placement:se.floating.placement,trapFocus:$e,withinPortal:Se,zIndex:oe,radius:Ie,shadow:Oe,closeOnEscape:Pe,onClose:se.onClose,onToggle:se.onToggle,getTargetId:()=>`${K}-target`,getDropdownId:()=>`${K}-dropdown`,withRoles:ie,targetProps:Fe}},f))}Vo.Target=_E;Vo.Dropdown=BE;Vo.displayName="@mantine/core/Popover";var MX=It((e,{size:t})=>({label:{display:"inline-block",fontSize:e.fn.size({size:t,sizes:e.fontSizes}),fontWeight:500,color:e.colorScheme==="dark"?e.colors.dark[0]:e.colors.gray[9],wordBreak:"break-word",cursor:"default",WebkitTapHighlightColor:"transparent"},required:{color:e.fn.variant({variant:"filled",color:"red"}).background}}));const AX=MX;var SX=Object.defineProperty,Jp=Object.getOwnPropertySymbols,XE=Object.prototype.hasOwnProperty,UE=Object.prototype.propertyIsEnumerable,y2=(e,t,n)=>t in e?SX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,CX=(e,t)=>{for(var n in t||(t={}))XE.call(t,n)&&y2(e,n,t[n]);if(Jp)for(var n of Jp(t))UE.call(t,n)&&y2(e,n,t[n]);return e},EX=(e,t)=>{var n={};for(var r in e)XE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Jp)for(var r of Jp(e))t.indexOf(r)<0&&UE.call(e,r)&&(n[r]=e[r]);return n};const O1=T.exports.forwardRef((e,t)=>{var n=e,{labelElement:r="label",children:a,required:s,size:l="sm",classNames:c,styles:d,unstyled:f,className:h,htmlFor:p,__staticSelector:g}=n,w=EX(n,["labelElement","children","required","size","classNames","styles","unstyled","className","htmlFor","__staticSelector"]);const{classes:y,cx:k}=AX({size:l},{name:["InputWrapper",g],classNames:c,styles:d,unstyled:f});return A.createElement(rn,CX({component:r,ref:t,className:k(y.label,h),htmlFor:r==="label"?p:void 0},w),a,s&&A.createElement("span",{className:y.required,"aria-hidden":!0}," *"))});O1.displayName="@mantine/core/InputLabel";var WX=It((e,{size:t})=>({error:{wordBreak:"break-word",color:e.fn.variant({variant:"filled",color:"red"}).background,fontSize:e.fn.size({size:t,sizes:e.fontSizes})-2,lineHeight:1.2,display:"block"}}));const jX=WX;var OX=Object.defineProperty,Qp=Object.getOwnPropertySymbols,GE=Object.prototype.hasOwnProperty,YE=Object.prototype.propertyIsEnumerable,w2=(e,t,n)=>t in e?OX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,TX=(e,t)=>{for(var n in t||(t={}))GE.call(t,n)&&w2(e,n,t[n]);if(Qp)for(var n of Qp(t))YE.call(t,n)&&w2(e,n,t[n]);return e},zX=(e,t)=>{var n={};for(var r in e)GE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Qp)for(var r of Qp(e))t.indexOf(r)<0&&YE.call(e,r)&&(n[r]=e[r]);return n};const T1=T.exports.forwardRef((e,t)=>{var n=e,{children:r,className:a,classNames:s,styles:l,unstyled:c,size:d="sm",__staticSelector:f}=n,h=zX(n,["children","className","classNames","styles","unstyled","size","__staticSelector"]);const{classes:p,cx:g}=jX({size:d},{name:["InputWrapper",f],classNames:s,styles:l,unstyled:c});return A.createElement(uv,TX({className:g(p.error,a),ref:t,role:"alert"},h),r)});T1.displayName="@mantine/core/InputError";var NX=It((e,{size:t})=>({description:{wordBreak:"break-word",color:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6],fontSize:e.fn.size({size:t,sizes:e.fontSizes})-2,lineHeight:1.2,display:"block"}}));const _X=NX;var RX=Object.defineProperty,$p=Object.getOwnPropertySymbols,KE=Object.prototype.hasOwnProperty,qE=Object.prototype.propertyIsEnumerable,k2=(e,t,n)=>t in e?RX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,IX=(e,t)=>{for(var n in t||(t={}))KE.call(t,n)&&k2(e,n,t[n]);if($p)for(var n of $p(t))qE.call(t,n)&&k2(e,n,t[n]);return e},DX=(e,t)=>{var n={};for(var r in e)KE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&$p)for(var r of $p(e))t.indexOf(r)<0&&qE.call(e,r)&&(n[r]=e[r]);return n};const z1=T.exports.forwardRef((e,t)=>{var n=e,{children:r,className:a,classNames:s,styles:l,unstyled:c,size:d="sm",__staticSelector:f}=n,h=DX(n,["children","className","classNames","styles","unstyled","size","__staticSelector"]);const{classes:p,cx:g}=_X({size:d},{name:["InputWrapper",f],classNames:s,styles:l,unstyled:c});return A.createElement(uv,IX({color:"dimmed",className:g(p.description,a),ref:t,unstyled:c},h),r)});z1.displayName="@mantine/core/InputDescription";const VE=T.exports.createContext({offsetBottom:!1,offsetTop:!1}),LX=VE.Provider,HX=()=>T.exports.useContext(VE);function FX(e,{hasDescription:t,hasError:n}){const r=e.findIndex(l=>l==="input"),a=e[r-1],s=e[r+1];return{offsetBottom:t&&s==="description"||n&&s==="error",offsetTop:t&&a==="description"||n&&a==="error"}}var BX=Object.defineProperty,XX=Object.defineProperties,UX=Object.getOwnPropertyDescriptors,x2=Object.getOwnPropertySymbols,GX=Object.prototype.hasOwnProperty,YX=Object.prototype.propertyIsEnumerable,P2=(e,t,n)=>t in e?BX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,KX=(e,t)=>{for(var n in t||(t={}))GX.call(t,n)&&P2(e,n,t[n]);if(x2)for(var n of x2(t))YX.call(t,n)&&P2(e,n,t[n]);return e},qX=(e,t)=>XX(e,UX(t)),VX=It(e=>({root:qX(KX({},e.fn.fontStyles()),{lineHeight:e.lineHeight})}));const JX=VX;var QX=Object.defineProperty,$X=Object.defineProperties,ZX=Object.getOwnPropertyDescriptors,Zp=Object.getOwnPropertySymbols,JE=Object.prototype.hasOwnProperty,QE=Object.prototype.propertyIsEnumerable,M2=(e,t,n)=>t in e?QX(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,tu=(e,t)=>{for(var n in t||(t={}))JE.call(t,n)&&M2(e,n,t[n]);if(Zp)for(var n of Zp(t))QE.call(t,n)&&M2(e,n,t[n]);return e},A2=(e,t)=>$X(e,ZX(t)),eU=(e,t)=>{var n={};for(var r in e)JE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Zp)for(var r of Zp(e))t.indexOf(r)<0&&QE.call(e,r)&&(n[r]=e[r]);return n};const tU={labelElement:"label",size:"sm",inputContainer:e=>e,inputWrapperOrder:["label","description","input","error"]},$E=T.exports.forwardRef((e,t)=>{const n=gn("InputWrapper",tU,e),{className:r,label:a,children:s,required:l,id:c,error:d,description:f,labelElement:h,labelProps:p,descriptionProps:g,errorProps:w,classNames:y,styles:k,size:M,inputContainer:W,__staticSelector:z,unstyled:N,inputWrapperOrder:B,withAsterisk:H}=n,U=eU(n,["className","label","children","required","id","error","description","labelElement","labelProps","descriptionProps","errorProps","classNames","styles","size","inputContainer","__staticSelector","unstyled","inputWrapperOrder","withAsterisk"]),{classes:$,cx:Q}=JX(null,{classNames:y,styles:k,name:["InputWrapper",z],unstyled:N}),de={classNames:y,styles:k,unstyled:N,size:M,__staticSelector:z},me=typeof H=="boolean"?H:l,Se=a&&A.createElement(O1,tu(tu({key:"label",labelElement:h,id:c?`${c}-label`:void 0,htmlFor:c,required:me},de),p),a),Pe=f&&A.createElement(z1,A2(tu(tu({key:"description"},g),de),{size:(g==null?void 0:g.size)||de.size}),f),Te=A.createElement(T.exports.Fragment,{key:"input"},W(s)),$e=typeof d!="boolean"&&d&&A.createElement(T1,A2(tu(tu({},w),de),{size:(w==null?void 0:w.size)||de.size,key:"error"}),d),Ge=B.map(je=>{switch(je){case"label":return Se;case"input":return Te;case"description":return Pe;case"error":return $e;default:return null}});return A.createElement(LX,{value:FX(B,{hasDescription:!!Pe,hasError:!!$e})},A.createElement(rn,tu({className:Q($.root,r),ref:t},U),Ge))});$E.displayName="@mantine/core/InputWrapper";var nU=Object.defineProperty,rU=Object.defineProperties,aU=Object.getOwnPropertyDescriptors,S2=Object.getOwnPropertySymbols,iU=Object.prototype.hasOwnProperty,oU=Object.prototype.propertyIsEnumerable,C2=(e,t,n)=>t in e?nU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Jb=(e,t)=>{for(var n in t||(t={}))iU.call(t,n)&&C2(e,n,t[n]);if(S2)for(var n of S2(t))oU.call(t,n)&&C2(e,n,t[n]);return e},E2=(e,t)=>rU(e,aU(t));const Ba={xs:30,sm:36,md:42,lg:50,xl:60};function sU({theme:e,variant:t}){return t==="default"?{border:`1px solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[4]}`,backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.white,transition:"border-color 100ms ease","&:focus, &:focus-within":e.focusRingStyles.inputStyles(e)}:t==="filled"?{border:"1px solid transparent",backgroundColor:e.colorScheme==="dark"?e.colors.dark[5]:e.colors.gray[1],"&:focus, &:focus-within":e.focusRingStyles.inputStyles(e)}:{borderWidth:0,color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,backgroundColor:"transparent",minHeight:28,outline:0,"&:focus, &:focus-within":{outline:"none",borderColor:"transparent"},"&:disabled":{backgroundColor:"transparent","&:focus, &:focus-within":{outline:"none",borderColor:"transparent"}}}}var lU=It((e,{size:t,multiline:n,radius:r,variant:a,invalid:s,rightSectionWidth:l,withRightSection:c,iconWidth:d,offsetBottom:f,offsetTop:h,pointer:p})=>{const g=e.fn.variant({variant:"filled",color:"red"}).background,w=a==="default"||a==="filled"?{minHeight:e.fn.size({size:t,sizes:Ba}),paddingLeft:e.fn.size({size:t,sizes:Ba})/3,paddingRight:c?l:e.fn.size({size:t,sizes:Ba})/3,borderRadius:e.fn.radius(r)}:null;return{wrapper:{position:"relative",marginTop:h?`calc(${e.spacing.xs}px / 2)`:void 0,marginBottom:f?`calc(${e.spacing.xs}px / 2)`:void 0},input:Jb(E2(Jb(E2(Jb({},e.fn.fontStyles()),{height:n?a==="unstyled"?void 0:"auto":e.fn.size({size:t,sizes:Ba}),WebkitTapHighlightColor:"transparent",lineHeight:n?e.lineHeight:`${e.fn.size({size:t,sizes:Ba})-2}px`,appearance:"none",resize:"none",boxSizing:"border-box",fontSize:e.fn.size({size:t,sizes:e.fontSizes}),width:"100%",color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,display:"block",textAlign:"left",cursor:p?"pointer":void 0}),w),{"&:disabled":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[1],color:e.colors.dark[2],opacity:.6,cursor:"not-allowed","&::placeholder":{color:e.colors.dark[2]}},"&::placeholder":{opacity:1,userSelect:"none",color:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5]},"&::-webkit-inner-spin-button, &::-webkit-outer-spin-button, &::-webkit-search-decoration, &::-webkit-search-cancel-button, &::-webkit-search-results-button, &::-webkit-search-results-decoration":{appearance:"none"},"&[type=number]":{MozAppearance:"textfield"}}),sU({theme:e,variant:a})),withIcon:{paddingLeft:typeof d=="number"?d:e.fn.size({size:t,sizes:Ba})},invalid:{color:g,borderColor:g,"&::placeholder":{opacity:1,color:g}},disabled:{backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[1],color:e.colors.dark[2],opacity:.6,cursor:"not-allowed","&::placeholder":{color:e.colors.dark[2]}},icon:{pointerEvents:"none",position:"absolute",zIndex:1,left:0,top:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",width:typeof d=="number"?d:e.fn.size({size:t,sizes:Ba}),color:s?e.colors.red[e.colorScheme==="dark"?6:7]:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[5]},rightSection:{position:"absolute",top:0,bottom:0,right:0,display:"flex",alignItems:"center",justifyContent:"center",width:l}}});const uU=lU;var cU=Object.defineProperty,dU=Object.defineProperties,fU=Object.getOwnPropertyDescriptors,eg=Object.getOwnPropertySymbols,ZE=Object.prototype.hasOwnProperty,e5=Object.prototype.propertyIsEnumerable,W2=(e,t,n)=>t in e?cU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Tm=(e,t)=>{for(var n in t||(t={}))ZE.call(t,n)&&W2(e,n,t[n]);if(eg)for(var n of eg(t))e5.call(t,n)&&W2(e,n,t[n]);return e},j2=(e,t)=>dU(e,fU(t)),hU=(e,t)=>{var n={};for(var r in e)ZE.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&eg)for(var r of eg(e))t.indexOf(r)<0&&e5.call(e,r)&&(n[r]=e[r]);return n};const mU={rightSectionWidth:36,size:"sm",variant:"default"},Xc=T.exports.forwardRef((e,t)=>{const n=gn("Input",mU,e),{className:r,invalid:a,required:s,disabled:l,variant:c,icon:d,style:f,rightSectionWidth:h,iconWidth:p,rightSection:g,rightSectionProps:w,radius:y,size:k,wrapperProps:M,classNames:W,styles:z,__staticSelector:N,multiline:B,sx:H,unstyled:U,pointer:$}=n,Q=hU(n,["className","invalid","required","disabled","variant","icon","style","rightSectionWidth","iconWidth","rightSection","rightSectionProps","radius","size","wrapperProps","classNames","styles","__staticSelector","multiline","sx","unstyled","pointer"]),{offsetBottom:de,offsetTop:me}=HX(),{classes:Se,cx:Pe}=uU({radius:y,size:k,multiline:B,variant:c,invalid:a,rightSectionWidth:h,iconWidth:p,withRightSection:!!g,offsetBottom:de,offsetTop:me,pointer:$},{classNames:W,styles:z,name:["Input",N],unstyled:U}),{systemStyles:Te,rest:$e}=ov(Q);return A.createElement(rn,Tm(Tm({className:Pe(Se.wrapper,r),sx:H,style:f},Te),M),d&&A.createElement("div",{className:Se.icon},d),A.createElement(rn,j2(Tm({component:"input"},$e),{ref:t,required:s,"aria-invalid":a,disabled:l,className:Pe(Se[`${c}Variant`],Se.input,{[Se.withIcon]:d,[Se.invalid]:a,[Se.disabled]:l})})),g&&A.createElement("div",j2(Tm({},w),{className:Se.rightSection}),g))});Xc.displayName="@mantine/core/Input";Xc.Wrapper=$E;Xc.Label=O1;Xc.Description=z1;Xc.Error=T1;const Jy=Xc;var pU=Object.defineProperty,gU=Object.defineProperties,vU=Object.getOwnPropertyDescriptors,O2=Object.getOwnPropertySymbols,bU=Object.prototype.hasOwnProperty,yU=Object.prototype.propertyIsEnumerable,T2=(e,t,n)=>t in e?pU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,wU=(e,t)=>{for(var n in t||(t={}))bU.call(t,n)&&T2(e,n,t[n]);if(O2)for(var n of O2(t))yU.call(t,n)&&T2(e,n,t[n]);return e},kU=(e,t)=>gU(e,vU(t));function xU(e){return A.createElement("svg",kU(wU({},e),{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"}),A.createElement("path",{d:"M0.877014 7.49988C0.877014 3.84219 3.84216 0.877045 7.49985 0.877045C11.1575 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1575 14.1227 7.49985 14.1227C3.84216 14.1227 0.877014 11.1575 0.877014 7.49988ZM7.49985 1.82704C4.36683 1.82704 1.82701 4.36686 1.82701 7.49988C1.82701 8.97196 2.38774 10.3131 3.30727 11.3213C4.19074 9.94119 5.73818 9.02499 7.50023 9.02499C9.26206 9.02499 10.8093 9.94097 11.6929 11.3208C12.6121 10.3127 13.1727 8.97172 13.1727 7.49988C13.1727 4.36686 10.6328 1.82704 7.49985 1.82704ZM10.9818 11.9787C10.2839 10.7795 8.9857 9.97499 7.50023 9.97499C6.01458 9.97499 4.71624 10.7797 4.01845 11.9791C4.97952 12.7272 6.18765 13.1727 7.49985 13.1727C8.81227 13.1727 10.0206 12.727 10.9818 11.9787ZM5.14999 6.50487C5.14999 5.207 6.20212 4.15487 7.49999 4.15487C8.79786 4.15487 9.84999 5.207 9.84999 6.50487C9.84999 7.80274 8.79786 8.85487 7.49999 8.85487C6.20212 8.85487 5.14999 7.80274 5.14999 6.50487ZM7.49999 5.10487C6.72679 5.10487 6.09999 5.73167 6.09999 6.50487C6.09999 7.27807 6.72679 7.90487 7.49999 7.90487C8.27319 7.90487 8.89999 7.27807 8.89999 6.50487C8.89999 5.73167 8.27319 5.10487 7.49999 5.10487Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"}))}var PU=Object.defineProperty,MU=Object.defineProperties,AU=Object.getOwnPropertyDescriptors,z2=Object.getOwnPropertySymbols,SU=Object.prototype.hasOwnProperty,CU=Object.prototype.propertyIsEnumerable,N2=(e,t,n)=>t in e?PU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,EU=(e,t)=>{for(var n in t||(t={}))SU.call(t,n)&&N2(e,n,t[n]);if(z2)for(var n of z2(t))CU.call(t,n)&&N2(e,n,t[n]);return e},WU=(e,t)=>MU(e,AU(t));const t5=T.exports.createContext(null);function jU({spacing:e,children:t}){return A.createElement(t5.Provider,{value:{spacing:e}},t)}function OU(){const e=T.exports.useContext(t5);return e?WU(EU({},e),{withinGroup:!0}):{spacing:null,withinGroup:!1}}var TU=It((e,{spacing:t})=>({root:{display:"flex",paddingLeft:e.fn.size({size:t,sizes:e.spacing})}}));const zU=TU;var NU=Object.defineProperty,tg=Object.getOwnPropertySymbols,n5=Object.prototype.hasOwnProperty,r5=Object.prototype.propertyIsEnumerable,_2=(e,t,n)=>t in e?NU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_U=(e,t)=>{for(var n in t||(t={}))n5.call(t,n)&&_2(e,n,t[n]);if(tg)for(var n of tg(t))r5.call(t,n)&&_2(e,n,t[n]);return e},RU=(e,t)=>{var n={};for(var r in e)n5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&tg)for(var r of tg(e))t.indexOf(r)<0&&r5.call(e,r)&&(n[r]=e[r]);return n};const IU={},a5=T.exports.forwardRef((e,t)=>{const n=gn("AvatarGroup",IU,e),{children:r,spacing:a="sm",unstyled:s,className:l}=n,c=RU(n,["children","spacing","unstyled","className"]),{classes:d,cx:f}=zU({spacing:a},{name:"AvatarGroup",unstyled:s});return A.createElement(jU,{spacing:a},A.createElement(rn,_U({ref:t,className:f(d.root,l)},c),r))});a5.displayName="@mantine/core/AvatarGroup";var DU=Object.defineProperty,LU=Object.defineProperties,HU=Object.getOwnPropertyDescriptors,R2=Object.getOwnPropertySymbols,FU=Object.prototype.hasOwnProperty,BU=Object.prototype.propertyIsEnumerable,I2=(e,t,n)=>t in e?DU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Qb=(e,t)=>{for(var n in t||(t={}))FU.call(t,n)&&I2(e,n,t[n]);if(R2)for(var n of R2(t))BU.call(t,n)&&I2(e,n,t[n]);return e},D2=(e,t)=>LU(e,HU(t));const zm={xs:16,sm:26,md:38,lg:56,xl:84};function XU({withinGroup:e,spacing:t,theme:n}){return e?{marginLeft:-n.fn.size({size:t,sizes:n.spacing}),backgroundColor:`${n.colorScheme==="dark"?n.colors.dark[7]:n.white}`,border:`2px solid ${n.colorScheme==="dark"?n.colors.dark[7]:n.white}`}:null}var UU=It((e,{size:t,radius:n,color:r,withinGroup:a,spacing:s,variant:l,gradient:c})=>{const d=e.fn.variant({variant:l,color:r,gradient:c});return{root:Qb(D2(Qb({},e.fn.focusStyles()),{WebkitTapHighlightColor:"transparent",boxSizing:"border-box",position:"relative",display:"block",userSelect:"none",overflow:"hidden",width:e.fn.size({size:t,sizes:zm}),minWidth:e.fn.size({size:t,sizes:zm}),height:e.fn.size({size:t,sizes:zm}),borderRadius:e.fn.radius(n),textDecoration:"none",border:0,backgroundColor:"transparent",padding:0}),XU({withinGroup:a,spacing:s,theme:e})),image:{objectFit:"cover",width:"100%",height:"100%",display:"block"},placeholder:D2(Qb({},e.fn.fontStyles()),{fontSize:e.fn.size({size:t,sizes:zm})/2.5,color:d.color,fontWeight:700,backgroundColor:d.background,display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:"100%",userSelect:"none",backgroundImage:l==="gradient"?d.background:void 0,border:`${l==="gradient"?0:1}px solid ${d.border}`,borderRadius:e.fn.radius(n)}),placeholderIcon:{width:"70%",height:"70%",color:d.color}}});const GU=UU;var YU=Object.defineProperty,KU=Object.defineProperties,qU=Object.getOwnPropertyDescriptors,ng=Object.getOwnPropertySymbols,i5=Object.prototype.hasOwnProperty,o5=Object.prototype.propertyIsEnumerable,L2=(e,t,n)=>t in e?YU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,H2=(e,t)=>{for(var n in t||(t={}))i5.call(t,n)&&L2(e,n,t[n]);if(ng)for(var n of ng(t))o5.call(t,n)&&L2(e,n,t[n]);return e},VU=(e,t)=>KU(e,qU(t)),JU=(e,t)=>{var n={};for(var r in e)i5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ng)for(var r of ng(e))t.indexOf(r)<0&&o5.call(e,r)&&(n[r]=e[r]);return n};const QU={size:"md",color:"gray",variant:"light"},N1=T.exports.forwardRef((e,t)=>{const n=gn("Avatar",QU,e),{className:r,size:a,src:s,alt:l,radius:c,children:d,color:f,variant:h,gradient:p,classNames:g,styles:w,imageProps:y,unstyled:k}=n,M=JU(n,["className","size","src","alt","radius","children","color","variant","gradient","classNames","styles","imageProps","unstyled"]),W=OU(),[z,N]=T.exports.useState(!s),{classes:B,cx:H}=GU({color:f,radius:c,size:a,withinGroup:W.withinGroup,spacing:W.spacing,variant:h,gradient:p},{classNames:g,styles:w,unstyled:k,name:"Avatar"});return T.exports.useEffect(()=>{N(!s)},[s]),A.createElement(rn,H2({component:"div",className:H(B.root,r),ref:t},M),z?A.createElement("div",{className:B.placeholder,title:l},d||A.createElement(xU,{className:B.placeholderIcon})):A.createElement("img",VU(H2({},y),{className:B.image,src:s,alt:l,onError:()=>N(!0)})))});N1.displayName="@mantine/core/Avatar";N1.Group=a5;const $U=N1;var ZU=Object.defineProperty,eG=Object.defineProperties,tG=Object.getOwnPropertyDescriptors,F2=Object.getOwnPropertySymbols,nG=Object.prototype.hasOwnProperty,rG=Object.prototype.propertyIsEnumerable,B2=(e,t,n)=>t in e?ZU(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$b=(e,t)=>{for(var n in t||(t={}))nG.call(t,n)&&B2(e,n,t[n]);if(F2)for(var n of F2(t))rG.call(t,n)&&B2(e,n,t[n]);return e},aG=(e,t)=>eG(e,tG(t));const Zb={xs:{fontSize:9,height:16},sm:{fontSize:10,height:18},md:{fontSize:11,height:20},lg:{fontSize:13,height:26},xl:{fontSize:16,height:32}},iG={xs:4,sm:4,md:6,lg:8,xl:10};function oG({theme:e,variant:t,color:n,size:r,gradient:a}){if(t==="dot"){const l=e.fn.size({size:r,sizes:iG});return{backgroundColor:"transparent",color:e.colorScheme==="dark"?e.colors.dark[0]:e.colors.gray[7],border:`1px solid ${e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[3]}`,paddingLeft:e.fn.size({size:r,sizes:e.spacing})/1.5-l/2,"&::before":{content:'""',display:"block",width:l,height:l,borderRadius:l,backgroundColor:e.fn.themeColor(n,e.colorScheme==="dark"?4:e.fn.primaryShade("light"),!0),marginRight:l}}}const s=e.fn.variant({color:n,variant:t,gradient:a});return{background:s.background,color:s.color,border:`${t==="gradient"?0:1}px solid ${s.border}`}}var sG=It((e,{color:t,size:n,radius:r,gradient:a,fullWidth:s,variant:l})=>{const{fontSize:c,height:d}=n in Zb?Zb[n]:Zb.md;return{leftSection:{marginRight:`calc(${e.spacing.xs}px / 2)`},rightSection:{marginLeft:`calc(${e.spacing.xs}px / 2)`},inner:{whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},root:$b(aG($b($b({},e.fn.focusStyles()),e.fn.fontStyles()),{fontSize:c,height:d,WebkitTapHighlightColor:"transparent",lineHeight:`${d-2}px`,textDecoration:"none",padding:`0 ${e.fn.size({size:n,sizes:e.spacing})/1.5}px`,boxSizing:"border-box",display:s?"flex":"inline-flex",alignItems:"center",justifyContent:"center",width:s?"100%":"auto",textTransform:"uppercase",borderRadius:e.fn.radius(r),fontWeight:700,letterSpacing:.25,cursor:"inherit",textOverflow:"ellipsis",overflow:"hidden"}),oG({theme:e,variant:l,color:t,size:n,gradient:a}))}});const lG=sG;var uG=Object.defineProperty,rg=Object.getOwnPropertySymbols,s5=Object.prototype.hasOwnProperty,l5=Object.prototype.propertyIsEnumerable,X2=(e,t,n)=>t in e?uG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cG=(e,t)=>{for(var n in t||(t={}))s5.call(t,n)&&X2(e,n,t[n]);if(rg)for(var n of rg(t))l5.call(t,n)&&X2(e,n,t[n]);return e},dG=(e,t)=>{var n={};for(var r in e)s5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&rg)for(var r of rg(e))t.indexOf(r)<0&&l5.call(e,r)&&(n[r]=e[r]);return n};const fG={variant:"light",size:"md",radius:"xl"},u5=T.exports.forwardRef((e,t)=>{const n=gn("Badge",fG,e),{className:r,color:a,variant:s,fullWidth:l,children:c,size:d,leftSection:f,rightSection:h,radius:p,gradient:g,classNames:w,styles:y,unstyled:k}=n,M=dG(n,["className","color","variant","fullWidth","children","size","leftSection","rightSection","radius","gradient","classNames","styles","unstyled"]),{classes:W,cx:z}=lG({size:d,fullWidth:l,color:a,radius:p,variant:s,gradient:g},{classNames:w,styles:y,name:"Badge",unstyled:k});return A.createElement(rn,cG({className:z(W.root,r),ref:t},M),f&&A.createElement("span",{className:W.leftSection},f),A.createElement("span",{className:W.inner},c),h&&A.createElement("span",{className:W.rightSection},h))});u5.displayName="@mantine/core/Badge";const hG=u5;var mG=It((e,{orientation:t,buttonBorderWidth:n})=>({root:{display:"flex",flexDirection:t==="vertical"?"column":"row","& [data-button]":{"&:first-of-type":{borderBottomRightRadius:0,[t==="vertical"?"borderBottomLeftRadius":"borderTopRightRadius"]:0,[t==="vertical"?"borderBottomWidth":"borderRightWidth"]:n/2},"&:last-of-type":{borderTopLeftRadius:0,[t==="vertical"?"borderTopRightRadius":"borderBottomLeftRadius"]:0,[t==="vertical"?"borderTopWidth":"borderLeftWidth"]:n/2},"&:not(:first-of-type):not(:last-of-type)":{borderRadius:0,[t==="vertical"?"borderTopWidth":"borderLeftWidth"]:n/2,[t==="vertical"?"borderBottomWidth":"borderRightWidth"]:n/2},"& + [data-button]":{[t==="vertical"?"marginTop":"marginLeft"]:-n,"@media (min-resolution: 192dpi)":{[t==="vertical"?"marginTop":"marginLeft"]:0}}}}}));const pG=mG;var gG=Object.defineProperty,ag=Object.getOwnPropertySymbols,c5=Object.prototype.hasOwnProperty,d5=Object.prototype.propertyIsEnumerable,U2=(e,t,n)=>t in e?gG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,vG=(e,t)=>{for(var n in t||(t={}))c5.call(t,n)&&U2(e,n,t[n]);if(ag)for(var n of ag(t))d5.call(t,n)&&U2(e,n,t[n]);return e},bG=(e,t)=>{var n={};for(var r in e)c5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ag)for(var r of ag(e))t.indexOf(r)<0&&d5.call(e,r)&&(n[r]=e[r]);return n};const yG={orientation:"horizontal",buttonBorderWidth:1},f5=T.exports.forwardRef((e,t)=>{const n=gn("ButtonGroup",yG,e),{className:r,orientation:a,buttonBorderWidth:s,unstyled:l}=n,c=bG(n,["className","orientation","buttonBorderWidth","unstyled"]),{classes:d,cx:f}=pG({orientation:a,buttonBorderWidth:s},{name:"ButtonGroup",unstyled:l});return A.createElement(rn,vG({className:f(d.root,r),ref:t},c))});f5.displayName="@mantine/core/ButtonGroup";var wG=Object.defineProperty,kG=Object.defineProperties,xG=Object.getOwnPropertyDescriptors,G2=Object.getOwnPropertySymbols,PG=Object.prototype.hasOwnProperty,MG=Object.prototype.propertyIsEnumerable,Y2=(e,t,n)=>t in e?wG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,hu=(e,t)=>{for(var n in t||(t={}))PG.call(t,n)&&Y2(e,n,t[n]);if(G2)for(var n of G2(t))MG.call(t,n)&&Y2(e,n,t[n]);return e},Qy=(e,t)=>kG(e,xG(t));const $y={xs:{height:Ba.xs,paddingLeft:14,paddingRight:14},sm:{height:Ba.sm,paddingLeft:18,paddingRight:18},md:{height:Ba.md,paddingLeft:22,paddingRight:22},lg:{height:Ba.lg,paddingLeft:26,paddingRight:26},xl:{height:Ba.xl,paddingLeft:32,paddingRight:32},"compact-xs":{height:22,paddingLeft:7,paddingRight:7},"compact-sm":{height:26,paddingLeft:8,paddingRight:8},"compact-md":{height:30,paddingLeft:10,paddingRight:10},"compact-lg":{height:34,paddingLeft:12,paddingRight:12},"compact-xl":{height:40,paddingLeft:14,paddingRight:14}};function AG({compact:e,size:t,withLeftIcon:n,withRightIcon:r}){if(e)return $y[`compact-${t}`];const a=$y[t];return Qy(hu({},a),{paddingLeft:n?a.paddingLeft/1.5:a.paddingLeft,paddingRight:r?a.paddingRight/1.5:a.paddingRight})}const SG=e=>({display:e?"block":"inline-block",width:e?"100%":"auto"});function CG({variant:e,theme:t,color:n,gradient:r}){const a=t.fn.variant({color:n,variant:e,gradient:r});return e==="gradient"?{border:0,backgroundImage:a.background,color:a.color,"&:hover":t.fn.hover({backgroundSize:"200%"})}:hu({border:`1px solid ${a.border}`,backgroundColor:a.background,color:a.color},t.fn.hover({backgroundColor:a.hover}))}var EG=It((e,{color:t,size:n,radius:r,fullWidth:a,compact:s,gradient:l,variant:c,withLeftIcon:d,withRightIcon:f})=>({root:Qy(hu(Qy(hu(hu(hu(hu({},AG({compact:s,size:n,withLeftIcon:d,withRightIcon:f})),e.fn.fontStyles()),e.fn.focusStyles()),SG(a)),{borderRadius:e.fn.radius(r),fontWeight:600,position:"relative",lineHeight:1,fontSize:e.fn.size({size:n,sizes:e.fontSizes}),userSelect:"none",cursor:"pointer"}),CG({variant:c,theme:e,color:t,gradient:l})),{"&:active":e.activeStyles,"&:disabled, &[data-disabled]":{borderColor:"transparent",backgroundColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],color:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[5],cursor:"not-allowed",backgroundImage:"none",pointerEvents:"none","&:active":{transform:"none"}},"&[data-loading]":{pointerEvents:"none","&::before":{content:'""',position:"absolute",top:-1,left:-1,right:-1,bottom:-1,backgroundColor:e.colorScheme==="dark"?e.fn.rgba(e.colors.dark[7],.5):"rgba(255, 255, 255, .5)",borderRadius:e.fn.radius(r),cursor:"not-allowed"}}}),icon:{display:"flex",alignItems:"center"},leftIcon:{marginRight:10},rightIcon:{marginLeft:10},centerLoader:{position:"absolute",left:"50%",transform:"translateX(-50%)",opacity:.5},inner:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",overflow:"visible"},label:{whiteSpace:"nowrap",height:"100%",overflow:"hidden",display:"flex",alignItems:"center"}}));const WG=EG;var jG=Object.defineProperty,ig=Object.getOwnPropertySymbols,h5=Object.prototype.hasOwnProperty,m5=Object.prototype.propertyIsEnumerable,K2=(e,t,n)=>t in e?jG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,q2=(e,t)=>{for(var n in t||(t={}))h5.call(t,n)&&K2(e,n,t[n]);if(ig)for(var n of ig(t))m5.call(t,n)&&K2(e,n,t[n]);return e},OG=(e,t)=>{var n={};for(var r in e)h5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ig)for(var r of ig(e))t.indexOf(r)<0&&m5.call(e,r)&&(n[r]=e[r]);return n};const TG={size:"sm",type:"button",variant:"filled",loaderPosition:"left"},_1=T.exports.forwardRef((e,t)=>{const n=gn("Button",TG,e),{className:r,size:a,color:s,type:l,disabled:c,children:d,leftIcon:f,rightIcon:h,fullWidth:p,variant:g,radius:w,uppercase:y,compact:k,loading:M,loaderPosition:W,loaderProps:z,gradient:N,classNames:B,styles:H,unstyled:U}=n,$=OG(n,["className","size","color","type","disabled","children","leftIcon","rightIcon","fullWidth","variant","radius","uppercase","compact","loading","loaderPosition","loaderProps","gradient","classNames","styles","unstyled"]),{classes:Q,cx:de,theme:me}=WG({radius:w,color:s,size:a,fullWidth:p,compact:k,gradient:N,variant:g,withLeftIcon:!!f,withRightIcon:!!h},{name:"Button",unstyled:U,classNames:B,styles:H}),Se=me.fn.variant({color:s,variant:g}),Pe=A.createElement($f,q2({color:Se.color,size:me.fn.size({size:a,sizes:$y}).height/2},z));return A.createElement(sv,q2({className:de(Q.root,r),type:l,disabled:c,"data-button":!0,"data-disabled":c||void 0,"data-loading":M||void 0,ref:t,unstyled:U},$),A.createElement("div",{className:Q.inner},(f||M&&W==="left")&&A.createElement("span",{className:de(Q.icon,Q.leftIcon)},M&&W==="left"?Pe:f),M&&W==="center"&&A.createElement("span",{className:Q.centerLoader},Pe),A.createElement("span",{className:Q.label,style:{textTransform:y?"uppercase":void 0}},d),(h||M&&W==="right")&&A.createElement("span",{className:de(Q.icon,Q.rightIcon)},M&&W==="right"?Pe:h)))});_1.displayName="@mantine/core/Button";_1.Group=f5;const zG=_1;function NG(e){return T.exports.Children.toArray(e).filter(Boolean)}const p5={left:"flex-start",center:"center",right:"flex-end",apart:"space-between"};var _G=It((e,{spacing:t,position:n,noWrap:r,grow:a,align:s,count:l})=>({root:{boxSizing:"border-box",display:"flex",flexDirection:"row",alignItems:s||"center",flexWrap:r?"nowrap":"wrap",justifyContent:p5[n],gap:e.fn.size({size:t,sizes:e.spacing}),"& > *":{boxSizing:"border-box",maxWidth:a?`calc(${100/l}% - ${e.fn.size({size:t,sizes:e.spacing})-e.fn.size({size:t,sizes:e.spacing})/l}px)`:void 0,flexGrow:a?1:0}}})),RG=Object.defineProperty,og=Object.getOwnPropertySymbols,g5=Object.prototype.hasOwnProperty,v5=Object.prototype.propertyIsEnumerable,V2=(e,t,n)=>t in e?RG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,IG=(e,t)=>{for(var n in t||(t={}))g5.call(t,n)&&V2(e,n,t[n]);if(og)for(var n of og(t))v5.call(t,n)&&V2(e,n,t[n]);return e},DG=(e,t)=>{var n={};for(var r in e)g5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&og)for(var r of og(e))t.indexOf(r)<0&&v5.call(e,r)&&(n[r]=e[r]);return n};const LG={position:"left",spacing:"md"},b5=T.exports.forwardRef((e,t)=>{const n=gn("Group",LG,e),{className:r,position:a,align:s,children:l,noWrap:c,grow:d,spacing:f,unstyled:h}=n,p=DG(n,["className","position","align","children","noWrap","grow","spacing","unstyled"]),g=NG(l),{classes:w,cx:y}=_G({align:s,grow:d,noWrap:c,spacing:f,position:a,count:g.length},{unstyled:h,name:"Group"});return A.createElement(rn,IG({className:y(w.root,r),ref:t},p),g)});b5.displayName="@mantine/core/Group";var HG=It((e,{spacing:t,align:n,justify:r})=>({root:{display:"flex",flexDirection:"column",alignItems:n,justifyContent:r,gap:e.fn.size({size:t,sizes:e.spacing})}}));const FG=HG;var BG=Object.defineProperty,sg=Object.getOwnPropertySymbols,y5=Object.prototype.hasOwnProperty,w5=Object.prototype.propertyIsEnumerable,J2=(e,t,n)=>t in e?BG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,XG=(e,t)=>{for(var n in t||(t={}))y5.call(t,n)&&J2(e,n,t[n]);if(sg)for(var n of sg(t))w5.call(t,n)&&J2(e,n,t[n]);return e},UG=(e,t)=>{var n={};for(var r in e)y5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&sg)for(var r of sg(e))t.indexOf(r)<0&&w5.call(e,r)&&(n[r]=e[r]);return n};const GG={spacing:"md",align:"stretch",justify:"top"},k5=T.exports.forwardRef((e,t)=>{const n=gn("Stack",GG,e),{spacing:r,className:a,align:s,justify:l,unstyled:c}=n,d=UG(n,["spacing","className","align","justify","unstyled"]),{classes:f,cx:h}=FG({spacing:r,align:s,justify:l},{name:"Stack",unstyled:c});return A.createElement(rn,XG({className:h(f.root,a),ref:t},d))});k5.displayName="@mantine/core/Stack";function YG({spacing:e,offset:t,orientation:n,children:r,role:a,unstyled:s}){return n==="horizontal"?A.createElement(b5,{pt:t,spacing:e,role:a,unstyled:s},r):A.createElement(k5,{pt:t,spacing:e,role:a,unstyled:s},r)}var KG=Object.defineProperty,qG=Object.defineProperties,VG=Object.getOwnPropertyDescriptors,Q2=Object.getOwnPropertySymbols,JG=Object.prototype.hasOwnProperty,QG=Object.prototype.propertyIsEnumerable,$2=(e,t,n)=>t in e?KG(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$G=(e,t)=>{for(var n in t||(t={}))JG.call(t,n)&&$2(e,n,t[n]);if(Q2)for(var n of Q2(t))QG.call(t,n)&&$2(e,n,t[n]);return e},ZG=(e,t)=>qG(e,VG(t));const eY={xs:16,sm:20,md:24,lg:30,xl:36};var tY=It((e,{labelPosition:t,size:n})=>({root:{},body:{display:"inline-flex"},labelWrapper:ZG($G({},e.fn.fontStyles()),{display:"inline-flex",flexDirection:"column",WebkitTapHighlightColor:"transparent",fontSize:e.fn.size({size:n,sizes:e.fontSizes}),lineHeight:`${e.fn.size({size:n,sizes:eY})}px`,color:e.colorScheme==="dark"?e.colors.dark[0]:e.black,cursor:e.cursorType,order:t==="left"?1:2}),description:{marginTop:`calc(${e.spacing.xs}px / 2)`,[t==="left"?"paddingRight":"paddingLeft"]:e.spacing.sm},error:{marginTop:`calc(${e.spacing.xs}px / 2)`,[t==="left"?"paddingRight":"paddingLeft"]:e.spacing.sm},label:{cursor:e.cursorType,[t==="left"?"paddingRight":"paddingLeft"]:e.spacing.sm,"&[data-disabled]":{color:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5]}}}));const nY=tY;var rY=Object.defineProperty,lg=Object.getOwnPropertySymbols,x5=Object.prototype.hasOwnProperty,P5=Object.prototype.propertyIsEnumerable,Z2=(e,t,n)=>t in e?rY(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,aY=(e,t)=>{for(var n in t||(t={}))x5.call(t,n)&&Z2(e,n,t[n]);if(lg)for(var n of lg(t))P5.call(t,n)&&Z2(e,n,t[n]);return e},iY=(e,t)=>{var n={};for(var r in e)x5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&lg)for(var r of lg(e))t.indexOf(r)<0&&P5.call(e,r)&&(n[r]=e[r]);return n};function M5(e){var t=e,{__staticSelector:n,className:r,classNames:a,styles:s,unstyled:l,children:c,label:d,description:f,id:h,disabled:p,error:g,size:w,labelPosition:y}=t,k=iY(t,["__staticSelector","className","classNames","styles","unstyled","children","label","description","id","disabled","error","size","labelPosition"]);const{classes:M,cx:W}=nY({size:w,labelPosition:y},{name:n,styles:s,classNames:a,unstyled:l});return A.createElement(rn,aY({className:W(M.root,r)},k),A.createElement("div",{className:W(M.body)},c,A.createElement("div",{className:M.labelWrapper},d&&A.createElement("label",{className:M.label,"data-disabled":p||void 0,htmlFor:h},d),f&&A.createElement(Jy.Description,{className:M.description},f),g&&g!=="boolean"&&A.createElement(Jy.Error,{className:M.error},g))))}M5.displayName="@mantine/core/InlineInput";var oY=It((e,{zIndex:t})=>({root:{position:"absolute",top:0,bottom:0,left:0,right:0,zIndex:t}}));const sY=oY;var lY=Object.defineProperty,uY=Object.defineProperties,cY=Object.getOwnPropertyDescriptors,ug=Object.getOwnPropertySymbols,A5=Object.prototype.hasOwnProperty,S5=Object.prototype.propertyIsEnumerable,eM=(e,t,n)=>t in e?lY(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ey=(e,t)=>{for(var n in t||(t={}))A5.call(t,n)&&eM(e,n,t[n]);if(ug)for(var n of ug(t))S5.call(t,n)&&eM(e,n,t[n]);return e},dY=(e,t)=>uY(e,cY(t)),fY=(e,t)=>{var n={};for(var r in e)A5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&ug)for(var r of ug(e))t.indexOf(r)<0&&S5.call(e,r)&&(n[r]=e[r]);return n};const hY={opacity:.6,color:"#fff",zIndex:k1("modal"),radius:0,blur:0},C5=T.exports.forwardRef((e,t)=>{const n=gn("Overlay",hY,e),{opacity:r,blur:a,color:s,gradient:l,zIndex:c,radius:d,sx:f,unstyled:h,className:p}=n,g=fY(n,["opacity","blur","color","gradient","zIndex","radius","sx","unstyled","className"]),{classes:w,cx:y}=sY({zIndex:c},{name:"Overlay",unstyled:h}),k=l?{backgroundImage:l}:{backgroundColor:s},M=W=>A.createElement(rn,ey({ref:t,className:y(w.root,p),sx:[z=>dY(ey({},k),{opacity:r,borderRadius:z.fn.size({size:d,sizes:z.radius})}),...kp(f)]},W));return a?A.createElement(rn,ey({className:y(w.root,p),sx:[{backdropFilter:`blur(${a}px)`},...kp(f)]},g),M()):M(g)});C5.displayName="@mantine/core/Overlay";const mY=C5;function pY({open:e,close:t,openDelay:n,closeDelay:r}){const a=T.exports.useRef(-1),s=T.exports.useRef(-1),l=()=>{window.clearTimeout(a.current),window.clearTimeout(s.current)},c=()=>{l(),n===0?e():a.current=window.setTimeout(e,n)},d=()=>{l(),r===0?t():s.current=window.setTimeout(t,r)};return T.exports.useEffect(()=>l,[]),{openDropdown:c,closeDropdown:d}}var gY=It({root:{position:"absolute",top:0,left:0,right:0,bottom:0,display:"flex",alignItems:"center",justifyContent:"center",overflow:"hidden"}});const vY=gY;var bY=Object.defineProperty,yY=Object.defineProperties,wY=Object.getOwnPropertyDescriptors,cg=Object.getOwnPropertySymbols,E5=Object.prototype.hasOwnProperty,W5=Object.prototype.propertyIsEnumerable,tM=(e,t,n)=>t in e?bY(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Nm=(e,t)=>{for(var n in t||(t={}))E5.call(t,n)&&tM(e,n,t[n]);if(cg)for(var n of cg(t))W5.call(t,n)&&tM(e,n,t[n]);return e},kY=(e,t)=>yY(e,wY(t)),xY=(e,t)=>{var n={};for(var r in e)E5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&cg)for(var r of cg(e))t.indexOf(r)<0&&W5.call(e,r)&&(n[r]=e[r]);return n};const PY={overlayOpacity:.75,transitionDuration:0,zIndex:k1("overlay")},j5=T.exports.forwardRef((e,t)=>{const n=gn("LoadingOverlay",PY,e),{className:r,visible:a,loaderProps:s,overlayOpacity:l,overlayColor:c,transitionDuration:d,exitTransitionDuration:f,zIndex:h,style:p,loader:g,radius:w,overlayBlur:y,unstyled:k}=n,M=xY(n,["className","visible","loaderProps","overlayOpacity","overlayColor","transitionDuration","exitTransitionDuration","zIndex","style","loader","radius","overlayBlur","unstyled"]),{classes:W,cx:z,theme:N}=vY(null,{name:"LoadingOverlay",unstyled:k}),B=`calc(${h} + 1)`;return A.createElement(j1,{duration:d,exitDuration:f,mounted:a,transition:"fade"},H=>A.createElement(rn,Nm({className:z(W.root,r),style:kY(Nm(Nm({},H),p),{zIndex:h}),ref:t},M),g?A.createElement("div",{style:{zIndex:B}},g):A.createElement($f,Nm({style:{zIndex:B}},s)),A.createElement(mY,{opacity:l,zIndex:h,radius:w,blur:y,unstyled:k,color:c||(N.colorScheme==="dark"?N.colors.dark[5]:N.white)})))});j5.displayName="@mantine/core/LoadingOverlay";var MY=It(e=>({divider:{margin:`calc(${e.spacing.xs}px / 2) -5px`,borderTop:`1px solid ${e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2]}`}}));const AY=MY;var SY=Object.defineProperty,dg=Object.getOwnPropertySymbols,O5=Object.prototype.hasOwnProperty,T5=Object.prototype.propertyIsEnumerable,nM=(e,t,n)=>t in e?SY(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,CY=(e,t)=>{for(var n in t||(t={}))O5.call(t,n)&&nM(e,n,t[n]);if(dg)for(var n of dg(t))T5.call(t,n)&&nM(e,n,t[n]);return e},EY=(e,t)=>{var n={};for(var r in e)O5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&dg)for(var r of dg(e))t.indexOf(r)<0&&T5.call(e,r)&&(n[r]=e[r]);return n};function z5(e){var t=e,{children:n,className:r}=t,a=EY(t,["children","className"]);const{classNames:s,styles:l,unstyled:c}=lo(),{classes:d,cx:f}=AY(null,{name:"Menu",classNames:s,styles:l,unstyled:c});return A.createElement(rn,CY({className:f(d.divider,r)},a))}z5.displayName="@mantine/core/MenuDivider";const N5={context:"Menu component was not found in the tree",children:"Menu.Target component children should be an element or a component that accepts ref, fragments, strings, numbers and other primitive values are not supported"},[WY,R1]=Jf(N5.context);var jY=Object.defineProperty,fg=Object.getOwnPropertySymbols,_5=Object.prototype.hasOwnProperty,R5=Object.prototype.propertyIsEnumerable,rM=(e,t,n)=>t in e?jY(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,OY=(e,t)=>{for(var n in t||(t={}))_5.call(t,n)&&rM(e,n,t[n]);if(fg)for(var n of fg(t))R5.call(t,n)&&rM(e,n,t[n]);return e},TY=(e,t)=>{var n={};for(var r in e)_5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&fg)for(var r of fg(e))t.indexOf(r)<0&&R5.call(e,r)&&(n[r]=e[r]);return n};function I5(e){var t=e,{children:n,onMouseEnter:r,onMouseLeave:a}=t,s=TY(t,["children","onMouseEnter","onMouseLeave"]);const l=T.exports.useRef(),c=R1(),d=p=>{(p.key==="ArrowUp"||p.key==="ArrowDown")&&(p.preventDefault(),l.current.querySelectorAll("[data-menu-item]")[0].focus())},f=Uo(r,()=>c.trigger==="hover"&&c.openDropdown()),h=Uo(a,()=>c.trigger==="hover"&&c.closeDropdown());return A.createElement(Vo.Dropdown,OY({onMouseEnter:f,onMouseLeave:h,role:"menu","aria-orientation":"vertical"},s),A.createElement("div",{tabIndex:-1,"data-menu-dropdown":!0,"data-autofocus":!0,onKeyDown:d,ref:l,style:{outline:0}},n))}I5.displayName="@mantine/core/MenuDropdown";var zY=Object.defineProperty,NY=Object.defineProperties,_Y=Object.getOwnPropertyDescriptors,aM=Object.getOwnPropertySymbols,RY=Object.prototype.hasOwnProperty,IY=Object.prototype.propertyIsEnumerable,iM=(e,t,n)=>t in e?zY(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,DY=(e,t)=>{for(var n in t||(t={}))RY.call(t,n)&&iM(e,n,t[n]);if(aM)for(var n of aM(t))IY.call(t,n)&&iM(e,n,t[n]);return e},LY=(e,t)=>NY(e,_Y(t)),HY=It((e,{color:t,radius:n})=>({item:LY(DY({},e.fn.fontStyles()),{WebkitTapHighlightColor:"transparent",fontSize:e.fontSizes.sm,border:0,backgroundColor:"transparent",outline:0,width:"100%",textAlign:"left",textDecoration:"none",boxSizing:"border-box",padding:`${e.spacing.xs}px ${e.spacing.sm}px`,cursor:"pointer",borderRadius:e.fn.radius(n),color:t?e.fn.variant({variant:"filled",primaryFallback:!1,color:t}).background:e.colorScheme==="dark"?e.colors.dark[0]:e.black,display:"flex",alignItems:"center","&:disabled":{color:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[5],pointerEvents:"none",userSelect:"none"},"&[data-hovered]":{backgroundColor:t?e.fn.variant({variant:"light",color:t}).background:e.colorScheme==="dark"?e.fn.rgba(e.colors.dark[3],.35):e.colors.gray[0]}}),itemLabel:{flex:1},itemIcon:{display:"flex",justifyContent:"center",alignItems:"center",marginRight:e.spacing.xs},itemRightSection:{}}));const FY=HY;var BY=Object.defineProperty,XY=Object.defineProperties,UY=Object.getOwnPropertyDescriptors,hg=Object.getOwnPropertySymbols,D5=Object.prototype.hasOwnProperty,L5=Object.prototype.propertyIsEnumerable,oM=(e,t,n)=>t in e?BY(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,GY=(e,t)=>{for(var n in t||(t={}))D5.call(t,n)&&oM(e,n,t[n]);if(hg)for(var n of hg(t))L5.call(t,n)&&oM(e,n,t[n]);return e},YY=(e,t)=>XY(e,UY(t)),KY=(e,t)=>{var n={};for(var r in e)D5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&hg)for(var r of hg(e))t.indexOf(r)<0&&L5.call(e,r)&&(n[r]=e[r]);return n};const H5=T.exports.forwardRef((e,t)=>{var n=e,{children:r,className:a,color:s,closeMenuOnClick:l,icon:c,rightSection:d}=n,f=KY(n,["children","className","color","closeMenuOnClick","icon","rightSection"]);const h=R1(),{classNames:p,styles:g,unstyled:w}=lo(),{classes:y,cx:k,theme:M}=FY({radius:h.radius,color:s},{name:"Menu",classNames:p,styles:g,unstyled:w}),W=T.exports.useRef(),z=h.getItemIndex(W.current),N=f,B=Uo(N.onMouseLeave,()=>h.setHovered(-1)),H=Uo(N.onMouseEnter,()=>h.setHovered(h.getItemIndex(W.current))),U=Uo(N.onClick,()=>{typeof l=="boolean"?l&&h.closeDropdownImmediately():h.closeOnItemClick&&h.closeDropdownImmediately()}),$=Uo(N.onFocus,()=>h.setHovered(h.getItemIndex(W.current)));return A.createElement(rn,YY(GY({component:"button",type:"button"},f),{tabIndex:-1,onFocus:$,className:k(y.item,a),ref:x1(W,t),role:"menuitem","data-menu-item":!0,"data-hovered":h.hovered===z?!0:void 0,onMouseEnter:H,onMouseLeave:B,onClick:U,onKeyDown:m1({siblingSelector:"[data-menu-item]",parentSelector:"[data-menu-dropdown]",activateOnFocus:!1,loop:h.loop,dir:M.dir,orientation:"vertical",onKeyDown:N.onKeydown})}),c&&A.createElement("div",{className:y.itemIcon},c),r&&A.createElement("div",{className:y.itemLabel},r),d&&A.createElement("div",{className:y.itemRightSection},d))});H5.displayName="@mantine/core/MenuItem";const qY=H5;var VY=It(e=>({label:{color:e.colorScheme==="dark"?e.colors.dark[2]:e.colors.gray[6],fontWeight:500,fontSize:e.fontSizes.xs,padding:`calc(${e.spacing.xs}px / 2) ${e.spacing.sm}px`,cursor:"default"}}));const JY=VY;var QY=Object.defineProperty,mg=Object.getOwnPropertySymbols,F5=Object.prototype.hasOwnProperty,B5=Object.prototype.propertyIsEnumerable,sM=(e,t,n)=>t in e?QY(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$Y=(e,t)=>{for(var n in t||(t={}))F5.call(t,n)&&sM(e,n,t[n]);if(mg)for(var n of mg(t))B5.call(t,n)&&sM(e,n,t[n]);return e},ZY=(e,t)=>{var n={};for(var r in e)F5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&mg)for(var r of mg(e))t.indexOf(r)<0&&B5.call(e,r)&&(n[r]=e[r]);return n};function X5(e){var t=e,{children:n,className:r}=t,a=ZY(t,["children","className"]);const{classNames:s,styles:l,unstyled:c}=lo(),{classes:d,cx:f}=JY(null,{name:"Menu",classNames:s,styles:l,unstyled:c});return A.createElement(uv,$Y({className:f(d.label,r)},a),n)}X5.displayName="@mantine/core/MenuLabel";var eK=Object.defineProperty,pg=Object.getOwnPropertySymbols,U5=Object.prototype.hasOwnProperty,G5=Object.prototype.propertyIsEnumerable,lM=(e,t,n)=>t in e?eK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,tK=(e,t)=>{for(var n in t||(t={}))U5.call(t,n)&&lM(e,n,t[n]);if(pg)for(var n of pg(t))G5.call(t,n)&&lM(e,n,t[n]);return e},nK=(e,t)=>{var n={};for(var r in e)U5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&pg)for(var r of pg(e))t.indexOf(r)<0&&G5.call(e,r)&&(n[r]=e[r]);return n};const Y5=T.exports.forwardRef((e,t)=>{var n=e,{children:r,refProp:a="ref"}=n,s=nK(n,["children","refProp"]);if(!p1(r))throw new Error(N5.children);const l=R1(),c=Uo(r.props.onClick,()=>l.trigger==="click"&&l.toggleDropdown()),d=Uo(r.props.onMouseEnter,()=>l.trigger==="hover"&&l.openDropdown()),f=Uo(r.props.onMouseLeave,()=>l.trigger==="hover"&&l.closeDropdown());return A.createElement(Vo.Target,tK({refProp:a,popupType:"menu",ref:t},s),T.exports.cloneElement(r,{onClick:c,onMouseEnter:d,onMouseLeave:f,"data-expanded":l.opened?!0:void 0}))});Y5.displayName="@mantine/core/MenuTarget";var rK=It({dropdown:{padding:4}});const aK=rK;var iK=Object.defineProperty,oK=Object.defineProperties,sK=Object.getOwnPropertyDescriptors,gg=Object.getOwnPropertySymbols,K5=Object.prototype.hasOwnProperty,q5=Object.prototype.propertyIsEnumerable,uM=(e,t,n)=>t in e?iK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cM=(e,t)=>{for(var n in t||(t={}))K5.call(t,n)&&uM(e,n,t[n]);if(gg)for(var n of gg(t))q5.call(t,n)&&uM(e,n,t[n]);return e},dM=(e,t)=>oK(e,sK(t)),lK=(e,t)=>{var n={};for(var r in e)K5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&gg)for(var r of gg(e))t.indexOf(r)<0&&q5.call(e,r)&&(n[r]=e[r]);return n};const uK={closeOnItemClick:!0,loop:!0,trigger:"click",openDelay:0,closeDelay:100};function pi(e){const t=gn("Menu",uK,e),{children:n,onOpen:r,onClose:a,opened:s,defaultOpened:l,onChange:c,closeOnItemClick:d,loop:f,closeOnEscape:h,trigger:p,openDelay:g,closeDelay:w,classNames:y,styles:k,unstyled:M,radius:W}=t,z=lK(t,["children","onOpen","onClose","opened","defaultOpened","onChange","closeOnItemClick","loop","closeOnEscape","trigger","openDelay","closeDelay","classNames","styles","unstyled","radius"]),{classes:N,cx:B}=aK(),[H,{setHovered:U,resetHovered:$}]=YR(),[Q,de]=Fc({value:s,defaultValue:l,finalValue:!1,onChange:c}),me=()=>{de(!1),Q&&(a==null||a())},Se=()=>{de(!0),!Q&&(r==null||r())},Pe=()=>Q?me():Se(),{openDropdown:Te,closeDropdown:$e}=pY({open:Se,close:me,closeDelay:w,openDelay:g}),Ge=je=>XR("[data-menu-item]","[data-menu-dropdown]",je);return il(()=>{$()},[Q]),A.createElement(WY,{value:{opened:Q,toggleDropdown:Pe,getItemIndex:Ge,hovered:H,setHovered:U,closeOnItemClick:d,closeDropdown:p==="click"?me:$e,openDropdown:p==="click"?Se:Te,closeDropdownImmediately:me,loop:f,trigger:p,radius:W}},A.createElement(Vo,dM(cM({},z),{radius:W,opened:Q,onChange:de,defaultOpened:l,trapFocus:p==="click",closeOnEscape:h&&p==="click",__staticSelector:"Menu",classNames:dM(cM({},y),{dropdown:B(N.dropdown,y==null?void 0:y.dropdown)}),styles:k,unstyled:M,onClose:me,onOpen:Se}),n))}pi.displayName="@mantine/core/Menu";pi.Item=qY;pi.Label=X5;pi.Dropdown=I5;pi.Target=Y5;pi.Divider=z5;const V5=T.exports.createContext(null),cK=V5.Provider,dK=()=>T.exports.useContext(V5);var fK=Object.defineProperty,vg=Object.getOwnPropertySymbols,J5=Object.prototype.hasOwnProperty,Q5=Object.prototype.propertyIsEnumerable,fM=(e,t,n)=>t in e?fK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,hM=(e,t)=>{for(var n in t||(t={}))J5.call(t,n)&&fM(e,n,t[n]);if(vg)for(var n of vg(t))Q5.call(t,n)&&fM(e,n,t[n]);return e},hK=(e,t)=>{var n={};for(var r in e)J5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&vg)for(var r of vg(e))t.indexOf(r)<0&&Q5.call(e,r)&&(n[r]=e[r]);return n};const mK={orientation:"horizontal",spacing:"lg",size:"sm",offset:"xs"},$5=T.exports.forwardRef((e,t)=>{const n=gn("SwitchGroup",mK,e),{children:r,value:a,defaultValue:s,onChange:l,orientation:c,spacing:d,size:f,wrapperProps:h,offset:p}=n,g=hK(n,["children","value","defaultValue","onChange","orientation","spacing","size","wrapperProps","offset"]),[w,y]=Fc({value:a,defaultValue:s,finalValue:[],onChange:l}),k=M=>{const W=M.currentTarget.value;y(w.includes(W)?w.filter(z=>z!==W):[...w,W])};return A.createElement(cK,{value:{value:w,onChange:k,size:f}},A.createElement(Jy.Wrapper,hM(hM({labelElement:"div",size:f,__staticSelector:"SwitchGroup",ref:t},h),g),A.createElement(YG,{spacing:d,orientation:c,offset:p},r)))});$5.displayName="@mantine/core/SwitchGroup";var pK=Object.defineProperty,gK=Object.defineProperties,vK=Object.getOwnPropertyDescriptors,mM=Object.getOwnPropertySymbols,bK=Object.prototype.hasOwnProperty,yK=Object.prototype.propertyIsEnumerable,pM=(e,t,n)=>t in e?pK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,wK=(e,t)=>{for(var n in t||(t={}))bK.call(t,n)&&pM(e,n,t[n]);if(mM)for(var n of mM(t))yK.call(t,n)&&pM(e,n,t[n]);return e},kK=(e,t)=>gK(e,vK(t));const xK={xs:16,sm:20,md:24,lg:30,xl:36},PK={xs:32,sm:38,md:46,lg:56,xl:72},MK={xs:12,sm:14,md:18,lg:22,xl:28},AK={xs:5,sm:6,md:7,lg:9,xl:11},SK={xs:4,sm:5,md:6,lg:8,xl:10};var CK=It((e,{size:t,radius:n,color:r,labelPosition:a,error:s})=>{const l=e.fn.size({size:t,sizes:MK}),c=e.fn.size({size:n,sizes:e.radius}),d=e.fn.variant({variant:"filled",color:r}),f=e.fn.size({size:t,sizes:PK}),h=t==="xs"?1:2,p=e.fn.variant({variant:"filled",color:"red"}).background;return{input:{clip:"rect(1px, 1px, 1px, 1px)",height:"1px",overflow:"hidden",width:"1px",whiteSpace:"nowrap",padding:"0",WebkitClipPath:"inset(50%)",clipPath:"inset(50%)"},track:kK(wK({},e.fn.focusStyles("input:focus + &")),{cursor:e.cursorType,overflow:"hidden",WebkitTapHighlightColor:"transparent",position:"relative",borderRadius:c,backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[2],border:`1px solid ${s?p:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3]}`,height:e.fn.size({size:t,sizes:xK}),minWidth:f,margin:0,transitionProperty:"background-color, border-color",transitionTimingFunction:e.transitionTimingFunction,transitionDuration:"150ms",boxSizing:"border-box",appearance:"none",display:"flex",alignItems:"center",fontSize:e.fn.size({size:t,sizes:AK}),fontWeight:600,order:a==="left"?2:1,userSelect:"none",MozUserSelect:"none",WebkitUserSelect:"none",MsUserSelect:"none",zIndex:0,lineHeight:0,color:e.colorScheme==="dark"?e.colors.dark[1]:e.colors.gray[6],transition:`color 150ms ${e.transitionTimingFunction}`,"input:checked + &":{backgroundColor:d.background,borderColor:d.background,color:e.white,transition:`color 150ms ${e.transitionTimingFunction}`},"input:disabled + &":{backgroundColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],borderColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],cursor:"not-allowed"}}),thumb:{position:"absolute",zIndex:1,borderRadius:c,boxSizing:"border-box",display:"flex",backgroundColor:e.white,height:l,width:l,border:`1px solid ${e.colorScheme==="dark"?e.white:e.colors.gray[3]}`,left:`${h}px`,transition:`left 150ms ${e.transitionTimingFunction}`,"& > *":{margin:"auto"},"@media (prefers-reduced-motion)":{transitionDuration:e.respectReducedMotion?"0ms":""},"input:checked + * > &":{left:`calc(100% - ${l}px - ${h}px)`,borderColor:e.white},"input:disabled + * > &":{borderColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[2],backgroundColor:e.colorScheme==="dark"?e.colors.dark[3]:e.colors.gray[0]}},trackLabel:{height:"100%",display:"grid",placeContent:"center",minWidth:f-l,paddingInline:e.fn.size({size:t,sizes:SK}),margin:`0 0 0 ${l+h}px`,transition:`margin 150ms ${e.transitionTimingFunction}`,"input:checked + * > &":{margin:`0 ${l+h}px 0 0`}}}});const EK=CK;var WK=Object.defineProperty,jK=Object.defineProperties,OK=Object.getOwnPropertyDescriptors,bg=Object.getOwnPropertySymbols,Z5=Object.prototype.hasOwnProperty,eW=Object.prototype.propertyIsEnumerable,gM=(e,t,n)=>t in e?WK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ty=(e,t)=>{for(var n in t||(t={}))Z5.call(t,n)&&gM(e,n,t[n]);if(bg)for(var n of bg(t))eW.call(t,n)&&gM(e,n,t[n]);return e},TK=(e,t)=>jK(e,OK(t)),zK=(e,t)=>{var n={};for(var r in e)Z5.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&bg)for(var r of bg(e))t.indexOf(r)<0&&eW.call(e,r)&&(n[r]=e[r]);return n};const NK={offLabel:"",onLabel:"",size:"sm",radius:"xl",error:!1},I1=T.exports.forwardRef((e,t)=>{var n;const r=gn("Switch",NK,e),{className:a,color:s,label:l,offLabel:c,onLabel:d,id:f,style:h,size:p,radius:g,wrapperProps:w,children:y,unstyled:k,styles:M,classNames:W,thumbIcon:z,sx:N,checked:B,defaultChecked:H,onChange:U,labelPosition:$,description:Q,error:de,disabled:me}=r,Se=zK(r,["className","color","label","offLabel","onLabel","id","style","size","radius","wrapperProps","children","unstyled","styles","classNames","thumbIcon","sx","checked","defaultChecked","onChange","labelPosition","description","error","disabled"]),Pe=dK(),{classes:Te}=EK({size:(Pe==null?void 0:Pe.size)||p,color:s,radius:g,labelPosition:$,error:!!de},{unstyled:k,styles:M,classNames:W,name:"Switch"}),{systemStyles:$e,rest:Ge}=ov(Se),je=iv(f),G=Pe?{checked:Pe.value.includes(Ge.value),onChange:Pe.onChange}:{},[oe,Ie]=Fc({value:(n=G.checked)!=null?n:B,defaultValue:H,finalValue:!1});return A.createElement(M5,ty(ty({className:a,sx:N,style:h,id:je,size:(Pe==null?void 0:Pe.size)||p,labelPosition:$,label:l,description:Q,error:de,disabled:me,__staticSelector:"Switch",classNames:W,styles:M,unstyled:k,"data-checked":G.checked||void 0},$e),w),A.createElement("input",TK(ty({},Ge),{disabled:me,checked:oe,onChange:Oe=>{Pe?G.onChange(Oe):U==null||U(Oe),Ie(Oe.currentTarget.checked)},id:je,ref:t,type:"checkbox",className:Te.input})),A.createElement("label",{htmlFor:je,className:Te.track},A.createElement("div",{className:Te.thumb},z),A.createElement("div",{className:Te.trackLabel},oe?d:c)))});I1.displayName="@mantine/core/Switch";I1.Group=$5;const Zy={context:"Tabs component was not found in the tree",value:"Tabs.Tab or Tabs.Panel component was rendered with invalid value or without value"},[_K,D1]=Jf(Zy.context);var RK=Object.defineProperty,vM=Object.getOwnPropertySymbols,IK=Object.prototype.hasOwnProperty,DK=Object.prototype.propertyIsEnumerable,bM=(e,t,n)=>t in e?RK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,LK=(e,t)=>{for(var n in t||(t={}))IK.call(t,n)&&bM(e,n,t[n]);if(vM)for(var n of vM(t))DK.call(t,n)&&bM(e,n,t[n]);return e};function HK({variant:e,orientation:t,inverted:n,placement:r},a){const s=t==="vertical";return e==="default"?{[s?r==="left"?"borderRight":"borderLeft":n?"borderTop":"borderBottom"]:`2px solid ${a.colorScheme==="dark"?a.colors.dark[4]:a.colors.gray[3]}`}:e==="outline"?{[s?r==="left"?"borderRight":"borderLeft":n?"borderTop":"borderBottom"]:`1px solid ${a.colorScheme==="dark"?a.colors.dark[4]:a.colors.gray[3]}`}:e==="pills"?{gap:`calc(${a.spacing.sm}px / 2)`}:{}}var FK=It((e,t)=>{const n=t.orientation==="vertical";return{tabsList:LK({display:"flex",flexWrap:"wrap",flexDirection:n?"column":"row",justifyContent:p5[t.position],'& [role="tab"]':{flex:t.grow?1:void 0}},HK(t,e))}});const BK=FK;var XK=Object.defineProperty,UK=Object.defineProperties,GK=Object.getOwnPropertyDescriptors,yg=Object.getOwnPropertySymbols,tW=Object.prototype.hasOwnProperty,nW=Object.prototype.propertyIsEnumerable,yM=(e,t,n)=>t in e?XK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,YK=(e,t)=>{for(var n in t||(t={}))tW.call(t,n)&&yM(e,n,t[n]);if(yg)for(var n of yg(t))nW.call(t,n)&&yM(e,n,t[n]);return e},KK=(e,t)=>UK(e,GK(t)),qK=(e,t)=>{var n={};for(var r in e)tW.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&yg)for(var r of yg(e))t.indexOf(r)<0&&nW.call(e,r)&&(n[r]=e[r]);return n};const rW=T.exports.forwardRef((e,t)=>{var n=e,{children:r,className:a,grow:s=!1,position:l="left"}=n,c=qK(n,["children","className","grow","position"]);const{orientation:d,variant:f,color:h,radius:p,inverted:g,placement:w}=D1(),{classNames:y,styles:k,unstyled:M}=lo(),{classes:W,cx:z}=BK({orientation:d,grow:s,variant:f,color:h,position:l,radius:p,inverted:g,placement:w},{name:"Tabs",unstyled:M,classNames:y,styles:k});return A.createElement(rn,KK(YK({},c),{className:z(W.tabsList,a),ref:t,role:"tablist","aria-orientation":d}),r)});rW.displayName="@mantine/core/TabsList";var VK=It((e,{orientation:t})=>({panel:{flex:t==="vertical"?1:void 0}}));const JK=VK;var QK=Object.defineProperty,$K=Object.defineProperties,ZK=Object.getOwnPropertyDescriptors,wg=Object.getOwnPropertySymbols,aW=Object.prototype.hasOwnProperty,iW=Object.prototype.propertyIsEnumerable,wM=(e,t,n)=>t in e?QK(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,eq=(e,t)=>{for(var n in t||(t={}))aW.call(t,n)&&wM(e,n,t[n]);if(wg)for(var n of wg(t))iW.call(t,n)&&wM(e,n,t[n]);return e},tq=(e,t)=>$K(e,ZK(t)),nq=(e,t)=>{var n={};for(var r in e)aW.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&wg)for(var r of wg(e))t.indexOf(r)<0&&iW.call(e,r)&&(n[r]=e[r]);return n};const oW=T.exports.forwardRef((e,t)=>{var n=e,{value:r,children:a,sx:s,className:l}=n,c=nq(n,["value","children","sx","className"]);const d=D1(),{classNames:f,styles:h,unstyled:p}=lo(),{classes:g,cx:w}=JK({orientation:d.orientation,variant:d.variant,color:d.color,radius:d.radius,inverted:d.inverted,placement:d.placement},{name:"Tabs",unstyled:p,classNames:f,styles:h}),y=d.value===r,k=d.keepMounted||y?a:null;return A.createElement(rn,tq(eq({},c),{ref:t,sx:[{display:y?void 0:"none"},...kp(s)],className:w(g.panel,l),role:"tabpanel",id:d.getPanelId(r),"aria-labelledby":d.getTabId(r)}),k)});oW.displayName="@mantine/core/TabsPanel";var rq=Object.defineProperty,aq=Object.defineProperties,iq=Object.getOwnPropertyDescriptors,kM=Object.getOwnPropertySymbols,oq=Object.prototype.hasOwnProperty,sq=Object.prototype.propertyIsEnumerable,xM=(e,t,n)=>t in e?rq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,gc=(e,t)=>{for(var n in t||(t={}))oq.call(t,n)&&xM(e,n,t[n]);if(kM)for(var n of kM(t))sq.call(t,n)&&xM(e,n,t[n]);return e},PM=(e,t)=>aq(e,iq(t));function lq(e,{variant:t,orientation:n,color:r,radius:a,inverted:s,placement:l}){const c=n==="vertical",d=e.fn.variant({color:r,variant:"filled"}),f=e.fn.radius(a),h=n==="vertical"?l==="left"?`${f}px 0 0 ${f}px`:` 0 ${f}px ${f}px 0`:s?`0 0 ${f}px ${f}px`:`${f}px ${f}px 0 0`;return t==="default"?PM(gc({[c?l==="left"?"borderRight":"borderLeft":s?"borderTop":"borderBottom"]:"2px solid transparent",[c?l==="left"?"marginRight":"marginLeft":s?"marginTop":"marginBottom"]:-2,borderRadius:h},e.fn.hover({backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[0],borderColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3]})),{"&[data-active]":gc({borderColor:d.background,color:e.colorScheme==="dark"?e.white:e.black},e.fn.hover({borderColor:d.background}))}):t==="outline"?{borderRadius:h,border:"1px solid transparent",[c?l==="left"?"borderRight":"borderLeft":s?"borderTop":"borderBottom"]:"none","&[data-active]":{borderColor:e.colorScheme==="dark"?e.colors.dark[4]:e.colors.gray[3],"&::before":{content:'""',backgroundColor:e.colorScheme==="dark"?e.colors.dark[7]:e.white,position:"absolute",bottom:c?0:s?"unset":-1,top:c?0:s?-1:"unset",[c?"width":"height"]:1,right:c?l==="left"?-1:"unset":0,left:c?l==="left"?"unset":-1:0}}}:t==="pills"?PM(gc({borderRadius:e.fn.radius(a)},e.fn.hover({backgroundColor:e.colorScheme==="dark"?e.colors.dark[6]:e.colors.gray[0]})),{"&[data-active]":gc({backgroundColor:d.background,color:e.white},e.fn.hover({backgroundColor:d.background}))}):{}}var uq=It((e,t)=>({tabLabel:{},tab:gc({position:"relative",padding:`${e.spacing.xs}px ${e.spacing.md}px`,paddingLeft:t.withIcon?e.spacing.xs:void 0,paddingRight:t.withRightSection?e.spacing.xs:void 0,fontSize:e.fontSizes.sm,whiteSpace:"nowrap",zIndex:0,display:"flex",alignItems:"center",justifyContent:t.orientation==="horizontal"?"center":void 0,lineHeight:1,"&:disabled":gc({opacity:.5,cursor:"not-allowed"},e.fn.hover({backgroundColor:"transparent"})),"&:focus":{zIndex:1}},lq(e,t)),tabRightSection:{display:"flex",justifyContent:"center",alignItems:"center","&:not(:only-child)":{marginLeft:7}},tabIcon:{display:"flex",justifyContent:"center",alignItems:"center","&:not(:only-child)":{marginRight:7}}}));const cq=uq;var dq=Object.defineProperty,fq=Object.defineProperties,hq=Object.getOwnPropertyDescriptors,kg=Object.getOwnPropertySymbols,sW=Object.prototype.hasOwnProperty,lW=Object.prototype.propertyIsEnumerable,MM=(e,t,n)=>t in e?dq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,mq=(e,t)=>{for(var n in t||(t={}))sW.call(t,n)&&MM(e,n,t[n]);if(kg)for(var n of kg(t))lW.call(t,n)&&MM(e,n,t[n]);return e},pq=(e,t)=>fq(e,hq(t)),gq=(e,t)=>{var n={};for(var r in e)sW.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&kg)for(var r of kg(e))t.indexOf(r)<0&&lW.call(e,r)&&(n[r]=e[r]);return n};const uW=T.exports.forwardRef((e,t)=>{var n=e,{value:r,children:a,onKeyDown:s,onClick:l,className:c,icon:d,rightSection:f,color:h}=n,p=gq(n,["value","children","onKeyDown","onClick","className","icon","rightSection","color"]);const g=D1(),{classNames:w,styles:y,unstyled:k}=lo(),M=!!d,W=!!f,{theme:z,classes:N,cx:B}=cq({withIcon:M||W&&!a,withRightSection:W||M&&!a,orientation:g.orientation,color:h||g.color,variant:g.variant,radius:g.radius,inverted:g.inverted,placement:g.placement},{name:"Tabs",unstyled:k,classNames:w,styles:y}),H=r===g.value,U=$=>{g.onTabChange(g.allowTabDeactivation&&r===g.value?null:r),l==null||l($)};return A.createElement(sv,pq(mq({},p),{unstyled:k,className:B(N.tab,c),"data-active":H||void 0,ref:t,type:"button",role:"tab",id:g.getTabId(r),"aria-selected":H,tabIndex:H||g.value===null?0:-1,"aria-controls":g.getPanelId(r),onClick:U,onKeyDown:m1({siblingSelector:'[role="tab"]',parentSelector:'[role="tablist"]',activateOnFocus:g.activateTabWithKeyboard,loop:g.loop,dir:z.dir,orientation:g.orientation,onKeyDown:s})}),d&&A.createElement("div",{className:N.tabIcon},d),a&&A.createElement("div",{className:N.tabLabel},a),f&&A.createElement("div",{className:N.tabRightSection},f))});uW.displayName="@mantine/core/Tab";function cW({defaultValue:e,value:t,onTabChange:n,orientation:r,children:a,loop:s,id:l,activateTabWithKeyboard:c,allowTabDeactivation:d,variant:f,color:h,radius:p,inverted:g,placement:w,keepMounted:y=!0}){const k=iv(l),[M,W]=Fc({value:t,defaultValue:e,finalValue:null,onChange:n});return A.createElement(_K,{value:{placement:w,value:M,orientation:r,id:k,loop:s,activateTabWithKeyboard:c,getTabId:xp(`${k}-tab`,Zy.value),getPanelId:xp(`${k}-panel`,Zy.value),onTabChange:W,allowTabDeactivation:d,variant:f,color:h,radius:p,inverted:g,keepMounted:y}},a)}cW.displayName="@mantine/core/TabsProvider";var vq=It((e,{orientation:t,placement:n})=>({root:{display:t==="vertical"?"flex":void 0,flexDirection:n==="right"?"row-reverse":"row"}}));const bq=vq;var yq=Object.defineProperty,wq=Object.defineProperties,kq=Object.getOwnPropertyDescriptors,xg=Object.getOwnPropertySymbols,dW=Object.prototype.hasOwnProperty,fW=Object.prototype.propertyIsEnumerable,AM=(e,t,n)=>t in e?yq(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,xq=(e,t)=>{for(var n in t||(t={}))dW.call(t,n)&&AM(e,n,t[n]);if(xg)for(var n of xg(t))fW.call(t,n)&&AM(e,n,t[n]);return e},Pq=(e,t)=>wq(e,kq(t)),Mq=(e,t)=>{var n={};for(var r in e)dW.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&xg)for(var r of xg(e))t.indexOf(r)<0&&fW.call(e,r)&&(n[r]=e[r]);return n};const Aq={orientation:"horizontal",loop:!0,activateTabWithKeyboard:!0,allowTabDeactivation:!1,unstyled:!1,inverted:!1,variant:"default",placement:"left"},tl=T.exports.forwardRef((e,t)=>{const n=gn("Tabs",Aq,e),{defaultValue:r,value:a,orientation:s,loop:l,activateTabWithKeyboard:c,allowTabDeactivation:d,children:f,id:h,onTabChange:p,variant:g,color:w,className:y,unstyled:k,classNames:M,styles:W,radius:z,inverted:N,keepMounted:B,placement:H}=n,U=Mq(n,["defaultValue","value","orientation","loop","activateTabWithKeyboard","allowTabDeactivation","children","id","onTabChange","variant","color","className","unstyled","classNames","styles","radius","inverted","keepMounted","placement"]),{classes:$,cx:Q}=bq({orientation:s,color:w,variant:g,radius:z,inverted:N,placement:H},{unstyled:k,name:"Tabs",classNames:M,styles:W});return A.createElement(w1,{classNames:M,styles:W,unstyled:k},A.createElement(cW,{activateTabWithKeyboard:c,defaultValue:r,orientation:s,onTabChange:p,value:a,id:h,loop:l,allowTabDeactivation:d,color:w,variant:g,radius:z,inverted:N,keepMounted:B,placement:H},A.createElement(rn,Pq(xq({},U),{className:Q($.root,y),id:h,ref:t}),f)))});tl.List=rW;tl.Tab=uW;tl.Panel=oW;tl.displayName="@mantine/core/Tabs";var hW={exports:{}};(function(e,t){(function(n,r){e.exports=r()})(Xo,function(){for(var n=function(v,x,j){return x===void 0&&(x=0),j===void 0&&(j=1),vj?j:v},r=n,a=function(v){v._clipped=!1,v._unclipped=v.slice(0);for(var x=0;x<=3;x++)x<3?((v[x]<0||v[x]>255)&&(v._clipped=!0),v[x]=r(v[x],0,255)):x===3&&(v[x]=r(v[x],0,1));return v},s={},l=0,c=["Boolean","Number","String","Function","Array","Date","RegExp","Undefined","Null"];l=3?Array.prototype.slice.call(v):h(v[0])=="object"&&x?x.split("").filter(function(j){return v[0][j]!==void 0}).map(function(j){return v[0][j]}):v[0]},g=f,w=function(v){if(v.length<2)return null;var x=v.length-1;return g(v[x])=="string"?v[x].toLowerCase():null},y=Math.PI,k={clip_rgb:a,limit:n,type:f,unpack:p,last:w,PI:y,TWOPI:y*2,PITHIRD:y/3,DEG2RAD:y/180,RAD2DEG:180/y},M={format:{},autodetect:[]},W=k.last,z=k.clip_rgb,N=k.type,B=M,H=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=this;if(N(v[0])==="object"&&v[0].constructor&&v[0].constructor===this.constructor)return v[0];var I=W(v),Y=!1;if(!I){Y=!0,B.sorted||(B.autodetect=B.autodetect.sort(function(he,ke){return ke.p-he.p}),B.sorted=!0);for(var V=0,X=B.autodetect;V4?v[4]:1;return V===1?[0,0,0,X]:[j>=1?0:255*(1-j)*(1-V),I>=1?0:255*(1-I)*(1-V),Y>=1?0:255*(1-Y)*(1-V),X]},Ge=$e,je=Q,G=U,oe=M,Ie=k.unpack,Oe=k.type,fe=Pe;G.prototype.cmyk=function(){return fe(this._rgb)},je.cmyk=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(G,[null].concat(v,["cmyk"])))},oe.format.cmyk=Ge,oe.autodetect.push({p:2,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=Ie(v,"cmyk"),Oe(v)==="array"&&v.length===4)return"cmyk"}});var xe=k.unpack,ue=k.last,Ze=function(v){return Math.round(v*100)/100},ie=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=xe(v,"hsla"),I=ue(v)||"lsa";return j[0]=Ze(j[0]||0),j[1]=Ze(j[1]*100)+"%",j[2]=Ze(j[2]*100)+"%",I==="hsla"||j.length>3&&j[3]<1?(j[3]=j.length>3?j[3]:1,I="hsla"):j.length=3,I+"("+j.join(",")+")"},we=ie,Ce=k.unpack,Fe=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];v=Ce(v,"rgba");var j=v[0],I=v[1],Y=v[2];j/=255,I/=255,Y/=255;var V=Math.min(j,I,Y),X=Math.max(j,I,Y),ee=(X+V)/2,re,he;return X===V?(re=0,he=Number.NaN):re=ee<.5?(X-V)/(X+V):(X-V)/(2-X-V),j==X?he=(I-Y)/(X-V):I==X?he=2+(Y-j)/(X-V):Y==X&&(he=4+(j-I)/(X-V)),he*=60,he<0&&(he+=360),v.length>3&&v[3]!==void 0?[he,re,ee,v[3]]:[he,re,ee]},at=Fe,Dt=k.unpack,it=k.last,L=we,K=at,le=Math.round,se=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=Dt(v,"rgba"),I=it(v)||"rgb";return I.substr(0,3)=="hsl"?L(K(j),I):(j[0]=le(j[0]),j[1]=le(j[1]),j[2]=le(j[2]),(I==="rgba"||j.length>3&&j[3]<1)&&(j[3]=j.length>3?j[3]:1,I="rgba"),I+"("+j.slice(0,I==="rgb"?3:4).join(",")+")")},ge=se,Ee=k.unpack,_e=Math.round,ze=function(){for(var v,x=[],j=arguments.length;j--;)x[j]=arguments[j];x=Ee(x,"hsl");var I=x[0],Y=x[1],V=x[2],X,ee,re;if(Y===0)X=ee=re=V*255;else{var he=[0,0,0],ke=[0,0,0],Be=V<.5?V*(1+Y):V+Y-V*Y,Me=2*V-Be,Ve=I/360;he[0]=Ve+1/3,he[1]=Ve,he[2]=Ve-1/3;for(var Je=0;Je<3;Je++)he[Je]<0&&(he[Je]+=1),he[Je]>1&&(he[Je]-=1),6*he[Je]<1?ke[Je]=Me+(Be-Me)*6*he[Je]:2*he[Je]<1?ke[Je]=Be:3*he[Je]<2?ke[Je]=Me+(Be-Me)*(2/3-he[Je])*6:ke[Je]=Me;v=[_e(ke[0]*255),_e(ke[1]*255),_e(ke[2]*255)],X=v[0],ee=v[1],re=v[2]}return x.length>3?[X,ee,re,x[3]]:[X,ee,re,1]},Ne=ze,be=Ne,Qe=M,He=/^rgb\(\s*(-?\d+),\s*(-?\d+)\s*,\s*(-?\d+)\s*\)$/,Ye=/^rgba\(\s*(-?\d+),\s*(-?\d+)\s*,\s*(-?\d+)\s*,\s*([01]|[01]?\.\d+)\)$/,nt=/^rgb\(\s*(-?\d+(?:\.\d+)?)%,\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*\)$/,ut=/^rgba\(\s*(-?\d+(?:\.\d+)?)%,\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)$/,jt=/^hsl\(\s*(-?\d+(?:\.\d+)?),\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*\)$/,kt=/^hsla\(\s*(-?\d+(?:\.\d+)?),\s*(-?\d+(?:\.\d+)?)%\s*,\s*(-?\d+(?:\.\d+)?)%\s*,\s*([01]|[01]?\.\d+)\)$/,Qt=Math.round,Sn=function(v){v=v.toLowerCase().trim();var x;if(Qe.format.named)try{return Qe.format.named(v)}catch{}if(x=v.match(He)){for(var j=x.slice(1,4),I=0;I<3;I++)j[I]=+j[I];return j[3]=1,j}if(x=v.match(Ye)){for(var Y=x.slice(1,5),V=0;V<4;V++)Y[V]=+Y[V];return Y}if(x=v.match(nt)){for(var X=x.slice(1,4),ee=0;ee<3;ee++)X[ee]=Qt(X[ee]*2.55);return X[3]=1,X}if(x=v.match(ut)){for(var re=x.slice(1,5),he=0;he<3;he++)re[he]=Qt(re[he]*2.55);return re[3]=+re[3],re}if(x=v.match(jt)){var ke=x.slice(1,4);ke[1]*=.01,ke[2]*=.01;var Be=be(ke);return Be[3]=1,Be}if(x=v.match(kt)){var Me=x.slice(1,4);Me[1]*=.01,Me[2]*=.01;var Ve=be(Me);return Ve[3]=+x[4],Ve}};Sn.test=function(v){return He.test(v)||Ye.test(v)||nt.test(v)||ut.test(v)||jt.test(v)||kt.test(v)};var nr=Sn,ba=Q,rr=U,Mr=M,Cn=k.type,cn=ge,In=nr;rr.prototype.css=function(v){return cn(this._rgb,v)},ba.css=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(rr,[null].concat(v,["css"])))},Mr.format.css=In,Mr.autodetect.push({p:5,test:function(v){for(var x=[],j=arguments.length-1;j-- >0;)x[j]=arguments[j+1];if(!x.length&&Cn(v)==="string"&&In.test(v))return"css"}});var ya=U,Va=Q,ki=M,xi=k.unpack;ki.format.gl=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=xi(v,"rgba");return j[0]*=255,j[1]*=255,j[2]*=255,j},Va.gl=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(ya,[null].concat(v,["gl"])))},ya.prototype.gl=function(){var v=this._rgb;return[v[0]/255,v[1]/255,v[2]/255,v[3]]};var ar=k.unpack,uo=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=ar(v,"rgb"),I=j[0],Y=j[1],V=j[2],X=Math.min(I,Y,V),ee=Math.max(I,Y,V),re=ee-X,he=re*100/255,ke=X/(255-re)*100,Be;return re===0?Be=Number.NaN:(I===ee&&(Be=(Y-V)/re),Y===ee&&(Be=2+(V-I)/re),V===ee&&(Be=4+(I-Y)/re),Be*=60,Be<0&&(Be+=360)),[Be,he,ke]},Ar=uo,co=k.unpack,wa=Math.floor,ka=function(){for(var v,x,j,I,Y,V,X=[],ee=arguments.length;ee--;)X[ee]=arguments[ee];X=co(X,"hcg");var re=X[0],he=X[1],ke=X[2],Be,Me,Ve;ke=ke*255;var Je=he*255;if(he===0)Be=Me=Ve=ke;else{re===360&&(re=0),re>360&&(re-=360),re<0&&(re+=360),re/=60;var xt=wa(re),Mt=re-xt,zt=ke*(1-he),Ft=zt+Je*(1-Mt),Gn=zt+Je*Mt,On=zt+Je;switch(xt){case 0:v=[On,Gn,zt],Be=v[0],Me=v[1],Ve=v[2];break;case 1:x=[Ft,On,zt],Be=x[0],Me=x[1],Ve=x[2];break;case 2:j=[zt,On,Gn],Be=j[0],Me=j[1],Ve=j[2];break;case 3:I=[zt,Ft,On],Be=I[0],Me=I[1],Ve=I[2];break;case 4:Y=[Gn,zt,On],Be=Y[0],Me=Y[1],Ve=Y[2];break;case 5:V=[On,zt,Ft],Be=V[0],Me=V[1],Ve=V[2];break}}return[Be,Me,Ve,X.length>3?X[3]:1]},fo=ka,ho=k.unpack,En=k.type,mo=Q,po=U,Pi=M,ls=Ar;po.prototype.hcg=function(){return ls(this._rgb)},mo.hcg=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(po,[null].concat(v,["hcg"])))},Pi.format.hcg=fo,Pi.autodetect.push({p:1,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=ho(v,"hcg"),En(v)==="array"&&v.length===3)return"hcg"}});var sa=k.unpack,Wn=k.last,xa=Math.round,pl=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=sa(v,"rgba"),I=j[0],Y=j[1],V=j[2],X=j[3],ee=Wn(v)||"auto";X===void 0&&(X=1),ee==="auto"&&(ee=X<1?"rgba":"rgb"),I=xa(I),Y=xa(Y),V=xa(V);var re=I<<16|Y<<8|V,he="000000"+re.toString(16);he=he.substr(he.length-6);var ke="0"+xa(X*255).toString(16);switch(ke=ke.substr(ke.length-2),ee.toLowerCase()){case"rgba":return"#"+he+ke;case"argb":return"#"+ke+he;default:return"#"+he}},Pa=pl,go=/^#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/,Ja=/^#?([A-Fa-f0-9]{8}|[A-Fa-f0-9]{4})$/,ir=function(v){if(v.match(go)){(v.length===4||v.length===7)&&(v=v.substr(1)),v.length===3&&(v=v.split(""),v=v[0]+v[0]+v[1]+v[1]+v[2]+v[2]);var x=parseInt(v,16),j=x>>16,I=x>>8&255,Y=x&255;return[j,I,Y,1]}if(v.match(Ja)){(v.length===5||v.length===9)&&(v=v.substr(1)),v.length===4&&(v=v.split(""),v=v[0]+v[0]+v[1]+v[1]+v[2]+v[2]+v[3]+v[3]);var V=parseInt(v,16),X=V>>24&255,ee=V>>16&255,re=V>>8&255,he=Math.round((V&255)/255*100)/100;return[X,ee,re,he]}throw new Error("unknown hex color: "+v)},Ma=ir,Mi=Q,Qa=U,vo=k.type,us=M,Aa=Pa;Qa.prototype.hex=function(v){return Aa(this._rgb,v)},Mi.hex=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(Qa,[null].concat(v,["hex"])))},us.format.hex=Ma,us.autodetect.push({p:4,test:function(v){for(var x=[],j=arguments.length-1;j-- >0;)x[j]=arguments[j+1];if(!x.length&&vo(v)==="string"&&[3,4,5,6,7,8,9].indexOf(v.length)>=0)return"hex"}});var bo=k.unpack,Gr=k.TWOPI,$a=Math.min,Ai=Math.sqrt,gl=Math.acos,Za=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=bo(v,"rgb"),I=j[0],Y=j[1],V=j[2];I/=255,Y/=255,V/=255;var X,ee=$a(I,Y,V),re=(I+Y+V)/3,he=re>0?1-ee/re:0;return he===0?X=NaN:(X=(I-Y+(I-V))/2,X/=Ai((I-Y)*(I-Y)+(I-V)*(Y-V)),X=gl(X),V>Y&&(X=Gr-X),X/=Gr),[X*360,he,re]},Si=Za,ei=k.unpack,ti=k.limit,Sr=k.TWOPI,ni=k.PITHIRD,Yr=Math.cos,hr=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];v=ei(v,"hsi");var j=v[0],I=v[1],Y=v[2],V,X,ee;return isNaN(j)&&(j=0),isNaN(I)&&(I=0),j>360&&(j-=360),j<0&&(j+=360),j/=360,j<1/3?(ee=(1-I)/3,V=(1+I*Yr(Sr*j)/Yr(ni-Sr*j))/3,X=1-(ee+V)):j<2/3?(j-=1/3,V=(1-I)/3,X=(1+I*Yr(Sr*j)/Yr(ni-Sr*j))/3,ee=1-(V+X)):(j-=2/3,X=(1-I)/3,ee=(1+I*Yr(Sr*j)/Yr(ni-Sr*j))/3,V=1-(X+ee)),V=ti(Y*V*3),X=ti(Y*X*3),ee=ti(Y*ee*3),[V*255,X*255,ee*255,v.length>3?v[3]:1]},Kr=hr,qr=k.unpack,Vr=k.type,la=Q,Sa=U,Ca=M,cs=Si;Sa.prototype.hsi=function(){return cs(this._rgb)},la.hsi=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(Sa,[null].concat(v,["hsi"])))},Ca.format.hsi=Kr,Ca.autodetect.push({p:2,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=qr(v,"hsi"),Vr(v)==="array"&&v.length===3)return"hsi"}});var yo=k.unpack,ri=k.type,ua=Q,ds=U,wo=M,ai=at;ds.prototype.hsl=function(){return ai(this._rgb)},ua.hsl=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(ds,[null].concat(v,["hsl"])))},wo.format.hsl=Ne,wo.autodetect.push({p:2,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=yo(v,"hsl"),ri(v)==="array"&&v.length===3)return"hsl"}});var fs=k.unpack,Ci=Math.min,mr=Math.max,Ei=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];v=fs(v,"rgb");var j=v[0],I=v[1],Y=v[2],V=Ci(j,I,Y),X=mr(j,I,Y),ee=X-V,re,he,ke;return ke=X/255,X===0?(re=Number.NaN,he=0):(he=ee/X,j===X&&(re=(I-Y)/ee),I===X&&(re=2+(Y-j)/ee),Y===X&&(re=4+(j-I)/ee),re*=60,re<0&&(re+=360)),[re,he,ke]},pr=Ei,Ea=k.unpack,ko=Math.floor,Wi=function(){for(var v,x,j,I,Y,V,X=[],ee=arguments.length;ee--;)X[ee]=arguments[ee];X=Ea(X,"hsv");var re=X[0],he=X[1],ke=X[2],Be,Me,Ve;if(ke*=255,he===0)Be=Me=Ve=ke;else{re===360&&(re=0),re>360&&(re-=360),re<0&&(re+=360),re/=60;var Je=ko(re),xt=re-Je,Mt=ke*(1-he),zt=ke*(1-he*xt),Ft=ke*(1-he*(1-xt));switch(Je){case 0:v=[ke,Ft,Mt],Be=v[0],Me=v[1],Ve=v[2];break;case 1:x=[zt,ke,Mt],Be=x[0],Me=x[1],Ve=x[2];break;case 2:j=[Mt,ke,Ft],Be=j[0],Me=j[1],Ve=j[2];break;case 3:I=[Mt,zt,ke],Be=I[0],Me=I[1],Ve=I[2];break;case 4:Y=[Ft,Mt,ke],Be=Y[0],Me=Y[1],Ve=Y[2];break;case 5:V=[ke,Mt,zt],Be=V[0],Me=V[1],Ve=V[2];break}}return[Be,Me,Ve,X.length>3?X[3]:1]},ji=Wi,hs=k.unpack,ms=k.type,Wa=Q,or=U,ii=M,ja=pr;or.prototype.hsv=function(){return ja(this._rgb)},Wa.hsv=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(or,[null].concat(v,["hsv"])))},ii.format.hsv=ji,ii.autodetect.push({p:2,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=hs(v,"hsv"),ms(v)==="array"&&v.length===3)return"hsv"}});var Oi={Kn:18,Xn:.95047,Yn:1,Zn:1.08883,t0:.137931034,t1:.206896552,t2:.12841855,t3:.008856452},sr=Oi,Ti=k.unpack,Ht=Math.pow,Jn=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=Ti(v,"rgb"),I=j[0],Y=j[1],V=j[2],X=Cr(I,Y,V),ee=X[0],re=X[1],he=X[2],ke=116*re-16;return[ke<0?0:ke,500*(ee-re),200*(re-he)]},Jr=function(v){return(v/=255)<=.04045?v/12.92:Ht((v+.055)/1.055,2.4)},xo=function(v){return v>sr.t3?Ht(v,1/3):v/sr.t2+sr.t0},Cr=function(v,x,j){v=Jr(v),x=Jr(x),j=Jr(j);var I=xo((.4124564*v+.3575761*x+.1804375*j)/sr.Xn),Y=xo((.2126729*v+.7151522*x+.072175*j)/sr.Yn),V=xo((.0193339*v+.119192*x+.9503041*j)/sr.Zn);return[I,Y,V]},Po=Jn,Qn=Oi,Oa=k.unpack,Mo=Math.pow,_=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];v=Oa(v,"lab");var j=v[0],I=v[1],Y=v[2],V,X,ee,re,he,ke;return X=(j+16)/116,V=isNaN(I)?X:X+I/500,ee=isNaN(Y)?X:X-Y/200,X=Qn.Yn*E(X),V=Qn.Xn*E(V),ee=Qn.Zn*E(ee),re=ae(3.2404542*V-1.5371385*X-.4985314*ee),he=ae(-.969266*V+1.8760108*X+.041556*ee),ke=ae(.0556434*V-.2040259*X+1.0572252*ee),[re,he,ke,v.length>3?v[3]:1]},ae=function(v){return 255*(v<=.00304?12.92*v:1.055*Mo(v,1/2.4)-.055)},E=function(v){return v>Qn.t1?v*v*v:Qn.t2*(v-Qn.t0)},F=_,te=k.unpack,De=k.type,st=Q,ct=U,$t=M,pt=Po;ct.prototype.lab=function(){return pt(this._rgb)},st.lab=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(ct,[null].concat(v,["lab"])))},$t.format.lab=F,$t.autodetect.push({p:2,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=te(v,"lab"),De(v)==="array"&&v.length===3)return"lab"}});var Gt=k.unpack,Nn=k.RAD2DEG,dn=Math.sqrt,Er=Math.atan2,Wr=Math.round,ps=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=Gt(v,"lab"),I=j[0],Y=j[1],V=j[2],X=dn(Y*Y+V*V),ee=(Er(V,Y)*Nn+360)%360;return Wr(X*1e4)===0&&(ee=Number.NaN),[I,X,ee]},zi=ps,Cu=k.unpack,oh=Po,jr=zi,gs=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=Cu(v,"rgb"),I=j[0],Y=j[1],V=j[2],X=oh(I,Y,V),ee=X[0],re=X[1],he=X[2];return jr(ee,re,he)},Kc=gs,vl=k.unpack,yv=k.DEG2RAD,qc=Math.sin,Vc=Math.cos,bl=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=vl(v,"lch"),I=j[0],Y=j[1],V=j[2];return isNaN(V)&&(V=0),V=V*yv,[I,Vc(V)*Y,qc(V)*Y]},yl=bl,sh=k.unpack,wv=yl,kv=F,xv=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];v=sh(v,"lch");var j=v[0],I=v[1],Y=v[2],V=wv(j,I,Y),X=V[0],ee=V[1],re=V[2],he=kv(X,ee,re),ke=he[0],Be=he[1],Me=he[2];return[ke,Be,Me,v.length>3?v[3]:1]},Eu=xv,Pv=k.unpack,Mv=Eu,Av=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=Pv(v,"hcl").reverse();return Mv.apply(void 0,j)},Sv=Av,Cv=k.unpack,lh=k.type,uh=Q,Wu=U,Jc=M,ch=Kc;Wu.prototype.lch=function(){return ch(this._rgb)},Wu.prototype.hcl=function(){return ch(this._rgb).reverse()},uh.lch=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(Wu,[null].concat(v,["lch"])))},uh.hcl=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(Wu,[null].concat(v,["hcl"])))},Jc.format.lch=Eu,Jc.format.hcl=Sv,["lch","hcl"].forEach(function(v){return Jc.autodetect.push({p:2,test:function(){for(var x=[],j=arguments.length;j--;)x[j]=arguments[j];if(x=Cv(x,v),lh(x)==="array"&&x.length===3)return v}})});var Qc={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflower:"#6495ed",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",laserlemon:"#ffff54",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrod:"#fafad2",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",maroon2:"#7f0000",maroon3:"#b03060",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",purple2:"#7f007f",purple3:"#a020f0",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"},dh=Qc,Ev=U,fh=M,hh=k.type,wl=dh,Wv=Ma,jv=Pa;Ev.prototype.name=function(){for(var v=jv(this._rgb,"rgb"),x=0,j=Object.keys(wl);x0;)x[j]=arguments[j+1];if(!x.length&&hh(v)==="string"&&wl[v.toLowerCase()])return"named"}});var Ov=k.unpack,Tv=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=Ov(v,"rgb"),I=j[0],Y=j[1],V=j[2];return(I<<16)+(Y<<8)+V},zv=Tv,Nv=k.type,$c=function(v){if(Nv(v)=="number"&&v>=0&&v<=16777215){var x=v>>16,j=v>>8&255,I=v&255;return[x,j,I,1]}throw new Error("unknown num color: "+v)},kl=$c,_v=Q,Zc=U,ed=M,mh=k.type,ph=zv;Zc.prototype.num=function(){return ph(this._rgb)},_v.num=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(Zc,[null].concat(v,["num"])))},ed.format.num=kl,ed.autodetect.push({p:5,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v.length===1&&mh(v[0])==="number"&&v[0]>=0&&v[0]<=16777215)return"num"}});var gh=Q,Ni=U,vh=M,bh=k.unpack,yh=k.type,td=Math.round;Ni.prototype.rgb=function(v){return v===void 0&&(v=!0),v===!1?this._rgb.slice(0,3):this._rgb.slice(0,3).map(td)},Ni.prototype.rgba=function(v){return v===void 0&&(v=!0),this._rgb.slice(0,4).map(function(x,j){return j<3?v===!1?x:td(x):x})},gh.rgb=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(Ni,[null].concat(v,["rgb"])))},vh.format.rgb=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=bh(v,"rgba");return j[3]===void 0&&(j[3]=1),j},vh.autodetect.push({p:3,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=bh(v,"rgba"),yh(v)==="array"&&(v.length===3||v.length===4&&yh(v[3])=="number"&&v[3]>=0&&v[3]<=1))return"rgb"}});var xl=Math.log,Pl=function(v){var x=v/100,j,I,Y;return x<66?(j=255,I=x<6?0:-155.25485562709179-.44596950469579133*(I=x-2)+104.49216199393888*xl(I),Y=x<20?0:-254.76935184120902+.8274096064007395*(Y=x-10)+115.67994401066147*xl(Y)):(j=351.97690566805693+.114206453784165*(j=x-55)-40.25366309332127*xl(j),I=325.4494125711974+.07943456536662342*(I=x-50)-28.0852963507957*xl(I),Y=255),[j,I,Y,1]},vs=Pl,Rv=vs,ju=k.unpack,Iv=Math.round,wh=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];for(var j=ju(v,"rgb"),I=j[0],Y=j[2],V=1e3,X=4e4,ee=.4,re;X-V>ee;){re=(X+V)*.5;var he=Rv(re);he[2]/he[0]>=Y/I?X=re:V=re}return Iv(re)},nd=wh,Ml=Q,Al=U,Ou=M,kh=nd;Al.prototype.temp=Al.prototype.kelvin=Al.prototype.temperature=function(){return kh(this._rgb)},Ml.temp=Ml.kelvin=Ml.temperature=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(Al,[null].concat(v,["temp"])))},Ou.format.temp=Ou.format.kelvin=Ou.format.temperature=vs;var Dv=k.unpack,rd=Math.cbrt,Lv=Math.pow,Hv=Math.sign,Fv=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=Dv(v,"rgb"),I=j[0],Y=j[1],V=j[2],X=[ad(I/255),ad(Y/255),ad(V/255)],ee=X[0],re=X[1],he=X[2],ke=rd(.4122214708*ee+.5363325363*re+.0514459929*he),Be=rd(.2119034982*ee+.6806995451*re+.1073969566*he),Me=rd(.0883024619*ee+.2817188376*re+.6299787005*he);return[.2104542553*ke+.793617785*Be-.0040720468*Me,1.9779984951*ke-2.428592205*Be+.4505937099*Me,.0259040371*ke+.7827717662*Be-.808675766*Me]},Or=Fv;function ad(v){var x=Math.abs(v);return x<.04045?v/12.92:(Hv(v)||1)*Lv((x+.055)/1.055,2.4)}var Sl=k.unpack,Cl=Math.pow,xh=Math.sign,Ph=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];v=Sl(v,"lab");var j=v[0],I=v[1],Y=v[2],V=Cl(j+.3963377774*I+.2158037573*Y,3),X=Cl(j-.1055613458*I-.0638541728*Y,3),ee=Cl(j-.0894841775*I-1.291485548*Y,3);return[255*El(4.0767416621*V-3.3077115913*X+.2309699292*ee),255*El(-1.2684380046*V+2.6097574011*X-.3413193965*ee),255*El(-.0041960863*V-.7034186147*X+1.707614701*ee),v.length>3?v[3]:1]},id=Ph;function El(v){var x=Math.abs(v);return x>.0031308?(xh(v)||1)*(1.055*Cl(x,1/2.4)-.055):v*12.92}var Bv=k.unpack,bs=k.type,od=Q,ys=U,Tu=M,Mh=Or;ys.prototype.oklab=function(){return Mh(this._rgb)},od.oklab=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(ys,[null].concat(v,["oklab"])))},Tu.format.oklab=id,Tu.autodetect.push({p:3,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=Bv(v,"oklab"),bs(v)==="array"&&v.length===3)return"oklab"}});var Ah=k.unpack,sd=Or,Wl=zi,Sh=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];var j=Ah(v,"rgb"),I=j[0],Y=j[1],V=j[2],X=sd(I,Y,V),ee=X[0],re=X[1],he=X[2];return Wl(ee,re,he)},Ch=Sh,Eh=k.unpack,fn=yl,Wh=id,jh=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];v=Eh(v,"lch");var j=v[0],I=v[1],Y=v[2],V=fn(j,I,Y),X=V[0],ee=V[1],re=V[2],he=Wh(X,ee,re),ke=he[0],Be=he[1],Me=he[2];return[ke,Be,Me,v.length>3?v[3]:1]},Oh=jh,Th=k.unpack,zh=k.type,jl=Q,Ol=U,Ao=M,Nh=Ch;Ol.prototype.oklch=function(){return Nh(this._rgb)},jl.oklch=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];return new(Function.prototype.bind.apply(Ol,[null].concat(v,["oklch"])))},Ao.format.oklch=Oh,Ao.autodetect.push({p:3,test:function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];if(v=Th(v,"oklch"),zh(v)==="array"&&v.length===3)return"oklch"}});var Tl=U,ld=k.type;Tl.prototype.alpha=function(v,x){return x===void 0&&(x=!1),v!==void 0&&ld(v)==="number"?x?(this._rgb[3]=v,this):new Tl([this._rgb[0],this._rgb[1],this._rgb[2],v],"rgb"):this._rgb[3]};var ud=U;ud.prototype.clipped=function(){return this._rgb._clipped||!1};var _i=U,cd=Oi;_i.prototype.darken=function(v){v===void 0&&(v=1);var x=this,j=x.lab();return j[0]-=cd.Kn*v,new _i(j,"lab").alpha(x.alpha(),!0)},_i.prototype.brighten=function(v){return v===void 0&&(v=1),this.darken(-v)},_i.prototype.darker=_i.prototype.darken,_i.prototype.brighter=_i.prototype.brighten;var _h=U;_h.prototype.get=function(v){var x=v.split("."),j=x[0],I=x[1],Y=this[j]();if(I){var V=j.indexOf(I)-(j.substr(0,2)==="ok"?2:0);if(V>-1)return Y[V];throw new Error("unknown channel "+I+" in mode "+j)}else return Y};var ws=U,dd=k.type,ks=Math.pow,Rh=1e-7,fd=20;ws.prototype.luminance=function(v){if(v!==void 0&&dd(v)==="number"){if(v===0)return new ws([0,0,0,this._rgb[3]],"rgb");if(v===1)return new ws([255,255,255,this._rgb[3]],"rgb");var x=this.luminance(),j="rgb",I=fd,Y=function(X,ee){var re=X.interpolate(ee,.5,j),he=re.luminance();return Math.abs(v-he)v?Y(X,re):Y(re,ee)},V=(x>v?Y(new ws([0,0,0]),this):Y(this,new ws([255,255,255]))).rgb();return new ws(V.concat([this._rgb[3]]))}return Xv.apply(void 0,this._rgb.slice(0,3))};var Xv=function(v,x,j){return v=xs(v),x=xs(x),j=xs(j),.2126*v+.7152*x+.0722*j},xs=function(v){return v/=255,v<=.03928?v/12.92:ks((v+.055)/1.055,2.4)},jn={},zl=U,So=k.type,Nl=jn,Ri=function(v,x,j){j===void 0&&(j=.5);for(var I=[],Y=arguments.length-3;Y-- >0;)I[Y]=arguments[Y+3];var V=I[0]||"lrgb";if(!Nl[V]&&!I.length&&(V=Object.keys(Nl)[0]),!Nl[V])throw new Error("interpolation mode "+V+" is not defined");return So(v)!=="object"&&(v=new zl(v)),So(x)!=="object"&&(x=new zl(x)),Nl[V](v,x,j).alpha(v.alpha()+j*(x.alpha()-v.alpha()))},Ps=U,Ms=Ri;Ps.prototype.mix=Ps.prototype.interpolate=function(v,x){x===void 0&&(x=.5);for(var j=[],I=arguments.length-2;I-- >0;)j[I]=arguments[I+2];return Ms.apply(void 0,[this,v,x].concat(j))};var _l=U;_l.prototype.premultiply=function(v){v===void 0&&(v=!1);var x=this._rgb,j=x[3];return v?(this._rgb=[x[0]*j,x[1]*j,x[2]*j,j],this):new _l([x[0]*j,x[1]*j,x[2]*j,j],"rgb")};var zu=U,hd=Oi;zu.prototype.saturate=function(v){v===void 0&&(v=1);var x=this,j=x.lch();return j[1]+=hd.Kn*v,j[1]<0&&(j[1]=0),new zu(j,"lch").alpha(x.alpha(),!0)},zu.prototype.desaturate=function(v){return v===void 0&&(v=1),this.saturate(-v)};var Co=U,oi=k.type;Co.prototype.set=function(v,x,j){j===void 0&&(j=!1);var I=v.split("."),Y=I[0],V=I[1],X=this[Y]();if(V){var ee=Y.indexOf(V)-(Y.substr(0,2)==="ok"?2:0);if(ee>-1){if(oi(x)=="string")switch(x.charAt(0)){case"+":X[ee]+=+x;break;case"-":X[ee]+=+x;break;case"*":X[ee]*=+x.substr(1);break;case"/":X[ee]/=+x.substr(1);break;default:X[ee]=+x}else if(oi(x)==="number")X[ee]=x;else throw new Error("unsupported value for Color.set");var re=new Co(X,Y);return j?(this._rgb=re._rgb,this):re}throw new Error("unknown channel "+V+" in mode "+Y)}else return X};var hn=U,yn=function(v,x,j){var I=v._rgb,Y=x._rgb;return new hn(I[0]+j*(Y[0]-I[0]),I[1]+j*(Y[1]-I[1]),I[2]+j*(Y[2]-I[2]),"rgb")};jn.rgb=yn;var Ii=U,Dn=Math.sqrt,_n=Math.pow,Eo=function(v,x,j){var I=v._rgb,Y=I[0],V=I[1],X=I[2],ee=x._rgb,re=ee[0],he=ee[1],ke=ee[2];return new Ii(Dn(_n(Y,2)*(1-j)+_n(re,2)*j),Dn(_n(V,2)*(1-j)+_n(he,2)*j),Dn(_n(X,2)*(1-j)+_n(ke,2)*j),"rgb")};jn.lrgb=Eo;var As=U,gr=function(v,x,j){var I=v.lab(),Y=x.lab();return new As(I[0]+j*(Y[0]-I[0]),I[1]+j*(Y[1]-I[1]),I[2]+j*(Y[2]-I[2]),"lab")};jn.lab=gr;var Rl=U,Wo=function(v,x,j,I){var Y,V,X,ee;I==="hsl"?(X=v.hsl(),ee=x.hsl()):I==="hsv"?(X=v.hsv(),ee=x.hsv()):I==="hcg"?(X=v.hcg(),ee=x.hcg()):I==="hsi"?(X=v.hsi(),ee=x.hsi()):I==="lch"||I==="hcl"?(I="hcl",X=v.hcl(),ee=x.hcl()):I==="oklch"&&(X=v.oklch().reverse(),ee=x.oklch().reverse());var re,he,ke,Be,Me,Ve;(I.substr(0,1)==="h"||I==="oklch")&&(Y=X,re=Y[0],ke=Y[1],Me=Y[2],V=ee,he=V[0],Be=V[1],Ve=V[2]);var Je,xt,Mt,zt;return!isNaN(re)&&!isNaN(he)?(he>re&&he-re>180?zt=he-(re+360):he180?zt=he+360-re:zt=he-re,xt=re+j*zt):isNaN(re)?isNaN(he)?xt=Number.NaN:(xt=he,(Me==1||Me==0)&&I!="hsv"&&(Je=Be)):(xt=re,(Ve==1||Ve==0)&&I!="hsv"&&(Je=ke)),Je===void 0&&(Je=ke+j*(Be-ke)),Mt=Me+j*(Ve-Me),I==="oklch"?new Rl([Mt,Je,xt],I):new Rl([xt,Je,Mt],I)},Ih=Wo,Il=function(v,x,j){return Ih(v,x,j,"lch")};jn.lch=Il,jn.hcl=Il;var Dh=U,md=function(v,x,j){var I=v.num(),Y=x.num();return new Dh(I+j*(Y-I),"num")};jn.num=md;var jo=Wo,Uv=function(v,x,j){return jo(v,x,j,"hcg")};jn.hcg=Uv;var pd=Wo,gd=function(v,x,j){return pd(v,x,j,"hsi")};jn.hsi=gd;var Gv=Wo,Lh=function(v,x,j){return Gv(v,x,j,"hsl")};jn.hsl=Lh;var vd=Wo,Yv=function(v,x,j){return vd(v,x,j,"hsv")};jn.hsv=Yv;var Nu=U,Hh=function(v,x,j){var I=v.oklab(),Y=x.oklab();return new Nu(I[0]+j*(Y[0]-I[0]),I[1]+j*(Y[1]-I[1]),I[2]+j*(Y[2]-I[2]),"oklab")};jn.oklab=Hh;var Fh=Wo,Bh=function(v,x,j){return Fh(v,x,j,"oklch")};jn.oklch=Bh;var _u=U,bd=k.clip_rgb,yd=Math.pow,ca=Math.sqrt,Ss=Math.PI,Ru=Math.cos,wd=Math.sin,$n=Math.atan2,Cs=function(v,x,j){x===void 0&&(x="lrgb"),j===void 0&&(j=null);var I=v.length;j||(j=Array.from(new Array(I)).map(function(){return 1}));var Y=I/j.reduce(function(xt,Mt){return xt+Mt});if(j.forEach(function(xt,Mt){j[Mt]*=Y}),v=v.map(function(xt){return new _u(xt)}),x==="lrgb")return Xh(v,j);for(var V=v.shift(),X=V.get(x),ee=[],re=0,he=0,ke=0;ke=360;)Je-=360;X[Ve]=Je}else X[Ve]=X[Ve]/ee[Ve];return Me/=I,new _u(X,x).alpha(Me>.99999?1:Me,!0)},Xh=function(v,x){for(var j=v.length,I=[0,0,0,0],Y=0;Y.9999999&&(I[3]=1),new _u(bd(I))},Bn=Q,Ta=k.type,za=Math.pow,Iu=function(v){var x="rgb",j=Bn("#ccc"),I=0,Y=[0,1],V=[],X=[0,0],ee=!1,re=[],he=!1,ke=0,Be=1,Me=!1,Ve={},Je=!0,xt=1,Mt=function(We){if(We=We||["#fff","#000"],We&&Ta(We)==="string"&&Bn.brewer&&Bn.brewer[We.toLowerCase()]&&(We=Bn.brewer[We.toLowerCase()]),Ta(We)==="array"){We.length===1&&(We=[We[0],We[0]]),We=We.slice(0);for(var ot=0;ot=ee[At];)At++;return At-1}return 0},Ft=function(We){return We},Gn=function(We){return We},On=function(We,ot){var At,lt;if(ot==null&&(ot=!1),isNaN(We)||We===null)return j;if(ot)lt=We;else if(ee&&ee.length>2){var Zt=zt(We);lt=Zt/(ee.length-2)}else Be!==ke?lt=(We-ke)/(Be-ke):lt=1;lt=Gn(lt),ot||(lt=Ft(lt)),xt!==1&&(lt=za(lt,xt)),lt=X[0]+lt*(1-X[0]-X[1]),lt=Math.min(1,Math.max(0,lt));var ln=Math.floor(lt*1e4);if(Je&&Ve[ln])At=Ve[ln];else{if(Ta(re)==="array")for(var _t=0;_t=Yt&&_t===V.length-1){At=re[_t];break}if(lt>Yt&<2){var _t=We.map(function(Bt,en){return en/(We.length-1)}),Yt=We.map(function(Bt){return(Bt-ke)/(Be-ke)});Yt.every(function(Bt,en){return _t[en]===Bt})||(Gn=function(Bt){if(Bt<=0||Bt>=1)return Bt;for(var en=0;Bt>=Yt[en+1];)en++;var Nr=(Bt-Yt[en])/(Yt[en+1]-Yt[en]),li=_t[en]+Nr*(_t[en+1]-_t[en]);return li})}}return Y=[ke,Be],Nt},Nt.mode=function(We){return arguments.length?(x=We,Yn(),Nt):x},Nt.range=function(We,ot){return Mt(We),Nt},Nt.out=function(We){return he=We,Nt},Nt.spread=function(We){return arguments.length?(I=We,Nt):I},Nt.correctLightness=function(We){return We==null&&(We=!0),Me=We,Yn(),Me?Ft=function(ot){for(var At=On(0,!0).lab()[0],lt=On(1,!0).lab()[0],Zt=At>lt,ln=On(ot,!0).lab()[0],_t=At+(lt-At)*ot,Yt=ln-_t,Bt=0,en=1,Nr=20;Math.abs(Yt)>.01&&Nr-- >0;)(function(){return Zt&&(Yt*=-1),Yt<0?(Bt=ot,ot+=(en-ot)*.5):(en=ot,ot+=(Bt-ot)*.5),ln=On(ot,!0).lab()[0],Yt=ln-_t})();return ot}:Ft=function(ot){return ot},Nt},Nt.padding=function(We){return We!=null?(Ta(We)==="number"&&(We=[We,We]),X=We,Nt):X},Nt.colors=function(We,ot){arguments.length<2&&(ot="hex");var At=[];if(arguments.length===0)At=re.slice(0);else if(We===1)At=[Nt(.5)];else if(We>1){var lt=Y[0],Zt=Y[1]-lt;At=Kv(0,We,!1).map(function(en){return Nt(lt+en/(We-1)*Zt)})}else{v=[];var ln=[];if(ee&&ee.length>2)for(var _t=1,Yt=ee.length,Bt=1<=Yt;Bt?_tYt;Bt?_t++:_t--)ln.push((ee[_t-1]+ee[_t])*.5);else ln=Y;At=ln.map(function(en){return Nt(en)})}return Bn[ot]&&(At=At.map(function(en){return en[ot]()})),At},Nt.cache=function(We){return We!=null?(Je=We,Nt):Je},Nt.gamma=function(We){return We!=null?(xt=We,Nt):xt},Nt.nodata=function(We){return We!=null?(j=Bn(We),Nt):j},Nt};function Kv(v,x,j){for(var I=[],Y=vV;Y?X++:X--)I.push(X);return I}var lr=U,Du=Iu,Lu=function(v){for(var x=[1,1],j=1;j=5){var he,ke,Be;he=v.map(function(Me){return Me.lab()}),Be=v.length-1,ke=Lu(Be),Y=function(Me){var Ve=1-Me,Je=[0,1,2].map(function(xt){return he.reduce(function(Mt,zt,Ft){return Mt+ke[Ft]*Math.pow(Ve,Be-Ft)*Math.pow(Me,Ft)*zt[xt]},0)});return new lr(Je,"lab")}}else throw new RangeError("No point in running bezier with only one color.");return Y},Hu=function(v){var x=Es(v);return x.scale=function(){return Du(x)},x},Dl=Q,Tr=function(v,x,j){if(!Tr[j])throw new Error("unknown blend mode "+j);return Tr[j](v,x)},si=function(v){return function(x,j){var I=Dl(j).rgb(),Y=Dl(x).rgb();return Dl.rgb(v(I,Y))}},zr=function(v){return function(x,j){var I=[];return I[0]=v(x[0],j[0]),I[1]=v(x[1],j[1]),I[2]=v(x[2],j[2]),I}},Qr=function(v){return v},Di=function(v,x){return v*x/255},kd=function(v,x){return v>x?x:v},Uh=function(v,x){return v>x?v:x},Li=function(v,x){return 255*(1-(1-v/255)*(1-x/255))},Hi=function(v,x){return x<128?2*v*x/255:255*(1-2*(1-v/255)*(1-x/255))},Gh=function(v,x){return 255*(1-(1-x/255)/(v/255))},Ll=function(v,x){return v===255?255:(v=255*(x/255)/(1-v/255),v>255?255:v)};Tr.normal=si(zr(Qr)),Tr.multiply=si(zr(Di)),Tr.screen=si(zr(Li)),Tr.overlay=si(zr(Hi)),Tr.darken=si(zr(kd)),Tr.lighten=si(zr(Uh)),Tr.dodge=si(zr(Ll)),Tr.burn=si(zr(Gh));for(var Yh=Tr,Fu=k.type,Bu=k.clip_rgb,Xu=k.TWOPI,Kh=Math.pow,qh=Math.sin,Vh=Math.cos,Uu=Q,Gu=function(v,x,j,I,Y){v===void 0&&(v=300),x===void 0&&(x=-1.5),j===void 0&&(j=1),I===void 0&&(I=1),Y===void 0&&(Y=[0,1]);var V=0,X;Fu(Y)==="array"?X=Y[1]-Y[0]:(X=0,Y=[Y,Y]);var ee=function(re){var he=Xu*((v+120)/360+x*re),ke=Kh(Y[0]+X*re,I),Be=V!==0?j[0]+re*V:j,Me=Be*ke*(1-ke)/2,Ve=Vh(he),Je=qh(he),xt=ke+Me*(-.14861*Ve+1.78277*Je),Mt=ke+Me*(-.29227*Ve-.90649*Je),zt=ke+Me*(1.97294*Ve);return Uu(Bu([xt*255,Mt*255,zt*255,1]))};return ee.start=function(re){return re==null?v:(v=re,ee)},ee.rotations=function(re){return re==null?x:(x=re,ee)},ee.gamma=function(re){return re==null?I:(I=re,ee)},ee.hue=function(re){return re==null?j:(j=re,Fu(j)==="array"?(V=j[1]-j[0],V===0&&(j=j[1])):V=0,ee)},ee.lightness=function(re){return re==null?Y:(Fu(re)==="array"?(Y=re,X=re[1]-re[0]):(Y=[re,re],X=0),ee)},ee.scale=function(){return Uu.scale(ee)},ee.hue(j),ee},Hl=U,Yu="0123456789abcdef",Jh=Math.floor,Ku=Math.random,Qh=function(){for(var v="#",x=0;x<6;x++)v+=Yu.charAt(Jh(Ku()*16));return new Hl(v,"hex")},Oo=f,da=Math.log,Fl=Math.pow,Bl=Math.floor,To=Math.abs,qu=function(v,x){x===void 0&&(x=null);var j={min:Number.MAX_VALUE,max:Number.MAX_VALUE*-1,sum:0,values:[],count:0};return Oo(v)==="object"&&(v=Object.values(v)),v.forEach(function(I){x&&Oo(I)==="object"&&(I=I[x]),I!=null&&!isNaN(I)&&(j.values.push(I),j.sum+=I,Ij.max&&(j.max=I),j.count+=1)}),j.domain=[j.min,j.max],j.limits=function(I,Y){return zo(j,I,Y)},j},zo=function(v,x,j){x===void 0&&(x="equal"),j===void 0&&(j=7),Oo(v)=="array"&&(v=qu(v));var I=v.min,Y=v.max,V=v.values.sort(function(ec,Kl){return ec-Kl});if(j===1)return[I,Y];var X=[];if(x.substr(0,1)==="c"&&(X.push(I),X.push(Y)),x.substr(0,1)==="e"){X.push(I);for(var ee=1;ee 0");var re=Math.LOG10E*da(I),he=Math.LOG10E*da(Y);X.push(I);for(var ke=1;ke200&&(Gn=!1)}for(var Ra={},Ro=0;RoI?(j+.05)/(I+.05):(I+.05)/(j+.05)},Xl=U,Xn=Math.sqrt,sn=Math.pow,Na=Math.min,$h=Math.max,Pd=Math.atan2,Ju=Math.abs,Ul=Math.cos,Gl=Math.sin,Md=Math.exp,No=Math.PI,Ad=function(v,x,j,I,Y){j===void 0&&(j=1),I===void 0&&(I=1),Y===void 0&&(Y=1);var V=function(Xi){return 360*Xi/(2*No)},X=function(Xi){return 2*No*Xi/360};v=new Xl(v),x=new Xl(x);var ee=Array.from(v.lab()),re=ee[0],he=ee[1],ke=ee[2],Be=Array.from(x.lab()),Me=Be[0],Ve=Be[1],Je=Be[2],xt=(re+Me)/2,Mt=Xn(sn(he,2)+sn(ke,2)),zt=Xn(sn(Ve,2)+sn(Je,2)),Ft=(Mt+zt)/2,Gn=.5*(1-Xn(sn(Ft,7)/(sn(Ft,7)+sn(25,7)))),On=he*(1+Gn),Yn=Ve*(1+Gn),Nt=Xn(sn(On,2)+sn(ke,2)),We=Xn(sn(Yn,2)+sn(Je,2)),ot=(Nt+We)/2,At=V(Pd(ke,On)),lt=V(Pd(Je,Yn)),Zt=At>=0?At:At+360,ln=lt>=0?lt:lt+360,_t=Ju(Zt-ln)>180?(Zt+ln+360)/2:(Zt+ln)/2,Yt=1-.17*Ul(X(_t-30))+.24*Ul(X(2*_t))+.32*Ul(X(3*_t+6))-.2*Ul(X(4*_t-63)),Bt=ln-Zt;Bt=Ju(Bt)<=180?Bt:ln<=Zt?Bt+360:Bt-360,Bt=2*Xn(Nt*We)*Gl(X(Bt)/2);var en=Me-re,Nr=We-Nt,li=1+.015*sn(xt-50,2)/Xn(20+sn(xt-50,2)),Ra=1+.045*ot,Ro=1+.015*ot*Yt,ui=30*Md(-sn((_t-275)/25,2)),Ia=2*Xn(sn(ot,7)/(sn(ot,7)+sn(25,7))),Bi=-Ia*Gl(2*X(ui)),js=Xn(sn(en/(j*li),2)+sn(Nr/(I*Ra),2)+sn(Bt/(Y*Ro),2)+Bi*(Nr/(I*Ra))*(Bt/(Y*Ro)));return $h(0,Na(100,js))},Ws=U,$r=function(v,x,j){j===void 0&&(j="lab"),v=new Ws(v),x=new Ws(x);var I=v.get(j),Y=x.get(j),V=0;for(var X in I){var ee=(I[X]||0)-(Y[X]||0);V+=ee*ee}return Math.sqrt(V)},Yl=U,Pn=function(){for(var v=[],x=arguments.length;x--;)v[x]=arguments[x];try{return new(Function.prototype.bind.apply(Yl,[null].concat(v))),!0}catch{return!1}},Un=Q,Ln=Iu,Qu={cool:function(){return Ln([Un.hsl(180,1,.9),Un.hsl(250,.7,.4)])},hot:function(){return Ln(["#000","#f00","#ff0","#fff"]).mode("rgb")}},Fi={OrRd:["#fff7ec","#fee8c8","#fdd49e","#fdbb84","#fc8d59","#ef6548","#d7301f","#b30000","#7f0000"],PuBu:["#fff7fb","#ece7f2","#d0d1e6","#a6bddb","#74a9cf","#3690c0","#0570b0","#045a8d","#023858"],BuPu:["#f7fcfd","#e0ecf4","#bfd3e6","#9ebcda","#8c96c6","#8c6bb1","#88419d","#810f7c","#4d004b"],Oranges:["#fff5eb","#fee6ce","#fdd0a2","#fdae6b","#fd8d3c","#f16913","#d94801","#a63603","#7f2704"],BuGn:["#f7fcfd","#e5f5f9","#ccece6","#99d8c9","#66c2a4","#41ae76","#238b45","#006d2c","#00441b"],YlOrBr:["#ffffe5","#fff7bc","#fee391","#fec44f","#fe9929","#ec7014","#cc4c02","#993404","#662506"],YlGn:["#ffffe5","#f7fcb9","#d9f0a3","#addd8e","#78c679","#41ab5d","#238443","#006837","#004529"],Reds:["#fff5f0","#fee0d2","#fcbba1","#fc9272","#fb6a4a","#ef3b2c","#cb181d","#a50f15","#67000d"],RdPu:["#fff7f3","#fde0dd","#fcc5c0","#fa9fb5","#f768a1","#dd3497","#ae017e","#7a0177","#49006a"],Greens:["#f7fcf5","#e5f5e0","#c7e9c0","#a1d99b","#74c476","#41ab5d","#238b45","#006d2c","#00441b"],YlGnBu:["#ffffd9","#edf8b1","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#253494","#081d58"],Purples:["#fcfbfd","#efedf5","#dadaeb","#bcbddc","#9e9ac8","#807dba","#6a51a3","#54278f","#3f007d"],GnBu:["#f7fcf0","#e0f3db","#ccebc5","#a8ddb5","#7bccc4","#4eb3d3","#2b8cbe","#0868ac","#084081"],Greys:["#ffffff","#f0f0f0","#d9d9d9","#bdbdbd","#969696","#737373","#525252","#252525","#000000"],YlOrRd:["#ffffcc","#ffeda0","#fed976","#feb24c","#fd8d3c","#fc4e2a","#e31a1c","#bd0026","#800026"],PuRd:["#f7f4f9","#e7e1ef","#d4b9da","#c994c7","#df65b0","#e7298a","#ce1256","#980043","#67001f"],Blues:["#f7fbff","#deebf7","#c6dbef","#9ecae1","#6baed6","#4292c6","#2171b5","#08519c","#08306b"],PuBuGn:["#fff7fb","#ece2f0","#d0d1e6","#a6bddb","#67a9cf","#3690c0","#02818a","#016c59","#014636"],Viridis:["#440154","#482777","#3f4a8a","#31678e","#26838f","#1f9d8a","#6cce5a","#b6de2b","#fee825"],Spectral:["#9e0142","#d53e4f","#f46d43","#fdae61","#fee08b","#ffffbf","#e6f598","#abdda4","#66c2a5","#3288bd","#5e4fa2"],RdYlGn:["#a50026","#d73027","#f46d43","#fdae61","#fee08b","#ffffbf","#d9ef8b","#a6d96a","#66bd63","#1a9850","#006837"],RdBu:["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#f7f7f7","#d1e5f0","#92c5de","#4393c3","#2166ac","#053061"],PiYG:["#8e0152","#c51b7d","#de77ae","#f1b6da","#fde0ef","#f7f7f7","#e6f5d0","#b8e186","#7fbc41","#4d9221","#276419"],PRGn:["#40004b","#762a83","#9970ab","#c2a5cf","#e7d4e8","#f7f7f7","#d9f0d3","#a6dba0","#5aae61","#1b7837","#00441b"],RdYlBu:["#a50026","#d73027","#f46d43","#fdae61","#fee090","#ffffbf","#e0f3f8","#abd9e9","#74add1","#4575b4","#313695"],BrBG:["#543005","#8c510a","#bf812d","#dfc27d","#f6e8c3","#f5f5f5","#c7eae5","#80cdc1","#35978f","#01665e","#003c30"],RdGy:["#67001f","#b2182b","#d6604d","#f4a582","#fddbc7","#ffffff","#e0e0e0","#bababa","#878787","#4d4d4d","#1a1a1a"],PuOr:["#7f3b08","#b35806","#e08214","#fdb863","#fee0b6","#f7f7f7","#d8daeb","#b2abd2","#8073ac","#542788","#2d004b"],Set2:["#66c2a5","#fc8d62","#8da0cb","#e78ac3","#a6d854","#ffd92f","#e5c494","#b3b3b3"],Accent:["#7fc97f","#beaed4","#fdc086","#ffff99","#386cb0","#f0027f","#bf5b17","#666666"],Set1:["#e41a1c","#377eb8","#4daf4a","#984ea3","#ff7f00","#ffff33","#a65628","#f781bf","#999999"],Set3:["#8dd3c7","#ffffb3","#bebada","#fb8072","#80b1d3","#fdb462","#b3de69","#fccde5","#d9d9d9","#bc80bd","#ccebc5","#ffed6f"],Dark2:["#1b9e77","#d95f02","#7570b3","#e7298a","#66a61e","#e6ab02","#a6761d","#666666"],Paired:["#a6cee3","#1f78b4","#b2df8a","#33a02c","#fb9a99","#e31a1c","#fdbf6f","#ff7f00","#cab2d6","#6a3d9a","#ffff99","#b15928"],Pastel2:["#b3e2cd","#fdcdac","#cbd5e8","#f4cae4","#e6f5c9","#fff2ae","#f1e2cc","#cccccc"],Pastel1:["#fbb4ae","#b3cde3","#ccebc5","#decbe4","#fed9a6","#ffffcc","#e5d8bd","#fddaec","#f2f2f2"]},Zn=0,$u=Object.keys(Fi);Zn<$u.length;Zn+=1){var Zu=$u[Zn];Fi[Zu.toLowerCase()]=Fi[Zu]}var _o=Fi,mn=Q;mn.average=Cs,mn.bezier=Hu,mn.blend=Yh,mn.cubehelix=Gu,mn.mix=mn.interpolate=Ri,mn.random=Qh,mn.scale=Iu,mn.analyze=xd.analyze,mn.contrast=wn,mn.deltaE=Ad,mn.distance=$r,mn.limits=xd.limits,mn.valid=Pn,mn.scales=Qu,mn.colors=dh,mn.brewer=_o;var _a=mn;return _a})})(hW);const mW=hW.exports;class Uc{constructor(){this.listeners=[],this.subscribe=this.subscribe.bind(this)}subscribe(t){return this.listeners.push(t),this.onSubscribe(),()=>{this.listeners=this.listeners.filter(n=>n!==t),this.onUnsubscribe()}}hasListeners(){return this.listeners.length>0}onSubscribe(){}onUnsubscribe(){}}const Hf=typeof window>"u"||"Deno"in window;function Fa(){}function Sq(e,t){return typeof e=="function"?e(t):e}function ew(e){return typeof e=="number"&&e>=0&&e!==1/0}function pW(e,t){return Math.max(e+(t||0)-Date.now(),0)}function vc(e,t,n){return rh(e)?typeof t=="function"?{...n,queryKey:e,queryFn:t}:{...t,queryKey:e}:e}function Cq(e,t,n){return rh(e)?typeof t=="function"?{...n,mutationKey:e,mutationFn:t}:{...t,mutationKey:e}:typeof e=="function"?{...t,mutationFn:e}:{...e}}function qs(e,t,n){return rh(e)?[{...t,queryKey:e},n]:[e||{},t]}function SM(e,t){const{type:n="all",exact:r,fetchStatus:a,predicate:s,queryKey:l,stale:c}=e;if(rh(l)){if(r){if(t.queryHash!==L1(l,t.options))return!1}else if(!Pg(t.queryKey,l))return!1}if(n!=="all"){const d=t.isActive();if(n==="active"&&!d||n==="inactive"&&d)return!1}return!(typeof c=="boolean"&&t.isStale()!==c||typeof a<"u"&&a!==t.state.fetchStatus||s&&!s(t))}function CM(e,t){const{exact:n,fetching:r,predicate:a,mutationKey:s}=e;if(rh(s)){if(!t.options.mutationKey)return!1;if(n){if(gu(t.options.mutationKey)!==gu(s))return!1}else if(!Pg(t.options.mutationKey,s))return!1}return!(typeof r=="boolean"&&t.state.status==="loading"!==r||a&&!a(t))}function L1(e,t){return((t==null?void 0:t.queryKeyHashFn)||gu)(e)}function gu(e){return JSON.stringify(e,(t,n)=>nw(n)?Object.keys(n).sort().reduce((r,a)=>(r[a]=n[a],r),{}):n)}function Pg(e,t){return gW(e,t)}function gW(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?!Object.keys(t).some(n=>!gW(e[n],t[n])):!1}function vW(e,t){if(e===t)return e;const n=EM(e)&&EM(t);if(n||nw(e)&&nw(t)){const r=n?e.length:Object.keys(e).length,a=n?t:Object.keys(t),s=a.length,l=n?[]:{};let c=0;for(let d=0;d"u")return!0;const n=t.prototype;return!(!WM(n)||!n.hasOwnProperty("isPrototypeOf"))}function WM(e){return Object.prototype.toString.call(e)==="[object Object]"}function rh(e){return Array.isArray(e)}function bW(e){return new Promise(t=>{setTimeout(t,e)})}function jM(e){bW(0).then(e)}function Eq(){if(typeof AbortController=="function")return new AbortController}function rw(e,t,n){return n.isDataEqual!=null&&n.isDataEqual(e,t)?e:typeof n.structuralSharing=="function"?n.structuralSharing(e,t):n.structuralSharing!==!1?vW(e,t):t}class Wq extends Uc{constructor(){super(),this.setup=t=>{if(!Hf&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),window.addEventListener("focus",n,!1),()=>{window.removeEventListener("visibilitychange",n),window.removeEventListener("focus",n)}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){if(!this.hasListeners()){var t;(t=this.cleanup)==null||t.call(this),this.cleanup=void 0}}setEventListener(t){var n;this.setup=t,(n=this.cleanup)==null||n.call(this),this.cleanup=t(r=>{typeof r=="boolean"?this.setFocused(r):this.onFocus()})}setFocused(t){this.focused=t,t&&this.onFocus()}onFocus(){this.listeners.forEach(t=>{t()})}isFocused(){return typeof this.focused=="boolean"?this.focused:typeof document>"u"?!0:[void 0,"visible","prerender"].includes(document.visibilityState)}}const Mg=new Wq;class jq extends Uc{constructor(){super(),this.setup=t=>{if(!Hf&&window.addEventListener){const n=()=>t();return window.addEventListener("online",n,!1),window.addEventListener("offline",n,!1),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",n)}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){if(!this.hasListeners()){var t;(t=this.cleanup)==null||t.call(this),this.cleanup=void 0}}setEventListener(t){var n;this.setup=t,(n=this.cleanup)==null||n.call(this),this.cleanup=t(r=>{typeof r=="boolean"?this.setOnline(r):this.onOnline()})}setOnline(t){this.online=t,t&&this.onOnline()}onOnline(){this.listeners.forEach(t=>{t()})}isOnline(){return typeof this.online=="boolean"?this.online:typeof navigator>"u"||typeof navigator.onLine>"u"?!0:navigator.onLine}}const Ag=new jq;function Oq(e){return Math.min(1e3*2**e,3e4)}function mv(e){return(e!=null?e:"online")==="online"?Ag.isOnline():!0}class yW{constructor(t){this.revert=t==null?void 0:t.revert,this.silent=t==null?void 0:t.silent}}function Zm(e){return e instanceof yW}function wW(e){let t=!1,n=0,r=!1,a,s,l;const c=new Promise((M,W)=>{s=M,l=W}),d=M=>{r||(w(new yW(M)),e.abort==null||e.abort())},f=()=>{t=!0},h=()=>{t=!1},p=()=>!Mg.isFocused()||e.networkMode!=="always"&&!Ag.isOnline(),g=M=>{r||(r=!0,e.onSuccess==null||e.onSuccess(M),a==null||a(),s(M))},w=M=>{r||(r=!0,e.onError==null||e.onError(M),a==null||a(),l(M))},y=()=>new Promise(M=>{a=W=>{if(r||!p())return M(W)},e.onPause==null||e.onPause()}).then(()=>{a=void 0,r||e.onContinue==null||e.onContinue()}),k=()=>{if(r)return;let M;try{M=e.fn()}catch(W){M=Promise.reject(W)}Promise.resolve(M).then(g).catch(W=>{var z,N;if(r)return;const B=(z=e.retry)!=null?z:3,H=(N=e.retryDelay)!=null?N:Oq,U=typeof H=="function"?H(n,W):H,$=B===!0||typeof B=="number"&&n{if(p())return y()}).then(()=>{t?w(W):k()})})};return mv(e.networkMode)?k():y().then(k),{promise:c,cancel:d,continue:()=>{a==null||a()},cancelRetry:f,continueRetry:h}}const H1=console;function Tq(){let e=[],t=0,n=d=>{d()},r=d=>{d()};const a=d=>{let f;t++;try{f=d()}finally{t--,t||c()}return f},s=d=>{t?e.push(d):jM(()=>{n(d)})},l=d=>(...f)=>{s(()=>{d(...f)})},c=()=>{const d=e;e=[],d.length&&jM(()=>{r(()=>{d.forEach(f=>{n(f)})})})};return{batch:a,batchCalls:l,schedule:s,setNotifyFunction:d=>{n=d},setBatchNotifyFunction:d=>{r=d}}}const Tn=Tq();class kW{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),ew(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(t){this.cacheTime=Math.max(this.cacheTime||0,t!=null?t:Hf?1/0:5*60*1e3)}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class zq extends kW{constructor(t){super(),this.abortSignalConsumed=!1,this.defaultOptions=t.defaultOptions,this.setOptions(t.options),this.observers=[],this.cache=t.cache,this.logger=t.logger||H1,this.queryKey=t.queryKey,this.queryHash=t.queryHash,this.initialState=t.state||Nq(this.options),this.state=this.initialState}get meta(){return this.options.meta}setOptions(t){this.options={...this.defaultOptions,...t},this.updateCacheTime(this.options.cacheTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&this.cache.remove(this)}setData(t,n){const r=rw(this.state.data,t,this.options);return this.dispatch({data:r,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),r}setState(t,n){this.dispatch({type:"setState",state:t,setStateOptions:n})}cancel(t){var n;const r=this.promise;return(n=this.retryer)==null||n.cancel(t),r?r.then(Fa).catch(Fa):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(this.initialState)}isActive(){return this.observers.some(t=>t.options.enabled!==!1)}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some(t=>t.getCurrentResult().isStale)}isStaleByTime(t=0){return this.state.isInvalidated||!this.state.dataUpdatedAt||!pW(this.state.dataUpdatedAt,t)}onFocus(){var t;const n=this.observers.find(r=>r.shouldFetchOnWindowFocus());n&&n.refetch({cancelRefetch:!1}),(t=this.retryer)==null||t.continue()}onOnline(){var t;const n=this.observers.find(r=>r.shouldFetchOnReconnect());n&&n.refetch({cancelRefetch:!1}),(t=this.retryer)==null||t.continue()}addObserver(t){this.observers.indexOf(t)===-1&&(this.observers.push(t),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.indexOf(t)!==-1&&(this.observers=this.observers.filter(n=>n!==t),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(t,n){var r,a;if(this.state.fetchStatus!=="idle"){if(this.state.dataUpdatedAt&&n!=null&&n.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var s;return(s=this.retryer)==null||s.continueRetry(),this.promise}}if(t&&this.setOptions(t),!this.options.queryFn){const w=this.observers.find(y=>y.options.queryFn);w&&this.setOptions(w.options)}Array.isArray(this.options.queryKey);const l=Eq(),c={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},d=w=>{Object.defineProperty(w,"signal",{enumerable:!0,get:()=>{if(l)return this.abortSignalConsumed=!0,l.signal}})};d(c);const f=()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(c)):Promise.reject("Missing queryFn"),h={fetchOptions:n,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:f};if(d(h),(r=this.options.behavior)==null||r.onFetch(h),this.revertState=this.state,this.state.fetchStatus==="idle"||this.state.fetchMeta!==((a=h.fetchOptions)==null?void 0:a.meta)){var p;this.dispatch({type:"fetch",meta:(p=h.fetchOptions)==null?void 0:p.meta})}const g=w=>{if(Zm(w)&&w.silent||this.dispatch({type:"error",error:w}),!Zm(w)){var y,k;(y=(k=this.cache.config).onError)==null||y.call(k,w,this)}this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return this.retryer=wW({fn:h.fetchFn,abort:l==null?void 0:l.abort.bind(l),onSuccess:w=>{var y,k;if(typeof w>"u"){g(new Error("undefined"));return}this.setData(w),(y=(k=this.cache.config).onSuccess)==null||y.call(k,w,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:g,onFail:(w,y)=>{this.dispatch({type:"failed",failureCount:w,error:y})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:h.options.retry,retryDelay:h.options.retryDelay,networkMode:h.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(t){const n=r=>{var a,s;switch(t.type){case"failed":return{...r,fetchFailureCount:t.failureCount,fetchFailureReason:t.error};case"pause":return{...r,fetchStatus:"paused"};case"continue":return{...r,fetchStatus:"fetching"};case"fetch":return{...r,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:(a=t.meta)!=null?a:null,fetchStatus:mv(this.options.networkMode)?"fetching":"paused",...!r.dataUpdatedAt&&{error:null,status:"loading"}};case"success":return{...r,data:t.data,dataUpdateCount:r.dataUpdateCount+1,dataUpdatedAt:(s=t.dataUpdatedAt)!=null?s:Date.now(),error:null,isInvalidated:!1,status:"success",...!t.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const l=t.error;return Zm(l)&&l.revert&&this.revertState?{...this.revertState}:{...r,error:l,errorUpdateCount:r.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:r.fetchFailureCount+1,fetchFailureReason:l,fetchStatus:"idle",status:"error"};case"invalidate":return{...r,isInvalidated:!0};case"setState":return{...r,...t.state}}};this.state=n(this.state),Tn.batch(()=>{this.observers.forEach(r=>{r.onQueryUpdate(t)}),this.cache.notify({query:this,type:"updated",action:t})})}}function Nq(e){const t=typeof e.initialData=="function"?e.initialData():e.initialData,n=typeof t<"u",r=n?typeof e.initialDataUpdatedAt=="function"?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r!=null?r:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"loading",fetchStatus:"idle"}}class _q extends Uc{constructor(t){super(),this.config=t||{},this.queries=[],this.queriesMap={}}build(t,n,r){var a;const s=n.queryKey,l=(a=n.queryHash)!=null?a:L1(s,n);let c=this.get(l);return c||(c=new zq({cache:this,logger:t.getLogger(),queryKey:s,queryHash:l,options:t.defaultQueryOptions(n),state:r,defaultOptions:t.getQueryDefaults(s)}),this.add(c)),c}add(t){this.queriesMap[t.queryHash]||(this.queriesMap[t.queryHash]=t,this.queries.push(t),this.notify({type:"added",query:t}))}remove(t){const n=this.queriesMap[t.queryHash];n&&(t.destroy(),this.queries=this.queries.filter(r=>r!==t),n===t&&delete this.queriesMap[t.queryHash],this.notify({type:"removed",query:t}))}clear(){Tn.batch(()=>{this.queries.forEach(t=>{this.remove(t)})})}get(t){return this.queriesMap[t]}getAll(){return this.queries}find(t,n){const[r]=qs(t,n);return typeof r.exact>"u"&&(r.exact=!0),this.queries.find(a=>SM(r,a))}findAll(t,n){const[r]=qs(t,n);return Object.keys(r).length>0?this.queries.filter(a=>SM(r,a)):this.queries}notify(t){Tn.batch(()=>{this.listeners.forEach(n=>{n(t)})})}onFocus(){Tn.batch(()=>{this.queries.forEach(t=>{t.onFocus()})})}onOnline(){Tn.batch(()=>{this.queries.forEach(t=>{t.onOnline()})})}}class Rq extends kW{constructor(t){super(),this.options={...t.defaultOptions,...t.options},this.mutationId=t.mutationId,this.mutationCache=t.mutationCache,this.logger=t.logger||H1,this.observers=[],this.state=t.state||xW(),this.updateCacheTime(this.options.cacheTime),this.scheduleGc()}get meta(){return this.options.meta}setState(t){this.dispatch({type:"setState",state:t})}addObserver(t){this.observers.indexOf(t)===-1&&(this.observers.push(t),this.clearGcTimeout(),this.mutationCache.notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){this.observers=this.observers.filter(n=>n!==t),this.scheduleGc(),this.mutationCache.notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){this.observers.length||(this.state.status==="loading"?this.scheduleGc():this.mutationCache.remove(this))}continue(){return this.retryer?(this.retryer.continue(),this.retryer.promise):this.execute()}async execute(){const t=()=>{var N;return this.retryer=wW({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(B,H)=>{this.dispatch({type:"failed",failureCount:B,error:H})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:(N=this.options.retry)!=null?N:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},n=this.state.status==="loading";try{var r,a,s,l,c,d;if(!n){var f,h,p,g;this.dispatch({type:"loading",variables:this.options.variables}),await((f=(h=this.mutationCache.config).onMutate)==null?void 0:f.call(h,this.state.variables,this));const B=await((p=(g=this.options).onMutate)==null?void 0:p.call(g,this.state.variables));B!==this.state.context&&this.dispatch({type:"loading",context:B,variables:this.state.variables})}const N=await t();return await((r=(a=this.mutationCache.config).onSuccess)==null?void 0:r.call(a,N,this.state.variables,this.state.context,this)),await((s=(l=this.options).onSuccess)==null?void 0:s.call(l,N,this.state.variables,this.state.context)),await((c=(d=this.options).onSettled)==null?void 0:c.call(d,N,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:N}),N}catch(N){try{var w,y,k,M,W,z;throw await((w=(y=this.mutationCache.config).onError)==null?void 0:w.call(y,N,this.state.variables,this.state.context,this)),await((k=(M=this.options).onError)==null?void 0:k.call(M,N,this.state.variables,this.state.context)),await((W=(z=this.options).onSettled)==null?void 0:W.call(z,void 0,N,this.state.variables,this.state.context)),N}finally{this.dispatch({type:"error",error:N})}}}dispatch(t){const n=r=>{switch(t.type){case"failed":return{...r,failureCount:t.failureCount,failureReason:t.error};case"pause":return{...r,isPaused:!0};case"continue":return{...r,isPaused:!1};case"loading":return{...r,context:t.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:!mv(this.options.networkMode),status:"loading",variables:t.variables};case"success":return{...r,data:t.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...r,data:void 0,error:t.error,failureCount:r.failureCount+1,failureReason:t.error,isPaused:!1,status:"error"};case"setState":return{...r,...t.state}}};this.state=n(this.state),Tn.batch(()=>{this.observers.forEach(r=>{r.onMutationUpdate(t)}),this.mutationCache.notify({mutation:this,type:"updated",action:t})})}}function xW(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}class Iq extends Uc{constructor(t){super(),this.config=t||{},this.mutations=[],this.mutationId=0}build(t,n,r){const a=new Rq({mutationCache:this,logger:t.getLogger(),mutationId:++this.mutationId,options:t.defaultMutationOptions(n),state:r,defaultOptions:n.mutationKey?t.getMutationDefaults(n.mutationKey):void 0});return this.add(a),a}add(t){this.mutations.push(t),this.notify({type:"added",mutation:t})}remove(t){this.mutations=this.mutations.filter(n=>n!==t),this.notify({type:"removed",mutation:t})}clear(){Tn.batch(()=>{this.mutations.forEach(t=>{this.remove(t)})})}getAll(){return this.mutations}find(t){return typeof t.exact>"u"&&(t.exact=!0),this.mutations.find(n=>CM(t,n))}findAll(t){return this.mutations.filter(n=>CM(t,n))}notify(t){Tn.batch(()=>{this.listeners.forEach(n=>{n(t)})})}resumePausedMutations(){const t=this.mutations.filter(n=>n.state.isPaused);return Tn.batch(()=>t.reduce((n,r)=>n.then(()=>r.continue().catch(Fa)),Promise.resolve()))}}function aw(){return{onFetch:e=>{e.fetchFn=()=>{var t,n,r,a,s,l;const c=(t=e.fetchOptions)==null||(n=t.meta)==null?void 0:n.refetchPage,d=(r=e.fetchOptions)==null||(a=r.meta)==null?void 0:a.fetchMore,f=d==null?void 0:d.pageParam,h=(d==null?void 0:d.direction)==="forward",p=(d==null?void 0:d.direction)==="backward",g=((s=e.state.data)==null?void 0:s.pages)||[],w=((l=e.state.data)==null?void 0:l.pageParams)||[];let y=w,k=!1;const M=H=>{Object.defineProperty(H,"signal",{enumerable:!0,get:()=>{var U;if((U=e.signal)!=null&&U.aborted)k=!0;else{var $;($=e.signal)==null||$.addEventListener("abort",()=>{k=!0})}return e.signal}})},W=e.options.queryFn||(()=>Promise.reject("Missing queryFn")),z=(H,U,$,Q)=>(y=Q?[U,...y]:[...y,U],Q?[$,...H]:[...H,$]),N=(H,U,$,Q)=>{if(k)return Promise.reject("Cancelled");if(typeof $>"u"&&!U&&H.length)return Promise.resolve(H);const de={queryKey:e.queryKey,pageParam:$,meta:e.options.meta};M(de);const me=W(de);return Promise.resolve(me).then(Se=>z(H,$,Se,Q))};let B;if(!g.length)B=N([]);else if(h){const H=typeof f<"u",U=H?f:iw(e.options,g);B=N(g,H,U)}else if(p){const H=typeof f<"u",U=H?f:PW(e.options,g);B=N(g,H,U,!0)}else{y=[];const H=typeof e.options.getNextPageParam>"u";B=!(c&&g[0])||c(g[0],0,g)?N([],H,w[0]):Promise.resolve(z([],w[0],g[0]));for(let U=1;U{if(!(c&&g[U])||c(g[U],U,g)){const Q=H?w[U]:iw(e.options,$);return N($,H,Q)}return Promise.resolve(z($,w[U],g[U]))})}return B.then(H=>({pages:H,pageParams:y}))}}}}function iw(e,t){return e.getNextPageParam==null?void 0:e.getNextPageParam(t[t.length-1],t)}function PW(e,t){return e.getPreviousPageParam==null?void 0:e.getPreviousPageParam(t[0],t)}function Dq(e,t){if(e.getNextPageParam&&Array.isArray(t)){const n=iw(e,t);return typeof n<"u"&&n!==null&&n!==!1}}function Lq(e,t){if(e.getPreviousPageParam&&Array.isArray(t)){const n=PW(e,t);return typeof n<"u"&&n!==null&&n!==!1}}class Hq{constructor(t={}){this.queryCache=t.queryCache||new _q,this.mutationCache=t.mutationCache||new Iq,this.logger=t.logger||H1,this.defaultOptions=t.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[]}mount(){this.unsubscribeFocus=Mg.subscribe(()=>{Mg.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=Ag.subscribe(()=>{Ag.isOnline()&&(this.resumePausedMutations(),this.queryCache.onOnline())})}unmount(){var t,n;(t=this.unsubscribeFocus)==null||t.call(this),(n=this.unsubscribeOnline)==null||n.call(this)}isFetching(t,n){const[r]=qs(t,n);return r.fetchStatus="fetching",this.queryCache.findAll(r).length}isMutating(t){return this.mutationCache.findAll({...t,fetching:!0}).length}getQueryData(t,n){var r;return(r=this.queryCache.find(t,n))==null?void 0:r.state.data}ensureQueryData(t,n,r){const a=vc(t,n,r),s=this.getQueryData(a.queryKey);return s?Promise.resolve(s):this.fetchQuery(a)}getQueriesData(t){return this.getQueryCache().findAll(t).map(({queryKey:n,state:r})=>{const a=r.data;return[n,a]})}setQueryData(t,n,r){const a=this.queryCache.find(t),s=a==null?void 0:a.state.data,l=Sq(n,s);if(typeof l>"u")return;const c=vc(t),d=this.defaultQueryOptions(c);return this.queryCache.build(this,d).setData(l,{...r,manual:!0})}setQueriesData(t,n,r){return Tn.batch(()=>this.getQueryCache().findAll(t).map(({queryKey:a})=>[a,this.setQueryData(a,n,r)]))}getQueryState(t,n){var r;return(r=this.queryCache.find(t,n))==null?void 0:r.state}removeQueries(t,n){const[r]=qs(t,n),a=this.queryCache;Tn.batch(()=>{a.findAll(r).forEach(s=>{a.remove(s)})})}resetQueries(t,n,r){const[a,s]=qs(t,n,r),l=this.queryCache,c={type:"active",...a};return Tn.batch(()=>(l.findAll(a).forEach(d=>{d.reset()}),this.refetchQueries(c,s)))}cancelQueries(t,n,r){const[a,s={}]=qs(t,n,r);typeof s.revert>"u"&&(s.revert=!0);const l=Tn.batch(()=>this.queryCache.findAll(a).map(c=>c.cancel(s)));return Promise.all(l).then(Fa).catch(Fa)}invalidateQueries(t,n,r){const[a,s]=qs(t,n,r);return Tn.batch(()=>{var l,c;if(this.queryCache.findAll(a).forEach(f=>{f.invalidate()}),a.refetchType==="none")return Promise.resolve();const d={...a,type:(l=(c=a.refetchType)!=null?c:a.type)!=null?l:"active"};return this.refetchQueries(d,s)})}refetchQueries(t,n,r){const[a,s]=qs(t,n,r),l=Tn.batch(()=>this.queryCache.findAll(a).filter(d=>!d.isDisabled()).map(d=>{var f;return d.fetch(void 0,{...s,cancelRefetch:(f=s==null?void 0:s.cancelRefetch)!=null?f:!0,meta:{refetchPage:a.refetchPage}})}));let c=Promise.all(l).then(Fa);return s!=null&&s.throwOnError||(c=c.catch(Fa)),c}fetchQuery(t,n,r){const a=vc(t,n,r),s=this.defaultQueryOptions(a);typeof s.retry>"u"&&(s.retry=!1);const l=this.queryCache.build(this,s);return l.isStaleByTime(s.staleTime)?l.fetch(s):Promise.resolve(l.state.data)}prefetchQuery(t,n,r){return this.fetchQuery(t,n,r).then(Fa).catch(Fa)}fetchInfiniteQuery(t,n,r){const a=vc(t,n,r);return a.behavior=aw(),this.fetchQuery(a)}prefetchInfiniteQuery(t,n,r){return this.fetchInfiniteQuery(t,n,r).then(Fa).catch(Fa)}resumePausedMutations(){return this.mutationCache.resumePausedMutations()}getQueryCache(){return this.queryCache}getMutationCache(){return this.mutationCache}getLogger(){return this.logger}getDefaultOptions(){return this.defaultOptions}setDefaultOptions(t){this.defaultOptions=t}setQueryDefaults(t,n){const r=this.queryDefaults.find(a=>gu(t)===gu(a.queryKey));r?r.defaultOptions=n:this.queryDefaults.push({queryKey:t,defaultOptions:n})}getQueryDefaults(t){if(!t)return;const n=this.queryDefaults.find(r=>Pg(t,r.queryKey));return n==null?void 0:n.defaultOptions}setMutationDefaults(t,n){const r=this.mutationDefaults.find(a=>gu(t)===gu(a.mutationKey));r?r.defaultOptions=n:this.mutationDefaults.push({mutationKey:t,defaultOptions:n})}getMutationDefaults(t){if(!t)return;const n=this.mutationDefaults.find(r=>Pg(t,r.mutationKey));return n==null?void 0:n.defaultOptions}defaultQueryOptions(t){if(t!=null&&t._defaulted)return t;const n={...this.defaultOptions.queries,...this.getQueryDefaults(t==null?void 0:t.queryKey),...t,_defaulted:!0};return!n.queryHash&&n.queryKey&&(n.queryHash=L1(n.queryKey,n)),typeof n.refetchOnReconnect>"u"&&(n.refetchOnReconnect=n.networkMode!=="always"),typeof n.useErrorBoundary>"u"&&(n.useErrorBoundary=!!n.suspense),n}defaultMutationOptions(t){return t!=null&&t._defaulted?t:{...this.defaultOptions.mutations,...this.getMutationDefaults(t==null?void 0:t.mutationKey),...t,_defaulted:!0}}clear(){this.queryCache.clear(),this.mutationCache.clear()}}class MW extends Uc{constructor(t,n){super(),this.client=t,this.options=n,this.trackedProps=new Set,this.selectError=null,this.bindMethods(),this.setOptions(n)}bindMethods(){this.remove=this.remove.bind(this),this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.length===1&&(this.currentQuery.addObserver(this),OM(this.currentQuery,this.options)&&this.executeFetch(),this.updateTimers())}onUnsubscribe(){this.listeners.length||this.destroy()}shouldFetchOnReconnect(){return ow(this.currentQuery,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return ow(this.currentQuery,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=[],this.clearStaleTimeout(),this.clearRefetchInterval(),this.currentQuery.removeObserver(this)}setOptions(t,n){const r=this.options,a=this.currentQuery;if(this.options=this.client.defaultQueryOptions(t),tw(r,this.options)||this.client.getQueryCache().notify({type:"observerOptionsUpdated",query:this.currentQuery,observer:this}),typeof this.options.enabled<"u"&&typeof this.options.enabled!="boolean")throw new Error("Expected enabled to be a boolean");this.options.queryKey||(this.options.queryKey=r.queryKey),this.updateQuery();const s=this.hasListeners();s&&TM(this.currentQuery,a,this.options,r)&&this.executeFetch(),this.updateResult(n),s&&(this.currentQuery!==a||this.options.enabled!==r.enabled||this.options.staleTime!==r.staleTime)&&this.updateStaleTimeout();const l=this.computeRefetchInterval();s&&(this.currentQuery!==a||this.options.enabled!==r.enabled||l!==this.currentRefetchInterval)&&this.updateRefetchInterval(l)}getOptimisticResult(t){const n=this.client.getQueryCache().build(this.client,t);return this.createResult(n,t)}getCurrentResult(){return this.currentResult}trackResult(t){const n={};return Object.keys(t).forEach(r=>{Object.defineProperty(n,r,{configurable:!1,enumerable:!0,get:()=>(this.trackedProps.add(r),t[r])})}),n}getCurrentQuery(){return this.currentQuery}remove(){this.client.getQueryCache().remove(this.currentQuery)}refetch({refetchPage:t,...n}={}){return this.fetch({...n,meta:{refetchPage:t}})}fetchOptimistic(t){const n=this.client.defaultQueryOptions(t),r=this.client.getQueryCache().build(this.client,n);return r.isFetchingOptimistic=!0,r.fetch().then(()=>this.createResult(r,n))}fetch(t){var n;return this.executeFetch({...t,cancelRefetch:(n=t.cancelRefetch)!=null?n:!0}).then(()=>(this.updateResult(),this.currentResult))}executeFetch(t){this.updateQuery();let n=this.currentQuery.fetch(this.options,t);return t!=null&&t.throwOnError||(n=n.catch(Fa)),n}updateStaleTimeout(){if(this.clearStaleTimeout(),Hf||this.currentResult.isStale||!ew(this.options.staleTime))return;const t=pW(this.currentResult.dataUpdatedAt,this.options.staleTime)+1;this.staleTimeoutId=setTimeout(()=>{this.currentResult.isStale||this.updateResult()},t)}computeRefetchInterval(){var t;return typeof this.options.refetchInterval=="function"?this.options.refetchInterval(this.currentResult.data,this.currentQuery):(t=this.options.refetchInterval)!=null?t:!1}updateRefetchInterval(t){this.clearRefetchInterval(),this.currentRefetchInterval=t,!(Hf||this.options.enabled===!1||!ew(this.currentRefetchInterval)||this.currentRefetchInterval===0)&&(this.refetchIntervalId=setInterval(()=>{(this.options.refetchIntervalInBackground||Mg.isFocused())&&this.executeFetch()},this.currentRefetchInterval))}updateTimers(){this.updateStaleTimeout(),this.updateRefetchInterval(this.computeRefetchInterval())}clearStaleTimeout(){this.staleTimeoutId&&(clearTimeout(this.staleTimeoutId),this.staleTimeoutId=void 0)}clearRefetchInterval(){this.refetchIntervalId&&(clearInterval(this.refetchIntervalId),this.refetchIntervalId=void 0)}createResult(t,n){const r=this.currentQuery,a=this.options,s=this.currentResult,l=this.currentResultState,c=this.currentResultOptions,d=t!==r,f=d?t.state:this.currentQueryInitialState,h=d?this.currentResult:this.previousQueryResult,{state:p}=t;let{dataUpdatedAt:g,error:w,errorUpdatedAt:y,fetchStatus:k,status:M}=p,W=!1,z=!1,N;if(n._optimisticResults){const $=this.hasListeners(),Q=!$&&OM(t,n),de=$&&TM(t,r,n,a);(Q||de)&&(k=mv(t.options.networkMode)?"fetching":"paused",g||(M="loading")),n._optimisticResults==="isRestoring"&&(k="idle")}if(n.keepPreviousData&&!p.dataUpdatedAt&&h!=null&&h.isSuccess&&M!=="error")N=h.data,g=h.dataUpdatedAt,M=h.status,W=!0;else if(n.select&&typeof p.data<"u")if(s&&p.data===(l==null?void 0:l.data)&&n.select===this.selectFn)N=this.selectResult;else try{this.selectFn=n.select,N=n.select(p.data),N=rw(s==null?void 0:s.data,N,n),this.selectResult=N,this.selectError=null}catch($){this.selectError=$}else N=p.data;if(typeof n.placeholderData<"u"&&typeof N>"u"&&M==="loading"){let $;if(s!=null&&s.isPlaceholderData&&n.placeholderData===(c==null?void 0:c.placeholderData))$=s.data;else if($=typeof n.placeholderData=="function"?n.placeholderData():n.placeholderData,n.select&&typeof $<"u")try{$=n.select($),this.selectError=null}catch(Q){this.selectError=Q}typeof $<"u"&&(M="success",N=rw(s==null?void 0:s.data,$,n),z=!0)}this.selectError&&(w=this.selectError,N=this.selectResult,y=Date.now(),M="error");const B=k==="fetching",H=M==="loading",U=M==="error";return{status:M,fetchStatus:k,isLoading:H,isSuccess:M==="success",isError:U,isInitialLoading:H&&B,data:N,dataUpdatedAt:g,error:w,errorUpdatedAt:y,failureCount:p.fetchFailureCount,failureReason:p.fetchFailureReason,errorUpdateCount:p.errorUpdateCount,isFetched:p.dataUpdateCount>0||p.errorUpdateCount>0,isFetchedAfterMount:p.dataUpdateCount>f.dataUpdateCount||p.errorUpdateCount>f.errorUpdateCount,isFetching:B,isRefetching:B&&!H,isLoadingError:U&&p.dataUpdatedAt===0,isPaused:k==="paused",isPlaceholderData:z,isPreviousData:W,isRefetchError:U&&p.dataUpdatedAt!==0,isStale:F1(t,n),refetch:this.refetch,remove:this.remove}}updateResult(t){const n=this.currentResult,r=this.createResult(this.currentQuery,this.options);if(this.currentResultState=this.currentQuery.state,this.currentResultOptions=this.options,tw(r,n))return;this.currentResult=r;const a={cache:!0},s=()=>{if(!n)return!0;const{notifyOnChangeProps:l}=this.options;if(l==="all"||!l&&!this.trackedProps.size)return!0;const c=new Set(l!=null?l:this.trackedProps);return this.options.useErrorBoundary&&c.add("error"),Object.keys(this.currentResult).some(d=>{const f=d;return this.currentResult[f]!==n[f]&&c.has(f)})};(t==null?void 0:t.listeners)!==!1&&s()&&(a.listeners=!0),this.notify({...a,...t})}updateQuery(){const t=this.client.getQueryCache().build(this.client,this.options);if(t===this.currentQuery)return;const n=this.currentQuery;this.currentQuery=t,this.currentQueryInitialState=t.state,this.previousQueryResult=this.currentResult,this.hasListeners()&&(n==null||n.removeObserver(this),t.addObserver(this))}onQueryUpdate(t){const n={};t.type==="success"?n.onSuccess=!t.manual:t.type==="error"&&!Zm(t.error)&&(n.onError=!0),this.updateResult(n),this.hasListeners()&&this.updateTimers()}notify(t){Tn.batch(()=>{if(t.onSuccess){var n,r,a,s;(n=(r=this.options).onSuccess)==null||n.call(r,this.currentResult.data),(a=(s=this.options).onSettled)==null||a.call(s,this.currentResult.data,null)}else if(t.onError){var l,c,d,f;(l=(c=this.options).onError)==null||l.call(c,this.currentResult.error),(d=(f=this.options).onSettled)==null||d.call(f,void 0,this.currentResult.error)}t.listeners&&this.listeners.forEach(h=>{h(this.currentResult)}),t.cache&&this.client.getQueryCache().notify({query:this.currentQuery,type:"observerResultsUpdated"})})}}function Fq(e,t){return t.enabled!==!1&&!e.state.dataUpdatedAt&&!(e.state.status==="error"&&t.retryOnMount===!1)}function OM(e,t){return Fq(e,t)||e.state.dataUpdatedAt>0&&ow(e,t,t.refetchOnMount)}function ow(e,t,n){if(t.enabled!==!1){const r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&F1(e,t)}return!1}function TM(e,t,n,r){return n.enabled!==!1&&(e!==t||r.enabled===!1)&&(!n.suspense||e.state.status!=="error")&&F1(e,n)}function F1(e,t){return e.isStaleByTime(t.staleTime)}class Bq extends MW{constructor(t,n){super(t,n)}bindMethods(){super.bindMethods(),this.fetchNextPage=this.fetchNextPage.bind(this),this.fetchPreviousPage=this.fetchPreviousPage.bind(this)}setOptions(t,n){super.setOptions({...t,behavior:aw()},n)}getOptimisticResult(t){return t.behavior=aw(),super.getOptimisticResult(t)}fetchNextPage({pageParam:t,...n}={}){return this.fetch({...n,meta:{fetchMore:{direction:"forward",pageParam:t}}})}fetchPreviousPage({pageParam:t,...n}={}){return this.fetch({...n,meta:{fetchMore:{direction:"backward",pageParam:t}}})}createResult(t,n){var r,a,s,l,c,d;const{state:f}=t,h=super.createResult(t,n),{isFetching:p,isRefetching:g}=h,w=p&&((r=f.fetchMeta)==null||(a=r.fetchMore)==null?void 0:a.direction)==="forward",y=p&&((s=f.fetchMeta)==null||(l=s.fetchMore)==null?void 0:l.direction)==="backward";return{...h,fetchNextPage:this.fetchNextPage,fetchPreviousPage:this.fetchPreviousPage,hasNextPage:Dq(n,(c=f.data)==null?void 0:c.pages),hasPreviousPage:Lq(n,(d=f.data)==null?void 0:d.pages),isFetchingNextPage:w,isFetchingPreviousPage:y,isRefetching:g&&!w&&!y}}}class Xq extends Uc{constructor(t,n){super(),this.client=t,this.setOptions(n),this.bindMethods(),this.updateResult()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(t){const n=this.options;this.options=this.client.defaultMutationOptions(t),tw(n,this.options)||this.client.getMutationCache().notify({type:"observerOptionsUpdated",mutation:this.currentMutation,observer:this})}onUnsubscribe(){if(!this.listeners.length){var t;(t=this.currentMutation)==null||t.removeObserver(this)}}onMutationUpdate(t){this.updateResult();const n={listeners:!0};t.type==="success"?n.onSuccess=!0:t.type==="error"&&(n.onError=!0),this.notify(n)}getCurrentResult(){return this.currentResult}reset(){this.currentMutation=void 0,this.updateResult(),this.notify({listeners:!0})}mutate(t,n){return this.mutateOptions=n,this.currentMutation&&this.currentMutation.removeObserver(this),this.currentMutation=this.client.getMutationCache().build(this.client,{...this.options,variables:typeof t<"u"?t:this.options.variables}),this.currentMutation.addObserver(this),this.currentMutation.execute()}updateResult(){const t=this.currentMutation?this.currentMutation.state:xW(),n={...t,isLoading:t.status==="loading",isSuccess:t.status==="success",isError:t.status==="error",isIdle:t.status==="idle",mutate:this.mutate,reset:this.reset};this.currentResult=n}notify(t){Tn.batch(()=>{if(this.mutateOptions){if(t.onSuccess){var n,r,a,s;(n=(r=this.mutateOptions).onSuccess)==null||n.call(r,this.currentResult.data,this.currentResult.variables,this.currentResult.context),(a=(s=this.mutateOptions).onSettled)==null||a.call(s,this.currentResult.data,null,this.currentResult.variables,this.currentResult.context)}else if(t.onError){var l,c,d,f;(l=(c=this.mutateOptions).onError)==null||l.call(c,this.currentResult.error,this.currentResult.variables,this.currentResult.context),(d=(f=this.mutateOptions).onSettled)==null||d.call(f,void 0,this.currentResult.error,this.currentResult.variables,this.currentResult.context)}}t.listeners&&this.listeners.forEach(h=>{h(this.currentResult)})})}}var AW={exports:{}},ny={},zM;function Uq(){if(zM)return ny;zM=1;var e=T.exports;function t(p,g){return p===g&&(p!==0||1/p===1/g)||p!==p&&g!==g}var n=typeof Object.is=="function"?Object.is:t,r=e.useState,a=e.useEffect,s=e.useLayoutEffect,l=e.useDebugValue;function c(p,g){var w=g(),y=r({inst:{value:w,getSnapshot:g}}),k=y[0].inst,M=y[1];return s(function(){k.value=w,k.getSnapshot=g,d(k)&&M({inst:k})},[p,w,g]),a(function(){return d(k)&&M({inst:k}),p(function(){d(k)&&M({inst:k})})},[p]),l(w),w}function d(p){var g=p.getSnapshot;p=p.value;try{var w=g();return!n(p,w)}catch{return!0}}function f(p,g){return g()}var h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?f:c;return ny.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:h,ny}(function(e){e.exports=Uq()})(AW);const SW=AW.exports.useSyncExternalStore,NM=T.exports.createContext(void 0),CW=T.exports.createContext(!1);function EW(e,t){return e||(t&&typeof window<"u"?(window.ReactQueryClientContext||(window.ReactQueryClientContext=NM),window.ReactQueryClientContext):NM)}const Au=({context:e}={})=>{const t=T.exports.useContext(EW(e,T.exports.useContext(CW)));if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},Gq=({client:e,children:t,context:n,contextSharing:r=!1})=>{T.exports.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]);const a=EW(n,r);return T.exports.createElement(CW.Provider,{value:!n&&r},T.exports.createElement(a.Provider,{value:e},t))},WW=T.exports.createContext(!1),Yq=()=>T.exports.useContext(WW);WW.Provider;function Kq(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}const qq=T.exports.createContext(Kq()),Vq=()=>T.exports.useContext(qq);function jW(e,t){return typeof e=="function"?e(...t):!!e}const Jq=(e,t)=>{(e.suspense||e.useErrorBoundary)&&(t.isReset()||(e.retryOnMount=!1))},Qq=e=>{T.exports.useEffect(()=>{e.clearReset()},[e])},$q=({result:e,errorResetBoundary:t,useErrorBoundary:n,query:r})=>e.isError&&!t.isReset()&&!e.isFetching&&jW(n,[e.error,r]),Zq=e=>{e.suspense&&typeof e.staleTime!="number"&&(e.staleTime=1e3)},eV=(e,t)=>e.isLoading&&e.isFetching&&!t,tV=(e,t,n)=>(e==null?void 0:e.suspense)&&eV(t,n),nV=(e,t,n)=>t.fetchOptimistic(e).then(({data:r})=>{e.onSuccess==null||e.onSuccess(r),e.onSettled==null||e.onSettled(r,null)}).catch(r=>{n.clearReset(),e.onError==null||e.onError(r),e.onSettled==null||e.onSettled(void 0,r)});function OW(e,t){const n=Au({context:e.context}),r=Yq(),a=Vq(),s=n.defaultQueryOptions(e);s._optimisticResults=r?"isRestoring":"optimistic",s.onError&&(s.onError=Tn.batchCalls(s.onError)),s.onSuccess&&(s.onSuccess=Tn.batchCalls(s.onSuccess)),s.onSettled&&(s.onSettled=Tn.batchCalls(s.onSettled)),Zq(s),Jq(s,a),Qq(a);const[l]=T.exports.useState(()=>new t(n,s)),c=l.getOptimisticResult(s);if(SW(T.exports.useCallback(d=>r?()=>{}:l.subscribe(Tn.batchCalls(d)),[l,r]),()=>l.getCurrentResult(),()=>l.getCurrentResult()),T.exports.useEffect(()=>{l.setOptions(s,{listeners:!1})},[s,l]),tV(s,c,r))throw nV(s,l,a);if($q({result:c,errorResetBoundary:a,useErrorBoundary:s.useErrorBoundary,query:l.getCurrentQuery()}))throw c.error;return s.notifyOnChangeProps?c:l.trackResult(c)}function ah(e,t,n){const r=vc(e,t,n);return OW(r,MW)}function pv(e,t,n){const r=Cq(e,t,n),a=Au({context:r.context}),[s]=T.exports.useState(()=>new Xq(a,r));T.exports.useEffect(()=>{s.setOptions(r)},[s,r]);const l=SW(T.exports.useCallback(d=>s.subscribe(Tn.batchCalls(d)),[s]),()=>s.getCurrentResult(),()=>s.getCurrentResult()),c=T.exports.useCallback((d,f)=>{s.mutate(d,f).catch(rV)},[s]);if(l.error&&jW(s.options.useErrorBoundary,[l.error]))throw l.error;return{...l,mutate:c,mutateAsync:l.mutate}}function rV(){}function aV(e,t,n){const r=vc(e,t,n);return OW(r,Bq)}var iV={lessThanXSeconds:{one:"minder as 'n sekonde",other:"minder as {{count}} sekondes"},xSeconds:{one:"1 sekonde",other:"{{count}} sekondes"},halfAMinute:"'n halwe minuut",lessThanXMinutes:{one:"minder as 'n minuut",other:"minder as {{count}} minute"},xMinutes:{one:"'n minuut",other:"{{count}} minute"},aboutXHours:{one:"ongeveer 1 uur",other:"ongeveer {{count}} ure"},xHours:{one:"1 uur",other:"{{count}} ure"},xDays:{one:"1 dag",other:"{{count}} dae"},aboutXWeeks:{one:"ongeveer 1 week",other:"ongeveer {{count}} weke"},xWeeks:{one:"1 week",other:"{{count}} weke"},aboutXMonths:{one:"ongeveer 1 maand",other:"ongeveer {{count}} maande"},xMonths:{one:"1 maand",other:"{{count}} maande"},aboutXYears:{one:"ongeveer 1 jaar",other:"ongeveer {{count}} jaar"},xYears:{one:"1 jaar",other:"{{count}} jaar"},overXYears:{one:"meer as 1 jaar",other:"meer as {{count}} jaar"},almostXYears:{one:"byna 1 jaar",other:"byna {{count}} jaar"}},oV=function(e,t,n){var r,a=iV[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"oor "+r:r+" gelede":r};const sV=oV;function D(e){return function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=t.width?String(t.width):e.defaultWidth,r=e.formats[n]||e.formats[e.defaultWidth];return r}}var lV={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"yyyy/MM/dd"},uV={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},cV={full:"{{date}} 'om' {{time}}",long:"{{date}} 'om' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},dV={date:D({formats:lV,defaultWidth:"full"}),time:D({formats:uV,defaultWidth:"full"}),dateTime:D({formats:cV,defaultWidth:"full"})};const fV=dV;var hV={lastWeek:"'verlede' eeee 'om' p",yesterday:"'gister om' p",today:"'vandag om' p",tomorrow:"'m\xF4re om' p",nextWeek:"eeee 'om' p",other:"P"},mV=function(e,t,n,r){return hV[e]};const pV=mV;function S(e){return function(t,n){var r=n!=null&&n.context?String(n.context):"standalone",a;if(r==="formatting"&&e.formattingValues){var s=e.defaultFormattingWidth||e.defaultWidth,l=n!=null&&n.width?String(n.width):s;a=e.formattingValues[l]||e.formattingValues[s]}else{var c=e.defaultWidth,d=n!=null&&n.width?String(n.width):e.defaultWidth;a=e.values[d]||e.values[c]}var f=e.argumentCallback?e.argumentCallback(t):t;return a[f]}}var gV={narrow:["vC","nC"],abbreviated:["vC","nC"],wide:["voor Christus","na Christus"]},vV={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["1ste kwartaal","2de kwartaal","3de kwartaal","4de kwartaal"]},bV={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Des"],wide:["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]},yV={narrow:["S","M","D","W","D","V","S"],short:["So","Ma","Di","Wo","Do","Vr","Sa"],abbreviated:["Son","Maa","Din","Woe","Don","Vry","Sat"],wide:["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"]},wV={narrow:{am:"vm",pm:"nm",midnight:"middernag",noon:"middaguur",morning:"oggend",afternoon:"middag",evening:"laat middag",night:"aand"},abbreviated:{am:"vm",pm:"nm",midnight:"middernag",noon:"middaguur",morning:"oggend",afternoon:"middag",evening:"laat middag",night:"aand"},wide:{am:"vm",pm:"nm",midnight:"middernag",noon:"middaguur",morning:"oggend",afternoon:"middag",evening:"laat middag",night:"aand"}},kV={narrow:{am:"vm",pm:"nm",midnight:"middernag",noon:"uur die middag",morning:"uur die oggend",afternoon:"uur die middag",evening:"uur die aand",night:"uur die aand"},abbreviated:{am:"vm",pm:"nm",midnight:"middernag",noon:"uur die middag",morning:"uur die oggend",afternoon:"uur die middag",evening:"uur die aand",night:"uur die aand"},wide:{am:"vm",pm:"nm",midnight:"middernag",noon:"uur die middag",morning:"uur die oggend",afternoon:"uur die middag",evening:"uur die aand",night:"uur die aand"}},xV=function(e){var t=Number(e),n=t%100;if(n<20)switch(n){case 1:case 8:return t+"ste";default:return t+"de"}return t+"ste"},PV={ordinalNumber:xV,era:S({values:gV,defaultWidth:"wide"}),quarter:S({values:vV,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:bV,defaultWidth:"wide"}),day:S({values:yV,defaultWidth:"wide"}),dayPeriod:S({values:wV,defaultWidth:"wide",formattingValues:kV,defaultFormattingWidth:"wide"})};const MV=PV;function C(e){return function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.width,a=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],s=t.match(a);if(!s)return null;var l=s[0],c=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(c)?SV(c,function(p){return p.test(l)}):AV(c,function(p){return p.test(l)}),f;f=e.valueCallback?e.valueCallback(d):d,f=n.valueCallback?n.valueCallback(f):f;var h=t.slice(l.length);return{value:f,rest:h}}}function AV(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function SV(e,t){for(var n=0;n1&&arguments[1]!==void 0?arguments[1]:{},r=t.match(e.matchPattern);if(!r)return null;var a=r[0],s=t.match(e.parsePattern);if(!s)return null;var l=e.valueCallback?e.valueCallback(s[0]):s[0];l=n.valueCallback?n.valueCallback(l):l;var c=t.slice(a.length);return{value:l,rest:c}}}var CV=/^(\d+)(ste|de)?/i,EV=/\d+/i,WV={narrow:/^([vn]\.? ?C\.?)/,abbreviated:/^([vn]\. ?C\.?)/,wide:/^((voor|na) Christus)/},jV={any:[/^v/,/^n/]},OV={narrow:/^[1234]/i,abbreviated:/^K[1234]/i,wide:/^[1234](st|d)e kwartaal/i},TV={any:[/1/i,/2/i,/3/i,/4/i]},zV={narrow:/^[jfmasond]/i,abbreviated:/^(Jan|Feb|Mrt|Apr|Mei|Jun|Jul|Aug|Sep|Okt|Nov|Dec)\.?/i,wide:/^(Januarie|Februarie|Maart|April|Mei|Junie|Julie|Augustus|September|Oktober|November|Desember)/i},NV={narrow:[/^J/i,/^F/i,/^M/i,/^A/i,/^M/i,/^J/i,/^J/i,/^A/i,/^S/i,/^O/i,/^N/i,/^D/i],any:[/^Jan/i,/^Feb/i,/^Mrt/i,/^Apr/i,/^Mei/i,/^Jun/i,/^Jul/i,/^Aug/i,/^Sep/i,/^Okt/i,/^Nov/i,/^Dec/i]},_V={narrow:/^[smdwv]/i,short:/^(So|Ma|Di|Wo|Do|Vr|Sa)/i,abbreviated:/^(Son|Maa|Din|Woe|Don|Vry|Sat)/i,wide:/^(Sondag|Maandag|Dinsdag|Woensdag|Donderdag|Vrydag|Saterdag)/i},RV={narrow:[/^S/i,/^M/i,/^D/i,/^W/i,/^D/i,/^V/i,/^S/i],any:[/^So/i,/^Ma/i,/^Di/i,/^Wo/i,/^Do/i,/^Vr/i,/^Sa/i]},IV={any:/^(vm|nm|middernag|(?:uur )?die (oggend|middag|aand))/i},DV={any:{am:/^vm/i,pm:/^nm/i,midnight:/^middernag/i,noon:/^middaguur/i,morning:/oggend/i,afternoon:/middag/i,evening:/laat middag/i,night:/aand/i}},LV={ordinalNumber:Le({matchPattern:CV,parsePattern:EV,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:WV,defaultMatchWidth:"wide",parsePatterns:jV,defaultParseWidth:"any"}),quarter:C({matchPatterns:OV,defaultMatchWidth:"wide",parsePatterns:TV,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:zV,defaultMatchWidth:"wide",parsePatterns:NV,defaultParseWidth:"any"}),day:C({matchPatterns:_V,defaultMatchWidth:"wide",parsePatterns:RV,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:IV,defaultMatchWidth:"any",parsePatterns:DV,defaultParseWidth:"any"})};const HV=LV;var FV={code:"af",formatDistance:sV,formatLong:fV,formatRelative:pV,localize:MV,match:HV,options:{weekStartsOn:0,firstWeekContainsDate:1}};const BV=FV;var XV={lessThanXSeconds:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0648\u0627\u0646\u064A",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0627\u0646\u064A\u0629"},xSeconds:{one:"\u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u062B\u0627\u0646\u064A\u062A\u0627\u0646",threeToTen:"{{count}} \u062B\u0648\u0627\u0646\u064A",other:"{{count}} \u062B\u0627\u0646\u064A\u0629"},halfAMinute:"\u0646\u0635\u0641 \u062F\u0642\u064A\u0642\u0629",lessThanXMinutes:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u0627\u0626\u0642",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u064A\u0642\u0629"},xMinutes:{one:"\u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u062F\u0642\u064A\u0642\u062A\u0627\u0646",threeToTen:"{{count}} \u062F\u0642\u0627\u0626\u0642",other:"{{count}} \u062F\u0642\u064A\u0642\u0629"},aboutXHours:{one:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0633\u0627\u0639\u062A\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0633\u0627\u0639\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xHours:{one:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u0633\u0627\u0639\u062A\u0627\u0646",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A",other:"{{count}} \u0633\u0627\u0639\u0629"},xDays:{one:"\u064A\u0648\u0645 \u0648\u0627\u062D\u062F",two:"\u064A\u0648\u0645\u0627\u0646",threeToTen:"{{count}} \u0623\u064A\u0627\u0645",other:"{{count}} \u064A\u0648\u0645"},aboutXWeeks:{one:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627",two:"\u0623\u0633\u0628\u0648\u0639\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639 \u062A\u0642\u0631\u064A\u0628\u0627",other:"{{count}} \u0623\u0633\u0628\u0648\u0639\u0627 \u062A\u0642\u0631\u064A\u0628\u0627"},xWeeks:{one:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F",two:"\u0623\u0633\u0628\u0648\u0639\u0627\u0646",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639",other:"{{count}} \u0623\u0633\u0628\u0648\u0639\u0627"},aboutXMonths:{one:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0634\u0647\u0631\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627",threeToTen:"{{count}} \u0623\u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628\u0627",other:"{{count}} \u0634\u0647\u0631\u0627 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xMonths:{one:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F",two:"\u0634\u0647\u0631\u0627\u0646",threeToTen:"{{count}} \u0623\u0634\u0647\u0631",other:"{{count}} \u0634\u0647\u0631\u0627"},aboutXYears:{one:"\u0633\u0646\u0629 \u0648\u0627\u062D\u062F\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0633\u0646\u062A\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627",threeToTen:"{{count}} \u0633\u0646\u0648\u0627\u062A \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0633\u0646\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xYears:{one:"\u0633\u0646\u0629 \u0648\u0627\u062D\u062F",two:"\u0633\u0646\u062A\u0627\u0646",threeToTen:"{{count}} \u0633\u0646\u0648\u0627\u062A",other:"{{count}} \u0633\u0646\u0629"},overXYears:{one:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0633\u0646\u0629",two:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0633\u0646\u062A\u064A\u0646",threeToTen:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0633\u0646\u0648\u0627\u062A",other:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0633\u0646\u0629"},almostXYears:{one:"\u0645\u0627 \u064A\u0642\u0627\u0631\u0628 \u0633\u0646\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u0645\u0627 \u064A\u0642\u0627\u0631\u0628 \u0633\u0646\u062A\u064A\u0646",threeToTen:"\u0645\u0627 \u064A\u0642\u0627\u0631\u0628 {{count}} \u0633\u0646\u0648\u0627\u062A",other:"\u0645\u0627 \u064A\u0642\u0627\u0631\u0628 {{count}} \u0633\u0646\u0629"}},UV=function(e,t,n){var r=XV[e],a;return typeof r=="string"?a=r:t===1?a=r.one:t===2?a=r.two:t<=10?a=r.threeToTen.replace("{{count}}",String(t)):a=r.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u062E\u0644\u0627\u0644 "+a:"\u0645\u0646\u0630 "+a:a};const GV=UV;var YV={full:"EEEE\u060C do MMMM y",long:"do MMMM y",medium:"d MMM y",short:"dd/MM/yyyy"},KV={full:"HH:mm:ss",long:"HH:mm:ss",medium:"HH:mm:ss",short:"HH:mm"},qV={full:"{{date}} '\u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629' {{time}}",long:"{{date}} '\u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},VV={date:D({formats:YV,defaultWidth:"full"}),time:D({formats:KV,defaultWidth:"full"}),dateTime:D({formats:qV,defaultWidth:"full"})};const JV=VV;var QV={lastWeek:"eeee '\u0627\u0644\u0645\u0627\u0636\u064A \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629' p",yesterday:"'\u0627\u0644\u0623\u0645\u0633 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629' p",today:"'\u0627\u0644\u064A\u0648\u0645 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629' p",tomorrow:"'\u063A\u062F\u0627 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629' p",nextWeek:"eeee '\u0627\u0644\u0642\u0627\u062F\u0645 \u0639\u0646\u062F \u0627\u0644\u0633\u0627\u0639\u0629' p",other:"P"},$V=function(e){return QV[e]};const ZV=$V;var eJ={narrow:["\u0642","\u0628"],abbreviated:["\u0642.\u0645.","\u0628.\u0645."],wide:["\u0642\u0628\u0644 \u0627\u0644\u0645\u064A\u0644\u0627\u062F","\u0628\u0639\u062F \u0627\u0644\u0645\u064A\u0644\u0627\u062F"]},tJ={narrow:["1","2","3","4"],abbreviated:["\u06311","\u06312","\u06313","\u06314"],wide:["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0646\u064A","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0644\u062B","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]},nJ={narrow:["\u064A","\u0641","\u0645","\u0623","\u0645","\u064A","\u064A","\u0623","\u0633","\u0623","\u0646","\u062F"],abbreviated:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],wide:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"]},rJ={narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],short:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],abbreviated:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],wide:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"]},aJ={narrow:{am:"\u0635",pm:"\u0645",morning:"\u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0638\u0647\u0631",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0627\u0644\u0644\u064A\u0644",midnight:"\u0645\u0646\u062A\u0635\u0641 \u0627\u0644\u0644\u064A\u0644"},abbreviated:{am:"\u0635",pm:"\u0645",morning:"\u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0638\u0647\u0631",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0627\u0644\u0644\u064A\u0644",midnight:"\u0645\u0646\u062A\u0635\u0641 \u0627\u0644\u0644\u064A\u0644"},wide:{am:"\u0635",pm:"\u0645",morning:"\u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0638\u0647\u0631",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0627\u0644\u0644\u064A\u0644",midnight:"\u0645\u0646\u062A\u0635\u0641 \u0627\u0644\u0644\u064A\u0644"}},iJ={narrow:{am:"\u0635",pm:"\u0645",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0638\u0647\u0631",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644",midnight:"\u0645\u0646\u062A\u0635\u0641 \u0627\u0644\u0644\u064A\u0644"},abbreviated:{am:"\u0635",pm:"\u0645",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0638\u0647\u0631",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644",midnight:"\u0645\u0646\u062A\u0635\u0641 \u0627\u0644\u0644\u064A\u0644"},wide:{am:"\u0635",pm:"\u0645",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0638\u0647\u0631",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644",midnight:"\u0645\u0646\u062A\u0635\u0641 \u0627\u0644\u0644\u064A\u0644"}},oJ=function(e){return String(e)},sJ={ordinalNumber:oJ,era:S({values:eJ,defaultWidth:"wide"}),quarter:S({values:tJ,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:nJ,defaultWidth:"wide"}),day:S({values:rJ,defaultWidth:"wide"}),dayPeriod:S({values:aJ,defaultWidth:"wide",formattingValues:iJ,defaultFormattingWidth:"wide"})};const lJ=sJ;var uJ=/^(\d+)(th|st|nd|rd)?/i,cJ=/\d+/i,dJ={narrow:/[قب]/,abbreviated:/[قب]\.م\./,wide:/(قبل|بعد) الميلاد/},fJ={any:[/قبل/,/بعد/]},hJ={narrow:/^[1234]/i,abbreviated:/ر[1234]/,wide:/الربع (الأول|الثاني|الثالث|الرابع)/},mJ={any:[/1/i,/2/i,/3/i,/4/i]},pJ={narrow:/^[أيفمسند]/,abbreviated:/^(يناير|فبراير|مارس|أبريل|مايو|يونيو|يوليو|أغسطس|سبتمبر|أكتوبر|نوفمبر|ديسمبر)/,wide:/^(يناير|فبراير|مارس|أبريل|مايو|يونيو|يوليو|أغسطس|سبتمبر|أكتوبر|نوفمبر|ديسمبر)/},gJ={narrow:[/^ي/i,/^ف/i,/^م/i,/^أ/i,/^م/i,/^ي/i,/^ي/i,/^أ/i,/^س/i,/^أ/i,/^ن/i,/^د/i],any:[/^يناير/i,/^فبراير/i,/^مارس/i,/^أبريل/i,/^مايو/i,/^يونيو/i,/^يوليو/i,/^أغسطس/i,/^سبتمبر/i,/^أكتوبر/i,/^نوفمبر/i,/^ديسمبر/i]},vJ={narrow:/^[حنثرخجس]/i,short:/^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/i,abbreviated:/^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/i,wide:/^(الأحد|الاثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت)/i},bJ={narrow:[/^ح/i,/^ن/i,/^ث/i,/^ر/i,/^خ/i,/^ج/i,/^س/i],wide:[/^الأحد/i,/^الاثنين/i,/^الثلاثاء/i,/^الأربعاء/i,/^الخميس/i,/^الجمعة/i,/^السبت/i],any:[/^أح/i,/^اث/i,/^ث/i,/^أر/i,/^خ/i,/^ج/i,/^س/i]},yJ={narrow:/^(ص|م|منتصف الليل|الظهر|بعد الظهر|في الصباح|في المساء|في الليل)/,any:/^(ص|م|منتصف الليل|الظهر|بعد الظهر|في الصباح|في المساء|في الليل)/},wJ={any:{am:/^ص/,pm:/^م/,midnight:/منتصف الليل/,noon:/الظهر/,afternoon:/بعد الظهر/,morning:/في الصباح/,evening:/في المساء/,night:/في الليل/}},kJ={ordinalNumber:Le({matchPattern:uJ,parsePattern:cJ,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:dJ,defaultMatchWidth:"wide",parsePatterns:fJ,defaultParseWidth:"any"}),quarter:C({matchPatterns:hJ,defaultMatchWidth:"wide",parsePatterns:mJ,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:pJ,defaultMatchWidth:"wide",parsePatterns:gJ,defaultParseWidth:"any"}),day:C({matchPatterns:vJ,defaultMatchWidth:"wide",parsePatterns:bJ,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:yJ,defaultMatchWidth:"any",parsePatterns:wJ,defaultParseWidth:"any"})};const xJ=kJ;var PJ={code:"ar",formatDistance:GV,formatLong:JV,formatRelative:ZV,localize:lJ,match:xJ,options:{weekStartsOn:6,firstWeekContainsDate:1}};const MJ=PJ;var AJ={lessThanXSeconds:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0648\u0627\u0646\u064A",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0627\u0646\u064A\u0629"},xSeconds:{one:"\u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u062B\u0627\u0646\u062A\u064A\u0646",threeToTen:"{{count}} \u062B\u0648\u0627\u0646\u064A",other:"{{count}} \u062B\u0627\u0646\u064A\u0629"},halfAMinute:"\u0646\u0635\u0641 \u062F\u0642\u064A\u0642\u0629",lessThanXMinutes:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u0627\u0626\u0642",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u064A\u0642\u0629"},xMinutes:{one:"\u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"{{count}} \u062F\u0642\u0627\u0626\u0642",other:"{{count}} \u062F\u0642\u064A\u0642\u0629"},aboutXHours:{one:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0633\u0627\u0639\u062A\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0633\u0627\u0639\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xHours:{one:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u0633\u0627\u0639\u062A\u064A\u0646",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A",other:"{{count}} \u0633\u0627\u0639\u0629"},xDays:{one:"\u064A\u0648\u0645 \u0648\u0627\u062D\u062F",two:"\u064A\u0648\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u064A\u0627\u0645",other:"{{count}} \u064A\u0648\u0645"},aboutXWeeks:{one:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0623\u0633\u0628\u0648\u0639\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0623\u0633\u0628\u0648\u0639 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xWeeks:{one:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F",two:"\u0623\u0633\u0628\u0648\u0639\u064A\u0646",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639",other:"{{count}} \u0623\u0633\u0628\u0648\u0639"},aboutXMonths:{one:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0634\u0647\u0631\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xMonths:{one:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F",two:"\u0634\u0647\u0631\u064A\u0646",threeToTen:"{{count}} \u0623\u0634\u0647\u0631",other:"{{count}} \u0634\u0647\u0631"},aboutXYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F",two:"\u0639\u0627\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645",other:"{{count}} \u0639\u0627\u0645"},overXYears:{one:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0639\u0627\u0645",two:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0639\u0627\u0645\u064A\u0646",threeToTen:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0623\u0639\u0648\u0627\u0645",other:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0639\u0627\u0645"},almostXYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"}},SJ=function(e,t,n){n=n||{};var r=AJ[e],a;return typeof r=="string"?a=r:t===1?a=r.one:t===2?a=r.two:t<=10?a=r.threeToTen.replace("{{count}}",String(t)):a=r.other.replace("{{count}}",String(t)),n.addSuffix?n.comparison&&n.comparison>0?"\u0641\u064A \u062E\u0644\u0627\u0644 "+a:"\u0645\u0646\u0630 "+a:a};const CJ=SJ;var EJ={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},WJ={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},jJ={full:"{{date}} '\u0639\u0646\u062F' {{time}}",long:"{{date}} '\u0639\u0646\u062F' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},OJ={date:D({formats:EJ,defaultWidth:"full"}),time:D({formats:WJ,defaultWidth:"full"}),dateTime:D({formats:jJ,defaultWidth:"full"})};const TJ=OJ;var zJ={lastWeek:"'\u0623\u062E\u0631' eeee '\u0639\u0646\u062F' p",yesterday:"'\u0623\u0645\u0633 \u0639\u0646\u062F' p",today:"'\u0627\u0644\u064A\u0648\u0645 \u0639\u0646\u062F' p",tomorrow:"'\u063A\u062F\u0627\u064B \u0639\u0646\u062F' p",nextWeek:"eeee '\u0639\u0646\u062F' p",other:"P"},NJ=function(e,t,n,r){return zJ[e]};const _J=NJ;var RJ={narrow:["\u0642","\u0628"],abbreviated:["\u0642.\u0645.","\u0628.\u0645."],wide:["\u0642\u0628\u0644 \u0627\u0644\u0645\u064A\u0644\u0627\u062F","\u0628\u0639\u062F \u0627\u0644\u0645\u064A\u0644\u0627\u062F"]},IJ={narrow:["1","2","3","4"],abbreviated:["\u06311","\u06312","\u06313","\u06314"],wide:["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0646\u064A","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0644\u062B","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]},DJ={narrow:["\u062C","\u0641","\u0645","\u0623","\u0645","\u062C","\u062C","\u0623","\u0633","\u0623","\u0646","\u062F"],abbreviated:["\u062C\u0627\u0646\u0640","\u0641\u064A\u0641\u0640","\u0645\u0627\u0631\u0633","\u0623\u0641\u0631\u064A\u0644","\u0645\u0627\u064A\u0640","\u062C\u0648\u0627\u0646\u0640","\u062C\u0648\u064A\u0640","\u0623\u0648\u062A","\u0633\u0628\u062A\u0640","\u0623\u0643\u062A\u0640","\u0646\u0648\u0641\u0640","\u062F\u064A\u0633\u0640"],wide:["\u062C\u0627\u0646\u0641\u064A","\u0641\u064A\u0641\u0631\u064A","\u0645\u0627\u0631\u0633","\u0623\u0641\u0631\u064A\u0644","\u0645\u0627\u064A","\u062C\u0648\u0627\u0646","\u062C\u0648\u064A\u0644\u064A\u0629","\u0623\u0648\u062A","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"]},LJ={narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],short:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],abbreviated:["\u0623\u062D\u062F","\u0627\u062B\u0646\u0640","\u062B\u0644\u0627","\u0623\u0631\u0628\u0640","\u062E\u0645\u064A\u0640","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],wide:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"]},HJ={narrow:{am:"\u0635",pm:"\u0645",midnight:"\u0646",noon:"\u0638",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"},abbreviated:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"},wide:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"}},FJ={narrow:{am:"\u0635",pm:"\u0645",midnight:"\u0646",noon:"\u0638",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0640\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"},abbreviated:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"},wide:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0640\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"}},BJ=function(e){return String(e)},XJ={ordinalNumber:BJ,era:S({values:RJ,defaultWidth:"wide"}),quarter:S({values:IJ,defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:S({values:DJ,defaultWidth:"wide"}),day:S({values:LJ,defaultWidth:"wide"}),dayPeriod:S({values:HJ,defaultWidth:"wide",formattingValues:FJ,defaultFormattingWidth:"wide"})};const UJ=XJ;var GJ=/^(\d+)(th|st|nd|rd)?/i,YJ=/\d+/i,KJ={narrow:/^(ق|ب)/i,abbreviated:/^(ق\.?\s?م\.?|ق\.?\s?م\.?\s?|a\.?\s?d\.?|c\.?\s?)/i,wide:/^(قبل الميلاد|قبل الميلاد|بعد الميلاد|بعد الميلاد)/i},qJ={any:[/^قبل/i,/^بعد/i]},VJ={narrow:/^[1234]/i,abbreviated:/^ر[1234]/i,wide:/^الربع [1234]/i},JJ={any:[/1/i,/2/i,/3/i,/4/i]},QJ={narrow:/^[جفمأسند]/i,abbreviated:/^(جان|فيف|مار|أفر|ماي|جوا|جوي|أوت|سبت|أكت|نوف|ديس)/i,wide:/^(جانفي|فيفري|مارس|أفريل|ماي|جوان|جويلية|أوت|سبتمبر|أكتوبر|نوفمبر|ديسمبر)/i},$J={narrow:[/^ج/i,/^ف/i,/^م/i,/^أ/i,/^م/i,/^ج/i,/^ج/i,/^أ/i,/^س/i,/^أ/i,/^ن/i,/^د/i],any:[/^جان/i,/^فيف/i,/^مار/i,/^أفر/i,/^ماي/i,/^جوا/i,/^جوي/i,/^أوت/i,/^سبت/i,/^أكت/i,/^نوف/i,/^ديس/i]},ZJ={narrow:/^[حنثرخجس]/i,short:/^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/i,abbreviated:/^(أحد|اثن|ثلا|أرب|خمي|جمعة|سبت)/i,wide:/^(الأحد|الاثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت)/i},eQ={narrow:[/^ح/i,/^ن/i,/^ث/i,/^ر/i,/^خ/i,/^ج/i,/^س/i],wide:[/^الأحد/i,/^الاثنين/i,/^الثلاثاء/i,/^الأربعاء/i,/^الخميس/i,/^الجمعة/i,/^السبت/i],any:[/^أح/i,/^اث/i,/^ث/i,/^أر/i,/^خ/i,/^ج/i,/^س/i]},tQ={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},nQ={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},rQ={ordinalNumber:Le({matchPattern:GJ,parsePattern:YJ,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:KJ,defaultMatchWidth:"wide",parsePatterns:qJ,defaultParseWidth:"any"}),quarter:C({matchPatterns:VJ,defaultMatchWidth:"wide",parsePatterns:JJ,defaultParseWidth:"any",valueCallback:function(e){return Number(e)+1}}),month:C({matchPatterns:QJ,defaultMatchWidth:"wide",parsePatterns:$J,defaultParseWidth:"any"}),day:C({matchPatterns:ZJ,defaultMatchWidth:"wide",parsePatterns:eQ,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:tQ,defaultMatchWidth:"any",parsePatterns:nQ,defaultParseWidth:"any"})};const aQ=rQ;var iQ={code:"ar-DZ",formatDistance:CJ,formatLong:TJ,formatRelative:_J,localize:UJ,match:aQ,options:{weekStartsOn:0,firstWeekContainsDate:1}};const oQ=iQ;var sQ={lessThanXSeconds:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0648\u0627\u0646\u064A",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0627\u0646\u064A\u0629"},xSeconds:{one:"\u062B\u0627\u0646\u064A\u0629",two:"\u062B\u0627\u0646\u064A\u062A\u064A\u0646",threeToTen:"{{count}} \u062B\u0648\u0627\u0646\u064A",other:"{{count}} \u062B\u0627\u0646\u064A\u0629"},halfAMinute:"\u0646\u0635 \u062F\u0642\u064A\u0642\u0629",lessThanXMinutes:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u0627\u064A\u0642",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u064A\u0642\u0629"},xMinutes:{one:"\u062F\u0642\u064A\u0642\u0629",two:"\u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"{{count}} \u062F\u0642\u0627\u064A\u0642",other:"{{count}} \u062F\u0642\u064A\u0642\u0629"},aboutXHours:{one:"\u062D\u0648\u0627\u0644\u064A \u0633\u0627\u0639\u0629",two:"\u062D\u0648\u0627\u0644\u064A \u0633\u0627\u0639\u062A\u064A\u0646",threeToTen:"\u062D\u0648\u0627\u0644\u064A {{count}} \u0633\u0627\u0639\u0627\u062A",other:"\u062D\u0648\u0627\u0644\u064A {{count}} \u0633\u0627\u0639\u0629"},xHours:{one:"\u0633\u0627\u0639\u0629",two:"\u0633\u0627\u0639\u062A\u064A\u0646",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A",other:"{{count}} \u0633\u0627\u0639\u0629"},xDays:{one:"\u064A\u0648\u0645",two:"\u064A\u0648\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u064A\u0627\u0645",other:"{{count}} \u064A\u0648\u0645"},aboutXWeeks:{one:"\u062D\u0648\u0627\u0644\u064A \u0623\u0633\u0628\u0648\u0639",two:"\u062D\u0648\u0627\u0644\u064A \u0623\u0633\u0628\u0648\u0639\u064A\u0646",threeToTen:"\u062D\u0648\u0627\u0644\u064A {{count}} \u0623\u0633\u0627\u0628\u064A\u0639",other:"\u062D\u0648\u0627\u0644\u064A {{count}} \u0623\u0633\u0628\u0648\u0639"},xWeeks:{one:"\u0623\u0633\u0628\u0648\u0639",two:"\u0623\u0633\u0628\u0648\u0639\u064A\u0646",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639",other:"{{count}} \u0623\u0633\u0628\u0648\u0639"},aboutXMonths:{one:"\u062D\u0648\u0627\u0644\u064A \u0634\u0647\u0631",two:"\u062D\u0648\u0627\u0644\u064A \u0634\u0647\u0631\u064A\u0646",threeToTen:"\u062D\u0648\u0627\u0644\u064A {{count}} \u0623\u0634\u0647\u0631",other:"\u062D\u0648\u0627\u0644\u064A {{count}} \u0634\u0647\u0631"},xMonths:{one:"\u0634\u0647\u0631",two:"\u0634\u0647\u0631\u064A\u0646",threeToTen:"{{count}} \u0623\u0634\u0647\u0631",other:"{{count}} \u0634\u0647\u0631"},aboutXYears:{one:"\u062D\u0648\u0627\u0644\u064A \u0633\u0646\u0629",two:"\u062D\u0648\u0627\u0644\u064A \u0633\u0646\u062A\u064A\u0646",threeToTen:"\u062D\u0648\u0627\u0644\u064A {{count}} \u0633\u0646\u064A\u0646",other:"\u062D\u0648\u0627\u0644\u064A {{count}} \u0633\u0646\u0629"},xYears:{one:"\u0639\u0627\u0645",two:"\u0639\u0627\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645",other:"{{count}} \u0639\u0627\u0645"},overXYears:{one:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0633\u0646\u0629",two:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0633\u0646\u062A\u064A\u0646",threeToTen:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0633\u0646\u064A\u0646",other:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0633\u0646\u0629"},almostXYears:{one:"\u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u064B\u0627",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u064B\u0627",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u064B\u0627",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u064B\u0627"}},lQ=function(e,t,n){var r,a=sQ[e];return typeof a=="string"?r=a:t===1?r=a.one:t===2?r=a.two:t<=10?r=a.threeToTen.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u0641\u064A \u062E\u0644\u0627\u0644 ".concat(r):"\u0645\u0646\u0630 ".concat(r):r};const uQ=lQ;var cQ={full:"EEEE\u060C do MMMM y",long:"do MMMM y",medium:"dd/MMM/y",short:"d/MM/y"},dQ={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},fQ={full:"{{date}} '\u0627\u0644\u0633\u0627\u0639\u0629' {{time}}",long:"{{date}} '\u0627\u0644\u0633\u0627\u0639\u0629' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},hQ={date:D({formats:cQ,defaultWidth:"full"}),time:D({formats:dQ,defaultWidth:"full"}),dateTime:D({formats:fQ,defaultWidth:"full"})};const mQ=hQ;var pQ={lastWeek:"eeee '\u0627\u0644\u0644\u064A \u062C\u0627\u064A \u0627\u0644\u0633\u0627\u0639\u0629' p",yesterday:"'\u0625\u0645\u0628\u0627\u0631\u062D \u0627\u0644\u0633\u0627\u0639\u0629' p",today:"'\u0627\u0644\u0646\u0647\u0627\u0631\u062F\u0629 \u0627\u0644\u0633\u0627\u0639\u0629' p",tomorrow:"'\u0628\u0643\u0631\u0629 \u0627\u0644\u0633\u0627\u0639\u0629' p",nextWeek:"eeee '\u0627\u0644\u0633\u0627\u0639\u0629' p",other:"P"},gQ=function(e,t,n,r){return pQ[e]};const vQ=gQ;var bQ={narrow:["\u0642","\u0628"],abbreviated:["\u0642.\u0645","\u0628.\u0645"],wide:["\u0642\u0628\u0644 \u0627\u0644\u0645\u064A\u0644\u0627\u062F","\u0628\u0639\u062F \u0627\u0644\u0645\u064A\u0644\u0627\u062F"]},yQ={narrow:["1","2","3","4"],abbreviated:["\u06311","\u06312","\u06313","\u06314"],wide:["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0646\u064A","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0644\u062B","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]},wQ={narrow:["\u064A","\u0641","\u0645","\u0623","\u0645","\u064A","\u064A","\u0623","\u0633","\u0623","\u0646","\u062F"],abbreviated:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u0640","\u064A\u0648\u0644\u0640","\u0623\u063A\u0633\u0640","\u0633\u0628\u062A\u0640","\u0623\u0643\u062A\u0640","\u0646\u0648\u0641\u0640","\u062F\u064A\u0633\u0640"],wide:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"]},kQ={narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],short:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],abbreviated:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],wide:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"]},xQ={narrow:{am:"\u0635",pm:"\u0645",midnight:"\u0646",noon:"\u0638",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u064B",night:"\u0644\u064A\u0644\u0627\u064B"},abbreviated:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631\u0627\u064B",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u064B",night:"\u0644\u064A\u0644\u0627\u064B"},wide:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631\u0627\u064B",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u064B",night:"\u0644\u064A\u0644\u0627\u064B"}},PQ={narrow:{am:"\u0635",pm:"\u0645",midnight:"\u0646",noon:"\u0638",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"},abbreviated:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631\u0627\u064B",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"},wide:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0638\u0647\u0631\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"}},MQ=function(e,t){return String(e)},AQ={ordinalNumber:MQ,era:S({values:bQ,defaultWidth:"wide"}),quarter:S({values:yQ,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:wQ,defaultWidth:"wide"}),day:S({values:kQ,defaultWidth:"wide"}),dayPeriod:S({values:xQ,defaultWidth:"wide",formattingValues:PQ,defaultFormattingWidth:"wide"})};const SQ=AQ;var CQ=/^(\d+)/,EQ=/\d+/i,WQ={narrow:/^(ق|ب)/g,abbreviated:/^(ق.م|ب.م)/g,wide:/^(قبل الميلاد|بعد الميلاد)/g},jQ={any:[/^ق/g,/^ب/g]},OQ={narrow:/^[1234]/,abbreviated:/^ر[1234]/,wide:/^الربع (الأول|الثاني|الثالث|الرابع)/},TQ={wide:[/الربع الأول/,/الربع الثاني/,/الربع الثالث/,/الربع الرابع/],any:[/1/,/2/,/3/,/4/]},zQ={narrow:/^(ي|ف|م|أ|س|ن|د)/,abbreviated:/^(ينا|فبر|مارس|أبريل|مايو|يونـ|يولـ|أغسـ|سبتـ|أكتـ|نوفـ|ديسـ)/,wide:/^(يناير|فبراير|مارس|أبريل|مايو|يونيو|يوليو|أغسطس|سبتمبر|أكتوبر|نوفمبر|ديسمبر)/},NQ={narrow:[/^ي/,/^ف/,/^م/,/^أ/,/^م/,/^ي/,/^ي/,/^أ/,/^س/,/^أ/,/^ن/,/^د/],any:[/^ينا/,/^فبر/,/^مارس/,/^أبريل/,/^مايو/,/^يون/,/^يول/,/^أغس/,/^سبت/,/^أكت/,/^نوف/,/^ديس/]},_Q={narrow:/^(ح|ن|ث|ر|خ|ج|س)/,short:/^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/,abbreviated:/^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/,wide:/^(الأحد|الاثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت)/},RQ={narrow:[/^ح/,/^ن/,/^ث/,/^ر/,/^خ/,/^ج/,/^س/],any:[/أحد/,/اثنين/,/ثلاثاء/,/أربعاء/,/خميس/,/جمعة/,/سبت/]},IQ={narrow:/^(ص|م|ن|ظ|في الصباح|بعد الظهر|في المساء|في الليل)/,abbreviated:/^(ص|م|نصف الليل|ظهراً|في الصباح|بعد الظهر|في المساء|في الليل)/,wide:/^(ص|م|نصف الليل|في الصباح|ظهراً|بعد الظهر|في المساء|في الليل)/,any:/^(ص|م|صباح|ظهر|مساء|ليل)/},DQ={any:{am:/^ص/,pm:/^م/,midnight:/^ن/,noon:/^ظ/,morning:/^ص/,afternoon:/^بعد/,evening:/^م/,night:/^ل/}},LQ={ordinalNumber:Le({matchPattern:CQ,parsePattern:EQ,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:WQ,defaultMatchWidth:"wide",parsePatterns:jQ,defaultParseWidth:"any"}),quarter:C({matchPatterns:OQ,defaultMatchWidth:"wide",parsePatterns:TQ,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:zQ,defaultMatchWidth:"wide",parsePatterns:NQ,defaultParseWidth:"any"}),day:C({matchPatterns:_Q,defaultMatchWidth:"wide",parsePatterns:RQ,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:IQ,defaultMatchWidth:"any",parsePatterns:DQ,defaultParseWidth:"any"})};const HQ=LQ;var FQ={code:"ar-EG",formatDistance:uQ,formatLong:mQ,formatRelative:vQ,localize:SQ,match:HQ,options:{weekStartsOn:0,firstWeekContainsDate:1}};const BQ=FQ;var XQ={lessThanXSeconds:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0648\u0627\u0646\u064A",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0627\u0646\u064A\u0629"},xSeconds:{one:"\u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u062B\u0627\u0646\u062A\u064A\u0646",threeToTen:"{{count}} \u062B\u0648\u0627\u0646\u064A",other:"{{count}} \u062B\u0627\u0646\u064A\u0629"},halfAMinute:"\u0646\u0635\u0641 \u062F\u0642\u064A\u0642\u0629",lessThanXMinutes:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u0627\u0626\u0642",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u064A\u0642\u0629"},xMinutes:{one:"\u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"{{count}} \u062F\u0642\u0627\u0626\u0642",other:"{{count}} \u062F\u0642\u064A\u0642\u0629"},aboutXHours:{one:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0633\u0627\u0639\u062A\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0633\u0627\u0639\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xHours:{one:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u0633\u0627\u0639\u062A\u064A\u0646",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A",other:"{{count}} \u0633\u0627\u0639\u0629"},xDays:{one:"\u064A\u0648\u0645 \u0648\u0627\u062D\u062F",two:"\u064A\u0648\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u064A\u0627\u0645",other:"{{count}} \u064A\u0648\u0645"},aboutXWeeks:{one:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0623\u0633\u0628\u0648\u0639\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0623\u0633\u0628\u0648\u0639 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xWeeks:{one:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F",two:"\u0623\u0633\u0628\u0648\u0639\u064A\u0646",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639",other:"{{count}} \u0623\u0633\u0628\u0648\u0639"},aboutXMonths:{one:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0634\u0647\u0631\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xMonths:{one:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F",two:"\u0634\u0647\u0631\u064A\u0646",threeToTen:"{{count}} \u0623\u0634\u0647\u0631",other:"{{count}} \u0634\u0647\u0631"},aboutXYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F",two:"\u0639\u0627\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645",other:"{{count}} \u0639\u0627\u0645"},overXYears:{one:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0639\u0627\u0645",two:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0639\u0627\u0645\u064A\u0646",threeToTen:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0623\u0639\u0648\u0627\u0645",other:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0639\u0627\u0645"},almostXYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"}},UQ=function(e,t,n){n=n||{};var r=XQ[e],a;return typeof r=="string"?a=r:t===1?a=r.one:t===2?a=r.two:t<=10?a=r.threeToTen.replace("{{count}}",String(t)):a=r.other.replace("{{count}}",String(t)),n.addSuffix?n.comparison&&n.comparison>0?"\u0641\u064A \u062E\u0644\u0627\u0644 "+a:"\u0645\u0646\u0630 "+a:a};const GQ=UQ;var YQ={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},KQ={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},qQ={full:"{{date}} '\u0639\u0646\u062F' {{time}}",long:"{{date}} '\u0639\u0646\u062F' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},VQ={date:D({formats:YQ,defaultWidth:"full"}),time:D({formats:KQ,defaultWidth:"full"}),dateTime:D({formats:qQ,defaultWidth:"full"})};const JQ=VQ;var QQ={lastWeek:"'\u0623\u062E\u0631' eeee '\u0639\u0646\u062F' p",yesterday:"'\u0623\u0645\u0633 \u0639\u0646\u062F' p",today:"'\u0627\u0644\u064A\u0648\u0645 \u0639\u0646\u062F' p",tomorrow:"'\u063A\u062F\u0627\u064B \u0639\u0646\u062F' p",nextWeek:"eeee '\u0639\u0646\u062F' p",other:"P"},$Q=function(e,t,n,r){return QQ[e]};const ZQ=$Q;var e$={narrow:["\u0642","\u0628"],abbreviated:["\u0642.\u0645.","\u0628.\u0645."],wide:["\u0642\u0628\u0644 \u0627\u0644\u0645\u064A\u0644\u0627\u062F","\u0628\u0639\u062F \u0627\u0644\u0645\u064A\u0644\u0627\u062F"]},t$={narrow:["1","2","3","4"],abbreviated:["\u06311","\u06312","\u06313","\u06314"],wide:["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0646\u064A","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0644\u062B","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]},n$={narrow:["\u064A","\u0641","\u0645","\u0623","\u0645","\u064A","\u064A","\u063A","\u0634","\u0623","\u0646","\u062F"],abbreviated:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A","\u064A\u0648\u0646\u0640","\u064A\u0648\u0644\u0640","\u063A\u0634\u062A","\u0634\u062A\u0646\u0640","\u0623\u0643\u062A\u0640","\u0646\u0648\u0646\u0640","\u062F\u062C\u0646\u0640"],wide:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648\u0632","\u063A\u0634\u062A","\u0634\u062A\u0646\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0646\u0628\u0631","\u062F\u062C\u0646\u0628\u0631"]},r$={narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],short:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],abbreviated:["\u0623\u062D\u062F","\u0627\u062B\u0646\u0640","\u062B\u0644\u0627","\u0623\u0631\u0628\u0640","\u062E\u0645\u064A\u0640","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],wide:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0625\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"]},a$={narrow:{am:"\u0635",pm:"\u0645",midnight:"\u0646",noon:"\u0638",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"},abbreviated:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"},wide:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"}},i$={narrow:{am:"\u0635",pm:"\u0645",midnight:"\u0646",noon:"\u0638",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0640\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"},abbreviated:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"},wide:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0640\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"}},o$=function(e){return String(e)},s$={ordinalNumber:o$,era:S({values:e$,defaultWidth:"wide"}),quarter:S({values:t$,defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:S({values:n$,defaultWidth:"wide"}),day:S({values:r$,defaultWidth:"wide"}),dayPeriod:S({values:a$,defaultWidth:"wide",formattingValues:i$,defaultFormattingWidth:"wide"})};const l$=s$;var u$=/^(\d+)(th|st|nd|rd)?/i,c$=/\d+/i,d$={narrow:/^(ق|ب)/i,abbreviated:/^(ق\.?\s?م\.?|ق\.?\s?م\.?\s?|a\.?\s?d\.?|c\.?\s?)/i,wide:/^(قبل الميلاد|قبل الميلاد|بعد الميلاد|بعد الميلاد)/i},f$={any:[/^قبل/i,/^بعد/i]},h$={narrow:/^[1234]/i,abbreviated:/^ر[1234]/i,wide:/^الربع [1234]/i},m$={any:[/1/i,/2/i,/3/i,/4/i]},p$={narrow:/^[يفمأمسند]/i,abbreviated:/^(ين|ف|مار|أب|ماي|يون|يول|غش|شت|أك|ن|د)/i,wide:/^(ين|ف|مار|أب|ماي|يون|يول|غش|شت|أك|ن|د)/i},g$={narrow:[/^ي/i,/^ف/i,/^م/i,/^أ/i,/^م/i,/^ي/i,/^ي/i,/^غ/i,/^ش/i,/^أ/i,/^ن/i,/^د/i],any:[/^ين/i,/^فب/i,/^مار/i,/^أب/i,/^ماي/i,/^يون/i,/^يول/i,/^غشت/i,/^ش/i,/^أك/i,/^ن/i,/^د/i]},v$={narrow:/^[حنثرخجس]/i,short:/^(أحد|إثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/i,abbreviated:/^(أحد|إثن|ثلا|أرب|خمي|جمعة|سبت)/i,wide:/^(الأحد|الإثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت)/i},b$={narrow:[/^ح/i,/^ن/i,/^ث/i,/^ر/i,/^خ/i,/^ج/i,/^س/i],wide:[/^الأحد/i,/^الإثنين/i,/^الثلاثاء/i,/^الأربعاء/i,/^الخميس/i,/^الجمعة/i,/^السبت/i],any:[/^أح/i,/^إث/i,/^ث/i,/^أر/i,/^خ/i,/^ج/i,/^س/i]},y$={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},w$={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},k$={ordinalNumber:Le({matchPattern:u$,parsePattern:c$,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:d$,defaultMatchWidth:"wide",parsePatterns:f$,defaultParseWidth:"any"}),quarter:C({matchPatterns:h$,defaultMatchWidth:"wide",parsePatterns:m$,defaultParseWidth:"any",valueCallback:function(e){return Number(e)+1}}),month:C({matchPatterns:p$,defaultMatchWidth:"wide",parsePatterns:g$,defaultParseWidth:"any"}),day:C({matchPatterns:v$,defaultMatchWidth:"wide",parsePatterns:b$,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:y$,defaultMatchWidth:"any",parsePatterns:w$,defaultParseWidth:"any"})};const x$=k$;var P$={code:"ar-MA",formatDistance:GQ,formatLong:JQ,formatRelative:ZQ,localize:l$,match:x$,options:{weekStartsOn:1,firstWeekContainsDate:1}};const M$=P$;var A$={lessThanXSeconds:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0648\u0627\u0646\u064A",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0627\u0646\u064A\u0629"},xSeconds:{one:"\u062B\u0627\u0646\u064A\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u062B\u0627\u0646\u062A\u064A\u0646",threeToTen:"{{count}} \u062B\u0648\u0627\u0646\u064A",other:"{{count}} \u062B\u0627\u0646\u064A\u0629"},halfAMinute:"\u0646\u0635\u0641 \u062F\u0642\u064A\u0642\u0629",lessThanXMinutes:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u0627\u0626\u0642",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u064A\u0642\u0629"},xMinutes:{one:"\u062F\u0642\u064A\u0642\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"{{count}} \u062F\u0642\u0627\u0626\u0642",other:"{{count}} \u062F\u0642\u064A\u0642\u0629"},aboutXHours:{one:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0633\u0627\u0639\u062A\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0633\u0627\u0639\u0629 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xHours:{one:"\u0633\u0627\u0639\u0629 \u0648\u0627\u062D\u062F\u0629",two:"\u0633\u0627\u0639\u062A\u064A\u0646",threeToTen:"{{count}} \u0633\u0627\u0639\u0627\u062A",other:"{{count}} \u0633\u0627\u0639\u0629"},xDays:{one:"\u064A\u0648\u0645 \u0648\u0627\u062D\u062F",two:"\u064A\u0648\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u064A\u0627\u0645",other:"{{count}} \u064A\u0648\u0645"},aboutXWeeks:{one:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0623\u0633\u0628\u0648\u0639\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0623\u0633\u0628\u0648\u0639 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xWeeks:{one:"\u0623\u0633\u0628\u0648\u0639 \u0648\u0627\u062D\u062F",two:"\u0623\u0633\u0628\u0648\u0639\u064A\u0646",threeToTen:"{{count}} \u0623\u0633\u0627\u0628\u064A\u0639",other:"{{count}} \u0623\u0633\u0628\u0648\u0639"},aboutXMonths:{one:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0634\u0647\u0631\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xMonths:{one:"\u0634\u0647\u0631 \u0648\u0627\u062D\u062F",two:"\u0634\u0647\u0631\u064A\u0646",threeToTen:"{{count}} \u0623\u0634\u0647\u0631",other:"{{count}} \u0634\u0647\u0631"},aboutXYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"},xYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F",two:"\u0639\u0627\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645",other:"{{count}} \u0639\u0627\u0645"},overXYears:{one:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0639\u0627\u0645",two:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0639\u0627\u0645\u064A\u0646",threeToTen:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0623\u0639\u0648\u0627\u0645",other:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0639\u0627\u0645"},almostXYears:{one:"\u0639\u0627\u0645 \u0648\u0627\u062D\u062F \u062A\u0642\u0631\u064A\u0628\u0627\u064B",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628\u0627\u064B"}},S$=function(e,t,n){var r,a=A$[e];return typeof a=="string"?r=a:t===1?r=a.one:t===2?r=a.two:t<=10?r=a.threeToTen.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u0641\u064A \u062E\u0644\u0627\u0644 "+r:"\u0645\u0646\u0630 "+r:r};const C$=S$;var E$={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},W$={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},j$={full:"{{date}} '\u0639\u0646\u062F' {{time}}",long:"{{date}} '\u0639\u0646\u062F' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},O$={date:D({formats:E$,defaultWidth:"full"}),time:D({formats:W$,defaultWidth:"full"}),dateTime:D({formats:j$,defaultWidth:"full"})};const T$=O$;var z$={lastWeek:"'\u0623\u062E\u0631' eeee '\u0639\u0646\u062F' p",yesterday:"'\u0623\u0645\u0633 \u0639\u0646\u062F' p",today:"'\u0627\u0644\u064A\u0648\u0645 \u0639\u0646\u062F' p",tomorrow:"'\u063A\u062F\u0627\u064B \u0639\u0646\u062F' p",nextWeek:"eeee '\u0639\u0646\u062F' p",other:"P"},N$=function(e,t,n,r){return z$[e]};const _$=N$;var R$={narrow:["\u0642","\u0628"],abbreviated:["\u0642.\u0645.","\u0628.\u0645."],wide:["\u0642\u0628\u0644 \u0627\u0644\u0645\u064A\u0644\u0627\u062F","\u0628\u0639\u062F \u0627\u0644\u0645\u064A\u0644\u0627\u062F"]},I$={narrow:["1","2","3","4"],abbreviated:["\u06311","\u06312","\u06313","\u06314"],wide:["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0646\u064A","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0644\u062B","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]},D$={narrow:["\u064A","\u0641","\u0645","\u0623","\u0645","\u064A","\u064A","\u0623","\u0633","\u0623","\u0646","\u062F"],abbreviated:["\u064A\u0646\u0627","\u0641\u0628\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u0640","\u064A\u0648\u0644\u0640","\u0623\u063A\u0633\u0640","\u0633\u0628\u062A\u0640","\u0623\u0643\u062A\u0640","\u0646\u0648\u0641\u0640","\u062F\u064A\u0633\u0640"],wide:["\u064A\u0646\u0627\u064A\u0631","\u0641\u0628\u0631\u0627\u064A\u0631","\u0645\u0627\u0631\u0633","\u0623\u0628\u0631\u064A\u0644","\u0645\u0627\u064A\u0648","\u064A\u0648\u0646\u064A\u0648","\u064A\u0648\u0644\u064A\u0648","\u0623\u063A\u0633\u0637\u0633","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"]},L$={narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],short:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],abbreviated:["\u0623\u062D\u062F","\u0627\u062B\u0646\u0640","\u062B\u0644\u0627","\u0623\u0631\u0628\u0640","\u062E\u0645\u064A\u0640","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],wide:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"]},H$={narrow:{am:"\u0635",pm:"\u0645",midnight:"\u0646",noon:"\u0638",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"},abbreviated:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"},wide:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0645\u0633\u0627\u0621\u0627\u064B",night:"\u0644\u064A\u0644\u0627\u064B"}},F$={narrow:{am:"\u0635",pm:"\u0645",midnight:"\u0646",noon:"\u0638",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0640\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"},abbreviated:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"},wide:{am:"\u0635",pm:"\u0645",midnight:"\u0646\u0635\u0641 \u0627\u0644\u0644\u064A\u0644",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u0627\u062D\u0627\u064B",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0638\u0640\u0647\u0631",evening:"\u0641\u064A \u0627\u0644\u0645\u0633\u0627\u0621",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644"}},B$=function(e){return String(e)},X$={ordinalNumber:B$,era:S({values:R$,defaultWidth:"wide"}),quarter:S({values:I$,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:D$,defaultWidth:"wide"}),day:S({values:L$,defaultWidth:"wide"}),dayPeriod:S({values:H$,defaultWidth:"wide",formattingValues:F$,defaultFormattingWidth:"wide"})};const U$=X$;var G$=/^(\d+)(th|st|nd|rd)?/i,Y$=/\d+/i,K$={narrow:/^(ق|ب)/i,abbreviated:/^(ق\.?\s?م\.?|ق\.?\s?م\.?\s?|a\.?\s?d\.?|c\.?\s?)/i,wide:/^(قبل الميلاد|قبل الميلاد|بعد الميلاد|بعد الميلاد)/i},q$={any:[/^قبل/i,/^بعد/i]},V$={narrow:/^[1234]/i,abbreviated:/^ر[1234]/i,wide:/^الربع [1234]/i},J$={any:[/1/i,/2/i,/3/i,/4/i]},Q$={narrow:/^[يفمأمسند]/i,abbreviated:/^(ين|ف|مار|أب|ماي|يون|يول|أغ|س|أك|ن|د)/i,wide:/^(ين|ف|مار|أب|ماي|يون|يول|أغ|س|أك|ن|د)/i},$$={narrow:[/^ي/i,/^ف/i,/^م/i,/^أ/i,/^م/i,/^ي/i,/^ي/i,/^أ/i,/^س/i,/^أ/i,/^ن/i,/^د/i],any:[/^ين/i,/^ف/i,/^مار/i,/^أب/i,/^ماي/i,/^يون/i,/^يول/i,/^أغ/i,/^س/i,/^أك/i,/^ن/i,/^د/i]},Z$={narrow:/^[حنثرخجس]/i,short:/^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/i,abbreviated:/^(أحد|اثن|ثلا|أرب|خمي|جمعة|سبت)/i,wide:/^(الأحد|الاثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت)/i},eZ={narrow:[/^ح/i,/^ن/i,/^ث/i,/^ر/i,/^خ/i,/^ج/i,/^س/i],wide:[/^الأحد/i,/^الاثنين/i,/^الثلاثاء/i,/^الأربعاء/i,/^الخميس/i,/^الجمعة/i,/^السبت/i],any:[/^أح/i,/^اث/i,/^ث/i,/^أر/i,/^خ/i,/^ج/i,/^س/i]},tZ={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},nZ={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},rZ={ordinalNumber:Le({matchPattern:G$,parsePattern:Y$,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:K$,defaultMatchWidth:"wide",parsePatterns:q$,defaultParseWidth:"any"}),quarter:C({matchPatterns:V$,defaultMatchWidth:"wide",parsePatterns:J$,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Q$,defaultMatchWidth:"wide",parsePatterns:$$,defaultParseWidth:"any"}),day:C({matchPatterns:Z$,defaultMatchWidth:"wide",parsePatterns:eZ,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:tZ,defaultMatchWidth:"any",parsePatterns:nZ,defaultParseWidth:"any"})};const aZ=rZ;var iZ={code:"ar-SA",formatDistance:C$,formatLong:T$,formatRelative:_$,localize:U$,match:aZ,options:{weekStartsOn:0,firstWeekContainsDate:1}};const oZ=iZ;var sZ={lessThanXSeconds:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062B\u0627\u0646\u064A\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u0632\u0648\u0632 \u062B\u0648\u0627\u0646\u064A",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0648\u0627\u0646\u064A",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062B\u0627\u0646\u064A\u0629"},xSeconds:{one:"\u062B\u0627\u0646\u064A\u0629",two:"\u0632\u0648\u0632 \u062B\u0648\u0627\u0646\u064A",threeToTen:"{{count}} \u062B\u0648\u0627\u0646\u064A",other:"{{count}} \u062B\u0627\u0646\u064A\u0629"},halfAMinute:"\u0646\u0635 \u062F\u0642\u064A\u0642\u0629",lessThanXMinutes:{one:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u0629",two:"\u0623\u0642\u0644 \u0645\u0646 \u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u0627\u064A\u0642",other:"\u0623\u0642\u0644 \u0645\u0646 {{count}} \u062F\u0642\u064A\u0642\u0629"},xMinutes:{one:"\u062F\u0642\u064A\u0642\u0629",two:"\u062F\u0642\u064A\u0642\u062A\u064A\u0646",threeToTen:"{{count}} \u062F\u0642\u0627\u064A\u0642",other:"{{count}} \u062F\u0642\u064A\u0642\u0629"},aboutXHours:{one:"\u0633\u0627\u0639\u0629 \u062A\u0642\u0631\u064A\u0628",two:"\u0633\u0627\u0639\u062A\u064A\u0646 \u062A\u0642\u0631\u064A\u0628",threeToTen:"{{count}} \u0633\u0648\u0627\u064A\u0639 \u062A\u0642\u0631\u064A\u0628",other:"{{count}} \u0633\u0627\u0639\u0629 \u062A\u0642\u0631\u064A\u0628"},xHours:{one:"\u0633\u0627\u0639\u0629",two:"\u0633\u0627\u0639\u062A\u064A\u0646",threeToTen:"{{count}} \u0633\u0648\u0627\u064A\u0639",other:"{{count}} \u0633\u0627\u0639\u0629"},xDays:{one:"\u0646\u0647\u0627\u0631",two:"\u0646\u0647\u0627\u0631\u064A\u0646",threeToTen:"{{count}} \u0623\u064A\u0627\u0645",other:"{{count}} \u064A\u0648\u0645"},aboutXWeeks:{one:"\u062C\u0645\u0639\u0629 \u062A\u0642\u0631\u064A\u0628",two:"\u062C\u0645\u0639\u062A\u064A\u0646 \u062A\u0642\u0631\u064A\u0628",threeToTen:"{{count}} \u062C\u0645\u0627\u0639 \u062A\u0642\u0631\u064A\u0628",other:"{{count}} \u062C\u0645\u0639\u0629 \u062A\u0642\u0631\u064A\u0628"},xWeeks:{one:"\u062C\u0645\u0639\u0629",two:"\u062C\u0645\u0639\u062A\u064A\u0646",threeToTen:"{{count}} \u062C\u0645\u0627\u0639",other:"{{count}} \u062C\u0645\u0639\u0629"},aboutXMonths:{one:"\u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628",two:"\u0634\u0647\u0631\u064A\u0646 \u062A\u0642\u0631\u064A\u0628",threeToTen:"{{count}} \u0623\u0634\u0647\u0631\u0629 \u062A\u0642\u0631\u064A\u0628",other:"{{count}} \u0634\u0647\u0631 \u062A\u0642\u0631\u064A\u0628"},xMonths:{one:"\u0634\u0647\u0631",two:"\u0634\u0647\u0631\u064A\u0646",threeToTen:"{{count}} \u0623\u0634\u0647\u0631\u0629",other:"{{count}} \u0634\u0647\u0631"},aboutXYears:{one:"\u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628"},xYears:{one:"\u0639\u0627\u0645",two:"\u0639\u0627\u0645\u064A\u0646",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645",other:"{{count}} \u0639\u0627\u0645"},overXYears:{one:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0639\u0627\u0645",two:"\u0623\u0643\u062B\u0631 \u0645\u0646 \u0639\u0627\u0645\u064A\u0646",threeToTen:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0623\u0639\u0648\u0627\u0645",other:"\u0623\u0643\u062B\u0631 \u0645\u0646 {{count}} \u0639\u0627\u0645"},almostXYears:{one:"\u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628",two:"\u0639\u0627\u0645\u064A\u0646 \u062A\u0642\u0631\u064A\u0628",threeToTen:"{{count}} \u0623\u0639\u0648\u0627\u0645 \u062A\u0642\u0631\u064A\u0628",other:"{{count}} \u0639\u0627\u0645 \u062A\u0642\u0631\u064A\u0628"}},lZ=function(e,t,n){var r=sZ[e],a;return typeof r=="string"?a=r:t===1?a=r.one:t===2?a=r.two:t<=10?a=r.threeToTen.replace("{{count}}",String(t)):a=r.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u0641\u064A "+a:"\u0639\u0646\u062F\u0648 "+a:a};const uZ=lZ;var cZ={full:"EEEE\u060C do MMMM y",long:"do MMMM y",medium:"d MMM y",short:"dd/MM/yyyy"},dZ={full:"HH:mm:ss",long:"HH:mm:ss",medium:"HH:mm:ss",short:"HH:mm"},fZ={full:"{{date}} '\u0645\u0639' {{time}}",long:"{{date}} '\u0645\u0639' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},hZ={date:D({formats:cZ,defaultWidth:"full"}),time:D({formats:dZ,defaultWidth:"full"}),dateTime:D({formats:fZ,defaultWidth:"full"})};const mZ=hZ;var pZ={lastWeek:"eeee '\u0625\u0644\u064A \u0641\u0627\u062A \u0645\u0639' p",yesterday:"'\u0627\u0644\u0628\u0627\u0631\u062D \u0645\u0639' p",today:"'\u0627\u0644\u064A\u0648\u0645 \u0645\u0639' p",tomorrow:"'\u063A\u062F\u0648\u0629 \u0645\u0639' p",nextWeek:"eeee '\u0627\u0644\u062C\u0645\u0639\u0629 \u0627\u0644\u062C\u0627\u064A\u0629 \u0645\u0639' p '\u0646\u0647\u0627\u0631'",other:"P"},gZ=function(e){return pZ[e]};const vZ=gZ;var bZ={narrow:["\u0642","\u0628"],abbreviated:["\u0642.\u0645.","\u0628.\u0645."],wide:["\u0642\u0628\u0644 \u0627\u0644\u0645\u064A\u0644\u0627\u062F","\u0628\u0639\u062F \u0627\u0644\u0645\u064A\u0644\u0627\u062F"]},yZ={narrow:["1","2","3","4"],abbreviated:["\u06311","\u06312","\u06313","\u06314"],wide:["\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0623\u0648\u0644","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0646\u064A","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u062B\u0627\u0644\u062B","\u0627\u0644\u0631\u0628\u0639 \u0627\u0644\u0631\u0627\u0628\u0639"]},wZ={narrow:["\u062F","\u0646","\u0623","\u0633","\u0623","\u062C","\u062C","\u0645","\u0623","\u0645","\u0641","\u062C"],abbreviated:["\u062C\u0627\u0646\u0641\u064A","\u0641\u064A\u0641\u0631\u064A","\u0645\u0627\u0631\u0633","\u0623\u0641\u0631\u064A\u0644","\u0645\u0627\u064A","\u062C\u0648\u0627\u0646","\u062C\u0648\u064A\u0644\u064A\u0629","\u0623\u0648\u062A","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"],wide:["\u062C\u0627\u0646\u0641\u064A","\u0641\u064A\u0641\u0631\u064A","\u0645\u0627\u0631\u0633","\u0623\u0641\u0631\u064A\u0644","\u0645\u0627\u064A","\u062C\u0648\u0627\u0646","\u062C\u0648\u064A\u0644\u064A\u0629","\u0623\u0648\u062A","\u0633\u0628\u062A\u0645\u0628\u0631","\u0623\u0643\u062A\u0648\u0628\u0631","\u0646\u0648\u0641\u0645\u0628\u0631","\u062F\u064A\u0633\u0645\u0628\u0631"]},kZ={narrow:["\u062D","\u0646","\u062B","\u0631","\u062E","\u062C","\u0633"],short:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],abbreviated:["\u0623\u062D\u062F","\u0627\u062B\u0646\u064A\u0646","\u062B\u0644\u0627\u062B\u0627\u0621","\u0623\u0631\u0628\u0639\u0627\u0621","\u062E\u0645\u064A\u0633","\u062C\u0645\u0639\u0629","\u0633\u0628\u062A"],wide:["\u0627\u0644\u0623\u062D\u062F","\u0627\u0644\u0627\u062B\u0646\u064A\u0646","\u0627\u0644\u062B\u0644\u0627\u062B\u0627\u0621","\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621","\u0627\u0644\u062E\u0645\u064A\u0633","\u0627\u0644\u062C\u0645\u0639\u0629","\u0627\u0644\u0633\u0628\u062A"]},xZ={narrow:{am:"\u0635",pm:"\u0639",morning:"\u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0642\u0627\u064A\u0644\u0629",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0642\u0627\u064A\u0644\u0629",evening:"\u0627\u0644\u0639\u0634\u064A\u0629",night:"\u0627\u0644\u0644\u064A\u0644",midnight:"\u0646\u0635 \u0627\u0644\u0644\u064A\u0644"},abbreviated:{am:"\u0635",pm:"\u0639",morning:"\u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0642\u0627\u064A\u0644\u0629",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0642\u0627\u064A\u0644\u0629",evening:"\u0627\u0644\u0639\u0634\u064A\u0629",night:"\u0627\u0644\u0644\u064A\u0644",midnight:"\u0646\u0635 \u0627\u0644\u0644\u064A\u0644"},wide:{am:"\u0635",pm:"\u0639",morning:"\u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0627\u0644\u0642\u0627\u064A\u0644\u0629",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0642\u0627\u064A\u0644\u0629",evening:"\u0627\u0644\u0639\u0634\u064A\u0629",night:"\u0627\u0644\u0644\u064A\u0644",midnight:"\u0646\u0635 \u0627\u0644\u0644\u064A\u0644"}},PZ={narrow:{am:"\u0635",pm:"\u0639",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0641\u064A \u0627\u0644\u0642\u0627\u064A\u0644\u0629",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0642\u0627\u064A\u0644\u0629",evening:"\u0641\u064A \u0627\u0644\u0639\u0634\u064A\u0629",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644",midnight:"\u0646\u0635 \u0627\u0644\u0644\u064A\u0644"},abbreviated:{am:"\u0635",pm:"\u0639",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0641\u064A \u0627\u0644\u0642\u0627\u064A\u0644\u0629",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0642\u0627\u064A\u0644\u0629",evening:"\u0641\u064A \u0627\u0644\u0639\u0634\u064A\u0629",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644",midnight:"\u0646\u0635 \u0627\u0644\u0644\u064A\u0644"},wide:{am:"\u0635",pm:"\u0639",morning:"\u0641\u064A \u0627\u0644\u0635\u0628\u0627\u062D",noon:"\u0641\u064A \u0627\u0644\u0642\u0627\u064A\u0644\u0629",afternoon:"\u0628\u0639\u062F \u0627\u0644\u0642\u0627\u064A\u0644\u0629",evening:"\u0641\u064A \u0627\u0644\u0639\u0634\u064A\u0629",night:"\u0641\u064A \u0627\u0644\u0644\u064A\u0644",midnight:"\u0646\u0635 \u0627\u0644\u0644\u064A\u0644"}},MZ=function(e){return String(e)},AZ={ordinalNumber:MZ,era:S({values:bZ,defaultWidth:"wide"}),quarter:S({values:yZ,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:wZ,defaultWidth:"wide"}),day:S({values:kZ,defaultWidth:"wide"}),dayPeriod:S({values:xZ,defaultWidth:"wide",formattingValues:PZ,defaultFormattingWidth:"wide"})};const SZ=AZ;var CZ=/^(\d+)(th|st|nd|rd)?/i,EZ=/\d+/i,WZ={narrow:/[قب]/,abbreviated:/[قب]\.م\./,wide:/(قبل|بعد) الميلاد/},jZ={any:[/قبل/,/بعد/]},OZ={narrow:/^[1234]/i,abbreviated:/ر[1234]/,wide:/الربع (الأول|الثاني|الثالث|الرابع)/},TZ={any:[/1/i,/2/i,/3/i,/4/i]},zZ={narrow:/^[جفمأسند]/,abbreviated:/^(جانفي|فيفري|مارس|أفريل|ماي|جوان|جويلية|أوت|سبتمبر|أكتوبر|نوفمبر|ديسمبر)/,wide:/^(جانفي|فيفري|مارس|أفريل|ماي|جوان|جويلية|أوت|سبتمبر|أكتوبر|نوفمبر|ديسمبر)/},NZ={narrow:[/^ج/i,/^ف/i,/^م/i,/^أ/i,/^م/i,/^ج/i,/^ج/i,/^أ/i,/^س/i,/^أ/i,/^ن/i,/^د/i],any:[/^جانفي/i,/^فيفري/i,/^مارس/i,/^أفريل/i,/^ماي/i,/^جوان/i,/^جويلية/i,/^أوت/i,/^سبتمبر/i,/^أكتوبر/i,/^نوفمبر/i,/^ديسمبر/i]},_Z={narrow:/^[حنثرخجس]/i,short:/^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/i,abbreviated:/^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/i,wide:/^(الأحد|الاثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت)/i},RZ={narrow:[/^ح/i,/^ن/i,/^ث/i,/^ر/i,/^خ/i,/^ج/i,/^س/i],wide:[/^الأحد/i,/^الاثنين/i,/^الثلاثاء/i,/^الأربعاء/i,/^الخميس/i,/^الجمعة/i,/^السبت/i],any:[/^أح/i,/^اث/i,/^ث/i,/^أر/i,/^خ/i,/^ج/i,/^س/i]},IZ={narrow:/^(ص|ع|ن ل|ل|(في|مع) (صباح|قايلة|عشية|ليل))/,any:/^([صع]|نص الليل|قايلة|(في|مع) (صباح|قايلة|عشية|ليل))/},DZ={any:{am:/^ص/,pm:/^ع/,midnight:/نص الليل/,noon:/قايلة/,afternoon:/بعد القايلة/,morning:/صباح/,evening:/عشية/,night:/ليل/}},LZ={ordinalNumber:Le({matchPattern:CZ,parsePattern:EZ,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:WZ,defaultMatchWidth:"wide",parsePatterns:jZ,defaultParseWidth:"any"}),quarter:C({matchPatterns:OZ,defaultMatchWidth:"wide",parsePatterns:TZ,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:zZ,defaultMatchWidth:"wide",parsePatterns:NZ,defaultParseWidth:"any"}),day:C({matchPatterns:_Z,defaultMatchWidth:"wide",parsePatterns:RZ,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:IZ,defaultMatchWidth:"any",parsePatterns:DZ,defaultParseWidth:"any"})};const HZ=LZ;var FZ={code:"ar-TN",formatDistance:uZ,formatLong:mZ,formatRelative:vZ,localize:SZ,match:HZ,options:{weekStartsOn:1,firstWeekContainsDate:1}};const BZ=FZ;var XZ={lessThanXSeconds:{one:"bir saniy\u0259d\u0259n az",other:"{{count}} bir saniy\u0259d\u0259n az"},xSeconds:{one:"1 saniy\u0259",other:"{{count}} saniy\u0259"},halfAMinute:"yar\u0131m d\u0259qiq\u0259",lessThanXMinutes:{one:"bir d\u0259qiq\u0259d\u0259n az",other:"{{count}} bir d\u0259qiq\u0259d\u0259n az"},xMinutes:{one:"bir d\u0259qiq\u0259",other:"{{count}} d\u0259qiq\u0259"},aboutXHours:{one:"t\u0259xmin\u0259n 1 saat",other:"t\u0259xmin\u0259n {{count}} saat"},xHours:{one:"1 saat",other:"{{count}} saat"},xDays:{one:"1 g\xFCn",other:"{{count}} g\xFCn"},aboutXWeeks:{one:"t\u0259xmin\u0259n 1 h\u0259ft\u0259",other:"t\u0259xmin\u0259n {{count}} h\u0259ft\u0259"},xWeeks:{one:"1 h\u0259ft\u0259",other:"{{count}} h\u0259ft\u0259"},aboutXMonths:{one:"t\u0259xmin\u0259n 1 ay",other:"t\u0259xmin\u0259n {{count}} ay"},xMonths:{one:"1 ay",other:"{{count}} ay"},aboutXYears:{one:"t\u0259xmin\u0259n 1 il",other:"t\u0259xmin\u0259n {{count}} il"},xYears:{one:"1 il",other:"{{count}} il"},overXYears:{one:"1 ild\u0259n \xE7ox",other:"{{count}} ild\u0259n \xE7ox"},almostXYears:{one:"dem\u0259k olar ki 1 il",other:"dem\u0259k olar ki {{count}} il"}},UZ=function(e,t,n){var r,a=XZ[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+" sonra":r+" \u0259vv\u0259l":r};const GZ=UZ;var YZ={full:"EEEE, do MMMM y 'il'",long:"do MMMM y 'il'",medium:"d MMM y 'il'",short:"dd.MM.yyyy"},KZ={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},qZ={full:"{{date}} {{time}} - 'd\u0259'",long:"{{date}} {{time}} - 'd\u0259'",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},VZ={date:D({formats:YZ,defaultWidth:"full"}),time:D({formats:KZ,defaultWidth:"full"}),dateTime:D({formats:qZ,defaultWidth:"full"})};const JZ=VZ;var QZ={lastWeek:"'sonuncu' eeee p -'d\u0259'",yesterday:"'d\xFCn\u0259n' p -'d\u0259'",today:"'bug\xFCn' p -'d\u0259'",tomorrow:"'sabah' p -'d\u0259'",nextWeek:"eeee p -'d\u0259'",other:"P"},$Z=function(e,t,n,r){return QZ[e]};const ZZ=$Z;var eee={narrow:["e.\u0259","b.e"],abbreviated:["e.\u0259","b.e"],wide:["eram\u0131zdan \u0259vv\u0259l","bizim era"]},tee={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["1ci kvartal","2ci kvartal","3c\xFC kvartal","4c\xFC kvartal"]},nee={narrow:["Y","F","M","A","M","\u0130","\u0130","A","S","O","N","D"],abbreviated:["Yan","Fev","Mar","Apr","May","\u0130yun","\u0130yul","Avq","Sen","Okt","Noy","Dek"],wide:["Yanvar","Fevral","Mart","Aprel","May","\u0130yun","\u0130yul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"]},ree={narrow:["B.","B.e","\xC7.a","\xC7.","C.a","C.","\u015E."],short:["B.","B.e","\xC7.a","\xC7.","C.a","C.","\u015E."],abbreviated:["Baz","Baz.e","\xC7\u0259r.a","\xC7\u0259r","C\xFCm.a","C\xFCm","\u015E\u0259"],wide:["Bazar","Bazar ert\u0259si","\xC7\u0259r\u015F\u0259nb\u0259 ax\u015Fam\u0131","\xC7\u0259r\u015F\u0259nb\u0259","C\xFCm\u0259 ax\u015Fam\u0131","C\xFCm\u0259","\u015E\u0259nb\u0259"]},aee={narrow:{am:"am",pm:"pm",midnight:"gec\u0259yar\u0131",noon:"g\xFCn",morning:"s\u0259h\u0259r",afternoon:"g\xFCnd\xFCz",evening:"ax\u015Fam",night:"gec\u0259"},abbreviated:{am:"AM",pm:"PM",midnight:"gec\u0259yar\u0131",noon:"g\xFCn",morning:"s\u0259h\u0259r",afternoon:"g\xFCnd\xFCz",evening:"ax\u015Fam",night:"gec\u0259"},wide:{am:"a.m.",pm:"p.m.",midnight:"gec\u0259yar\u0131",noon:"g\xFCn",morning:"s\u0259h\u0259r",afternoon:"g\xFCnd\xFCz",evening:"ax\u015Fam",night:"gec\u0259"}},iee={narrow:{am:"a",pm:"p",midnight:"gec\u0259yar\u0131",noon:"g\xFCn",morning:"s\u0259h\u0259r",afternoon:"g\xFCnd\xFCz",evening:"ax\u015Fam",night:"gec\u0259"},abbreviated:{am:"AM",pm:"PM",midnight:"gec\u0259yar\u0131",noon:"g\xFCn",morning:"s\u0259h\u0259r",afternoon:"g\xFCnd\xFCz",evening:"ax\u015Fam",night:"gec\u0259"},wide:{am:"a.m.",pm:"p.m.",midnight:"gec\u0259yar\u0131",noon:"g\xFCn",morning:"s\u0259h\u0259r",afternoon:"g\xFCnd\xFCz",evening:"ax\u015Fam",night:"gec\u0259"}},Gd={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-\xFCnc\xFC",4:"-\xFCnc\xFC",100:"-\xFCnc\xFC",6:"-nc\u0131",9:"-uncu",10:"-uncu",30:"-uncu",60:"-\u0131nc\u0131",90:"-\u0131nc\u0131"},oee=function(e){if(e===0)return e+"-\u0131nc\u0131";var t=e%10,n=e%100-t,r=e>=100?100:null;return Gd[t]?Gd[t]:Gd[n]?Gd[n]:r!==null?Gd[r]:""},see=function(e,t){var n=Number(e),r=oee(n);return n+r},lee={ordinalNumber:see,era:S({values:eee,defaultWidth:"wide"}),quarter:S({values:tee,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:nee,defaultWidth:"wide"}),day:S({values:ree,defaultWidth:"wide"}),dayPeriod:S({values:aee,defaultWidth:"wide",formattingValues:iee,defaultFormattingWidth:"wide"})};const uee=lee;var cee=/^(\d+)(-?(ci|inci|nci|uncu|üncü|ncı))?/i,dee=/\d+/i,fee={narrow:/^(b|a)$/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)$/i,wide:/^(bizim eradan əvvəl|bizim era)$/i},hee={any:[/^b$/i,/^(a|c)$/i]},mee={narrow:/^[1234]$/i,abbreviated:/^K[1234]$/i,wide:/^[1234](ci)? kvartal$/i},pee={any:[/1/i,/2/i,/3/i,/4/i]},gee={narrow:/^[(?-i)yfmaisond]$/i,abbreviated:/^(Yan|Fev|Mar|Apr|May|İyun|İyul|Avq|Sen|Okt|Noy|Dek)$/i,wide:/^(Yanvar|Fevral|Mart|Aprel|May|İyun|İyul|Avgust|Sentyabr|Oktyabr|Noyabr|Dekabr)$/i},vee={narrow:[/^[(?-i)y]$/i,/^[(?-i)f]$/i,/^[(?-i)m]$/i,/^[(?-i)a]$/i,/^[(?-i)m]$/i,/^[(?-i)i]$/i,/^[(?-i)i]$/i,/^[(?-i)a]$/i,/^[(?-i)s]$/i,/^[(?-i)o]$/i,/^[(?-i)n]$/i,/^[(?-i)d]$/i],abbreviated:[/^Yan$/i,/^Fev$/i,/^Mar$/i,/^Apr$/i,/^May$/i,/^İyun$/i,/^İyul$/i,/^Avg$/i,/^Sen$/i,/^Okt$/i,/^Noy$/i,/^Dek$/i],wide:[/^Yanvar$/i,/^Fevral$/i,/^Mart$/i,/^Aprel$/i,/^May$/i,/^İyun$/i,/^İyul$/i,/^Avgust$/i,/^Sentyabr$/i,/^Oktyabr$/i,/^Noyabr$/i,/^Dekabr$/i]},bee={narrow:/^(B\.|B\.e|Ç\.a|Ç\.|C\.a|C\.|Ş\.)$/i,short:/^(B\.|B\.e|Ç\.a|Ç\.|C\.a|C\.|Ş\.)$/i,abbreviated:/^(Baz\.e|Çər|Çər\.a|Cüm|Cüm\.a|Şə)$/i,wide:/^(Bazar|Bazar ertəsi|Çərşənbə axşamı|Çərşənbə|Cümə axşamı|Cümə|Şənbə)$/i},yee={narrow:[/^B\.$/i,/^B\.e$/i,/^Ç\.a$/i,/^Ç\.$/i,/^C\.a$/i,/^C\.$/i,/^Ş\.$/i],abbreviated:[/^Baz$/i,/^Baz\.e$/i,/^Çər\.a$/i,/^Çər$/i,/^Cüm\.a$/i,/^Cüm$/i,/^Şə$/i],wide:[/^Bazar$/i,/^Bazar ertəsi$/i,/^Çərşənbə axşamı$/i,/^Çərşənbə$/i,/^Cümə axşamı$/i,/^Cümə$/i,/^Şənbə$/i],any:[/^B\.$/i,/^B\.e$/i,/^Ç\.a$/i,/^Ç\.$/i,/^C\.a$/i,/^C\.$/i,/^Ş\.$/i]},wee={narrow:/^(a|p|gecəyarı|gün|səhər|gündüz|axşam|gecə)$/i,any:/^(am|pm|a\.m\.|p\.m\.|AM|PM|gecəyarı|gün|səhər|gündüz|axşam|gecə)$/i},kee={any:{am:/^a$/i,pm:/^p$/i,midnight:/^gecəyarı$/i,noon:/^gün$/i,morning:/səhər$/i,afternoon:/gündüz$/i,evening:/axşam$/i,night:/gecə$/i}},xee={ordinalNumber:Le({matchPattern:cee,parsePattern:dee,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:fee,defaultMatchWidth:"wide",parsePatterns:hee,defaultParseWidth:"any"}),quarter:C({matchPatterns:mee,defaultMatchWidth:"wide",parsePatterns:pee,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:gee,defaultMatchWidth:"wide",parsePatterns:vee,defaultParseWidth:"narrow"}),day:C({matchPatterns:bee,defaultMatchWidth:"wide",parsePatterns:yee,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:wee,defaultMatchWidth:"any",parsePatterns:kee,defaultParseWidth:"any"})};const Pee=xee;var Mee={code:"az",formatDistance:GZ,formatLong:JZ,formatRelative:ZZ,localize:uee,match:Pee,options:{weekStartsOn:1,firstWeekContainsDate:1}};const Aee=Mee;function Yd(e,t){if(e.one!==void 0&&t===1)return e.one;var n=t%10,r=t%100;return n===1&&r!==11?e.singularNominative.replace("{{count}}",String(t)):n>=2&&n<=4&&(r<10||r>20)?e.singularGenitive.replace("{{count}}",String(t)):e.pluralGenitive.replace("{{count}}",String(t))}function Rr(e){return function(t,n){return n&&n.addSuffix?n.comparison&&n.comparison>0?e.future?Yd(e.future,t):"\u043F\u0440\u0430\u0437 "+Yd(e.regular,t):e.past?Yd(e.past,t):Yd(e.regular,t)+" \u0442\u0430\u043C\u0443":Yd(e.regular,t)}}var See=function(e,t){return t&&t.addSuffix?t.comparison&&t.comparison>0?"\u043F\u0440\u0430\u0437 \u043F\u0430\u045E\u0445\u0432\u0456\u043B\u0456\u043D\u044B":"\u043F\u0430\u045E\u0445\u0432\u0456\u043B\u0456\u043D\u044B \u0442\u0430\u043C\u0443":"\u043F\u0430\u045E\u0445\u0432\u0456\u043B\u0456\u043D\u044B"},Cee={lessThanXSeconds:Rr({regular:{one:"\u043C\u0435\u043D\u0448 \u0437\u0430 \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularNominative:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},future:{one:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularNominative:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"}}),xSeconds:Rr({regular:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0430",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},past:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443 \u0442\u0430\u043C\u0443",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B \u0442\u0430\u043C\u0443",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434 \u0442\u0430\u043C\u0443"},future:{singularNominative:"\u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"}}),halfAMinute:See,lessThanXMinutes:Rr({regular:{one:"\u043C\u0435\u043D\u0448 \u0437\u0430 \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularNominative:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularGenitive:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B",pluralGenitive:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D"},future:{one:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularNominative:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularGenitive:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B",pluralGenitive:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D"}}),xMinutes:Rr({regular:{singularNominative:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0430",singularGenitive:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B",pluralGenitive:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D"},past:{singularNominative:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0443 \u0442\u0430\u043C\u0443",singularGenitive:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B \u0442\u0430\u043C\u0443",pluralGenitive:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D \u0442\u0430\u043C\u0443"},future:{singularNominative:"\u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B",pluralGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D"}}),aboutXHours:Rr({regular:{singularNominative:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B",singularGenitive:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u0437\u0456\u043D",pluralGenitive:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u0437\u0456\u043D"},future:{singularNominative:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u0443",singularGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B",pluralGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D"}}),xHours:Rr({regular:{singularNominative:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u0430",singularGenitive:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B",pluralGenitive:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D"},past:{singularNominative:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u0443 \u0442\u0430\u043C\u0443",singularGenitive:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B \u0442\u0430\u043C\u0443",pluralGenitive:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D \u0442\u0430\u043C\u0443"},future:{singularNominative:"\u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u0443",singularGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B",pluralGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D"}}),xDays:Rr({regular:{singularNominative:"{{count}} \u0434\u0437\u0435\u043D\u044C",singularGenitive:"{{count}} \u0434\u043D\u0456",pluralGenitive:"{{count}} \u0434\u0437\u0451\u043D"}}),aboutXWeeks:Rr({regular:{singularNominative:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430",singularGenitive:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E",pluralGenitive:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"},future:{singularNominative:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u044B",pluralGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"}}),xWeeks:Rr({regular:{singularNominative:"{{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u044B",pluralGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"}}),aboutXMonths:Rr({regular:{singularNominative:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430",singularGenitive:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E",pluralGenitive:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"},future:{singularNominative:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u044B",pluralGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"}}),xMonths:Rr({regular:{singularNominative:"{{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u044B",pluralGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"}}),aboutXYears:Rr({regular:{singularNominative:"\u043A\u0430\u043B\u044F {{count}} \u0433\u043E\u0434\u0430",singularGenitive:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u043E\u045E",pluralGenitive:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u043E\u045E"},future:{singularNominative:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u043E\u045E"}}),xYears:Rr({regular:{singularNominative:"{{count}} \u0433\u043E\u0434",singularGenitive:"{{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"{{count}} \u0433\u0430\u0434\u043E\u045E"}}),overXYears:Rr({regular:{singularNominative:"\u0431\u043E\u043B\u044C\u0448 \u0437\u0430 {{count}} \u0433\u043E\u0434",singularGenitive:"\u0431\u043E\u043B\u044C\u0448 \u0437\u0430 {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u0431\u043E\u043B\u044C\u0448 \u0437\u0430 {{count}} \u0433\u0430\u0434\u043E\u045E"},future:{singularNominative:"\u0431\u043E\u043B\u044C\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u0431\u043E\u043B\u044C\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u0431\u043E\u043B\u044C\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u043E\u045E"}}),almostXYears:Rr({regular:{singularNominative:"\u0430\u043C\u0430\u043B\u044C {{count}} \u0433\u043E\u0434",singularGenitive:"\u0430\u043C\u0430\u043B\u044C {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u0430\u043C\u0430\u043B\u044C {{count}} \u0433\u0430\u0434\u043E\u045E"},future:{singularNominative:"\u0430\u043C\u0430\u043B\u044C \u043F\u0440\u0430\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u0430\u043C\u0430\u043B\u044C \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u0430\u043C\u0430\u043B\u044C \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u043E\u045E"}})},Eee=function(e,t,n){return n=n||{},Cee[e](t,n)};const Wee=Eee;var jee={full:"EEEE, d MMMM y '\u0433.'",long:"d MMMM y '\u0433.'",medium:"d MMM y '\u0433.'",short:"dd.MM.y"},Oee={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},Tee={any:"{{date}}, {{time}}"},zee={date:D({formats:jee,defaultWidth:"full"}),time:D({formats:Oee,defaultWidth:"full"}),dateTime:D({formats:Tee,defaultWidth:"any"})};const Nee=zee;function _ee(e){if(e===null||e===!0||e===!1)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function va(e,t){if(t.length1?"s":"")+" required, but only "+t.length+" present")}function bn(e){va(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||typeof e=="object"&&t==="[object Date]"?new Date(e.getTime()):typeof e=="number"||t==="[object Number]"?new Date(e):((typeof e=="string"||t==="[object String]")&&typeof console<"u"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn(new Error().stack)),new Date(NaN))}var Ree={};function TW(){return Ree}function _M(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}function ep(e,t){va(2,arguments);var n=bn(e),r=bn(t),a=n.getTime()-r.getTime();return a<0?-1:a>0?1:a}function Iee(e,t){va(2,arguments);var n=bn(e),r=bn(t),a=n.getFullYear()-r.getFullYear(),s=n.getMonth()-r.getMonth();return a*12+s}function Dee(e,t){return va(2,arguments),bn(e).getTime()-bn(t).getTime()}var RM={ceil:Math.ceil,round:Math.round,floor:Math.floor,trunc:function(e){return e<0?Math.ceil(e):Math.floor(e)}},Lee="trunc";function Hee(e){return e?RM[e]:RM[Lee]}function Fee(e){va(1,arguments);var t=bn(e);return t.setHours(23,59,59,999),t}function Bee(e){va(1,arguments);var t=bn(e),n=t.getMonth();return t.setFullYear(t.getFullYear(),n+1,0),t.setHours(23,59,59,999),t}function Xee(e){va(1,arguments);var t=bn(e);return Fee(t).getTime()===Bee(t).getTime()}function Uee(e,t){va(2,arguments);var n=bn(e),r=bn(t),a=ep(n,r),s=Math.abs(Iee(n,r)),l;if(s<1)l=0;else{n.getMonth()===1&&n.getDate()>27&&n.setDate(30),n.setMonth(n.getMonth()-a*s);var c=ep(n,r)===-a;Xee(bn(e))&&s===1&&ep(e,r)===1&&(c=!1),l=a*(s-Number(c))}return l===0?0:l}function Gee(e,t,n){va(2,arguments);var r=Dee(e,t)/1e3;return Hee(n==null?void 0:n.roundingMethod)(r)}function IM(e,t){var n,r,a,s,l,c,d,f;va(1,arguments);var h=TW(),p=_ee((n=(r=(a=(s=t==null?void 0:t.weekStartsOn)!==null&&s!==void 0?s:t==null||(l=t.locale)===null||l===void 0||(c=l.options)===null||c===void 0?void 0:c.weekStartsOn)!==null&&a!==void 0?a:h.weekStartsOn)!==null&&r!==void 0?r:(d=h.locale)===null||d===void 0||(f=d.options)===null||f===void 0?void 0:f.weekStartsOn)!==null&&n!==void 0?n:0);if(!(p>=0&&p<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var g=bn(e),w=g.getUTCDay(),y=(w0?"in "+r:r+" ago":r};const Su=Kee;var qee={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Vee={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Jee={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Qee={date:D({formats:qee,defaultWidth:"full"}),time:D({formats:Vee,defaultWidth:"full"}),dateTime:D({formats:Jee,defaultWidth:"full"})};const $ee=Qee;var Zee={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},ete=function(e,t,n,r){return Zee[e]};const fl=ete;var tte={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},nte={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},rte={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},ate={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},ite={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},ote={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},ste=function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},lte={ordinalNumber:ste,era:S({values:tte,defaultWidth:"wide"}),quarter:S({values:nte,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:rte,defaultWidth:"wide"}),day:S({values:ate,defaultWidth:"wide"}),dayPeriod:S({values:ite,defaultWidth:"wide",formattingValues:ote,defaultFormattingWidth:"wide"})};const hl=lte;var ute=/^(\d+)(th|st|nd|rd)?/i,cte=/\d+/i,dte={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},fte={any:[/^b/i,/^(a|c)/i]},hte={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},mte={any:[/1/i,/2/i,/3/i,/4/i]},pte={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},gte={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},vte={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},bte={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},yte={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},wte={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},kte={ordinalNumber:Le({matchPattern:ute,parsePattern:cte,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:dte,defaultMatchWidth:"wide",parsePatterns:fte,defaultParseWidth:"any"}),quarter:C({matchPatterns:hte,defaultMatchWidth:"wide",parsePatterns:mte,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:pte,defaultMatchWidth:"wide",parsePatterns:gte,defaultParseWidth:"any"}),day:C({matchPatterns:vte,defaultMatchWidth:"wide",parsePatterns:bte,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:yte,defaultMatchWidth:"any",parsePatterns:wte,defaultParseWidth:"any"})};const ml=kte;var xte={code:"en-US",formatDistance:Su,formatLong:$ee,formatRelative:fl,localize:hl,match:ml,options:{weekStartsOn:0,firstWeekContainsDate:1}};const B1=xte;function zW(e,t){if(e==null)throw new TypeError("assign requires that input parameter not be null or undefined");for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}function Pte(e){return zW({},e)}var DM=1440,Mte=2520,ry=43200,Ate=86400;function Ste(e,t,n){var r,a;va(2,arguments);var s=TW(),l=(r=(a=n==null?void 0:n.locale)!==null&&a!==void 0?a:s.locale)!==null&&r!==void 0?r:B1;if(!l.formatDistance)throw new RangeError("locale must contain formatDistance property");var c=ep(e,t);if(isNaN(c))throw new RangeError("Invalid time value");var d=zW(Pte(n),{addSuffix:Boolean(n==null?void 0:n.addSuffix),comparison:c}),f,h;c>0?(f=bn(t),h=bn(e)):(f=bn(e),h=bn(t));var p=Gee(h,f),g=(_M(h)-_M(f))/1e3,w=Math.round((p-g)/60),y;if(w<2)return n!=null&&n.includeSeconds?p<5?l.formatDistance("lessThanXSeconds",5,d):p<10?l.formatDistance("lessThanXSeconds",10,d):p<20?l.formatDistance("lessThanXSeconds",20,d):p<40?l.formatDistance("halfAMinute",0,d):p<60?l.formatDistance("lessThanXMinutes",1,d):l.formatDistance("xMinutes",1,d):w===0?l.formatDistance("lessThanXMinutes",1,d):l.formatDistance("xMinutes",w,d);if(w<45)return l.formatDistance("xMinutes",w,d);if(w<90)return l.formatDistance("aboutXHours",1,d);if(w=2&&n<=4&&(r<10||r>20)?e.singularGenitive.replace("{{count}}",String(t)):e.pluralGenitive.replace("{{count}}",String(t))}function Ir(e){return function(t,n){return n&&n.addSuffix?n.comparison&&n.comparison>0?e.future?Kd(e.future,t):"\u043F\u0440\u0430\u0437 "+Kd(e.regular,t):e.past?Kd(e.past,t):Kd(e.regular,t)+" \u0442\u0430\u043C\u0443":Kd(e.regular,t)}}var sne=function(e,t){return t&&t.addSuffix?t.comparison&&t.comparison>0?"\u043F\u0440\u0430\u0437 \u043F\u0430\u045E\u0445\u0432\u0456\u043B\u0456\u043D\u044B":"\u043F\u0430\u045E\u0445\u0432\u0456\u043B\u0456\u043D\u044B \u0442\u0430\u043C\u0443":"\u043F\u0430\u045E\u0445\u0432\u0456\u043B\u0456\u043D\u044B"},lne={lessThanXSeconds:Ir({regular:{one:"\u043C\u0435\u043D\u0448 \u0437\u0430 \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularNominative:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},future:{one:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularNominative:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"}}),xSeconds:Ir({regular:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0430",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},past:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443 \u0442\u0430\u043C\u0443",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B \u0442\u0430\u043C\u0443",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434 \u0442\u0430\u043C\u0443"},future:{singularNominative:"\u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"}}),halfAMinute:sne,lessThanXMinutes:Ir({regular:{one:"\u043C\u0435\u043D\u0448 \u0437\u0430 \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularNominative:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularGenitive:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B",pluralGenitive:"\u043C\u0435\u043D\u0448 \u0437\u0430 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D"},future:{one:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularNominative:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularGenitive:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B",pluralGenitive:"\u043C\u0435\u043D\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D"}}),xMinutes:Ir({regular:{singularNominative:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0430",singularGenitive:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B",pluralGenitive:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D"},past:{singularNominative:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0443 \u0442\u0430\u043C\u0443",singularGenitive:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B \u0442\u0430\u043C\u0443",pluralGenitive:"{{count}} \u0445\u0432\u0456\u043B\u0456\u043D \u0442\u0430\u043C\u0443"},future:{singularNominative:"\u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u0443",singularGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D\u044B",pluralGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0445\u0432\u0456\u043B\u0456\u043D"}}),aboutXHours:Ir({regular:{singularNominative:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B",singularGenitive:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u0437\u0456\u043D",pluralGenitive:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u0437\u0456\u043D"},future:{singularNominative:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u0443",singularGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B",pluralGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D"}}),xHours:Ir({regular:{singularNominative:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u0430",singularGenitive:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B",pluralGenitive:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D"},past:{singularNominative:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u0443 \u0442\u0430\u043C\u0443",singularGenitive:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B \u0442\u0430\u043C\u0443",pluralGenitive:"{{count}} \u0433\u0430\u0434\u0437\u0456\u043D \u0442\u0430\u043C\u0443"},future:{singularNominative:"\u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u0443",singularGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D\u044B",pluralGenitive:"\u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u0437\u0456\u043D"}}),xDays:Ir({regular:{singularNominative:"{{count}} \u0434\u0437\u0435\u043D\u044C",singularGenitive:"{{count}} \u0434\u043D\u0456",pluralGenitive:"{{count}} \u0434\u0437\u0451\u043D"}}),aboutXWeeks:Ir({regular:{singularNominative:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430",singularGenitive:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E",pluralGenitive:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"},future:{singularNominative:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u044B",pluralGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"}}),xWeeks:Ir({regular:{singularNominative:"{{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u044B",pluralGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"}}),aboutXMonths:Ir({regular:{singularNominative:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430",singularGenitive:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E",pluralGenitive:"\u043A\u0430\u043B\u044F {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"},future:{singularNominative:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u044B",pluralGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"}}),xMonths:Ir({regular:{singularNominative:"{{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u044B",pluralGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u0430\u045E"}}),aboutXYears:Ir({regular:{singularNominative:"\u043A\u0430\u043B\u044F {{count}} \u0433\u043E\u0434\u0430",singularGenitive:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u043E\u045E",pluralGenitive:"\u043A\u0430\u043B\u044F {{count}} \u0433\u0430\u0434\u043E\u045E"},future:{singularNominative:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u043F\u0440\u044B\u0431\u043B\u0456\u0437\u043D\u0430 \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u043E\u045E"}}),xYears:Ir({regular:{singularNominative:"{{count}} \u0433\u043E\u0434",singularGenitive:"{{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"{{count}} \u0433\u0430\u0434\u043E\u045E"}}),overXYears:Ir({regular:{singularNominative:"\u0431\u043E\u043B\u044C\u0448 \u0437\u0430 {{count}} \u0433\u043E\u0434",singularGenitive:"\u0431\u043E\u043B\u044C\u0448 \u0437\u0430 {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u0431\u043E\u043B\u044C\u0448 \u0437\u0430 {{count}} \u0433\u0430\u0434\u043E\u045E"},future:{singularNominative:"\u0431\u043E\u043B\u044C\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u0431\u043E\u043B\u044C\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u0431\u043E\u043B\u044C\u0448, \u0447\u044B\u043C \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u043E\u045E"}}),almostXYears:Ir({regular:{singularNominative:"\u0430\u043C\u0430\u043B\u044C {{count}} \u0433\u043E\u0434",singularGenitive:"\u0430\u043C\u0430\u043B\u044C {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u0430\u043C\u0430\u043B\u044C {{count}} \u0433\u0430\u0434\u043E\u045E"},future:{singularNominative:"\u0430\u043C\u0430\u043B\u044C \u043F\u0440\u0430\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u0430\u043C\u0430\u043B\u044C \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u044B",pluralGenitive:"\u0430\u043C\u0430\u043B\u044C \u043F\u0440\u0430\u0437 {{count}} \u0433\u0430\u0434\u043E\u045E"}})},une=function(e,t,n){return n=n||{},lne[e](t,n)};const cne=une;var dne={full:"EEEE, d MMMM y '\u0433.'",long:"d MMMM y '\u0433.'",medium:"d MMM y '\u0433.'",short:"dd.MM.y"},fne={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},hne={any:"{{date}}, {{time}}"},mne={date:D({formats:dne,defaultWidth:"full"}),time:D({formats:fne,defaultWidth:"full"}),dateTime:D({formats:hne,defaultWidth:"any"})};const pne=mne;var U1=["\u043D\u044F\u0434\u0437\u0435\u043B\u044E","\u043F\u0430\u043D\u044F\u0434\u0437\u0435\u043B\u0430\u043A","\u0430\u045E\u0442\u043E\u0440\u0430\u043A","\u0441\u0435\u0440\u0430\u0434\u0443","\u0447\u0430\u0446\u044C\u0432\u0435\u0440","\u043F\u044F\u0442\u043D\u0456\u0446\u0443","\u0441\u0443\u0431\u043E\u0442\u0443"];function gne(e){var t=U1[e];switch(e){case 0:case 3:case 5:case 6:return"'\u0443 \u043C\u0456\u043D\u0443\u043B\u0443\u044E "+t+" \u0430' p";case 1:case 2:case 4:return"'\u0443 \u043C\u0456\u043D\u0443\u043B\u044B "+t+" \u0430' p"}}function _W(e){var t=U1[e];return"'\u0443 "+t+" \u0430' p"}function vne(e){var t=U1[e];switch(e){case 0:case 3:case 5:case 6:return"'\u0443 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0443\u044E "+t+" \u0430' p";case 1:case 2:case 4:return"'\u0443 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u044B "+t+" \u0430' p"}}var bne=function(e,t,n){var r=bn(e),a=r.getUTCDay();return zn(r,t,n)?_W(a):gne(a)},yne=function(e,t,n){var r=bn(e),a=r.getUTCDay();return zn(r,t,n)?_W(a):vne(a)},wne={lastWeek:bne,yesterday:"'\u0443\u0447\u043E\u0440\u0430 \u0430' p",today:"'\u0441\u0451\u043D\u044C\u043D\u044F \u0430' p",tomorrow:"'\u0437\u0430\u045E\u0442\u0440\u0430 \u0430' p",nextWeek:yne,other:"P"},kne=function(e,t,n,r){var a=wne[e];return typeof a=="function"?a(t,n,r):a};const xne=kne;var Pne={narrow:["\u0434\u0430 \u043D.\u044D.","\u043D.\u044D."],abbreviated:["\u0434\u0430 \u043D. \u044D.","\u043D. \u044D."],wide:["\u0434\u0430 \u043D\u0430\u0448\u0430\u0439 \u044D\u0440\u044B","\u043D\u0430\u0448\u0430\u0439 \u044D\u0440\u044B"]},Mne={narrow:["1","2","3","4"],abbreviated:["1-\u044B \u043A\u0432.","2-\u0456 \u043A\u0432.","3-\u0456 \u043A\u0432.","4-\u044B \u043A\u0432."],wide:["1-\u044B \u043A\u0432\u0430\u0440\u0442\u0430\u043B","2-\u0456 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","3-\u0456 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","4-\u044B \u043A\u0432\u0430\u0440\u0442\u0430\u043B"]},Ane={narrow:["\u0421","\u041B","\u0421","\u041A","\u0422","\u0427","\u041B","\u0416","\u0412","\u041A","\u041B","\u0421"],abbreviated:["\u0441\u0442\u0443\u0434\u0437.","\u043B\u044E\u0442.","\u0441\u0430\u043A.","\u043A\u0440\u0430\u0441.","\u0442\u0440\u0430\u0432.","\u0447\u044D\u0440\u0432.","\u043B\u0456\u043F.","\u0436\u043D.","\u0432\u0435\u0440.","\u043A\u0430\u0441\u0442\u0440.","\u043B\u0456\u0441\u0442.","\u0441\u044C\u043D\u0435\u0436."],wide:["\u0441\u0442\u0443\u0434\u0437\u0435\u043D\u044C","\u043B\u044E\u0442\u044B","\u0441\u0430\u043A\u0430\u0432\u0456\u043A","\u043A\u0440\u0430\u0441\u0430\u0432\u0456\u043A","\u0442\u0440\u0430\u0432\u0435\u043D\u044C","\u0447\u044D\u0440\u0432\u0435\u043D\u044C","\u043B\u0456\u043F\u0435\u043D\u044C","\u0436\u043D\u0456\u0432\u0435\u043D\u044C","\u0432\u0435\u0440\u0430\u0441\u0435\u043D\u044C","\u043A\u0430\u0441\u0442\u0440\u044B\u0447\u043D\u0456\u043A","\u043B\u0456\u0441\u0442\u0430\u043F\u0430\u0434","\u0441\u044C\u043D\u0435\u0436\u0430\u043D\u044C"]},Sne={narrow:["\u0421","\u041B","\u0421","\u041A","\u0422","\u0427","\u041B","\u0416","\u0412","\u041A","\u041B","\u0421"],abbreviated:["\u0441\u0442\u0443\u0434\u0437.","\u043B\u044E\u0442.","\u0441\u0430\u043A.","\u043A\u0440\u0430\u0441.","\u0442\u0440\u0430\u0432.","\u0447\u044D\u0440\u0432.","\u043B\u0456\u043F.","\u0436\u043D.","\u0432\u0435\u0440.","\u043A\u0430\u0441\u0442\u0440.","\u043B\u0456\u0441\u0442.","\u0441\u044C\u043D\u0435\u0436."],wide:["\u0441\u0442\u0443\u0434\u0437\u0435\u043D\u044F","\u043B\u044E\u0442\u0430\u0433\u0430","\u0441\u0430\u043A\u0430\u0432\u0456\u043A\u0430","\u043A\u0440\u0430\u0441\u0430\u0432\u0456\u043A\u0430","\u0442\u0440\u0430\u045E\u043D\u044F","\u0447\u044D\u0440\u0432\u0435\u043D\u044F","\u043B\u0456\u043F\u0435\u043D\u044F","\u0436\u043D\u0456\u045E\u043D\u044F","\u0432\u0435\u0440\u0430\u0441\u043D\u044F","\u043A\u0430\u0441\u0442\u0440\u044B\u0447\u043D\u0456\u043A\u0430","\u043B\u0456\u0441\u0442\u0430\u043F\u0430\u0434\u0430","\u0441\u044C\u043D\u0435\u0436\u043D\u044F"]},Cne={narrow:["\u041D","\u041F","\u0410","\u0421","\u0427","\u041F","\u0421"],short:["\u043D\u0434","\u043F\u043D","\u0430\u045E","\u0441\u0440","\u0447\u0446","\u043F\u0442","\u0441\u0431"],abbreviated:["\u043D\u044F\u0434\u0437","\u043F\u0430\u043D","\u0430\u045E\u0442","\u0441\u0435\u0440","\u0447\u0430\u0446","\u043F\u044F\u0442","\u0441\u0443\u0431"],wide:["\u043D\u044F\u0434\u0437\u0435\u043B\u044F","\u043F\u0430\u043D\u044F\u0434\u0437\u0435\u043B\u0430\u043A","\u0430\u045E\u0442\u043E\u0440\u0430\u043A","\u0441\u0435\u0440\u0430\u0434\u0430","\u0447\u0430\u0446\u044C\u0432\u0435\u0440","\u043F\u044F\u0442\u043D\u0456\u0446\u0430","\u0441\u0443\u0431\u043E\u0442\u0430"]},Ene={narrow:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u045E\u043D.",noon:"\u043F\u043E\u045E\u0434.",morning:"\u0440\u0430\u043D.",afternoon:"\u0434\u0437\u0435\u043D\u044C",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447"},abbreviated:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u045E\u043D.",noon:"\u043F\u043E\u045E\u0434.",morning:"\u0440\u0430\u043D.",afternoon:"\u0434\u0437\u0435\u043D\u044C",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447"},wide:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u045E\u043D\u0430\u0447",noon:"\u043F\u043E\u045E\u0434\u0437\u0435\u043D\u044C",morning:"\u0440\u0430\u043D\u0456\u0446\u0430",afternoon:"\u0434\u0437\u0435\u043D\u044C",evening:"\u0432\u0435\u0447\u0430\u0440",night:"\u043D\u043E\u0447"}},Wne={narrow:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u045E\u043D.",noon:"\u043F\u043E\u045E\u0434.",morning:"\u0440\u0430\u043D.",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u044B"},abbreviated:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u045E\u043D.",noon:"\u043F\u043E\u045E\u0434.",morning:"\u0440\u0430\u043D.",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u044B"},wide:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u045E\u043D\u0430\u0447",noon:"\u043F\u043E\u045E\u0434\u0437\u0435\u043D\u044C",morning:"\u0440\u0430\u043D\u0456\u0446\u044B",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447\u0430\u0440\u0430",night:"\u043D\u043E\u0447\u044B"}},jne=function(e,t){var n=String(t==null?void 0:t.unit),r=Number(e),a;return n==="date"?a="-\u0433\u0430":n==="hour"||n==="minute"||n==="second"?a="-\u044F":a=(r%10===2||r%10===3)&&r%100!==12&&r%100!==13?"-\u0456":"-\u044B",r+a},One={ordinalNumber:jne,era:S({values:Pne,defaultWidth:"wide"}),quarter:S({values:Mne,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Ane,defaultWidth:"wide",formattingValues:Sne,defaultFormattingWidth:"wide"}),day:S({values:Cne,defaultWidth:"wide"}),dayPeriod:S({values:Ene,defaultWidth:"any",formattingValues:Wne,defaultFormattingWidth:"wide"})};const Tne=One;var zne=/^(\d+)(-?(е|я|га|і|ы|ае|ая|яя|шы|гі|ці|ты|мы))?/i,Nne=/\d+/i,_ne={narrow:/^((да )?н\.?\s?э\.?)/i,abbreviated:/^((да )?н\.?\s?э\.?)/i,wide:/^(да нашай эры|нашай эры|наша эра)/i},Rne={any:[/^д/i,/^н/i]},Ine={narrow:/^[1234]/i,abbreviated:/^[1234](-?[ыі]?)? кв.?/i,wide:/^[1234](-?[ыі]?)? квартал/i},Dne={any:[/1/i,/2/i,/3/i,/4/i]},Lne={narrow:/^[слкмчжв]/i,abbreviated:/^(студз|лют|сак|крас|ма[йя]|чэрв|ліп|жн|вер|кастр|ліст|снеж)\.?/i,wide:/^(студзен[ья]|лют(ы|ага)|сакавіка?|красавіка?|тра(вень|ўня)|чэрвен[ья]|ліпен[ья]|жні(вень|ўня)|верас(ень|ня)|кастрычніка?|лістапада?|сьнеж(ань|ня))/i},Hne={narrow:[/^с/i,/^л/i,/^с/i,/^к/i,/^т/i,/^ч/i,/^л/i,/^ж/i,/^в/i,/^к/i,/^л/i,/^с/i],any:[/^ст/i,/^лю/i,/^са/i,/^кр/i,/^тр/i,/^ч/i,/^ліп/i,/^ж/i,/^в/i,/^ка/i,/^ліс/i,/^сн/i]},Fne={narrow:/^[нпасч]/i,short:/^(нд|ня|пн|па|аў|ат|ср|се|чц|ча|пт|пя|сб|су)\.?/i,abbreviated:/^(нядз?|ндз|пнд|пан|аўт|срд|сер|чцьв|чац|птн|пят|суб).?/i,wide:/^(нядзел[яі]|панядзел(ак|ка)|аўтор(ак|ка)|серад[аы]|чацьв(ер|ярга)|пятніц[аы]|субот[аы])/i},Bne={narrow:[/^н/i,/^п/i,/^а/i,/^с/i,/^ч/i,/^п/i,/^с/i],any:[/^н/i,/^п[ан]/i,/^а/i,/^с[ер]/i,/^ч/i,/^п[ят]/i,/^с[уб]/i]},Xne={narrow:/^([дп]п|поўн\.?|поўд\.?|ран\.?|дзень|дня|веч\.?|ночы?)/i,abbreviated:/^([дп]п|поўн\.?|поўд\.?|ран\.?|дзень|дня|веч\.?|ночы?)/i,wide:/^([дп]п|поўнач|поўдзень|раніц[аы]|дзень|дня|вечара?|ночы?)/i},Une={any:{am:/^дп/i,pm:/^пп/i,midnight:/^поўн/i,noon:/^поўд/i,morning:/^р/i,afternoon:/^д[зн]/i,evening:/^в/i,night:/^н/i}},Gne={ordinalNumber:Le({matchPattern:zne,parsePattern:Nne,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:_ne,defaultMatchWidth:"wide",parsePatterns:Rne,defaultParseWidth:"any"}),quarter:C({matchPatterns:Ine,defaultMatchWidth:"wide",parsePatterns:Dne,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Lne,defaultMatchWidth:"wide",parsePatterns:Hne,defaultParseWidth:"any"}),day:C({matchPatterns:Fne,defaultMatchWidth:"wide",parsePatterns:Bne,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Xne,defaultMatchWidth:"wide",parsePatterns:Une,defaultParseWidth:"any"})};const Yne=Gne;var Kne={code:"be-tarask",formatDistance:cne,formatLong:pne,formatRelative:xne,localize:Tne,match:Yne,options:{weekStartsOn:1,firstWeekContainsDate:1}};const qne=Kne;var Vne={lessThanXSeconds:{one:"\u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u043E\u0442 \u0441\u0435\u043A\u0443\u043D\u0434\u0430",other:"\u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u043E\u0442 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438"},xSeconds:{one:"1 \u0441\u0435\u043A\u0443\u043D\u0434\u0430",other:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438"},halfAMinute:"\u043F\u043E\u043B\u043E\u0432\u0438\u043D \u043C\u0438\u043D\u0443\u0442\u0430",lessThanXMinutes:{one:"\u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u043E\u0442 \u043C\u0438\u043D\u0443\u0442\u0430",other:"\u043F\u043E-\u043C\u0430\u043B\u043A\u043E \u043E\u0442 {{count}} \u043C\u0438\u043D\u0443\u0442\u0438"},xMinutes:{one:"1 \u043C\u0438\u043D\u0443\u0442\u0430",other:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0438"},aboutXHours:{one:"\u043E\u043A\u043E\u043B\u043E \u0447\u0430\u0441",other:"\u043E\u043A\u043E\u043B\u043E {{count}} \u0447\u0430\u0441\u0430"},xHours:{one:"1 \u0447\u0430\u0441",other:"{{count}} \u0447\u0430\u0441\u0430"},xDays:{one:"1 \u0434\u0435\u043D",other:"{{count}} \u0434\u043D\u0438"},aboutXWeeks:{one:"\u043E\u043A\u043E\u043B\u043E \u0441\u0435\u0434\u043C\u0438\u0446\u0430",other:"\u043E\u043A\u043E\u043B\u043E {{count}} \u0441\u0435\u0434\u043C\u0438\u0446\u0438"},xWeeks:{one:"1 \u0441\u0435\u0434\u043C\u0438\u0446\u0430",other:"{{count}} \u0441\u0435\u0434\u043C\u0438\u0446\u0438"},aboutXMonths:{one:"\u043E\u043A\u043E\u043B\u043E \u043C\u0435\u0441\u0435\u0446",other:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043C\u0435\u0441\u0435\u0446\u0430"},xMonths:{one:"1 \u043C\u0435\u0441\u0435\u0446",other:"{{count}} \u043C\u0435\u0441\u0435\u0446\u0430"},aboutXYears:{one:"\u043E\u043A\u043E\u043B\u043E \u0433\u043E\u0434\u0438\u043D\u0430",other:"\u043E\u043A\u043E\u043B\u043E {{count}} \u0433\u043E\u0434\u0438\u043D\u0438"},xYears:{one:"1 \u0433\u043E\u0434\u0438\u043D\u0430",other:"{{count}} \u0433\u043E\u0434\u0438\u043D\u0438"},overXYears:{one:"\u043D\u0430\u0434 \u0433\u043E\u0434\u0438\u043D\u0430",other:"\u043D\u0430\u0434 {{count}} \u0433\u043E\u0434\u0438\u043D\u0438"},almostXYears:{one:"\u043F\u043E\u0447\u0442\u0438 \u0433\u043E\u0434\u0438\u043D\u0430",other:"\u043F\u043E\u0447\u0442\u0438 {{count}} \u0433\u043E\u0434\u0438\u043D\u0438"}},Jne=function(e,t,n){var r,a=Vne[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u0441\u043B\u0435\u0434 "+r:"\u043F\u0440\u0435\u0434\u0438 "+r:r};const Qne=Jne;var $ne={full:"EEEE, dd MMMM yyyy",long:"dd MMMM yyyy",medium:"dd MMM yyyy",short:"dd/MM/yyyy"},Zne={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"H:mm"},ere={any:"{{date}} {{time}}"},tre={date:D({formats:$ne,defaultWidth:"full"}),time:D({formats:Zne,defaultWidth:"full"}),dateTime:D({formats:ere,defaultWidth:"any"})};const nre=tre;var G1=["\u043D\u0435\u0434\u0435\u043B\u044F","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u044F\u0434\u0430","\u0447\u0435\u0442\u0432\u044A\u0440\u0442\u044A\u043A","\u043F\u0435\u0442\u044A\u043A","\u0441\u044A\u0431\u043E\u0442\u0430"];function rre(e){var t=G1[e];switch(e){case 0:case 3:case 6:return"'\u043C\u0438\u043D\u0430\u043B\u0430\u0442\u0430 "+t+" \u0432' p";case 1:case 2:case 4:case 5:return"'\u043C\u0438\u043D\u0430\u043B\u0438\u044F "+t+" \u0432' p"}}function RW(e){var t=G1[e];return e===2?"'\u0432\u044A\u0432 "+t+" \u0432' p":"'\u0432 "+t+" \u0432' p"}function are(e){var t=G1[e];switch(e){case 0:case 3:case 6:return"'\u0441\u043B\u0435\u0434\u0432\u0430\u0449\u0430\u0442\u0430 "+t+" \u0432' p";case 1:case 2:case 4:case 5:return"'\u0441\u043B\u0435\u0434\u0432\u0430\u0449\u0438\u044F "+t+" \u0432' p"}}var ire=function(e,t,n){var r=bn(e),a=r.getUTCDay();return zn(r,t,n)?RW(a):rre(a)},ore=function(e,t,n){var r=bn(e),a=r.getUTCDay();return zn(r,t,n)?RW(a):are(a)},sre={lastWeek:ire,yesterday:"'\u0432\u0447\u0435\u0440\u0430 \u0432' p",today:"'\u0434\u043D\u0435\u0441 \u0432' p",tomorrow:"'\u0443\u0442\u0440\u0435 \u0432' p",nextWeek:ore,other:"P"},lre=function(e,t,n,r){var a=sre[e];return typeof a=="function"?a(t,n,r):a};const ure=lre;var cre={narrow:["\u043F\u0440.\u043D.\u0435.","\u043D.\u0435."],abbreviated:["\u043F\u0440\u0435\u0434\u0438 \u043D. \u0435.","\u043D. \u0435."],wide:["\u043F\u0440\u0435\u0434\u0438 \u043D\u043E\u0432\u0430\u0442\u0430 \u0435\u0440\u0430","\u043D\u043E\u0432\u0430\u0442\u0430 \u0435\u0440\u0430"]},dre={narrow:["1","2","3","4"],abbreviated:["1-\u0432\u043E \u0442\u0440\u0438\u043C\u0435\u0441.","2-\u0440\u043E \u0442\u0440\u0438\u043C\u0435\u0441.","3-\u0442\u043E \u0442\u0440\u0438\u043C\u0435\u0441.","4-\u0442\u043E \u0442\u0440\u0438\u043C\u0435\u0441."],wide:["1-\u0432\u043E \u0442\u0440\u0438\u043C\u0435\u0441\u0435\u0447\u0438\u0435","2-\u0440\u043E \u0442\u0440\u0438\u043C\u0435\u0441\u0435\u0447\u0438\u0435","3-\u0442\u043E \u0442\u0440\u0438\u043C\u0435\u0441\u0435\u0447\u0438\u0435","4-\u0442\u043E \u0442\u0440\u0438\u043C\u0435\u0441\u0435\u0447\u0438\u0435"]},fre={abbreviated:["\u044F\u043D\u0443","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u044E\u043D\u0438","\u044E\u043B\u0438","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0435","\u0434\u0435\u043A"],wide:["\u044F\u043D\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0439","\u044E\u043D\u0438","\u044E\u043B\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0432\u0440\u0438","\u043E\u043A\u0442\u043E\u043C\u0432\u0440\u0438","\u043D\u043E\u0435\u043C\u0432\u0440\u0438","\u0434\u0435\u043A\u0435\u043C\u0432\u0440\u0438"]},hre={narrow:["\u041D","\u041F","\u0412","\u0421","\u0427","\u041F","\u0421"],short:["\u043D\u0434","\u043F\u043D","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043F\u0442","\u0441\u0431"],abbreviated:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0432\u0442\u043E","\u0441\u0440\u044F","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u044A\u0431"],wide:["\u043D\u0435\u0434\u0435\u043B\u044F","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u044F\u0434\u0430","\u0447\u0435\u0442\u0432\u044A\u0440\u0442\u044A\u043A","\u043F\u0435\u0442\u044A\u043A","\u0441\u044A\u0431\u043E\u0442\u0430"]},mre={wide:{am:"\u043F\u0440\u0435\u0434\u0438 \u043E\u0431\u044F\u0434",pm:"\u0441\u043B\u0435\u0434 \u043E\u0431\u044F\u0434",midnight:"\u0432 \u043F\u043E\u043B\u0443\u043D\u043E\u0449",noon:"\u043D\u0430 \u043E\u0431\u044F\u0434",morning:"\u0441\u0443\u0442\u0440\u0438\u043D\u0442\u0430",afternoon:"\u0441\u043B\u0435\u0434\u043E\u0431\u0435\u0434",evening:"\u0432\u0435\u0447\u0435\u0440\u0442\u0430",night:"\u043F\u0440\u0435\u0437 \u043D\u043E\u0449\u0442\u0430"}};function pre(e){return e==="year"||e==="week"||e==="minute"||e==="second"}function gre(e){return e==="quarter"}function nu(e,t,n,r,a){var s=gre(t)?a:pre(t)?r:n;return e+"-"+s}var vre=function(e,t){var n=Number(e),r=t==null?void 0:t.unit;if(n===0)return nu(0,r,"\u0435\u0432","\u0435\u0432\u0430","\u0435\u0432\u043E");if(n%1e3===0)return nu(n,r,"\u0435\u043D","\u043D\u0430","\u043D\u043E");if(n%100===0)return nu(n,r,"\u0442\u0435\u043D","\u0442\u043D\u0430","\u0442\u043D\u043E");var a=n%100;if(a>20||a<10)switch(a%10){case 1:return nu(n,r,"\u0432\u0438","\u0432\u0430","\u0432\u043E");case 2:return nu(n,r,"\u0440\u0438","\u0440\u0430","\u0440\u043E");case 7:case 8:return nu(n,r,"\u043C\u0438","\u043C\u0430","\u043C\u043E")}return nu(n,r,"\u0442\u0438","\u0442\u0430","\u0442\u043E")},bre={ordinalNumber:vre,era:S({values:cre,defaultWidth:"wide"}),quarter:S({values:dre,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:fre,defaultWidth:"wide"}),day:S({values:hre,defaultWidth:"wide"}),dayPeriod:S({values:mre,defaultWidth:"wide"})};const yre=bre;var wre=/^(\d+)(-?[врмт][аи]|-?т?(ен|на)|-?(ев|ева))?/i,kre=/\d+/i,xre={narrow:/^((пр)?н\.?\s?е\.?)/i,abbreviated:/^((пр)?н\.?\s?е\.?)/i,wide:/^(преди новата ера|новата ера|нова ера)/i},Pre={any:[/^п/i,/^н/i]},Mre={narrow:/^[1234]/i,abbreviated:/^[1234](-?[врт]?o?)? тримес.?/i,wide:/^[1234](-?[врт]?о?)? тримесечие/i},Are={any:[/1/i,/2/i,/3/i,/4/i]},Sre={narrow:/^[нпвсч]/i,short:/^(нд|пн|вт|ср|чт|пт|сб)/i,abbreviated:/^(нед|пон|вто|сря|чет|пет|съб)/i,wide:/^(неделя|понеделник|вторник|сряда|четвъртък|петък|събота)/i},Cre={narrow:[/^н/i,/^п/i,/^в/i,/^с/i,/^ч/i,/^п/i,/^с/i],any:[/^н[ед]/i,/^п[он]/i,/^вт/i,/^ср/i,/^ч[ет]/i,/^п[ет]/i,/^с[ъб]/i]},Ere={abbreviated:/^(яну|фев|мар|апр|май|юни|юли|авг|сеп|окт|ное|дек)/i,wide:/^(януари|февруари|март|април|май|юни|юли|август|септември|октомври|ноември|декември)/i},Wre={any:[/^я/i,/^ф/i,/^мар/i,/^ап/i,/^май/i,/^юн/i,/^юл/i,/^ав/i,/^се/i,/^окт/i,/^но/i,/^де/i]},jre={any:/^(преди о|след о|в по|на о|през|веч|сут|следо)/i},Ore={any:{am:/^преди о/i,pm:/^след о/i,midnight:/^в пол/i,noon:/^на об/i,morning:/^сут/i,afternoon:/^следо/i,evening:/^веч/i,night:/^през н/i}},Tre={ordinalNumber:Le({matchPattern:wre,parsePattern:kre,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:xre,defaultMatchWidth:"wide",parsePatterns:Pre,defaultParseWidth:"any"}),quarter:C({matchPatterns:Mre,defaultMatchWidth:"wide",parsePatterns:Are,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Ere,defaultMatchWidth:"wide",parsePatterns:Wre,defaultParseWidth:"any"}),day:C({matchPatterns:Sre,defaultMatchWidth:"wide",parsePatterns:Cre,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:jre,defaultMatchWidth:"any",parsePatterns:Ore,defaultParseWidth:"any"})};const zre=Tre;var Nre={code:"bg",formatDistance:Qne,formatLong:nre,formatRelative:ure,localize:yre,match:zre,options:{weekStartsOn:1,firstWeekContainsDate:1}};const _re=Nre;var Rre={locale:{1:"\u09E7",2:"\u09E8",3:"\u09E9",4:"\u09EA",5:"\u09EB",6:"\u09EC",7:"\u09ED",8:"\u09EE",9:"\u09EF",0:"\u09E6"},number:{"\u09E7":"1","\u09E8":"2","\u09E9":"3","\u09EA":"4","\u09EB":"5","\u09EC":"6","\u09ED":"7","\u09EE":"8","\u09EF":"9","\u09E6":"0"}},Ire={narrow:["\u0996\u09CD\u09B0\u09BF\u0983\u09AA\u09C2\u0983","\u0996\u09CD\u09B0\u09BF\u0983"],abbreviated:["\u0996\u09CD\u09B0\u09BF\u0983\u09AA\u09C2\u09B0\u09CD\u09AC","\u0996\u09CD\u09B0\u09BF\u0983"],wide:["\u0996\u09CD\u09B0\u09BF\u09B8\u09CD\u099F\u09AA\u09C2\u09B0\u09CD\u09AC","\u0996\u09CD\u09B0\u09BF\u09B8\u09CD\u099F\u09BE\u09AC\u09CD\u09A6"]},Dre={narrow:["\u09E7","\u09E8","\u09E9","\u09EA"],abbreviated:["\u09E7\u09A4\u09CD\u09B0\u09C8","\u09E8\u09A4\u09CD\u09B0\u09C8","\u09E9\u09A4\u09CD\u09B0\u09C8","\u09EA\u09A4\u09CD\u09B0\u09C8"],wide:["\u09E7\u09AE \u09A4\u09CD\u09B0\u09C8\u09AE\u09BE\u09B8\u09BF\u0995","\u09E8\u09DF \u09A4\u09CD\u09B0\u09C8\u09AE\u09BE\u09B8\u09BF\u0995","\u09E9\u09DF \u09A4\u09CD\u09B0\u09C8\u09AE\u09BE\u09B8\u09BF\u0995","\u09EA\u09B0\u09CD\u09A5 \u09A4\u09CD\u09B0\u09C8\u09AE\u09BE\u09B8\u09BF\u0995"]},Lre={narrow:["\u099C\u09BE\u09A8\u09C1","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F","\u0985\u0995\u09CD\u099F\u09CB","\u09A8\u09AD\u09C7","\u09A1\u09BF\u09B8\u09C7"],abbreviated:["\u099C\u09BE\u09A8\u09C1","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F","\u0985\u0995\u09CD\u099F\u09CB","\u09A8\u09AD\u09C7","\u09A1\u09BF\u09B8\u09C7"],wide:["\u099C\u09BE\u09A8\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AB\u09C7\u09AC\u09CD\u09B0\u09C1\u09DF\u09BE\u09B0\u09BF","\u09AE\u09BE\u09B0\u09CD\u099A","\u098F\u09AA\u09CD\u09B0\u09BF\u09B2","\u09AE\u09C7","\u099C\u09C1\u09A8","\u099C\u09C1\u09B2\u09BE\u0987","\u0986\u0997\u09B8\u09CD\u099F","\u09B8\u09C7\u09AA\u09CD\u099F\u09C7\u09AE\u09CD\u09AC\u09B0","\u0985\u0995\u09CD\u099F\u09CB\u09AC\u09B0","\u09A8\u09AD\u09C7\u09AE\u09CD\u09AC\u09B0","\u09A1\u09BF\u09B8\u09C7\u09AE\u09CD\u09AC\u09B0"]},Hre={narrow:["\u09B0","\u09B8\u09CB","\u09AE","\u09AC\u09C1","\u09AC\u09C3","\u09B6\u09C1","\u09B6"],short:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],abbreviated:["\u09B0\u09AC\u09BF","\u09B8\u09CB\u09AE","\u09AE\u0999\u09CD\u0997\u09B2","\u09AC\u09C1\u09A7","\u09AC\u09C3\u09B9","\u09B6\u09C1\u0995\u09CD\u09B0","\u09B6\u09A8\u09BF"],wide:["\u09B0\u09AC\u09BF\u09AC\u09BE\u09B0","\u09B8\u09CB\u09AE\u09AC\u09BE\u09B0","\u09AE\u0999\u09CD\u0997\u09B2\u09AC\u09BE\u09B0","\u09AC\u09C1\u09A7\u09AC\u09BE\u09B0","\u09AC\u09C3\u09B9\u09B8\u09CD\u09AA\u09A4\u09BF\u09AC\u09BE\u09B0 ","\u09B6\u09C1\u0995\u09CD\u09B0\u09AC\u09BE\u09B0","\u09B6\u09A8\u09BF\u09AC\u09BE\u09B0"]},Fre={narrow:{am:"\u09AA\u09C2",pm:"\u0985\u09AA",midnight:"\u09AE\u09A7\u09CD\u09AF\u09B0\u09BE\u09A4",noon:"\u09AE\u09A7\u09CD\u09AF\u09BE\u09B9\u09CD\u09A8",morning:"\u09B8\u0995\u09BE\u09B2",afternoon:"\u09AC\u09BF\u0995\u09BE\u09B2",evening:"\u09B8\u09A8\u09CD\u09A7\u09CD\u09AF\u09BE",night:"\u09B0\u09BE\u09A4"},abbreviated:{am:"\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09B9\u09CD\u09A8",pm:"\u0985\u09AA\u09B0\u09BE\u09B9\u09CD\u09A8",midnight:"\u09AE\u09A7\u09CD\u09AF\u09B0\u09BE\u09A4",noon:"\u09AE\u09A7\u09CD\u09AF\u09BE\u09B9\u09CD\u09A8",morning:"\u09B8\u0995\u09BE\u09B2",afternoon:"\u09AC\u09BF\u0995\u09BE\u09B2",evening:"\u09B8\u09A8\u09CD\u09A7\u09CD\u09AF\u09BE",night:"\u09B0\u09BE\u09A4"},wide:{am:"\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09B9\u09CD\u09A8",pm:"\u0985\u09AA\u09B0\u09BE\u09B9\u09CD\u09A8",midnight:"\u09AE\u09A7\u09CD\u09AF\u09B0\u09BE\u09A4",noon:"\u09AE\u09A7\u09CD\u09AF\u09BE\u09B9\u09CD\u09A8",morning:"\u09B8\u0995\u09BE\u09B2",afternoon:"\u09AC\u09BF\u0995\u09BE\u09B2",evening:"\u09B8\u09A8\u09CD\u09A7\u09CD\u09AF\u09BE",night:"\u09B0\u09BE\u09A4"}},Bre={narrow:{am:"\u09AA\u09C2",pm:"\u0985\u09AA",midnight:"\u09AE\u09A7\u09CD\u09AF\u09B0\u09BE\u09A4",noon:"\u09AE\u09A7\u09CD\u09AF\u09BE\u09B9\u09CD\u09A8",morning:"\u09B8\u0995\u09BE\u09B2",afternoon:"\u09AC\u09BF\u0995\u09BE\u09B2",evening:"\u09B8\u09A8\u09CD\u09A7\u09CD\u09AF\u09BE",night:"\u09B0\u09BE\u09A4"},abbreviated:{am:"\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09B9\u09CD\u09A8",pm:"\u0985\u09AA\u09B0\u09BE\u09B9\u09CD\u09A8",midnight:"\u09AE\u09A7\u09CD\u09AF\u09B0\u09BE\u09A4",noon:"\u09AE\u09A7\u09CD\u09AF\u09BE\u09B9\u09CD\u09A8",morning:"\u09B8\u0995\u09BE\u09B2",afternoon:"\u09AC\u09BF\u0995\u09BE\u09B2",evening:"\u09B8\u09A8\u09CD\u09A7\u09CD\u09AF\u09BE",night:"\u09B0\u09BE\u09A4"},wide:{am:"\u09AA\u09C2\u09B0\u09CD\u09AC\u09BE\u09B9\u09CD\u09A8",pm:"\u0985\u09AA\u09B0\u09BE\u09B9\u09CD\u09A8",midnight:"\u09AE\u09A7\u09CD\u09AF\u09B0\u09BE\u09A4",noon:"\u09AE\u09A7\u09CD\u09AF\u09BE\u09B9\u09CD\u09A8",morning:"\u09B8\u0995\u09BE\u09B2",afternoon:"\u09AC\u09BF\u0995\u09BE\u09B2",evening:"\u09B8\u09A8\u09CD\u09A7\u09CD\u09AF\u09BE",night:"\u09B0\u09BE\u09A4"}};function Xre(e,t){if(e>18&&e<=31)return t+"\u09B6\u09C7";switch(e){case 1:return t+"\u09B2\u09BE";case 2:case 3:return t+"\u09B0\u09BE";case 4:return t+"\u09A0\u09BE";default:return t+"\u0987"}}var Ure=function(e,t){var n=Number(e),r=IW(n),a=t==null?void 0:t.unit;if(a==="date")return Xre(n,r);if(n>10||n===0)return r+"\u09A4\u09AE";var s=n%10;switch(s){case 2:case 3:return r+"\u09DF";case 4:return r+"\u09B0\u09CD\u09A5";case 6:return r+"\u09B7\u09CD\u09A0";default:return r+"\u09AE"}};function IW(e){return e.toString().replace(/\d/g,function(t){return Rre.locale[t]})}var Gre={ordinalNumber:Ure,era:S({values:Ire,defaultWidth:"wide"}),quarter:S({values:Dre,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Lre,defaultWidth:"wide"}),day:S({values:Hre,defaultWidth:"wide"}),dayPeriod:S({values:Fre,defaultWidth:"wide",formattingValues:Bre,defaultFormattingWidth:"wide"})};const Yre=Gre;var Kre={lessThanXSeconds:{one:"\u09AA\u09CD\u09B0\u09BE\u09DF \u09E7 \u09B8\u09C7\u0995\u09C7\u09A8\u09CD\u09A1",other:"\u09AA\u09CD\u09B0\u09BE\u09DF {{count}} \u09B8\u09C7\u0995\u09C7\u09A8\u09CD\u09A1"},xSeconds:{one:"\u09E7 \u09B8\u09C7\u0995\u09C7\u09A8\u09CD\u09A1",other:"{{count}} \u09B8\u09C7\u0995\u09C7\u09A8\u09CD\u09A1"},halfAMinute:"\u0986\u09A7 \u09AE\u09BF\u09A8\u09BF\u099F",lessThanXMinutes:{one:"\u09AA\u09CD\u09B0\u09BE\u09DF \u09E7 \u09AE\u09BF\u09A8\u09BF\u099F",other:"\u09AA\u09CD\u09B0\u09BE\u09DF {{count}} \u09AE\u09BF\u09A8\u09BF\u099F"},xMinutes:{one:"\u09E7 \u09AE\u09BF\u09A8\u09BF\u099F",other:"{{count}} \u09AE\u09BF\u09A8\u09BF\u099F"},aboutXHours:{one:"\u09AA\u09CD\u09B0\u09BE\u09DF \u09E7 \u0998\u09A8\u09CD\u099F\u09BE",other:"\u09AA\u09CD\u09B0\u09BE\u09DF {{count}} \u0998\u09A8\u09CD\u099F\u09BE"},xHours:{one:"\u09E7 \u0998\u09A8\u09CD\u099F\u09BE",other:"{{count}} \u0998\u09A8\u09CD\u099F\u09BE"},xDays:{one:"\u09E7 \u09A6\u09BF\u09A8",other:"{{count}} \u09A6\u09BF\u09A8"},aboutXWeeks:{one:"\u09AA\u09CD\u09B0\u09BE\u09DF \u09E7 \u09B8\u09AA\u09CD\u09A4\u09BE\u09B9",other:"\u09AA\u09CD\u09B0\u09BE\u09DF {{count}} \u09B8\u09AA\u09CD\u09A4\u09BE\u09B9"},xWeeks:{one:"\u09E7 \u09B8\u09AA\u09CD\u09A4\u09BE\u09B9",other:"{{count}} \u09B8\u09AA\u09CD\u09A4\u09BE\u09B9"},aboutXMonths:{one:"\u09AA\u09CD\u09B0\u09BE\u09DF \u09E7 \u09AE\u09BE\u09B8",other:"\u09AA\u09CD\u09B0\u09BE\u09DF {{count}} \u09AE\u09BE\u09B8"},xMonths:{one:"\u09E7 \u09AE\u09BE\u09B8",other:"{{count}} \u09AE\u09BE\u09B8"},aboutXYears:{one:"\u09AA\u09CD\u09B0\u09BE\u09DF \u09E7 \u09AC\u099B\u09B0",other:"\u09AA\u09CD\u09B0\u09BE\u09DF {{count}} \u09AC\u099B\u09B0"},xYears:{one:"\u09E7 \u09AC\u099B\u09B0",other:"{{count}} \u09AC\u099B\u09B0"},overXYears:{one:"\u09E7 \u09AC\u099B\u09B0\u09C7\u09B0 \u09AC\u09C7\u09B6\u09BF",other:"{{count}} \u09AC\u099B\u09B0\u09C7\u09B0 \u09AC\u09C7\u09B6\u09BF"},almostXYears:{one:"\u09AA\u09CD\u09B0\u09BE\u09DF \u09E7 \u09AC\u099B\u09B0",other:"\u09AA\u09CD\u09B0\u09BE\u09DF {{count}} \u09AC\u099B\u09B0"}},qre=function(e,t,n){var r,a=Kre[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",IW(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+" \u098F\u09B0 \u09AE\u09A7\u09CD\u09AF\u09C7":r+" \u0986\u0997\u09C7":r};const Vre=qre;var Jre={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},Qre={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},$re={full:"{{date}} {{time}} '\u09B8\u09AE\u09DF'",long:"{{date}} {{time}} '\u09B8\u09AE\u09DF'",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Zre={date:D({formats:Jre,defaultWidth:"full"}),time:D({formats:Qre,defaultWidth:"full"}),dateTime:D({formats:$re,defaultWidth:"full"})};const eae=Zre;var tae={lastWeek:"'\u0997\u09A4' eeee '\u09B8\u09AE\u09DF' p",yesterday:"'\u0997\u09A4\u0995\u09BE\u09B2' '\u09B8\u09AE\u09DF' p",today:"'\u0986\u099C' '\u09B8\u09AE\u09DF' p",tomorrow:"'\u0986\u0997\u09BE\u09AE\u09C0\u0995\u09BE\u09B2' '\u09B8\u09AE\u09DF' p",nextWeek:"eeee '\u09B8\u09AE\u09DF' p",other:"P"},nae=function(e,t,n,r){return tae[e]};const rae=nae;var aae=/^(\d+)(ম|য়|র্থ|ষ্ঠ|শে|ই|তম)?/i,iae=/\d+/i,oae={narrow:/^(খ্রিঃপূঃ|খ্রিঃ)/i,abbreviated:/^(খ্রিঃপূর্ব|খ্রিঃ)/i,wide:/^(খ্রিস্টপূর্ব|খ্রিস্টাব্দ)/i},sae={narrow:[/^খ্রিঃপূঃ/i,/^খ্রিঃ/i],abbreviated:[/^খ্রিঃপূর্ব/i,/^খ্রিঃ/i],wide:[/^খ্রিস্টপূর্ব/i,/^খ্রিস্টাব্দ/i]},lae={narrow:/^[১২৩৪]/i,abbreviated:/^[১২৩৪]ত্রৈ/i,wide:/^[১২৩৪](ম|য়|র্থ)? ত্রৈমাসিক/i},uae={any:[/১/i,/২/i,/৩/i,/৪/i]},cae={narrow:/^(জানু|ফেব্রু|মার্চ|এপ্রিল|মে|জুন|জুলাই|আগস্ট|সেপ্ট|অক্টো|নভে|ডিসে)/i,abbreviated:/^(জানু|ফেব্রু|মার্চ|এপ্রিল|মে|জুন|জুলাই|আগস্ট|সেপ্ট|অক্টো|নভে|ডিসে)/i,wide:/^(জানুয়ারি|ফেব্রুয়ারি|মার্চ|এপ্রিল|মে|জুন|জুলাই|আগস্ট|সেপ্টেম্বর|অক্টোবর|নভেম্বর|ডিসেম্বর)/i},dae={any:[/^জানু/i,/^ফেব্রু/i,/^মার্চ/i,/^এপ্রিল/i,/^মে/i,/^জুন/i,/^জুলাই/i,/^আগস্ট/i,/^সেপ্ট/i,/^অক্টো/i,/^নভে/i,/^ডিসে/i]},fae={narrow:/^(র|সো|ম|বু|বৃ|শু|শ)+/i,short:/^(রবি|সোম|মঙ্গল|বুধ|বৃহ|শুক্র|শনি)+/i,abbreviated:/^(রবি|সোম|মঙ্গল|বুধ|বৃহ|শুক্র|শনি)+/i,wide:/^(রবিবার|সোমবার|মঙ্গলবার|বুধবার|বৃহস্পতিবার |শুক্রবার|শনিবার)+/i},hae={narrow:[/^র/i,/^সো/i,/^ম/i,/^বু/i,/^বৃ/i,/^শু/i,/^শ/i],short:[/^রবি/i,/^সোম/i,/^মঙ্গল/i,/^বুধ/i,/^বৃহ/i,/^শুক্র/i,/^শনি/i],abbreviated:[/^রবি/i,/^সোম/i,/^মঙ্গল/i,/^বুধ/i,/^বৃহ/i,/^শুক্র/i,/^শনি/i],wide:[/^রবিবার/i,/^সোমবার/i,/^মঙ্গলবার/i,/^বুধবার/i,/^বৃহস্পতিবার /i,/^শুক্রবার/i,/^শনিবার/i]},mae={narrow:/^(পূ|অপ|মধ্যরাত|মধ্যাহ্ন|সকাল|বিকাল|সন্ধ্যা|রাত)/i,abbreviated:/^(পূর্বাহ্ন|অপরাহ্ন|মধ্যরাত|মধ্যাহ্ন|সকাল|বিকাল|সন্ধ্যা|রাত)/i,wide:/^(পূর্বাহ্ন|অপরাহ্ন|মধ্যরাত|মধ্যাহ্ন|সকাল|বিকাল|সন্ধ্যা|রাত)/i},pae={any:{am:/^পূ/i,pm:/^অপ/i,midnight:/^মধ্যরাত/i,noon:/^মধ্যাহ্ন/i,morning:/সকাল/i,afternoon:/বিকাল/i,evening:/সন্ধ্যা/i,night:/রাত/i}},gae={ordinalNumber:Le({matchPattern:aae,parsePattern:iae,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:oae,defaultMatchWidth:"wide",parsePatterns:sae,defaultParseWidth:"wide"}),quarter:C({matchPatterns:lae,defaultMatchWidth:"wide",parsePatterns:uae,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:cae,defaultMatchWidth:"wide",parsePatterns:dae,defaultParseWidth:"any"}),day:C({matchPatterns:fae,defaultMatchWidth:"wide",parsePatterns:hae,defaultParseWidth:"wide"}),dayPeriod:C({matchPatterns:mae,defaultMatchWidth:"wide",parsePatterns:pae,defaultParseWidth:"any"})};const vae=gae;var bae={code:"bn",formatDistance:Vre,formatLong:eae,formatRelative:rae,localize:Yre,match:vae,options:{weekStartsOn:0,firstWeekContainsDate:1}};const yae=bae;var wae={lessThanXSeconds:{one:{standalone:"manje od 1 sekunde",withPrepositionAgo:"manje od 1 sekunde",withPrepositionIn:"manje od 1 sekundu"},dual:"manje od {{count}} sekunde",other:"manje od {{count}} sekundi"},xSeconds:{one:{standalone:"1 sekunda",withPrepositionAgo:"1 sekunde",withPrepositionIn:"1 sekundu"},dual:"{{count}} sekunde",other:"{{count}} sekundi"},halfAMinute:"pola minute",lessThanXMinutes:{one:{standalone:"manje od 1 minute",withPrepositionAgo:"manje od 1 minute",withPrepositionIn:"manje od 1 minutu"},dual:"manje od {{count}} minute",other:"manje od {{count}} minuta"},xMinutes:{one:{standalone:"1 minuta",withPrepositionAgo:"1 minute",withPrepositionIn:"1 minutu"},dual:"{{count}} minute",other:"{{count}} minuta"},aboutXHours:{one:{standalone:"oko 1 sat",withPrepositionAgo:"oko 1 sat",withPrepositionIn:"oko 1 sat"},dual:"oko {{count}} sata",other:"oko {{count}} sati"},xHours:{one:{standalone:"1 sat",withPrepositionAgo:"1 sat",withPrepositionIn:"1 sat"},dual:"{{count}} sata",other:"{{count}} sati"},xDays:{one:{standalone:"1 dan",withPrepositionAgo:"1 dan",withPrepositionIn:"1 dan"},dual:"{{count}} dana",other:"{{count}} dana"},aboutXWeeks:{one:{standalone:"oko 1 sedmicu",withPrepositionAgo:"oko 1 sedmicu",withPrepositionIn:"oko 1 sedmicu"},dual:"oko {{count}} sedmice",other:"oko {{count}} sedmice"},xWeeks:{one:{standalone:"1 sedmicu",withPrepositionAgo:"1 sedmicu",withPrepositionIn:"1 sedmicu"},dual:"{{count}} sedmice",other:"{{count}} sedmice"},aboutXMonths:{one:{standalone:"oko 1 mjesec",withPrepositionAgo:"oko 1 mjesec",withPrepositionIn:"oko 1 mjesec"},dual:"oko {{count}} mjeseca",other:"oko {{count}} mjeseci"},xMonths:{one:{standalone:"1 mjesec",withPrepositionAgo:"1 mjesec",withPrepositionIn:"1 mjesec"},dual:"{{count}} mjeseca",other:"{{count}} mjeseci"},aboutXYears:{one:{standalone:"oko 1 godinu",withPrepositionAgo:"oko 1 godinu",withPrepositionIn:"oko 1 godinu"},dual:"oko {{count}} godine",other:"oko {{count}} godina"},xYears:{one:{standalone:"1 godina",withPrepositionAgo:"1 godine",withPrepositionIn:"1 godinu"},dual:"{{count}} godine",other:"{{count}} godina"},overXYears:{one:{standalone:"preko 1 godinu",withPrepositionAgo:"preko 1 godinu",withPrepositionIn:"preko 1 godinu"},dual:"preko {{count}} godine",other:"preko {{count}} godina"},almostXYears:{one:{standalone:"gotovo 1 godinu",withPrepositionAgo:"gotovo 1 godinu",withPrepositionIn:"gotovo 1 godinu"},dual:"gotovo {{count}} godine",other:"gotovo {{count}} godina"}},kae=function(e,t,n){var r,a=wae[e];return typeof a=="string"?r=a:t===1?n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r=a.one.withPrepositionIn:r=a.one.withPrepositionAgo:r=a.one.standalone:t%10>1&&t%10<5&&String(t).substr(-2,1)!=="1"?r=a.dual.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"za "+r:"prije "+r:r};const xae=kae;var Pae={full:"EEEE, d. MMMM yyyy.",long:"d. MMMM yyyy.",medium:"d. MMM yy.",short:"dd. MM. yy."},Mae={full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Aae={full:"{{date}} 'u' {{time}}",long:"{{date}} 'u' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},Sae={date:D({formats:Pae,defaultWidth:"full"}),time:D({formats:Mae,defaultWidth:"full"}),dateTime:D({formats:Aae,defaultWidth:"full"})};const Cae=Sae;var Eae={lastWeek:function(e){switch(e.getUTCDay()){case 0:return"'pro\u0161le nedjelje u' p";case 3:return"'pro\u0161le srijede u' p";case 6:return"'pro\u0161le subote u' p";default:return"'pro\u0161li' EEEE 'u' p"}},yesterday:"'ju\u010De u' p",today:"'danas u' p",tomorrow:"'sutra u' p",nextWeek:function(e){switch(e.getUTCDay()){case 0:return"'sljede\u0107e nedjelje u' p";case 3:return"'sljede\u0107u srijedu u' p";case 6:return"'sljede\u0107u subotu u' p";default:return"'sljede\u0107i' EEEE 'u' p"}},other:"P"},Wae=function(e,t,n,r){var a=Eae[e];return typeof a=="function"?a(t):a};const jae=Wae;var Oae={narrow:["pr.n.e.","AD"],abbreviated:["pr. Hr.","po. Hr."],wide:["Prije Hrista","Poslije Hrista"]},Tae={narrow:["1.","2.","3.","4."],abbreviated:["1. kv.","2. kv.","3. kv.","4. kv."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},zae={narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],abbreviated:["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],wide:["januar","februar","mart","april","maj","juni","juli","avgust","septembar","oktobar","novembar","decembar"]},Nae={narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],abbreviated:["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],wide:["januar","februar","mart","april","maj","juni","juli","avgust","septembar","oktobar","novembar","decembar"]},_ae={narrow:["N","P","U","S","\u010C","P","S"],short:["ned","pon","uto","sre","\u010Det","pet","sub"],abbreviated:["ned","pon","uto","sre","\u010Det","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","\u010Detvrtak","petak","subota"]},Rae={narrow:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"popodne",evening:"uve\u010De",night:"no\u0107u"},abbreviated:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"popodne",evening:"uve\u010De",night:"no\u0107u"},wide:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"poslije podne",evening:"uve\u010De",night:"no\u0107u"}},Iae={narrow:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"popodne",evening:"uve\u010De",night:"no\u0107u"},abbreviated:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"popodne",evening:"uve\u010De",night:"no\u0107u"},wide:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"poslije podne",evening:"uve\u010De",night:"no\u0107u"}},Dae=function(e,t){var n=Number(e);return String(n)+"."},Lae={ordinalNumber:Dae,era:S({values:Oae,defaultWidth:"wide"}),quarter:S({values:Tae,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:zae,defaultWidth:"wide",formattingValues:Nae,defaultFormattingWidth:"wide"}),day:S({values:_ae,defaultWidth:"wide"}),dayPeriod:S({values:Rae,defaultWidth:"wide",formattingValues:Iae,defaultFormattingWidth:"wide"})};const Hae=Lae;var Fae=/^(\d+)\./i,Bae=/\d+/i,Xae={narrow:/^(pr\.n\.e\.|AD)/i,abbreviated:/^(pr\.\s?Hr\.|po\.\s?Hr\.)/i,wide:/^(Prije Hrista|prije nove ere|Poslije Hrista|nova era)/i},Uae={any:[/^pr/i,/^(po|nova)/i]},Gae={narrow:/^[1234]/i,abbreviated:/^[1234]\.\s?kv\.?/i,wide:/^[1234]\. kvartal/i},Yae={any:[/1/i,/2/i,/3/i,/4/i]},Kae={narrow:/^(10|11|12|[123456789])\./i,abbreviated:/^(jan|feb|mar|apr|maj|jun|jul|avg|sep|okt|nov|dec)/i,wide:/^((januar|januara)|(februar|februara)|(mart|marta)|(april|aprila)|(maj|maja)|(juni|juna)|(juli|jula)|(avgust|avgusta)|(septembar|septembra)|(oktobar|oktobra)|(novembar|novembra)|(decembar|decembra))/i},qae={narrow:[/^1/i,/^2/i,/^3/i,/^4/i,/^5/i,/^6/i,/^7/i,/^8/i,/^9/i,/^10/i,/^11/i,/^12/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^maj/i,/^jun/i,/^jul/i,/^avg/i,/^s/i,/^o/i,/^n/i,/^d/i]},Vae={narrow:/^[npusčc]/i,short:/^(ned|pon|uto|sre|(čet|cet)|pet|sub)/i,abbreviated:/^(ned|pon|uto|sre|(čet|cet)|pet|sub)/i,wide:/^(nedjelja|ponedjeljak|utorak|srijeda|(četvrtak|cetvrtak)|petak|subota)/i},Jae={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},Qae={any:/^(am|pm|ponoc|ponoć|(po)?podne|uvece|uveče|noću|poslije podne|ujutru)/i},$ae={any:{am:/^a/i,pm:/^p/i,midnight:/^pono/i,noon:/^pod/i,morning:/jutro/i,afternoon:/(poslije\s|po)+podne/i,evening:/(uvece|uveče)/i,night:/(nocu|noću)/i}},Zae={ordinalNumber:Le({matchPattern:Fae,parsePattern:Bae,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Xae,defaultMatchWidth:"wide",parsePatterns:Uae,defaultParseWidth:"any"}),quarter:C({matchPatterns:Gae,defaultMatchWidth:"wide",parsePatterns:Yae,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Kae,defaultMatchWidth:"wide",parsePatterns:qae,defaultParseWidth:"any"}),day:C({matchPatterns:Vae,defaultMatchWidth:"wide",parsePatterns:Jae,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Qae,defaultMatchWidth:"any",parsePatterns:$ae,defaultParseWidth:"any"})};const eie=Zae;var tie={code:"bs",formatDistance:xae,formatLong:Cae,formatRelative:jae,localize:Hae,match:eie,options:{weekStartsOn:1,firstWeekContainsDate:4}};const nie=tie;var rie={lessThanXSeconds:{one:"menys d'un segon",eleven:"menys d'onze segons",other:"menys de {{count}} segons"},xSeconds:{one:"1 segon",other:"{{count}} segons"},halfAMinute:"mig minut",lessThanXMinutes:{one:"menys d'un minut",eleven:"menys d'onze minuts",other:"menys de {{count}} minuts"},xMinutes:{one:"1 minut",other:"{{count}} minuts"},aboutXHours:{one:"aproximadament una hora",other:"aproximadament {{count}} hores"},xHours:{one:"1 hora",other:"{{count}} hores"},xDays:{one:"1 dia",other:"{{count}} dies"},aboutXWeeks:{one:"aproximadament una setmana",other:"aproximadament {{count}} setmanes"},xWeeks:{one:"1 setmana",other:"{{count}} setmanes"},aboutXMonths:{one:"aproximadament un mes",other:"aproximadament {{count}} mesos"},xMonths:{one:"1 mes",other:"{{count}} mesos"},aboutXYears:{one:"aproximadament un any",other:"aproximadament {{count}} anys"},xYears:{one:"1 any",other:"{{count}} anys"},overXYears:{one:"m\xE9s d'un any",eleven:"m\xE9s d'onze anys",other:"m\xE9s de {{count}} anys"},almostXYears:{one:"gaireb\xE9 un any",other:"gaireb\xE9 {{count}} anys"}},aie=function(e,t,n){var r,a=rie[e];return typeof a=="string"?r=a:t===1?r=a.one:t===11&&a.eleven?r=a.eleven:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"en "+r:"fa "+r:r};const iie=aie;var oie={full:"EEEE, d 'de' MMMM y",long:"d 'de' MMMM y",medium:"d MMM y",short:"dd/MM/y"},sie={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},lie={full:"{{date}} 'a les' {{time}}",long:"{{date}} 'a les' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},uie={date:D({formats:oie,defaultWidth:"full"}),time:D({formats:sie,defaultWidth:"full"}),dateTime:D({formats:lie,defaultWidth:"full"})};const cie=uie;var die={lastWeek:"'el' eeee 'passat a la' LT",yesterday:"'ahir a la' p",today:"'avui a la' p",tomorrow:"'dem\xE0 a la' p",nextWeek:"eeee 'a la' p",other:"P"},fie={lastWeek:"'el' eeee 'passat a les' p",yesterday:"'ahir a les' p",today:"'avui a les' p",tomorrow:"'dem\xE0 a les' p",nextWeek:"eeee 'a les' p",other:"P"},hie=function(e,t,n,r){return t.getUTCHours()!==1?fie[e]:die[e]};const mie=hie;var pie={narrow:["aC","dC"],abbreviated:["a. de C.","d. de C."],wide:["abans de Crist","despr\xE9s de Crist"]},gie={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1r trimestre","2n trimestre","3r trimestre","4t trimestre"]},vie={narrow:["GN","FB","M\xC7","AB","MG","JN","JL","AG","ST","OC","NV","DS"],abbreviated:["gen.","febr.","mar\xE7","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],wide:["gener","febrer","mar\xE7","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]},bie={narrow:["dg.","dl.","dt.","dm.","dj.","dv.","ds."],short:["dg.","dl.","dt.","dm.","dj.","dv.","ds."],abbreviated:["dg.","dl.","dt.","dm.","dj.","dv.","ds."],wide:["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]},yie={narrow:{am:"am",pm:"pm",midnight:"mitjanit",noon:"migdia",morning:"mat\xED",afternoon:"tarda",evening:"vespre",night:"nit"},abbreviated:{am:"a.m.",pm:"p.m.",midnight:"mitjanit",noon:"migdia",morning:"mat\xED",afternoon:"tarda",evening:"vespre",night:"nit"},wide:{am:"ante meridiem",pm:"post meridiem",midnight:"mitjanit",noon:"migdia",morning:"mat\xED",afternoon:"tarda",evening:"vespre",night:"nit"}},wie={narrow:{am:"am",pm:"pm",midnight:"de la mitjanit",noon:"del migdia",morning:"del mat\xED",afternoon:"de la tarda",evening:"del vespre",night:"de la nit"},abbreviated:{am:"AM",pm:"PM",midnight:"de la mitjanit",noon:"del migdia",morning:"del mat\xED",afternoon:"de la tarda",evening:"del vespre",night:"de la nit"},wide:{am:"ante meridiem",pm:"post meridiem",midnight:"de la mitjanit",noon:"del migdia",morning:"del mat\xED",afternoon:"de la tarda",evening:"del vespre",night:"de la nit"}},kie=function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"r";case 2:return n+"n";case 3:return n+"r";case 4:return n+"t"}return n+"\xE8"},xie={ordinalNumber:kie,era:S({values:pie,defaultWidth:"wide"}),quarter:S({values:gie,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:vie,defaultWidth:"wide"}),day:S({values:bie,defaultWidth:"wide"}),dayPeriod:S({values:yie,defaultWidth:"wide",formattingValues:wie,defaultFormattingWidth:"wide"})};const Pie=xie;var Mie=/^(\d+)(è|r|n|r|t)?/i,Aie=/\d+/i,Sie={narrow:/^(aC|dC)/i,abbreviated:/^(a. de C.|d. de C.)/i,wide:/^(abans de Crist|despr[eé]s de Crist)/i},Cie={narrow:[/^aC/i,/^dC/i],abbreviated:[/^(a. de C.)/i,/^(d. de C.)/i],wide:[/^(abans de Crist)/i,/^(despr[eé]s de Crist)/i]},Eie={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](è|r|n|r|t)? trimestre/i},Wie={any:[/1/i,/2/i,/3/i,/4/i]},jie={narrow:/^(GN|FB|MÇ|AB|MG|JN|JL|AG|ST|OC|NV|DS)/i,abbreviated:/^(gen.|febr.|març|abr.|maig|juny|jul.|ag.|set.|oct.|nov.|des.)/i,wide:/^(gener|febrer|març|abril|maig|juny|juliol|agost|setembre|octubre|novembre|desembre)/i},Oie={narrow:[/^GN/i,/^FB/i,/^MÇ/i,/^AB/i,/^MG/i,/^JN/i,/^JL/i,/^AG/i,/^ST/i,/^OC/i,/^NV/i,/^DS/i],abbreviated:[/^gen./i,/^febr./i,/^març/i,/^abr./i,/^maig/i,/^juny/i,/^jul./i,/^ag./i,/^set./i,/^oct./i,/^nov./i,/^des./i],wide:[/^gener/i,/^febrer/i,/^març/i,/^abril/i,/^maig/i,/^juny/i,/^juliol/i,/^agost/i,/^setembre/i,/^octubre/i,/^novembre/i,/^desembre/i]},Tie={narrow:/^(dg\.|dl\.|dt\.|dm\.|dj\.|dv\.|ds\.)/i,short:/^(dg\.|dl\.|dt\.|dm\.|dj\.|dv\.|ds\.)/i,abbreviated:/^(dg\.|dl\.|dt\.|dm\.|dj\.|dv\.|ds\.)/i,wide:/^(diumenge|dilluns|dimarts|dimecres|dijous|divendres|dissabte)/i},zie={narrow:[/^dg./i,/^dl./i,/^dt./i,/^dm./i,/^dj./i,/^dv./i,/^ds./i],abbreviated:[/^dg./i,/^dl./i,/^dt./i,/^dm./i,/^dj./i,/^dv./i,/^ds./i],wide:[/^diumenge/i,/^dilluns/i,/^dimarts/i,/^dimecres/i,/^dijous/i,/^divendres/i,/^disssabte/i]},Nie={narrow:/^(a|p|mn|md|(del|de la) (matí|tarda|vespre|nit))/i,abbreviated:/^([ap]\.?\s?m\.?|mitjanit|migdia|(del|de la) (matí|tarda|vespre|nit))/i,wide:/^(ante meridiem|post meridiem|mitjanit|migdia|(del|de la) (matí|tarda|vespre|nit))/i},_ie={any:{am:/^a/i,pm:/^p/i,midnight:/^mitjanit/i,noon:/^migdia/i,morning:/matí/i,afternoon:/tarda/i,evening:/vespre/i,night:/nit/i}},Rie={ordinalNumber:Le({matchPattern:Mie,parsePattern:Aie,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Sie,defaultMatchWidth:"wide",parsePatterns:Cie,defaultParseWidth:"wide"}),quarter:C({matchPatterns:Eie,defaultMatchWidth:"wide",parsePatterns:Wie,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:jie,defaultMatchWidth:"wide",parsePatterns:Oie,defaultParseWidth:"wide"}),day:C({matchPatterns:Tie,defaultMatchWidth:"wide",parsePatterns:zie,defaultParseWidth:"wide"}),dayPeriod:C({matchPatterns:Nie,defaultMatchWidth:"wide",parsePatterns:_ie,defaultParseWidth:"any"})};const Iie=Rie;var Die={code:"ca",formatDistance:iie,formatLong:cie,formatRelative:mie,localize:Pie,match:Iie,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Lie=Die;var Hie={lessThanXSeconds:{one:{regular:"m\xE9n\u011B ne\u017E sekunda",past:"p\u0159ed m\xE9n\u011B ne\u017E sekundou",future:"za m\xE9n\u011B ne\u017E sekundu"},few:{regular:"m\xE9n\u011B ne\u017E {{count}} sekundy",past:"p\u0159ed m\xE9n\u011B ne\u017E {{count}} sekundami",future:"za m\xE9n\u011B ne\u017E {{count}} sekundy"},many:{regular:"m\xE9n\u011B ne\u017E {{count}} sekund",past:"p\u0159ed m\xE9n\u011B ne\u017E {{count}} sekundami",future:"za m\xE9n\u011B ne\u017E {{count}} sekund"}},xSeconds:{one:{regular:"sekunda",past:"p\u0159ed sekundou",future:"za sekundu"},few:{regular:"{{count}} sekundy",past:"p\u0159ed {{count}} sekundami",future:"za {{count}} sekundy"},many:{regular:"{{count}} sekund",past:"p\u0159ed {{count}} sekundami",future:"za {{count}} sekund"}},halfAMinute:{type:"other",other:{regular:"p\u016Fl minuty",past:"p\u0159ed p\u016Fl minutou",future:"za p\u016Fl minuty"}},lessThanXMinutes:{one:{regular:"m\xE9n\u011B ne\u017E minuta",past:"p\u0159ed m\xE9n\u011B ne\u017E minutou",future:"za m\xE9n\u011B ne\u017E minutu"},few:{regular:"m\xE9n\u011B ne\u017E {{count}} minuty",past:"p\u0159ed m\xE9n\u011B ne\u017E {{count}} minutami",future:"za m\xE9n\u011B ne\u017E {{count}} minuty"},many:{regular:"m\xE9n\u011B ne\u017E {{count}} minut",past:"p\u0159ed m\xE9n\u011B ne\u017E {{count}} minutami",future:"za m\xE9n\u011B ne\u017E {{count}} minut"}},xMinutes:{one:{regular:"minuta",past:"p\u0159ed minutou",future:"za minutu"},few:{regular:"{{count}} minuty",past:"p\u0159ed {{count}} minutami",future:"za {{count}} minuty"},many:{regular:"{{count}} minut",past:"p\u0159ed {{count}} minutami",future:"za {{count}} minut"}},aboutXHours:{one:{regular:"p\u0159ibli\u017En\u011B hodina",past:"p\u0159ibli\u017En\u011B p\u0159ed hodinou",future:"p\u0159ibli\u017En\u011B za hodinu"},few:{regular:"p\u0159ibli\u017En\u011B {{count}} hodiny",past:"p\u0159ibli\u017En\u011B p\u0159ed {{count}} hodinami",future:"p\u0159ibli\u017En\u011B za {{count}} hodiny"},many:{regular:"p\u0159ibli\u017En\u011B {{count}} hodin",past:"p\u0159ibli\u017En\u011B p\u0159ed {{count}} hodinami",future:"p\u0159ibli\u017En\u011B za {{count}} hodin"}},xHours:{one:{regular:"hodina",past:"p\u0159ed hodinou",future:"za hodinu"},few:{regular:"{{count}} hodiny",past:"p\u0159ed {{count}} hodinami",future:"za {{count}} hodiny"},many:{regular:"{{count}} hodin",past:"p\u0159ed {{count}} hodinami",future:"za {{count}} hodin"}},xDays:{one:{regular:"den",past:"p\u0159ed dnem",future:"za den"},few:{regular:"{{count}} dny",past:"p\u0159ed {{count}} dny",future:"za {{count}} dny"},many:{regular:"{{count}} dn\xED",past:"p\u0159ed {{count}} dny",future:"za {{count}} dn\xED"}},aboutXWeeks:{one:{regular:"p\u0159ibli\u017En\u011B t\xFDden",past:"p\u0159ibli\u017En\u011B p\u0159ed t\xFDdnem",future:"p\u0159ibli\u017En\u011B za t\xFDden"},few:{regular:"p\u0159ibli\u017En\u011B {{count}} t\xFDdny",past:"p\u0159ibli\u017En\u011B p\u0159ed {{count}} t\xFDdny",future:"p\u0159ibli\u017En\u011B za {{count}} t\xFDdny"},many:{regular:"p\u0159ibli\u017En\u011B {{count}} t\xFDdn\u016F",past:"p\u0159ibli\u017En\u011B p\u0159ed {{count}} t\xFDdny",future:"p\u0159ibli\u017En\u011B za {{count}} t\xFDdn\u016F"}},xWeeks:{one:{regular:"t\xFDden",past:"p\u0159ed t\xFDdnem",future:"za t\xFDden"},few:{regular:"{{count}} t\xFDdny",past:"p\u0159ed {{count}} t\xFDdny",future:"za {{count}} t\xFDdny"},many:{regular:"{{count}} t\xFDdn\u016F",past:"p\u0159ed {{count}} t\xFDdny",future:"za {{count}} t\xFDdn\u016F"}},aboutXMonths:{one:{regular:"p\u0159ibli\u017En\u011B m\u011Bs\xEDc",past:"p\u0159ibli\u017En\u011B p\u0159ed m\u011Bs\xEDcem",future:"p\u0159ibli\u017En\u011B za m\u011Bs\xEDc"},few:{regular:"p\u0159ibli\u017En\u011B {{count}} m\u011Bs\xEDce",past:"p\u0159ibli\u017En\u011B p\u0159ed {{count}} m\u011Bs\xEDci",future:"p\u0159ibli\u017En\u011B za {{count}} m\u011Bs\xEDce"},many:{regular:"p\u0159ibli\u017En\u011B {{count}} m\u011Bs\xEDc\u016F",past:"p\u0159ibli\u017En\u011B p\u0159ed {{count}} m\u011Bs\xEDci",future:"p\u0159ibli\u017En\u011B za {{count}} m\u011Bs\xEDc\u016F"}},xMonths:{one:{regular:"m\u011Bs\xEDc",past:"p\u0159ed m\u011Bs\xEDcem",future:"za m\u011Bs\xEDc"},few:{regular:"{{count}} m\u011Bs\xEDce",past:"p\u0159ed {{count}} m\u011Bs\xEDci",future:"za {{count}} m\u011Bs\xEDce"},many:{regular:"{{count}} m\u011Bs\xEDc\u016F",past:"p\u0159ed {{count}} m\u011Bs\xEDci",future:"za {{count}} m\u011Bs\xEDc\u016F"}},aboutXYears:{one:{regular:"p\u0159ibli\u017En\u011B rok",past:"p\u0159ibli\u017En\u011B p\u0159ed rokem",future:"p\u0159ibli\u017En\u011B za rok"},few:{regular:"p\u0159ibli\u017En\u011B {{count}} roky",past:"p\u0159ibli\u017En\u011B p\u0159ed {{count}} roky",future:"p\u0159ibli\u017En\u011B za {{count}} roky"},many:{regular:"p\u0159ibli\u017En\u011B {{count}} rok\u016F",past:"p\u0159ibli\u017En\u011B p\u0159ed {{count}} roky",future:"p\u0159ibli\u017En\u011B za {{count}} rok\u016F"}},xYears:{one:{regular:"rok",past:"p\u0159ed rokem",future:"za rok"},few:{regular:"{{count}} roky",past:"p\u0159ed {{count}} roky",future:"za {{count}} roky"},many:{regular:"{{count}} rok\u016F",past:"p\u0159ed {{count}} roky",future:"za {{count}} rok\u016F"}},overXYears:{one:{regular:"v\xEDce ne\u017E rok",past:"p\u0159ed v\xEDce ne\u017E rokem",future:"za v\xEDce ne\u017E rok"},few:{regular:"v\xEDce ne\u017E {{count}} roky",past:"p\u0159ed v\xEDce ne\u017E {{count}} roky",future:"za v\xEDce ne\u017E {{count}} roky"},many:{regular:"v\xEDce ne\u017E {{count}} rok\u016F",past:"p\u0159ed v\xEDce ne\u017E {{count}} roky",future:"za v\xEDce ne\u017E {{count}} rok\u016F"}},almostXYears:{one:{regular:"skoro rok",past:"skoro p\u0159ed rokem",future:"skoro za rok"},few:{regular:"skoro {{count}} roky",past:"skoro p\u0159ed {{count}} roky",future:"skoro za {{count}} roky"},many:{regular:"skoro {{count}} rok\u016F",past:"skoro p\u0159ed {{count}} roky",future:"skoro za {{count}} rok\u016F"}}},Fie=function(e,t,n){var r,a=Hie[e];a.type==="other"?r=a.other:t===1?r=a.one:t>1&&t<5?r=a.few:r=a.many;var s=(n==null?void 0:n.addSuffix)===!0,l=n==null?void 0:n.comparison,c;return s&&l===-1?c=r.past:s&&l===1?c=r.future:c=r.regular,c.replace("{{count}}",String(t))};const Bie=Fie;var Xie={full:"EEEE, d. MMMM yyyy",long:"d. MMMM yyyy",medium:"d. M. yyyy",short:"dd.MM.yyyy"},Uie={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},Gie={full:"{{date}} 'v' {{time}}",long:"{{date}} 'v' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Yie={date:D({formats:Xie,defaultWidth:"full"}),time:D({formats:Uie,defaultWidth:"full"}),dateTime:D({formats:Gie,defaultWidth:"full"})};const Kie=Yie;var qie=["ned\u011Bli","pond\u011Bl\xED","\xFAter\xFD","st\u0159edu","\u010Dtvrtek","p\xE1tek","sobotu"],Vie={lastWeek:"'posledn\xED' eeee 've' p",yesterday:"'v\u010Dera v' p",today:"'dnes v' p",tomorrow:"'z\xEDtra v' p",nextWeek:function(e){var t=e.getUTCDay();return"'v "+qie[t]+" o' p"},other:"P"},Jie=function(e,t){var n=Vie[e];return typeof n=="function"?n(t):n};const Qie=Jie;var $ie={narrow:["p\u0159. n. l.","n. l."],abbreviated:["p\u0159. n. l.","n. l."],wide:["p\u0159ed na\u0161\xEDm letopo\u010Dtem","na\u0161eho letopo\u010Dtu"]},Zie={narrow:["1","2","3","4"],abbreviated:["1. \u010Dtvrtlet\xED","2. \u010Dtvrtlet\xED","3. \u010Dtvrtlet\xED","4. \u010Dtvrtlet\xED"],wide:["1. \u010Dtvrtlet\xED","2. \u010Dtvrtlet\xED","3. \u010Dtvrtlet\xED","4. \u010Dtvrtlet\xED"]},eoe={narrow:["L","\xDA","B","D","K","\u010C","\u010C","S","Z","\u0158","L","P"],abbreviated:["led","\xFAno","b\u0159e","dub","kv\u011B","\u010Dvn","\u010Dvc","srp","z\xE1\u0159","\u0159\xEDj","lis","pro"],wide:["leden","\xFAnor","b\u0159ezen","duben","kv\u011Bten","\u010Derven","\u010Dervenec","srpen","z\xE1\u0159\xED","\u0159\xEDjen","listopad","prosinec"]},toe={narrow:["L","\xDA","B","D","K","\u010C","\u010C","S","Z","\u0158","L","P"],abbreviated:["led","\xFAno","b\u0159e","dub","kv\u011B","\u010Dvn","\u010Dvc","srp","z\xE1\u0159","\u0159\xEDj","lis","pro"],wide:["ledna","\xFAnora","b\u0159ezna","dubna","kv\u011Btna","\u010Dervna","\u010Dervence","srpna","z\xE1\u0159\xED","\u0159\xEDjna","listopadu","prosince"]},noe={narrow:["ne","po","\xFAt","st","\u010Dt","p\xE1","so"],short:["ne","po","\xFAt","st","\u010Dt","p\xE1","so"],abbreviated:["ned","pon","\xFAte","st\u0159","\u010Dtv","p\xE1t","sob"],wide:["ned\u011Ble","pond\u011Bl\xED","\xFAter\xFD","st\u0159eda","\u010Dtvrtek","p\xE1tek","sobota"]},roe={narrow:{am:"dop.",pm:"odp.",midnight:"p\u016Flnoc",noon:"poledne",morning:"r\xE1no",afternoon:"odpoledne",evening:"ve\u010Der",night:"noc"},abbreviated:{am:"dop.",pm:"odp.",midnight:"p\u016Flnoc",noon:"poledne",morning:"r\xE1no",afternoon:"odpoledne",evening:"ve\u010Der",night:"noc"},wide:{am:"dopoledne",pm:"odpoledne",midnight:"p\u016Flnoc",noon:"poledne",morning:"r\xE1no",afternoon:"odpoledne",evening:"ve\u010Der",night:"noc"}},aoe={narrow:{am:"dop.",pm:"odp.",midnight:"p\u016Flnoc",noon:"poledne",morning:"r\xE1no",afternoon:"odpoledne",evening:"ve\u010Der",night:"noc"},abbreviated:{am:"dop.",pm:"odp.",midnight:"p\u016Flnoc",noon:"poledne",morning:"r\xE1no",afternoon:"odpoledne",evening:"ve\u010Der",night:"noc"},wide:{am:"dopoledne",pm:"odpoledne",midnight:"p\u016Flnoc",noon:"poledne",morning:"r\xE1no",afternoon:"odpoledne",evening:"ve\u010Der",night:"noc"}},ioe=function(e,t){var n=Number(e);return n+"."},ooe={ordinalNumber:ioe,era:S({values:$ie,defaultWidth:"wide"}),quarter:S({values:Zie,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:eoe,defaultWidth:"wide",formattingValues:toe,defaultFormattingWidth:"wide"}),day:S({values:noe,defaultWidth:"wide"}),dayPeriod:S({values:roe,defaultWidth:"wide",formattingValues:aoe,defaultFormattingWidth:"wide"})};const soe=ooe;var loe=/^(\d+)\.?/i,uoe=/\d+/i,coe={narrow:/^(p[řr](\.|ed) Kr\.|p[řr](\.|ed) n\. l\.|po Kr\.|n\. l\.)/i,abbreviated:/^(p[řr](\.|ed) Kr\.|p[řr](\.|ed) n\. l\.|po Kr\.|n\. l\.)/i,wide:/^(p[řr](\.|ed) Kristem|p[řr](\.|ed) na[šs][íi]m letopo[čc]tem|po Kristu|na[šs]eho letopo[čc]tu)/i},doe={any:[/^p[řr]/i,/^(po|n)/i]},foe={narrow:/^[1234]/i,abbreviated:/^[1234]\. [čc]tvrtlet[íi]/i,wide:/^[1234]\. [čc]tvrtlet[íi]/i},hoe={any:[/1/i,/2/i,/3/i,/4/i]},moe={narrow:/^[lúubdkčcszřrlp]/i,abbreviated:/^(led|[úu]no|b[řr]e|dub|kv[ěe]|[čc]vn|[čc]vc|srp|z[áa][řr]|[řr][íi]j|lis|pro)/i,wide:/^(leden|ledna|[úu]nora?|b[řr]ezen|b[řr]ezna|duben|dubna|kv[ěe]ten|kv[ěe]tna|[čc]erven(ec|ce)?|[čc]ervna|srpen|srpna|z[áa][řr][íi]|[řr][íi]jen|[řr][íi]jna|listopad(a|u)?|prosinec|prosince)/i},poe={narrow:[/^l/i,/^[úu]/i,/^b/i,/^d/i,/^k/i,/^[čc]/i,/^[čc]/i,/^s/i,/^z/i,/^[řr]/i,/^l/i,/^p/i],any:[/^led/i,/^[úu]n/i,/^b[řr]e/i,/^dub/i,/^kv[ěe]/i,/^[čc]vn|[čc]erven(?!\w)|[čc]ervna/i,/^[čc]vc|[čc]erven(ec|ce)/i,/^srp/i,/^z[áa][řr]/i,/^[řr][íi]j/i,/^lis/i,/^pro/i]},goe={narrow:/^[npuúsčps]/i,short:/^(ne|po|[úu]t|st|[čc]t|p[áa]|so)/i,abbreviated:/^(ned|pon|[úu]te|st[rř]|[čc]tv|p[áa]t|sob)/i,wide:/^(ned[ěe]le|pond[ěe]l[íi]|[úu]ter[ýy]|st[řr]eda|[čc]tvrtek|p[áa]tek|sobota)/i},voe={narrow:[/^n/i,/^p/i,/^[úu]/i,/^s/i,/^[čc]/i,/^p/i,/^s/i],any:[/^ne/i,/^po/i,/^[úu]t/i,/^st/i,/^[čc]t/i,/^p[áa]/i,/^so/i]},boe={any:/^dopoledne|dop\.?|odpoledne|odp\.?|p[ůu]lnoc|poledne|r[áa]no|odpoledne|ve[čc]er|(v )?noci?/i},yoe={any:{am:/^dop/i,pm:/^odp/i,midnight:/^p[ůu]lnoc/i,noon:/^poledne/i,morning:/r[áa]no/i,afternoon:/odpoledne/i,evening:/ve[čc]er/i,night:/noc/i}},woe={ordinalNumber:Le({matchPattern:loe,parsePattern:uoe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:coe,defaultMatchWidth:"wide",parsePatterns:doe,defaultParseWidth:"any"}),quarter:C({matchPatterns:foe,defaultMatchWidth:"wide",parsePatterns:hoe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:moe,defaultMatchWidth:"wide",parsePatterns:poe,defaultParseWidth:"any"}),day:C({matchPatterns:goe,defaultMatchWidth:"wide",parsePatterns:voe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:boe,defaultMatchWidth:"any",parsePatterns:yoe,defaultParseWidth:"any"})};const koe=woe;var xoe={code:"cs",formatDistance:Bie,formatLong:Kie,formatRelative:Qie,localize:soe,match:koe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Poe=xoe;var Moe={lessThanXSeconds:{one:"llai na eiliad",other:"llai na {{count}} eiliad"},xSeconds:{one:"1 eiliad",other:"{{count}} eiliad"},halfAMinute:"hanner munud",lessThanXMinutes:{one:"llai na munud",two:"llai na 2 funud",other:"llai na {{count}} munud"},xMinutes:{one:"1 munud",two:"2 funud",other:"{{count}} munud"},aboutXHours:{one:"tua 1 awr",other:"tua {{count}} awr"},xHours:{one:"1 awr",other:"{{count}} awr"},xDays:{one:"1 diwrnod",two:"2 ddiwrnod",other:"{{count}} diwrnod"},aboutXWeeks:{one:"tua 1 wythnos",two:"tua pythefnos",other:"tua {{count}} wythnos"},xWeeks:{one:"1 wythnos",two:"pythefnos",other:"{{count}} wythnos"},aboutXMonths:{one:"tua 1 mis",two:"tua 2 fis",other:"tua {{count}} mis"},xMonths:{one:"1 mis",two:"2 fis",other:"{{count}} mis"},aboutXYears:{one:"tua 1 flwyddyn",two:"tua 2 flynedd",other:"tua {{count}} mlynedd"},xYears:{one:"1 flwyddyn",two:"2 flynedd",other:"{{count}} mlynedd"},overXYears:{one:"dros 1 flwyddyn",two:"dros 2 flynedd",other:"dros {{count}} mlynedd"},almostXYears:{one:"bron 1 flwyddyn",two:"bron 2 flynedd",other:"bron {{count}} mlynedd"}},Aoe=function(e,t,n){var r,a=Moe[e];return typeof a=="string"?r=a:t===1?r=a.one:t===2&&a.two?r=a.two:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"mewn "+r:r+" yn \xF4l":r};const Soe=Aoe;var Coe={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd/MM/yyyy"},Eoe={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Woe={full:"{{date}} 'am' {{time}}",long:"{{date}} 'am' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},joe={date:D({formats:Coe,defaultWidth:"full"}),time:D({formats:Eoe,defaultWidth:"full"}),dateTime:D({formats:Woe,defaultWidth:"full"})};const Ooe=joe;var Toe={lastWeek:"eeee 'diwethaf am' p",yesterday:"'ddoe am' p",today:"'heddiw am' p",tomorrow:"'yfory am' p",nextWeek:"eeee 'am' p",other:"P"},zoe=function(e,t,n,r){return Toe[e]};const Noe=zoe;var _oe={narrow:["C","O"],abbreviated:["CC","OC"],wide:["Cyn Crist","Ar \xF4l Crist"]},Roe={narrow:["1","2","3","4"],abbreviated:["Ch1","Ch2","Ch3","Ch4"],wide:["Chwarter 1af","2ail chwarter","3ydd chwarter","4ydd chwarter"]},Ioe={narrow:["I","Ch","Ma","E","Mi","Me","G","A","Md","H","T","Rh"],abbreviated:["Ion","Chwe","Maw","Ebr","Mai","Meh","Gor","Aws","Med","Hyd","Tach","Rhag"],wide:["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]},Doe={narrow:["S","Ll","M","M","I","G","S"],short:["Su","Ll","Ma","Me","Ia","Gw","Sa"],abbreviated:["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"],wide:["dydd Sul","dydd Llun","dydd Mawrth","dydd Mercher","dydd Iau","dydd Gwener","dydd Sadwrn"]},Loe={narrow:{am:"b",pm:"h",midnight:"hn",noon:"hd",morning:"bore",afternoon:"prynhawn",evening:"gyda'r nos",night:"nos"},abbreviated:{am:"yb",pm:"yh",midnight:"hanner nos",noon:"hanner dydd",morning:"bore",afternoon:"prynhawn",evening:"gyda'r nos",night:"nos"},wide:{am:"y.b.",pm:"y.h.",midnight:"hanner nos",noon:"hanner dydd",morning:"bore",afternoon:"prynhawn",evening:"gyda'r nos",night:"nos"}},Hoe={narrow:{am:"b",pm:"h",midnight:"hn",noon:"hd",morning:"yn y bore",afternoon:"yn y prynhawn",evening:"gyda'r nos",night:"yn y nos"},abbreviated:{am:"yb",pm:"yh",midnight:"hanner nos",noon:"hanner dydd",morning:"yn y bore",afternoon:"yn y prynhawn",evening:"gyda'r nos",night:"yn y nos"},wide:{am:"y.b.",pm:"y.h.",midnight:"hanner nos",noon:"hanner dydd",morning:"yn y bore",afternoon:"yn y prynhawn",evening:"gyda'r nos",night:"yn y nos"}},Foe=function(e,t){var n=Number(e);if(n<20)switch(n){case 0:return n+"fed";case 1:return n+"af";case 2:return n+"ail";case 3:case 4:return n+"ydd";case 5:case 6:return n+"ed";case 7:case 8:case 9:case 10:case 12:case 15:case 18:return n+"fed";case 11:case 13:case 14:case 16:case 17:case 19:return n+"eg"}else if(n>=50&&n<=60||n===80||n>=100)return n+"fed";return n+"ain"},Boe={ordinalNumber:Foe,era:S({values:_oe,defaultWidth:"wide"}),quarter:S({values:Roe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Ioe,defaultWidth:"wide"}),day:S({values:Doe,defaultWidth:"wide"}),dayPeriod:S({values:Loe,defaultWidth:"wide",formattingValues:Hoe,defaultFormattingWidth:"wide"})};const Xoe=Boe;var Uoe=/^(\d+)(af|ail|ydd|ed|fed|eg|ain)?/i,Goe=/\d+/i,Yoe={narrow:/^(c|o)/i,abbreviated:/^(c\.?\s?c\.?|o\.?\s?c\.?)/i,wide:/^(cyn christ|ar ôl crist|ar ol crist)/i},Koe={wide:[/^c/i,/^(ar ôl crist|ar ol crist)/i],any:[/^c/i,/^o/i]},qoe={narrow:/^[1234]/i,abbreviated:/^ch[1234]/i,wide:/^(chwarter 1af)|([234](ail|ydd)? chwarter)/i},Voe={any:[/1/i,/2/i,/3/i,/4/i]},Joe={narrow:/^(i|ch|m|e|g|a|h|t|rh)/i,abbreviated:/^(ion|chwe|maw|ebr|mai|meh|gor|aws|med|hyd|tach|rhag)/i,wide:/^(ionawr|chwefror|mawrth|ebrill|mai|mehefin|gorffennaf|awst|medi|hydref|tachwedd|rhagfyr)/i},Qoe={narrow:[/^i/i,/^ch/i,/^m/i,/^e/i,/^m/i,/^m/i,/^g/i,/^a/i,/^m/i,/^h/i,/^t/i,/^rh/i],any:[/^io/i,/^ch/i,/^maw/i,/^e/i,/^mai/i,/^meh/i,/^g/i,/^a/i,/^med/i,/^h/i,/^t/i,/^rh/i]},$oe={narrow:/^(s|ll|m|i|g)/i,short:/^(su|ll|ma|me|ia|gw|sa)/i,abbreviated:/^(sul|llun|maw|mer|iau|gwe|sad)/i,wide:/^dydd (sul|llun|mawrth|mercher|iau|gwener|sadwrn)/i},Zoe={narrow:[/^s/i,/^ll/i,/^m/i,/^m/i,/^i/i,/^g/i,/^s/i],wide:[/^dydd su/i,/^dydd ll/i,/^dydd ma/i,/^dydd me/i,/^dydd i/i,/^dydd g/i,/^dydd sa/i],any:[/^su/i,/^ll/i,/^ma/i,/^me/i,/^i/i,/^g/i,/^sa/i]},ese={narrow:/^(b|h|hn|hd|(yn y|y|yr|gyda'r) (bore|prynhawn|nos|hwyr))/i,any:/^(y\.?\s?[bh]\.?|hanner nos|hanner dydd|(yn y|y|yr|gyda'r) (bore|prynhawn|nos|hwyr))/i},tse={any:{am:/^b|(y\.?\s?b\.?)/i,pm:/^h|(y\.?\s?h\.?)|(yr hwyr)/i,midnight:/^hn|hanner nos/i,noon:/^hd|hanner dydd/i,morning:/bore/i,afternoon:/prynhawn/i,evening:/^gyda'r nos$/i,night:/blah/i}},nse={ordinalNumber:Le({matchPattern:Uoe,parsePattern:Goe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Yoe,defaultMatchWidth:"wide",parsePatterns:Koe,defaultParseWidth:"any"}),quarter:C({matchPatterns:qoe,defaultMatchWidth:"wide",parsePatterns:Voe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Joe,defaultMatchWidth:"wide",parsePatterns:Qoe,defaultParseWidth:"any"}),day:C({matchPatterns:$oe,defaultMatchWidth:"wide",parsePatterns:Zoe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:ese,defaultMatchWidth:"any",parsePatterns:tse,defaultParseWidth:"any"})};const rse=nse;var ase={code:"cy",formatDistance:Soe,formatLong:Ooe,formatRelative:Noe,localize:Xoe,match:rse,options:{weekStartsOn:0,firstWeekContainsDate:1}};const ise=ase;var ose={lessThanXSeconds:{one:"mindre end \xE9t sekund",other:"mindre end {{count}} sekunder"},xSeconds:{one:"1 sekund",other:"{{count}} sekunder"},halfAMinute:"\xE9t halvt minut",lessThanXMinutes:{one:"mindre end \xE9t minut",other:"mindre end {{count}} minutter"},xMinutes:{one:"1 minut",other:"{{count}} minutter"},aboutXHours:{one:"cirka 1 time",other:"cirka {{count}} timer"},xHours:{one:"1 time",other:"{{count}} timer"},xDays:{one:"1 dag",other:"{{count}} dage"},aboutXWeeks:{one:"cirka 1 uge",other:"cirka {{count}} uger"},xWeeks:{one:"1 uge",other:"{{count}} uger"},aboutXMonths:{one:"cirka 1 m\xE5ned",other:"cirka {{count}} m\xE5neder"},xMonths:{one:"1 m\xE5ned",other:"{{count}} m\xE5neder"},aboutXYears:{one:"cirka 1 \xE5r",other:"cirka {{count}} \xE5r"},xYears:{one:"1 \xE5r",other:"{{count}} \xE5r"},overXYears:{one:"over 1 \xE5r",other:"over {{count}} \xE5r"},almostXYears:{one:"n\xE6sten 1 \xE5r",other:"n\xE6sten {{count}} \xE5r"}},sse=function(e,t,n){var r,a=ose[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"om "+r:r+" siden":r};const lse=sse;var use={full:"EEEE 'den' d. MMMM y",long:"d. MMMM y",medium:"d. MMM y",short:"dd/MM/y"},cse={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},dse={full:"{{date}} 'kl'. {{time}}",long:"{{date}} 'kl'. {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},fse={date:D({formats:use,defaultWidth:"full"}),time:D({formats:cse,defaultWidth:"full"}),dateTime:D({formats:dse,defaultWidth:"full"})};const hse=fse;var mse={lastWeek:"'sidste' eeee 'kl.' p",yesterday:"'i g\xE5r kl.' p",today:"'i dag kl.' p",tomorrow:"'i morgen kl.' p",nextWeek:"'p\xE5' eeee 'kl.' p",other:"P"},pse=function(e,t,n,r){return mse[e]};const gse=pse;var vse={narrow:["fvt","vt"],abbreviated:["f.v.t.","v.t."],wide:["f\xF8r vesterlandsk tidsregning","vesterlandsk tidsregning"]},bse={narrow:["1","2","3","4"],abbreviated:["1. kvt.","2. kvt.","3. kvt.","4. kvt."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},yse={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],wide:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]},wse={narrow:["S","M","T","O","T","F","L"],short:["s\xF8","ma","ti","on","to","fr","l\xF8"],abbreviated:["s\xF8n.","man.","tir.","ons.","tor.","fre.","l\xF8r."],wide:["s\xF8ndag","mandag","tirsdag","onsdag","torsdag","fredag","l\xF8rdag"]},kse={narrow:{am:"a",pm:"p",midnight:"midnat",noon:"middag",morning:"morgen",afternoon:"eftermiddag",evening:"aften",night:"nat"},abbreviated:{am:"AM",pm:"PM",midnight:"midnat",noon:"middag",morning:"morgen",afternoon:"eftermiddag",evening:"aften",night:"nat"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnat",noon:"middag",morning:"morgen",afternoon:"eftermiddag",evening:"aften",night:"nat"}},xse={narrow:{am:"a",pm:"p",midnight:"midnat",noon:"middag",morning:"om morgenen",afternoon:"om eftermiddagen",evening:"om aftenen",night:"om natten"},abbreviated:{am:"AM",pm:"PM",midnight:"midnat",noon:"middag",morning:"om morgenen",afternoon:"om eftermiddagen",evening:"om aftenen",night:"om natten"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnat",noon:"middag",morning:"om morgenen",afternoon:"om eftermiddagen",evening:"om aftenen",night:"om natten"}},Pse=function(e,t){var n=Number(e);return n+"."},Mse={ordinalNumber:Pse,era:S({values:vse,defaultWidth:"wide"}),quarter:S({values:bse,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:yse,defaultWidth:"wide"}),day:S({values:wse,defaultWidth:"wide"}),dayPeriod:S({values:kse,defaultWidth:"wide",formattingValues:xse,defaultFormattingWidth:"wide"})};const Ase=Mse;var Sse=/^(\d+)(\.)?/i,Cse=/\d+/i,Ese={narrow:/^(fKr|fvt|eKr|vt)/i,abbreviated:/^(f\.Kr\.?|f\.v\.t\.?|e\.Kr\.?|v\.t\.)/i,wide:/^(f.Kr.|før vesterlandsk tidsregning|e.Kr.|vesterlandsk tidsregning)/i},Wse={any:[/^f/i,/^(v|e)/i]},jse={narrow:/^[1234]/i,abbreviated:/^[1234]. kvt\./i,wide:/^[1234]\.? kvartal/i},Ose={any:[/1/i,/2/i,/3/i,/4/i]},Tse={narrow:/^[jfmasond]/i,abbreviated:/^(jan.|feb.|mar.|apr.|maj|jun.|jul.|aug.|sep.|okt.|nov.|dec.)/i,wide:/^(januar|februar|marts|april|maj|juni|juli|august|september|oktober|november|december)/i},zse={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^maj/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Nse={narrow:/^[smtofl]/i,short:/^(søn.|man.|tir.|ons.|tor.|fre.|lør.)/i,abbreviated:/^(søn|man|tir|ons|tor|fre|lør)/i,wide:/^(søndag|mandag|tirsdag|onsdag|torsdag|fredag|lørdag)/i},_se={narrow:[/^s/i,/^m/i,/^t/i,/^o/i,/^t/i,/^f/i,/^l/i],any:[/^s/i,/^m/i,/^ti/i,/^o/i,/^to/i,/^f/i,/^l/i]},Rse={narrow:/^(a|p|midnat|middag|(om) (morgenen|eftermiddagen|aftenen|natten))/i,any:/^([ap]\.?\s?m\.?|midnat|middag|(om) (morgenen|eftermiddagen|aftenen|natten))/i},Ise={any:{am:/^a/i,pm:/^p/i,midnight:/midnat/i,noon:/middag/i,morning:/morgen/i,afternoon:/eftermiddag/i,evening:/aften/i,night:/nat/i}},Dse={ordinalNumber:Le({matchPattern:Sse,parsePattern:Cse,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Ese,defaultMatchWidth:"wide",parsePatterns:Wse,defaultParseWidth:"any"}),quarter:C({matchPatterns:jse,defaultMatchWidth:"wide",parsePatterns:Ose,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Tse,defaultMatchWidth:"wide",parsePatterns:zse,defaultParseWidth:"any"}),day:C({matchPatterns:Nse,defaultMatchWidth:"wide",parsePatterns:_se,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Rse,defaultMatchWidth:"any",parsePatterns:Ise,defaultParseWidth:"any"})};const Lse=Dse;var Hse={code:"da",formatDistance:lse,formatLong:hse,formatRelative:gse,localize:Ase,match:Lse,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Fse=Hse;var LM={lessThanXSeconds:{standalone:{one:"weniger als 1 Sekunde",other:"weniger als {{count}} Sekunden"},withPreposition:{one:"weniger als 1 Sekunde",other:"weniger als {{count}} Sekunden"}},xSeconds:{standalone:{one:"1 Sekunde",other:"{{count}} Sekunden"},withPreposition:{one:"1 Sekunde",other:"{{count}} Sekunden"}},halfAMinute:{standalone:"halbe Minute",withPreposition:"halben Minute"},lessThanXMinutes:{standalone:{one:"weniger als 1 Minute",other:"weniger als {{count}} Minuten"},withPreposition:{one:"weniger als 1 Minute",other:"weniger als {{count}} Minuten"}},xMinutes:{standalone:{one:"1 Minute",other:"{{count}} Minuten"},withPreposition:{one:"1 Minute",other:"{{count}} Minuten"}},aboutXHours:{standalone:{one:"etwa 1 Stunde",other:"etwa {{count}} Stunden"},withPreposition:{one:"etwa 1 Stunde",other:"etwa {{count}} Stunden"}},xHours:{standalone:{one:"1 Stunde",other:"{{count}} Stunden"},withPreposition:{one:"1 Stunde",other:"{{count}} Stunden"}},xDays:{standalone:{one:"1 Tag",other:"{{count}} Tage"},withPreposition:{one:"1 Tag",other:"{{count}} Tagen"}},aboutXWeeks:{standalone:{one:"etwa 1 Woche",other:"etwa {{count}} Wochen"},withPreposition:{one:"etwa 1 Woche",other:"etwa {{count}} Wochen"}},xWeeks:{standalone:{one:"1 Woche",other:"{{count}} Wochen"},withPreposition:{one:"1 Woche",other:"{{count}} Wochen"}},aboutXMonths:{standalone:{one:"etwa 1 Monat",other:"etwa {{count}} Monate"},withPreposition:{one:"etwa 1 Monat",other:"etwa {{count}} Monaten"}},xMonths:{standalone:{one:"1 Monat",other:"{{count}} Monate"},withPreposition:{one:"1 Monat",other:"{{count}} Monaten"}},aboutXYears:{standalone:{one:"etwa 1 Jahr",other:"etwa {{count}} Jahre"},withPreposition:{one:"etwa 1 Jahr",other:"etwa {{count}} Jahren"}},xYears:{standalone:{one:"1 Jahr",other:"{{count}} Jahre"},withPreposition:{one:"1 Jahr",other:"{{count}} Jahren"}},overXYears:{standalone:{one:"mehr als 1 Jahr",other:"mehr als {{count}} Jahre"},withPreposition:{one:"mehr als 1 Jahr",other:"mehr als {{count}} Jahren"}},almostXYears:{standalone:{one:"fast 1 Jahr",other:"fast {{count}} Jahre"},withPreposition:{one:"fast 1 Jahr",other:"fast {{count}} Jahren"}}},Bse=function(e,t,n){var r,a=n!=null&&n.addSuffix?LM[e].withPreposition:LM[e].standalone;return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+r:"vor "+r:r};const DW=Bse;var Xse={full:"EEEE, do MMMM y",long:"do MMMM y",medium:"do MMM y",short:"dd.MM.y"},Use={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Gse={full:"{{date}} 'um' {{time}}",long:"{{date}} 'um' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},Yse={date:D({formats:Xse,defaultWidth:"full"}),time:D({formats:Use,defaultWidth:"full"}),dateTime:D({formats:Gse,defaultWidth:"full"})};const LW=Yse;var Kse={lastWeek:"'letzten' eeee 'um' p",yesterday:"'gestern um' p",today:"'heute um' p",tomorrow:"'morgen um' p",nextWeek:"eeee 'um' p",other:"P"},qse=function(e,t,n,r){return Kse[e]};const HW=qse;var Vse={narrow:["v.Chr.","n.Chr."],abbreviated:["v.Chr.","n.Chr."],wide:["vor Christus","nach Christus"]},Jse={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1. Quartal","2. Quartal","3. Quartal","4. Quartal"]},sw={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","M\xE4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],wide:["Januar","Februar","M\xE4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},Qse={narrow:sw.narrow,abbreviated:["Jan.","Feb.","M\xE4rz","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],wide:sw.wide},$se={narrow:["S","M","D","M","D","F","S"],short:["So","Mo","Di","Mi","Do","Fr","Sa"],abbreviated:["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],wide:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},Zse={narrow:{am:"vm.",pm:"nm.",midnight:"Mitternacht",noon:"Mittag",morning:"Morgen",afternoon:"Nachm.",evening:"Abend",night:"Nacht"},abbreviated:{am:"vorm.",pm:"nachm.",midnight:"Mitternacht",noon:"Mittag",morning:"Morgen",afternoon:"Nachmittag",evening:"Abend",night:"Nacht"},wide:{am:"vormittags",pm:"nachmittags",midnight:"Mitternacht",noon:"Mittag",morning:"Morgen",afternoon:"Nachmittag",evening:"Abend",night:"Nacht"}},ele={narrow:{am:"vm.",pm:"nm.",midnight:"Mitternacht",noon:"Mittag",morning:"morgens",afternoon:"nachm.",evening:"abends",night:"nachts"},abbreviated:{am:"vorm.",pm:"nachm.",midnight:"Mitternacht",noon:"Mittag",morning:"morgens",afternoon:"nachmittags",evening:"abends",night:"nachts"},wide:{am:"vormittags",pm:"nachmittags",midnight:"Mitternacht",noon:"Mittag",morning:"morgens",afternoon:"nachmittags",evening:"abends",night:"nachts"}},tle=function(e){var t=Number(e);return t+"."},nle={ordinalNumber:tle,era:S({values:Vse,defaultWidth:"wide"}),quarter:S({values:Jse,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:sw,formattingValues:Qse,defaultWidth:"wide"}),day:S({values:$se,defaultWidth:"wide"}),dayPeriod:S({values:Zse,defaultWidth:"wide",formattingValues:ele,defaultFormattingWidth:"wide"})};const rle=nle;var ale=/^(\d+)(\.)?/i,ile=/\d+/i,ole={narrow:/^(v\.? ?Chr\.?|n\.? ?Chr\.?)/i,abbreviated:/^(v\.? ?Chr\.?|n\.? ?Chr\.?)/i,wide:/^(vor Christus|vor unserer Zeitrechnung|nach Christus|unserer Zeitrechnung)/i},sle={any:[/^v/i,/^n/i]},lle={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](\.)? Quartal/i},ule={any:[/1/i,/2/i,/3/i,/4/i]},cle={narrow:/^[jfmasond]/i,abbreviated:/^(j[aä]n|feb|mär[z]?|apr|mai|jun[i]?|jul[i]?|aug|sep|okt|nov|dez)\.?/i,wide:/^(januar|februar|märz|april|mai|juni|juli|august|september|oktober|november|dezember)/i},dle={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^j[aä]/i,/^f/i,/^mär/i,/^ap/i,/^mai/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},fle={narrow:/^[smdmf]/i,short:/^(so|mo|di|mi|do|fr|sa)/i,abbreviated:/^(son?|mon?|die?|mit?|don?|fre?|sam?)\.?/i,wide:/^(sonntag|montag|dienstag|mittwoch|donnerstag|freitag|samstag)/i},hle={any:[/^so/i,/^mo/i,/^di/i,/^mi/i,/^do/i,/^f/i,/^sa/i]},mle={narrow:/^(vm\.?|nm\.?|Mitternacht|Mittag|morgens|nachm\.?|abends|nachts)/i,abbreviated:/^(vorm\.?|nachm\.?|Mitternacht|Mittag|morgens|nachm\.?|abends|nachts)/i,wide:/^(vormittags|nachmittags|Mitternacht|Mittag|morgens|nachmittags|abends|nachts)/i},ple={any:{am:/^v/i,pm:/^n/i,midnight:/^Mitte/i,noon:/^Mitta/i,morning:/morgens/i,afternoon:/nachmittags/i,evening:/abends/i,night:/nachts/i}},gle={ordinalNumber:Le({matchPattern:ale,parsePattern:ile,valueCallback:function(e){return parseInt(e)}}),era:C({matchPatterns:ole,defaultMatchWidth:"wide",parsePatterns:sle,defaultParseWidth:"any"}),quarter:C({matchPatterns:lle,defaultMatchWidth:"wide",parsePatterns:ule,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:cle,defaultMatchWidth:"wide",parsePatterns:dle,defaultParseWidth:"any"}),day:C({matchPatterns:fle,defaultMatchWidth:"wide",parsePatterns:hle,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:mle,defaultMatchWidth:"wide",parsePatterns:ple,defaultParseWidth:"any"})};const FW=gle;var vle={code:"de",formatDistance:DW,formatLong:LW,formatRelative:HW,localize:rle,match:FW,options:{weekStartsOn:1,firstWeekContainsDate:4}};const ble=vle;var yle={narrow:["v.Chr.","n.Chr."],abbreviated:["v.Chr.","n.Chr."],wide:["vor Christus","nach Christus"]},wle={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1. Quartal","2. Quartal","3. Quartal","4. Quartal"]},lw={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["J\xE4n","Feb","M\xE4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],wide:["J\xE4nner","Februar","M\xE4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},kle={narrow:lw.narrow,abbreviated:["J\xE4n.","Feb.","M\xE4rz","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],wide:lw.wide},xle={narrow:["S","M","D","M","D","F","S"],short:["So","Mo","Di","Mi","Do","Fr","Sa"],abbreviated:["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],wide:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},Ple={narrow:{am:"vm.",pm:"nm.",midnight:"Mitternacht",noon:"Mittag",morning:"Morgen",afternoon:"Nachm.",evening:"Abend",night:"Nacht"},abbreviated:{am:"vorm.",pm:"nachm.",midnight:"Mitternacht",noon:"Mittag",morning:"Morgen",afternoon:"Nachmittag",evening:"Abend",night:"Nacht"},wide:{am:"vormittags",pm:"nachmittags",midnight:"Mitternacht",noon:"Mittag",morning:"Morgen",afternoon:"Nachmittag",evening:"Abend",night:"Nacht"}},Mle={narrow:{am:"vm.",pm:"nm.",midnight:"Mitternacht",noon:"Mittag",morning:"morgens",afternoon:"nachm.",evening:"abends",night:"nachts"},abbreviated:{am:"vorm.",pm:"nachm.",midnight:"Mitternacht",noon:"Mittag",morning:"morgens",afternoon:"nachmittags",evening:"abends",night:"nachts"},wide:{am:"vormittags",pm:"nachmittags",midnight:"Mitternacht",noon:"Mittag",morning:"morgens",afternoon:"nachmittags",evening:"abends",night:"nachts"}},Ale=function(e){var t=Number(e);return t+"."},Sle={ordinalNumber:Ale,era:S({values:yle,defaultWidth:"wide"}),quarter:S({values:wle,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:lw,formattingValues:kle,defaultWidth:"wide"}),day:S({values:xle,defaultWidth:"wide"}),dayPeriod:S({values:Ple,defaultWidth:"wide",formattingValues:Mle,defaultFormattingWidth:"wide"})};const Cle=Sle;var Ele={code:"de-AT",formatDistance:DW,formatLong:LW,formatRelative:HW,localize:Cle,match:FW,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Wle=Ele;var jle={lessThanXSeconds:{one:"\u03BB\u03B9\u03B3\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC \u03AD\u03BD\u03B1 \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03BF",other:"\u03BB\u03B9\u03B3\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC {{count}} \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03B1"},xSeconds:{one:"1 \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03BF",other:"{{count}} \u03B4\u03B5\u03C5\u03C4\u03B5\u03C1\u03CC\u03BB\u03B5\u03C0\u03C4\u03B1"},halfAMinute:"\u03BC\u03B9\u03C3\u03CC \u03BB\u03B5\u03C0\u03C4\u03CC",lessThanXMinutes:{one:"\u03BB\u03B9\u03B3\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC \u03AD\u03BD\u03B1 \u03BB\u03B5\u03C0\u03C4\u03CC",other:"\u03BB\u03B9\u03B3\u03CC\u03C4\u03B5\u03C1\u03BF \u03B1\u03C0\u03CC {{count}} \u03BB\u03B5\u03C0\u03C4\u03AC"},xMinutes:{one:"1 \u03BB\u03B5\u03C0\u03C4\u03CC",other:"{{count}} \u03BB\u03B5\u03C0\u03C4\u03AC"},aboutXHours:{one:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 1 \u03CE\u03C1\u03B1",other:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 {{count}} \u03CE\u03C1\u03B5\u03C2"},xHours:{one:"1 \u03CE\u03C1\u03B1",other:"{{count}} \u03CE\u03C1\u03B5\u03C2"},xDays:{one:"1 \u03B7\u03BC\u03AD\u03C1\u03B1",other:"{{count}} \u03B7\u03BC\u03AD\u03C1\u03B5\u03C2"},aboutXWeeks:{one:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 1 \u03B5\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1",other:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 {{count}} \u03B5\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B5\u03C2"},xWeeks:{one:"1 \u03B5\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1",other:"{{count}} \u03B5\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B5\u03C2"},aboutXMonths:{one:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 1 \u03BC\u03AE\u03BD\u03B1\u03C2",other:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 {{count}} \u03BC\u03AE\u03BD\u03B5\u03C2"},xMonths:{one:"1 \u03BC\u03AE\u03BD\u03B1\u03C2",other:"{{count}} \u03BC\u03AE\u03BD\u03B5\u03C2"},aboutXYears:{one:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 1 \u03C7\u03C1\u03CC\u03BD\u03BF",other:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 {{count}} \u03C7\u03C1\u03CC\u03BD\u03B9\u03B1"},xYears:{one:"1 \u03C7\u03C1\u03CC\u03BD\u03BF",other:"{{count}} \u03C7\u03C1\u03CC\u03BD\u03B9\u03B1"},overXYears:{one:"\u03C0\u03AC\u03BD\u03C9 \u03B1\u03C0\u03CC 1 \u03C7\u03C1\u03CC\u03BD\u03BF",other:"\u03C0\u03AC\u03BD\u03C9 \u03B1\u03C0\u03CC {{count}} \u03C7\u03C1\u03CC\u03BD\u03B9\u03B1"},almostXYears:{one:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 1 \u03C7\u03C1\u03CC\u03BD\u03BF",other:"\u03C0\u03B5\u03C1\u03AF\u03C0\u03BF\u03C5 {{count}} \u03C7\u03C1\u03CC\u03BD\u03B9\u03B1"}},Ole=function(e,t,n){var r,a=jle[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u03C3\u03B5 "+r:r+" \u03C0\u03C1\u03B9\u03BD":r};const Tle=Ole;var zle={full:"EEEE, d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"d/M/yy"},Nle={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},_le={full:"{{date}} - {{time}}",long:"{{date}} - {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Rle={date:D({formats:zle,defaultWidth:"full"}),time:D({formats:Nle,defaultWidth:"full"}),dateTime:D({formats:_le,defaultWidth:"full"})};const Ile=Rle;var Dle={lastWeek:function(e){switch(e.getUTCDay()){case 6:return"'\u03C4\u03BF \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF' eeee '\u03C3\u03C4\u03B9\u03C2' p";default:return"'\u03C4\u03B7\u03BD \u03C0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03B7' eeee '\u03C3\u03C4\u03B9\u03C2' p"}},yesterday:"'\u03C7\u03B8\u03B5\u03C2 \u03C3\u03C4\u03B9\u03C2' p",today:"'\u03C3\u03AE\u03BC\u03B5\u03C1\u03B1 \u03C3\u03C4\u03B9\u03C2' p",tomorrow:"'\u03B1\u03CD\u03C1\u03B9\u03BF \u03C3\u03C4\u03B9\u03C2' p",nextWeek:"eeee '\u03C3\u03C4\u03B9\u03C2' p",other:"P"},Lle=function(e,t){var n=Dle[e];return typeof n=="function"?n(t):n};const Hle=Lle;var Fle={narrow:["\u03C0\u03A7","\u03BC\u03A7"],abbreviated:["\u03C0.\u03A7.","\u03BC.\u03A7."],wide:["\u03C0\u03C1\u03BF \u03A7\u03C1\u03B9\u03C3\u03C4\u03BF\u03CD","\u03BC\u03B5\u03C4\u03AC \u03A7\u03C1\u03B9\u03C3\u03C4\u03CC\u03BD"]},Ble={narrow:["1","2","3","4"],abbreviated:["\u03A41","\u03A42","\u03A43","\u03A44"],wide:["1\u03BF \u03C4\u03C1\u03AF\u03BC\u03B7\u03BD\u03BF","2\u03BF \u03C4\u03C1\u03AF\u03BC\u03B7\u03BD\u03BF","3\u03BF \u03C4\u03C1\u03AF\u03BC\u03B7\u03BD\u03BF","4\u03BF \u03C4\u03C1\u03AF\u03BC\u03B7\u03BD\u03BF"]},Xle={narrow:["\u0399","\u03A6","\u039C","\u0391","\u039C","\u0399","\u0399","\u0391","\u03A3","\u039F","\u039D","\u0394"],abbreviated:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03AC\u03C1","\u0391\u03C0\u03C1","\u039C\u03AC\u03B9","\u0399\u03BF\u03CD\u03BD","\u0399\u03BF\u03CD\u03BB","\u0391\u03CD\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03AD","\u0394\u03B5\u03BA"],wide:["\u0399\u03B1\u03BD\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2","\u039C\u03AC\u03C1\u03C4\u03B9\u03BF\u03C2","\u0391\u03C0\u03C1\u03AF\u03BB\u03B9\u03BF\u03C2","\u039C\u03AC\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BD\u03B9\u03BF\u03C2","\u0399\u03BF\u03CD\u03BB\u03B9\u03BF\u03C2","\u0391\u03CD\u03B3\u03BF\u03C5\u03C3\u03C4\u03BF\u03C2","\u03A3\u03B5\u03C0\u03C4\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u039F\u03BA\u03C4\u03CE\u03B2\u03C1\u03B9\u03BF\u03C2","\u039D\u03BF\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2","\u0394\u03B5\u03BA\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2"]},Ule={narrow:["\u0399","\u03A6","\u039C","\u0391","\u039C","\u0399","\u0399","\u0391","\u03A3","\u039F","\u039D","\u0394"],abbreviated:["\u0399\u03B1\u03BD","\u03A6\u03B5\u03B2","\u039C\u03B1\u03C1","\u0391\u03C0\u03C1","\u039C\u03B1\u0390","\u0399\u03BF\u03C5\u03BD","\u0399\u03BF\u03C5\u03BB","\u0391\u03C5\u03B3","\u03A3\u03B5\u03C0","\u039F\u03BA\u03C4","\u039D\u03BF\u03B5","\u0394\u03B5\u03BA"],wide:["\u0399\u03B1\u03BD\u03BF\u03C5\u03B1\u03C1\u03AF\u03BF\u03C5","\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03B1\u03C1\u03AF\u03BF\u03C5","\u039C\u03B1\u03C1\u03C4\u03AF\u03BF\u03C5","\u0391\u03C0\u03C1\u03B9\u03BB\u03AF\u03BF\u03C5","\u039C\u03B1\u0390\u03BF\u03C5","\u0399\u03BF\u03C5\u03BD\u03AF\u03BF\u03C5","\u0399\u03BF\u03C5\u03BB\u03AF\u03BF\u03C5","\u0391\u03C5\u03B3\u03BF\u03CD\u03C3\u03C4\u03BF\u03C5","\u03A3\u03B5\u03C0\u03C4\u03B5\u03BC\u03B2\u03C1\u03AF\u03BF\u03C5","\u039F\u03BA\u03C4\u03C9\u03B2\u03C1\u03AF\u03BF\u03C5","\u039D\u03BF\u03B5\u03BC\u03B2\u03C1\u03AF\u03BF\u03C5","\u0394\u03B5\u03BA\u03B5\u03BC\u03B2\u03C1\u03AF\u03BF\u03C5"]},Gle={narrow:["\u039A","\u0394","T","\u03A4","\u03A0","\u03A0","\u03A3"],short:["\u039A\u03C5","\u0394\u03B5","\u03A4\u03C1","\u03A4\u03B5","\u03A0\u03AD","\u03A0\u03B1","\u03A3\u03AC"],abbreviated:["\u039A\u03C5\u03C1","\u0394\u03B5\u03C5","\u03A4\u03C1\u03AF","\u03A4\u03B5\u03C4","\u03A0\u03AD\u03BC","\u03A0\u03B1\u03C1","\u03A3\u03AC\u03B2"],wide:["\u039A\u03C5\u03C1\u03B9\u03B1\u03BA\u03AE","\u0394\u03B5\u03C5\u03C4\u03AD\u03C1\u03B1","\u03A4\u03C1\u03AF\u03C4\u03B7","\u03A4\u03B5\u03C4\u03AC\u03C1\u03C4\u03B7","\u03A0\u03AD\u03BC\u03C0\u03C4\u03B7","\u03A0\u03B1\u03C1\u03B1\u03C3\u03BA\u03B5\u03C5\u03AE","\u03A3\u03AC\u03B2\u03B2\u03B1\u03C4\u03BF"]},Yle={narrow:{am:"\u03C0\u03BC",pm:"\u03BC\u03BC",midnight:"\u03BC\u03B5\u03C3\u03AC\u03BD\u03C5\u03C7\u03C4\u03B1",noon:"\u03BC\u03B5\u03C3\u03B7\u03BC\u03AD\u03C1\u03B9",morning:"\u03C0\u03C1\u03C9\u03AF",afternoon:"\u03B1\u03C0\u03CC\u03B3\u03B5\u03C5\u03BC\u03B1",evening:"\u03B2\u03C1\u03AC\u03B4\u03C5",night:"\u03BD\u03CD\u03C7\u03C4\u03B1"},abbreviated:{am:"\u03C0.\u03BC.",pm:"\u03BC.\u03BC.",midnight:"\u03BC\u03B5\u03C3\u03AC\u03BD\u03C5\u03C7\u03C4\u03B1",noon:"\u03BC\u03B5\u03C3\u03B7\u03BC\u03AD\u03C1\u03B9",morning:"\u03C0\u03C1\u03C9\u03AF",afternoon:"\u03B1\u03C0\u03CC\u03B3\u03B5\u03C5\u03BC\u03B1",evening:"\u03B2\u03C1\u03AC\u03B4\u03C5",night:"\u03BD\u03CD\u03C7\u03C4\u03B1"},wide:{am:"\u03C0.\u03BC.",pm:"\u03BC.\u03BC.",midnight:"\u03BC\u03B5\u03C3\u03AC\u03BD\u03C5\u03C7\u03C4\u03B1",noon:"\u03BC\u03B5\u03C3\u03B7\u03BC\u03AD\u03C1\u03B9",morning:"\u03C0\u03C1\u03C9\u03AF",afternoon:"\u03B1\u03C0\u03CC\u03B3\u03B5\u03C5\u03BC\u03B1",evening:"\u03B2\u03C1\u03AC\u03B4\u03C5",night:"\u03BD\u03CD\u03C7\u03C4\u03B1"}},Kle=function(e,t){var n=Number(e),r=t==null?void 0:t.unit,a;return r==="year"||r==="month"?a="\u03BF\u03C2":r==="week"||r==="dayOfYear"||r==="day"||r==="hour"||r==="date"?a="\u03B7":a="\u03BF",n+a},qle={ordinalNumber:Kle,era:S({values:Fle,defaultWidth:"wide"}),quarter:S({values:Ble,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Xle,defaultWidth:"wide",formattingValues:Ule,defaultFormattingWidth:"wide"}),day:S({values:Gle,defaultWidth:"wide"}),dayPeriod:S({values:Yle,defaultWidth:"wide"})};const Vle=qle;var Jle=/^(\d+)(ος|η|ο)?/i,Qle=/\d+/i,$le={narrow:/^(πΧ|μΧ)/i,abbreviated:/^(π\.?\s?χ\.?|π\.?\s?κ\.?\s?χ\.?|μ\.?\s?χ\.?|κ\.?\s?χ\.?)/i,wide:/^(προ Χριστο(ύ|υ)|πριν απ(ό|ο) την Κοιν(ή|η) Χρονολογ(ί|ι)α|μετ(ά|α) Χριστ(ό|ο)ν|Κοιν(ή|η) Χρονολογ(ί|ι)α)/i},Zle={any:[/^π/i,/^(μ|κ)/i]},eue={narrow:/^[1234]/i,abbreviated:/^τ[1234]/i,wide:/^[1234]ο? τρ(ί|ι)μηνο/i},tue={any:[/1/i,/2/i,/3/i,/4/i]},nue={narrow:/^[ιφμαμιιασονδ]/i,abbreviated:/^(ιαν|φεβ|μ[άα]ρ|απρ|μ[άα][ιΐ]|ιο[ύυ]ν|ιο[ύυ]λ|α[ύυ]γ|σεπ|οκτ|νο[έε]|δεκ)/i,wide:/^(μ[άα][ιΐ]|α[ύυ]γο[υύ]στ)(ος|ου)|(ιανου[άα]ρ|φεβρου[άα]ρ|μ[άα]ρτ|απρ[ίι]λ|ιο[ύυ]ν|ιο[ύυ]λ|σεπτ[έε]μβρ|οκτ[ώω]βρ|νο[έε]μβρ|δεκ[έε]μβρ)(ιος|ίου)/i},rue={narrow:[/^ι/i,/^φ/i,/^μ/i,/^α/i,/^μ/i,/^ι/i,/^ι/i,/^α/i,/^σ/i,/^ο/i,/^ν/i,/^δ/i],any:[/^ια/i,/^φ/i,/^μ[άα]ρ/i,/^απ/i,/^μ[άα][ιΐ]/i,/^ιο[ύυ]ν/i,/^ιο[ύυ]λ/i,/^α[ύυ]/i,/^σ/i,/^ο/i,/^ν/i,/^δ/i]},aue={narrow:/^[κδτπσ]/i,short:/^(κυ|δε|τρ|τε|π[εέ]|π[αά]|σ[αά])/i,abbreviated:/^(κυρ|δευ|τρι|τετ|πεμ|παρ|σαβ)/i,wide:/^(κυριακ(ή|η)|δευτ(έ|ε)ρα|τρ(ί|ι)τη|τετ(ά|α)ρτη|π(έ|ε)μπτη|παρασκευ(ή|η)|σ(ά|α)ββατο)/i},iue={narrow:[/^κ/i,/^δ/i,/^τ/i,/^τ/i,/^π/i,/^π/i,/^σ/i],any:[/^κ/i,/^δ/i,/^τρ/i,/^τε/i,/^π[εέ]/i,/^π[αά]/i,/^σ/i]},oue={narrow:/^(πμ|μμ|μεσ(ά|α)νυχτα|μεσημ(έ|ε)ρι|πρω(ί|ι)|απ(ό|ο)γευμα|βρ(ά|α)δυ|ν(ύ|υ)χτα)/i,any:/^([πμ]\.?\s?μ\.?|μεσ(ά|α)νυχτα|μεσημ(έ|ε)ρι|πρω(ί|ι)|απ(ό|ο)γευμα|βρ(ά|α)δυ|ν(ύ|υ)χτα)/i},sue={any:{am:/^πμ|π\.\s?μ\./i,pm:/^μμ|μ\.\s?μ\./i,midnight:/^μεσάν/i,noon:/^μεσημ(έ|ε)/i,morning:/πρω(ί|ι)/i,afternoon:/απ(ό|ο)γευμα/i,evening:/βρ(ά|α)δυ/i,night:/ν(ύ|υ)χτα/i}},lue={ordinalNumber:Le({matchPattern:Jle,parsePattern:Qle,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:$le,defaultMatchWidth:"wide",parsePatterns:Zle,defaultParseWidth:"any"}),quarter:C({matchPatterns:eue,defaultMatchWidth:"wide",parsePatterns:tue,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:nue,defaultMatchWidth:"wide",parsePatterns:rue,defaultParseWidth:"any"}),day:C({matchPatterns:aue,defaultMatchWidth:"wide",parsePatterns:iue,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:oue,defaultMatchWidth:"any",parsePatterns:sue,defaultParseWidth:"any"})};const uue=lue;var cue={code:"el",formatDistance:Tle,formatLong:Ile,formatRelative:Hle,localize:Vle,match:uue,options:{weekStartsOn:1,firstWeekContainsDate:4}};const due=cue;var fue={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd/MM/yyyy"},hue={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},mue={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},pue={date:D({formats:fue,defaultWidth:"full"}),time:D({formats:hue,defaultWidth:"full"}),dateTime:D({formats:mue,defaultWidth:"full"})};const gue=pue;var vue={code:"en-AU",formatDistance:Su,formatLong:gue,formatRelative:fl,localize:hl,match:ml,options:{weekStartsOn:1,firstWeekContainsDate:4}};const bue=vue;var yue={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"a second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"a minute",other:"{{count}} minutes"},aboutXHours:{one:"about an hour",other:"about {{count}} hours"},xHours:{one:"an hour",other:"{{count}} hours"},xDays:{one:"a day",other:"{{count}} days"},aboutXWeeks:{one:"about a week",other:"about {{count}} weeks"},xWeeks:{one:"a week",other:"{{count}} weeks"},aboutXMonths:{one:"about a month",other:"about {{count}} months"},xMonths:{one:"a month",other:"{{count}} months"},aboutXYears:{one:"about a year",other:"about {{count}} years"},xYears:{one:"a year",other:"{{count}} years"},overXYears:{one:"over a year",other:"over {{count}} years"},almostXYears:{one:"almost a year",other:"almost {{count}} years"}},wue=function(e,t,n){var r,a=yue[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};const kue=wue;var xue={full:"EEEE, MMMM do, yyyy",long:"MMMM do, yyyy",medium:"MMM d, yyyy",short:"yyyy-MM-dd"},Pue={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Mue={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Aue={date:D({formats:xue,defaultWidth:"full"}),time:D({formats:Pue,defaultWidth:"full"}),dateTime:D({formats:Mue,defaultWidth:"full"})};const Sue=Aue;var Cue={code:"en-CA",formatDistance:kue,formatLong:Sue,formatRelative:fl,localize:hl,match:ml,options:{weekStartsOn:0,firstWeekContainsDate:1}};const Eue=Cue;var Wue={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd/MM/yyyy"},jue={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Oue={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Tue={date:D({formats:Wue,defaultWidth:"full"}),time:D({formats:jue,defaultWidth:"full"}),dateTime:D({formats:Oue,defaultWidth:"full"})};const BW=Tue;var zue={code:"en-GB",formatDistance:Su,formatLong:BW,formatRelative:fl,localize:hl,match:ml,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Nue=zue;var _ue={code:"en-IE",formatDistance:Su,formatLong:BW,formatRelative:fl,localize:hl,match:ml,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Rue=_ue;var Iue={full:"EEEE, d MMMM yyyy",long:"d MMMM, yyyy",medium:"d MMM, yyyy",short:"dd/MM/yyyy"},Due={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Lue={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Hue={date:D({formats:Iue,defaultWidth:"full"}),time:D({formats:Due,defaultWidth:"full"}),dateTime:D({formats:Lue,defaultWidth:"full"})};const Fue=Hue;var Bue={code:"en-IN",formatDistance:Su,formatLong:Fue,formatRelative:fl,localize:hl,match:ml,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Xue=Bue;var Uue={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd/MM/yyyy"},Gue={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Yue={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Kue={date:D({formats:Uue,defaultWidth:"full"}),time:D({formats:Gue,defaultWidth:"full"}),dateTime:D({formats:Yue,defaultWidth:"full"})};const que=Kue;var Vue={code:"en-NZ",formatDistance:Su,formatLong:que,formatRelative:fl,localize:hl,match:ml,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Jue=Vue;var Que={full:"EEEE, dd MMMM yyyy",long:"dd MMMM yyyy",medium:"dd MMM yyyy",short:"yyyy/MM/dd"},$ue={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Zue={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},ece={date:D({formats:Que,defaultWidth:"full"}),time:D({formats:$ue,defaultWidth:"full"}),dateTime:D({formats:Zue,defaultWidth:"full"})};const tce=ece;var nce={code:"en-ZA",formatDistance:Su,formatLong:tce,formatRelative:fl,localize:hl,match:ml,options:{weekStartsOn:0,firstWeekContainsDate:1}};const rce=nce;var ace={lessThanXSeconds:{one:"malpli ol sekundo",other:"malpli ol {{count}} sekundoj"},xSeconds:{one:"1 sekundo",other:"{{count}} sekundoj"},halfAMinute:"duonminuto",lessThanXMinutes:{one:"malpli ol minuto",other:"malpli ol {{count}} minutoj"},xMinutes:{one:"1 minuto",other:"{{count}} minutoj"},aboutXHours:{one:"proksimume 1 horo",other:"proksimume {{count}} horoj"},xHours:{one:"1 horo",other:"{{count}} horoj"},xDays:{one:"1 tago",other:"{{count}} tagoj"},aboutXMonths:{one:"proksimume 1 monato",other:"proksimume {{count}} monatoj"},xWeeks:{one:"1 semajno",other:"{{count}} semajnoj"},aboutXWeeks:{one:"proksimume 1 semajno",other:"proksimume {{count}} semajnoj"},xMonths:{one:"1 monato",other:"{{count}} monatoj"},aboutXYears:{one:"proksimume 1 jaro",other:"proksimume {{count}} jaroj"},xYears:{one:"1 jaro",other:"{{count}} jaroj"},overXYears:{one:"pli ol 1 jaro",other:"pli ol {{count}} jaroj"},almostXYears:{one:"preska\u016D 1 jaro",other:"preska\u016D {{count}} jaroj"}},ice=function(e,t,n){var r,a=ace[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n!=null&&n.comparison&&n.comparison>0?"post "+r:"anta\u016D "+r:r};const oce=ice;var sce={full:"EEEE, do 'de' MMMM y",long:"y-MMMM-dd",medium:"y-MMM-dd",short:"yyyy-MM-dd"},lce={full:"Ho 'horo kaj' m:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},uce={any:"{{date}} {{time}}"},cce={date:D({formats:sce,defaultWidth:"full"}),time:D({formats:lce,defaultWidth:"full"}),dateTime:D({formats:uce,defaultWidth:"any"})};const dce=cce;var fce={lastWeek:"'pasinta' eeee 'je' p",yesterday:"'hiera\u016D je' p",today:"'hodia\u016D je' p",tomorrow:"'morga\u016D je' p",nextWeek:"eeee 'je' p",other:"P"},hce=function(e,t,n,r){return fce[e]};const mce=hce;var pce={narrow:["aK","pK"],abbreviated:["a.K.E.","p.K.E."],wide:["anta\u016D Komuna Erao","Komuna Erao"]},gce={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["1-a kvaronjaro","2-a kvaronjaro","3-a kvaronjaro","4-a kvaronjaro"]},vce={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["jan","feb","mar","apr","maj","jun","jul","a\u016Dg","sep","okt","nov","dec"],wide:["januaro","februaro","marto","aprilo","majo","junio","julio","a\u016Dgusto","septembro","oktobro","novembro","decembro"]},bce={narrow:["D","L","M","M","\u0134","V","S"],short:["di","lu","ma","me","\u0135a","ve","sa"],abbreviated:["dim","lun","mar","mer","\u0135a\u016D","ven","sab"],wide:["diman\u0109o","lundo","mardo","merkredo","\u0135a\u016Ddo","vendredo","sabato"]},yce={narrow:{am:"a",pm:"p",midnight:"noktomezo",noon:"tagmezo",morning:"matene",afternoon:"posttagmeze",evening:"vespere",night:"nokte"},abbreviated:{am:"a.t.m.",pm:"p.t.m.",midnight:"noktomezo",noon:"tagmezo",morning:"matene",afternoon:"posttagmeze",evening:"vespere",night:"nokte"},wide:{am:"anta\u016Dtagmeze",pm:"posttagmeze",midnight:"noktomezo",noon:"tagmezo",morning:"matene",afternoon:"posttagmeze",evening:"vespere",night:"nokte"}},wce=function(e){var t=Number(e);return t+"-a"},kce={ordinalNumber:wce,era:S({values:pce,defaultWidth:"wide"}),quarter:S({values:gce,defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:S({values:vce,defaultWidth:"wide"}),day:S({values:bce,defaultWidth:"wide"}),dayPeriod:S({values:yce,defaultWidth:"wide"})};const xce=kce;var Pce=/^(\d+)(-?a)?/i,Mce=/\d+/i,Ace={narrow:/^([ap]k)/i,abbreviated:/^([ap]\.?\s?k\.?\s?e\.?)/i,wide:/^((antaǔ |post )?komuna erao)/i},Sce={any:[/^a/i,/^[kp]/i]},Cce={narrow:/^[1234]/i,abbreviated:/^k[1234]/i,wide:/^[1234](-?a)? kvaronjaro/i},Ece={any:[/1/i,/2/i,/3/i,/4/i]},Wce={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|maj|jun|jul|a(ŭ|ux|uh|u)g|sep|okt|nov|dec)/i,wide:/^(januaro|februaro|marto|aprilo|majo|junio|julio|a(ŭ|ux|uh|u)gusto|septembro|oktobro|novembro|decembro)/i},jce={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^maj/i,/^jun/i,/^jul/i,/^a(u|ŭ)/i,/^s/i,/^o/i,/^n/i,/^d/i]},Oce={narrow:/^[dlmĵjvs]/i,short:/^(di|lu|ma|me|(ĵ|jx|jh|j)a|ve|sa)/i,abbreviated:/^(dim|lun|mar|mer|(ĵ|jx|jh|j)a(ŭ|ux|uh|u)|ven|sab)/i,wide:/^(diman(ĉ|cx|ch|c)o|lundo|mardo|merkredo|(ĵ|jx|jh|j)a(ŭ|ux|uh|u)do|vendredo|sabato)/i},Tce={narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^(j|ĵ)/i,/^v/i,/^s/i],any:[/^d/i,/^l/i,/^ma/i,/^me/i,/^(j|ĵ)/i,/^v/i,/^s/i]},zce={narrow:/^([ap]|(posttagmez|noktomez|tagmez|maten|vesper|nokt)[eo])/i,abbreviated:/^([ap][.\s]?t[.\s]?m[.\s]?|(posttagmez|noktomez|tagmez|maten|vesper|nokt)[eo])/i,wide:/^(anta(ŭ|ux)tagmez|posttagmez|noktomez|tagmez|maten|vesper|nokt)[eo]/i},Nce={any:{am:/^a/i,pm:/^p/i,midnight:/^noktom/i,noon:/^t/i,morning:/^m/i,afternoon:/^posttagmeze/i,evening:/^v/i,night:/^n/i}},_ce={ordinalNumber:Le({matchPattern:Pce,parsePattern:Mce,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Ace,defaultMatchWidth:"wide",parsePatterns:Sce,defaultParseWidth:"any"}),quarter:C({matchPatterns:Cce,defaultMatchWidth:"wide",parsePatterns:Ece,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Wce,defaultMatchWidth:"wide",parsePatterns:jce,defaultParseWidth:"any"}),day:C({matchPatterns:Oce,defaultMatchWidth:"wide",parsePatterns:Tce,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:zce,defaultMatchWidth:"wide",parsePatterns:Nce,defaultParseWidth:"any"})};const Rce=_ce;var Ice={code:"eo",formatDistance:oce,formatLong:dce,formatRelative:mce,localize:xce,match:Rce,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Dce=Ice;var Lce={lessThanXSeconds:{one:"menos de un segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"medio minuto",lessThanXMinutes:{one:"menos de un minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"alrededor de 1 hora",other:"alrededor de {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 d\xEDa",other:"{{count}} d\xEDas"},aboutXWeeks:{one:"alrededor de 1 semana",other:"alrededor de {{count}} semanas"},xWeeks:{one:"1 semana",other:"{{count}} semanas"},aboutXMonths:{one:"alrededor de 1 mes",other:"alrededor de {{count}} meses"},xMonths:{one:"1 mes",other:"{{count}} meses"},aboutXYears:{one:"alrededor de 1 a\xF1o",other:"alrededor de {{count}} a\xF1os"},xYears:{one:"1 a\xF1o",other:"{{count}} a\xF1os"},overXYears:{one:"m\xE1s de 1 a\xF1o",other:"m\xE1s de {{count}} a\xF1os"},almostXYears:{one:"casi 1 a\xF1o",other:"casi {{count}} a\xF1os"}},Hce=function(e,t,n){var r,a=Lce[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"en "+r:"hace "+r:r};const Fce=Hce;var Bce={full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d MMM y",short:"dd/MM/y"},Xce={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Uce={full:"{{date}} 'a las' {{time}}",long:"{{date}} 'a las' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Gce={date:D({formats:Bce,defaultWidth:"full"}),time:D({formats:Xce,defaultWidth:"full"}),dateTime:D({formats:Uce,defaultWidth:"full"})};const Yce=Gce;var Kce={lastWeek:"'el' eeee 'pasado a la' p",yesterday:"'ayer a la' p",today:"'hoy a la' p",tomorrow:"'ma\xF1ana a la' p",nextWeek:"eeee 'a la' p",other:"P"},qce={lastWeek:"'el' eeee 'pasado a las' p",yesterday:"'ayer a las' p",today:"'hoy a las' p",tomorrow:"'ma\xF1ana a las' p",nextWeek:"eeee 'a las' p",other:"P"},Vce=function(e,t,n,r){return t.getUTCHours()!==1?qce[e]:Kce[e]};const Jce=Vce;var Qce={narrow:["AC","DC"],abbreviated:["AC","DC"],wide:["antes de cristo","despu\xE9s de cristo"]},$ce={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1\xBA trimestre","2\xBA trimestre","3\xBA trimestre","4\xBA trimestre"]},Zce={narrow:["e","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],wide:["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},ede={narrow:["d","l","m","m","j","v","s"],short:["do","lu","ma","mi","ju","vi","s\xE1"],abbreviated:["dom","lun","mar","mi\xE9","jue","vie","s\xE1b"],wide:["domingo","lunes","martes","mi\xE9rcoles","jueves","viernes","s\xE1bado"]},tde={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"ma\xF1ana",afternoon:"tarde",evening:"tarde",night:"noche"},abbreviated:{am:"AM",pm:"PM",midnight:"medianoche",noon:"mediodia",morning:"ma\xF1ana",afternoon:"tarde",evening:"tarde",night:"noche"},wide:{am:"a.m.",pm:"p.m.",midnight:"medianoche",noon:"mediodia",morning:"ma\xF1ana",afternoon:"tarde",evening:"tarde",night:"noche"}},nde={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"de la ma\xF1ana",afternoon:"de la tarde",evening:"de la tarde",night:"de la noche"},abbreviated:{am:"AM",pm:"PM",midnight:"medianoche",noon:"mediodia",morning:"de la ma\xF1ana",afternoon:"de la tarde",evening:"de la tarde",night:"de la noche"},wide:{am:"a.m.",pm:"p.m.",midnight:"medianoche",noon:"mediodia",morning:"de la ma\xF1ana",afternoon:"de la tarde",evening:"de la tarde",night:"de la noche"}},rde=function(e,t){var n=Number(e);return n+"\xBA"},ade={ordinalNumber:rde,era:S({values:Qce,defaultWidth:"wide"}),quarter:S({values:$ce,defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:S({values:Zce,defaultWidth:"wide"}),day:S({values:ede,defaultWidth:"wide"}),dayPeriod:S({values:tde,defaultWidth:"wide",formattingValues:nde,defaultFormattingWidth:"wide"})};const ide=ade;var ode=/^(\d+)(º)?/i,sde=/\d+/i,lde={narrow:/^(ac|dc|a|d)/i,abbreviated:/^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,wide:/^(antes de cristo|antes de la era com[uú]n|despu[eé]s de cristo|era com[uú]n)/i},ude={any:[/^ac/i,/^dc/i],wide:[/^(antes de cristo|antes de la era com[uú]n)/i,/^(despu[eé]s de cristo|era com[uú]n)/i]},cde={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](º)? trimestre/i},dde={any:[/1/i,/2/i,/3/i,/4/i]},fde={narrow:/^[efmajsond]/i,abbreviated:/^(ene|feb|mar|abr|may|jun|jul|ago|sep|oct|nov|dic)/i,wide:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i},hde={narrow:[/^e/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^en/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i]},mde={narrow:/^[dlmjvs]/i,short:/^(do|lu|ma|mi|ju|vi|s[áa])/i,abbreviated:/^(dom|lun|mar|mi[ée]|jue|vie|s[áa]b)/i,wide:/^(domingo|lunes|martes|mi[ée]rcoles|jueves|viernes|s[áa]bado)/i},pde={narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^j/i,/^v/i,/^s/i],any:[/^do/i,/^lu/i,/^ma/i,/^mi/i,/^ju/i,/^vi/i,/^sa/i]},gde={narrow:/^(a|p|mn|md|(de la|a las) (mañana|tarde|noche))/i,any:/^([ap]\.?\s?m\.?|medianoche|mediodia|(de la|a las) (mañana|tarde|noche))/i},vde={any:{am:/^a/i,pm:/^p/i,midnight:/^mn/i,noon:/^md/i,morning:/mañana/i,afternoon:/tarde/i,evening:/tarde/i,night:/noche/i}},bde={ordinalNumber:Le({matchPattern:ode,parsePattern:sde,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:lde,defaultMatchWidth:"wide",parsePatterns:ude,defaultParseWidth:"any"}),quarter:C({matchPatterns:cde,defaultMatchWidth:"wide",parsePatterns:dde,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:fde,defaultMatchWidth:"wide",parsePatterns:hde,defaultParseWidth:"any"}),day:C({matchPatterns:mde,defaultMatchWidth:"wide",parsePatterns:pde,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:gde,defaultMatchWidth:"any",parsePatterns:vde,defaultParseWidth:"any"})};const yde=bde;var wde={code:"es",formatDistance:Fce,formatLong:Yce,formatRelative:Jce,localize:ide,match:yde,options:{weekStartsOn:1,firstWeekContainsDate:1}};const kde=wde;var HM={lessThanXSeconds:{standalone:{one:"v\xE4hem kui \xFCks sekund",other:"v\xE4hem kui {{count}} sekundit"},withPreposition:{one:"v\xE4hem kui \xFChe sekundi",other:"v\xE4hem kui {{count}} sekundi"}},xSeconds:{standalone:{one:"\xFCks sekund",other:"{{count}} sekundit"},withPreposition:{one:"\xFChe sekundi",other:"{{count}} sekundi"}},halfAMinute:{standalone:"pool minutit",withPreposition:"poole minuti"},lessThanXMinutes:{standalone:{one:"v\xE4hem kui \xFCks minut",other:"v\xE4hem kui {{count}} minutit"},withPreposition:{one:"v\xE4hem kui \xFChe minuti",other:"v\xE4hem kui {{count}} minuti"}},xMinutes:{standalone:{one:"\xFCks minut",other:"{{count}} minutit"},withPreposition:{one:"\xFChe minuti",other:"{{count}} minuti"}},aboutXHours:{standalone:{one:"umbes \xFCks tund",other:"umbes {{count}} tundi"},withPreposition:{one:"umbes \xFChe tunni",other:"umbes {{count}} tunni"}},xHours:{standalone:{one:"\xFCks tund",other:"{{count}} tundi"},withPreposition:{one:"\xFChe tunni",other:"{{count}} tunni"}},xDays:{standalone:{one:"\xFCks p\xE4ev",other:"{{count}} p\xE4eva"},withPreposition:{one:"\xFChe p\xE4eva",other:"{{count}} p\xE4eva"}},aboutXWeeks:{standalone:{one:"umbes \xFCks n\xE4dal",other:"umbes {{count}} n\xE4dalat"},withPreposition:{one:"umbes \xFChe n\xE4dala",other:"umbes {{count}} n\xE4dala"}},xWeeks:{standalone:{one:"\xFCks n\xE4dal",other:"{{count}} n\xE4dalat"},withPreposition:{one:"\xFChe n\xE4dala",other:"{{count}} n\xE4dala"}},aboutXMonths:{standalone:{one:"umbes \xFCks kuu",other:"umbes {{count}} kuud"},withPreposition:{one:"umbes \xFChe kuu",other:"umbes {{count}} kuu"}},xMonths:{standalone:{one:"\xFCks kuu",other:"{{count}} kuud"},withPreposition:{one:"\xFChe kuu",other:"{{count}} kuu"}},aboutXYears:{standalone:{one:"umbes \xFCks aasta",other:"umbes {{count}} aastat"},withPreposition:{one:"umbes \xFChe aasta",other:"umbes {{count}} aasta"}},xYears:{standalone:{one:"\xFCks aasta",other:"{{count}} aastat"},withPreposition:{one:"\xFChe aasta",other:"{{count}} aasta"}},overXYears:{standalone:{one:"rohkem kui \xFCks aasta",other:"rohkem kui {{count}} aastat"},withPreposition:{one:"rohkem kui \xFChe aasta",other:"rohkem kui {{count}} aasta"}},almostXYears:{standalone:{one:"peaaegu \xFCks aasta",other:"peaaegu {{count}} aastat"},withPreposition:{one:"peaaegu \xFChe aasta",other:"peaaegu {{count}} aasta"}}},xde=function(e,t,n){var r=n!=null&&n.addSuffix?HM[e].withPreposition:HM[e].standalone,a;return typeof r=="string"?a=r:t===1?a=r.one:a=r.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?a+" p\xE4rast":a+" eest":a};const Pde=xde;var Mde={full:"EEEE, d. MMMM y",long:"d. MMMM y",medium:"d. MMM y",short:"dd.MM.y"},Ade={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Sde={full:"{{date}} 'kell' {{time}}",long:"{{date}} 'kell' {{time}}",medium:"{{date}}. {{time}}",short:"{{date}}. {{time}}"},Cde={date:D({formats:Mde,defaultWidth:"full"}),time:D({formats:Ade,defaultWidth:"full"}),dateTime:D({formats:Sde,defaultWidth:"full"})};const Ede=Cde;var Wde={lastWeek:"'eelmine' eeee 'kell' p",yesterday:"'eile kell' p",today:"'t\xE4na kell' p",tomorrow:"'homme kell' p",nextWeek:"'j\xE4rgmine' eeee 'kell' p",other:"P"},jde=function(e,t,n,r){return Wde[e]};const Ode=jde;var Tde={narrow:["e.m.a","m.a.j"],abbreviated:["e.m.a","m.a.j"],wide:["enne meie ajaarvamist","meie ajaarvamise j\xE4rgi"]},zde={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},FM={narrow:["J","V","M","A","M","J","J","A","S","O","N","D"],abbreviated:["jaan","veebr","m\xE4rts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],wide:["jaanuar","veebruar","m\xE4rts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]},BM={narrow:["P","E","T","K","N","R","L"],short:["P","E","T","K","N","R","L"],abbreviated:["p\xFChap.","esmasp.","teisip.","kolmap.","neljap.","reede.","laup."],wide:["p\xFChap\xE4ev","esmasp\xE4ev","teisip\xE4ev","kolmap\xE4ev","neljap\xE4ev","reede","laup\xE4ev"]},Nde={narrow:{am:"AM",pm:"PM",midnight:"kesk\xF6\xF6",noon:"keskp\xE4ev",morning:"hommik",afternoon:"p\xE4rastl\xF5una",evening:"\xF5htu",night:"\xF6\xF6"},abbreviated:{am:"AM",pm:"PM",midnight:"kesk\xF6\xF6",noon:"keskp\xE4ev",morning:"hommik",afternoon:"p\xE4rastl\xF5una",evening:"\xF5htu",night:"\xF6\xF6"},wide:{am:"AM",pm:"PM",midnight:"kesk\xF6\xF6",noon:"keskp\xE4ev",morning:"hommik",afternoon:"p\xE4rastl\xF5una",evening:"\xF5htu",night:"\xF6\xF6"}},_de={narrow:{am:"AM",pm:"PM",midnight:"kesk\xF6\xF6l",noon:"keskp\xE4eval",morning:"hommikul",afternoon:"p\xE4rastl\xF5unal",evening:"\xF5htul",night:"\xF6\xF6sel"},abbreviated:{am:"AM",pm:"PM",midnight:"kesk\xF6\xF6l",noon:"keskp\xE4eval",morning:"hommikul",afternoon:"p\xE4rastl\xF5unal",evening:"\xF5htul",night:"\xF6\xF6sel"},wide:{am:"AM",pm:"PM",midnight:"kesk\xF6\xF6l",noon:"keskp\xE4eval",morning:"hommikul",afternoon:"p\xE4rastl\xF5unal",evening:"\xF5htul",night:"\xF6\xF6sel"}},Rde=function(e,t){var n=Number(e);return n+"."},Ide={ordinalNumber:Rde,era:S({values:Tde,defaultWidth:"wide"}),quarter:S({values:zde,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:FM,defaultWidth:"wide",formattingValues:FM,defaultFormattingWidth:"wide"}),day:S({values:BM,defaultWidth:"wide",formattingValues:BM,defaultFormattingWidth:"wide"}),dayPeriod:S({values:Nde,defaultWidth:"wide",formattingValues:_de,defaultFormattingWidth:"wide"})};const Dde=Ide;var Lde=/^\d+\./i,Hde=/\d+/i,Fde={narrow:/^(e\.m\.a|m\.a\.j|eKr|pKr)/i,abbreviated:/^(e\.m\.a|m\.a\.j|eKr|pKr)/i,wide:/^(enne meie ajaarvamist|meie ajaarvamise järgi|enne Kristust|pärast Kristust)/i},Bde={any:[/^e/i,/^(m|p)/i]},Xde={narrow:/^[1234]/i,abbreviated:/^K[1234]/i,wide:/^[1234](\.)? kvartal/i},Ude={any:[/1/i,/2/i,/3/i,/4/i]},Gde={narrow:/^[jvmasond]/i,abbreviated:/^(jaan|veebr|märts|apr|mai|juuni|juuli|aug|sept|okt|nov|dets)/i,wide:/^(jaanuar|veebruar|märts|aprill|mai|juuni|juuli|august|september|oktoober|november|detsember)/i},Yde={narrow:[/^j/i,/^v/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^v/i,/^mär/i,/^ap/i,/^mai/i,/^juun/i,/^juul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Kde={narrow:/^[petknrl]/i,short:/^[petknrl]/i,abbreviated:/^(püh?|esm?|tei?|kolm?|nel?|ree?|laup?)\.?/i,wide:/^(pühapäev|esmaspäev|teisipäev|kolmapäev|neljapäev|reede|laupäev)/i},qde={any:[/^p/i,/^e/i,/^t/i,/^k/i,/^n/i,/^r/i,/^l/i]},Vde={any:/^(am|pm|keskööl?|keskpäev(al)?|hommik(ul)?|pärastlõunal?|õhtul?|öö(sel)?)/i},Jde={any:{am:/^a/i,pm:/^p/i,midnight:/^keskö/i,noon:/^keskp/i,morning:/hommik/i,afternoon:/pärastlõuna/i,evening:/õhtu/i,night:/öö/i}},Qde={ordinalNumber:Le({matchPattern:Lde,parsePattern:Hde,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Fde,defaultMatchWidth:"wide",parsePatterns:Bde,defaultParseWidth:"any"}),quarter:C({matchPatterns:Xde,defaultMatchWidth:"wide",parsePatterns:Ude,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Gde,defaultMatchWidth:"wide",parsePatterns:Yde,defaultParseWidth:"any"}),day:C({matchPatterns:Kde,defaultMatchWidth:"wide",parsePatterns:qde,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Vde,defaultMatchWidth:"any",parsePatterns:Jde,defaultParseWidth:"any"})};const $de=Qde;var Zde={code:"et",formatDistance:Pde,formatLong:Ede,formatRelative:Ode,localize:Dde,match:$de,options:{weekStartsOn:1,firstWeekContainsDate:4}};const efe=Zde;var tfe={lessThanXSeconds:{one:"segundo bat baino gutxiago",other:"{{count}} segundo baino gutxiago"},xSeconds:{one:"1 segundo",other:"{{count}} segundo"},halfAMinute:"minutu erdi",lessThanXMinutes:{one:"minutu bat baino gutxiago",other:"{{count}} minutu baino gutxiago"},xMinutes:{one:"1 minutu",other:"{{count}} minutu"},aboutXHours:{one:"1 ordu gutxi gorabehera",other:"{{count}} ordu gutxi gorabehera"},xHours:{one:"1 ordu",other:"{{count}} ordu"},xDays:{one:"1 egun",other:"{{count}} egun"},aboutXWeeks:{one:"aste 1 inguru",other:"{{count}} aste inguru"},xWeeks:{one:"1 aste",other:"{{count}} astean"},aboutXMonths:{one:"1 hilabete gutxi gorabehera",other:"{{count}} hilabete gutxi gorabehera"},xMonths:{one:"1 hilabete",other:"{{count}} hilabete"},aboutXYears:{one:"1 urte gutxi gorabehera",other:"{{count}} urte gutxi gorabehera"},xYears:{one:"1 urte",other:"{{count}} urte"},overXYears:{one:"1 urte baino gehiago",other:"{{count}} urte baino gehiago"},almostXYears:{one:"ia 1 urte",other:"ia {{count}} urte"}},nfe=function(e,t,n){var r,a=tfe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"en "+r:"duela "+r:r};const rfe=nfe;var afe={full:"EEEE, y'ko' MMMM'ren' d'a' y'ren'",long:"y'ko' MMMM'ren' d'a'",medium:"y MMM d",short:"yy/MM/dd"},ife={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},ofe={full:"{{date}} 'tan' {{time}}",long:"{{date}} 'tan' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},sfe={date:D({formats:afe,defaultWidth:"full"}),time:D({formats:ife,defaultWidth:"full"}),dateTime:D({formats:ofe,defaultWidth:"full"})};const lfe=sfe;var ufe={lastWeek:"'joan den' eeee, LT",yesterday:"'atzo,' p",today:"'gaur,' p",tomorrow:"'bihar,' p",nextWeek:"eeee, p",other:"P"},cfe={lastWeek:"'joan den' eeee, p",yesterday:"'atzo,' p",today:"'gaur,' p",tomorrow:"'bihar,' p",nextWeek:"eeee, p",other:"P"},dfe=function(e,t){return t.getUTCHours()!==1?cfe[e]:ufe[e]};const ffe=dfe;var hfe={narrow:["k.a.","k.o."],abbreviated:["k.a.","k.o."],wide:["kristo aurretik","kristo ondoren"]},mfe={narrow:["1","2","3","4"],abbreviated:["1H","2H","3H","4H"],wide:["1. hiruhilekoa","2. hiruhilekoa","3. hiruhilekoa","4. hiruhilekoa"]},pfe={narrow:["u","o","m","a","m","e","u","a","i","u","a","a"],abbreviated:["urt","ots","mar","api","mai","eka","uzt","abu","ira","urr","aza","abe"],wide:["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"]},gfe={narrow:["i","a","a","a","o","o","l"],short:["ig","al","as","az","og","or","lr"],abbreviated:["iga","ast","ast","ast","ost","ost","lar"],wide:["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"]},vfe={narrow:{am:"a",pm:"p",midnight:"ge",noon:"eg",morning:"goiza",afternoon:"arratsaldea",evening:"arratsaldea",night:"gaua"},abbreviated:{am:"AM",pm:"PM",midnight:"gauerdia",noon:"eguerdia",morning:"goiza",afternoon:"arratsaldea",evening:"arratsaldea",night:"gaua"},wide:{am:"a.m.",pm:"p.m.",midnight:"gauerdia",noon:"eguerdia",morning:"goiza",afternoon:"arratsaldea",evening:"arratsaldea",night:"gaua"}},bfe={narrow:{am:"a",pm:"p",midnight:"ge",noon:"eg",morning:"goizean",afternoon:"arratsaldean",evening:"arratsaldean",night:"gauean"},abbreviated:{am:"AM",pm:"PM",midnight:"gauerdia",noon:"eguerdia",morning:"goizean",afternoon:"arratsaldean",evening:"arratsaldean",night:"gauean"},wide:{am:"a.m.",pm:"p.m.",midnight:"gauerdia",noon:"eguerdia",morning:"goizean",afternoon:"arratsaldean",evening:"arratsaldean",night:"gauean"}},yfe=function(e,t){var n=Number(e);return n+"."},wfe={ordinalNumber:yfe,era:S({values:hfe,defaultWidth:"wide"}),quarter:S({values:mfe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:pfe,defaultWidth:"wide"}),day:S({values:gfe,defaultWidth:"wide"}),dayPeriod:S({values:vfe,defaultWidth:"wide",formattingValues:bfe,defaultFormattingWidth:"wide"})};const kfe=wfe;var xfe=/^(\d+)(.)?/i,Pfe=/\d+/i,Mfe={narrow:/^(k.a.|k.o.)/i,abbreviated:/^(k.a.|k.o.)/i,wide:/^(kristo aurretik|kristo ondoren)/i},Afe={narrow:[/^k.a./i,/^k.o./i],abbreviated:[/^(k.a.)/i,/^(k.o.)/i],wide:[/^(kristo aurretik)/i,/^(kristo ondoren)/i]},Sfe={narrow:/^[1234]/i,abbreviated:/^[1234]H/i,wide:/^[1234](.)? hiruhilekoa/i},Cfe={any:[/1/i,/2/i,/3/i,/4/i]},Efe={narrow:/^[uomaei]/i,abbreviated:/^(urt|ots|mar|api|mai|eka|uzt|abu|ira|urr|aza|abe)/i,wide:/^(urtarrila|otsaila|martxoa|apirila|maiatza|ekaina|uztaila|abuztua|iraila|urria|azaroa|abendua)/i},Wfe={narrow:[/^u/i,/^o/i,/^m/i,/^a/i,/^m/i,/^e/i,/^u/i,/^a/i,/^i/i,/^u/i,/^a/i,/^a/i],any:[/^urt/i,/^ots/i,/^mar/i,/^api/i,/^mai/i,/^eka/i,/^uzt/i,/^abu/i,/^ira/i,/^urr/i,/^aza/i,/^abe/i]},jfe={narrow:/^[iaol]/i,short:/^(ig|al|as|az|og|or|lr)/i,abbreviated:/^(iga|ast|ast|ast|ost|ost|lar)/i,wide:/^(igandea|astelehena|asteartea|asteazkena|osteguna|ostirala|larunbata)/i},Ofe={narrow:[/^i/i,/^a/i,/^a/i,/^a/i,/^o/i,/^o/i,/^l/i],short:[/^ig/i,/^al/i,/^as/i,/^az/i,/^og/i,/^or/i,/^lr/i],abbreviated:[/^iga/i,/^ast/i,/^ast/i,/^ast/i,/^ost/i,/^ost/i,/^lar/i],wide:[/^igandea/i,/^astelehena/i,/^asteartea/i,/^asteazkena/i,/^osteguna/i,/^ostirala/i,/^larunbata/i]},Tfe={narrow:/^(a|p|ge|eg|((goiza|goizean)|arratsaldea|(gaua|gauean)))/i,any:/^([ap]\.?\s?m\.?|gauerdia|eguerdia|((goiza|goizean)|arratsaldea|(gaua|gauean)))/i},zfe={narrow:{am:/^a/i,pm:/^p/i,midnight:/^ge/i,noon:/^eg/i,morning:/goiz/i,afternoon:/arratsaldea/i,evening:/arratsaldea/i,night:/gau/i},any:{am:/^a/i,pm:/^p/i,midnight:/^gauerdia/i,noon:/^eguerdia/i,morning:/goiz/i,afternoon:/arratsaldea/i,evening:/arratsaldea/i,night:/gau/i}},Nfe={ordinalNumber:Le({matchPattern:xfe,parsePattern:Pfe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Mfe,defaultMatchWidth:"wide",parsePatterns:Afe,defaultParseWidth:"wide"}),quarter:C({matchPatterns:Sfe,defaultMatchWidth:"wide",parsePatterns:Cfe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Efe,defaultMatchWidth:"wide",parsePatterns:Wfe,defaultParseWidth:"any"}),day:C({matchPatterns:jfe,defaultMatchWidth:"wide",parsePatterns:Ofe,defaultParseWidth:"wide"}),dayPeriod:C({matchPatterns:Tfe,defaultMatchWidth:"any",parsePatterns:zfe,defaultParseWidth:"any"})};const _fe=Nfe;var Rfe={code:"eu",formatDistance:rfe,formatLong:lfe,formatRelative:ffe,localize:kfe,match:_fe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const Ife=Rfe;var Dfe={lessThanXSeconds:{one:"\u06A9\u0645\u062A\u0631 \u0627\u0632 \u06CC\u06A9 \u062B\u0627\u0646\u06CC\u0647",other:"\u06A9\u0645\u062A\u0631 \u0627\u0632 {{count}} \u062B\u0627\u0646\u06CC\u0647"},xSeconds:{one:"1 \u062B\u0627\u0646\u06CC\u0647",other:"{{count}} \u062B\u0627\u0646\u06CC\u0647"},halfAMinute:"\u0646\u06CC\u0645 \u062F\u0642\u06CC\u0642\u0647",lessThanXMinutes:{one:"\u06A9\u0645\u062A\u0631 \u0627\u0632 \u06CC\u06A9 \u062F\u0642\u06CC\u0642\u0647",other:"\u06A9\u0645\u062A\u0631 \u0627\u0632 {{count}} \u062F\u0642\u06CC\u0642\u0647"},xMinutes:{one:"1 \u062F\u0642\u06CC\u0642\u0647",other:"{{count}} \u062F\u0642\u06CC\u0642\u0647"},aboutXHours:{one:"\u062D\u062F\u0648\u062F 1 \u0633\u0627\u0639\u062A",other:"\u062D\u062F\u0648\u062F {{count}} \u0633\u0627\u0639\u062A"},xHours:{one:"1 \u0633\u0627\u0639\u062A",other:"{{count}} \u0633\u0627\u0639\u062A"},xDays:{one:"1 \u0631\u0648\u0632",other:"{{count}} \u0631\u0648\u0632"},aboutXWeeks:{one:"\u062D\u062F\u0648\u062F 1 \u0647\u0641\u062A\u0647",other:"\u062D\u062F\u0648\u062F {{count}} \u0647\u0641\u062A\u0647"},xWeeks:{one:"1 \u0647\u0641\u062A\u0647",other:"{{count}} \u0647\u0641\u062A\u0647"},aboutXMonths:{one:"\u062D\u062F\u0648\u062F 1 \u0645\u0627\u0647",other:"\u062D\u062F\u0648\u062F {{count}} \u0645\u0627\u0647"},xMonths:{one:"1 \u0645\u0627\u0647",other:"{{count}} \u0645\u0627\u0647"},aboutXYears:{one:"\u062D\u062F\u0648\u062F 1 \u0633\u0627\u0644",other:"\u062D\u062F\u0648\u062F {{count}} \u0633\u0627\u0644"},xYears:{one:"1 \u0633\u0627\u0644",other:"{{count}} \u0633\u0627\u0644"},overXYears:{one:"\u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 1 \u0633\u0627\u0644",other:"\u0628\u06CC\u0634\u062A\u0631 \u0627\u0632 {{count}} \u0633\u0627\u0644"},almostXYears:{one:"\u0646\u0632\u062F\u06CC\u06A9 1 \u0633\u0627\u0644",other:"\u0646\u0632\u062F\u06CC\u06A9 {{count}} \u0633\u0627\u0644"}},Lfe=function(e,t,n){var r,a=Dfe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u062F\u0631 "+r:r+" \u0642\u0628\u0644":r};const Hfe=Lfe;var Ffe={full:"EEEE do MMMM y",long:"do MMMM y",medium:"d MMM y",short:"yyyy/MM/dd"},Bfe={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Xfe={full:"{{date}} '\u062F\u0631' {{time}}",long:"{{date}} '\u062F\u0631' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Ufe={date:D({formats:Ffe,defaultWidth:"full"}),time:D({formats:Bfe,defaultWidth:"full"}),dateTime:D({formats:Xfe,defaultWidth:"full"})};const Gfe=Ufe;var Yfe={lastWeek:"eeee '\u06AF\u0630\u0634\u062A\u0647 \u062F\u0631' p",yesterday:"'\u062F\u06CC\u0631\u0648\u0632 \u062F\u0631' p",today:"'\u0627\u0645\u0631\u0648\u0632 \u062F\u0631' p",tomorrow:"'\u0641\u0631\u062F\u0627 \u062F\u0631' p",nextWeek:"eeee '\u062F\u0631' p",other:"P"},Kfe=function(e,t,n,r){return Yfe[e]};const qfe=Kfe;var Vfe={narrow:["\u0642","\u0628"],abbreviated:["\u0642.\u0645.","\u0628.\u0645."],wide:["\u0642\u0628\u0644 \u0627\u0632 \u0645\u06CC\u0644\u0627\u062F","\u0628\u0639\u062F \u0627\u0632 \u0645\u06CC\u0644\u0627\u062F"]},Jfe={narrow:["1","2","3","4"],abbreviated:["\u0633\u200C\u06451","\u0633\u200C\u06452","\u0633\u200C\u06453","\u0633\u200C\u06454"],wide:["\u0633\u0647\u200C\u0645\u0627\u0647\u0647 1","\u0633\u0647\u200C\u0645\u0627\u0647\u0647 2","\u0633\u0647\u200C\u0645\u0627\u0647\u0647 3","\u0633\u0647\u200C\u0645\u0627\u0647\u0647 4"]},Qfe={narrow:["\u0698","\u0641","\u0645","\u0622","\u0645","\u062C","\u062C","\u0622","\u0633","\u0627","\u0646","\u062F"],abbreviated:["\u0698\u0627\u0646\u0640","\u0641\u0648\u0631","\u0645\u0627\u0631\u0633","\u0622\u067E\u0631","\u0645\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0640","\u0622\u06AF\u0648","\u0633\u067E\u062A\u0640","\u0627\u06A9\u062A\u0640","\u0646\u0648\u0627\u0645\u0640","\u062F\u0633\u0627\u0645\u0640"],wide:["\u0698\u0627\u0646\u0648\u06CC\u0647","\u0641\u0648\u0631\u06CC\u0647","\u0645\u0627\u0631\u0633","\u0622\u067E\u0631\u06CC\u0644","\u0645\u06CC","\u062C\u0648\u0646","\u062C\u0648\u0644\u0627\u06CC","\u0622\u06AF\u0648\u0633\u062A","\u0633\u067E\u062A\u0627\u0645\u0628\u0631","\u0627\u06A9\u062A\u0628\u0631","\u0646\u0648\u0627\u0645\u0628\u0631","\u062F\u0633\u0627\u0645\u0628\u0631"]},$fe={narrow:["\u06CC","\u062F","\u0633","\u0686","\u067E","\u062C","\u0634"],short:["1\u0634","2\u0634","3\u0634","4\u0634","5\u0634","\u062C","\u0634"],abbreviated:["\u06CC\u06A9\u0634\u0646\u0628\u0647","\u062F\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200C\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067E\u0646\u062C\u0634\u0646\u0628\u0647","\u062C\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"],wide:["\u06CC\u06A9\u0634\u0646\u0628\u0647","\u062F\u0648\u0634\u0646\u0628\u0647","\u0633\u0647\u200C\u0634\u0646\u0628\u0647","\u0686\u0647\u0627\u0631\u0634\u0646\u0628\u0647","\u067E\u0646\u062C\u0634\u0646\u0628\u0647","\u062C\u0645\u0639\u0647","\u0634\u0646\u0628\u0647"]},Zfe={narrow:{am:"\u0642",pm:"\u0628",midnight:"\u0646",noon:"\u0638",morning:"\u0635",afternoon:"\u0628.\u0638.",evening:"\u0639",night:"\u0634"},abbreviated:{am:"\u0642.\u0638.",pm:"\u0628.\u0638.",midnight:"\u0646\u06CC\u0645\u0647\u200C\u0634\u0628",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u062D",afternoon:"\u0628\u0639\u062F\u0627\u0632\u0638\u0647\u0631",evening:"\u0639\u0635\u0631",night:"\u0634\u0628"},wide:{am:"\u0642\u0628\u0644\u200C\u0627\u0632\u0638\u0647\u0631",pm:"\u0628\u0639\u062F\u0627\u0632\u0638\u0647\u0631",midnight:"\u0646\u06CC\u0645\u0647\u200C\u0634\u0628",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u062D",afternoon:"\u0628\u0639\u062F\u0627\u0632\u0638\u0647\u0631",evening:"\u0639\u0635\u0631",night:"\u0634\u0628"}},ehe={narrow:{am:"\u0642",pm:"\u0628",midnight:"\u0646",noon:"\u0638",morning:"\u0635",afternoon:"\u0628.\u0638.",evening:"\u0639",night:"\u0634"},abbreviated:{am:"\u0642.\u0638.",pm:"\u0628.\u0638.",midnight:"\u0646\u06CC\u0645\u0647\u200C\u0634\u0628",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u062D",afternoon:"\u0628\u0639\u062F\u0627\u0632\u0638\u0647\u0631",evening:"\u0639\u0635\u0631",night:"\u0634\u0628"},wide:{am:"\u0642\u0628\u0644\u200C\u0627\u0632\u0638\u0647\u0631",pm:"\u0628\u0639\u062F\u0627\u0632\u0638\u0647\u0631",midnight:"\u0646\u06CC\u0645\u0647\u200C\u0634\u0628",noon:"\u0638\u0647\u0631",morning:"\u0635\u0628\u062D",afternoon:"\u0628\u0639\u062F\u0627\u0632\u0638\u0647\u0631",evening:"\u0639\u0635\u0631",night:"\u0634\u0628"}},the=function(e,t){return String(e)},nhe={ordinalNumber:the,era:S({values:Vfe,defaultWidth:"wide"}),quarter:S({values:Jfe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Qfe,defaultWidth:"wide"}),day:S({values:$fe,defaultWidth:"wide"}),dayPeriod:S({values:Zfe,defaultWidth:"wide",formattingValues:ehe,defaultFormattingWidth:"wide"})};const rhe=nhe;var ahe=/^(\d+)(th|st|nd|rd)?/i,ihe=/\d+/i,ohe={narrow:/^(ق|ب)/i,abbreviated:/^(ق\.?\s?م\.?|ق\.?\s?د\.?\s?م\.?|م\.?\s?|د\.?\s?م\.?)/i,wide:/^(قبل از میلاد|قبل از دوران مشترک|میلادی|دوران مشترک|بعد از میلاد)/i},she={any:[/^قبل/i,/^بعد/i]},lhe={narrow:/^[1234]/i,abbreviated:/^س‌م[1234]/i,wide:/^سه‌ماهه [1234]/i},uhe={any:[/1/i,/2/i,/3/i,/4/i]},che={narrow:/^[جژفمآاماسند]/i,abbreviated:/^(جنو|ژانـ|ژانویه|فوریه|فور|مارس|آوریل|آپر|مه|می|ژوئن|جون|جول|جولـ|ژوئیه|اوت|آگو|سپتمبر|سپتامبر|اکتبر|اکتوبر|نوامبر|نوامـ|دسامبر|دسامـ|دسم)/i,wide:/^(ژانویه|جنوری|فبروری|فوریه|مارچ|مارس|آپریل|اپریل|ایپریل|آوریل|مه|می|ژوئن|جون|جولای|ژوئیه|آگست|اگست|آگوست|اوت|سپتمبر|سپتامبر|اکتبر|اکتوبر|نوامبر|نومبر|دسامبر|دسمبر)/i},dhe={narrow:[/^(ژ|ج)/i,/^ف/i,/^م/i,/^(آ|ا)/i,/^م/i,/^(ژ|ج)/i,/^(ج|ژ)/i,/^(آ|ا)/i,/^س/i,/^ا/i,/^ن/i,/^د/i],any:[/^ژا/i,/^ف/i,/^ما/i,/^آپ/i,/^(می|مه)/i,/^(ژوئن|جون)/i,/^(ژوئی|جول)/i,/^(اوت|آگ)/i,/^س/i,/^(اوک|اک)/i,/^ن/i,/^د/i]},fhe={narrow:/^[شیدسچپج]/i,short:/^(ش|ج|1ش|2ش|3ش|4ش|5ش)/i,abbreviated:/^(یکشنبه|دوشنبه|سه‌شنبه|چهارشنبه|پنج‌شنبه|جمعه|شنبه)/i,wide:/^(یکشنبه|دوشنبه|سه‌شنبه|چهارشنبه|پنج‌شنبه|جمعه|شنبه)/i},hhe={narrow:[/^ی/i,/^دو/i,/^س/i,/^چ/i,/^پ/i,/^ج/i,/^ش/i],any:[/^(ی|1ش|یکشنبه)/i,/^(د|2ش|دوشنبه)/i,/^(س|3ش|سه‌شنبه)/i,/^(چ|4ش|چهارشنبه)/i,/^(پ|5ش|پنجشنبه)/i,/^(ج|جمعه)/i,/^(ش|شنبه)/i]},mhe={narrow:/^(ب|ق|ن|ظ|ص|ب.ظ.|ع|ش)/i,abbreviated:/^(ق.ظ.|ب.ظ.|نیمه‌شب|ظهر|صبح|بعدازظهر|عصر|شب)/i,wide:/^(قبل‌ازظهر|نیمه‌شب|ظهر|صبح|بعدازظهر|عصر|شب)/i},phe={any:{am:/^(ق|ق.ظ.|قبل‌ازظهر)/i,pm:/^(ب|ب.ظ.|بعدازظهر)/i,midnight:/^(‌نیمه‌شب|ن)/i,noon:/^(ظ|ظهر)/i,morning:/(ص|صبح)/i,afternoon:/(ب|ب.ظ.|بعدازظهر)/i,evening:/(ع|عصر)/i,night:/(ش|شب)/i}},ghe={ordinalNumber:Le({matchPattern:ahe,parsePattern:ihe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:ohe,defaultMatchWidth:"wide",parsePatterns:she,defaultParseWidth:"any"}),quarter:C({matchPatterns:lhe,defaultMatchWidth:"wide",parsePatterns:uhe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:che,defaultMatchWidth:"wide",parsePatterns:dhe,defaultParseWidth:"any"}),day:C({matchPatterns:fhe,defaultMatchWidth:"wide",parsePatterns:hhe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:mhe,defaultMatchWidth:"wide",parsePatterns:phe,defaultParseWidth:"any"})};const vhe=ghe;var bhe={code:"fa-IR",formatDistance:Hfe,formatLong:Gfe,formatRelative:qfe,localize:rhe,match:vhe,options:{weekStartsOn:6,firstWeekContainsDate:1}};const yhe=bhe;function XM(e){return e.replace(/sekuntia?/,"sekunnin")}function UM(e){return e.replace(/minuuttia?/,"minuutin")}function GM(e){return e.replace(/tuntia?/,"tunnin")}function whe(e){return e.replace(/päivää?/,"p\xE4iv\xE4n")}function YM(e){return e.replace(/(viikko|viikkoa)/,"viikon")}function KM(e){return e.replace(/(kuukausi|kuukautta)/,"kuukauden")}function _m(e){return e.replace(/(vuosi|vuotta)/,"vuoden")}var khe={lessThanXSeconds:{one:"alle sekunti",other:"alle {{count}} sekuntia",futureTense:XM},xSeconds:{one:"sekunti",other:"{{count}} sekuntia",futureTense:XM},halfAMinute:{one:"puoli minuuttia",other:"puoli minuuttia",futureTense:function(e){return"puolen minuutin"}},lessThanXMinutes:{one:"alle minuutti",other:"alle {{count}} minuuttia",futureTense:UM},xMinutes:{one:"minuutti",other:"{{count}} minuuttia",futureTense:UM},aboutXHours:{one:"noin tunti",other:"noin {{count}} tuntia",futureTense:GM},xHours:{one:"tunti",other:"{{count}} tuntia",futureTense:GM},xDays:{one:"p\xE4iv\xE4",other:"{{count}} p\xE4iv\xE4\xE4",futureTense:whe},aboutXWeeks:{one:"noin viikko",other:"noin {{count}} viikkoa",futureTense:YM},xWeeks:{one:"viikko",other:"{{count}} viikkoa",futureTense:YM},aboutXMonths:{one:"noin kuukausi",other:"noin {{count}} kuukautta",futureTense:KM},xMonths:{one:"kuukausi",other:"{{count}} kuukautta",futureTense:KM},aboutXYears:{one:"noin vuosi",other:"noin {{count}} vuotta",futureTense:_m},xYears:{one:"vuosi",other:"{{count}} vuotta",futureTense:_m},overXYears:{one:"yli vuosi",other:"yli {{count}} vuotta",futureTense:_m},almostXYears:{one:"l\xE4hes vuosi",other:"l\xE4hes {{count}} vuotta",futureTense:_m}},xhe=function(e,t,n){var r=khe[e],a=t===1?r.one:r.other.replace("{{count}}",String(t));return n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r.futureTense(a)+" kuluttua":a+" sitten":a};const Phe=xhe;var Mhe={full:"eeee d. MMMM y",long:"d. MMMM y",medium:"d. MMM y",short:"d.M.y"},Ahe={full:"HH.mm.ss zzzz",long:"HH.mm.ss z",medium:"HH.mm.ss",short:"HH.mm"},She={full:"{{date}} 'klo' {{time}}",long:"{{date}} 'klo' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},Che={date:D({formats:Mhe,defaultWidth:"full"}),time:D({formats:Ahe,defaultWidth:"full"}),dateTime:D({formats:She,defaultWidth:"full"})};const Ehe=Che;var Whe={lastWeek:"'viime' eeee 'klo' p",yesterday:"'eilen klo' p",today:"'t\xE4n\xE4\xE4n klo' p",tomorrow:"'huomenna klo' p",nextWeek:"'ensi' eeee 'klo' p",other:"P"},jhe=function(e,t,n,r){return Whe[e]};const Ohe=jhe;var The={narrow:["eaa.","jaa."],abbreviated:["eaa.","jaa."],wide:["ennen ajanlaskun alkua","j\xE4lkeen ajanlaskun alun"]},zhe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1. kvartaali","2. kvartaali","3. kvartaali","4. kvartaali"]},uw={narrow:["T","H","M","H","T","K","H","E","S","L","M","J"],abbreviated:["tammi","helmi","maalis","huhti","touko","kes\xE4","hein\xE4","elo","syys","loka","marras","joulu"],wide:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kes\xE4kuu","hein\xE4kuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"]},Nhe={narrow:uw.narrow,abbreviated:uw.abbreviated,wide:["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kes\xE4kuuta","hein\xE4kuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"]},tp={narrow:["S","M","T","K","T","P","L"],short:["su","ma","ti","ke","to","pe","la"],abbreviated:["sunn.","maan.","tiis.","kesk.","torst.","perj.","la"],wide:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"]},_he={narrow:tp.narrow,short:tp.short,abbreviated:tp.abbreviated,wide:["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"]},Rhe={narrow:{am:"ap",pm:"ip",midnight:"keskiy\xF6",noon:"keskip\xE4iv\xE4",morning:"ap",afternoon:"ip",evening:"illalla",night:"y\xF6ll\xE4"},abbreviated:{am:"ap",pm:"ip",midnight:"keskiy\xF6",noon:"keskip\xE4iv\xE4",morning:"ap",afternoon:"ip",evening:"illalla",night:"y\xF6ll\xE4"},wide:{am:"ap",pm:"ip",midnight:"keskiy\xF6ll\xE4",noon:"keskip\xE4iv\xE4ll\xE4",morning:"aamup\xE4iv\xE4ll\xE4",afternoon:"iltap\xE4iv\xE4ll\xE4",evening:"illalla",night:"y\xF6ll\xE4"}},Ihe=function(e,t){var n=Number(e);return n+"."},Dhe={ordinalNumber:Ihe,era:S({values:The,defaultWidth:"wide"}),quarter:S({values:zhe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:uw,defaultWidth:"wide",formattingValues:Nhe,defaultFormattingWidth:"wide"}),day:S({values:tp,defaultWidth:"wide",formattingValues:_he,defaultFormattingWidth:"wide"}),dayPeriod:S({values:Rhe,defaultWidth:"wide"})};const Lhe=Dhe;var Hhe=/^(\d+)(\.)/i,Fhe=/\d+/i,Bhe={narrow:/^(e|j)/i,abbreviated:/^(eaa.|jaa.)/i,wide:/^(ennen ajanlaskun alkua|jälkeen ajanlaskun alun)/i},Xhe={any:[/^e/i,/^j/i]},Uhe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234]\.? kvartaali/i},Ghe={any:[/1/i,/2/i,/3/i,/4/i]},Yhe={narrow:/^[thmkeslj]/i,abbreviated:/^(tammi|helmi|maalis|huhti|touko|kesä|heinä|elo|syys|loka|marras|joulu)/i,wide:/^(tammikuu|helmikuu|maaliskuu|huhtikuu|toukokuu|kesäkuu|heinäkuu|elokuu|syyskuu|lokakuu|marraskuu|joulukuu)(ta)?/i},Khe={narrow:[/^t/i,/^h/i,/^m/i,/^h/i,/^t/i,/^k/i,/^h/i,/^e/i,/^s/i,/^l/i,/^m/i,/^j/i],any:[/^ta/i,/^hel/i,/^maa/i,/^hu/i,/^to/i,/^k/i,/^hei/i,/^e/i,/^s/i,/^l/i,/^mar/i,/^j/i]},qhe={narrow:/^[smtkpl]/i,short:/^(su|ma|ti|ke|to|pe|la)/i,abbreviated:/^(sunn.|maan.|tiis.|kesk.|torst.|perj.|la)/i,wide:/^(sunnuntai|maanantai|tiistai|keskiviikko|torstai|perjantai|lauantai)(na)?/i},Vhe={narrow:[/^s/i,/^m/i,/^t/i,/^k/i,/^t/i,/^p/i,/^l/i],any:[/^s/i,/^m/i,/^ti/i,/^k/i,/^to/i,/^p/i,/^l/i]},Jhe={narrow:/^(ap|ip|keskiyö|keskipäivä|aamupäivällä|iltapäivällä|illalla|yöllä)/i,any:/^(ap|ip|keskiyöllä|keskipäivällä|aamupäivällä|iltapäivällä|illalla|yöllä)/i},Qhe={any:{am:/^ap/i,pm:/^ip/i,midnight:/^keskiyö/i,noon:/^keskipäivä/i,morning:/aamupäivällä/i,afternoon:/iltapäivällä/i,evening:/illalla/i,night:/yöllä/i}},$he={ordinalNumber:Le({matchPattern:Hhe,parsePattern:Fhe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Bhe,defaultMatchWidth:"wide",parsePatterns:Xhe,defaultParseWidth:"any"}),quarter:C({matchPatterns:Uhe,defaultMatchWidth:"wide",parsePatterns:Ghe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Yhe,defaultMatchWidth:"wide",parsePatterns:Khe,defaultParseWidth:"any"}),day:C({matchPatterns:qhe,defaultMatchWidth:"wide",parsePatterns:Vhe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Jhe,defaultMatchWidth:"any",parsePatterns:Qhe,defaultParseWidth:"any"})};const Zhe=$he;var eme={code:"fi",formatDistance:Phe,formatLong:Ehe,formatRelative:Ohe,localize:Lhe,match:Zhe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const tme=eme;var nme={lessThanXSeconds:{one:"moins d\u2019une seconde",other:"moins de {{count}} secondes"},xSeconds:{one:"1 seconde",other:"{{count}} secondes"},halfAMinute:"30 secondes",lessThanXMinutes:{one:"moins d\u2019une minute",other:"moins de {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"environ 1 heure",other:"environ {{count}} heures"},xHours:{one:"1 heure",other:"{{count}} heures"},xDays:{one:"1 jour",other:"{{count}} jours"},aboutXWeeks:{one:"environ 1 semaine",other:"environ {{count}} semaines"},xWeeks:{one:"1 semaine",other:"{{count}} semaines"},aboutXMonths:{one:"environ 1 mois",other:"environ {{count}} mois"},xMonths:{one:"1 mois",other:"{{count}} mois"},aboutXYears:{one:"environ 1 an",other:"environ {{count}} ans"},xYears:{one:"1 an",other:"{{count}} ans"},overXYears:{one:"plus d\u2019un an",other:"plus de {{count}} ans"},almostXYears:{one:"presqu\u2019un an",other:"presque {{count}} ans"}},rme=function(e,t,n){var r,a=nme[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"dans "+r:"il y a "+r:r};const Y1=rme;var ame={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd/MM/y"},ime={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},ome={full:"{{date}} '\xE0' {{time}}",long:"{{date}} '\xE0' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},sme={date:D({formats:ame,defaultWidth:"full"}),time:D({formats:ime,defaultWidth:"full"}),dateTime:D({formats:ome,defaultWidth:"full"})};const lme=sme;var ume={lastWeek:"eeee 'dernier \xE0' p",yesterday:"'hier \xE0' p",today:"'aujourd\u2019hui \xE0' p",tomorrow:"'demain \xE0' p'",nextWeek:"eeee 'prochain \xE0' p",other:"P"},cme=function(e,t,n,r){return ume[e]};const XW=cme;var dme={narrow:["av. J.-C","ap. J.-C"],abbreviated:["av. J.-C","ap. J.-C"],wide:["avant J\xE9sus-Christ","apr\xE8s J\xE9sus-Christ"]},fme={narrow:["T1","T2","T3","T4"],abbreviated:["1er trim.","2\xE8me trim.","3\xE8me trim.","4\xE8me trim."],wide:["1er trimestre","2\xE8me trimestre","3\xE8me trimestre","4\xE8me trimestre"]},hme={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["janv.","f\xE9vr.","mars","avr.","mai","juin","juil.","ao\xFBt","sept.","oct.","nov.","d\xE9c."],wide:["janvier","f\xE9vrier","mars","avril","mai","juin","juillet","ao\xFBt","septembre","octobre","novembre","d\xE9cembre"]},mme={narrow:["D","L","M","M","J","V","S"],short:["di","lu","ma","me","je","ve","sa"],abbreviated:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],wide:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},pme={narrow:{am:"AM",pm:"PM",midnight:"minuit",noon:"midi",morning:"mat.",afternoon:"ap.m.",evening:"soir",night:"mat."},abbreviated:{am:"AM",pm:"PM",midnight:"minuit",noon:"midi",morning:"matin",afternoon:"apr\xE8s-midi",evening:"soir",night:"matin"},wide:{am:"AM",pm:"PM",midnight:"minuit",noon:"midi",morning:"du matin",afternoon:"de l\u2019apr\xE8s-midi",evening:"du soir",night:"du matin"}},gme=function(e,t){var n=Number(e),r=t==null?void 0:t.unit;if(n===0)return"0";var a=["year","week","hour","minute","second"],s;return n===1?s=r&&a.includes(r)?"\xE8re":"er":s="\xE8me",n+s},vme={ordinalNumber:gme,era:S({values:dme,defaultWidth:"wide"}),quarter:S({values:fme,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:hme,defaultWidth:"wide"}),day:S({values:mme,defaultWidth:"wide"}),dayPeriod:S({values:pme,defaultWidth:"wide"})};const K1=vme;var bme=/^(\d+)(ième|ère|ème|er|e)?/i,yme=/\d+/i,wme={narrow:/^(av\.J\.C|ap\.J\.C|ap\.J\.-C)/i,abbreviated:/^(av\.J\.-C|av\.J-C|apr\.J\.-C|apr\.J-C|ap\.J-C)/i,wide:/^(avant Jésus-Christ|après Jésus-Christ)/i},kme={any:[/^av/i,/^ap/i]},xme={narrow:/^T?[1234]/i,abbreviated:/^[1234](er|ème|e)? trim\.?/i,wide:/^[1234](er|ème|e)? trimestre/i},Pme={any:[/1/i,/2/i,/3/i,/4/i]},Mme={narrow:/^[jfmasond]/i,abbreviated:/^(janv|févr|mars|avr|mai|juin|juill|juil|août|sept|oct|nov|déc)\.?/i,wide:/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i},Ame={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^av/i,/^ma/i,/^juin/i,/^juil/i,/^ao/i,/^s/i,/^o/i,/^n/i,/^d/i]},Sme={narrow:/^[lmjvsd]/i,short:/^(di|lu|ma|me|je|ve|sa)/i,abbreviated:/^(dim|lun|mar|mer|jeu|ven|sam)\.?/i,wide:/^(dimanche|lundi|mardi|mercredi|jeudi|vendredi|samedi)/i},Cme={narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^j/i,/^v/i,/^s/i],any:[/^di/i,/^lu/i,/^ma/i,/^me/i,/^je/i,/^ve/i,/^sa/i]},Eme={narrow:/^(a|p|minuit|midi|mat\.?|ap\.?m\.?|soir|nuit)/i,any:/^([ap]\.?\s?m\.?|du matin|de l'après[-\s]midi|du soir|de la nuit)/i},Wme={any:{am:/^a/i,pm:/^p/i,midnight:/^min/i,noon:/^mid/i,morning:/mat/i,afternoon:/ap/i,evening:/soir/i,night:/nuit/i}},jme={ordinalNumber:Le({matchPattern:bme,parsePattern:yme,valueCallback:function(e){return parseInt(e)}}),era:C({matchPatterns:wme,defaultMatchWidth:"wide",parsePatterns:kme,defaultParseWidth:"any"}),quarter:C({matchPatterns:xme,defaultMatchWidth:"wide",parsePatterns:Pme,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Mme,defaultMatchWidth:"wide",parsePatterns:Ame,defaultParseWidth:"any"}),day:C({matchPatterns:Sme,defaultMatchWidth:"wide",parsePatterns:Cme,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Eme,defaultMatchWidth:"any",parsePatterns:Wme,defaultParseWidth:"any"})};const q1=jme;var Ome={code:"fr",formatDistance:Y1,formatLong:lme,formatRelative:XW,localize:K1,match:q1,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Tme=Ome;var zme={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"yy-MM-dd"},Nme={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},_me={full:"{{date}} '\xE0' {{time}}",long:"{{date}} '\xE0' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Rme={date:D({formats:zme,defaultWidth:"full"}),time:D({formats:Nme,defaultWidth:"full"}),dateTime:D({formats:_me,defaultWidth:"full"})};const Ime=Rme;var Dme={code:"fr-CA",formatDistance:Y1,formatLong:Ime,formatRelative:XW,localize:K1,match:q1,options:{weekStartsOn:0,firstWeekContainsDate:1}};const Lme=Dme;var Hme={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd.MM.y"},Fme={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Bme={full:"{{date}} '\xE0' {{time}}",long:"{{date}} '\xE0' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Xme={date:D({formats:Hme,defaultWidth:"full"}),time:D({formats:Fme,defaultWidth:"full"}),dateTime:D({formats:Bme,defaultWidth:"full"})};const Ume=Xme;var Gme={lastWeek:"eeee 'la semaine derni\xE8re \xE0' p",yesterday:"'hier \xE0' p",today:"'aujourd\u2019hui \xE0' p",tomorrow:"'demain \xE0' p'",nextWeek:"eeee 'la semaine prochaine \xE0' p",other:"P"},Yme=function(e,t,n,r){return Gme[e]};const Kme=Yme;var qme={code:"fr-CH",formatDistance:Y1,formatLong:Ume,formatRelative:Kme,localize:K1,match:q1,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Vme=qme;var Jme={lessThanXSeconds:{one:"minder as 1 sekonde",other:"minder as {{count}} sekonden"},xSeconds:{one:"1 sekonde",other:"{{count}} sekonden"},halfAMinute:"oardel min\xFAt",lessThanXMinutes:{one:"minder as 1 min\xFAt",other:"minder as {{count}} minuten"},xMinutes:{one:"1 min\xFAt",other:"{{count}} minuten"},aboutXHours:{one:"sawat 1 oere",other:"sawat {{count}} oere"},xHours:{one:"1 oere",other:"{{count}} oere"},xDays:{one:"1 dei",other:"{{count}} dagen"},aboutXWeeks:{one:"sawat 1 wike",other:"sawat {{count}} wiken"},xWeeks:{one:"1 wike",other:"{{count}} wiken"},aboutXMonths:{one:"sawat 1 moanne",other:"sawat {{count}} moannen"},xMonths:{one:"1 moanne",other:"{{count}} moannen"},aboutXYears:{one:"sawat 1 jier",other:"sawat {{count}} jier"},xYears:{one:"1 jier",other:"{{count}} jier"},overXYears:{one:"mear as 1 jier",other:"mear as {{count}}s jier"},almostXYears:{one:"hast 1 jier",other:"hast {{count}} jier"}},Qme=function(e,t,n){var r,a=Jme[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"oer "+r:r+" lyn":r};const $me=Qme;var Zme={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd-MM-y"},epe={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},tpe={full:"{{date}} 'om' {{time}}",long:"{{date}} 'om' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},npe={date:D({formats:Zme,defaultWidth:"full"}),time:D({formats:epe,defaultWidth:"full"}),dateTime:D({formats:tpe,defaultWidth:"full"})};const rpe=npe;var ape={lastWeek:"'\xF4fr\xFBne' eeee 'om' p",yesterday:"'juster om' p",today:"'hjoed om' p",tomorrow:"'moarn om' p",nextWeek:"eeee 'om' p",other:"P"},ipe=function(e,t,n,r){return ape[e]};const ope=ipe;var spe={narrow:["f.K.","n.K."],abbreviated:["f.Kr.","n.Kr."],wide:["foar Kristus","nei Kristus"]},lpe={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["1e fearnsjier","2e fearnsjier","3e fearnsjier","4e fearnsjier"]},upe={narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["jan.","feb.","mrt.","apr.","mai.","jun.","jul.","aug.","sep.","okt.","nov.","des."],wide:["jannewaris","febrewaris","maart","april","maaie","juny","july","augustus","septimber","oktober","novimber","desimber"]},cpe={narrow:["s","m","t","w","t","f","s"],short:["si","mo","ti","wo","to","fr","so"],abbreviated:["snein","moa","tii","woa","ton","fre","sneon"],wide:["snein","moandei","tiisdei","woansdei","tongersdei","freed","sneon"]},dpe={narrow:{am:"AM",pm:"PM",midnight:"middernacht",noon:"middei",morning:"moarns",afternoon:"middeis",evening:"j\xFBns",night:"nachts"},abbreviated:{am:"AM",pm:"PM",midnight:"middernacht",noon:"middei",morning:"moarns",afternoon:"middeis",evening:"j\xFBns",night:"nachts"},wide:{am:"AM",pm:"PM",midnight:"middernacht",noon:"middei",morning:"moarns",afternoon:"middeis",evening:"j\xFBns",night:"nachts"}},fpe=function(e,t){var n=Number(e);return n+"e"},hpe={ordinalNumber:fpe,era:S({values:spe,defaultWidth:"wide"}),quarter:S({values:lpe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:upe,defaultWidth:"wide"}),day:S({values:cpe,defaultWidth:"wide"}),dayPeriod:S({values:dpe,defaultWidth:"wide"})};const mpe=hpe;var ppe=/^(\d+)e?/i,gpe=/\d+/i,vpe={narrow:/^([fn]\.? ?K\.?)/,abbreviated:/^([fn]\. ?Kr\.?)/,wide:/^((foar|nei) Kristus)/},bpe={any:[/^f/,/^n/]},ype={narrow:/^[1234]/i,abbreviated:/^K[1234]/i,wide:/^[1234]e fearnsjier/i},wpe={any:[/1/i,/2/i,/3/i,/4/i]},kpe={narrow:/^[jfmasond]/i,abbreviated:/^(jan.|feb.|mrt.|apr.|mai.|jun.|jul.|aug.|sep.|okt.|nov.|des.)/i,wide:/^(jannewaris|febrewaris|maart|april|maaie|juny|july|augustus|septimber|oktober|novimber|desimber)/i},xpe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^jan/i,/^feb/i,/^m(r|a)/i,/^apr/i,/^mai/i,/^jun/i,/^jul/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^des/i]},Ppe={narrow:/^[smtwf]/i,short:/^(si|mo|ti|wo|to|fr|so)/i,abbreviated:/^(snein|moa|tii|woa|ton|fre|sneon)/i,wide:/^(snein|moandei|tiisdei|woansdei|tongersdei|freed|sneon)/i},Mpe={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^sn/i,/^mo/i,/^ti/i,/^wo/i,/^to/i,/^fr/i,/^sn/i]},Ape={any:/^(am|pm|middernacht|middeis|moarns|middei|jûns|nachts)/i},Spe={any:{am:/^am/i,pm:/^pm/i,midnight:/^middernacht/i,noon:/^middei/i,morning:/moarns/i,afternoon:/^middeis/i,evening:/jûns/i,night:/nachts/i}},Cpe={ordinalNumber:Le({matchPattern:ppe,parsePattern:gpe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:vpe,defaultMatchWidth:"wide",parsePatterns:bpe,defaultParseWidth:"any"}),quarter:C({matchPatterns:ype,defaultMatchWidth:"wide",parsePatterns:wpe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:kpe,defaultMatchWidth:"wide",parsePatterns:xpe,defaultParseWidth:"any"}),day:C({matchPatterns:Ppe,defaultMatchWidth:"wide",parsePatterns:Mpe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Ape,defaultMatchWidth:"any",parsePatterns:Spe,defaultParseWidth:"any"})};const Epe=Cpe;var Wpe={code:"fy",formatDistance:$me,formatLong:rpe,formatRelative:ope,localize:mpe,match:Epe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const jpe=Wpe;var Ope={lessThanXSeconds:{one:"nas lugha na diog",other:"nas lugha na {{count}} diogan"},xSeconds:{one:"1 diog",two:"2 dhiog",twenty:"20 diog",other:"{{count}} diogan"},halfAMinute:"leth mhionaid",lessThanXMinutes:{one:"nas lugha na mionaid",other:"nas lugha na {{count}} mionaidean"},xMinutes:{one:"1 mionaid",two:"2 mhionaid",twenty:"20 mionaid",other:"{{count}} mionaidean"},aboutXHours:{one:"mu uair de th\xECde",other:"mu {{count}} uairean de th\xECde"},xHours:{one:"1 uair de th\xECde",two:"2 uair de th\xECde",twenty:"20 uair de th\xECde",other:"{{count}} uairean de th\xECde"},xDays:{one:"1 l\xE0",other:"{{count}} l\xE0"},aboutXWeeks:{one:"mu 1 seachdain",other:"mu {{count}} seachdainean"},xWeeks:{one:"1 seachdain",other:"{{count}} seachdainean"},aboutXMonths:{one:"mu mh\xECos",other:"mu {{count}} m\xECosan"},xMonths:{one:"1 m\xECos",other:"{{count}} m\xECosan"},aboutXYears:{one:"mu bhliadhna",other:"mu {{count}} bliadhnaichean"},xYears:{one:"1 bhliadhna",other:"{{count}} bliadhna"},overXYears:{one:"c\xF2rr is bliadhna",other:"c\xF2rr is {{count}} bliadhnaichean"},almostXYears:{one:"cha mh\xF2r bliadhna",other:"cha mh\xF2r {{count}} bliadhnaichean"}},Tpe=function(e,t,n){var r,a=Ope[e];return typeof a=="string"?r=a:t===1?r=a.one:t===2&&a.two?r=a.two:t===20&&a.twenty?r=a.twenty:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"ann an "+r:"o chionn "+r:r};const zpe=Tpe;var Npe={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},_pe={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},Rpe={full:"{{date}} 'aig' {{time}}",long:"{{date}} 'aig' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Ipe={date:D({formats:Npe,defaultWidth:"full"}),time:D({formats:_pe,defaultWidth:"full"}),dateTime:D({formats:Rpe,defaultWidth:"full"})};const Dpe=Ipe;var Lpe={lastWeek:"'mu dheireadh' eeee 'aig' p",yesterday:"'an-d\xE8 aig' p",today:"'an-diugh aig' p",tomorrow:"'a-m\xE0ireach aig' p",nextWeek:"eeee 'aig' p",other:"P"},Hpe=function(e,t,n,r){return Lpe[e]};const Fpe=Hpe;var Bpe={narrow:["R","A"],abbreviated:["RC","AD"],wide:["ro Chr\xECosta","anno domini"]},Xpe={narrow:["1","2","3","4"],abbreviated:["C1","C2","C3","C4"],wide:["a' chiad chairteal","an d\xE0rna cairteal","an treas cairteal","an ceathramh cairteal"]},Upe={narrow:["F","G","M","G","C","\xD2","I","L","S","D","S","D"],abbreviated:["Faoi","Gear","M\xE0rt","Gibl","C\xE8it","\xD2gmh","Iuch","L\xF9n","Sult","D\xE0mh","Samh","D\xF9bh"],wide:["Am Faoilleach","An Gearran","Am M\xE0rt","An Giblean","An C\xE8itean","An t-\xD2gmhios","An t-Iuchar","An L\xF9nastal","An t-Sultain","An D\xE0mhair","An t-Samhain","An D\xF9bhlachd"]},Gpe={narrow:["D","L","M","C","A","H","S"],short:["D\xF2","Lu","M\xE0","Ci","Ar","Ha","Sa"],abbreviated:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],wide:["Did\xF2mhnaich","Diluain","Dim\xE0irt","Diciadain","Diardaoin","Dihaoine","Disathairne"]},Ype={narrow:{am:"m",pm:"f",midnight:"m.o.",noon:"m.l.",morning:"madainn",afternoon:"feasgar",evening:"feasgar",night:"oidhche"},abbreviated:{am:"M.",pm:"F.",midnight:"meadhan oidhche",noon:"meadhan l\xE0",morning:"madainn",afternoon:"feasgar",evening:"feasgar",night:"oidhche"},wide:{am:"m.",pm:"f.",midnight:"meadhan oidhche",noon:"meadhan l\xE0",morning:"madainn",afternoon:"feasgar",evening:"feasgar",night:"oidhche"}},Kpe={narrow:{am:"m",pm:"f",midnight:"m.o.",noon:"m.l.",morning:"sa mhadainn",afternoon:"feasgar",evening:"feasgar",night:"air an oidhche"},abbreviated:{am:"M.",pm:"F.",midnight:"meadhan oidhche",noon:"meadhan l\xE0",morning:"sa mhadainn",afternoon:"feasgar",evening:"feasgar",night:"air an oidhche"},wide:{am:"m.",pm:"f.",midnight:"meadhan oidhche",noon:"meadhan l\xE0",morning:"sa mhadainn",afternoon:"feasgar",evening:"feasgar",night:"air an oidhche"}},qpe=function(e){var t=Number(e),n=t%100;if(n>20||n<10)switch(n%10){case 1:return t+"d";case 2:return t+"na"}return n===12?t+"na":t+"mh"},Vpe={ordinalNumber:qpe,era:S({values:Bpe,defaultWidth:"wide"}),quarter:S({values:Xpe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Upe,defaultWidth:"wide"}),day:S({values:Gpe,defaultWidth:"wide"}),dayPeriod:S({values:Ype,defaultWidth:"wide",formattingValues:Kpe,defaultFormattingWidth:"wide"})};const Jpe=Vpe;var Qpe=/^(\d+)(d|na|tr|mh)?/i,$pe=/\d+/i,Zpe={narrow:/^(r|a)/i,abbreviated:/^(r\.?\s?c\.?|r\.?\s?a\.?\s?c\.?|a\.?\s?d\.?|a\.?\s?c\.?)/i,wide:/^(ro Chrìosta|ron aois choitchinn|anno domini|aois choitcheann)/i},ege={any:[/^b/i,/^(a|c)/i]},tge={narrow:/^[1234]/i,abbreviated:/^c[1234]/i,wide:/^[1234](cd|na|tr|mh)? cairteal/i},nge={any:[/1/i,/2/i,/3/i,/4/i]},rge={narrow:/^[fgmcòilsd]/i,abbreviated:/^(faoi|gear|màrt|gibl|cèit|ògmh|iuch|lùn|sult|dàmh|samh|dùbh)/i,wide:/^(am faoilleach|an gearran|am màrt|an giblean|an cèitean|an t-Ògmhios|an t-Iuchar|an lùnastal|an t-Sultain|an dàmhair|an t-Samhain|an dùbhlachd)/i},age={narrow:[/^f/i,/^g/i,/^m/i,/^g/i,/^c/i,/^ò/i,/^i/i,/^l/i,/^s/i,/^d/i,/^s/i,/^d/i],any:[/^fa/i,/^ge/i,/^mà/i,/^gi/i,/^c/i,/^ò/i,/^i/i,/^l/i,/^su/i,/^d/i,/^sa/i,/^d/i]},ige={narrow:/^[dlmcahs]/i,short:/^(dò|lu|mà|ci|ar|ha|sa)/i,abbreviated:/^(did|dil|dim|dic|dia|dih|dis)/i,wide:/^(didòmhnaich|diluain|dimàirt|diciadain|diardaoin|dihaoine|disathairne)/i},oge={narrow:[/^d/i,/^l/i,/^m/i,/^c/i,/^a/i,/^h/i,/^s/i],any:[/^d/i,/^l/i,/^m/i,/^c/i,/^a/i,/^h/i,/^s/i]},sge={narrow:/^(a|p|mi|n|(san|aig) (madainn|feasgar|feasgar|oidhche))/i,any:/^([ap]\.?\s?m\.?|meadhan oidhche|meadhan là|(san|aig) (madainn|feasgar|feasgar|oidhche))/i},lge={any:{am:/^m/i,pm:/^f/i,midnight:/^meadhan oidhche/i,noon:/^meadhan là/i,morning:/sa mhadainn/i,afternoon:/feasgar/i,evening:/feasgar/i,night:/air an oidhche/i}},uge={ordinalNumber:Le({matchPattern:Qpe,parsePattern:$pe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Zpe,defaultMatchWidth:"wide",parsePatterns:ege,defaultParseWidth:"any"}),quarter:C({matchPatterns:tge,defaultMatchWidth:"wide",parsePatterns:nge,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:rge,defaultMatchWidth:"wide",parsePatterns:age,defaultParseWidth:"any"}),day:C({matchPatterns:ige,defaultMatchWidth:"wide",parsePatterns:oge,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:sge,defaultMatchWidth:"any",parsePatterns:lge,defaultParseWidth:"any"})};const cge=uge;var dge={code:"gd",formatDistance:zpe,formatLong:Dpe,formatRelative:Fpe,localize:Jpe,match:cge,options:{weekStartsOn:0,firstWeekContainsDate:1}};const fge=dge;var hge={lessThanXSeconds:{one:"menos dun segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"medio minuto",lessThanXMinutes:{one:"menos dun minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"arredor dunha hora",other:"arredor de {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 d\xEDa",other:"{{count}} d\xEDas"},aboutXWeeks:{one:"arredor dunha semana",other:"arredor de {{count}} semanas"},xWeeks:{one:"1 semana",other:"{{count}} semanas"},aboutXMonths:{one:"arredor de 1 mes",other:"arredor de {{count}} meses"},xMonths:{one:"1 mes",other:"{{count}} meses"},aboutXYears:{one:"arredor dun ano",other:"arredor de {{count}} anos"},xYears:{one:"1 ano",other:"{{count}} anos"},overXYears:{one:"m\xE1is dun ano",other:"m\xE1is de {{count}} anos"},almostXYears:{one:"case un ano",other:"case {{count}} anos"}},mge=function(e,t,n){var r,a=hge[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"en "+r:"hai "+r:r};const pge=mge;var gge={full:"EEEE, d 'de' MMMM y",long:"d 'de' MMMM y",medium:"d MMM y",short:"dd/MM/y"},vge={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},bge={full:"{{date}} '\xE1s' {{time}}",long:"{{date}} '\xE1s' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},yge={date:D({formats:gge,defaultWidth:"full"}),time:D({formats:vge,defaultWidth:"full"}),dateTime:D({formats:bge,defaultWidth:"full"})};const wge=yge;var kge={lastWeek:"'o' eeee 'pasado \xE1' LT",yesterday:"'onte \xE1' p",today:"'hoxe \xE1' p",tomorrow:"'ma\xF1\xE1 \xE1' p",nextWeek:"eeee '\xE1' p",other:"P"},xge={lastWeek:"'o' eeee 'pasado \xE1s' p",yesterday:"'onte \xE1s' p",today:"'hoxe \xE1s' p",tomorrow:"'ma\xF1\xE1 \xE1s' p",nextWeek:"eeee '\xE1s' p",other:"P"},Pge=function(e,t,n,r){return t.getUTCHours()!==1?xge[e]:kge[e]};const Mge=Pge;var Age={narrow:["AC","DC"],abbreviated:["AC","DC"],wide:["antes de cristo","despois de cristo"]},Sge={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1\xBA trimestre","2\xBA trimestre","3\xBA trimestre","4\xBA trimestre"]},Cge={narrow:["e","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["xan","feb","mar","abr","mai","xun","xul","ago","set","out","nov","dec"],wide:["xaneiro","febreiro","marzo","abril","maio","xu\xF1o","xullo","agosto","setembro","outubro","novembro","decembro"]},Ege={narrow:["d","l","m","m","j","v","s"],short:["do","lu","ma","me","xo","ve","sa"],abbreviated:["dom","lun","mar","mer","xov","ven","sab"],wide:["domingo","luns","martes","m\xE9rcores","xoves","venres","s\xE1bado"]},Wge={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"ma\xF1\xE1",afternoon:"tarde",evening:"tarde",night:"noite"},abbreviated:{am:"AM",pm:"PM",midnight:"medianoite",noon:"mediod\xEDa",morning:"ma\xF1\xE1",afternoon:"tarde",evening:"tardi\xF1a",night:"noite"},wide:{am:"a.m.",pm:"p.m.",midnight:"medianoite",noon:"mediod\xEDa",morning:"ma\xF1\xE1",afternoon:"tarde",evening:"tardi\xF1a",night:"noite"}},jge={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"da ma\xF1\xE1",afternoon:"da tarde",evening:"da tardi\xF1a",night:"da noite"},abbreviated:{am:"AM",pm:"PM",midnight:"medianoite",noon:"mediod\xEDa",morning:"da ma\xF1\xE1",afternoon:"da tarde",evening:"da tardi\xF1a",night:"da noite"},wide:{am:"a.m.",pm:"p.m.",midnight:"medianoite",noon:"mediod\xEDa",morning:"da ma\xF1\xE1",afternoon:"da tarde",evening:"da tardi\xF1a",night:"da noite"}},Oge=function(e,t){var n=Number(e);return n+"\xBA"},Tge={ordinalNumber:Oge,era:S({values:Age,defaultWidth:"wide"}),quarter:S({values:Sge,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Cge,defaultWidth:"wide"}),day:S({values:Ege,defaultWidth:"wide"}),dayPeriod:S({values:Wge,defaultWidth:"wide",formattingValues:jge,defaultFormattingWidth:"wide"})};const zge=Tge;var Nge=/^(\d+)(º)?/i,_ge=/\d+/i,Rge={narrow:/^(ac|dc|a|d)/i,abbreviated:/^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,wide:/^(antes de cristo|antes da era com[uú]n|despois de cristo|era com[uú]n)/i},Ige={any:[/^ac/i,/^dc/i],wide:[/^(antes de cristo|antes da era com[uú]n)/i,/^(despois de cristo|era com[uú]n)/i]},Dge={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](º)? trimestre/i},Lge={any:[/1/i,/2/i,/3/i,/4/i]},Hge={narrow:/^[xfmasond]/i,abbreviated:/^(xan|feb|mar|abr|mai|xun|xul|ago|set|out|nov|dec)/i,wide:/^(xaneiro|febreiro|marzo|abril|maio|xuño|xullo|agosto|setembro|outubro|novembro|decembro)/i},Fge={narrow:[/^x/i,/^f/i,/^m/i,/^a/i,/^m/i,/^x/i,/^x/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^xan/i,/^feb/i,/^mar/i,/^abr/i,/^mai/i,/^xun/i,/^xul/i,/^ago/i,/^set/i,/^out/i,/^nov/i,/^dec/i]},Bge={narrow:/^[dlmxvs]/i,short:/^(do|lu|ma|me|xo|ve|sa)/i,abbreviated:/^(dom|lun|mar|mer|xov|ven|sab)/i,wide:/^(domingo|luns|martes|m[eé]rcores|xoves|venres|s[áa]bado)/i},Xge={narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^x/i,/^v/i,/^s/i],any:[/^do/i,/^lu/i,/^ma/i,/^me/i,/^xo/i,/^ve/i,/^sa/i]},Uge={narrow:/^(a|p|mn|md|(da|[aá]s) (mañ[aá]|tarde|noite))/i,any:/^([ap]\.?\s?m\.?|medianoite|mediod[ií]a|(da|[aá]s) (mañ[aá]|tarde|noite))/i},Gge={any:{am:/^a/i,pm:/^p/i,midnight:/^mn/i,noon:/^md/i,morning:/mañ[aá]/i,afternoon:/tarde/i,evening:/tardiña/i,night:/noite/i}},Yge={ordinalNumber:Le({matchPattern:Nge,parsePattern:_ge,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Rge,defaultMatchWidth:"wide",parsePatterns:Ige,defaultParseWidth:"any"}),quarter:C({matchPatterns:Dge,defaultMatchWidth:"wide",parsePatterns:Lge,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Hge,defaultMatchWidth:"wide",parsePatterns:Fge,defaultParseWidth:"any"}),day:C({matchPatterns:Bge,defaultMatchWidth:"wide",parsePatterns:Xge,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Uge,defaultMatchWidth:"any",parsePatterns:Gge,defaultParseWidth:"any"})};const Kge=Yge;var qge={code:"gl",formatDistance:pge,formatLong:wge,formatRelative:Mge,localize:zge,match:Kge,options:{weekStartsOn:1,firstWeekContainsDate:1}};const Vge=qge;var Jge={lessThanXSeconds:{one:"\u0AB9\u0AAE\u0AA3\u0ABE\u0A82",other:"\u200B\u0A86\u0AB6\u0AB0\u0AC7 {{count}} \u0AB8\u0AC7\u0A95\u0A82\u0AA1"},xSeconds:{one:"1 \u0AB8\u0AC7\u0A95\u0A82\u0AA1",other:"{{count}} \u0AB8\u0AC7\u0A95\u0A82\u0AA1"},halfAMinute:"\u0A85\u0AA1\u0AA7\u0AC0 \u0AAE\u0ABF\u0AA8\u0ABF\u0A9F",lessThanXMinutes:{one:"\u0A86 \u0AAE\u0ABF\u0AA8\u0ABF\u0A9F",other:"\u200B\u0A86\u0AB6\u0AB0\u0AC7 {{count}} \u0AAE\u0ABF\u0AA8\u0ABF\u0A9F"},xMinutes:{one:"1 \u0AAE\u0ABF\u0AA8\u0ABF\u0A9F",other:"{{count}} \u0AAE\u0ABF\u0AA8\u0ABF\u0A9F"},aboutXHours:{one:"\u200B\u0A86\u0AB6\u0AB0\u0AC7 1 \u0A95\u0AB2\u0ABE\u0A95",other:"\u200B\u0A86\u0AB6\u0AB0\u0AC7 {{count}} \u0A95\u0AB2\u0ABE\u0A95"},xHours:{one:"1 \u0A95\u0AB2\u0ABE\u0A95",other:"{{count}} \u0A95\u0AB2\u0ABE\u0A95"},xDays:{one:"1 \u0AA6\u0ABF\u0AB5\u0AB8",other:"{{count}} \u0AA6\u0ABF\u0AB5\u0AB8"},aboutXWeeks:{one:"\u0A86\u0AB6\u0AB0\u0AC7 1 \u0A85\u0AA0\u0AB5\u0ABE\u0AA1\u0ABF\u0AAF\u0AC1\u0A82",other:"\u0A86\u0AB6\u0AB0\u0AC7 {{count}} \u0A85\u0AA0\u0AB5\u0ABE\u0AA1\u0ABF\u0AAF\u0ABE"},xWeeks:{one:"1 \u0A85\u0AA0\u0AB5\u0ABE\u0AA1\u0ABF\u0AAF\u0AC1\u0A82",other:"{{count}} \u0A85\u0AA0\u0AB5\u0ABE\u0AA1\u0ABF\u0AAF\u0ABE"},aboutXMonths:{one:"\u0A86\u0AB6\u0AB0\u0AC7 1 \u0AAE\u0AB9\u0ABF\u0AA8\u0ACB",other:"\u0A86\u0AB6\u0AB0\u0AC7 {{count}} \u0AAE\u0AB9\u0ABF\u0AA8\u0ABE"},xMonths:{one:"1 \u0AAE\u0AB9\u0ABF\u0AA8\u0ACB",other:"{{count}} \u0AAE\u0AB9\u0ABF\u0AA8\u0ABE"},aboutXYears:{one:"\u0A86\u0AB6\u0AB0\u0AC7 1 \u0AB5\u0AB0\u0ACD\u0AB7",other:"\u0A86\u0AB6\u0AB0\u0AC7 {{count}} \u0AB5\u0AB0\u0ACD\u0AB7"},xYears:{one:"1 \u0AB5\u0AB0\u0ACD\u0AB7",other:"{{count}} \u0AB5\u0AB0\u0ACD\u0AB7"},overXYears:{one:"1 \u0AB5\u0AB0\u0ACD\u0AB7\u0AA5\u0AC0 \u0AB5\u0AA7\u0AC1",other:"{{count}} \u0AB5\u0AB0\u0ACD\u0AB7\u0AA5\u0AC0 \u0AB5\u0AA7\u0AC1"},almostXYears:{one:"\u0AB2\u0A97\u0AAD\u0A97 1 \u0AB5\u0AB0\u0ACD\u0AB7",other:"\u0AB2\u0A97\u0AAD\u0A97 {{count}} \u0AB5\u0AB0\u0ACD\u0AB7"}},Qge=function(e,t,n){var r,a=Jge[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+"\u0AAE\u0ABE\u0A82":r+" \u0AAA\u0AB9\u0AC7\u0AB2\u0ABE\u0A82":r};const $ge=Qge;var Zge={full:"EEEE, d MMMM, y",long:"d MMMM, y",medium:"d MMM, y",short:"d/M/yy"},eve={full:"hh:mm:ss a zzzz",long:"hh:mm:ss a z",medium:"hh:mm:ss a",short:"hh:mm a"},tve={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},nve={date:D({formats:Zge,defaultWidth:"full"}),time:D({formats:eve,defaultWidth:"full"}),dateTime:D({formats:tve,defaultWidth:"full"})};const rve=nve;var ave={lastWeek:"'\u0AAA\u0ABE\u0A9B\u0AB2\u0ABE' eeee p",yesterday:"'\u0A97\u0A88\u0A95\u0ABE\u0AB2\u0AC7' p",today:"'\u0A86\u0A9C\u0AC7' p",tomorrow:"'\u0A86\u0AB5\u0AA4\u0AC0\u0A95\u0ABE\u0AB2\u0AC7' p",nextWeek:"eeee p",other:"P"},ive=function(e,t,n,r){return ave[e]};const ove=ive;var sve={narrow:["\u0A88\u0AB8\u0AAA\u0AC2","\u0A88\u0AB8"],abbreviated:["\u0A88.\u0AB8.\u0AAA\u0AC2\u0AB0\u0ACD\u0AB5\u0AC7","\u0A88.\u0AB8."],wide:["\u0A88\u0AB8\u0AB5\u0AC0\u0AB8\u0AA8 \u0AAA\u0AC2\u0AB0\u0ACD\u0AB5\u0AC7","\u0A88\u0AB8\u0AB5\u0AC0\u0AB8\u0AA8"]},lve={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1\u0AB2\u0ACB \u0AA4\u0ACD\u0AB0\u0ABF\u0AAE\u0ABE\u0AB8","2\u0A9C\u0ACB \u0AA4\u0ACD\u0AB0\u0ABF\u0AAE\u0ABE\u0AB8","3\u0A9C\u0ACB \u0AA4\u0ACD\u0AB0\u0ABF\u0AAE\u0ABE\u0AB8","4\u0AA5\u0ACB \u0AA4\u0ACD\u0AB0\u0ABF\u0AAE\u0ABE\u0AB8"]},uve={narrow:["\u0A9C\u0ABE","\u0AAB\u0AC7","\u0AAE\u0ABE","\u0A8F","\u0AAE\u0AC7","\u0A9C\u0AC2","\u0A9C\u0AC1","\u0A93","\u0AB8","\u0A93","\u0AA8","\u0AA1\u0ABF"],abbreviated:["\u0A9C\u0ABE\u0AA8\u0ACD\u0AAF\u0AC1","\u0AAB\u0AC7\u0AAC\u0ACD\u0AB0\u0AC1","\u0AAE\u0ABE\u0AB0\u0ACD\u0A9A","\u0A8F\u0AAA\u0ACD\u0AB0\u0ABF\u0AB2","\u0AAE\u0AC7","\u0A9C\u0AC2\u0AA8","\u0A9C\u0AC1\u0AB2\u0ABE\u0A88","\u0A91\u0A97\u0AB8\u0ACD\u0A9F","\u0AB8\u0AAA\u0ACD\u0A9F\u0AC7","\u0A93\u0A95\u0ACD\u0A9F\u0ACB","\u0AA8\u0AB5\u0AC7","\u0AA1\u0ABF\u0AB8\u0AC7"],wide:["\u0A9C\u0ABE\u0AA8\u0ACD\u0AAF\u0AC1\u0A86\u0AB0\u0AC0","\u0AAB\u0AC7\u0AAC\u0ACD\u0AB0\u0AC1\u0A86\u0AB0\u0AC0","\u0AAE\u0ABE\u0AB0\u0ACD\u0A9A","\u0A8F\u0AAA\u0ACD\u0AB0\u0ABF\u0AB2","\u0AAE\u0AC7","\u0A9C\u0AC2\u0AA8","\u0A9C\u0AC1\u0AB2\u0ABE\u0A87","\u0A93\u0A97\u0AB8\u0ACD\u0A9F","\u0AB8\u0AAA\u0ACD\u0A9F\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0","\u0A93\u0A95\u0ACD\u0A9F\u0ACB\u0AAC\u0AB0","\u0AA8\u0AB5\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0","\u0AA1\u0ABF\u0AB8\u0AC7\u0AAE\u0ACD\u0AAC\u0AB0"]},cve={narrow:["\u0AB0","\u0AB8\u0ACB","\u0AAE\u0A82","\u0AAC\u0AC1","\u0A97\u0AC1","\u0AB6\u0AC1","\u0AB6"],short:["\u0AB0","\u0AB8\u0ACB","\u0AAE\u0A82","\u0AAC\u0AC1","\u0A97\u0AC1","\u0AB6\u0AC1","\u0AB6"],abbreviated:["\u0AB0\u0AB5\u0ABF","\u0AB8\u0ACB\u0AAE","\u0AAE\u0A82\u0A97\u0AB3","\u0AAC\u0AC1\u0AA7","\u0A97\u0AC1\u0AB0\u0AC1","\u0AB6\u0AC1\u0A95\u0ACD\u0AB0","\u0AB6\u0AA8\u0ABF"],wide:["\u0AB0\u0AB5\u0ABF\u0AB5\u0ABE\u0AB0","\u0AB8\u0ACB\u0AAE\u0AB5\u0ABE\u0AB0","\u0AAE\u0A82\u0A97\u0AB3\u0AB5\u0ABE\u0AB0","\u0AAC\u0AC1\u0AA7\u0AB5\u0ABE\u0AB0","\u0A97\u0AC1\u0AB0\u0AC1\u0AB5\u0ABE\u0AB0","\u0AB6\u0AC1\u0A95\u0ACD\u0AB0\u0AB5\u0ABE\u0AB0","\u0AB6\u0AA8\u0ABF\u0AB5\u0ABE\u0AB0"]},dve={narrow:{am:"AM",pm:"PM",midnight:"\u0AAE.\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0ABF",noon:"\u0AAC.",morning:"\u0AB8\u0AB5\u0ABE\u0AB0\u0AC7",afternoon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",evening:"\u0AB8\u0ABE\u0A82\u0A9C\u0AC7",night:"\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0AC7"},abbreviated:{am:"AM",pm:"PM",midnight:"\u200B\u0AAE\u0AA7\u0ACD\u0AAF\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0ABF",noon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",morning:"\u0AB8\u0AB5\u0ABE\u0AB0\u0AC7",afternoon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",evening:"\u0AB8\u0ABE\u0A82\u0A9C\u0AC7",night:"\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0AC7"},wide:{am:"AM",pm:"PM",midnight:"\u200B\u0AAE\u0AA7\u0ACD\u0AAF\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0ABF",noon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",morning:"\u0AB8\u0AB5\u0ABE\u0AB0\u0AC7",afternoon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",evening:"\u0AB8\u0ABE\u0A82\u0A9C\u0AC7",night:"\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0AC7"}},fve={narrow:{am:"AM",pm:"PM",midnight:"\u0AAE.\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0ABF",noon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",morning:"\u0AB8\u0AB5\u0ABE\u0AB0\u0AC7",afternoon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",evening:"\u0AB8\u0ABE\u0A82\u0A9C\u0AC7",night:"\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0AC7"},abbreviated:{am:"AM",pm:"PM",midnight:"\u0AAE\u0AA7\u0ACD\u0AAF\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0ABF",noon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",morning:"\u0AB8\u0AB5\u0ABE\u0AB0\u0AC7",afternoon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",evening:"\u0AB8\u0ABE\u0A82\u0A9C\u0AC7",night:"\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0AC7"},wide:{am:"AM",pm:"PM",midnight:"\u200B\u0AAE\u0AA7\u0ACD\u0AAF\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0ABF",noon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",morning:"\u0AB8\u0AB5\u0ABE\u0AB0\u0AC7",afternoon:"\u0AAC\u0AAA\u0ACB\u0AB0\u0AC7",evening:"\u0AB8\u0ABE\u0A82\u0A9C\u0AC7",night:"\u0AB0\u0ABE\u0AA4\u0ACD\u0AB0\u0AC7"}},hve=function(e,t){return String(e)},mve={ordinalNumber:hve,era:S({values:sve,defaultWidth:"wide"}),quarter:S({values:lve,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:uve,defaultWidth:"wide"}),day:S({values:cve,defaultWidth:"wide"}),dayPeriod:S({values:dve,defaultWidth:"wide",formattingValues:fve,defaultFormattingWidth:"wide"})};const pve=mve;var gve=/^(\d+)(લ|જ|થ|ઠ્ઠ|મ)?/i,vve=/\d+/i,bve={narrow:/^(ઈસપૂ|ઈસ)/i,abbreviated:/^(ઈ\.સ\.પૂર્વે|ઈ\.સ\.)/i,wide:/^(ઈસવીસન\sપૂર્વે|ઈસવીસન)/i},yve={any:[/^ઈસપૂ/i,/^ઈસ/i]},wve={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](લો|જો|થો)? ત્રિમાસ/i},kve={any:[/1/i,/2/i,/3/i,/4/i]},xve={narrow:/^[જાફેમાએમેજૂજુઓસઓનડિ]/i,abbreviated:/^(જાન્યુ|ફેબ્રુ|માર્ચ|એપ્રિલ|મે|જૂન|જુલાઈ|ઑગસ્ટ|સપ્ટે|ઓક્ટો|નવે|ડિસે)/i,wide:/^(જાન્યુઆરી|ફેબ્રુઆરી|માર્ચ|એપ્રિલ|મે|જૂન|જુલાઇ|ઓગસ્ટ|સપ્ટેમ્બર|ઓક્ટોબર|નવેમ્બર|ડિસેમ્બર)/i},Pve={narrow:[/^જા/i,/^ફે/i,/^મા/i,/^એ/i,/^મે/i,/^જૂ/i,/^જુ/i,/^ઑગ/i,/^સ/i,/^ઓક્ટો/i,/^ન/i,/^ડિ/i],any:[/^જા/i,/^ફે/i,/^મા/i,/^એ/i,/^મે/i,/^જૂ/i,/^જુ/i,/^ઑગ/i,/^સ/i,/^ઓક્ટો/i,/^ન/i,/^ડિ/i]},Mve={narrow:/^(ર|સો|મં|બુ|ગુ|શુ|શ)/i,short:/^(ર|સો|મં|બુ|ગુ|શુ|શ)/i,abbreviated:/^(રવિ|સોમ|મંગળ|બુધ|ગુરુ|શુક્ર|શનિ)/i,wide:/^(રવિવાર|સોમવાર|મંગળવાર|બુધવાર|ગુરુવાર|શુક્રવાર|શનિવાર)/i},Ave={narrow:[/^ર/i,/^સો/i,/^મં/i,/^બુ/i,/^ગુ/i,/^શુ/i,/^શ/i],any:[/^ર/i,/^સો/i,/^મં/i,/^બુ/i,/^ગુ/i,/^શુ/i,/^શ/i]},Sve={narrow:/^(a|p|મ\.?|સ|બ|સાં|રા)/i,any:/^(a|p|મ\.?|સ|બ|સાં|રા)/i},Cve={any:{am:/^a/i,pm:/^p/i,midnight:/^મ\.?/i,noon:/^બ/i,morning:/સ/i,afternoon:/બ/i,evening:/સાં/i,night:/રા/i}},Eve={ordinalNumber:Le({matchPattern:gve,parsePattern:vve,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:bve,defaultMatchWidth:"wide",parsePatterns:yve,defaultParseWidth:"any"}),quarter:C({matchPatterns:wve,defaultMatchWidth:"wide",parsePatterns:kve,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:xve,defaultMatchWidth:"wide",parsePatterns:Pve,defaultParseWidth:"any"}),day:C({matchPatterns:Mve,defaultMatchWidth:"wide",parsePatterns:Ave,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Sve,defaultMatchWidth:"any",parsePatterns:Cve,defaultParseWidth:"any"})};const Wve=Eve;var jve={code:"gu",formatDistance:$ge,formatLong:rve,formatRelative:ove,localize:pve,match:Wve,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Ove=jve;var Tve={lessThanXSeconds:{one:"\u05E4\u05D7\u05D5\u05EA \u05DE\u05E9\u05E0\u05D9\u05D9\u05D4",two:"\u05E4\u05D7\u05D5\u05EA \u05DE\u05E9\u05EA\u05D9 \u05E9\u05E0\u05D9\u05D5\u05EA",other:"\u05E4\u05D7\u05D5\u05EA \u05DE\u05BE{{count}} \u05E9\u05E0\u05D9\u05D5\u05EA"},xSeconds:{one:"\u05E9\u05E0\u05D9\u05D9\u05D4",two:"\u05E9\u05EA\u05D9 \u05E9\u05E0\u05D9\u05D5\u05EA",other:"{{count}} \u05E9\u05E0\u05D9\u05D5\u05EA"},halfAMinute:"\u05D7\u05E6\u05D9 \u05D3\u05E7\u05D4",lessThanXMinutes:{one:"\u05E4\u05D7\u05D5\u05EA \u05DE\u05D3\u05E7\u05D4",two:"\u05E4\u05D7\u05D5\u05EA \u05DE\u05E9\u05EA\u05D9 \u05D3\u05E7\u05D5\u05EA",other:"\u05E4\u05D7\u05D5\u05EA \u05DE\u05BE{{count}} \u05D3\u05E7\u05D5\u05EA"},xMinutes:{one:"\u05D3\u05E7\u05D4",two:"\u05E9\u05EA\u05D9 \u05D3\u05E7\u05D5\u05EA",other:"{{count}} \u05D3\u05E7\u05D5\u05EA"},aboutXHours:{one:"\u05DB\u05E9\u05E2\u05D4",two:"\u05DB\u05E9\u05E2\u05EA\u05D9\u05D9\u05DD",other:"\u05DB\u05BE{{count}} \u05E9\u05E2\u05D5\u05EA"},xHours:{one:"\u05E9\u05E2\u05D4",two:"\u05E9\u05E2\u05EA\u05D9\u05D9\u05DD",other:"{{count}} \u05E9\u05E2\u05D5\u05EA"},xDays:{one:"\u05D9\u05D5\u05DD",two:"\u05D9\u05D5\u05DE\u05D9\u05D9\u05DD",other:"{{count}} \u05D9\u05DE\u05D9\u05DD"},aboutXWeeks:{one:"\u05DB\u05E9\u05D1\u05D5\u05E2",two:"\u05DB\u05E9\u05D1\u05D5\u05E2\u05D9\u05D9\u05DD",other:"\u05DB\u05BE{{count}} \u05E9\u05D1\u05D5\u05E2\u05D5\u05EA"},xWeeks:{one:"\u05E9\u05D1\u05D5\u05E2",two:"\u05E9\u05D1\u05D5\u05E2\u05D9\u05D9\u05DD",other:"{{count}} \u05E9\u05D1\u05D5\u05E2\u05D5\u05EA"},aboutXMonths:{one:"\u05DB\u05D7\u05D5\u05D3\u05E9",two:"\u05DB\u05D7\u05D5\u05D3\u05E9\u05D9\u05D9\u05DD",other:"\u05DB\u05BE{{count}} \u05D7\u05D5\u05D3\u05E9\u05D9\u05DD"},xMonths:{one:"\u05D7\u05D5\u05D3\u05E9",two:"\u05D7\u05D5\u05D3\u05E9\u05D9\u05D9\u05DD",other:"{{count}} \u05D7\u05D5\u05D3\u05E9\u05D9\u05DD"},aboutXYears:{one:"\u05DB\u05E9\u05E0\u05D4",two:"\u05DB\u05E9\u05E0\u05EA\u05D9\u05D9\u05DD",other:"\u05DB\u05BE{{count}} \u05E9\u05E0\u05D9\u05DD"},xYears:{one:"\u05E9\u05E0\u05D4",two:"\u05E9\u05E0\u05EA\u05D9\u05D9\u05DD",other:"{{count}} \u05E9\u05E0\u05D9\u05DD"},overXYears:{one:"\u05D9\u05D5\u05EA\u05E8 \u05DE\u05E9\u05E0\u05D4",two:"\u05D9\u05D5\u05EA\u05E8 \u05DE\u05E9\u05E0\u05EA\u05D9\u05D9\u05DD",other:"\u05D9\u05D5\u05EA\u05E8 \u05DE\u05BE{{count}} \u05E9\u05E0\u05D9\u05DD"},almostXYears:{one:"\u05DB\u05DE\u05E2\u05D8 \u05E9\u05E0\u05D4",two:"\u05DB\u05DE\u05E2\u05D8 \u05E9\u05E0\u05EA\u05D9\u05D9\u05DD",other:"\u05DB\u05DE\u05E2\u05D8 {{count}} \u05E9\u05E0\u05D9\u05DD"}},zve=function(e,t,n){if(e==="xDays"&&n!==null&&n!==void 0&&n.addSuffix&&t<=2)return n.comparison&&n.comparison>0?t===1?"\u05DE\u05D7\u05E8":"\u05DE\u05D7\u05E8\u05EA\u05D9\u05D9\u05DD":t===1?"\u05D0\u05EA\u05DE\u05D5\u05DC":"\u05E9\u05DC\u05E9\u05D5\u05DD";var r,a=Tve[e];return typeof a=="string"?r=a:t===1?r=a.one:t===2?r=a.two:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u05D1\u05E2\u05D5\u05D3 "+r:"\u05DC\u05E4\u05E0\u05D9 "+r:r};const Nve=zve;var _ve={full:"EEEE, d \u05D1MMMM y",long:"d \u05D1MMMM y",medium:"d \u05D1MMM y",short:"d.M.y"},Rve={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},Ive={full:"{{date}} '\u05D1\u05E9\u05E2\u05D4' {{time}}",long:"{{date}} '\u05D1\u05E9\u05E2\u05D4' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Dve={date:D({formats:_ve,defaultWidth:"full"}),time:D({formats:Rve,defaultWidth:"full"}),dateTime:D({formats:Ive,defaultWidth:"full"})};const Lve=Dve;var Hve={lastWeek:"eeee '\u05E9\u05E2\u05D1\u05E8 \u05D1\u05E9\u05E2\u05D4' p",yesterday:"'\u05D0\u05EA\u05DE\u05D5\u05DC \u05D1\u05E9\u05E2\u05D4' p",today:"'\u05D4\u05D9\u05D5\u05DD \u05D1\u05E9\u05E2\u05D4' p",tomorrow:"'\u05DE\u05D7\u05E8 \u05D1\u05E9\u05E2\u05D4' p",nextWeek:"eeee '\u05D1\u05E9\u05E2\u05D4' p",other:"P"},Fve=function(e,t,n,r){return Hve[e]};const Bve=Fve;var Xve={narrow:["\u05DC\u05E4\u05E0\u05D4\u05F4\u05E1","\u05DC\u05E1\u05E4\u05D9\u05E8\u05D4"],abbreviated:["\u05DC\u05E4\u05E0\u05D4\u05F4\u05E1","\u05DC\u05E1\u05E4\u05D9\u05E8\u05D4"],wide:["\u05DC\u05E4\u05E0\u05D9 \u05D4\u05E1\u05E4\u05D9\u05E8\u05D4","\u05DC\u05E1\u05E4\u05D9\u05E8\u05D4"]},Uve={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["\u05E8\u05D1\u05E2\u05D5\u05DF 1","\u05E8\u05D1\u05E2\u05D5\u05DF 2","\u05E8\u05D1\u05E2\u05D5\u05DF 3","\u05E8\u05D1\u05E2\u05D5\u05DF 4"]},Gve={narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],abbreviated:["\u05D9\u05E0\u05D5\u05F3","\u05E4\u05D1\u05E8\u05F3","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8\u05F3","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0\u05D9","\u05D9\u05D5\u05DC\u05D9","\u05D0\u05D5\u05D2\u05F3","\u05E1\u05E4\u05D8\u05F3","\u05D0\u05D5\u05E7\u05F3","\u05E0\u05D5\u05D1\u05F3","\u05D3\u05E6\u05DE\u05F3"],wide:["\u05D9\u05E0\u05D5\u05D0\u05E8","\u05E4\u05D1\u05E8\u05D5\u05D0\u05E8","\u05DE\u05E8\u05E5","\u05D0\u05E4\u05E8\u05D9\u05DC","\u05DE\u05D0\u05D9","\u05D9\u05D5\u05E0\u05D9","\u05D9\u05D5\u05DC\u05D9","\u05D0\u05D5\u05D2\u05D5\u05E1\u05D8","\u05E1\u05E4\u05D8\u05DE\u05D1\u05E8","\u05D0\u05D5\u05E7\u05D8\u05D5\u05D1\u05E8","\u05E0\u05D5\u05D1\u05DE\u05D1\u05E8","\u05D3\u05E6\u05DE\u05D1\u05E8"]},Yve={narrow:["\u05D0\u05F3","\u05D1\u05F3","\u05D2\u05F3","\u05D3\u05F3","\u05D4\u05F3","\u05D5\u05F3","\u05E9\u05F3"],short:["\u05D0\u05F3","\u05D1\u05F3","\u05D2\u05F3","\u05D3\u05F3","\u05D4\u05F3","\u05D5\u05F3","\u05E9\u05F3"],abbreviated:["\u05D9\u05D5\u05DD \u05D0\u05F3","\u05D9\u05D5\u05DD \u05D1\u05F3","\u05D9\u05D5\u05DD \u05D2\u05F3","\u05D9\u05D5\u05DD \u05D3\u05F3","\u05D9\u05D5\u05DD \u05D4\u05F3","\u05D9\u05D5\u05DD \u05D5\u05F3","\u05E9\u05D1\u05EA"],wide:["\u05D9\u05D5\u05DD \u05E8\u05D0\u05E9\u05D5\u05DF","\u05D9\u05D5\u05DD \u05E9\u05E0\u05D9","\u05D9\u05D5\u05DD \u05E9\u05DC\u05D9\u05E9\u05D9","\u05D9\u05D5\u05DD \u05E8\u05D1\u05D9\u05E2\u05D9","\u05D9\u05D5\u05DD \u05D7\u05DE\u05D9\u05E9\u05D9","\u05D9\u05D5\u05DD \u05E9\u05D9\u05E9\u05D9","\u05D9\u05D5\u05DD \u05E9\u05D1\u05EA"]},Kve={narrow:{am:"\u05DC\u05E4\u05E0\u05D4\u05F4\u05E6",pm:"\u05D0\u05D7\u05D4\u05F4\u05E6",midnight:"\u05D7\u05E6\u05D5\u05EA",noon:"\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",morning:"\u05D1\u05D5\u05E7\u05E8",afternoon:"\u05D0\u05D7\u05E8 \u05D4\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",evening:"\u05E2\u05E8\u05D1",night:"\u05DC\u05D9\u05DC\u05D4"},abbreviated:{am:"\u05DC\u05E4\u05E0\u05D4\u05F4\u05E6",pm:"\u05D0\u05D7\u05D4\u05F4\u05E6",midnight:"\u05D7\u05E6\u05D5\u05EA",noon:"\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",morning:"\u05D1\u05D5\u05E7\u05E8",afternoon:"\u05D0\u05D7\u05E8 \u05D4\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",evening:"\u05E2\u05E8\u05D1",night:"\u05DC\u05D9\u05DC\u05D4"},wide:{am:"\u05DC\u05E4\u05E0\u05D4\u05F4\u05E6",pm:"\u05D0\u05D7\u05D4\u05F4\u05E6",midnight:"\u05D7\u05E6\u05D5\u05EA",noon:"\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",morning:"\u05D1\u05D5\u05E7\u05E8",afternoon:"\u05D0\u05D7\u05E8 \u05D4\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",evening:"\u05E2\u05E8\u05D1",night:"\u05DC\u05D9\u05DC\u05D4"}},qve={narrow:{am:"\u05DC\u05E4\u05E0\u05D4\u05F4\u05E6",pm:"\u05D0\u05D7\u05D4\u05F4\u05E6",midnight:"\u05D7\u05E6\u05D5\u05EA",noon:"\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",morning:"\u05D1\u05D1\u05D5\u05E7\u05E8",afternoon:"\u05D1\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",evening:"\u05D1\u05E2\u05E8\u05D1",night:"\u05D1\u05DC\u05D9\u05DC\u05D4"},abbreviated:{am:"\u05DC\u05E4\u05E0\u05D4\u05F4\u05E6",pm:"\u05D0\u05D7\u05D4\u05F4\u05E6",midnight:"\u05D7\u05E6\u05D5\u05EA",noon:"\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",morning:"\u05D1\u05D1\u05D5\u05E7\u05E8",afternoon:"\u05D0\u05D7\u05E8 \u05D4\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",evening:"\u05D1\u05E2\u05E8\u05D1",night:"\u05D1\u05DC\u05D9\u05DC\u05D4"},wide:{am:"\u05DC\u05E4\u05E0\u05D4\u05F4\u05E6",pm:"\u05D0\u05D7\u05D4\u05F4\u05E6",midnight:"\u05D7\u05E6\u05D5\u05EA",noon:"\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",morning:"\u05D1\u05D1\u05D5\u05E7\u05E8",afternoon:"\u05D0\u05D7\u05E8 \u05D4\u05E6\u05D4\u05E8\u05D9\u05D9\u05DD",evening:"\u05D1\u05E2\u05E8\u05D1",night:"\u05D1\u05DC\u05D9\u05DC\u05D4"}},Vve=function(e,t){var n=Number(e);if(n<=0||n>10)return String(n);var r=String(t==null?void 0:t.unit),a=["year","hour","minute","second"].indexOf(r)>=0,s=["\u05E8\u05D0\u05E9\u05D5\u05DF","\u05E9\u05E0\u05D9","\u05E9\u05DC\u05D9\u05E9\u05D9","\u05E8\u05D1\u05D9\u05E2\u05D9","\u05D7\u05DE\u05D9\u05E9\u05D9","\u05E9\u05D9\u05E9\u05D9","\u05E9\u05D1\u05D9\u05E2\u05D9","\u05E9\u05DE\u05D9\u05E0\u05D9","\u05EA\u05E9\u05D9\u05E2\u05D9","\u05E2\u05E9\u05D9\u05E8\u05D9"],l=["\u05E8\u05D0\u05E9\u05D5\u05E0\u05D4","\u05E9\u05E0\u05D9\u05D9\u05D4","\u05E9\u05DC\u05D9\u05E9\u05D9\u05EA","\u05E8\u05D1\u05D9\u05E2\u05D9\u05EA","\u05D7\u05DE\u05D9\u05E9\u05D9\u05EA","\u05E9\u05D9\u05E9\u05D9\u05EA","\u05E9\u05D1\u05D9\u05E2\u05D9\u05EA","\u05E9\u05DE\u05D9\u05E0\u05D9\u05EA","\u05EA\u05E9\u05D9\u05E2\u05D9\u05EA","\u05E2\u05E9\u05D9\u05E8\u05D9\u05EA"],c=n-1;return a?l[c]:s[c]},Jve={ordinalNumber:Vve,era:S({values:Xve,defaultWidth:"wide"}),quarter:S({values:Uve,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Gve,defaultWidth:"wide"}),day:S({values:Yve,defaultWidth:"wide"}),dayPeriod:S({values:Kve,defaultWidth:"wide",formattingValues:qve,defaultFormattingWidth:"wide"})};const Qve=Jve;var $ve=/^(\d+|(ראשון|שני|שלישי|רביעי|חמישי|שישי|שביעי|שמיני|תשיעי|עשירי|ראשונה|שנייה|שלישית|רביעית|חמישית|שישית|שביעית|שמינית|תשיעית|עשירית))/i,Zve=/^(\d+|רא|שנ|של|רב|ח|שי|שב|שמ|ת|ע)/i,ebe={narrow:/^ל(ספירה|פנה״ס)/i,abbreviated:/^ל(ספירה|פנה״ס)/i,wide:/^ל(פני ה)?ספירה/i},tbe={any:[/^לפ/i,/^לס/i]},nbe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^רבעון [1234]/i},rbe={any:[/1/i,/2/i,/3/i,/4/i]},abe={narrow:/^\d+/i,abbreviated:/^(ינו|פבר|מרץ|אפר|מאי|יוני|יולי|אוג|ספט|אוק|נוב|דצמ)׳?/i,wide:/^(ינואר|פברואר|מרץ|אפריל|מאי|יוני|יולי|אוגוסט|ספטמבר|אוקטובר|נובמבר|דצמבר)/i},ibe={narrow:[/^1$/i,/^2/i,/^3/i,/^4/i,/^5/i,/^6/i,/^7/i,/^8/i,/^9/i,/^10/i,/^11/i,/^12/i],any:[/^ינ/i,/^פ/i,/^מר/i,/^אפ/i,/^מא/i,/^יונ/i,/^יול/i,/^אוג/i,/^ס/i,/^אוק/i,/^נ/i,/^ד/i]},obe={narrow:/^[אבגדהוש]׳/i,short:/^[אבגדהוש]׳/i,abbreviated:/^(שבת|יום (א|ב|ג|ד|ה|ו)׳)/i,wide:/^יום (ראשון|שני|שלישי|רביעי|חמישי|שישי|שבת)/i},sbe={abbreviated:[/א׳$/i,/ב׳$/i,/ג׳$/i,/ד׳$/i,/ה׳$/i,/ו׳$/i,/^ש/i],wide:[/ן$/i,/ני$/i,/לישי$/i,/עי$/i,/מישי$/i,/שישי$/i,/ת$/i],any:[/^א/i,/^ב/i,/^ג/i,/^ד/i,/^ה/i,/^ו/i,/^ש/i]},lbe={any:/^(אחר ה|ב)?(חצות|צהריים|בוקר|ערב|לילה|אחה״צ|לפנה״צ)/i},ube={any:{am:/^לפ/i,pm:/^אחה/i,midnight:/^ח/i,noon:/^צ/i,morning:/בוקר/i,afternoon:/בצ|אחר/i,evening:/ערב/i,night:/לילה/i}},cbe=["\u05E8\u05D0","\u05E9\u05E0","\u05E9\u05DC","\u05E8\u05D1","\u05D7","\u05E9\u05D9","\u05E9\u05D1","\u05E9\u05DE","\u05EA","\u05E2"],dbe={ordinalNumber:Le({matchPattern:$ve,parsePattern:Zve,valueCallback:function(e){var t=parseInt(e,10);return isNaN(t)?cbe.indexOf(e)+1:t}}),era:C({matchPatterns:ebe,defaultMatchWidth:"wide",parsePatterns:tbe,defaultParseWidth:"any"}),quarter:C({matchPatterns:nbe,defaultMatchWidth:"wide",parsePatterns:rbe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:abe,defaultMatchWidth:"wide",parsePatterns:ibe,defaultParseWidth:"any"}),day:C({matchPatterns:obe,defaultMatchWidth:"wide",parsePatterns:sbe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:lbe,defaultMatchWidth:"any",parsePatterns:ube,defaultParseWidth:"any"})};const fbe=dbe;var hbe={code:"he",formatDistance:Nve,formatLong:Lve,formatRelative:Bve,localize:Qve,match:fbe,options:{weekStartsOn:0,firstWeekContainsDate:1}};const mbe=hbe;var UW={locale:{1:"\u0967",2:"\u0968",3:"\u0969",4:"\u096A",5:"\u096B",6:"\u096C",7:"\u096D",8:"\u096E",9:"\u096F",0:"\u0966"},number:{"\u0967":"1","\u0968":"2","\u0969":"3","\u096A":"4","\u096B":"5","\u096C":"6","\u096D":"7","\u096E":"8","\u096F":"9","\u0966":"0"}},pbe={narrow:["\u0908\u0938\u093E-\u092A\u0942\u0930\u094D\u0935","\u0908\u0938\u094D\u0935\u0940"],abbreviated:["\u0908\u0938\u093E-\u092A\u0942\u0930\u094D\u0935","\u0908\u0938\u094D\u0935\u0940"],wide:["\u0908\u0938\u093E-\u092A\u0942\u0930\u094D\u0935","\u0908\u0938\u0935\u0940 \u0938\u0928"]},gbe={narrow:["1","2","3","4"],abbreviated:["\u0924\u093F1","\u0924\u093F2","\u0924\u093F3","\u0924\u093F4"],wide:["\u092A\u0939\u0932\u0940 \u0924\u093F\u092E\u093E\u0939\u0940","\u0926\u0942\u0938\u0930\u0940 \u0924\u093F\u092E\u093E\u0939\u0940","\u0924\u0940\u0938\u0930\u0940 \u0924\u093F\u092E\u093E\u0939\u0940","\u091A\u094C\u0925\u0940 \u0924\u093F\u092E\u093E\u0939\u0940"]},vbe={narrow:["\u091C","\u092B\u093C","\u092E\u093E","\u0905","\u092E\u0908","\u091C\u0942","\u091C\u0941","\u0905\u0917","\u0938\u093F","\u0905\u0915\u094D\u091F\u0942","\u0928","\u0926\u093F"],abbreviated:["\u091C\u0928","\u092B\u093C\u0930","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0948\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932","\u0905\u0917","\u0938\u093F\u0924","\u0905\u0915\u094D\u091F\u0942","\u0928\u0935","\u0926\u093F\u0938"],wide:["\u091C\u0928\u0935\u0930\u0940","\u092B\u093C\u0930\u0935\u0930\u0940","\u092E\u093E\u0930\u094D\u091A","\u0905\u092A\u094D\u0930\u0948\u0932","\u092E\u0908","\u091C\u0942\u0928","\u091C\u0941\u0932\u093E\u0908","\u0905\u0917\u0938\u094D\u0924","\u0938\u093F\u0924\u0902\u092C\u0930","\u0905\u0915\u094D\u091F\u0942\u092C\u0930","\u0928\u0935\u0902\u092C\u0930","\u0926\u093F\u0938\u0902\u092C\u0930"]},bbe={narrow:["\u0930","\u0938\u094B","\u092E\u0902","\u092C\u0941","\u0917\u0941","\u0936\u0941","\u0936"],short:["\u0930","\u0938\u094B","\u092E\u0902","\u092C\u0941","\u0917\u0941","\u0936\u0941","\u0936"],abbreviated:["\u0930\u0935\u093F","\u0938\u094B\u092E","\u092E\u0902\u0917\u0932","\u092C\u0941\u0927","\u0917\u0941\u0930\u0941","\u0936\u0941\u0915\u094D\u0930","\u0936\u0928\u093F"],wide:["\u0930\u0935\u093F\u0935\u093E\u0930","\u0938\u094B\u092E\u0935\u093E\u0930","\u092E\u0902\u0917\u0932\u0935\u093E\u0930","\u092C\u0941\u0927\u0935\u093E\u0930","\u0917\u0941\u0930\u0941\u0935\u093E\u0930","\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930","\u0936\u0928\u093F\u0935\u093E\u0930"]},ybe={narrow:{am:"\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928",pm:"\u0905\u092A\u0930\u093E\u0939\u094D\u0928",midnight:"\u092E\u0927\u094D\u092F\u0930\u093E\u0924\u094D\u0930\u093F",noon:"\u0926\u094B\u092A\u0939\u0930",morning:"\u0938\u0941\u092C\u0939",afternoon:"\u0926\u094B\u092A\u0939\u0930",evening:"\u0936\u093E\u092E",night:"\u0930\u093E\u0924"},abbreviated:{am:"\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928",pm:"\u0905\u092A\u0930\u093E\u0939\u094D\u0928",midnight:"\u092E\u0927\u094D\u092F\u0930\u093E\u0924\u094D\u0930\u093F",noon:"\u0926\u094B\u092A\u0939\u0930",morning:"\u0938\u0941\u092C\u0939",afternoon:"\u0926\u094B\u092A\u0939\u0930",evening:"\u0936\u093E\u092E",night:"\u0930\u093E\u0924"},wide:{am:"\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928",pm:"\u0905\u092A\u0930\u093E\u0939\u094D\u0928",midnight:"\u092E\u0927\u094D\u092F\u0930\u093E\u0924\u094D\u0930\u093F",noon:"\u0926\u094B\u092A\u0939\u0930",morning:"\u0938\u0941\u092C\u0939",afternoon:"\u0926\u094B\u092A\u0939\u0930",evening:"\u0936\u093E\u092E",night:"\u0930\u093E\u0924"}},wbe={narrow:{am:"\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928",pm:"\u0905\u092A\u0930\u093E\u0939\u094D\u0928",midnight:"\u092E\u0927\u094D\u092F\u0930\u093E\u0924\u094D\u0930\u093F",noon:"\u0926\u094B\u092A\u0939\u0930",morning:"\u0938\u0941\u092C\u0939",afternoon:"\u0926\u094B\u092A\u0939\u0930",evening:"\u0936\u093E\u092E",night:"\u0930\u093E\u0924"},abbreviated:{am:"\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928",pm:"\u0905\u092A\u0930\u093E\u0939\u094D\u0928",midnight:"\u092E\u0927\u094D\u092F\u0930\u093E\u0924\u094D\u0930\u093F",noon:"\u0926\u094B\u092A\u0939\u0930",morning:"\u0938\u0941\u092C\u0939",afternoon:"\u0926\u094B\u092A\u0939\u0930",evening:"\u0936\u093E\u092E",night:"\u0930\u093E\u0924"},wide:{am:"\u092A\u0942\u0930\u094D\u0935\u093E\u0939\u094D\u0928",pm:"\u0905\u092A\u0930\u093E\u0939\u094D\u0928",midnight:"\u092E\u0927\u094D\u092F\u0930\u093E\u0924\u094D\u0930\u093F",noon:"\u0926\u094B\u092A\u0939\u0930",morning:"\u0938\u0941\u092C\u0939",afternoon:"\u0926\u094B\u092A\u0939\u0930",evening:"\u0936\u093E\u092E",night:"\u0930\u093E\u0924"}},kbe=function(e,t){var n=Number(e);return GW(n)};function xbe(e){var t=e.toString().replace(/[१२३४५६७८९०]/g,function(n){return UW.number[n]});return Number(t)}function GW(e){return e.toString().replace(/\d/g,function(t){return UW.locale[t]})}var Pbe={ordinalNumber:kbe,era:S({values:pbe,defaultWidth:"wide"}),quarter:S({values:gbe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:vbe,defaultWidth:"wide"}),day:S({values:bbe,defaultWidth:"wide"}),dayPeriod:S({values:ybe,defaultWidth:"wide",formattingValues:wbe,defaultFormattingWidth:"wide"})};const Mbe=Pbe;var Abe={lessThanXSeconds:{one:"\u0967 \u0938\u0947\u0915\u0902\u0921 \u0938\u0947 \u0915\u092E",other:"{{count}} \u0938\u0947\u0915\u0902\u0921 \u0938\u0947 \u0915\u092E"},xSeconds:{one:"\u0967 \u0938\u0947\u0915\u0902\u0921",other:"{{count}} \u0938\u0947\u0915\u0902\u0921"},halfAMinute:"\u0906\u0927\u093E \u092E\u093F\u0928\u091F",lessThanXMinutes:{one:"\u0967 \u092E\u093F\u0928\u091F \u0938\u0947 \u0915\u092E",other:"{{count}} \u092E\u093F\u0928\u091F \u0938\u0947 \u0915\u092E"},xMinutes:{one:"\u0967 \u092E\u093F\u0928\u091F",other:"{{count}} \u092E\u093F\u0928\u091F"},aboutXHours:{one:"\u0932\u0917\u092D\u0917 \u0967 \u0918\u0902\u091F\u093E",other:"\u0932\u0917\u092D\u0917 {{count}} \u0918\u0902\u091F\u0947"},xHours:{one:"\u0967 \u0918\u0902\u091F\u093E",other:"{{count}} \u0918\u0902\u091F\u0947"},xDays:{one:"\u0967 \u0926\u093F\u0928",other:"{{count}} \u0926\u093F\u0928"},aboutXWeeks:{one:"\u0932\u0917\u092D\u0917 \u0967 \u0938\u092A\u094D\u0924\u093E\u0939",other:"\u0932\u0917\u092D\u0917 {{count}} \u0938\u092A\u094D\u0924\u093E\u0939"},xWeeks:{one:"\u0967 \u0938\u092A\u094D\u0924\u093E\u0939",other:"{{count}} \u0938\u092A\u094D\u0924\u093E\u0939"},aboutXMonths:{one:"\u0932\u0917\u092D\u0917 \u0967 \u092E\u0939\u0940\u0928\u093E",other:"\u0932\u0917\u092D\u0917 {{count}} \u092E\u0939\u0940\u0928\u0947"},xMonths:{one:"\u0967 \u092E\u0939\u0940\u0928\u093E",other:"{{count}} \u092E\u0939\u0940\u0928\u0947"},aboutXYears:{one:"\u0932\u0917\u092D\u0917 \u0967 \u0935\u0930\u094D\u0937",other:"\u0932\u0917\u092D\u0917 {{count}} \u0935\u0930\u094D\u0937"},xYears:{one:"\u0967 \u0935\u0930\u094D\u0937",other:"{{count}} \u0935\u0930\u094D\u0937"},overXYears:{one:"\u0967 \u0935\u0930\u094D\u0937 \u0938\u0947 \u0905\u0927\u093F\u0915",other:"{{count}} \u0935\u0930\u094D\u0937 \u0938\u0947 \u0905\u0927\u093F\u0915"},almostXYears:{one:"\u0932\u0917\u092D\u0917 \u0967 \u0935\u0930\u094D\u0937",other:"\u0932\u0917\u092D\u0917 {{count}} \u0935\u0930\u094D\u0937"}},Sbe=function(e,t,n){var r,a=Abe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",GW(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+"\u092E\u0947 ":r+" \u092A\u0939\u0932\u0947":r};const Cbe=Sbe;var Ebe={full:"EEEE, do MMMM, y",long:"do MMMM, y",medium:"d MMM, y",short:"dd/MM/yyyy"},Wbe={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},jbe={full:"{{date}} '\u0915\u094B' {{time}}",long:"{{date}} '\u0915\u094B' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Obe={date:D({formats:Ebe,defaultWidth:"full"}),time:D({formats:Wbe,defaultWidth:"full"}),dateTime:D({formats:jbe,defaultWidth:"full"})};const Tbe=Obe;var zbe={lastWeek:"'\u092A\u093F\u091B\u0932\u0947' eeee p",yesterday:"'\u0915\u0932' p",today:"'\u0906\u091C' p",tomorrow:"'\u0915\u0932' p",nextWeek:"eeee '\u0915\u094B' p",other:"P"},Nbe=function(e,t,n,r){return zbe[e]};const _be=Nbe;var Rbe=/^[०१२३४५६७८९]+/i,Ibe=/^[०१२३४५६७८९]+/i,Dbe={narrow:/^(ईसा-पूर्व|ईस्वी)/i,abbreviated:/^(ईसा\.?\s?पूर्व\.?|ईसा\.?)/i,wide:/^(ईसा-पूर्व|ईसवी पूर्व|ईसवी सन|ईसवी)/i},Lbe={any:[/^b/i,/^(a|c)/i]},Hbe={narrow:/^[1234]/i,abbreviated:/^ति[1234]/i,wide:/^[1234](पहली|दूसरी|तीसरी|चौथी)? तिमाही/i},Fbe={any:[/1/i,/2/i,/3/i,/4/i]},Bbe={narrow:/^[जफ़माअप्मईजूनजुअगसिअक्तनदि]/i,abbreviated:/^(जन|फ़र|मार्च|अप्|मई|जून|जुल|अग|सित|अक्तू|नव|दिस)/i,wide:/^(जनवरी|फ़रवरी|मार्च|अप्रैल|मई|जून|जुलाई|अगस्त|सितंबर|अक्तूबर|नवंबर|दिसंबर)/i},Xbe={narrow:[/^ज/i,/^फ़/i,/^मा/i,/^अप्/i,/^मई/i,/^जू/i,/^जु/i,/^अग/i,/^सि/i,/^अक्तू/i,/^न/i,/^दि/i],any:[/^जन/i,/^फ़/i,/^मा/i,/^अप्/i,/^मई/i,/^जू/i,/^जु/i,/^अग/i,/^सि/i,/^अक्तू/i,/^नव/i,/^दिस/i]},Ube={narrow:/^[रविसोममंगलबुधगुरुशुक्रशनि]/i,short:/^(रवि|सोम|मंगल|बुध|गुरु|शुक्र|शनि)/i,abbreviated:/^(रवि|सोम|मंगल|बुध|गुरु|शुक्र|शनि)/i,wide:/^(रविवार|सोमवार|मंगलवार|बुधवार|गुरुवार|शुक्रवार|शनिवार)/i},Gbe={narrow:[/^रवि/i,/^सोम/i,/^मंगल/i,/^बुध/i,/^गुरु/i,/^शुक्र/i,/^शनि/i],any:[/^रवि/i,/^सोम/i,/^मंगल/i,/^बुध/i,/^गुरु/i,/^शुक्र/i,/^शनि/i]},Ybe={narrow:/^(पू|अ|म|द.\?|सु|दो|शा|रा)/i,any:/^(पूर्वाह्न|अपराह्न|म|द.\?|सु|दो|शा|रा)/i},Kbe={any:{am:/^पूर्वाह्न/i,pm:/^अपराह्न/i,midnight:/^मध्य/i,noon:/^दो/i,morning:/सु/i,afternoon:/दो/i,evening:/शा/i,night:/रा/i}},qbe={ordinalNumber:Le({matchPattern:Rbe,parsePattern:Ibe,valueCallback:xbe}),era:C({matchPatterns:Dbe,defaultMatchWidth:"wide",parsePatterns:Lbe,defaultParseWidth:"any"}),quarter:C({matchPatterns:Hbe,defaultMatchWidth:"wide",parsePatterns:Fbe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Bbe,defaultMatchWidth:"wide",parsePatterns:Xbe,defaultParseWidth:"any"}),day:C({matchPatterns:Ube,defaultMatchWidth:"wide",parsePatterns:Gbe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Ybe,defaultMatchWidth:"any",parsePatterns:Kbe,defaultParseWidth:"any"})};const Vbe=qbe;var Jbe={code:"hi",formatDistance:Cbe,formatLong:Tbe,formatRelative:_be,localize:Mbe,match:Vbe,options:{weekStartsOn:0,firstWeekContainsDate:4}};const Qbe=Jbe;var $be={lessThanXSeconds:{one:{standalone:"manje od 1 sekunde",withPrepositionAgo:"manje od 1 sekunde",withPrepositionIn:"manje od 1 sekundu"},dual:"manje od {{count}} sekunde",other:"manje od {{count}} sekundi"},xSeconds:{one:{standalone:"1 sekunda",withPrepositionAgo:"1 sekunde",withPrepositionIn:"1 sekundu"},dual:"{{count}} sekunde",other:"{{count}} sekundi"},halfAMinute:"pola minute",lessThanXMinutes:{one:{standalone:"manje od 1 minute",withPrepositionAgo:"manje od 1 minute",withPrepositionIn:"manje od 1 minutu"},dual:"manje od {{count}} minute",other:"manje od {{count}} minuta"},xMinutes:{one:{standalone:"1 minuta",withPrepositionAgo:"1 minute",withPrepositionIn:"1 minutu"},dual:"{{count}} minute",other:"{{count}} minuta"},aboutXHours:{one:{standalone:"oko 1 sat",withPrepositionAgo:"oko 1 sat",withPrepositionIn:"oko 1 sat"},dual:"oko {{count}} sata",other:"oko {{count}} sati"},xHours:{one:{standalone:"1 sat",withPrepositionAgo:"1 sat",withPrepositionIn:"1 sat"},dual:"{{count}} sata",other:"{{count}} sati"},xDays:{one:{standalone:"1 dan",withPrepositionAgo:"1 dan",withPrepositionIn:"1 dan"},dual:"{{count}} dana",other:"{{count}} dana"},aboutXWeeks:{one:{standalone:"oko 1 tjedan",withPrepositionAgo:"oko 1 tjedan",withPrepositionIn:"oko 1 tjedan"},dual:"oko {{count}} tjedna",other:"oko {{count}} tjedana"},xWeeks:{one:{standalone:"1 tjedan",withPrepositionAgo:"1 tjedan",withPrepositionIn:"1 tjedan"},dual:"{{count}} tjedna",other:"{{count}} tjedana"},aboutXMonths:{one:{standalone:"oko 1 mjesec",withPrepositionAgo:"oko 1 mjesec",withPrepositionIn:"oko 1 mjesec"},dual:"oko {{count}} mjeseca",other:"oko {{count}} mjeseci"},xMonths:{one:{standalone:"1 mjesec",withPrepositionAgo:"1 mjesec",withPrepositionIn:"1 mjesec"},dual:"{{count}} mjeseca",other:"{{count}} mjeseci"},aboutXYears:{one:{standalone:"oko 1 godinu",withPrepositionAgo:"oko 1 godinu",withPrepositionIn:"oko 1 godinu"},dual:"oko {{count}} godine",other:"oko {{count}} godina"},xYears:{one:{standalone:"1 godina",withPrepositionAgo:"1 godine",withPrepositionIn:"1 godinu"},dual:"{{count}} godine",other:"{{count}} godina"},overXYears:{one:{standalone:"preko 1 godinu",withPrepositionAgo:"preko 1 godinu",withPrepositionIn:"preko 1 godinu"},dual:"preko {{count}} godine",other:"preko {{count}} godina"},almostXYears:{one:{standalone:"gotovo 1 godinu",withPrepositionAgo:"gotovo 1 godinu",withPrepositionIn:"gotovo 1 godinu"},dual:"gotovo {{count}} godine",other:"gotovo {{count}} godina"}},Zbe=function(e,t,n){var r,a=$be[e];return typeof a=="string"?r=a:t===1?n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r=a.one.withPrepositionIn:r=a.one.withPrepositionAgo:r=a.one.standalone:t%10>1&&t%10<5&&String(t).substr(-2,1)!=="1"?r=a.dual.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"za "+r:"prije "+r:r};const eye=Zbe;var tye={full:"EEEE, d. MMMM y.",long:"d. MMMM y.",medium:"d. MMM y.",short:"dd. MM. y."},nye={full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},rye={full:"{{date}} 'u' {{time}}",long:"{{date}} 'u' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},aye={date:D({formats:tye,defaultWidth:"full"}),time:D({formats:nye,defaultWidth:"full"}),dateTime:D({formats:rye,defaultWidth:"full"})};const iye=aye;var oye={lastWeek:function(e){switch(e.getUTCDay()){case 0:return"'pro\u0161lu nedjelju u' p";case 3:return"'pro\u0161lu srijedu u' p";case 6:return"'pro\u0161lu subotu u' p";default:return"'pro\u0161li' EEEE 'u' p"}},yesterday:"'ju\u010Der u' p",today:"'danas u' p",tomorrow:"'sutra u' p",nextWeek:function(e){switch(e.getUTCDay()){case 0:return"'idu\u0107u nedjelju u' p";case 3:return"'idu\u0107u srijedu u' p";case 6:return"'idu\u0107u subotu u' p";default:return"'pro\u0161li' EEEE 'u' p"}},other:"P"},sye=function(e,t,n,r){var a=oye[e];return typeof a=="function"?a(t):a};const lye=sye;var uye={narrow:["pr.n.e.","AD"],abbreviated:["pr. Kr.","po. Kr."],wide:["Prije Krista","Poslije Krista"]},cye={narrow:["1.","2.","3.","4."],abbreviated:["1. kv.","2. kv.","3. kv.","4. kv."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},dye={narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],abbreviated:["sij","velj","o\u017Eu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],wide:["sije\u010Danj","velja\u010Da","o\u017Eujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]},fye={narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],abbreviated:["sij","velj","o\u017Eu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],wide:["sije\u010Dnja","velja\u010De","o\u017Eujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenog","prosinca"]},hye={narrow:["N","P","U","S","\u010C","P","S"],short:["ned","pon","uto","sri","\u010Det","pet","sub"],abbreviated:["ned","pon","uto","sri","\u010Det","pet","sub"],wide:["nedjelja","ponedjeljak","utorak","srijeda","\u010Detvrtak","petak","subota"]},mye={narrow:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutro",afternoon:"popodne",evening:"nave\u010Der",night:"no\u0107u"},abbreviated:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutro",afternoon:"popodne",evening:"nave\u010Der",night:"no\u0107u"},wide:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutro",afternoon:"poslije podne",evening:"nave\u010Der",night:"no\u0107u"}},pye={narrow:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutro",afternoon:"popodne",evening:"nave\u010Der",night:"no\u0107u"},abbreviated:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutro",afternoon:"popodne",evening:"nave\u010Der",night:"no\u0107u"},wide:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutro",afternoon:"poslije podne",evening:"nave\u010Der",night:"no\u0107u"}},gye=function(e,t){var n=Number(e);return n+"."},vye={ordinalNumber:gye,era:S({values:uye,defaultWidth:"wide"}),quarter:S({values:cye,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:dye,defaultWidth:"wide",formattingValues:fye,defaultFormattingWidth:"wide"}),day:S({values:hye,defaultWidth:"wide"}),dayPeriod:S({values:pye,defaultWidth:"wide",formattingValues:mye,defaultFormattingWidth:"wide"})};const bye=vye;var yye=/^(\d+)\./i,wye=/\d+/i,kye={narrow:/^(pr\.n\.e\.|AD)/i,abbreviated:/^(pr\.\s?Kr\.|po\.\s?Kr\.)/i,wide:/^(Prije Krista|prije nove ere|Poslije Krista|nova era)/i},xye={any:[/^pr/i,/^(po|nova)/i]},Pye={narrow:/^[1234]/i,abbreviated:/^[1234]\.\s?kv\.?/i,wide:/^[1234]\. kvartal/i},Mye={any:[/1/i,/2/i,/3/i,/4/i]},Aye={narrow:/^(10|11|12|[123456789])\./i,abbreviated:/^(sij|velj|(ožu|ozu)|tra|svi|lip|srp|kol|ruj|lis|stu|pro)/i,wide:/^((siječanj|siječnja|sijecanj|sijecnja)|(veljača|veljače|veljaca|veljace)|(ožujak|ožujka|ozujak|ozujka)|(travanj|travnja)|(svibanj|svibnja)|(lipanj|lipnja)|(srpanj|srpnja)|(kolovoz|kolovoza)|(rujan|rujna)|(listopad|listopada)|(studeni|studenog)|(prosinac|prosinca))/i},Sye={narrow:[/1/i,/2/i,/3/i,/4/i,/5/i,/6/i,/7/i,/8/i,/9/i,/10/i,/11/i,/12/i],abbreviated:[/^sij/i,/^velj/i,/^(ožu|ozu)/i,/^tra/i,/^svi/i,/^lip/i,/^srp/i,/^kol/i,/^ruj/i,/^lis/i,/^stu/i,/^pro/i],wide:[/^sij/i,/^velj/i,/^(ožu|ozu)/i,/^tra/i,/^svi/i,/^lip/i,/^srp/i,/^kol/i,/^ruj/i,/^lis/i,/^stu/i,/^pro/i]},Cye={narrow:/^[npusčc]/i,short:/^(ned|pon|uto|sri|(čet|cet)|pet|sub)/i,abbreviated:/^(ned|pon|uto|sri|(čet|cet)|pet|sub)/i,wide:/^(nedjelja|ponedjeljak|utorak|srijeda|(četvrtak|cetvrtak)|petak|subota)/i},Eye={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},Wye={any:/^(am|pm|ponoc|ponoć|(po)?podne|navecer|navečer|noću|poslije podne|ujutro)/i},jye={any:{am:/^a/i,pm:/^p/i,midnight:/^pono/i,noon:/^pod/i,morning:/jutro/i,afternoon:/(poslije\s|po)+podne/i,evening:/(navece|naveče)/i,night:/(nocu|noću)/i}},Oye={ordinalNumber:Le({matchPattern:yye,parsePattern:wye,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:kye,defaultMatchWidth:"wide",parsePatterns:xye,defaultParseWidth:"any"}),quarter:C({matchPatterns:Pye,defaultMatchWidth:"wide",parsePatterns:Mye,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Aye,defaultMatchWidth:"wide",parsePatterns:Sye,defaultParseWidth:"wide"}),day:C({matchPatterns:Cye,defaultMatchWidth:"wide",parsePatterns:Eye,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Wye,defaultMatchWidth:"any",parsePatterns:jye,defaultParseWidth:"any"})};const Tye=Oye;var zye={code:"hr",formatDistance:eye,formatLong:iye,formatRelative:lye,localize:bye,match:Tye,options:{weekStartsOn:1,firstWeekContainsDate:1}};const Nye=zye;var _ye={lessThanXSeconds:{one:"mwens pase yon segond",other:"mwens pase {{count}} segond"},xSeconds:{one:"1 segond",other:"{{count}} segond"},halfAMinute:"30 segond",lessThanXMinutes:{one:"mwens pase yon minit",other:"mwens pase {{count}} minit"},xMinutes:{one:"1 minit",other:"{{count}} minit"},aboutXHours:{one:"anviwon in\xE8",other:"anviwon {{count}} \xE8"},xHours:{one:"1 l\xE8",other:"{{count}} l\xE8"},xDays:{one:"1 jou",other:"{{count}} jou"},aboutXWeeks:{one:"anviwon 1 sem\xE8n",other:"anviwon {{count}} sem\xE8n"},xWeeks:{one:"1 sem\xE8n",other:"{{count}} sem\xE8n"},aboutXMonths:{one:"anviwon 1 mwa",other:"anviwon {{count}} mwa"},xMonths:{one:"1 mwa",other:"{{count}} mwa"},aboutXYears:{one:"anviwon 1 an",other:"anviwon {{count}} an"},xYears:{one:"1 an",other:"{{count}} an"},overXYears:{one:"plis pase 1 an",other:"plis pase {{count}} an"},almostXYears:{one:"pr\xE8ske 1 an",other:"pr\xE8ske {{count}} an"}},Rye=function(e,t,n){var r,a=_ye[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"nan "+r:"sa f\xE8 "+r:r};const Iye=Rye;var Dye={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd/MM/y"},Lye={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Hye={full:"{{date}} 'nan l\xE8' {{time}}",long:"{{date}} 'nan l\xE8' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Fye={date:D({formats:Dye,defaultWidth:"full"}),time:D({formats:Lye,defaultWidth:"full"}),dateTime:D({formats:Hye,defaultWidth:"full"})};const Bye=Fye;var Xye={lastWeek:"eeee 'pase nan l\xE8' p",yesterday:"'y\xE8 nan l\xE8' p",today:"'jodi a' p",tomorrow:"'demen nan l\xE8' p'",nextWeek:"eeee 'pwochen nan l\xE8' p",other:"P"},Uye=function(e,t,n,r){return Xye[e]};const Gye=Uye;var Yye={narrow:["av. J.-K","ap. J.-K"],abbreviated:["av. J.-K","ap. J.-K"],wide:["anvan Jezi Kris","apre Jezi Kris"]},Kye={narrow:["T1","T2","T3","T4"],abbreviated:["1ye trim.","2y\xE8m trim.","3y\xE8m trim.","4y\xE8m trim."],wide:["1ye trim\xE8s","2y\xE8m trim\xE8s","3y\xE8m trim\xE8s","4y\xE8m trim\xE8s"]},qye={narrow:["J","F","M","A","M","J","J","O","S","O","N","D"],abbreviated:["janv.","fevr.","mas","avr.","me","jen","jiy\xE8","out","sept.","okt.","nov.","des."],wide:["janvye","fevrye","mas","avril","me","jen","jiy\xE8","out","septanm","okt\xF2b","novanm","desanm"]},Vye={narrow:["D","L","M","M","J","V","S"],short:["di","le","ma","m\xE8","je","va","sa"],abbreviated:["dim.","len.","mad.","m\xE8k.","jed.","van.","sam."],wide:["dimanch","lendi","madi","m\xE8kredi","jedi","vandredi","samdi"]},Jye={narrow:{am:"AM",pm:"PM",midnight:"minwit",noon:"midi",morning:"mat.",afternoon:"ap.m.",evening:"swa",night:"mat."},abbreviated:{am:"AM",pm:"PM",midnight:"minwit",noon:"midi",morning:"maten",afternoon:"apr\xE8midi",evening:"swa",night:"maten"},wide:{am:"AM",pm:"PM",midnight:"minwit",noon:"midi",morning:"nan maten",afternoon:"nan apr\xE8midi",evening:"nan asw\xE8",night:"nan maten"}},Qye=function(e,t){var n=Number(e);if(n===0)return String(n);var r=n===1?"ye":"y\xE8m";return n+r},$ye={ordinalNumber:Qye,era:S({values:Yye,defaultWidth:"wide"}),quarter:S({values:Kye,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:qye,defaultWidth:"wide"}),day:S({values:Vye,defaultWidth:"wide"}),dayPeriod:S({values:Jye,defaultWidth:"wide"})};const Zye=$ye;var ewe=/^(\d+)(ye|yèm)?/i,twe=/\d+/i,nwe={narrow:/^(av\.J\.K|ap\.J\.K|ap\.J\.-K)/i,abbreviated:/^(av\.J\.-K|av\.J-K|apr\.J\.-K|apr\.J-K|ap\.J-K)/i,wide:/^(avan Jezi Kris|apre Jezi Kris)/i},rwe={any:[/^av/i,/^ap/i]},awe={narrow:/^[1234]/i,abbreviated:/^t[1234]/i,wide:/^[1234](ye|yèm)? trimès/i},iwe={any:[/1/i,/2/i,/3/i,/4/i]},owe={narrow:/^[jfmasond]/i,abbreviated:/^(janv|fevr|mas|avr|me|jen|jiyè|out|sept|okt|nov|des)\.?/i,wide:/^(janvye|fevrye|mas|avril|me|jen|jiyè|out|septanm|oktòb|novanm|desanm)/i},swe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^o/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^ma/i,/^av/i,/^me/i,/^je/i,/^ji/i,/^ou/i,/^s/i,/^ok/i,/^n/i,/^d/i]},lwe={narrow:/^[lmjvsd]/i,short:/^(di|le|ma|me|je|va|sa)/i,abbreviated:/^(dim|len|mad|mèk|jed|van|sam)\.?/i,wide:/^(dimanch|lendi|madi|mèkredi|jedi|vandredi|samdi)/i},uwe={narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^j/i,/^v/i,/^s/i],any:[/^di/i,/^le/i,/^ma/i,/^mè/i,/^je/i,/^va/i,/^sa/i]},cwe={narrow:/^(a|p|minwit|midi|mat\.?|ap\.?m\.?|swa)/i,any:/^([ap]\.?\s?m\.?|nan maten|nan aprèmidi|nan aswè)/i},dwe={any:{am:/^a/i,pm:/^p/i,midnight:/^min/i,noon:/^mid/i,morning:/mat/i,afternoon:/ap/i,evening:/sw/i,night:/nwit/i}},fwe={ordinalNumber:Le({matchPattern:ewe,parsePattern:twe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:nwe,defaultMatchWidth:"wide",parsePatterns:rwe,defaultParseWidth:"any"}),quarter:C({matchPatterns:awe,defaultMatchWidth:"wide",parsePatterns:iwe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:owe,defaultMatchWidth:"wide",parsePatterns:swe,defaultParseWidth:"any"}),day:C({matchPatterns:lwe,defaultMatchWidth:"wide",parsePatterns:uwe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:cwe,defaultMatchWidth:"any",parsePatterns:dwe,defaultParseWidth:"any"})};const hwe=fwe;var mwe={code:"ht",formatDistance:Iye,formatLong:Bye,formatRelative:Gye,localize:Zye,match:hwe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const pwe=mwe;var gwe={about:"k\xF6r\xFClbel\xFCl",over:"t\xF6bb mint",almost:"majdnem",lessthan:"kevesebb mint"},vwe={xseconds:" m\xE1sodperc",halfaminute:"f\xE9l perc",xminutes:" perc",xhours:" \xF3ra",xdays:" nap",xweeks:" h\xE9t",xmonths:" h\xF3nap",xyears:" \xE9v"},bwe={xseconds:{"-1":" m\xE1sodperccel ezel\u0151tt",1:" m\xE1sodperc m\xFAlva",0:" m\xE1sodperce"},halfaminute:{"-1":"f\xE9l perccel ezel\u0151tt",1:"f\xE9l perc m\xFAlva",0:"f\xE9l perce"},xminutes:{"-1":" perccel ezel\u0151tt",1:" perc m\xFAlva",0:" perce"},xhours:{"-1":" \xF3r\xE1val ezel\u0151tt",1:" \xF3ra m\xFAlva",0:" \xF3r\xE1ja"},xdays:{"-1":" nappal ezel\u0151tt",1:" nap m\xFAlva",0:" napja"},xweeks:{"-1":" h\xE9ttel ezel\u0151tt",1:" h\xE9t m\xFAlva",0:" hete"},xmonths:{"-1":" h\xF3nappal ezel\u0151tt",1:" h\xF3nap m\xFAlva",0:" h\xF3napja"},xyears:{"-1":" \xE9vvel ezel\u0151tt",1:" \xE9v m\xFAlva",0:" \xE9ve"}},ywe=function(e,t,n){var r=e.match(/about|over|almost|lessthan/i),a=r?e.replace(r[0],""):e,s=(n==null?void 0:n.addSuffix)===!0,l=a.toLowerCase(),c=(n==null?void 0:n.comparison)||0,d=s?bwe[l][c]:vwe[l],f=l==="halfaminute"?d:t+d;if(r){var h=r[0].toLowerCase();f=gwe[h]+" "+f}return f};const wwe=ywe;var kwe={full:"y. MMMM d., EEEE",long:"y. MMMM d.",medium:"y. MMM d.",short:"y. MM. dd."},xwe={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},Pwe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},Mwe={date:D({formats:kwe,defaultWidth:"full"}),time:D({formats:xwe,defaultWidth:"full"}),dateTime:D({formats:Pwe,defaultWidth:"full"})};const Awe=Mwe;var Swe=["vas\xE1rnap","h\xE9tf\u0151n","kedden","szerd\xE1n","cs\xFCt\xF6rt\xF6k\xF6n","p\xE9nteken","szombaton"];function qM(e){return function(t){var n=Swe[t.getUTCDay()],r=e?"":"'m\xFAlt' ";return"".concat(r,"'").concat(n,"' p'-kor'")}}var Cwe={lastWeek:qM(!1),yesterday:"'tegnap' p'-kor'",today:"'ma' p'-kor'",tomorrow:"'holnap' p'-kor'",nextWeek:qM(!0),other:"P"},Ewe=function(e,t){var n=Cwe[e];return typeof n=="function"?n(t):n};const Wwe=Ewe;var jwe={narrow:["ie.","isz."],abbreviated:["i. e.","i. sz."],wide:["Krisztus el\u0151tt","id\u0151sz\xE1m\xEDt\xE1sunk szerint"]},Owe={narrow:["1.","2.","3.","4."],abbreviated:["1. n.\xE9v","2. n.\xE9v","3. n.\xE9v","4. n.\xE9v"],wide:["1. negyed\xE9v","2. negyed\xE9v","3. negyed\xE9v","4. negyed\xE9v"]},Twe={narrow:["I.","II.","III.","IV."],abbreviated:["I. n.\xE9v","II. n.\xE9v","III. n.\xE9v","IV. n.\xE9v"],wide:["I. negyed\xE9v","II. negyed\xE9v","III. negyed\xE9v","IV. negyed\xE9v"]},zwe={narrow:["J","F","M","\xC1","M","J","J","A","Sz","O","N","D"],abbreviated:["jan.","febr.","m\xE1rc.","\xE1pr.","m\xE1j.","j\xFAn.","j\xFAl.","aug.","szept.","okt.","nov.","dec."],wide:["janu\xE1r","febru\xE1r","m\xE1rcius","\xE1prilis","m\xE1jus","j\xFAnius","j\xFAlius","augusztus","szeptember","okt\xF3ber","november","december"]},Nwe={narrow:["V","H","K","Sz","Cs","P","Sz"],short:["V","H","K","Sze","Cs","P","Szo"],abbreviated:["V","H","K","Sze","Cs","P","Szo"],wide:["vas\xE1rnap","h\xE9tf\u0151","kedd","szerda","cs\xFCt\xF6rt\xF6k","p\xE9ntek","szombat"]},_we={narrow:{am:"de.",pm:"du.",midnight:"\xE9jf\xE9l",noon:"d\xE9l",morning:"reggel",afternoon:"du.",evening:"este",night:"\xE9jjel"},abbreviated:{am:"de.",pm:"du.",midnight:"\xE9jf\xE9l",noon:"d\xE9l",morning:"reggel",afternoon:"du.",evening:"este",night:"\xE9jjel"},wide:{am:"de.",pm:"du.",midnight:"\xE9jf\xE9l",noon:"d\xE9l",morning:"reggel",afternoon:"d\xE9lut\xE1n",evening:"este",night:"\xE9jjel"}},Rwe=function(e,t){var n=Number(e);return n+"."},Iwe={ordinalNumber:Rwe,era:S({values:jwe,defaultWidth:"wide"}),quarter:S({values:Owe,defaultWidth:"wide",argumentCallback:function(e){return e-1},formattingValues:Twe,defaultFormattingWidth:"wide"}),month:S({values:zwe,defaultWidth:"wide"}),day:S({values:Nwe,defaultWidth:"wide"}),dayPeriod:S({values:_we,defaultWidth:"wide"})};const Dwe=Iwe;var Lwe=/^(\d+)\.?/i,Hwe=/\d+/i,Fwe={narrow:/^(ie\.|isz\.)/i,abbreviated:/^(i\.\s?e\.?|b?\s?c\s?e|i\.\s?sz\.?)/i,wide:/^(Krisztus előtt|időszámításunk előtt|időszámításunk szerint|i\. sz\.)/i},Bwe={narrow:[/ie/i,/isz/i],abbreviated:[/^(i\.?\s?e\.?|b\s?ce)/i,/^(i\.?\s?sz\.?|c\s?e)/i],any:[/előtt/i,/(szerint|i. sz.)/i]},Xwe={narrow:/^[1234]\.?/i,abbreviated:/^[1234]?\.?\s?n\.év/i,wide:/^([1234]|I|II|III|IV)?\.?\s?negyedév/i},Uwe={any:[/1|I$/i,/2|II$/i,/3|III/i,/4|IV/i]},Gwe={narrow:/^[jfmaásond]|sz/i,abbreviated:/^(jan\.?|febr\.?|márc\.?|ápr\.?|máj\.?|jún\.?|júl\.?|aug\.?|szept\.?|okt\.?|nov\.?|dec\.?)/i,wide:/^(január|február|március|április|május|június|július|augusztus|szeptember|október|november|december)/i},Ywe={narrow:[/^j/i,/^f/i,/^m/i,/^a|á/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s|sz/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^már/i,/^áp/i,/^máj/i,/^jún/i,/^júl/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Kwe={narrow:/^([vhkpc]|sz|cs|sz)/i,short:/^([vhkp]|sze|cs|szo)/i,abbreviated:/^([vhkp]|sze|cs|szo)/i,wide:/^(vasárnap|hétfő|kedd|szerda|csütörtök|péntek|szombat)/i},qwe={narrow:[/^v/i,/^h/i,/^k/i,/^sz/i,/^c/i,/^p/i,/^sz/i],any:[/^v/i,/^h/i,/^k/i,/^sze/i,/^c/i,/^p/i,/^szo/i]},Vwe={any:/^((de|du)\.?|éjfél|délután|dél|reggel|este|éjjel)/i},Jwe={any:{am:/^de\.?/i,pm:/^du\.?/i,midnight:/^éjf/i,noon:/^dé/i,morning:/reg/i,afternoon:/^délu\.?/i,evening:/es/i,night:/éjj/i}},Qwe={ordinalNumber:Le({matchPattern:Lwe,parsePattern:Hwe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Fwe,defaultMatchWidth:"wide",parsePatterns:Bwe,defaultParseWidth:"any"}),quarter:C({matchPatterns:Xwe,defaultMatchWidth:"wide",parsePatterns:Uwe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Gwe,defaultMatchWidth:"wide",parsePatterns:Ywe,defaultParseWidth:"any"}),day:C({matchPatterns:Kwe,defaultMatchWidth:"wide",parsePatterns:qwe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Vwe,defaultMatchWidth:"any",parsePatterns:Jwe,defaultParseWidth:"any"})};const $we=Qwe;var Zwe={code:"hu",formatDistance:wwe,formatLong:Awe,formatRelative:Wwe,localize:Dwe,match:$we,options:{weekStartsOn:1,firstWeekContainsDate:4}};const e1e=Zwe;var t1e={lessThanXSeconds:{one:"\u0561\u057E\u0565\u056C\u056B \u0584\u056B\u0579 \u0584\u0561\u0576 1 \u057E\u0561\u0575\u0580\u056F\u0575\u0561\u0576",other:"\u0561\u057E\u0565\u056C\u056B \u0584\u056B\u0579 \u0584\u0561\u0576 {{count}} \u057E\u0561\u0575\u0580\u056F\u0575\u0561\u0576"},xSeconds:{one:"1 \u057E\u0561\u0575\u0580\u056F\u0575\u0561\u0576",other:"{{count}} \u057E\u0561\u0575\u0580\u056F\u0575\u0561\u0576"},halfAMinute:"\u056F\u0565\u057D \u0580\u0578\u057A\u0565",lessThanXMinutes:{one:"\u0561\u057E\u0565\u056C\u056B \u0584\u056B\u0579 \u0584\u0561\u0576 1 \u0580\u0578\u057A\u0565",other:"\u0561\u057E\u0565\u056C\u056B \u0584\u056B\u0579 \u0584\u0561\u0576 {{count}} \u0580\u0578\u057A\u0565"},xMinutes:{one:"1 \u0580\u0578\u057A\u0565",other:"{{count}} \u0580\u0578\u057A\u0565"},aboutXHours:{one:"\u0574\u0578\u057F 1 \u056A\u0561\u0574",other:"\u0574\u0578\u057F {{count}} \u056A\u0561\u0574"},xHours:{one:"1 \u056A\u0561\u0574",other:"{{count}} \u056A\u0561\u0574"},xDays:{one:"1 \u0585\u0580",other:"{{count}} \u0585\u0580"},aboutXWeeks:{one:"\u0574\u0578\u057F 1 \u0577\u0561\u0562\u0561\u0569",other:"\u0574\u0578\u057F {{count}} \u0577\u0561\u0562\u0561\u0569"},xWeeks:{one:"1 \u0577\u0561\u0562\u0561\u0569",other:"{{count}} \u0577\u0561\u0562\u0561\u0569"},aboutXMonths:{one:"\u0574\u0578\u057F 1 \u0561\u0574\u056B\u057D",other:"\u0574\u0578\u057F {{count}} \u0561\u0574\u056B\u057D"},xMonths:{one:"1 \u0561\u0574\u056B\u057D",other:"{{count}} \u0561\u0574\u056B\u057D"},aboutXYears:{one:"\u0574\u0578\u057F 1 \u057F\u0561\u0580\u056B",other:"\u0574\u0578\u057F {{count}} \u057F\u0561\u0580\u056B"},xYears:{one:"1 \u057F\u0561\u0580\u056B",other:"{{count}} \u057F\u0561\u0580\u056B"},overXYears:{one:"\u0561\u057E\u0565\u056C\u056B \u0584\u0561\u0576 1 \u057F\u0561\u0580\u056B",other:"\u0561\u057E\u0565\u056C\u056B \u0584\u0561\u0576 {{count}} \u057F\u0561\u0580\u056B"},almostXYears:{one:"\u0570\u0561\u0574\u0561\u0580\u0575\u0561 1 \u057F\u0561\u0580\u056B",other:"\u0570\u0561\u0574\u0561\u0580\u0575\u0561 {{count}} \u057F\u0561\u0580\u056B"}},n1e=function(e,t,n){var r,a=t1e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+" \u0570\u0565\u057F\u0578":r+" \u0561\u057C\u0561\u057B":r};const r1e=n1e;var a1e={full:"d MMMM, y, EEEE",long:"d MMMM, y",medium:"d MMM, y",short:"dd.MM.yyyy"},i1e={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},o1e={full:"{{date}} '\u056A\u2024'{{time}}",long:"{{date}} '\u056A\u2024'{{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},s1e={date:D({formats:a1e,defaultWidth:"full"}),time:D({formats:i1e,defaultWidth:"full"}),dateTime:D({formats:o1e,defaultWidth:"full"})};const l1e=s1e;var u1e={lastWeek:"'\u0576\u0561\u056D\u0578\u0580\u0564' eeee p'\u058A\u056B\u0576'",yesterday:"'\u0565\u0580\u0565\u056F' p'\u058A\u056B\u0576'",today:"'\u0561\u0575\u057D\u0585\u0580' p'\u058A\u056B\u0576'",tomorrow:"'\u057E\u0561\u0572\u0568' p'\u058A\u056B\u0576'",nextWeek:"'\u0570\u0561\u057B\u0578\u0580\u0564' eeee p'\u058A\u056B\u0576'",other:"P"},c1e=function(e,t,n,r){return u1e[e]};const d1e=c1e;var f1e={narrow:["\u0554","\u0544"],abbreviated:["\u0554\u0531","\u0544\u0539"],wide:["\u0554\u0580\u056B\u057D\u057F\u0578\u057D\u056B\u0581 \u0561\u057C\u0561\u057B","\u0544\u0565\u0580 \u0569\u057E\u0561\u0580\u056F\u0578\u0582\u0569\u0575\u0561\u0576"]},h1e={narrow:["1","2","3","4"],abbreviated:["\u05541","\u05542","\u05543","\u05544"],wide:["1\u058A\u056B\u0576 \u0584\u0561\u057C\u0578\u0580\u0564","2\u058A\u0580\u0564 \u0584\u0561\u057C\u0578\u0580\u0564","3\u058A\u0580\u0564 \u0584\u0561\u057C\u0578\u0580\u0564","4\u058A\u0580\u0564 \u0584\u0561\u057C\u0578\u0580\u0564"]},m1e={narrow:["\u0540","\u0553","\u0544","\u0531","\u0544","\u0540","\u0540","\u0555","\u054D","\u0540","\u0546","\u0534"],abbreviated:["\u0570\u0578\u0582\u0576","\u0583\u0565\u057F","\u0574\u0561\u0580","\u0561\u057A\u0580","\u0574\u0561\u0575","\u0570\u0578\u0582\u0576","\u0570\u0578\u0582\u056C","\u0585\u0563\u057D","\u057D\u0565\u057A","\u0570\u0578\u056F","\u0576\u0578\u0575","\u0564\u0565\u056F"],wide:["\u0570\u0578\u0582\u0576\u057E\u0561\u0580","\u0583\u0565\u057F\u0580\u057E\u0561\u0580","\u0574\u0561\u0580\u057F","\u0561\u057A\u0580\u056B\u056C","\u0574\u0561\u0575\u056B\u057D","\u0570\u0578\u0582\u0576\u056B\u057D","\u0570\u0578\u0582\u056C\u056B\u057D","\u0585\u0563\u0578\u057D\u057F\u0578\u057D","\u057D\u0565\u057A\u057F\u0565\u0574\u0562\u0565\u0580","\u0570\u0578\u056F\u057F\u0565\u0574\u0562\u0565\u0580","\u0576\u0578\u0575\u0565\u0574\u0562\u0565\u0580","\u0564\u0565\u056F\u057F\u0565\u0574\u0562\u0565\u0580"]},p1e={narrow:["\u053F","\u0535","\u0535","\u0549","\u0540","\u0548","\u0547"],short:["\u056F\u0580","\u0565\u0580","\u0565\u0584","\u0579\u0584","\u0570\u0563","\u0578\u0582\u0580","\u0577\u0562"],abbreviated:["\u056F\u056B\u0580","\u0565\u0580\u056F","\u0565\u0580\u0584","\u0579\u0578\u0580","\u0570\u0576\u0563","\u0578\u0582\u0580\u0562","\u0577\u0561\u0562"],wide:["\u056F\u056B\u0580\u0561\u056F\u056B","\u0565\u0580\u056F\u0578\u0582\u0577\u0561\u0562\u0569\u056B","\u0565\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056B","\u0579\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056B","\u0570\u056B\u0576\u0563\u0577\u0561\u0562\u0569\u056B","\u0578\u0582\u0580\u0562\u0561\u0569","\u0577\u0561\u0562\u0561\u0569"]},g1e={narrow:{am:"a",pm:"p",midnight:"\u056F\u0565\u057D\u0563\u0577",noon:"\u056F\u0565\u057D\u0585\u0580",morning:"\u0561\u057C\u0561\u057E\u0578\u057F",afternoon:"\u0581\u0565\u0580\u0565\u056F",evening:"\u0565\u0580\u0565\u056F\u0578",night:"\u0563\u056B\u0577\u0565\u0580"},abbreviated:{am:"AM",pm:"PM",midnight:"\u056F\u0565\u057D\u0563\u056B\u0577\u0565\u0580",noon:"\u056F\u0565\u057D\u0585\u0580",morning:"\u0561\u057C\u0561\u057E\u0578\u057F",afternoon:"\u0581\u0565\u0580\u0565\u056F",evening:"\u0565\u0580\u0565\u056F\u0578",night:"\u0563\u056B\u0577\u0565\u0580"},wide:{am:"a.m.",pm:"p.m.",midnight:"\u056F\u0565\u057D\u0563\u056B\u0577\u0565\u0580",noon:"\u056F\u0565\u057D\u0585\u0580",morning:"\u0561\u057C\u0561\u057E\u0578\u057F",afternoon:"\u0581\u0565\u0580\u0565\u056F",evening:"\u0565\u0580\u0565\u056F\u0578",night:"\u0563\u056B\u0577\u0565\u0580"}},v1e={narrow:{am:"a",pm:"p",midnight:"\u056F\u0565\u057D\u0563\u0577",noon:"\u056F\u0565\u057D\u0585\u0580",morning:"\u0561\u057C\u0561\u057E\u0578\u057F\u0568",afternoon:"\u0581\u0565\u0580\u0565\u056F\u0568",evening:"\u0565\u0580\u0565\u056F\u0578\u0575\u0561\u0576",night:"\u0563\u056B\u0577\u0565\u0580\u0568"},abbreviated:{am:"AM",pm:"PM",midnight:"\u056F\u0565\u057D\u0563\u056B\u0577\u0565\u0580\u056B\u0576",noon:"\u056F\u0565\u057D\u0585\u0580\u056B\u0576",morning:"\u0561\u057C\u0561\u057E\u0578\u057F\u0568",afternoon:"\u0581\u0565\u0580\u0565\u056F\u0568",evening:"\u0565\u0580\u0565\u056F\u0578\u0575\u0561\u0576",night:"\u0563\u056B\u0577\u0565\u0580\u0568"},wide:{am:"a.m.",pm:"p.m.",midnight:"\u056F\u0565\u057D\u0563\u056B\u0577\u0565\u0580\u056B\u0576",noon:"\u056F\u0565\u057D\u0585\u0580\u056B\u0576",morning:"\u0561\u057C\u0561\u057E\u0578\u057F\u0568",afternoon:"\u0581\u0565\u0580\u0565\u056F\u0568",evening:"\u0565\u0580\u0565\u056F\u0578\u0575\u0561\u0576",night:"\u0563\u056B\u0577\u0565\u0580\u0568"}},b1e=function(e,t){var n=Number(e),r=n%100;return r<10&&r%10===1?n+"\u058A\u056B\u0576":n+"\u058A\u0580\u0564"},y1e={ordinalNumber:b1e,era:S({values:f1e,defaultWidth:"wide"}),quarter:S({values:h1e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:m1e,defaultWidth:"wide"}),day:S({values:p1e,defaultWidth:"wide"}),dayPeriod:S({values:g1e,defaultWidth:"wide",formattingValues:v1e,defaultFormattingWidth:"wide"})};const w1e=y1e;var k1e=/^(\d+)((-|֊)?(ին|րդ))?/i,x1e=/\d+/i,P1e={narrow:/^(Ք|Մ)/i,abbreviated:/^(Ք\.?\s?Ա\.?|Մ\.?\s?Թ\.?\s?Ա\.?|Մ\.?\s?Թ\.?|Ք\.?\s?Հ\.?)/i,wide:/^(քրիստոսից առաջ|մեր թվարկությունից առաջ|մեր թվարկության|քրիստոսից հետո)/i},M1e={any:[/^ք/i,/^մ/i]},A1e={narrow:/^[1234]/i,abbreviated:/^ք[1234]/i,wide:/^[1234]((-|֊)?(ին|րդ)) քառորդ/i},S1e={any:[/1/i,/2/i,/3/i,/4/i]},C1e={narrow:/^[հփմաօսնդ]/i,abbreviated:/^(հուն|փետ|մար|ապր|մայ|հուն|հուլ|օգս|սեպ|հոկ|նոյ|դեկ)/i,wide:/^(հունվար|փետրվար|մարտ|ապրիլ|մայիս|հունիս|հուլիս|օգոստոս|սեպտեմբեր|հոկտեմբեր|նոյեմբեր|դեկտեմբեր)/i},E1e={narrow:[/^հ/i,/^փ/i,/^մ/i,/^ա/i,/^մ/i,/^հ/i,/^հ/i,/^օ/i,/^ս/i,/^հ/i,/^ն/i,/^դ/i],any:[/^հու/i,/^փ/i,/^մար/i,/^ա/i,/^մայ/i,/^հուն/i,/^հուլ/i,/^օ/i,/^ս/i,/^հոկ/i,/^ն/i,/^դ/i]},W1e={narrow:/^[եչհոշկ]/i,short:/^(կր|եր|եք|չք|հգ|ուր|շբ)/i,abbreviated:/^(կիր|երկ|երք|չոր|հնգ|ուրբ|շաբ)/i,wide:/^(կիրակի|երկուշաբթի|երեքշաբթի|չորեքշաբթի|հինգշաբթի|ուրբաթ|շաբաթ)/i},j1e={narrow:[/^կ/i,/^ե/i,/^ե/i,/^չ/i,/^հ/i,/^(ո|Ո)/,/^շ/i],short:[/^կ/i,/^եր/i,/^եք/i,/^չ/i,/^հ/i,/^(ո|Ո)/,/^շ/i],abbreviated:[/^կ/i,/^երկ/i,/^երք/i,/^չ/i,/^հ/i,/^(ո|Ո)/,/^շ/i],wide:[/^կ/i,/^երկ/i,/^երե/i,/^չ/i,/^հ/i,/^(ո|Ո)/,/^շ/i]},O1e={narrow:/^([ap]|կեսգշ|կեսօր|(առավոտը?|ցերեկը?|երեկո(յան)?|գիշերը?))/i,any:/^([ap]\.?\s?m\.?|կեսգիշեր(ին)?|կեսօր(ին)?|(առավոտը?|ցերեկը?|երեկո(յան)?|գիշերը?))/i},T1e={any:{am:/^a/i,pm:/^p/i,midnight:/կեսգիշեր/i,noon:/կեսօր/i,morning:/առավոտ/i,afternoon:/ցերեկ/i,evening:/երեկո/i,night:/գիշեր/i}},z1e={ordinalNumber:Le({matchPattern:k1e,parsePattern:x1e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:P1e,defaultMatchWidth:"wide",parsePatterns:M1e,defaultParseWidth:"any"}),quarter:C({matchPatterns:A1e,defaultMatchWidth:"wide",parsePatterns:S1e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:C1e,defaultMatchWidth:"wide",parsePatterns:E1e,defaultParseWidth:"any"}),day:C({matchPatterns:W1e,defaultMatchWidth:"wide",parsePatterns:j1e,defaultParseWidth:"wide"}),dayPeriod:C({matchPatterns:O1e,defaultMatchWidth:"any",parsePatterns:T1e,defaultParseWidth:"any"})};const N1e=z1e;var _1e={code:"hy",formatDistance:r1e,formatLong:l1e,formatRelative:d1e,localize:w1e,match:N1e,options:{weekStartsOn:1,firstWeekContainsDate:1}};const R1e=_1e;var I1e={lessThanXSeconds:{one:"kurang dari 1 detik",other:"kurang dari {{count}} detik"},xSeconds:{one:"1 detik",other:"{{count}} detik"},halfAMinute:"setengah menit",lessThanXMinutes:{one:"kurang dari 1 menit",other:"kurang dari {{count}} menit"},xMinutes:{one:"1 menit",other:"{{count}} menit"},aboutXHours:{one:"sekitar 1 jam",other:"sekitar {{count}} jam"},xHours:{one:"1 jam",other:"{{count}} jam"},xDays:{one:"1 hari",other:"{{count}} hari"},aboutXWeeks:{one:"sekitar 1 minggu",other:"sekitar {{count}} minggu"},xWeeks:{one:"1 minggu",other:"{{count}} minggu"},aboutXMonths:{one:"sekitar 1 bulan",other:"sekitar {{count}} bulan"},xMonths:{one:"1 bulan",other:"{{count}} bulan"},aboutXYears:{one:"sekitar 1 tahun",other:"sekitar {{count}} tahun"},xYears:{one:"1 tahun",other:"{{count}} tahun"},overXYears:{one:"lebih dari 1 tahun",other:"lebih dari {{count}} tahun"},almostXYears:{one:"hampir 1 tahun",other:"hampir {{count}} tahun"}},D1e=function(e,t,n){var r,a=I1e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"dalam waktu "+r:r+" yang lalu":r};const L1e=D1e;var H1e={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"d/M/yyyy"},F1e={full:"HH.mm.ss",long:"HH.mm.ss",medium:"HH.mm",short:"HH.mm"},B1e={full:"{{date}} 'pukul' {{time}}",long:"{{date}} 'pukul' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},X1e={date:D({formats:H1e,defaultWidth:"full"}),time:D({formats:F1e,defaultWidth:"full"}),dateTime:D({formats:B1e,defaultWidth:"full"})};const U1e=X1e;var G1e={lastWeek:"eeee 'lalu pukul' p",yesterday:"'Kemarin pukul' p",today:"'Hari ini pukul' p",tomorrow:"'Besok pukul' p",nextWeek:"eeee 'pukul' p",other:"P"},Y1e=function(e,t,n,r){return G1e[e]};const K1e=Y1e;var q1e={narrow:["SM","M"],abbreviated:["SM","M"],wide:["Sebelum Masehi","Masehi"]},V1e={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["Kuartal ke-1","Kuartal ke-2","Kuartal ke-3","Kuartal ke-4"]},J1e={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agt","Sep","Okt","Nov","Des"],wide:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]},Q1e={narrow:["M","S","S","R","K","J","S"],short:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],abbreviated:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],wide:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},$1e={narrow:{am:"AM",pm:"PM",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"siang",evening:"sore",night:"malam"},abbreviated:{am:"AM",pm:"PM",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"siang",evening:"sore",night:"malam"},wide:{am:"AM",pm:"PM",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"siang",evening:"sore",night:"malam"}},Z1e={narrow:{am:"AM",pm:"PM",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"siang",evening:"sore",night:"malam"},abbreviated:{am:"AM",pm:"PM",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"siang",evening:"sore",night:"malam"},wide:{am:"AM",pm:"PM",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"siang",evening:"sore",night:"malam"}},e0e=function(e,t){var n=Number(e);return"ke-"+n},t0e={ordinalNumber:e0e,era:S({values:q1e,defaultWidth:"wide"}),quarter:S({values:V1e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:J1e,defaultWidth:"wide"}),day:S({values:Q1e,defaultWidth:"wide"}),dayPeriod:S({values:$1e,defaultWidth:"wide",formattingValues:Z1e,defaultFormattingWidth:"wide"})};const n0e=t0e;var r0e=/^ke-(\d+)?/i,a0e=/\d+/i,i0e={narrow:/^(sm|m)/i,abbreviated:/^(s\.?\s?m\.?|s\.?\s?e\.?\s?u\.?|m\.?|e\.?\s?u\.?)/i,wide:/^(sebelum masehi|sebelum era umum|masehi|era umum)/i},o0e={any:[/^s/i,/^(m|e)/i]},s0e={narrow:/^[1234]/i,abbreviated:/^K-?\s[1234]/i,wide:/^Kuartal ke-?\s?[1234]/i},l0e={any:[/1/i,/2/i,/3/i,/4/i]},u0e={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|mei|jun|jul|agt|sep|okt|nov|des)/i,wide:/^(januari|februari|maret|april|mei|juni|juli|agustus|september|oktober|november|desember)/i},c0e={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^ma/i,/^ap/i,/^me/i,/^jun/i,/^jul/i,/^ag/i,/^s/i,/^o/i,/^n/i,/^d/i]},d0e={narrow:/^[srkjm]/i,short:/^(min|sen|sel|rab|kam|jum|sab)/i,abbreviated:/^(min|sen|sel|rab|kam|jum|sab)/i,wide:/^(minggu|senin|selasa|rabu|kamis|jumat|sabtu)/i},f0e={narrow:[/^m/i,/^s/i,/^s/i,/^r/i,/^k/i,/^j/i,/^s/i],any:[/^m/i,/^sen/i,/^sel/i,/^r/i,/^k/i,/^j/i,/^sa/i]},h0e={narrow:/^(a|p|tengah m|tengah h|(di(\swaktu)?) (pagi|siang|sore|malam))/i,any:/^([ap]\.?\s?m\.?|tengah malam|tengah hari|(di(\swaktu)?) (pagi|siang|sore|malam))/i},m0e={any:{am:/^a/i,pm:/^pm/i,midnight:/^tengah m/i,noon:/^tengah h/i,morning:/pagi/i,afternoon:/siang/i,evening:/sore/i,night:/malam/i}},p0e={ordinalNumber:Le({matchPattern:r0e,parsePattern:a0e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:i0e,defaultMatchWidth:"wide",parsePatterns:o0e,defaultParseWidth:"any"}),quarter:C({matchPatterns:s0e,defaultMatchWidth:"wide",parsePatterns:l0e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:u0e,defaultMatchWidth:"wide",parsePatterns:c0e,defaultParseWidth:"any"}),day:C({matchPatterns:d0e,defaultMatchWidth:"wide",parsePatterns:f0e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:h0e,defaultMatchWidth:"any",parsePatterns:m0e,defaultParseWidth:"any"})};const g0e=p0e;var v0e={code:"id",formatDistance:L1e,formatLong:U1e,formatRelative:K1e,localize:n0e,match:g0e,options:{weekStartsOn:1,firstWeekContainsDate:1}};const b0e=v0e;var y0e={lessThanXSeconds:{one:"minna en 1 sek\xFAnda",other:"minna en {{count}} sek\xFAndur"},xSeconds:{one:"1 sek\xFAnda",other:"{{count}} sek\xFAndur"},halfAMinute:"h\xE1lf m\xEDn\xFAta",lessThanXMinutes:{one:"minna en 1 m\xEDn\xFAta",other:"minna en {{count}} m\xEDn\xFAtur"},xMinutes:{one:"1 m\xEDn\xFAta",other:"{{count}} m\xEDn\xFAtur"},aboutXHours:{one:"u.\xFE.b. 1 klukkustund",other:"u.\xFE.b. {{count}} klukkustundir"},xHours:{one:"1 klukkustund",other:"{{count}} klukkustundir"},xDays:{one:"1 dagur",other:"{{count}} dagar"},aboutXWeeks:{one:"um viku",other:"um {{count}} vikur"},xWeeks:{one:"1 viku",other:"{{count}} vikur"},aboutXMonths:{one:"u.\xFE.b. 1 m\xE1nu\xF0ur",other:"u.\xFE.b. {{count}} m\xE1nu\xF0ir"},xMonths:{one:"1 m\xE1nu\xF0ur",other:"{{count}} m\xE1nu\xF0ir"},aboutXYears:{one:"u.\xFE.b. 1 \xE1r",other:"u.\xFE.b. {{count}} \xE1r"},xYears:{one:"1 \xE1r",other:"{{count}} \xE1r"},overXYears:{one:"meira en 1 \xE1r",other:"meira en {{count}} \xE1r"},almostXYears:{one:"n\xE6stum 1 \xE1r",other:"n\xE6stum {{count}} \xE1r"}},w0e=function(e,t,n){var r,a=y0e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\xED "+r:r+" s\xED\xF0an":r};const k0e=w0e;var x0e={full:"EEEE, do MMMM y",long:"do MMMM y",medium:"do MMM y",short:"d.MM.y"},P0e={full:"'kl'. HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},M0e={full:"{{date}} 'kl.' {{time}}",long:"{{date}} 'kl.' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},A0e={date:D({formats:x0e,defaultWidth:"full"}),time:D({formats:P0e,defaultWidth:"full"}),dateTime:D({formats:M0e,defaultWidth:"full"})};const S0e=A0e;var C0e={lastWeek:"'s\xED\xF0asta' dddd 'kl.' p",yesterday:"'\xED g\xE6r kl.' p",today:"'\xED dag kl.' p",tomorrow:"'\xE1 morgun kl.' p",nextWeek:"dddd 'kl.' p",other:"P"},E0e=function(e,t,n,r){return C0e[e]};const W0e=E0e;var j0e={narrow:["f.Kr.","e.Kr."],abbreviated:["f.Kr.","e.Kr."],wide:["fyrir Krist","eftir Krist"]},O0e={narrow:["1","2","3","4"],abbreviated:["1F","2F","3F","4F"],wide:["1. fj\xF3r\xF0ungur","2. fj\xF3r\xF0ungur","3. fj\xF3r\xF0ungur","4. fj\xF3r\xF0ungur"]},T0e={narrow:["J","F","M","A","M","J","J","\xC1","S","\xD3","N","D"],abbreviated:["jan.","feb.","mars","apr\xEDl","ma\xED","j\xFAn\xED","j\xFAl\xED","\xE1g\xFAst","sept.","okt.","n\xF3v.","des."],wide:["jan\xFAar","febr\xFAar","mars","apr\xEDl","ma\xED","j\xFAn\xED","j\xFAl\xED","\xE1g\xFAst","september","okt\xF3ber","n\xF3vember","desember"]},z0e={narrow:["S","M","\xDE","M","F","F","L"],short:["Su","M\xE1","\xDEr","Mi","Fi","F\xF6","La"],abbreviated:["sun.","m\xE1n.","\xFEri.","mi\xF0.","fim.","f\xF6s.","lau."],wide:["sunnudagur","m\xE1nudagur","\xFEri\xF0judagur","mi\xF0vikudagur","fimmtudagur","f\xF6studagur","laugardagur"]},N0e={narrow:{am:"f",pm:"e",midnight:"mi\xF0n\xE6tti",noon:"h\xE1degi",morning:"morgunn",afternoon:"s\xED\xF0degi",evening:"kv\xF6ld",night:"n\xF3tt"},abbreviated:{am:"f.h.",pm:"e.h.",midnight:"mi\xF0n\xE6tti",noon:"h\xE1degi",morning:"morgunn",afternoon:"s\xED\xF0degi",evening:"kv\xF6ld",night:"n\xF3tt"},wide:{am:"fyrir h\xE1degi",pm:"eftir h\xE1degi",midnight:"mi\xF0n\xE6tti",noon:"h\xE1degi",morning:"morgunn",afternoon:"s\xED\xF0degi",evening:"kv\xF6ld",night:"n\xF3tt"}},_0e={narrow:{am:"f",pm:"e",midnight:"\xE1 mi\xF0n\xE6tti",noon:"\xE1 h\xE1degi",morning:"a\xF0 morgni",afternoon:"s\xED\xF0degis",evening:"um kv\xF6ld",night:"um n\xF3tt"},abbreviated:{am:"f.h.",pm:"e.h.",midnight:"\xE1 mi\xF0n\xE6tti",noon:"\xE1 h\xE1degi",morning:"a\xF0 morgni",afternoon:"s\xED\xF0degis",evening:"um kv\xF6ld",night:"um n\xF3tt"},wide:{am:"fyrir h\xE1degi",pm:"eftir h\xE1degi",midnight:"\xE1 mi\xF0n\xE6tti",noon:"\xE1 h\xE1degi",morning:"a\xF0 morgni",afternoon:"s\xED\xF0degis",evening:"um kv\xF6ld",night:"um n\xF3tt"}},R0e=function(e,t){var n=Number(e);return n+"."},I0e={ordinalNumber:R0e,era:S({values:j0e,defaultWidth:"wide"}),quarter:S({values:O0e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:T0e,defaultWidth:"wide"}),day:S({values:z0e,defaultWidth:"wide"}),dayPeriod:S({values:N0e,defaultWidth:"wide",formattingValues:_0e,defaultFormattingWidth:"wide"})};const D0e=I0e;var L0e=/^(\d+)(\.)?/i,H0e=/\d+(\.)?/i,F0e={narrow:/^(f\.Kr\.|e\.Kr\.)/i,abbreviated:/^(f\.Kr\.|e\.Kr\.)/i,wide:/^(fyrir Krist|eftir Krist)/i},B0e={any:[/^(f\.Kr\.)/i,/^(e\.Kr\.)/i]},X0e={narrow:/^[1234]\.?/i,abbreviated:/^q[1234]\.?/i,wide:/^[1234]\.? fjórðungur/i},U0e={any:[/1\.?/i,/2\.?/i,/3\.?/i,/4\.?/i]},G0e={narrow:/^[jfmásónd]/i,abbreviated:/^(jan\.|feb\.|mars\.|apríl\.|maí|júní|júlí|águst|sep\.|oct\.|nov\.|dec\.)/i,wide:/^(januar|febrúar|mars|apríl|maí|júní|júlí|águst|september|október|nóvember|desember)/i},Y0e={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^á/i,/^s/i,/^ó/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^maí/i,/^jún/i,/^júl/i,/^áu/i,/^s/i,/^ó/i,/^n/i,/^d/i]},K0e={narrow:/^[smtwf]/i,short:/^(su|má|þr|mi|fi|fö|la)/i,abbreviated:/^(sun|mán|þri|mið|fim|fös|lau)\.?/i,wide:/^(sunnudagur|mánudagur|þriðjudagur|miðvikudagur|fimmtudagur|föstudagur|laugardagur)/i},q0e={narrow:[/^s/i,/^m/i,/^þ/i,/^m/i,/^f/i,/^f/i,/^l/i],any:[/^su/i,/^má/i,/^þr/i,/^mi/i,/^fi/i,/^fö/i,/^la/i]},V0e={narrow:/^(f|e|síðdegis|(á|að|um) (morgni|kvöld|nótt|miðnætti))/i,any:/^(fyrir hádegi|eftir hádegi|[ef]\.?h\.?|síðdegis|morgunn|(á|að|um) (morgni|kvöld|nótt|miðnætti))/i},J0e={any:{am:/^f/i,pm:/^e/i,midnight:/^mi/i,noon:/^há/i,morning:/morgunn/i,afternoon:/síðdegi/i,evening:/kvöld/i,night:/nótt/i}},Q0e={ordinalNumber:Le({matchPattern:L0e,parsePattern:H0e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:F0e,defaultMatchWidth:"wide",parsePatterns:B0e,defaultParseWidth:"any"}),quarter:C({matchPatterns:X0e,defaultMatchWidth:"wide",parsePatterns:U0e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:G0e,defaultMatchWidth:"wide",parsePatterns:Y0e,defaultParseWidth:"any"}),day:C({matchPatterns:K0e,defaultMatchWidth:"wide",parsePatterns:q0e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:V0e,defaultMatchWidth:"any",parsePatterns:J0e,defaultParseWidth:"any"})};const $0e=Q0e;var Z0e={code:"is",formatDistance:k0e,formatLong:S0e,formatRelative:W0e,localize:D0e,match:$0e,options:{weekStartsOn:1,firstWeekContainsDate:4}};const eke=Z0e;var tke={lessThanXSeconds:{one:"meno di un secondo",other:"meno di {{count}} secondi"},xSeconds:{one:"un secondo",other:"{{count}} secondi"},halfAMinute:"alcuni secondi",lessThanXMinutes:{one:"meno di un minuto",other:"meno di {{count}} minuti"},xMinutes:{one:"un minuto",other:"{{count}} minuti"},aboutXHours:{one:"circa un'ora",other:"circa {{count}} ore"},xHours:{one:"un'ora",other:"{{count}} ore"},xDays:{one:"un giorno",other:"{{count}} giorni"},aboutXWeeks:{one:"circa una settimana",other:"circa {{count}} settimane"},xWeeks:{one:"una settimana",other:"{{count}} settimane"},aboutXMonths:{one:"circa un mese",other:"circa {{count}} mesi"},xMonths:{one:"un mese",other:"{{count}} mesi"},aboutXYears:{one:"circa un anno",other:"circa {{count}} anni"},xYears:{one:"un anno",other:"{{count}} anni"},overXYears:{one:"pi\xF9 di un anno",other:"pi\xF9 di {{count}} anni"},almostXYears:{one:"quasi un anno",other:"quasi {{count}} anni"}},nke=function(e,t,n){var r,a=tke[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"tra "+r:r+" fa":r};const YW=nke;var rke={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd/MM/y"},ake={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},ike={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},oke={date:D({formats:rke,defaultWidth:"full"}),time:D({formats:ake,defaultWidth:"full"}),dateTime:D({formats:ike,defaultWidth:"full"})};const ske=oke;var V1=["domenica","luned\xEC","marted\xEC","mercoled\xEC","gioved\xEC","venerd\xEC","sabato"];function lke(e){switch(e){case 0:return"'domenica scorsa alle' p";default:return"'"+V1[e]+" scorso alle' p"}}function VM(e){return"'"+V1[e]+" alle' p"}function uke(e){switch(e){case 0:return"'domenica prossima alle' p";default:return"'"+V1[e]+" prossimo alle' p"}}var cke={lastWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?VM(r):lke(r)},yesterday:"'ieri alle' p",today:"'oggi alle' p",tomorrow:"'domani alle' p",nextWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?VM(r):uke(r)},other:"P"},dke=function(e,t,n,r){var a=cke[e];return typeof a=="function"?a(t,n,r):a};const KW=dke;var fke={narrow:["aC","dC"],abbreviated:["a.C.","d.C."],wide:["avanti Cristo","dopo Cristo"]},hke={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1\xBA trimestre","2\xBA trimestre","3\xBA trimestre","4\xBA trimestre"]},mke={narrow:["G","F","M","A","M","G","L","A","S","O","N","D"],abbreviated:["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],wide:["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]},pke={narrow:["D","L","M","M","G","V","S"],short:["dom","lun","mar","mer","gio","ven","sab"],abbreviated:["dom","lun","mar","mer","gio","ven","sab"],wide:["domenica","luned\xEC","marted\xEC","mercoled\xEC","gioved\xEC","venerd\xEC","sabato"]},gke={narrow:{am:"m.",pm:"p.",midnight:"mezzanotte",noon:"mezzogiorno",morning:"mattina",afternoon:"pomeriggio",evening:"sera",night:"notte"},abbreviated:{am:"AM",pm:"PM",midnight:"mezzanotte",noon:"mezzogiorno",morning:"mattina",afternoon:"pomeriggio",evening:"sera",night:"notte"},wide:{am:"AM",pm:"PM",midnight:"mezzanotte",noon:"mezzogiorno",morning:"mattina",afternoon:"pomeriggio",evening:"sera",night:"notte"}},vke={narrow:{am:"m.",pm:"p.",midnight:"mezzanotte",noon:"mezzogiorno",morning:"di mattina",afternoon:"del pomeriggio",evening:"di sera",night:"di notte"},abbreviated:{am:"AM",pm:"PM",midnight:"mezzanotte",noon:"mezzogiorno",morning:"di mattina",afternoon:"del pomeriggio",evening:"di sera",night:"di notte"},wide:{am:"AM",pm:"PM",midnight:"mezzanotte",noon:"mezzogiorno",morning:"di mattina",afternoon:"del pomeriggio",evening:"di sera",night:"di notte"}},bke=function(e,t){var n=Number(e);return String(n)},yke={ordinalNumber:bke,era:S({values:fke,defaultWidth:"wide"}),quarter:S({values:hke,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:mke,defaultWidth:"wide"}),day:S({values:pke,defaultWidth:"wide"}),dayPeriod:S({values:gke,defaultWidth:"wide",formattingValues:vke,defaultFormattingWidth:"wide"})};const qW=yke;var wke=/^(\d+)(º)?/i,kke=/\d+/i,xke={narrow:/^(aC|dC)/i,abbreviated:/^(a\.?\s?C\.?|a\.?\s?e\.?\s?v\.?|d\.?\s?C\.?|e\.?\s?v\.?)/i,wide:/^(avanti Cristo|avanti Era Volgare|dopo Cristo|Era Volgare)/i},Pke={any:[/^a/i,/^(d|e)/i]},Mke={narrow:/^[1234]/i,abbreviated:/^t[1234]/i,wide:/^[1234](º)? trimestre/i},Ake={any:[/1/i,/2/i,/3/i,/4/i]},Ske={narrow:/^[gfmalsond]/i,abbreviated:/^(gen|feb|mar|apr|mag|giu|lug|ago|set|ott|nov|dic)/i,wide:/^(gennaio|febbraio|marzo|aprile|maggio|giugno|luglio|agosto|settembre|ottobre|novembre|dicembre)/i},Cke={narrow:[/^g/i,/^f/i,/^m/i,/^a/i,/^m/i,/^g/i,/^l/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ge/i,/^f/i,/^mar/i,/^ap/i,/^mag/i,/^gi/i,/^l/i,/^ag/i,/^s/i,/^o/i,/^n/i,/^d/i]},Eke={narrow:/^[dlmgvs]/i,short:/^(do|lu|ma|me|gi|ve|sa)/i,abbreviated:/^(dom|lun|mar|mer|gio|ven|sab)/i,wide:/^(domenica|luned[i|ì]|marted[i|ì]|mercoled[i|ì]|gioved[i|ì]|venerd[i|ì]|sabato)/i},Wke={narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^g/i,/^v/i,/^s/i],any:[/^d/i,/^l/i,/^ma/i,/^me/i,/^g/i,/^v/i,/^s/i]},jke={narrow:/^(a|m\.|p|mezzanotte|mezzogiorno|(di|del) (mattina|pomeriggio|sera|notte))/i,any:/^([ap]\.?\s?m\.?|mezzanotte|mezzogiorno|(di|del) (mattina|pomeriggio|sera|notte))/i},Oke={any:{am:/^a/i,pm:/^p/i,midnight:/^mezza/i,noon:/^mezzo/i,morning:/mattina/i,afternoon:/pomeriggio/i,evening:/sera/i,night:/notte/i}},Tke={ordinalNumber:Le({matchPattern:wke,parsePattern:kke,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:xke,defaultMatchWidth:"wide",parsePatterns:Pke,defaultParseWidth:"any"}),quarter:C({matchPatterns:Mke,defaultMatchWidth:"wide",parsePatterns:Ake,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Ske,defaultMatchWidth:"wide",parsePatterns:Cke,defaultParseWidth:"any"}),day:C({matchPatterns:Eke,defaultMatchWidth:"wide",parsePatterns:Wke,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:jke,defaultMatchWidth:"any",parsePatterns:Oke,defaultParseWidth:"any"})};const VW=Tke;var zke={code:"it",formatDistance:YW,formatLong:ske,formatRelative:KW,localize:qW,match:VW,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Nke=zke;var _ke={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd.MM.y"},Rke={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Ike={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},Dke={date:D({formats:_ke,defaultWidth:"full"}),time:D({formats:Rke,defaultWidth:"full"}),dateTime:D({formats:Ike,defaultWidth:"full"})};const Lke=Dke;var Hke={code:"it-CH",formatDistance:YW,formatLong:Lke,formatRelative:KW,localize:qW,match:VW,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Fke=Hke;var Bke={lessThanXSeconds:{one:"1\u79D2\u672A\u6E80",other:"{{count}}\u79D2\u672A\u6E80",oneWithSuffix:"\u7D041\u79D2",otherWithSuffix:"\u7D04{{count}}\u79D2"},xSeconds:{one:"1\u79D2",other:"{{count}}\u79D2"},halfAMinute:"30\u79D2",lessThanXMinutes:{one:"1\u5206\u672A\u6E80",other:"{{count}}\u5206\u672A\u6E80",oneWithSuffix:"\u7D041\u5206",otherWithSuffix:"\u7D04{{count}}\u5206"},xMinutes:{one:"1\u5206",other:"{{count}}\u5206"},aboutXHours:{one:"\u7D041\u6642\u9593",other:"\u7D04{{count}}\u6642\u9593"},xHours:{one:"1\u6642\u9593",other:"{{count}}\u6642\u9593"},xDays:{one:"1\u65E5",other:"{{count}}\u65E5"},aboutXWeeks:{one:"\u7D041\u9031\u9593",other:"\u7D04{{count}}\u9031\u9593"},xWeeks:{one:"1\u9031\u9593",other:"{{count}}\u9031\u9593"},aboutXMonths:{one:"\u7D041\u304B\u6708",other:"\u7D04{{count}}\u304B\u6708"},xMonths:{one:"1\u304B\u6708",other:"{{count}}\u304B\u6708"},aboutXYears:{one:"\u7D041\u5E74",other:"\u7D04{{count}}\u5E74"},xYears:{one:"1\u5E74",other:"{{count}}\u5E74"},overXYears:{one:"1\u5E74\u4EE5\u4E0A",other:"{{count}}\u5E74\u4EE5\u4E0A"},almostXYears:{one:"1\u5E74\u8FD1\u304F",other:"{{count}}\u5E74\u8FD1\u304F"}},Xke=function(e,t,n){n=n||{};var r,a=Bke[e];return typeof a=="string"?r=a:t===1?n.addSuffix&&a.oneWithSuffix?r=a.oneWithSuffix:r=a.one:n.addSuffix&&a.otherWithSuffix?r=a.otherWithSuffix.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",String(t)),n.addSuffix?n.comparison&&n.comparison>0?r+"\u5F8C":r+"\u524D":r};const Uke=Xke;var Gke={full:"y\u5E74M\u6708d\u65E5EEEE",long:"y\u5E74M\u6708d\u65E5",medium:"y/MM/dd",short:"y/MM/dd"},Yke={full:"H\u6642mm\u5206ss\u79D2 zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},Kke={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},qke={date:D({formats:Gke,defaultWidth:"full"}),time:D({formats:Yke,defaultWidth:"full"}),dateTime:D({formats:Kke,defaultWidth:"full"})};const Vke=qke;var Jke={lastWeek:"\u5148\u9031\u306Eeeee\u306Ep",yesterday:"\u6628\u65E5\u306Ep",today:"\u4ECA\u65E5\u306Ep",tomorrow:"\u660E\u65E5\u306Ep",nextWeek:"\u7FCC\u9031\u306Eeeee\u306Ep",other:"P"},Qke=function(e,t,n,r){return Jke[e]};const $ke=Qke;var Zke={narrow:["BC","AC"],abbreviated:["\u7D00\u5143\u524D","\u897F\u66A6"],wide:["\u7D00\u5143\u524D","\u897F\u66A6"]},exe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["\u7B2C1\u56DB\u534A\u671F","\u7B2C2\u56DB\u534A\u671F","\u7B2C3\u56DB\u534A\u671F","\u7B2C4\u56DB\u534A\u671F"]},txe={narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],abbreviated:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],wide:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"]},nxe={narrow:["\u65E5","\u6708","\u706B","\u6C34","\u6728","\u91D1","\u571F"],short:["\u65E5","\u6708","\u706B","\u6C34","\u6728","\u91D1","\u571F"],abbreviated:["\u65E5","\u6708","\u706B","\u6C34","\u6728","\u91D1","\u571F"],wide:["\u65E5\u66DC\u65E5","\u6708\u66DC\u65E5","\u706B\u66DC\u65E5","\u6C34\u66DC\u65E5","\u6728\u66DC\u65E5","\u91D1\u66DC\u65E5","\u571F\u66DC\u65E5"]},rxe={narrow:{am:"\u5348\u524D",pm:"\u5348\u5F8C",midnight:"\u6DF1\u591C",noon:"\u6B63\u5348",morning:"\u671D",afternoon:"\u5348\u5F8C",evening:"\u591C",night:"\u6DF1\u591C"},abbreviated:{am:"\u5348\u524D",pm:"\u5348\u5F8C",midnight:"\u6DF1\u591C",noon:"\u6B63\u5348",morning:"\u671D",afternoon:"\u5348\u5F8C",evening:"\u591C",night:"\u6DF1\u591C"},wide:{am:"\u5348\u524D",pm:"\u5348\u5F8C",midnight:"\u6DF1\u591C",noon:"\u6B63\u5348",morning:"\u671D",afternoon:"\u5348\u5F8C",evening:"\u591C",night:"\u6DF1\u591C"}},axe={narrow:{am:"\u5348\u524D",pm:"\u5348\u5F8C",midnight:"\u6DF1\u591C",noon:"\u6B63\u5348",morning:"\u671D",afternoon:"\u5348\u5F8C",evening:"\u591C",night:"\u6DF1\u591C"},abbreviated:{am:"\u5348\u524D",pm:"\u5348\u5F8C",midnight:"\u6DF1\u591C",noon:"\u6B63\u5348",morning:"\u671D",afternoon:"\u5348\u5F8C",evening:"\u591C",night:"\u6DF1\u591C"},wide:{am:"\u5348\u524D",pm:"\u5348\u5F8C",midnight:"\u6DF1\u591C",noon:"\u6B63\u5348",morning:"\u671D",afternoon:"\u5348\u5F8C",evening:"\u591C",night:"\u6DF1\u591C"}},ixe=function(e,t){var n=Number(e),r=String(t==null?void 0:t.unit);switch(r){case"year":return"".concat(n,"\u5E74");case"quarter":return"\u7B2C".concat(n,"\u56DB\u534A\u671F");case"month":return"".concat(n,"\u6708");case"week":return"\u7B2C".concat(n,"\u9031");case"date":return"".concat(n,"\u65E5");case"hour":return"".concat(n,"\u6642");case"minute":return"".concat(n,"\u5206");case"second":return"".concat(n,"\u79D2");default:return"".concat(n)}},oxe={ordinalNumber:ixe,era:S({values:Zke,defaultWidth:"wide"}),quarter:S({values:exe,defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:S({values:txe,defaultWidth:"wide"}),day:S({values:nxe,defaultWidth:"wide"}),dayPeriod:S({values:rxe,defaultWidth:"wide",formattingValues:axe,defaultFormattingWidth:"wide"})};const sxe=oxe;var lxe=/^第?\d+(年|四半期|月|週|日|時|分|秒)?/i,uxe=/\d+/i,cxe={narrow:/^(B\.?C\.?|A\.?D\.?)/i,abbreviated:/^(紀元[前後]|西暦)/i,wide:/^(紀元[前後]|西暦)/i},dxe={narrow:[/^B/i,/^A/i],any:[/^(紀元前)/i,/^(西暦|紀元後)/i]},fxe={narrow:/^[1234]/i,abbreviated:/^Q[1234]/i,wide:/^第[1234一二三四1234]四半期/i},hxe={any:[/(1|一|1)/i,/(2|二|2)/i,/(3|三|3)/i,/(4|四|4)/i]},mxe={narrow:/^([123456789]|1[012])/,abbreviated:/^([123456789]|1[012])月/i,wide:/^([123456789]|1[012])月/i},pxe={any:[/^1\D/,/^2/,/^3/,/^4/,/^5/,/^6/,/^7/,/^8/,/^9/,/^10/,/^11/,/^12/]},gxe={narrow:/^[日月火水木金土]/,short:/^[日月火水木金土]/,abbreviated:/^[日月火水木金土]/,wide:/^[日月火水木金土]曜日/},vxe={any:[/^日/,/^月/,/^火/,/^水/,/^木/,/^金/,/^土/]},bxe={any:/^(AM|PM|午前|午後|正午|深夜|真夜中|夜|朝)/i},yxe={any:{am:/^(A|午前)/i,pm:/^(P|午後)/i,midnight:/^深夜|真夜中/i,noon:/^正午/i,morning:/^朝/i,afternoon:/^午後/i,evening:/^夜/i,night:/^深夜/i}},wxe={ordinalNumber:Le({matchPattern:lxe,parsePattern:uxe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:cxe,defaultMatchWidth:"wide",parsePatterns:dxe,defaultParseWidth:"any"}),quarter:C({matchPatterns:fxe,defaultMatchWidth:"wide",parsePatterns:hxe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:mxe,defaultMatchWidth:"wide",parsePatterns:pxe,defaultParseWidth:"any"}),day:C({matchPatterns:gxe,defaultMatchWidth:"wide",parsePatterns:vxe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:bxe,defaultMatchWidth:"any",parsePatterns:yxe,defaultParseWidth:"any"})};const kxe=wxe;var xxe={code:"ja",formatDistance:Uke,formatLong:Vke,formatRelative:$ke,localize:sxe,match:kxe,options:{weekStartsOn:0,firstWeekContainsDate:1}};const Pxe=xxe;var Mxe={lessThanXSeconds:{one:"1\u3073\u3087\u3046\u307F\u307E\u3093",other:"{{count}}\u3073\u3087\u3046\u307F\u307E\u3093",oneWithSuffix:"\u3084\u304F1\u3073\u3087\u3046",otherWithSuffix:"\u3084\u304F{{count}}\u3073\u3087\u3046"},xSeconds:{one:"1\u3073\u3087\u3046",other:"{{count}}\u3073\u3087\u3046"},halfAMinute:"30\u3073\u3087\u3046",lessThanXMinutes:{one:"1\u3077\u3093\u307F\u307E\u3093",other:"{{count}}\u3075\u3093\u307F\u307E\u3093",oneWithSuffix:"\u3084\u304F1\u3077\u3093",otherWithSuffix:"\u3084\u304F{{count}}\u3075\u3093"},xMinutes:{one:"1\u3077\u3093",other:"{{count}}\u3075\u3093"},aboutXHours:{one:"\u3084\u304F1\u3058\u304B\u3093",other:"\u3084\u304F{{count}}\u3058\u304B\u3093"},xHours:{one:"1\u3058\u304B\u3093",other:"{{count}}\u3058\u304B\u3093"},xDays:{one:"1\u306B\u3061",other:"{{count}}\u306B\u3061"},aboutXWeeks:{one:"\u3084\u304F1\u3057\u3085\u3046\u304B\u3093",other:"\u3084\u304F{{count}}\u3057\u3085\u3046\u304B\u3093"},xWeeks:{one:"1\u3057\u3085\u3046\u304B\u3093",other:"{{count}}\u3057\u3085\u3046\u304B\u3093"},aboutXMonths:{one:"\u3084\u304F1\u304B\u3052\u3064",other:"\u3084\u304F{{count}}\u304B\u3052\u3064"},xMonths:{one:"1\u304B\u3052\u3064",other:"{{count}}\u304B\u3052\u3064"},aboutXYears:{one:"\u3084\u304F1\u306D\u3093",other:"\u3084\u304F{{count}}\u306D\u3093"},xYears:{one:"1\u306D\u3093",other:"{{count}}\u306D\u3093"},overXYears:{one:"1\u306D\u3093\u3044\u3058\u3087\u3046",other:"{{count}}\u306D\u3093\u3044\u3058\u3087\u3046"},almostXYears:{one:"1\u306D\u3093\u3061\u304B\u304F",other:"{{count}}\u306D\u3093\u3061\u304B\u304F"}},Axe=function(e,t,n){n=n||{};var r,a=Mxe[e];return typeof a=="string"?r=a:t===1?n.addSuffix&&a.oneWithSuffix?r=a.oneWithSuffix:r=a.one:n.addSuffix&&a.otherWithSuffix?r=a.otherWithSuffix.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",String(t)),n.addSuffix?n.comparison&&n.comparison>0?r+"\u3042\u3068":r+"\u307E\u3048":r};const Sxe=Axe;var Cxe={full:"y\u306D\u3093M\u304C\u3064d\u306B\u3061EEEE",long:"y\u306D\u3093M\u304C\u3064d\u306B\u3061",medium:"y/MM/dd",short:"y/MM/dd"},Exe={full:"H\u3058mm\u3075\u3093ss\u3073\u3087\u3046 zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},Wxe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},jxe={date:D({formats:Cxe,defaultWidth:"full"}),time:D({formats:Exe,defaultWidth:"full"}),dateTime:D({formats:Wxe,defaultWidth:"full"})};const Oxe=jxe;var Txe={lastWeek:"\u305B\u3093\u3057\u3085\u3046\u306Eeeee\u306Ep",yesterday:"\u304D\u306E\u3046\u306Ep",today:"\u304D\u3087\u3046\u306Ep",tomorrow:"\u3042\u3057\u305F\u306Ep",nextWeek:"\u3088\u304F\u3057\u3085\u3046\u306Eeeee\u306Ep",other:"P"},zxe=function(e,t,n,r){return Txe[e]};const Nxe=zxe;var _xe={narrow:["BC","AC"],abbreviated:["\u304D\u3052\u3093\u305C\u3093","\u305B\u3044\u308C\u304D"],wide:["\u304D\u3052\u3093\u305C\u3093","\u305B\u3044\u308C\u304D"]},Rxe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["\u3060\u30441\u3057\u306F\u3093\u304D","\u3060\u30442\u3057\u306F\u3093\u304D","\u3060\u30443\u3057\u306F\u3093\u304D","\u3060\u30444\u3057\u306F\u3093\u304D"]},Ixe={narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],abbreviated:["1\u304C\u3064","2\u304C\u3064","3\u304C\u3064","4\u304C\u3064","5\u304C\u3064","6\u304C\u3064","7\u304C\u3064","8\u304C\u3064","9\u304C\u3064","10\u304C\u3064","11\u304C\u3064","12\u304C\u3064"],wide:["1\u304C\u3064","2\u304C\u3064","3\u304C\u3064","4\u304C\u3064","5\u304C\u3064","6\u304C\u3064","7\u304C\u3064","8\u304C\u3064","9\u304C\u3064","10\u304C\u3064","11\u304C\u3064","12\u304C\u3064"]},Dxe={narrow:["\u306B\u3061","\u3052\u3064","\u304B","\u3059\u3044","\u3082\u304F","\u304D\u3093","\u3069"],short:["\u306B\u3061","\u3052\u3064","\u304B","\u3059\u3044","\u3082\u304F","\u304D\u3093","\u3069"],abbreviated:["\u306B\u3061","\u3052\u3064","\u304B","\u3059\u3044","\u3082\u304F","\u304D\u3093","\u3069"],wide:["\u306B\u3061\u3088\u3046\u3073","\u3052\u3064\u3088\u3046\u3073","\u304B\u3088\u3046\u3073","\u3059\u3044\u3088\u3046\u3073","\u3082\u304F\u3088\u3046\u3073","\u304D\u3093\u3088\u3046\u3073","\u3069\u3088\u3046\u3073"]},Lxe={narrow:{am:"\u3054\u305C\u3093",pm:"\u3054\u3054",midnight:"\u3057\u3093\u3084",noon:"\u3057\u3087\u3046\u3054",morning:"\u3042\u3055",afternoon:"\u3054\u3054",evening:"\u3088\u308B",night:"\u3057\u3093\u3084"},abbreviated:{am:"\u3054\u305C\u3093",pm:"\u3054\u3054",midnight:"\u3057\u3093\u3084",noon:"\u3057\u3087\u3046\u3054",morning:"\u3042\u3055",afternoon:"\u3054\u3054",evening:"\u3088\u308B",night:"\u3057\u3093\u3084"},wide:{am:"\u3054\u305C\u3093",pm:"\u3054\u3054",midnight:"\u3057\u3093\u3084",noon:"\u3057\u3087\u3046\u3054",morning:"\u3042\u3055",afternoon:"\u3054\u3054",evening:"\u3088\u308B",night:"\u3057\u3093\u3084"}},Hxe={narrow:{am:"\u3054\u305C\u3093",pm:"\u3054\u3054",midnight:"\u3057\u3093\u3084",noon:"\u3057\u3087\u3046\u3054",morning:"\u3042\u3055",afternoon:"\u3054\u3054",evening:"\u3088\u308B",night:"\u3057\u3093\u3084"},abbreviated:{am:"\u3054\u305C\u3093",pm:"\u3054\u3054",midnight:"\u3057\u3093\u3084",noon:"\u3057\u3087\u3046\u3054",morning:"\u3042\u3055",afternoon:"\u3054\u3054",evening:"\u3088\u308B",night:"\u3057\u3093\u3084"},wide:{am:"\u3054\u305C\u3093",pm:"\u3054\u3054",midnight:"\u3057\u3093\u3084",noon:"\u3057\u3087\u3046\u3054",morning:"\u3042\u3055",afternoon:"\u3054\u3054",evening:"\u3088\u308B",night:"\u3057\u3093\u3084"}},Fxe=function(e,t){var n=Number(e),r=String(t==null?void 0:t.unit);switch(r){case"year":return"".concat(n,"\u306D\u3093");case"quarter":return"\u3060\u3044".concat(n,"\u3057\u306F\u3093\u304D");case"month":return"".concat(n,"\u304C\u3064");case"week":return"\u3060\u3044".concat(n,"\u3057\u3085\u3046");case"date":return"".concat(n,"\u306B\u3061");case"hour":return"".concat(n,"\u3058");case"minute":return"".concat(n,"\u3075\u3093");case"second":return"".concat(n,"\u3073\u3087\u3046");default:return"".concat(n)}},Bxe={ordinalNumber:Fxe,era:S({values:_xe,defaultWidth:"wide"}),quarter:S({values:Rxe,defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:S({values:Ixe,defaultWidth:"wide"}),day:S({values:Dxe,defaultWidth:"wide"}),dayPeriod:S({values:Lxe,defaultWidth:"wide",formattingValues:Hxe,defaultFormattingWidth:"wide"})};const Xxe=Bxe;var Uxe=/^だ?い?\d+(ねん|しはんき|がつ|しゅう|にち|じ|ふん|びょう)?/i,Gxe=/\d+/i,Yxe={narrow:/^(B\.?C\.?|A\.?D\.?)/i,abbreviated:/^(きげん[前後]|せいれき)/i,wide:/^(きげん[前後]|せいれき)/i},Kxe={narrow:[/^B/i,/^A/i],any:[/^(きげんぜん)/i,/^(せいれき|きげんご)/i]},qxe={narrow:/^[1234]/i,abbreviated:/^Q[1234]/i,wide:/^だい[1234一二三四1234]しはんき/i},Vxe={any:[/(1|一|1)/i,/(2|二|2)/i,/(3|三|3)/i,/(4|四|4)/i]},Jxe={narrow:/^([123456789]|1[012])/,abbreviated:/^([123456789]|1[012])がつ/i,wide:/^([123456789]|1[012])がつ/i},Qxe={any:[/^1\D/,/^2/,/^3/,/^4/,/^5/,/^6/,/^7/,/^8/,/^9/,/^10/,/^11/,/^12/]},$xe={narrow:/^(にち|げつ|か|すい|もく|きん|ど)/,short:/^(にち|げつ|か|すい|もく|きん|ど)/,abbreviated:/^(にち|げつ|か|すい|もく|きん|ど)/,wide:/^(にち|げつ|か|すい|もく|きん|ど)ようび/},Zxe={any:[/^にち/,/^げつ/,/^か/,/^すい/,/^もく/,/^きん/,/^ど/]},ePe={any:/^(AM|PM|ごぜん|ごご|しょうご|しんや|まよなか|よる|あさ)/i},tPe={any:{am:/^(A|ごぜん)/i,pm:/^(P|ごご)/i,midnight:/^しんや|まよなか/i,noon:/^しょうご/i,morning:/^あさ/i,afternoon:/^ごご/i,evening:/^よる/i,night:/^しんや/i}},nPe={ordinalNumber:Le({matchPattern:Uxe,parsePattern:Gxe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Yxe,defaultMatchWidth:"wide",parsePatterns:Kxe,defaultParseWidth:"any"}),quarter:C({matchPatterns:qxe,defaultMatchWidth:"wide",parsePatterns:Vxe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Jxe,defaultMatchWidth:"wide",parsePatterns:Qxe,defaultParseWidth:"any"}),day:C({matchPatterns:$xe,defaultMatchWidth:"wide",parsePatterns:Zxe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:ePe,defaultMatchWidth:"any",parsePatterns:tPe,defaultParseWidth:"any"})};const rPe=nPe;var aPe={code:"ja-Hira",formatDistance:Sxe,formatLong:Oxe,formatRelative:Nxe,localize:Xxe,match:rPe,options:{weekStartsOn:0,firstWeekContainsDate:1}};const iPe=aPe;var oPe={lessThanXSeconds:{past:"{{count}} \u10EC\u10D0\u10DB\u10D6\u10D4 \u10DC\u10D0\u10D9\u10DA\u10D4\u10D1\u10D8 \u10EE\u10DC\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10EC\u10D0\u10DB\u10D6\u10D4 \u10DC\u10D0\u10D9\u10DA\u10D4\u10D1\u10D8",future:"{{count}} \u10EC\u10D0\u10DB\u10D6\u10D4 \u10DC\u10D0\u10D9\u10DA\u10D4\u10D1\u10E8\u10D8"},xSeconds:{past:"{{count}} \u10EC\u10D0\u10DB\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10EC\u10D0\u10DB\u10D8",future:"{{count}} \u10EC\u10D0\u10DB\u10E8\u10D8"},halfAMinute:{past:"\u10DC\u10D0\u10EE\u10D4\u10D5\u10D0\u10E0\u10D8 \u10EC\u10E3\u10D7\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"\u10DC\u10D0\u10EE\u10D4\u10D5\u10D0\u10E0\u10D8 \u10EC\u10E3\u10D7\u10D8",future:"\u10DC\u10D0\u10EE\u10D4\u10D5\u10D0\u10E0\u10D8 \u10EC\u10E3\u10D7\u10E8\u10D8"},lessThanXMinutes:{past:"{{count}} \u10EC\u10E3\u10D7\u10D6\u10D4 \u10DC\u10D0\u10D9\u10DA\u10D4\u10D1\u10D8 \u10EE\u10DC\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10EC\u10E3\u10D7\u10D6\u10D4 \u10DC\u10D0\u10D9\u10DA\u10D4\u10D1\u10D8",future:"{{count}} \u10EC\u10E3\u10D7\u10D6\u10D4 \u10DC\u10D0\u10D9\u10DA\u10D4\u10D1\u10E8\u10D8"},xMinutes:{past:"{{count}} \u10EC\u10E3\u10D7\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10EC\u10E3\u10D7\u10D8",future:"{{count}} \u10EC\u10E3\u10D7\u10E8\u10D8"},aboutXHours:{past:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10E1\u10D0\u10D0\u10D7\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10E1\u10D0\u10D0\u10D7\u10D8",future:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10E1\u10D0\u10D0\u10D7\u10E8\u10D8"},xHours:{past:"{{count}} \u10E1\u10D0\u10D0\u10D7\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10E1\u10D0\u10D0\u10D7\u10D8",future:"{{count}} \u10E1\u10D0\u10D0\u10D7\u10E8\u10D8"},xDays:{past:"{{count}} \u10D3\u10E6\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10D3\u10E6\u10D4",future:"{{count}} \u10D3\u10E6\u10D4\u10E8\u10D8"},aboutXWeeks:{past:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10D9\u10D5\u10D8\u10E0\u10D0\u10E1 \u10EC\u10D8\u10DC",present:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10D9\u10D5\u10D8\u10E0\u10D0",future:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10D9\u10D5\u10D8\u10E0\u10D0\u10E8\u10D8"},xWeeks:{past:"{{count}} \u10D9\u10D5\u10D8\u10E0\u10D0\u10E1 \u10D9\u10D5\u10D8\u10E0\u10D0",present:"{{count}} \u10D9\u10D5\u10D8\u10E0\u10D0",future:"{{count}} \u10D9\u10D5\u10D8\u10E0\u10D0\u10E8\u10D8"},aboutXMonths:{past:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10D7\u10D5\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10D7\u10D5\u10D4",future:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10D7\u10D5\u10D4\u10E8\u10D8"},xMonths:{past:"{{count}} \u10D7\u10D5\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10D7\u10D5\u10D4",future:"{{count}} \u10D7\u10D5\u10D4\u10E8\u10D8"},aboutXYears:{past:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10EC\u10DA\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10EC\u10D4\u10DA\u10D8",future:"\u10D3\u10D0\u10D0\u10EE\u10DA\u10DD\u10D4\u10D1\u10D8\u10D7 {{count}} \u10EC\u10D4\u10DA\u10E8\u10D8"},xYears:{past:"{{count}} \u10EC\u10DA\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10EC\u10D4\u10DA\u10D8",future:"{{count}} \u10EC\u10D4\u10DA\u10E8\u10D8"},overXYears:{past:"{{count}} \u10EC\u10D4\u10DA\u10D6\u10D4 \u10DB\u10D4\u10E2\u10D8 \u10EE\u10DC\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"{{count}} \u10EC\u10D4\u10DA\u10D6\u10D4 \u10DB\u10D4\u10E2\u10D8",future:"{{count}} \u10EC\u10D4\u10DA\u10D6\u10D4 \u10DB\u10D4\u10E2\u10D8 \u10EE\u10DC\u10D8\u10E1 \u10E8\u10D4\u10DB\u10D3\u10D4\u10D2"},almostXYears:{past:"\u10D7\u10D8\u10D7\u10E5\u10DB\u10D8\u10E1 {{count}} \u10EC\u10DA\u10D8\u10E1 \u10EC\u10D8\u10DC",present:"\u10D7\u10D8\u10D7\u10E5\u10DB\u10D8\u10E1 {{count}} \u10EC\u10D4\u10DA\u10D8",future:"\u10D7\u10D8\u10D7\u10E5\u10DB\u10D8\u10E1 {{count}} \u10EC\u10D4\u10DA\u10E8\u10D8"}},sPe=function(e,t,n){var r,a=oPe[e];return typeof a=="string"?r=a:n!=null&&n.addSuffix&&n.comparison&&n.comparison>0?r=a.future.replace("{{count}}",String(t)):n!=null&&n.addSuffix?r=a.past.replace("{{count}}",String(t)):r=a.present.replace("{{count}}",String(t)),r};const lPe=sPe;var uPe={full:"EEEE, do MMMM, y",long:"do, MMMM, y",medium:"d, MMM, y",short:"dd/MM/yyyy"},cPe={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dPe={full:"{{date}} {{time}}'-\u10D6\u10D4'",long:"{{date}} {{time}}'-\u10D6\u10D4'",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},fPe={date:D({formats:uPe,defaultWidth:"full"}),time:D({formats:cPe,defaultWidth:"full"}),dateTime:D({formats:dPe,defaultWidth:"full"})};const hPe=fPe;var mPe={lastWeek:"'\u10EC\u10D8\u10DC\u10D0' eeee p'-\u10D6\u10D4'",yesterday:"'\u10D2\u10E3\u10E8\u10D8\u10DC' p'-\u10D6\u10D4'",today:"'\u10D3\u10E6\u10D4\u10E1' p'-\u10D6\u10D4'",tomorrow:"'\u10EE\u10D5\u10D0\u10DA' p'-\u10D6\u10D4'",nextWeek:"'\u10E8\u10D4\u10DB\u10D3\u10D4\u10D2\u10D8' eeee p'-\u10D6\u10D4'",other:"P"},pPe=function(e,t,n,r){return mPe[e]};const gPe=pPe;var vPe={narrow:["\u10E9.\u10EC-\u10DB\u10D3\u10D4","\u10E9.\u10EC"],abbreviated:["\u10E9\u10D5.\u10EC-\u10DB\u10D3\u10D4","\u10E9\u10D5.\u10EC"],wide:["\u10E9\u10D5\u10D4\u10DC\u10E1 \u10EC\u10D4\u10DA\u10D7\u10D0\u10E6\u10E0\u10D8\u10EA\u10EE\u10D5\u10D0\u10DB\u10D3\u10D4","\u10E9\u10D5\u10D4\u10DC\u10D8 \u10EC\u10D4\u10DA\u10D7\u10D0\u10E6\u10E0\u10D8\u10EA\u10EE\u10D5\u10D8\u10D7"]},bPe={narrow:["1","2","3","4"],abbreviated:["1-\u10DA\u10D8 \u10D9\u10D5","2-\u10D4 \u10D9\u10D5","3-\u10D4 \u10D9\u10D5","4-\u10D4 \u10D9\u10D5"],wide:["1-\u10DA\u10D8 \u10D9\u10D5\u10D0\u10E0\u10E2\u10D0\u10DA\u10D8","2-\u10D4 \u10D9\u10D5\u10D0\u10E0\u10E2\u10D0\u10DA\u10D8","3-\u10D4 \u10D9\u10D5\u10D0\u10E0\u10E2\u10D0\u10DA\u10D8","4-\u10D4 \u10D9\u10D5\u10D0\u10E0\u10E2\u10D0\u10DA\u10D8"]},yPe={narrow:["\u10D8\u10D0","\u10D7\u10D4","\u10DB\u10D0","\u10D0\u10DE","\u10DB\u10E1","\u10D5\u10DC","\u10D5\u10DA","\u10D0\u10D2","\u10E1\u10D4","\u10DD\u10E5","\u10DC\u10DD","\u10D3\u10D4"],abbreviated:["\u10D8\u10D0\u10DC","\u10D7\u10D4\u10D1","\u10DB\u10D0\u10E0","\u10D0\u10DE\u10E0","\u10DB\u10D0\u10D8","\u10D8\u10D5\u10DC","\u10D8\u10D5\u10DA","\u10D0\u10D2\u10D5","\u10E1\u10D4\u10E5","\u10DD\u10E5\u10E2","\u10DC\u10DD\u10D4","\u10D3\u10D4\u10D9"],wide:["\u10D8\u10D0\u10DC\u10D5\u10D0\u10E0\u10D8","\u10D7\u10D4\u10D1\u10D4\u10E0\u10D5\u10D0\u10DA\u10D8","\u10DB\u10D0\u10E0\u10E2\u10D8","\u10D0\u10DE\u10E0\u10D8\u10DA\u10D8","\u10DB\u10D0\u10D8\u10E1\u10D8","\u10D8\u10D5\u10DC\u10D8\u10E1\u10D8","\u10D8\u10D5\u10DA\u10D8\u10E1\u10D8","\u10D0\u10D2\u10D5\u10D8\u10E1\u10E2\u10DD","\u10E1\u10D4\u10E5\u10E2\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8","\u10DD\u10E5\u10E2\u10DD\u10DB\u10D1\u10D4\u10E0\u10D8","\u10DC\u10DD\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8","\u10D3\u10D4\u10D9\u10D4\u10DB\u10D1\u10D4\u10E0\u10D8"]},wPe={narrow:["\u10D9\u10D5","\u10DD\u10E0","\u10E1\u10D0","\u10DD\u10D7","\u10EE\u10E3","\u10DE\u10D0","\u10E8\u10D0"],short:["\u10D9\u10D5\u10D8","\u10DD\u10E0\u10E8","\u10E1\u10D0\u10DB","\u10DD\u10D7\u10EE","\u10EE\u10E3\u10D7","\u10DE\u10D0\u10E0","\u10E8\u10D0\u10D1"],abbreviated:["\u10D9\u10D5\u10D8","\u10DD\u10E0\u10E8","\u10E1\u10D0\u10DB","\u10DD\u10D7\u10EE","\u10EE\u10E3\u10D7","\u10DE\u10D0\u10E0","\u10E8\u10D0\u10D1"],wide:["\u10D9\u10D5\u10D8\u10E0\u10D0","\u10DD\u10E0\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10E1\u10D0\u10DB\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10DD\u10D7\u10EE\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10EE\u10E3\u10D7\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8","\u10DE\u10D0\u10E0\u10D0\u10E1\u10D9\u10D4\u10D5\u10D8","\u10E8\u10D0\u10D1\u10D0\u10D7\u10D8"]},kPe={narrow:{am:"a",pm:"p",midnight:"\u10E8\u10E3\u10D0\u10E6\u10D0\u10DB\u10D4",noon:"\u10E8\u10E3\u10D0\u10D3\u10E6\u10D4",morning:"\u10D3\u10D8\u10DA\u10D0",afternoon:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD",evening:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD",night:"\u10E6\u10D0\u10DB\u10D4"},abbreviated:{am:"AM",pm:"PM",midnight:"\u10E8\u10E3\u10D0\u10E6\u10D0\u10DB\u10D4",noon:"\u10E8\u10E3\u10D0\u10D3\u10E6\u10D4",morning:"\u10D3\u10D8\u10DA\u10D0",afternoon:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD",evening:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD",night:"\u10E6\u10D0\u10DB\u10D4"},wide:{am:"a.m.",pm:"p.m.",midnight:"\u10E8\u10E3\u10D0\u10E6\u10D0\u10DB\u10D4",noon:"\u10E8\u10E3\u10D0\u10D3\u10E6\u10D4",morning:"\u10D3\u10D8\u10DA\u10D0",afternoon:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD",evening:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD",night:"\u10E6\u10D0\u10DB\u10D4"}},xPe={narrow:{am:"a",pm:"p",midnight:"\u10E8\u10E3\u10D0\u10E6\u10D0\u10DB\u10D8\u10D7",noon:"\u10E8\u10E3\u10D0\u10D3\u10E6\u10D8\u10E1\u10D0\u10E1",morning:"\u10D3\u10D8\u10DA\u10D8\u10D7",afternoon:"\u10DC\u10D0\u10E8\u10E3\u10D0\u10D3\u10E6\u10D4\u10D5\u10E1",evening:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD\u10E1",night:"\u10E6\u10D0\u10DB\u10D8\u10D7"},abbreviated:{am:"AM",pm:"PM",midnight:"\u10E8\u10E3\u10D0\u10E6\u10D0\u10DB\u10D8\u10D7",noon:"\u10E8\u10E3\u10D0\u10D3\u10E6\u10D8\u10E1\u10D0\u10E1",morning:"\u10D3\u10D8\u10DA\u10D8\u10D7",afternoon:"\u10DC\u10D0\u10E8\u10E3\u10D0\u10D3\u10E6\u10D4\u10D5\u10E1",evening:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD\u10E1",night:"\u10E6\u10D0\u10DB\u10D8\u10D7"},wide:{am:"a.m.",pm:"p.m.",midnight:"\u10E8\u10E3\u10D0\u10E6\u10D0\u10DB\u10D8\u10D7",noon:"\u10E8\u10E3\u10D0\u10D3\u10E6\u10D8\u10E1\u10D0\u10E1",morning:"\u10D3\u10D8\u10DA\u10D8\u10D7",afternoon:"\u10DC\u10D0\u10E8\u10E3\u10D0\u10D3\u10E6\u10D4\u10D5\u10E1",evening:"\u10E1\u10D0\u10E6\u10D0\u10DB\u10DD\u10E1",night:"\u10E6\u10D0\u10DB\u10D8\u10D7"}},PPe=function(e){var t=Number(e);return t===1?t+"-\u10DA\u10D8":t+"-\u10D4"},MPe={ordinalNumber:PPe,era:S({values:vPe,defaultWidth:"wide"}),quarter:S({values:bPe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:yPe,defaultWidth:"wide"}),day:S({values:wPe,defaultWidth:"wide"}),dayPeriod:S({values:kPe,defaultWidth:"wide",formattingValues:xPe,defaultFormattingWidth:"wide"})};const APe=MPe;var SPe=/^(\d+)(-ლი|-ე)?/i,CPe=/\d+/i,EPe={narrow:/^(ჩვ?\.წ)/i,abbreviated:/^(ჩვ?\.წ)/i,wide:/^(ჩვენს წელთაღრიცხვამდე|ქრისტეშობამდე|ჩვენი წელთაღრიცხვით|ქრისტეშობიდან)/i},WPe={any:[/^(ჩვენს წელთაღრიცხვამდე|ქრისტეშობამდე)/i,/^(ჩვენი წელთაღრიცხვით|ქრისტეშობიდან)/i]},jPe={narrow:/^[1234]/i,abbreviated:/^[1234]-(ლი|ე)? კვ/i,wide:/^[1234]-(ლი|ე)? კვარტალი/i},OPe={any:[/1/i,/2/i,/3/i,/4/i]},TPe={any:/^(ია|თე|მა|აპ|მს|ვნ|ვლ|აგ|სე|ოქ|ნო|დე)/i},zPe={any:[/^ია/i,/^თ/i,/^მარ/i,/^აპ/i,/^მაი/i,/^ი?ვნ/i,/^ი?ვლ/i,/^აგ/i,/^ს/i,/^ო/i,/^ნ/i,/^დ/i]},NPe={narrow:/^(კვ|ორ|სა|ოთ|ხუ|პა|შა)/i,short:/^(კვი|ორშ|სამ|ოთხ|ხუთ|პარ|შაბ)/i,wide:/^(კვირა|ორშაბათი|სამშაბათი|ოთხშაბათი|ხუთშაბათი|პარასკევი|შაბათი)/i},_Pe={any:[/^კვ/i,/^ორ/i,/^სა/i,/^ოთ/i,/^ხუ/i,/^პა/i,/^შა/i]},RPe={any:/^([ap]\.?\s?m\.?|შუაღ|დილ)/i},IPe={any:{am:/^a/i,pm:/^p/i,midnight:/^შუაღ/i,noon:/^შუადღ/i,morning:/^დილ/i,afternoon:/ნაშუადღევს/i,evening:/საღამო/i,night:/ღამ/i}},DPe={ordinalNumber:Le({matchPattern:SPe,parsePattern:CPe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:EPe,defaultMatchWidth:"wide",parsePatterns:WPe,defaultParseWidth:"any"}),quarter:C({matchPatterns:jPe,defaultMatchWidth:"wide",parsePatterns:OPe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:TPe,defaultMatchWidth:"any",parsePatterns:zPe,defaultParseWidth:"any"}),day:C({matchPatterns:NPe,defaultMatchWidth:"wide",parsePatterns:_Pe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:RPe,defaultMatchWidth:"any",parsePatterns:IPe,defaultParseWidth:"any"})};const LPe=DPe;var HPe={code:"ka",formatDistance:lPe,formatLong:hPe,formatRelative:gPe,localize:APe,match:LPe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const FPe=HPe;var BPe={lessThanXSeconds:{regular:{one:"1 \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u0430\u0437",singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u0430\u0437",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u0430\u0437",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u0430\u0437"},future:{one:"\u0431\u0456\u0440 \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D"}},xSeconds:{regular:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},past:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434 \u0431\u04B1\u0440\u044B\u043D",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434 \u0431\u04B1\u0440\u044B\u043D",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434 \u0431\u04B1\u0440\u044B\u043D"},future:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D"}},halfAMinute:function(e){return e!=null&&e.addSuffix?e.comparison&&e.comparison>0?"\u0436\u0430\u0440\u0442\u044B \u043C\u0438\u043D\u0443\u0442 \u0456\u0448\u0456\u043D\u0434\u0435":"\u0436\u0430\u0440\u0442\u044B \u043C\u0438\u043D\u0443\u0442 \u0431\u04B1\u0440\u044B\u043D":"\u0436\u0430\u0440\u0442\u044B \u043C\u0438\u043D\u0443\u0442"},lessThanXMinutes:{regular:{one:"1 \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u0430\u0437",singularNominative:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u0430\u0437",singularGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u0430\u0437",pluralGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u0430\u0437"},future:{one:"\u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u043A\u0435\u043C ",singularNominative:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u043A\u0435\u043C",singularGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u043A\u0435\u043C",pluralGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u043A\u0435\u043C"}},xMinutes:{regular:{singularNominative:"{{count}} \u043C\u0438\u043D\u0443\u0442",singularGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442",pluralGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442"},past:{singularNominative:"{{count}} \u043C\u0438\u043D\u0443\u0442 \u0431\u04B1\u0440\u044B\u043D",singularGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442 \u0431\u04B1\u0440\u044B\u043D",pluralGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442 \u0431\u04B1\u0440\u044B\u043D"},future:{singularNominative:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D"}},aboutXHours:{regular:{singularNominative:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0441\u0430\u0493\u0430\u0442",singularGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0441\u0430\u0493\u0430\u0442",pluralGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0441\u0430\u0493\u0430\u0442"},future:{singularNominative:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0441\u0430\u0493\u0430\u0442\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0441\u0430\u0493\u0430\u0442\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0441\u0430\u0493\u0430\u0442\u0442\u0430\u043D \u043A\u0435\u0439\u0456\u043D"}},xHours:{regular:{singularNominative:"{{count}} \u0441\u0430\u0493\u0430\u0442",singularGenitive:"{{count}} \u0441\u0430\u0493\u0430\u0442",pluralGenitive:"{{count}} \u0441\u0430\u0493\u0430\u0442"}},xDays:{regular:{singularNominative:"{{count}} \u043A\u04AF\u043D",singularGenitive:"{{count}} \u043A\u04AF\u043D",pluralGenitive:"{{count}} \u043A\u04AF\u043D"},future:{singularNominative:"{{count}} \u043A\u04AF\u043D\u043D\u0435\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"{{count}} \u043A\u04AF\u043D\u043D\u0435\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"{{count}} \u043A\u04AF\u043D\u043D\u0435\u043D \u043A\u0435\u0439\u0456\u043D"}},aboutXWeeks:{type:"weeks",one:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D 1 \u0430\u043F\u0442\u0430",other:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0430\u043F\u0442\u0430"},xWeeks:{type:"weeks",one:"1 \u0430\u043F\u0442\u0430",other:"{{count}} \u0430\u043F\u0442\u0430"},aboutXMonths:{regular:{singularNominative:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0430\u0439",singularGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0430\u0439",pluralGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0430\u0439"},future:{singularNominative:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0430\u0439\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0430\u0439\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0430\u0439\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D"}},xMonths:{regular:{singularNominative:"{{count}} \u0430\u0439",singularGenitive:"{{count}} \u0430\u0439",pluralGenitive:"{{count}} \u0430\u0439"}},aboutXYears:{regular:{singularNominative:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0436\u044B\u043B",singularGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0436\u044B\u043B",pluralGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0436\u044B\u043B"},future:{singularNominative:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"\u0448\u0430\u043C\u0430\u043C\u0435\u043D {{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D"}},xYears:{regular:{singularNominative:"{{count}} \u0436\u044B\u043B",singularGenitive:"{{count}} \u0436\u044B\u043B",pluralGenitive:"{{count}} \u0436\u044B\u043B"},future:{singularNominative:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D"}},overXYears:{regular:{singularNominative:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u0430\u0441\u0442\u0430\u043C",singularGenitive:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u0430\u0441\u0442\u0430\u043C",pluralGenitive:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u0430\u0441\u0442\u0430\u043C"},future:{singularNominative:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u0430\u0441\u0442\u0430\u043C",singularGenitive:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u0430\u0441\u0442\u0430\u043C",pluralGenitive:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u0430\u0441\u0442\u0430\u043C"}},almostXYears:{regular:{singularNominative:"{{count}} \u0436\u044B\u043B\u0493\u0430 \u0436\u0430\u049B\u044B\u043D",singularGenitive:"{{count}} \u0436\u044B\u043B\u0493\u0430 \u0436\u0430\u049B\u044B\u043D",pluralGenitive:"{{count}} \u0436\u044B\u043B\u0493\u0430 \u0436\u0430\u049B\u044B\u043D"},future:{singularNominative:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D",singularGenitive:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D",pluralGenitive:"{{count}} \u0436\u044B\u043B\u0434\u0430\u043D \u043A\u0435\u0439\u0456\u043D"}}};function qd(e,t){if(e.one&&t===1)return e.one;var n=t%10,r=t%100;return n===1&&r!==11?e.singularNominative.replace("{{count}}",String(t)):n>=2&&n<=4&&(r<10||r>20)?e.singularGenitive.replace("{{count}}",String(t)):e.pluralGenitive.replace("{{count}}",String(t))}var XPe=function(e,t,n){var r=BPe[e];return typeof r=="function"?r(n):r.type==="weeks"?t===1?r.one:r.other.replace("{{count}}",String(t)):n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r.future?qd(r.future,t):qd(r.regular,t)+" \u043A\u0435\u0439\u0456\u043D":r.past?qd(r.past,t):qd(r.regular,t)+" \u0431\u04B1\u0440\u044B\u043D":qd(r.regular,t)};const UPe=XPe;var GPe={full:"EEEE, do MMMM y '\u0436.'",long:"do MMMM y '\u0436.'",medium:"d MMM y '\u0436.'",short:"dd.MM.yyyy"},YPe={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},KPe={any:"{{date}}, {{time}}"},qPe={date:D({formats:GPe,defaultWidth:"full"}),time:D({formats:YPe,defaultWidth:"full"}),dateTime:D({formats:KPe,defaultWidth:"any"})};const VPe=qPe;var J1=["\u0436\u0435\u043A\u0441\u0435\u043D\u0431\u0456\u0434\u0435","\u0434\u04AF\u0439\u0441\u0435\u043D\u0431\u0456\u0434\u0435","\u0441\u0435\u0439\u0441\u0435\u043D\u0431\u0456\u0434\u0435","\u0441\u04D9\u0440\u0441\u0435\u043D\u0431\u0456\u0434\u0435","\u0431\u0435\u0439\u0441\u0435\u043D\u0431\u0456\u0434\u0435","\u0436\u04B1\u043C\u0430\u0434\u0430","\u0441\u0435\u043D\u0431\u0456\u0434\u0435"];function JPe(e){var t=J1[e];return"'\u04E9\u0442\u043A\u0435\u043D "+t+" \u0441\u0430\u0493\u0430\u0442' p'-\u0434\u0435'"}function JM(e){var t=J1[e];return"'"+t+" \u0441\u0430\u0493\u0430\u0442' p'-\u0434\u0435'"}function QPe(e){var t=J1[e];return"'\u043A\u0435\u043B\u0435\u0441\u0456 "+t+" \u0441\u0430\u0493\u0430\u0442' p'-\u0434\u0435'"}var $Pe={lastWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?JM(r):JPe(r)},yesterday:"'\u043A\u0435\u0448\u0435 \u0441\u0430\u0493\u0430\u0442' p'-\u0434\u0435'",today:"'\u0431\u04AF\u0433\u0456\u043D \u0441\u0430\u0493\u0430\u0442' p'-\u0434\u0435'",tomorrow:"'\u0435\u0440\u0442\u0435\u04A3 \u0441\u0430\u0493\u0430\u0442' p'-\u0434\u0435'",nextWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?JM(r):QPe(r)},other:"P"},ZPe=function(e,t,n,r){var a=$Pe[e];return typeof a=="function"?a(t,n,r):a};const e2e=ZPe;var t2e={narrow:["\u0431.\u0437.\u0434.","\u0431.\u0437."],abbreviated:["\u0431.\u0437.\u0434.","\u0431.\u0437."],wide:["\u0431\u0456\u0437\u0434\u0456\u04A3 \u0437\u0430\u043C\u0430\u043D\u044B\u043C\u044B\u0437\u0493\u0430 \u0434\u0435\u0439\u0456\u043D","\u0431\u0456\u0437\u0434\u0456\u04A3 \u0437\u0430\u043C\u0430\u043D\u044B\u043C\u044B\u0437"]},n2e={narrow:["1","2","3","4"],abbreviated:["1-\u0448\u0456 \u0442\u043E\u049B.","2-\u0448\u0456 \u0442\u043E\u049B.","3-\u0448\u0456 \u0442\u043E\u049B.","4-\u0448\u0456 \u0442\u043E\u049B."],wide:["1-\u0448\u0456 \u0442\u043E\u049B\u0441\u0430\u043D","2-\u0448\u0456 \u0442\u043E\u049B\u0441\u0430\u043D","3-\u0448\u0456 \u0442\u043E\u049B\u0441\u0430\u043D","4-\u0448\u0456 \u0442\u043E\u049B\u0441\u0430\u043D"]},r2e={narrow:["\u049A","\u0410","\u041D","\u0421","\u041C","\u041C","\u0428","\u0422","\u049A","\u049A","\u049A","\u0416"],abbreviated:["\u049B\u0430\u04A3","\u0430\u049B\u043F","\u043D\u0430\u0443","\u0441\u04D9\u0443","\u043C\u0430\u043C","\u043C\u0430\u0443","\u0448\u0456\u043B","\u0442\u0430\u043C","\u049B\u044B\u0440","\u049B\u0430\u0437","\u049B\u0430\u0440","\u0436\u0435\u043B"],wide:["\u049B\u0430\u04A3\u0442\u0430\u0440","\u0430\u049B\u043F\u0430\u043D","\u043D\u0430\u0443\u0440\u044B\u0437","\u0441\u04D9\u0443\u0456\u0440","\u043C\u0430\u043C\u044B\u0440","\u043C\u0430\u0443\u0441\u044B\u043C","\u0448\u0456\u043B\u0434\u0435","\u0442\u0430\u043C\u044B\u0437","\u049B\u044B\u0440\u043A\u04AF\u0439\u0435\u043A","\u049B\u0430\u0437\u0430\u043D","\u049B\u0430\u0440\u0430\u0448\u0430","\u0436\u0435\u043B\u0442\u043E\u049B\u0441\u0430\u043D"]},a2e={narrow:["\u049A","\u0410","\u041D","\u0421","\u041C","\u041C","\u0428","\u0422","\u049A","\u049A","\u049A","\u0416"],abbreviated:["\u049B\u0430\u04A3","\u0430\u049B\u043F","\u043D\u0430\u0443","\u0441\u04D9\u0443","\u043C\u0430\u043C","\u043C\u0430\u0443","\u0448\u0456\u043B","\u0442\u0430\u043C","\u049B\u044B\u0440","\u049B\u0430\u0437","\u049B\u0430\u0440","\u0436\u0435\u043B"],wide:["\u049B\u0430\u04A3\u0442\u0430\u0440","\u0430\u049B\u043F\u0430\u043D","\u043D\u0430\u0443\u0440\u044B\u0437","\u0441\u04D9\u0443\u0456\u0440","\u043C\u0430\u043C\u044B\u0440","\u043C\u0430\u0443\u0441\u044B\u043C","\u0448\u0456\u043B\u0434\u0435","\u0442\u0430\u043C\u044B\u0437","\u049B\u044B\u0440\u043A\u04AF\u0439\u0435\u043A","\u049B\u0430\u0437\u0430\u043D","\u049B\u0430\u0440\u0430\u0448\u0430","\u0436\u0435\u043B\u0442\u043E\u049B\u0441\u0430\u043D"]},i2e={narrow:["\u0416","\u0414","\u0421","\u0421","\u0411","\u0416","\u0421"],short:["\u0436\u0441","\u0434\u0441","\u0441\u0441","\u0441\u0440","\u0431\u0441","\u0436\u043C","\u0441\u0431"],abbreviated:["\u0436\u0441","\u0434\u0441","\u0441\u0441","\u0441\u0440","\u0431\u0441","\u0436\u043C","\u0441\u0431"],wide:["\u0436\u0435\u043A\u0441\u0435\u043D\u0431\u0456","\u0434\u04AF\u0439\u0441\u0435\u043D\u0431\u0456","\u0441\u0435\u0439\u0441\u0435\u043D\u0431\u0456","\u0441\u04D9\u0440\u0441\u0435\u043D\u0431\u0456","\u0431\u0435\u0439\u0441\u0435\u043D\u0431\u0456","\u0436\u04B1\u043C\u0430","\u0441\u0435\u043D\u0431\u0456"]},o2e={narrow:{am:"\u0422\u0414",pm:"\u0422\u041A",midnight:"\u0442\u04AF\u043D \u043E\u0440\u0442\u0430\u0441\u044B",noon:"\u0442\u04AF\u0441",morning:"\u0442\u0430\u04A3",afternoon:"\u043A\u04AF\u043D\u0434\u0456\u0437",evening:"\u043A\u0435\u0448",night:"\u0442\u04AF\u043D"},wide:{am:"\u0422\u0414",pm:"\u0422\u041A",midnight:"\u0442\u04AF\u043D \u043E\u0440\u0442\u0430\u0441\u044B",noon:"\u0442\u04AF\u0441",morning:"\u0442\u0430\u04A3",afternoon:"\u043A\u04AF\u043D\u0434\u0456\u0437",evening:"\u043A\u0435\u0448",night:"\u0442\u04AF\u043D"}},s2e={narrow:{am:"\u0422\u0414",pm:"\u0422\u041A",midnight:"\u0442\u04AF\u043D \u043E\u0440\u0442\u0430\u0441\u044B\u043D\u0434\u0430",noon:"\u0442\u04AF\u0441",morning:"\u0442\u0430\u04A3",afternoon:"\u043A\u04AF\u043D",evening:"\u043A\u0435\u0448",night:"\u0442\u04AF\u043D"},wide:{am:"\u0422\u0414",pm:"\u0422\u041A",midnight:"\u0442\u04AF\u043D \u043E\u0440\u0442\u0430\u0441\u044B\u043D\u0434\u0430",noon:"\u0442\u04AF\u0441\u0442\u0435",morning:"\u0442\u0430\u04A3\u0435\u0440\u0442\u0435\u04A3",afternoon:"\u043A\u04AF\u043D\u0434\u0456\u0437",evening:"\u043A\u0435\u0448\u0442\u0435",night:"\u0442\u04AF\u043D\u0434\u0435"}},ay={0:"-\u0448\u0456",1:"-\u0448\u0456",2:"-\u0448\u0456",3:"-\u0448\u0456",4:"-\u0448\u0456",5:"-\u0448\u0456",6:"-\u0448\u044B",7:"-\u0448\u0456",8:"-\u0448\u0456",9:"-\u0448\u044B",10:"-\u0448\u044B",20:"-\u0448\u044B",30:"-\u0448\u044B",40:"-\u0448\u044B",50:"-\u0448\u0456",60:"-\u0448\u044B",70:"-\u0448\u0456",80:"-\u0448\u0456",90:"-\u0448\u044B",100:"-\u0448\u0456"},l2e=function(e,t){var n=Number(e),r=n%10,a=n>=100?100:null,s=ay[n]||ay[r]||a&&ay[a]||"";return n+s},u2e={ordinalNumber:l2e,era:S({values:t2e,defaultWidth:"wide"}),quarter:S({values:n2e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:r2e,defaultWidth:"wide",formattingValues:a2e,defaultFormattingWidth:"wide"}),day:S({values:i2e,defaultWidth:"wide"}),dayPeriod:S({values:o2e,defaultWidth:"any",formattingValues:s2e,defaultFormattingWidth:"wide"})};const c2e=u2e;var d2e=/^(\d+)(-?(ші|шы))?/i,f2e=/\d+/i,h2e={narrow:/^((б )?з\.?\s?д\.?)/i,abbreviated:/^((б )?з\.?\s?д\.?)/i,wide:/^(біздің заманымызға дейін|біздің заманымыз|біздің заманымыздан)/i},m2e={any:[/^б/i,/^з/i]},p2e={narrow:/^[1234]/i,abbreviated:/^[1234](-?ші)? тоқ.?/i,wide:/^[1234](-?ші)? тоқсан/i},g2e={any:[/1/i,/2/i,/3/i,/4/i]},v2e={narrow:/^(қ|а|н|с|м|мау|ш|т|қыр|қаз|қар|ж)/i,abbreviated:/^(қаң|ақп|нау|сәу|мам|мау|шіл|там|қыр|қаз|қар|жел)/i,wide:/^(қаңтар|ақпан|наурыз|сәуір|мамыр|маусым|шілде|тамыз|қыркүйек|қазан|қараша|желтоқсан)/i},b2e={narrow:[/^қ/i,/^а/i,/^н/i,/^с/i,/^м/i,/^м/i,/^ш/i,/^т/i,/^қ/i,/^қ/i,/^қ/i,/^ж/i],abbreviated:[/^қаң/i,/^ақп/i,/^нау/i,/^сәу/i,/^мам/i,/^мау/i,/^шіл/i,/^там/i,/^қыр/i,/^қаз/i,/^қар/i,/^жел/i],any:[/^қ/i,/^а/i,/^н/i,/^с/i,/^м/i,/^м/i,/^ш/i,/^т/i,/^қ/i,/^қ/i,/^қ/i,/^ж/i]},y2e={narrow:/^(ж|д|с|с|б|ж|с)/i,short:/^(жс|дс|сс|ср|бс|жм|сб)/i,wide:/^(жексенбі|дүйсенбі|сейсенбі|сәрсенбі|бейсенбі|жұма|сенбі)/i},w2e={narrow:[/^ж/i,/^д/i,/^с/i,/^с/i,/^б/i,/^ж/i,/^с/i],short:[/^жс/i,/^дс/i,/^сс/i,/^ср/i,/^бс/i,/^жм/i,/^сб/i],any:[/^ж[ек]/i,/^д[үй]/i,/^сe[й]/i,/^сә[р]/i,/^б[ей]/i,/^ж[ұм]/i,/^се[н]/i]},k2e={narrow:/^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i,wide:/^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i,any:/^Т\.?\s?[ДК]\.?|түн ортасында|((түсте|таңертең|таңда|таңертең|таңмен|таң|күндіз|күн|кеште|кеш|түнде|түн)\.?)/i},x2e={any:{am:/^ТД/i,pm:/^ТК/i,midnight:/^түн орта/i,noon:/^күндіз/i,morning:/таң/i,afternoon:/түс/i,evening:/кеш/i,night:/түн/i}},P2e={ordinalNumber:Le({matchPattern:d2e,parsePattern:f2e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:h2e,defaultMatchWidth:"wide",parsePatterns:m2e,defaultParseWidth:"any"}),quarter:C({matchPatterns:p2e,defaultMatchWidth:"wide",parsePatterns:g2e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:v2e,defaultMatchWidth:"wide",parsePatterns:b2e,defaultParseWidth:"any"}),day:C({matchPatterns:y2e,defaultMatchWidth:"wide",parsePatterns:w2e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:k2e,defaultMatchWidth:"wide",parsePatterns:x2e,defaultParseWidth:"any"})};const M2e=P2e;var A2e={code:"kk",formatDistance:UPe,formatLong:VPe,formatRelative:e2e,localize:c2e,match:M2e,options:{weekStartsOn:1,firstWeekContainsDate:1}};const S2e=A2e;var C2e={lessThanXSeconds:"\u178F\u17B7\u1785\u1787\u17B6\u1784 {{count}} \u179C\u17B7\u1793\u17B6\u1791\u17B8",xSeconds:"{{count}} \u179C\u17B7\u1793\u17B6\u1791\u17B8",halfAMinute:"\u1780\u1793\u17D2\u179B\u17C7\u1793\u17B6\u1791\u17B8",lessThanXMinutes:"\u178F\u17B7\u1785\u1787\u17B6\u1784 {{count}} \u1793\u17B6\u1791\u17B8",xMinutes:"{{count}} \u1793\u17B6\u1791\u17B8",aboutXHours:"\u1794\u17D2\u179A\u17A0\u17C2\u179B {{count}} \u1798\u17C9\u17C4\u1784",xHours:"{{count}} \u1798\u17C9\u17C4\u1784",xDays:"{{count}} \u1790\u17D2\u1784\u17C3",aboutXWeeks:"\u1794\u17D2\u179A\u17A0\u17C2\u179B {{count}} \u179F\u1794\u17D2\u178F\u17B6\u17A0\u17CD",xWeeks:"{{count}} \u179F\u1794\u17D2\u178F\u17B6\u17A0\u17CD",aboutXMonths:"\u1794\u17D2\u179A\u17A0\u17C2\u179B {{count}} \u1781\u17C2",xMonths:"{{count}} \u1781\u17C2",aboutXYears:"\u1794\u17D2\u179A\u17A0\u17C2\u179B {{count}} \u1786\u17D2\u1793\u17B6\u17C6",xYears:"{{count}} \u1786\u17D2\u1793\u17B6\u17C6",overXYears:"\u1787\u17B6\u1784 {{count}} \u1786\u17D2\u1793\u17B6\u17C6",almostXYears:"\u1787\u17B7\u178F {{count}} \u1786\u17D2\u1793\u17B6\u17C6"},E2e=function(e,t,n){var r=C2e[e],a=r;return typeof t=="number"&&(a=a.replace("{{count}}",t.toString())),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u1780\u17D2\u1793\u17BB\u1784\u179A\u1799\u17C8\u1796\u17C1\u179B "+a:a+"\u1798\u17BB\u1793":a};const W2e=E2e;var j2e={full:"EEEE do MMMM y",long:"do MMMM y",medium:"d MMM y",short:"dd/MM/yyyy"},O2e={full:"h:mm:ss a",long:"h:mm:ss a",medium:"h:mm:ss a",short:"h:mm a"},T2e={full:"{{date}} '\u1798\u17C9\u17C4\u1784' {{time}}",long:"{{date}} '\u1798\u17C9\u17C4\u1784' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},z2e={date:D({formats:j2e,defaultWidth:"full"}),time:D({formats:O2e,defaultWidth:"full"}),dateTime:D({formats:T2e,defaultWidth:"full"})};const N2e=z2e;var _2e={lastWeek:"'\u1790\u17D2\u1784\u17C3'eeee'\u179F\u200B\u1794\u17D2\u178F\u17B6\u200B\u17A0\u17CD\u200B\u1798\u17BB\u1793\u1798\u17C9\u17C4\u1784' p",yesterday:"'\u1798\u17D2\u179F\u17B7\u179B\u1798\u17B7\u1789\u1793\u17C5\u1798\u17C9\u17C4\u1784' p",today:"'\u1790\u17D2\u1784\u17C3\u1793\u17C1\u17C7\u1798\u17C9\u17C4\u1784' p",tomorrow:"'\u1790\u17D2\u1784\u17C3\u179F\u17D2\u17A2\u17C2\u1780\u1798\u17C9\u17C4\u1784' p",nextWeek:"'\u1790\u17D2\u1784\u17C3'eeee'\u179F\u200B\u1794\u17D2\u178F\u17B6\u200B\u17A0\u17CD\u200B\u1780\u17D2\u179A\u17C4\u1799\u1798\u17C9\u17C4\u1784' p",other:"P"},R2e=function(e,t,n,r){return _2e[e]};const I2e=R2e;var D2e={narrow:["\u1798.\u1782\u179F","\u1782\u179F"],abbreviated:["\u1798\u17BB\u1793\u1782.\u179F","\u1782.\u179F"],wide:["\u1798\u17BB\u1793\u1782\u17D2\u179A\u17B7\u179F\u17D2\u178F\u179F\u1780\u179A\u17B6\u1787","\u1793\u17C3\u1782\u17D2\u179A\u17B7\u179F\u17D2\u178F\u179F\u1780\u179A\u17B6\u1787"]},L2e={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["\u178F\u17D2\u179A\u17B8\u1798\u17B6\u179F\u1791\u17B8 1","\u178F\u17D2\u179A\u17B8\u1798\u17B6\u179F\u1791\u17B8 2","\u178F\u17D2\u179A\u17B8\u1798\u17B6\u179F\u1791\u17B8 3","\u178F\u17D2\u179A\u17B8\u1798\u17B6\u179F\u1791\u17B8 4"]},H2e={narrow:["\u1798.\u1780","\u1780.\u1798","\u1798\u17B7","\u1798.\u179F","\u17A7.\u179F","\u1798.\u1790","\u1780.\u178A","\u179F\u17B8","\u1780\u1789","\u178F\u17BB","\u179C\u17B7","\u1792"],abbreviated:["\u1798\u1780\u179A\u17B6","\u1780\u17BB\u1798\u17D2\u1797\u17C8","\u1798\u17B8\u1793\u17B6","\u1798\u17C1\u179F\u17B6","\u17A7\u179F\u1797\u17B6","\u1798\u17B7\u1790\u17BB\u1793\u17B6","\u1780\u1780\u17D2\u1780\u178A\u17B6","\u179F\u17B8\u17A0\u17B6","\u1780\u1789\u17D2\u1789\u17B6","\u178F\u17BB\u179B\u17B6","\u179C\u17B7\u1785\u17D2\u1786\u17B7\u1780\u17B6","\u1792\u17D2\u1793\u17BC"],wide:["\u1798\u1780\u179A\u17B6","\u1780\u17BB\u1798\u17D2\u1797\u17C8","\u1798\u17B8\u1793\u17B6","\u1798\u17C1\u179F\u17B6","\u17A7\u179F\u1797\u17B6","\u1798\u17B7\u1790\u17BB\u1793\u17B6","\u1780\u1780\u17D2\u1780\u178A\u17B6","\u179F\u17B8\u17A0\u17B6","\u1780\u1789\u17D2\u1789\u17B6","\u178F\u17BB\u179B\u17B6","\u179C\u17B7\u1785\u17D2\u1786\u17B7\u1780\u17B6","\u1792\u17D2\u1793\u17BC"]},F2e={narrow:["\u17A2\u17B6","\u1785","\u17A2","\u1796","\u1796\u17D2\u179A","\u179F\u17BB","\u179F"],short:["\u17A2\u17B6","\u1785","\u17A2","\u1796","\u1796\u17D2\u179A","\u179F\u17BB","\u179F"],abbreviated:["\u17A2\u17B6","\u1785","\u17A2","\u1796","\u1796\u17D2\u179A","\u179F\u17BB","\u179F"],wide:["\u17A2\u17B6\u1791\u17B7\u178F\u17D2\u1799","\u1785\u1793\u17D2\u1791","\u17A2\u1784\u17D2\u1782\u17B6\u179A","\u1796\u17BB\u1792","\u1796\u17D2\u179A\u17A0\u179F\u17D2\u1794\u178F\u17B7\u17CD","\u179F\u17BB\u1780\u17D2\u179A","\u179F\u17C5\u179A\u17CD"]},B2e={narrow:{am:"\u1796\u17D2\u179A\u17B9\u1780",pm:"\u179B\u17D2\u1784\u17B6\u1785",midnight:"\u200B\u1796\u17C1\u179B\u1780\u178E\u17D2\u178A\u17B6\u179B\u17A2\u1792\u17D2\u179A\u17B6\u178F\u17D2\u179A",noon:"\u1796\u17C1\u179B\u1790\u17D2\u1784\u17C3\u178F\u17D2\u179A\u1784\u17CB",morning:"\u1796\u17C1\u179B\u1796\u17D2\u179A\u17B9\u1780",afternoon:"\u1796\u17C1\u179B\u179A\u179F\u17C0\u179B",evening:"\u1796\u17C1\u179B\u179B\u17D2\u1784\u17B6\u1785",night:"\u1796\u17C1\u179B\u1799\u1794\u17CB"},abbreviated:{am:"\u1796\u17D2\u179A\u17B9\u1780",pm:"\u179B\u17D2\u1784\u17B6\u1785",midnight:"\u200B\u1796\u17C1\u179B\u1780\u178E\u17D2\u178A\u17B6\u179B\u17A2\u1792\u17D2\u179A\u17B6\u178F\u17D2\u179A",noon:"\u1796\u17C1\u179B\u1790\u17D2\u1784\u17C3\u178F\u17D2\u179A\u1784\u17CB",morning:"\u1796\u17C1\u179B\u1796\u17D2\u179A\u17B9\u1780",afternoon:"\u1796\u17C1\u179B\u179A\u179F\u17C0\u179B",evening:"\u1796\u17C1\u179B\u179B\u17D2\u1784\u17B6\u1785",night:"\u1796\u17C1\u179B\u1799\u1794\u17CB"},wide:{am:"\u1796\u17D2\u179A\u17B9\u1780",pm:"\u179B\u17D2\u1784\u17B6\u1785",midnight:"\u200B\u1796\u17C1\u179B\u1780\u178E\u17D2\u178A\u17B6\u179B\u17A2\u1792\u17D2\u179A\u17B6\u178F\u17D2\u179A",noon:"\u1796\u17C1\u179B\u1790\u17D2\u1784\u17C3\u178F\u17D2\u179A\u1784\u17CB",morning:"\u1796\u17C1\u179B\u1796\u17D2\u179A\u17B9\u1780",afternoon:"\u1796\u17C1\u179B\u179A\u179F\u17C0\u179B",evening:"\u1796\u17C1\u179B\u179B\u17D2\u1784\u17B6\u1785",night:"\u1796\u17C1\u179B\u1799\u1794\u17CB"}},X2e={narrow:{am:"\u1796\u17D2\u179A\u17B9\u1780",pm:"\u179B\u17D2\u1784\u17B6\u1785",midnight:"\u200B\u1796\u17C1\u179B\u1780\u178E\u17D2\u178A\u17B6\u179B\u17A2\u1792\u17D2\u179A\u17B6\u178F\u17D2\u179A",noon:"\u1796\u17C1\u179B\u1790\u17D2\u1784\u17C3\u178F\u17D2\u179A\u1784\u17CB",morning:"\u1796\u17C1\u179B\u1796\u17D2\u179A\u17B9\u1780",afternoon:"\u1796\u17C1\u179B\u179A\u179F\u17C0\u179B",evening:"\u1796\u17C1\u179B\u179B\u17D2\u1784\u17B6\u1785",night:"\u1796\u17C1\u179B\u1799\u1794\u17CB"},abbreviated:{am:"\u1796\u17D2\u179A\u17B9\u1780",pm:"\u179B\u17D2\u1784\u17B6\u1785",midnight:"\u200B\u1796\u17C1\u179B\u1780\u178E\u17D2\u178A\u17B6\u179B\u17A2\u1792\u17D2\u179A\u17B6\u178F\u17D2\u179A",noon:"\u1796\u17C1\u179B\u1790\u17D2\u1784\u17C3\u178F\u17D2\u179A\u1784\u17CB",morning:"\u1796\u17C1\u179B\u1796\u17D2\u179A\u17B9\u1780",afternoon:"\u1796\u17C1\u179B\u179A\u179F\u17C0\u179B",evening:"\u1796\u17C1\u179B\u179B\u17D2\u1784\u17B6\u1785",night:"\u1796\u17C1\u179B\u1799\u1794\u17CB"},wide:{am:"\u1796\u17D2\u179A\u17B9\u1780",pm:"\u179B\u17D2\u1784\u17B6\u1785",midnight:"\u200B\u1796\u17C1\u179B\u1780\u178E\u17D2\u178A\u17B6\u179B\u17A2\u1792\u17D2\u179A\u17B6\u178F\u17D2\u179A",noon:"\u1796\u17C1\u179B\u1790\u17D2\u1784\u17C3\u178F\u17D2\u179A\u1784\u17CB",morning:"\u1796\u17C1\u179B\u1796\u17D2\u179A\u17B9\u1780",afternoon:"\u1796\u17C1\u179B\u179A\u179F\u17C0\u179B",evening:"\u1796\u17C1\u179B\u179B\u17D2\u1784\u17B6\u1785",night:"\u1796\u17C1\u179B\u1799\u1794\u17CB"}},U2e=function(e,t){var n=Number(e);return n.toString()},G2e={ordinalNumber:U2e,era:S({values:D2e,defaultWidth:"wide"}),quarter:S({values:L2e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:H2e,defaultWidth:"wide"}),day:S({values:F2e,defaultWidth:"wide"}),dayPeriod:S({values:B2e,defaultWidth:"wide",formattingValues:X2e,defaultFormattingWidth:"wide"})};const Y2e=G2e;var K2e=/^(\d+)(th|st|nd|rd)?/i,q2e=/\d+/i,V2e={narrow:/^(ម\.)?គស/i,abbreviated:/^(មុន)?គ\.ស/i,wide:/^(មុន|នៃ)គ្រិស្តសករាជ/i},J2e={any:[/^(ម|មុន)គ\.?ស/i,/^(នៃ)?គ\.?ស/i]},Q2e={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^(ត្រីមាស)(ទី)?\s?[1234]/i},$2e={any:[/1/i,/2/i,/3/i,/4/i]},Z2e={narrow:/^(ម\.ក|ក\.ម|មិ|ម\.ស|ឧ\.ស|ម\.ថ|ក\.ដ|សី|កញ|តុ|វិ|ធ)/i,abbreviated:/^(មករា|កុម្ភៈ|មីនា|មេសា|ឧសភា|មិថុនា|កក្កដា|សីហា|កញ្ញា|តុលា|វិច្ឆិកា|ធ្នូ)/i,wide:/^(មករា|កុម្ភៈ|មីនា|មេសា|ឧសភា|មិថុនា|កក្កដា|សីហា|កញ្ញា|តុលា|វិច្ឆិកា|ធ្នូ)/i},eMe={narrow:[/^ម\.ក/i,/^ក\.ម/i,/^មិ/i,/^ម\.ស/i,/^ឧ\.ស/i,/^ម\.ថ/i,/^ក\.ដ/i,/^សី/i,/^កញ/i,/^តុ/i,/^វិ/i,/^ធ/i],any:[/^មក/i,/^កុ/i,/^មីន/i,/^មេ/i,/^ឧស/i,/^មិថ/i,/^កក/i,/^សី/i,/^កញ/i,/^តុ/i,/^វិច/i,/^ធ/i]},tMe={narrow:/^(អា|ច|អ|ព|ព្រ|សុ|ស)/i,short:/^(អា|ច|អ|ព|ព្រ|សុ|ស)/i,abbreviated:/^(អា|ច|អ|ព|ព្រ|សុ|ស)/i,wide:/^(អាទិត្យ|ចន្ទ|អង្គារ|ពុធ|ព្រហស្បតិ៍|សុក្រ|សៅរ៍)/i},nMe={narrow:[/^អា/i,/^ច/i,/^អ/i,/^ព/i,/^ព្រ/i,/^សុ/i,/^ស/i],any:[/^អា/i,/^ច/i,/^អ/i,/^ព/i,/^ព្រ/i,/^សុ/i,/^សៅ/i]},rMe={narrow:/^(ព្រឹក|ល្ងាច|ពេលព្រឹក|ពេលថ្ងៃត្រង់|ពេលល្ងាច|ពេលរសៀល|ពេលយប់|ពេលកណ្ដាលអធ្រាត្រ)/i,any:/^(ព្រឹក|ល្ងាច|ពេលព្រឹក|ពេលថ្ងៃត្រង់|ពេលល្ងាច|ពេលរសៀល|ពេលយប់|ពេលកណ្ដាលអធ្រាត្រ)/i},aMe={any:{am:/^ព្រឹក/i,pm:/^ល្ងាច/i,midnight:/^ពេលកណ្ដាលអធ្រាត្រ/i,noon:/^ពេលថ្ងៃត្រង់/i,morning:/ពេលព្រឹក/i,afternoon:/ពេលរសៀល/i,evening:/ពេលល្ងាច/i,night:/ពេលយប់/i}},iMe={ordinalNumber:Le({matchPattern:K2e,parsePattern:q2e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:V2e,defaultMatchWidth:"wide",parsePatterns:J2e,defaultParseWidth:"any"}),quarter:C({matchPatterns:Q2e,defaultMatchWidth:"wide",parsePatterns:$2e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Z2e,defaultMatchWidth:"wide",parsePatterns:eMe,defaultParseWidth:"any"}),day:C({matchPatterns:tMe,defaultMatchWidth:"wide",parsePatterns:nMe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:rMe,defaultMatchWidth:"any",parsePatterns:aMe,defaultParseWidth:"any"})};const oMe=iMe;var sMe={code:"km",formatDistance:W2e,formatLong:N2e,formatRelative:I2e,localize:Y2e,match:oMe,options:{weekStartsOn:0,firstWeekContainsDate:1}};const lMe=sMe;var uMe={lessThanXSeconds:{one:{default:"1 \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD\u200C\u0C97\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6",future:"1 \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD\u200C\u0C97\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6",past:"1 \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD\u200C\u0C97\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6"},other:{default:"{{count}} \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD\u200C\u0C97\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6",future:"{{count}} \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD\u200C\u0C97\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6",past:"{{count}} \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD\u200C\u0C97\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6"}},xSeconds:{one:{default:"1 \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD",future:"1 \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD\u200C\u0CA8\u0CB2\u0CCD\u0CB2\u0CBF",past:"1 \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"{{count}} \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CC1\u0C97\u0CB3\u0CC1",future:"{{count}} \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD\u200C\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"{{count}} \u0CB8\u0CC6\u0C95\u0CC6\u0C82\u0CA1\u0CCD \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},halfAMinute:{other:{default:"\u0C85\u0CB0\u0CCD\u0CA7 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7",future:"\u0C85\u0CB0\u0CCD\u0CA7 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0CA6\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0C85\u0CB0\u0CCD\u0CA7 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0CA6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},lessThanXMinutes:{one:{default:"1 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C95\u0CCD\u0C95\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6",future:"1 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C95\u0CCD\u0C95\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6",past:"1 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C95\u0CCD\u0C95\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6"},other:{default:"{{count}} \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C95\u0CCD\u0C95\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6",future:"{{count}} \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C95\u0CCD\u0C95\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6",past:"{{count}} \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C95\u0CCD\u0C95\u0CBF\u0C82\u0CA4 \u0C95\u0CA1\u0CBF\u0CAE\u0CC6"}},xMinutes:{one:{default:"1 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7",future:"1 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0CA6\u0CB2\u0CCD\u0CB2\u0CBF",past:"1 \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0CA6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"{{count}} \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C97\u0CB3\u0CC1",future:"{{count}} \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"{{count}} \u0CA8\u0CBF\u0CAE\u0CBF\u0CB7\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},aboutXHours:{one:{default:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0C97\u0C82\u0C9F\u0CC6",future:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0C97\u0C82\u0C9F\u0CC6\u0CAF\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0C97\u0C82\u0C9F\u0CC6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0C97\u0C82\u0C9F\u0CC6\u0C97\u0CB3\u0CC1",future:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0C97\u0C82\u0C9F\u0CC6\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0C97\u0C82\u0C9F\u0CC6\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},xHours:{one:{default:"1 \u0C97\u0C82\u0C9F\u0CC6",future:"1 \u0C97\u0C82\u0C9F\u0CC6\u0CAF\u0CB2\u0CCD\u0CB2\u0CBF",past:"1 \u0C97\u0C82\u0C9F\u0CC6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"{{count}} \u0C97\u0C82\u0C9F\u0CC6\u0C97\u0CB3\u0CC1",future:"{{count}} \u0C97\u0C82\u0C9F\u0CC6\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"{{count}} \u0C97\u0C82\u0C9F\u0CC6\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},xDays:{one:{default:"1 \u0CA6\u0CBF\u0CA8",future:"1 \u0CA6\u0CBF\u0CA8\u0CA6\u0CB2\u0CCD\u0CB2\u0CBF",past:"1 \u0CA6\u0CBF\u0CA8\u0CA6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"{{count}} \u0CA6\u0CBF\u0CA8\u0C97\u0CB3\u0CC1",future:"{{count}} \u0CA6\u0CBF\u0CA8\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"{{count}} \u0CA6\u0CBF\u0CA8\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},aboutXMonths:{one:{default:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1",future:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0CA4\u0CBF\u0C82\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1",future:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},xMonths:{one:{default:"1 \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1",future:"1 \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"1 \u0CA4\u0CBF\u0C82\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"{{count}} \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1",future:"{{count}} \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"{{count}} \u0CA4\u0CBF\u0C82\u0C97\u0CB3\u0CC1\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},aboutXYears:{one:{default:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0CB5\u0CB0\u0CCD\u0CB7",future:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3\u0CC1",future:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0CB8\u0CC1\u0CAE\u0CBE\u0CB0\u0CC1 {{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},xYears:{one:{default:"1 \u0CB5\u0CB0\u0CCD\u0CB7",future:"1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6\u0CB2\u0CCD\u0CB2\u0CBF",past:"1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"},other:{default:"{{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3\u0CC1",future:"{{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"{{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3 \u0CB9\u0CBF\u0C82\u0CA6\u0CC6"}},overXYears:{one:{default:"1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6 \u0CAE\u0CC7\u0CB2\u0CC6",future:"1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6 \u0CAE\u0CC7\u0CB2\u0CC6",past:"1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6 \u0CAE\u0CC7\u0CB2\u0CC6"},other:{default:"{{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3 \u0CAE\u0CC7\u0CB2\u0CC6",future:"{{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3 \u0CAE\u0CC7\u0CB2\u0CC6",past:"{{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3 \u0CAE\u0CC7\u0CB2\u0CC6"}},almostXYears:{one:{default:"\u0CAC\u0CB9\u0CC1\u0CA4\u0CC7\u0C95 1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6\u0CB2\u0CCD\u0CB2\u0CBF",future:"\u0CAC\u0CB9\u0CC1\u0CA4\u0CC7\u0C95 1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0CAC\u0CB9\u0CC1\u0CA4\u0CC7\u0C95 1 \u0CB5\u0CB0\u0CCD\u0CB7\u0CA6\u0CB2\u0CCD\u0CB2\u0CBF"},other:{default:"\u0CAC\u0CB9\u0CC1\u0CA4\u0CC7\u0C95 {{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",future:"\u0CAC\u0CB9\u0CC1\u0CA4\u0CC7\u0C95 {{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF",past:"\u0CAC\u0CB9\u0CC1\u0CA4\u0CC7\u0C95 {{count}} \u0CB5\u0CB0\u0CCD\u0CB7\u0C97\u0CB3\u0CB2\u0CCD\u0CB2\u0CBF"}}};function QM(e,t){return t!=null&&t.addSuffix?t.comparison&&t.comparison>0?e.future:e.past:e.default}var cMe=function(e,t,n){var r,a=uMe[e];return a.one&&t===1?r=QM(a.one,n):r=QM(a.other,n),r.replace("{{count}}",String(t))};const dMe=cMe;var fMe={full:"EEEE, MMMM d, y",long:"MMMM d, y",medium:"MMM d, y",short:"d/M/yy"},hMe={full:"hh:mm:ss a zzzz",long:"hh:mm:ss a z",medium:"hh:mm:ss a",short:"hh:mm a"},mMe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},pMe={date:D({formats:fMe,defaultWidth:"full"}),time:D({formats:hMe,defaultWidth:"full"}),dateTime:D({formats:mMe,defaultWidth:"full"})};const gMe=pMe;var vMe={lastWeek:"'\u0C95\u0CB3\u0CC6\u0CA6' eeee p '\u0C95\u0CCD\u0C95\u0CC6'",yesterday:"'\u0CA8\u0CBF\u0CA8\u0CCD\u0CA8\u0CC6' p '\u0C95\u0CCD\u0C95\u0CC6'",today:"'\u0C87\u0C82\u0CA6\u0CC1' p '\u0C95\u0CCD\u0C95\u0CC6'",tomorrow:"'\u0CA8\u0CBE\u0CB3\u0CC6' p '\u0C95\u0CCD\u0C95\u0CC6'",nextWeek:"eeee p '\u0C95\u0CCD\u0C95\u0CC6'",other:"P"},bMe=function(e,t,n,r){return vMe[e]};const yMe=bMe;var wMe={narrow:["\u0C95\u0CCD\u0CB0\u0CBF.\u0CAA\u0CC2","\u0C95\u0CCD\u0CB0\u0CBF.\u0CB6"],abbreviated:["\u0C95\u0CCD\u0CB0\u0CBF.\u0CAA\u0CC2","\u0C95\u0CCD\u0CB0\u0CBF.\u0CB6"],wide:["\u0C95\u0CCD\u0CB0\u0CBF\u0CB8\u0CCD\u0CA4 \u0CAA\u0CC2\u0CB0\u0CCD\u0CB5","\u0C95\u0CCD\u0CB0\u0CBF\u0CB8\u0CCD\u0CA4 \u0CB6\u0C95"]},kMe={narrow:["1","2","3","4"],abbreviated:["\u0CA4\u0CCD\u0CB0\u0CC8 1","\u0CA4\u0CCD\u0CB0\u0CC8 2","\u0CA4\u0CCD\u0CB0\u0CC8 3","\u0CA4\u0CCD\u0CB0\u0CC8 4"],wide:["1\u0CA8\u0CC7 \u0CA4\u0CCD\u0CB0\u0CC8\u0CAE\u0CBE\u0CB8\u0CBF\u0C95","2\u0CA8\u0CC7 \u0CA4\u0CCD\u0CB0\u0CC8\u0CAE\u0CBE\u0CB8\u0CBF\u0C95","3\u0CA8\u0CC7 \u0CA4\u0CCD\u0CB0\u0CC8\u0CAE\u0CBE\u0CB8\u0CBF\u0C95","4\u0CA8\u0CC7 \u0CA4\u0CCD\u0CB0\u0CC8\u0CAE\u0CBE\u0CB8\u0CBF\u0C95"]},xMe={narrow:["\u0C9C","\u0CAB\u0CC6","\u0CAE\u0CBE","\u0C8F","\u0CAE\u0CC7","\u0C9C\u0CC2","\u0C9C\u0CC1","\u0C86","\u0CB8\u0CC6","\u0C85","\u0CA8","\u0CA1\u0CBF"],abbreviated:["\u0C9C\u0CA8","\u0CAB\u0CC6\u0CAC\u0CCD\u0CB0","\u0CAE\u0CBE\u0CB0\u0CCD\u0C9A\u0CCD","\u0C8F\u0CAA\u0CCD\u0CB0\u0CBF","\u0CAE\u0CC7","\u0C9C\u0CC2\u0CA8\u0CCD","\u0C9C\u0CC1\u0CB2\u0CC8","\u0C86\u0C97","\u0CB8\u0CC6\u0CAA\u0CCD\u0C9F\u0CC6\u0C82","\u0C85\u0C95\u0CCD\u0C9F\u0CCB","\u0CA8\u0CB5\u0CC6\u0C82","\u0CA1\u0CBF\u0CB8\u0CC6\u0C82"],wide:["\u0C9C\u0CA8\u0CB5\u0CB0\u0CBF","\u0CAB\u0CC6\u0CAC\u0CCD\u0CB0\u0CB5\u0CB0\u0CBF","\u0CAE\u0CBE\u0CB0\u0CCD\u0C9A\u0CCD","\u0C8F\u0CAA\u0CCD\u0CB0\u0CBF\u0CB2\u0CCD","\u0CAE\u0CC7","\u0C9C\u0CC2\u0CA8\u0CCD","\u0C9C\u0CC1\u0CB2\u0CC8","\u0C86\u0C97\u0CB8\u0CCD\u0C9F\u0CCD","\u0CB8\u0CC6\u0CAA\u0CCD\u0C9F\u0CC6\u0C82\u0CAC\u0CB0\u0CCD","\u0C85\u0C95\u0CCD\u0C9F\u0CCB\u0CAC\u0CB0\u0CCD","\u0CA8\u0CB5\u0CC6\u0C82\u0CAC\u0CB0\u0CCD","\u0CA1\u0CBF\u0CB8\u0CC6\u0C82\u0CAC\u0CB0\u0CCD"]},PMe={narrow:["\u0CAD\u0CBE","\u0CB8\u0CCB","\u0CAE\u0C82","\u0CAC\u0CC1","\u0C97\u0CC1","\u0CB6\u0CC1","\u0CB6"],short:["\u0CAD\u0CBE\u0CA8\u0CC1","\u0CB8\u0CCB\u0CAE","\u0CAE\u0C82\u0C97\u0CB3","\u0CAC\u0CC1\u0CA7","\u0C97\u0CC1\u0CB0\u0CC1","\u0CB6\u0CC1\u0C95\u0CCD\u0CB0","\u0CB6\u0CA8\u0CBF"],abbreviated:["\u0CAD\u0CBE\u0CA8\u0CC1","\u0CB8\u0CCB\u0CAE","\u0CAE\u0C82\u0C97\u0CB3","\u0CAC\u0CC1\u0CA7","\u0C97\u0CC1\u0CB0\u0CC1","\u0CB6\u0CC1\u0C95\u0CCD\u0CB0","\u0CB6\u0CA8\u0CBF"],wide:["\u0CAD\u0CBE\u0CA8\u0CC1\u0CB5\u0CBE\u0CB0","\u0CB8\u0CCB\u0CAE\u0CB5\u0CBE\u0CB0","\u0CAE\u0C82\u0C97\u0CB3\u0CB5\u0CBE\u0CB0","\u0CAC\u0CC1\u0CA7\u0CB5\u0CBE\u0CB0","\u0C97\u0CC1\u0CB0\u0CC1\u0CB5\u0CBE\u0CB0","\u0CB6\u0CC1\u0C95\u0CCD\u0CB0\u0CB5\u0CBE\u0CB0","\u0CB6\u0CA8\u0CBF\u0CB5\u0CBE\u0CB0"]},MMe={narrow:{am:"\u0CAA\u0CC2\u0CB0\u0CCD\u0CB5\u0CBE\u0CB9\u0CCD\u0CA8",pm:"\u0C85\u0CAA\u0CB0\u0CBE\u0CB9\u0CCD\u0CA8",midnight:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF",noon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CB9\u0CCD\u0CA8",morning:"\u0CAC\u0CC6\u0CB3\u0C97\u0CCD\u0C97\u0CC6",afternoon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CB9\u0CCD\u0CA8",evening:"\u0CB8\u0C82\u0C9C\u0CC6",night:"\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF"},abbreviated:{am:"\u0CAA\u0CC2\u0CB0\u0CCD\u0CB5\u0CBE\u0CB9\u0CCD\u0CA8",pm:"\u0C85\u0CAA\u0CB0\u0CBE\u0CB9\u0CCD\u0CA8",midnight:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF",noon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",morning:"\u0CAC\u0CC6\u0CB3\u0C97\u0CCD\u0C97\u0CC6",afternoon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",evening:"\u0CB8\u0C82\u0C9C\u0CC6",night:"\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF"},wide:{am:"\u0CAA\u0CC2\u0CB0\u0CCD\u0CB5\u0CBE\u0CB9\u0CCD\u0CA8",pm:"\u0C85\u0CAA\u0CB0\u0CBE\u0CB9\u0CCD\u0CA8",midnight:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF",noon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",morning:"\u0CAC\u0CC6\u0CB3\u0C97\u0CCD\u0C97\u0CC6",afternoon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",evening:"\u0CB8\u0C82\u0C9C\u0CC6",night:"\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF"}},AMe={narrow:{am:"\u0CAA\u0CC2",pm:"\u0C85",midnight:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF",noon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",morning:"\u0CAC\u0CC6\u0CB3\u0C97\u0CCD\u0C97\u0CC6",afternoon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",evening:"\u0CB8\u0C82\u0C9C\u0CC6",night:"\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF"},abbreviated:{am:"\u0CAA\u0CC2\u0CB0\u0CCD\u0CB5\u0CBE\u0CB9\u0CCD\u0CA8",pm:"\u0C85\u0CAA\u0CB0\u0CBE\u0CB9\u0CCD\u0CA8",midnight:"\u0CAE\u0CA7\u0CCD\u0CAF \u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF",noon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",morning:"\u0CAC\u0CC6\u0CB3\u0C97\u0CCD\u0C97\u0CC6",afternoon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",evening:"\u0CB8\u0C82\u0C9C\u0CC6",night:"\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF"},wide:{am:"\u0CAA\u0CC2\u0CB0\u0CCD\u0CB5\u0CBE\u0CB9\u0CCD\u0CA8",pm:"\u0C85\u0CAA\u0CB0\u0CBE\u0CB9\u0CCD\u0CA8",midnight:"\u0CAE\u0CA7\u0CCD\u0CAF \u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF",noon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",morning:"\u0CAC\u0CC6\u0CB3\u0C97\u0CCD\u0C97\u0CC6",afternoon:"\u0CAE\u0CA7\u0CCD\u0CAF\u0CBE\u0CA8\u0CCD\u0CB9",evening:"\u0CB8\u0C82\u0C9C\u0CC6",night:"\u0CB0\u0CBE\u0CA4\u0CCD\u0CB0\u0CBF"}},SMe=function(e,t){var n=Number(e);return n+"\u0CA8\u0CC7"},CMe={ordinalNumber:SMe,era:S({values:wMe,defaultWidth:"wide"}),quarter:S({values:kMe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:xMe,defaultWidth:"wide"}),day:S({values:PMe,defaultWidth:"wide"}),dayPeriod:S({values:MMe,defaultWidth:"wide",formattingValues:AMe,defaultFormattingWidth:"wide"})};const EMe=CMe;var WMe=/^(\d+)(ನೇ|ನೆ)?/i,jMe=/\d+/i,OMe={narrow:/^(ಕ್ರಿ.ಪೂ|ಕ್ರಿ.ಶ)/i,abbreviated:/^(ಕ್ರಿ\.?\s?ಪೂ\.?|ಕ್ರಿ\.?\s?ಶ\.?|ಪ್ರ\.?\s?ಶ\.?)/i,wide:/^(ಕ್ರಿಸ್ತ ಪೂರ್ವ|ಕ್ರಿಸ್ತ ಶಕ|ಪ್ರಸಕ್ತ ಶಕ)/i},TMe={any:[/^ಪೂ/i,/^(ಶ|ಪ್ರ)/i]},zMe={narrow:/^[1234]/i,abbreviated:/^ತ್ರೈ[1234]|ತ್ರೈ [1234]| [1234]ತ್ರೈ/i,wide:/^[1234](ನೇ)? ತ್ರೈಮಾಸಿಕ/i},NMe={any:[/1/i,/2/i,/3/i,/4/i]},_Me={narrow:/^(ಜೂ|ಜು|ಜ|ಫೆ|ಮಾ|ಏ|ಮೇ|ಆ|ಸೆ|ಅ|ನ|ಡಿ)/i,abbreviated:/^(ಜನ|ಫೆಬ್ರ|ಮಾರ್ಚ್|ಏಪ್ರಿ|ಮೇ|ಜೂನ್|ಜುಲೈ|ಆಗ|ಸೆಪ್ಟೆಂ|ಅಕ್ಟೋ|ನವೆಂ|ಡಿಸೆಂ)/i,wide:/^(ಜನವರಿ|ಫೆಬ್ರವರಿ|ಮಾರ್ಚ್|ಏಪ್ರಿಲ್|ಮೇ|ಜೂನ್|ಜುಲೈ|ಆಗಸ್ಟ್|ಸೆಪ್ಟೆಂಬರ್|ಅಕ್ಟೋಬರ್|ನವೆಂಬರ್|ಡಿಸೆಂಬರ್)/i},RMe={narrow:[/^ಜ$/i,/^ಫೆ/i,/^ಮಾ/i,/^ಏ/i,/^ಮೇ/i,/^ಜೂ/i,/^ಜು$/i,/^ಆ/i,/^ಸೆ/i,/^ಅ/i,/^ನ/i,/^ಡಿ/i],any:[/^ಜನ/i,/^ಫೆ/i,/^ಮಾ/i,/^ಏ/i,/^ಮೇ/i,/^ಜೂನ್/i,/^ಜುಲೈ/i,/^ಆ/i,/^ಸೆ/i,/^ಅ/i,/^ನ/i,/^ಡಿ/i]},IMe={narrow:/^(ಭಾ|ಸೋ|ಮ|ಬು|ಗು|ಶು|ಶ)/i,short:/^(ಭಾನು|ಸೋಮ|ಮಂಗಳ|ಬುಧ|ಗುರು|ಶುಕ್ರ|ಶನಿ)/i,abbreviated:/^(ಭಾನು|ಸೋಮ|ಮಂಗಳ|ಬುಧ|ಗುರು|ಶುಕ್ರ|ಶನಿ)/i,wide:/^(ಭಾನುವಾರ|ಸೋಮವಾರ|ಮಂಗಳವಾರ|ಬುಧವಾರ|ಗುರುವಾರ|ಶುಕ್ರವಾರ|ಶನಿವಾರ)/i},DMe={narrow:[/^ಭಾ/i,/^ಸೋ/i,/^ಮ/i,/^ಬು/i,/^ಗು/i,/^ಶು/i,/^ಶ/i],any:[/^ಭಾ/i,/^ಸೋ/i,/^ಮ/i,/^ಬು/i,/^ಗು/i,/^ಶು/i,/^ಶ/i]},LMe={narrow:/^(ಪೂ|ಅ|ಮಧ್ಯರಾತ್ರಿ|ಮಧ್ಯಾನ್ಹ|ಬೆಳಗ್ಗೆ|ಸಂಜೆ|ರಾತ್ರಿ)/i,any:/^(ಪೂರ್ವಾಹ್ನ|ಅಪರಾಹ್ನ|ಮಧ್ಯರಾತ್ರಿ|ಮಧ್ಯಾನ್ಹ|ಬೆಳಗ್ಗೆ|ಸಂಜೆ|ರಾತ್ರಿ)/i},HMe={any:{am:/^ಪೂ/i,pm:/^ಅ/i,midnight:/ಮಧ್ಯರಾತ್ರಿ/i,noon:/ಮಧ್ಯಾನ್ಹ/i,morning:/ಬೆಳಗ್ಗೆ/i,afternoon:/ಮಧ್ಯಾನ್ಹ/i,evening:/ಸಂಜೆ/i,night:/ರಾತ್ರಿ/i}},FMe={ordinalNumber:Le({matchPattern:WMe,parsePattern:jMe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:OMe,defaultMatchWidth:"wide",parsePatterns:TMe,defaultParseWidth:"any"}),quarter:C({matchPatterns:zMe,defaultMatchWidth:"wide",parsePatterns:NMe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:_Me,defaultMatchWidth:"wide",parsePatterns:RMe,defaultParseWidth:"any"}),day:C({matchPatterns:IMe,defaultMatchWidth:"wide",parsePatterns:DMe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:LMe,defaultMatchWidth:"any",parsePatterns:HMe,defaultParseWidth:"any"})};const BMe=FMe;var XMe={code:"kn",formatDistance:dMe,formatLong:gMe,formatRelative:yMe,localize:EMe,match:BMe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const UMe=XMe;var GMe={lessThanXSeconds:{one:"1\uCD08 \uBBF8\uB9CC",other:"{{count}}\uCD08 \uBBF8\uB9CC"},xSeconds:{one:"1\uCD08",other:"{{count}}\uCD08"},halfAMinute:"30\uCD08",lessThanXMinutes:{one:"1\uBD84 \uBBF8\uB9CC",other:"{{count}}\uBD84 \uBBF8\uB9CC"},xMinutes:{one:"1\uBD84",other:"{{count}}\uBD84"},aboutXHours:{one:"\uC57D 1\uC2DC\uAC04",other:"\uC57D {{count}}\uC2DC\uAC04"},xHours:{one:"1\uC2DC\uAC04",other:"{{count}}\uC2DC\uAC04"},xDays:{one:"1\uC77C",other:"{{count}}\uC77C"},aboutXWeeks:{one:"\uC57D 1\uC8FC",other:"\uC57D {{count}}\uC8FC"},xWeeks:{one:"1\uC8FC",other:"{{count}}\uC8FC"},aboutXMonths:{one:"\uC57D 1\uAC1C\uC6D4",other:"\uC57D {{count}}\uAC1C\uC6D4"},xMonths:{one:"1\uAC1C\uC6D4",other:"{{count}}\uAC1C\uC6D4"},aboutXYears:{one:"\uC57D 1\uB144",other:"\uC57D {{count}}\uB144"},xYears:{one:"1\uB144",other:"{{count}}\uB144"},overXYears:{one:"1\uB144 \uC774\uC0C1",other:"{{count}}\uB144 \uC774\uC0C1"},almostXYears:{one:"\uAC70\uC758 1\uB144",other:"\uAC70\uC758 {{count}}\uB144"}},YMe=function(e,t,n){var r,a=GMe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+" \uD6C4":r+" \uC804":r};const KMe=YMe;var qMe={full:"y\uB144 M\uC6D4 d\uC77C EEEE",long:"y\uB144 M\uC6D4 d\uC77C",medium:"y.MM.dd",short:"y.MM.dd"},VMe={full:"a H\uC2DC mm\uBD84 ss\uCD08 zzzz",long:"a H:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},JMe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},QMe={date:D({formats:qMe,defaultWidth:"full"}),time:D({formats:VMe,defaultWidth:"full"}),dateTime:D({formats:JMe,defaultWidth:"full"})};const $Me=QMe;var ZMe={lastWeek:"'\uC9C0\uB09C' eeee p",yesterday:"'\uC5B4\uC81C' p",today:"'\uC624\uB298' p",tomorrow:"'\uB0B4\uC77C' p",nextWeek:"'\uB2E4\uC74C' eeee p",other:"P"},eAe=function(e,t,n,r){return ZMe[e]};const tAe=eAe;var nAe={narrow:["BC","AD"],abbreviated:["BC","AD"],wide:["\uAE30\uC6D0\uC804","\uC11C\uAE30"]},rAe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1\uBD84\uAE30","2\uBD84\uAE30","3\uBD84\uAE30","4\uBD84\uAE30"]},aAe={narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],abbreviated:["1\uC6D4","2\uC6D4","3\uC6D4","4\uC6D4","5\uC6D4","6\uC6D4","7\uC6D4","8\uC6D4","9\uC6D4","10\uC6D4","11\uC6D4","12\uC6D4"],wide:["1\uC6D4","2\uC6D4","3\uC6D4","4\uC6D4","5\uC6D4","6\uC6D4","7\uC6D4","8\uC6D4","9\uC6D4","10\uC6D4","11\uC6D4","12\uC6D4"]},iAe={narrow:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],short:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],abbreviated:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],wide:["\uC77C\uC694\uC77C","\uC6D4\uC694\uC77C","\uD654\uC694\uC77C","\uC218\uC694\uC77C","\uBAA9\uC694\uC77C","\uAE08\uC694\uC77C","\uD1A0\uC694\uC77C"]},oAe={narrow:{am:"\uC624\uC804",pm:"\uC624\uD6C4",midnight:"\uC790\uC815",noon:"\uC815\uC624",morning:"\uC544\uCE68",afternoon:"\uC624\uD6C4",evening:"\uC800\uB141",night:"\uBC24"},abbreviated:{am:"\uC624\uC804",pm:"\uC624\uD6C4",midnight:"\uC790\uC815",noon:"\uC815\uC624",morning:"\uC544\uCE68",afternoon:"\uC624\uD6C4",evening:"\uC800\uB141",night:"\uBC24"},wide:{am:"\uC624\uC804",pm:"\uC624\uD6C4",midnight:"\uC790\uC815",noon:"\uC815\uC624",morning:"\uC544\uCE68",afternoon:"\uC624\uD6C4",evening:"\uC800\uB141",night:"\uBC24"}},sAe={narrow:{am:"\uC624\uC804",pm:"\uC624\uD6C4",midnight:"\uC790\uC815",noon:"\uC815\uC624",morning:"\uC544\uCE68",afternoon:"\uC624\uD6C4",evening:"\uC800\uB141",night:"\uBC24"},abbreviated:{am:"\uC624\uC804",pm:"\uC624\uD6C4",midnight:"\uC790\uC815",noon:"\uC815\uC624",morning:"\uC544\uCE68",afternoon:"\uC624\uD6C4",evening:"\uC800\uB141",night:"\uBC24"},wide:{am:"\uC624\uC804",pm:"\uC624\uD6C4",midnight:"\uC790\uC815",noon:"\uC815\uC624",morning:"\uC544\uCE68",afternoon:"\uC624\uD6C4",evening:"\uC800\uB141",night:"\uBC24"}},lAe=function(e,t){var n=Number(e),r=String(t==null?void 0:t.unit);switch(r){case"minute":case"second":return String(n);case"date":return n+"\uC77C";default:return n+"\uBC88\uC9F8"}},uAe={ordinalNumber:lAe,era:S({values:nAe,defaultWidth:"wide"}),quarter:S({values:rAe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:aAe,defaultWidth:"wide"}),day:S({values:iAe,defaultWidth:"wide"}),dayPeriod:S({values:oAe,defaultWidth:"wide",formattingValues:sAe,defaultFormattingWidth:"wide"})};const cAe=uAe;var dAe=/^(\d+)(일|번째)?/i,fAe=/\d+/i,hAe={narrow:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(기원전|서기)/i},mAe={any:[/^(bc|기원전)/i,/^(ad|서기)/i]},pAe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234]사?분기/i},gAe={any:[/1/i,/2/i,/3/i,/4/i]},vAe={narrow:/^(1[012]|[123456789])/,abbreviated:/^(1[012]|[123456789])월/i,wide:/^(1[012]|[123456789])월/i},bAe={any:[/^1월?$/,/^2/,/^3/,/^4/,/^5/,/^6/,/^7/,/^8/,/^9/,/^10/,/^11/,/^12/]},yAe={narrow:/^[일월화수목금토]/,short:/^[일월화수목금토]/,abbreviated:/^[일월화수목금토]/,wide:/^[일월화수목금토]요일/},wAe={any:[/^일/,/^월/,/^화/,/^수/,/^목/,/^금/,/^토/]},kAe={any:/^(am|pm|오전|오후|자정|정오|아침|저녁|밤)/i},xAe={any:{am:/^(am|오전)/i,pm:/^(pm|오후)/i,midnight:/^자정/i,noon:/^정오/i,morning:/^아침/i,afternoon:/^오후/i,evening:/^저녁/i,night:/^밤/i}},PAe={ordinalNumber:Le({matchPattern:dAe,parsePattern:fAe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:hAe,defaultMatchWidth:"wide",parsePatterns:mAe,defaultParseWidth:"any"}),quarter:C({matchPatterns:pAe,defaultMatchWidth:"wide",parsePatterns:gAe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:vAe,defaultMatchWidth:"wide",parsePatterns:bAe,defaultParseWidth:"any"}),day:C({matchPatterns:yAe,defaultMatchWidth:"wide",parsePatterns:wAe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:kAe,defaultMatchWidth:"any",parsePatterns:xAe,defaultParseWidth:"any"})};const MAe=PAe;var AAe={code:"ko",formatDistance:KMe,formatLong:$Me,formatRelative:tAe,localize:cAe,match:MAe,options:{weekStartsOn:0,firstWeekContainsDate:1}};const SAe=AAe;var CAe={lessThanXSeconds:{standalone:{one:"manner w\xE9i eng Sekonn",other:"manner w\xE9i {{count}} Sekonnen"},withPreposition:{one:"manner w\xE9i enger Sekonn",other:"manner w\xE9i {{count}} Sekonnen"}},xSeconds:{standalone:{one:"eng Sekonn",other:"{{count}} Sekonnen"},withPreposition:{one:"enger Sekonn",other:"{{count}} Sekonnen"}},halfAMinute:{standalone:"eng hallef Minutt",withPreposition:"enger hallwer Minutt"},lessThanXMinutes:{standalone:{one:"manner w\xE9i eng Minutt",other:"manner w\xE9i {{count}} Minutten"},withPreposition:{one:"manner w\xE9i enger Minutt",other:"manner w\xE9i {{count}} Minutten"}},xMinutes:{standalone:{one:"eng Minutt",other:"{{count}} Minutten"},withPreposition:{one:"enger Minutt",other:"{{count}} Minutten"}},aboutXHours:{standalone:{one:"ongef\xE9ier eng Stonn",other:"ongef\xE9ier {{count}} Stonnen"},withPreposition:{one:"ongef\xE9ier enger Stonn",other:"ongef\xE9ier {{count}} Stonnen"}},xHours:{standalone:{one:"eng Stonn",other:"{{count}} Stonnen"},withPreposition:{one:"enger Stonn",other:"{{count}} Stonnen"}},xDays:{standalone:{one:"een Dag",other:"{{count}} Deeg"},withPreposition:{one:"engem Dag",other:"{{count}} Deeg"}},aboutXWeeks:{standalone:{one:"ongef\xE9ier eng Woch",other:"ongef\xE9ier {{count}} Wochen"},withPreposition:{one:"ongef\xE9ier enger Woche",other:"ongef\xE9ier {{count}} Wochen"}},xWeeks:{standalone:{one:"eng Woch",other:"{{count}} Wochen"},withPreposition:{one:"enger Woch",other:"{{count}} Wochen"}},aboutXMonths:{standalone:{one:"ongef\xE9ier ee Mount",other:"ongef\xE9ier {{count}} M\xE9int"},withPreposition:{one:"ongef\xE9ier engem Mount",other:"ongef\xE9ier {{count}} M\xE9int"}},xMonths:{standalone:{one:"ee Mount",other:"{{count}} M\xE9int"},withPreposition:{one:"engem Mount",other:"{{count}} M\xE9int"}},aboutXYears:{standalone:{one:"ongef\xE9ier ee Joer",other:"ongef\xE9ier {{count}} Joer"},withPreposition:{one:"ongef\xE9ier engem Joer",other:"ongef\xE9ier {{count}} Joer"}},xYears:{standalone:{one:"ee Joer",other:"{{count}} Joer"},withPreposition:{one:"engem Joer",other:"{{count}} Joer"}},overXYears:{standalone:{one:"m\xE9i w\xE9i ee Joer",other:"m\xE9i w\xE9i {{count}} Joer"},withPreposition:{one:"m\xE9i w\xE9i engem Joer",other:"m\xE9i w\xE9i {{count}} Joer"}},almostXYears:{standalone:{one:"bal ee Joer",other:"bal {{count}} Joer"},withPreposition:{one:"bal engem Joer",other:"bal {{count}} Joer"}}},EAe=["d","h","n","t","z"],WAe=["a,","e","i","o","u"],jAe=[0,1,2,3,8,9],OAe=[40,50,60,70];function $M(e){var t=e.charAt(0).toLowerCase();if(WAe.indexOf(t)!=-1||EAe.indexOf(t)!=-1)return!0;var n=e.split(" ")[0],r=parseInt(n);return!isNaN(r)&&jAe.indexOf(r%10)!=-1&&OAe.indexOf(parseInt(n.substring(0,2)))==-1}var TAe=function(e,t,n){var r,a=CAe[e],s=n!=null&&n.addSuffix?a.withPreposition:a.standalone;return typeof s=="string"?r=s:t===1?r=s.one:r=s.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"a"+($M(r)?"n":"")+" "+r:"viru"+($M(r)?"n":"")+" "+r:r};const zAe=TAe;var NAe={full:"EEEE, do MMMM y",long:"do MMMM y",medium:"do MMM y",short:"dd.MM.yy"},_Ae={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},RAe={full:"{{date}} 'um' {{time}}",long:"{{date}} 'um' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},IAe={date:D({formats:NAe,defaultWidth:"full"}),time:D({formats:_Ae,defaultWidth:"full"}),dateTime:D({formats:RAe,defaultWidth:"full"})};const DAe=IAe;var LAe={lastWeek:function(e){var t=e.getUTCDay(),n="'l\xE4schte";return(t===2||t===4)&&(n+="n"),n+="' eeee 'um' p",n},yesterday:"'g\xEBschter um' p",today:"'haut um' p",tomorrow:"'moien um' p",nextWeek:"eeee 'um' p",other:"P"},HAe=function(e,t,n,r){var a=LAe[e];return typeof a=="function"?a(t):a};const FAe=HAe;var BAe={narrow:["v.Chr.","n.Chr."],abbreviated:["v.Chr.","n.Chr."],wide:["viru Christus","no Christus"]},XAe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1. Quartal","2. Quartal","3. Quartal","4. Quartal"]},UAe={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","M\xE4e","Abr","Mee","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],wide:["Januar","Februar","M\xE4erz","Abr\xEBll","Mee","Juni","Juli","August","September","Oktober","November","Dezember"]},GAe={narrow:["S","M","D","M","D","F","S"],short:["So","M\xE9","D\xEB","M\xEB","Do","Fr","Sa"],abbreviated:["So.","M\xE9.","D\xEB.","M\xEB.","Do.","Fr.","Sa."],wide:["Sonndeg","M\xE9indeg","D\xEBnschdeg","M\xEBttwoch","Donneschdeg","Freideg","Samschdeg"]},YAe={narrow:{am:"mo.",pm:"nom\xEB.",midnight:"M\xEBtternuecht",noon:"M\xEBtteg",morning:"Moien",afternoon:"Nom\xEBtteg",evening:"Owend",night:"Nuecht"},abbreviated:{am:"moies",pm:"nom\xEBttes",midnight:"M\xEBtternuecht",noon:"M\xEBtteg",morning:"Moien",afternoon:"Nom\xEBtteg",evening:"Owend",night:"Nuecht"},wide:{am:"moies",pm:"nom\xEBttes",midnight:"M\xEBtternuecht",noon:"M\xEBtteg",morning:"Moien",afternoon:"Nom\xEBtteg",evening:"Owend",night:"Nuecht"}},KAe={narrow:{am:"mo.",pm:"nom.",midnight:"M\xEBtternuecht",noon:"m\xEBttes",morning:"moies",afternoon:"nom\xEBttes",evening:"owes",night:"nuets"},abbreviated:{am:"moies",pm:"nom\xEBttes",midnight:"M\xEBtternuecht",noon:"m\xEBttes",morning:"moies",afternoon:"nom\xEBttes",evening:"owes",night:"nuets"},wide:{am:"moies",pm:"nom\xEBttes",midnight:"M\xEBtternuecht",noon:"m\xEBttes",morning:"moies",afternoon:"nom\xEBttes",evening:"owes",night:"nuets"}},qAe=function(e,t){var n=Number(e);return n+"."},VAe={ordinalNumber:qAe,era:S({values:BAe,defaultWidth:"wide"}),quarter:S({values:XAe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:UAe,defaultWidth:"wide"}),day:S({values:GAe,defaultWidth:"wide"}),dayPeriod:S({values:YAe,defaultWidth:"wide",formattingValues:KAe,defaultFormattingWidth:"wide"})};const JAe=VAe;var QAe=/^(\d+)(\.)?/i,$Ae=/\d+/i,ZAe={narrow:/^(v\.? ?Chr\.?|n\.? ?Chr\.?)/i,abbreviated:/^(v\.? ?Chr\.?|n\.? ?Chr\.?)/i,wide:/^(viru Christus|virun eiser Zäitrechnung|no Christus|eiser Zäitrechnung)/i},eSe={any:[/^v/i,/^n/i]},tSe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](\.)? Quartal/i},nSe={any:[/1/i,/2/i,/3/i,/4/i]},rSe={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mäe|abr|mee|jun|jul|aug|sep|okt|nov|dez)/i,wide:/^(januar|februar|mäerz|abrëll|mee|juni|juli|august|september|oktober|november|dezember)/i},aSe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mä/i,/^ab/i,/^me/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},iSe={narrow:/^[smdf]/i,short:/^(so|mé|dë|më|do|fr|sa)/i,abbreviated:/^(son?|méi?|dën?|mët?|don?|fre?|sam?)\.?/i,wide:/^(sonndeg|méindeg|dënschdeg|mëttwoch|donneschdeg|freideg|samschdeg)/i},oSe={any:[/^so/i,/^mé/i,/^dë/i,/^më/i,/^do/i,/^f/i,/^sa/i]},sSe={narrow:/^(mo\.?|nomë\.?|Mëtternuecht|mëttes|moies|nomëttes|owes|nuets)/i,abbreviated:/^(moi\.?|nomët\.?|Mëtternuecht|mëttes|moies|nomëttes|owes|nuets)/i,wide:/^(moies|nomëttes|Mëtternuecht|mëttes|moies|nomëttes|owes|nuets)/i},lSe={any:{am:/^m/i,pm:/^n/i,midnight:/^Mëtter/i,noon:/^mëttes/i,morning:/moies/i,afternoon:/nomëttes/i,evening:/owes/i,night:/nuets/i}},uSe={ordinalNumber:Le({matchPattern:QAe,parsePattern:$Ae,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:ZAe,defaultMatchWidth:"wide",parsePatterns:eSe,defaultParseWidth:"any"}),quarter:C({matchPatterns:tSe,defaultMatchWidth:"wide",parsePatterns:nSe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:rSe,defaultMatchWidth:"wide",parsePatterns:aSe,defaultParseWidth:"any"}),day:C({matchPatterns:iSe,defaultMatchWidth:"wide",parsePatterns:oSe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:sSe,defaultMatchWidth:"wide",parsePatterns:lSe,defaultParseWidth:"any"})};const cSe=uSe;var dSe={code:"lb",formatDistance:zAe,formatLong:DAe,formatRelative:FAe,localize:JAe,match:cSe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const fSe=dSe;var JW={xseconds_other:"sekund\u0117_sekund\u017Ei\u0173_sekundes",xminutes_one:"minut\u0117_minut\u0117s_minut\u0119",xminutes_other:"minut\u0117s_minu\u010Di\u0173_minutes",xhours_one:"valanda_valandos_valand\u0105",xhours_other:"valandos_valand\u0173_valandas",xdays_one:"diena_dienos_dien\u0105",xdays_other:"dienos_dien\u0173_dienas",xweeks_one:"savait\u0117_savait\u0117s_savait\u0119",xweeks_other:"savait\u0117s_savai\u010Di\u0173_savaites",xmonths_one:"m\u0117nuo_m\u0117nesio_m\u0117nes\u012F",xmonths_other:"m\u0117nesiai_m\u0117nesi\u0173_m\u0117nesius",xyears_one:"metai_met\u0173_metus",xyears_other:"metai_met\u0173_metus",about:"apie",over:"daugiau nei",almost:"beveik",lessthan:"ma\u017Eiau nei"},ZM=function(e,t,n,r){return t?r?"keli\u0173 sekund\u017Ei\u0173":"kelias sekundes":"kelios sekund\u0117s"},Zr=function(e,t,n,r){return t?r?Vs(n)[1]:Vs(n)[2]:Vs(n)[0]},Dr=function(e,t,n,r){var a=e+" ";return e===1?a+Zr(e,t,n,r):t?r?a+Vs(n)[1]:a+(eA(e)?Vs(n)[1]:Vs(n)[2]):a+(eA(e)?Vs(n)[1]:Vs(n)[0])};function eA(e){return e%10===0||e>10&&e<20}function Vs(e){return JW[e].split("_")}var hSe={lessThanXSeconds:{one:ZM,other:Dr},xSeconds:{one:ZM,other:Dr},halfAMinute:"pus\u0117 minut\u0117s",lessThanXMinutes:{one:Zr,other:Dr},xMinutes:{one:Zr,other:Dr},aboutXHours:{one:Zr,other:Dr},xHours:{one:Zr,other:Dr},xDays:{one:Zr,other:Dr},aboutXWeeks:{one:Zr,other:Dr},xWeeks:{one:Zr,other:Dr},aboutXMonths:{one:Zr,other:Dr},xMonths:{one:Zr,other:Dr},aboutXYears:{one:Zr,other:Dr},xYears:{one:Zr,other:Dr},overXYears:{one:Zr,other:Dr},almostXYears:{one:Zr,other:Dr}},mSe=function(e,t,n){var r=e.match(/about|over|almost|lessthan/i),a=r?e.replace(r[0],""):e,s=(n==null?void 0:n.comparison)!==void 0&&n.comparison>0,l,c=hSe[e];if(typeof c=="string"?l=c:t===1?l=c.one(t,(n==null?void 0:n.addSuffix)===!0,a.toLowerCase()+"_one",s):l=c.other(t,(n==null?void 0:n.addSuffix)===!0,a.toLowerCase()+"_other",s),r){var d=r[0].toLowerCase();l=JW[d]+" "+l}return n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"po "+l:"prie\u0161 "+l:l};const pSe=mSe;var gSe={full:"y 'm'. MMMM d 'd'., EEEE",long:"y 'm'. MMMM d 'd'.",medium:"y-MM-dd",short:"y-MM-dd"},vSe={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},bSe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},ySe={date:D({formats:gSe,defaultWidth:"full"}),time:D({formats:vSe,defaultWidth:"full"}),dateTime:D({formats:bSe,defaultWidth:"full"})};const wSe=ySe;var kSe={lastWeek:"'Pra\u0117jus\u012F' eeee p",yesterday:"'Vakar' p",today:"'\u0160iandien' p",tomorrow:"'Rytoj' p",nextWeek:"eeee p",other:"P"},xSe=function(e,t,n,r){return kSe[e]};const PSe=xSe;var MSe={narrow:["pr. Kr.","po Kr."],abbreviated:["pr. Kr.","po Kr."],wide:["prie\u0161 Krist\u0173","po Kristaus"]},ASe={narrow:["1","2","3","4"],abbreviated:["I ketv.","II ketv.","III ketv.","IV ketv."],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]},SSe={narrow:["1","2","3","4"],abbreviated:["I k.","II k.","III k.","IV k."],wide:["I ketvirtis","II ketvirtis","III ketvirtis","IV ketvirtis"]},CSe={narrow:["S","V","K","B","G","B","L","R","R","S","L","G"],abbreviated:["saus.","vas.","kov.","bal.","geg.","bir\u017E.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],wide:["sausis","vasaris","kovas","balandis","gegu\u017E\u0117","bir\u017Eelis","liepa","rugpj\u016Btis","rugs\u0117jis","spalis","lapkritis","gruodis"]},ESe={narrow:["S","V","K","B","G","B","L","R","R","S","L","G"],abbreviated:["saus.","vas.","kov.","bal.","geg.","bir\u017E.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],wide:["sausio","vasario","kovo","baland\u017Eio","gegu\u017E\u0117s","bir\u017Eelio","liepos","rugpj\u016B\u010Dio","rugs\u0117jo","spalio","lapkri\u010Dio","gruod\u017Eio"]},WSe={narrow:["S","P","A","T","K","P","\u0160"],short:["Sk","Pr","An","Tr","Kt","Pn","\u0160t"],abbreviated:["sk","pr","an","tr","kt","pn","\u0161t"],wide:["sekmadienis","pirmadienis","antradienis","tre\u010Diadienis","ketvirtadienis","penktadienis","\u0161e\u0161tadienis"]},jSe={narrow:["S","P","A","T","K","P","\u0160"],short:["Sk","Pr","An","Tr","Kt","Pn","\u0160t"],abbreviated:["sk","pr","an","tr","kt","pn","\u0161t"],wide:["sekmadien\u012F","pirmadien\u012F","antradien\u012F","tre\u010Diadien\u012F","ketvirtadien\u012F","penktadien\u012F","\u0161e\u0161tadien\u012F"]},OSe={narrow:{am:"pr. p.",pm:"pop.",midnight:"vidurnaktis",noon:"vidurdienis",morning:"rytas",afternoon:"diena",evening:"vakaras",night:"naktis"},abbreviated:{am:"prie\u0161piet",pm:"popiet",midnight:"vidurnaktis",noon:"vidurdienis",morning:"rytas",afternoon:"diena",evening:"vakaras",night:"naktis"},wide:{am:"prie\u0161piet",pm:"popiet",midnight:"vidurnaktis",noon:"vidurdienis",morning:"rytas",afternoon:"diena",evening:"vakaras",night:"naktis"}},TSe={narrow:{am:"pr. p.",pm:"pop.",midnight:"vidurnaktis",noon:"perpiet",morning:"rytas",afternoon:"popiet\u0117",evening:"vakaras",night:"naktis"},abbreviated:{am:"prie\u0161piet",pm:"popiet",midnight:"vidurnaktis",noon:"perpiet",morning:"rytas",afternoon:"popiet\u0117",evening:"vakaras",night:"naktis"},wide:{am:"prie\u0161piet",pm:"popiet",midnight:"vidurnaktis",noon:"perpiet",morning:"rytas",afternoon:"popiet\u0117",evening:"vakaras",night:"naktis"}},zSe=function(e,t){var n=Number(e);return n+"-oji"},NSe={ordinalNumber:zSe,era:S({values:MSe,defaultWidth:"wide"}),quarter:S({values:ASe,defaultWidth:"wide",formattingValues:SSe,defaultFormattingWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:CSe,defaultWidth:"wide",formattingValues:ESe,defaultFormattingWidth:"wide"}),day:S({values:WSe,defaultWidth:"wide",formattingValues:jSe,defaultFormattingWidth:"wide"}),dayPeriod:S({values:OSe,defaultWidth:"wide",formattingValues:TSe,defaultFormattingWidth:"wide"})};const _Se=NSe;var RSe=/^(\d+)(-oji)?/i,ISe=/\d+/i,DSe={narrow:/^p(r|o)\.?\s?(kr\.?|me)/i,abbreviated:/^(pr\.\s?(kr\.|m\.\s?e\.)|po\s?kr\.|mūsų eroje)/i,wide:/^(prieš Kristų|prieš mūsų erą|po Kristaus|mūsų eroje)/i},LSe={wide:[/prieš/i,/(po|mūsų)/i],any:[/^pr/i,/^(po|m)/i]},HSe={narrow:/^([1234])/i,abbreviated:/^(I|II|III|IV)\s?ketv?\.?/i,wide:/^(I|II|III|IV)\s?ketvirtis/i},FSe={narrow:[/1/i,/2/i,/3/i,/4/i],any:[/I$/i,/II$/i,/III/i,/IV/i]},BSe={narrow:/^[svkbglr]/i,abbreviated:/^(saus\.|vas\.|kov\.|bal\.|geg\.|birž\.|liep\.|rugp\.|rugs\.|spal\.|lapkr\.|gruod\.)/i,wide:/^(sausi(s|o)|vasari(s|o)|kov(a|o)s|balandž?i(s|o)|gegužės?|birželi(s|o)|liep(a|os)|rugpjū(t|č)i(s|o)|rugsėj(is|o)|spali(s|o)|lapkri(t|č)i(s|o)|gruodž?i(s|o))/i},XSe={narrow:[/^s/i,/^v/i,/^k/i,/^b/i,/^g/i,/^b/i,/^l/i,/^r/i,/^r/i,/^s/i,/^l/i,/^g/i],any:[/^saus/i,/^vas/i,/^kov/i,/^bal/i,/^geg/i,/^birž/i,/^liep/i,/^rugp/i,/^rugs/i,/^spal/i,/^lapkr/i,/^gruod/i]},USe={narrow:/^[spatkš]/i,short:/^(sk|pr|an|tr|kt|pn|št)/i,abbreviated:/^(sk|pr|an|tr|kt|pn|št)/i,wide:/^(sekmadien(is|į)|pirmadien(is|į)|antradien(is|į)|trečiadien(is|į)|ketvirtadien(is|į)|penktadien(is|į)|šeštadien(is|į))/i},GSe={narrow:[/^s/i,/^p/i,/^a/i,/^t/i,/^k/i,/^p/i,/^š/i],wide:[/^se/i,/^pi/i,/^an/i,/^tr/i,/^ke/i,/^pe/i,/^še/i],any:[/^sk/i,/^pr/i,/^an/i,/^tr/i,/^kt/i,/^pn/i,/^št/i]},YSe={narrow:/^(pr.\s?p.|pop.|vidurnaktis|(vidurdienis|perpiet)|rytas|(diena|popietė)|vakaras|naktis)/i,any:/^(priešpiet|popiet$|vidurnaktis|(vidurdienis|perpiet)|rytas|(diena|popietė)|vakaras|naktis)/i},KSe={narrow:{am:/^pr/i,pm:/^pop./i,midnight:/^vidurnaktis/i,noon:/^(vidurdienis|perp)/i,morning:/rytas/i,afternoon:/(die|popietė)/i,evening:/vakaras/i,night:/naktis/i},any:{am:/^pr/i,pm:/^popiet$/i,midnight:/^vidurnaktis/i,noon:/^(vidurdienis|perp)/i,morning:/rytas/i,afternoon:/(die|popietė)/i,evening:/vakaras/i,night:/naktis/i}},qSe={ordinalNumber:Le({matchPattern:RSe,parsePattern:ISe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:DSe,defaultMatchWidth:"wide",parsePatterns:LSe,defaultParseWidth:"any"}),quarter:C({matchPatterns:HSe,defaultMatchWidth:"wide",parsePatterns:FSe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:BSe,defaultMatchWidth:"wide",parsePatterns:XSe,defaultParseWidth:"any"}),day:C({matchPatterns:USe,defaultMatchWidth:"wide",parsePatterns:GSe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:YSe,defaultMatchWidth:"any",parsePatterns:KSe,defaultParseWidth:"any"})};const VSe=qSe;var JSe={code:"lt",formatDistance:pSe,formatLong:wSe,formatRelative:PSe,localize:_Se,match:VSe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const QSe=JSe;function Lr(e){return function(t,n){if(t===1)return n!=null&&n.addSuffix?e.one[0].replace("{{time}}",e.one[2]):e.one[0].replace("{{time}}",e.one[1]);var r=t%10===1&&t%100!==11;return n!=null&&n.addSuffix?e.other[0].replace("{{time}}",r?e.other[3]:e.other[4]).replace("{{count}}",String(t)):e.other[0].replace("{{time}}",r?e.other[1]:e.other[2]).replace("{{count}}",String(t))}}var $Se={lessThanXSeconds:Lr({one:["maz\u0101k par {{time}}","sekundi","sekundi"],other:["maz\u0101k nek\u0101 {{count}} {{time}}","sekunde","sekundes","sekundes","sekund\u0113m"]}),xSeconds:Lr({one:["1 {{time}}","sekunde","sekundes"],other:["{{count}} {{time}}","sekunde","sekundes","sekundes","sekund\u0113m"]}),halfAMinute:function(e,t){return t!=null&&t.addSuffix?"pusmin\u016Btes":"pusmin\u016Bte"},lessThanXMinutes:Lr({one:["maz\u0101k par {{time}}","min\u016Bti","min\u016Bti"],other:["maz\u0101k nek\u0101 {{count}} {{time}}","min\u016Bte","min\u016Btes","min\u016Btes","min\u016Bt\u0113m"]}),xMinutes:Lr({one:["1 {{time}}","min\u016Bte","min\u016Btes"],other:["{{count}} {{time}}","min\u016Bte","min\u016Btes","min\u016Btes","min\u016Bt\u0113m"]}),aboutXHours:Lr({one:["apm\u0113ram 1 {{time}}","stunda","stundas"],other:["apm\u0113ram {{count}} {{time}}","stunda","stundas","stundas","stund\u0101m"]}),xHours:Lr({one:["1 {{time}}","stunda","stundas"],other:["{{count}} {{time}}","stunda","stundas","stundas","stund\u0101m"]}),xDays:Lr({one:["1 {{time}}","diena","dienas"],other:["{{count}} {{time}}","diena","dienas","dienas","dien\u0101m"]}),aboutXWeeks:Lr({one:["apm\u0113ram 1 {{time}}","ned\u0113\u013Ca","ned\u0113\u013Cas"],other:["apm\u0113ram {{count}} {{time}}","ned\u0113\u013Ca","ned\u0113\u013Cu","ned\u0113\u013Cas","ned\u0113\u013C\u0101m"]}),xWeeks:Lr({one:["1 {{time}}","ned\u0113\u013Ca","ned\u0113\u013Cas"],other:["{{count}} {{time}}","ned\u0113\u013Ca","ned\u0113\u013Cu","ned\u0113\u013Cas","ned\u0113\u013C\u0101m"]}),aboutXMonths:Lr({one:["apm\u0113ram 1 {{time}}","m\u0113nesis","m\u0113ne\u0161a"],other:["apm\u0113ram {{count}} {{time}}","m\u0113nesis","m\u0113ne\u0161i","m\u0113ne\u0161a","m\u0113ne\u0161iem"]}),xMonths:Lr({one:["1 {{time}}","m\u0113nesis","m\u0113ne\u0161a"],other:["{{count}} {{time}}","m\u0113nesis","m\u0113ne\u0161i","m\u0113ne\u0161a","m\u0113ne\u0161iem"]}),aboutXYears:Lr({one:["apm\u0113ram 1 {{time}}","gads","gada"],other:["apm\u0113ram {{count}} {{time}}","gads","gadi","gada","gadiem"]}),xYears:Lr({one:["1 {{time}}","gads","gada"],other:["{{count}} {{time}}","gads","gadi","gada","gadiem"]}),overXYears:Lr({one:["ilg\u0101k par 1 {{time}}","gadu","gadu"],other:["vair\u0101k nek\u0101 {{count}} {{time}}","gads","gadi","gada","gadiem"]}),almostXYears:Lr({one:["gandr\u012Bz 1 {{time}}","gads","gada"],other:["vair\u0101k nek\u0101 {{count}} {{time}}","gads","gadi","gada","gadiem"]})},ZSe=function(e,t,n){var r=$Se[e](t,n);return n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"p\u0113c "+r:"pirms "+r:r};const e3e=ZSe;var t3e={full:"EEEE, y. 'gada' d. MMMM",long:"y. 'gada' d. MMMM",medium:"dd.MM.y.",short:"dd.MM.y."},n3e={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},r3e={full:"{{date}} 'plkst.' {{time}}",long:"{{date}} 'plkst.' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},a3e={date:D({formats:t3e,defaultWidth:"full"}),time:D({formats:n3e,defaultWidth:"full"}),dateTime:D({formats:r3e,defaultWidth:"full"})};const i3e=a3e;var tA=["sv\u0113tdien\u0101","pirmdien\u0101","otrdien\u0101","tre\u0161dien\u0101","ceturtdien\u0101","piektdien\u0101","sestdien\u0101"],o3e={lastWeek:function(e,t,n){if(zn(e,t,n))return"eeee 'plkst.' p";var r=tA[e.getUTCDay()];return"'Pag\u0101ju\u0161\u0101 "+r+" plkst.' p"},yesterday:"'Vakar plkst.' p",today:"'\u0160odien plkst.' p",tomorrow:"'R\u012Bt plkst.' p",nextWeek:function(e,t,n){if(zn(e,t,n))return"eeee 'plkst.' p";var r=tA[e.getUTCDay()];return"'N\u0101kamaj\u0101 "+r+" plkst.' p"},other:"P"},s3e=function(e,t,n,r){var a=o3e[e];return typeof a=="function"?a(t,n,r):a};const l3e=s3e;var u3e={narrow:["p.m.\u0113","m.\u0113"],abbreviated:["p. m. \u0113.","m. \u0113."],wide:["pirms m\u016Bsu \u0113ras","m\u016Bsu \u0113r\u0101"]},c3e={narrow:["1","2","3","4"],abbreviated:["1. cet.","2. cet.","3. cet.","4. cet."],wide:["pirmais ceturksnis","otrais ceturksnis","tre\u0161ais ceturksnis","ceturtais ceturksnis"]},d3e={narrow:["1","2","3","4"],abbreviated:["1. cet.","2. cet.","3. cet.","4. cet."],wide:["pirmaj\u0101 ceturksn\u012B","otraj\u0101 ceturksn\u012B","tre\u0161aj\u0101 ceturksn\u012B","ceturtaj\u0101 ceturksn\u012B"]},f3e={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["janv.","febr.","marts","apr.","maijs","j\u016Bn.","j\u016Bl.","aug.","sept.","okt.","nov.","dec."],wide:["janv\u0101ris","febru\u0101ris","marts","apr\u012Blis","maijs","j\u016Bnijs","j\u016Blijs","augusts","septembris","oktobris","novembris","decembris"]},h3e={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["janv.","febr.","mart\u0101","apr.","maijs","j\u016Bn.","j\u016Bl.","aug.","sept.","okt.","nov.","dec."],wide:["janv\u0101r\u012B","febru\u0101r\u012B","mart\u0101","apr\u012Bl\u012B","maij\u0101","j\u016Bnij\u0101","j\u016Blij\u0101","august\u0101","septembr\u012B","oktobr\u012B","novembr\u012B","decembr\u012B"]},m3e={narrow:["S","P","O","T","C","P","S"],short:["Sv","P","O","T","C","Pk","S"],abbreviated:["sv\u0113td.","pirmd.","otrd.","tre\u0161d.","ceturtd.","piektd.","sestd."],wide:["sv\u0113tdiena","pirmdiena","otrdiena","tre\u0161diena","ceturtdiena","piektdiena","sestdiena"]},p3e={narrow:["S","P","O","T","C","P","S"],short:["Sv","P","O","T","C","Pk","S"],abbreviated:["sv\u0113td.","pirmd.","otrd.","tre\u0161d.","ceturtd.","piektd.","sestd."],wide:["sv\u0113tdien\u0101","pirmdien\u0101","otrdien\u0101","tre\u0161dien\u0101","ceturtdien\u0101","piektdien\u0101","sestdien\u0101"]},g3e={narrow:{am:"am",pm:"pm",midnight:"pusn.",noon:"pusd.",morning:"r\u012Bts",afternoon:"diena",evening:"vakars",night:"nakts"},abbreviated:{am:"am",pm:"pm",midnight:"pusn.",noon:"pusd.",morning:"r\u012Bts",afternoon:"p\u0113cpusd.",evening:"vakars",night:"nakts"},wide:{am:"am",pm:"pm",midnight:"pusnakts",noon:"pusdienlaiks",morning:"r\u012Bts",afternoon:"p\u0113cpusdiena",evening:"vakars",night:"nakts"}},v3e={narrow:{am:"am",pm:"pm",midnight:"pusn.",noon:"pusd.",morning:"r\u012Bt\u0101",afternoon:"dien\u0101",evening:"vakar\u0101",night:"nakt\u012B"},abbreviated:{am:"am",pm:"pm",midnight:"pusn.",noon:"pusd.",morning:"r\u012Bt\u0101",afternoon:"p\u0113cpusd.",evening:"vakar\u0101",night:"nakt\u012B"},wide:{am:"am",pm:"pm",midnight:"pusnakt\u012B",noon:"pusdienlaik\u0101",morning:"r\u012Bt\u0101",afternoon:"p\u0113cpusdien\u0101",evening:"vakar\u0101",night:"nakt\u012B"}},b3e=function(e,t){var n=Number(e);return n+"."},y3e={ordinalNumber:b3e,era:S({values:u3e,defaultWidth:"wide"}),quarter:S({values:c3e,defaultWidth:"wide",formattingValues:d3e,defaultFormattingWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:f3e,defaultWidth:"wide",formattingValues:h3e,defaultFormattingWidth:"wide"}),day:S({values:m3e,defaultWidth:"wide",formattingValues:p3e,defaultFormattingWidth:"wide"}),dayPeriod:S({values:g3e,defaultWidth:"wide",formattingValues:v3e,defaultFormattingWidth:"wide"})};const w3e=y3e;var k3e=/^(\d+)\./i,x3e=/\d+/i,P3e={narrow:/^(p\.m\.ē|m\.ē)/i,abbreviated:/^(p\. m\. ē\.|m\. ē\.)/i,wide:/^(pirms mūsu ēras|mūsu ērā)/i},M3e={any:[/^p/i,/^m/i]},A3e={narrow:/^[1234]/i,abbreviated:/^[1234](\. cet\.)/i,wide:/^(pirma(is|jā)|otra(is|jā)|treša(is|jā)|ceturta(is|jā)) ceturksn(is|ī)/i},S3e={narrow:[/^1/i,/^2/i,/^3/i,/^4/i],abbreviated:[/^1/i,/^2/i,/^3/i,/^4/i],wide:[/^p/i,/^o/i,/^t/i,/^c/i]},C3e={narrow:/^[jfmasond]/i,abbreviated:/^(janv\.|febr\.|marts|apr\.|maijs|jūn\.|jūl\.|aug\.|sept\.|okt\.|nov\.|dec\.)/i,wide:/^(janvār(is|ī)|februār(is|ī)|mart[sā]|aprīl(is|ī)|maij[sā]|jūnij[sā]|jūlij[sā]|august[sā]|septembr(is|ī)|oktobr(is|ī)|novembr(is|ī)|decembr(is|ī))/i},E3e={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^mai/i,/^jūn/i,/^jūl/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},W3e={narrow:/^[spotc]/i,short:/^(sv|pi|o|t|c|pk|s)/i,abbreviated:/^(svētd\.|pirmd\.|otrd.\|trešd\.|ceturtd\.|piektd\.|sestd\.)/i,wide:/^(svētdien(a|ā)|pirmdien(a|ā)|otrdien(a|ā)|trešdien(a|ā)|ceturtdien(a|ā)|piektdien(a|ā)|sestdien(a|ā))/i},j3e={narrow:[/^s/i,/^p/i,/^o/i,/^t/i,/^c/i,/^p/i,/^s/i],any:[/^sv/i,/^pi/i,/^o/i,/^t/i,/^c/i,/^p/i,/^se/i]},O3e={narrow:/^(am|pm|pusn\.|pusd\.|rīt(s|ā)|dien(a|ā)|vakar(s|ā)|nakt(s|ī))/,abbreviated:/^(am|pm|pusn\.|pusd\.|rīt(s|ā)|pēcpusd\.|vakar(s|ā)|nakt(s|ī))/,wide:/^(am|pm|pusnakt(s|ī)|pusdienlaik(s|ā)|rīt(s|ā)|pēcpusdien(a|ā)|vakar(s|ā)|nakt(s|ī))/i},T3e={any:{am:/^am/i,pm:/^pm/i,midnight:/^pusn/i,noon:/^pusd/i,morning:/^r/i,afternoon:/^(d|pēc)/i,evening:/^v/i,night:/^n/i}},z3e={ordinalNumber:Le({matchPattern:k3e,parsePattern:x3e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:P3e,defaultMatchWidth:"wide",parsePatterns:M3e,defaultParseWidth:"any"}),quarter:C({matchPatterns:A3e,defaultMatchWidth:"wide",parsePatterns:S3e,defaultParseWidth:"wide",valueCallback:function(e){return e+1}}),month:C({matchPatterns:C3e,defaultMatchWidth:"wide",parsePatterns:E3e,defaultParseWidth:"any"}),day:C({matchPatterns:W3e,defaultMatchWidth:"wide",parsePatterns:j3e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:O3e,defaultMatchWidth:"wide",parsePatterns:T3e,defaultParseWidth:"any"})};const N3e=z3e;var _3e={code:"lv",formatDistance:e3e,formatLong:i3e,formatRelative:l3e,localize:w3e,match:N3e,options:{weekStartsOn:1,firstWeekContainsDate:4}};const R3e=_3e;var I3e={lessThanXSeconds:{one:"\u043F\u043E\u043C\u0430\u043B\u043A\u0443 \u043E\u0434 \u0441\u0435\u043A\u0443\u043D\u0434\u0430",other:"\u043F\u043E\u043C\u0430\u043B\u043A\u0443 \u043E\u0434 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438"},xSeconds:{one:"1 \u0441\u0435\u043A\u0443\u043D\u0434\u0430",other:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438"},halfAMinute:"\u043F\u043E\u043B\u043E\u0432\u0438\u043D\u0430 \u043C\u0438\u043D\u0443\u0442\u0430",lessThanXMinutes:{one:"\u043F\u043E\u043C\u0430\u043B\u043A\u0443 \u043E\u0434 \u043C\u0438\u043D\u0443\u0442\u0430",other:"\u043F\u043E\u043C\u0430\u043B\u043A\u0443 \u043E\u0434 {{count}} \u043C\u0438\u043D\u0443\u0442\u0438"},xMinutes:{one:"1 \u043C\u0438\u043D\u0443\u0442\u0430",other:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0438"},aboutXHours:{one:"\u043E\u043A\u043E\u043B\u0443 1 \u0447\u0430\u0441",other:"\u043E\u043A\u043E\u043B\u0443 {{count}} \u0447\u0430\u0441\u0430"},xHours:{one:"1 \u0447\u0430\u0441",other:"{{count}} \u0447\u0430\u0441\u0430"},xDays:{one:"1 \u0434\u0435\u043D",other:"{{count}} \u0434\u0435\u043D\u0430"},aboutXWeeks:{one:"\u043E\u043A\u043E\u043B\u0443 1 \u043D\u0435\u0434\u0435\u043B\u0430",other:"\u043E\u043A\u043E\u043B\u0443 {{count}} \u043C\u0435\u0441\u0435\u0446\u0438"},xWeeks:{one:"1 \u043D\u0435\u0434\u0435\u043B\u0430",other:"{{count}} \u043D\u0435\u0434\u0435\u043B\u0438"},aboutXMonths:{one:"\u043E\u043A\u043E\u043B\u0443 1 \u043C\u0435\u0441\u0435\u0446",other:"\u043E\u043A\u043E\u043B\u0443 {{count}} \u043D\u0435\u0434\u0435\u043B\u0438"},xMonths:{one:"1 \u043C\u0435\u0441\u0435\u0446",other:"{{count}} \u043C\u0435\u0441\u0435\u0446\u0438"},aboutXYears:{one:"\u043E\u043A\u043E\u043B\u0443 1 \u0433\u043E\u0434\u0438\u043D\u0430",other:"\u043E\u043A\u043E\u043B\u0443 {{count}} \u0433\u043E\u0434\u0438\u043D\u0438"},xYears:{one:"1 \u0433\u043E\u0434\u0438\u043D\u0430",other:"{{count}} \u0433\u043E\u0434\u0438\u043D\u0438"},overXYears:{one:"\u043F\u043E\u0432\u0435\u045C\u0435 \u043E\u0434 1 \u0433\u043E\u0434\u0438\u043D\u0430",other:"\u043F\u043E\u0432\u0435\u045C\u0435 \u043E\u0434 {{count}} \u0433\u043E\u0434\u0438\u043D\u0438"},almostXYears:{one:"\u0431\u0435\u0437\u043C\u0430\u043B\u043A\u0443 1 \u0433\u043E\u0434\u0438\u043D\u0430",other:"\u0431\u0435\u0437\u043C\u0430\u043B\u043A\u0443 {{count}} \u0433\u043E\u0434\u0438\u043D\u0438"}},D3e=function(e,t,n){var r,a=I3e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u0437\u0430 "+r:"\u043F\u0440\u0435\u0434 "+r:r};const L3e=D3e;var H3e={full:"EEEE, dd MMMM yyyy",long:"dd MMMM yyyy",medium:"dd MMM yyyy",short:"dd/MM/yyyy"},F3e={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"H:mm"},B3e={any:"{{date}} {{time}}"},X3e={date:D({formats:H3e,defaultWidth:"full"}),time:D({formats:F3e,defaultWidth:"full"}),dateTime:D({formats:B3e,defaultWidth:"any"})};const U3e=X3e;var Q1=["\u043D\u0435\u0434\u0435\u043B\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u043E\u043A","\u043F\u0435\u0442\u043E\u043A","\u0441\u0430\u0431\u043E\u0442\u0430"];function G3e(e){var t=Q1[e];switch(e){case 0:case 3:case 6:return"'\u043C\u0438\u043D\u0430\u0442\u0430\u0442\u0430 "+t+" \u0432\u043E' p";case 1:case 2:case 4:case 5:return"'\u043C\u0438\u043D\u0430\u0442\u0438\u043E\u0442 "+t+" \u0432\u043E' p"}}function nA(e){var t=Q1[e];switch(e){case 0:case 3:case 6:return"'\u043E\u0432\u0430 "+t+" \u0432o' p";case 1:case 2:case 4:case 5:return"'\u043E\u0432\u043E\u0458 "+t+" \u0432o' p"}}function Y3e(e){var t=Q1[e];switch(e){case 0:case 3:case 6:return"'\u0441\u043B\u0435\u0434\u043D\u0430\u0442\u0430 "+t+" \u0432o' p";case 1:case 2:case 4:case 5:return"'\u0441\u043B\u0435\u0434\u043D\u0438\u043E\u0442 "+t+" \u0432o' p"}}var K3e={lastWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?nA(r):G3e(r)},yesterday:"'\u0432\u0447\u0435\u0440\u0430 \u0432\u043E' p",today:"'\u0434\u0435\u043D\u0435\u0441 \u0432\u043E' p",tomorrow:"'\u0443\u0442\u0440\u0435 \u0432\u043E' p",nextWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?nA(r):Y3e(r)},other:"P"},q3e=function(e,t,n,r){var a=K3e[e];return typeof a=="function"?a(t,n,r):a};const V3e=q3e;var J3e={narrow:["\u043F\u0440.\u043D.\u0435.","\u043D.\u0435."],abbreviated:["\u043F\u0440\u0435\u0434 \u043D. \u0435.","\u043D. \u0435."],wide:["\u043F\u0440\u0435\u0434 \u043D\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430","\u043D\u0430\u0448\u0430\u0442\u0430 \u0435\u0440\u0430"]},Q3e={narrow:["1","2","3","4"],abbreviated:["1-\u0432\u0438 \u043A\u0432.","2-\u0440\u0438 \u043A\u0432.","3-\u0442\u0438 \u043A\u0432.","4-\u0442\u0438 \u043A\u0432."],wide:["1-\u0432\u0438 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","2-\u0440\u0438 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","3-\u0442\u0438 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","4-\u0442\u0438 \u043A\u0432\u0430\u0440\u0442\u0430\u043B"]},$3e={abbreviated:["\u0458\u0430\u043D","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F\u0442","\u043E\u043A\u0442","\u043D\u043E\u0435\u043C","\u0434\u0435\u043A"],wide:["\u0458\u0430\u043D\u0443\u0430\u0440\u0438","\u0444\u0435\u0432\u0440\u0443\u0430\u0440\u0438","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D\u0438","\u0458\u0443\u043B\u0438","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0432\u0440\u0438","\u043E\u043A\u0442\u043E\u043C\u0432\u0440\u0438","\u043D\u043E\u0435\u043C\u0432\u0440\u0438","\u0434\u0435\u043A\u0435\u043C\u0432\u0440\u0438"]},Z3e={narrow:["\u041D","\u041F","\u0412","\u0421","\u0427","\u041F","\u0421"],short:["\u043D\u0435","\u043F\u043E","\u0432\u0442","\u0441\u0440","\u0447\u0435","\u043F\u0435","\u0441\u0430"],abbreviated:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0432\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0430\u0431"],wide:["\u043D\u0435\u0434\u0435\u043B\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u043E\u043A","\u043F\u0435\u0442\u043E\u043A","\u0441\u0430\u0431\u043E\u0442\u0430"]},e4e={wide:{am:"\u043F\u0440\u0435\u0442\u043F\u043B\u0430\u0434\u043D\u0435",pm:"\u043F\u043E\u043F\u043B\u0430\u0434\u043D\u0435",midnight:"\u043F\u043E\u043B\u043D\u043E\u045C",noon:"\u043D\u0430\u043F\u043B\u0430\u0434\u043D\u0435",morning:"\u043D\u0430\u0443\u0442\u0440\u043E",afternoon:"\u043F\u043E\u043F\u043B\u0430\u0434\u043D\u0435",evening:"\u043D\u0430\u0432\u0435\u0447\u0435\u0440",night:"\u043D\u043E\u045C\u0435"}},t4e=function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"-\u0432\u0438";case 2:return n+"-\u0440\u0438";case 7:case 8:return n+"-\u043C\u0438"}return n+"-\u0442\u0438"},n4e={ordinalNumber:t4e,era:S({values:J3e,defaultWidth:"wide"}),quarter:S({values:Q3e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:$3e,defaultWidth:"wide"}),day:S({values:Z3e,defaultWidth:"wide"}),dayPeriod:S({values:e4e,defaultWidth:"wide"})};const r4e=n4e;var a4e=/^(\d+)(-?[врмт][и])?/i,i4e=/\d+/i,o4e={narrow:/^((пр)?н\.?\s?е\.?)/i,abbreviated:/^((пр)?н\.?\s?е\.?)/i,wide:/^(пред нашата ера|нашата ера)/i},s4e={any:[/^п/i,/^н/i]},l4e={narrow:/^[1234]/i,abbreviated:/^[1234](-?[врт]?и?)? кв.?/i,wide:/^[1234](-?[врт]?и?)? квартал/i},u4e={any:[/1/i,/2/i,/3/i,/4/i]},c4e={narrow:/^[нпвсч]/i,short:/^(не|по|вт|ср|че|пе|са)/i,abbreviated:/^(нед|пон|вто|сре|чет|пет|саб)/i,wide:/^(недела|понеделник|вторник|среда|четврток|петок|сабота)/i},d4e={narrow:[/^н/i,/^п/i,/^в/i,/^с/i,/^ч/i,/^п/i,/^с/i],any:[/^н[ед]/i,/^п[он]/i,/^вт/i,/^ср/i,/^ч[ет]/i,/^п[ет]/i,/^с[аб]/i]},f4e={abbreviated:/^(јан|фев|мар|апр|мај|јун|јул|авг|сеп|окт|ноем|дек)/i,wide:/^(јануари|февруари|март|април|мај|јуни|јули|август|септември|октомври|ноември|декември)/i},h4e={any:[/^ја/i,/^Ф/i,/^мар/i,/^ап/i,/^мај/i,/^јун/i,/^јул/i,/^ав/i,/^се/i,/^окт/i,/^но/i,/^де/i]},m4e={any:/^(претп|попл|полноќ|утро|пладне|вечер|ноќ)/i},p4e={any:{am:/претпладне/i,pm:/попладне/i,midnight:/полноќ/i,noon:/напладне/i,morning:/наутро/i,afternoon:/попладне/i,evening:/навечер/i,night:/ноќе/i}},g4e={ordinalNumber:Le({matchPattern:a4e,parsePattern:i4e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:o4e,defaultMatchWidth:"wide",parsePatterns:s4e,defaultParseWidth:"any"}),quarter:C({matchPatterns:l4e,defaultMatchWidth:"wide",parsePatterns:u4e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:f4e,defaultMatchWidth:"wide",parsePatterns:h4e,defaultParseWidth:"any"}),day:C({matchPatterns:c4e,defaultMatchWidth:"wide",parsePatterns:d4e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:m4e,defaultMatchWidth:"any",parsePatterns:p4e,defaultParseWidth:"any"})};const v4e=g4e;var b4e={code:"mk",formatDistance:L3e,formatLong:U3e,formatRelative:V3e,localize:r4e,match:v4e,options:{weekStartsOn:1,firstWeekContainsDate:4}};const y4e=b4e;var w4e={lessThanXSeconds:{one:"\u0441\u0435\u043A\u0443\u043D\u0434 \u0445\u04AF\u0440\u044D\u0445\u0433\u04AF\u0439",other:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434 \u0445\u04AF\u0440\u044D\u0445\u0433\u04AF\u0439"},xSeconds:{one:"1 \u0441\u0435\u043A\u0443\u043D\u0434",other:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},halfAMinute:"\u0445\u0430\u0433\u0430\u0441 \u043C\u0438\u043D\u0443\u0442",lessThanXMinutes:{one:"\u043C\u0438\u043D\u0443\u0442 \u0445\u04AF\u0440\u044D\u0445\u0433\u04AF\u0439",other:"{{count}} \u043C\u0438\u043D\u0443\u0442 \u0445\u04AF\u0440\u044D\u0445\u0433\u04AF\u0439"},xMinutes:{one:"1 \u043C\u0438\u043D\u0443\u0442",other:"{{count}} \u043C\u0438\u043D\u0443\u0442"},aboutXHours:{one:"\u043E\u0439\u0440\u043E\u043B\u0446\u043E\u043E\u0433\u043E\u043E\u0440 1 \u0446\u0430\u0433",other:"\u043E\u0439\u0440\u043E\u043B\u0446\u043E\u043E\u0433\u043E\u043E\u0440 {{count}} \u0446\u0430\u0433"},xHours:{one:"1 \u0446\u0430\u0433",other:"{{count}} \u0446\u0430\u0433"},xDays:{one:"1 \u04E9\u0434\u04E9\u0440",other:"{{count}} \u04E9\u0434\u04E9\u0440"},aboutXWeeks:{one:"\u043E\u0439\u0440\u043E\u043B\u0446\u043E\u043E\u0433\u043E\u043E\u0440 1 \u0434\u043E\u043B\u043E\u043E \u0445\u043E\u043D\u043E\u0433",other:"\u043E\u0439\u0440\u043E\u043B\u0446\u043E\u043E\u0433\u043E\u043E\u0440 {{count}} \u0434\u043E\u043B\u043E\u043E \u0445\u043E\u043D\u043E\u0433"},xWeeks:{one:"1 \u0434\u043E\u043B\u043E\u043E \u0445\u043E\u043D\u043E\u0433",other:"{{count}} \u0434\u043E\u043B\u043E\u043E \u0445\u043E\u043D\u043E\u0433"},aboutXMonths:{one:"\u043E\u0439\u0440\u043E\u043B\u0446\u043E\u043E\u0433\u043E\u043E\u0440 1 \u0441\u0430\u0440",other:"\u043E\u0439\u0440\u043E\u043B\u0446\u043E\u043E\u0433\u043E\u043E\u0440 {{count}} \u0441\u0430\u0440"},xMonths:{one:"1 \u0441\u0430\u0440",other:"{{count}} \u0441\u0430\u0440"},aboutXYears:{one:"\u043E\u0439\u0440\u043E\u043B\u0446\u043E\u043E\u0433\u043E\u043E\u0440 1 \u0436\u0438\u043B",other:"\u043E\u0439\u0440\u043E\u043B\u0446\u043E\u043E\u0433\u043E\u043E\u0440 {{count}} \u0436\u0438\u043B"},xYears:{one:"1 \u0436\u0438\u043B",other:"{{count}} \u0436\u0438\u043B"},overXYears:{one:"1 \u0436\u0438\u043B \u0433\u0430\u0440\u0430\u043D",other:"{{count}} \u0436\u0438\u043B \u0433\u0430\u0440\u0430\u043D"},almostXYears:{one:"\u0431\u0430\u0440\u0430\u0433 1 \u0436\u0438\u043B",other:"\u0431\u0430\u0440\u0430\u0433 {{count}} \u0436\u0438\u043B"}},k4e=function(e,t,n){var r,a=w4e[e];if(typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix){var s=r.split(" "),l=s.pop();switch(r=s.join(" "),l){case"\u0441\u0435\u043A\u0443\u043D\u0434":r+=" \u0441\u0435\u043A\u0443\u043D\u0434\u0438\u0439\u043D";break;case"\u043C\u0438\u043D\u0443\u0442":r+=" \u043C\u0438\u043D\u0443\u0442\u044B\u043D";break;case"\u0446\u0430\u0433":r+=" \u0446\u0430\u0433\u0438\u0439\u043D";break;case"\u04E9\u0434\u04E9\u0440":r+=" \u04E9\u0434\u0440\u0438\u0439\u043D";break;case"\u0441\u0430\u0440":r+=" \u0441\u0430\u0440\u044B\u043D";break;case"\u0436\u0438\u043B":r+=" \u0436\u0438\u043B\u0438\u0439\u043D";break;case"\u0445\u043E\u043D\u043E\u0433":r+=" \u0445\u043E\u043D\u043E\u0433\u0438\u0439\u043D";break;case"\u0433\u0430\u0440\u0430\u043D":r+=" \u0433\u0430\u0440\u0430\u043D\u044B";break;case"\u0445\u04AF\u0440\u044D\u0445\u0433\u04AF\u0439":r+=" \u0445\u04AF\u0440\u044D\u0445\u0433\u04AF\u0439 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043D\u044B";break;default:r+=l+"-\u043D"}return n.comparison&&n.comparison>0?r+" \u0434\u0430\u0440\u0430\u0430":r+" \u04E9\u043C\u043D\u04E9"}return r};const x4e=k4e;var P4e={full:"y '\u043E\u043D\u044B' MMMM'\u044B\u043D' d, EEEE '\u0433\u0430\u0440\u0430\u0433'",long:"y '\u043E\u043D\u044B' MMMM'\u044B\u043D' d",medium:"y '\u043E\u043D\u044B' MMM'\u044B\u043D' d",short:"y.MM.dd"},M4e={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},A4e={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},S4e={date:D({formats:P4e,defaultWidth:"full"}),time:D({formats:M4e,defaultWidth:"full"}),dateTime:D({formats:A4e,defaultWidth:"full"})};const C4e=S4e;var E4e={lastWeek:"'\u04E9\u043D\u0433\u04E9\u0440\u0441\u04E9\u043D' eeee '\u0433\u0430\u0440\u0430\u0433\u0438\u0439\u043D' p '\u0446\u0430\u0433\u0442'",yesterday:"'\u04E9\u0447\u0438\u0433\u0434\u04E9\u0440' p '\u0446\u0430\u0433\u0442'",today:"'\u04E9\u043D\u04E9\u04E9\u0434\u04E9\u0440' p '\u0446\u0430\u0433\u0442'",tomorrow:"'\u043C\u0430\u0440\u0433\u0430\u0430\u0448' p '\u0446\u0430\u0433\u0442'",nextWeek:"'\u0438\u0440\u044D\u0445' eeee '\u0433\u0430\u0440\u0430\u0433\u0438\u0439\u043D' p '\u0446\u0430\u0433\u0442'",other:"P"},W4e=function(e,t,n,r){return E4e[e]};const j4e=W4e;var O4e={narrow:["\u041D\u0422\u04E8","\u041D\u0422"],abbreviated:["\u041D\u0422\u04E8","\u041D\u0422"],wide:["\u043D\u0438\u0439\u0442\u0438\u0439\u043D \u0442\u043E\u043E\u043B\u043B\u044B\u043D \u04E9\u043C\u043D\u04E9\u0445","\u043D\u0438\u0439\u0442\u0438\u0439\u043D \u0442\u043E\u043E\u043B\u043B\u044B\u043D"]},T4e={narrow:["I","II","III","IV"],abbreviated:["I \u0443\u043B\u0438\u0440\u0430\u043B","II \u0443\u043B\u0438\u0440\u0430\u043B","III \u0443\u043B\u0438\u0440\u0430\u043B","IV \u0443\u043B\u0438\u0440\u0430\u043B"],wide:["1-\u0440 \u0443\u043B\u0438\u0440\u0430\u043B","2-\u0440 \u0443\u043B\u0438\u0440\u0430\u043B","3-\u0440 \u0443\u043B\u0438\u0440\u0430\u043B","4-\u0440 \u0443\u043B\u0438\u0440\u0430\u043B"]},z4e={narrow:["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"],abbreviated:["1-\u0440 \u0441\u0430\u0440","2-\u0440 \u0441\u0430\u0440","3-\u0440 \u0441\u0430\u0440","4-\u0440 \u0441\u0430\u0440","5-\u0440 \u0441\u0430\u0440","6-\u0440 \u0441\u0430\u0440","7-\u0440 \u0441\u0430\u0440","8-\u0440 \u0441\u0430\u0440","9-\u0440 \u0441\u0430\u0440","10-\u0440 \u0441\u0430\u0440","11-\u0440 \u0441\u0430\u0440","12-\u0440 \u0441\u0430\u0440"],wide:["\u041D\u044D\u0433\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440","\u0425\u043E\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0413\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0414\u04E9\u0440\u04E9\u0432\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440","\u0422\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0417\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0414\u043E\u043B\u043E\u043E\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u041D\u0430\u0439\u043C\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0415\u0441\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440","\u0410\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0410\u0440\u0432\u0430\u043D\u043D\u044D\u0433\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440","\u0410\u0440\u0432\u0430\u043D \u0445\u043E\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]},N4e={narrow:["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"],abbreviated:["1-\u0440 \u0441\u0430\u0440","2-\u0440 \u0441\u0430\u0440","3-\u0440 \u0441\u0430\u0440","4-\u0440 \u0441\u0430\u0440","5-\u0440 \u0441\u0430\u0440","6-\u0440 \u0441\u0430\u0440","7-\u0440 \u0441\u0430\u0440","8-\u0440 \u0441\u0430\u0440","9-\u0440 \u0441\u0430\u0440","10-\u0440 \u0441\u0430\u0440","11-\u0440 \u0441\u0430\u0440","12-\u0440 \u0441\u0430\u0440"],wide:["\u043D\u044D\u0433\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440","\u0445\u043E\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0433\u0443\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0434\u04E9\u0440\u04E9\u0432\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440","\u0442\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0437\u0443\u0440\u0433\u0430\u0430\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0434\u043E\u043B\u043E\u043E\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u043D\u0430\u0439\u043C\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0435\u0441\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440","\u0430\u0440\u0430\u0432\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440","\u0430\u0440\u0432\u0430\u043D\u043D\u044D\u0433\u0434\u04AF\u0433\u044D\u044D\u0440 \u0441\u0430\u0440","\u0430\u0440\u0432\u0430\u043D \u0445\u043E\u0451\u0440\u0434\u0443\u0433\u0430\u0430\u0440 \u0441\u0430\u0440"]},_4e={narrow:["\u041D","\u0414","\u041C","\u041B","\u041F","\u0411","\u0411"],short:["\u041D\u044F","\u0414\u0430","\u041C\u044F","\u041B\u0445","\u041F\u04AF","\u0411\u0430","\u0411\u044F"],abbreviated:["\u041D\u044F\u043C","\u0414\u0430\u0432","\u041C\u044F\u0433","\u041B\u0445\u0430","\u041F\u04AF\u0440","\u0411\u0430\u0430","\u0411\u044F\u043C"],wide:["\u041D\u044F\u043C","\u0414\u0430\u0432\u0430\u0430","\u041C\u044F\u0433\u043C\u0430\u0440","\u041B\u0445\u0430\u0433\u0432\u0430","\u041F\u04AF\u0440\u044D\u0432","\u0411\u0430\u0430\u0441\u0430\u043D","\u0411\u044F\u043C\u0431\u0430"]},R4e={narrow:["\u041D","\u0414","\u041C","\u041B","\u041F","\u0411","\u0411"],short:["\u041D\u044F","\u0414\u0430","\u041C\u044F","\u041B\u0445","\u041F\u04AF","\u0411\u0430","\u0411\u044F"],abbreviated:["\u041D\u044F\u043C","\u0414\u0430\u0432","\u041C\u044F\u0433","\u041B\u0445\u0430","\u041F\u04AF\u0440","\u0411\u0430\u0430","\u0411\u044F\u043C"],wide:["\u043D\u044F\u043C","\u0434\u0430\u0432\u0430\u0430","\u043C\u044F\u0433\u043C\u0430\u0440","\u043B\u0445\u0430\u0433\u0432\u0430","\u043F\u04AF\u0440\u044D\u0432","\u0431\u0430\u0430\u0441\u0430\u043D","\u0431\u044F\u043C\u0431\u0430"]},I4e={narrow:{am:"\u04AF.\u04E9.",pm:"\u04AF.\u0445.",midnight:"\u0448\u04E9\u043D\u04E9 \u0434\u0443\u043D\u0434",noon:"\u04AF\u0434 \u0434\u0443\u043D\u0434",morning:"\u04E9\u0433\u043B\u04E9\u04E9",afternoon:"\u04E9\u0434\u04E9\u0440",evening:"\u043E\u0440\u043E\u0439",night:"\u0448\u04E9\u043D\u04E9"},abbreviated:{am:"\u04AF.\u04E9.",pm:"\u04AF.\u0445.",midnight:"\u0448\u04E9\u043D\u04E9 \u0434\u0443\u043D\u0434",noon:"\u04AF\u0434 \u0434\u0443\u043D\u0434",morning:"\u04E9\u0433\u043B\u04E9\u04E9",afternoon:"\u04E9\u0434\u04E9\u0440",evening:"\u043E\u0440\u043E\u0439",night:"\u0448\u04E9\u043D\u04E9"},wide:{am:"\u04AF.\u04E9.",pm:"\u04AF.\u0445.",midnight:"\u0448\u04E9\u043D\u04E9 \u0434\u0443\u043D\u0434",noon:"\u04AF\u0434 \u0434\u0443\u043D\u0434",morning:"\u04E9\u0433\u043B\u04E9\u04E9",afternoon:"\u04E9\u0434\u04E9\u0440",evening:"\u043E\u0440\u043E\u0439",night:"\u0448\u04E9\u043D\u04E9"}},D4e=function(e,t){return String(e)},L4e={ordinalNumber:D4e,era:S({values:O4e,defaultWidth:"wide"}),quarter:S({values:T4e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:z4e,defaultWidth:"wide",formattingValues:N4e,defaultFormattingWidth:"wide"}),day:S({values:_4e,defaultWidth:"wide",formattingValues:R4e,defaultFormattingWidth:"wide"}),dayPeriod:S({values:I4e,defaultWidth:"wide"})};const H4e=L4e;var F4e=/\d+/i,B4e=/\d+/i,X4e={narrow:/^(нтө|нт)/i,abbreviated:/^(нтө|нт)/i,wide:/^(нийтийн тооллын өмнө|нийтийн тооллын)/i},U4e={any:[/^(нтө|нийтийн тооллын өмнө)/i,/^(нт|нийтийн тооллын)/i]},G4e={narrow:/^(iv|iii|ii|i)/i,abbreviated:/^(iv|iii|ii|i) улирал/i,wide:/^[1-4]-р улирал/i},Y4e={any:[/^(i(\s|$)|1)/i,/^(ii(\s|$)|2)/i,/^(iii(\s|$)|3)/i,/^(iv(\s|$)|4)/i]},K4e={narrow:/^(xii|xi|x|ix|viii|vii|vi|v|iv|iii|ii|i)/i,abbreviated:/^(1-р сар|2-р сар|3-р сар|4-р сар|5-р сар|6-р сар|7-р сар|8-р сар|9-р сар|10-р сар|11-р сар|12-р сар)/i,wide:/^(нэгдүгээр сар|хоёрдугаар сар|гуравдугаар сар|дөрөвдүгээр сар|тавдугаар сар|зургаадугаар сар|долоодугаар сар|наймдугаар сар|есдүгээр сар|аравдугаар сар|арван нэгдүгээр сар|арван хоёрдугаар сар)/i},q4e={narrow:[/^i$/i,/^ii$/i,/^iii$/i,/^iv$/i,/^v$/i,/^vi$/i,/^vii$/i,/^viii$/i,/^ix$/i,/^x$/i,/^xi$/i,/^xii$/i],any:[/^(1|нэгдүгээр)/i,/^(2|хоёрдугаар)/i,/^(3|гуравдугаар)/i,/^(4|дөрөвдүгээр)/i,/^(5|тавдугаар)/i,/^(6|зургаадугаар)/i,/^(7|долоодугаар)/i,/^(8|наймдугаар)/i,/^(9|есдүгээр)/i,/^(10|аравдугаар)/i,/^(11|арван нэгдүгээр)/i,/^(12|арван хоёрдугаар)/i]},V4e={narrow:/^[ндмлпбб]/i,short:/^(ня|да|мя|лх|пү|ба|бя)/i,abbreviated:/^(ням|дав|мяг|лха|пүр|баа|бям)/i,wide:/^(ням|даваа|мягмар|лхагва|пүрэв|баасан|бямба)/i},J4e={narrow:[/^н/i,/^д/i,/^м/i,/^л/i,/^п/i,/^б/i,/^б/i],any:[/^ня/i,/^да/i,/^мя/i,/^лх/i,/^пү/i,/^ба/i,/^бя/i]},Q4e={narrow:/^(ү\.ө\.|ү\.х\.|шөнө дунд|үд дунд|өглөө|өдөр|орой|шөнө)/i,any:/^(ү\.ө\.|ү\.х\.|шөнө дунд|үд дунд|өглөө|өдөр|орой|шөнө)/i},$4e={any:{am:/^ү\.ө\./i,pm:/^ү\.х\./i,midnight:/^шөнө дунд/i,noon:/^үд дунд/i,morning:/өглөө/i,afternoon:/өдөр/i,evening:/орой/i,night:/шөнө/i}},Z4e={ordinalNumber:Le({matchPattern:F4e,parsePattern:B4e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:X4e,defaultMatchWidth:"wide",parsePatterns:U4e,defaultParseWidth:"any"}),quarter:C({matchPatterns:G4e,defaultMatchWidth:"wide",parsePatterns:Y4e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:K4e,defaultMatchWidth:"wide",parsePatterns:q4e,defaultParseWidth:"any"}),day:C({matchPatterns:V4e,defaultMatchWidth:"wide",parsePatterns:J4e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Q4e,defaultMatchWidth:"any",parsePatterns:$4e,defaultParseWidth:"any"})};const eCe=Z4e;var tCe={code:"mn",formatDistance:x4e,formatLong:C4e,formatRelative:j4e,localize:H4e,match:eCe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const nCe=tCe;var rCe={lessThanXSeconds:{one:"kurang dari 1 saat",other:"kurang dari {{count}} saat"},xSeconds:{one:"1 saat",other:"{{count}} saat"},halfAMinute:"setengah minit",lessThanXMinutes:{one:"kurang dari 1 minit",other:"kurang dari {{count}} minit"},xMinutes:{one:"1 minit",other:"{{count}} minit"},aboutXHours:{one:"sekitar 1 jam",other:"sekitar {{count}} jam"},xHours:{one:"1 jam",other:"{{count}} jam"},xDays:{one:"1 hari",other:"{{count}} hari"},aboutXWeeks:{one:"sekitar 1 minggu",other:"sekitar {{count}} minggu"},xWeeks:{one:"1 minggu",other:"{{count}} minggu"},aboutXMonths:{one:"sekitar 1 bulan",other:"sekitar {{count}} bulan"},xMonths:{one:"1 bulan",other:"{{count}} bulan"},aboutXYears:{one:"sekitar 1 tahun",other:"sekitar {{count}} tahun"},xYears:{one:"1 tahun",other:"{{count}} tahun"},overXYears:{one:"lebih dari 1 tahun",other:"lebih dari {{count}} tahun"},almostXYears:{one:"hampir 1 tahun",other:"hampir {{count}} tahun"}},aCe=function(e,t,n){var r,a=rCe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"dalam masa "+r:r+" yang lalu":r};const iCe=aCe;var oCe={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"d/M/yyyy"},sCe={full:"HH.mm.ss",long:"HH.mm.ss",medium:"HH.mm",short:"HH.mm"},lCe={full:"{{date}} 'pukul' {{time}}",long:"{{date}} 'pukul' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},uCe={date:D({formats:oCe,defaultWidth:"full"}),time:D({formats:sCe,defaultWidth:"full"}),dateTime:D({formats:lCe,defaultWidth:"full"})};const cCe=uCe;var dCe={lastWeek:"eeee 'lepas pada jam' p",yesterday:"'Semalam pada jam' p",today:"'Hari ini pada jam' p",tomorrow:"'Esok pada jam' p",nextWeek:"eeee 'pada jam' p",other:"P"},fCe=function(e,t,n,r){return dCe[e]};const hCe=fCe;var mCe={narrow:["SM","M"],abbreviated:["SM","M"],wide:["Sebelum Masihi","Masihi"]},pCe={narrow:["1","2","3","4"],abbreviated:["S1","S2","S3","S4"],wide:["Suku pertama","Suku kedua","Suku ketiga","Suku keempat"]},gCe={narrow:["J","F","M","A","M","J","J","O","S","O","N","D"],abbreviated:["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],wide:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]},vCe={narrow:["A","I","S","R","K","J","S"],short:["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],abbreviated:["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],wide:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"]},bCe={narrow:{am:"am",pm:"pm",midnight:"tgh malam",noon:"tgh hari",morning:"pagi",afternoon:"tengah hari",evening:"petang",night:"malam"},abbreviated:{am:"AM",pm:"PM",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"tengah hari",evening:"petang",night:"malam"},wide:{am:"a.m.",pm:"p.m.",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"tengah hari",evening:"petang",night:"malam"}},yCe={narrow:{am:"am",pm:"pm",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"tengah hari",evening:"petang",night:"malam"},abbreviated:{am:"AM",pm:"PM",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"tengah hari",evening:"petang",night:"malam"},wide:{am:"a.m.",pm:"p.m.",midnight:"tengah malam",noon:"tengah hari",morning:"pagi",afternoon:"tengah hari",evening:"petang",night:"malam"}},wCe=function(e,t){return"ke-"+Number(e)},kCe={ordinalNumber:wCe,era:S({values:mCe,defaultWidth:"wide"}),quarter:S({values:pCe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:gCe,defaultWidth:"wide"}),day:S({values:vCe,defaultWidth:"wide"}),dayPeriod:S({values:bCe,defaultWidth:"wide",formattingValues:yCe,defaultFormattingWidth:"wide"})};const xCe=kCe;var PCe=/^ke-(\d+)?/i,MCe=/petama|\d+/i,ACe={narrow:/^(sm|m)/i,abbreviated:/^(s\.?\s?m\.?|m\.?)/i,wide:/^(sebelum masihi|masihi)/i},SCe={any:[/^s/i,/^(m)/i]},CCe={narrow:/^[1234]/i,abbreviated:/^S[1234]/i,wide:/Suku (pertama|kedua|ketiga|keempat)/i},ECe={any:[/pertama|1/i,/kedua|2/i,/ketiga|3/i,/keempat|4/i]},WCe={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mac|apr|mei|jun|jul|ogo|sep|okt|nov|dis)/i,wide:/^(januari|februari|mac|april|mei|jun|julai|ogos|september|oktober|november|disember)/i},jCe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^o/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^ma/i,/^ap/i,/^me/i,/^jun/i,/^jul/i,/^og/i,/^s/i,/^ok/i,/^n/i,/^d/i]},OCe={narrow:/^[aisrkj]/i,short:/^(ahd|isn|sel|rab|kha|jum|sab)/i,abbreviated:/^(ahd|isn|sel|rab|kha|jum|sab)/i,wide:/^(ahad|isnin|selasa|rabu|khamis|jumaat|sabtu)/i},TCe={narrow:[/^a/i,/^i/i,/^s/i,/^r/i,/^k/i,/^j/i,/^s/i],any:[/^a/i,/^i/i,/^se/i,/^r/i,/^k/i,/^j/i,/^sa/i]},zCe={narrow:/^(am|pm|tengah malam|tengah hari|pagi|petang|malam)/i,any:/^([ap]\.?\s?m\.?|tengah malam|tengah hari|pagi|petang|malam)/i},NCe={any:{am:/^a/i,pm:/^pm/i,midnight:/^tengah m/i,noon:/^tengah h/i,morning:/pa/i,afternoon:/tengah h/i,evening:/pe/i,night:/m/i}},_Ce={ordinalNumber:Le({matchPattern:PCe,parsePattern:MCe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:ACe,defaultMatchWidth:"wide",parsePatterns:SCe,defaultParseWidth:"any"}),quarter:C({matchPatterns:CCe,defaultMatchWidth:"wide",parsePatterns:ECe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:WCe,defaultMatchWidth:"wide",parsePatterns:jCe,defaultParseWidth:"any"}),day:C({matchPatterns:OCe,defaultMatchWidth:"wide",parsePatterns:TCe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:zCe,defaultMatchWidth:"any",parsePatterns:NCe,defaultParseWidth:"any"})};const RCe=_Ce;var ICe={code:"ms",formatDistance:iCe,formatLong:cCe,formatRelative:hCe,localize:xCe,match:RCe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const DCe=ICe;var LCe={lessThanXSeconds:{one:"inqas minn sekonda",other:"inqas minn {{count}} sekondi"},xSeconds:{one:"sekonda",other:"{{count}} sekondi"},halfAMinute:"nofs minuta",lessThanXMinutes:{one:"inqas minn minuta",other:"inqas minn {{count}} minuti"},xMinutes:{one:"minuta",other:"{{count}} minuti"},aboutXHours:{one:"madwar sieg\u0127a",other:"madwar {{count}} sieg\u0127at"},xHours:{one:"sieg\u0127a",other:"{{count}} sieg\u0127at"},xDays:{one:"\u0121urnata",other:"{{count}} \u0121ranet"},aboutXWeeks:{one:"madwar \u0121img\u0127a",other:"madwar {{count}} \u0121img\u0127at"},xWeeks:{one:"\u0121img\u0127a",other:"{{count}} \u0121img\u0127at"},aboutXMonths:{one:"madwar xahar",other:"madwar {{count}} xhur"},xMonths:{one:"xahar",other:"{{count}} xhur"},aboutXYears:{one:"madwar sena",two:"madwar sentejn",other:"madwar {{count}} snin"},xYears:{one:"sena",two:"sentejn",other:"{{count}} snin"},overXYears:{one:"aktar minn sena",two:"aktar minn sentejn",other:"aktar minn {{count}} snin"},almostXYears:{one:"kwa\u017Ci sena",two:"kwa\u017Ci sentejn",other:"kwa\u017Ci {{count}} snin"}},HCe=function(e,t,n){var r,a=LCe[e];return typeof a=="string"?r=a:t===1?r=a.one:t===2&&a.two?r=a.two:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"f'"+r:r+" ilu":r};const FCe=HCe;var BCe={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd/MM/yyyy"},XCe={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},UCe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},GCe={date:D({formats:BCe,defaultWidth:"full"}),time:D({formats:XCe,defaultWidth:"full"}),dateTime:D({formats:UCe,defaultWidth:"full"})};const YCe=GCe;var KCe={lastWeek:"eeee 'li g\u0127adda' 'fil-'p",yesterday:"'Il-biera\u0127 fil-'p",today:"'Illum fil-'p",tomorrow:"'G\u0127ada fil-'p",nextWeek:"eeee 'fil-'p",other:"P"},qCe=function(e,t,n,r){return KCe[e]};const VCe=qCe;var JCe={narrow:["Q","W"],abbreviated:["QK","WK"],wide:["qabel Kristu","wara Kristu"]},QCe={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["1. kwart","2. kwart","3. kwart","4. kwart"]},$Ce={narrow:["J","F","M","A","M","\u0120","L","A","S","O","N","D"],abbreviated:["Jan","Fra","Mar","Apr","Mej","\u0120un","Lul","Aww","Set","Ott","Nov","Di\u010B"],wide:["Jannar","Frar","Marzu","April","Mejju","\u0120unju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Di\u010Bembru"]},ZCe={narrow:["\u0126","T","T","E","\u0126","\u0120","S"],short:["\u0126a","Tn","Tl","Er","\u0126a","\u0120i","Si"],abbreviated:["\u0126ad","Tne","Tli","Erb","\u0126am","\u0120im","Sib"],wide:["Il-\u0126add","It-Tnejn","It-Tlieta","L-Erbg\u0127a","Il-\u0126amis","Il-\u0120img\u0127a","Is-Sibt"]},eEe={narrow:{am:"a",pm:"p",midnight:"nofsillejl",noon:"nofsinhar",morning:"g\u0127odwa",afternoon:"wara nofsinhar",evening:"filg\u0127axija",night:"lejl"},abbreviated:{am:"AM",pm:"PM",midnight:"nofsillejl",noon:"nofsinhar",morning:"g\u0127odwa",afternoon:"wara nofsinhar",evening:"filg\u0127axija",night:"lejl"},wide:{am:"a.m.",pm:"p.m.",midnight:"nofsillejl",noon:"nofsinhar",morning:"g\u0127odwa",afternoon:"wara nofsinhar",evening:"filg\u0127axija",night:"lejl"}},tEe={narrow:{am:"a",pm:"p",midnight:"f'nofsillejl",noon:"f'nofsinhar",morning:"filg\u0127odu",afternoon:"wara nofsinhar",evening:"filg\u0127axija",night:"billejl"},abbreviated:{am:"AM",pm:"PM",midnight:"f'nofsillejl",noon:"f'nofsinhar",morning:"filg\u0127odu",afternoon:"wara nofsinhar",evening:"filg\u0127axija",night:"billejl"},wide:{am:"a.m.",pm:"p.m.",midnight:"f'nofsillejl",noon:"f'nofsinhar",morning:"filg\u0127odu",afternoon:"wara nofsinhar",evening:"filg\u0127axija",night:"billejl"}},nEe=function(e,t){var n=Number(e);return n+"\xBA"},rEe={ordinalNumber:nEe,era:S({values:JCe,defaultWidth:"wide"}),quarter:S({values:QCe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:$Ce,defaultWidth:"wide"}),day:S({values:ZCe,defaultWidth:"wide"}),dayPeriod:S({values:eEe,defaultWidth:"wide",formattingValues:tEe,defaultFormattingWidth:"wide"})};const aEe=rEe;var iEe=/^(\d+)(º)?/i,oEe=/\d+/i,sEe={narrow:/^(q|w)/i,abbreviated:/^(q\.?\s?k\.?|b\.?\s?c\.?\s?e\.?|w\.?\s?k\.?)/i,wide:/^(qabel kristu|before common era|wara kristu|common era)/i},lEe={any:[/^(q|b)/i,/^(w|c)/i]},uEe={narrow:/^[1234]/i,abbreviated:/^k[1234]/i,wide:/^[1234](\.)? kwart/i},cEe={any:[/1/i,/2/i,/3/i,/4/i]},dEe={narrow:/^[jfmaglsond]/i,abbreviated:/^(jan|fra|mar|apr|mej|ġun|lul|aww|set|ott|nov|diċ)/i,wide:/^(jannar|frar|marzu|april|mejju|ġunju|lulju|awwissu|settembru|ottubru|novembru|diċembru)/i},fEe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^ġ/i,/^l/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^mej/i,/^ġ/i,/^l/i,/^aw/i,/^s/i,/^o/i,/^n/i,/^d/i]},hEe={narrow:/^[ħteġs]/i,short:/^(ħa|tn|tl|er|ħa|ġi|si)/i,abbreviated:/^(ħad|tne|tli|erb|ħam|ġim|sib)/i,wide:/^(il-ħadd|it-tnejn|it-tlieta|l-erbgħa|il-ħamis|il-ġimgħa|is-sibt)/i},mEe={narrow:[/^ħ/i,/^t/i,/^t/i,/^e/i,/^ħ/i,/^ġ/i,/^s/i],any:[/^(il-)?ħad/i,/^(it-)?tn/i,/^(it-)?tl/i,/^(l-)?er/i,/^(il-)?ham/i,/^(il-)?ġi/i,/^(is-)?si/i]},pEe={narrow:/^(a|p|f'nofsillejl|f'nofsinhar|(ta') (għodwa|wara nofsinhar|filgħaxija|lejl))/i,any:/^([ap]\.?\s?m\.?|f'nofsillejl|f'nofsinhar|(ta') (għodwa|wara nofsinhar|filgħaxija|lejl))/i},gEe={any:{am:/^a/i,pm:/^p/i,midnight:/^f'nofsillejl/i,noon:/^f'nofsinhar/i,morning:/għodwa/i,afternoon:/wara(\s.*)nofsinhar/i,evening:/filgħaxija/i,night:/lejl/i}},vEe={ordinalNumber:Le({matchPattern:iEe,parsePattern:oEe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:sEe,defaultMatchWidth:"wide",parsePatterns:lEe,defaultParseWidth:"any"}),quarter:C({matchPatterns:uEe,defaultMatchWidth:"wide",parsePatterns:cEe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:dEe,defaultMatchWidth:"wide",parsePatterns:fEe,defaultParseWidth:"any"}),day:C({matchPatterns:hEe,defaultMatchWidth:"wide",parsePatterns:mEe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:pEe,defaultMatchWidth:"any",parsePatterns:gEe,defaultParseWidth:"any"})};const bEe=vEe;var yEe={code:"mt",formatDistance:FCe,formatLong:YCe,formatRelative:VCe,localize:aEe,match:bEe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const wEe=yEe;var kEe={lessThanXSeconds:{one:"mindre enn ett sekund",other:"mindre enn {{count}} sekunder"},xSeconds:{one:"ett sekund",other:"{{count}} sekunder"},halfAMinute:"et halvt minutt",lessThanXMinutes:{one:"mindre enn ett minutt",other:"mindre enn {{count}} minutter"},xMinutes:{one:"ett minutt",other:"{{count}} minutter"},aboutXHours:{one:"omtrent en time",other:"omtrent {{count}} timer"},xHours:{one:"en time",other:"{{count}} timer"},xDays:{one:"en dag",other:"{{count}} dager"},aboutXWeeks:{one:"omtrent en uke",other:"omtrent {{count}} uker"},xWeeks:{one:"en uke",other:"{{count}} uker"},aboutXMonths:{one:"omtrent en m\xE5ned",other:"omtrent {{count}} m\xE5neder"},xMonths:{one:"en m\xE5ned",other:"{{count}} m\xE5neder"},aboutXYears:{one:"omtrent ett \xE5r",other:"omtrent {{count}} \xE5r"},xYears:{one:"ett \xE5r",other:"{{count}} \xE5r"},overXYears:{one:"over ett \xE5r",other:"over {{count}} \xE5r"},almostXYears:{one:"nesten ett \xE5r",other:"nesten {{count}} \xE5r"}},xEe=function(e,t,n){var r,a=kEe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"om "+r:r+" siden":r};const PEe=xEe;var MEe={full:"EEEE d. MMMM y",long:"d. MMMM y",medium:"d. MMM y",short:"dd.MM.y"},AEe={full:"'kl'. HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},SEe={full:"{{date}} 'kl.' {{time}}",long:"{{date}} 'kl.' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},CEe={date:D({formats:MEe,defaultWidth:"full"}),time:D({formats:AEe,defaultWidth:"full"}),dateTime:D({formats:SEe,defaultWidth:"full"})};const EEe=CEe;var WEe={lastWeek:"'forrige' eeee 'kl.' p",yesterday:"'i g\xE5r kl.' p",today:"'i dag kl.' p",tomorrow:"'i morgen kl.' p",nextWeek:"EEEE 'kl.' p",other:"P"},jEe=function(e,t,n,r){return WEe[e]};const OEe=jEe;var TEe={narrow:["f.Kr.","e.Kr."],abbreviated:["f.Kr.","e.Kr."],wide:["f\xF8r Kristus","etter Kristus"]},zEe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},NEe={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["jan.","feb.","mars","apr.","mai","juni","juli","aug.","sep.","okt.","nov.","des."],wide:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]},_Ee={narrow:["S","M","T","O","T","F","L"],short:["s\xF8","ma","ti","on","to","fr","l\xF8"],abbreviated:["s\xF8n","man","tir","ons","tor","fre","l\xF8r"],wide:["s\xF8ndag","mandag","tirsdag","onsdag","torsdag","fredag","l\xF8rdag"]},REe={narrow:{am:"a",pm:"p",midnight:"midnatt",noon:"middag",morning:"p\xE5 morg.",afternoon:"p\xE5 etterm.",evening:"p\xE5 kvelden",night:"p\xE5 natten"},abbreviated:{am:"a.m.",pm:"p.m.",midnight:"midnatt",noon:"middag",morning:"p\xE5 morg.",afternoon:"p\xE5 etterm.",evening:"p\xE5 kvelden",night:"p\xE5 natten"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnatt",noon:"middag",morning:"p\xE5 morgenen",afternoon:"p\xE5 ettermiddagen",evening:"p\xE5 kvelden",night:"p\xE5 natten"}},IEe=function(e,t){var n=Number(e);return n+"."},DEe={ordinalNumber:IEe,era:S({values:TEe,defaultWidth:"wide"}),quarter:S({values:zEe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:NEe,defaultWidth:"wide"}),day:S({values:_Ee,defaultWidth:"wide"}),dayPeriod:S({values:REe,defaultWidth:"wide"})};const LEe=DEe;var HEe=/^(\d+)\.?/i,FEe=/\d+/i,BEe={narrow:/^(f\.? ?Kr\.?|fvt\.?|e\.? ?Kr\.?|evt\.?)/i,abbreviated:/^(f\.? ?Kr\.?|fvt\.?|e\.? ?Kr\.?|evt\.?)/i,wide:/^(før Kristus|før vår tid|etter Kristus|vår tid)/i},XEe={any:[/^f/i,/^e/i]},UEe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](\.)? kvartal/i},GEe={any:[/1/i,/2/i,/3/i,/4/i]},YEe={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mars?|apr|mai|juni?|juli?|aug|sep|okt|nov|des)\.?/i,wide:/^(januar|februar|mars|april|mai|juni|juli|august|september|oktober|november|desember)/i},KEe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^mai/i,/^jun/i,/^jul/i,/^aug/i,/^s/i,/^o/i,/^n/i,/^d/i]},qEe={narrow:/^[smtofl]/i,short:/^(sø|ma|ti|on|to|fr|lø)/i,abbreviated:/^(søn|man|tir|ons|tor|fre|lør)/i,wide:/^(søndag|mandag|tirsdag|onsdag|torsdag|fredag|lørdag)/i},VEe={any:[/^s/i,/^m/i,/^ti/i,/^o/i,/^to/i,/^f/i,/^l/i]},JEe={narrow:/^(midnatt|middag|(på) (morgenen|ettermiddagen|kvelden|natten)|[ap])/i,any:/^([ap]\.?\s?m\.?|midnatt|middag|(på) (morgenen|ettermiddagen|kvelden|natten))/i},QEe={any:{am:/^a(\.?\s?m\.?)?$/i,pm:/^p(\.?\s?m\.?)?$/i,midnight:/^midn/i,noon:/^midd/i,morning:/morgen/i,afternoon:/ettermiddag/i,evening:/kveld/i,night:/natt/i}},$Ee={ordinalNumber:Le({matchPattern:HEe,parsePattern:FEe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:BEe,defaultMatchWidth:"wide",parsePatterns:XEe,defaultParseWidth:"any"}),quarter:C({matchPatterns:UEe,defaultMatchWidth:"wide",parsePatterns:GEe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:YEe,defaultMatchWidth:"wide",parsePatterns:KEe,defaultParseWidth:"any"}),day:C({matchPatterns:qEe,defaultMatchWidth:"wide",parsePatterns:VEe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:JEe,defaultMatchWidth:"any",parsePatterns:QEe,defaultParseWidth:"any"})};const ZEe=$Ee;var e5e={code:"nb",formatDistance:PEe,formatLong:EEe,formatRelative:OEe,localize:LEe,match:ZEe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const t5e=e5e;var n5e={lessThanXSeconds:{one:"minder dan een seconde",other:"minder dan {{count}} seconden"},xSeconds:{one:"1 seconde",other:"{{count}} seconden"},halfAMinute:"een halve minuut",lessThanXMinutes:{one:"minder dan een minuut",other:"minder dan {{count}} minuten"},xMinutes:{one:"een minuut",other:"{{count}} minuten"},aboutXHours:{one:"ongeveer 1 uur",other:"ongeveer {{count}} uur"},xHours:{one:"1 uur",other:"{{count}} uur"},xDays:{one:"1 dag",other:"{{count}} dagen"},aboutXWeeks:{one:"ongeveer 1 week",other:"ongeveer {{count}} weken"},xWeeks:{one:"1 week",other:"{{count}} weken"},aboutXMonths:{one:"ongeveer 1 maand",other:"ongeveer {{count}} maanden"},xMonths:{one:"1 maand",other:"{{count}} maanden"},aboutXYears:{one:"ongeveer 1 jaar",other:"ongeveer {{count}} jaar"},xYears:{one:"1 jaar",other:"{{count}} jaar"},overXYears:{one:"meer dan 1 jaar",other:"meer dan {{count}} jaar"},almostXYears:{one:"bijna 1 jaar",other:"bijna {{count}} jaar"}},r5e=function(e,t,n){var r,a=n5e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"over "+r:r+" geleden":r};const a5e=r5e;var i5e={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd-MM-y"},o5e={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},s5e={full:"{{date}} 'om' {{time}}",long:"{{date}} 'om' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},l5e={date:D({formats:i5e,defaultWidth:"full"}),time:D({formats:o5e,defaultWidth:"full"}),dateTime:D({formats:s5e,defaultWidth:"full"})};const u5e=l5e;var c5e={lastWeek:"'afgelopen' eeee 'om' p",yesterday:"'gisteren om' p",today:"'vandaag om' p",tomorrow:"'morgen om' p",nextWeek:"eeee 'om' p",other:"P"},d5e=function(e,t,n,r){return c5e[e]};const f5e=d5e;var h5e={narrow:["v.C.","n.C."],abbreviated:["v.Chr.","n.Chr."],wide:["voor Christus","na Christus"]},m5e={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]},p5e={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],wide:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},g5e={narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],abbreviated:["zon","maa","din","woe","don","vri","zat"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},v5e={narrow:{am:"AM",pm:"PM",midnight:"middernacht",noon:"het middaguur",morning:"'s ochtends",afternoon:"'s middags",evening:"'s avonds",night:"'s nachts"},abbreviated:{am:"AM",pm:"PM",midnight:"middernacht",noon:"het middaguur",morning:"'s ochtends",afternoon:"'s middags",evening:"'s avonds",night:"'s nachts"},wide:{am:"AM",pm:"PM",midnight:"middernacht",noon:"het middaguur",morning:"'s ochtends",afternoon:"'s middags",evening:"'s avonds",night:"'s nachts"}},b5e=function(e,t){var n=Number(e);return n+"e"},y5e={ordinalNumber:b5e,era:S({values:h5e,defaultWidth:"wide"}),quarter:S({values:m5e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:p5e,defaultWidth:"wide"}),day:S({values:g5e,defaultWidth:"wide"}),dayPeriod:S({values:v5e,defaultWidth:"wide"})};const w5e=y5e;var k5e=/^(\d+)e?/i,x5e=/\d+/i,P5e={narrow:/^([vn]\.? ?C\.?)/,abbreviated:/^([vn]\. ?Chr\.?)/,wide:/^((voor|na) Christus)/},M5e={any:[/^v/,/^n/]},A5e={narrow:/^[1234]/i,abbreviated:/^K[1234]/i,wide:/^[1234]e kwartaal/i},S5e={any:[/1/i,/2/i,/3/i,/4/i]},C5e={narrow:/^[jfmasond]/i,abbreviated:/^(jan.|feb.|mrt.|apr.|mei|jun.|jul.|aug.|sep.|okt.|nov.|dec.)/i,wide:/^(januari|februari|maart|april|mei|juni|juli|augustus|september|oktober|november|december)/i},E5e={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^jan/i,/^feb/i,/^m(r|a)/i,/^apr/i,/^mei/i,/^jun/i,/^jul/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i]},W5e={narrow:/^[zmdwv]/i,short:/^(zo|ma|di|wo|do|vr|za)/i,abbreviated:/^(zon|maa|din|woe|don|vri|zat)/i,wide:/^(zondag|maandag|dinsdag|woensdag|donderdag|vrijdag|zaterdag)/i},j5e={narrow:[/^z/i,/^m/i,/^d/i,/^w/i,/^d/i,/^v/i,/^z/i],any:[/^zo/i,/^ma/i,/^di/i,/^wo/i,/^do/i,/^vr/i,/^za/i]},O5e={any:/^(am|pm|middernacht|het middaguur|'s (ochtends|middags|avonds|nachts))/i},T5e={any:{am:/^am/i,pm:/^pm/i,midnight:/^middernacht/i,noon:/^het middaguur/i,morning:/ochtend/i,afternoon:/middag/i,evening:/avond/i,night:/nacht/i}},z5e={ordinalNumber:Le({matchPattern:k5e,parsePattern:x5e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:P5e,defaultMatchWidth:"wide",parsePatterns:M5e,defaultParseWidth:"any"}),quarter:C({matchPatterns:A5e,defaultMatchWidth:"wide",parsePatterns:S5e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:C5e,defaultMatchWidth:"wide",parsePatterns:E5e,defaultParseWidth:"any"}),day:C({matchPatterns:W5e,defaultMatchWidth:"wide",parsePatterns:j5e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:O5e,defaultMatchWidth:"any",parsePatterns:T5e,defaultParseWidth:"any"})};const N5e=z5e;var _5e={code:"nl",formatDistance:a5e,formatLong:u5e,formatRelative:f5e,localize:w5e,match:N5e,options:{weekStartsOn:1,firstWeekContainsDate:4}};const R5e=_5e;var I5e={lessThanXSeconds:{one:"minder dan een seconde",other:"minder dan {{count}} seconden"},xSeconds:{one:"1 seconde",other:"{{count}} seconden"},halfAMinute:"een halve minuut",lessThanXMinutes:{one:"minder dan een minuut",other:"minder dan {{count}} minuten"},xMinutes:{one:"een minuut",other:"{{count}} minuten"},aboutXHours:{one:"ongeveer 1 uur",other:"ongeveer {{count}} uur"},xHours:{one:"1 uur",other:"{{count}} uur"},xDays:{one:"1 dag",other:"{{count}} dagen"},aboutXWeeks:{one:"ongeveer 1 week",other:"ongeveer {{count}} weken"},xWeeks:{one:"1 week",other:"{{count}} weken"},aboutXMonths:{one:"ongeveer 1 maand",other:"ongeveer {{count}} maanden"},xMonths:{one:"1 maand",other:"{{count}} maanden"},aboutXYears:{one:"ongeveer 1 jaar",other:"ongeveer {{count}} jaar"},xYears:{one:"1 jaar",other:"{{count}} jaar"},overXYears:{one:"meer dan 1 jaar",other:"meer dan {{count}} jaar"},almostXYears:{one:"bijna 1 jaar",other:"bijna {{count}} jaar"}},D5e=function(e,t,n){var r,a=I5e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"over "+r:r+" geleden":r};const L5e=D5e;var H5e={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"dd.MM.y"},F5e={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},B5e={full:"{{date}} 'om' {{time}}",long:"{{date}} 'om' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},X5e={date:D({formats:H5e,defaultWidth:"full"}),time:D({formats:F5e,defaultWidth:"full"}),dateTime:D({formats:B5e,defaultWidth:"full"})};const U5e=X5e;var G5e={lastWeek:"'vorige' eeee 'om' p",yesterday:"'gisteren om' p",today:"'vandaag om' p",tomorrow:"'morgen om' p",nextWeek:"eeee 'om' p",other:"P"},Y5e=function(e,t,n,r){return G5e[e]};const K5e=Y5e;var q5e={narrow:["v.C.","n.C."],abbreviated:["v.Chr.","n.Chr."],wide:["voor Christus","na Christus"]},V5e={narrow:["1","2","3","4"],abbreviated:["K1","K2","K3","K4"],wide:["1e kwartaal","2e kwartaal","3e kwartaal","4e kwartaal"]},J5e={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],wide:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},Q5e={narrow:["Z","M","D","W","D","V","Z"],short:["zo","ma","di","wo","do","vr","za"],abbreviated:["zon","maa","din","woe","don","vri","zat"],wide:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},$5e={narrow:{am:"AM",pm:"PM",midnight:"middernacht",noon:"het middag",morning:"'s ochtends",afternoon:"'s namiddags",evening:"'s avonds",night:"'s nachts"},abbreviated:{am:"AM",pm:"PM",midnight:"middernacht",noon:"het middag",morning:"'s ochtends",afternoon:"'s namiddags",evening:"'s avonds",night:"'s nachts"},wide:{am:"AM",pm:"PM",midnight:"middernacht",noon:"het middag",morning:"'s ochtends",afternoon:"'s namiddags",evening:"'s avonds",night:"'s nachts"}},Z5e=function(e,t){var n=Number(e);return n+"e"},eWe={ordinalNumber:Z5e,era:S({values:q5e,defaultWidth:"wide"}),quarter:S({values:V5e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:J5e,defaultWidth:"wide"}),day:S({values:Q5e,defaultWidth:"wide"}),dayPeriod:S({values:$5e,defaultWidth:"wide"})};const tWe=eWe;var nWe=/^(\d+)e?/i,rWe=/\d+/i,aWe={narrow:/^([vn]\.? ?C\.?)/,abbreviated:/^([vn]\. ?Chr\.?)/,wide:/^((voor|na) Christus)/},iWe={any:[/^v/,/^n/]},oWe={narrow:/^[1234]/i,abbreviated:/^K[1234]/i,wide:/^[1234]e kwartaal/i},sWe={any:[/1/i,/2/i,/3/i,/4/i]},lWe={narrow:/^[jfmasond]/i,abbreviated:/^(jan.|feb.|mrt.|apr.|mei|jun.|jul.|aug.|sep.|okt.|nov.|dec.)/i,wide:/^(januari|februari|maart|april|mei|juni|juli|augustus|september|oktober|november|december)/i},uWe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^jan/i,/^feb/i,/^m(r|a)/i,/^apr/i,/^mei/i,/^jun/i,/^jul/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i]},cWe={narrow:/^[zmdwv]/i,short:/^(zo|ma|di|wo|do|vr|za)/i,abbreviated:/^(zon|maa|din|woe|don|vri|zat)/i,wide:/^(zondag|maandag|dinsdag|woensdag|donderdag|vrijdag|zaterdag)/i},dWe={narrow:[/^z/i,/^m/i,/^d/i,/^w/i,/^d/i,/^v/i,/^z/i],any:[/^zo/i,/^ma/i,/^di/i,/^wo/i,/^do/i,/^vr/i,/^za/i]},fWe={any:/^(am|pm|middernacht|het middaguur|'s (ochtends|middags|avonds|nachts))/i},hWe={any:{am:/^am/i,pm:/^pm/i,midnight:/^middernacht/i,noon:/^het middaguur/i,morning:/ochtend/i,afternoon:/middag/i,evening:/avond/i,night:/nacht/i}},mWe={ordinalNumber:Le({matchPattern:nWe,parsePattern:rWe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:aWe,defaultMatchWidth:"wide",parsePatterns:iWe,defaultParseWidth:"any"}),quarter:C({matchPatterns:oWe,defaultMatchWidth:"wide",parsePatterns:sWe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:lWe,defaultMatchWidth:"wide",parsePatterns:uWe,defaultParseWidth:"any"}),day:C({matchPatterns:cWe,defaultMatchWidth:"wide",parsePatterns:dWe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:fWe,defaultMatchWidth:"any",parsePatterns:hWe,defaultParseWidth:"any"})};const pWe=mWe;var gWe={code:"nl-BE",formatDistance:L5e,formatLong:U5e,formatRelative:K5e,localize:tWe,match:pWe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const vWe=gWe;var bWe={lessThanXSeconds:{one:"mindre enn eitt sekund",other:"mindre enn {{count}} sekund"},xSeconds:{one:"eitt sekund",other:"{{count}} sekund"},halfAMinute:"eit halvt minutt",lessThanXMinutes:{one:"mindre enn eitt minutt",other:"mindre enn {{count}} minutt"},xMinutes:{one:"eitt minutt",other:"{{count}} minutt"},aboutXHours:{one:"omtrent ein time",other:"omtrent {{count}} timar"},xHours:{one:"ein time",other:"{{count}} timar"},xDays:{one:"ein dag",other:"{{count}} dagar"},aboutXWeeks:{one:"omtrent ei veke",other:"omtrent {{count}} veker"},xWeeks:{one:"ei veke",other:"{{count}} veker"},aboutXMonths:{one:"omtrent ein m\xE5nad",other:"omtrent {{count}} m\xE5nader"},xMonths:{one:"ein m\xE5nad",other:"{{count}} m\xE5nader"},aboutXYears:{one:"omtrent eitt \xE5r",other:"omtrent {{count}} \xE5r"},xYears:{one:"eitt \xE5r",other:"{{count}} \xE5r"},overXYears:{one:"over eitt \xE5r",other:"over {{count}} \xE5r"},almostXYears:{one:"nesten eitt \xE5r",other:"nesten {{count}} \xE5r"}},yWe=["null","ein","to","tre","fire","fem","seks","sju","\xE5tte","ni","ti","elleve","tolv"],wWe=function(e,t,n){var r,a=bWe[e];return typeof a=="string"?r=a:t===1?r=a.one:n&&n.onlyNumeric?r=a.other.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",t<13?yWe[t]:String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"om "+r:r+" sidan":r};const kWe=wWe;var xWe={full:"EEEE d. MMMM y",long:"d. MMMM y",medium:"d. MMM y",short:"dd.MM.y"},PWe={full:"'kl'. HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},MWe={full:"{{date}} 'kl.' {{time}}",long:"{{date}} 'kl.' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},AWe={date:D({formats:xWe,defaultWidth:"full"}),time:D({formats:PWe,defaultWidth:"full"}),dateTime:D({formats:MWe,defaultWidth:"full"})};const SWe=AWe;var CWe={lastWeek:"'f\xF8rre' eeee 'kl.' p",yesterday:"'i g\xE5r kl.' p",today:"'i dag kl.' p",tomorrow:"'i morgon kl.' p",nextWeek:"EEEE 'kl.' p",other:"P"},EWe=function(e,t,n,r){return CWe[e]};const WWe=EWe;var jWe={narrow:["f.Kr.","e.Kr."],abbreviated:["f.Kr.","e.Kr."],wide:["f\xF8r Kristus","etter Kristus"]},OWe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},TWe={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["jan.","feb.","mars","apr.","mai","juni","juli","aug.","sep.","okt.","nov.","des."],wide:["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]},zWe={narrow:["S","M","T","O","T","F","L"],short:["su","m\xE5","ty","on","to","fr","lau"],abbreviated:["sun","m\xE5n","tys","ons","tor","fre","laur"],wide:["sundag","m\xE5ndag","tysdag","onsdag","torsdag","fredag","laurdag"]},NWe={narrow:{am:"a",pm:"p",midnight:"midnatt",noon:"middag",morning:"p\xE5 morg.",afternoon:"p\xE5 etterm.",evening:"p\xE5 kvelden",night:"p\xE5 natta"},abbreviated:{am:"a.m.",pm:"p.m.",midnight:"midnatt",noon:"middag",morning:"p\xE5 morg.",afternoon:"p\xE5 etterm.",evening:"p\xE5 kvelden",night:"p\xE5 natta"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnatt",noon:"middag",morning:"p\xE5 morgonen",afternoon:"p\xE5 ettermiddagen",evening:"p\xE5 kvelden",night:"p\xE5 natta"}},_We=function(e,t){var n=Number(e);return n+"."},RWe={ordinalNumber:_We,era:S({values:jWe,defaultWidth:"wide"}),quarter:S({values:OWe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:TWe,defaultWidth:"wide"}),day:S({values:zWe,defaultWidth:"wide"}),dayPeriod:S({values:NWe,defaultWidth:"wide"})};const IWe=RWe;var DWe=/^(\d+)\.?/i,LWe=/\d+/i,HWe={narrow:/^(f\.? ?Kr\.?|fvt\.?|e\.? ?Kr\.?|evt\.?)/i,abbreviated:/^(f\.? ?Kr\.?|fvt\.?|e\.? ?Kr\.?|evt\.?)/i,wide:/^(før Kristus|før vår tid|etter Kristus|vår tid)/i},FWe={any:[/^f/i,/^e/i]},BWe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](\.)? kvartal/i},XWe={any:[/1/i,/2/i,/3/i,/4/i]},UWe={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mars?|apr|mai|juni?|juli?|aug|sep|okt|nov|des)\.?/i,wide:/^(januar|februar|mars|april|mai|juni|juli|august|september|oktober|november|desember)/i},GWe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^mai/i,/^jun/i,/^jul/i,/^aug/i,/^s/i,/^o/i,/^n/i,/^d/i]},YWe={narrow:/^[smtofl]/i,short:/^(su|må|ty|on|to|fr|la)/i,abbreviated:/^(sun|mån|tys|ons|tor|fre|laur)/i,wide:/^(sundag|måndag|tysdag|onsdag|torsdag|fredag|laurdag)/i},KWe={any:[/^s/i,/^m/i,/^ty/i,/^o/i,/^to/i,/^f/i,/^l/i]},qWe={narrow:/^(midnatt|middag|(på) (morgonen|ettermiddagen|kvelden|natta)|[ap])/i,any:/^([ap]\.?\s?m\.?|midnatt|middag|(på) (morgonen|ettermiddagen|kvelden|natta))/i},VWe={any:{am:/^a(\.?\s?m\.?)?$/i,pm:/^p(\.?\s?m\.?)?$/i,midnight:/^midn/i,noon:/^midd/i,morning:/morgon/i,afternoon:/ettermiddag/i,evening:/kveld/i,night:/natt/i}},JWe={ordinalNumber:Le({matchPattern:DWe,parsePattern:LWe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:HWe,defaultMatchWidth:"wide",parsePatterns:FWe,defaultParseWidth:"any"}),quarter:C({matchPatterns:BWe,defaultMatchWidth:"wide",parsePatterns:XWe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:UWe,defaultMatchWidth:"wide",parsePatterns:GWe,defaultParseWidth:"any"}),day:C({matchPatterns:YWe,defaultMatchWidth:"wide",parsePatterns:KWe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:qWe,defaultMatchWidth:"any",parsePatterns:VWe,defaultParseWidth:"any"})};const QWe=JWe;var $We={code:"nn",formatDistance:kWe,formatLong:SWe,formatRelative:WWe,localize:IWe,match:QWe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const ZWe=$We;var eje={lessThanXSeconds:{one:"mens d\u2019una segonda",other:"mens de {{count}} segondas"},xSeconds:{one:"1 segonda",other:"{{count}} segondas"},halfAMinute:"30 segondas",lessThanXMinutes:{one:"mens d\u2019una minuta",other:"mens de {{count}} minutas"},xMinutes:{one:"1 minuta",other:"{{count}} minutas"},aboutXHours:{one:"environ 1 ora",other:"environ {{count}} oras"},xHours:{one:"1 ora",other:"{{count}} oras"},xDays:{one:"1 jorn",other:"{{count}} jorns"},aboutXWeeks:{one:"environ 1 setmana",other:"environ {{count}} setmanas"},xWeeks:{one:"1 setmana",other:"{{count}} setmanas"},aboutXMonths:{one:"environ 1 mes",other:"environ {{count}} meses"},xMonths:{one:"1 mes",other:"{{count}} meses"},aboutXYears:{one:"environ 1 an",other:"environ {{count}} ans"},xYears:{one:"1 an",other:"{{count}} ans"},overXYears:{one:"mai d\u2019un an",other:"mai de {{count}} ans"},almostXYears:{one:"gaireben un an",other:"gaireben {{count}} ans"}},tje=function(e,t,n){var r,a=eje[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"d\u2019aqu\xED "+r:"fa "+r:r};const nje=tje;var rje={full:"EEEE d 'de' MMMM y",long:"d 'de' MMMM y",medium:"d MMM y",short:"dd/MM/y"},aje={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},ije={full:"{{date}} 'a' {{time}}",long:"{{date}} 'a' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},oje={date:D({formats:rje,defaultWidth:"full"}),time:D({formats:aje,defaultWidth:"full"}),dateTime:D({formats:ije,defaultWidth:"full"})};const sje=oje;var lje={lastWeek:"eeee 'passat a' p",yesterday:"'i\xE8r a' p",today:"'u\xE8i a' p",tomorrow:"'deman a' p",nextWeek:"eeee 'a' p",other:"P"},uje=function(e,t,n,r){return lje[e]};const cje=uje;var dje={narrow:["ab. J.C.","apr. J.C."],abbreviated:["ab. J.C.","apr. J.C."],wide:["abans J\xE8sus-Crist","apr\xE8s J\xE8sus-Crist"]},fje={narrow:["T1","T2","T3","T4"],abbreviated:["1\xE8r trim.","2nd trim.","3en trim.","4en trim."],wide:["1\xE8r trim\xE8stre","2nd trim\xE8stre","3en trim\xE8stre","4en trim\xE8stre"]},hje={narrow:["GN","FB","M\xC7","AB","MA","JN","JL","AG","ST","OC","NV","DC"],abbreviated:["gen.","febr.","mar\xE7","abr.","mai","junh","jul.","ag.","set.","oct.","nov.","dec."],wide:["geni\xE8r","febri\xE8r","mar\xE7","abril","mai","junh","julhet","agost","setembre","oct\xF2bre","novembre","decembre"]},mje={narrow:["dg.","dl.","dm.","dc.","dj.","dv.","ds."],short:["dg.","dl.","dm.","dc.","dj.","dv.","ds."],abbreviated:["dg.","dl.","dm.","dc.","dj.","dv.","ds."],wide:["dimenge","diluns","dimars","dim\xE8cres","dij\xF2us","divendres","dissabte"]},pje={narrow:{am:"am",pm:"pm",midnight:"mi\xE8janu\xE8ch",noon:"mi\xE8gjorn",morning:"matin",afternoon:"apr\xE8p-mi\xE8gjorn",evening:"v\xE8spre",night:"nu\xE8ch"},abbreviated:{am:"a.m.",pm:"p.m.",midnight:"mi\xE8janu\xE8ch",noon:"mi\xE8gjorn",morning:"matin",afternoon:"apr\xE8p-mi\xE8gjorn",evening:"v\xE8spre",night:"nu\xE8ch"},wide:{am:"a.m.",pm:"p.m.",midnight:"mi\xE8janu\xE8ch",noon:"mi\xE8gjorn",morning:"matin",afternoon:"apr\xE8p-mi\xE8gjorn",evening:"v\xE8spre",night:"nu\xE8ch"}},gje={narrow:{am:"am",pm:"pm",midnight:"mi\xE8janu\xE8ch",noon:"mi\xE8gjorn",morning:"del matin",afternoon:"de l\u2019apr\xE8p-mi\xE8gjorn",evening:"del ser",night:"de la nu\xE8ch"},abbreviated:{am:"AM",pm:"PM",midnight:"mi\xE8janu\xE8ch",noon:"mi\xE8gjorn",morning:"del matin",afternoon:"de l\u2019apr\xE8p-mi\xE8gjorn",evening:"del ser",night:"de la nu\xE8ch"},wide:{am:"ante meridiem",pm:"post meridiem",midnight:"mi\xE8janu\xE8ch",noon:"mi\xE8gjorn",morning:"del matin",afternoon:"de l\u2019apr\xE8p-mi\xE8gjorn",evening:"del ser",night:"de la nu\xE8ch"}},vje=function(e,t){var n=Number(e),r=t==null?void 0:t.unit,a;switch(n){case 1:a="\xE8r";break;case 2:a="nd";break;default:a="en"}return(r==="year"||r==="week"||r==="hour"||r==="minute"||r==="second")&&(a+="a"),n+a},bje={ordinalNumber:vje,era:S({values:dje,defaultWidth:"wide"}),quarter:S({values:fje,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:hje,defaultWidth:"wide"}),day:S({values:mje,defaultWidth:"wide"}),dayPeriod:S({values:pje,defaultWidth:"wide",formattingValues:gje,defaultFormattingWidth:"wide"})};const yje=bje;var wje=/^(\d+)(èr|nd|en)?[a]?/i,kje=/\d+/i,xje={narrow:/^(ab\.J\.C|apr\.J\.C|apr\.J\.-C)/i,abbreviated:/^(ab\.J\.-C|ab\.J-C|apr\.J\.-C|apr\.J-C|ap\.J-C)/i,wide:/^(abans Jèsus-Crist|après Jèsus-Crist)/i},Pje={any:[/^ab/i,/^ap/i]},Mje={narrow:/^T[1234]/i,abbreviated:/^[1234](èr|nd|en)? trim\.?/i,wide:/^[1234](èr|nd|en)? trimèstre/i},Aje={any:[/1/i,/2/i,/3/i,/4/i]},Sje={narrow:/^(GN|FB|MÇ|AB|MA|JN|JL|AG|ST|OC|NV|DC)/i,abbreviated:/^(gen|febr|març|abr|mai|junh|jul|ag|set|oct|nov|dec)\.?/i,wide:/^(genièr|febrièr|març|abril|mai|junh|julhet|agost|setembre|octòbre|novembre|decembre)/i},Cje={any:[/^g/i,/^f/i,/^ma[r?]|MÇ/i,/^ab/i,/^ma[i?]/i,/^ju[n?]|JN/i,/^ju[l?]|JL/i,/^ag/i,/^s/i,/^o/i,/^n/i,/^d/i]},Eje={narrow:/^d[glmcjvs]\.?/i,short:/^d[glmcjvs]\.?/i,abbreviated:/^d[glmcjvs]\.?/i,wide:/^(dimenge|diluns|dimars|dimècres|dijòus|divendres|dissabte)/i},Wje={narrow:[/^dg/i,/^dl/i,/^dm/i,/^dc/i,/^dj/i,/^dv/i,/^ds/i],short:[/^dg/i,/^dl/i,/^dm/i,/^dc/i,/^dj/i,/^dv/i,/^ds/i],abbreviated:[/^dg/i,/^dl/i,/^dm/i,/^dc/i,/^dj/i,/^dv/i,/^ds/i],any:[/^dg|dime/i,/^dl|dil/i,/^dm|dima/i,/^dc|dimè/i,/^dj|dij/i,/^dv|div/i,/^ds|dis/i]},jje={any:/(^(a\.?m|p\.?m))|(ante meridiem|post meridiem)|((del |de la |de l’)(matin|aprèp-miègjorn|vèspre|ser|nuèch))/i},Oje={any:{am:/(^a)|ante meridiem/i,pm:/(^p)|post meridiem/i,midnight:/^mièj/i,noon:/^mièg/i,morning:/matin/i,afternoon:/aprèp-miègjorn/i,evening:/vèspre|ser/i,night:/nuèch/i}},Tje={ordinalNumber:Le({matchPattern:wje,parsePattern:kje,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:xje,defaultMatchWidth:"wide",parsePatterns:Pje,defaultParseWidth:"any"}),quarter:C({matchPatterns:Mje,defaultMatchWidth:"wide",parsePatterns:Aje,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Sje,defaultMatchWidth:"wide",parsePatterns:Cje,defaultParseWidth:"any"}),day:C({matchPatterns:Eje,defaultMatchWidth:"wide",parsePatterns:Wje,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:jje,defaultMatchWidth:"any",parsePatterns:Oje,defaultParseWidth:"any"})};const zje=Tje;var Nje={code:"oc",formatDistance:nje,formatLong:sje,formatRelative:cje,localize:yje,match:zje,options:{weekStartsOn:1,firstWeekContainsDate:4}};const _je=Nje;var Rje={lessThanXSeconds:{one:{regular:"mniej ni\u017C sekunda",past:"mniej ni\u017C sekund\u0119",future:"mniej ni\u017C sekund\u0119"},twoFour:"mniej ni\u017C {{count}} sekundy",other:"mniej ni\u017C {{count}} sekund"},xSeconds:{one:{regular:"sekunda",past:"sekund\u0119",future:"sekund\u0119"},twoFour:"{{count}} sekundy",other:"{{count}} sekund"},halfAMinute:{one:"p\xF3\u0142 minuty",twoFour:"p\xF3\u0142 minuty",other:"p\xF3\u0142 minuty"},lessThanXMinutes:{one:{regular:"mniej ni\u017C minuta",past:"mniej ni\u017C minut\u0119",future:"mniej ni\u017C minut\u0119"},twoFour:"mniej ni\u017C {{count}} minuty",other:"mniej ni\u017C {{count}} minut"},xMinutes:{one:{regular:"minuta",past:"minut\u0119",future:"minut\u0119"},twoFour:"{{count}} minuty",other:"{{count}} minut"},aboutXHours:{one:{regular:"oko\u0142o godziny",past:"oko\u0142o godziny",future:"oko\u0142o godzin\u0119"},twoFour:"oko\u0142o {{count}} godziny",other:"oko\u0142o {{count}} godzin"},xHours:{one:{regular:"godzina",past:"godzin\u0119",future:"godzin\u0119"},twoFour:"{{count}} godziny",other:"{{count}} godzin"},xDays:{one:{regular:"dzie\u0144",past:"dzie\u0144",future:"1 dzie\u0144"},twoFour:"{{count}} dni",other:"{{count}} dni"},aboutXWeeks:{one:"oko\u0142o tygodnia",twoFour:"oko\u0142o {{count}} tygodni",other:"oko\u0142o {{count}} tygodni"},xWeeks:{one:"tydzie\u0144",twoFour:"{{count}} tygodnie",other:"{{count}} tygodni"},aboutXMonths:{one:"oko\u0142o miesi\u0105c",twoFour:"oko\u0142o {{count}} miesi\u0105ce",other:"oko\u0142o {{count}} miesi\u0119cy"},xMonths:{one:"miesi\u0105c",twoFour:"{{count}} miesi\u0105ce",other:"{{count}} miesi\u0119cy"},aboutXYears:{one:"oko\u0142o rok",twoFour:"oko\u0142o {{count}} lata",other:"oko\u0142o {{count}} lat"},xYears:{one:"rok",twoFour:"{{count}} lata",other:"{{count}} lat"},overXYears:{one:"ponad rok",twoFour:"ponad {{count}} lata",other:"ponad {{count}} lat"},almostXYears:{one:"prawie rok",twoFour:"prawie {{count}} lata",other:"prawie {{count}} lat"}};function Ije(e,t){if(t===1)return e.one;var n=t%100;if(n<=20&&n>10)return e.other;var r=n%10;return r>=2&&r<=4?e.twoFour:e.other}function iy(e,t,n){var r=Ije(e,t),a=typeof r=="string"?r:r[n];return a.replace("{{count}}",String(t))}var Dje=function(e,t,n){var r=Rje[e];return n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"za "+iy(r,t,"future"):iy(r,t,"past")+" temu":iy(r,t,"regular")};const Lje=Dje;var Hje={full:"EEEE, do MMMM y",long:"do MMMM y",medium:"do MMM y",short:"dd.MM.y"},Fje={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},Bje={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},Xje={date:D({formats:Hje,defaultWidth:"full"}),time:D({formats:Fje,defaultWidth:"full"}),dateTime:D({formats:Bje,defaultWidth:"full"})};const Uje=Xje;var Gje={masculine:"ostatni",feminine:"ostatnia"},Yje={masculine:"ten",feminine:"ta"},Kje={masculine:"nast\u0119pny",feminine:"nast\u0119pna"},qje={0:"feminine",1:"masculine",2:"masculine",3:"feminine",4:"masculine",5:"masculine",6:"feminine"};function rA(e,t,n,r){var a;if(zn(t,n,r))a=Yje;else if(e==="lastWeek")a=Gje;else if(e==="nextWeek")a=Kje;else throw new Error("Cannot determine adjectives for token ".concat(e));var s=t.getUTCDay(),l=qje[s],c=a[l];return"'".concat(c,"' eeee 'o' p")}var Vje={lastWeek:rA,yesterday:"'wczoraj o' p",today:"'dzisiaj o' p",tomorrow:"'jutro o' p",nextWeek:rA,other:"P"},Jje=function(e,t,n,r){var a=Vje[e];return typeof a=="function"?a(e,t,n,r):a};const Qje=Jje;var $je={narrow:["p.n.e.","n.e."],abbreviated:["p.n.e.","n.e."],wide:["przed nasz\u0105 er\u0105","naszej ery"]},Zje={narrow:["1","2","3","4"],abbreviated:["I kw.","II kw.","III kw.","IV kw."],wide:["I kwarta\u0142","II kwarta\u0142","III kwarta\u0142","IV kwarta\u0142"]},eOe={narrow:["S","L","M","K","M","C","L","S","W","P","L","G"],abbreviated:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","pa\u017A","lis","gru"],wide:["stycze\u0144","luty","marzec","kwiecie\u0144","maj","czerwiec","lipiec","sierpie\u0144","wrzesie\u0144","pa\u017Adziernik","listopad","grudzie\u0144"]},tOe={narrow:["s","l","m","k","m","c","l","s","w","p","l","g"],abbreviated:["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","pa\u017A","lis","gru"],wide:["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","wrze\u015Bnia","pa\u017Adziernika","listopada","grudnia"]},nOe={narrow:["N","P","W","\u015A","C","P","S"],short:["nie","pon","wto","\u015Bro","czw","pi\u0105","sob"],abbreviated:["niedz.","pon.","wt.","\u015Br.","czw.","pt.","sob."],wide:["niedziela","poniedzia\u0142ek","wtorek","\u015Broda","czwartek","pi\u0105tek","sobota"]},rOe={narrow:["n","p","w","\u015B","c","p","s"],short:["nie","pon","wto","\u015Bro","czw","pi\u0105","sob"],abbreviated:["niedz.","pon.","wt.","\u015Br.","czw.","pt.","sob."],wide:["niedziela","poniedzia\u0142ek","wtorek","\u015Broda","czwartek","pi\u0105tek","sobota"]},aOe={narrow:{am:"a",pm:"p",midnight:"p\xF3\u0142n.",noon:"po\u0142",morning:"rano",afternoon:"popo\u0142.",evening:"wiecz.",night:"noc"},abbreviated:{am:"AM",pm:"PM",midnight:"p\xF3\u0142noc",noon:"po\u0142udnie",morning:"rano",afternoon:"popo\u0142udnie",evening:"wiecz\xF3r",night:"noc"},wide:{am:"AM",pm:"PM",midnight:"p\xF3\u0142noc",noon:"po\u0142udnie",morning:"rano",afternoon:"popo\u0142udnie",evening:"wiecz\xF3r",night:"noc"}},iOe={narrow:{am:"a",pm:"p",midnight:"o p\xF3\u0142n.",noon:"w po\u0142.",morning:"rano",afternoon:"po po\u0142.",evening:"wiecz.",night:"w nocy"},abbreviated:{am:"AM",pm:"PM",midnight:"o p\xF3\u0142nocy",noon:"w po\u0142udnie",morning:"rano",afternoon:"po po\u0142udniu",evening:"wieczorem",night:"w nocy"},wide:{am:"AM",pm:"PM",midnight:"o p\xF3\u0142nocy",noon:"w po\u0142udnie",morning:"rano",afternoon:"po po\u0142udniu",evening:"wieczorem",night:"w nocy"}},oOe=function(e,t){return String(e)},sOe={ordinalNumber:oOe,era:S({values:$je,defaultWidth:"wide"}),quarter:S({values:Zje,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:eOe,defaultWidth:"wide",formattingValues:tOe,defaultFormattingWidth:"wide"}),day:S({values:nOe,defaultWidth:"wide",formattingValues:rOe,defaultFormattingWidth:"wide"}),dayPeriod:S({values:aOe,defaultWidth:"wide",formattingValues:iOe,defaultFormattingWidth:"wide"})};const lOe=sOe;var uOe=/^(\d+)?/i,cOe=/\d+/i,dOe={narrow:/^(p\.?\s*n\.?\s*e\.?\s*|n\.?\s*e\.?\s*)/i,abbreviated:/^(p\.?\s*n\.?\s*e\.?\s*|n\.?\s*e\.?\s*)/i,wide:/^(przed\s*nasz(ą|a)\s*er(ą|a)|naszej\s*ery)/i},fOe={any:[/^p/i,/^n/i]},hOe={narrow:/^[1234]/i,abbreviated:/^(I|II|III|IV)\s*kw\.?/i,wide:/^(I|II|III|IV)\s*kwarta(ł|l)/i},mOe={narrow:[/1/i,/2/i,/3/i,/4/i],any:[/^I kw/i,/^II kw/i,/^III kw/i,/^IV kw/i]},pOe={narrow:/^[slmkcwpg]/i,abbreviated:/^(sty|lut|mar|kwi|maj|cze|lip|sie|wrz|pa(ź|z)|lis|gru)/i,wide:/^(stycznia|stycze(ń|n)|lutego|luty|marca|marzec|kwietnia|kwiecie(ń|n)|maja|maj|czerwca|czerwiec|lipca|lipiec|sierpnia|sierpie(ń|n)|wrze(ś|s)nia|wrzesie(ń|n)|pa(ź|z)dziernika|pa(ź|z)dziernik|listopada|listopad|grudnia|grudzie(ń|n))/i},gOe={narrow:[/^s/i,/^l/i,/^m/i,/^k/i,/^m/i,/^c/i,/^l/i,/^s/i,/^w/i,/^p/i,/^l/i,/^g/i],any:[/^st/i,/^lu/i,/^mar/i,/^k/i,/^maj/i,/^c/i,/^lip/i,/^si/i,/^w/i,/^p/i,/^lis/i,/^g/i]},vOe={narrow:/^[npwścs]/i,short:/^(nie|pon|wto|(ś|s)ro|czw|pi(ą|a)|sob)/i,abbreviated:/^(niedz|pon|wt|(ś|s)r|czw|pt|sob)\.?/i,wide:/^(niedziela|poniedzia(ł|l)ek|wtorek|(ś|s)roda|czwartek|pi(ą|a)tek|sobota)/i},bOe={narrow:[/^n/i,/^p/i,/^w/i,/^ś/i,/^c/i,/^p/i,/^s/i],abbreviated:[/^n/i,/^po/i,/^w/i,/^(ś|s)r/i,/^c/i,/^pt/i,/^so/i],any:[/^n/i,/^po/i,/^w/i,/^(ś|s)r/i,/^c/i,/^pi/i,/^so/i]},yOe={narrow:/^(^a$|^p$|pó(ł|l)n\.?|o\s*pó(ł|l)n\.?|po(ł|l)\.?|w\s*po(ł|l)\.?|po\s*po(ł|l)\.?|rano|wiecz\.?|noc|w\s*nocy)/i,any:/^(am|pm|pó(ł|l)noc|o\s*pó(ł|l)nocy|po(ł|l)udnie|w\s*po(ł|l)udnie|popo(ł|l)udnie|po\s*po(ł|l)udniu|rano|wieczór|wieczorem|noc|w\s*nocy)/i},wOe={narrow:{am:/^a$/i,pm:/^p$/i,midnight:/pó(ł|l)n/i,noon:/po(ł|l)/i,morning:/rano/i,afternoon:/po\s*po(ł|l)/i,evening:/wiecz/i,night:/noc/i},any:{am:/^am/i,pm:/^pm/i,midnight:/pó(ł|l)n/i,noon:/po(ł|l)/i,morning:/rano/i,afternoon:/po\s*po(ł|l)/i,evening:/wiecz/i,night:/noc/i}},kOe={ordinalNumber:Le({matchPattern:uOe,parsePattern:cOe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:dOe,defaultMatchWidth:"wide",parsePatterns:fOe,defaultParseWidth:"any"}),quarter:C({matchPatterns:hOe,defaultMatchWidth:"wide",parsePatterns:mOe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:pOe,defaultMatchWidth:"wide",parsePatterns:gOe,defaultParseWidth:"any"}),day:C({matchPatterns:vOe,defaultMatchWidth:"wide",parsePatterns:bOe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:yOe,defaultMatchWidth:"any",parsePatterns:wOe,defaultParseWidth:"any"})};const xOe=kOe;var POe={code:"pl",formatDistance:Lje,formatLong:Uje,formatRelative:Qje,localize:lOe,match:xOe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const MOe=POe;var AOe={lessThanXSeconds:{one:"menos de um segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"meio minuto",lessThanXMinutes:{one:"menos de um minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"aproximadamente 1 hora",other:"aproximadamente {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 dia",other:"{{count}} dias"},aboutXWeeks:{one:"aproximadamente 1 semana",other:"aproximadamente {{count}} semanas"},xWeeks:{one:"1 semana",other:"{{count}} semanas"},aboutXMonths:{one:"aproximadamente 1 m\xEAs",other:"aproximadamente {{count}} meses"},xMonths:{one:"1 m\xEAs",other:"{{count}} meses"},aboutXYears:{one:"aproximadamente 1 ano",other:"aproximadamente {{count}} anos"},xYears:{one:"1 ano",other:"{{count}} anos"},overXYears:{one:"mais de 1 ano",other:"mais de {{count}} anos"},almostXYears:{one:"quase 1 ano",other:"quase {{count}} anos"}},SOe=function(e,t,n){var r,a=AOe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"daqui a "+r:"h\xE1 "+r:r};const COe=SOe;var EOe={full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d 'de' MMM 'de' y",short:"dd/MM/y"},WOe={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},jOe={full:"{{date}} '\xE0s' {{time}}",long:"{{date}} '\xE0s' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},OOe={date:D({formats:EOe,defaultWidth:"full"}),time:D({formats:WOe,defaultWidth:"full"}),dateTime:D({formats:jOe,defaultWidth:"full"})};const TOe=OOe;var zOe={lastWeek:function(e){var t=e.getUTCDay(),n=t===0||t===6?"\xFAltimo":"\xFAltima";return"'"+n+"' eeee '\xE0s' p"},yesterday:"'ontem \xE0s' p",today:"'hoje \xE0s' p",tomorrow:"'amanh\xE3 \xE0s' p",nextWeek:"eeee '\xE0s' p",other:"P"},NOe=function(e,t,n,r){var a=zOe[e];return typeof a=="function"?a(t):a};const _Oe=NOe;var ROe={narrow:["aC","dC"],abbreviated:["a.C.","d.C."],wide:["antes de Cristo","depois de Cristo"]},IOe={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1\xBA trimestre","2\xBA trimestre","3\xBA trimestre","4\xBA trimestre"]},DOe={narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],wide:["janeiro","fevereiro","mar\xE7o","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},LOe={narrow:["d","s","t","q","q","s","s"],short:["dom","seg","ter","qua","qui","sex","s\xE1b"],abbreviated:["dom","seg","ter","qua","qui","sex","s\xE1b"],wide:["domingo","segunda-feira","ter\xE7a-feira","quarta-feira","quinta-feira","sexta-feira","s\xE1bado"]},HOe={narrow:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"noite",night:"madrugada"},abbreviated:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"noite",night:"madrugada"},wide:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"noite",night:"madrugada"}},FOe={narrow:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da noite",night:"da madrugada"},abbreviated:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da noite",night:"da madrugada"},wide:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da noite",night:"da madrugada"}},BOe=function(e,t){var n=Number(e);return n+"\xBA"},XOe={ordinalNumber:BOe,era:S({values:ROe,defaultWidth:"wide"}),quarter:S({values:IOe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:DOe,defaultWidth:"wide"}),day:S({values:LOe,defaultWidth:"wide"}),dayPeriod:S({values:HOe,defaultWidth:"wide",formattingValues:FOe,defaultFormattingWidth:"wide"})};const UOe=XOe;var GOe=/^(\d+)(º|ª)?/i,YOe=/\d+/i,KOe={narrow:/^(ac|dc|a|d)/i,abbreviated:/^(a\.?\s?c\.?|a\.?\s?e\.?\s?c\.?|d\.?\s?c\.?|e\.?\s?c\.?)/i,wide:/^(antes de cristo|antes da era comum|depois de cristo|era comum)/i},qOe={any:[/^ac/i,/^dc/i],wide:[/^(antes de cristo|antes da era comum)/i,/^(depois de cristo|era comum)/i]},VOe={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](º|ª)? trimestre/i},JOe={any:[/1/i,/2/i,/3/i,/4/i]},QOe={narrow:/^[jfmasond]/i,abbreviated:/^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,wide:/^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i},$Oe={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ab/i,/^mai/i,/^jun/i,/^jul/i,/^ag/i,/^s/i,/^o/i,/^n/i,/^d/i]},ZOe={narrow:/^[dstq]/i,short:/^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,abbreviated:/^(dom|seg|ter|qua|qui|sex|s[áa]b)/i,wide:/^(domingo|segunda-?\s?feira|terça-?\s?feira|quarta-?\s?feira|quinta-?\s?feira|sexta-?\s?feira|s[áa]bado)/i},e6e={narrow:[/^d/i,/^s/i,/^t/i,/^q/i,/^q/i,/^s/i,/^s/i],any:[/^d/i,/^seg/i,/^t/i,/^qua/i,/^qui/i,/^sex/i,/^s[áa]/i]},t6e={narrow:/^(a|p|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i,any:/^([ap]\.?\s?m\.?|meia-?\s?noite|meio-?\s?dia|(da) (manh[ãa]|tarde|noite|madrugada))/i},n6e={any:{am:/^a/i,pm:/^p/i,midnight:/^meia/i,noon:/^meio/i,morning:/manh[ãa]/i,afternoon:/tarde/i,evening:/noite/i,night:/madrugada/i}},r6e={ordinalNumber:Le({matchPattern:GOe,parsePattern:YOe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:KOe,defaultMatchWidth:"wide",parsePatterns:qOe,defaultParseWidth:"any"}),quarter:C({matchPatterns:VOe,defaultMatchWidth:"wide",parsePatterns:JOe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:QOe,defaultMatchWidth:"wide",parsePatterns:$Oe,defaultParseWidth:"any"}),day:C({matchPatterns:ZOe,defaultMatchWidth:"wide",parsePatterns:e6e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:t6e,defaultMatchWidth:"any",parsePatterns:n6e,defaultParseWidth:"any"})};const a6e=r6e;var i6e={code:"pt",formatDistance:COe,formatLong:TOe,formatRelative:_Oe,localize:UOe,match:a6e,options:{weekStartsOn:1,firstWeekContainsDate:4}};const o6e=i6e;var s6e={lessThanXSeconds:{one:"menos de um segundo",other:"menos de {{count}} segundos"},xSeconds:{one:"1 segundo",other:"{{count}} segundos"},halfAMinute:"meio minuto",lessThanXMinutes:{one:"menos de um minuto",other:"menos de {{count}} minutos"},xMinutes:{one:"1 minuto",other:"{{count}} minutos"},aboutXHours:{one:"cerca de 1 hora",other:"cerca de {{count}} horas"},xHours:{one:"1 hora",other:"{{count}} horas"},xDays:{one:"1 dia",other:"{{count}} dias"},aboutXWeeks:{one:"cerca de 1 semana",other:"cerca de {{count}} semanas"},xWeeks:{one:"1 semana",other:"{{count}} semanas"},aboutXMonths:{one:"cerca de 1 m\xEAs",other:"cerca de {{count}} meses"},xMonths:{one:"1 m\xEAs",other:"{{count}} meses"},aboutXYears:{one:"cerca de 1 ano",other:"cerca de {{count}} anos"},xYears:{one:"1 ano",other:"{{count}} anos"},overXYears:{one:"mais de 1 ano",other:"mais de {{count}} anos"},almostXYears:{one:"quase 1 ano",other:"quase {{count}} anos"}},l6e=function(e,t,n){var r,a=s6e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"em "+r:"h\xE1 "+r:r};const u6e=l6e;var c6e={full:"EEEE, d 'de' MMMM 'de' y",long:"d 'de' MMMM 'de' y",medium:"d MMM y",short:"dd/MM/yyyy"},d6e={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},f6e={full:"{{date}} '\xE0s' {{time}}",long:"{{date}} '\xE0s' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},h6e={date:D({formats:c6e,defaultWidth:"full"}),time:D({formats:d6e,defaultWidth:"full"}),dateTime:D({formats:f6e,defaultWidth:"full"})};const m6e=h6e;var p6e={lastWeek:function(e){var t=e.getUTCDay(),n=t===0||t===6?"\xFAltimo":"\xFAltima";return"'"+n+"' eeee '\xE0s' p"},yesterday:"'ontem \xE0s' p",today:"'hoje \xE0s' p",tomorrow:"'amanh\xE3 \xE0s' p",nextWeek:"eeee '\xE0s' p",other:"P"},g6e=function(e,t,n,r){var a=p6e[e];return typeof a=="function"?a(t):a};const v6e=g6e;var b6e={narrow:["AC","DC"],abbreviated:["AC","DC"],wide:["antes de cristo","depois de cristo"]},y6e={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["1\xBA trimestre","2\xBA trimestre","3\xBA trimestre","4\xBA trimestre"]},w6e={narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],wide:["janeiro","fevereiro","mar\xE7o","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},k6e={narrow:["D","S","T","Q","Q","S","S"],short:["dom","seg","ter","qua","qui","sex","sab"],abbreviated:["domingo","segunda","ter\xE7a","quarta","quinta","sexta","s\xE1bado"],wide:["domingo","segunda-feira","ter\xE7a-feira","quarta-feira","quinta-feira","sexta-feira","s\xE1bado"]},x6e={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"manh\xE3",afternoon:"tarde",evening:"tarde",night:"noite"},abbreviated:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"tarde",night:"noite"},wide:{am:"a.m.",pm:"p.m.",midnight:"meia-noite",noon:"meio-dia",morning:"manh\xE3",afternoon:"tarde",evening:"tarde",night:"noite"}},P6e={narrow:{am:"a",pm:"p",midnight:"mn",noon:"md",morning:"da manh\xE3",afternoon:"da tarde",evening:"da tarde",night:"da noite"},abbreviated:{am:"AM",pm:"PM",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da tarde",night:"da noite"},wide:{am:"a.m.",pm:"p.m.",midnight:"meia-noite",noon:"meio-dia",morning:"da manh\xE3",afternoon:"da tarde",evening:"da tarde",night:"da noite"}},M6e=function(e,t){var n=Number(e);return(t==null?void 0:t.unit)==="week"?n+"\xAA":n+"\xBA"},A6e={ordinalNumber:M6e,era:S({values:b6e,defaultWidth:"wide"}),quarter:S({values:y6e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:w6e,defaultWidth:"wide"}),day:S({values:k6e,defaultWidth:"wide"}),dayPeriod:S({values:x6e,defaultWidth:"wide",formattingValues:P6e,defaultFormattingWidth:"wide"})};const S6e=A6e;var C6e=/^(\d+)[ºªo]?/i,E6e=/\d+/i,W6e={narrow:/^(ac|dc|a|d)/i,abbreviated:/^(a\.?\s?c\.?|d\.?\s?c\.?)/i,wide:/^(antes de cristo|depois de cristo)/i},j6e={any:[/^ac/i,/^dc/i],wide:[/^antes de cristo/i,/^depois de cristo/i]},O6e={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^[1234](º)? trimestre/i},T6e={any:[/1/i,/2/i,/3/i,/4/i]},z6e={narrow:/^[jfmajsond]/i,abbreviated:/^(jan|fev|mar|abr|mai|jun|jul|ago|set|out|nov|dez)/i,wide:/^(janeiro|fevereiro|março|abril|maio|junho|julho|agosto|setembro|outubro|novembro|dezembro)/i},N6e={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^fev/i,/^mar/i,/^abr/i,/^mai/i,/^jun/i,/^jul/i,/^ago/i,/^set/i,/^out/i,/^nov/i,/^dez/i]},_6e={narrow:/^(dom|[23456]ª?|s[aá]b)/i,short:/^(dom|[23456]ª?|s[aá]b)/i,abbreviated:/^(dom|seg|ter|qua|qui|sex|s[aá]b)/i,wide:/^(domingo|(segunda|ter[cç]a|quarta|quinta|sexta)([- ]feira)?|s[aá]bado)/i},R6e={short:[/^d/i,/^2/i,/^3/i,/^4/i,/^5/i,/^6/i,/^s[aá]/i],narrow:[/^d/i,/^2/i,/^3/i,/^4/i,/^5/i,/^6/i,/^s[aá]/i],any:[/^d/i,/^seg/i,/^t/i,/^qua/i,/^qui/i,/^sex/i,/^s[aá]b/i]},I6e={narrow:/^(a|p|mn|md|(da) (manhã|tarde|noite))/i,any:/^([ap]\.?\s?m\.?|meia[-\s]noite|meio[-\s]dia|(da) (manhã|tarde|noite))/i},D6e={any:{am:/^a/i,pm:/^p/i,midnight:/^mn|^meia[-\s]noite/i,noon:/^md|^meio[-\s]dia/i,morning:/manhã/i,afternoon:/tarde/i,evening:/tarde/i,night:/noite/i}},L6e={ordinalNumber:Le({matchPattern:C6e,parsePattern:E6e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:W6e,defaultMatchWidth:"wide",parsePatterns:j6e,defaultParseWidth:"any"}),quarter:C({matchPatterns:O6e,defaultMatchWidth:"wide",parsePatterns:T6e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:z6e,defaultMatchWidth:"wide",parsePatterns:N6e,defaultParseWidth:"any"}),day:C({matchPatterns:_6e,defaultMatchWidth:"wide",parsePatterns:R6e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:I6e,defaultMatchWidth:"any",parsePatterns:D6e,defaultParseWidth:"any"})};const H6e=L6e;var F6e={code:"pt-BR",formatDistance:u6e,formatLong:m6e,formatRelative:v6e,localize:S6e,match:H6e,options:{weekStartsOn:0,firstWeekContainsDate:1}};const B6e=F6e;var X6e={lessThanXSeconds:{one:"mai pu\u021Bin de o secund\u0103",other:"mai pu\u021Bin de {{count}} secunde"},xSeconds:{one:"1 secund\u0103",other:"{{count}} secunde"},halfAMinute:"jum\u0103tate de minut",lessThanXMinutes:{one:"mai pu\u021Bin de un minut",other:"mai pu\u021Bin de {{count}} minute"},xMinutes:{one:"1 minut",other:"{{count}} minute"},aboutXHours:{one:"circa 1 or\u0103",other:"circa {{count}} ore"},xHours:{one:"1 or\u0103",other:"{{count}} ore"},xDays:{one:"1 zi",other:"{{count}} zile"},aboutXWeeks:{one:"circa o s\u0103pt\u0103m\xE2n\u0103",other:"circa {{count}} s\u0103pt\u0103m\xE2ni"},xWeeks:{one:"1 s\u0103pt\u0103m\xE2n\u0103",other:"{{count}} s\u0103pt\u0103m\xE2ni"},aboutXMonths:{one:"circa 1 lun\u0103",other:"circa {{count}} luni"},xMonths:{one:"1 lun\u0103",other:"{{count}} luni"},aboutXYears:{one:"circa 1 an",other:"circa {{count}} ani"},xYears:{one:"1 an",other:"{{count}} ani"},overXYears:{one:"peste 1 an",other:"peste {{count}} ani"},almostXYears:{one:"aproape 1 an",other:"aproape {{count}} ani"}},U6e=function(e,t,n){var r,a=X6e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\xEEn "+r:r+" \xEEn urm\u0103":r};const G6e=U6e;var Y6e={full:"EEEE, d MMMM yyyy",long:"d MMMM yyyy",medium:"d MMM yyyy",short:"dd.MM.yyyy"},K6e={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},q6e={full:"{{date}} 'la' {{time}}",long:"{{date}} 'la' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},V6e={date:D({formats:Y6e,defaultWidth:"full"}),time:D({formats:K6e,defaultWidth:"full"}),dateTime:D({formats:q6e,defaultWidth:"full"})};const J6e=V6e;var Q6e={lastWeek:"eeee 'trecut\u0103 la' p",yesterday:"'ieri la' p",today:"'ast\u0103zi la' p",tomorrow:"'m\xE2ine la' p",nextWeek:"eeee 'viitoare la' p",other:"P"},$6e=function(e,t,n,r){return Q6e[e]};const Z6e=$6e;var eTe={narrow:["\xCE","D"],abbreviated:["\xCE.d.C.","D.C."],wide:["\xCEnainte de Cristos","Dup\u0103 Cristos"]},tTe={narrow:["1","2","3","4"],abbreviated:["T1","T2","T3","T4"],wide:["primul trimestru","al doilea trimestru","al treilea trimestru","al patrulea trimestru"]},nTe={narrow:["I","F","M","A","M","I","I","A","S","O","N","D"],abbreviated:["ian","feb","mar","apr","mai","iun","iul","aug","sep","oct","noi","dec"],wide:["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]},rTe={narrow:["d","l","m","m","j","v","s"],short:["du","lu","ma","mi","jo","vi","s\xE2"],abbreviated:["dum","lun","mar","mie","joi","vin","s\xE2m"],wide:["duminic\u0103","luni","mar\u021Bi","miercuri","joi","vineri","s\xE2mb\u0103t\u0103"]},aTe={narrow:{am:"a",pm:"p",midnight:"mn",noon:"ami",morning:"dim",afternoon:"da",evening:"s",night:"n"},abbreviated:{am:"AM",pm:"PM",midnight:"miezul nop\u021Bii",noon:"amiaz\u0103",morning:"diminea\u021B\u0103",afternoon:"dup\u0103-amiaz\u0103",evening:"sear\u0103",night:"noapte"},wide:{am:"a.m.",pm:"p.m.",midnight:"miezul nop\u021Bii",noon:"amiaz\u0103",morning:"diminea\u021B\u0103",afternoon:"dup\u0103-amiaz\u0103",evening:"sear\u0103",night:"noapte"}},iTe={narrow:{am:"a",pm:"p",midnight:"mn",noon:"amiaz\u0103",morning:"diminea\u021B\u0103",afternoon:"dup\u0103-amiaz\u0103",evening:"sear\u0103",night:"noapte"},abbreviated:{am:"AM",pm:"PM",midnight:"miezul nop\u021Bii",noon:"amiaz\u0103",morning:"diminea\u021B\u0103",afternoon:"dup\u0103-amiaz\u0103",evening:"sear\u0103",night:"noapte"},wide:{am:"a.m.",pm:"p.m.",midnight:"miezul nop\u021Bii",noon:"amiaz\u0103",morning:"diminea\u021B\u0103",afternoon:"dup\u0103-amiaz\u0103",evening:"sear\u0103",night:"noapte"}},oTe=function(e,t){return String(e)},sTe={ordinalNumber:oTe,era:S({values:eTe,defaultWidth:"wide"}),quarter:S({values:tTe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:nTe,defaultWidth:"wide"}),day:S({values:rTe,defaultWidth:"wide"}),dayPeriod:S({values:aTe,defaultWidth:"wide",formattingValues:iTe,defaultFormattingWidth:"wide"})};const lTe=sTe;var uTe=/^(\d+)?/i,cTe=/\d+/i,dTe={narrow:/^(Î|D)/i,abbreviated:/^(Î\.?\s?d\.?\s?C\.?|Î\.?\s?e\.?\s?n\.?|D\.?\s?C\.?|e\.?\s?n\.?)/i,wide:/^(Înainte de Cristos|Înaintea erei noastre|După Cristos|Era noastră)/i},fTe={any:[/^ÎC/i,/^DC/i],wide:[/^(Înainte de Cristos|Înaintea erei noastre)/i,/^(După Cristos|Era noastră)/i]},hTe={narrow:/^[1234]/i,abbreviated:/^T[1234]/i,wide:/^trimestrul [1234]/i},mTe={any:[/1/i,/2/i,/3/i,/4/i]},pTe={narrow:/^[ifmaasond]/i,abbreviated:/^(ian|feb|mar|apr|mai|iun|iul|aug|sep|oct|noi|dec)/i,wide:/^(ianuarie|februarie|martie|aprilie|mai|iunie|iulie|august|septembrie|octombrie|noiembrie|decembrie)/i},gTe={narrow:[/^i/i,/^f/i,/^m/i,/^a/i,/^m/i,/^i/i,/^i/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ia/i,/^f/i,/^mar/i,/^ap/i,/^mai/i,/^iun/i,/^iul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},vTe={narrow:/^[dlmjvs]/i,short:/^(d|l|ma|mi|j|v|s)/i,abbreviated:/^(dum|lun|mar|mie|jo|vi|sâ)/i,wide:/^(duminica|luni|marţi|miercuri|joi|vineri|sâmbătă)/i},bTe={narrow:[/^d/i,/^l/i,/^m/i,/^m/i,/^j/i,/^v/i,/^s/i],any:[/^d/i,/^l/i,/^ma/i,/^mi/i,/^j/i,/^v/i,/^s/i]},yTe={narrow:/^(a|p|mn|a|(dimineaţa|după-amiaza|seara|noaptea))/i,any:/^([ap]\.?\s?m\.?|miezul nopții|amiaza|(dimineaţa|după-amiaza|seara|noaptea))/i},wTe={any:{am:/^a/i,pm:/^p/i,midnight:/^mn/i,noon:/amiaza/i,morning:/dimineaţa/i,afternoon:/după-amiaza/i,evening:/seara/i,night:/noaptea/i}},kTe={ordinalNumber:Le({matchPattern:uTe,parsePattern:cTe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:dTe,defaultMatchWidth:"wide",parsePatterns:fTe,defaultParseWidth:"any"}),quarter:C({matchPatterns:hTe,defaultMatchWidth:"wide",parsePatterns:mTe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:pTe,defaultMatchWidth:"wide",parsePatterns:gTe,defaultParseWidth:"any"}),day:C({matchPatterns:vTe,defaultMatchWidth:"wide",parsePatterns:bTe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:yTe,defaultMatchWidth:"any",parsePatterns:wTe,defaultParseWidth:"any"})};const xTe=kTe;var PTe={code:"ro",formatDistance:G6e,formatLong:J6e,formatRelative:Z6e,localize:lTe,match:xTe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const MTe=PTe;function Vd(e,t){if(e.one!==void 0&&t===1)return e.one;var n=t%10,r=t%100;return n===1&&r!==11?e.singularNominative.replace("{{count}}",String(t)):n>=2&&n<=4&&(r<10||r>20)?e.singularGenitive.replace("{{count}}",String(t)):e.pluralGenitive.replace("{{count}}",String(t))}function Hr(e){return function(t,n){return n!=null&&n.addSuffix?n.comparison&&n.comparison>0?e.future?Vd(e.future,t):"\u0447\u0435\u0440\u0435\u0437 "+Vd(e.regular,t):e.past?Vd(e.past,t):Vd(e.regular,t)+" \u043D\u0430\u0437\u0430\u0434":Vd(e.regular,t)}}var ATe={lessThanXSeconds:Hr({regular:{one:"\u043C\u0435\u043D\u044C\u0448\u0435 \u0441\u0435\u043A\u0443\u043D\u0434\u044B",singularNominative:"\u043C\u0435\u043D\u044C\u0448\u0435 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",singularGenitive:"\u043C\u0435\u043D\u044C\u0448\u0435 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434",pluralGenitive:"\u043C\u0435\u043D\u044C\u0448\u0435 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},future:{one:"\u043C\u0435\u043D\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularNominative:"\u043C\u0435\u043D\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u043C\u0435\u043D\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"\u043C\u0435\u043D\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"}}),xSeconds:Hr({regular:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0430",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},past:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443 \u043D\u0430\u0437\u0430\u0434",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B \u043D\u0430\u0437\u0430\u0434",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434 \u043D\u0430\u0437\u0430\u0434"},future:{singularNominative:"\u0447\u0435\u0440\u0435\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u0447\u0435\u0440\u0435\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u044B",pluralGenitive:"\u0447\u0435\u0440\u0435\u0437 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"}}),halfAMinute:function(e,t){return t!=null&&t.addSuffix?t.comparison&&t.comparison>0?"\u0447\u0435\u0440\u0435\u0437 \u043F\u043E\u043B\u043C\u0438\u043D\u0443\u0442\u044B":"\u043F\u043E\u043B\u043C\u0438\u043D\u0443\u0442\u044B \u043D\u0430\u0437\u0430\u0434":"\u043F\u043E\u043B\u043C\u0438\u043D\u0443\u0442\u044B"},lessThanXMinutes:Hr({regular:{one:"\u043C\u0435\u043D\u044C\u0448\u0435 \u043C\u0438\u043D\u0443\u0442\u044B",singularNominative:"\u043C\u0435\u043D\u044C\u0448\u0435 {{count}} \u043C\u0438\u043D\u0443\u0442\u044B",singularGenitive:"\u043C\u0435\u043D\u044C\u0448\u0435 {{count}} \u043C\u0438\u043D\u0443\u0442",pluralGenitive:"\u043C\u0435\u043D\u044C\u0448\u0435 {{count}} \u043C\u0438\u043D\u0443\u0442"},future:{one:"\u043C\u0435\u043D\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 \u043C\u0438\u043D\u0443\u0442\u0443",singularNominative:"\u043C\u0435\u043D\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0438\u043D\u0443\u0442\u0443",singularGenitive:"\u043C\u0435\u043D\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0438\u043D\u0443\u0442\u044B",pluralGenitive:"\u043C\u0435\u043D\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0438\u043D\u0443\u0442"}}),xMinutes:Hr({regular:{singularNominative:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0430",singularGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442\u044B",pluralGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442"},past:{singularNominative:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0443 \u043D\u0430\u0437\u0430\u0434",singularGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442\u044B \u043D\u0430\u0437\u0430\u0434",pluralGenitive:"{{count}} \u043C\u0438\u043D\u0443\u0442 \u043D\u0430\u0437\u0430\u0434"},future:{singularNominative:"\u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0438\u043D\u0443\u0442\u0443",singularGenitive:"\u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0438\u043D\u0443\u0442\u044B",pluralGenitive:"\u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0438\u043D\u0443\u0442"}}),aboutXHours:Hr({regular:{singularNominative:"\u043E\u043A\u043E\u043B\u043E {{count}} \u0447\u0430\u0441\u0430",singularGenitive:"\u043E\u043A\u043E\u043B\u043E {{count}} \u0447\u0430\u0441\u043E\u0432",pluralGenitive:"\u043E\u043A\u043E\u043B\u043E {{count}} \u0447\u0430\u0441\u043E\u0432"},future:{singularNominative:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u0447\u0430\u0441",singularGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u0447\u0430\u0441\u0430",pluralGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u0447\u0430\u0441\u043E\u0432"}}),xHours:Hr({regular:{singularNominative:"{{count}} \u0447\u0430\u0441",singularGenitive:"{{count}} \u0447\u0430\u0441\u0430",pluralGenitive:"{{count}} \u0447\u0430\u0441\u043E\u0432"}}),xDays:Hr({regular:{singularNominative:"{{count}} \u0434\u0435\u043D\u044C",singularGenitive:"{{count}} \u0434\u043D\u044F",pluralGenitive:"{{count}} \u0434\u043D\u0435\u0439"}}),aboutXWeeks:Hr({regular:{singularNominative:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043D\u0435\u0434\u0435\u043B\u0438",singularGenitive:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043D\u0435\u0434\u0435\u043B\u044C",pluralGenitive:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043D\u0435\u0434\u0435\u043B\u044C"},future:{singularNominative:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u043D\u0435\u0434\u0435\u043B\u044E",singularGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u043D\u0435\u0434\u0435\u043B\u0438",pluralGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u043D\u0435\u0434\u0435\u043B\u044C"}}),xWeeks:Hr({regular:{singularNominative:"{{count}} \u043D\u0435\u0434\u0435\u043B\u044F",singularGenitive:"{{count}} \u043D\u0435\u0434\u0435\u043B\u0438",pluralGenitive:"{{count}} \u043D\u0435\u0434\u0435\u043B\u044C"}}),aboutXMonths:Hr({regular:{singularNominative:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043C\u0435\u0441\u044F\u0446\u0430",singularGenitive:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043C\u0435\u0441\u044F\u0446\u0435\u0432",pluralGenitive:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043C\u0435\u0441\u044F\u0446\u0435\u0432"},future:{singularNominative:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u0430",pluralGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u043C\u0435\u0441\u044F\u0446\u0435\u0432"}}),xMonths:Hr({regular:{singularNominative:"{{count}} \u043C\u0435\u0441\u044F\u0446",singularGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u0430",pluralGenitive:"{{count}} \u043C\u0435\u0441\u044F\u0446\u0435\u0432"}}),aboutXYears:Hr({regular:{singularNominative:"\u043E\u043A\u043E\u043B\u043E {{count}} \u0433\u043E\u0434\u0430",singularGenitive:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043B\u0435\u0442",pluralGenitive:"\u043E\u043A\u043E\u043B\u043E {{count}} \u043B\u0435\u0442"},future:{singularNominative:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u0433\u043E\u0434\u0430",pluralGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0447\u0435\u0440\u0435\u0437 {{count}} \u043B\u0435\u0442"}}),xYears:Hr({regular:{singularNominative:"{{count}} \u0433\u043E\u0434",singularGenitive:"{{count}} \u0433\u043E\u0434\u0430",pluralGenitive:"{{count}} \u043B\u0435\u0442"}}),overXYears:Hr({regular:{singularNominative:"\u0431\u043E\u043B\u044C\u0448\u0435 {{count}} \u0433\u043E\u0434\u0430",singularGenitive:"\u0431\u043E\u043B\u044C\u0448\u0435 {{count}} \u043B\u0435\u0442",pluralGenitive:"\u0431\u043E\u043B\u044C\u0448\u0435 {{count}} \u043B\u0435\u0442"},future:{singularNominative:"\u0431\u043E\u043B\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u0431\u043E\u043B\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u0433\u043E\u0434\u0430",pluralGenitive:"\u0431\u043E\u043B\u044C\u0448\u0435, \u0447\u0435\u043C \u0447\u0435\u0440\u0435\u0437 {{count}} \u043B\u0435\u0442"}}),almostXYears:Hr({regular:{singularNominative:"\u043F\u043E\u0447\u0442\u0438 {{count}} \u0433\u043E\u0434",singularGenitive:"\u043F\u043E\u0447\u0442\u0438 {{count}} \u0433\u043E\u0434\u0430",pluralGenitive:"\u043F\u043E\u0447\u0442\u0438 {{count}} \u043B\u0435\u0442"},future:{singularNominative:"\u043F\u043E\u0447\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 {{count}} \u0433\u043E\u0434",singularGenitive:"\u043F\u043E\u0447\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 {{count}} \u0433\u043E\u0434\u0430",pluralGenitive:"\u043F\u043E\u0447\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 {{count}} \u043B\u0435\u0442"}})},STe=function(e,t,n){return ATe[e](t,n)};const CTe=STe;var ETe={full:"EEEE, d MMMM y '\u0433.'",long:"d MMMM y '\u0433.'",medium:"d MMM y '\u0433.'",short:"dd.MM.y"},WTe={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},jTe={any:"{{date}}, {{time}}"},OTe={date:D({formats:ETe,defaultWidth:"full"}),time:D({formats:WTe,defaultWidth:"full"}),dateTime:D({formats:jTe,defaultWidth:"any"})};const TTe=OTe;var $1=["\u0432\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u0435\u0434\u0443","\u0447\u0435\u0442\u0432\u0435\u0440\u0433","\u043F\u044F\u0442\u043D\u0438\u0446\u0443","\u0441\u0443\u0431\u0431\u043E\u0442\u0443"];function zTe(e){var t=$1[e];switch(e){case 0:return"'\u0432 \u043F\u0440\u043E\u0448\u043B\u043E\u0435 "+t+" \u0432' p";case 1:case 2:case 4:return"'\u0432 \u043F\u0440\u043E\u0448\u043B\u044B\u0439 "+t+" \u0432' p";case 3:case 5:case 6:return"'\u0432 \u043F\u0440\u043E\u0448\u043B\u0443\u044E "+t+" \u0432' p"}}function aA(e){var t=$1[e];return e===2?"'\u0432\u043E "+t+" \u0432' p":"'\u0432 "+t+" \u0432' p"}function NTe(e){var t=$1[e];switch(e){case 0:return"'\u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 "+t+" \u0432' p";case 1:case 2:case 4:return"'\u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0439 "+t+" \u0432' p";case 3:case 5:case 6:return"'\u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0443\u044E "+t+" \u0432' p"}}var _Te={lastWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?aA(r):zTe(r)},yesterday:"'\u0432\u0447\u0435\u0440\u0430 \u0432' p",today:"'\u0441\u0435\u0433\u043E\u0434\u043D\u044F \u0432' p",tomorrow:"'\u0437\u0430\u0432\u0442\u0440\u0430 \u0432' p",nextWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?aA(r):NTe(r)},other:"P"},RTe=function(e,t,n,r){var a=_Te[e];return typeof a=="function"?a(t,n,r):a};const ITe=RTe;var DTe={narrow:["\u0434\u043E \u043D.\u044D.","\u043D.\u044D."],abbreviated:["\u0434\u043E \u043D. \u044D.","\u043D. \u044D."],wide:["\u0434\u043E \u043D\u0430\u0448\u0435\u0439 \u044D\u0440\u044B","\u043D\u0430\u0448\u0435\u0439 \u044D\u0440\u044B"]},LTe={narrow:["1","2","3","4"],abbreviated:["1-\u0439 \u043A\u0432.","2-\u0439 \u043A\u0432.","3-\u0439 \u043A\u0432.","4-\u0439 \u043A\u0432."],wide:["1-\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","2-\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","3-\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","4-\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B"]},HTe={narrow:["\u042F","\u0424","\u041C","\u0410","\u041C","\u0418","\u0418","\u0410","\u0421","\u041E","\u041D","\u0414"],abbreviated:["\u044F\u043D\u0432.","\u0444\u0435\u0432.","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440.","\u043C\u0430\u0439","\u0438\u044E\u043D\u044C","\u0438\u044E\u043B\u044C","\u0430\u0432\u0433.","\u0441\u0435\u043D\u0442.","\u043E\u043A\u0442.","\u043D\u043E\u044F\u0431.","\u0434\u0435\u043A."],wide:["\u044F\u043D\u0432\u0430\u0440\u044C","\u0444\u0435\u0432\u0440\u0430\u043B\u044C","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0435\u043B\u044C","\u043C\u0430\u0439","\u0438\u044E\u043D\u044C","\u0438\u044E\u043B\u044C","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043D\u0442\u044F\u0431\u0440\u044C","\u043E\u043A\u0442\u044F\u0431\u0440\u044C","\u043D\u043E\u044F\u0431\u0440\u044C","\u0434\u0435\u043A\u0430\u0431\u0440\u044C"]},FTe={narrow:["\u042F","\u0424","\u041C","\u0410","\u041C","\u0418","\u0418","\u0410","\u0421","\u041E","\u041D","\u0414"],abbreviated:["\u044F\u043D\u0432.","\u0444\u0435\u0432.","\u043C\u0430\u0440.","\u0430\u043F\u0440.","\u043C\u0430\u044F","\u0438\u044E\u043D.","\u0438\u044E\u043B.","\u0430\u0432\u0433.","\u0441\u0435\u043D\u0442.","\u043E\u043A\u0442.","\u043D\u043E\u044F\u0431.","\u0434\u0435\u043A."],wide:["\u044F\u043D\u0432\u0430\u0440\u044F","\u0444\u0435\u0432\u0440\u0430\u043B\u044F","\u043C\u0430\u0440\u0442\u0430","\u0430\u043F\u0440\u0435\u043B\u044F","\u043C\u0430\u044F","\u0438\u044E\u043D\u044F","\u0438\u044E\u043B\u044F","\u0430\u0432\u0433\u0443\u0441\u0442\u0430","\u0441\u0435\u043D\u0442\u044F\u0431\u0440\u044F","\u043E\u043A\u0442\u044F\u0431\u0440\u044F","\u043D\u043E\u044F\u0431\u0440\u044F","\u0434\u0435\u043A\u0430\u0431\u0440\u044F"]},BTe={narrow:["\u0412","\u041F","\u0412","\u0421","\u0427","\u041F","\u0421"],short:["\u0432\u0441","\u043F\u043D","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043F\u0442","\u0441\u0431"],abbreviated:["\u0432\u0441\u043A","\u043F\u043D\u0434","\u0432\u0442\u0440","\u0441\u0440\u0434","\u0447\u0442\u0432","\u043F\u0442\u043D","\u0441\u0443\u0431"],wide:["\u0432\u043E\u0441\u043A\u0440\u0435\u0441\u0435\u043D\u044C\u0435","\u043F\u043E\u043D\u0435\u0434\u0435\u043B\u044C\u043D\u0438\u043A","\u0432\u0442\u043E\u0440\u043D\u0438\u043A","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0435\u0440\u0433","\u043F\u044F\u0442\u043D\u0438\u0446\u0430","\u0441\u0443\u0431\u0431\u043E\u0442\u0430"]},XTe={narrow:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u043B\u043D.",noon:"\u043F\u043E\u043B\u0434.",morning:"\u0443\u0442\u0440\u043E",afternoon:"\u0434\u0435\u043D\u044C",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u044C"},abbreviated:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u043B\u043D.",noon:"\u043F\u043E\u043B\u0434.",morning:"\u0443\u0442\u0440\u043E",afternoon:"\u0434\u0435\u043D\u044C",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u044C"},wide:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u043B\u043D\u043E\u0447\u044C",noon:"\u043F\u043E\u043B\u0434\u0435\u043D\u044C",morning:"\u0443\u0442\u0440\u043E",afternoon:"\u0434\u0435\u043D\u044C",evening:"\u0432\u0435\u0447\u0435\u0440",night:"\u043D\u043E\u0447\u044C"}},UTe={narrow:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u043B\u043D.",noon:"\u043F\u043E\u043B\u0434.",morning:"\u0443\u0442\u0440\u0430",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u0438"},abbreviated:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u043B\u043D.",noon:"\u043F\u043E\u043B\u0434.",morning:"\u0443\u0442\u0440\u0430",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u0438"},wide:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u043E\u043B\u043D\u043E\u0447\u044C",noon:"\u043F\u043E\u043B\u0434\u0435\u043D\u044C",morning:"\u0443\u0442\u0440\u0430",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447\u0435\u0440\u0430",night:"\u043D\u043E\u0447\u0438"}},GTe=function(e,t){var n=Number(e),r=t==null?void 0:t.unit,a;return r==="date"?a="-\u0435":r==="week"||r==="minute"||r==="second"?a="-\u044F":a="-\u0439",n+a},YTe={ordinalNumber:GTe,era:S({values:DTe,defaultWidth:"wide"}),quarter:S({values:LTe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:HTe,defaultWidth:"wide",formattingValues:FTe,defaultFormattingWidth:"wide"}),day:S({values:BTe,defaultWidth:"wide"}),dayPeriod:S({values:XTe,defaultWidth:"any",formattingValues:UTe,defaultFormattingWidth:"wide"})};const KTe=YTe;var qTe=/^(\d+)(-?(е|я|й|ое|ье|ая|ья|ый|ой|ий|ый))?/i,VTe=/\d+/i,JTe={narrow:/^((до )?н\.?\s?э\.?)/i,abbreviated:/^((до )?н\.?\s?э\.?)/i,wide:/^(до нашей эры|нашей эры|наша эра)/i},QTe={any:[/^д/i,/^н/i]},$Te={narrow:/^[1234]/i,abbreviated:/^[1234](-?[ыои]?й?)? кв.?/i,wide:/^[1234](-?[ыои]?й?)? квартал/i},ZTe={any:[/1/i,/2/i,/3/i,/4/i]},eze={narrow:/^[яфмаисонд]/i,abbreviated:/^(янв|фев|март?|апр|ма[йя]|июн[ья]?|июл[ья]?|авг|сент?|окт|нояб?|дек)\.?/i,wide:/^(январ[ья]|феврал[ья]|марта?|апрел[ья]|ма[йя]|июн[ья]|июл[ья]|августа?|сентябр[ья]|октябр[ья]|октябр[ья]|ноябр[ья]|декабр[ья])/i},tze={narrow:[/^я/i,/^ф/i,/^м/i,/^а/i,/^м/i,/^и/i,/^и/i,/^а/i,/^с/i,/^о/i,/^н/i,/^я/i],any:[/^я/i,/^ф/i,/^мар/i,/^ап/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^ав/i,/^с/i,/^о/i,/^н/i,/^д/i]},nze={narrow:/^[впсч]/i,short:/^(вс|во|пн|по|вт|ср|чт|че|пт|пя|сб|су)\.?/i,abbreviated:/^(вск|вос|пнд|пон|втр|вто|срд|сре|чтв|чет|птн|пят|суб).?/i,wide:/^(воскресень[ея]|понедельника?|вторника?|сред[аы]|четверга?|пятниц[аы]|суббот[аы])/i},rze={narrow:[/^в/i,/^п/i,/^в/i,/^с/i,/^ч/i,/^п/i,/^с/i],any:[/^в[ос]/i,/^п[он]/i,/^в/i,/^ср/i,/^ч/i,/^п[ят]/i,/^с[уб]/i]},aze={narrow:/^([дп]п|полн\.?|полд\.?|утр[оа]|день|дня|веч\.?|ноч[ьи])/i,abbreviated:/^([дп]п|полн\.?|полд\.?|утр[оа]|день|дня|веч\.?|ноч[ьи])/i,wide:/^([дп]п|полночь|полдень|утр[оа]|день|дня|вечера?|ноч[ьи])/i},ize={any:{am:/^дп/i,pm:/^пп/i,midnight:/^полн/i,noon:/^полд/i,morning:/^у/i,afternoon:/^д[ен]/i,evening:/^в/i,night:/^н/i}},oze={ordinalNumber:Le({matchPattern:qTe,parsePattern:VTe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:JTe,defaultMatchWidth:"wide",parsePatterns:QTe,defaultParseWidth:"any"}),quarter:C({matchPatterns:$Te,defaultMatchWidth:"wide",parsePatterns:ZTe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:eze,defaultMatchWidth:"wide",parsePatterns:tze,defaultParseWidth:"any"}),day:C({matchPatterns:nze,defaultMatchWidth:"wide",parsePatterns:rze,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:aze,defaultMatchWidth:"wide",parsePatterns:ize,defaultParseWidth:"any"})};const sze=oze;var lze={code:"ru",formatDistance:CTe,formatLong:TTe,formatRelative:ITe,localize:KTe,match:sze,options:{weekStartsOn:1,firstWeekContainsDate:1}};const uze=lze;function cze(e,t){return t===1&&e.one?e.one:t>=2&&t<=4&&e.twoFour?e.twoFour:e.other}function oy(e,t,n){var r=cze(e,t),a=r[n];return a.replace("{{count}}",String(t))}function dze(e){var t=["lessThan","about","over","almost"].filter(function(n){return!!e.match(new RegExp("^"+n))});return t[0]}function sy(e){var t="";return e==="almost"&&(t="takmer"),e==="about"&&(t="pribli\u017Ene"),t.length>0?t+" ":""}function ly(e){var t="";return e==="lessThan"&&(t="menej ne\u017E"),e==="over"&&(t="viac ne\u017E"),t.length>0?t+" ":""}function fze(e){return e.charAt(0).toLowerCase()+e.slice(1)}var hze={xSeconds:{one:{present:"sekunda",past:"sekundou",future:"sekundu"},twoFour:{present:"{{count}} sekundy",past:"{{count}} sekundami",future:"{{count}} sekundy"},other:{present:"{{count}} sek\xFAnd",past:"{{count}} sekundami",future:"{{count}} sek\xFAnd"}},halfAMinute:{other:{present:"pol min\xFAty",past:"pol min\xFAtou",future:"pol min\xFAty"}},xMinutes:{one:{present:"min\xFAta",past:"min\xFAtou",future:"min\xFAtu"},twoFour:{present:"{{count}} min\xFAty",past:"{{count}} min\xFAtami",future:"{{count}} min\xFAty"},other:{present:"{{count}} min\xFAt",past:"{{count}} min\xFAtami",future:"{{count}} min\xFAt"}},xHours:{one:{present:"hodina",past:"hodinou",future:"hodinu"},twoFour:{present:"{{count}} hodiny",past:"{{count}} hodinami",future:"{{count}} hodiny"},other:{present:"{{count}} hod\xEDn",past:"{{count}} hodinami",future:"{{count}} hod\xEDn"}},xDays:{one:{present:"de\u0148",past:"d\u0148om",future:"de\u0148"},twoFour:{present:"{{count}} dni",past:"{{count}} d\u0148ami",future:"{{count}} dni"},other:{present:"{{count}} dn\xED",past:"{{count}} d\u0148ami",future:"{{count}} dn\xED"}},xWeeks:{one:{present:"t\xFD\u017Ede\u0148",past:"t\xFD\u017Ed\u0148om",future:"t\xFD\u017Ede\u0148"},twoFour:{present:"{{count}} t\xFD\u017Edne",past:"{{count}} t\xFD\u017Ed\u0148ami",future:"{{count}} t\xFD\u017Edne"},other:{present:"{{count}} t\xFD\u017Ed\u0148ov",past:"{{count}} t\xFD\u017Ed\u0148ami",future:"{{count}} t\xFD\u017Ed\u0148ov"}},xMonths:{one:{present:"mesiac",past:"mesiacom",future:"mesiac"},twoFour:{present:"{{count}} mesiace",past:"{{count}} mesiacmi",future:"{{count}} mesiace"},other:{present:"{{count}} mesiacov",past:"{{count}} mesiacmi",future:"{{count}} mesiacov"}},xYears:{one:{present:"rok",past:"rokom",future:"rok"},twoFour:{present:"{{count}} roky",past:"{{count}} rokmi",future:"{{count}} roky"},other:{present:"{{count}} rokov",past:"{{count}} rokmi",future:"{{count}} rokov"}}},mze=function(e,t,n){var r=dze(e)||"",a=fze(e.substring(r.length)),s=hze[a];return n!=null&&n.addSuffix?n.comparison&&n.comparison>0?sy(r)+"o "+ly(r)+oy(s,t,"future"):sy(r)+"pred "+ly(r)+oy(s,t,"past"):sy(r)+ly(r)+oy(s,t,"present")};const pze=mze;var gze={full:"EEEE d. MMMM y",long:"d. MMMM y",medium:"d. M. y",short:"d. M. y"},vze={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},bze={full:"{{date}}, {{time}}",long:"{{date}}, {{time}}",medium:"{{date}}, {{time}}",short:"{{date}} {{time}}"},yze={date:D({formats:gze,defaultWidth:"full"}),time:D({formats:vze,defaultWidth:"full"}),dateTime:D({formats:bze,defaultWidth:"full"})};const wze=yze;var Z1=["nede\u013Eu","pondelok","utorok","stredu","\u0161tvrtok","piatok","sobotu"];function kze(e){var t=Z1[e];switch(e){case 0:case 3:case 6:return"'minul\xFA "+t+" o' p";default:return"'minul\xFD' eeee 'o' p"}}function iA(e){var t=Z1[e];return e===4?"'vo' eeee 'o' p":"'v "+t+" o' p"}function xze(e){var t=Z1[e];switch(e){case 0:case 4:case 6:return"'bud\xFAcu "+t+" o' p";default:return"'bud\xFAci' eeee 'o' p"}}var Pze={lastWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?iA(r):kze(r)},yesterday:"'v\u010Dera o' p",today:"'dnes o' p",tomorrow:"'zajtra o' p",nextWeek:function(e,t,n){var r=e.getUTCDay();return zn(e,t,n)?iA(r):xze(r)},other:"P"},Mze=function(e,t,n,r){var a=Pze[e];return typeof a=="function"?a(t,n,r):a};const Aze=Mze;var Sze={narrow:["pred Kr.","po Kr."],abbreviated:["pred Kr.","po Kr."],wide:["pred Kristom","po Kristovi"]},Cze={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1. \u0161tvr\u0165rok","2. \u0161tvr\u0165rok","3. \u0161tvr\u0165rok","4. \u0161tvr\u0165rok"]},Eze={narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["jan","feb","mar","apr","m\xE1j","j\xFAn","j\xFAl","aug","sep","okt","nov","dec"],wide:["janu\xE1r","febru\xE1r","marec","apr\xEDl","m\xE1j","j\xFAn","j\xFAl","august","september","okt\xF3ber","november","december"]},Wze={narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["jan","feb","mar","apr","m\xE1j","j\xFAn","j\xFAl","aug","sep","okt","nov","dec"],wide:["janu\xE1ra","febru\xE1ra","marca","apr\xEDla","m\xE1ja","j\xFAna","j\xFAla","augusta","septembra","okt\xF3bra","novembra","decembra"]},jze={narrow:["n","p","u","s","\u0161","p","s"],short:["ne","po","ut","st","\u0161t","pi","so"],abbreviated:["ne","po","ut","st","\u0161t","pi","so"],wide:["nede\u013Ea","pondelok","utorok","streda","\u0161tvrtok","piatok","sobota"]},Oze={narrow:{am:"AM",pm:"PM",midnight:"poln.",noon:"pol.",morning:"r\xE1no",afternoon:"pop.",evening:"ve\u010D.",night:"noc"},abbreviated:{am:"AM",pm:"PM",midnight:"poln.",noon:"pol.",morning:"r\xE1no",afternoon:"popol.",evening:"ve\u010Der",night:"noc"},wide:{am:"AM",pm:"PM",midnight:"polnoc",noon:"poludnie",morning:"r\xE1no",afternoon:"popoludnie",evening:"ve\u010Der",night:"noc"}},Tze={narrow:{am:"AM",pm:"PM",midnight:"o poln.",noon:"nap.",morning:"r\xE1no",afternoon:"pop.",evening:"ve\u010D.",night:"v n."},abbreviated:{am:"AM",pm:"PM",midnight:"o poln.",noon:"napol.",morning:"r\xE1no",afternoon:"popol.",evening:"ve\u010Der",night:"v noci"},wide:{am:"AM",pm:"PM",midnight:"o polnoci",noon:"napoludnie",morning:"r\xE1no",afternoon:"popoludn\xED",evening:"ve\u010Der",night:"v noci"}},zze=function(e,t){var n=Number(e);return n+"."},Nze={ordinalNumber:zze,era:S({values:Sze,defaultWidth:"wide"}),quarter:S({values:Cze,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Eze,defaultWidth:"wide",formattingValues:Wze,defaultFormattingWidth:"wide"}),day:S({values:jze,defaultWidth:"wide"}),dayPeriod:S({values:Oze,defaultWidth:"wide",formattingValues:Tze,defaultFormattingWidth:"wide"})};const _ze=Nze;var Rze=/^(\d+)\.?/i,Ize=/\d+/i,Dze={narrow:/^(pred Kr\.|pred n\. l\.|po Kr\.|n\. l\.)/i,abbreviated:/^(pred Kr\.|pred n\. l\.|po Kr\.|n\. l\.)/i,wide:/^(pred Kristom|pred na[šs][íi]m letopo[čc]tom|po Kristovi|n[áa][šs]ho letopo[čc]tu)/i},Lze={any:[/^pr/i,/^(po|n)/i]},Hze={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234]\. [šs]tvr[ťt]rok/i},Fze={any:[/1/i,/2/i,/3/i,/4/i]},Bze={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|m[áa]j|j[úu]n|j[úu]l|aug|sep|okt|nov|dec)/i,wide:/^(janu[áa]ra?|febru[áa]ra?|(marec|marca)|apr[íi]la?|m[áa]ja?|j[úu]na?|j[úu]la?|augusta?|(september|septembra)|(okt[óo]ber|okt[óo]bra)|(november|novembra)|(december|decembra))/i},Xze={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^m[áa]j/i,/^j[úu]n/i,/^j[úu]l/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},Uze={narrow:/^[npusšp]/i,short:/^(ne|po|ut|st|št|pi|so)/i,abbreviated:/^(ne|po|ut|st|št|pi|so)/i,wide:/^(nede[ľl]a|pondelok|utorok|streda|[šs]tvrtok|piatok|sobota])/i},Gze={narrow:[/^n/i,/^p/i,/^u/i,/^s/i,/^š/i,/^p/i,/^s/i],any:[/^n/i,/^po/i,/^u/i,/^st/i,/^(št|stv)/i,/^pi/i,/^so/i]},Yze={narrow:/^(am|pm|(o )?poln\.?|(nap\.?|pol\.?)|r[áa]no|pop\.?|ve[čc]\.?|(v n\.?|noc))/i,abbreviated:/^(am|pm|(o )?poln\.?|(napol\.?|pol\.?)|r[áa]no|pop\.?|ve[čc]er|(v )?noci?)/i,any:/^(am|pm|(o )?polnoci?|(na)?poludnie|r[áa]no|popoludn(ie|í|i)|ve[čc]er|(v )?noci?)/i},Kze={any:{am:/^am/i,pm:/^pm/i,midnight:/poln/i,noon:/^(nap|(na)?pol(\.|u))/i,morning:/^r[áa]no/i,afternoon:/^pop/i,evening:/^ve[čc]/i,night:/^(noc|v n\.)/i}},qze={ordinalNumber:Le({matchPattern:Rze,parsePattern:Ize,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:Dze,defaultMatchWidth:"wide",parsePatterns:Lze,defaultParseWidth:"any"}),quarter:C({matchPatterns:Hze,defaultMatchWidth:"wide",parsePatterns:Fze,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:Bze,defaultMatchWidth:"wide",parsePatterns:Xze,defaultParseWidth:"any"}),day:C({matchPatterns:Uze,defaultMatchWidth:"wide",parsePatterns:Gze,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:Yze,defaultMatchWidth:"any",parsePatterns:Kze,defaultParseWidth:"any"})};const Vze=qze;var Jze={code:"sk",formatDistance:pze,formatLong:wze,formatRelative:Aze,localize:_ze,match:Vze,options:{weekStartsOn:1,firstWeekContainsDate:4}};const Qze=Jze;function $ze(e){return e.one!==void 0}var Zze={lessThanXSeconds:{present:{one:"manj kot {{count}} sekunda",two:"manj kot {{count}} sekundi",few:"manj kot {{count}} sekunde",other:"manj kot {{count}} sekund"},past:{one:"manj kot {{count}} sekundo",two:"manj kot {{count}} sekundama",few:"manj kot {{count}} sekundami",other:"manj kot {{count}} sekundami"},future:{one:"manj kot {{count}} sekundo",two:"manj kot {{count}} sekundi",few:"manj kot {{count}} sekunde",other:"manj kot {{count}} sekund"}},xSeconds:{present:{one:"{{count}} sekunda",two:"{{count}} sekundi",few:"{{count}} sekunde",other:"{{count}} sekund"},past:{one:"{{count}} sekundo",two:"{{count}} sekundama",few:"{{count}} sekundami",other:"{{count}} sekundami"},future:{one:"{{count}} sekundo",two:"{{count}} sekundi",few:"{{count}} sekunde",other:"{{count}} sekund"}},halfAMinute:"pol minute",lessThanXMinutes:{present:{one:"manj kot {{count}} minuta",two:"manj kot {{count}} minuti",few:"manj kot {{count}} minute",other:"manj kot {{count}} minut"},past:{one:"manj kot {{count}} minuto",two:"manj kot {{count}} minutama",few:"manj kot {{count}} minutami",other:"manj kot {{count}} minutami"},future:{one:"manj kot {{count}} minuto",two:"manj kot {{count}} minuti",few:"manj kot {{count}} minute",other:"manj kot {{count}} minut"}},xMinutes:{present:{one:"{{count}} minuta",two:"{{count}} minuti",few:"{{count}} minute",other:"{{count}} minut"},past:{one:"{{count}} minuto",two:"{{count}} minutama",few:"{{count}} minutami",other:"{{count}} minutami"},future:{one:"{{count}} minuto",two:"{{count}} minuti",few:"{{count}} minute",other:"{{count}} minut"}},aboutXHours:{present:{one:"pribli\u017Eno {{count}} ura",two:"pribli\u017Eno {{count}} uri",few:"pribli\u017Eno {{count}} ure",other:"pribli\u017Eno {{count}} ur"},past:{one:"pribli\u017Eno {{count}} uro",two:"pribli\u017Eno {{count}} urama",few:"pribli\u017Eno {{count}} urami",other:"pribli\u017Eno {{count}} urami"},future:{one:"pribli\u017Eno {{count}} uro",two:"pribli\u017Eno {{count}} uri",few:"pribli\u017Eno {{count}} ure",other:"pribli\u017Eno {{count}} ur"}},xHours:{present:{one:"{{count}} ura",two:"{{count}} uri",few:"{{count}} ure",other:"{{count}} ur"},past:{one:"{{count}} uro",two:"{{count}} urama",few:"{{count}} urami",other:"{{count}} urami"},future:{one:"{{count}} uro",two:"{{count}} uri",few:"{{count}} ure",other:"{{count}} ur"}},xDays:{present:{one:"{{count}} dan",two:"{{count}} dni",few:"{{count}} dni",other:"{{count}} dni"},past:{one:"{{count}} dnem",two:"{{count}} dnevoma",few:"{{count}} dnevi",other:"{{count}} dnevi"},future:{one:"{{count}} dan",two:"{{count}} dni",few:"{{count}} dni",other:"{{count}} dni"}},aboutXWeeks:{one:"pribli\u017Eno {{count}} teden",two:"pribli\u017Eno {{count}} tedna",few:"pribli\u017Eno {{count}} tedne",other:"pribli\u017Eno {{count}} tednov"},xWeeks:{one:"{{count}} teden",two:"{{count}} tedna",few:"{{count}} tedne",other:"{{count}} tednov"},aboutXMonths:{present:{one:"pribli\u017Eno {{count}} mesec",two:"pribli\u017Eno {{count}} meseca",few:"pribli\u017Eno {{count}} mesece",other:"pribli\u017Eno {{count}} mesecev"},past:{one:"pribli\u017Eno {{count}} mesecem",two:"pribli\u017Eno {{count}} mesecema",few:"pribli\u017Eno {{count}} meseci",other:"pribli\u017Eno {{count}} meseci"},future:{one:"pribli\u017Eno {{count}} mesec",two:"pribli\u017Eno {{count}} meseca",few:"pribli\u017Eno {{count}} mesece",other:"pribli\u017Eno {{count}} mesecev"}},xMonths:{present:{one:"{{count}} mesec",two:"{{count}} meseca",few:"{{count}} meseci",other:"{{count}} mesecev"},past:{one:"{{count}} mesecem",two:"{{count}} mesecema",few:"{{count}} meseci",other:"{{count}} meseci"},future:{one:"{{count}} mesec",two:"{{count}} meseca",few:"{{count}} mesece",other:"{{count}} mesecev"}},aboutXYears:{present:{one:"pribli\u017Eno {{count}} leto",two:"pribli\u017Eno {{count}} leti",few:"pribli\u017Eno {{count}} leta",other:"pribli\u017Eno {{count}} let"},past:{one:"pribli\u017Eno {{count}} letom",two:"pribli\u017Eno {{count}} letoma",few:"pribli\u017Eno {{count}} leti",other:"pribli\u017Eno {{count}} leti"},future:{one:"pribli\u017Eno {{count}} leto",two:"pribli\u017Eno {{count}} leti",few:"pribli\u017Eno {{count}} leta",other:"pribli\u017Eno {{count}} let"}},xYears:{present:{one:"{{count}} leto",two:"{{count}} leti",few:"{{count}} leta",other:"{{count}} let"},past:{one:"{{count}} letom",two:"{{count}} letoma",few:"{{count}} leti",other:"{{count}} leti"},future:{one:"{{count}} leto",two:"{{count}} leti",few:"{{count}} leta",other:"{{count}} let"}},overXYears:{present:{one:"ve\u010D kot {{count}} leto",two:"ve\u010D kot {{count}} leti",few:"ve\u010D kot {{count}} leta",other:"ve\u010D kot {{count}} let"},past:{one:"ve\u010D kot {{count}} letom",two:"ve\u010D kot {{count}} letoma",few:"ve\u010D kot {{count}} leti",other:"ve\u010D kot {{count}} leti"},future:{one:"ve\u010D kot {{count}} leto",two:"ve\u010D kot {{count}} leti",few:"ve\u010D kot {{count}} leta",other:"ve\u010D kot {{count}} let"}},almostXYears:{present:{one:"skoraj {{count}} leto",two:"skoraj {{count}} leti",few:"skoraj {{count}} leta",other:"skoraj {{count}} let"},past:{one:"skoraj {{count}} letom",two:"skoraj {{count}} letoma",few:"skoraj {{count}} leti",other:"skoraj {{count}} leti"},future:{one:"skoraj {{count}} leto",two:"skoraj {{count}} leti",few:"skoraj {{count}} leta",other:"skoraj {{count}} let"}}};function e7e(e){switch(e%100){case 1:return"one";case 2:return"two";case 3:case 4:return"few";default:return"other"}}var t7e=function(e,t,n){var r="",a="present";n!=null&&n.addSuffix&&(n.comparison&&n.comparison>0?(a="future",r="\u010Dez "):(a="past",r="pred "));var s=Zze[e];if(typeof s=="string")r+=s;else{var l=e7e(t);$ze(s)?r+=s[l].replace("{{count}}",String(t)):r+=s[a][l].replace("{{count}}",String(t))}return r};const n7e=t7e;var r7e={full:"EEEE, dd. MMMM y",long:"dd. MMMM y",medium:"d. MMM y",short:"d. MM. yy"},a7e={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},i7e={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},o7e={date:D({formats:r7e,defaultWidth:"full"}),time:D({formats:a7e,defaultWidth:"full"}),dateTime:D({formats:i7e,defaultWidth:"full"})};const s7e=o7e;var l7e={lastWeek:function(e){var t=e.getUTCDay();switch(t){case 0:return"'prej\u0161njo nedeljo ob' p";case 3:return"'prej\u0161njo sredo ob' p";case 6:return"'prej\u0161njo soboto ob' p";default:return"'prej\u0161nji' EEEE 'ob' p"}},yesterday:"'v\u010Deraj ob' p",today:"'danes ob' p",tomorrow:"'jutri ob' p",nextWeek:function(e){var t=e.getUTCDay();switch(t){case 0:return"'naslednjo nedeljo ob' p";case 3:return"'naslednjo sredo ob' p";case 6:return"'naslednjo soboto ob' p";default:return"'naslednji' EEEE 'ob' p"}},other:"P"},u7e=function(e,t,n,r){var a=l7e[e];return typeof a=="function"?a(t):a};const c7e=u7e;var d7e={narrow:["pr. n. \u0161t.","po n. \u0161t."],abbreviated:["pr. n. \u0161t.","po n. \u0161t."],wide:["pred na\u0161im \u0161tetjem","po na\u0161em \u0161tetju"]},f7e={narrow:["1","2","3","4"],abbreviated:["1. \u010Det.","2. \u010Det.","3. \u010Det.","4. \u010Det."],wide:["1. \u010Detrtletje","2. \u010Detrtletje","3. \u010Detrtletje","4. \u010Detrtletje"]},h7e={narrow:["j","f","m","a","m","j","j","a","s","o","n","d"],abbreviated:["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],wide:["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]},m7e={narrow:["n","p","t","s","\u010D","p","s"],short:["ned.","pon.","tor.","sre.","\u010Det.","pet.","sob."],abbreviated:["ned.","pon.","tor.","sre.","\u010Det.","pet.","sob."],wide:["nedelja","ponedeljek","torek","sreda","\u010Detrtek","petek","sobota"]},p7e={narrow:{am:"d",pm:"p",midnight:"24.00",noon:"12.00",morning:"j",afternoon:"p",evening:"v",night:"n"},abbreviated:{am:"dop.",pm:"pop.",midnight:"poln.",noon:"pold.",morning:"jut.",afternoon:"pop.",evening:"ve\u010D.",night:"no\u010D"},wide:{am:"dop.",pm:"pop.",midnight:"polno\u010D",noon:"poldne",morning:"jutro",afternoon:"popoldne",evening:"ve\u010Der",night:"no\u010D"}},g7e={narrow:{am:"d",pm:"p",midnight:"24.00",noon:"12.00",morning:"zj",afternoon:"p",evening:"zv",night:"po"},abbreviated:{am:"dop.",pm:"pop.",midnight:"opoln.",noon:"opold.",morning:"zjut.",afternoon:"pop.",evening:"zve\u010D.",night:"pono\u010Di"},wide:{am:"dop.",pm:"pop.",midnight:"opolno\u010Di",noon:"opoldne",morning:"zjutraj",afternoon:"popoldan",evening:"zve\u010Der",night:"pono\u010Di"}},v7e=function(e,t){var n=Number(e);return n+"."},b7e={ordinalNumber:v7e,era:S({values:d7e,defaultWidth:"wide"}),quarter:S({values:f7e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:h7e,defaultWidth:"wide"}),day:S({values:m7e,defaultWidth:"wide"}),dayPeriod:S({values:p7e,defaultWidth:"wide",formattingValues:g7e,defaultFormattingWidth:"wide"})};const y7e=b7e;var w7e=/^(\d+)\./i,k7e=/\d+/i,x7e={abbreviated:/^(pr\. n\. št\.|po n\. št\.)/i,wide:/^(pred Kristusom|pred na[sš]im [sš]tetjem|po Kristusu|po na[sš]em [sš]tetju|na[sš]ega [sš]tetja)/i},P7e={any:[/^pr/i,/^(po|na[sš]em)/i]},M7e={narrow:/^[1234]/i,abbreviated:/^[1234]\.\s?[čc]et\.?/i,wide:/^[1234]\. [čc]etrtletje/i},A7e={any:[/1/i,/2/i,/3/i,/4/i]},S7e={narrow:/^[jfmasond]/i,abbreviated:/^(jan\.|feb\.|mar\.|apr\.|maj|jun\.|jul\.|avg\.|sep\.|okt\.|nov\.|dec\.)/i,wide:/^(januar|februar|marec|april|maj|junij|julij|avgust|september|oktober|november|december)/i},C7e={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],abbreviated:[/^ja/i,/^fe/i,/^mar/i,/^ap/i,/^maj/i,/^jun/i,/^jul/i,/^av/i,/^s/i,/^o/i,/^n/i,/^d/i],wide:[/^ja/i,/^fe/i,/^mar/i,/^ap/i,/^maj/i,/^jun/i,/^jul/i,/^av/i,/^s/i,/^o/i,/^n/i,/^d/i]},E7e={narrow:/^[nptsčc]/i,short:/^(ned\.|pon\.|tor\.|sre\.|[cč]et\.|pet\.|sob\.)/i,abbreviated:/^(ned\.|pon\.|tor\.|sre\.|[cč]et\.|pet\.|sob\.)/i,wide:/^(nedelja|ponedeljek|torek|sreda|[cč]etrtek|petek|sobota)/i},W7e={narrow:[/^n/i,/^p/i,/^t/i,/^s/i,/^[cč]/i,/^p/i,/^s/i],any:[/^n/i,/^po/i,/^t/i,/^sr/i,/^[cč]/i,/^pe/i,/^so/i]},j7e={narrow:/^(d|po?|z?v|n|z?j|24\.00|12\.00)/i,any:/^(dop\.|pop\.|o?poln(\.|o[cč]i?)|o?pold(\.|ne)|z?ve[cč](\.|er)|(po)?no[cč]i?|popold(ne|an)|jut(\.|ro)|zjut(\.|raj))/i},O7e={narrow:{am:/^d/i,pm:/^p/i,midnight:/^24/i,noon:/^12/i,morning:/^(z?j)/i,afternoon:/^p/i,evening:/^(z?v)/i,night:/^(n|po)/i},any:{am:/^dop\./i,pm:/^pop\./i,midnight:/^o?poln/i,noon:/^o?pold/i,morning:/j/i,afternoon:/^pop\./i,evening:/^z?ve/i,night:/(po)?no/i}},T7e={ordinalNumber:Le({matchPattern:w7e,parsePattern:k7e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:x7e,defaultMatchWidth:"wide",parsePatterns:P7e,defaultParseWidth:"any"}),quarter:C({matchPatterns:M7e,defaultMatchWidth:"wide",parsePatterns:A7e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:S7e,defaultMatchWidth:"wide",parsePatterns:C7e,defaultParseWidth:"wide"}),day:C({matchPatterns:E7e,defaultMatchWidth:"wide",parsePatterns:W7e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:j7e,defaultMatchWidth:"any",parsePatterns:O7e,defaultParseWidth:"any"})};const z7e=T7e;var N7e={code:"sl",formatDistance:n7e,formatLong:s7e,formatRelative:c7e,localize:y7e,match:z7e,options:{weekStartsOn:1,firstWeekContainsDate:1}};const _7e=N7e;var R7e={lessThanXSeconds:{one:"m\xEB pak se nj\xEB sekond\xEB",other:"m\xEB pak se {{count}} sekonda"},xSeconds:{one:"1 sekond\xEB",other:"{{count}} sekonda"},halfAMinute:"gjys\xEBm minuti",lessThanXMinutes:{one:"m\xEB pak se nj\xEB minute",other:"m\xEB pak se {{count}} minuta"},xMinutes:{one:"1 minut\xEB",other:"{{count}} minuta"},aboutXHours:{one:"rreth 1 or\xEB",other:"rreth {{count}} or\xEB"},xHours:{one:"1 or\xEB",other:"{{count}} or\xEB"},xDays:{one:"1 dit\xEB",other:"{{count}} dit\xEB"},aboutXWeeks:{one:"rreth 1 jav\xEB",other:"rreth {{count}} jav\xEB"},xWeeks:{one:"1 jav\xEB",other:"{{count}} jav\xEB"},aboutXMonths:{one:"rreth 1 muaj",other:"rreth {{count}} muaj"},xMonths:{one:"1 muaj",other:"{{count}} muaj"},aboutXYears:{one:"rreth 1 vit",other:"rreth {{count}} vite"},xYears:{one:"1 vit",other:"{{count}} vite"},overXYears:{one:"mbi 1 vit",other:"mbi {{count}} vite"},almostXYears:{one:"pothuajse 1 vit",other:"pothuajse {{count}} vite"}},I7e=function(e,t,n){var r,a=R7e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"n\xEB "+r:r+" m\xEB par\xEB":r};const D7e=I7e;var L7e={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},H7e={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},F7e={full:"{{date}} 'n\xEB' {{time}}",long:"{{date}} 'n\xEB' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},B7e={date:D({formats:L7e,defaultWidth:"full"}),time:D({formats:H7e,defaultWidth:"full"}),dateTime:D({formats:F7e,defaultWidth:"full"})};const X7e=B7e;var U7e={lastWeek:"'t\xEB' eeee 'e shkuar n\xEB' p",yesterday:"'dje n\xEB' p",today:"'sot n\xEB' p",tomorrow:"'nes\xEBr n\xEB' p",nextWeek:"eeee 'at' p",other:"P"},G7e=function(e,t,n,r){return U7e[e]};const Y7e=G7e;var K7e={narrow:["P","M"],abbreviated:["PK","MK"],wide:["Para Krishtit","Mbas Krishtit"]},q7e={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["4-mujori I","4-mujori II","4-mujori III","4-mujori IV"]},V7e={narrow:["J","S","M","P","M","Q","K","G","S","T","N","D"],abbreviated:["Jan","Shk","Mar","Pri","Maj","Qer","Kor","Gus","Sht","Tet","N\xEBn","Dhj"],wide:["Janar","Shkurt","Mars","Prill","Maj","Qershor","Korrik","Gusht","Shtator","Tetor","N\xEBntor","Dhjetor"]},J7e={narrow:["D","H","M","M","E","P","S"],short:["Di","H\xEB","Ma","M\xEB","En","Pr","Sh"],abbreviated:["Die","H\xEBn","Mar","M\xEBr","Enj","Pre","Sht"],wide:["Diel\xEB","H\xEBn\xEB","Mart\xEB","M\xEBrkur\xEB","Enjte","Premte","Shtun\xEB"]},Q7e={narrow:{am:"p",pm:"m",midnight:"m",noon:"d",morning:"m\xEBngjes",afternoon:"dite",evening:"mbr\xEBmje",night:"nat\xEB"},abbreviated:{am:"PD",pm:"MD",midnight:"mesn\xEBt\xEB",noon:"drek",morning:"m\xEBngjes",afternoon:"mbasdite",evening:"mbr\xEBmje",night:"nat\xEB"},wide:{am:"p.d.",pm:"m.d.",midnight:"mesn\xEBt\xEB",noon:"drek",morning:"m\xEBngjes",afternoon:"mbasdite",evening:"mbr\xEBmje",night:"nat\xEB"}},$7e={narrow:{am:"p",pm:"m",midnight:"m",noon:"d",morning:"n\xEB m\xEBngjes",afternoon:"n\xEB mbasdite",evening:"n\xEB mbr\xEBmje",night:"n\xEB mesnat\xEB"},abbreviated:{am:"PD",pm:"MD",midnight:"mesnat\xEB",noon:"drek",morning:"n\xEB m\xEBngjes",afternoon:"n\xEB mbasdite",evening:"n\xEB mbr\xEBmje",night:"n\xEB mesnat\xEB"},wide:{am:"p.d.",pm:"m.d.",midnight:"mesnat\xEB",noon:"drek",morning:"n\xEB m\xEBngjes",afternoon:"n\xEB mbasdite",evening:"n\xEB mbr\xEBmje",night:"n\xEB mesnat\xEB"}},Z7e=function(e,t){var n=Number(e);return(t==null?void 0:t.unit)==="hour"?String(n):n===1?n+"-r\xEB":n===4?n+"t":n+"-t\xEB"},eNe={ordinalNumber:Z7e,era:S({values:K7e,defaultWidth:"wide"}),quarter:S({values:q7e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:V7e,defaultWidth:"wide"}),day:S({values:J7e,defaultWidth:"wide"}),dayPeriod:S({values:Q7e,defaultWidth:"wide",formattingValues:$7e,defaultFormattingWidth:"wide"})};const tNe=eNe;var nNe=/^(\d+)(-rë|-të|t|)?/i,rNe=/\d+/i,aNe={narrow:/^(p|m)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(para krishtit|mbas krishtit)/i},iNe={any:[/^b/i,/^(p|m)/i]},oNe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234]-mujori (i{1,3}|iv)/i},sNe={any:[/1/i,/2/i,/3/i,/4/i]},lNe={narrow:/^[jsmpqkftnd]/i,abbreviated:/^(jan|shk|mar|pri|maj|qer|kor|gus|sht|tet|nën|dhj)/i,wide:/^(janar|shkurt|mars|prill|maj|qershor|korrik|gusht|shtator|tetor|nëntor|dhjetor)/i},uNe={narrow:[/^j/i,/^s/i,/^m/i,/^p/i,/^m/i,/^q/i,/^k/i,/^g/i,/^s/i,/^t/i,/^n/i,/^d/i],any:[/^ja/i,/^shk/i,/^mar/i,/^pri/i,/^maj/i,/^qer/i,/^kor/i,/^gu/i,/^sht/i,/^tet/i,/^n/i,/^d/i]},cNe={narrow:/^[dhmeps]/i,short:/^(di|hë|ma|më|en|pr|sh)/i,abbreviated:/^(die|hën|mar|mër|enj|pre|sht)/i,wide:/^(dielë|hënë|martë|mërkurë|enjte|premte|shtunë)/i},dNe={narrow:[/^d/i,/^h/i,/^m/i,/^m/i,/^e/i,/^p/i,/^s/i],any:[/^d/i,/^h/i,/^ma/i,/^më/i,/^e/i,/^p/i,/^s/i]},fNe={narrow:/^(p|m|me|në (mëngjes|mbasdite|mbrëmje|mesnatë))/i,any:/^([pm]\.?\s?d\.?|drek|në (mëngjes|mbasdite|mbrëmje|mesnatë))/i},hNe={any:{am:/^p/i,pm:/^m/i,midnight:/^me/i,noon:/^dr/i,morning:/mëngjes/i,afternoon:/mbasdite/i,evening:/mbrëmje/i,night:/natë/i}},mNe={ordinalNumber:Le({matchPattern:nNe,parsePattern:rNe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:aNe,defaultMatchWidth:"wide",parsePatterns:iNe,defaultParseWidth:"any"}),quarter:C({matchPatterns:oNe,defaultMatchWidth:"wide",parsePatterns:sNe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:lNe,defaultMatchWidth:"wide",parsePatterns:uNe,defaultParseWidth:"any"}),day:C({matchPatterns:cNe,defaultMatchWidth:"wide",parsePatterns:dNe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:fNe,defaultMatchWidth:"any",parsePatterns:hNe,defaultParseWidth:"any"})};const pNe=mNe;var gNe={code:"sq",formatDistance:D7e,formatLong:X7e,formatRelative:Y7e,localize:tNe,match:pNe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const vNe=gNe;var bNe={lessThanXSeconds:{one:{standalone:"\u043C\u0430\u045A\u0435 \u043E\u0434 1 \u0441\u0435\u043A\u0443\u043D\u0434\u0435",withPrepositionAgo:"\u043C\u0430\u045A\u0435 \u043E\u0434 1 \u0441\u0435\u043A\u0443\u043D\u0434\u0435",withPrepositionIn:"\u043C\u0430\u045A\u0435 \u043E\u0434 1 \u0441\u0435\u043A\u0443\u043D\u0434\u0443"},dual:"\u043C\u0430\u045A\u0435 \u043E\u0434 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0435",other:"\u043C\u0430\u045A\u0435 \u043E\u0434 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438"},xSeconds:{one:{standalone:"1 \u0441\u0435\u043A\u0443\u043D\u0434\u0430",withPrepositionAgo:"1 \u0441\u0435\u043A\u0443\u043D\u0434\u0435",withPrepositionIn:"1 \u0441\u0435\u043A\u0443\u043D\u0434\u0443"},dual:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0435",other:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438"},halfAMinute:"\u043F\u043E\u043B\u0430 \u043C\u0438\u043D\u0443\u0442\u0435",lessThanXMinutes:{one:{standalone:"\u043C\u0430\u045A\u0435 \u043E\u0434 1 \u043C\u0438\u043D\u0443\u0442\u0435",withPrepositionAgo:"\u043C\u0430\u045A\u0435 \u043E\u0434 1 \u043C\u0438\u043D\u0443\u0442\u0435",withPrepositionIn:"\u043C\u0430\u045A\u0435 \u043E\u0434 1 \u043C\u0438\u043D\u0443\u0442\u0443"},dual:"\u043C\u0430\u045A\u0435 \u043E\u0434 {{count}} \u043C\u0438\u043D\u0443\u0442\u0435",other:"\u043C\u0430\u045A\u0435 \u043E\u0434 {{count}} \u043C\u0438\u043D\u0443\u0442\u0430"},xMinutes:{one:{standalone:"1 \u043C\u0438\u043D\u0443\u0442\u0430",withPrepositionAgo:"1 \u043C\u0438\u043D\u0443\u0442\u0435",withPrepositionIn:"1 \u043C\u0438\u043D\u0443\u0442\u0443"},dual:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0435",other:"{{count}} \u043C\u0438\u043D\u0443\u0442\u0430"},aboutXHours:{one:{standalone:"\u043E\u043A\u043E 1 \u0441\u0430\u0442",withPrepositionAgo:"\u043E\u043A\u043E 1 \u0441\u0430\u0442",withPrepositionIn:"\u043E\u043A\u043E 1 \u0441\u0430\u0442"},dual:"\u043E\u043A\u043E {{count}} \u0441\u0430\u0442\u0430",other:"\u043E\u043A\u043E {{count}} \u0441\u0430\u0442\u0438"},xHours:{one:{standalone:"1 \u0441\u0430\u0442",withPrepositionAgo:"1 \u0441\u0430\u0442",withPrepositionIn:"1 \u0441\u0430\u0442"},dual:"{{count}} \u0441\u0430\u0442\u0430",other:"{{count}} \u0441\u0430\u0442\u0438"},xDays:{one:{standalone:"1 \u0434\u0430\u043D",withPrepositionAgo:"1 \u0434\u0430\u043D",withPrepositionIn:"1 \u0434\u0430\u043D"},dual:"{{count}} \u0434\u0430\u043D\u0430",other:"{{count}} \u0434\u0430\u043D\u0430"},aboutXWeeks:{one:{standalone:"\u043E\u043A\u043E 1 \u043D\u0435\u0434\u0435\u0459\u0443",withPrepositionAgo:"\u043E\u043A\u043E 1 \u043D\u0435\u0434\u0435\u0459\u0443",withPrepositionIn:"\u043E\u043A\u043E 1 \u043D\u0435\u0434\u0435\u0459\u0443"},dual:"\u043E\u043A\u043E {{count}} \u043D\u0435\u0434\u0435\u0459\u0435",other:"\u043E\u043A\u043E {{count}} \u043D\u0435\u0434\u0435\u0459\u0435"},xWeeks:{one:{standalone:"1 \u043D\u0435\u0434\u0435\u0459\u0443",withPrepositionAgo:"1 \u043D\u0435\u0434\u0435\u0459\u0443",withPrepositionIn:"1 \u043D\u0435\u0434\u0435\u0459\u0443"},dual:"{{count}} \u043D\u0435\u0434\u0435\u0459\u0435",other:"{{count}} \u043D\u0435\u0434\u0435\u0459\u0435"},aboutXMonths:{one:{standalone:"\u043E\u043A\u043E 1 \u043C\u0435\u0441\u0435\u0446",withPrepositionAgo:"\u043E\u043A\u043E 1 \u043C\u0435\u0441\u0435\u0446",withPrepositionIn:"\u043E\u043A\u043E 1 \u043C\u0435\u0441\u0435\u0446"},dual:"\u043E\u043A\u043E {{count}} \u043C\u0435\u0441\u0435\u0446\u0430",other:"\u043E\u043A\u043E {{count}} \u043C\u0435\u0441\u0435\u0446\u0438"},xMonths:{one:{standalone:"1 \u043C\u0435\u0441\u0435\u0446",withPrepositionAgo:"1 \u043C\u0435\u0441\u0435\u0446",withPrepositionIn:"1 \u043C\u0435\u0441\u0435\u0446"},dual:"{{count}} \u043C\u0435\u0441\u0435\u0446\u0430",other:"{{count}} \u043C\u0435\u0441\u0435\u0446\u0438"},aboutXYears:{one:{standalone:"\u043E\u043A\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443",withPrepositionAgo:"\u043E\u043A\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443",withPrepositionIn:"\u043E\u043A\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443"},dual:"\u043E\u043A\u043E {{count}} \u0433\u043E\u0434\u0438\u043D\u0435",other:"\u043E\u043A\u043E {{count}} \u0433\u043E\u0434\u0438\u043D\u0430"},xYears:{one:{standalone:"1 \u0433\u043E\u0434\u0438\u043D\u0430",withPrepositionAgo:"1 \u0433\u043E\u0434\u0438\u043D\u0435",withPrepositionIn:"1 \u0433\u043E\u0434\u0438\u043D\u0443"},dual:"{{count}} \u0433\u043E\u0434\u0438\u043D\u0435",other:"{{count}} \u0433\u043E\u0434\u0438\u043D\u0430"},overXYears:{one:{standalone:"\u043F\u0440\u0435\u043A\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443",withPrepositionAgo:"\u043F\u0440\u0435\u043A\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443",withPrepositionIn:"\u043F\u0440\u0435\u043A\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443"},dual:"\u043F\u0440\u0435\u043A\u043E {{count}} \u0433\u043E\u0434\u0438\u043D\u0435",other:"\u043F\u0440\u0435\u043A\u043E {{count}} \u0433\u043E\u0434\u0438\u043D\u0430"},almostXYears:{one:{standalone:"\u0433\u043E\u0442\u043E\u0432\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443",withPrepositionAgo:"\u0433\u043E\u0442\u043E\u0432\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443",withPrepositionIn:"\u0433\u043E\u0442\u043E\u0432\u043E 1 \u0433\u043E\u0434\u0438\u043D\u0443"},dual:"\u0433\u043E\u0442\u043E\u0432\u043E {{count}} \u0433\u043E\u0434\u0438\u043D\u0435",other:"\u0433\u043E\u0442\u043E\u0432\u043E {{count}} \u0433\u043E\u0434\u0438\u043D\u0430"}},yNe=function(e,t,n){var r,a=bNe[e];return typeof a=="string"?r=a:t===1?n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r=a.one.withPrepositionIn:r=a.one.withPrepositionAgo:r=a.one.standalone:t%10>1&&t%10<5&&String(t).substr(-2,1)!=="1"?r=a.dual.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"\u0437\u0430 "+r:"\u043F\u0440\u0435 "+r:r};const wNe=yNe;var kNe={full:"EEEE, d. MMMM yyyy.",long:"d. MMMM yyyy.",medium:"d. MMM yy.",short:"dd. MM. yy."},xNe={full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},PNe={full:"{{date}} '\u0443' {{time}}",long:"{{date}} '\u0443' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},MNe={date:D({formats:kNe,defaultWidth:"full"}),time:D({formats:xNe,defaultWidth:"full"}),dateTime:D({formats:PNe,defaultWidth:"full"})};const ANe=MNe;var SNe={lastWeek:function(e){var t=e.getUTCDay();switch(t){case 0:return"'\u043F\u0440\u043E\u0448\u043B\u0435 \u043D\u0435\u0434\u0435\u0459\u0435 \u0443' p";case 3:return"'\u043F\u0440\u043E\u0448\u043B\u0435 \u0441\u0440\u0435\u0434\u0435 \u0443' p";case 6:return"'\u043F\u0440\u043E\u0448\u043B\u0435 \u0441\u0443\u0431\u043E\u0442\u0435 \u0443' p";default:return"'\u043F\u0440\u043E\u0448\u043B\u0438' EEEE '\u0443' p"}},yesterday:"'\u0458\u0443\u0447\u0435 \u0443' p",today:"'\u0434\u0430\u043D\u0430\u0441 \u0443' p",tomorrow:"'\u0441\u0443\u0442\u0440\u0430 \u0443' p",nextWeek:function(e){var t=e.getUTCDay();switch(t){case 0:return"'\u0441\u043B\u0435\u0434\u0435\u045B\u0435 \u043D\u0435\u0434\u0435\u0459\u0435 \u0443' p";case 3:return"'\u0441\u043B\u0435\u0434\u0435\u045B\u0443 \u0441\u0440\u0435\u0434\u0443 \u0443' p";case 6:return"'\u0441\u043B\u0435\u0434\u0435\u045B\u0443 \u0441\u0443\u0431\u043E\u0442\u0443 \u0443' p";default:return"'\u0441\u043B\u0435\u0434\u0435\u045B\u0438' EEEE '\u0443' p"}},other:"P"},CNe=function(e,t,n,r){var a=SNe[e];return typeof a=="function"?a(t):a};const ENe=CNe;var WNe={narrow:["\u043F\u0440.\u043D.\u0435.","\u0410\u0414"],abbreviated:["\u043F\u0440. \u0425\u0440.","\u043F\u043E. \u0425\u0440."],wide:["\u041F\u0440\u0435 \u0425\u0440\u0438\u0441\u0442\u0430","\u041F\u043E\u0441\u043B\u0435 \u0425\u0440\u0438\u0441\u0442\u0430"]},jNe={narrow:["1.","2.","3.","4."],abbreviated:["1. \u043A\u0432.","2. \u043A\u0432.","3. \u043A\u0432.","4. \u043A\u0432."],wide:["1. \u043A\u0432\u0430\u0440\u0442\u0430\u043B","2. \u043A\u0432\u0430\u0440\u0442\u0430\u043B","3. \u043A\u0432\u0430\u0440\u0442\u0430\u043B","4. \u043A\u0432\u0430\u0440\u0442\u0430\u043B"]},ONe={narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],abbreviated:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],wide:["\u0458\u0430\u043D\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0431\u0430\u0440","\u043E\u043A\u0442\u043E\u0431\u0430\u0440","\u043D\u043E\u0432\u0435\u043C\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043C\u0431\u0430\u0440"]},TNe={narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],abbreviated:["\u0458\u0430\u043D","\u0444\u0435\u0431","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433","\u0441\u0435\u043F","\u043E\u043A\u0442","\u043D\u043E\u0432","\u0434\u0435\u0446"],wide:["\u0458\u0430\u043D\u0443\u0430\u0440","\u0444\u0435\u0431\u0440\u0443\u0430\u0440","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0438\u043B","\u043C\u0430\u0458","\u0458\u0443\u043D","\u0458\u0443\u043B","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043F\u0442\u0435\u043C\u0431\u0430\u0440","\u043E\u043A\u0442\u043E\u0431\u0430\u0440","\u043D\u043E\u0432\u0435\u043C\u0431\u0430\u0440","\u0434\u0435\u0446\u0435\u043C\u0431\u0430\u0440"]},zNe={narrow:["\u041D","\u041F","\u0423","\u0421","\u0427","\u041F","\u0421"],short:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],abbreviated:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0443\u0442\u043E","\u0441\u0440\u0435","\u0447\u0435\u0442","\u043F\u0435\u0442","\u0441\u0443\u0431"],wide:["\u043D\u0435\u0434\u0435\u0459\u0430","\u043F\u043E\u043D\u0435\u0434\u0435\u0459\u0430\u043A","\u0443\u0442\u043E\u0440\u0430\u043A","\u0441\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043A","\u043F\u0435\u0442\u0430\u043A","\u0441\u0443\u0431\u043E\u0442\u0430"]},NNe={narrow:{am:"\u0410\u041C",pm:"\u041F\u041C",midnight:"\u043F\u043E\u043D\u043E\u045B",noon:"\u043F\u043E\u0434\u043D\u0435",morning:"\u0443\u0458\u0443\u0442\u0440\u0443",afternoon:"\u043F\u043E\u043F\u043E\u0434\u043D\u0435",evening:"\u0443\u0432\u0435\u0447\u0435",night:"\u043D\u043E\u045B\u0443"},abbreviated:{am:"\u0410\u041C",pm:"\u041F\u041C",midnight:"\u043F\u043E\u043D\u043E\u045B",noon:"\u043F\u043E\u0434\u043D\u0435",morning:"\u0443\u0458\u0443\u0442\u0440\u0443",afternoon:"\u043F\u043E\u043F\u043E\u0434\u043D\u0435",evening:"\u0443\u0432\u0435\u0447\u0435",night:"\u043D\u043E\u045B\u0443"},wide:{am:"AM",pm:"PM",midnight:"\u043F\u043E\u043D\u043E\u045B",noon:"\u043F\u043E\u0434\u043D\u0435",morning:"\u0443\u0458\u0443\u0442\u0440\u0443",afternoon:"\u043F\u043E\u0441\u043B\u0435 \u043F\u043E\u0434\u043D\u0435",evening:"\u0443\u0432\u0435\u0447\u0435",night:"\u043D\u043E\u045B\u0443"}},_Ne={narrow:{am:"AM",pm:"PM",midnight:"\u043F\u043E\u043D\u043E\u045B",noon:"\u043F\u043E\u0434\u043D\u0435",morning:"\u0443\u0458\u0443\u0442\u0440\u0443",afternoon:"\u043F\u043E\u043F\u043E\u0434\u043D\u0435",evening:"\u0443\u0432\u0435\u0447\u0435",night:"\u043D\u043E\u045B\u0443"},abbreviated:{am:"AM",pm:"PM",midnight:"\u043F\u043E\u043D\u043E\u045B",noon:"\u043F\u043E\u0434\u043D\u0435",morning:"\u0443\u0458\u0443\u0442\u0440\u0443",afternoon:"\u043F\u043E\u043F\u043E\u0434\u043D\u0435",evening:"\u0443\u0432\u0435\u0447\u0435",night:"\u043D\u043E\u045B\u0443"},wide:{am:"AM",pm:"PM",midnight:"\u043F\u043E\u043D\u043E\u045B",noon:"\u043F\u043E\u0434\u043D\u0435",morning:"\u0443\u0458\u0443\u0442\u0440\u0443",afternoon:"\u043F\u043E\u0441\u043B\u0435 \u043F\u043E\u0434\u043D\u0435",evening:"\u0443\u0432\u0435\u0447\u0435",night:"\u043D\u043E\u045B\u0443"}},RNe=function(e,t){var n=Number(e);return n+"."},INe={ordinalNumber:RNe,era:S({values:WNe,defaultWidth:"wide"}),quarter:S({values:jNe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:ONe,defaultWidth:"wide",formattingValues:TNe,defaultFormattingWidth:"wide"}),day:S({values:zNe,defaultWidth:"wide"}),dayPeriod:S({values:_Ne,defaultWidth:"wide",formattingValues:NNe,defaultFormattingWidth:"wide"})};const DNe=INe;var LNe=/^(\d+)\./i,HNe=/\d+/i,FNe={narrow:/^(пр\.н\.е\.|АД)/i,abbreviated:/^(пр\.\s?Хр\.|по\.\s?Хр\.)/i,wide:/^(Пре Христа|пре нове ере|После Христа|нова ера)/i},BNe={any:[/^пр/i,/^(по|нова)/i]},XNe={narrow:/^[1234]/i,abbreviated:/^[1234]\.\s?кв\.?/i,wide:/^[1234]\. квартал/i},UNe={any:[/1/i,/2/i,/3/i,/4/i]},GNe={narrow:/^(10|11|12|[123456789])\./i,abbreviated:/^(јан|феб|мар|апр|мај|јун|јул|авг|сеп|окт|нов|дец)/i,wide:/^((јануар|јануара)|(фебруар|фебруара)|(март|марта)|(април|априла)|(мја|маја)|(јун|јуна)|(јул|јула)|(август|августа)|(септембар|септембра)|(октобар|октобра)|(новембар|новембра)|(децембар|децембра))/i},YNe={narrow:[/^1/i,/^2/i,/^3/i,/^4/i,/^5/i,/^6/i,/^7/i,/^8/i,/^9/i,/^10/i,/^11/i,/^12/i],any:[/^ја/i,/^ф/i,/^мар/i,/^ап/i,/^мај/i,/^јун/i,/^јул/i,/^авг/i,/^с/i,/^о/i,/^н/i,/^д/i]},KNe={narrow:/^[пусчн]/i,short:/^(нед|пон|уто|сре|чет|пет|суб)/i,abbreviated:/^(нед|пон|уто|сре|чет|пет|суб)/i,wide:/^(недеља|понедељак|уторак|среда|четвртак|петак|субота)/i},qNe={narrow:[/^п/i,/^у/i,/^с/i,/^ч/i,/^п/i,/^с/i,/^н/i],any:[/^нед/i,/^пон/i,/^уто/i,/^сре/i,/^чет/i,/^пет/i,/^суб/i]},VNe={any:/^(ам|пм|поноћ|(по)?подне|увече|ноћу|после подне|ујутру)/i},JNe={any:{am:/^a/i,pm:/^p/i,midnight:/^поно/i,noon:/^под/i,morning:/ујутру/i,afternoon:/(после\s|по)+подне/i,evening:/(увече)/i,night:/(ноћу)/i}},QNe={ordinalNumber:Le({matchPattern:LNe,parsePattern:HNe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:FNe,defaultMatchWidth:"wide",parsePatterns:BNe,defaultParseWidth:"any"}),quarter:C({matchPatterns:XNe,defaultMatchWidth:"wide",parsePatterns:UNe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:GNe,defaultMatchWidth:"wide",parsePatterns:YNe,defaultParseWidth:"any"}),day:C({matchPatterns:KNe,defaultMatchWidth:"wide",parsePatterns:qNe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:VNe,defaultMatchWidth:"any",parsePatterns:JNe,defaultParseWidth:"any"})};const $Ne=QNe;var ZNe={code:"sr",formatDistance:wNe,formatLong:ANe,formatRelative:ENe,localize:DNe,match:$Ne,options:{weekStartsOn:1,firstWeekContainsDate:1}};const e9e=ZNe;var t9e={lessThanXSeconds:{one:{standalone:"manje od 1 sekunde",withPrepositionAgo:"manje od 1 sekunde",withPrepositionIn:"manje od 1 sekundu"},dual:"manje od {{count}} sekunde",other:"manje od {{count}} sekundi"},xSeconds:{one:{standalone:"1 sekunda",withPrepositionAgo:"1 sekunde",withPrepositionIn:"1 sekundu"},dual:"{{count}} sekunde",other:"{{count}} sekundi"},halfAMinute:"pola minute",lessThanXMinutes:{one:{standalone:"manje od 1 minute",withPrepositionAgo:"manje od 1 minute",withPrepositionIn:"manje od 1 minutu"},dual:"manje od {{count}} minute",other:"manje od {{count}} minuta"},xMinutes:{one:{standalone:"1 minuta",withPrepositionAgo:"1 minute",withPrepositionIn:"1 minutu"},dual:"{{count}} minute",other:"{{count}} minuta"},aboutXHours:{one:{standalone:"oko 1 sat",withPrepositionAgo:"oko 1 sat",withPrepositionIn:"oko 1 sat"},dual:"oko {{count}} sata",other:"oko {{count}} sati"},xHours:{one:{standalone:"1 sat",withPrepositionAgo:"1 sat",withPrepositionIn:"1 sat"},dual:"{{count}} sata",other:"{{count}} sati"},xDays:{one:{standalone:"1 dan",withPrepositionAgo:"1 dan",withPrepositionIn:"1 dan"},dual:"{{count}} dana",other:"{{count}} dana"},aboutXWeeks:{one:{standalone:"oko 1 nedelju",withPrepositionAgo:"oko 1 nedelju",withPrepositionIn:"oko 1 nedelju"},dual:"oko {{count}} nedelje",other:"oko {{count}} nedelje"},xWeeks:{one:{standalone:"1 nedelju",withPrepositionAgo:"1 nedelju",withPrepositionIn:"1 nedelju"},dual:"{{count}} nedelje",other:"{{count}} nedelje"},aboutXMonths:{one:{standalone:"oko 1 mesec",withPrepositionAgo:"oko 1 mesec",withPrepositionIn:"oko 1 mesec"},dual:"oko {{count}} meseca",other:"oko {{count}} meseci"},xMonths:{one:{standalone:"1 mesec",withPrepositionAgo:"1 mesec",withPrepositionIn:"1 mesec"},dual:"{{count}} meseca",other:"{{count}} meseci"},aboutXYears:{one:{standalone:"oko 1 godinu",withPrepositionAgo:"oko 1 godinu",withPrepositionIn:"oko 1 godinu"},dual:"oko {{count}} godine",other:"oko {{count}} godina"},xYears:{one:{standalone:"1 godina",withPrepositionAgo:"1 godine",withPrepositionIn:"1 godinu"},dual:"{{count}} godine",other:"{{count}} godina"},overXYears:{one:{standalone:"preko 1 godinu",withPrepositionAgo:"preko 1 godinu",withPrepositionIn:"preko 1 godinu"},dual:"preko {{count}} godine",other:"preko {{count}} godina"},almostXYears:{one:{standalone:"gotovo 1 godinu",withPrepositionAgo:"gotovo 1 godinu",withPrepositionIn:"gotovo 1 godinu"},dual:"gotovo {{count}} godine",other:"gotovo {{count}} godina"}},n9e=function(e,t,n){var r,a=t9e[e];return typeof a=="string"?r=a:t===1?n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r=a.one.withPrepositionIn:r=a.one.withPrepositionAgo:r=a.one.standalone:t%10>1&&t%10<5&&String(t).substr(-2,1)!=="1"?r=a.dual.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"za "+r:"pre "+r:r};const r9e=n9e;var a9e={full:"EEEE, d. MMMM yyyy.",long:"d. MMMM yyyy.",medium:"d. MMM yy.",short:"dd. MM. yy."},i9e={full:"HH:mm:ss (zzzz)",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},o9e={full:"{{date}} 'u' {{time}}",long:"{{date}} 'u' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},s9e={date:D({formats:a9e,defaultWidth:"full"}),time:D({formats:i9e,defaultWidth:"full"}),dateTime:D({formats:o9e,defaultWidth:"full"})};const l9e=s9e;var u9e={lastWeek:function(e){switch(e.getUTCDay()){case 0:return"'pro\u0161le nedelje u' p";case 3:return"'pro\u0161le srede u' p";case 6:return"'pro\u0161le subote u' p";default:return"'pro\u0161li' EEEE 'u' p"}},yesterday:"'ju\u010De u' p",today:"'danas u' p",tomorrow:"'sutra u' p",nextWeek:function(e){switch(e.getUTCDay()){case 0:return"'slede\u0107e nedelje u' p";case 3:return"'slede\u0107u sredu u' p";case 6:return"'slede\u0107u subotu u' p";default:return"'slede\u0107i' EEEE 'u' p"}},other:"P"},c9e=function(e,t,n,r){var a=u9e[e];return typeof a=="function"?a(t):a};const d9e=c9e;var f9e={narrow:["pr.n.e.","AD"],abbreviated:["pr. Hr.","po. Hr."],wide:["Pre Hrista","Posle Hrista"]},h9e={narrow:["1.","2.","3.","4."],abbreviated:["1. kv.","2. kv.","3. kv.","4. kv."],wide:["1. kvartal","2. kvartal","3. kvartal","4. kvartal"]},m9e={narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],abbreviated:["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],wide:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]},p9e={narrow:["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],abbreviated:["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],wide:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]},g9e={narrow:["N","P","U","S","\u010C","P","S"],short:["ned","pon","uto","sre","\u010Det","pet","sub"],abbreviated:["ned","pon","uto","sre","\u010Det","pet","sub"],wide:["nedelja","ponedeljak","utorak","sreda","\u010Detvrtak","petak","subota"]},v9e={narrow:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"popodne",evening:"uve\u010De",night:"no\u0107u"},abbreviated:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"popodne",evening:"uve\u010De",night:"no\u0107u"},wide:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"posle podne",evening:"uve\u010De",night:"no\u0107u"}},b9e={narrow:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"popodne",evening:"uve\u010De",night:"no\u0107u"},abbreviated:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"popodne",evening:"uve\u010De",night:"no\u0107u"},wide:{am:"AM",pm:"PM",midnight:"pono\u0107",noon:"podne",morning:"ujutru",afternoon:"posle podne",evening:"uve\u010De",night:"no\u0107u"}},y9e=function(e,t){var n=Number(e);return n+"."},w9e={ordinalNumber:y9e,era:S({values:f9e,defaultWidth:"wide"}),quarter:S({values:h9e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:m9e,defaultWidth:"wide",formattingValues:p9e,defaultFormattingWidth:"wide"}),day:S({values:g9e,defaultWidth:"wide"}),dayPeriod:S({values:b9e,defaultWidth:"wide",formattingValues:v9e,defaultFormattingWidth:"wide"})};const k9e=w9e;var x9e=/^(\d+)\./i,P9e=/\d+/i,M9e={narrow:/^(pr\.n\.e\.|AD)/i,abbreviated:/^(pr\.\s?Hr\.|po\.\s?Hr\.)/i,wide:/^(Pre Hrista|pre nove ere|Posle Hrista|nova era)/i},A9e={any:[/^pr/i,/^(po|nova)/i]},S9e={narrow:/^[1234]/i,abbreviated:/^[1234]\.\s?kv\.?/i,wide:/^[1234]\. kvartal/i},C9e={any:[/1/i,/2/i,/3/i,/4/i]},E9e={narrow:/^(10|11|12|[123456789])\./i,abbreviated:/^(jan|feb|mar|apr|maj|jun|jul|avg|sep|okt|nov|dec)/i,wide:/^((januar|januara)|(februar|februara)|(mart|marta)|(april|aprila)|(maj|maja)|(jun|juna)|(jul|jula)|(avgust|avgusta)|(septembar|septembra)|(oktobar|oktobra)|(novembar|novembra)|(decembar|decembra))/i},W9e={narrow:[/^1/i,/^2/i,/^3/i,/^4/i,/^5/i,/^6/i,/^7/i,/^8/i,/^9/i,/^10/i,/^11/i,/^12/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^maj/i,/^jun/i,/^jul/i,/^avg/i,/^s/i,/^o/i,/^n/i,/^d/i]},j9e={narrow:/^[npusčc]/i,short:/^(ned|pon|uto|sre|(čet|cet)|pet|sub)/i,abbreviated:/^(ned|pon|uto|sre|(čet|cet)|pet|sub)/i,wide:/^(nedelja|ponedeljak|utorak|sreda|(četvrtak|cetvrtak)|petak|subota)/i},O9e={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},T9e={any:/^(am|pm|ponoc|ponoć|(po)?podne|uvece|uveče|noću|posle podne|ujutru)/i},z9e={any:{am:/^a/i,pm:/^p/i,midnight:/^pono/i,noon:/^pod/i,morning:/jutro/i,afternoon:/(posle\s|po)+podne/i,evening:/(uvece|uveče)/i,night:/(nocu|noću)/i}},N9e={ordinalNumber:Le({matchPattern:x9e,parsePattern:P9e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:M9e,defaultMatchWidth:"wide",parsePatterns:A9e,defaultParseWidth:"any"}),quarter:C({matchPatterns:S9e,defaultMatchWidth:"wide",parsePatterns:C9e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:E9e,defaultMatchWidth:"wide",parsePatterns:W9e,defaultParseWidth:"any"}),day:C({matchPatterns:j9e,defaultMatchWidth:"wide",parsePatterns:O9e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:T9e,defaultMatchWidth:"any",parsePatterns:z9e,defaultParseWidth:"any"})};const _9e=N9e;var R9e={code:"sr-Latn",formatDistance:r9e,formatLong:l9e,formatRelative:d9e,localize:k9e,match:_9e,options:{weekStartsOn:1,firstWeekContainsDate:1}};const I9e=R9e;var D9e={lessThanXSeconds:{one:"mindre \xE4n en sekund",other:"mindre \xE4n {{count}} sekunder"},xSeconds:{one:"en sekund",other:"{{count}} sekunder"},halfAMinute:"en halv minut",lessThanXMinutes:{one:"mindre \xE4n en minut",other:"mindre \xE4n {{count}} minuter"},xMinutes:{one:"en minut",other:"{{count}} minuter"},aboutXHours:{one:"ungef\xE4r en timme",other:"ungef\xE4r {{count}} timmar"},xHours:{one:"en timme",other:"{{count}} timmar"},xDays:{one:"en dag",other:"{{count}} dagar"},aboutXWeeks:{one:"ungef\xE4r en vecka",other:"ungef\xE4r {{count}} vecka"},xWeeks:{one:"en vecka",other:"{{count}} vecka"},aboutXMonths:{one:"ungef\xE4r en m\xE5nad",other:"ungef\xE4r {{count}} m\xE5nader"},xMonths:{one:"en m\xE5nad",other:"{{count}} m\xE5nader"},aboutXYears:{one:"ungef\xE4r ett \xE5r",other:"ungef\xE4r {{count}} \xE5r"},xYears:{one:"ett \xE5r",other:"{{count}} \xE5r"},overXYears:{one:"\xF6ver ett \xE5r",other:"\xF6ver {{count}} \xE5r"},almostXYears:{one:"n\xE4stan ett \xE5r",other:"n\xE4stan {{count}} \xE5r"}},L9e=["noll","en","tv\xE5","tre","fyra","fem","sex","sju","\xE5tta","nio","tio","elva","tolv"],H9e=function(e,t,n){var r,a=D9e[e];return typeof a=="string"?r=a:t===1?r=a.one:n&&n.onlyNumeric?r=a.other.replace("{{count}}",String(t)):r=a.other.replace("{{count}}",t<13?L9e[t]:String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"om "+r:r+" sedan":r};const F9e=H9e;var B9e={full:"EEEE d MMMM y",long:"d MMMM y",medium:"d MMM y",short:"y-MM-dd"},X9e={full:"'kl'. HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},U9e={full:"{{date}} 'kl.' {{time}}",long:"{{date}} 'kl.' {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},G9e={date:D({formats:B9e,defaultWidth:"full"}),time:D({formats:X9e,defaultWidth:"full"}),dateTime:D({formats:U9e,defaultWidth:"full"})};const Y9e=G9e;var K9e={lastWeek:"'i' EEEE's kl.' p",yesterday:"'ig\xE5r kl.' p",today:"'idag kl.' p",tomorrow:"'imorgon kl.' p",nextWeek:"EEEE 'kl.' p",other:"P"},q9e=function(e,t,n,r){return K9e[e]};const V9e=q9e;var J9e={narrow:["f.Kr.","e.Kr."],abbreviated:["f.Kr.","e.Kr."],wide:["f\xF6re Kristus","efter Kristus"]},Q9e={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1:a kvartalet","2:a kvartalet","3:e kvartalet","4:e kvartalet"]},$9e={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],wide:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]},Z9e={narrow:["S","M","T","O","T","F","L"],short:["s\xF6","m\xE5","ti","on","to","fr","l\xF6"],abbreviated:["s\xF6n","m\xE5n","tis","ons","tors","fre","l\xF6r"],wide:["s\xF6ndag","m\xE5ndag","tisdag","onsdag","torsdag","fredag","l\xF6rdag"]},e8e={narrow:{am:"fm",pm:"em",midnight:"midnatt",noon:"middag",morning:"morg.",afternoon:"efterm.",evening:"kv\xE4ll",night:"natt"},abbreviated:{am:"f.m.",pm:"e.m.",midnight:"midnatt",noon:"middag",morning:"morgon",afternoon:"efterm.",evening:"kv\xE4ll",night:"natt"},wide:{am:"f\xF6rmiddag",pm:"eftermiddag",midnight:"midnatt",noon:"middag",morning:"morgon",afternoon:"eftermiddag",evening:"kv\xE4ll",night:"natt"}},t8e={narrow:{am:"fm",pm:"em",midnight:"midnatt",noon:"middag",morning:"p\xE5 morg.",afternoon:"p\xE5 efterm.",evening:"p\xE5 kv\xE4llen",night:"p\xE5 natten"},abbreviated:{am:"fm",pm:"em",midnight:"midnatt",noon:"middag",morning:"p\xE5 morg.",afternoon:"p\xE5 efterm.",evening:"p\xE5 kv\xE4llen",night:"p\xE5 natten"},wide:{am:"fm",pm:"em",midnight:"midnatt",noon:"middag",morning:"p\xE5 morgonen",afternoon:"p\xE5 eftermiddagen",evening:"p\xE5 kv\xE4llen",night:"p\xE5 natten"}},n8e=function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:case 2:return n+":a"}return n+":e"},r8e={ordinalNumber:n8e,era:S({values:J9e,defaultWidth:"wide"}),quarter:S({values:Q9e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:$9e,defaultWidth:"wide"}),day:S({values:Z9e,defaultWidth:"wide"}),dayPeriod:S({values:e8e,defaultWidth:"wide",formattingValues:t8e,defaultFormattingWidth:"wide"})};const a8e=r8e;var i8e=/^(\d+)(:a|:e)?/i,o8e=/\d+/i,s8e={narrow:/^(f\.? ?Kr\.?|f\.? ?v\.? ?t\.?|e\.? ?Kr\.?|v\.? ?t\.?)/i,abbreviated:/^(f\.? ?Kr\.?|f\.? ?v\.? ?t\.?|e\.? ?Kr\.?|v\.? ?t\.?)/i,wide:/^(före Kristus|före vår tid|efter Kristus|vår tid)/i},l8e={any:[/^f/i,/^[ev]/i]},u8e={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](:a|:e)? kvartalet/i},c8e={any:[/1/i,/2/i,/3/i,/4/i]},d8e={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|maj|jun|jul|aug|sep|okt|nov|dec)\.?/i,wide:/^(januari|februari|mars|april|maj|juni|juli|augusti|september|oktober|november|december)/i},f8e={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^maj/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},h8e={narrow:/^[smtofl]/i,short:/^(sö|må|ti|on|to|fr|lö)/i,abbreviated:/^(sön|mån|tis|ons|tors|fre|lör)/i,wide:/^(söndag|måndag|tisdag|onsdag|torsdag|fredag|lördag)/i},m8e={any:[/^s/i,/^m/i,/^ti/i,/^o/i,/^to/i,/^f/i,/^l/i]},p8e={any:/^([fe]\.?\s?m\.?|midn(att)?|midd(ag)?|(på) (morgonen|eftermiddagen|kvällen|natten))/i},g8e={any:{am:/^f/i,pm:/^e/i,midnight:/^midn/i,noon:/^midd/i,morning:/morgon/i,afternoon:/eftermiddag/i,evening:/kväll/i,night:/natt/i}},v8e={ordinalNumber:Le({matchPattern:i8e,parsePattern:o8e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:s8e,defaultMatchWidth:"wide",parsePatterns:l8e,defaultParseWidth:"any"}),quarter:C({matchPatterns:u8e,defaultMatchWidth:"wide",parsePatterns:c8e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:d8e,defaultMatchWidth:"wide",parsePatterns:f8e,defaultParseWidth:"any"}),day:C({matchPatterns:h8e,defaultMatchWidth:"wide",parsePatterns:m8e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:p8e,defaultMatchWidth:"any",parsePatterns:g8e,defaultParseWidth:"any"})};const b8e=v8e;var y8e={code:"sv",formatDistance:F9e,formatLong:Y9e,formatRelative:V9e,localize:a8e,match:b8e,options:{weekStartsOn:1,firstWeekContainsDate:4}};const w8e=y8e;function k8e(e){return e.one!==void 0}var x8e={lessThanXSeconds:{one:{default:"\u0B92\u0BB0\u0BC1 \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF\u0B95\u0BCD\u0B95\u0BC1 \u0B95\u0BC1\u0BB1\u0BC8\u0BB5\u0BBE\u0B95",in:"\u0B92\u0BB0\u0BC1 \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF\u0B95\u0BCD\u0B95\u0BC1\u0BB3\u0BCD",ago:"\u0B92\u0BB0\u0BC1 \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0B95\u0BC1\u0BB1\u0BC8\u0BB5\u0BBE\u0B95",in:"{{count}} \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1\u0BB3\u0BCD",ago:"{{count}} \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},xSeconds:{one:{default:"1 \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF",in:"1 \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF\u0BAF\u0BBF\u0BB2\u0BCD",ago:"1 \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0BB5\u0BBF\u0BA8\u0BBE\u0B9F\u0BBF\u0B95\u0BB3\u0BCD",in:"{{count}} \u0BB5\u0BBF\u0BA9\u0BBE\u0B9F\u0BBF\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"{{count}} \u0BB5\u0BBF\u0BA8\u0BBE\u0B9F\u0BBF\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},halfAMinute:{default:"\u0B85\u0BB0\u0BC8 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BAE\u0BCD",in:"\u0B85\u0BB0\u0BC8 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"\u0B85\u0BB0\u0BC8 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},lessThanXMinutes:{one:{default:"\u0B92\u0BB0\u0BC1 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1\u0BAE\u0BCD \u0B95\u0BC1\u0BB1\u0BC8\u0BB5\u0BBE\u0B95",in:"\u0B92\u0BB0\u0BC1 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1\u0BB3\u0BCD",ago:"\u0B92\u0BB0\u0BC1 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0B99\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1\u0BAE\u0BCD \u0B95\u0BC1\u0BB1\u0BC8\u0BB5\u0BBE\u0B95",in:"{{count}} \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0B99\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1\u0BB3\u0BCD",ago:"{{count}} \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0B99\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},xMinutes:{one:{default:"1 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BAE\u0BCD",in:"1 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"1 \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0B99\u0BCD\u0B95\u0BB3\u0BCD",in:"{{count}} \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0B99\u0BCD\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"{{count}} \u0BA8\u0BBF\u0BAE\u0BBF\u0B9F\u0B99\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},aboutXHours:{one:{default:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",in:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",in:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1",ago:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD"}},xHours:{one:{default:"1 \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",in:"1 \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"1 \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",in:"{{count}} \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"{{count}} \u0BAE\u0BA3\u0BBF \u0BA8\u0BC7\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},xDays:{one:{default:"1 \u0BA8\u0BBE\u0BB3\u0BCD",in:"1 \u0BA8\u0BBE\u0BB3\u0BBF\u0BB2\u0BCD",ago:"1 \u0BA8\u0BBE\u0BB3\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0BA8\u0BBE\u0B9F\u0BCD\u0B95\u0BB3\u0BCD",in:"{{count}} \u0BA8\u0BBE\u0B9F\u0BCD\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"{{count}} \u0BA8\u0BBE\u0B9F\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},aboutXWeeks:{one:{default:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BB5\u0BBE\u0BB0\u0BAE\u0BCD",in:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BB5\u0BBE\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BB5\u0BBE\u0BB0\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BB5\u0BBE\u0BB0\u0B99\u0BCD\u0B95\u0BB3\u0BCD",in:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BB5\u0BBE\u0BB0\u0B99\u0BCD\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BB5\u0BBE\u0BB0\u0B99\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},xWeeks:{one:{default:"1 \u0BB5\u0BBE\u0BB0\u0BAE\u0BCD",in:"1 \u0BB5\u0BBE\u0BB0\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"1 \u0BB5\u0BBE\u0BB0\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0BB5\u0BBE\u0BB0\u0B99\u0BCD\u0B95\u0BB3\u0BCD",in:"{{count}} \u0BB5\u0BBE\u0BB0\u0B99\u0BCD\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"{{count}} \u0BB5\u0BBE\u0BB0\u0B99\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},aboutXMonths:{one:{default:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BAE\u0BBE\u0BA4\u0BAE\u0BCD",in:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BAE\u0BBE\u0BA4\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BAE\u0BBE\u0BA4\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BAE\u0BBE\u0BA4\u0B99\u0BCD\u0B95\u0BB3\u0BCD",in:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BAE\u0BBE\u0BA4\u0B99\u0BCD\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0BAE\u0BBE\u0BA4\u0B99\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},xMonths:{one:{default:"1 \u0BAE\u0BBE\u0BA4\u0BAE\u0BCD",in:"1 \u0BAE\u0BBE\u0BA4\u0BA4\u0BCD\u0BA4\u0BBF\u0BB2\u0BCD",ago:"1 \u0BAE\u0BBE\u0BA4\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0BAE\u0BBE\u0BA4\u0B99\u0BCD\u0B95\u0BB3\u0BCD",in:"{{count}} \u0BAE\u0BBE\u0BA4\u0B99\u0BCD\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"{{count}} \u0BAE\u0BBE\u0BA4\u0B99\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},aboutXYears:{one:{default:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BAE\u0BCD",in:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0B86\u0BA3\u0BCD\u0B9F\u0BBF\u0BB2\u0BCD",ago:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD 1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD",in:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"\u0B9A\u0BC1\u0BAE\u0BBE\u0BB0\u0BCD {{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},xYears:{one:{default:"1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BAE\u0BCD",in:"1 \u0B86\u0BA3\u0BCD\u0B9F\u0BBF\u0BB2\u0BCD",ago:"1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD",in:"{{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"{{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},overXYears:{one:{default:"1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1 \u0BAE\u0BC7\u0BB2\u0BCD",in:"1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BA4\u0BCD\u0BA4\u0BBF\u0BB1\u0BCD\u0B95\u0BC1\u0BAE\u0BCD \u0BAE\u0BC7\u0BB2\u0BBE\u0B95",ago:"1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"{{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1\u0BAE\u0BCD \u0BAE\u0BC7\u0BB2\u0BBE\u0B95",in:"{{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"{{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}},almostXYears:{one:{default:"\u0B95\u0BBF\u0B9F\u0BCD\u0B9F\u0BA4\u0BCD\u0BA4\u0B9F\u0BCD\u0B9F 1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BAE\u0BCD",in:"\u0B95\u0BBF\u0B9F\u0BCD\u0B9F\u0BA4\u0BCD\u0BA4\u0B9F\u0BCD\u0B9F 1 \u0B86\u0BA3\u0BCD\u0B9F\u0BBF\u0BB2\u0BCD",ago:"\u0B95\u0BBF\u0B9F\u0BCD\u0B9F\u0BA4\u0BCD\u0BA4\u0B9F\u0BCD\u0B9F 1 \u0BB5\u0BB0\u0BC1\u0B9F\u0BAE\u0BCD \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"},other:{default:"\u0B95\u0BBF\u0B9F\u0BCD\u0B9F\u0BA4\u0BCD\u0BA4\u0B9F\u0BCD\u0B9F {{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD",in:"\u0B95\u0BBF\u0B9F\u0BCD\u0B9F\u0BA4\u0BCD\u0BA4\u0B9F\u0BCD\u0B9F {{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BBF\u0BB2\u0BCD",ago:"\u0B95\u0BBF\u0B9F\u0BCD\u0B9F\u0BA4\u0BCD\u0BA4\u0B9F\u0BCD\u0B9F {{count}} \u0B86\u0BA3\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD\u0BAA\u0BC1"}}},P8e=function(e,t,n){var r=n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in":"ago":"default",a=x8e[e];return k8e(a)?t===1?a.one[r]:a.other[r].replace("{{count}}",String(t)):a[r]};const M8e=P8e;var A8e={full:"EEEE, d MMMM, y",long:"d MMMM, y",medium:"d MMM, y",short:"d/M/yy"},S8e={full:"a h:mm:ss zzzz",long:"a h:mm:ss z",medium:"a h:mm:ss",short:"a h:mm"},C8e={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},E8e={date:D({formats:A8e,defaultWidth:"full"}),time:D({formats:S8e,defaultWidth:"full"}),dateTime:D({formats:C8e,defaultWidth:"full"})};const W8e=E8e;var j8e={lastWeek:"'\u0B95\u0B9F\u0BA8\u0BCD\u0BA4' eeee p '\u0BAE\u0BA3\u0BBF\u0B95\u0BCD\u0B95\u0BC1'",yesterday:"'\u0BA8\u0BC7\u0BB1\u0BCD\u0BB1\u0BC1 ' p '\u0BAE\u0BA3\u0BBF\u0B95\u0BCD\u0B95\u0BC1'",today:"'\u0B87\u0BA9\u0BCD\u0BB1\u0BC1 ' p '\u0BAE\u0BA3\u0BBF\u0B95\u0BCD\u0B95\u0BC1'",tomorrow:"'\u0BA8\u0BBE\u0BB3\u0BC8 ' p '\u0BAE\u0BA3\u0BBF\u0B95\u0BCD\u0B95\u0BC1'",nextWeek:"eeee p '\u0BAE\u0BA3\u0BBF\u0B95\u0BCD\u0B95\u0BC1'",other:"P"},O8e=function(e,t,n,r){return j8e[e]};const T8e=O8e;var z8e={narrow:["\u0B95\u0BBF.\u0BAE\u0BC1.","\u0B95\u0BBF.\u0BAA\u0BBF."],abbreviated:["\u0B95\u0BBF.\u0BAE\u0BC1.","\u0B95\u0BBF.\u0BAA\u0BBF."],wide:["\u0B95\u0BBF\u0BB1\u0BBF\u0BB8\u0BCD\u0BA4\u0BC1\u0BB5\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0BAE\u0BC1\u0BA9\u0BCD","\u0B85\u0BA9\u0BCD\u0BA9\u0BCB \u0B9F\u0BCB\u0BAE\u0BBF\u0BA9\u0BBF"]},N8e={narrow:["1","2","3","4"],abbreviated:["\u0B95\u0BBE\u0BB2\u0BBE.1","\u0B95\u0BBE\u0BB2\u0BBE.2","\u0B95\u0BBE\u0BB2\u0BBE.3","\u0B95\u0BBE\u0BB2\u0BBE.4"],wide:["\u0B92\u0BA9\u0BCD\u0BB1\u0BBE\u0BAE\u0BCD \u0B95\u0BBE\u0BB2\u0BBE\u0BA3\u0BCD\u0B9F\u0BC1","\u0B87\u0BB0\u0BA3\u0BCD\u0B9F\u0BBE\u0BAE\u0BCD \u0B95\u0BBE\u0BB2\u0BBE\u0BA3\u0BCD\u0B9F\u0BC1","\u0BAE\u0BC2\u0BA9\u0BCD\u0BB1\u0BBE\u0BAE\u0BCD \u0B95\u0BBE\u0BB2\u0BBE\u0BA3\u0BCD\u0B9F\u0BC1","\u0BA8\u0BBE\u0BA9\u0BCD\u0B95\u0BBE\u0BAE\u0BCD \u0B95\u0BBE\u0BB2\u0BBE\u0BA3\u0BCD\u0B9F\u0BC1"]},_8e={narrow:["\u0B9C","\u0BAA\u0BBF","\u0BAE\u0BBE","\u0B8F","\u0BAE\u0BC7","\u0B9C\u0BC2","\u0B9C\u0BC2","\u0B86","\u0B9A\u0BC6","\u0B85","\u0BA8","\u0B9F\u0BBF"],abbreviated:["\u0B9C\u0BA9.","\u0BAA\u0BBF\u0BAA\u0BCD.","\u0BAE\u0BBE\u0BB0\u0BCD.","\u0B8F\u0BAA\u0BCD.","\u0BAE\u0BC7","\u0B9C\u0BC2\u0BA9\u0BCD","\u0B9C\u0BC2\u0BB2\u0BC8","\u0B86\u0B95.","\u0B9A\u0BC6\u0BAA\u0BCD.","\u0B85\u0B95\u0BCD.","\u0BA8\u0BB5.","\u0B9F\u0BBF\u0B9A."],wide:["\u0B9C\u0BA9\u0BB5\u0BB0\u0BBF","\u0BAA\u0BBF\u0BAA\u0BCD\u0BB0\u0BB5\u0BB0\u0BBF","\u0BAE\u0BBE\u0BB0\u0BCD\u0B9A\u0BCD","\u0B8F\u0BAA\u0BCD\u0BB0\u0BB2\u0BCD","\u0BAE\u0BC7","\u0B9C\u0BC2\u0BA9\u0BCD","\u0B9C\u0BC2\u0BB2\u0BC8","\u0B86\u0B95\u0BB8\u0BCD\u0B9F\u0BCD","\u0B9A\u0BC6\u0BAA\u0BCD\u0B9F\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD","\u0B85\u0B95\u0BCD\u0B9F\u0BCB\u0BAA\u0BB0\u0BCD","\u0BA8\u0BB5\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD","\u0B9F\u0BBF\u0B9A\u0BAE\u0BCD\u0BAA\u0BB0\u0BCD"]},R8e={narrow:["\u0B9E\u0BBE","\u0BA4\u0BBF","\u0B9A\u0BC6","\u0BAA\u0BC1","\u0BB5\u0BBF","\u0BB5\u0BC6","\u0B9A"],short:["\u0B9E\u0BBE","\u0BA4\u0BBF","\u0B9A\u0BC6","\u0BAA\u0BC1","\u0BB5\u0BBF","\u0BB5\u0BC6","\u0B9A"],abbreviated:["\u0B9E\u0BBE\u0BAF\u0BBF.","\u0BA4\u0BBF\u0B99\u0BCD.","\u0B9A\u0BC6\u0BB5\u0BCD.","\u0BAA\u0BC1\u0BA4.","\u0BB5\u0BBF\u0BAF\u0BBE.","\u0BB5\u0BC6\u0BB3\u0BCD.","\u0B9A\u0BA9\u0BBF"],wide:["\u0B9E\u0BBE\u0BAF\u0BBF\u0BB1\u0BC1","\u0BA4\u0BBF\u0B99\u0BCD\u0B95\u0BB3\u0BCD","\u0B9A\u0BC6\u0BB5\u0BCD\u0BB5\u0BBE\u0BAF\u0BCD","\u0BAA\u0BC1\u0BA4\u0BA9\u0BCD","\u0BB5\u0BBF\u0BAF\u0BBE\u0BB4\u0BA9\u0BCD","\u0BB5\u0BC6\u0BB3\u0BCD\u0BB3\u0BBF","\u0B9A\u0BA9\u0BBF"]},I8e={narrow:{am:"\u0BAE\u0BC1.\u0BAA",pm:"\u0BAA\u0BBF.\u0BAA",midnight:"\u0BA8\u0BB3\u0BCD.",noon:"\u0BA8\u0BA3\u0BCD.",morning:"\u0B95\u0BBE.",afternoon:"\u0BAE\u0BA4\u0BBF.",evening:"\u0BAE\u0BBE.",night:"\u0B87\u0BB0."},abbreviated:{am:"\u0BAE\u0BC1\u0BB1\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",pm:"\u0BAA\u0BBF\u0BB1\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",midnight:"\u0BA8\u0BB3\u0BCD\u0BB3\u0BBF\u0BB0\u0BB5\u0BC1",noon:"\u0BA8\u0BA3\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",morning:"\u0B95\u0BBE\u0BB2\u0BC8",afternoon:"\u0BAE\u0BA4\u0BBF\u0BAF\u0BAE\u0BCD",evening:"\u0BAE\u0BBE\u0BB2\u0BC8",night:"\u0B87\u0BB0\u0BB5\u0BC1"},wide:{am:"\u0BAE\u0BC1\u0BB1\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",pm:"\u0BAA\u0BBF\u0BB1\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",midnight:"\u0BA8\u0BB3\u0BCD\u0BB3\u0BBF\u0BB0\u0BB5\u0BC1",noon:"\u0BA8\u0BA3\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",morning:"\u0B95\u0BBE\u0BB2\u0BC8",afternoon:"\u0BAE\u0BA4\u0BBF\u0BAF\u0BAE\u0BCD",evening:"\u0BAE\u0BBE\u0BB2\u0BC8",night:"\u0B87\u0BB0\u0BB5\u0BC1"}},D8e={narrow:{am:"\u0BAE\u0BC1.\u0BAA",pm:"\u0BAA\u0BBF.\u0BAA",midnight:"\u0BA8\u0BB3\u0BCD.",noon:"\u0BA8\u0BA3\u0BCD.",morning:"\u0B95\u0BBE.",afternoon:"\u0BAE\u0BA4\u0BBF.",evening:"\u0BAE\u0BBE.",night:"\u0B87\u0BB0."},abbreviated:{am:"\u0BAE\u0BC1\u0BB1\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",pm:"\u0BAA\u0BBF\u0BB1\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",midnight:"\u0BA8\u0BB3\u0BCD\u0BB3\u0BBF\u0BB0\u0BB5\u0BC1",noon:"\u0BA8\u0BA3\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",morning:"\u0B95\u0BBE\u0BB2\u0BC8",afternoon:"\u0BAE\u0BA4\u0BBF\u0BAF\u0BAE\u0BCD",evening:"\u0BAE\u0BBE\u0BB2\u0BC8",night:"\u0B87\u0BB0\u0BB5\u0BC1"},wide:{am:"\u0BAE\u0BC1\u0BB1\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",pm:"\u0BAA\u0BBF\u0BB1\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",midnight:"\u0BA8\u0BB3\u0BCD\u0BB3\u0BBF\u0BB0\u0BB5\u0BC1",noon:"\u0BA8\u0BA3\u0BCD\u0BAA\u0B95\u0BB2\u0BCD",morning:"\u0B95\u0BBE\u0BB2\u0BC8",afternoon:"\u0BAE\u0BA4\u0BBF\u0BAF\u0BAE\u0BCD",evening:"\u0BAE\u0BBE\u0BB2\u0BC8",night:"\u0B87\u0BB0\u0BB5\u0BC1"}},L8e=function(e,t){return String(e)},H8e={ordinalNumber:L8e,era:S({values:z8e,defaultWidth:"wide"}),quarter:S({values:N8e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:_8e,defaultWidth:"wide"}),day:S({values:R8e,defaultWidth:"wide"}),dayPeriod:S({values:I8e,defaultWidth:"wide",formattingValues:D8e,defaultFormattingWidth:"wide"})};const F8e=H8e;var B8e=/^(\d+)(வது)?/i,X8e=/\d+/i,U8e={narrow:/^(கி.மு.|கி.பி.)/i,abbreviated:/^(கி\.?\s?மு\.?|கி\.?\s?பி\.?)/,wide:/^(கிறிஸ்துவுக்கு\sமுன்|அன்னோ\sடோமினி)/i},G8e={any:[/கி\.?\s?மு\.?/,/கி\.?\s?பி\.?/]},Y8e={narrow:/^[1234]/i,abbreviated:/^காலா.[1234]/i,wide:/^(ஒன்றாம்|இரண்டாம்|மூன்றாம்|நான்காம்) காலாண்டு/i},K8e={narrow:[/1/i,/2/i,/3/i,/4/i],any:[/(1|காலா.1|ஒன்றாம்)/i,/(2|காலா.2|இரண்டாம்)/i,/(3|காலா.3|மூன்றாம்)/i,/(4|காலா.4|நான்காம்)/i]},q8e={narrow:/^(ஜ|பி|மா|ஏ|மே|ஜூ|ஆ|செ|அ|ந|டி)$/i,abbreviated:/^(ஜன.|பிப்.|மார்.|ஏப்.|மே|ஜூன்|ஜூலை|ஆக.|செப்.|அக்.|நவ.|டிச.)/i,wide:/^(ஜனவரி|பிப்ரவரி|மார்ச்|ஏப்ரல்|மே|ஜூன்|ஜூலை|ஆகஸ்ட்|செப்டம்பர்|அக்டோபர்|நவம்பர்|டிசம்பர்)/i},V8e={narrow:[/^ஜ$/i,/^பி/i,/^மா/i,/^ஏ/i,/^மே/i,/^ஜூ/i,/^ஜூ/i,/^ஆ/i,/^செ/i,/^அ/i,/^ந/i,/^டி/i],any:[/^ஜன/i,/^பி/i,/^மா/i,/^ஏ/i,/^மே/i,/^ஜூன்/i,/^ஜூலை/i,/^ஆ/i,/^செ/i,/^அ/i,/^ந/i,/^டி/i]},J8e={narrow:/^(ஞா|தி|செ|பு|வி|வெ|ச)/i,short:/^(ஞா|தி|செ|பு|வி|வெ|ச)/i,abbreviated:/^(ஞாயி.|திங்.|செவ்.|புத.|வியா.|வெள்.|சனி)/i,wide:/^(ஞாயிறு|திங்கள்|செவ்வாய்|புதன்|வியாழன்|வெள்ளி|சனி)/i},Q8e={narrow:[/^ஞா/i,/^தி/i,/^செ/i,/^பு/i,/^வி/i,/^வெ/i,/^ச/i],any:[/^ஞா/i,/^தி/i,/^செ/i,/^பு/i,/^வி/i,/^வெ/i,/^ச/i]},$8e={narrow:/^(மு.ப|பி.ப|நள்|நண்|காலை|மதியம்|மாலை|இரவு)/i,any:/^(மு.ப|பி.ப|முற்பகல்|பிற்பகல்|நள்ளிரவு|நண்பகல்|காலை|மதியம்|மாலை|இரவு)/i},Z8e={any:{am:/^மு/i,pm:/^பி/i,midnight:/^நள்/i,noon:/^நண்/i,morning:/காலை/i,afternoon:/மதியம்/i,evening:/மாலை/i,night:/இரவு/i}},e_e={ordinalNumber:Le({matchPattern:B8e,parsePattern:X8e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:U8e,defaultMatchWidth:"wide",parsePatterns:G8e,defaultParseWidth:"any"}),quarter:C({matchPatterns:Y8e,defaultMatchWidth:"wide",parsePatterns:K8e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:q8e,defaultMatchWidth:"wide",parsePatterns:V8e,defaultParseWidth:"any"}),day:C({matchPatterns:J8e,defaultMatchWidth:"wide",parsePatterns:Q8e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:$8e,defaultMatchWidth:"any",parsePatterns:Z8e,defaultParseWidth:"any"})};const t_e=e_e;var n_e={code:"ta",formatDistance:M8e,formatLong:W8e,formatRelative:T8e,localize:F8e,match:t_e,options:{weekStartsOn:1,firstWeekContainsDate:4}};const r_e=n_e;var oA={lessThanXSeconds:{standalone:{one:"\u0C38\u0C46\u0C15\u0C28\u0C41 \u0C15\u0C28\u0C4D\u0C28\u0C3E \u0C24\u0C15\u0C4D\u0C15\u0C41\u0C35",other:"{{count}} \u0C38\u0C46\u0C15\u0C28\u0C4D\u0C32 \u0C15\u0C28\u0C4D\u0C28\u0C3E \u0C24\u0C15\u0C4D\u0C15\u0C41\u0C35"},withPreposition:{one:"\u0C38\u0C46\u0C15\u0C28\u0C41",other:"{{count}} \u0C38\u0C46\u0C15\u0C28\u0C4D\u0C32"}},xSeconds:{standalone:{one:"\u0C12\u0C15 \u0C38\u0C46\u0C15\u0C28\u0C41",other:"{{count}} \u0C38\u0C46\u0C15\u0C28\u0C4D\u0C32"},withPreposition:{one:"\u0C12\u0C15 \u0C38\u0C46\u0C15\u0C28\u0C41",other:"{{count}} \u0C38\u0C46\u0C15\u0C28\u0C4D\u0C32"}},halfAMinute:{standalone:"\u0C05\u0C30 \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C02",withPreposition:"\u0C05\u0C30 \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C02"},lessThanXMinutes:{standalone:{one:"\u0C12\u0C15 \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C02 \u0C15\u0C28\u0C4D\u0C28\u0C3E \u0C24\u0C15\u0C4D\u0C15\u0C41\u0C35",other:"{{count}} \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C3E\u0C32 \u0C15\u0C28\u0C4D\u0C28\u0C3E \u0C24\u0C15\u0C4D\u0C15\u0C41\u0C35"},withPreposition:{one:"\u0C12\u0C15 \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C02",other:"{{count}} \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C3E\u0C32"}},xMinutes:{standalone:{one:"\u0C12\u0C15 \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C02",other:"{{count}} \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C3E\u0C32\u0C41"},withPreposition:{one:"\u0C12\u0C15 \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C02",other:"{{count}} \u0C28\u0C3F\u0C2E\u0C3F\u0C37\u0C3E\u0C32"}},aboutXHours:{standalone:{one:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 \u0C12\u0C15 \u0C17\u0C02\u0C1F",other:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 {{count}} \u0C17\u0C02\u0C1F\u0C32\u0C41"},withPreposition:{one:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 \u0C12\u0C15 \u0C17\u0C02\u0C1F",other:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 {{count}} \u0C17\u0C02\u0C1F\u0C32"}},xHours:{standalone:{one:"\u0C12\u0C15 \u0C17\u0C02\u0C1F",other:"{{count}} \u0C17\u0C02\u0C1F\u0C32\u0C41"},withPreposition:{one:"\u0C12\u0C15 \u0C17\u0C02\u0C1F",other:"{{count}} \u0C17\u0C02\u0C1F\u0C32"}},xDays:{standalone:{one:"\u0C12\u0C15 \u0C30\u0C4B\u0C1C\u0C41",other:"{{count}} \u0C30\u0C4B\u0C1C\u0C41\u0C32\u0C41"},withPreposition:{one:"\u0C12\u0C15 \u0C30\u0C4B\u0C1C\u0C41",other:"{{count}} \u0C30\u0C4B\u0C1C\u0C41\u0C32"}},aboutXWeeks:{standalone:{one:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 \u0C12\u0C15 \u0C35\u0C3E\u0C30\u0C02",other:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 {{count}} \u0C35\u0C3E\u0C30\u0C3E\u0C32\u0C41"},withPreposition:{one:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 \u0C12\u0C15 \u0C35\u0C3E\u0C30\u0C02",other:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 {{count}} \u0C35\u0C3E\u0C30\u0C3E\u0C32\u0C32"}},xWeeks:{standalone:{one:"\u0C12\u0C15 \u0C35\u0C3E\u0C30\u0C02",other:"{{count}} \u0C35\u0C3E\u0C30\u0C3E\u0C32\u0C41"},withPreposition:{one:"\u0C12\u0C15 \u0C35\u0C3E\u0C30\u0C02",other:"{{count}} \u0C35\u0C3E\u0C30\u0C3E\u0C32\u0C32"}},aboutXMonths:{standalone:{one:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 \u0C12\u0C15 \u0C28\u0C46\u0C32",other:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 {{count}} \u0C28\u0C46\u0C32\u0C32\u0C41"},withPreposition:{one:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 \u0C12\u0C15 \u0C28\u0C46\u0C32",other:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 {{count}} \u0C28\u0C46\u0C32\u0C32"}},xMonths:{standalone:{one:"\u0C12\u0C15 \u0C28\u0C46\u0C32",other:"{{count}} \u0C28\u0C46\u0C32\u0C32\u0C41"},withPreposition:{one:"\u0C12\u0C15 \u0C28\u0C46\u0C32",other:"{{count}} \u0C28\u0C46\u0C32\u0C32"}},aboutXYears:{standalone:{one:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 \u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02",other:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 {{count}} \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32\u0C41"},withPreposition:{one:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 \u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02",other:"\u0C38\u0C41\u0C2E\u0C3E\u0C30\u0C41 {{count}} \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32"}},xYears:{standalone:{one:"\u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02",other:"{{count}} \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32\u0C41"},withPreposition:{one:"\u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02",other:"{{count}} \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32"}},overXYears:{standalone:{one:"\u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02 \u0C2A\u0C48\u0C17\u0C3E",other:"{{count}} \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32\u0C15\u0C41 \u0C2A\u0C48\u0C17\u0C3E"},withPreposition:{one:"\u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02",other:"{{count}} \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32"}},almostXYears:{standalone:{one:"\u0C26\u0C3E\u0C26\u0C3E\u0C2A\u0C41 \u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02",other:"\u0C26\u0C3E\u0C26\u0C3E\u0C2A\u0C41 {{count}} \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32\u0C41"},withPreposition:{one:"\u0C26\u0C3E\u0C26\u0C3E\u0C2A\u0C41 \u0C12\u0C15 \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C02",other:"\u0C26\u0C3E\u0C26\u0C3E\u0C2A\u0C41 {{count}} \u0C38\u0C02\u0C35\u0C24\u0C4D\u0C38\u0C30\u0C3E\u0C32"}}},a_e=function(e,t,n){var r,a=n!=null&&n.addSuffix?oA[e].withPreposition:oA[e].standalone;return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+"\u0C32\u0C4B":r+" \u0C15\u0C4D\u0C30\u0C3F\u0C24\u0C02":r};const i_e=a_e;var o_e={full:"d, MMMM y, EEEE",long:"d MMMM, y",medium:"d MMM, y",short:"dd-MM-yy"},s_e={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},l_e={full:"{{date}} {{time}}'\u0C15\u0C3F'",long:"{{date}} {{time}}'\u0C15\u0C3F'",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},u_e={date:D({formats:o_e,defaultWidth:"full"}),time:D({formats:s_e,defaultWidth:"full"}),dateTime:D({formats:l_e,defaultWidth:"full"})};const c_e=u_e;var d_e={lastWeek:"'\u0C17\u0C24' eeee p",yesterday:"'\u0C28\u0C3F\u0C28\u0C4D\u0C28' p",today:"'\u0C08 \u0C30\u0C4B\u0C1C\u0C41' p",tomorrow:"'\u0C30\u0C47\u0C2A\u0C41' p",nextWeek:"'\u0C24\u0C26\u0C41\u0C2A\u0C30\u0C3F' eeee p",other:"P"},f_e=function(e,t,n,r){return d_e[e]};const h_e=f_e;var m_e={narrow:["\u0C15\u0C4D\u0C30\u0C40.\u0C2A\u0C42.","\u0C15\u0C4D\u0C30\u0C40.\u0C36."],abbreviated:["\u0C15\u0C4D\u0C30\u0C40.\u0C2A\u0C42.","\u0C15\u0C4D\u0C30\u0C40.\u0C36."],wide:["\u0C15\u0C4D\u0C30\u0C40\u0C38\u0C4D\u0C24\u0C41 \u0C2A\u0C42\u0C30\u0C4D\u0C35\u0C02","\u0C15\u0C4D\u0C30\u0C40\u0C38\u0C4D\u0C24\u0C41\u0C36\u0C15\u0C02"]},p_e={narrow:["1","2","3","4"],abbreviated:["\u0C24\u0C4D\u0C30\u0C481","\u0C24\u0C4D\u0C30\u0C482","\u0C24\u0C4D\u0C30\u0C483","\u0C24\u0C4D\u0C30\u0C484"],wide:["1\u0C35 \u0C24\u0C4D\u0C30\u0C48\u0C2E\u0C3E\u0C38\u0C3F\u0C15\u0C02","2\u0C35 \u0C24\u0C4D\u0C30\u0C48\u0C2E\u0C3E\u0C38\u0C3F\u0C15\u0C02","3\u0C35 \u0C24\u0C4D\u0C30\u0C48\u0C2E\u0C3E\u0C38\u0C3F\u0C15\u0C02","4\u0C35 \u0C24\u0C4D\u0C30\u0C48\u0C2E\u0C3E\u0C38\u0C3F\u0C15\u0C02"]},g_e={narrow:["\u0C1C","\u0C2B\u0C3F","\u0C2E\u0C3E","\u0C0F","\u0C2E\u0C47","\u0C1C\u0C42","\u0C1C\u0C41","\u0C06","\u0C38\u0C46","\u0C05","\u0C28","\u0C21\u0C3F"],abbreviated:["\u0C1C\u0C28","\u0C2B\u0C3F\u0C2C\u0C4D\u0C30","\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F","\u0C0F\u0C2A\u0C4D\u0C30\u0C3F","\u0C2E\u0C47","\u0C1C\u0C42\u0C28\u0C4D","\u0C1C\u0C41\u0C32\u0C48","\u0C06\u0C17","\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02","\u0C05\u0C15\u0C4D\u0C1F\u0C4B","\u0C28\u0C35\u0C02","\u0C21\u0C3F\u0C38\u0C46\u0C02"],wide:["\u0C1C\u0C28\u0C35\u0C30\u0C3F","\u0C2B\u0C3F\u0C2C\u0C4D\u0C30\u0C35\u0C30\u0C3F","\u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C3F","\u0C0F\u0C2A\u0C4D\u0C30\u0C3F\u0C32\u0C4D","\u0C2E\u0C47","\u0C1C\u0C42\u0C28\u0C4D","\u0C1C\u0C41\u0C32\u0C48","\u0C06\u0C17\u0C38\u0C4D\u0C1F\u0C41","\u0C38\u0C46\u0C2A\u0C4D\u0C1F\u0C46\u0C02\u0C2C\u0C30\u0C4D","\u0C05\u0C15\u0C4D\u0C1F\u0C4B\u0C2C\u0C30\u0C4D","\u0C28\u0C35\u0C02\u0C2C\u0C30\u0C4D","\u0C21\u0C3F\u0C38\u0C46\u0C02\u0C2C\u0C30\u0C4D"]},v_e={narrow:["\u0C06","\u0C38\u0C4B","\u0C2E","\u0C2C\u0C41","\u0C17\u0C41","\u0C36\u0C41","\u0C36"],short:["\u0C06\u0C26\u0C3F","\u0C38\u0C4B\u0C2E","\u0C2E\u0C02\u0C17\u0C33","\u0C2C\u0C41\u0C27","\u0C17\u0C41\u0C30\u0C41","\u0C36\u0C41\u0C15\u0C4D\u0C30","\u0C36\u0C28\u0C3F"],abbreviated:["\u0C06\u0C26\u0C3F","\u0C38\u0C4B\u0C2E","\u0C2E\u0C02\u0C17\u0C33","\u0C2C\u0C41\u0C27","\u0C17\u0C41\u0C30\u0C41","\u0C36\u0C41\u0C15\u0C4D\u0C30","\u0C36\u0C28\u0C3F"],wide:["\u0C06\u0C26\u0C3F\u0C35\u0C3E\u0C30\u0C02","\u0C38\u0C4B\u0C2E\u0C35\u0C3E\u0C30\u0C02","\u0C2E\u0C02\u0C17\u0C33\u0C35\u0C3E\u0C30\u0C02","\u0C2C\u0C41\u0C27\u0C35\u0C3E\u0C30\u0C02","\u0C17\u0C41\u0C30\u0C41\u0C35\u0C3E\u0C30\u0C02","\u0C36\u0C41\u0C15\u0C4D\u0C30\u0C35\u0C3E\u0C30\u0C02","\u0C36\u0C28\u0C3F\u0C35\u0C3E\u0C30\u0C02"]},b_e={narrow:{am:"\u0C2A\u0C42\u0C30\u0C4D\u0C35\u0C3E\u0C39\u0C4D\u0C28\u0C02",pm:"\u0C05\u0C2A\u0C30\u0C3E\u0C39\u0C4D\u0C28\u0C02",midnight:"\u0C05\u0C30\u0C4D\u0C27\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F",noon:"\u0C2E\u0C3F\u0C1F\u0C4D\u0C1F\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",morning:"\u0C09\u0C26\u0C2F\u0C02",afternoon:"\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",evening:"\u0C38\u0C3E\u0C2F\u0C02\u0C24\u0C4D\u0C30\u0C02",night:"\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F"},abbreviated:{am:"\u0C2A\u0C42\u0C30\u0C4D\u0C35\u0C3E\u0C39\u0C4D\u0C28\u0C02",pm:"\u0C05\u0C2A\u0C30\u0C3E\u0C39\u0C4D\u0C28\u0C02",midnight:"\u0C05\u0C30\u0C4D\u0C27\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F",noon:"\u0C2E\u0C3F\u0C1F\u0C4D\u0C1F\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",morning:"\u0C09\u0C26\u0C2F\u0C02",afternoon:"\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",evening:"\u0C38\u0C3E\u0C2F\u0C02\u0C24\u0C4D\u0C30\u0C02",night:"\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F"},wide:{am:"\u0C2A\u0C42\u0C30\u0C4D\u0C35\u0C3E\u0C39\u0C4D\u0C28\u0C02",pm:"\u0C05\u0C2A\u0C30\u0C3E\u0C39\u0C4D\u0C28\u0C02",midnight:"\u0C05\u0C30\u0C4D\u0C27\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F",noon:"\u0C2E\u0C3F\u0C1F\u0C4D\u0C1F\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",morning:"\u0C09\u0C26\u0C2F\u0C02",afternoon:"\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",evening:"\u0C38\u0C3E\u0C2F\u0C02\u0C24\u0C4D\u0C30\u0C02",night:"\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F"}},y_e={narrow:{am:"\u0C2A\u0C42\u0C30\u0C4D\u0C35\u0C3E\u0C39\u0C4D\u0C28\u0C02",pm:"\u0C05\u0C2A\u0C30\u0C3E\u0C39\u0C4D\u0C28\u0C02",midnight:"\u0C05\u0C30\u0C4D\u0C27\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F",noon:"\u0C2E\u0C3F\u0C1F\u0C4D\u0C1F\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",morning:"\u0C09\u0C26\u0C2F\u0C02",afternoon:"\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",evening:"\u0C38\u0C3E\u0C2F\u0C02\u0C24\u0C4D\u0C30\u0C02",night:"\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F"},abbreviated:{am:"\u0C2A\u0C42\u0C30\u0C4D\u0C35\u0C3E\u0C39\u0C4D\u0C28\u0C02",pm:"\u0C05\u0C2A\u0C30\u0C3E\u0C39\u0C4D\u0C28\u0C02",midnight:"\u0C05\u0C30\u0C4D\u0C27\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F",noon:"\u0C2E\u0C3F\u0C1F\u0C4D\u0C1F\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",morning:"\u0C09\u0C26\u0C2F\u0C02",afternoon:"\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",evening:"\u0C38\u0C3E\u0C2F\u0C02\u0C24\u0C4D\u0C30\u0C02",night:"\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F"},wide:{am:"\u0C2A\u0C42\u0C30\u0C4D\u0C35\u0C3E\u0C39\u0C4D\u0C28\u0C02",pm:"\u0C05\u0C2A\u0C30\u0C3E\u0C39\u0C4D\u0C28\u0C02",midnight:"\u0C05\u0C30\u0C4D\u0C27\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F",noon:"\u0C2E\u0C3F\u0C1F\u0C4D\u0C1F\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",morning:"\u0C09\u0C26\u0C2F\u0C02",afternoon:"\u0C2E\u0C27\u0C4D\u0C2F\u0C3E\u0C39\u0C4D\u0C28\u0C02",evening:"\u0C38\u0C3E\u0C2F\u0C02\u0C24\u0C4D\u0C30\u0C02",night:"\u0C30\u0C3E\u0C24\u0C4D\u0C30\u0C3F"}},w_e=function(e,t){var n=Number(e);return n+"\u0C35"},k_e={ordinalNumber:w_e,era:S({values:m_e,defaultWidth:"wide"}),quarter:S({values:p_e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:g_e,defaultWidth:"wide"}),day:S({values:v_e,defaultWidth:"wide"}),dayPeriod:S({values:b_e,defaultWidth:"wide",formattingValues:y_e,defaultFormattingWidth:"wide"})};const x_e=k_e;var P_e=/^(\d+)(వ)?/i,M_e=/\d+/i,A_e={narrow:/^(క్రీ\.పూ\.|క్రీ\.శ\.)/i,abbreviated:/^(క్రీ\.?\s?పూ\.?|ప్ర\.?\s?శ\.?\s?పూ\.?|క్రీ\.?\s?శ\.?|సా\.?\s?శ\.?)/i,wide:/^(క్రీస్తు పూర్వం|ప్రస్తుత శకానికి పూర్వం|క్రీస్తు శకం|ప్రస్తుత శకం)/i},S_e={any:[/^(పూ|శ)/i,/^సా/i]},C_e={narrow:/^[1234]/i,abbreviated:/^త్రై[1234]/i,wide:/^[1234](వ)? త్రైమాసికం/i},E_e={any:[/1/i,/2/i,/3/i,/4/i]},W_e={narrow:/^(జూ|జు|జ|ఫి|మా|ఏ|మే|ఆ|సె|అ|న|డి)/i,abbreviated:/^(జన|ఫిబ్ర|మార్చి|ఏప్రి|మే|జూన్|జులై|ఆగ|సెప్|అక్టో|నవ|డిసె)/i,wide:/^(జనవరి|ఫిబ్రవరి|మార్చి|ఏప్రిల్|మే|జూన్|జులై|ఆగస్టు|సెప్టెంబర్|అక్టోబర్|నవంబర్|డిసెంబర్)/i},j_e={narrow:[/^జ/i,/^ఫి/i,/^మా/i,/^ఏ/i,/^మే/i,/^జూ/i,/^జు/i,/^ఆ/i,/^సె/i,/^అ/i,/^న/i,/^డి/i],any:[/^జన/i,/^ఫి/i,/^మా/i,/^ఏ/i,/^మే/i,/^జూన్/i,/^జులై/i,/^ఆగ/i,/^సె/i,/^అ/i,/^న/i,/^డి/i]},O_e={narrow:/^(ఆ|సో|మ|బు|గు|శు|శ)/i,short:/^(ఆది|సోమ|మం|బుధ|గురు|శుక్ర|శని)/i,abbreviated:/^(ఆది|సోమ|మం|బుధ|గురు|శుక్ర|శని)/i,wide:/^(ఆదివారం|సోమవారం|మంగళవారం|బుధవారం|గురువారం|శుక్రవారం|శనివారం)/i},T_e={narrow:[/^ఆ/i,/^సో/i,/^మ/i,/^బు/i,/^గు/i,/^శు/i,/^శ/i],any:[/^ఆది/i,/^సోమ/i,/^మం/i,/^బుధ/i,/^గురు/i,/^శుక్ర/i,/^శని/i]},z_e={narrow:/^(పూర్వాహ్నం|అపరాహ్నం|అర్ధరాత్రి|మిట్టమధ్యాహ్నం|ఉదయం|మధ్యాహ్నం|సాయంత్రం|రాత్రి)/i,any:/^(పూర్వాహ్నం|అపరాహ్నం|అర్ధరాత్రి|మిట్టమధ్యాహ్నం|ఉదయం|మధ్యాహ్నం|సాయంత్రం|రాత్రి)/i},N_e={any:{am:/^పూర్వాహ్నం/i,pm:/^అపరాహ్నం/i,midnight:/^అర్ధ/i,noon:/^మిట్ట/i,morning:/ఉదయం/i,afternoon:/మధ్యాహ్నం/i,evening:/సాయంత్రం/i,night:/రాత్రి/i}},__e={ordinalNumber:Le({matchPattern:P_e,parsePattern:M_e,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:A_e,defaultMatchWidth:"wide",parsePatterns:S_e,defaultParseWidth:"any"}),quarter:C({matchPatterns:C_e,defaultMatchWidth:"wide",parsePatterns:E_e,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:W_e,defaultMatchWidth:"wide",parsePatterns:j_e,defaultParseWidth:"any"}),day:C({matchPatterns:O_e,defaultMatchWidth:"wide",parsePatterns:T_e,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:z_e,defaultMatchWidth:"any",parsePatterns:N_e,defaultParseWidth:"any"})};const R_e=__e;var I_e={code:"te",formatDistance:i_e,formatLong:c_e,formatRelative:h_e,localize:x_e,match:R_e,options:{weekStartsOn:0,firstWeekContainsDate:1}};const D_e=I_e;var L_e={lessThanXSeconds:{one:"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32 1 \u0E27\u0E34\u0E19\u0E32\u0E17\u0E35",other:"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32 {{count}} \u0E27\u0E34\u0E19\u0E32\u0E17\u0E35"},xSeconds:{one:"1 \u0E27\u0E34\u0E19\u0E32\u0E17\u0E35",other:"{{count}} \u0E27\u0E34\u0E19\u0E32\u0E17\u0E35"},halfAMinute:"\u0E04\u0E23\u0E36\u0E48\u0E07\u0E19\u0E32\u0E17\u0E35",lessThanXMinutes:{one:"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32 1 \u0E19\u0E32\u0E17\u0E35",other:"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32 {{count}} \u0E19\u0E32\u0E17\u0E35"},xMinutes:{one:"1 \u0E19\u0E32\u0E17\u0E35",other:"{{count}} \u0E19\u0E32\u0E17\u0E35"},aboutXHours:{one:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13 1 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07",other:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13 {{count}} \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07"},xHours:{one:"1 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07",other:"{{count}} \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07"},xDays:{one:"1 \u0E27\u0E31\u0E19",other:"{{count}} \u0E27\u0E31\u0E19"},aboutXWeeks:{one:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13 1 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",other:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13 {{count}} \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C"},xWeeks:{one:"1 \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C",other:"{{count}} \u0E2A\u0E31\u0E1B\u0E14\u0E32\u0E2B\u0E4C"},aboutXMonths:{one:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13 1 \u0E40\u0E14\u0E37\u0E2D\u0E19",other:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13 {{count}} \u0E40\u0E14\u0E37\u0E2D\u0E19"},xMonths:{one:"1 \u0E40\u0E14\u0E37\u0E2D\u0E19",other:"{{count}} \u0E40\u0E14\u0E37\u0E2D\u0E19"},aboutXYears:{one:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13 1 \u0E1B\u0E35",other:"\u0E1B\u0E23\u0E30\u0E21\u0E32\u0E13 {{count}} \u0E1B\u0E35"},xYears:{one:"1 \u0E1B\u0E35",other:"{{count}} \u0E1B\u0E35"},overXYears:{one:"\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 1 \u0E1B\u0E35",other:"\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 {{count}} \u0E1B\u0E35"},almostXYears:{one:"\u0E40\u0E01\u0E37\u0E2D\u0E1A 1 \u0E1B\u0E35",other:"\u0E40\u0E01\u0E37\u0E2D\u0E1A {{count}} \u0E1B\u0E35"}},H_e=function(e,t,n){var r,a=L_e[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?e==="halfAMinute"?"\u0E43\u0E19"+r:"\u0E43\u0E19 "+r:r+"\u0E17\u0E35\u0E48\u0E1C\u0E48\u0E32\u0E19\u0E21\u0E32":r};const F_e=H_e;var B_e={full:"\u0E27\u0E31\u0E19EEEE\u0E17\u0E35\u0E48 do MMMM y",long:"do MMMM y",medium:"d MMM y",short:"dd/MM/yyyy"},X_e={full:"H:mm:ss \u0E19. zzzz",long:"H:mm:ss \u0E19. z",medium:"H:mm:ss \u0E19.",short:"H:mm \u0E19."},U_e={full:"{{date}} '\u0E40\u0E27\u0E25\u0E32' {{time}}",long:"{{date}} '\u0E40\u0E27\u0E25\u0E32' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},G_e={date:D({formats:B_e,defaultWidth:"full"}),time:D({formats:X_e,defaultWidth:"medium"}),dateTime:D({formats:U_e,defaultWidth:"full"})};const Y_e=G_e;var K_e={lastWeek:"eeee'\u0E17\u0E35\u0E48\u0E41\u0E25\u0E49\u0E27\u0E40\u0E27\u0E25\u0E32' p",yesterday:"'\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E27\u0E32\u0E19\u0E19\u0E35\u0E49\u0E40\u0E27\u0E25\u0E32' p",today:"'\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49\u0E40\u0E27\u0E25\u0E32' p",tomorrow:"'\u0E1E\u0E23\u0E38\u0E48\u0E07\u0E19\u0E35\u0E49\u0E40\u0E27\u0E25\u0E32' p",nextWeek:"eeee '\u0E40\u0E27\u0E25\u0E32' p",other:"P"},q_e=function(e,t,n,r){return K_e[e]};const V_e=q_e;var J_e={narrow:["B","\u0E04\u0E28"],abbreviated:["BC","\u0E04.\u0E28."],wide:["\u0E1B\u0E35\u0E01\u0E48\u0E2D\u0E19\u0E04\u0E23\u0E34\u0E2A\u0E15\u0E01\u0E32\u0E25","\u0E04\u0E23\u0E34\u0E2A\u0E15\u0E4C\u0E28\u0E31\u0E01\u0E23\u0E32\u0E0A"]},Q_e={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A\u0E41\u0E23\u0E01","\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A\u0E17\u0E35\u0E48\u0E2A\u0E2D\u0E07","\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A\u0E17\u0E35\u0E48\u0E2A\u0E32\u0E21","\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A\u0E17\u0E35\u0E48\u0E2A\u0E35\u0E48"]},$_e={narrow:["\u0E2D\u0E32.","\u0E08.","\u0E2D.","\u0E1E.","\u0E1E\u0E24.","\u0E28.","\u0E2A."],short:["\u0E2D\u0E32.","\u0E08.","\u0E2D.","\u0E1E.","\u0E1E\u0E24.","\u0E28.","\u0E2A."],abbreviated:["\u0E2D\u0E32.","\u0E08.","\u0E2D.","\u0E1E.","\u0E1E\u0E24.","\u0E28.","\u0E2A."],wide:["\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C","\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C","\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23","\u0E1E\u0E38\u0E18","\u0E1E\u0E24\u0E2B\u0E31\u0E2A\u0E1A\u0E14\u0E35","\u0E28\u0E38\u0E01\u0E23\u0E4C","\u0E40\u0E2A\u0E32\u0E23\u0E4C"]},Z_e={narrow:["\u0E21.\u0E04.","\u0E01.\u0E1E.","\u0E21\u0E35.\u0E04.","\u0E40\u0E21.\u0E22.","\u0E1E.\u0E04.","\u0E21\u0E34.\u0E22.","\u0E01.\u0E04.","\u0E2A.\u0E04.","\u0E01.\u0E22.","\u0E15.\u0E04.","\u0E1E.\u0E22.","\u0E18.\u0E04."],abbreviated:["\u0E21.\u0E04.","\u0E01.\u0E1E.","\u0E21\u0E35.\u0E04.","\u0E40\u0E21.\u0E22.","\u0E1E.\u0E04.","\u0E21\u0E34.\u0E22.","\u0E01.\u0E04.","\u0E2A.\u0E04.","\u0E01.\u0E22.","\u0E15.\u0E04.","\u0E1E.\u0E22.","\u0E18.\u0E04."],wide:["\u0E21\u0E01\u0E23\u0E32\u0E04\u0E21","\u0E01\u0E38\u0E21\u0E20\u0E32\u0E1E\u0E31\u0E19\u0E18\u0E4C","\u0E21\u0E35\u0E19\u0E32\u0E04\u0E21","\u0E40\u0E21\u0E29\u0E32\u0E22\u0E19","\u0E1E\u0E24\u0E29\u0E20\u0E32\u0E04\u0E21","\u0E21\u0E34\u0E16\u0E38\u0E19\u0E32\u0E22\u0E19","\u0E01\u0E23\u0E01\u0E0E\u0E32\u0E04\u0E21","\u0E2A\u0E34\u0E07\u0E2B\u0E32\u0E04\u0E21","\u0E01\u0E31\u0E19\u0E22\u0E32\u0E22\u0E19","\u0E15\u0E38\u0E25\u0E32\u0E04\u0E21","\u0E1E\u0E24\u0E28\u0E08\u0E34\u0E01\u0E32\u0E22\u0E19","\u0E18\u0E31\u0E19\u0E27\u0E32\u0E04\u0E21"]},eRe={narrow:{am:"\u0E01\u0E48\u0E2D\u0E19\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",pm:"\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",midnight:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07\u0E04\u0E37\u0E19",noon:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",morning:"\u0E40\u0E0A\u0E49\u0E32",afternoon:"\u0E1A\u0E48\u0E32\u0E22",evening:"\u0E40\u0E22\u0E47\u0E19",night:"\u0E01\u0E25\u0E32\u0E07\u0E04\u0E37\u0E19"},abbreviated:{am:"\u0E01\u0E48\u0E2D\u0E19\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",pm:"\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",midnight:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07\u0E04\u0E37\u0E19",noon:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",morning:"\u0E40\u0E0A\u0E49\u0E32",afternoon:"\u0E1A\u0E48\u0E32\u0E22",evening:"\u0E40\u0E22\u0E47\u0E19",night:"\u0E01\u0E25\u0E32\u0E07\u0E04\u0E37\u0E19"},wide:{am:"\u0E01\u0E48\u0E2D\u0E19\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",pm:"\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",midnight:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07\u0E04\u0E37\u0E19",noon:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",morning:"\u0E40\u0E0A\u0E49\u0E32",afternoon:"\u0E1A\u0E48\u0E32\u0E22",evening:"\u0E40\u0E22\u0E47\u0E19",night:"\u0E01\u0E25\u0E32\u0E07\u0E04\u0E37\u0E19"}},tRe={narrow:{am:"\u0E01\u0E48\u0E2D\u0E19\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",pm:"\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",midnight:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07\u0E04\u0E37\u0E19",noon:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",morning:"\u0E15\u0E2D\u0E19\u0E40\u0E0A\u0E49\u0E32",afternoon:"\u0E15\u0E2D\u0E19\u0E01\u0E25\u0E32\u0E07\u0E27\u0E31\u0E19",evening:"\u0E15\u0E2D\u0E19\u0E40\u0E22\u0E47\u0E19",night:"\u0E15\u0E2D\u0E19\u0E01\u0E25\u0E32\u0E07\u0E04\u0E37\u0E19"},abbreviated:{am:"\u0E01\u0E48\u0E2D\u0E19\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",pm:"\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",midnight:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07\u0E04\u0E37\u0E19",noon:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",morning:"\u0E15\u0E2D\u0E19\u0E40\u0E0A\u0E49\u0E32",afternoon:"\u0E15\u0E2D\u0E19\u0E01\u0E25\u0E32\u0E07\u0E27\u0E31\u0E19",evening:"\u0E15\u0E2D\u0E19\u0E40\u0E22\u0E47\u0E19",night:"\u0E15\u0E2D\u0E19\u0E01\u0E25\u0E32\u0E07\u0E04\u0E37\u0E19"},wide:{am:"\u0E01\u0E48\u0E2D\u0E19\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",pm:"\u0E2B\u0E25\u0E31\u0E07\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",midnight:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07\u0E04\u0E37\u0E19",noon:"\u0E40\u0E17\u0E35\u0E48\u0E22\u0E07",morning:"\u0E15\u0E2D\u0E19\u0E40\u0E0A\u0E49\u0E32",afternoon:"\u0E15\u0E2D\u0E19\u0E01\u0E25\u0E32\u0E07\u0E27\u0E31\u0E19",evening:"\u0E15\u0E2D\u0E19\u0E40\u0E22\u0E47\u0E19",night:"\u0E15\u0E2D\u0E19\u0E01\u0E25\u0E32\u0E07\u0E04\u0E37\u0E19"}},nRe=function(e,t){return String(e)},rRe={ordinalNumber:nRe,era:S({values:J_e,defaultWidth:"wide"}),quarter:S({values:Q_e,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:Z_e,defaultWidth:"wide"}),day:S({values:$_e,defaultWidth:"wide"}),dayPeriod:S({values:eRe,defaultWidth:"wide",formattingValues:tRe,defaultFormattingWidth:"wide"})};const aRe=rRe;var iRe=/^\d+/i,oRe=/\d+/i,sRe={narrow:/^([bB]|[aA]|คศ)/i,abbreviated:/^([bB]\.?\s?[cC]\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?|ค\.?ศ\.?)/i,wide:/^(ก่อนคริสตกาล|คริสต์ศักราช|คริสตกาล)/i},lRe={any:[/^[bB]/i,/^(^[aA]|ค\.?ศ\.?|คริสตกาล|คริสต์ศักราช|)/i]},uRe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^ไตรมาส(ที่)? ?[1234]/i},cRe={any:[/(1|แรก|หนึ่ง)/i,/(2|สอง)/i,/(3|สาม)/i,/(4|สี่)/i]},dRe={narrow:/^(ม\.?ค\.?|ก\.?พ\.?|มี\.?ค\.?|เม\.?ย\.?|พ\.?ค\.?|มิ\.?ย\.?|ก\.?ค\.?|ส\.?ค\.?|ก\.?ย\.?|ต\.?ค\.?|พ\.?ย\.?|ธ\.?ค\.?)/i,abbreviated:/^(ม\.?ค\.?|ก\.?พ\.?|มี\.?ค\.?|เม\.?ย\.?|พ\.?ค\.?|มิ\.?ย\.?|ก\.?ค\.?|ส\.?ค\.?|ก\.?ย\.?|ต\.?ค\.?|พ\.?ย\.?|ธ\.?ค\.?')/i,wide:/^(มกราคม|กุมภาพันธ์|มีนาคม|เมษายน|พฤษภาคม|มิถุนายน|กรกฎาคม|สิงหาคม|กันยายน|ตุลาคม|พฤศจิกายน|ธันวาคม)/i},fRe={wide:[/^มก/i,/^กุม/i,/^มี/i,/^เม/i,/^พฤษ/i,/^มิ/i,/^กรก/i,/^ส/i,/^กัน/i,/^ต/i,/^พฤศ/i,/^ธ/i],any:[/^ม\.?ค\.?/i,/^ก\.?พ\.?/i,/^มี\.?ค\.?/i,/^เม\.?ย\.?/i,/^พ\.?ค\.?/i,/^มิ\.?ย\.?/i,/^ก\.?ค\.?/i,/^ส\.?ค\.?/i,/^ก\.?ย\.?/i,/^ต\.?ค\.?/i,/^พ\.?ย\.?/i,/^ธ\.?ค\.?/i]},hRe={narrow:/^(อา\.?|จ\.?|อ\.?|พฤ\.?|พ\.?|ศ\.?|ส\.?)/i,short:/^(อา\.?|จ\.?|อ\.?|พฤ\.?|พ\.?|ศ\.?|ส\.?)/i,abbreviated:/^(อา\.?|จ\.?|อ\.?|พฤ\.?|พ\.?|ศ\.?|ส\.?)/i,wide:/^(อาทิตย์|จันทร์|อังคาร|พุธ|พฤหัสบดี|ศุกร์|เสาร์)/i},mRe={wide:[/^อา/i,/^จั/i,/^อั/i,/^พุธ/i,/^พฤ/i,/^ศ/i,/^เส/i],any:[/^อา/i,/^จ/i,/^อ/i,/^พ(?!ฤ)/i,/^พฤ/i,/^ศ/i,/^ส/i]},pRe={any:/^(ก่อนเที่ยง|หลังเที่ยง|เที่ยงคืน|เที่ยง|(ตอน.*?)?.*(เที่ยง|เช้า|บ่าย|เย็น|กลางคืน))/i},gRe={any:{am:/^ก่อนเที่ยง/i,pm:/^หลังเที่ยง/i,midnight:/^เที่ยงคืน/i,noon:/^เที่ยง/i,morning:/เช้า/i,afternoon:/บ่าย/i,evening:/เย็น/i,night:/กลางคืน/i}},vRe={ordinalNumber:Le({matchPattern:iRe,parsePattern:oRe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:sRe,defaultMatchWidth:"wide",parsePatterns:lRe,defaultParseWidth:"any"}),quarter:C({matchPatterns:uRe,defaultMatchWidth:"wide",parsePatterns:cRe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:dRe,defaultMatchWidth:"wide",parsePatterns:fRe,defaultParseWidth:"any"}),day:C({matchPatterns:hRe,defaultMatchWidth:"wide",parsePatterns:mRe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:pRe,defaultMatchWidth:"any",parsePatterns:gRe,defaultParseWidth:"any"})};const bRe=vRe;var yRe={code:"th",formatDistance:F_e,formatLong:Y_e,formatRelative:V_e,localize:aRe,match:bRe,options:{weekStartsOn:0,firstWeekContainsDate:1}};const wRe=yRe;var kRe={lessThanXSeconds:{one:"bir saniyeden az",other:"{{count}} saniyeden az"},xSeconds:{one:"1 saniye",other:"{{count}} saniye"},halfAMinute:"yar\u0131m dakika",lessThanXMinutes:{one:"bir dakikadan az",other:"{{count}} dakikadan az"},xMinutes:{one:"1 dakika",other:"{{count}} dakika"},aboutXHours:{one:"yakla\u015F\u0131k 1 saat",other:"yakla\u015F\u0131k {{count}} saat"},xHours:{one:"1 saat",other:"{{count}} saat"},xDays:{one:"1 g\xFCn",other:"{{count}} g\xFCn"},aboutXWeeks:{one:"yakla\u015F\u0131k 1 hafta",other:"yakla\u015F\u0131k {{count}} hafta"},xWeeks:{one:"1 hafta",other:"{{count}} hafta"},aboutXMonths:{one:"yakla\u015F\u0131k 1 ay",other:"yakla\u015F\u0131k {{count}} ay"},xMonths:{one:"1 ay",other:"{{count}} ay"},aboutXYears:{one:"yakla\u015F\u0131k 1 y\u0131l",other:"yakla\u015F\u0131k {{count}} y\u0131l"},xYears:{one:"1 y\u0131l",other:"{{count}} y\u0131l"},overXYears:{one:"1 y\u0131ldan fazla",other:"{{count}} y\u0131ldan fazla"},almostXYears:{one:"neredeyse 1 y\u0131l",other:"neredeyse {{count}} y\u0131l"}},xRe=function(e,t,n){var r,a=kRe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+" sonra":r+" \xF6nce":r};const PRe=xRe;var MRe={full:"d MMMM y EEEE",long:"d MMMM y",medium:"d MMM y",short:"dd.MM.yyyy"},ARe={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},SRe={full:"{{date}} 'saat' {{time}}",long:"{{date}} 'saat' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},CRe={date:D({formats:MRe,defaultWidth:"full"}),time:D({formats:ARe,defaultWidth:"full"}),dateTime:D({formats:SRe,defaultWidth:"full"})};const ERe=CRe;var WRe={lastWeek:"'ge\xE7en hafta' eeee 'saat' p",yesterday:"'d\xFCn saat' p",today:"'bug\xFCn saat' p",tomorrow:"'yar\u0131n saat' p",nextWeek:"eeee 'saat' p",other:"P"},jRe=function(e,t,n,r){return WRe[e]};const ORe=jRe;var TRe={narrow:["M\xD6","MS"],abbreviated:["M\xD6","MS"],wide:["Milattan \xD6nce","Milattan Sonra"]},zRe={narrow:["1","2","3","4"],abbreviated:["1\xC7","2\xC7","3\xC7","4\xC7"],wide:["\u0130lk \xE7eyrek","\u0130kinci \xC7eyrek","\xDC\xE7\xFCnc\xFC \xE7eyrek","Son \xE7eyrek"]},NRe={narrow:["O","\u015E","M","N","M","H","T","A","E","E","K","A"],abbreviated:["Oca","\u015Eub","Mar","Nis","May","Haz","Tem","A\u011Fu","Eyl","Eki","Kas","Ara"],wide:["Ocak","\u015Eubat","Mart","Nisan","May\u0131s","Haziran","Temmuz","A\u011Fustos","Eyl\xFCl","Ekim","Kas\u0131m","Aral\u0131k"]},_Re={narrow:["P","P","S","\xC7","P","C","C"],short:["Pz","Pt","Sa","\xC7a","Pe","Cu","Ct"],abbreviated:["Paz","Pzt","Sal","\xC7ar","Per","Cum","Cts"],wide:["Pazar","Pazartesi","Sal\u0131","\xC7ar\u015Famba","Per\u015Fembe","Cuma","Cumartesi"]},RRe={narrow:{am:"\xF6\xF6",pm:"\xF6s",midnight:"gy",noon:"\xF6",morning:"sa",afternoon:"\xF6s",evening:"ak",night:"ge"},abbreviated:{am:"\xD6\xD6",pm:"\xD6S",midnight:"gece yar\u0131s\u0131",noon:"\xF6\u011Fle",morning:"sabah",afternoon:"\xF6\u011Fleden sonra",evening:"ak\u015Fam",night:"gece"},wide:{am:"\xD6.\xD6.",pm:"\xD6.S.",midnight:"gece yar\u0131s\u0131",noon:"\xF6\u011Fle",morning:"sabah",afternoon:"\xF6\u011Fleden sonra",evening:"ak\u015Fam",night:"gece"}},IRe={narrow:{am:"\xF6\xF6",pm:"\xF6s",midnight:"gy",noon:"\xF6",morning:"sa",afternoon:"\xF6s",evening:"ak",night:"ge"},abbreviated:{am:"\xD6\xD6",pm:"\xD6S",midnight:"gece yar\u0131s\u0131",noon:"\xF6\u011Flen",morning:"sabahleyin",afternoon:"\xF6\u011Fleden sonra",evening:"ak\u015Famleyin",night:"geceleyin"},wide:{am:"\xF6.\xF6.",pm:"\xF6.s.",midnight:"gece yar\u0131s\u0131",noon:"\xF6\u011Flen",morning:"sabahleyin",afternoon:"\xF6\u011Fleden sonra",evening:"ak\u015Famleyin",night:"geceleyin"}},DRe=function(e,t){var n=Number(e);return n+"."},LRe={ordinalNumber:DRe,era:S({values:TRe,defaultWidth:"wide"}),quarter:S({values:zRe,defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:S({values:NRe,defaultWidth:"wide"}),day:S({values:_Re,defaultWidth:"wide"}),dayPeriod:S({values:RRe,defaultWidth:"wide",formattingValues:IRe,defaultFormattingWidth:"wide"})};const HRe=LRe;var FRe=/^(\d+)(\.)?/i,BRe=/\d+/i,XRe={narrow:/^(mö|ms)/i,abbreviated:/^(mö|ms)/i,wide:/^(milattan önce|milattan sonra)/i},URe={any:[/(^mö|^milattan önce)/i,/(^ms|^milattan sonra)/i]},GRe={narrow:/^[1234]/i,abbreviated:/^[1234]ç/i,wide:/^((i|İ)lk|(i|İ)kinci|üçüncü|son) çeyrek/i},YRe={any:[/1/i,/2/i,/3/i,/4/i],abbreviated:[/1ç/i,/2ç/i,/3ç/i,/4ç/i],wide:[/^(i|İ)lk çeyrek/i,/(i|İ)kinci çeyrek/i,/üçüncü çeyrek/i,/son çeyrek/i]},KRe={narrow:/^[oşmnhtaek]/i,abbreviated:/^(oca|şub|mar|nis|may|haz|tem|ağu|eyl|eki|kas|ara)/i,wide:/^(ocak|şubat|mart|nisan|mayıs|haziran|temmuz|ağustos|eylül|ekim|kasım|aralık)/i},qRe={narrow:[/^o/i,/^ş/i,/^m/i,/^n/i,/^m/i,/^h/i,/^t/i,/^a/i,/^e/i,/^e/i,/^k/i,/^a/i],any:[/^o/i,/^ş/i,/^mar/i,/^n/i,/^may/i,/^h/i,/^t/i,/^ağ/i,/^ey/i,/^ek/i,/^k/i,/^ar/i]},VRe={narrow:/^[psçc]/i,short:/^(pz|pt|sa|ça|pe|cu|ct)/i,abbreviated:/^(paz|pzt|sal|çar|per|cum|cts)/i,wide:/^(pazar(?!tesi)|pazartesi|salı|çarşamba|perşembe|cuma(?!rtesi)|cumartesi)/i},JRe={narrow:[/^p/i,/^p/i,/^s/i,/^ç/i,/^p/i,/^c/i,/^c/i],any:[/^pz/i,/^pt/i,/^sa/i,/^ça/i,/^pe/i,/^cu/i,/^ct/i],wide:[/^pazar(?!tesi)/i,/^pazartesi/i,/^salı/i,/^çarşamba/i,/^perşembe/i,/^cuma(?!rtesi)/i,/^cumartesi/i]},QRe={narrow:/^(öö|ös|gy|ö|sa|ös|ak|ge)/i,any:/^(ö\.?\s?[ös]\.?|öğleden sonra|gece yarısı|öğle|(sabah|öğ|akşam|gece)(leyin))/i},$Re={any:{am:/^ö\.?ö\.?/i,pm:/^ö\.?s\.?/i,midnight:/^(gy|gece yarısı)/i,noon:/^öğ/i,morning:/^sa/i,afternoon:/^öğleden sonra/i,evening:/^ak/i,night:/^ge/i}},ZRe={ordinalNumber:Le({matchPattern:FRe,parsePattern:BRe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:XRe,defaultMatchWidth:"wide",parsePatterns:URe,defaultParseWidth:"any"}),quarter:C({matchPatterns:GRe,defaultMatchWidth:"wide",parsePatterns:YRe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:KRe,defaultMatchWidth:"wide",parsePatterns:qRe,defaultParseWidth:"any"}),day:C({matchPatterns:VRe,defaultMatchWidth:"wide",parsePatterns:JRe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:QRe,defaultMatchWidth:"any",parsePatterns:$Re,defaultParseWidth:"any"})};const eIe=ZRe;var tIe={code:"tr",formatDistance:PRe,formatLong:ERe,formatRelative:ORe,localize:HRe,match:eIe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const nIe=tIe;var rIe={lessThanXSeconds:{one:"\u0628\u0649\u0631 \u0633\u0649\u0643\u06C7\u0646\u062A \u0626\u0649\u0686\u0649\u062F\u06D5",other:"\u0633\u0649\u0643\u06C7\u0646\u062A \u0626\u0649\u0686\u0649\u062F\u06D5 {{count}}"},xSeconds:{one:"\u0628\u0649\u0631 \u0633\u0649\u0643\u06C7\u0646\u062A",other:"\u0633\u0649\u0643\u06C7\u0646\u062A {{count}}"},halfAMinute:"\u064A\u0649\u0631\u0649\u0645 \u0645\u0649\u0646\u06C7\u062A",lessThanXMinutes:{one:"\u0628\u0649\u0631 \u0645\u0649\u0646\u06C7\u062A \u0626\u0649\u0686\u0649\u062F\u06D5",other:"\u0645\u0649\u0646\u06C7\u062A \u0626\u0649\u0686\u0649\u062F\u06D5 {{count}}"},xMinutes:{one:"\u0628\u0649\u0631 \u0645\u0649\u0646\u06C7\u062A",other:"\u0645\u0649\u0646\u06C7\u062A {{count}}"},aboutXHours:{one:"\u062A\u06D5\u062E\u0645\u0649\u0646\u06D5\u0646 \u0628\u0649\u0631 \u0633\u0627\u0626\u06D5\u062A",other:"\u0633\u0627\u0626\u06D5\u062A {{count}} \u062A\u06D5\u062E\u0645\u0649\u0646\u06D5\u0646"},xHours:{one:"\u0628\u0649\u0631 \u0633\u0627\u0626\u06D5\u062A",other:"\u0633\u0627\u0626\u06D5\u062A {{count}}"},xDays:{one:"\u0628\u0649\u0631 \u0643\u06C8\u0646",other:"\u0643\u06C8\u0646 {{count}}"},aboutXWeeks:{one:"\u062A\u06D5\u062E\u0645\u0649\u0646\u06D5\u0646 \u0628\u0649\u0631\u06BE\u06D5\u067E\u062A\u06D5",other:"\u06BE\u06D5\u067E\u062A\u06D5 {{count}} \u062A\u06D5\u062E\u0645\u0649\u0646\u06D5\u0646"},xWeeks:{one:"\u0628\u0649\u0631\u06BE\u06D5\u067E\u062A\u06D5",other:"\u06BE\u06D5\u067E\u062A\u06D5 {{count}}"},aboutXMonths:{one:"\u062A\u06D5\u062E\u0645\u0649\u0646\u06D5\u0646 \u0628\u0649\u0631 \u0626\u0627\u064A",other:"\u0626\u0627\u064A {{count}} \u062A\u06D5\u062E\u0645\u0649\u0646\u06D5\u0646"},xMonths:{one:"\u0628\u0649\u0631 \u0626\u0627\u064A",other:"\u0626\u0627\u064A {{count}}"},aboutXYears:{one:"\u062A\u06D5\u062E\u0645\u0649\u0646\u06D5\u0646 \u0628\u0649\u0631 \u064A\u0649\u0644",other:"\u064A\u0649\u0644 {{count}} \u062A\u06D5\u062E\u0645\u0649\u0646\u06D5\u0646"},xYears:{one:"\u0628\u0649\u0631 \u064A\u0649\u0644",other:"\u064A\u0649\u0644 {{count}}"},overXYears:{one:"\u0628\u0649\u0631 \u064A\u0649\u0644\u062F\u0649\u0646 \u0626\u0627\u0631\u062A\u06C7\u0642",other:"\u064A\u0649\u0644\u062F\u0649\u0646 \u0626\u0627\u0631\u062A\u06C7\u0642 {{count}}"},almostXYears:{one:"\u0626\u0627\u0633\u0627\u0633\u06D5\u0646 \u0628\u0649\u0631 \u064A\u0649\u0644",other:"\u064A\u0649\u0644 {{count}} \u0626\u0627\u0633\u0627\u0633\u06D5\u0646"}},aIe=function(e,t,n){var r,a=rIe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r:r+" \u0628\u0648\u0644\u062F\u0649":r};const iIe=aIe;var oIe={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},sIe={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},lIe={full:"{{date}} '\u062F\u06D5' {{time}}",long:"{{date}} '\u062F\u06D5' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},uIe={date:D({formats:oIe,defaultWidth:"full"}),time:D({formats:sIe,defaultWidth:"full"}),dateTime:D({formats:lIe,defaultWidth:"full"})};const cIe=uIe;var dIe={lastWeek:"'\u0626\u200D\u06C6\u062A\u0643\u06D5\u0646' eeee '\u062F\u06D5' p",yesterday:"'\u062A\u06C8\u0646\u06C8\u06AF\u06C8\u0646 \u062F\u06D5' p",today:"'\u0628\u06C8\u06AF\u06C8\u0646 \u062F\u06D5' p",tomorrow:"'\u0626\u06D5\u062A\u06D5 \u062F\u06D5' p",nextWeek:"eeee '\u062F\u06D5' p",other:"P"},fIe=function(e,t,n,r){return dIe[e]};const hIe=fIe;var mIe={narrow:["\u0628","\u0643"],abbreviated:["\u0628","\u0643"],wide:["\u0645\u0649\u064A\u0644\u0627\u062F\u0649\u062F\u0649\u0646 \u0628\u06C7\u0631\u06C7\u0646","\u0645\u0649\u064A\u0644\u0627\u062F\u0649\u062F\u0649\u0646 \u0643\u0649\u064A\u0649\u0646"]},pIe={narrow:["1","2","3","4"],abbreviated:["1","2","3","4"],wide:["\u0628\u0649\u0631\u0649\u0646\u062C\u0649 \u0686\u0627\u0631\u06D5\u0643","\u0626\u0649\u0643\u0643\u0649\u0646\u062C\u0649 \u0686\u0627\u0631\u06D5\u0643","\u0626\u06C8\u0686\u0649\u0646\u062C\u0649 \u0686\u0627\u0631\u06D5\u0643","\u062A\u06C6\u062A\u0649\u0646\u062C\u0649 \u0686\u0627\u0631\u06D5\u0643"]},gIe={narrow:["\u064A","\u0641","\u0645","\u0627","\u0645","\u0649","\u0649","\u0627","\u0633","\u06C6","\u0646","\u062F"],abbreviated:["\u064A\u0627\u0646\u06CB\u0627\u0631","\u0641\u06D0\u06CB\u0649\u0631\u0627\u0644","\u0645\u0627\u0631\u062A","\u0626\u0627\u067E\u0631\u0649\u0644","\u0645\u0627\u064A","\u0626\u0649\u064A\u06C7\u0646","\u0626\u0649\u064A\u0648\u0644","\u0626\u0627\u06CB\u063A\u06C7\u0633\u062A","\u0633\u0649\u0646\u062A\u06D5\u0628\u0649\u0631","\u0626\u06C6\u0643\u062A\u06D5\u0628\u0649\u0631","\u0646\u0648\u064A\u0627\u0628\u0649\u0631","\u062F\u0649\u0643\u0627\u0628\u0649\u0631"],wide:["\u064A\u0627\u0646\u06CB\u0627\u0631","\u0641\u06D0\u06CB\u0649\u0631\u0627\u0644","\u0645\u0627\u0631\u062A","\u0626\u0627\u067E\u0631\u0649\u0644","\u0645\u0627\u064A","\u0626\u0649\u064A\u06C7\u0646","\u0626\u0649\u064A\u0648\u0644","\u0626\u0627\u06CB\u063A\u06C7\u0633\u062A","\u0633\u0649\u0646\u062A\u06D5\u0628\u0649\u0631","\u0626\u06C6\u0643\u062A\u06D5\u0628\u0649\u0631","\u0646\u0648\u064A\u0627\u0628\u0649\u0631","\u062F\u0649\u0643\u0627\u0628\u0649\u0631"]},vIe={narrow:["\u064A","\u062F","\u0633","\u0686","\u067E","\u062C","\u0634"],short:["\u064A","\u062F","\u0633","\u0686","\u067E","\u062C","\u0634"],abbreviated:["\u064A\u06D5\u0643\u0634\u06D5\u0646\u0628\u06D5","\u062F\u06C8\u0634\u06D5\u0646\u0628\u06D5","\u0633\u06D5\u064A\u0634\u06D5\u0646\u0628\u06D5","\u0686\u0627\u0631\u0634\u06D5\u0646\u0628\u06D5","\u067E\u06D5\u064A\u0634\u06D5\u0646\u0628\u06D5","\u062C\u06C8\u0645\u06D5","\u0634\u06D5\u0646\u0628\u06D5"],wide:["\u064A\u06D5\u0643\u0634\u06D5\u0646\u0628\u06D5","\u062F\u06C8\u0634\u06D5\u0646\u0628\u06D5","\u0633\u06D5\u064A\u0634\u06D5\u0646\u0628\u06D5","\u0686\u0627\u0631\u0634\u06D5\u0646\u0628\u06D5","\u067E\u06D5\u064A\u0634\u06D5\u0646\u0628\u06D5","\u062C\u06C8\u0645\u06D5","\u0634\u06D5\u0646\u0628\u06D5"]},bIe={narrow:{am:"\u0626\u06D5",pm:"\u0686",midnight:"\u0643",noon:"\u0686",morning:"\u0626\u06D5\u062A\u0649\u06AF\u06D5\u0646",afternoon:"\u0686\u06C8\u0634\u062A\u0649\u0646 \u0643\u0649\u064A\u0649\u0646",evening:"\u0626\u0627\u062E\u0634\u0649\u0645",night:"\u0643\u0649\u0686\u06D5"},abbreviated:{am:"\u0626\u06D5",pm:"\u0686",midnight:"\u0643",noon:"\u0686",morning:"\u0626\u06D5\u062A\u0649\u06AF\u06D5\u0646",afternoon:"\u0686\u06C8\u0634\u062A\u0649\u0646 \u0643\u0649\u064A\u0649\u0646",evening:"\u0626\u0627\u062E\u0634\u0649\u0645",night:"\u0643\u0649\u0686\u06D5"},wide:{am:"\u0626\u06D5",pm:"\u0686",midnight:"\u0643",noon:"\u0686",morning:"\u0626\u06D5\u062A\u0649\u06AF\u06D5\u0646",afternoon:"\u0686\u06C8\u0634\u062A\u0649\u0646 \u0643\u0649\u064A\u0649\u0646",evening:"\u0626\u0627\u062E\u0634\u0649\u0645",night:"\u0643\u0649\u0686\u06D5"}},yIe={narrow:{am:"\u0626\u06D5",pm:"\u0686",midnight:"\u0643",noon:"\u0686",morning:"\u0626\u06D5\u062A\u0649\u06AF\u06D5\u0646\u062F\u06D5",afternoon:"\u0686\u06C8\u0634\u062A\u0649\u0646 \u0643\u0649\u064A\u0649\u0646",evening:"\u0626\u0627\u062E\u0634\u0627\u0645\u062F\u0627",night:"\u0643\u0649\u0686\u0649\u062F\u06D5"},abbreviated:{am:"\u0626\u06D5",pm:"\u0686",midnight:"\u0643",noon:"\u0686",morning:"\u0626\u06D5\u062A\u0649\u06AF\u06D5\u0646\u062F\u06D5",afternoon:"\u0686\u06C8\u0634\u062A\u0649\u0646 \u0643\u0649\u064A\u0649\u0646",evening:"\u0626\u0627\u062E\u0634\u0627\u0645\u062F\u0627",night:"\u0643\u0649\u0686\u0649\u062F\u06D5"},wide:{am:"\u0626\u06D5",pm:"\u0686",midnight:"\u0643",noon:"\u0686",morning:"\u0626\u06D5\u062A\u0649\u06AF\u06D5\u0646\u062F\u06D5",afternoon:"\u0686\u06C8\u0634\u062A\u0649\u0646 \u0643\u0649\u064A\u0649\u0646",evening:"\u0626\u0627\u062E\u0634\u0627\u0645\u062F\u0627",night:"\u0643\u0649\u0686\u0649\u062F\u06D5"}},wIe=function(e,t){return String(e)},kIe={ordinalNumber:wIe,era:S({values:mIe,defaultWidth:"wide"}),quarter:S({values:pIe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:gIe,defaultWidth:"wide"}),day:S({values:vIe,defaultWidth:"wide"}),dayPeriod:S({values:bIe,defaultWidth:"wide",formattingValues:yIe,defaultFormattingWidth:"wide"})};const xIe=kIe;var PIe=/^(\d+)(th|st|nd|rd)?/i,MIe=/\d+/i,AIe={narrow:/^(ب|ك)/i,wide:/^(مىيلادىدىن بۇرۇن|مىيلادىدىن كىيىن)/i},SIe={any:[/^بۇرۇن/i,/^كىيىن/i]},CIe={narrow:/^[1234]/i,abbreviated:/^چ[1234]/i,wide:/^چارەك [1234]/i},EIe={any:[/1/i,/2/i,/3/i,/4/i]},WIe={narrow:/^[يفمئامئ‍ئاسۆند]/i,abbreviated:/^(يانۋار|فېۋىرال|مارت|ئاپرىل|ماي|ئىيۇن|ئىيول|ئاۋغۇست|سىنتەبىر|ئۆكتەبىر|نويابىر|دىكابىر)/i,wide:/^(يانۋار|فېۋىرال|مارت|ئاپرىل|ماي|ئىيۇن|ئىيول|ئاۋغۇست|سىنتەبىر|ئۆكتەبىر|نويابىر|دىكابىر)/i},jIe={narrow:[/^ي/i,/^ف/i,/^م/i,/^ا/i,/^م/i,/^ى‍/i,/^ى‍/i,/^ا‍/i,/^س/i,/^ۆ/i,/^ن/i,/^د/i],any:[/^يان/i,/^فېۋ/i,/^مار/i,/^ئاپ/i,/^ماي/i,/^ئىيۇن/i,/^ئىيول/i,/^ئاۋ/i,/^سىن/i,/^ئۆك/i,/^نوي/i,/^دىك/i]},OIe={narrow:/^[دسچپجشي]/i,short:/^(يە|دۈ|سە|چا|پە|جۈ|شە)/i,abbreviated:/^(يە|دۈ|سە|چا|پە|جۈ|شە)/i,wide:/^(يەكشەنبە|دۈشەنبە|سەيشەنبە|چارشەنبە|پەيشەنبە|جۈمە|شەنبە)/i},TIe={narrow:[/^ي/i,/^د/i,/^س/i,/^چ/i,/^پ/i,/^ج/i,/^ش/i],any:[/^ي/i,/^د/i,/^س/i,/^چ/i,/^پ/i,/^ج/i,/^ش/i]},zIe={narrow:/^(ئە|چ|ك|چ|(دە|ئەتىگەن) ( ئە‍|چۈشتىن كىيىن|ئاخشىم|كىچە))/i,any:/^(ئە|چ|ك|چ|(دە|ئەتىگەن) ( ئە‍|چۈشتىن كىيىن|ئاخشىم|كىچە))/i},NIe={any:{am:/^ئە/i,pm:/^چ/i,midnight:/^ك/i,noon:/^چ/i,morning:/ئەتىگەن/i,afternoon:/چۈشتىن كىيىن/i,evening:/ئاخشىم/i,night:/كىچە/i}},_Ie={ordinalNumber:Le({matchPattern:PIe,parsePattern:MIe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:AIe,defaultMatchWidth:"wide",parsePatterns:SIe,defaultParseWidth:"any"}),quarter:C({matchPatterns:CIe,defaultMatchWidth:"wide",parsePatterns:EIe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:WIe,defaultMatchWidth:"wide",parsePatterns:jIe,defaultParseWidth:"any"}),day:C({matchPatterns:OIe,defaultMatchWidth:"wide",parsePatterns:TIe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:zIe,defaultMatchWidth:"any",parsePatterns:NIe,defaultParseWidth:"any"})};const RIe=_Ie;var IIe={code:"ug",formatDistance:iIe,formatLong:cIe,formatRelative:hIe,localize:xIe,match:RIe,options:{weekStartsOn:0,firstWeekContainsDate:1}};const DIe=IIe;function Jd(e,t){if(e.one!==void 0&&t===1)return e.one;var n=t%10,r=t%100;return n===1&&r!==11?e.singularNominative.replace("{{count}}",String(t)):n>=2&&n<=4&&(r<10||r>20)?e.singularGenitive.replace("{{count}}",String(t)):e.pluralGenitive.replace("{{count}}",String(t))}function Fr(e){return function(t,n){return n&&n.addSuffix?n.comparison&&n.comparison>0?e.future?Jd(e.future,t):"\u0437\u0430 "+Jd(e.regular,t):e.past?Jd(e.past,t):Jd(e.regular,t)+" \u0442\u043E\u043C\u0443":Jd(e.regular,t)}}var LIe=function(e,t){return t&&t.addSuffix?t.comparison&&t.comparison>0?"\u0437\u0430 \u043F\u0456\u0432\u0445\u0432\u0438\u043B\u0438\u043D\u0438":"\u043F\u0456\u0432\u0445\u0432\u0438\u043B\u0438\u043D\u0438 \u0442\u043E\u043C\u0443":"\u043F\u0456\u0432\u0445\u0432\u0438\u043B\u0438\u043D\u0438"},HIe={lessThanXSeconds:Fr({regular:{one:"\u043C\u0435\u043D\u0448\u0435 \u0441\u0435\u043A\u0443\u043D\u0434\u0438",singularNominative:"\u043C\u0435\u043D\u0448\u0435 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438",singularGenitive:"\u043C\u0435\u043D\u0448\u0435 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434",pluralGenitive:"\u043C\u0435\u043D\u0448\u0435 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},future:{one:"\u043C\u0435\u043D\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularNominative:"\u043C\u0435\u043D\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u043C\u0435\u043D\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438",pluralGenitive:"\u043C\u0435\u043D\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"}}),xSeconds:Fr({regular:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0430",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434"},past:{singularNominative:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443 \u0442\u043E\u043C\u0443",singularGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438 \u0442\u043E\u043C\u0443",pluralGenitive:"{{count}} \u0441\u0435\u043A\u0443\u043D\u0434 \u0442\u043E\u043C\u0443"},future:{singularNominative:"\u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0443",singularGenitive:"\u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434\u0438",pluralGenitive:"\u0437\u0430 {{count}} \u0441\u0435\u043A\u0443\u043D\u0434"}}),halfAMinute:LIe,lessThanXMinutes:Fr({regular:{one:"\u043C\u0435\u043D\u0448\u0435 \u0445\u0432\u0438\u043B\u0438\u043D\u0438",singularNominative:"\u043C\u0435\u043D\u0448\u0435 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0438",singularGenitive:"\u043C\u0435\u043D\u0448\u0435 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D",pluralGenitive:"\u043C\u0435\u043D\u0448\u0435 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D"},future:{one:"\u043C\u0435\u043D\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 \u0445\u0432\u0438\u043B\u0438\u043D\u0443",singularNominative:"\u043C\u0435\u043D\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0443",singularGenitive:"\u043C\u0435\u043D\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0438",pluralGenitive:"\u043C\u0435\u043D\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D"}}),xMinutes:Fr({regular:{singularNominative:"{{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0430",singularGenitive:"{{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0438",pluralGenitive:"{{count}} \u0445\u0432\u0438\u043B\u0438\u043D"},past:{singularNominative:"{{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0443 \u0442\u043E\u043C\u0443",singularGenitive:"{{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0438 \u0442\u043E\u043C\u0443",pluralGenitive:"{{count}} \u0445\u0432\u0438\u043B\u0438\u043D \u0442\u043E\u043C\u0443"},future:{singularNominative:"\u0437\u0430 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0443",singularGenitive:"\u0437\u0430 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D\u0438",pluralGenitive:"\u0437\u0430 {{count}} \u0445\u0432\u0438\u043B\u0438\u043D"}}),aboutXHours:Fr({regular:{singularNominative:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0433\u043E\u0434\u0438\u043D\u0438",singularGenitive:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0433\u043E\u0434\u0438\u043D",pluralGenitive:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0433\u043E\u0434\u0438\u043D"},future:{singularNominative:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0433\u043E\u0434\u0438\u043D\u0443",singularGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0433\u043E\u0434\u0438\u043D\u0438",pluralGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0433\u043E\u0434\u0438\u043D"}}),xHours:Fr({regular:{singularNominative:"{{count}} \u0433\u043E\u0434\u0438\u043D\u0443",singularGenitive:"{{count}} \u0433\u043E\u0434\u0438\u043D\u0438",pluralGenitive:"{{count}} \u0433\u043E\u0434\u0438\u043D"}}),xDays:Fr({regular:{singularNominative:"{{count}} \u0434\u0435\u043D\u044C",singularGenitive:"{{count}} \u0434\u043D\u044F",pluralGenitive:"{{count}} \u0434\u043D\u0456\u0432"}}),aboutXWeeks:Fr({regular:{singularNominative:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0442\u0438\u0436\u043D\u044F",singularGenitive:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0442\u0438\u0436\u043D\u0456\u0432",pluralGenitive:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0442\u0438\u0436\u043D\u0456\u0432"},future:{singularNominative:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0442\u0438\u0436\u0434\u0435\u043D\u044C",singularGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0442\u0438\u0436\u043D\u0456",pluralGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0442\u0438\u0436\u043D\u0456"}}),xWeeks:Fr({regular:{singularNominative:"{{count}} \u0442\u0438\u0436\u0434\u0435\u043D\u044C",singularGenitive:"{{count}} \u0442\u0438\u0436\u043D\u044F",pluralGenitive:"{{count}} \u0442\u0438\u0436\u043D\u0456"}}),aboutXMonths:Fr({regular:{singularNominative:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u043C\u0456\u0441\u044F\u0446\u044F",singularGenitive:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u043C\u0456\u0441\u044F\u0446\u0456\u0432",pluralGenitive:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u043C\u0456\u0441\u044F\u0446\u0456\u0432"},future:{singularNominative:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u043C\u0456\u0441\u044F\u0446\u044C",singularGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u043C\u0456\u0441\u044F\u0446\u044F",pluralGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u043C\u0456\u0441\u044F\u0446\u0456\u0432"}}),xMonths:Fr({regular:{singularNominative:"{{count}} \u043C\u0456\u0441\u044F\u0446\u044C",singularGenitive:"{{count}} \u043C\u0456\u0441\u044F\u0446\u044F",pluralGenitive:"{{count}} \u043C\u0456\u0441\u044F\u0446\u0456\u0432"}}),aboutXYears:Fr({regular:{singularNominative:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0440\u043E\u043A\u0443",singularGenitive:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0440\u043E\u043A\u0456\u0432",pluralGenitive:"\u0431\u043B\u0438\u0437\u044C\u043A\u043E {{count}} \u0440\u043E\u043A\u0456\u0432"},future:{singularNominative:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0440\u0456\u043A",singularGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0440\u043E\u043A\u0438",pluralGenitive:"\u043F\u0440\u0438\u0431\u043B\u0438\u0437\u043D\u043E \u0437\u0430 {{count}} \u0440\u043E\u043A\u0456\u0432"}}),xYears:Fr({regular:{singularNominative:"{{count}} \u0440\u0456\u043A",singularGenitive:"{{count}} \u0440\u043E\u043A\u0438",pluralGenitive:"{{count}} \u0440\u043E\u043A\u0456\u0432"}}),overXYears:Fr({regular:{singularNominative:"\u0431\u0456\u043B\u044C\u0448\u0435 {{count}} \u0440\u043E\u043A\u0443",singularGenitive:"\u0431\u0456\u043B\u044C\u0448\u0435 {{count}} \u0440\u043E\u043A\u0456\u0432",pluralGenitive:"\u0431\u0456\u043B\u044C\u0448\u0435 {{count}} \u0440\u043E\u043A\u0456\u0432"},future:{singularNominative:"\u0431\u0456\u043B\u044C\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0440\u0456\u043A",singularGenitive:"\u0431\u0456\u043B\u044C\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0440\u043E\u043A\u0438",pluralGenitive:"\u0431\u0456\u043B\u044C\u0448\u0435, \u043D\u0456\u0436 \u0437\u0430 {{count}} \u0440\u043E\u043A\u0456\u0432"}}),almostXYears:Fr({regular:{singularNominative:"\u043C\u0430\u0439\u0436\u0435 {{count}} \u0440\u0456\u043A",singularGenitive:"\u043C\u0430\u0439\u0436\u0435 {{count}} \u0440\u043E\u043A\u0438",pluralGenitive:"\u043C\u0430\u0439\u0436\u0435 {{count}} \u0440\u043E\u043A\u0456\u0432"},future:{singularNominative:"\u043C\u0430\u0439\u0436\u0435 \u0437\u0430 {{count}} \u0440\u0456\u043A",singularGenitive:"\u043C\u0430\u0439\u0436\u0435 \u0437\u0430 {{count}} \u0440\u043E\u043A\u0438",pluralGenitive:"\u043C\u0430\u0439\u0436\u0435 \u0437\u0430 {{count}} \u0440\u043E\u043A\u0456\u0432"}})},FIe=function(e,t,n){return n=n||{},HIe[e](t,n)};const BIe=FIe;var XIe={full:"EEEE, do MMMM y '\u0440.'",long:"do MMMM y '\u0440.'",medium:"d MMM y '\u0440.'",short:"dd.MM.y"},UIe={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},GIe={full:"{{date}} '\u043E' {{time}}",long:"{{date}} '\u043E' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},YIe={date:D({formats:XIe,defaultWidth:"full"}),time:D({formats:UIe,defaultWidth:"full"}),dateTime:D({formats:GIe,defaultWidth:"full"})};const KIe=YIe;var e0=["\u043D\u0435\u0434\u0456\u043B\u044E","\u043F\u043E\u043D\u0435\u0434\u0456\u043B\u043E\u043A","\u0432\u0456\u0432\u0442\u043E\u0440\u043E\u043A","\u0441\u0435\u0440\u0435\u0434\u0443","\u0447\u0435\u0442\u0432\u0435\u0440","\u043F\u2019\u044F\u0442\u043D\u0438\u0446\u044E","\u0441\u0443\u0431\u043E\u0442\u0443"];function qIe(e){var t=e0[e];switch(e){case 0:case 3:case 5:case 6:return"'\u0443 \u043C\u0438\u043D\u0443\u043B\u0443 "+t+" \u043E' p";case 1:case 2:case 4:return"'\u0443 \u043C\u0438\u043D\u0443\u043B\u0438\u0439 "+t+" \u043E' p"}}function QW(e){var t=e0[e];return"'\u0443 "+t+" \u043E' p"}function VIe(e){var t=e0[e];switch(e){case 0:case 3:case 5:case 6:return"'\u0443 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0443 "+t+" \u043E' p";case 1:case 2:case 4:return"'\u0443 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u0438\u0439 "+t+" \u043E' p"}}var JIe=function(e,t,n){var r=bn(e),a=r.getUTCDay();return zn(r,t,n)?QW(a):qIe(a)},QIe=function(e,t,n){var r=bn(e),a=r.getUTCDay();return zn(r,t,n)?QW(a):VIe(a)},$Ie={lastWeek:JIe,yesterday:"'\u0432\u0447\u043E\u0440\u0430 \u043E' p",today:"'\u0441\u044C\u043E\u0433\u043E\u0434\u043D\u0456 \u043E' p",tomorrow:"'\u0437\u0430\u0432\u0442\u0440\u0430 \u043E' p",nextWeek:QIe,other:"P"},ZIe=function(e,t,n,r){var a=$Ie[e];return typeof a=="function"?a(t,n,r):a};const eDe=ZIe;var tDe={narrow:["\u0434\u043E \u043D.\u0435.","\u043D.\u0435."],abbreviated:["\u0434\u043E \u043D. \u0435.","\u043D. \u0435."],wide:["\u0434\u043E \u043D\u0430\u0448\u043E\u0457 \u0435\u0440\u0438","\u043D\u0430\u0448\u043E\u0457 \u0435\u0440\u0438"]},nDe={narrow:["1","2","3","4"],abbreviated:["1-\u0439 \u043A\u0432.","2-\u0439 \u043A\u0432.","3-\u0439 \u043A\u0432.","4-\u0439 \u043A\u0432."],wide:["1-\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","2-\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","3-\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B","4-\u0439 \u043A\u0432\u0430\u0440\u0442\u0430\u043B"]},rDe={narrow:["\u0421","\u041B","\u0411","\u041A","\u0422","\u0427","\u041B","\u0421","\u0412","\u0416","\u041B","\u0413"],abbreviated:["\u0441\u0456\u0447.","\u043B\u044E\u0442.","\u0431\u0435\u0440\u0435\u0437.","\u043A\u0432\u0456\u0442.","\u0442\u0440\u0430\u0432.","\u0447\u0435\u0440\u0432.","\u043B\u0438\u043F.","\u0441\u0435\u0440\u043F.","\u0432\u0435\u0440\u0435\u0441.","\u0436\u043E\u0432\u0442.","\u043B\u0438\u0441\u0442\u043E\u043F.","\u0433\u0440\u0443\u0434."],wide:["\u0441\u0456\u0447\u0435\u043D\u044C","\u043B\u044E\u0442\u0438\u0439","\u0431\u0435\u0440\u0435\u0437\u0435\u043D\u044C","\u043A\u0432\u0456\u0442\u0435\u043D\u044C","\u0442\u0440\u0430\u0432\u0435\u043D\u044C","\u0447\u0435\u0440\u0432\u0435\u043D\u044C","\u043B\u0438\u043F\u0435\u043D\u044C","\u0441\u0435\u0440\u043F\u0435\u043D\u044C","\u0432\u0435\u0440\u0435\u0441\u0435\u043D\u044C","\u0436\u043E\u0432\u0442\u0435\u043D\u044C","\u043B\u0438\u0441\u0442\u043E\u043F\u0430\u0434","\u0433\u0440\u0443\u0434\u0435\u043D\u044C"]},aDe={narrow:["\u0421","\u041B","\u0411","\u041A","\u0422","\u0427","\u041B","\u0421","\u0412","\u0416","\u041B","\u0413"],abbreviated:["\u0441\u0456\u0447.","\u043B\u044E\u0442.","\u0431\u0435\u0440\u0435\u0437.","\u043A\u0432\u0456\u0442.","\u0442\u0440\u0430\u0432.","\u0447\u0435\u0440\u0432.","\u043B\u0438\u043F.","\u0441\u0435\u0440\u043F.","\u0432\u0435\u0440\u0435\u0441.","\u0436\u043E\u0432\u0442.","\u043B\u0438\u0441\u0442\u043E\u043F.","\u0433\u0440\u0443\u0434."],wide:["\u0441\u0456\u0447\u043D\u044F","\u043B\u044E\u0442\u043E\u0433\u043E","\u0431\u0435\u0440\u0435\u0437\u043D\u044F","\u043A\u0432\u0456\u0442\u043D\u044F","\u0442\u0440\u0430\u0432\u043D\u044F","\u0447\u0435\u0440\u0432\u043D\u044F","\u043B\u0438\u043F\u043D\u044F","\u0441\u0435\u0440\u043F\u043D\u044F","\u0432\u0435\u0440\u0435\u0441\u043D\u044F","\u0436\u043E\u0432\u0442\u043D\u044F","\u043B\u0438\u0441\u0442\u043E\u043F\u0430\u0434\u0430","\u0433\u0440\u0443\u0434\u043D\u044F"]},iDe={narrow:["\u041D","\u041F","\u0412","\u0421","\u0427","\u041F","\u0421"],short:["\u043D\u0434","\u043F\u043D","\u0432\u0442","\u0441\u0440","\u0447\u0442","\u043F\u0442","\u0441\u0431"],abbreviated:["\u043D\u0435\u0434","\u043F\u043E\u043D","\u0432\u0456\u0432","\u0441\u0435\u0440","\u0447\u0442\u0432","\u043F\u0442\u043D","\u0441\u0443\u0431"],wide:["\u043D\u0435\u0434\u0456\u043B\u044F","\u043F\u043E\u043D\u0435\u0434\u0456\u043B\u043E\u043A","\u0432\u0456\u0432\u0442\u043E\u0440\u043E\u043A","\u0441\u0435\u0440\u0435\u0434\u0430","\u0447\u0435\u0442\u0432\u0435\u0440","\u043F\u2019\u044F\u0442\u043D\u0438\u0446\u044F","\u0441\u0443\u0431\u043E\u0442\u0430"]},oDe={narrow:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u0456\u0432\u043D.",noon:"\u043F\u043E\u043B.",morning:"\u0440\u0430\u043D\u043E\u043A",afternoon:"\u0434\u0435\u043D\u044C",evening:"\u0432\u0435\u0447.",night:"\u043D\u0456\u0447"},abbreviated:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u0456\u0432\u043D.",noon:"\u043F\u043E\u043B.",morning:"\u0440\u0430\u043D\u043E\u043A",afternoon:"\u0434\u0435\u043D\u044C",evening:"\u0432\u0435\u0447.",night:"\u043D\u0456\u0447"},wide:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u0456\u0432\u043D\u0456\u0447",noon:"\u043F\u043E\u043B\u0443\u0434\u0435\u043D\u044C",morning:"\u0440\u0430\u043D\u043E\u043A",afternoon:"\u0434\u0435\u043D\u044C",evening:"\u0432\u0435\u0447\u0456\u0440",night:"\u043D\u0456\u0447"}},sDe={narrow:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u0456\u0432\u043D.",noon:"\u043F\u043E\u043B.",morning:"\u0440\u0430\u043D\u043A\u0443",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u0456"},abbreviated:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u0456\u0432\u043D.",noon:"\u043F\u043E\u043B.",morning:"\u0440\u0430\u043D\u043A\u0443",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u0456"},wide:{am:"\u0414\u041F",pm:"\u041F\u041F",midnight:"\u043F\u0456\u0432\u043D\u0456\u0447",noon:"\u043F\u043E\u043B\u0443\u0434\u0435\u043D\u044C",morning:"\u0440\u0430\u043D\u043A\u0443",afternoon:"\u0434\u043D\u044F",evening:"\u0432\u0435\u0447.",night:"\u043D\u043E\u0447\u0456"}},lDe=function(e,t){var n=String(t==null?void 0:t.unit),r=Number(e),a;return n==="date"?r===3||r===23?a="-\u0454":a="-\u0435":n==="minute"||n==="second"||n==="hour"?a="-\u0430":a="-\u0439",r+a},uDe={ordinalNumber:lDe,era:S({values:tDe,defaultWidth:"wide"}),quarter:S({values:nDe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:rDe,defaultWidth:"wide",formattingValues:aDe,defaultFormattingWidth:"wide"}),day:S({values:iDe,defaultWidth:"wide"}),dayPeriod:S({values:oDe,defaultWidth:"any",formattingValues:sDe,defaultFormattingWidth:"wide"})};const cDe=uDe;var dDe=/^(\d+)(-?(е|й|є|а|я))?/i,fDe=/\d+/i,hDe={narrow:/^((до )?н\.?\s?е\.?)/i,abbreviated:/^((до )?н\.?\s?е\.?)/i,wide:/^(до нашої ери|нашої ери|наша ера)/i},mDe={any:[/^д/i,/^н/i]},pDe={narrow:/^[1234]/i,abbreviated:/^[1234](-?[иі]?й?)? кв.?/i,wide:/^[1234](-?[иі]?й?)? квартал/i},gDe={any:[/1/i,/2/i,/3/i,/4/i]},vDe={narrow:/^[слбктчвжг]/i,abbreviated:/^(січ|лют|бер|берез|кві|трав?|чер|лип|сер|вер|жов|лис(топ)?|груд)\.?/i,wide:/^(січень|січня|лютий|лютого|березень|березня|квітень|квітня|травень|травня|липень|липня|серпень|серпня|вересень|вересня|жовтень|жовтня|листопада?|грудень|грудня)/i},bDe={narrow:[/^с/i,/^л/i,/^б/i,/^к/i,/^т/i,/^ч/i,/^л/i,/^с/i,/^в/i,/^ж/i,/^л/i,/^г/i],any:[/^сі/i,/^лю/i,/^б/i,/^к/i,/^т/i,/^ч/i,/^лип/i,/^се/i,/^в/i,/^ж/i,/^лис/i,/^г/i]},yDe={narrow:/^[нпвсч]/i,short:/^(нд|пн|вт|ср|чт|пт|сб)\.?/i,abbreviated:/^(нед|пон|вів|сер|че?тв|птн?|суб)\.?/i,wide:/^(неділ[яі]|понеділ[ок][ка]|вівтор[ок][ка]|серед[аи]|четвер(га)?|п\W*?ятниц[яі]|субот[аи])/i},wDe={narrow:[/^н/i,/^п/i,/^в/i,/^с/i,/^ч/i,/^п/i,/^с/i],any:[/^н/i,/^п[он]/i,/^в/i,/^с[ер]/i,/^ч/i,/^п\W*?[ят]/i,/^с[уб]/i]},kDe={narrow:/^([дп]п|півн\.?|пол\.?|ранок|ранку|день|дня|веч\.?|ніч|ночі)/i,abbreviated:/^([дп]п|півн\.?|пол\.?|ранок|ранку|день|дня|веч\.?|ніч|ночі)/i,wide:/^([дп]п|північ|полудень|ранок|ранку|день|дня|вечір|вечора|ніч|ночі)/i},xDe={any:{am:/^дп/i,pm:/^пп/i,midnight:/^півн/i,noon:/^пол/i,morning:/^р/i,afternoon:/^д[ен]/i,evening:/^в/i,night:/^н/i}},PDe={ordinalNumber:Le({matchPattern:dDe,parsePattern:fDe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:hDe,defaultMatchWidth:"wide",parsePatterns:mDe,defaultParseWidth:"any"}),quarter:C({matchPatterns:pDe,defaultMatchWidth:"wide",parsePatterns:gDe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:vDe,defaultMatchWidth:"wide",parsePatterns:bDe,defaultParseWidth:"any"}),day:C({matchPatterns:yDe,defaultMatchWidth:"wide",parsePatterns:wDe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:kDe,defaultMatchWidth:"wide",parsePatterns:xDe,defaultParseWidth:"any"})};const MDe=PDe;var ADe={code:"uk",formatDistance:BIe,formatLong:KIe,formatRelative:eDe,localize:cDe,match:MDe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const SDe=ADe;var CDe={lessThanXSeconds:{one:"sekunddan kam",other:"{{count}} sekunddan kam"},xSeconds:{one:"1 sekund",other:"{{count}} sekund"},halfAMinute:"yarim minut",lessThanXMinutes:{one:"bir minutdan kam",other:"{{count}} minutdan kam"},xMinutes:{one:"1 minut",other:"{{count}} minut"},aboutXHours:{one:"tahminan 1 soat",other:"tahminan {{count}} soat"},xHours:{one:"1 soat",other:"{{count}} soat"},xDays:{one:"1 kun",other:"{{count}} kun"},aboutXWeeks:{one:"tahminan 1 hafta",other:"tahminan {{count}} hafta"},xWeeks:{one:"1 hafta",other:"{{count}} hafta"},aboutXMonths:{one:"tahminan 1 oy",other:"tahminan {{count}} oy"},xMonths:{one:"1 oy",other:"{{count}} oy"},aboutXYears:{one:"tahminan 1 yil",other:"tahminan {{count}} yil"},xYears:{one:"1 yil",other:"{{count}} yil"},overXYears:{one:"1 yildan ko'p",other:"{{count}} yildan ko'p"},almostXYears:{one:"deyarli 1 yil",other:"deyarli {{count}} yil"}},EDe=function(e,t,n){var r,a=CDe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+" dan keyin":r+" oldin":r};const WDe=EDe;var jDe={full:"EEEE, do MMMM, y",long:"do MMMM, y",medium:"d MMM, y",short:"dd/MM/yyyy"},ODe={full:"h:mm:ss zzzz",long:"h:mm:ss z",medium:"h:mm:ss",short:"h:mm"},TDe={any:"{{date}}, {{time}}"},zDe={date:D({formats:jDe,defaultWidth:"full"}),time:D({formats:ODe,defaultWidth:"full"}),dateTime:D({formats:TDe,defaultWidth:"any"})};const NDe=zDe;var _De={lastWeek:"'oldingi' eeee p 'da'",yesterday:"'kecha' p 'da'",today:"'bugun' p 'da'",tomorrow:"'ertaga' p 'da'",nextWeek:"eeee p 'da'",other:"P"},RDe=function(e,t,n,r){return _De[e]};const IDe=RDe;var DDe={narrow:["M.A","M."],abbreviated:["M.A","M."],wide:["Miloddan Avvalgi","Milodiy"]},LDe={narrow:["1","2","3","4"],abbreviated:["CH.1","CH.2","CH.3","CH.4"],wide:["1-chi chorak","2-chi chorak","3-chi chorak","4-chi chorak"]},HDe={narrow:["Y","F","M","A","M","I","I","A","S","O","N","D"],abbreviated:["Yan","Fev","Mar","Apr","May","Iyun","Iyul","Avg","Sen","Okt","Noy","Dek"],wide:["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avgust","Sentabr","Oktabr","Noyabr","Dekabr"]},FDe={narrow:["Y","D","S","CH","P","J","SH"],short:["Ya","Du","Se","Cho","Pa","Ju","Sha"],abbreviated:["Yak","Dush","Sesh","Chor","Pay","Jum","Shan"],wide:["Yakshanba","Dushanba","Seshanba","Chorshanba","Payshanba","Juma","Shanba"]},BDe={narrow:{am:"a",pm:"p",midnight:"y.t",noon:"p.",morning:"ertalab",afternoon:"tushdan keyin",evening:"kechqurun",night:"tun"},abbreviated:{am:"AM",pm:"PM",midnight:"yarim tun",noon:"peshin",morning:"ertalab",afternoon:"tushdan keyin",evening:"kechqurun",night:"tun"},wide:{am:"a.m.",pm:"p.m.",midnight:"yarim tun",noon:"peshin",morning:"ertalab",afternoon:"tushdan keyin",evening:"kechqurun",night:"tun"}},XDe={narrow:{am:"a",pm:"p",midnight:"y.t",noon:"p.",morning:"ertalab",afternoon:"tushdan keyin",evening:"kechqurun",night:"tun"},abbreviated:{am:"AM",pm:"PM",midnight:"yarim tun",noon:"peshin",morning:"ertalab",afternoon:"tushdan keyin",evening:"kechqurun",night:"tun"},wide:{am:"a.m.",pm:"p.m.",midnight:"yarim tun",noon:"peshin",morning:"ertalab",afternoon:"tushdan keyin",evening:"kechqurun",night:"tun"}},UDe=function(e,t){return String(e)},GDe={ordinalNumber:UDe,era:S({values:DDe,defaultWidth:"wide"}),quarter:S({values:LDe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:HDe,defaultWidth:"wide"}),day:S({values:FDe,defaultWidth:"wide"}),dayPeriod:S({values:BDe,defaultWidth:"wide",formattingValues:XDe,defaultFormattingWidth:"wide"})};const YDe=GDe;var KDe=/^(\d+)(chi)?/i,qDe=/\d+/i,VDe={narrow:/^(m\.a|m\.)/i,abbreviated:/^(m\.a\.?\s?m\.?)/i,wide:/^(miloddan avval|miloddan keyin)/i},JDe={any:[/^b/i,/^(a|c)/i]},QDe={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](chi)? chorak/i},$De={any:[/1/i,/2/i,/3/i,/4/i]},ZDe={narrow:/^[yfmasond]/i,abbreviated:/^(yan|fev|mar|apr|may|iyun|iyul|avg|sen|okt|noy|dek)/i,wide:/^(yanvar|fevral|mart|aprel|may|iyun|iyul|avgust|sentabr|oktabr|noyabr|dekabr)/i},eLe={narrow:[/^y/i,/^f/i,/^m/i,/^a/i,/^m/i,/^i/i,/^i/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ya/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^iyun/i,/^iyul/i,/^av/i,/^s/i,/^o/i,/^n/i,/^d/i]},tLe={narrow:/^[ydschj]/i,short:/^(ya|du|se|cho|pa|ju|sha)/i,abbreviated:/^(yak|dush|sesh|chor|pay|jum|shan)/i,wide:/^(yakshanba|dushanba|seshanba|chorshanba|payshanba|juma|shanba)/i},nLe={narrow:[/^y/i,/^d/i,/^s/i,/^ch/i,/^p/i,/^j/i,/^sh/i],any:[/^ya/i,/^d/i,/^se/i,/^ch/i,/^p/i,/^j/i,/^sh/i]},rLe={narrow:/^(a|p|y\.t|p| (ertalab|tushdan keyin|kechqurun|tun))/i,any:/^([ap]\.?\s?m\.?|yarim tun|peshin| (ertalab|tushdan keyin|kechqurun|tun))/i},aLe={any:{am:/^a/i,pm:/^p/i,midnight:/^y\.t/i,noon:/^pe/i,morning:/ertalab/i,afternoon:/tushdan keyin/i,evening:/kechqurun/i,night:/tun/i}},iLe={ordinalNumber:Le({matchPattern:KDe,parsePattern:qDe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:VDe,defaultMatchWidth:"wide",parsePatterns:JDe,defaultParseWidth:"any"}),quarter:C({matchPatterns:QDe,defaultMatchWidth:"wide",parsePatterns:$De,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:ZDe,defaultMatchWidth:"wide",parsePatterns:eLe,defaultParseWidth:"any"}),day:C({matchPatterns:tLe,defaultMatchWidth:"wide",parsePatterns:nLe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:rLe,defaultMatchWidth:"any",parsePatterns:aLe,defaultParseWidth:"any"})};const oLe=iLe;var sLe={code:"uz",formatDistance:WDe,formatLong:NDe,formatRelative:IDe,localize:YDe,match:oLe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const lLe=sLe;var uLe={lessThanXSeconds:{one:"1 \u0441\u043E\u043D\u0438\u044F\u0434\u0430\u043D \u043A\u0430\u043C",other:"{{count}} \u0441\u043E\u043D\u0438\u044F\u0434\u0430\u043D \u043A\u0430\u043C"},xSeconds:{one:"1 \u0441\u043E\u043D\u0438\u044F",other:"{{count}} \u0441\u043E\u043D\u0438\u044F"},halfAMinute:"\u044F\u0440\u0438\u043C \u0434\u0430\u049B\u0438\u049B\u0430",lessThanXMinutes:{one:"1 \u0434\u0430\u049B\u0438\u049B\u0430\u0434\u0430\u043D \u043A\u0430\u043C",other:"{{count}} \u0434\u0430\u049B\u0438\u049B\u0430\u0434\u0430\u043D \u043A\u0430\u043C"},xMinutes:{one:"1 \u0434\u0430\u049B\u0438\u049B\u0430",other:"{{count}} \u0434\u0430\u049B\u0438\u049B\u0430"},aboutXHours:{one:"\u0442\u0430\u0445\u043C\u0438\u043D\u0430\u043D 1 \u0441\u043E\u0430\u0442",other:"\u0442\u0430\u0445\u043C\u0438\u043D\u0430\u043D {{count}} \u0441\u043E\u0430\u0442"},xHours:{one:"1 \u0441\u043E\u0430\u0442",other:"{{count}} \u0441\u043E\u0430\u0442"},xDays:{one:"1 \u043A\u0443\u043D",other:"{{count}} \u043A\u0443\u043D"},aboutXWeeks:{one:"\u0442\u0430\u0445\u043C\u0438\u043D\u0430\u043D 1 \u0445\u0430\u0444\u0442\u0430",other:"\u0442\u0430\u0445\u043C\u0438\u043D\u0430\u043D {{count}} \u0445\u0430\u0444\u0442\u0430"},xWeeks:{one:"1 \u0445\u0430\u0444\u0442\u0430",other:"{{count}} \u0445\u0430\u0444\u0442\u0430"},aboutXMonths:{one:"\u0442\u0430\u0445\u043C\u0438\u043D\u0430\u043D 1 \u043E\u0439",other:"\u0442\u0430\u0445\u043C\u0438\u043D\u0430\u043D {{count}} \u043E\u0439"},xMonths:{one:"1 \u043E\u0439",other:"{{count}} \u043E\u0439"},aboutXYears:{one:"\u0442\u0430\u0445\u043C\u0438\u043D\u0430\u043D 1 \u0439\u0438\u043B",other:"\u0442\u0430\u0445\u043C\u0438\u043D\u0430\u043D {{count}} \u0439\u0438\u043B"},xYears:{one:"1 \u0439\u0438\u043B",other:"{{count}} \u0439\u0438\u043B"},overXYears:{one:"1 \u0439\u0438\u043B\u0434\u0430\u043D \u043A\u045E\u043F",other:"{{count}} \u0439\u0438\u043B\u0434\u0430\u043D \u043A\u045E\u043F"},almostXYears:{one:"\u0434\u0435\u044F\u0440\u043B\u0438 1 \u0439\u0438\u043B",other:"\u0434\u0435\u044F\u0440\u043B\u0438 {{count}} \u0439\u0438\u043B"}},cLe=function(e,t,n){var r,a=uLe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+"\u0434\u0430\u043D \u043A\u0435\u0439\u0438\u043D":r+" \u043E\u043B\u0434\u0438\u043D":r};const dLe=cLe;var fLe={full:"EEEE, do MMMM, y",long:"do MMMM, y",medium:"d MMM, y",short:"dd/MM/yyyy"},hLe={full:"H:mm:ss zzzz",long:"H:mm:ss z",medium:"H:mm:ss",short:"H:mm"},mLe={any:"{{date}}, {{time}}"},pLe={date:D({formats:fLe,defaultWidth:"full"}),time:D({formats:hLe,defaultWidth:"full"}),dateTime:D({formats:mLe,defaultWidth:"any"})};const gLe=pLe;var vLe={lastWeek:"'\u045E\u0442\u0433\u0430\u043D' eeee p '\u0434\u0430'",yesterday:"'\u043A\u0435\u0447\u0430' p '\u0434\u0430'",today:"'\u0431\u0443\u0433\u0443\u043D' p '\u0434\u0430'",tomorrow:"'\u044D\u0440\u0442\u0430\u0433\u0430' p '\u0434\u0430'",nextWeek:"eeee p '\u0434\u0430'",other:"P"},bLe=function(e,t,n,r){return vLe[e]};const yLe=bLe;var wLe={narrow:["\u041C.\u0410","\u041C"],abbreviated:["\u041C.\u0410","\u041C"],wide:["\u041C\u0438\u043B\u043E\u0434\u0434\u0430\u043D \u0410\u0432\u0432\u0430\u043B\u0433\u0438","\u041C\u0438\u043B\u043E\u0434\u0438\u0439"]},kLe={narrow:["1","2","3","4"],abbreviated:["1-\u0447\u043E\u0440.","2-\u0447\u043E\u0440.","3-\u0447\u043E\u0440.","4-\u0447\u043E\u0440."],wide:["1-\u0447\u043E\u0440\u0430\u043A","2-\u0447\u043E\u0440\u0430\u043A","3-\u0447\u043E\u0440\u0430\u043A","4-\u0447\u043E\u0440\u0430\u043A"]},xLe={narrow:["\u042F","\u0424","\u041C","\u0410","\u041C","\u0418","\u0418","\u0410","\u0421","\u041E","\u041D","\u0414"],abbreviated:["\u044F\u043D\u0432","\u0444\u0435\u0432","\u043C\u0430\u0440","\u0430\u043F\u0440","\u043C\u0430\u0439","\u0438\u044E\u043D","\u0438\u044E\u043B","\u0430\u0432\u0433","\u0441\u0435\u043D","\u043E\u043A\u0442","\u043D\u043E\u044F","\u0434\u0435\u043A"],wide:["\u044F\u043D\u0432\u0430\u0440","\u0444\u0435\u0432\u0440\u0430\u043B","\u043C\u0430\u0440\u0442","\u0430\u043F\u0440\u0435\u043B","\u043C\u0430\u0439","\u0438\u044E\u043D","\u0438\u044E\u043B","\u0430\u0432\u0433\u0443\u0441\u0442","\u0441\u0435\u043D\u0442\u0430\u0431\u0440","\u043E\u043A\u0442\u0430\u0431\u0440","\u043D\u043E\u044F\u0431\u0440","\u0434\u0435\u043A\u0430\u0431\u0440"]},PLe={narrow:["\u042F","\u0414","\u0421","\u0427","\u041F","\u0416","\u0428"],short:["\u044F\u043A","\u0434\u0443","\u0441\u0435","\u0447\u043E","\u043F\u0430","\u0436\u0443","\u0448\u0430"],abbreviated:["\u044F\u043A\u0448","\u0434\u0443\u0448","\u0441\u0435\u0448","\u0447\u043E\u0440","\u043F\u0430\u0439","\u0436\u0443\u043C","\u0448\u0430\u043D"],wide:["\u044F\u043A\u0448\u0430\u043D\u0431\u0430","\u0434\u0443\u0448\u0430\u043D\u0431\u0430","\u0441\u0435\u0448\u0430\u043D\u0431\u0430","\u0447\u043E\u0440\u0448\u0430\u043D\u0431\u0430","\u043F\u0430\u0439\u0448\u0430\u043D\u0431\u0430","\u0436\u0443\u043C\u0430","\u0448\u0430\u043D\u0431\u0430"]},MLe={any:{am:"\u041F.\u041E.",pm:"\u041F.\u041A.",midnight:"\u044F\u0440\u0438\u043C \u0442\u0443\u043D",noon:"\u043F\u0435\u0448\u0438\u043D",morning:"\u044D\u0440\u0442\u0430\u043B\u0430\u0431",afternoon:"\u043F\u0435\u0448\u0438\u043D\u0434\u0430\u043D \u043A\u0435\u0439\u0438\u043D",evening:"\u043A\u0435\u0447\u0430\u0441\u0438",night:"\u0442\u0443\u043D"}},ALe={any:{am:"\u041F.\u041E.",pm:"\u041F.\u041A.",midnight:"\u044F\u0440\u0438\u043C \u0442\u0443\u043D",noon:"\u043F\u0435\u0448\u0438\u043D",morning:"\u044D\u0440\u0442\u0430\u043B\u0430\u0431",afternoon:"\u043F\u0435\u0448\u0438\u043D\u0434\u0430\u043D \u043A\u0435\u0439\u0438\u043D",evening:"\u043A\u0435\u0447\u0430\u0441\u0438",night:"\u0442\u0443\u043D"}},SLe=function(e,t){return String(e)},CLe={ordinalNumber:SLe,era:S({values:wLe,defaultWidth:"wide"}),quarter:S({values:kLe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:xLe,defaultWidth:"wide"}),day:S({values:PLe,defaultWidth:"wide"}),dayPeriod:S({values:MLe,defaultWidth:"any",formattingValues:ALe,defaultFormattingWidth:"any"})};const ELe=CLe;var WLe=/^(\d+)(чи)?/i,jLe=/\d+/i,OLe={narrow:/^(м\.а|м\.)/i,abbreviated:/^(м\.а|м\.)/i,wide:/^(милоддан аввал|милоддан кейин)/i},TLe={any:[/^м/i,/^а/i]},zLe={narrow:/^[1234]/i,abbreviated:/^[1234]-чор./i,wide:/^[1234]-чорак/i},NLe={any:[/1/i,/2/i,/3/i,/4/i]},_Le={narrow:/^[яфмамииасонд]/i,abbreviated:/^(янв|фев|мар|апр|май|июн|июл|авг|сен|окт|ноя|дек)/i,wide:/^(январ|феврал|март|апрел|май|июн|июл|август|сентабр|октабр|ноябр|декабр)/i},RLe={narrow:[/^я/i,/^ф/i,/^м/i,/^а/i,/^м/i,/^и/i,/^и/i,/^а/i,/^с/i,/^о/i,/^н/i,/^д/i],any:[/^я/i,/^ф/i,/^мар/i,/^ап/i,/^май/i,/^июн/i,/^июл/i,/^ав/i,/^с/i,/^о/i,/^н/i,/^д/i]},ILe={narrow:/^[ядсчпжш]/i,short:/^(як|ду|се|чо|па|жу|ша)/i,abbreviated:/^(якш|душ|сеш|чор|пай|жум|шан)/i,wide:/^(якшанба|душанба|сешанба|чоршанба|пайшанба|жума|шанба)/i},DLe={narrow:[/^я/i,/^д/i,/^с/i,/^ч/i,/^п/i,/^ж/i,/^ш/i],any:[/^як/i,/^ду/i,/^се/i,/^чор/i,/^пай/i,/^жу/i,/^шан/i]},LLe={any:/^(п\.о\.|п\.к\.|ярим тун|пешиндан кейин|(эрталаб|пешиндан кейин|кечаси|тун))/i},HLe={any:{am:/^п\.о\./i,pm:/^п\.к\./i,midnight:/^ярим тун/i,noon:/^пешиндан кейин/i,morning:/эрталаб/i,afternoon:/пешиндан кейин/i,evening:/кечаси/i,night:/тун/i}},FLe={ordinalNumber:Le({matchPattern:WLe,parsePattern:jLe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:OLe,defaultMatchWidth:"wide",parsePatterns:TLe,defaultParseWidth:"any"}),quarter:C({matchPatterns:zLe,defaultMatchWidth:"wide",parsePatterns:NLe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:_Le,defaultMatchWidth:"wide",parsePatterns:RLe,defaultParseWidth:"any"}),day:C({matchPatterns:ILe,defaultMatchWidth:"wide",parsePatterns:DLe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:LLe,defaultMatchWidth:"any",parsePatterns:HLe,defaultParseWidth:"any"})};const BLe=FLe;var XLe={code:"uz-Cyrl",formatDistance:dLe,formatLong:gLe,formatRelative:yLe,localize:ELe,match:BLe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const ULe=XLe;var GLe={lessThanXSeconds:{one:"d\u01B0\u1EDBi 1 gi\xE2y",other:"d\u01B0\u1EDBi {{count}} gi\xE2y"},xSeconds:{one:"1 gi\xE2y",other:"{{count}} gi\xE2y"},halfAMinute:"n\u1EEDa ph\xFAt",lessThanXMinutes:{one:"d\u01B0\u1EDBi 1 ph\xFAt",other:"d\u01B0\u1EDBi {{count}} ph\xFAt"},xMinutes:{one:"1 ph\xFAt",other:"{{count}} ph\xFAt"},aboutXHours:{one:"kho\u1EA3ng 1 gi\u1EDD",other:"kho\u1EA3ng {{count}} gi\u1EDD"},xHours:{one:"1 gi\u1EDD",other:"{{count}} gi\u1EDD"},xDays:{one:"1 ng\xE0y",other:"{{count}} ng\xE0y"},aboutXWeeks:{one:"kho\u1EA3ng 1 tu\u1EA7n",other:"kho\u1EA3ng {{count}} tu\u1EA7n"},xWeeks:{one:"1 tu\u1EA7n",other:"{{count}} tu\u1EA7n"},aboutXMonths:{one:"kho\u1EA3ng 1 th\xE1ng",other:"kho\u1EA3ng {{count}} th\xE1ng"},xMonths:{one:"1 th\xE1ng",other:"{{count}} th\xE1ng"},aboutXYears:{one:"kho\u1EA3ng 1 n\u0103m",other:"kho\u1EA3ng {{count}} n\u0103m"},xYears:{one:"1 n\u0103m",other:"{{count}} n\u0103m"},overXYears:{one:"h\u01A1n 1 n\u0103m",other:"h\u01A1n {{count}} n\u0103m"},almostXYears:{one:"g\u1EA7n 1 n\u0103m",other:"g\u1EA7n {{count}} n\u0103m"}},YLe=function(e,t,n){var r,a=GLe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+" n\u1EEFa":r+" tr\u01B0\u1EDBc":r};const KLe=YLe;var qLe={full:"EEEE, 'ng\xE0y' d MMMM 'n\u0103m' y",long:"'ng\xE0y' d MMMM 'n\u0103m' y",medium:"d MMM 'n\u0103m' y",short:"dd/MM/y"},VLe={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"HH:mm"},JLe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},QLe={date:D({formats:qLe,defaultWidth:"full"}),time:D({formats:VLe,defaultWidth:"full"}),dateTime:D({formats:JLe,defaultWidth:"full"})};const $Le=QLe;var ZLe={lastWeek:"eeee 'tu\u1EA7n tr\u01B0\u1EDBc v\xE0o l\xFAc' p",yesterday:"'h\xF4m qua v\xE0o l\xFAc' p",today:"'h\xF4m nay v\xE0o l\xFAc' p",tomorrow:"'ng\xE0y mai v\xE0o l\xFAc' p",nextWeek:"eeee 't\u1EDBi v\xE0o l\xFAc' p",other:"P"},eHe=function(e,t,n,r){return ZLe[e]};const tHe=eHe;var nHe={narrow:["TCN","SCN"],abbreviated:["tr\u01B0\u1EDBc CN","sau CN"],wide:["tr\u01B0\u1EDBc C\xF4ng Nguy\xEAn","sau C\xF4ng Nguy\xEAn"]},rHe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["Qu\xFD 1","Qu\xFD 2","Qu\xFD 3","Qu\xFD 4"]},aHe={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["qu\xFD I","qu\xFD II","qu\xFD III","qu\xFD IV"]},iHe={narrow:["1","2","3","4","5","6","7","8","9","10","11","12"],abbreviated:["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"],wide:["Th\xE1ng M\u1ED9t","Th\xE1ng Hai","Th\xE1ng Ba","Th\xE1ng T\u01B0","Th\xE1ng N\u0103m","Th\xE1ng S\xE1u","Th\xE1ng B\u1EA3y","Th\xE1ng T\xE1m","Th\xE1ng Ch\xEDn","Th\xE1ng M\u01B0\u1EDDi","Th\xE1ng M\u01B0\u1EDDi M\u1ED9t","Th\xE1ng M\u01B0\u1EDDi Hai"]},oHe={narrow:["01","02","03","04","05","06","07","08","09","10","11","12"],abbreviated:["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"],wide:["th\xE1ng 01","th\xE1ng 02","th\xE1ng 03","th\xE1ng 04","th\xE1ng 05","th\xE1ng 06","th\xE1ng 07","th\xE1ng 08","th\xE1ng 09","th\xE1ng 10","th\xE1ng 11","th\xE1ng 12"]},sHe={narrow:["CN","T2","T3","T4","T5","T6","T7"],short:["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],abbreviated:["CN","Th\u1EE9 2","Th\u1EE9 3","Th\u1EE9 4","Th\u1EE9 5","Th\u1EE9 6","Th\u1EE9 7"],wide:["Ch\u1EE7 Nh\u1EADt","Th\u1EE9 Hai","Th\u1EE9 Ba","Th\u1EE9 T\u01B0","Th\u1EE9 N\u0103m","Th\u1EE9 S\xE1u","Th\u1EE9 B\u1EA3y"]},lHe={narrow:{am:"am",pm:"pm",midnight:"n\u1EEDa \u0111\xEAm",noon:"tr",morning:"sg",afternoon:"ch",evening:"t\u1ED1i",night:"\u0111\xEAm"},abbreviated:{am:"AM",pm:"PM",midnight:"n\u1EEDa \u0111\xEAm",noon:"tr\u01B0a",morning:"s\xE1ng",afternoon:"chi\u1EC1u",evening:"t\u1ED1i",night:"\u0111\xEAm"},wide:{am:"SA",pm:"CH",midnight:"n\u1EEDa \u0111\xEAm",noon:"tr\u01B0a",morning:"s\xE1ng",afternoon:"chi\u1EC1u",evening:"t\u1ED1i",night:"\u0111\xEAm"}},uHe={narrow:{am:"am",pm:"pm",midnight:"n\u1EEDa \u0111\xEAm",noon:"tr",morning:"sg",afternoon:"ch",evening:"t\u1ED1i",night:"\u0111\xEAm"},abbreviated:{am:"AM",pm:"PM",midnight:"n\u1EEDa \u0111\xEAm",noon:"tr\u01B0a",morning:"s\xE1ng",afternoon:"chi\u1EC1u",evening:"t\u1ED1i",night:"\u0111\xEAm"},wide:{am:"SA",pm:"CH",midnight:"n\u1EEDa \u0111\xEAm",noon:"gi\u1EEFa tr\u01B0a",morning:"v\xE0o bu\u1ED5i s\xE1ng",afternoon:"v\xE0o bu\u1ED5i chi\u1EC1u",evening:"v\xE0o bu\u1ED5i t\u1ED1i",night:"v\xE0o ban \u0111\xEAm"}},cHe=function(e,t){var n=Number(e),r=t==null?void 0:t.unit;if(r==="quarter")switch(n){case 1:return"I";case 2:return"II";case 3:return"III";case 4:return"IV"}else if(r==="day")switch(n){case 1:return"th\u1EE9 2";case 2:return"th\u1EE9 3";case 3:return"th\u1EE9 4";case 4:return"th\u1EE9 5";case 5:return"th\u1EE9 6";case 6:return"th\u1EE9 7";case 7:return"ch\u1EE7 nh\u1EADt"}else{if(r==="week")return n===1?"th\u1EE9 nh\u1EA5t":"th\u1EE9 "+n;if(r==="dayOfYear")return n===1?"\u0111\u1EA7u ti\xEAn":"th\u1EE9 "+n}return String(n)},dHe={ordinalNumber:cHe,era:S({values:nHe,defaultWidth:"wide"}),quarter:S({values:rHe,defaultWidth:"wide",formattingValues:aHe,defaultFormattingWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:iHe,defaultWidth:"wide",formattingValues:oHe,defaultFormattingWidth:"wide"}),day:S({values:sHe,defaultWidth:"wide"}),dayPeriod:S({values:lHe,defaultWidth:"wide",formattingValues:uHe,defaultFormattingWidth:"wide"})};const fHe=dHe;var hHe=/^(\d+)/i,mHe=/\d+/i,pHe={narrow:/^(tcn|scn)/i,abbreviated:/^(trước CN|sau CN)/i,wide:/^(trước Công Nguyên|sau Công Nguyên)/i},gHe={any:[/^t/i,/^s/i]},vHe={narrow:/^([1234]|i{1,3}v?)/i,abbreviated:/^q([1234]|i{1,3}v?)/i,wide:/^quý ([1234]|i{1,3}v?)/i},bHe={any:[/(1|i)$/i,/(2|ii)$/i,/(3|iii)$/i,/(4|iv)$/i]},yHe={narrow:/^(0?[2-9]|10|11|12|0?1)/i,abbreviated:/^thg[ _]?(0?[1-9](?!\d)|10|11|12)/i,wide:/^tháng ?(Một|Hai|Ba|Tư|Năm|Sáu|Bảy|Tám|Chín|Mười|Mười ?Một|Mười ?Hai|0?[1-9](?!\d)|10|11|12)/i},wHe={narrow:[/0?1$/i,/0?2/i,/3/,/4/,/5/,/6/,/7/,/8/,/9/,/10/,/11/,/12/],abbreviated:[/^thg[ _]?0?1(?!\d)/i,/^thg[ _]?0?2/i,/^thg[ _]?0?3/i,/^thg[ _]?0?4/i,/^thg[ _]?0?5/i,/^thg[ _]?0?6/i,/^thg[ _]?0?7/i,/^thg[ _]?0?8/i,/^thg[ _]?0?9/i,/^thg[ _]?10/i,/^thg[ _]?11/i,/^thg[ _]?12/i],wide:[/^tháng ?(Một|0?1(?!\d))/i,/^tháng ?(Hai|0?2)/i,/^tháng ?(Ba|0?3)/i,/^tháng ?(Tư|0?4)/i,/^tháng ?(Năm|0?5)/i,/^tháng ?(Sáu|0?6)/i,/^tháng ?(Bảy|0?7)/i,/^tháng ?(Tám|0?8)/i,/^tháng ?(Chín|0?9)/i,/^tháng ?(Mười|10)/i,/^tháng ?(Mười ?Một|11)/i,/^tháng ?(Mười ?Hai|12)/i]},kHe={narrow:/^(CN|T2|T3|T4|T5|T6|T7)/i,short:/^(CN|Th ?2|Th ?3|Th ?4|Th ?5|Th ?6|Th ?7)/i,abbreviated:/^(CN|Th ?2|Th ?3|Th ?4|Th ?5|Th ?6|Th ?7)/i,wide:/^(Chủ ?Nhật|Chúa ?Nhật|thứ ?Hai|thứ ?Ba|thứ ?Tư|thứ ?Năm|thứ ?Sáu|thứ ?Bảy)/i},xHe={narrow:[/CN/i,/2/i,/3/i,/4/i,/5/i,/6/i,/7/i],short:[/CN/i,/2/i,/3/i,/4/i,/5/i,/6/i,/7/i],abbreviated:[/CN/i,/2/i,/3/i,/4/i,/5/i,/6/i,/7/i],wide:[/(Chủ|Chúa) ?Nhật/i,/Hai/i,/Ba/i,/Tư/i,/Năm/i,/Sáu/i,/Bảy/i]},PHe={narrow:/^(a|p|nửa đêm|trưa|(giờ) (sáng|chiều|tối|đêm))/i,abbreviated:/^(am|pm|nửa đêm|trưa|(giờ) (sáng|chiều|tối|đêm))/i,wide:/^(ch[^i]*|sa|nửa đêm|trưa|(giờ) (sáng|chiều|tối|đêm))/i},MHe={any:{am:/^(a|sa)/i,pm:/^(p|ch[^i]*)/i,midnight:/nửa đêm/i,noon:/trưa/i,morning:/sáng/i,afternoon:/chiều/i,evening:/tối/i,night:/^đêm/i}},AHe={ordinalNumber:Le({matchPattern:hHe,parsePattern:mHe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:pHe,defaultMatchWidth:"wide",parsePatterns:gHe,defaultParseWidth:"any"}),quarter:C({matchPatterns:vHe,defaultMatchWidth:"wide",parsePatterns:bHe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:yHe,defaultMatchWidth:"wide",parsePatterns:wHe,defaultParseWidth:"wide"}),day:C({matchPatterns:kHe,defaultMatchWidth:"wide",parsePatterns:xHe,defaultParseWidth:"wide"}),dayPeriod:C({matchPatterns:PHe,defaultMatchWidth:"wide",parsePatterns:MHe,defaultParseWidth:"any"})};const SHe=AHe;var CHe={code:"vi",formatDistance:KLe,formatLong:$Le,formatRelative:tHe,localize:fHe,match:SHe,options:{weekStartsOn:1,firstWeekContainsDate:1}};const EHe=CHe;var WHe={lessThanXSeconds:{one:"\u4E0D\u5230 1 \u79D2",other:"\u4E0D\u5230 {{count}} \u79D2"},xSeconds:{one:"1 \u79D2",other:"{{count}} \u79D2"},halfAMinute:"\u534A\u5206\u949F",lessThanXMinutes:{one:"\u4E0D\u5230 1 \u5206\u949F",other:"\u4E0D\u5230 {{count}} \u5206\u949F"},xMinutes:{one:"1 \u5206\u949F",other:"{{count}} \u5206\u949F"},xHours:{one:"1 \u5C0F\u65F6",other:"{{count}} \u5C0F\u65F6"},aboutXHours:{one:"\u5927\u7EA6 1 \u5C0F\u65F6",other:"\u5927\u7EA6 {{count}} \u5C0F\u65F6"},xDays:{one:"1 \u5929",other:"{{count}} \u5929"},aboutXWeeks:{one:"\u5927\u7EA6 1 \u4E2A\u661F\u671F",other:"\u5927\u7EA6 {{count}} \u4E2A\u661F\u671F"},xWeeks:{one:"1 \u4E2A\u661F\u671F",other:"{{count}} \u4E2A\u661F\u671F"},aboutXMonths:{one:"\u5927\u7EA6 1 \u4E2A\u6708",other:"\u5927\u7EA6 {{count}} \u4E2A\u6708"},xMonths:{one:"1 \u4E2A\u6708",other:"{{count}} \u4E2A\u6708"},aboutXYears:{one:"\u5927\u7EA6 1 \u5E74",other:"\u5927\u7EA6 {{count}} \u5E74"},xYears:{one:"1 \u5E74",other:"{{count}} \u5E74"},overXYears:{one:"\u8D85\u8FC7 1 \u5E74",other:"\u8D85\u8FC7 {{count}} \u5E74"},almostXYears:{one:"\u5C06\u8FD1 1 \u5E74",other:"\u5C06\u8FD1 {{count}} \u5E74"}},jHe=function(e,t,n){var r,a=WHe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+"\u5185":r+"\u524D":r};const OHe=jHe;var THe={full:"y'\u5E74'M'\u6708'd'\u65E5' EEEE",long:"y'\u5E74'M'\u6708'd'\u65E5'",medium:"yyyy-MM-dd",short:"yy-MM-dd"},zHe={full:"zzzz a h:mm:ss",long:"z a h:mm:ss",medium:"a h:mm:ss",short:"a h:mm"},NHe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},_He={date:D({formats:THe,defaultWidth:"full"}),time:D({formats:zHe,defaultWidth:"full"}),dateTime:D({formats:NHe,defaultWidth:"full"})};const RHe=_He;function sA(e,t,n){var r="eeee p";return zn(e,t,n)?r:e.getTime()>t.getTime()?"'\u4E0B\u4E2A'"+r:"'\u4E0A\u4E2A'"+r}var IHe={lastWeek:sA,yesterday:"'\u6628\u5929' p",today:"'\u4ECA\u5929' p",tomorrow:"'\u660E\u5929' p",nextWeek:sA,other:"PP p"},DHe=function(e,t,n,r){var a=IHe[e];return typeof a=="function"?a(t,n,r):a};const LHe=DHe;var HHe={narrow:["\u524D","\u516C\u5143"],abbreviated:["\u524D","\u516C\u5143"],wide:["\u516C\u5143\u524D","\u516C\u5143"]},FHe={narrow:["1","2","3","4"],abbreviated:["\u7B2C\u4E00\u5B63","\u7B2C\u4E8C\u5B63","\u7B2C\u4E09\u5B63","\u7B2C\u56DB\u5B63"],wide:["\u7B2C\u4E00\u5B63\u5EA6","\u7B2C\u4E8C\u5B63\u5EA6","\u7B2C\u4E09\u5B63\u5EA6","\u7B2C\u56DB\u5B63\u5EA6"]},BHe={narrow:["\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D","\u4E03","\u516B","\u4E5D","\u5341","\u5341\u4E00","\u5341\u4E8C"],abbreviated:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],wide:["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"]},XHe={narrow:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],short:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],abbreviated:["\u5468\u65E5","\u5468\u4E00","\u5468\u4E8C","\u5468\u4E09","\u5468\u56DB","\u5468\u4E94","\u5468\u516D"],wide:["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"]},UHe={narrow:{am:"\u4E0A",pm:"\u4E0B",midnight:"\u51CC\u6668",noon:"\u5348",morning:"\u65E9",afternoon:"\u4E0B\u5348",evening:"\u665A",night:"\u591C"},abbreviated:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u95F4"},wide:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u95F4"}},GHe={narrow:{am:"\u4E0A",pm:"\u4E0B",midnight:"\u51CC\u6668",noon:"\u5348",morning:"\u65E9",afternoon:"\u4E0B\u5348",evening:"\u665A",night:"\u591C"},abbreviated:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u95F4"},wide:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u95F4"}},YHe=function(e,t){var n=Number(e);switch(t==null?void 0:t.unit){case"date":return n.toString()+"\u65E5";case"hour":return n.toString()+"\u65F6";case"minute":return n.toString()+"\u5206";case"second":return n.toString()+"\u79D2";default:return"\u7B2C "+n.toString()}},KHe={ordinalNumber:YHe,era:S({values:HHe,defaultWidth:"wide"}),quarter:S({values:FHe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:BHe,defaultWidth:"wide"}),day:S({values:XHe,defaultWidth:"wide"}),dayPeriod:S({values:UHe,defaultWidth:"wide",formattingValues:GHe,defaultFormattingWidth:"wide"})};const qHe=KHe;var VHe=/^(第\s*)?\d+(日|时|分|秒)?/i,JHe=/\d+/i,QHe={narrow:/^(前)/i,abbreviated:/^(前)/i,wide:/^(公元前|公元)/i},$He={any:[/^(前)/i,/^(公元)/i]},ZHe={narrow:/^[1234]/i,abbreviated:/^第[一二三四]刻/i,wide:/^第[一二三四]刻钟/i},eFe={any:[/(1|一)/i,/(2|二)/i,/(3|三)/i,/(4|四)/i]},tFe={narrow:/^(一|二|三|四|五|六|七|八|九|十[二一])/i,abbreviated:/^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,wide:/^(一|二|三|四|五|六|七|八|九|十[二一])月/i},nFe={narrow:[/^一/i,/^二/i,/^三/i,/^四/i,/^五/i,/^六/i,/^七/i,/^八/i,/^九/i,/^十(?!(一|二))/i,/^十一/i,/^十二/i],any:[/^一|1/i,/^二|2/i,/^三|3/i,/^四|4/i,/^五|5/i,/^六|6/i,/^七|7/i,/^八|8/i,/^九|9/i,/^十(?!(一|二))|10/i,/^十一|11/i,/^十二|12/i]},rFe={narrow:/^[一二三四五六日]/i,short:/^[一二三四五六日]/i,abbreviated:/^周[一二三四五六日]/i,wide:/^星期[一二三四五六日]/i},aFe={any:[/日/i,/一/i,/二/i,/三/i,/四/i,/五/i,/六/i]},iFe={any:/^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨|)/i},oFe={any:{am:/^上午?/i,pm:/^下午?/i,midnight:/^午夜/i,noon:/^[中正]午/i,morning:/^早上/i,afternoon:/^下午/i,evening:/^晚上?/i,night:/^凌晨/i}},sFe={ordinalNumber:Le({matchPattern:VHe,parsePattern:JHe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:QHe,defaultMatchWidth:"wide",parsePatterns:$He,defaultParseWidth:"any"}),quarter:C({matchPatterns:ZHe,defaultMatchWidth:"wide",parsePatterns:eFe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:tFe,defaultMatchWidth:"wide",parsePatterns:nFe,defaultParseWidth:"any"}),day:C({matchPatterns:rFe,defaultMatchWidth:"wide",parsePatterns:aFe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:iFe,defaultMatchWidth:"any",parsePatterns:oFe,defaultParseWidth:"any"})};const lFe=sFe;var uFe={code:"zh-CN",formatDistance:OHe,formatLong:RHe,formatRelative:LHe,localize:qHe,match:lFe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const cFe=uFe;var dFe={lessThanXSeconds:{one:"\u5C11\u65BC 1 \u79D2",other:"\u5C11\u65BC {{count}} \u79D2"},xSeconds:{one:"1 \u79D2",other:"{{count}} \u79D2"},halfAMinute:"\u534A\u5206\u9418",lessThanXMinutes:{one:"\u5C11\u65BC 1 \u5206\u9418",other:"\u5C11\u65BC {{count}} \u5206\u9418"},xMinutes:{one:"1 \u5206\u9418",other:"{{count}} \u5206\u9418"},xHours:{one:"1 \u5C0F\u6642",other:"{{count}} \u5C0F\u6642"},aboutXHours:{one:"\u5927\u7D04 1 \u5C0F\u6642",other:"\u5927\u7D04 {{count}} \u5C0F\u6642"},xDays:{one:"1 \u5929",other:"{{count}} \u5929"},aboutXWeeks:{one:"\u5927\u7D04 1 \u500B\u661F\u671F",other:"\u5927\u7D04 {{count}} \u500B\u661F\u671F"},xWeeks:{one:"1 \u500B\u661F\u671F",other:"{{count}} \u500B\u661F\u671F"},aboutXMonths:{one:"\u5927\u7D04 1 \u500B\u6708",other:"\u5927\u7D04 {{count}} \u500B\u6708"},xMonths:{one:"1 \u500B\u6708",other:"{{count}} \u500B\u6708"},aboutXYears:{one:"\u5927\u7D04 1 \u5E74",other:"\u5927\u7D04 {{count}} \u5E74"},xYears:{one:"1 \u5E74",other:"{{count}} \u5E74"},overXYears:{one:"\u8D85\u904E 1 \u5E74",other:"\u8D85\u904E {{count}} \u5E74"},almostXYears:{one:"\u5C07\u8FD1 1 \u5E74",other:"\u5C07\u8FD1 {{count}} \u5E74"}},fFe=function(e,t,n){var r,a=dFe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+"\u5167":r+"\u524D":r};const hFe=fFe;var mFe={full:"y'\u5E74'M'\u6708'd'\u65E5' EEEE",long:"y'\u5E74'M'\u6708'd'\u65E5'",medium:"yyyy-MM-dd",short:"yy-MM-dd"},pFe={full:"zzzz a h:mm:ss",long:"z a h:mm:ss",medium:"a h:mm:ss",short:"a h:mm"},gFe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},vFe={date:D({formats:mFe,defaultWidth:"full"}),time:D({formats:pFe,defaultWidth:"full"}),dateTime:D({formats:gFe,defaultWidth:"full"})};const bFe=vFe;var yFe={lastWeek:"'\u4E0A\u500B'eeee p",yesterday:"'\u6628\u5929' p",today:"'\u4ECA\u5929' p",tomorrow:"'\u660E\u5929' p",nextWeek:"'\u4E0B\u500B'eeee p",other:"P"},wFe=function(e,t,n,r){return yFe[e]};const kFe=wFe;var xFe={narrow:["\u524D","\u516C\u5143"],abbreviated:["\u524D","\u516C\u5143"],wide:["\u516C\u5143\u524D","\u516C\u5143"]},PFe={narrow:["1","2","3","4"],abbreviated:["\u7B2C\u4E00\u5B63","\u7B2C\u4E8C\u5B63","\u7B2C\u4E09\u5B63","\u7B2C\u56DB\u5B63"],wide:["\u7B2C\u4E00\u5B63\u5EA6","\u7B2C\u4E8C\u5B63\u5EA6","\u7B2C\u4E09\u5B63\u5EA6","\u7B2C\u56DB\u5B63\u5EA6"]},MFe={narrow:["\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D","\u4E03","\u516B","\u4E5D","\u5341","\u5341\u4E00","\u5341\u4E8C"],abbreviated:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],wide:["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"]},AFe={narrow:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],short:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],abbreviated:["\u9031\u65E5","\u9031\u4E00","\u9031\u4E8C","\u9031\u4E09","\u9031\u56DB","\u9031\u4E94","\u9031\u516D"],wide:["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"]},SFe={narrow:{am:"\u4E0A",pm:"\u4E0B",midnight:"\u5348\u591C",noon:"\u664C",morning:"\u65E9",afternoon:"\u5348",evening:"\u665A",night:"\u591C"},abbreviated:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u5348\u591C",noon:"\u4E2D\u5348",morning:"\u4E0A\u5348",afternoon:"\u4E0B\u5348",evening:"\u665A\u4E0A",night:"\u591C\u665A"},wide:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u5348\u591C",noon:"\u4E2D\u5348",morning:"\u4E0A\u5348",afternoon:"\u4E0B\u5348",evening:"\u665A\u4E0A",night:"\u591C\u665A"}},CFe={narrow:{am:"\u4E0A",pm:"\u4E0B",midnight:"\u5348\u591C",noon:"\u664C",morning:"\u65E9",afternoon:"\u5348",evening:"\u665A",night:"\u591C"},abbreviated:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u5348\u591C",noon:"\u4E2D\u5348",morning:"\u4E0A\u5348",afternoon:"\u4E0B\u5348",evening:"\u665A\u4E0A",night:"\u591C\u665A"},wide:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u5348\u591C",noon:"\u4E2D\u5348",morning:"\u4E0A\u5348",afternoon:"\u4E0B\u5348",evening:"\u665A\u4E0A",night:"\u591C\u665A"}},EFe=function(e,t){var n=Number(e);switch(t==null?void 0:t.unit){case"date":return n+"\u65E5";case"hour":return n+"\u6642";case"minute":return n+"\u5206";case"second":return n+"\u79D2";default:return"\u7B2C "+n}},WFe={ordinalNumber:EFe,era:S({values:xFe,defaultWidth:"wide"}),quarter:S({values:PFe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:MFe,defaultWidth:"wide"}),day:S({values:AFe,defaultWidth:"wide"}),dayPeriod:S({values:SFe,defaultWidth:"wide",formattingValues:CFe,defaultFormattingWidth:"wide"})};const jFe=WFe;var OFe=/^(第\s*)?\d+(日|時|分|秒)?/i,TFe=/\d+/i,zFe={narrow:/^(前)/i,abbreviated:/^(前)/i,wide:/^(公元前|公元)/i},NFe={any:[/^(前)/i,/^(公元)/i]},_Fe={narrow:/^[1234]/i,abbreviated:/^第[一二三四]季/i,wide:/^第[一二三四]季度/i},RFe={any:[/(1|一)/i,/(2|二)/i,/(3|三)/i,/(4|四)/i]},IFe={narrow:/^(一|二|三|四|五|六|七|八|九|十[二一])/i,abbreviated:/^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,wide:/^(一|二|三|四|五|六|七|八|九|十[二一])月/i},DFe={narrow:[/^一/i,/^二/i,/^三/i,/^四/i,/^五/i,/^六/i,/^七/i,/^八/i,/^九/i,/^十(?!(一|二))/i,/^十一/i,/^十二/i],any:[/^一|1/i,/^二|2/i,/^三|3/i,/^四|4/i,/^五|5/i,/^六|6/i,/^七|7/i,/^八|8/i,/^九|9/i,/^十(?!(一|二))|10/i,/^十一|11/i,/^十二|12/i]},LFe={narrow:/^[一二三四五六日]/i,short:/^[一二三四五六日]/i,abbreviated:/^週[一二三四五六日]/i,wide:/^星期[一二三四五六日]/i},HFe={any:[/日/i,/一/i,/二/i,/三/i,/四/i,/五/i,/六/i]},FFe={any:/^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨)/i},BFe={any:{am:/^上午?/i,pm:/^下午?/i,midnight:/^午夜/i,noon:/^[中正]午/i,morning:/^早上/i,afternoon:/^下午/i,evening:/^晚上?/i,night:/^凌晨/i}},XFe={ordinalNumber:Le({matchPattern:OFe,parsePattern:TFe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:zFe,defaultMatchWidth:"wide",parsePatterns:NFe,defaultParseWidth:"any"}),quarter:C({matchPatterns:_Fe,defaultMatchWidth:"wide",parsePatterns:RFe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:IFe,defaultMatchWidth:"wide",parsePatterns:DFe,defaultParseWidth:"any"}),day:C({matchPatterns:LFe,defaultMatchWidth:"wide",parsePatterns:HFe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:FFe,defaultMatchWidth:"any",parsePatterns:BFe,defaultParseWidth:"any"})};const UFe=XFe;var GFe={code:"zh-HK",formatDistance:hFe,formatLong:bFe,formatRelative:kFe,localize:jFe,match:UFe,options:{weekStartsOn:0,firstWeekContainsDate:1}};const YFe=GFe;var KFe={lessThanXSeconds:{one:"\u5C11\u65BC 1 \u79D2",other:"\u5C11\u65BC {{count}} \u79D2"},xSeconds:{one:"1 \u79D2",other:"{{count}} \u79D2"},halfAMinute:"\u534A\u5206\u9418",lessThanXMinutes:{one:"\u5C11\u65BC 1 \u5206\u9418",other:"\u5C11\u65BC {{count}} \u5206\u9418"},xMinutes:{one:"1 \u5206\u9418",other:"{{count}} \u5206\u9418"},xHours:{one:"1 \u5C0F\u6642",other:"{{count}} \u5C0F\u6642"},aboutXHours:{one:"\u5927\u7D04 1 \u5C0F\u6642",other:"\u5927\u7D04 {{count}} \u5C0F\u6642"},xDays:{one:"1 \u5929",other:"{{count}} \u5929"},aboutXWeeks:{one:"\u5927\u7D04 1 \u500B\u661F\u671F",other:"\u5927\u7D04 {{count}} \u500B\u661F\u671F"},xWeeks:{one:"1 \u500B\u661F\u671F",other:"{{count}} \u500B\u661F\u671F"},aboutXMonths:{one:"\u5927\u7D04 1 \u500B\u6708",other:"\u5927\u7D04 {{count}} \u500B\u6708"},xMonths:{one:"1 \u500B\u6708",other:"{{count}} \u500B\u6708"},aboutXYears:{one:"\u5927\u7D04 1 \u5E74",other:"\u5927\u7D04 {{count}} \u5E74"},xYears:{one:"1 \u5E74",other:"{{count}} \u5E74"},overXYears:{one:"\u8D85\u904E 1 \u5E74",other:"\u8D85\u904E {{count}} \u5E74"},almostXYears:{one:"\u5C07\u8FD1 1 \u5E74",other:"\u5C07\u8FD1 {{count}} \u5E74"}},qFe=function(e,t,n){var r,a=KFe[e];return typeof a=="string"?r=a:t===1?r=a.one:r=a.other.replace("{{count}}",String(t)),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?r+"\u5167":r+"\u524D":r};const VFe=qFe;var JFe={full:"y'\u5E74'M'\u6708'd'\u65E5' EEEE",long:"y'\u5E74'M'\u6708'd'\u65E5'",medium:"yyyy-MM-dd",short:"yy-MM-dd"},QFe={full:"zzzz a h:mm:ss",long:"z a h:mm:ss",medium:"a h:mm:ss",short:"a h:mm"},$Fe={full:"{{date}} {{time}}",long:"{{date}} {{time}}",medium:"{{date}} {{time}}",short:"{{date}} {{time}}"},ZFe={date:D({formats:JFe,defaultWidth:"full"}),time:D({formats:QFe,defaultWidth:"full"}),dateTime:D({formats:$Fe,defaultWidth:"full"})};const eBe=ZFe;var tBe={lastWeek:"'\u4E0A\u500B'eeee p",yesterday:"'\u6628\u5929' p",today:"'\u4ECA\u5929' p",tomorrow:"'\u660E\u5929' p",nextWeek:"'\u4E0B\u500B'eeee p",other:"P"},nBe=function(e,t,n,r){return tBe[e]};const rBe=nBe;var aBe={narrow:["\u524D","\u516C\u5143"],abbreviated:["\u524D","\u516C\u5143"],wide:["\u516C\u5143\u524D","\u516C\u5143"]},iBe={narrow:["1","2","3","4"],abbreviated:["\u7B2C\u4E00\u523B","\u7B2C\u4E8C\u523B","\u7B2C\u4E09\u523B","\u7B2C\u56DB\u523B"],wide:["\u7B2C\u4E00\u523B\u9418","\u7B2C\u4E8C\u523B\u9418","\u7B2C\u4E09\u523B\u9418","\u7B2C\u56DB\u523B\u9418"]},oBe={narrow:["\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D","\u4E03","\u516B","\u4E5D","\u5341","\u5341\u4E00","\u5341\u4E8C"],abbreviated:["1\u6708","2\u6708","3\u6708","4\u6708","5\u6708","6\u6708","7\u6708","8\u6708","9\u6708","10\u6708","11\u6708","12\u6708"],wide:["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"]},sBe={narrow:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],short:["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],abbreviated:["\u9031\u65E5","\u9031\u4E00","\u9031\u4E8C","\u9031\u4E09","\u9031\u56DB","\u9031\u4E94","\u9031\u516D"],wide:["\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"]},lBe={narrow:{am:"\u4E0A",pm:"\u4E0B",midnight:"\u51CC\u6668",noon:"\u5348",morning:"\u65E9",afternoon:"\u4E0B\u5348",evening:"\u665A",night:"\u591C"},abbreviated:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u9593"},wide:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u9593"}},uBe={narrow:{am:"\u4E0A",pm:"\u4E0B",midnight:"\u51CC\u6668",noon:"\u5348",morning:"\u65E9",afternoon:"\u4E0B\u5348",evening:"\u665A",night:"\u591C"},abbreviated:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u9593"},wide:{am:"\u4E0A\u5348",pm:"\u4E0B\u5348",midnight:"\u51CC\u6668",noon:"\u4E2D\u5348",morning:"\u65E9\u6668",afternoon:"\u4E2D\u5348",evening:"\u665A\u4E0A",night:"\u591C\u9593"}},cBe=function(e,t){var n=Number(e);switch(t==null?void 0:t.unit){case"date":return n+"\u65E5";case"hour":return n+"\u6642";case"minute":return n+"\u5206";case"second":return n+"\u79D2";default:return"\u7B2C "+n}},dBe={ordinalNumber:cBe,era:S({values:aBe,defaultWidth:"wide"}),quarter:S({values:iBe,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:S({values:oBe,defaultWidth:"wide"}),day:S({values:sBe,defaultWidth:"wide"}),dayPeriod:S({values:lBe,defaultWidth:"wide",formattingValues:uBe,defaultFormattingWidth:"wide"})};const fBe=dBe;var hBe=/^(第\s*)?\d+(日|時|分|秒)?/i,mBe=/\d+/i,pBe={narrow:/^(前)/i,abbreviated:/^(前)/i,wide:/^(公元前|公元)/i},gBe={any:[/^(前)/i,/^(公元)/i]},vBe={narrow:/^[1234]/i,abbreviated:/^第[一二三四]刻/i,wide:/^第[一二三四]刻鐘/i},bBe={any:[/(1|一)/i,/(2|二)/i,/(3|三)/i,/(4|四)/i]},yBe={narrow:/^(一|二|三|四|五|六|七|八|九|十[二一])/i,abbreviated:/^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,wide:/^(一|二|三|四|五|六|七|八|九|十[二一])月/i},wBe={narrow:[/^一/i,/^二/i,/^三/i,/^四/i,/^五/i,/^六/i,/^七/i,/^八/i,/^九/i,/^十(?!(一|二))/i,/^十一/i,/^十二/i],any:[/^一|1/i,/^二|2/i,/^三|3/i,/^四|4/i,/^五|5/i,/^六|6/i,/^七|7/i,/^八|8/i,/^九|9/i,/^十(?!(一|二))|10/i,/^十一|11/i,/^十二|12/i]},kBe={narrow:/^[一二三四五六日]/i,short:/^[一二三四五六日]/i,abbreviated:/^週[一二三四五六日]/i,wide:/^星期[一二三四五六日]/i},xBe={any:[/日/i,/一/i,/二/i,/三/i,/四/i,/五/i,/六/i]},PBe={any:/^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨)/i},MBe={any:{am:/^上午?/i,pm:/^下午?/i,midnight:/^午夜/i,noon:/^[中正]午/i,morning:/^早上/i,afternoon:/^下午/i,evening:/^晚上?/i,night:/^凌晨/i}},ABe={ordinalNumber:Le({matchPattern:hBe,parsePattern:mBe,valueCallback:function(e){return parseInt(e,10)}}),era:C({matchPatterns:pBe,defaultMatchWidth:"wide",parsePatterns:gBe,defaultParseWidth:"any"}),quarter:C({matchPatterns:vBe,defaultMatchWidth:"wide",parsePatterns:bBe,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:C({matchPatterns:yBe,defaultMatchWidth:"wide",parsePatterns:wBe,defaultParseWidth:"any"}),day:C({matchPatterns:kBe,defaultMatchWidth:"wide",parsePatterns:xBe,defaultParseWidth:"any"}),dayPeriod:C({matchPatterns:PBe,defaultMatchWidth:"any",parsePatterns:MBe,defaultParseWidth:"any"})};const SBe=ABe;var CBe={code:"zh-TW",formatDistance:VFe,formatLong:eBe,formatRelative:rBe,localize:fBe,match:SBe,options:{weekStartsOn:1,firstWeekContainsDate:4}};const EBe=CBe,lA=Object.freeze(Object.defineProperty({__proto__:null,af:BV,ar:MJ,arDZ:oQ,arEG:BQ,arMA:M$,arSA:oZ,arTN:BZ,az:Aee,be:one,beTarask:qne,bg:_re,bn:yae,bs:nie,ca:Lie,cs:Poe,cy:ise,da:Fse,de:ble,deAT:Wle,el:due,enAU:bue,enCA:Eue,enGB:Nue,enIE:Rue,enIN:Xue,enNZ:Jue,enUS:B1,enZA:rce,eo:Dce,es:kde,et:efe,eu:Ife,faIR:yhe,fi:tme,fr:Tme,frCA:Lme,frCH:Vme,fy:jpe,gd:fge,gl:Vge,gu:Ove,he:mbe,hi:Qbe,hr:Nye,ht:pwe,hu:e1e,hy:R1e,id:b0e,is:eke,it:Nke,itCH:Fke,ja:Pxe,jaHira:iPe,ka:FPe,kk:S2e,km:lMe,kn:UMe,ko:SAe,lb:fSe,lt:QSe,lv:R3e,mk:y4e,mn:nCe,ms:DCe,mt:wEe,nb:t5e,nl:R5e,nlBE:vWe,nn:ZWe,oc:_je,pl:MOe,pt:o6e,ptBR:B6e,ro:MTe,ru:uze,sk:Qze,sl:_7e,sq:vNe,sr:e9e,srLatn:I9e,sv:w8e,ta:r_e,te:D_e,th:wRe,tr:nIe,ug:DIe,uk:SDe,uz:lLe,uzCyrl:ULe,vi:EHe,zhCN:cFe,zhHK:YFe,zhTW:EBe},Symbol.toStringTag,{value:"Module"}));var cw=function(e,t){return cw=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var a in r)r.hasOwnProperty(a)&&(n[a]=r[a])},cw(e,t)};function WBe(e,t){cw(e,t);function n(){this.constructor=e}e.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}var bf=function(){return bf=Object.assign||function(e){for(var t,n=1,r=arguments.length;ne?w():t!==!0&&(a=setTimeout(r?y:w,r===void 0?e-p:e))}return f.cancel=d,f}var Sc={Pixel:"Pixel",Percent:"Percent"},uA={unit:Sc.Percent,value:.8};function cA(e){return typeof e=="number"?{unit:Sc.Percent,value:e*100}:typeof e=="string"?e.match(/^(\d*(\.\d+)?)px$/)?{unit:Sc.Pixel,value:parseFloat(e)}:e.match(/^(\d*(\.\d+)?)%$/)?{unit:Sc.Percent,value:parseFloat(e)}:(console.warn('scrollThreshold format is invalid. Valid formats: "120px", "50%"...'),uA):(console.warn("scrollThreshold should be string or number"),uA)}var OBe=function(e){WBe(t,e);function t(n){var r=e.call(this,n)||this;return r.lastScrollTop=0,r.actionTriggered=!1,r.startY=0,r.currentY=0,r.dragging=!1,r.maxPullDownDistance=0,r.getScrollableTarget=function(){return r.props.scrollableTarget instanceof HTMLElement?r.props.scrollableTarget:typeof r.props.scrollableTarget=="string"?document.getElementById(r.props.scrollableTarget):(r.props.scrollableTarget===null&&console.warn(`You are trying to pass scrollableTarget but it is null. This might - happen because the element may not have been added to DOM yet. - See https://github.com/ankeetmaini/react-infinite-scroll-component/issues/59 for more info. - `),null)},r.onStart=function(a){r.lastScrollTop||(r.dragging=!0,a instanceof MouseEvent?r.startY=a.pageY:a instanceof TouchEvent&&(r.startY=a.touches[0].pageY),r.currentY=r.startY,r._infScroll&&(r._infScroll.style.willChange="transform",r._infScroll.style.transition="transform 0.2s cubic-bezier(0,0,0.31,1)"))},r.onMove=function(a){r.dragging&&(a instanceof MouseEvent?r.currentY=a.pageY:a instanceof TouchEvent&&(r.currentY=a.touches[0].pageY),!(r.currentY=Number(r.props.pullDownToRefreshThreshold)&&r.setState({pullToRefreshThresholdBreached:!0}),!(r.currentY-r.startY>r.maxPullDownDistance*1.5)&&r._infScroll&&(r._infScroll.style.overflow="visible",r._infScroll.style.transform="translate3d(0px, "+(r.currentY-r.startY)+"px, 0px)")))},r.onEnd=function(){r.startY=0,r.currentY=0,r.dragging=!1,r.state.pullToRefreshThresholdBreached&&(r.props.refreshFunction&&r.props.refreshFunction(),r.setState({pullToRefreshThresholdBreached:!1})),requestAnimationFrame(function(){r._infScroll&&(r._infScroll.style.overflow="auto",r._infScroll.style.transform="none",r._infScroll.style.willChange="unset")})},r.onScrollListener=function(a){typeof r.props.onScroll=="function"&&setTimeout(function(){return r.props.onScroll&&r.props.onScroll(a)},0);var s=r.props.height||r._scrollableNode?a.target:document.documentElement.scrollTop?document.documentElement:document.body;if(!r.actionTriggered){var l=r.props.inverse?r.isElementAtTop(s,r.props.scrollThreshold):r.isElementAtBottom(s,r.props.scrollThreshold);l&&r.props.hasMore&&(r.actionTriggered=!0,r.setState({showLoader:!0}),r.props.next&&r.props.next()),r.lastScrollTop=s.scrollTop}},r.state={showLoader:!1,pullToRefreshThresholdBreached:!1,prevDataLength:n.dataLength},r.throttledOnScrollListener=jBe(150,r.onScrollListener).bind(r),r.onStart=r.onStart.bind(r),r.onMove=r.onMove.bind(r),r.onEnd=r.onEnd.bind(r),r}return t.prototype.componentDidMount=function(){if(typeof this.props.dataLength>"u")throw new Error('mandatory prop "dataLength" is missing. The prop is needed when loading more content. Check README.md for usage');if(this._scrollableNode=this.getScrollableTarget(),this.el=this.props.height?this._infScroll:this._scrollableNode||window,this.el&&this.el.addEventListener("scroll",this.throttledOnScrollListener),typeof this.props.initialScrollY=="number"&&this.el&&this.el instanceof HTMLElement&&this.el.scrollHeight>this.props.initialScrollY&&this.el.scrollTo(0,this.props.initialScrollY),this.props.pullDownToRefresh&&this.el&&(this.el.addEventListener("touchstart",this.onStart),this.el.addEventListener("touchmove",this.onMove),this.el.addEventListener("touchend",this.onEnd),this.el.addEventListener("mousedown",this.onStart),this.el.addEventListener("mousemove",this.onMove),this.el.addEventListener("mouseup",this.onEnd),this.maxPullDownDistance=this._pullDown&&this._pullDown.firstChild&&this._pullDown.firstChild.getBoundingClientRect().height||0,this.forceUpdate(),typeof this.props.refreshFunction!="function"))throw new Error(`Mandatory prop "refreshFunction" missing. - Pull Down To Refresh functionality will not work - as expected. Check README.md for usage'`)},t.prototype.componentWillUnmount=function(){this.el&&(this.el.removeEventListener("scroll",this.throttledOnScrollListener),this.props.pullDownToRefresh&&(this.el.removeEventListener("touchstart",this.onStart),this.el.removeEventListener("touchmove",this.onMove),this.el.removeEventListener("touchend",this.onEnd),this.el.removeEventListener("mousedown",this.onStart),this.el.removeEventListener("mousemove",this.onMove),this.el.removeEventListener("mouseup",this.onEnd)))},t.prototype.componentDidUpdate=function(n){this.props.dataLength!==n.dataLength&&(this.actionTriggered=!1,this.setState({showLoader:!1}))},t.getDerivedStateFromProps=function(n,r){var a=n.dataLength!==r.prevDataLength;return a?bf(bf({},r),{prevDataLength:n.dataLength}):null},t.prototype.isElementAtTop=function(n,r){r===void 0&&(r=.8);var a=n===document.body||n===document.documentElement?window.screen.availHeight:n.clientHeight,s=cA(r);return s.unit===Sc.Pixel?n.scrollTop<=s.value+a-n.scrollHeight+1:n.scrollTop<=s.value/100+a-n.scrollHeight+1},t.prototype.isElementAtBottom=function(n,r){r===void 0&&(r=.8);var a=n===document.body||n===document.documentElement?window.screen.availHeight:n.clientHeight,s=cA(r);return s.unit===Sc.Pixel?n.scrollTop+a>=n.scrollHeight-s.value:n.scrollTop+a>=s.value/100*n.scrollHeight},t.prototype.render=function(){var n=this,r=bf({height:this.props.height||"auto",overflow:"auto",WebkitOverflowScrolling:"touch"},this.props.style),a=this.props.hasChildren||!!(this.props.children&&this.props.children instanceof Array&&this.props.children.length),s=this.props.pullDownToRefresh&&this.props.height?{overflow:"auto"}:{};return A.createElement("div",{style:s,className:"infinite-scroll-component__outerdiv"},A.createElement("div",{className:"infinite-scroll-component "+(this.props.className||""),ref:function(l){return n._infScroll=l},style:r},this.props.pullDownToRefresh&&A.createElement("div",{style:{position:"relative"},ref:function(l){return n._pullDown=l}},A.createElement("div",{style:{position:"absolute",left:0,right:0,top:-1*this.maxPullDownDistance}},this.state.pullToRefreshThresholdBreached?this.props.releaseToRefreshContent:this.props.pullDownToRefreshContent)),this.props.children,!this.state.showLoader&&!a&&this.props.hasMore&&this.props.loader,this.state.showLoader&&this.props.hasMore&&this.props.loader,!this.props.hasMore&&this.props.endMessage))},t}(T.exports.Component),dw={exports:{}};(function(e,t){var n=200,r="__lodash_hash_undefined__",a=800,s=16,l=9007199254740991,c="[object Arguments]",d="[object Array]",f="[object AsyncFunction]",h="[object Boolean]",p="[object Date]",g="[object Error]",w="[object Function]",y="[object GeneratorFunction]",k="[object Map]",M="[object Number]",W="[object Null]",z="[object Object]",N="[object Proxy]",B="[object RegExp]",H="[object Set]",U="[object String]",$="[object Undefined]",Q="[object WeakMap]",de="[object ArrayBuffer]",me="[object DataView]",Se="[object Float32Array]",Pe="[object Float64Array]",Te="[object Int8Array]",$e="[object Int16Array]",Ge="[object Int32Array]",je="[object Uint8Array]",G="[object Uint8ClampedArray]",oe="[object Uint16Array]",Ie="[object Uint32Array]",Oe=/[\\^$.*+?()[\]{}|]/g,fe=/^\[object .+?Constructor\]$/,xe=/^(?:0|[1-9]\d*)$/,ue={};ue[Se]=ue[Pe]=ue[Te]=ue[$e]=ue[Ge]=ue[je]=ue[G]=ue[oe]=ue[Ie]=!0,ue[c]=ue[d]=ue[de]=ue[h]=ue[me]=ue[p]=ue[g]=ue[w]=ue[k]=ue[M]=ue[z]=ue[B]=ue[H]=ue[U]=ue[Q]=!1;var Ze=typeof Xo=="object"&&Xo&&Xo.Object===Object&&Xo,ie=typeof self=="object"&&self&&self.Object===Object&&self,we=Ze||ie||Function("return this")(),Ce=t&&!t.nodeType&&t,Fe=Ce&&!0&&e&&!e.nodeType&&e,at=Fe&&Fe.exports===Ce,Dt=at&&Ze.process,it=function(){try{var E=Fe&&Fe.require&&Fe.require("util").types;return E||Dt&&Dt.binding&&Dt.binding("util")}catch{}}(),L=it&&it.isTypedArray;function K(E,F,te){switch(te.length){case 0:return E.call(F);case 1:return E.call(F,te[0]);case 2:return E.call(F,te[0],te[1]);case 3:return E.call(F,te[0],te[1],te[2])}return E.apply(F,te)}function le(E,F){for(var te=-1,De=Array(E);++te-1}function sa(E,F){var te=this.__data__,De=$a(te,E);return De<0?(++this.size,te.push([E,F])):te[De][1]=F,this}En.prototype.clear=mo,En.prototype.delete=po,En.prototype.get=Pi,En.prototype.has=ls,En.prototype.set=sa;function Wn(E){var F=-1,te=E==null?0:E.length;for(this.clear();++F1?te[st-1]:void 0,$t=st>2?te[2]:void 0;for(ct=E.length>3&&typeof ct=="function"?(st--,ct):void 0,$t&&fs(te[0],te[1],$t)&&(ct=st<3?void 0:ct,st=1),F=Object(F);++De-1&&E%1==0&&E0){if(++F>=a)return arguments[0]}else F=0;return E.apply(void 0,arguments)}}function ms(E){if(E!=null){try{return Qe.call(E)}catch{}try{return E+""}catch{}}return""}function Wa(E,F){return E===F||E!==E&&F!==F}var or=Si(function(){return arguments}())?Si:function(E){return Jr(E)&&He.call(E,"callee")&&!Mr.call(E,"callee")},ii=Array.isArray;function ja(E){return E!=null&&Ht(E.length)&&!Ti(E)}function Oi(E){return Jr(E)&&ja(E)}var sr=ya||ae;function Ti(E){if(!Jn(E))return!1;var F=Za(E);return F==w||F==y||F==f||F==N}function Ht(E){return typeof E=="number"&&E>-1&&E%1==0&&E<=l}function Jn(E){var F=typeof E;return E!=null&&(F=="object"||F=="function")}function Jr(E){return E!=null&&typeof E=="object"}function xo(E){if(!Jr(E)||Za(E)!=z)return!1;var F=ba(E);if(F===null)return!0;var te=He.call(F,"constructor")&&F.constructor;return typeof te=="function"&&te instanceof te&&Qe.call(te)==ut}var Cr=L?se(L):ti;function Po(E){return Ca(E,Qn(E))}function Qn(E){return ja(E)?Aa(E,!0):Sr(E)}var Oa=cs(function(E,F,te){ni(E,F,te)});function Mo(E){return function(){return E}}function _(E){return E}function ae(){return!1}e.exports=Oa})(dw,dw.exports);const uy=dw.exports;var fw={exports:{}};(function(e,t){var n=200,r="__lodash_hash_undefined__",a=9007199254740991,s="[object Arguments]",l="[object Array]",c="[object Boolean]",d="[object Date]",f="[object Error]",h="[object Function]",p="[object GeneratorFunction]",g="[object Map]",w="[object Number]",y="[object Object]",k="[object Promise]",M="[object RegExp]",W="[object Set]",z="[object String]",N="[object Symbol]",B="[object WeakMap]",H="[object ArrayBuffer]",U="[object DataView]",$="[object Float32Array]",Q="[object Float64Array]",de="[object Int8Array]",me="[object Int16Array]",Se="[object Int32Array]",Pe="[object Uint8Array]",Te="[object Uint8ClampedArray]",$e="[object Uint16Array]",Ge="[object Uint32Array]",je=/[\\^$.*+?()[\]{}|]/g,G=/\w*$/,oe=/^\[object .+?Constructor\]$/,Ie=/^(?:0|[1-9]\d*)$/,Oe={};Oe[s]=Oe[l]=Oe[H]=Oe[U]=Oe[c]=Oe[d]=Oe[$]=Oe[Q]=Oe[de]=Oe[me]=Oe[Se]=Oe[g]=Oe[w]=Oe[y]=Oe[M]=Oe[W]=Oe[z]=Oe[N]=Oe[Pe]=Oe[Te]=Oe[$e]=Oe[Ge]=!0,Oe[f]=Oe[h]=Oe[B]=!1;var fe=typeof Xo=="object"&&Xo&&Xo.Object===Object&&Xo,xe=typeof self=="object"&&self&&self.Object===Object&&self,ue=fe||xe||Function("return this")(),Ze=t&&!t.nodeType&&t,ie=Ze&&!0&&e&&!e.nodeType&&e,we=ie&&ie.exports===Ze;function Ce(_,ae){return _.set(ae[0],ae[1]),_}function Fe(_,ae){return _.add(ae),_}function at(_,ae){for(var E=-1,F=_?_.length:0;++E-1}function Ja(_,ae){var E=this.__data__,F=ei(E,_);return F<0?E.push([_,ae]):E[F][1]=ae,this}Wn.prototype.clear=xa,Wn.prototype.delete=pl,Wn.prototype.get=Pa,Wn.prototype.has=go,Wn.prototype.set=Ja;function ir(_){var ae=-1,E=_?_.length:0;for(this.clear();++ae-1&&_%1==0&&_-1&&_%1==0&&_<=a}function Cr(_){var ae=typeof _;return!!_&&(ae=="object"||ae=="function")}function Po(_){return!!_&&typeof _=="object"}function Qn(_){return Ti(_)?Za(_):qr(_)}function Oa(){return[]}function Mo(){return!1}e.exports=ii})(fw,fw.exports);const np=fw.exports;var ma=globalThis&&globalThis.__awaiter||function(e,t,n,r){function a(s){return s instanceof n?s:new n(function(l){l(s)})}return new(n||(n=Promise))(function(s,l){function c(h){try{f(r.next(h))}catch(p){l(p)}}function d(h){try{f(r.throw(h))}catch(p){l(p)}}function f(h){h.done?s(h.value):a(h.value).then(c,d)}f((r=r.apply(e,t||[])).next())})};class TBe{constructor(t){this.backendUrl=t,this.isAuthenticated=!1,this.httpClient=new W_(t)}setAuthorizationToken(t){this.httpClient.setAuthorizationToken(t),this.isAuthenticated=!0}disposeAuthorizationToken(){this.httpClient.disposeAuthorizationToken(),this.isAuthenticated=!1}updateAction(t,n,r,a){return ma(this,void 0,void 0,function*(){return yield this.httpClient.post(`/widgets/messages/${t}/actions/${n}`,{executedType:n,status:r,payload:a})})}markMessageAsSeen(t){return ma(this,void 0,void 0,function*(){const n=t?t.toString():"";return yield this.httpClient.post(`/widgets/messages/${n}/seen`,{})})}markMessageAsRead(t){return ma(this,void 0,void 0,function*(){const n=t?t.toString():"";return yield this.httpClient.post(`/widgets/messages/${n}/read`,{})})}markMessageAs(t,n){return ma(this,void 0,void 0,function*(){const r=n.seen===void 0&&n.read===void 0?{seen:!0}:n;return yield this.httpClient.post("/widgets/messages/markAs",{messageId:t,mark:r})})}removeMessage(t){return ma(this,void 0,void 0,function*(){return yield this.httpClient.delete(`/widgets/messages/${t}`,{})})}getNotificationsList(t,n={}){return ma(this,void 0,void 0,function*(){return yield this.httpClient.getFullResponse("/widgets/notifications/feed",Object.assign({page:t},n))})}initializeSession(t,n,r=null){return ma(this,void 0,void 0,function*(){return yield this.httpClient.post("/widgets/session/initialize",{applicationIdentifier:t,subscriberId:n,hmacHash:r})})}postUsageLog(t,n){return ma(this,void 0,void 0,function*(){return yield this.httpClient.post("/widgets/usage/log",{name:`[Widget] - ${t}`,payload:n})})}getUnseenCount(t={}){return ma(this,void 0,void 0,function*(){return yield this.httpClient.get("/widgets/notifications/unseen",t)})}getTabCount(t={}){return ma(this,void 0,void 0,function*(){return yield this.httpClient.get("/widgets/notifications/count",t)})}getOrganization(){return ma(this,void 0,void 0,function*(){return this.httpClient.get("/widgets/organization")})}getUserPreference(){return ma(this,void 0,void 0,function*(){return this.httpClient.get("/widgets/preferences")})}updateSubscriberPreference(t,n,r){return ma(this,void 0,void 0,function*(){return yield this.httpClient.patch(`/widgets/preferences/${t}`,{channel:{type:n,enabled:r}})})}}const oo=Object.create(null);oo.open="0";oo.close="1";oo.ping="2";oo.pong="3";oo.message="4";oo.upgrade="5";oo.noop="6";const rp=Object.create(null);Object.keys(oo).forEach(e=>{rp[oo[e]]=e});const zBe={type:"error",data:"parser error"},NBe=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",_Be=typeof ArrayBuffer=="function",RBe=e=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):e&&e.buffer instanceof ArrayBuffer,$W=({type:e,data:t},n,r)=>NBe&&t instanceof Blob?n?r(t):dA(t,r):_Be&&(t instanceof ArrayBuffer||RBe(t))?n?r(t):dA(new Blob([t]),r):r(oo[e]+(t||"")),dA=(e,t)=>{const n=new FileReader;return n.onload=function(){const r=n.result.split(",")[1];t("b"+r)},n.readAsDataURL(e)};var fA="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",tf=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(var Rm=0;Rm>4,h[a++]=(l&15)<<4|c>>2,h[a++]=(c&3)<<6|d&63;return f};const DBe=typeof ArrayBuffer=="function",ZW=(e,t)=>{if(typeof e!="string")return{type:"message",data:ej(e,t)};const n=e.charAt(0);return n==="b"?{type:"message",data:LBe(e.substring(1),t)}:rp[n]?e.length>1?{type:rp[n],data:e.substring(1)}:{type:rp[n]}:zBe},LBe=(e,t)=>{if(DBe){const n=IBe(e);return ej(n,t)}else return{base64:!0,data:e}},ej=(e,t)=>{switch(t){case"blob":return e instanceof ArrayBuffer?new Blob([e]):e;case"arraybuffer":default:return e}},tj=String.fromCharCode(30),HBe=(e,t)=>{const n=e.length,r=new Array(n);let a=0;e.forEach((s,l)=>{$W(s,!1,c=>{r[l]=c,++a===n&&t(r.join(tj))})})},FBe=(e,t)=>{const n=e.split(tj),r=[];for(let a=0;atypeof self<"u"?self:typeof window<"u"?window:Function("return this")())();function rj(e,...t){return t.reduce((n,r)=>(e.hasOwnProperty(r)&&(n[r]=e[r]),n),{})}const XBe=setTimeout,UBe=clearTimeout;function gv(e,t){t.useNativeTimers?(e.setTimeoutFn=XBe.bind(Js),e.clearTimeoutFn=UBe.bind(Js)):(e.setTimeoutFn=setTimeout.bind(Js),e.clearTimeoutFn=clearTimeout.bind(Js))}const GBe=1.33;function YBe(e){return typeof e=="string"?KBe(e):Math.ceil((e.byteLength||e.size)*GBe)}function KBe(e){let t=0,n=0;for(let r=0,a=e.length;r=57344?n+=3:(r++,n+=4);return n}class qBe extends Error{constructor(t,n,r){super(t),this.description=n,this.context=r,this.type="TransportError"}}class aj extends Fn{constructor(t){super(),this.writable=!1,gv(this,t),this.opts=t,this.query=t.query,this.readyState="",this.socket=t.socket}onError(t,n,r){return super.emitReserved("error",new qBe(t,n,r)),this}open(){return(this.readyState==="closed"||this.readyState==="")&&(this.readyState="opening",this.doOpen()),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(t){this.readyState==="open"&&this.write(t)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(t){const n=ZW(t,this.socket.binaryType);this.onPacket(n)}onPacket(t){super.emitReserved("packet",t)}onClose(t){this.readyState="closed",super.emitReserved("close",t)}}const ij="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),hw=64,VBe={};let hA=0,Im=0,mA;function pA(e){let t="";do t=ij[e%hw]+t,e=Math.floor(e/hw);while(e>0);return t}function oj(){const e=pA(+new Date);return e!==mA?(hA=0,mA=e):e+"."+pA(hA++)}for(;Im{this.readyState="paused",t()};if(this.polling||!this.writable){let r=0;this.polling&&(r++,this.once("pollComplete",function(){--r||n()})),this.writable||(r++,this.once("drain",function(){--r||n()}))}else n()}poll(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}onData(t){const n=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};FBe(t,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this.polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this.poll())}doClose(){const t=()=>{this.write([{type:"close"}])};this.readyState==="open"?t():this.once("open",t)}write(t){this.writable=!1,HBe(t,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let t=this.query||{};const n=this.opts.secure?"https":"http";let r="";this.opts.timestampRequests!==!1&&(t[this.opts.timestampParam]=oj()),!this.supportsBinary&&!t.sid&&(t.b64=1),this.opts.port&&(n==="https"&&Number(this.opts.port)!==443||n==="http"&&Number(this.opts.port)!==80)&&(r=":"+this.opts.port);const a=sj(t),s=this.opts.hostname.indexOf(":")!==-1;return n+"://"+(s?"["+this.opts.hostname+"]":this.opts.hostname)+r+this.opts.path+(a.length?"?"+a:"")}request(t={}){return Object.assign(t,{xd:this.xd,xs:this.xs},this.opts),new ro(this.uri(),t)}doWrite(t,n){const r=this.request({method:"POST",data:t});r.on("success",n),r.on("error",(a,s)=>{this.onError("xhr post error",a,s)})}doPoll(){const t=this.request();t.on("data",this.onData.bind(this)),t.on("error",(n,r)=>{this.onError("xhr poll error",n,r)}),this.pollXhr=t}}class ro extends Fn{constructor(t,n){super(),gv(this,n),this.opts=n,this.method=n.method||"GET",this.uri=t,this.async=n.async!==!1,this.data=n.data!==void 0?n.data:null,this.create()}create(){const t=rj(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");t.xdomain=!!this.opts.xd,t.xscheme=!!this.opts.xs;const n=this.xhr=new uj(t);try{n.open(this.method,this.uri,this.async);try{if(this.opts.extraHeaders){n.setDisableHeaderCheck&&n.setDisableHeaderCheck(!0);for(let r in this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(r)&&n.setRequestHeader(r,this.opts.extraHeaders[r])}}catch{}if(this.method==="POST")try{n.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{n.setRequestHeader("Accept","*/*")}catch{}"withCredentials"in n&&(n.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(n.timeout=this.opts.requestTimeout),n.onreadystatechange=()=>{n.readyState===4&&(n.status===200||n.status===1223?this.onLoad():this.setTimeoutFn(()=>{this.onError(typeof n.status=="number"?n.status:0)},0))},n.send(this.data)}catch(r){this.setTimeoutFn(()=>{this.onError(r)},0);return}typeof document<"u"&&(this.index=ro.requestsCount++,ro.requests[this.index]=this)}onError(t){this.emitReserved("error",t,this.xhr),this.cleanup(!0)}cleanup(t){if(!(typeof this.xhr>"u"||this.xhr===null)){if(this.xhr.onreadystatechange=$Be,t)try{this.xhr.abort()}catch{}typeof document<"u"&&delete ro.requests[this.index],this.xhr=null}}onLoad(){const t=this.xhr.responseText;t!==null&&(this.emitReserved("data",t),this.emitReserved("success"),this.cleanup())}abort(){this.cleanup()}}ro.requestsCount=0;ro.requests={};if(typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",gA);else if(typeof addEventListener=="function"){const e="onpagehide"in Js?"pagehide":"unload";addEventListener(e,gA,!1)}}function gA(){for(let e in ro.requests)ro.requests.hasOwnProperty(e)&&ro.requests[e].abort()}const cj=(()=>typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,t)=>t(e,0))(),Dm=Js.WebSocket||Js.MozWebSocket,vA=!0,tXe="arraybuffer",bA=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class nXe extends aj{constructor(t){super(t),this.supportsBinary=!t.forceBase64}get name(){return"websocket"}doOpen(){if(!this.check())return;const t=this.uri(),n=this.opts.protocols,r=bA?{}:rj(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=vA&&!bA?n?new Dm(t,n):new Dm(t):new Dm(t,n,r)}catch(a){return this.emitReserved("error",a)}this.ws.binaryType=this.socket.binaryType||tXe,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=t=>this.onClose({description:"websocket connection closed",context:t}),this.ws.onmessage=t=>this.onData(t.data),this.ws.onerror=t=>this.onError("websocket error",t)}write(t){this.writable=!1;for(let n=0;n{try{vA&&this.ws.send(s)}catch{}a&&cj(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.close(),this.ws=null)}uri(){let t=this.query||{};const n=this.opts.secure?"wss":"ws";let r="";this.opts.port&&(n==="wss"&&Number(this.opts.port)!==443||n==="ws"&&Number(this.opts.port)!==80)&&(r=":"+this.opts.port),this.opts.timestampRequests&&(t[this.opts.timestampParam]=oj()),this.supportsBinary||(t.b64=1);const a=sj(t),s=this.opts.hostname.indexOf(":")!==-1;return n+"://"+(s?"["+this.opts.hostname+"]":this.opts.hostname)+r+this.opts.path+(a.length?"?"+a:"")}check(){return!!Dm}}const rXe={websocket:nXe,polling:eXe},aXe=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,iXe=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function mw(e){const t=e,n=e.indexOf("["),r=e.indexOf("]");n!=-1&&r!=-1&&(e=e.substring(0,n)+e.substring(n,r).replace(/:/g,";")+e.substring(r,e.length));let a=aXe.exec(e||""),s={},l=14;for(;l--;)s[iXe[l]]=a[l]||"";return n!=-1&&r!=-1&&(s.source=t,s.host=s.host.substring(1,s.host.length-1).replace(/;/g,":"),s.authority=s.authority.replace("[","").replace("]","").replace(/;/g,":"),s.ipv6uri=!0),s.pathNames=oXe(s,s.path),s.queryKey=sXe(s,s.query),s}function oXe(e,t){const n=/\/{2,9}/g,r=t.replace(n,"/").split("/");return(t.slice(0,1)=="/"||t.length===0)&&r.splice(0,1),t.slice(-1)=="/"&&r.splice(r.length-1,1),r}function sXe(e,t){const n={};return t.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,a,s){a&&(n[a]=s)}),n}let dj=class hc extends Fn{constructor(t,n={}){super(),t&&typeof t=="object"&&(n=t,t=null),t?(t=mw(t),n.hostname=t.host,n.secure=t.protocol==="https"||t.protocol==="wss",n.port=t.port,t.query&&(n.query=t.query)):n.host&&(n.hostname=mw(n.host).host),gv(this,n),this.secure=n.secure!=null?n.secure:typeof location<"u"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=n.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=n.transports||["polling","websocket"],this.readyState="",this.writeBuffer=[],this.prevBufferLen=0,this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!0},n),this.opts.path=this.opts.path.replace(/\/$/,"")+"/",typeof this.opts.query=="string"&&(this.opts.query=JBe(this.opts.query)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingTimeoutTimer=null,typeof addEventListener=="function"&&(this.opts.closeOnBeforeunload&&(this.beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this.beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this.offlineEventListener=()=>{this.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",this.offlineEventListener,!1))),this.open()}createTransport(t){const n=Object.assign({},this.opts.query);n.EIO=nj,n.transport=t,this.id&&(n.sid=this.id);const r=Object.assign({},this.opts.transportOptions[t],this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port});return new rXe[t](r)}open(){let t;if(this.opts.rememberUpgrade&&hc.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)t="websocket";else if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}else t=this.transports[0];this.readyState="opening";try{t=this.createTransport(t)}catch{this.transports.shift(),this.open();return}t.open(),this.setTransport(t)}setTransport(t){this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",n=>this.onClose("transport close",n))}probe(t){let n=this.createTransport(t),r=!1;hc.priorWebsocketSuccess=!1;const a=()=>{r||(n.send([{type:"ping",data:"probe"}]),n.once("packet",p=>{if(!r)if(p.type==="pong"&&p.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;hc.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{r||this.readyState!=="closed"&&(h(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const g=new Error("probe error");g.transport=n.name,this.emitReserved("upgradeError",g)}}))};function s(){r||(r=!0,h(),n.close(),n=null)}const l=p=>{const g=new Error("probe error: "+p);g.transport=n.name,s(),this.emitReserved("upgradeError",g)};function c(){l("transport closed")}function d(){l("socket closed")}function f(p){n&&p.name!==n.name&&s()}const h=()=>{n.removeListener("open",a),n.removeListener("error",l),n.removeListener("close",c),this.off("close",d),this.off("upgrading",f)};n.once("open",a),n.once("error",l),n.once("close",c),this.once("close",d),this.once("upgrading",f),n.open()}onOpen(){if(this.readyState="open",hc.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush(),this.readyState==="open"&&this.opts.upgrade&&this.transport.pause){let t=0;const n=this.upgrades.length;for(;t{this.onClose("ping timeout")},this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}onDrain(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const t=this.getWritablePackets();this.transport.send(t),this.prevBufferLen=t.length,this.emitReserved("flush")}}getWritablePackets(){if(!(this.maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let t=1;for(let n=0;n0&&t>this.maxPayload)return this.writeBuffer.slice(0,n);t+=2}return this.writeBuffer}write(t,n,r){return this.sendPacket("message",t,n,r),this}send(t,n,r){return this.sendPacket("message",t,n,r),this}sendPacket(t,n,r,a){if(typeof n=="function"&&(a=n,n=void 0),typeof r=="function"&&(a=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;const s={type:t,data:n,options:r};this.emitReserved("packetCreate",s),this.writeBuffer.push(s),a&&this.once("flush",a),this.flush()}close(){const t=()=>{this.onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),t()},r=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():t()}):this.upgrading?r():t()),this}onError(t){hc.priorWebsocketSuccess=!1,this.emitReserved("error",t),this.onClose("transport error",t)}onClose(t,n){(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")&&(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),typeof removeEventListener=="function"&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",t,n),this.writeBuffer=[],this.prevBufferLen=0)}filterUpgrades(t){const n=[];let r=0;const a=t.length;for(;rtypeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):e.buffer instanceof ArrayBuffer,fj=Object.prototype.toString,dXe=typeof Blob=="function"||typeof Blob<"u"&&fj.call(Blob)==="[object BlobConstructor]",fXe=typeof File=="function"||typeof File<"u"&&fj.call(File)==="[object FileConstructor]";function t0(e){return uXe&&(e instanceof ArrayBuffer||cXe(e))||dXe&&e instanceof Blob||fXe&&e instanceof File}function ap(e,t){if(!e||typeof e!="object")return!1;if(Array.isArray(e)){for(let n=0,r=e.length;n=0&&e.num0;case Ut.ACK:case Ut.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&this.reconstructor.finishedReconstruction()}}class vXe{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const n=mXe(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const bXe=Object.freeze(Object.defineProperty({__proto__:null,Decoder:n0,Encoder:gXe,get PacketType(){return Ut},protocol:pXe},Symbol.toStringTag,{value:"Module"}));function fi(e,t,n){return e.on(t,n),function(){e.off(t,n)}}const yXe=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class hj extends Fn{constructor(t,n,r){super(),this.connected=!1,this.receiveBuffer=[],this.sendBuffer=[],this.ids=0,this.acks={},this.flags={},this.io=t,this.nsp=n,r&&r.auth&&(this.auth=r.auth),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const t=this.io;this.subs=[fi(t,"open",this.onopen.bind(this)),fi(t,"packet",this.onpacket.bind(this)),fi(t,"error",this.onerror.bind(this)),fi(t,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...t){return t.unshift("message"),this.emit.apply(this,t),this}emit(t,...n){if(yXe.hasOwnProperty(t))throw new Error('"'+t.toString()+'" is a reserved event name');n.unshift(t);const r={type:Ut.EVENT,data:n};if(r.options={},r.options.compress=this.flags.compress!==!1,typeof n[n.length-1]=="function"){const s=this.ids++,l=n.pop();this._registerAckCallback(s,l),r.id=s}const a=this.io.engine&&this.io.engine.transport&&this.io.engine.transport.writable;return this.flags.volatile&&(!a||!this.connected)||(this.connected?(this.notifyOutgoingListeners(r),this.packet(r)):this.sendBuffer.push(r)),this.flags={},this}_registerAckCallback(t,n){const r=this.flags.timeout;if(r===void 0){this.acks[t]=n;return}const a=this.io.setTimeoutFn(()=>{delete this.acks[t];for(let s=0;s{this.io.clearTimeoutFn(a),n.apply(this,[null,...s])}}packet(t){t.nsp=this.nsp,this.io._packet(t)}onopen(){typeof this.auth=="function"?this.auth(t=>{this.packet({type:Ut.CONNECT,data:t})}):this.packet({type:Ut.CONNECT,data:this.auth})}onerror(t){this.connected||this.emitReserved("connect_error",t)}onclose(t,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",t,n)}onpacket(t){if(t.nsp===this.nsp)switch(t.type){case Ut.CONNECT:if(t.data&&t.data.sid){const r=t.data.sid;this.onconnect(r)}else this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case Ut.EVENT:case Ut.BINARY_EVENT:this.onevent(t);break;case Ut.ACK:case Ut.BINARY_ACK:this.onack(t);break;case Ut.DISCONNECT:this.ondisconnect();break;case Ut.CONNECT_ERROR:this.destroy();const n=new Error(t.data.message);n.data=t.data.data,this.emitReserved("connect_error",n);break}}onevent(t){const n=t.data||[];t.id!=null&&n.push(this.ack(t.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(t){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const r of n)r.apply(this,t)}super.emit.apply(this,t)}ack(t){const n=this;let r=!1;return function(...a){r||(r=!0,n.packet({type:Ut.ACK,id:t,data:a}))}}onack(t){const n=this.acks[t.id];typeof n=="function"&&(n.apply(this,t.data),delete this.acks[t.id])}onconnect(t){this.id=t,this.connected=!0,this.emitBuffered(),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(t=>this.emitEvent(t)),this.receiveBuffer=[],this.sendBuffer.forEach(t=>{this.notifyOutgoingListeners(t),this.packet(t)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(t=>t()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:Ut.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(t){return this.flags.compress=t,this}get volatile(){return this.flags.volatile=!0,this}timeout(t){return this.flags.timeout=t,this}onAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(t),this}prependAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(t),this}offAny(t){if(!this._anyListeners)return this;if(t){const n=this._anyListeners;for(let r=0;r0&&e.jitter<=1?e.jitter:0,this.attempts=0}Gc.prototype.duration=function(){var e=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var t=Math.random(),n=Math.floor(t*this.jitter*e);e=Math.floor(t*10)&1?e+n:e-n}return Math.min(e,this.max)|0};Gc.prototype.reset=function(){this.attempts=0};Gc.prototype.setMin=function(e){this.ms=e};Gc.prototype.setMax=function(e){this.max=e};Gc.prototype.setJitter=function(e){this.jitter=e};class vw extends Fn{constructor(t,n){var r;super(),this.nsps={},this.subs=[],t&&typeof t=="object"&&(n=t,t=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,gv(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((r=n.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new Gc({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=t;const a=n.parser||bXe;this.encoder=new a.Encoder,this.decoder=new a.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(t){return arguments.length?(this._reconnection=!!t,this):this._reconnection}reconnectionAttempts(t){return t===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=t,this)}reconnectionDelay(t){var n;return t===void 0?this._reconnectionDelay:(this._reconnectionDelay=t,(n=this.backoff)===null||n===void 0||n.setMin(t),this)}randomizationFactor(t){var n;return t===void 0?this._randomizationFactor:(this._randomizationFactor=t,(n=this.backoff)===null||n===void 0||n.setJitter(t),this)}reconnectionDelayMax(t){var n;return t===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=t,(n=this.backoff)===null||n===void 0||n.setMax(t),this)}timeout(t){return arguments.length?(this._timeout=t,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(t){if(~this._readyState.indexOf("open"))return this;this.engine=new dj(this.uri,this.opts);const n=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;const a=fi(n,"open",function(){r.onopen(),t&&t()}),s=fi(n,"error",l=>{r.cleanup(),r._readyState="closed",this.emitReserved("error",l),t?t(l):r.maybeReconnectOnOpen()});if(this._timeout!==!1){const l=this._timeout;l===0&&a();const c=this.setTimeoutFn(()=>{a(),n.close(),n.emit("error",new Error("timeout"))},l);this.opts.autoUnref&&c.unref(),this.subs.push(function(){clearTimeout(c)})}return this.subs.push(a),this.subs.push(s),this}connect(t){return this.open(t)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const t=this.engine;this.subs.push(fi(t,"ping",this.onping.bind(this)),fi(t,"data",this.ondata.bind(this)),fi(t,"error",this.onerror.bind(this)),fi(t,"close",this.onclose.bind(this)),fi(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(t){try{this.decoder.add(t)}catch(n){this.onclose("parse error",n)}}ondecoded(t){cj(()=>{this.emitReserved("packet",t)},this.setTimeoutFn)}onerror(t){this.emitReserved("error",t)}socket(t,n){let r=this.nsps[t];return r||(r=new hj(this,t,n),this.nsps[t]=r),r}_destroy(t){const n=Object.keys(this.nsps);for(const r of n)if(this.nsps[r].active)return;this._close()}_packet(t){const n=this.encoder.encode(t);for(let r=0;rt()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}disconnect(){return this._close()}onclose(t,n){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",t,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const t=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const r=this.setTimeoutFn(()=>{t.skipReconnect||(this.emitReserved("reconnect_attempt",t.backoff.attempts),!t.skipReconnect&&t.open(a=>{a?(t._reconnecting=!1,t.reconnect(),this.emitReserved("reconnect_error",a)):t.onreconnect()}))},n);this.opts.autoUnref&&r.unref(),this.subs.push(function(){clearTimeout(r)})}}onreconnect(){const t=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",t)}}const Qd={};function ip(e,t){typeof e=="object"&&(t=e,e=void 0),t=t||{};const n=lXe(e,t.path||"/socket.io"),r=n.source,a=n.id,s=n.path,l=Qd[a]&&s in Qd[a].nsps,c=t.forceNew||t["force new connection"]||t.multiplex===!1||l;let d;return c?d=new vw(r,t):(Qd[a]||(Qd[a]=new vw(r,t)),d=Qd[a]),n.query&&!t.query&&(t.query=n.queryKey),d.socket(n.path,t)}Object.assign(ip,{Manager:vw,Socket:hj,io:ip,connect:ip});function mj(e){return e.trim().split(/^(?:-\w+-)*linear-gradient\((?:.*?(top|bottom|left|right|deg)\s*,\s*)*/)[2].replace(/\s*\)\s*;*$/,"").replace(/\s*,\s*/g,",").split(/,(?=\D)/).map(function(t){return t.split(" ")[0]})}var pj=A.createContext(null);function Pr(){return function(e){if(e==null)throw new Error("Component must be wrapped within the NovuProvider before using hooks from @novu/notification-center");return e}(T.exports.useContext(pj))}var wXe=["session"],kXe=["organization"],ih=["infinite_notifications"],bw=["user_preferences"],yA=["unseen_count"],gj=["feed_unseen_count"],wA=function(e){document.dispatchEvent(new CustomEvent("novu:unseen_count_changed",{detail:e}))},xXe=function(e){e===void 0&&(e={});var t=e.onSuccess,n=Ka(e,["onSuccess"]),r=Pr(),a=r.apiService,s=r.socket,l=r.isSessionInitialized,c=r.fetchingStrategy,d=Au();return T.exports.useEffect(function(){return s?(s.on("unseen_count_changed",function(f){Number.isInteger(f==null?void 0:f.unseenCount)&&(d.setQueryData(yA,function(h){var p;return{count:(p=f==null?void 0:f.unseenCount)!==null&&p!==void 0?p:h.count}}),d.refetchQueries(ih,{exact:!1}),d.refetchQueries(gj,{exact:!1}),wA(f.unseenCount))}),function(){s.off("unseen_count_changed")}):function(){}},[s,d]),ah(yA,function(){return a.getUnseenCount()},qe(qe({},n),{enabled:l&&c.fetchUnseenCount,onSuccess:function(f){wA(f.count),t==null||t(f)}}))},vj=A.createContext(null);function ss(){return T.exports.useContext(vj)}var bj=A.createContext({colorScheme:"light",theme:null,common:null});function oa(){var e=T.exports.useContext(bj);return{colorScheme:e.colorScheme,theme:e.theme,common:e.common}}var r0=A.createContext({onUrlChange:function(e){},onNotificationClick:function(e){},onUnseenCountChanged:function(e){},onActionClick:function(e,t,n){},isLoading:!0,header:null,footer:null,emptyState:null,listItem:null,actionsResultBlock:null,tabs:[],showUserPreferences:!0,allowedNotificationActions:!0,onTabClick:function(e){}});function Yc(){var e=T.exports.useContext(r0);return{onUrlChange:e.onUrlChange,onNotificationClick:e.onNotificationClick,onActionClick:e.onActionClick,isLoading:e.isLoading,header:e.header,footer:e.footer,emptyState:e.emptyState,listItem:e.listItem,actionsResultBlock:e.actionsResultBlock,tabs:e.tabs,showUserPreferences:e.showUserPreferences,allowedNotificationActions:e.allowedNotificationActions,onTabClick:e.onTabClick}}var yj={af:{translations:{notifications:"Kennisgewings",markAllAsRead:"Merk alles as gelees",poweredBy:"Aangedryf deur",settings:"Instellings"},lang:"af"},am:{translations:{notifications:"\u121B\u1233\u12C8\u1242\u12EB\u12CE\u127D",markAllAsRead:"\u1201\u1209\u1295\u121D \u12A5\u1295\u12F0\u1270\u1290\u1260\u1261 \u121D\u120D\u12AD\u1275 \u12EB\u12F5\u122D\u1309\u1260\u1275",poweredBy:"\u12E8\u1270\u130E\u120B\u1260\u1270 \u1260",settings:"\u1245\u1295\u1265\u122E\u127D"},lang:"am"},ar:{translations:{notifications:"\u0625\u0634\u0639\u0627\u0631\u0627\u062A",markAllAsRead:"\u0627\u0634\u0631 \u0639\u0644\u064A\u0647\u0627 \u0628\u0627\u0646\u0647\u0627 \u0642\u0631\u0627\u062A",poweredBy:"\u0645\u0634\u063A\u0644 \u0628\u0648\u0627\u0633\u0637\u0629",settings:"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A"},lang:"ar"},as:{translations:{notifications:"\u099C\u09BE\u09A8\u09A8\u09C0\u09B8\u09AE\u09C2\u09B9",markAllAsRead:"\u09B8\u0995\u09B2\u09CB \u09AA\u09A2\u09BC\u09BE \u09B9\u09BF\u099A\u09BE\u09AA\u09C7 \u099A\u09BF\u09B9\u09CD\u09A8\u09BF\u09A4 \u0995\u09F0\u0995",poweredBy:"\u09A6\u09CD\u09AC\u09BE\u09F0\u09BE \u09B8\u09AE\u09F0\u09CD\u09A5\u09BF\u09A4",settings:"\u099B\u09C7\u099F\u09BF\u0982\u099B"},lang:"as"},az:{translations:{notifications:"Bildiri\u015Fl\u0259r",markAllAsRead:"Ham\u0131s\u0131n\u0131 oxunmu\u015F olaraq i\u015Far\u0259l\u0259",poweredBy:"t\u0259r\u0259find\u0259n t\u0259chiz edilmi\u015Fdir",settings:"Q\u0259bulu"},lang:"az"},be:{translations:{notifications:"\u041F\u0430\u0432\u0435\u0434\u0430\u043C\u043B\u0435\u043D\u043Di",markAllAsRead:"\u041F\u0430\u0437\u043D\u0430\u0447\u044B\u0446\u044C \u0443\u0441\u0435 \u044F\u043A \u043F\u0440\u0430\u0447\u044B\u0442\u0430\u043D\u044B\u044F",poweredBy:"\u041F\u0440\u044B \u043F\u0430\u0434\u0442\u0440\u044B\u043C\u0446\u044B",settings:"\u041D\u0430\u043B\u0430\u0434\u044B"},lang:"be"},bg:{translations:{notifications:"\u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F",markAllAsRead:"\u043C\u0430\u0440\u043A\u0438\u0440\u0430\u0439 \u0432\u0441\u0438\u0447\u043A\u0438 \u043A\u0430\u0442\u043E \u043F\u0440\u043E\u0447\u0435\u0442\u0435\u043D\u0438",poweredBy:"\u0437\u0430\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0438 \u043E\u0442",settings:"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438"},lang:"bg"},bh:{translations:{notifications:"\u0938\u0942\u091A\u0928\u093E\u090F\u0902",markAllAsRead:"\u0938\u092D\u0940 \u0915\u094B \u092A\u0922\u093C\u093E \u0939\u0941\u0906 \u091A\u093F\u0928\u094D\u0939\u093F\u0924 \u0915\u0930\u0947\u0902",poweredBy:"\u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u091A\u093E\u0932\u093F\u0924",settings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938"},lang:"bh"},bn:{translations:{notifications:"\u09A8\u09CB\u099F\u09BF\u09AB\u09BF\u0995\u09C7\u09B6\u09A8",markAllAsRead:"\u09B8\u09AC\u0997\u09C1\u09B2\u09CB \u09AA\u09DC\u09BE \u09B9\u09DF\u09C7\u099B\u09C7",poweredBy:"\u09AA\u09BE\u0993\u09DF\u09BE\u09B0\u09CD\u09A1 \u09AC\u09BE\u0987",settings:"\u09B8\u09C7\u099F\u09BF\u0982\u09B8"},lang:"bn"},bs:{translations:{notifications:"Obavje\u0161tenja",markAllAsRead:"Ozna\u010Di sve kao pro\u010Ditano",poweredBy:"Pokre\u0107e",settings:"Postavke"},lang:"bs"},ca:{translations:{notifications:"Notificacions",markAllAsRead:"marcar tot com a llegit",poweredBy:"Amb la tecnologia de",settings:"Configuraci\xF3"},lang:"ca"},cs:{translations:{notifications:"Ozn\xE1men\xED",markAllAsRead:"Ozna\u010Dit v\u0161echna jako p\u0159e\u010Dten\xE1",poweredBy:"P\u0159in\xE1\u0161\xED",settings:"Nastaven\xED"},lang:"cs"},da:{translations:{notifications:"Meddelelser",markAllAsRead:"Mark\xE9r alle som l\xE6st",poweredBy:"Drevet af",settings:"Indstillinger"},lang:"da"},de:{translations:{notifications:"Benachrichtigungen",markAllAsRead:"Alle als gelesen markieren",poweredBy:"von",settings:"Einstellungen"},lang:"de"},el:{translations:{notifications:"\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2",markAllAsRead:"\u03B5\u03C0\u03B9\u03C3\u03B7\u03BC\u03AC\u03BD\u03B5\u03C4\u03B5 \u03CC\u03BB\u03B1 \u03C9\u03C2 \u03B1\u03BD\u03B1\u03B3\u03BD\u03C9\u03C3\u03BC\u03AD\u03BD\u03B1",poweredBy:"\u03C4\u03C1\u03BF\u03C6\u03BF\u03B4\u03BF\u03C4\u03B5\u03AF\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC",settings:"\u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2"},lang:"el"},en:{translations:{notifications:"Notifications",markAllAsRead:"Mark all as read",poweredBy:"Powered By",settings:"Settings",removeMessage:"Remove Message",markAsRead:"Mark as Read",markAsUnRead:"Mark as Unread"},lang:"en"},es:{translations:{notifications:"Notificaciones",markAllAsRead:"marcar todo como le\xEDdo",poweredBy:"Con tecnolog\xEDa de",settings:"Configuraci\xF3n"},lang:"es"},eu:{translations:{notifications:"Notificacionespenak",markAllAsRead:"Markatu guztiak irakurrita bezala",poweredBy:"Bultzatuta",settings:"Ezarpenak"},lang:"eu"},fa:{translations:{notifications:"\u0627\u0637\u0644\u0627\u0639\u06CC\u0647",markAllAsRead:"\u0647\u0645\u0647 \u0631\u0627 \u0628\u0647 \u0639\u0646\u0648\u0627\u0646 \u062E\u0648\u0627\u0646\u062F\u0647 \u0634\u062F\u0647 \u0639\u0644\u0627\u0645\u062A \u0628\u0632\u0646",poweredBy:"\u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0634\u062F\u0647 \u062A\u0648\u0633\u0637",settings:"\u062A\u0646\u0638\u064A\u0645\u0627\u062A"},lang:"fa"},fi:{translations:{notifications:"Ilmoitukset",markAllAsRead:"Merkkaa luetuksi",poweredBy:"Ilmoitukset mahdollistaa",settings:"Asetukset"},lang:"fi"},fr:{translations:{notifications:"Notifications",markAllAsRead:"Tout marquer comme lus",poweredBy:"Propuls\xE9 par",settings:"Param\xE8tres"},lang:"fr"},ga:{translations:{notifications:"F\xF3gra\xED",markAllAsRead:"Marc\xE1il go l\xE9ir mar a l\xE9itear",poweredBy:"Cumhachtaithe ag",settings:"Socruithe"},lang:"ga"},gl:{translations:{notifications:"Notificaci\xF3ns",markAllAsRead:"Marcar todo coma lido",poweredBy:"Coa tecnolox\xEDa de",settings:"Axustes"},lang:"gl"},gu:{translations:{notifications:"\u0AB8\u0AC2\u0A9A\u0AA8\u0ABE",markAllAsRead:"\u0AAC\u0AA7\u0ABE\u0AA8\u0AC7 \u0AB5\u0ABE\u0A82\u0A9A\u0AC7\u0AB2\u0ABE \u0AA4\u0AB0\u0AC0\u0A95\u0AC7 \u0A9A\u0ABF\u0AB9\u0ACD\u0AA8\u0ABF\u0AA4 \u0A95\u0AB0\u0ACB",poweredBy:"\u0AA6\u0ACD\u0AB5\u0ABE\u0AB0\u0ABE \u0AB8\u0A82\u0A9A\u0ABE\u0AB2\u0ABF\u0AA4",settings:"\u0AB8\u0AC7\u0A9F\u0ABF\u0A82\u0A97\u0ACD\u0AB8"},lang:"gu"},he:{translations:{notifications:"\u05D4\u05EA\u05E8\u05D0\u05D5\u05EA",markAllAsRead:"\u05E1\u05DE\u05DF \u05D4\u05DB\u05DC \u05DB\u05E0\u05E7\u05E8\u05D0",poweredBy:"\u05E0\u05EA\u05DE\u05DA \u05E2\u05DC \u05D9\u05D3\u05D9",settings:"\u05D4\u05D2\u05D3\u05E8\u05D5\u05EA"},lang:"he"},hi:{translations:{notifications:"\u0938\u0942\u091A\u0928\u093E\u090F\u0902",markAllAsRead:"\u0938\u092D\u0940 \u0915\u094B \u092A\u0922\u093C\u093E \u0939\u0941\u0906 \u091A\u093F\u0928\u094D\u0939\u093F\u0924 \u0915\u0930\u0947\u0902",poweredBy:"\u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u091A\u093E\u0932\u093F\u0924",settings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u0938"},lang:"hi"},hr:{translations:{notifications:"Obavijesti",markAllAsRead:"Ozna\u010Di sve kao pro\u010Ditano",poweredBy:"Uz podr\u0161ku",settings:"Postavke"},lang:"hr"},hu:{translations:{notifications:"\xE9rtes\xEDt\xE9seket",markAllAsRead:"\xF6sszes megjel\xF6l\xE9se olvasottk\xE9nt",poweredBy:"t\xE1mogatta",settings:"be\xE1ll\xEDt\xE1sok"},lang:"hu"},hy:{translations:{notifications:"\u056E\u0561\u0576\u0578\u0582\u0581\u0578\u0582\u0574\u0576\u0565\u0580",markAllAsRead:"\u0576\u0577\u0565\u056C \u0562\u0578\u056C\u0578\u0580\u0568 \u0578\u0580\u057A\u0565\u057D \u056F\u0561\u0580\u0564\u0561\u0581\u057E\u0561\u056E",poweredBy:"\u0561\u057B\u0561\u056F\u0581\u057E\u0578\u0582\u0574 \u0567",settings:"\u056F\u0561\u0580\u0563\u0561\u057E\u0578\u0580\u0578\u0582\u0574\u0576\u0565\u0580"},lang:"hy"},id:{translations:{notifications:"Notifikasi",markAllAsRead:"Tandai semua sudah dibaca",poweredBy:"Dipersembahkan Oleh",settings:"Pengaturan"},lang:"id"},ig:{translations:{notifications:"Ngosi",markAllAsRead:"kaa ihe niile ka ag\u1EE5laha",poweredBy:"kwadoro site na",settings:"Mwube gas\u1ECB"},lang:"ig"},it:{translations:{notifications:"Notifiche",markAllAsRead:"Segna tutti come letti",poweredBy:"Offerto da",settings:"Impostazioni"},lang:"it"},ja:{translations:{notifications:"\u901A\u77E5",markAllAsRead:"\u3059\u3079\u3066\u65E2\u8AAD\u306B\u3059\u308B",poweredBy:"\u642D\u8F09",settings:"\u8A2D\u5B9A"},lang:"ja"},ka:{translations:{notifications:"\u0C85\u0CA7\u0CBF\u0CB8\u0CC2\u0C9A\u0CA8\u0CC6\u0C97\u0CB3\u0CC1",markAllAsRead:"\u0C8E\u0CB2\u0CCD\u0CB2\u0CB5\u0CA8\u0CCD\u0CA8\u0CC1 \u0C93\u0CA6\u0CB2\u0CBE\u0C97\u0CBF\u0CA6\u0CC6 \u0C8E\u0C82\u0CA6\u0CC1 \u0C97\u0CC1\u0CB0\u0CC1\u0CA4\u0CBF\u0CB8\u0CBF",poweredBy:"\u0CAE\u0CC2\u0CB2\u0C95 \u0CA8\u0CA1\u0CC6\u0CB8\u0CB2\u0CCD\u0CAA\u0CA1\u0CC1\u0CA4\u0CCD\u0CA4\u0CBF\u0CA6\u0CC6",settings:"\u0CB8\u0C82\u0CAF\u0CC6\u0CC2\u0CD5\u0C9C\u0CA8\u0CC6\u0C97\u0CB3\u0CC1"},lang:"ka"},kk:{translations:{notifications:"\u0425\u0430\u0431\u0430\u0440\u043B\u0430\u043D\u0434\u044B\u0440\u0443\u043B\u0430\u0440",markAllAsRead:"\u0431\u0430\u0440\u043B\u044B\u0493\u044B\u043D \u043E\u049B\u044B\u043B\u0493\u0430\u043D \u0434\u0435\u043F \u0431\u0435\u043B\u0433\u0456\u043B\u0435\u04A3\u0456\u0437",poweredBy:"\u0437\u0430\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0438 \u043E\u0442",settings:"\u043A\u04E9\u043C\u0435\u0433\u0456\u043C\u0435\u043D"},lang:"kk"},km:{translations:{notifications:"\u179F\u17B6\u179A\u1787\u17BC\u1793\u178A\u17C6\u178E\u17B9\u1784",markAllAsRead:"\u1794\u17B6\u1793\u17A2\u17B6\u1793\u1791\u17B6\u17C6\u1784\u17A2\u179F\u17CB",poweredBy:"\u178A\u17C6\u178E\u17BE\u179A\u1780\u17B6\u179A\u178A\u17C4\u1799",settings:"\u1780\u17B6\u179A\u1780\u17C6\u178E\u178F\u17CB"},lang:"km"},ko:{translations:{notifications:"\uC54C\uB9BC",markAllAsRead:"\uBAA8\uB450 \uC77D\uC740 \uC0C1\uD0DC\uB85C \uD45C\uC2DC",poweredBy:"\uC5D0 \uC758\uD574 \uAD6C\uB3D9",settings:"\uC124\uC815"},lang:"ko"},ku:{translations:{notifications:"\u0626\u0627\u06AF\u0627\u062F\u0627\u0631\u06A9\u0631\u062F\u0646\u06D5\u0648\u06D5\u06A9\u0627\u0646",markAllAsRead:"\u0647\u06D5\u0645\u0648\u0648\u06CC\u0627\u0646 \u0648\u06D5\u06A9 \u062E\u0648\u06CE\u0646\u062F\u0631\u0627\u0648\u06CE\u06A9 \u0646\u06CC\u0634\u0627\u0646\u06D5 \u0628\u06A9\u06D5",poweredBy:"\u0628\u06D5\u0647\u06CE\u0632\u06A9\u0631\u0627\u0648\u06D5 \u0644\u06D5\u0644\u0627\u06CC\u06D5\u0646",settings:"\u062F\u0627\u0646\u0627\u0646\u06D5\u0648\u06D5"},lang:"ku"},lo:{translations:{notifications:"\u0E81\u0EB2\u0E99\u0EC1\u0E88\u0EC9\u0E87\u0EC0\u0E95\u0EB7\u0EAD\u0E99",markAllAsRead:"\u0EDD\u0EB2\u0E8D\u0E97\u0EB1\u0E87\u0EDD\u0EBB\u0E94\u0EA7\u0EC8\u0EB2\u0EAD\u0EC8\u0EB2\u0E99\u0EC1\u0EA5\u0EC9\u0EA7",poweredBy:"\u0EAA\u0EB0\u200B\u0EAB\u0E99\u0EB1\u0E9A\u200B\u0EAA\u0EB0\u200B\u0EAB\u0E99\u0EB9\u0E99\u200B\u0EC2\u0E94\u0E8D",settings:"\u0E81\u0EB2\u0E99\u0E95\u0EB1\u0EC9\u0E87\u0E84\u0EC8\u0EB2"},lang:"lo"},lt:{translations:{notifications:"Prane\u0161imai",markAllAsRead:"Pa\u017Eym\u0117ti visus kaip skaitytus",poweredBy:"Sukurta",settings:"Nustatymai"},lang:"lt"},lv:{translations:{notifications:"Pazi\u0146ojumi",markAllAsRead:"Atz\u012Bm\u0113t visus k\u0101 las\u012Btus",poweredBy:"Izstr\u0101d\u0101ts",settings:"Iestat\u012Bjumi"},lang:"lv"},ml:{translations:{notifications:"\u0D05\u0D31\u0D3F\u0D2F\u0D3F\u0D2A\u0D4D\u0D2A\u0D41\u0D15\u0D7E",markAllAsRead:"\u0D0E\u0D32\u0D4D\u0D32\u0D3E\u0D02 \u0D35\u0D3E\u0D2F\u0D3F\u0D1A\u0D4D\u0D1A\u0D24\u0D3E\u0D2F\u0D3F \u0D05\u0D1F\u0D2F\u0D3E\u0D33\u0D2A\u0D4D\u0D2A\u0D46\u0D1F\u0D41\u0D24\u0D4D\u0D24\u0D41\u0D15",poweredBy:"\u0D2A\u0D4D\u0D30\u0D3E\u0D2F\u0D47\u0D3E\u0D1C\u0D15\u0D7C",settings:"\u0D15\u0D4D\u0D30\u0D2E\u0D40\u0D15\u0D30\u0D23\u0D19\u0D4D\u0D19\u0D7E"},lang:"ml"},mr:{translations:{notifications:"\u0905\u0927\u093F\u0938\u0942\u091A\u0928\u093E",markAllAsRead:"\u0938\u0930\u094D\u0935 \u0935\u093E\u091A\u0932\u0947\u0932\u0947 \u092E\u094D\u0939\u0923\u0942\u0928 \u091A\u093F\u0928\u094D\u0939\u093E\u0902\u0915\u093F\u0924 \u0915\u0930\u093E",poweredBy:"\u0926\u094D\u0935\u093E\u0930\u0947 \u0938\u092E\u0930\u094D\u0925\u093F\u0924",settings:"\u0938\u0947\u091F\u093F\u0902\u0917\u094D\u091C"},lang:"mr"},ms:{translations:{notifications:"Pemberitahuan",markAllAsRead:"Tandakan semua sebagai telah dibaca",poweredBy:"Dikuasai oleh",settings:"Tetapan"},lang:"ms"},ne:{translations:{notifications:"\u0938\u0942\u091A\u0928\u093E\u0939\u0930\u0942",markAllAsRead:"\u0938\u092C\u0948 \u092A\u0922\u0947\u0915\u094B \u0930\u0942\u092A\u092E\u093E \u091A\u093F\u0928\u094D\u0939 \u0932\u0917\u093E\u0909\u0928\u0941\u0939\u094B\u0938\u094D",poweredBy:"\u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u091A\u093E\u0932\u093F\u0924",settings:"\u0938\u0947\u091F\u093F\u0919\u0939\u0930\u0942"},lang:"ne"},nl:{translations:{notifications:"Notificaties",markAllAsRead:"Markeer alles als gelezen",poweredBy:"Aangedreven door",settings:"Instellingen"},lang:"nl"},nb:{translations:{notifications:"Varsler",markAllAsRead:"Marker alle som lest",poweredBy:"Drevet av",settings:"Innstillinger"},lang:"nb"},or:{translations:{notifications:"\u0B2C\u0B3F\u0B1C\u0B4D\u0B1E\u0B2A\u0B4D\u0B24\u0B3F",markAllAsRead:"\u0B38\u0B2E\u0B38\u0B4D\u0B24\u0B19\u0B4D\u0B15\u0B41 \u0B2A\u0B5D\u0B3F\u0B25\u0B3F\u0B2C\u0B3E \u0B2A\u0B30\u0B3F \u0B1A\u0B3F\u0B39\u0B4D\u0B28\u0B3F\u0B24 \u0B15\u0B30",poweredBy:"\u0B26\u0B4D\u0B71\u0B3E\u0B30\u0B3E \u0B2A\u0B30\u0B3F\u0B1A\u0B3E\u0B33\u0B3F\u0B24",settings:"\u0B38\u0B47\u0B1F\u0B3F\u0B02"},lang:"or"},pa:{translations:{notifications:"\u0A38\u0A42\u0A1A\u0A28\u0A3E\u0A35\u0A3E\u0A02",markAllAsRead:" \u0A38\u0A2D \u0A28\u0A42\u0A70 \u0A2A\u0A5C\u0A4D\u0A39\u0A3F\u0A06 \u0A39\u0A4B\u0A07\u0A06 \u0A2E\u0A3E\u0A30\u0A15 \u0A15\u0A30\u0A4B",poweredBy:"\u0A26\u0A41\u0A06\u0A30\u0A3E \u0A38\u0A70\u0A1A\u0A3E\u0A32\u0A3F\u0A24",settings:"\u0A38\u0A48\u0A1F\u0A3F\u0A70\u0A17\u0A3E\u0A02"},lang:"pa"},pl:{translations:{notifications:"Notyfikacje",markAllAsRead:"Oznacz wszystkie jako przeczytane",poweredBy:"Nap\u0119dzany przez",settings:"Ustawienia"},lang:"pl"},pt:{translations:{notifications:"Notifica\xE7\xF5es",markAllAsRead:"Marcar tudo como lido",poweredBy:"Desenvolvido por",settings:"Configura\xE7\xF5es"},lang:"pt"},ro:{translations:{notifications:"Notific\u0103ri",markAllAsRead:"Marcheaza totul ca fiind citit",poweredBy:"Cu sprijinul",settings:"Set\u0103ri"},lang:"ro"},ru:{translations:{notifications:"\u0423\u0432\u0435\u0434\u043E\u043C\u043B\u0435\u043D\u0438\u044F",markAllAsRead:"\u041F\u043E\u043C\u0435\u0442\u0438\u0442\u044C \u0432\u0441\u0435 \u043A\u0430\u043A \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u043D\u044B\u0435",poweredBy:"\u041F\u0440\u0438 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u043A\u0435",settings:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438"},lang:"ru"},sa:{translations:{notifications:"\u0905\u0927\u093F\u0938\u0942\u091A\u0928\u093E\u0903",markAllAsRead:"\u0938\u0930\u094D\u0935\u0902 \u092A\u0920\u093F\u0924\u092E\u094D \u0907\u0924\u093F \u0938\u0942\u091A\u0928\u0940\u092F\u092E\u094D",poweredBy:"\u0926\u094D\u0935\u093E\u0930\u093E \u0938\u0902\u091A\u093E\u0932\u093F\u0924\u0903",settings:"\u0938\u0902\u0938\u094D\u0925\u093E\u092A\u0928\u092E\u094D"},lang:"sa"},sd:{translations:{notifications:"\u0646\u0648\u067D\u064A\u0641\u06AA\u064A\u0634\u0646",markAllAsRead:"\u0633\u0680\u0646\u064A \u06A9\u064A \u067E\u0699\u0647\u064A\u0644 \u0637\u0648\u0631 \u0646\u0634\u0627\u0646 \u0644\u06B3\u0627\u064A\u0648",poweredBy:"\u067E\u0627\u0631\u0627\u0646 \u062A\u064A\u0627\u0631 \u06AA\u064A\u0644",settings:"\u0633\u064A\u067D\u0646\u06AF\u0648\u0646"},lang:"sd"},si:{translations:{notifications:"\u0DAF\u0DD0\u0DB1\u0DD4\u0DB8\u0DCA\u0DAF\u0DD3\u0DB8\u0DCA",markAllAsRead:"\u0DC3\u0DD2\u0DBA\u0DBD\u0DCA\u0DBD \u0D9A\u0DD2\u0DBA\u0DC0\u0DD6 \u0DBD\u0DD9\u0DC3 \u0DBD\u0D9A\u0DD4\u0DAB\u0DD4 \u0D9A\u0DBB\u0DB1\u0DCA\u0DB1",poweredBy:"\u0DB6\u0DBD\u0D9C\u0DD0\u0DB1\u0DCA\u0DC0\u0DD3\u0DB8",settings:"\u0DC3\u0DD0\u0D9A\u0DC3\u0DD4\u0DB8\u0DCA"},lang:"si"},sm:{translations:{notifications:"faasilasilaga",markAllAsRead:"faailoga Mea uma e pei ona Faitau",poweredBy:"fa amalosia ",settings:"faatulagaga"},lang:"sm"},sq:{translations:{notifications:"Njoftimet",markAllAsRead:"Sh\xEBnoni t\xEB gjitha si t\xEB lexuara",poweredBy:"Mund\xEBsuar nga",settings:"Cil\xEBsimet"},lang:"sq"},sv:{translations:{notifications:"Meddelanden",markAllAsRead:"Markera alla som l\xE4sta",poweredBy:"Anv\xE4nder",settings:"Inst\xE4llningar"},lang:"sv"},ta:{translations:{notifications:"\u0B85\u0BB1\u0BBF\u0BB5\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",markAllAsRead:"\u0B85\u0BA9\u0BC8\u0BA4\u0BCD\u0BA4\u0BC8\u0BAF\u0BC1\u0BAE\u0BCD \u0BB5\u0BBE\u0B9A\u0BBF\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BBE\u0B95 \u0B85\u0B9F\u0BC8\u0BAF\u0BBE\u0BB3\u0BAE\u0BBF\u0B9F\u0BC1",poweredBy:"\u0BAE\u0BC2\u0BB2\u0BAE\u0BCD \u0B87\u0BAF\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BC1\u0B95\u0BBF\u0BB1\u0BA4\u0BC1",settings:"\u0B9A\u0BC6\u0B9F\u0BCD\u0B9F\u0BBF\u0B99\u0BCD\u0BB8\u0BCD"},lang:"ta"},te:{translations:{notifications:"\u0C28\u0C4B\u0C1F\u0C3F\u0C2B\u0C3F\u0C15\u0C47\u0C37\u0C28\u0C4D\u200C\u0C32\u0C41",markAllAsRead:"\u0C05\u0C28\u0C4D\u0C28\u0C40\u0C1A\u0C26\u0C3F\u0C35\u0C3F\u0C28\u0C1F\u0C4D\u0C32\u0C41\u0C17\u0C3E \u0C38\u0C42\u0C1A\u0C3F\u0C02\u0C1A\u0C41",poweredBy:"\u0C26\u0C4D\u0C35\u0C3E\u0C30\u0C3E \u0C06\u0C27\u0C3E\u0C30\u0C3F\u0C24\u0C02",settings:"\u0C38\u0C46\u0C1F\u0C4D\u0C1F\u0C3F\u0C02\u0C17\u0C4D\u200C\u0C32\u0C41"},lang:"te"},th:{translations:{notifications:"\u0E01\u0E32\u0E23\u0E41\u0E08\u0E49\u0E07\u0E40\u0E15\u0E37\u0E2D\u0E19",markAllAsRead:"\u0E17\u0E33\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2B\u0E21\u0E32\u0E22\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E27\u0E48\u0E32\u0E2D\u0E48\u0E32\u0E19\u0E41\u0E25\u0E49\u0E27",poweredBy:"\u0E02\u0E31\u0E1A\u0E40\u0E04\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E42\u0E14\u0E22",settings:"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32"},lang:"th"},tl:{translations:{notifications:"Notipikasyon",markAllAsRead:"Markahan ang lahat bilang nabasa",poweredBy:"Pinagagana ng",settings:"Settings"},lang:"tl"},tr:{translations:{notifications:"Bildirimler",markAllAsRead:"Hepsini okundu olarak i\u015Faretle",poweredBy:"Taraf\u0131ndan desteklenmektedir",settings:"Ayarlar"},lang:"tr"},uk:{translations:{notifications:"\u0421\u043F\u043E\u0432\u0456\u0449\u0435\u043D\u043D\u044F",markAllAsRead:"\u041F\u043E\u0437\u043D\u0430\u0447\u0438\u0442\u0438 \u0432\u0441\u0435 \u044F\u043A \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043D\u0456",poweredBy:"\u041D\u0430 \u043F\u0456\u0434\u0442\u0440\u0438\u043C\u0446\u0456",settings:"\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u043D\u043D\u044F"},lang:"uk"},ur:{translations:{notifications:"\u0627\u0637\u0644\u0627\u0639",markAllAsRead:"\u0633\u0628 \u06A9\u0648 \u067E\u0691\u06BE\u0627 \u06C1\u0648\u0627 \u0634\u0645\u0627\u0631 \u06A9\u0631\u06CC\u06BA",poweredBy:"\u0637\u0627\u0642\u062A \u06A9\u06D2 \u0630\u0631\u06CC\u0639\u06D2",settings:"\u062A\u0631\u062A\u06CC\u0628\u0627\u062A"},lang:"ur"},uz:{translations:{notifications:"Bildirishnomalar",markAllAsRead:"Hammasini o'qing deb belgilang",poweredBy:"Tomonidan qo'llab-quvvatlanadi",settings:"Sozlamalar"},lang:"uz"},vi:{translations:{notifications:"Th\xF4ng b\xE1o",markAllAsRead:"\u0111\xE1nh d\u1EA5u t\u1EA5t c\u1EA3 nh\u01B0 \u0111\xE3 \u0111\u1ECDc",poweredBy:"\u0110\u01B0\u1EE3c cung c\u1EA5p b\u1EDFi",settings:"C\xE0i \u0111\u1EB7t"},lang:"vi"},zh:{translations:{notifications:"\u901A\u77E5",markAllAsRead:"\u5C06\u6240\u6709\u6807\u8BB0\u4E3A\u5DF2\u8BFB",poweredBy:"\u6280\u672F\u652F\u6301",settings:"\u8BBE\u7F6E"},lang:"zh"},zu:{translations:{notifications:"Izaziso",markAllAsRead:"Maka konke njengokufundiwe",poweredBy:"Inikezwe amandla yi",settings:"Izilungiselelo"},lang:"zu"},ba:{translations:{notifications:"\u0418\u04AB\u043A\u04D9\u0440\u043C\u04D9\u043B\u04D9\u0440",markAllAsRead:"\u0411\u0430\u0440\u044B\u04BB\u044B\u043D \u0434\u0430 \u0443\u04A1\u044B\u043B\u0493\u0430\u043D\u0441\u0430 \u0442\u0430\u043C\u0493\u0430\u043B\u0430\u0493\u044B\u0499",poweredBy:"\u042D\u0448\u043B\u04D9\u0439",settings:"\u041A\u04E9\u0439\u043B\u04D9\u04AF\u0499\u04D9\u0440\u0435"},lang:"ba"}},wj=A.createContext({translations:{markAllAsRead:"",notifications:"",poweredBy:"",settings:"",removeMessage:"",markAsRead:"",markAsUnRead:""},lang:""});function PXe(e){var t=e.i18n,n=t===void 0?"en":t,r=Ka(e,["i18n"]),a=A.useMemo(function(){return typeof n=="string"?{translations:yj[n].translations,lang:n}:n},[n]);return A.createElement(wj.Provider,qe({},r,{value:a}))}function vv(){var e=T.exports.useContext(wj),t=e.translations,n=e.lang;return{lang:n,t:function(r){return t[r]||yj.en.translations[r]},dateFnsLocale:function(){return n in lA?lA[n]:B1}}}var MXe=function(e){e===void 0&&(e={});var t=e.onSuccess,n=e.onError,r=Ka(e,["onSuccess","onError"]),a=Au(),s=Pr().apiService,l=T.exports.useCallback(function(p){var g=p.templateId,w=p.checked,y=p.channelType;a.setQueryData(bw,function(k){return k.map(function(M){var W;return M.template._id===g?qe(qe({},M),{preference:qe(qe({},M.preference),{channels:qe(qe({},M.preference.channels),(W={},W[y]=w,W))})}):M})})},[a]),c=pv(function(p){return s.updateSubscriberPreference(p.templateId,p.channelType,p.checked)},qe(qe({},r),{onSuccess:function(p,g,w){a.setQueryData(bw,function(y){return y.map(function(k){return k.template._id===p.template._id?p:k})}),t==null||t(p,g,w)},onError:function(p,g,w){l({templateId:g.templateId,checked:!g.checked,channelType:g.channelType}),n==null||n(p,g,w)}})),d=c.mutate,f=Ka(c,["mutate"]),h=T.exports.useCallback(function(p){l(p),d(p)},[l,d]);return qe(qe({},f),{updateUserPreferences:h})},AXe=function(e){e===void 0&&(e={});var t=e.onSuccess,n=Ka(e,["onSuccess"]),r=Au(),a=Pr().apiService,s=pv(function(d){return a.updateAction(d.messageId,d.actionButtonType,d.status,d.payload)},qe(qe({},n),{onSuccess:function(d,f,h){r.setQueriesData({queryKey:ih,exact:!1},function(p){var g=p.pages.map(function(w){var y=w.data.map(function(k){return k._id===f.messageId?d:k});return qe(qe({},w),{data:y})});return{pageParams:p.pageParams,pages:g}}),t==null||t(d,f,h)}})),l=s.mutate,c=Ka(s,["mutate"]);return qe(qe({},c),{updateAction:l})},SXe=function(e){return(e.page+1)*e.pageSize0?A.createElement(hG,{"data-test-id":"unseen-count-label",sx:{padding:0,marginLeft:10,width:25,height:20,pointerEvents:"none",border:"none",background:(t=s.header)===null||t===void 0?void 0:t.badgeColor,fontFamily:l.fontFamily,lineHeight:"14px",color:(n=s.header)===null||n===void 0?void 0:n.badgeTextColor,fontWeight:"bold",fontSize:"12px"},radius:10,className:Wt("nc-unseen-badge",Ue(c))},r):null}function DXe(e){var t,n=e.onCogClick,r=Lt(T.exports.useState(!0),2),a=r[0],s=r[1],l=ss(),c=l.markAllNotificationsAsRead,d=l.notifications,f=l.unseenCount,h=oa().theme,p=T.exports.useContext(r0),g=p.tabs,w=p.showUserPreferences,y=vv().t,k=Lt(fr(["header.root","header.title","header.markAsRead","header.cog"]),4),M=k[0],W=k[1],z=k[2],N=k[3];return T.exports.useEffect(function(){if(d){var B=d.some(function(H){return H.read===!1});s(B)}},[d]),A.createElement("div",{className:Wt("nc-header",LXe,Ue(M))},A.createElement("div",{style:{display:"flex",flexDirection:"row",gap:"10px",alignItems:"center"}},A.createElement("div",{className:Wt("nc-header-title",BXe(h.header.fontColor),Ue(W)),"data-test-id":"notifications-header-title"},y("notifications")),!g&&A.createElement(Aj,{unseenCount:f})),A.createElement(HXe,null,A.createElement("div",{className:Wt("nc-header-mark-as-read",XXe(!a,(t=h.header)===null||t===void 0?void 0:t.markAllAsReadButtonColor),Ue(z)),onClick:c,role:"button",tabIndex:0},y("markAllAsRead")),A.createElement("div",{style:{display:w?"inline-block":"none"}},A.createElement(lv,{"data-test-id":"user-preference-cog",variant:"transparent",onClick:n},A.createElement(NXe,{className:Wt("nc-header-cog",FXe(h),Ue(N))})))))}var kA,xA,PA,MA,AA,LXe=Ue(kA||(kA=ft([` - padding: 5px 15px; - display: flex; - justify-content: space-between; - align-items: center; - height: 55px; -`],[` - padding: 5px 15px; - display: flex; - justify-content: space-between; - align-items: center; - height: 55px; -`]))),HXe=pn.div(xA||(xA=ft([` - display: flex; - align-items: center; -`],[` - display: flex; - align-items: center; -`]))),FXe=function(e){var t;return Ue(PA||(PA=ft([` - color: `,`; -`],[` - color: `,`; -`])),(t=e==null?void 0:e.userPreferences)===null||t===void 0?void 0:t.settingsButtonColor)},BXe=function(e){return Ue(MA||(MA=ft([` - color: `,`; - font-size: 20px; - font-style: normal; - font-weight: 700; - line-height: 24px; - text-align: center; -`],[` - color: `,`; - font-size: 20px; - font-style: normal; - font-weight: 700; - line-height: 24px; - text-align: center; -`])),e)},XXe=function(e,t){return Ue(AA||(AA=ft([` - margin-right: 10px; - font-size: 14px; - font-style: normal; - font-weight: 400; - line-height: 17px; - color: `,`; - cursor: pointer; - pointer-events: `,`; - opacity: `,`; -`],[` - margin-right: 10px; - font-size: 14px; - font-style: normal; - font-weight: 400; - line-height: 17px; - color: `,`; - cursor: pointer; - pointer-events: `,`; - opacity: `,`; -`])),t,e?"none":"auto",e?.5:1)};function UXe(){var e=oa().theme,t=vv().t,n=Lt(fr(["footer.root","footer.title"]),2),r=n[0],a=n[1];return A.createElement("div",{className:Wt("nc-footer",YXe,Ue(r))},A.createElement("span",{className:Wt(GXe(e),Ue(a))},t("poweredBy")," "),A.createElement("a",{rel:"noreferrer",target:"_blank",href:"https://novu.co?utm_source=in-app-widget",style:{display:"flex",color:e.footer.logoTextColor}},A.createElement("svg",{width:"107",height:"16",viewBox:"0 0 1049 300",fill:"none",xmlns:"http://www.w3.org/2000/svg"},A.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M231 120.241C231 128.307 221.208 132.301 215.567 126.536L100.084 8.50548C115.699 2.9969 132.5 0 150 0C179.836 0 207.638 8.711 231 23.7285V120.241ZM273 64.1228V120.241C273 165.946 217.51 188.577 185.546 155.908L61.3582 28.9807C24.1534 56.2779 0 100.318 0 150C0 181.941 9.98339 211.55 27 235.877V180.059C27 134.354 82.4899 111.723 114.454 144.392L238.471 271.145C275.773 243.857 300 199.758 300 150C300 118.059 290.017 88.45 273 64.1228ZM84.433 173.764L199.697 291.571C184.144 297.031 167.419 300 150 300C120.164 300 92.3624 291.289 69 276.272V180.059C69 171.993 78.7923 167.999 84.433 173.764Z",fill:"url(#paint0_linear_1301_3067)"}),A.createElement("path",{d:"M487.303 223.326V140.944C487.303 126.727 483.892 115.918 477.07 108.517C470.248 101.116 459.527 97.4157 444.908 97.4157C434.967 97.4157 427.073 98.3895 421.225 100.337C415.378 102.09 411.674 103.356 410.115 104.135V223.326H380V84.8539C380.78 84.4644 382.924 83.588 386.432 82.2247C389.941 80.8614 394.619 79.4007 400.467 77.8427C406.314 76.2846 413.136 74.9213 420.933 73.7528C428.73 72.5843 437.306 72 446.662 72C457.383 72 467.129 73.4607 475.9 76.382C484.672 79.1086 492.079 83.1011 498.121 88.3596C504.359 93.618 509.134 99.9476 512.448 107.348C515.761 114.749 517.418 123.124 517.418 132.472V223.326H487.303Z",fill:"currentColor"}),A.createElement("path",{d:"M713.257 150C713.257 161.101 711.308 171.423 707.41 180.966C703.706 190.509 698.444 198.787 691.621 205.798C684.799 212.614 676.613 218.067 667.061 222.157C657.51 226.052 646.985 228 635.485 228C623.984 228 613.361 226.052 603.615 222.157C594.064 218.067 585.878 212.614 579.055 205.798C572.233 198.787 566.873 190.509 562.975 180.966C559.271 171.423 557.419 161.101 557.419 150C557.419 138.899 559.271 128.577 562.975 119.034C566.873 109.491 572.233 101.311 579.055 94.4944C585.878 87.4831 594.064 82.03 603.615 78.1348C613.361 74.0449 623.984 72 635.485 72C646.985 72 657.51 74.0449 667.061 78.1348C676.613 82.03 684.799 87.4831 691.621 94.4944C698.444 101.311 703.706 109.491 707.41 119.034C711.308 128.577 713.257 138.899 713.257 150ZM681.973 150C681.973 142.21 680.901 135.101 678.757 128.674C676.613 122.052 673.494 116.404 669.401 111.73C665.502 106.861 660.629 103.161 654.782 100.629C649.129 97.9026 642.697 96.5393 635.485 96.5393C628.078 96.5393 621.45 97.9026 615.603 100.629C609.95 103.161 605.077 106.861 600.984 111.73C597.085 116.404 594.064 122.052 591.92 128.674C589.776 135.101 588.704 142.21 588.704 150C588.704 157.79 589.776 164.996 591.92 171.618C594.064 178.045 597.085 183.693 600.984 188.562C605.077 193.236 609.95 196.936 615.603 199.663C621.45 202.195 628.078 203.461 635.485 203.461C642.697 203.461 649.129 202.195 654.782 199.663C660.629 196.936 665.502 193.236 669.401 188.562C673.494 183.693 676.613 178.045 678.757 171.618C680.901 164.996 681.973 157.79 681.973 150Z",fill:"currentColor"}),A.createElement("path",{d:"M888.255 83.1011C887.086 87.3858 885.039 93.1311 882.115 100.337C879.387 107.348 876.17 115.236 872.467 124C868.764 132.764 864.67 142.015 860.187 151.753C855.899 161.296 851.513 170.644 847.03 179.798C842.742 188.757 838.551 197.228 834.458 205.213C830.559 213.004 827.148 219.528 824.224 224.787H792.94C789.431 218.554 785.728 211.738 781.829 204.337C778.126 196.742 774.325 189.146 770.427 181.551C766.723 173.76 763.117 166.067 759.609 158.472C756.1 150.876 752.786 143.865 749.668 137.438C746.744 130.816 744.113 124.974 741.774 119.91C739.629 114.846 737.973 110.951 736.803 108.225C735.634 105.498 734.464 102.577 733.295 99.4607C732.125 96.3446 731.54 93.4232 731.54 90.6966C731.54 87.191 732.71 83.9775 735.049 81.0562C737.388 78.1348 741.384 76.6742 747.036 76.6742C750.935 76.6742 753.956 77.0637 756.1 77.8427C758.244 78.6217 759.414 79.1086 759.609 79.3034C762.922 88.4569 766.723 98.4869 771.011 109.393C775.495 120.3 779.978 131.109 784.461 141.82C789.139 152.337 793.622 162.464 797.91 172.202C802.199 181.745 805.999 189.828 809.313 196.449C811.652 191.97 814.673 185.64 818.377 177.461C822.275 169.086 826.271 159.933 830.364 150C834.653 140.067 838.941 129.843 843.229 119.326C847.517 108.809 851.318 99.1685 854.632 90.4045C856.191 86.1198 858.14 82.809 860.479 80.4719C862.818 77.9401 866.717 76.6742 872.175 76.6742C876.853 76.6742 880.556 77.5506 883.285 79.3034C886.209 81.0562 887.866 82.3221 888.255 83.1011Z",fill:"currentColor"}),A.createElement("path",{d:"M1018.88 90.4045C1018.88 85.7303 1020.25 82.3221 1022.98 80.1798C1025.71 77.8427 1029.61 76.6742 1034.67 76.6742C1037.99 76.6742 1040.91 77.0637 1043.44 77.8427C1046.17 78.6217 1048.03 79.206 1049 79.5955V223.326C1047.64 223.715 1045.2 224.105 1041.69 224.494C1038.38 224.884 1034.28 225.273 1029.41 225.663C1024.54 226.247 1019.18 226.637 1013.33 226.831C1007.48 227.221 1001.54 227.416 995.495 227.416C977.757 227.416 963.333 225.273 952.223 220.989C941.307 216.704 932.633 210.472 926.201 202.292C918.209 191.97 914.213 178.24 914.213 161.101V90.4045C914.213 85.7303 915.578 82.3221 918.307 80.1798C921.035 77.8427 924.934 76.6742 930.002 76.6742C933.315 76.6742 936.239 77.0637 938.773 77.8427C941.502 78.6217 943.354 79.206 944.328 79.5955V157.888C944.328 172.689 948.032 183.79 955.439 191.191C963.041 198.592 975.808 202.292 993.74 202.292C1000.56 202.292 1006.02 202.097 1010.11 201.708C1014.4 201.124 1017.33 200.637 1018.88 200.247V90.4045Z",fill:"currentColor"}),A.createElement("defs",null,A.createElement("linearGradient",{id:"paint0_linear_1301_3067",x1:"300",y1:"0",x2:"3.57628e-05",y2:"300",gradientUnits:"userSpaceOnUse"},A.createElement("stop",{offset:"0.231667",stopColor:"#FF884D"}),A.createElement("stop",{offset:"0.801667",stopColor:"#E300BD"}))))))}var SA,CA,GXe=function(e){return Ue(SA||(SA=ft([` - color: `,`; - font-size: 10px; - font-weight: 400; -`],[` - color: `,`; - font-size: 10px; - font-weight: 400; -`])),e.footer.logoPrefixFontColor)},YXe=Ue(CA||(CA=ft([` - text-align: center; - border-radius: 7px; - margin-top: 10px; - height: 25px; - display: flex; - justify-content: center; - align-items: center; - direction: ltr; - - svg { - margin-left: 10px; - width: 60px; - position: relative; - top: -1px; - } -`],[` - text-align: center; - border-radius: 7px; - margin-top: 10px; - height: 25px; - display: flex; - justify-content: center; - align-items: center; - direction: ltr; - - svg { - margin-left: 10px; - width: 60px; - position: relative; - top: -1px; - } -`])));function KXe(){var e=Yc().footer;return A.createElement(A.Fragment,null,e?e():A.createElement(UXe,null))}function qXe(e){var t=e.onBackClick,n=oa().theme,r=vv().t,a=Lt(fr(["header.root","header.title","header.backButton"]),3),s=a[0],l=a[1],c=a[2];return A.createElement("div",{className:Wt("nc-header",JXe,Ue(s))},A.createElement(lv,{className:Wt("nc-header-back-button",Ue(EA||(EA=ft([` - color: `,`; - `],[` - color: `,`; - `])),n.header.fontColor),Ue(c)),"data-test-id":"go-back-btn",variant:"transparent",onClick:t},A.createElement(_Xe,{style:{marginLeft:"15px"}})),A.createElement("div",{className:Wt("nc-header-title",VXe(n.header.fontColor),Ue(l))},r("settings")))}var EA,WA,jA,OA,TA,zA,NA,VXe=function(e){return Ue(WA||(WA=ft([` - color: `,`; - font-size: 20px; - font-style: normal; - font-weight: 700; - line-height: 24px; - text-align: left; -`],[` - color: `,`; - font-size: 20px; - font-style: normal; - font-weight: 700; - line-height: 24px; - text-align: left; -`])),e)},JXe=Ue(jA||(jA=ft([` - display: flex; - flex-direction: row; - align-items: center; - height: 55px; - gap: 10px; -`],[` - display: flex; - flex-direction: row; - align-items: center; - height: 55px; - gap: 10px; -`]))),Sg=pn.div(OA||(OA=ft([` - font-size: `,`; - font-style: normal; - align-items: center; - font-weight: `,`; - line-height: `,`; - text-align: left; -`],[` - font-size: `,`; - font-style: normal; - align-items: center; - font-weight: `,`; - line-height: `,`; - text-align: left; -`])),function(e){return e.size==="sm"?"12px":"14px"},function(e){return e.size==="lg"?"700":"400"},function(e){return e.size==="sm"?"14.4px":"16.8px"}),QXe=pn.div(TA||(TA=ft([` - display: flex; - flex-direction: column; - padding: 0; - gap: 5px; - align-items: flex-start; -`],[` - display: flex; - flex-direction: column; - padding: 0; - gap: 5px; - align-items: flex-start; -`]))),$Xe=function(e){var t;return Ue(zA||(zA=ft([` - color: `,`; -`],[` - color: `,`; -`])),(t=e==null?void 0:e.accordion)===null||t===void 0?void 0:t.fontColor)},ZXe=function(e){var t;return Ue(NA||(NA=ft([` - color: `,`; -`],[` - color: `,`; -`])),(t=e==null?void 0:e.accordion)===null||t===void 0?void 0:t.secondaryFontColor)},eUe=function(e){var t=e.theme,n=e.label,r=e.channels,a=Lt(fr(["preferences.item.title","preferences.item.channels"]),2),s=a[0],l=a[1];return A.createElement(QXe,null,A.createElement(Sg,{size:"lg",className:Wt("nc-preferences-item-title",$Xe(t),Ue(s))},n),A.createElement(Sg,{"data-test-id":"workflow-active-channels",size:"sm",className:Wt("nc-preferences-item-channels",ZXe(t),Ue(l))},r))},tUe=[{type:"sms",label:"SMS",Icon:function(e){return A.createElement("svg",qe({width:"30",height:"30",viewBox:"0 0 30 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),A.createElement("path",{d:"M25 19.3333C25 19.8785 24.7659 20.4013 24.3491 20.7868C23.9324 21.1723 23.3671 21.3889 22.7778 21.3889H9.44444L5 25V9.05556C5 8.51039 5.23413 7.98755 5.65087 7.60206C6.06762 7.21657 6.63285 7 7.22222 7H22.7778C23.3671 7 23.9324 7.21657 24.3491 7.60206C24.7659 7.98755 25 8.51039 25 9.05556V19.3333Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},description:"This is an sms"},{type:"push",label:"Push",Icon:function(e){return A.createElement("svg",qe({width:"30",height:"30",viewBox:"0 0 30 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),A.createElement("path",{d:"M15 22.5H15.01M8.75 2.5H21.25C22.6307 2.5 23.75 3.61929 23.75 5V25C23.75 26.3807 22.6307 27.5 21.25 27.5H8.75C7.36929 27.5 6.25 26.3807 6.25 25V5C6.25 3.61929 7.36929 2.5 8.75 2.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},description:"This is a push"},{type:"email",label:"Email",Icon:function(e){return A.createElement("svg",qe({width:"30",height:"30",viewBox:"0 0 30 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),A.createElement("path",{d:"M24 8.5L15 15.25L6 8.5M7 7H23C24.1 7 25 7.9 25 9V21C25 22.1 24.1 23 23 23H7C5.9 23 5 22.1 5 21V9C5 7.9 5.9 7 7 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},description:"This is a mail"},{type:"in_app",label:"In App",Icon:Mj,description:"This is an in app"},{type:"chat",label:"Chat",Icon:function(e){return A.createElement("svg",qe({width:"22",height:"22",viewBox:"0 0 22 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),A.createElement("path",{d:"M21 1L10 12M21 1L14 21L10 12M21 1L1 8L10 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},description:"This is a chat"}],Sj=function(e){return tUe.find(function(t){return t.type===e})};function nUe(e){return A.createElement("svg",qe({width:"12",height:"13",viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),A.createElement("path",{d:"M6 0.875C2.88281 0.875 0.375 3.40625 0.375 6.5C0.375 9.61719 2.88281 12.125 6 12.125C9.09375 12.125 11.625 9.61719 11.625 6.5C11.625 3.40625 9.09375 0.875 6 0.875ZM8.69531 5.46875L5.69531 8.46875C5.57812 8.60938 5.41406 8.65625 5.25 8.65625C5.0625 8.65625 4.89844 8.60938 4.78125 8.46875L3.28125 6.96875C3.02344 6.71094 3.02344 6.3125 3.28125 6.05469C3.53906 5.79688 3.9375 5.79688 4.19531 6.05469L5.25 7.08594L7.78125 4.55469C8.03906 4.29688 8.4375 4.29688 8.69531 4.55469C8.95312 4.8125 8.95312 5.21094 8.69531 5.46875Z",fill:"#4D9980"}))}var Re={white:"#FFFFFF",BGLight:"#EDF0F2",BGDark:"#13131A",B98:"#F5F8FA",B85:"#D5D5D9",B80:"#BEBECC",B70:"#A1A1B2",B60:"#828299",B40:"#525266",B30:"#3D3D4D",B20:"#292933",B15:"#1E1E26",B17:"#23232B",success:"#4D9980",error:"#E54545",vertical:"linear-gradient(0deg,#FF512F 0%,#DD2476 100%)",horizontal:"linear-gradient(99deg,#DD2476 0% 0%,#FF512F 100% 100%)"},rUe=function(e,t){return Ue(_A||(_A=ft([` - color: `,`; - width: 30px; -`],[` - color: `,`; - width: 30px; -`])),e?t.active:t.inactive)},aUe=function(e,t){return Ue(RA||(RA=ft([` - color: `,`; -`],[` - color: `,`; -`])),e?t.active:t.inactive)},iUe=Ue(IA||(IA=ft([` - color: `,`; -`],[` - color: `,`; -`])),Re.success);function oUe(e){var t,n,r=this,a=e.type,s=e.active,l=e.disabled,c=e.handleUpdateChannelPreference,d=Sj(a),f=d.label,h=d.Icon,p=oa().theme,g=Lt(T.exports.useState(!1),2),w=g[0],y=g[1],k=Lt(T.exports.useState(!1),2),M=k[0],W=k[1],z=p==null?void 0:p.userPreferences,N=(t=z==null?void 0:z.accordionItem)===null||t===void 0?void 0:t.icon,B=(n=z==null?void 0:z.accordionItem)===null||n===void 0?void 0:n.fontColor,H=Lt(fr(["switch.root","switch.input","switch.track","switch.thumb","preferences.item.content.icon","preferences.item.content.channelLabel","preferences.item.content.success"]),7),U=H[0],$=H[1],Q=H[2],de=H[3],me=H[4],Se=H[5],Pe=H[6],Te=function(Ge){var je,G,oe,Ie,Oe,fe,xe,ue;return{root:{width:"100%",maxWidth:"70px",display:"flex",alignItems:"center"},input:{background:(G=(je=Ge.accordionItem)===null||je===void 0?void 0:je.switch)===null||G===void 0?void 0:G.backgroundUnchecked,width:"1px",height:"1px",border:"transparent",cursor:"pointer","&::before":{border:"transparent",width:"20px",height:"20px"},"&:checked ~ label":{background:(Ie=(oe=Ge.accordionItem)===null||oe===void 0?void 0:oe.switch)===null||Ie===void 0?void 0:Ie.backgroundChecked},"&:not(checked) ~ label":{background:(fe=(Oe=Ge.accordionItem)===null||Oe===void 0?void 0:Oe.switch)===null||fe===void 0?void 0:fe.backgroundUnchecked},"&:disabled:not(:checked) ~ label":{background:(ue=(xe=Ge.accordionItem)===null||xe===void 0?void 0:xe.switch)===null||ue===void 0?void 0:ue.backgroundUnchecked},"&:disabled":{opacity:.3}},track:{width:"46px",height:"24px",border:"none"},thumb:{border:"none"}}}(z),$e={root:Ue(U),input:Ue($),track:Ue(Q),thumb:Ue(de)};return A.createElement(sUe,{"data-test-id":"channel-preference-item"},A.createElement(lUe,null,A.createElement(h,{className:Wt("nc-preferences-item-icon",rUe(s,N),Ue(me))}),A.createElement(Sg,{size:"md",className:Wt("nc-preferences-channel-label",aUe(s,B),Ue(Se))},f)),A.createElement(uUe,null,M&&A.createElement("div",{style:{display:"inline-flex",alignItems:"center",justifyContent:"center",gap:"5px"}},A.createElement(nUe,{color:Re.success}),A.createElement(Sg,{size:"sm",className:Wt("nc-preferences-item-success",iUe,Ue(Pe))},"Saved")),A.createElement(cUe,null,A.createElement(j5,{visible:w,"data-test-id":"channel-preference-item-loader",loaderProps:{size:15,color:p.loaderColor.indexOf("gradient")===-1?p.loaderColor:mW.average(mj(p.loaderColor))},overlayOpacity:.3,overlayColor:"transparent",sx:{justifyContent:s?"right":"left",marginLeft:"3px",marginRight:"1.5px",marginTop:"1px"}}),A.createElement(I1,{"data-test-id":"channel-preference-item-toggle",styles:Te,classNames:$e,disabled:l&&!w,checked:s,onChange:function(Ge){return je=Ge.target.checked,Tf(r,void 0,void 0,function(){return zf(this,function(G){switch(G.label){case 0:return y(!0),[4,c(a,je)];case 1:return G.sent(),y(!1),W(!0),setTimeout(function(){W(!1)},1500),[2]}})});var je}}))))}var _A,RA,IA,DA,LA,HA,FA,sUe=pn.div(DA||(DA=ft([` - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; -`],[` - display: flex; - flex-direction: row; - align-items: center; - justify-content: space-between; -`]))),lUe=pn.div(LA||(LA=ft([` - display: flex; - flex-direction: row; - align-items: center; - justify-content: flex-start; - gap: 15px; -`],[` - display: flex; - flex-direction: row; - align-items: center; - justify-content: flex-start; - gap: 15px; -`]))),uUe=pn.div(HA||(HA=ft([` - display: flex; - flex-direction: row; - align-items: center; - justify-content: flex-end; - gap: 13px; -`],[` - display: flex; - flex-direction: row; - align-items: center; - justify-content: flex-end; - gap: 13px; -`]))),cUe=pn.div(FA||(FA=ft([` - width: inherit; - height: inherit; - position: relative; - - svg circle { - stroke-opacity: 0; - } -`],[` - width: inherit; - height: inherit; - position: relative; - - svg circle { - stroke-opacity: 0; - } -`]))),dUe=function(e){var t;return Ue(BA||(BA=ft([` - border-top-color: `,`; -`],[` - border-top-color: `,`; -`])),(t=e==null?void 0:e.accordion)===null||t===void 0?void 0:t.dividerColor)},fUe=pn.div(XA||(XA=ft([` - display: flex; - flex-direction: column; - padding: 0; - gap: 20px; -`],[` - display: flex; - flex-direction: column; - padding: 0; - gap: 20px; -`])));function hUe(e){return Object.keys(e).filter(function(t){return e[t]}).map(function(t){return Sj(t).label}).join(", ")}var BA,XA,UA,mUe=function(e){var t,n,r,a=e.preferenceSettings,s=oa().theme,l=MXe(),c=l.isLoading,d=l.updateUserPreferences,f=Lt(fr(["preferences.item.divider"]),1)[0],h=s==null?void 0:s.userPreferences,p=Object.keys((t=a==null?void 0:a.preference)===null||t===void 0?void 0:t.channels),g=(n=a==null?void 0:a.preference)===null||n===void 0?void 0:n.channels,w=function(y,k){d({templateId:a.template._id,channelType:y,checked:k})};return A.createElement(el.Item,{value:a.template._id,"data-test-id":"workflow-list-item"},A.createElement(el.Control,null,A.createElement(eUe,{theme:h,label:(r=a.template)===null||r===void 0?void 0:r.name,channels:hUe(g)})),A.createElement(el.Panel,null,A.createElement(fUe,null,A.createElement(iE,{className:Wt("nc-preferences-item-divider",dUe(h),Ue(f))}),p.map(function(y){return A.createElement(oUe,{key:y,type:y,active:g[y],disabled:c,handleUpdateChannelPreference:w})}))))},pUe=Ue(UA||(UA=ft([` - padding: 15px; -`],[` - padding: 15px; -`])));function gUe(){var e,t=Pr().setFetchingStrategy,n=oa(),r=n.theme,a=n.common,s=WXe(),l=s.data,c=s.isLoading,d=Lt(fr(["preferences.root","accordion.item","accordion.content","accordion.control","accordion.chevron"]),5),f=d[0],h=d[1],p=d[2],g=d[3],w=d[4],y=r==null?void 0:r.userPreferences,k=(e=l==null?void 0:l.filter(function(N){return!N.template.critical}))===null||e===void 0?void 0:e.filter(function(N){return Object.keys(N.preference.channels).length>0}),M=function(N,B){var H;return{item:{borderBottom:"none",boxShadow:N.accordion.boxShadow,backgroundColor:N.accordion.background,marginBottom:"15px",borderRadius:"7px"},content:{color:N.accordion.fontColor,fontFamily:B},control:{fontFamily:B,height:"65px","&:hover":{backgroundColor:N.accordion.background,borderRadius:"7px"}},chevron:{color:(H=N.accordion)===null||H===void 0?void 0:H.arrowColor}}}(y,a.fontFamily),W={item:Ue(h),content:Ue(p),control:Ue(g),chevron:Ue(w)},z=!c&&(k==null?void 0:k.length)===0;return T.exports.useLayoutEffect(function(){t({fetchUserPreferences:!0})},[t]),c?A.createElement(bv,null):A.createElement(A.Fragment,null,z?A.createElement("div",{style:{textAlign:"center",minHeight:400,display:"flex",alignItems:"center",justifyContent:"center"}},A.createElement("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfYAAAEiCAYAAAALRPCFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAEATSURBVHgB7d37chvXnSfw32mAiS+yCEZyLNfEEZhM7NRkakVN5lqzswJnd6p2KpJFzf8OiScg9QQCn0DUEwCUH0CUqFS2KjsRlNlUJlPJCNqNZ2xlHMGxU7ZjyQAl+TIm0GfPr/s00QC7T3cD3SBBfj9VlHDpBhp9+537IQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASJ8gADhwqtUfFvP5zlynI4pEsuC+Ktr5vGx2OvlGufz3TQKAAwmBHeCAqFavFfL5/LJtiyUVzIvmpUVTLXPdtvNrCPIABwsCO8CEUwG9aFn5inq4SEMQQtS63dwqAjzAwYDADjDB1tc3l9V/FfVXoJGIpm3bKri/WiMAmGgI7AATSgX1S+QG9dRYFlVee+3cKgHAxEJgh0zdb8nCEXoyZ5E9Z6tcpSCrIMluW0RtqXKJ2zTVeHHm6SZBIlkEdQ+CO8BkQ2CHTDxoPVqwhFiWJEtRywoSDVvKKyrI1xHko2UZ1D22LS+qYvk1AoCJg8AOqVIBfUkI4sBTpCGoxECF7M6VmZmZNsEuuqHc/XhLi6Y6FvVuV77Dz3I5OiWlmItuMe+ybZovl8/VCQAmSp4AUvB+67Pil0WnGieHbqJy7hUSuSX1efPIve9mWVO3VGCOWqyugvJquXy2HvRmtfqDOcuyVyiiFb0qkucEWp0AYKIgxw4j46D+JbGtAs5wufRQUl48NjON4mCtWr2xZFmialrGtoUqQj8ba59VqzdXLEteNn8ecu0Ak8YigBFkFtSZEJcftrZWCBwqqBtz2KpevBw3qDNeltch43c6uXYAmCDIscPQMg3qPrYU88/PPFenQyxG3frq4uK5Cg312ZtrKoAvh71v2/lZDF4DMDmQY4ehTdF2heIF9bYgsaHqz1e5eJ3/5+fq9WaMdckSstpqtUYcgGXS5Urh7/HgMvkaDa1TUf8YGit2FwgAJgYaz8FQdOv3qCFM29yNLU/2Wlgr95it6Iu2NcXLXKRDyrKshbBGc1JSfZQcdbl8oa1y7ethuXZ1fE4RAEwMBHYYig7GoWxJd/Mqp3dsZqZpWu74zNGa+q/2UWurYgkR/pnSXlFF/1cOb0t5OR36jpTXaXR19RcS2ON1jwMXD8r0LH1S5EGZfC/zgEztJ3SkMTsj0JUTMoXADolxLpsMOWwd1EtJ+qI/PzNdUcGdTMF9ir7ghnSHtDGdKIZ3c7OaNLJOI/x2wN8NJr9vPZmbsuR5VXqyIOnxXNAyQh2/o/SYPm4/bqhr5PY25dfQpROygMAOwzDVuTY5pz7MADMc3NVN70xYX3ghxKKqa69g8JpB1kTtDz29bEmVNBS6XctpO5HL2e1ul6eS7TS4aoAmxEetx6WcKr2SZJfsyOEFXOr8nlMlXnNfou1ldb7XO1Jc/OrMkQYBpASBHRJTN6UzYe91VZ16VPG7SVfSqiWoFPJ2oUN5zg3VaQ9Vqz8scoMydyQ3b1ud4moOSDzaW1MFqdtqT6m67+/hhk3+ueKdROGc+p84D2tZbjSUkh/zozwPmVu3bbmuymjq+7U1Phe3F6wnl2wpV2LG80CciM0Jeefh1pPaF3ZuFTl4SAO6u0EinEOxhLwV9r4lu7MzIwR2pnIxt8Jy7SrhoHI3ezNoTbW6WdL9ukvx10pnOlQV7ELjh213ZtLI5WbxHaPOFc8T0nQ6+fX9FOAz7ObZ/EJOYcRFGBm6u0Eiqp4wtNuZVDnUUYM660g7tDFYzhJjb6HNwUkFvVsqyPDNvESJyCKPFre+fvM+JwxoCBHrtdMruuai8GAqOCdu28Bzxav17tCQQZ2pnH3Fsrq3ht13aeO6dBXU+TcVKX2cYLjD30EAI0Bgh0S4fjD8TfsupcAyBBhVZFukMfIFpxKNhAM83Xr99c3EI7lFjP6WWlG/Kv42ta5fdqsg4rl69QYPVcslKymMPzD8vksT59RzwubEXZZjKhT4OxDcYRQI7JAaaRzkJMnn7I/uQHp61JSCk4tzoDroJdmGUvjncV10ajYM7xXcnHN0cL969WZVJcBS773A+26vgruv+D3uudB0BmESVo3/kgzIRG5wv4ZBmWBYCOyQGpFtTmasspzznIPe1aub10xBkhub6QRAxfxpU3VKiTvZizCUAHDOmYP7jaWgd7m4fH39RkNKuUQZ4eCuqjWGLtofVuxRFgXVeAjkY4Wjs18pPHfh2PSRMv85j9VrXWmdVvsnTmKsKEX+GgEMAY3nIBE9UlzgDGM8UMrxmemRhx/9fWtrJSfE5Sy/w0RPa3qHMrczX7q60eeb/Eout11SgZ8DFxfFGhNKarna0tLZMqVINxC8FWNRLlVpCOFWm7i9A5IMZOP+dnU8t5xngk4mmCu+bdv50+NqUBfVYJR5AzLFbWOicuNFW+QiG+BhngQYBrq7QSI2WY0c2YHvqZv8GS4+HLWfuapjL4W9J1OsUw79fkvGySnxb1xXOci6uowaHGQ4l60eq0QBd+kS56ODlCyqgLikll8i6rivyLhpbdGUMrcac2Gne9Zz9HjBEs52zUkdUISbQ2/aToLpaI1z7ao0YYMHWon4SE50cF90Sihirniemta6FLHvVLVAhxOX8zQGbj/1cJwDz5O9kuS81wmAWZVQrpmGZs65IzzWCSAB5NghEQ7cKqfRCnt/1O5oui7zftj7WedgYhbBX7HtTiWqNbrK/VaymvbUnaI1Xhc6FTwWdClLVFWJSizQ6ubGP25Y1tSdZDlwI95PhWRzxUfvu3HMFR8jt960ZPf0KIlZU/dOhlw7JIU6dkiEb2Aql1cPe18VoS+P0uhH12WGyjtDn2ZJLEUswNOjrsTpYqaCTkUFnwuUUqNC/zbEDeqtrceXVVDnEog4x6TICYCFf/gfy7a9PW/q/pYU74dkc8U7+85YIjGOueIFmdsLqKA+P2oJlZAdrk4J/QxVgjT2NgUw2RDYITFTP3NyZ2KL3erbTwWhS8YZ4wTVshxO1m0UZsylJp7zXAWoDdu2UguSnOuNuw28P3lkNEpIrVN59R/+Tgf3UYuBeYAei3PWG0nX5OCuzgfTenNu9Ud2TKMs6vOxSSPiz+BZEEMXiK4WAeiDwA6JTZFdI1MuVNpLD7eeVCmB1taTZQ4opmVUUEuza9cu7tSoYUQzaVD38LCyowdJDpBc9Bwv18uNHKP2p5G0V84t/Pc59Zvnudh/iIRJm3Pc6nefHmVY3W63Y5qql9s0lCgjui95Mex9y+7GbuMQhac2Nrxd+H2rhX7tEBsCOyTm5JqlNN/UOLi3H93n+l3TYlynznWMtrTNAUvljrKvZ5ShuTMeFpZGoIrum70gmagBYKMXIOPXJ0dNqxvzM6pcrcLF/ouLZ2f1ttcj1mq629uZ5Rz3qKPi8X4zfacqji9RRiyyi+HvikYauXVPVBWXquRCYIfY0CoehnJsZnpNBeTzpkY/5NbZXlMBvimlUMX3siG5m5Mq7uahaYWw1PrbpRjtqttp5o6C8LCxZKyH7iYuSg6i68Zr3KWOeAKQnDwjJX+vKLpLyLYQ3FLdvt3tdjeGCYxR0+omUNimHCfMauTbdn6sh3gtqO139lmWM7Opkprrqp65FPxednPF2+o8zYW0L5bSvk0pU4nbu+rYl4LeE5Td74SDB4EdhsaNfqTIcX/vqHpOFeDlsrPOzpzi/CheV6muKh04lmLuKFi+aHgz9YCli6f5b+geBAap1claJHcCu1/WrdH7ydASDssS05QR04BLMv0Gkc5nopsSpAFF8TA0t9GPuEAZUvXEq3s1m5tPZg32smAJcZJSonKQY59057AyJRYO0qiOkD0EdhgJ13urouQsunQ5Qf35mekKQSLGiXqSKxLskkWgHXcJARxcCOwwsuMzRzd4kA6KP8lFlHZXUnm8Qd0y3DhFkWAvlcLekDK9vvaDhGkaW2GlXpKRE1Zo400EdkgCgR1SwcXyPMmFHdVaPgLP6c6JhK/OHK3RWH3RDH9PFt3GbofTXs8ypurRQ8c2UKVFqUwVHISHTw57j0tF0t4vppIWYdgWgEEI7JAqzmWrwOwF+GbM1dpSyis8dObxwnPzM5k3lNvNbRxnyKFZdmoN0rKUxTzeHcrvWaImetAgmVnA++rMEf7ssJxyoUPWCqVE92QITShgSFlIAo0wIVMcaHLU5S5tRVV8yY26+ObVlkK0ye7e5VwRDxOb5YhycVWrm2uWRcshb6cyoxj3259yuvi5wYqLe3kf6CAyMtPse8PiRNfxmemRghhPQnOUeNu4uNnLmQo+5s4ENNs0VX9x5ummfx3ugmhZU7fCAzsPGnR2ljIUMY57mxOxaZy7POYDhbRn4FIsTvASQEwI7ABa9JSlPPgKDxQzXN9yS4hFQ5BoqoTP2sz0kSs0AlOAGEH7Czl1ejDwxsEBvWA5owpywsBYdK32T2Vm+jmnKoeHirWsXF3t89C6bNuWF8vlVzPtMRE5CYw6Zsemj1ykEfB4/qahf1V1Q/n42KumYJKhKB5A032z6+FLSJWDzN9KMj65N7Ie56KjBvPh0fc4MPM6NAQeG56yacVe+LLoJC4F4N9xVDy+o4e2jdxnvJz3+6OCulttMrVBGdNF4Kbhk1f0fh9KjPH8mwjqkBQCO4BP1IxiypwK7nHma/emoL0VEdAH8Tp3OKeYYB1qPXqyONLY8BH4NyQZ/9/77ZQ8oVF88/++cccc1J0tWh+1WiS2iAahToJk60niiY90Tr1Cxq+mkRqjwuGEoniAARF17Y44xcAjF4tLefFYjMF53Al07HEN4sODEpXDGnMlKXoP8mjrE/pJ/RcRS8m7i4uvjrVBX9Sc6Zozn31UDlsX73MiqUgRn8c9TQggIQR2gAFu/e7UnYgpXNvuRCfB9e26iLVCo3OCxWDjMg4OeYt4nPlSwhKBVAgSja60r/P/+iUe735OCGfu8KG7gf3sp3fp4QNTEwZu55CbH1tuXWu1WkU73vDJrKnq3uvcOFS6DQR5AOUCWblTquh+IeZnkG6Y1ySAhBDYAQJEt8h2BM7Prouh71P6eCzxtjygo8FtbT2hf6r/0rDE3gR1TxY9DsJ0VWnNPhhKGSYU6tgBAvB0oXoOdVP2MbC4nruzUTYKBzWos/d++6Hx/b0M6oyL2EcdgCmOfTI/AkwwBHaAEG5wJ9MkN4WQEekmYjCb/ebhQ0PjcylqexnUPc4wxyo3TRnhnDrmR4BRIbADGMToAlcafCXN2dUOk0eqKD6MCuwj9e9PEzdo5PpvSm9uBNZ0h1JGTh1Gh8AOEEHl2kPHI7es3XXwkhtKQSKffvq56e22nr9+3xiYG6FJw2vzZ3BQV5+5r34jTC4EdoBI4eORq5zkNEHGxJ4PNxxGz41wmkeHEyTqcdfjYWK5SJ9z/vwZ+2FIZTg48gQAEayCM3FmTDzjmBB718iNc7+PH31Cn3zyOXW2Ozuvn3jxGB2dPkL70dSU6Va0v0tAdFCu8R93i+tSbo5narOsXF+VjG133+HugTnq1hHIIUsI7AARVHF76GAoUsp3Bl+zSdZzJM7TGD18sEUffPCAPnz/QWix9r23mvTyt4v08iv7rwkAB/a8+vMnRHwKPI6/bu+wr+l+5/yX+XC3AGEQ2AEiiTOGHPuuYvopsms25Xj88ExzmtsqCN7/ze/o/tvvOY/juPdmk44dn6Zjx/ZfJnhalSaEDU5jWU5PgzoBQCTUsQMYRM8Hnt8V2LmY1ZYy01bc7777oTOYCwfquEHd86j9Ce1HEYmNxSST7wAcZgjsACHc0ecs08xdjbC+1Xlyxm5vUso4iPOwq3f/9c2oluQT54UXj5neLiSdWQ/gsEJgBwgQZ0hZ2w7PlXOu3ZJdHrmuSSl5pIdcNY+lHi0igO4ZLop/5pmnTIvM8Rj+1eoPiwQAoTBWPIAPN9LK5+mMbVPE7GSiubh4NnLmrYSTh4TioM459aTF7n7cQI0bzs1+82u0X92790793r83SzEWrau/u+o4OamcXE42hRDtTsdq7rc+7wDjhsAOhw4Hb56JTAWDM1KKOd2dKlHgVbn1crn8ai3Osh+1tiqWEJdoSMMEdc75fuV4gZ552s0BP/Psl+mFE8cjupXtOWfQl/X1TZ7HvUTDawtB9W5XXo97jAAOEgR2ODSq1ZsrluVMKzpHI5CSNpaWzl2Iu7zKtRdUrp1ne0uca+d6dC5+jxPUOWjPfuMPnBz5Pg/ggXiQF55oJebMejHxjHD2KgI8HCYI7HDgcQ7dskQ1vUCRfJaxB62tNVVUvEwJ/fhHP49sJDcJRexx+Ocf58l1VCLsWjrHzFG37Xx5P0wkA5A1NJ6DA00V616yLEop9yfvDj91qEhc7/vGr96ODOrHVHH735S+O/FBXWl7QZ1xPbk7ba5oUjpU4q57K2Q2PoADBYEdDqyrV2+qXDpVKB1XbLtbGiHHl6gpOwd0HnjG5KWvv0B/9denolqSp4KrAjLuXrdr/7jT5m6ftm1KaUwAqYr4bQR3OPBQFA8H0tWrNy5LKVZodKoIl1ZHHc70QevRghB0Le7yd++8Re/+9oPQ90+8eJz+9M+/Q1njYM7b4nWx40TEqT95JZOR644Vjobej9x693xFjwJYpNG0VbH8aRTLw0GFIWXhwOHidylp2KDOEUwVA9Nt9X89rfHJeVIQETMdzcHUFNSd4Hr6FRqHX/zLG33zpPO2/eLnbzjF/2mXFHzUelx6fua5etB7nHtX/y3xY85x53LduW5XFL33czlxUkon4JcoWsGyOlyaM08ABxBy7HCg6Jzd/RiLtnURb12lb5tZ594+bj++w8E9zrJRufW//bu/GEvxO08s87OfBjcN4Dr97/zxNylNPC85T2FKI3BHpsstuCMGmnP2ti0vlsuvrhHAAYMcOxwobnGtGRetE3XWVC5wLFNn/r71ZE6SHbte1zSy3EsvnRhLUGemLnbvqYRH2oE9J6wzNCJ9TLnLXF2dC5wrL4Uta1niklquNq7zAGBc0HgODgzOrav/Fg2LcC59XhWvV8Z5M88LGXtwGs4lmxqpfevb45tylWeBC8NB/+HDdHehKtEoPWxtpdEuwim6X1w8x0XtdcNiKnc/tUQABwwCOxwYUbl1t+h1vHN6t7YeX1IBayHu8qbcOndtG1dunXH/eP7OMB+8/5BSJ8Tl1qMni5QS2+5cMHWZsyx5ngAOGAR2GMr7rc+K91tyn820JUKLcqUUtXGPPsZBXdUbV5KsY8oFnzhxnMbtBcN3fvZJNt3fbNuu8b6jFHDJDI88Z1ikhBnj4KBBYIfYHrQeLX3cfnzrYftR60ti+/5R8bjFjx9uPalyi2baQ27f5PDGUlLmVmlMeF/wfkoa1JmpXvto4VkaN1Nx/NajJ5QV3nfq3LrP5xy3UaCRdDfIOI5AHv3a4UBB4zmIxDfWnLC5D3ZRFSsPvl0gaS9ZgpZUgK99YedWX5x5ukljZxcNbzbSbvXOpRVH6MmcxY3irNwpfk1IWeB6Yp5URtJw/F3LBh09eoTGzVT0/1n288EXhaBqjmxSQX7nReGO4tdUwf86jy0f9SGca19fv3lbHZeQYvfUhq0F2BcQ2MFIB3WebSu6uFIF+C8Ju6SK6efHH9xFkSg0nN6mlHBAL1hPlm35WE/rKvh3O+8NG8zj2ouJXfbjZDK62+CcCvoLKuDzmAWrUQHetmXTCi2fFEUCOEBQFA+huB5d59ST1EEWvyycwT/GLLy+35uze1ScyFHVD3d0ETvqZfcHJ1cfo04eXdrg0EBgh1BTtF1R/xUpIS6O5rpROkB8JRdFgn3HqZPfenLZsAgSYnBoILBDIM6tq5zQ0N2OLCFS67IUj2yGvSOEGKnz95AlF0PJG4q+P82+TnuXLUOd/74rppf2Co/JH/SWKoY/ZVgz8cx7APsZAjsEUrn1kVoKc6691WqNMZcU3ldZiPj9yIMMW3IxDFNjtUdbn9C4ffbpf4a+N84+9XE5xfID550euKgUvpbVJIADBIEdAsUd19xke6zF1h1TrqtQrW4OFdy5CH6Ukoukpg0t39Me6S2ODz94EPre00/vv8CuFLYp13eszQMXiSbP/U4ABwgCOwQSKQRlQfmx5dj1ELH1sPctS1weZiASi+xUhjiN67np8MD+nmFimKyYRsJ74cXxD5gTh+Ub6U8l6EpkGGZYSuOQswATCYEdAkmiJo1IUmesWUzbFtfD35XFXG7qMiVkCXGKxujEi8dC38tifHaTd9/90Fivbxq8Zi8Jfcx40CJVt37NtKyU4goBHDAI7BDCqtOIvjozM+Yizu0aGbo1SSmXrl69WU2Sc0+jSiIJrrc2jc/+xv97m8bl1282Q9+bViUL+7GOXSuur28uW1bk+At1FMPDQYTADoHybp318NlDQTUaM3dccDLmwDi4W9bUnWr1xhLtU8eOhcciHpnu/tu/o6zde/MdY269+I2v0X7D2/sbtW9+/KOf89M1iujFYNv5MgEcQIIAQnzU2qqoouihJuOwZHd2ZmamSXtA5dbuqP/i5LTbQlC926W7vZdEO5+XzU4n7wxDy2Ph05j7QHOR+z+q4NQxjBv/30rfpaPT2Qwxy4mHn9R/Gfo+59T/8q9P7UmOnae15eoI3kb+G6EL4Ori4rkKARxACOxg9HH78Z2kxdG2lKvPz0xXaI9w9ybLynNwHzEgi+Y3v/VS4WTxxcK4gxjnmO+91Qx9P6vgyoHyn3961xgwX/72SXr5lSKNEwd03h+mxnxxSUkbS0vnLhDAAYWieDASkuezjt+Qbq+DOlNF8k1VJJ/CjVsW3/71bwtctHvvrXdonGa/+QfGoO0FYNOkMUnxZ0UFdd6mcQZ1Lr34xb+8QT/7aSOVoK7UpeygCB4ONOTYIZYHra01IcSyYZF2VwX1r85Mr9E+wV2ddKvoVIrSx10EzYHsZz+9G7ncy98uqmA70uB6Tt30v/3qPyKXO3X62/TS11+gcYhTepDQFVX8PtbuiwB7AYEdYmu1WsUu5Uqq3p2nv3SCpRSiKW37eo66dVWnvu8m2nCL5adupTU157iDO7eCv/+b9yKX4+35lspJJw26SYq4x1kEn3JQ50aV5XL53AYBHAII7HAocCt4y7IupRHgxx3cOdcetxiat4kHjjmh/o4efXbXeO5ctM1D03IDtPtvv+c8j4O74P3VX4+vSz9Xf6QQ1HUvic6aHsAI4FBAYIdDxQ3wzgQ1JRrBOAMdB9+fDVmfzoHdC+78OXEDuR+3vuffOq5JX6IaDhpw8OZumndVQN9QOfQ6ARxCCOxwKLmD1OTn1CUw55/LPZejU1I6rxWjPuPP/uI79MKJ8Qyr6jUiS6kBWWycgPnTP//O2II659J1P/RQvC2z3/gDZ9ump4+0c/l8+fjMURSzA2gI7AABeNIYHl/eFOB59LW/KX2XxmmE3Gxi3DL/O3/8hzROd++8Re8axsTn0oPv/tkfNY88+0zDlpLbdmzsx7YdAHsJgR0ghO4Pz63qQ/vx/+HLX1995duzTX4sVM5fEhWF27iwSBl5990P6NcRI8ONguvpT51+xTi0bVbMdeuiadvbp1FfDmCGwA5gEGOwm8AuVB+1HpcsIauUUYDnonkeWvY9FeTTCvBeEffsN782tqJ3P26hz/3Vw9h2fpZHAyQAMMIANQAGerAbw/jzTu58l+dnnqsfKxydlZLWKQMceLn7GbfOP/Unr4zUQp+Lt7kf/N/+3V84feL3IqizLXPjwDqCOkA8e3MFA0yUTk1dKiFj5psb2R2fObr0cfvxSUmyRBnggP7MMyfopZdOOK3mH6hc78cP204uPqwVPa/Dwfwrxwp0/Ph0ZmPOJ/WZoeRBJa5uEwDEgqJ4gBjW1zdDJ4OJKiLmgX1skUth7PrkBovp9/FUq3T3X99y2g8EsW1ZLpdfrREAREJRPEAsYugGWzzLnS3lFdoDbo6+9ze5rPG35AOYUAjsALGYitw/jxH0rTqB0dOGhIcQNL5h7wAmHAI7wGjacbpfcWM6AqNOtxM6yIwQcsEdVAgAoiCwA8RTD3pRSpFkxLMmQaivvXTiuuHtQi6Xu0QAEAmBHSAG2+Y5vEWz/1V5V8rcKsWHHKfBs889y//Vw95XiaiV11/fRHAHiIBW8QAJ8CQy6rIp5vPUeO21+NOAvt/6rPglsX2fIJSU8srmxk82LItumZazbXmxXH51jQAgEAI7wBg8aD1aEoKqBCZtS3Znb9z4PzyMb8m0oG3TPGZvAwiGoniAMVBBHUXI0QodslZs27pI7hSsoSxLVNGYDiAYAjtAxlpbT5Ypw0lhDhJLiOX/ufC3bdsWEW0XJI/hv0IAsAuK4gEypIrgF1Ru/RpBEs0v5NT8/9r430uqvt1U0qESAJ1ZzPYG0A85doCMcIM51KsPhRsa3lpY+K9r5gl4uJdBboEAoA8CO0BGODgRurgNq8j17eUyT4k72M2wDwI7wAAEdoAMPGxtcf1vkWBoXN/earUKply7ZYkzBAB9ENgBsqCCEsGoCttkLRFt10zLVKs/LBIA7EBgB0jZ71tP5gi59VSoG1TJbRwnGuFL2ajuAPBBYAdImUX2HEEqhBB6VjdpaPmOwA7gh8AOkDJpnOIVACBbeQIASGh7u0OfffqftN3p7Lx29OizNDWV9i1F6Jy6KHKSKZiFfuwAPgjsACkT5u5ZOx4+2KKHD9v06aefqyD5+c7rHBy/cqxAJ148Rs888xTtFxzM7//md2q7285fEN7eY8cLNPuNr9HR6WdpVFLa71Sr14pkLAX5okkAsAMjzwGkrNVqFW2RC5zJzQuO999+z3kc5ej0ESdIvvT1F2iv8Hbee+sdeu+3H8TaZg8H+FOnXxkpcSIllX9w43ZJPVwMWaSxuHjuNAHADgR2gAx83H58S9W1l/yvvfvbD+nffvUfiYKjh4Pjt14pjj3Ac6nCL/7lV0Nts+flbxfp5VdO0jDu/fs78/fuNUOncZVS1JaWzpYJAHagKB7AwJ1BbGpJhRD1v2yWy6/W4qxnS7kuRG/q0Td+9baTSx8WF9ffvfMmffT7h/XT3/2jKyrRMGcJ67zapsxa4P/m7d85CZFR3XuzSR2VMPijP/5movU++/w/1+7de8c4JK8K7FcIAPogxw4Qgut2LSt/h/qHhW3Ydv5Cufz3zaj1vVz73Ttvqdz6B5QWIUTt+993c6ncZ96ibkW9dp5SlFZQ9zvx4nGnaD5OAztOyPz4R/98V/3aU4bF6qoYfp4AoA+6uwGEsKypoLHe5yyre6ta/UFkTvmtf2+u/uynd1MN6kxKuXT16o3L/PirM0cax2emF1QJwSqlhIPqr99qUto+eP8B/VP9l06VRBivPp+XiwjqZNuU2m8GOEiQYwcIoHPr903LqKL2jW5XXldF9XUvB+8W3efncjlaljLbCUosiy689tq5De/5R62tiiXEJRrRj3/0cye4x8BN470R4TgBFLtagNsMcMPAo0ePOM+529yjrSfOX5z6fNStA4RDYAcIECewp4Fbjr9w4rgKdF+mfD7X/vjBoyv37jWL6tI8Q9ED3eyajzyo0V4S7777Id391zejFqtzbrlcPlf3v6j3WYXCW7CnRDRte/s05mEHCIbADhBifX2Ti+JLlI32y6+cbHOLcUGiIaV92yK7NjMzsxOsqtXNisqVR+XAV1U9c8V78lHrcckS8hYNiasOwvqoB31fELXdC2q7udFbBkO9clDPzcdp4wBwWKGOHSCEyg2XKeZgMwmpnLY1/1d/+V9mjxWOzn6l8NyFYzPTa/6gzlSOuKKW4z7apkjb12ju+Znn6hHLh+Lid1NQ5+LvqKDO1HZv8O8bdjvCIagDxIHADhBCFfVyke98usGdg5OlgtP3GnGW5uVsW5gaic0NTluq6vZv0xAebX1ierstZS52YzV3uzunU9x3dbf4HUEdIAoCO4ABB/fFxbOzabTA5hyvG5ziBfXeNpxdI2Pud7s08E1D5ZS54VoYte0bSYNqb9+Ji8MHeE4I0QXu1oY6dYB4ENgBYnCLxTuz6uE6JceNzea5FfewwUmtH/q9liVSGaTmM0NLeFUKcJeGxAkTTtDYtuRW7PUYq/A+qnOrf04YcNE+AUBsGHkOICbOgar/lqrVaytEuQUVUEvqOfe1LlJfQzHRFILq3S4Hw+1aOjlN2Qhr66py09P+5zZRI5d6y3R7pN+g90GN/7wuger3zLkj+rlyOdnsdjln32kgdw4wPAR2gIT8QYr2IUFWI3yK072n91+d4uXeASAhFMUDTDgp7Rn/87zK8dIQLdI//cw0KI1ADhpgQiCwA0yEXGiDO1UlcMb/nLvN2VImnhxly9B4jlLvugYAWUFgB5gIXzQNbxaq1c2S/4U82dyS3rROH56etWMcyrWTqCU/AOwdBHaACeCrlw40OEId59q70rpAMXPa771rnKgGjdkAJggCO8CEsG3jwDOl9fWbfS3heeY3Fdx5BLimYT1nilbTDHS2LYbp4gcAewSBHWBidNbM78u1welkObhbsjsvpQwMzjwoTfQUrTn0IweYIAjsABNCF4ebcs8Fy7LvvP765mCxfPP4zPSSyr2fdgO8cOrLOaf+k/ovjdOk8mh5GMYVYLJgdjeACaKnRr1DkTOn8VCs9iq3pvcPYeuOK9/l2deW400Lm8f47AATBoEdYMJUqzdXLEteTrSSM1Z7ZCDvw2O863HqAWCCILADTKBqdXPNzXVn5sri4rkVAoCJg8AOMKHW1zdrlPqY8O5Hq6C+RAAwkdB4DmBCcfBNYzrZAVcQ1AEmG3LsABOuWr2xZFnWpaR16P24sZ0sl8vn6gQAEw2BHeCAGDLAt1Wu/wr3kcfocgAHAwI7wAHD48ZbFi2ohzw5TJH6u8Zx8G6qv9sqoG8ghw5w8CCwAxxw1eo1FdifUn+ft5ErBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANjfBAHAvnG/JQtP0ecFfpynTtF7XZAs+peTA897y1kFYYlpikHackuS3Q7+HNH0PW1LEjvLdSjvvPc5PdWenRFtAoB9BYEdICPvtz4r5qhbsMguqqcFDsZe4BVScvBWf26AlkRFmlxtdSNRAd4J8s6fFKJt2913LJ0oUH9N/v8TeraJxABAthDYAYbEuetn6ZOiCtxzHLQtK3dSBewiB+sJD9SZUyUCDXITAE1OAPBzm6zmV2eONAgARoLADhDTR63HJQ7iZOVOCWmXELyzwUFeBfyGtO3bKtg3EOwBkkFgBzDgYK4ukgUh5CI5ReewB5okrPoXdm71xZmnmwQARgjsACEetB4tCUFVgv2ibUtx4fmZ5+oEAKEsAoBAgiRy6PsMjglANOTYAQxarVaxS1ZFCHGeUBS/V9pSyvUc2WszMzNNAgAjBHaAmLi+ncgu5YR1RpKcIwT6rDh16mR373LjORS9AySDwA4wJJWbL3QoP+d2d6OiJayT5PZXR9CP1nT6vQvR0N3dmhzEp2i7qXLl6OcOMAIEdoCM8AA1PHoc1wvzyHG2Cva6r7szOI10B6jRA9VMfEJAD04jnMFquH+6tLtb0hm8xhnFrs391LuUa6NlO0C2ENgB9gkuAficnjIOJ8uJBHsgEaAu4oKwcrGGkQ3jBWH/a9bAULJSDzPLr3GA5sdP0edt5LABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANIn/E+q1WsFoqfU3+ftcvlCm2Iadr20VKubJcuiS/zYtvPlcvnvm8nWv1Ykyi8RWRvl8vcaBAfO+vrmmvrvlJSisbR09iIBwL4x6j38sKpWf1h0H/XHXqt/sfyKZXXuW9bUnd4KceTX3PXy12hPyKL6p6T/EuFEifq9t/iksiz7Dp9gBAfRKfVXEkLOEQDsM8Pfww8zy+re4tjLsdv/ej54cVlUC3OQPk37gMpt3VH/tRcXz81T+gr6pPI93/+4lIETJETd64uL51fogKtWbyxZlnXJtuXFcvncBgEA0OG7F8ZhGd6bu3r1xmXaH1QuSxQpA6r4omnbdEU/rU9O0MjPcYJEytw0HQqi6CbA5EQkvABgXA7bvTBa3vSmqo9cWV+/2VhcPLtOe6Ra/YE6aDZlSQVzTuVNWkrvUBUpW5bgi5cAAAagem1AWI5dVcKLpvtQriWrb0+bjRxasEO2XyRS4wAQpEjQJyTHLtq2LS5YluS67QJX0Kt6jNOjtnjnBEIut13qdkXR+fI8NTqdfMPcAnK4nBo3isvlcgvudwm13bmNsO9xEy6dIj9Wufd6/3tuYzrvdbcHABf9uI08+De89lp08b37Oc5vKbjbIxuD35WEZTmNwWLj7c7n86VORxR5G+Lt+zif6z+m8X7XkNuSeqrcf0yS7A8uRcrlunNxfnPvfMk3vc/uPxfytcHv7O0f9zendaySMl0Xwct7DU87jcF7Rf/1GO839T6vt+92L+OU6Kn9aLWH6dESdE8Ku557x7L3Xf3Hcnevmiyuu952eN8rm0RT9bifOeq9aJT1B88Dcqs/Y60bRt0LTyZZPrt7Yf91O+7j4jfQ3W2z4nY5EE1V/D5brd5cUcHdqWcXQtS+//2zZQreoJpab1E9rAc1cHMbN+SrFNLiUQi51u12V/03g6tXN6+pqoC5gYZtfdR3CffzuWGV4M/nrhKz6kJd5mqEoO/5/vdfvRi+/e7vHtju+97nqhvWnFqOv2cgtyxUPX1uPugA8o3HsuzLwb+dS0Xkzjq2LdfL5VdrFMJtwZ+/RW4KNSzHvusYvP765iXbdqoadq0jBG10u/mLQ3QRVBdoviolLex+l/eHvRr0W9bXN5fVf5Xgbek/Pm4XGD6uTr164O9Vv0t9z7kKRVDfy/utpP7qtt0ph5yPXFK1Elb1ZD6P+TeLC7tv7N656Z5baju4S0/Fe1+dp7Wlpd51ZTpW6tyrqKCzSmOiuyDd0k9X1XlVCV/Wu1fwftjeyQToG/kl9TuXKPCYi1q3m1sNSNz4rj1ZDrsu/Mc1SePa4Y7lzv7ghrwzg8dSbed1tZ0Lvm0LPdeHPZaqanSRS1Ep+Hqo+5/YtnXR/xv09vO9KCCRHH7N+tZfUOfy5eB7cvT63GYr6L7M66rPran1K+5252ej7kfD3At14F1O+17ITMeaYh0X5z5X3L2qeb+q8+E+rzd4HzQ1nlOp9LN8Ajk3OSnlkrpJrVBCvRaL7gXEO483gv9I/2A+2HyQ3JSoq9ulLf2w7f+R/X+7cemCPnnqve9xl3XbDGxWaAiW1amqi8LrzneFP5d/i/uUexF0+7a/99vtnRuPClxltd68umlc1EG9SDtdPETRTaXF0bdc279PVKDt+4z19RsN9Z0Vck843z7xjistuNuerLrFF9T5+664v41/Fx9T3h/WpcF1dGNM56bE+47X4T93W3jbxcrVqzer/WvJtun3xt9nHuGdj3McVHr7wjlHOPdTC+ryqAMBl2CV3IuNj//gb7ZvuTnIILLAQZ56gcDZbnVdveMtwb/dO1Yc8Pv3j5OIqYyzQavOLdTdZ2LRtKy6NvjGxudT3R/ULStX19dj3/nnXTt8Xxnm/BuFG6C8Y0nt3eeBdyyvhQWMwGOpbs5NbwHzuU5t91gOnutR283fKWuk9+Xu+8lOd7E5935i7VwbnCDQiZI5vb1X9G++0vvNosoJy6Dv5kSMe/9z7lmh64fFiIGgrs8D59rR57Yb1JOLfy/kczHoXtg7F4e7F+pzwTnW3nUb/7g4+/VW1H4NOy5h8lELqNyNCrpTZ/QXXFY3rnqSIi/3JsobHZyr9ZUKqJyt0xevwq+rm8qS+35wbtq8zTQ/UIRR8aXsl9UFuzZEtUKJAnItvVIO/o1TS+QeYIf6PbxsQW+7PzdRV9tQ4/EC9AFVn3u2ErUBepudLoheSk2dSBv+HJ+fzlE4RfZ8kumEmm/br1W848MntHop1v7lwOfl1NW+vjCwr9fcAX++NJDIubHkXdgBObCaFzh1AvI2v68/9/RA7o27u9VoaM7+rg8OguEL3AU9UEbdv5beTxz476projRw/qjfvLnGwU2dy5z4C9qPBU7sqN+3IWWn7A9+/D8fK/7t7m/k8/dsnfr2zw/WONjwPlTfdX3U4su41HlzXf2mEu83Pu5B36sDTpEfS5nbyYXqnLo+/3bnunv73Oley0Eui+6sATrq/jXFRZ3r6lhW/Mey/zzo3Y8G6ZyrOhdyS71iefdYJjvXN9fjHks3sSx3lfKQez/Z8LbbvSZ75497PUp97fM2dwfP3xXv/OXApx7f9m+Tu/7OfuB9tjK4vjp/a+r/xaAY4d8fFHgP9TJ/4aWzg0a7F4adi969MFlXb++48G9T31/xvVXnfaGrtCn4uLj7Vd1P++4L2s5+DTouxm2KWoC/SBWt8QWnU6XymiEl24dTxt7BcosTdhdx+EsFyA26sT47jFuEtvvH61QQ4/qpEiWkLsK1oKJIXfzh7BuV8huo9/Zuajvd6Xzr8X6V3u8+QynT+9G5mPhGMBjU9TY0+SR3nzk37oVYH+67AIP2NX/uYOLPy8G727K7WMnf7VDdHIy5wxE1uHhu8FzU3+8djzn/e/7AZdtTC8GJwk6FnPPADYAUYmnp3AX/+r3HTlG13j9B+/R7jd55JFdobLZrtHPtU2CuwTteblG0147gWtG7mZuPufSqXkrjGhyKv5czCeo8GAxQ3nlwXT89H/4p3A6JA2TvPPc+K9m5TrFyYu717CWe5HrQZ6r/vG0p+d/rZTDCz1+3Z5Bb4jC4TSrg6XsHZ852BXVyP7fDx9p5PZezB9b3rmfO4ATdQy84xc2UEX0vrPDjiHPRSxTMxT0X3RI6795gbez+XD4/hD4uou++oo8LuaULXAVg3q/mc6VXpessSzG4P1roHc8pmngjzKkN8QJF21T3ok5y7z11AHIxg0vot7aDX+80e4+T94VWKaq74e+6F4QqgikOvKG/x27T2DmJF+f7g24EHh1EdMJEnKdYesVfcYqI3Isk/KbUs3NhlCg7hmOxU5Ra8CcwfQmN0IYw7kUpbuunpaBlwm5e/ftHXKFwDb09sROCXKIU/HczVuLATYDuJExLg8WUOtdRcp8JX+IxV/IemX9Tl4+5d+Ma8dpPTdP9T4TeJ9yMyu4b8RDn+hzF49uWfDN4EbEV8rpzvvgTXkF8GY1SfwZLOvcFfzXLIH2eXNfLlbzX9eeUBj5/zHoZuQT3wpiZiy98+yMs9kj9+q6449uv4fcVX4ajFJDx9TIGfd8dWRTf+4KzXNxY1HVpJb6hx2j8cVL/3zAvxkVj7qa4/ZUnjQwLFpwYKOrAUBt8U+1L54JTN74mpc+3HzsR+58DkjyvShxKFEunrooym7rRhqrmuLnk3vxFSDWNUxXjPOJUpy4WC9Dr2sgBZPzjRXMCTOjHPPfBzkVTdIvaRFFX6YRwh6tVN4WTwe9P1UNWLHkPuKGl+o6QxXZu7rETpoZUfpN81UZmHbVcnq97VTzdWSJf8bQ/19FffdC7jk1Vd3zjUudPU++71EuushN2zSY+1wtxznXOXKnP4vNx1zFg+obvlRg2+l/3Mhwi4j7gv087wXDDn3OV0r5tXp0/X/K9zveb8v77eZ32hu9cjCzK5n1Qin8vdO4RpuNSpN71Xe+97vXmiMo0Oks0evelLxWpP56+Q712EztiB3YXFzfm+eKbi1fmL4p8Q1QptS3Tp7oXt3vSqiB3YPorq1KOiqq64FRZiRvKeK1/dRebZZ2ybfvrJVNU9B5EtSdQx6dtxSq76X2eOmHne62KuRSHW9tKrstSRcbySngJjShGfHzTTSh93qZ9w7sxOt1QioYFnYtc3QAjLlQT4+ezpiEhufvThKgFvxO/FElfn5wb45v2QBsVzg3KoNIIHbjiJFq93yNiJ1jS4HW9UiH4jMrJ8c2xSCOPDyGKwY8DNfm3x03Acqmpbo90SVUPqX3WrbnXIreq5jp0ty2TSmBt+Fbz57ybEV/hOyeCSjWjjqU/Yex0k2z6Ezp7qBh3QRXX3kl+L7zpHRd1bdxocilU/3Fh8q66J9Z93+Tbv1HXon+/D47rwsd0dyPiRIFd39Av+BoZqfr2H55WB5FSMNaLehw4p6IO7gXuIue2/u0submxDufSqdetJpOcaewbtypRKFDCsQJ0nd687s63pH7LeR0A53QrzpNBJTr+rlCTY6cHw7qqm12hDMVtIBpXWBfVpLi6THdpLXiNRHttDziYhDVoTFLtJcd2XnjdClXi2jv3GyoR5AREda0WaejqIKf/sfMo7XNdl5oW3AmruPFe3le64wTPum3nUjneFNzb5MDdowcNdy/sOy4qs5Ov7j4uUwPHhYvtRx9RlduJUMCoqQnSJi7d8OOCflrQLQjD6haazpdYYUWTLn+9gb/7z0GgB5JxukGQ0y3M+5+7RPCFn9U0sb1UXnT3DW9Ut8gU/S68/XxycUDi1tze97olOt73+lOcfUVzE2JnvyQaFGiIz6dxdvtKwt/1TZdCcSOxnS5uAat494RCdIPYnZz6WAI7d73S3Z7I7fLUmVHn8GlOBPGfeu328J/uv4acYtPUuN0HneoKHkDsIt9LvPsJX3tBjULJt09jVHMWdq/nb5skimRk+db3qv/6Egh7lDAQA1UTJsnvhb3j4mTUYh6Xvrr5qOvDd9ysWNdIwqJ4F1/kKoVyRde386AtxaDl+AJR75XIaWV4rRCeeu1rMFenA0LXT1XUXz2sG0Z2pC/BsF2igDp+5q8DGrWu3z0vnCL6++4rHT4hm7oNha6Hcvv00wSJfx4PixuQOdUaFFRPt19wENT7oeQ2vnPbFIRUJXHud9l96CTm6kGfqbtizenPDwmoUTe++Pyt9d2uk+GNeofD7U+89kI239dSTLhzSYksuYOR7O7lEkRXo9TJvcaNCdP+xs5uFWt/3b6ToFsLX1/qxrdcguNdI/72U05d8AaNnf9e6MSaWtBSA/XhsavT1P2O9wkfl4sJjktTty0pRu/XncapzbgZwcQ59t6GOUUAdf005MLr1LxH3KeVwjZiZzATp0ivTgfGTkprjostudiac2SjdumLw92PXvcVsRy2nDopd1p/ZlDX33a3xbnIvS5Ey6ZcafgAL3tp5zwumM5jPq7D5Lj1/qnrp/t2//SfU+6IlG73oaBurL0WxqZuOr3Gdyxf663vVPXo9WVgbw33RiyKlEi+2Hsc3JgxLKMSR5bH0rvBc2NcVZWw4N1PotbzJZhCuxTqoObcC7g/+MD6ob0iBtYvuc96Lc/1cazrp4HdmXWOd4UyMnAvDG3t7r8X2nY+VoDWTrrr03Ky4+LvhWA6Lr1eCbvf3+SG7AuDrw8d2N0N65RNDSr8/TU5lcz1Wv4Dy4/d0Zd6fd13f4pXjNLrH8z/69F+9jlRp50Wk6KqUvB3VI7svjqBWioVLHlgBW5lPeRvcW56qkh/wTuJuB+6/2bh75fJQ/T6Tzbe97qrWkW/dCX+mMbXuHX4naDtVoFPJyL6E2k8EAjt7Ase3an/RObnPBgD76PB0dX6b/Luhelt/3gSSUHncf++dAdamuLje2eY4M7DTFL0/rnF+2eYESDTMthlydR9SO0z7/wrBZ1/+jh7N9Nd41z0d/Pp/Wbv2OvBbRIe/17RMjdg9b8TsE1Dce+Lw53r5s/1buxOb5Rr3v3EvZc4f3fc/Tx4XXKvhp3AVh18323kNaV7e3Cf6sEEvn/94N/jX18FxVr/du+cI84w1P3nAa+bq3tjfgwpyb3QdC5W9EtXkrR74kGc3EdRx2UweA8el/4AHXVc3OGq6RZ/52BvnaGK4j18w1NfXvaNJx2wzDke1Yi8UY04he4WQTAeLWinoULIeLi9YhT+Hq/4gutueLSl/d0Q64um2sVea+JGry5xp5U1/8/d4fhCX0wy1jX3SdVFWwV9Ejk3EvUO7y9n1CRdZcLFp5fc4RI7C759zyNUOdvDox4tLZ1LECzyS6QbyanPu6QuKP5tbXUsF9zGSFwHKPvG5HfPlR/MuyOzOa3ob7nb7DQ2KlCv1Kfd7QYWg/HvKvGfWq/l7gNndDBunVKhjO0+jzt957GvwU19mBb9uqFl2Z2LwLx/VEiq057pdX3b3cWtn9pnG4bzr9i79LlRYtA49PxdU+dJj3rpdh1z94c+d9fV/21vONs4dNFyXT0s6SGmeWjhJn8m91JRr6lz1y5beu6JYaRwrofY3lD7Y1HfNxq615H/8+bUb+DrUgW1G6rK6NU1vT26F4s3shpft5uX+7fHORjtoMa8u9cP+j1Od9DA0UX5vq6WL6mHi73zYNO7RtS6Fg8OM2+KIyaGe2Gd9GiGUfdCfd9i67pBWgLOcVnW+8JwXIiPy8Xw4+IE6Nj7daC0quR/ZyDHzh/YPzFJFN5h3pi4g2Pz+pZZ0SmmuvuKcyNUf87ydd3AoBL++dxYb2caWWc97vrh63LT7o0RbBI8vrjaoYbfHbyOH3eRGPz9eohC7j2wyL+dG+e4o105I14JbrDDv7s33jznSuIXzfGIdwMj2vGJwPvq4u7lOtzS2hmj2rfv9fKyzKOhUQLuZ3rH07lBL3jDobqfafGQvhu71+PR05xRDP1jsxdJBwndkGk2KIGnXr9AvREKC73tz9cohqBjtJv5PIp5Hs/3JzbjnptuIFS/kxNlAfuHGr39k1WDy2h6IB7n98UZLcw7//R57j//mLfPlkK+q6nPl7p+ydsfTiMldz0nURlxXPsNnEslPnc5qPP1xA1a9aA5jd33AyvBsRz+XA/iH+pWnfOn+TzT95IZ//3ElwO81L897mh7enz2Rv/2OGPXG88t37Ew/B5uDByc0+Vj5Z+3g3ZGwvPWc0r3GnH27e5tC70Xru5eznwvDDsXw7i9gvJ6yNjQ43Khd1ys5f5tcvbrab2tA8clar9yFeHO/ur7rYL2gFcMknxGseHW2wverF6DMz7tXs6ZpcjLgc4P08bA3S+ft+OUXrhF108V0tyHwx9Pd1vibvuw62Ql6/Mxi2M1qsHZ6iihcZ4rWW5P8u8ZbftV7nKD61qD5nzo/x6e4MadrMqb/TKL7Rll/azO66TblMZ2eHOQRB+X3gykaR+XoAa9exLYD4Pe5DDm6SR1P3AvxTc7CYkWOLx8E27Uxt/T4/DyTWJlnD5XTx/KAYa7oZ4myFRv2lRzYL969eZlVTK0QpRseuFhjdR4Dozq+v/SYGMrjx6ZyBt3fxVBHfazsFncIHu+lu3LQY1WfY1h1/TyOD5j4DUMVPfxS6bjooO610g2c8ixZ8iXa9e8enxRHGhccSV5gw2A8fJyjcitj587/G2+6k2XrDXInYO86Gu3oNsfxetPDaPRVamcOSv5Xg45LlmMmxAMgT1jutFLhdzBIeZ67zhB/rpKWW8crL77cBDpKqPLQnBLbp5iEqVLe4FzhbmcOK8CfJF69xOuX9XTzXbWJm/I5snnOy4l6uvB4jR6vY3jAgAAAAAAAAAAAAAAAAAAAAAAAJCx/w9FsljMTtzt2wAAAABJRU5ErkJggg==",alt:"logo",style:{maxWidth:300}})):A.createElement($F,{style:{height:400}},A.createElement("div",{className:Wt("nc-preferences-root",pUe,Ue(f))},A.createElement(el,{chevronPosition:"right",styles:M,classNames:W},k==null?void 0:k.map(function(N){return A.createElement(mUe,{key:N.template._id,preferenceSettings:N})})))))}var vUe="0px 5px 15px rgba(38, 68, 128, 0.05)",dy="0px 5px 15px rgba(122, 133, 153, 0.25)",op="0px 5px 20px rgba(0, 0, 0, 0.2)",bUe={layout:{background:Re.white,boxShadow:dy,wrapper:{secondaryFontColor:Re.B80}},header:{fontColor:Re.B40,badgeColor:Re.vertical,badgeTextColor:Re.white,markAllAsReadButtonColor:Re.B60},popover:{arrowColor:Re.white},actionsMenu:{dropdownColor:Re.white,hoverColor:Re.B98,fontColor:Re.B40,dotsButtonColor:Re.B70},notificationItem:{read:{background:Re.B98,fontColor:Re.B60,timeMarkFontColor:Re.B80},unread:{background:Re.white,fontColor:Re.B40,boxShadow:dy,notificationItemBeforeBrandColor:Re.vertical,timeMarkFontColor:Re.B60},buttons:p8},userPreferences:{settingsButtonColor:Re.B70,accordion:{background:Re.white,fontColor:Re.B40,secondaryFontColor:Re.B60,boxShadow:dy,arrowColor:Re.B60,dividerColor:Re.BGLight},accordionItem:{fontColor:{active:Re.B40,inactive:Re.B80},icon:{active:Re.B40,inactive:Re.B80},switch:{backgroundChecked:Re.vertical,backgroundUnchecked:Re.B80}}},footer:{logoTextColor:"black",logoPrefixFontColor:Re.B70},loaderColor:Re.vertical},yUe={layout:{background:Re.B15,boxShadow:op,wrapper:{secondaryFontColor:Re.B40}},header:{fontColor:Re.white,badgeColor:Re.vertical,badgeTextColor:Re.white,markAllAsReadButtonColor:Re.B60},popover:{arrowColor:Re.B15},actionsMenu:{dropdownColor:Re.B20,hoverColor:Re.B30,fontColor:Re.white,dotsButtonColor:Re.B40},notificationItem:{read:{background:Re.B17,fontColor:Re.white,timeMarkFontColor:Re.B40},unread:{background:Re.B20,fontColor:Re.white,boxShadow:op,notificationItemBeforeBrandColor:Re.vertical,timeMarkFontColor:Re.B60},buttons:m8},userPreferences:{settingsButtonColor:Re.B40,accordion:{background:Re.B20,fontColor:Re.white,secondaryFontColor:Re.B60,boxShadow:op,arrowColor:Re.B60,dividerColor:Re.B30},accordionItem:{fontColor:{active:Re.white,inactive:Re.B60},icon:{active:Re.white,inactive:Re.B40},switch:{backgroundChecked:Re.vertical,backgroundUnchecked:Re.B30}}},footer:{logoTextColor:Re.white,logoPrefixFontColor:Re.B40},loaderColor:Re.vertical},wUe={fontFamily:"Lato"},kUe={unseenBadgeColor:{stopColor:"#FF512F",stopColorOffset:"#DD2476"},unseenBadgeBackgroundColor:Re.white},xUe={unseenBadgeColor:{stopColor:"#FF512F",stopColorOffset:"#DD2476"},unseenBadgeBackgroundColor:Re.B15};function a0(e){var t,n,r;return{theme:e.colorScheme==="light"?uy(np(bUe),(t=e==null?void 0:e.theme)===null||t===void 0?void 0:t.light):uy(np(yUe),(n=e==null?void 0:e.theme)===null||n===void 0?void 0:n.dark),common:uy(np(wUe),(r=e==null?void 0:e.theme)===null||r===void 0?void 0:r.common)}}function i0(e){var t=e!=null&&e.colorScheme?e==null?void 0:e.colorScheme:"light";return{bellColors:qe(qe({},np(t==="light"?kUe:xUe)),{bellColors:e==null?void 0:e.bellColors})}}function PUe(e){var t=e.className,n=e.messageAction,r=e.buttonIndex,a=e.onActionClick,s=oa().theme,l=n.buttons[r],c=s.notificationItem.buttons[l.type],d=l!=null&&l.content?l.content:"";return A.createElement(A.Fragment,null,A.createElement(zG,{onClick:function(f){return function(h){h.stopPropagation(),a(l.type)}(f)},className:Wt(MUe(c),t),fullWidth:!0},d))}var GA,MUe=function(e){return Ue(GA||(GA=ft([` - background: `,`; - color: `,`; - font-family: `,`; - box-shadow: none; - display: flex; - justify-content: center; - margin-left: 5px; - margin-right: 5px; - height: 30px; - font-weight: 700; - font-size: 12px; - border-radius: 7px; - border: 0; - - &:hover { - background: `,`; - } -`],[` - background: `,`; - color: `,`; - font-family: `,`; - box-shadow: none; - display: flex; - justify-content: center; - margin-left: 5px; - margin-right: 5px; - height: 30px; - font-weight: 700; - font-size: 12px; - border-radius: 7px; - border: 0; - - &:hover { - background: `,`; - } -`])),e.backGroundColor,e.fontColor,e.fontFamily,e.backGroundColor)};function AUe(e){var t=e.action,n=e.onActionClick,r=t==null?void 0:t.status,a=t==null?void 0:t.buttons,s=Lt(fr(["notifications.listItem.buttons.root","notifications.listItem.buttons.primary","notifications.listItem.buttons.secondary"]),3),l=s[0],c=s[1],d=s[2];return A.createElement(SUe,null,A.createElement(CUe,{className:Wt("nc-notifications-list-item-buttons",Ue(l))},r===Wf.DONE?null:a==null?void 0:a.map(function(f,h){return A.createElement(PUe,{key:f.type,className:Wt("nc-notifications-list-item-button",Ue(f.type===Ef.PRIMARY?c:d)),onActionClick:function(p){return function(g){n(g)}(p)},messageAction:t,buttonIndex:h})})))}var YA,KA,SUe=pn.div(YA||(YA=ft([` - margin-left: 10px; - margin-right: 10px; -`],[` - margin-left: 10px; - margin-right: 10px; -`]))),CUe=pn.div(KA||(KA=ft([` - display: flex; - justify-content: space-between; - cursor: pointer; - max-height: 50px; - margin-left: -15px; - margin-right: -15px; -`],[` - display: flex; - justify-content: space-between; - cursor: pointer; - max-height: 50px; - margin-left: -15px; - margin-right: -15px; -`]))),EUe=function(e){var t=e.truthy,n=e.children;return e.fallback,t?n:null},WUe=[{icon:A.createElement(function(e){return A.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",className:"icon",viewBox:"0 0 1024 1024",width:"40px",height:"40px",fill:"currentColor"},e),A.createElement("path",{d:"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"}))},null),type:Gs.WARNING,iconColor:"#FFF000",containerBgColor:"#FFF00026"},{icon:A.createElement(function(e){return A.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",className:"icon",viewBox:"0 0 1024 1024",width:"40px",height:"40px",fill:"currentColor"},e),A.createElement("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"}))},null),type:Gs.INFO,iconColor:"#0000FF",containerBgColor:"#0000FF26"},{icon:A.createElement(function(e){return A.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",className:"icon",viewBox:"0 0 1024 1024",width:"40px",height:"40px",fill:"currentColor"},e),A.createElement("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm178 555h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z"}))},null),type:Gs.UP,iconColor:Re.B70,containerBgColor:"".concat(Re.B70,"26")},{icon:A.createElement(function(e){return A.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",className:"icon",viewBox:"0 0 1024 1024",width:"40px",height:"40px",fill:"currentColor"},e),A.createElement("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 708c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 00-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z"}))},null),type:Gs.QUESTION,iconColor:Re.B70,containerBgColor:"".concat(Re.B70,"26")},{icon:A.createElement(function(e){return A.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",className:"icon",viewBox:"0 0 1024 1024",fill:"currentColor"},e),A.createElement("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"}))},null),type:Gs.SUCCESS,iconColor:Re.success,containerBgColor:"".concat(Re.success,"26")},{icon:A.createElement(function(e){return A.createElement("svg",qe({xmlns:"http://www.w3.org/2000/svg",className:"icon",viewBox:"0 0 1024 1024",width:"40px",height:"40px",fill:"currentColor"},e),A.createElement("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z"}))},null),type:Gs.ERROR,iconColor:Re.error,containerBgColor:"".concat(Re.error,"26")}];function jUe(e){var t,n,r,a=e.notification,s=e.onClick,l=oa(),c=l.theme,d=l.colorScheme,f=Yc(),h=f.onActionClick,p=f.listItem,g=f.allowedNotificationActions,w=ss(),y=w.removeMessage,k=w.markNotificationAsRead,M=w.markNotificationAsUnRead,W=vv(),z=W.dateFnsLocale,N=W.t,B=CD(),H=B.hovered,U=B.ref,$=qA(a)?!a.read:!a.seen,Q=Lt(fr(["notifications.listItem.read","notifications.listItem.unread","notifications.listItem.layout","notifications.listItem.contentLayout","notifications.listItem.title","notifications.listItem.timestamp","notifications.listItem.dotsButton","actionsMenu.dropdown","actionsMenu.arrow","actionsMenu.item"]),10),de=Q[0],me=Q[1],Se=Q[2],Pe=Q[3],Te=Q[4],$e=Q[5],Ge=Q[6],je=Q[7],G=Q[8],oe=Q[9],Ie=KUe({novuTheme:c}).classes,Oe={arrow:Wt(Ie.arrow,Ue(G)),dropdown:Wt(Ie.dropdown,Ue(je)),item:Wt(Ie.item,Ue(oe)),itemIcon:Ie.itemIcon};function fe(){s(a)}function xe(ue){return Tf(this,void 0,void 0,function(){return zf(this,function(Ze){return h(a.templateIdentifier,ue,a),[2]})})}return p?p(a,xe,fe):A.createElement("div",{className:Wt("nc-notifications-list-item",HUe,$?DUe(c):LUe(c),Ue($?me:de)),onClick:function(){return fe()},"data-test-id":"notification-list-item",role:"button",tabIndex:0,ref:U},A.createElement(_Ue,{className:Wt("nc-notifications-list-item-layout",Ue(Se))},A.createElement(BUe,null,a.actor&&a.actor.type!==Mc.NONE&&A.createElement(XUe,null,A.createElement(NUe,{actor:a.actor})),A.createElement(UUe,{className:Wt("nc-notifications-list-item-content-layout",Ue(Pe))},A.createElement(RUe,{className:Wt("nc-notifications-list-item-title",Ue(Te)),"data-test-id":"notification-content",dangerouslySetInnerHTML:{__html:a.content}}),A.createElement("div",{className:Wt("nc-notifications-list-item-timestamp",FUe(c,$),Ue($e))},Cte(new Date(a.createdAt),{addSuffix:!0,locale:z()})))),A.createElement(OUe,{templateIdentifier:a.templateIdentifier,actionStatus:(n=(t=a==null?void 0:a.cta)===null||t===void 0?void 0:t.action)===null||n===void 0?void 0:n.status,ctaAction:(r=a==null?void 0:a.cta)===null||r===void 0?void 0:r.action,handleActionButtonClick:xe})),A.createElement(IUe,{style:{display:g?"block":"none",opacity:H?1:0},novuTheme:c},A.createElement(pi,{radius:7,shadow:d==="dark"?op:vUe,withArrow:!0,classNames:Oe},A.createElement(pi.Target,null,A.createElement(lv,{onClick:function(ue){return ue.stopPropagation()},variant:"transparent"},A.createElement(zXe,{className:Wt("nc-notifications-list-item-dots-button",YUe(c),Ue(Ge))}))),A.createElement(pi.Dropdown,null,A.createElement(pi.Item,{icon:A.createElement(IXe,null),onClick:function(ue){ue.stopPropagation(),$?k(a._id):M(a._id)}},N($?"markAsRead":"markAsUnRead")),A.createElement(pi.Item,{icon:A.createElement(RXe,null),onClick:function(ue){ue.stopPropagation(),y(a._id)}},N("removeMessage"))))),A.createElement(EUe,{truthy:qA(a)},A.createElement("div",{style:{opacity:g&&H?0:1}},!a.seen&&A.createElement(zUe,{colorScheme:d}))))}function OUe(e){var t=e.actionStatus,n=e.templateIdentifier,r=e.ctaAction,a=e.handleActionButtonClick,s=Yc().actionsResultBlock;return A.createElement(A.Fragment,null,s&&t===Wf.DONE?s(n,r):A.createElement(TUe,{handleActionButtonClick:a,action:r}))}var qA=function(e){return(e==null?void 0:e.read)!==void 0};function TUe(e){var t=e.action,n=e.handleActionButtonClick;return A.createElement(A.Fragment,null,t?A.createElement(AUe,{onActionClick:n,action:t}):null)}function zUe(e){var t=i0({colorScheme:e.colorScheme,bellColors:{unseenBadgeBackgroundColor:"transparent"}}).bellColors,n=Lt(fr("bellButton.dot"),1)[0];return A.createElement(Pj,{width:"10px",height:"10px",colors:t,className:Wt("nc-bell-button-dot",Ue(n))})}function NUe(e){var t=e.actor;if([Mc.USER,Mc.SYSTEM_CUSTOM].includes(t.type)&&t.data)return A.createElement($U,{src:t.data,radius:"xl"},A.createElement(cy,null));if(t.type===Mc.SYSTEM_ICON){var n=WUe.filter(function(r){return r.type===t.data});return n.length>0?A.createElement(GUe,{iconColor:n[0].iconColor,containerBgColor:n[0].containerBgColor},n[0].icon):A.createElement(cy,null)}return A.createElement(cy,null)}var VA,JA,QA,$A,ZA,eS,tS,nS,rS,aS,iS,oS,_Ue=pn.div(VA||(VA=ft([` - display: flex; - flex-direction: column; - gap: 5px; - align-items: normal; - width: 100%; -`],[` - display: flex; - flex-direction: column; - gap: 5px; - align-items: normal; - width: 100%; -`]))),RUe=pn.div(JA||(JA=ft([` - line-height: 16px; - overflow-wrap: anywhere; -`],[` - line-height: 16px; - overflow-wrap: anywhere; -`]))),IUe=pn.div(QA||(QA=ft([` - color: `,`; -`],[` - color: `,`; -`])),function(e){var t;return(t=e.novuTheme.layout)===null||t===void 0?void 0:t.wrapper.secondaryFontColor}),DUe=function(e){var t,n,r,a,s,l,c,d;return Ue($A||($A=ft([` - background: `,`; - box-shadow: `,`; - color: `,`; - font-weight: 700; - - &:before { - content: ''; - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; - width: 5px; - border-radius: 7px 0 0 7px; - background: `,`; - } -`],[` - background: `,`; - box-shadow: `,`; - color: `,`; - font-weight: 700; - - &:before { - content: ''; - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; - width: 5px; - border-radius: 7px 0 0 7px; - background: `,`; - } -`])),(n=(t=e==null?void 0:e.notificationItem)===null||t===void 0?void 0:t.unread)===null||n===void 0?void 0:n.background,(a=(r=e==null?void 0:e.notificationItem)===null||r===void 0?void 0:r.unread)===null||a===void 0?void 0:a.boxShadow,(l=(s=e==null?void 0:e.notificationItem)===null||s===void 0?void 0:s.unread)===null||l===void 0?void 0:l.fontColor,(d=(c=e==null?void 0:e.notificationItem)===null||c===void 0?void 0:c.unread)===null||d===void 0?void 0:d.notificationItemBeforeBrandColor)},LUe=function(e){var t,n,r,a;return Ue(ZA||(ZA=ft([` - color: `,`; - background: `,`; - font-weight: 400; - font-size: 14px; -`],[` - color: `,`; - background: `,`; - font-weight: 400; - font-size: 14px; -`])),(n=(t=e==null?void 0:e.notificationItem)===null||t===void 0?void 0:t.read)===null||n===void 0?void 0:n.fontColor,(a=(r=e==null?void 0:e.notificationItem)===null||r===void 0?void 0:r.read)===null||a===void 0?void 0:a.background)},HUe=Ue(eS||(eS=ft([` - padding: 15px; - position: relative; - display: flex; - line-height: 20px; - justify-content: space-between; - align-items: center; - border-radius: 7px; - margin: 10px 15px; - - &:hover { - cursor: pointer; - } -`],[` - padding: 15px; - position: relative; - display: flex; - line-height: 20px; - justify-content: space-between; - align-items: center; - border-radius: 7px; - margin: 10px 15px; - - &:hover { - cursor: pointer; - } -`]))),FUe=function(e,t){var n,r,a,s;return Ue(tS||(tS=ft([` - min-width: 55px; - font-size: 12px; - font-weight: 400; - opacity: 0.5; - line-height: 14.4px; - color: `,`; -`],[` - min-width: 55px; - font-size: 12px; - font-weight: 400; - opacity: 0.5; - line-height: 14.4px; - color: `,`; -`])),t?(r=(n=e==null?void 0:e.notificationItem)===null||n===void 0?void 0:n.unread)===null||r===void 0?void 0:r.timeMarkFontColor:(s=(a=e==null?void 0:e.notificationItem)===null||a===void 0?void 0:a.read)===null||s===void 0?void 0:s.timeMarkFontColor)},BUe=pn.div(nS||(nS=ft([` - display: flex; - align-items: center; - gap: 10px; -`],[` - display: flex; - align-items: center; - gap: 10px; -`]))),XUe=pn.div(rS||(rS=ft([` - width: 40px; - min-width: 40px; - height: 40px; - border-radius: 50%; - display: flex; - justify-content: center; - align-items: center; - font-size: 40px; - border: 1px solid `,`; - overflow: hidden; -`],[` - width: 40px; - min-width: 40px; - height: 40px; - border-radius: 50%; - display: flex; - justify-content: center; - align-items: center; - font-size: 40px; - border: 1px solid `,`; - overflow: hidden; -`])),Re.B40),UUe=pn.div(aS||(aS=ft([` - display: flex; - flex-direction: column; - gap: 5px; -`],[` - display: flex; - flex-direction: column; - gap: 5px; -`]))),GUe=pn.div(iS||(iS=ft([` - width: 100%; - height: 100%; - cursor: pointer; - background-color: `,`; - display: flex; - justify-content: center; - align-items: center; - font-size: 20px; - color: `,`; - - & > svg { - width: 20px; - height: 20px; - } -`],[` - width: 100%; - height: 100%; - cursor: pointer; - background-color: `,`; - display: flex; - justify-content: center; - align-items: center; - font-size: 20px; - color: `,`; - - & > svg { - width: 20px; - height: 20px; - } -`])),function(e){return e.containerBgColor},function(e){return e.iconColor}),YUe=function(e){var t;return Ue(oS||(oS=ft([` - color: `,`; -`],[` - color: `,`; -`])),(t=e==null?void 0:e.actionsMenu)===null||t===void 0?void 0:t.dotsButtonColor)},KUe=It(function(e,t){var n,r,a,s,l,c=t.novuTheme;return{dropdown:{backgroundColor:(n=c.actionsMenu)===null||n===void 0?void 0:n.dropdownColor,border:"none"},item:{borerRadius:"5px",color:(r=c.actionsMenu)===null||r===void 0?void 0:r.fontColor,fontWeight:400,fontSize:"14px","&:hover":{background:(a=c.actionsMenu)===null||a===void 0?void 0:a.hoverColor}},arrow:{backgroundColor:(s=c.actionsMenu)===null||s===void 0?void 0:s.dropdownColor,borderColor:(l=c.actionsMenu)===null||l===void 0?void 0:l.dropdownColor},itemIcon:{width:"20px",height:"20px"}}});function qUe(e){var t=e.notifications,n=e.onFetch,r=e.hasNextPage,a=e.onNotificationClicked,s=t==null?void 0:t.length,l=Lt(fr("notifications.root"),1)[0];return A.createElement(VUe,{className:Wt("nc-notifications-list",Ue(l)),"data-test-id":"notifications-scroll-area"},A.createElement(OBe,{dataLength:s,next:n,hasMore:r,height:400,loader:A.createElement(bv,null),endMessage:!1},t.map(function(c){return A.createElement(jUe,{key:c._id,notification:c,onClick:a})})))}var sS,VUe=pn.div(sS||(sS=ft([""],[""])));function lS(){var e=Pr().apiService,t=Yc(),n=t.onNotificationClick,r=t.onUrlChange,a=t.emptyState,s=ss(),l=s.notifications,c=s.isLoading,d=s.hasNextPage,f=s.markNotificationAsRead,h=s.fetchNextPage;return c?A.createElement(bv,null):A.createElement(A.Fragment,null,c||(l==null?void 0:l.length)!==0?A.createElement(qUe,{onNotificationClicked:function(p){var g,w,y,k,M;return Tf(this,void 0,void 0,function(){var W;return zf(this,function(z){return f(p._id),n&&n(p),W=((g=p.cta)===null||g===void 0?void 0:g.type)===Ry.REDIRECT&&((y=(w=p.cta)===null||w===void 0?void 0:w.data)===null||y===void 0?void 0:y.url),e.postUsageLog("Notification Click",{notificationId:p._id,hasCta:W}),W&&!((M=(k=p.cta)===null||k===void 0?void 0:k.data)===null||M===void 0)&&M.url&&r&&r(p.cta.data.url),[2]})})},notifications:l||[],onFetch:function(){return Tf(this,void 0,void 0,function(){return zf(this,function(p){switch(p.label){case 0:return[4,h()];case 1:return p.sent(),[2]}})})},hasNextPage:d}):A.createElement(A.Fragment,null,a||A.createElement("div",{style:{textAlign:"center",minHeight:350,display:"flex",alignItems:"center",justifyContent:"center"}},A.createElement("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVwAAAEmCAYAAAAuryiLAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAADERSURBVHgB7Z1tjxvXlefPLbI1lmVLbDvyIvYsRMXxJEgciBrECTY7C7EHCAZBJLv1bt7Y3fwE6v4EYn8CtT4Bu+0Xi32zktzyGjOZhagg48XEu9MtbBIkE2RVAmIHY8cm25IsWSTr7jn1QBbZVcUiWWw+1P9ntEmxnuve+te555x7ryIAwNxRqewUiVSBSOcoUbRJtFAtlX5iEhgYRQCAuWJ7e+cyf5RpbCjTsjJLEN3BMQgAMDdUKtfyNFaxFXTeMJoVAgMDwQVgrlhYpsOhWKm8nycwEBBcAAA4JCC4AMwVeo8OBWXChzs4EFwA5ohS6ULVsmiDxooTNCMwMMhSAGAOcYJn4s+NlxZmGCTrXeq/JjIURgGCC0DKYXHOGUamynJwJnpNiO2oQHABSDEQ28MFggtASoHYHj4QXABSCMR2MkBwAUgZENvJAcEFIEVAbCcLBBeAlACxnTwQXABSAMR2OoDgAjDnQGynBwguAHMMxHa6gOACMKdAbKcPCC4AcwjEdjqB4AIwZ8QXW5s6r1en2GgWaL1dKr2+RWBgILgAzBnb2zu3+KNIY4RFd51Fd5PAQGA8XADmiEplR6bYKdKYMQx1mcDAQHABmC8KdDjkMKfZ4EBwAZgrBvHHjsrjQzzWfADBBWCuaGxJ5gGNGa3VVql0EYI7IBBcAOYIEUHLaiyNWXSvat1YJzAwyFIAYE4Zj4/1cR2WLQAAAAAAAAAAAAAAAIB5BEEzAMaIjGtAdCRPZOVoKJp7CFLNDxBcAMbE9vbOJf4o89+QYuugFF1vtbLrGNFr9skSACBxKpV3V/kjkcFdtKZlw2iKaC8RmGnQ8QGAMWAYaoWSpYixC2YfCC4AM0MzT2CmgeACMAYsi+5Q4jT3CMw0EFwAxkJzM+HxDDaQrTD7IEsBgDFRqVzLG0a2zF9PhawiY9fGyWDYWFm5UCYw80BwAZgA29s7MmNCOcaqENs5AoILZoJK5T22BnUxk6Ez/JnTussyvGMYVG02s3uzkKsKsU0vEFwwtUgvrWw2e8my1CqLbD7mZtVpnlUWYptuILhgKhm9l5aS6bxLpdKFKk0JEFsAwQVThRtoqlBCM8+yq6H85psXNmjCQGyBAMGNwZ9qj/IL1Cgq9h1abHEpMnKarLpBVLfI2Du5+GyVwMg4YrtwawD3QSycsQiapUmlVUFsgQcEN4S7NZ3LGQ8uaa1XNVG+3/qK1HVL6xtfWzy+RWBgxiW2HkqprbfeOl+iQyau2Mr5tVqZAEscU9rMExDcHjyhZfFco+H8hyZH0DcgvIOxvf3uHlfHMzRGDtu9MIBlG4kjxo11CO/sA8H18WntftFQWvyHeRoVZWw9sTIbX188ahKIJL4wSc8tfUMpvddqtXtx5VhIl3nZuTjWsWXR0mEE0iqVnWU+r2uUHFV2N2C0sBkHgutS279/ma3aMiWL+UQvLEF0w4nnSrAzDtjCu3A9el87ZRa5yxTNoQjX9vZNPlf9BiWIZWVPY0zc2QZjKdDYxFbIH1GNWxJ0IxBCpthfbDNL/cRW4HXKlmWc5a9RTe8iC3ORxo4+QYmD0cJmndQL7p9rX6yOSWw9bNGt1Wojjfo/rxiGEWGRemIb36orlX66x26DixR5THFBjBeMFgaCSLXgiuWpFF2JubopflkW5w3Sel0+FalqzG3zlrHQr6mbOsSdEGXdWpa1MUwTWny0LHhXw9dQiTb1g8FoYeAgqfbhsnW7xYIbOTK/ZlGVrIOwXFu2XPNNMlYNpaRnVKQVa2m1hJzdDtGBJWWurJw/TUPv2+5AcTds+WH4Q32jhZ3h6xmyhaPNae6qDAYjtXOaSUYCR7sjxVas2JOLx8tR6ywuLpr8UWbh3bJUhoM/4RkOGWUHdKoEPAphC/glV6URYGvQ5MCVGW5BW2N38cg58McqAeCSWsFVpFejljtie6JMMRHhZdE9y6K7SyGiq0kXRehh5faHX4b777yzs6y1zrVaKp/JKHtMWf53vns9CZCpequl78lnNqvNZtMwxZcr1iGFvgAt+NTBoZNKwZUAlhXlSlC0dTIXX2w9WHTrvO8lV3Rzwbu2JGBTJdCPS+yHvSR3jN0OIrSBKzk/a3sd+eRt+Lslub3yA3yeYKpIZdCsZacihWNYraF7I4mly9ZxaMBGqcRnc51JZOhFZ2zbsQIrFkwVqQya/bm2v6mcINcBtD0ewomR0oYcCzpTC1v+RLdOf93x/aYKEVluVBXZGpV7X6SJIilnksmQuY7OBOCwSKXgfl6/f0v8qUHLuIlaSmIcBD7GLh+jEHKMi3yMvon880JnIHEadnyKseINHAPhBeMmrUGz0IdeJ5Q7aWnrDj/IgYJrpaSp6xda/pvaa5YR4Qyjufr22zchvGCspNKHy5Zn6MPfpKZJYGTeeWfnsuTBstCWaUZeMK7w3mXhrVQq7+cJgIRJbVpYGBkEWkZCxikwDFWxrNHGtV1YWKBjzzxFJ3LH6chClp4+dtT+XDiywMs61bbRaFLjSYMePnxMD798RF8+fET12n3+vUHD4lm8/NKYitkiwPyQSsFV7DbQoQnxGXEDjNxn3VDGKT4GhR2f5gwn6yBzmf3TaxRy3VGIwJ58YZH/nqOTJ5+j3OKzNAoPWXj36/fpoz9+Qp9++rktxIMi1vn29s3VQcdzACCMVAqu618tBi0zQgJdgyBjNGhqFMOWa2rOVX6oTGFuGPpab6eEfojI5k+/SC++9IIttElyjC1i+ZN9C2L1fvzRv5Npfjyg+Oq8uBkqlXfXS6XXNwmAEUhpWtgXq0pRJWRx3dCt09KJgYakti8zRlhhD2f9+dzxRZoThpldV8RVhDB/+qUu98Bh8eknn5N592O6Z3400HZK6c1Wq4VBZMDQpFJw++XJkjI2nz/xzDoNgVi3MhwjhXUpVbT1/Injhz631jgYYgqZ6o/+y1/nXnzx5MitiCQQt8NvfvWHAYV38CEjAfBI7WhhUbm4gmEYq4vHn9mmAfm09sWeocJ7UM1LDq5E8iW4FG9tZT733PH1v/3xf1rhOzD2sWgHZXDhheiC4Uit4Lrzl92KXEnr9ecXT8Ty28nkkyfUg2tRIs6Y7E4YesjBaUCCY4aRlSEVi3HW58DTxre//c2t7519+bqisXflHYl7dz+iX//6DzF9vBBdMDipHYBcRuzqO4C4Ulc+239Q6TdFjoj3cWX3LCtGrSfj6tKMYxiZKsUSW31HprtZXT2/OQtiK5xin/KP/+5H9MpfnYqxtgTTWreQrwsGIdUDkH9Se1DIKGs3zrrKHojcuqHtlDJVV3ZamSq4Y+r2DxjNge92ADfCVctqliW49ODxk71ZENtexNrd2/1djHxeWLogPqmftfez2v6aWLI0XkxDt5YWZ3jAmrgBMstS66XSedsN8+XjxhW2+tdoRhHf7u1bH8ZwMYjoNs4iewH0I/WTSIqP1p6nbHzUUyK2dfbXLnli+/CrxuVZFltB8njPLb0WoxOGuBey1wiAPqTewvX4tLZfNpRKeqJHT2xH7rk2KZxODX3dLiy2xpIzywLRo0eP8pbK3KU5QboP3771S7vzRBSSp/vWW68PlU4I0kHqLVwPezodrRN7WCxNd1hsz8622MokiLqf5dYltjIljju329wgnTPOLf2gr6WrtVqTsSQIgBAguD7EvSC9zFg0Bs6/9VF3J58szLIbQXBmnI3urusXW+HRV01pJURuM4t4oiuD6EQhsxA7A60DcBAIbg8ikl9bPLEqU5q7whs3ECJT62yIYA8y+eS0Uqm8u8of0bMa2wEyn9g+kjEkZttvG4Ujuq/1E91cJpOtEAABwIcbA8mzZXkpGkbmlHIHaNFKmdpq7fMt3GvQQvXri0dNmhOczg0Lu32s242VlQtl/w8PHz8Rv23UNnOB+HL/6R8/iFzHCSBeqBIAPjAebgzcac2rlBLYlXApWmyVubJyvuz/5cGjJ6uUArEVxJd75uy36c7ub0PXkTGB+WOmexWC5IFLAXQhgTKKTgGrS6J/749KUdIZHlON9EaLHlJS57e3d8oEgA8ILujCCZSFw37bA3N+pcm69fP9H7xqj+kbwSUE0IAfCC5o41q3EYEyZXodG/wYSkUG1+YV6RjRZ9wFGehnboOIYHAguKBNf+tWHxgL4sGTJ4V+g/bMM69861S/rIVLBIALBBfYOE1fdS5sudZqKzDq3prfNLA4SKrYd7/7ctQqOXSGAB4QXOCSWY7KTAjrDKJUuEinBRnWMcrKNQyaukHXwWSA4AIbw4j0w1aDrNv7j+yJMvME6JVXwn25HGg0CQCC4AJqB8uKYcvZdxts3ZK1SsAm/41QK7fOrYeZn1IJJAMEFzCZYvgyyUx4fStwCdwJbUK6/boD+2BwcuCAnmYg0p2gdXAPO3sIRrgTupA0sZ+e/5v1//Zff7bHd7XuH2cCAAGCC4Ri2IKwYFnDWChktEWgG02qyP7uWBOPgvQBl0LK6ZOyVA8bgMVoWUUCB4GbBUQAwU09qhCxMLRJzG6ImZsY8lDQlKtpje68IBAIbsoxjKjsBHUjbJnuMzB5mnnqcbNAAAQAwQURgwHoqKBPnkAgLbyMQAgImqUeHWGNNQMF181QACGoORTcP9Ue5ReoIXXF7y6pW2SYLyw+g2yMmEBwU4zb4SEMDphdDJxeqEnZvMFOBRCMzAxCc4DMdGKnDGprmagR6JfOkEWf1b/gl4yqWlpvz9vsJ0kDwU012XzEQpNAKqntP7hkaavMrZ+cJGLHQUaMU4qKR6hBn+0/2HpiZTYgvAeB4IIwQifPnMcmc5JYurUoo69ls9lLlkUymppYh3uWZZSmuTPEJ7UHBUXWFovtaBko2lo9oqzin2tfbHxt8fgWgTYImqWaqNHBMODKsCgyThhGdpPFtkwdn2fBMKxblcr7eZpCxKrNKGvXUJRUul+eLd4KW7tXarUa0uRcILgAJMz9Bw/zFDxzRs4wmlM3fnBt//5ltmrH0ztOW2taZW9BdB0guAAkzKMvv8pHLJ6qDiOO2OoyjRH27xYgug7w4QKQUtjHujyY2Ko9Uqrtg1Za57WTVthXSG3RNRZkZud1SjEQXABSiOTVKtW4EmPVOovy1SxZm4uLi4GBVBFuQ6lLfee2Y/cCr3ubA2mpHR8YLgUAUsgCNcrUp7egZqE1dOv0ycUT5TCxFURAn8s9u6Q1ySSj9ah9ciAt1UE0CG6qUfmwJfyw3QvdCmlhM41j3VLk1PZs1W58bfHEWpTQ9iIpYCzQZyk6hzvfJCO1E49CcAFImIUjUZ46lacJ41q3oYjYilVLQ8ACbba0cZEiLF1xP1BKgeACkDBHFqY7NMLWbeiYvZpUdVix9bDHVmDRjlglJ92GKYVAcMeINN1ouhnKl6a1Qk7ljOIKXT5seUY3S5QAzy+ekLxeM2y5IiuVU8dDcBPkbk3nJK/x8/oXdz+rf6GPqIb9+Xn9/u6fa/c3p1CAI4RTm2FLlMIA21EsHFmIWDrpexc+U4dYt+ISoIRocdAtbJlS6g1KIRDchJCukcfV/buS16h7LAjJQWSRuiQCLIJMU4JhDGepWooguBEsRLsUJnrvVMQMH5a2blCCLJAVlf6VpxQCwU0AX9fIvg+TCPL0iK4+Eb4sfCyFDBkR2wFhYSHcypWBbWhCcMAqdOhIRUaiA+u41nJo8OxPtVqeUgYEd0ScoewG6xop639W25/Z1Bg98Wbx9BNt5T41sfsXVXZNapqUMCryxZ2+lhIEdwTEJ8uW7XDCqdTlySeAq3z4sqwZvgwuhX4c+YsowbXSdP8ihvnMQnBBfBaoUaThfVG5BhmrNFGiOjA8jkp4zxOI5Omnn45YauVpChmHxRk12eg4LOppB4I7AuwPW6ER4JtfpAnRz48YNr1O2BTg9dp9unf3Y/tzFBqNpr2fjz/6hIbFO5dPP6nRKMi5yHnI38OHjwbaNtqlMDmXjNZ0J3xppkAJ4rbg8mHLn+rTDXgeweA1IzDqVOFKqQkO1Xckz5ZWyLJwv9tCo5H3/1tE6YNf7LK4fd7+7dTpl6hw9tv9ovUH+P2/3aPf/OoPvM+G/e+njx2lH/3nAuUWj8fex4e//BWL7Uftf8s+fvx3Pxr4XO6ZH9Pev/6261y+++rLdCr/Uqztj0xtbzNJ91OBS7KOAbFFCdGizLIKXar2Buk2PC/Awk0t1lA5uLrVnUomouQXW0EEb2/3tzQIInB3djsCJ3zJVuXtW//bFvU4/ObXf+gS284+fhl7H4JYyH6x9faz96+/i72fp58+GrpMRWQKjB8Vmokg6YtJxhWiWoBaW/cohUBwJ4qa5Bs+9MGyLL0ftkzpVlezM6zpL8J3+9aHfZviImAilB/+y/8NWd6gj/4Yz73w8Uf/Hvi7COjP/uGDWG4BsbLlvP1i6z8Xs0fQwzj2TLjgstgs0oTIUCsqNzZnOWPWjowM2Rg9XKNK5RCNcCmMgNb6NlsreRoWpRPNexyMZpWLXwQ/SHhDHwa+3q71g4TJQyzf92/+nF586QV66S//g231SdNc2K9/YS832dcatY9BePJVuPUpFqqcy8kXnrPPJ5c73nUu9fp9+v3v7vU9l8aTmBauu+8gDMOYmCtJmvGf1+9XQ8VQW2uf1u7fOLn4bJWGJMZYu/U+wj+3QHBHQJOxpUgPHTjTFiXas2cQJChWqby7bhiq0rNou1R6fStsO0tRwd8sEgHrdSn04gWehuXkC/EMwpf+8gXbQo1CzrXf+SZxLsciBJcmPLxlS9OGocIDtobS11g0zw4zzbl0b8/SfRHTfOhKiq4v5tLnvxXgUhgBsQJUhE+sD+akR74XYbWs5mnLUuuWRRv8t7SycmE1apveXmbf/8Grkb2qRuU73325j3h1+OZfnYq0LEflFd6/vGDiIEG66N5mk5u916231YhVckdUY5fdAqs0AGLZPkP3q/1m/jWs1galFEVgJD6pPShklHWLBsthrMtAzUkOFHJYPHz8RHKtuq5VLMYPfrGXmGvA41T+RXrth98baBvx14b5YEdBhPbc0msDbfNP//hBaJocv9wulkoXJvbCdevtbt8VlbH1xMpsRFm7YtXmDLvHpXQCinwORhlrdx6A4CaABAiUImmaxxFdEdslFtsJ+m+HQ3Jwj3zVCExuFWH54J93bV9pEohl+51Xv0nD8NDOTPgwsXMRy/bM2W/ToHz4L7+ie2ZwkE1aFaXS+U2aIHb3cqXizGsmXXT3LE232R3SrreSFplRxrm4E0ky5vO546cpxcCHmwDiGqjVantaZStRkVkZ/k7GG51Fy1bIPm4Wwl7RucVnbQtQ8mjDRCYO4hJ4jd0UcZvuQYgLIolzEZdA4a+/FTv3tpdc7lkK8ygrNfnp0mXMWjYWCv2m2xGcEe+oK0NFyWRL/F9MTDE0KOVAcBPCFdElGeBZBlc2VDsSXbe0dY8DbNdHifxOA3ZKmAp3+4vQvfbDV9kyfXlgsfOyB8SaTILec5GgXVw3g4h+nt0Zr3wrP3CHia5zeCYqF1cn2qtrWDLUWtOUPeNaqePCdFt1JqUcuBRAbO4//uq6QfEHjpYcWy8rQNKuRPCeuGlVIogibGIFitAeG2Owy0NEt9+5nDz5nG2tJ4G4NP7HzZ+HLueA5WJYF+rD5s+1/U01nrnGILY+YOGC2LDYDmR+inUoYip/08Bhn4uIuLglwi3rrFiVVZoCZIZe9umacX26cdBab2fIWktjF94wkBYGYuEOWjMVzeBZItoXrabqfopPl63R0yKUNAISq7C0WmIRX4XYdgPBBbGwA2ZgYI4deyp02TQEznqRpr8IpU94zZib1ttCm3t2adbjFeMCLgUQi34BMxCMuDDCer9x4GyZPxKZJTdpXJ/rqnyXnF2DrIKkgRlGpu1W0lZrn4NApkXGXpaaqRz9a1AQNAOxGDRgBhwkcHjjv//P0OWWlT1dKv3EJJAKYLKAWLDYniMwMBI4jM56aC0TSA0QXNCXB0+exO1JBAKQVLNwrCKB1ADBBf1pQhRGISoVzTDUuUlOmw4OFwgu6AsHSuC7HQGZIihi5LCcm48LUgAEF0Qi+bfRI/eDfvTz4xoGwY+bEiC4IJKFxw2IQQK8+GJkD7eRZn8GswMEF/QB1m0S5L8ROeJYrlLZKRKYe9DxISVsb+9cIlJr7vQuVcsy1kuln/Ydk1cp5N4mgbgVoqYjct0KVQJzDSzcFMBiKzOxbvrm0ioahnWrUnkvMljz4NGTVUI6WGJEp4fRCrIV5h8I7pzDD3GeP8oBi3JK6cjh+LTT9RQkxCvfihxsjcV2YZXAXAPBnXsyxbAlUYNgP3r0KI+uvMniuRXCMAyN+z3nQHDnHMMwLoctsywdOqd4K0KowfD0mdGiiODZfAPBnWMqlXdXfX7bANRW6BJFlwkkjli4UdOnc/AM932OgeDOMWzdRvholRk2TbcbLMsTSBxxK/S3ct/PE5hLILhzitM0DffRWpa1EbbMUAqJ+GOkT/CMMpkWrNw5BYI7pxiGqoQvVSbbWtWgJfcfNYroyjte+gXPtNarsHLnEwjuHNLPd6s1VcMGvc7Ad3sofOe7L0cuz2SaiU3mCKYHCO4cEpWZIGidCXQnwLo9PMTCjbZyaRkZC/MHBHfOcHqVRVm3aivMujWUjnBDgKTpZ+UiY2H+gODOEW6vsrXwNZQZZt0iM+Hw6Wflkp2x8O4agbkBgjtHGEa2TJFjH+jtIOtWepUh73YyfP8Hr0Yu5+DnZQTQ5gcI7pzgjAYWNa6qMldWLpSDlrTIkN/zBA6dY8eO9svLzRlGE66eOQGCOwdEDFDTJizvVlwJCnm3E+U7r34zsvcZwbUwNygCM40M6WcYC7v9AmWrq+dLvb+LK8FSmVsE63bifPzRJ/TBL3Yj17EsWiqVLlQJzCywcGecTCZb6TNeQmigTCvZFmI7DcjMvlGz+wrSmQX+3NkGgjvDSAqY5GtGrSOuhKBA2cOvGpeRcztdvPbD7/VxLei8YbRuYaDy2QWCO6O4sziU+6x2tVR6fav3RxFb9jOUCUwV0uX3R3/Tb8Z0Ed0sRHdGgeDOIHGCZOJKsKzmgXUgttON5OX2yVoQCiy6CKLNIJhEcgZx820jkfESuHjXKpWd9m9Hjx3N7f2f38isAiaBoWA/6/bJF543KQH+3x/+WLz/xf1zQcvYtZBvNBpRm0saYJnATIEshRmE3QmSWVAkMBEMg8pvvnlhg0YgiTK0rOzpsG7aYDqBSwGAAbEsKo/iQ3VGc8MLM41AcGcQfuDvEJgww8+waxhJdDSRGTtg3c4aENzZ5DqBGUbt08joGwRmDgjuDCK9jdjKHcmHCEYlM/RLz7KsEV+YwRkoYPqB4M4oLLpliO5EqFuWLo3SnJfcaC67qzQc/LLNLJVKF+sEZg5kKcw4Tk5uVrLl+2XMTwyO6ksKU2iQyf/iePHF58889/xiZO+5YTHNj+jLh49Cl8uYE1rre2HLMxlttlqt60mJnTOjg+Jy0zECcIqPqfcwlsJsA8EFY4eFpRw1e4FSevOtt15fl+81rXNHvmrcpchxfQfnIQvt+zd/HrGGDF95/jQBMEbgUgCHQHOT/xdqFbJluebN37WoVN3S6iIliIjt7VsfRq4TNW08AEkBwQVjR5rg/XyWbAFfq1Tes90izx5dqFpaJyKAjUaT/tc/70a6EpwUq4NjTgCQNBBccEiIlavMiBVyhmHd6ojuX5TZn7pNIyBie/vWL6leux+5nmUla1EDEAYEFxwKjpWrS31WE9Hd9WY3eOboX6wOa+mKG+Fn//BBX7FlNkqln+4RAIcAgmbgUOkXQPNQSm21Whl7LN8Hj5+scUW9QjEQq/b3/3aPfv+7e9Rn8BdCoAwcNhBccOhsb+9sUeSElx0c4VVX//7v/7Yuk12Gzb82mNDaezadfFZ0jwWHBwQXTITBR8tSplJ678SJ4/vf+OZ/fCNjGLknLKwSDPv008/juA669gWxBZMAggsmgoy2JfOx9ZsiKHkgtmByQHDBRGGf7qbbE+0QgNiCyYIsBTBRSqULa272wrjHBrhqWY2zEFswSWDhgqlAxoRwpw5KYKxYP2LVymAzGIMATB4ILpgqpIuvmzZWpJEQoZUp4tGDDEwPEFwwlbgWr3SAkEkW446EVldKXW+19DYsWjCNQHDB1OPMHyZDUKqCYeg8i+oJbxmL6z1n2MSFKvyzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzNoLxsvdms49RY9z8j1DrZwibX/nz7x/PfndIsr1bq/IyCmjM0tvFNrS+5qsetAyRcrsWtf3b/5eb1Gm/pieqp9eVHUCYExAcEFsPPHMUjMvgumJpGFkTslypUVEHSHVjnjmaEbhB8Pk/4v42gKslTI9QRfx9gS7SVnz64tHTQIgBhBc0MWfao/yC9Qo2BaokTnDIsqiqQuzLqDjxhVo/qN6S1t3WJT3xHJ+QM/swWoGHhDcFOOKa1EZxjkWVhZV2zqFqCaMiC9/mFpbty0y9k4uPlslkEoguClD3AI548ElrfUqW615ApOgTsq4/sTKbMAdkS4guClCLNojqrFLsGKnB63Xn188sUkgFRgEUoNkCRCYKiy8/FIFBDdFvLD4zJ6hW2fZnbBNdpAHTIg6B9SqllZLJxdPlAmkBrgUUswntQcFtnqLShnnHH+uLhAYB5JKxgJr3dNkXM9Sc29xcRGZCykEggva1Gq1XJOykhKW0yy+GWWc4Z9zbvZCnkAUdUkLk/QwEVZy0sJMiCvwA8EFsZGgm9vpwc7J1XbnB8opI3PC6fQgHR7aqWWz7ptsd3qwOzoop6ODZbXuGY5LQP5M6fjwFD2uQ1RBHCC4YKyISMunCLX3myfY3vegwJHXe21YtNXa165gtvfpCqXvp/a/RTjlE+IJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA04Hy/6NSeT8vn6XST0wagGG3S4q3375Z0VrniazbKytvlGlAKpWba7xtvVR6fYsAmDMqlXdXDUOtyPeVlQtLBCaG0fUPo3lX/t55Z+cyxaRSuZb3tqtUdoo0AbSmIn8Utc6cogERsTUMfYUrZEWEmwCYO1Se/1d0/8AEMYJ+tCwqT0o8e5G38/b2TRHzZRoDhtGphGwlFwhMHdvbO7ekDhAAMwDX112ps0HLjLCNWIiuea6CyaJYBMVdoHM0BixLlfkYJn+t84tmg8A0UnTqAADTjbT4+aPgtioOkI3YNsduAhbda0ul0sU6TQhu6uf5YaNxUSr9dI8/ThOYSiqV97jyWgTAbJDNRy0NsXD1HfdLIZPJxPbnjomB/bJgnrDG0rIBYDxEt8QCLVxuWm+yS0GimhyIUmvsR73HEfxNGgG2lPnByRZcFwF/V2w1671S6UI1esvhmpKOD9o5VjZLe2++eeF69LpC1vRnWjgulWbe/7vzW2vZuQbNvy1U+2VnyLXzi2u51VJ5+yh8Ps1mdm+YrI7OfTTqrnXes/+499XZLpvNFptN2c65T0Hn1bkP0iII369rjebirNN7r8Oxy5AGwV/2g9yP6H0OV4YHz0VVvXLrdzz/8zJKnQnev78ey3llrsfZd+99YKrR5e08W946znUtrIY9l0lcd6eOdZ6RqOtxjhdctwevSypPEXSlhbGj167ZlqVLXBjXDWNh1xU89m9mzwZdtJOlkL3rbEdLQSfD+73EH2X+C7BWlMl+1Iv+GyMXKVkDrt820MIRfysfq+zsXwIqOs8vhy0OfG272+b7Hefg+euSPzWMz2NLXjzOfhvrmUy2ojUdCN7xOmWuOIH+37fffveKvLQomKr/H3FSdpx7Q+KQr/P6ixH3tmpZzYth7qCoMum9Ht8xQ8u4ex21Xiqd3zy4Tldd4XMLfwny+W1xmZ2LeuHy9fekNe4sc9lfCd5Gyt/aGCb1b5B75TsXuR/SOiwG7JLLJlsKE5Go4ymltlqtxvogbj4+l7J7Lnzfm4vD1GMRJi47KdOVg0uD7213eTcXWU/e4LLZ9F1X1V/nk7puvl4xGC95x43axq8dq6vnS519vFcwDIvrUlD5yfVmlvzl9/bbO9d4H4Xw+qrMlZXzp0ODZnKSIlDuP/lmt245b4PB4JsoBe3d5Cr/XXWDU9tOsEpzoVgc1bvZU5C67rxR2tSd9dt/B26iUuQ+9LZQ28fh39yH2j7OUNeglC7Iy8etpFX3/K+6wTY3q+PdA6LqE1s7ICciI3/OtdsU3b8CDU7OTWOTeysvEfe+Ku+Fwvciey1oQzkvd7uc3B++vpL8uecl51r2p8i5Amvfb76/y0H75N9XO9/1GxRIpuh+qUeJrbdOzyf1lL/pX1nqmQR6PQOBOvXsaqeeqUpQOUUhWTLkq78998ot++7gsiP89sunSHZ9UeuyjXy65110nqeDQene56WzrV22JhsUq1yuQ9VjYZh67AinGF+22Nr3tvs+xLm3YkXqLfe66nGv2zs/77opHtc715sNPSfHenUEkp/Tq53fbbF1y8821HrKT663uesvP76nXnmE1FdpDUcHzeyAUqVyc13yVOUgmcyCPKgliolbWcvuPzf4bVbuXm6/AUUUpDA2+d83ROjdB/xsj/XJb7cLW9FHtG8eP2jNsv+t5rO+cm4BlGkwRBD5xmdPd7scrvGbdOGWW+GkMm76r82zbJ1z73r7X+f7uufcVxG45ulhApNcCZd7rXKm7HvDF+Xa/RaplInvvHq33XLv+a5UcN5229uWH8Ztd59ynQGV2LZG5UvdOe61XO81ecn3fNzb1AeuK3KMNb91JhZC0LpuZLjs/nOb7+daz7HXHIuZVsQC5n3GdjEYhnFZrqvXAiLnXpXZJVNYWemqE3z/yHtZbfN1rPbsctNJGdJcJ5uy3lJn277Py5Zb3wpD1mMbyzLOdrcou+qxJ3xt+Fhl59k6aNmRfR92TCkj2VbOMaguOy9D2V7qnN+9EOu6vfMr8L0r9y7vRfbP61XJeeFdopD75DMSqj73HN8DLZqUYxG9zmV+sWezzU5d6pSfZ6l7rWLPoj1wTOqD2zS03+bOQxjfQnAqqyAHP3iTuGBMafa6/8xFvY3iwIV5Qx7U3gJ3Crht+Z2jwakHVDT3/Ml7Mxa6LZasZ7WG9GBreL9xpTuSpyHggi0F77vpe2BUoXsbp0xEQIK29V+TJ3QuntWQ683R9lkKe+4fOX46/zr2w1Xs2VciOIIgyAN9QGxt5HfqWOmxAsHOOXsWkL7Ru1zuVa8P0j2XnFvnV4P2y4K37n4t+i1V74VETlO7HHQ8abq7/7xEQ+DU4263Wk89zvnrseMPJfdFKW6Dg24Q17VXJfu6u8u9g3Kfoc6LzisnrpPetcS4brVCMfCleOaCcvjdl7RnAGx3lkgrzCvz7HrwvpueThXd+xObvoLbOYDT7HAshP4HcS7IOXFfYR5Abia1fZnxbmYYShm1sGV8U93MC5WnwfdcD3faa9/vTmDJ/T3nbRu0VbcoDBeJbzYpbN/mwfPobUL5K1kvhicivnJuykPqCVaxa23XUuAmF1uX6obzW69bIevbppWo4JL74LBFUg1rKTgusrYrpxCnSe7uqy3S8fLS1TnvXML3K4LnuUQythj4X0jdAtBLy/fiGzxPPqIe+0TYX4+tVfdLZNd3vrduq8UqBu7dLpvgGJBYrs4+4ly3zse5btfIMuW758/1w6119zdl+q/LE38x3sLulVMvPAOuNZDgZuOsJAeQfFxpapJtiWrJzz0b3QzO+k5E70XtnwvrjvMQy8082BSdckLONbPn5I/KNXU364VuK7EZeX+Sw24W2t9EQFy/WQDtF4D9UEvFc+rAzg03e6WnleC5EzL8UDzm+5EVV0nBX5ae79epyMmVrz9PV2urj6tC6qF9/Xx9TwX6EnvxuVIK4ndl33a11dLbwYHDjkUs8YSw3kbuueS7/915XtioucTbxjA+bGE0aYz48+Cjr8dZj9c/EbQ0vGw6eavxrzuegSIC7gUue59BL2joazF4SwrOuRhn4pWfytMAxLJwBces1+vewcICMr4T8t2UrBm9rr/iPzWUtTdtuM22qnx3AgqOwMpD2cnCsNk4vBeMynd/D/3LudZBbzrOlvtZ7PjfRPAcd4InzNRuXjrWm3s8T6SvU6L4H77uQFo0fisuHH5I1zrNU4lmS/CG7K7GEnzssZR93+00onzEn9kT/PNfR8xt+z5XCaB9Ahp1TvZyDm4NUgb2/vO+/ce8biPm82K71rpe+ILjM/aOu1AN3rZv+dX9wbC4xLJwPcT0ZrEoeAEZGeSm2WxuEwhE/NNOCo5edh7SHd9S22q42i8AkCx2HqF7bo2zgwu9WOJZ2cYT0y2vySnuBG8tcStwK6jILh4R2S2/KyO8gifBeLr/io9SgkHi33P9rEU3lWiNgznLvtZe+37GC/J24dv2YPri5FD7bp3Z4yDQGEYaU77rPhgnGQW3VXbVtXJXJMgpv3m+cieOEXw8cYNy/KpMCRPbwvWQNz65gRFJI8lk2qk+Pfh9l80CRZPr7H8yQzyOiZyTmyfBHElRU1vyJ+klks/qRuIPEf/bePBAnesH9YJHtsXAldf11WZ8lqsTEFRKL7sWoGddVJMv36bZ+W70aR0Zg7S6upAWnhgcEo2WrBJqp/bZrb01dx2fz1f1q/M9+K+jNeC244NfHKb7dUzn5HenNcdwjHYA2Q7Ku8GyovygdSYg59ix0Pk5PUVjYGDBFdzMArtisaBcCV6rWW0fxIgeFq7z0IYHGmYRtn7svFDHYrlQfuut8yX5k8yPUXs+DYe/TKxlGgpddbZX53rdCd4a3W6FbEHWld+jgyLD4QYIXZELy/916NRDZY4i/HJMJwPBCZzwM+B/OD0BOUMD4L+OTMYYJpNmTLTjL7lxjCDYfd3qDUoYX10ULnUyWoJf/l7KohgLNAaGElw3jaSdzhWyjv9CV8Iii35/yjgeyMniOOAzGeuyVFa5B5Mcga238kWdS3gmih0ttt0KXCndiK46UG5e1NrJYPCGvRyPO8GXBROapuNGw90HOql6pm2h4Puw7zuXjc65hKdQOr787vvvXYeTfhmeCTRsp4fhaJd333S6Yev2uK/bnyLGf284v4XWgS1v3ahxwYPKLw5DCa4gFlq/4QzZEpZEcfvhdHrWdN/MTldMoTs9wzlGJ73J87vIhcqNONxKNzRu/jLZPlxvoHbpQs1/NRk3U3p0HaYIHyyTgzm1ktgtvf/cHmlduKJtWz0sNKvOr353gkdzy/3Szi0dzqrsuKY6gcf3Cm6yvHeszU4KkGTQHLwmJ3He3p90YNmimISVkdszsijf+TloX7/bcqk656Ku9NZVr/5Kh56DvTd7r8N/jY6gudvWDmuwfLfHafslIl1YA3rW2RkZw09C0P+6pS4Oe93+MiE3Rzosxc1dt92L0Ck/f15yVPnZuPW1k74m94S3sS3mgYJmASdX5hstzZ9i8PKLJj8cS07PDfF1aRmYt+4Gb+RE3ZPVd/ghCDPhq+7+pVDtPFu+EeKPkfyeMk0xfJ7S68RrJplOFLZ93fJXkEHPuaIuy306jEDJwTKxg3kBZUL1VovuUOB12eNVFN1/7gUnw180fb19Rmi9NK67aWbkZgeYvLe8pHdxZb/u9Ez00ha93lJB1ySBn8CeUqG4KWdeGa3K9bBvz3QGqm8PVr/R6x4Sl5vbDbUgD600Y53zFsTF5K0p6WWdwOXB61AVPuaVzkun2d42rGzGgbjAWDRyYuE6xkNzObjOiGhmTBqQONfNbhv727DX7a+zB1PBetdtcjA0K26iolN+zbDyC0pxlJev3fJzjCvZzt5GrrHaY+GGj1MQcXLiWtgLS8kREeGIuEQ33bET7MqfJ/dN44wx0CqGRwvFIlNeoMYr3Gq3laLt81aqtU8hcGWph6dxBF939DbttepEoX375aHbkyAL+/zOSlc/GXBGBl2R7pXOIEGOtclVqUyxCD4exbwmIV6ZSHfjsER3aWY6+48SUqcThHcew7kTOu4r73q9wZS60+mc9RpLTvM07JoaZwexsp371A6QybGK0uwlJ4BUlfIL6RklAwt55bvXOW/n3J3AaXDQ1HcdG93X4XStJbvrunQxPzg4UDgqRp2JrldiXEmddccmqXfOy6bqBIKD7m88TQkvv1Guu+s8fMeProtu+S255eeu6y8/uu6W3+rBbb2Wv7++2uMx2PVV0SHjmOCSa/u4PtiIR8NtNylcazzX22+9F9+4B9VJTfA3K/d2kMlKx3FNnabl4Pt0th1mu+ksm3FPHJv0dbudGIoBY2LEPJ/Byy/oHh264KYBdyg7z/2xFJWR4FUEcnJy1wgAkCju6F/SS5Z6B6A6bIYOmoFw/NkA/l5mfrxAALWHgMsO2VQCAETBYusZMtVJ5/mPFDQD4Yjv+WAQx+v3LsEzLxAwWCAHABCf8FHBJgNcCmNGUlzclDYJtLjRXDvosOcElRpbMzZYDwAzQ6Vyc006xHCgq/7WWxcuEgAAAAAAAAAAAAAAAAAAAABgsvx/XhlMGAO8XDUAAAAASUVORK5CYII=",alt:"logo",style:{maxWidth:200}}))))}var JUe=It(function(e,t,n){var r,a,s,l,c,d,f,h,p,g,w,y=t.novuTheme,k=t.common,M=t.colorScheme,W=n("tabLabel"),z=n("tabIcon");return{tabsList:{gap:"30px",padding:"15px",paddingBottom:0,borderBottom:"1px solid ".concat(M==="dark"?Re.B20:Re.B98)},tab:(r={display:"block",cursor:"pointer",borderBottom:"none",marginBottom:"0",padding:"0px",height:"36px"},r[".mantine-Badge-root"]={background:"transparent",border:"1px solid ".concat(Re.B60),color:Re.B60},r["&:hover"]=(a={background:"none"},a["& .".concat(z)]={color:(l=y.header)===null||l===void 0?void 0:l.fontColor},a["& .".concat(W)]={color:(c=y.header)===null||c===void 0?void 0:c.fontColor},a),r["&[data-active]"]=(s={width:"auto"},s[".mantine-Badge-root"]={background:(d=y.header)===null||d===void 0?void 0:d.badgeColor,border:"none",color:(f=y.header)===null||f===void 0?void 0:f.badgeTextColor},s["& .".concat(W)]={color:(h=y.header)===null||h===void 0?void 0:h.fontColor,"&::after":{content:'""',display:"block",height:"2px",background:((p=y==null?void 0:y.header)===null||p===void 0?void 0:p.tabBorderColor)||((g=y.header)===null||g===void 0?void 0:g.badgeColor),borderRadius:"10px"}},s["& .".concat(z)]={color:"red",background:(w=y.header)===null||w===void 0?void 0:w.badgeColor,WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"},s),r),tabLabel:{ref:W,fontFamily:k.fontFamily,fontSize:"14px",fontWeight:700,color:Re.B60,textAlign:"left"},tabIcon:{ref:z,display:"block",fontSize:"26px",fontWeight:700,marginBottom:"5px",color:Re.B60,textAlign:"left"}}});function QUe(e){var t=e.children,n=e.onTabChange,r=e.value,a=oa(),s=a.theme,l=a.common,c=a.colorScheme,d=JUe({novuTheme:s,common:l,colorScheme:c}).classes,f=Lt(fr(["tabs.tabsList","tabs.tab","tabs.tabLabel","tabs.tabIcon"]),4),h=f[0],p=f[1],g=f[2],w=f[3],y={tabsList:Wt(d.tabsList,Ue(h)),tab:Wt(d.tab,Ue(p)),tabLabel:Wt(d.tabLabel,Ue(g)),tabIcon:Wt(d.tabIcon,Ue(w))};return A.createElement(tl,{onTabChange:n,defaultValue:r,keepMounted:!1,variant:"default",classNames:y},t)}function $Ue(){var e=Yc(),t=e.tabs,n=e.onTabClick,r=ss(),a=r.storeId,s=r.setStore,l=r.markAllNotificationsAsSeen,c=Pr().setFetchingStrategy;return T.exports.useLayoutEffect(function(){c({fetchNotifications:!0})},[c]),A.createElement(A.Fragment,null,t!=null&&t.length?A.createElement(QUe,{value:a,onTabChange:function(d){return Tf(this,void 0,void 0,function(){return zf(this,function(f){return l(),s(d),[2]})})}},A.createElement(tl.List,null,t.map(function(d,f){return A.createElement(tl.Tab,{onClick:function(){n(d)},key:f,"data-test-id":"tab-".concat(d.storeId),value:d.storeId},A.createElement(ZUe,null,d.name,A.createElement(eGe,{storeId:d.storeId})))})),t.map(function(d,f){return A.createElement(tl.Panel,{value:d.storeId,key:f},A.createElement(lS,null))})):A.createElement(lS,null))}var uS,mu,ZUe=pn.div(uS||(uS=ft([` - margin-bottom: 13px; - min-height: 22px; - line-height: 19px; -`],[` - margin-bottom: 13px; - min-height: 22px; - line-height: 19px; -`])));function eGe(e){var t,n=e.storeId,r=ss().stores,a=T.exports.useMemo(function(){var c,d=((c=r==null?void 0:r.find(function(f){return f.storeId===n}))===null||c===void 0?void 0:c.query)||{};return Object.assign({},d,{seen:!1})},[r]),s=EXe({query:a}).data,l=a.seen?0:(t=s==null?void 0:s.count)!==null&&t!==void 0?t:0;return A.createElement(Aj,{unseenCount:l})}function tGe(){var e=Yc().header,t=Pr().isSessionInitialized,n=oa().theme,r=Lt(fr(["layout.root"]),1)[0],a=Lt(T.exports.useState(mu.NOTIFICATIONS),2),s=a[0],l=a[1];return A.createElement("div",{className:Wt("nc-layout-wrapper",nGe(n),Ue(r)),"data-test-id":"layout-wrapper"},s===mu.SETTINGS&&A.createElement(A.Fragment,null,e?e({setScreen:l}):A.createElement(qXe,{onBackClick:function(){return l(mu.NOTIFICATIONS)}}),A.createElement(mS,null,A.createElement(gUe,null))),s===mu.NOTIFICATIONS&&A.createElement(A.Fragment,null,e?e({setScreen:l}):A.createElement(DXe,{onCogClick:function(){return l(mu.SETTINGS)}}),A.createElement(mS,null,t?A.createElement(rGe,{"data-test-id":"main-wrapper"},A.createElement($Ue,null)):A.createElement(bv,null))),A.createElement(KXe,null))}(function(e){e.NOTIFICATIONS="notifications",e.SETTINGS="settings"})(mu||(mu={}));var cS,dS,fS,hS,mS=pn.div(cS||(cS=ft([` - overflow: auto; - min-height: 400px; -`],[` - overflow: auto; - min-height: 400px; -`]))),nGe=function(e){return Ue(dS||(dS=ft([` - padding: 15px 0; - height: auto; - border-radius: 7px; - box-shadow: `,`; - background: `,`; -`],[` - padding: 15px 0; - height: auto; - border-radius: 7px; - box-shadow: `,`; - background: `,`; -`])),e.layout.boxShadow,e.layout.background)},rGe=pn.div(fS||(fS=ft([""],[""])));function aGe(){var e,t,n,r,a=oa(),s=a.theme,l=a.common,c=kj().data,d=(t=(e=c==null?void 0:c.branding)===null||e===void 0?void 0:e.color)!==null&&t!==void 0?t:s.loaderColor,f=l.fontFamily||((n=c==null?void 0:c.branding)===null||n===void 0?void 0:n.fontFamily),h=((r=c==null?void 0:c.branding)===null||r===void 0?void 0:r.direction)==="rtl"?"rtl":"ltr",p={fontFamily:f,dir:h};return A.createElement(aC,{theme:p},A.createElement("div",{className:iGe(d,f,h)},A.createElement(tGe,null)))}pn.div(hS||(hS=ft([` - text-align: center; - margin: 10px 0; - font-size: 10px; - color: #b1b1b1; -`],[` - text-align: center; - margin: 10px 0; - font-size: 10px; - color: #b1b1b1; -`])));var pS,iGe=function(e,t,n){return Ue(pS||(pS=ft([` - margin: 0; - font-family: `,`, Helvetica, sans-serif; - color: #333737; - direction: `,`; - width: 420px; - z-index: 999; - - ::-moz-selection { - background: `,`; - } - - *::selection { - background: `,`; - } -`],[` - margin: 0; - font-family: `,`, Helvetica, sans-serif; - color: #333737; - direction: `,`; - width: 420px; - z-index: 999; - - ::-moz-selection { - background: `,`; - } - - *::selection { - background: `,`; - } -`])),t,n,e,e)};function oGe(e){var t=a0({colorScheme:e.colorScheme,theme:e.theme}),n=t.theme,r=t.common;return A.createElement(bj.Provider,{value:{colorScheme:e.colorScheme,theme:qe({},n),common:qe({},r)}},e.children)}function Cj(e){var t=e.onUnseenCountChanged,n=e.onUrlChange,r=e.onNotificationClick,a=e.onActionClick,s=e.header,l=e.footer,c=e.emptyState,d=e.listItem,f=e.actionsResultBlock,h=e.tabs,p=e.showUserPreferences,g=e.allowedNotificationActions,w=e.onTabClick,y=e.colorScheme,k=e.theme,M=Pr().applicationIdentifier,W=ss().unseenCount,z=T.exports.useRef(t);return z.current=t,T.exports.useEffect(function(){z.current&&z.current(W)},[W,window.parentIFrame,z]),A.createElement(r0.Provider,{value:{onUrlChange:n,onNotificationClick:r,onActionClick:a,isLoading:!M,header:s,footer:l,emptyState:c,listItem:d,actionsResultBlock:f,tabs:h,showUserPreferences:p==null||p,allowedNotificationActions:g==null||g,onTabClick:w||function(){}}},A.createElement(oGe,{colorScheme:y,theme:k},A.createElement(aGe,null)))}var sGe=[{storeId:"default_store"}];function lGe(e){var t,n=e.children,r=e.stores,a=r===void 0?sGe:r,s=a[0],l=Lt(T.exports.useState(function(){var je;return(je=s.query)!==null&&je!==void 0?je:{}}),2),c=l[0],d=l[1],f=Lt(T.exports.useState((t=s.storeId)!==null&&t!==void 0?t:"default_store"),2),h=f[0],p=f[1],g=T.exports.useCallback(function(je){var G,oe=((G=a==null?void 0:a.find(function(Ie){return Ie.storeId===je}))===null||G===void 0?void 0:G.query)||{};p(je),d(oe)},[a,p,d]),w=CXe({query:c}),y=w.data,k=w.hasNextPage,M=w.isLoading,W=w.isFetching,z=w.isFetchingNextPage,N=w.fetchNextPage,B=w.refetch,H=xXe().data,U=jXe().markNotificationsAs,$=OXe().removeNotification,Q=T.exports.useCallback(function(je){return U({messageId:je,seen:!0,read:!0})},[U]),de=T.exports.useCallback(function(je){return U({messageId:je,seen:!0,read:!1})},[U]),me=T.exports.useCallback(function(je){return $({messageId:je})},[$]),Se=T.exports.useCallback(function(je){return U({messageId:je,seen:!0,read:!1})},[U]),Pe=T.exports.useCallback(function(){if(y){var je=y.pages.reduce(function(G,oe){var Ie=oe.data.filter(function(Oe){return!Oe.read}).map(function(Oe){return Oe._id});return Xa(Xa([],Lt(G),!1),Lt(Ie),!1)},[]);je.length>0&&U({messageId:je,seen:!0,read:!0})}},[U,y]),Te=T.exports.useCallback(function(){if(y){var je=y.pages.reduce(function(G,oe){var Ie=oe.data.filter(function(Oe){return!Oe.seen&&!Oe.read}).map(function(Oe){return Oe._id});return Xa(Xa([],Lt(G),!1),Lt(Ie),!1)},[]);je.length>0&&U({messageId:je,seen:!0,read:!1})}},[U,y]),$e=T.exports.useMemo(function(){return y==null?void 0:y.pages.reduce(function(je,G){return Xa(Xa([],Lt(je),!1),Lt(G.data),!1)},[])},[y]),Ge=T.exports.useMemo(function(){var je;return{storeId:h,stores:a,unseenCount:(je=H==null?void 0:H.count)!==null&&je!==void 0?je:0,notifications:$e,hasNextPage:k,isLoading:M,isFetching:W,isFetchingNextPage:z,setStore:g,fetchNextPage:N,refetch:B,markNotificationAsSeen:Se,markNotificationAsRead:Q,markNotificationAsUnRead:de,markAllNotificationsAsRead:Pe,markAllNotificationsAsSeen:Te,removeMessage:me}},[h,a,H==null?void 0:H.count,$e,k,M,W,z,g,N,B,Se,Q,de,Pe,Te,me]);return A.createElement(vj.Provider,{value:Ge},n)}var yw="widget_user_auth_token",ww=typeof window<"u",kw=function(e){ww&&localStorage.removeItem(yw),e.disposeAuthorizationToken()},gS=function(e){var t=e.token,n=t===void 0?ww?localStorage.getItem(yw):null:t,r=e.apiService;n?(ww&&localStorage.setItem(yw,n),r.setAuthorizationToken(n)):kw(r)},vS=new Hq({defaultOptions:{queries:{refetchOnMount:!1,refetchOnWindowFocus:!1}}}),bS={fetchUnseenCount:!0,fetchOrganization:!0,fetchNotifications:!1,fetchUserPreferences:!1};function Ej(e){var t=e.backendUrl,n=e.socketUrl,r=e.applicationIdentifier,a=e.subscriberId,s=e.subscriberHash,l=e.stores,c=e.i18n,d=e.styles,f=e.initialFetchingStrategy,h=f===void 0?bS:f,p=e.children,g=e.onLoad,w=t!=null?t:"https://api.novu.co",y=n!=null?n:"https://ws.novu.co",k=l!=null?l:[{storeId:"default_store"}],M=Lt(T.exports.useState(qe(qe({},bS),h)),2),W=M[0],z=M[1],N=Lt(T.exports.useState(!1),2),B=N[0],H=N[1],U=T.exports.useMemo(function(){vS.clear();var Ge=new TBe(w);return gS({apiService:Ge}),Ge},[w]),$=function(Ge){var je=Ge.socketUrl,G=T.exports.useRef(null),oe=T.exports.useCallback(function(){G.current&&(G.current.disconnect(),G.current=null)},[G]),Ie=T.exports.useCallback(function(Oe){var fe=Oe.token;G.current&&oe(),fe&&(G.current=ip(je,{reconnectionDelayMax:1e4,transports:["websocket"],auth:{token:"".concat(fe)}}),G.current.on("connect_error",function(xe){console.error(xe.message)}))},[G,oe]);return{socket:G.current,initializeSocket:Ie,disconnectSocket:oe}}({socketUrl:y}),Q=$.socket,de=$.initializeSocket,me=$.disconnectSocket,Se=T.exports.useCallback(function(Ge){gS({apiService:U,token:Ge.token}),de(Ge),H(!0)},[U,H,de]),Pe=T.exports.useCallback(function(Ge){return z(function(je){return qe(qe({},je),Ge)})},[z]),Te=T.exports.useCallback(function(){kw(U),me(),H(!1)},[kw,me,U]),$e=T.exports.useMemo(function(){return{backendUrl:w,socketUrl:y,applicationIdentifier:r,subscriberId:a,subscriberHash:s,isSessionInitialized:B,apiService:U,socket:Q,fetchingStrategy:W,setFetchingStrategy:Pe,onLoad:g,logout:Te}},[w,y,r,a,s,B,U,Q,W,Pe,g,Te]);return T.exports.useEffect(function(){return me},[me]),A.createElement(Gq,{client:vS},A.createElement(pj.Provider,{value:$e},A.createElement(uGe,{onSuccess:Se},A.createElement(lGe,{stores:k},A.createElement(PXe,{i18n:c},A.createElement(TXe,{styles:d},p))))))}var uGe=function(e){var t=e.children,n=e.onSuccess,r=Pr().onLoad;return function(a){var s=a.onSuccess,l=Pr(),c=l.apiService,d=l.applicationIdentifier,f=l.subscriberId,h=l.subscriberHash;ah(Xa(Xa([],Lt(wXe),!1),[d,f,h],!1),function(){return c.initializeSession(d,f,h)},{enabled:!!d&&!!f,cacheTime:1/0,staleTime:1/0,onSuccess:s,onError:function(p){console.error("Failed to initialize the session",p.message)}})}({onSuccess:n}),kj({onSuccess:function(a){r==null||r({organization:a})}}),T.exports.useEffect(function(){"parentIFrame"in window&&window.parentIFrame.autoResize(!0)},[]),t},cGe={color:Re.B60,width:30,height:30};function dGe(e){var t=ss().unseenCount,n=i0({bellColors:{unseenBadgeColor:e==null?void 0:e.unseenBadgeColor,unseenBadgeBackgroundColor:e==null?void 0:e.unseenBadgeBackgroundColor},colorScheme:e==null?void 0:e.colorScheme}).bellColors,r=Lt(fr(["bellButton.root","bellButton.dot"]),2),a=r[0],s=r[1];return A.createElement(lv,{variant:"transparent",className:Wt("nc-bell-button",Ue(a)),"data-test-id":"notification-bell"},A.createElement(Mj,qe({},cGe)),t>0?A.createElement(hGe,{bellColors:n,className:Wt("nc-bell-button-dot",Ue(s))}):null)}function fGe(e){var t=e.bellColors,n=Ka(e,["bellColors"]);return A.createElement(Pj,qe({},n,{colors:t}))}var yS,hGe=pn(fGe)(yS||(yS=ft([` - position: absolute; - top: -3%; - right: 10%; - width: 12px; - height: 12px; -`],[` - position: absolute; - top: -3%; - right: 10%; - width: 12px; - height: 12px; -`])));function mGe(e){var t,n=e.children,r=e.bell,a=e.theme,s=e.offset,l=s===void 0?0:s,c=e.position,d=c===void 0?"bottom-end":c,f=Lt(T.exports.useState(!1),2),h=f[0],p=f[1],g=gGe((t=a.popover)===null||t===void 0?void 0:t.arrowColor),w=g.cx,y=g.classes,k=Lt(fr(["popover.arrow","popover.dropdown"]),2),M=k[0],W=k[1],z={arrow:w(y.arrow,Ue(M)),dropdown:w(y.dropdown,Ue(W))},N=ss().markAllNotificationsAsSeen;return A.createElement(Vo,{opened:h,onClose:function(){p(!1),N()},position:d,withArrow:!0,classNames:z,offset:l},A.createElement(Vo.Target,null,A.createElement(pGe,{onClick:function(){h&&N(),p(!h)}}," ",r({}))),A.createElement(Vo.Dropdown,null," ",n))}var wS,pGe=pn.span(wS||(wS=ft([""],[""]))),gGe=It(function(e,t){return{dropdown:{padding:"0px",backgroundColor:"transparent",border:"none"},arrow:{background:t,backgroundColor:t,borderColor:t}}});function vGe(e){var t=e.children,n=Ka(e,["children"]),r=a0({colorScheme:n.colorScheme,theme:n.theme}).theme,a=ss().unseenCount;return A.createElement(mGe,{theme:r,bell:function(s){return t(qe(qe({},s),{unseenCount:a,theme:r}))},position:n.position,offset:n.offset},A.createElement(Cj,{onNotificationClick:n.onNotificationClick,onUrlChange:n.onUrlChange,header:n.header,footer:n.footer,colorScheme:n.colorScheme,theme:n.theme,emptyState:n.emptyState,onActionClick:n.onActionClick,actionsResultBlock:n.actionsResultBlock,listItem:n.listItem,tabs:n.tabs,showUserPreferences:n.showUserPreferences,allowedNotificationActions:n.allowedNotificationActions,onTabClick:n.onTabClick,onUnseenCountChanged:n.onUnseenCountChanged}))}var Cg=Symbol.for("r2wc.reactRender"),kS=Symbol.for("r2wc.shouldRender"),Lm=Symbol.for("r2wc.root"),bGe=typeof window>"u";function xw(e){return Array.isArray(e)&&e.length===1?e[0]:e}function Wj(e){if(e.nodeType===Node.TEXT_NODE)return e.textContent.toString();var t=Array.from(e.childNodes).map(function(n){var r,a;if(n.nodeType===Node.TEXT_NODE)return n.textContent.toString();var s=n.nodeName.split("").every(function(p){return p.toUpperCase()===p})?n.nodeName.toLowerCase():n.nodeName,l=xw(Wj(n)),c={};try{for(var d=O_(n.attributes),f=d.next();!f.done;f=d.next()){var h=f.value;c[h.name]=h.value}}catch(p){r={error:p}}finally{try{f&&!f.done&&(a=d.return)&&a.call(d)}finally{if(r)throw r.error}}return A.createElement(s,c,l)});return xw(t)}var fy=null,Pw=function(e){fy&&clearTimeout(fy),fy=setTimeout(e,0)},yGe=function(e,t,n){Object.defineProperty(e,t,{enumerable:!0,get:function(){return n},set:function(r){var a=this;n=r,Pw(function(){return a[Cg]()})}}),Pw(function(){return e[Cg]()})};function jj(e,t){if(t===void 0&&(t={}),!bGe){var n={},r={},a={};t.props||(t.props=e.propTypes?Object.keys(e.propTypes):[]);var s=Array.isArray(t.props)?t.props.slice():Object.keys(t.props),l=Array.isArray(t.props);s.forEach(function(g){var w;n[g]=l?String:t.props[g],r[g]=((w=g)===void 0&&(w=""),w.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()),a[r[g]]=g});var c={isConnected:"isConnected"in HTMLElement.prototype},d=!1,f=function(){for(var g=[],w=0;wtypeof r.value=="string"),s=kn(()=>({stopColor:a.value?r.value:r.value.stopColor,offsetStopColor:a.value?r.value:r.value.stopColorOffset}));return(l,c)=>(mt(),Jt("button",{class:ao(["nc-bell-button",e.bellButtonClass])},[(mt(),Jt("svg",{width:"30",height:"30",viewBox:"0 0 30 30",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:tr(Re).B60},WGe,8,SGe)),e.unseenCount&&e.unseenCount>0?(mt(),Jt("svg",{key:0,class:ao(["nc-bell-button-dot",e.gradientDotClass]),xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},[Et("rect",{x:"1.5",y:"1.5",width:"13",height:"13",rx:"6.5",fill:"url(#paint0_linear_1722_2699)",stroke:tr(n).unseenBadgeBackgroundColor,"stroke-width":"3"},null,8,jGe),Et("defs",null,[Et("linearGradient",OGe,[Et("stop",{"stop-color":tr(s).stopColor},null,8,TGe),Et("stop",{offset:"1","stop-color":tr(s).offsetStopColor},null,8,zGe)])])],2)):Qo("",!0)],2))}});function xS(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function PS(e,t,n){var r=[],a=Vf(e,r,n);return r.length<2?n:a+t(r)}var _Ge=function(e){var t=nv(e);t.sheet.speedy=function(l){this.isSpeedy=l},t.compat=!0;var n=function(){for(var l=arguments.length,c=new Array(l),d=0;d{const{theme:r,common:a}=a0({colorScheme:n,theme:t}),{bellColors:s}=i0({colorScheme:n,bellColors:{}});return{popoverArrowClass:Hm(bc({styles:e,path:"popover.arrow",theme:r,common:a,colorScheme:n})),popoverDropdownClass:Hm(bc({styles:e,path:"popover.dropdown",theme:r,common:a,colorScheme:n})),bellButtonClass:Hm(bc({styles:e,path:"bellButton.root",theme:r,common:a,colorScheme:n})),gradientDotClass:Hm(bc({styles:e,path:"bellButton.dot",theme:r,common:a,colorScheme:n})),bellColors:s}},LGe=["backendUrl","socketUrl","subscriberId","applicationIdentifier","subscriberHash","stores","tabs","showUserPreferences","allowedNotificationActions","theme","styles","colorScheme","i18n","sessionLoaded","notificationClicked","unseenCountChanged","actionClicked","tabClicked"],HGe=wi({__name:"NotificationCenterComponent",props:{backendUrl:null,socketUrl:null,subscriberId:null,applicationIdentifier:null,subscriberHash:null,stores:null,tabs:null,showUserPreferences:null,allowedNotificationActions:null,popover:null,theme:null,styles:null,colorScheme:{default:"dark"},i18n:null,sessionLoaded:null,notificationClicked:null,unseenCountChanged:null,actionClicked:null,tabClicked:null},setup(e){const t=e,n=iT(),r=ta(),a=ta(void 0),s=ta(!!n.default),l=kn(()=>{const{popoverArrowClass:d,popoverDropdownClass:f,bellButtonClass:h,gradientDotClass:p,bellColors:g}=DGe({theme:t.theme,styles:t.styles,colorScheme:t.colorScheme});return{popoverArrowClass:d,popoverDropdownClass:f,bellButtonClass:h,gradientDotClass:p,bellColors:g}}),c=d=>{const f=["v-popper__arrow-outer","v-popper__arrow-inner"];r.value.$refs.popper.$_arrowNode.childNodes.forEach((h,p)=>{h.className="",h.classList.add(f[p],d)})};return Hw(()=>{c(l.value.popoverArrowClass),document.addEventListener("novu:unseen_count_changed",d=>{a.value=d.detail})}),nf(l,d=>{c(d.popoverArrowClass)}),(d,f)=>{var h,p;const g=Tt("VDropdown");return mt(),ra(g,{theme:e.colorScheme,popperClass:tr(l).popoverDropdownClass,placement:(h=e.popover)==null?void 0:h.position,distance:(p=e.popover)==null?void 0:p.offset,triggers:["click","touch"],"eager-mount":"",ref_key:"popper",ref:r},{popper:Ur(()=>[Et("notification-center-content-component",{backendUrl:e.backendUrl,socketUrl:e.socketUrl,subscriberId:e.subscriberId,applicationIdentifier:e.applicationIdentifier,subscriberHash:e.subscriberHash,stores:e.stores,tabs:e.tabs,showUserPreferences:e.showUserPreferences,allowedNotificationActions:e.allowedNotificationActions,theme:e.theme,styles:e.styles,colorScheme:e.colorScheme,i18n:e.i18n,sessionLoaded:e.sessionLoaded,notificationClicked:e.notificationClicked,unseenCountChanged:e.unseenCountChanged,actionClicked:e.actionClicked,tabClicked:e.tabClicked},null,8,LGe)]),default:Ur(()=>[s.value?wu(d.$slots,"default",Uw({key:0},a.value,{unseenCount:a.value})):(mt(),ra(NGe,{key:1,bellButtonClass:tr(l).bellButtonClass,gradientDotClass:tr(l).gradientDotClass,unseenCount:a.value,colors:tr(l).bellColors},null,8,["bellButtonClass","gradientDotClass","unseenCount","colors"]))]),_:3},8,["theme","popperClass","placement","distance"])}}}),FGe=24*60*60*1e3,BGe={install(e){customElements.define("notification-center-content-component",AGe),e.use(h8,{disposeTimeout:FGe,themes:{dark:{$extend:"dropdown",distance:10},light:{$extend:"dropdown",distance:10}}}),e.component("NotificationCenterComponent",HGe)}};const XGe={data(){return{loadingImg:"https://cdn.auth0.com/blog/hello-auth0/loader.svg"}}},UGe={class:"loader"},GGe=["src"];function YGe(e,t,n,r,a,s){return mt(),Jt("div",UGe,[Et("img",{src:a.loadingImg,alt:"Loading..."},null,8,GGe)])}var KGe=An(XGe,[["render",YGe]]);const qGe={components:{PageLoader:KGe},data(){return{isLoading:this.$auth0.isLoading}}},VGe={key:0,class:"page-layout"};function JGe(e,t,n,r,a,s){const l=Tt("PageLoader"),c=Tt("router-view");return a.isLoading?(mt(),Jt("div",VGe,[ht(l)])):(mt(),ra(c,{key:1}))}var QGe=An(qGe,[["render",JGe]]);const $Ge=k3(QGe);$Ge.use(YN).use(ZT({domain:{}.VITE_AUTH0_DOMAIN,clientId:{}.VITE_AUTH0_CLIENT_ID,authorizationParams:{redirect_uri:{}.VITE_AUTH0_CALLBACK_URL}})).use(BGe).component("svg-icon",tz).mount("#root");export{z3 as P,An as _,Et as a,ht as b,ra as c,Bf as d,Jt as e,mt as o,Tt as r,Ff as t,Ur as w}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/message.service.bdab0167.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/message.service.bdab0167.js deleted file mode 100644 index 134f147..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/message.service.bdab0167.js +++ /dev/null @@ -1 +0,0 @@ -import{c as n}from"./external-api.service.2c850b48.js";const o={}.VITE_API_SERVER_URL,s=async()=>{const t={url:`${o}/api/messages/protected`,method:"GET",headers:{"content-type":"application/json"}},{data:a,error:e}=await n({config:t});return{data:a||null,error:e}},c=async()=>{const t={url:`${o}/api/messages/admin`,method:"GET",headers:{"content-type":"application/json"}},{data:a,error:e}=await n({config:t});return{data:a||null,error:e}};export{c as a,s as g}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/not-found-page.75d76015.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/not-found-page.75d76015.js deleted file mode 100644 index aef9c94..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/not-found-page.75d76015.js +++ /dev/null @@ -1 +0,0 @@ -import{_ as e,P as a,c as n,w as s,r as c,o as r,a as t}from"./index.cdcc7ed0.js";const _={components:{PageLayout:a}},l=t("div",{class:"content-layout"},[t("h1",{id:"page-title",class:"content__title"},"Not Found")],-1);function p(u,d,i,f,m,g){const o=c("PageLayout");return r(),n(o,null,{default:s(()=>[l]),_:1})}var h=e(_,[["render",p]]);export{h as default}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/profile-page.de46576a.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/profile-page.de46576a.js deleted file mode 100644 index e89dcc9..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/profile-page.de46576a.js +++ /dev/null @@ -1 +0,0 @@ -import{C as u}from"./code-snippet.10c1b5d2.js";import{_ as p,P as f,c as h,w as m,r as i,o as g,a as e,t as r,b as y,d as c}from"./index.cdcc7ed0.js";import{c as S}from"./external-api.service.2c850b48.js";const v={}.VITE_API_SERVER_URL,P=async t=>{const s={url:`${v}/api/send-notification`,method:"POST",data:{uuid:t.sub,email:t.email,firstName:t.name}},{data:o,error:n}=await S({config:s});return{data:o||null,error:n}},N={components:{PageLayout:f,CodeSnippet:u},data(){return{user:this.$auth0.user,message:""}},computed:{code(){return JSON.stringify(this.user,null,2)}},async mounted(){const t="sent-novu-notification";if(localStorage.getItem(t))return;const{data:s,error:o}=await P(this.user);s&&localStorage.setItem(t,JSON.stringify(s.finish)),o&&(this.message=JSON.stringify(o,null,2))}},x={class:"content-layout"},C=e("h1",{id:"page-title",class:"content__title"},"Profile Page",-1),I={class:"content__body"},k=e("p",{id:"page-description"},[e("span",null,[c("You can use the "),e("strong",null,"ID Token"),c(" to get the profile information of an authenticated user.")]),e("span",null,[e("strong",null,"Only authenticated users can access this page.")])],-1),O={class:"profile-grid"},T={class:"profile__header"},V=["src"],w={class:"profile__headline"},D={class:"profile__title"},E={class:"profile__description"},L={class:"profile__details"};function b(t,s,o,n,a,l){const _=i("CodeSnippet"),d=i("PageLayout");return g(),h(d,null,{default:m(()=>[e("div",x,[C,e("div",I,[k,e("div",O,[e("div",T,[e("img",{src:a.user.picture,alt:"Profile",class:"profile__avatar"},null,8,V),e("div",w,[e("h2",D,r(a.user.name),1),e("span",E,r(a.user.email),1)])]),e("div",L,[y(_,{title:"Decoded ID Token",code:l.code},null,8,["code"])])])])])]),_:1})}var A=p(N,[["render",b]]);export{A as default}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/protected-page.2a348bfe.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/protected-page.2a348bfe.js deleted file mode 100644 index f6f3fc0..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/protected-page.2a348bfe.js +++ /dev/null @@ -1 +0,0 @@ -import{C as i}from"./code-snippet.10c1b5d2.js";import{_ as d,P as p,c as l,w as _,r as o,o as u,a as e,b as g,d as a}from"./index.cdcc7ed0.js";import{g as m}from"./message.service.bdab0167.js";import"./external-api.service.2c850b48.js";const f={components:{PageLayout:p,CodeSnippet:i},data(){return{message:""}},async mounted(){const{data:t,error:s}=await m();t&&(this.message=JSON.stringify(t,null,2)),s&&(this.message=JSON.stringify(s,null,2))}},h={class:"content-layout"},P=e("h1",{id:"page-title",class:"content__title"},"Protected Page",-1),y={class:"content__body"},x=e("p",{id:"page-description"},[e("span",null,[a("This page retrieves a "),e("strong",null,"protected message"),a(" from an external API.")]),e("span",null,[e("strong",null,"Only authenticated users can access this page.")])],-1);function C(t,s,v,N,n,S){const c=o("CodeSnippet"),r=o("PageLayout");return u(),l(r,null,{default:_(()=>[e("div",h,[P,e("div",y,[x,g(c,{title:"Protected Message",code:n.message},null,8,["code"])])])]),_:1})}var V=d(f,[["render",C]]);export{V as default}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/public-page.1ace8c55.js b/vue-nextjs-trigger-inapp-notifications/client/dist/assets/public-page.1ace8c55.js deleted file mode 100644 index b8a08ff..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/assets/public-page.1ace8c55.js +++ /dev/null @@ -1 +0,0 @@ -import{C as l}from"./code-snippet.10c1b5d2.js";import{o as t,e as r,a as e,_ as d,P as p,c as f,w as u,r as o,b as h}from"./index.cdcc7ed0.js";var _={prefix:"fas",iconName:"bell",icon:[448,512,[128276,61602],"f0f3","M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"]},g={prefix:"fas",iconName:"mug-saucer",icon:[640,512,["coffee"],"f0f4","M96 64c0-17.7 14.3-32 32-32H448h64c70.7 0 128 57.3 128 128s-57.3 128-128 128H480c0 53-43 96-96 96H192c-53 0-96-43-96-96V64zM480 224h32c35.3 0 64-28.7 64-64s-28.7-64-64-64H480V224zM32 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]},m=g;const b={xmlns:"http://www.w3.org/2000/svg",width:"28",height:"30",fill:"none"},x=e("path",{fill:"#000",d:"M22.37 25.816c-.017-.04-1.736-4.178-.941-7.144l1.472-5.493A8.125 8.125 0 0 0 7.205 8.973l-1.472 5.494c-.795 2.965-4.352 5.69-4.388 5.716a.406.406 0 0 0 .14.716l20.406 5.468a.405.405 0 0 0 .48-.55ZM8.762 23.69a2.84 2.84 0 0 0 5.43 1.455l-5.43-1.456Z"},null,-1),v=[x];function C(s,c){return t(),r("svg",b,v)}var w={render:C};const B={components:{PageLayout:p,CodeSnippet:l,BellIcon:w},data(){return{applicationIdentifier:"N5jDxZak49LJ",subscriberId:"on-boarding-subscriber-id-123",message:"This is a public page. No need to secure it.",popover:"bottom-start",faCoffee:m,faBell:_,styles:{bellButton:{dot:{"> rect":{fill:"green"},left:"15%"},root:{backgroundColor:"black",color:"white",fill:"white",borderRadius:"50%","> svg":{minWidth:"45px",height:"45px"},width:"50px",height:"50px"},svg:{height:"290px"}}}}},methods:{sessionLoaded(){console.log("Session loaded!")}}},H={class:"content-layout"},M=e("h1",{id:"page-title",class:"content__title"},"Public Page",-1);function P(s,c,V,k,a,N){const n=o("CodeSnippet"),i=o("PageLayout");return t(),f(i,null,{default:u(()=>[e("div",H,[M,h(n,{title:"Public Message",code:a.message},null,8,["code"])])]),_:1})}var z=d(B,[["render",P]]);export{z as default}; diff --git a/vue-nextjs-trigger-inapp-notifications/client/dist/index.html b/vue-nextjs-trigger-inapp-notifications/client/dist/index.html deleted file mode 100644 index 504d9de..0000000 --- a/vue-nextjs-trigger-inapp-notifications/client/dist/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - Novu Sample App - - - - -
- - - diff --git a/vue-nextjs-trigger-inapp-notifications/server-next/.DS_Store b/vue-nextjs-trigger-inapp-notifications/server-next/.DS_Store deleted file mode 100644 index 5f3959f47ee02e3b87451886bc09f27fe9bc1549..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKL2uJA6n^fyE@2Gyz$7>zMdCV@Zm=Q5C6w;Kfy;v60H`EQDcQ2PYSI-{Rq7pn z1Al=te}wAVj<$!So8#U$^9cr^umLGKmW)kpEY^ihCn?K&u6J~U_ZIy|g>Myr5T;7S$X z{lP}s8$A_e-xPG8T1V|+!dx+grla07alXNYMolMS zE+4{-EX)l>sL|2Cr@~428f|VBunH_Iu%?SmKK~CdzyB|jY{@EM75J|d5cO`*?O;mg zY^_X=&sq=Z0}>m@Ei@_$GIJa&hmYbrNXpRWu>m3mESKp_(1VnR4@=mjHsC{=3Xw6!o^lsM!NMe-Rw zhAUsf@4%bgjRZKoMhNXlvu}21#_N6Z?s$nvbVl(OQJsi9C}U*>%^YDrYe|;uNEImb zGy0TKe3Yv5C@n?10mp!2;H@#hd$&pvg>+6A^lbmC2p&Eb_Mw}PT40r;qw(-6N_F&o zbd@Hf6b z2~%@cR$}Xz4)NV|={s