diff --git a/dashboard_backup/.browserslistrc b/dashboard_backup/.browserslistrc deleted file mode 100644 index 81d8c1b..0000000 --- a/dashboard_backup/.browserslistrc +++ /dev/null @@ -1,2 +0,0 @@ -defaults -not IE 11 diff --git a/dashboard_backup/.eslintrc.js b/dashboard_backup/.eslintrc.js deleted file mode 100644 index cbe52e2..0000000 --- a/dashboard_backup/.eslintrc.js +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - root: true, - env: { - node: true - }, - extends: ['plugin:vue/essential', 'eslint:recommended', '@vue/prettier'], - parserOptions: { - parser: 'babel-eslint' - }, - rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' - } -}; diff --git a/dashboard_backup/.gitignore b/dashboard_backup/.gitignore deleted file mode 100644 index 0ffe3b1..0000000 --- a/dashboard_backup/.gitignore +++ /dev/null @@ -1,22 +0,0 @@ -.DS_Store -node_modules -/dist -/coverage - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? diff --git a/dashboard_backup/.prettierrc.json b/dashboard_backup/.prettierrc.json deleted file mode 100644 index b7695f8..0000000 --- a/dashboard_backup/.prettierrc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "singleQuote": true, - "useTabs": true -} diff --git a/dashboard_backup/README.md b/dashboard_backup/README.md deleted file mode 100644 index 8713190..0000000 --- a/dashboard_backup/README.md +++ /dev/null @@ -1,64 +0,0 @@ -# Dashboard - -Dashboard is a VueJS application that is the face of 今果 Jingrow. This is what the end users (tenants) see and manage their FC stuff in. The tenants does not have access to the desk, so, this is their dashboard for managing sites, apps, updates etc. - -Technologies at the heart of dashboard: - -1. [VueJS 3](https://vuejs.org/): The JavaScript framework of our choice. - -2. [TailwindCSS 3](https://tailwindcss.com/): We love it. - -3. [ViteJS](https://vitejs.dev/guide/): Build tooling for dev server and build command. - -4. [Feather Icons](https://feathericons.com/): Those Shiny & Crisp Open Source icons. - -## Development - -We use the vite's development server, gives us super-fast hot reload and more. - -### Running the development server - -Run: - -```bash -yarn run dev -``` - -> Note: If you are getting `CSRFTokenError` in your local development machine, please add the following key value pair in your site_cofig.json -> -> ```json -> "ignore_csrf": 1 -> ``` - -### Proxy - -While running the vite dev server, the requests to paths like `/app`, `/files` and `/api` are redirected to the actual site inside the bench. This makes sure these paths and other backend API keep working properly. You can check the [proxyOptions.js](./proxyOptions.js) files to check how the proxying happens. These options are then loaded and used in the [vite config](./vite.config.js) file. - -## Testing - -There is a separate setup for testing the frontend. - -### The Stack - -1. [MSW](https://mswjs.io/) - -2. [Vitest](https://vitest.dev/) - -### Running the tests - -```bash -yarn run test -``` - -The tests run in CI too. - -## Learning More - -You can start by taking a look at the [main.js](./src/main.js) file. This is where the VueJS app is initialzed and the below things are attached (registered) to the instance: - -1. Vue Router -2. Plugins -3. Controllers -4. Global Components - -The logic to register each of the above is in its own separate file, you can take a look at the imports as required. Till we have a more docs, you have to dig into some `js` and `vue` files. If you find something that you can add here, feel free to raise a PR! diff --git a/dashboard_backup/babel.config.js b/dashboard_backup/babel.config.js deleted file mode 100644 index 7d5adcf..0000000 --- a/dashboard_backup/babel.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - presets: ['@babel/preset-env'] -}; diff --git a/dashboard_backup/components.d.ts b/dashboard_backup/components.d.ts deleted file mode 100644 index 4f46de2..0000000 --- a/dashboard_backup/components.d.ts +++ /dev/null @@ -1,278 +0,0 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-vue-components -// Read more: https://github.com/vuejs/core/pull/3399 -export {} - -declare module 'vue' { - export interface GlobalComponents { - Alert: typeof import('./src/components/global/Alert.vue')['default'] - AlertBenchUpdate: typeof import('./src/components/AlertBenchUpdate.vue')['default'] - AlertBillingInformation: typeof import('./src/components/AlertBillingInformation.vue')['default'] - AlertSiteActivation: typeof import('./src/components/AlertSiteActivation.vue')['default'] - AlertSiteUpdate: typeof import('./src/components/AlertSiteUpdate.vue')['default'] - AlertUpdate: typeof import('./src/components/AlertUpdate.vue')['default'] - AlignCenter: typeof import('jingrow-ui/src/components/TextEditor/icons/align-center.vue')['default'] - AlignJustify: typeof import('jingrow-ui/src/components/TextEditor/icons/align-justify.vue')['default'] - AlignLeft: typeof import('jingrow-ui/src/components/TextEditor/icons/align-left.vue')['default'] - AlignRight: typeof import('jingrow-ui/src/components/TextEditor/icons/align-right.vue')['default'] - Amex: typeof import('./src/components/icons/cards/Amex.vue')['default'] - AppPlanCard: typeof import('./src/components/AppPlanCard.vue')['default'] - AppsIcon: typeof import('./src/components/icons/AppsIcon.vue')['default'] - AppSourceSelector: typeof import('./src/components/AppSourceSelector.vue')['default'] - AppSubscriptionSummary: typeof import('./src/components/AppSubscriptionSummary.vue')['default'] - AppUpdateCard: typeof import('./src/components/AppUpdateCard.vue')['default'] - ArrowGoBackLine: typeof import('jingrow-ui/src/components/TextEditor/icons/arrow-go-back-line.vue')['default'] - ArrowGoForwardLine: typeof import('jingrow-ui/src/components/TextEditor/icons/arrow-go-forward-line.vue')['default'] - Autocomplete: typeof import('jingrow-ui/src/components/Autocomplete.vue')['default'] - 'Autocomplete.story': typeof import('jingrow-ui/src/components/Autocomplete.story.vue')['default'] - Avatar: typeof import('jingrow-ui/src/components/Avatar.vue')['default'] - 'Avatar.story': typeof import('jingrow-ui/src/components/Avatar.story.vue')['default'] - AvatarUploader: typeof import('./src/components/AvatarUploader.vue')['default'] - BackupFilesUploader: typeof import('./src/components/BackupFilesUploader.vue')['default'] - Badge: typeof import('./src/components/global/Badge.vue')['default'] - 'Badge.story': typeof import('jingrow-ui/src/components/Badge.story.vue')['default'] - BarChart: typeof import('./src/components/charts/BarChart.vue')['default'] - BenchAppUpdates: typeof import('./src/components/BenchAppUpdates.vue')['default'] - BenchIcon: typeof import('./src/components/icons/BenchIcon.vue')['default'] - BenchSiteUpdates: typeof import('./src/components/BenchSiteUpdates.vue')['default'] - BillingIcon: typeof import('./src/components/icons/BillingIcon.vue')['default'] - BillingInformationDialog: typeof import('./src/components/BillingInformationDialog.vue')['default'] - Bold: typeof import('jingrow-ui/src/components/TextEditor/icons/bold.vue')['default'] - Breadcrumbs: typeof import('./src/components/global/Breadcrumbs.vue')['default'] - 'Breadcrumbs.story': typeof import('jingrow-ui/src/components/Breadcrumbs.story.vue')['default'] - Button: typeof import('jingrow-ui/src/components/Button/Button.vue')['default'] - 'Button.story': typeof import('jingrow-ui/src/components/Button/Button.story.vue')['default'] - BuyPrepaidCredits: typeof import('./src/components/BuyPrepaidCredits.vue')['default'] - Calendar: typeof import('jingrow-ui/src/components/Calendar/Calendar.vue')['default'] - 'Calendar.story': typeof import('jingrow-ui/src/components/Calendar.story.vue')['default'] - CalendarDaily: typeof import('jingrow-ui/src/components/Calendar/CalendarDaily.vue')['default'] - CalendarEvent: typeof import('jingrow-ui/src/components/Calendar/CalendarEvent.vue')['default'] - CalendarMonthly: typeof import('jingrow-ui/src/components/Calendar/CalendarMonthly.vue')['default'] - CalendarTimeMarker: typeof import('jingrow-ui/src/components/Calendar/CalendarTimeMarker.vue')['default'] - CalendarWeekly: typeof import('jingrow-ui/src/components/Calendar/CalendarWeekly.vue')['default'] - Card: typeof import('./src/components/global/Card.vue')['default'] - CardDetails: typeof import('./src/components/CardDetails.vue')['default'] - CardWithDetails: typeof import('./src/components/CardWithDetails.vue')['default'] - ChangeAppBranchDialog: typeof import('./src/components/ChangeAppBranchDialog.vue')['default'] - ChangeAppPlanSelector: typeof import('./src/components/ChangeAppPlanSelector.vue')['default'] - ChangePaymentModeDialog: typeof import('./src/components/ChangePaymentModeDialog.vue')['default'] - Checkbox: typeof import('jingrow-ui/src/components/Checkbox.vue')['default'] - 'Checkbox.story': typeof import('jingrow-ui/src/components/Checkbox.story.vue')['default'] - CheckCircleIcon: typeof import('./src/components/icons/CheckCircleIcon.vue')['default'] - CircularCheckIcon: typeof import('./src/components/global/CircularCheckIcon.vue')['default'] - CircularProgressBar: typeof import('jingrow-ui/src/components/CircularProgressBar.vue')['default'] - 'CircularProgressBar.story': typeof import('jingrow-ui/src/components/CircularProgressBar.story.vue')['default'] - ClickToCopyField: typeof import('./src/components/ClickToCopyField.vue')['default'] - CodeView: typeof import('jingrow-ui/src/components/TextEditor/icons/code-view.vue')['default'] - CommandPalette: typeof import('./src/components/CommandPalette.vue')['default'] - CommandPaletteItem: typeof import('jingrow-ui/src/components/CommandPalette/CommandPaletteItem.vue')['default'] - CommitChooser: typeof import('./src/components/utils/CommitChooser.vue')['default'] - CommitTag: typeof import('./src/components/utils/CommitTag.vue')['default'] - ConfigEditor: typeof import('./src/components/ConfigEditor.vue')['default'] - ConfirmDialog: typeof import('jingrow-ui/src/components/ConfirmDialog.vue')['default'] - ConfirmDialogs: typeof import('./src/components/ConfirmDialogs.vue')['default'] - CreateAppVersionDialog: typeof import('./src/components/marketplace/CreateAppVersionDialog.vue')['default'] - DatePicker: typeof import('jingrow-ui/src/components/DatePicker/DatePicker.vue')['default'] - 'DatePicker.story': typeof import('jingrow-ui/src/components/DatePicker/DatePicker.story.vue')['default'] - DateRangePicker: typeof import('jingrow-ui/src/components/DatePicker/DateRangePicker.vue')['default'] - DateTimePicker: typeof import('jingrow-ui/src/components/DatePicker/DateTimePicker.vue')['default'] - DescriptionList: typeof import('./src/components/DescriptionList.vue')['default'] - Dialog: typeof import('jingrow-ui/src/components/Dialog.vue')['default'] - 'Dialog.story': typeof import('jingrow-ui/src/components/Dialog.story.vue')['default'] - Dialogs: typeof import('jingrow-ui/src/components/Dialogs.vue')['default'] - Divider: typeof import('jingrow-ui/src/components/Divider.vue')['default'] - DoubleQuotesR: typeof import('jingrow-ui/src/components/TextEditor/icons/double-quotes-r.vue')['default'] - Dropdown: typeof import('jingrow-ui/src/components/Dropdown.vue')['default'] - 'Dropdown.story': typeof import('jingrow-ui/src/components/Dropdown.story.vue')['default'] - ErrorMessage: typeof import('jingrow-ui/src/components/ErrorMessage.vue')['default'] - 'ErrorMessage.story': typeof import('jingrow-ui/src/components/ErrorMessage.story.vue')['default'] - EventModalContent: typeof import('jingrow-ui/src/components/Calendar/EventModalContent.vue')['default'] - FeatherIcon: typeof import('jingrow-ui/src/components/FeatherIcon.vue')['default'] - FeatureList: typeof import('./src/components/FeatureList.vue')['default'] - FileUploader: typeof import('./src/components/FileUploader.vue')['default'] - 'FileUploader.story': typeof import('jingrow-ui/src/components/FileUploader.story.vue')['default'] - FilterIcon: typeof import('jingrow-ui/src/components/ListFilter/FilterIcon.vue')['default'] - FloatingPopover: typeof import('jingrow-ui/src/components/Calendar/FloatingPopover.vue')['default'] - FontColor: typeof import('jingrow-ui/src/components/TextEditor/FontColor.vue')['default'] - Form: typeof import('./src/components/Form.vue')['default'] - FormatClear: typeof import('jingrow-ui/src/components/TextEditor/icons/format-clear.vue')['default'] - FormatDate: typeof import('./src/components/global/FormatDate.vue')['default'] - FormControl: typeof import('jingrow-ui/src/components/FormControl.vue')['default'] - 'FormControl.story': typeof import('jingrow-ui/src/components/FormControl.story.vue')['default'] - FrappeCloudLogo: typeof import('./src/components/FrappeCloudLogo.vue')['default'] - Generic: typeof import('./src/components/icons/cards/Generic.vue')['default'] - GoogleIcon: typeof import('./src/components/icons/GoogleIcon.vue')['default'] - GoogleIconSolid: typeof import('./src/components/icons/GoogleIconSolid.vue')['default'] - GrayCheckIcon: typeof import('./src/components/global/GrayCheckIcon.vue')['default'] - GreenCheckIcon: typeof import('jingrow-ui/src/components/GreenCheckIcon.vue')['default'] - H1: typeof import('jingrow-ui/src/components/TextEditor/icons/h-1.vue')['default'] - H2: typeof import('jingrow-ui/src/components/TextEditor/icons/h-2.vue')['default'] - H3: typeof import('jingrow-ui/src/components/TextEditor/icons/h-3.vue')['default'] - H4: typeof import('jingrow-ui/src/components/TextEditor/icons/h-4.vue')['default'] - H5: typeof import('jingrow-ui/src/components/TextEditor/icons/h-5.vue')['default'] - H6: typeof import('jingrow-ui/src/components/TextEditor/icons/h-6.vue')['default'] - ILucideAlertCircle: typeof import('~icons/lucide/alert-circle')['default'] - ILucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default'] - ILucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default'] - ILucideBadgeCheck: typeof import('~icons/lucide/badge-check')['default'] - ILucideCheck: typeof import('~icons/lucide/check')['default'] - ILucideChevronDown: typeof import('~icons/lucide/chevron-down')['default'] - ILucideChevronRight: typeof import('~icons/lucide/chevron-right')['default'] - ILucideClock: typeof import('~icons/lucide/clock')['default'] - ILucideCopy: typeof import('~icons/lucide/copy')['default'] - ILucideExternalLink: typeof import('~icons/lucide/external-link')['default'] - ILucideFileText: typeof import('~icons/lucide/file-text')['default'] - ILucideFilter: typeof import('~icons/lucide/filter')['default'] - ILucideFlaskConical: typeof import('~icons/lucide/flask-conical')['default'] - ILucideGithub: typeof import('~icons/lucide/github')['default'] - ILucideGlobe: typeof import('~icons/lucide/globe')['default'] - ILucideHelpCircle: typeof import('~icons/lucide/help-circle')['default'] - ILucideInfo: typeof import('~icons/lucide/info')['default'] - ILucideMenu: typeof import('~icons/lucide/menu')['default'] - ILucideMoreHorizontal: typeof import('~icons/lucide/more-horizontal')['default'] - ILucidePlus: typeof import('~icons/lucide/plus')['default'] - ILucideRefreshCcw: typeof import('~icons/lucide/refresh-ccw')['default'] - ILucideSearch: typeof import('~icons/lucide/search')['default'] - ILucideSparkle: typeof import('~icons/lucide/sparkle')['default'] - ILucideX: typeof import('~icons/lucide/x')['default'] - ImageAddLine: typeof import('jingrow-ui/src/components/TextEditor/icons/image-add-line.vue')['default'] - ImpersonateTeam: typeof import('./src/components/ImpersonateTeam.vue')['default'] - Input: typeof import('jingrow-ui/src/components/Input.vue')['default'] - InsertImage: typeof import('jingrow-ui/src/components/TextEditor/InsertImage.vue')['default'] - InsertLink: typeof import('jingrow-ui/src/components/TextEditor/InsertLink.vue')['default'] - InsertVideo: typeof import('jingrow-ui/src/components/TextEditor/InsertVideo.vue')['default'] - InvoiceUsageCard: typeof import('./src/components/InvoiceUsageCard.vue')['default'] - InvoiceUsageTable: typeof import('./src/components/InvoiceUsageTable.vue')['default'] - Italic: typeof import('jingrow-ui/src/components/TextEditor/icons/italic.vue')['default'] - JCB: typeof import('./src/components/icons/cards/JCB.vue')['default'] - JcloudLogo: typeof import('./src/components/icons/JcloudLogo.vue')['default'] - JingrowLogo: typeof import('./src/components/icons/JingrowLogo.vue')['default'] - JLogo: typeof import('./src/components/icons/JLogo.vue')['default'] - LightningIcon: typeof import('jingrow-ui/src/components/Billing/LightningIcon.vue')['default'] - LineChart: typeof import('./src/components/charts/LineChart.vue')['default'] - Link: typeof import('./src/components/Link.vue')['default'] - ListEmptyState: typeof import('jingrow-ui/src/components/ListView/ListEmptyState.vue')['default'] - ListFilter: typeof import('jingrow-ui/src/components/ListFilter/ListFilter.vue')['default'] - ListFooter: typeof import('jingrow-ui/src/components/ListView/ListFooter.vue')['default'] - ListGroupHeader: typeof import('jingrow-ui/src/components/ListView/ListGroupHeader.vue')['default'] - ListGroupRows: typeof import('jingrow-ui/src/components/ListView/ListGroupRows.vue')['default'] - ListGroups: typeof import('jingrow-ui/src/components/ListView/ListGroups.vue')['default'] - ListHeader: typeof import('jingrow-ui/src/components/ListView/ListHeader.vue')['default'] - ListHeaderItem: typeof import('jingrow-ui/src/components/ListView/ListHeaderItem.vue')['default'] - ListItem: typeof import('./src/components/global/ListItem.vue')['default'] - ListOrdered: typeof import('jingrow-ui/src/components/TextEditor/icons/list-ordered.vue')['default'] - ListRow: typeof import('jingrow-ui/src/components/ListView/ListRow.vue')['default'] - ListRowItem: typeof import('jingrow-ui/src/components/ListView/ListRowItem.vue')['default'] - ListRows: typeof import('jingrow-ui/src/components/ListView/ListRows.vue')['default'] - ListSelectBanner: typeof import('jingrow-ui/src/components/ListView/ListSelectBanner.vue')['default'] - ListUnordered: typeof import('jingrow-ui/src/components/TextEditor/icons/list-unordered.vue')['default'] - ListView: typeof import('jingrow-ui/src/components/ListView/ListView.vue')['default'] - 'ListView.story': typeof import('jingrow-ui/src/components/ListView/ListView.story.vue')['default'] - LoadingIndicator: typeof import('jingrow-ui/src/components/LoadingIndicator.vue')['default'] - LoadingText: typeof import('jingrow-ui/src/components/LoadingText.vue')['default'] - MarketplaceAppCard: typeof import('./src/components/MarketplaceAppCard.vue')['default'] - MarketplaceAppDescriptions: typeof import('./src/components/MarketplaceAppDescriptions.vue')['default'] - MarketplaceAppLinks: typeof import('./src/components/MarketplaceAppLinks.vue')['default'] - MarketplaceAppProfile: typeof import('./src/components/MarketplaceAppProfile.vue')['default'] - MarketplaceAppReleaseList: typeof import('./src/components/MarketplaceAppReleaseList.vue')['default'] - MarketplaceAppReviewStages: typeof import('./src/components/marketplace/MarketplaceAppReviewStages.vue')['default'] - MarketplaceAppScreenshots: typeof import('./src/components/MarketplaceAppScreenshots.vue')['default'] - MasterCard: typeof import('./src/components/icons/cards/MasterCard.vue')['default'] - MentionList: typeof import('jingrow-ui/src/components/TextEditor/MentionList.vue')['default'] - Menu: typeof import('jingrow-ui/src/components/TextEditor/Menu.vue')['default'] - Modal: typeof import('./src/components/Modal.vue')['default'] - Navbar: typeof import('./src/components/Navbar.vue')['default'] - NestedPopover: typeof import('jingrow-ui/src/components/ListFilter/NestedPopover.vue')['default'] - NewAppRepositories: typeof import('./src/components/NewAppRepositories.vue')['default'] - NewEventModal: typeof import('jingrow-ui/src/components/Calendar/NewEventModal.vue')['default'] - Notification: typeof import('./src/components/Notification.vue')['default'] - NotificationToasts: typeof import('./src/components/NotificationToasts.vue')['default'] - OldDropdown: typeof import('./src/components/global/OldDropdown.vue')['default'] - PageHeader: typeof import('./src/components/PageHeader.vue')['default'] - PlanIcon: typeof import('./src/components/PlanIcon.vue')['default'] - Popover: typeof import('./src/components/Popover.vue')['default'] - 'Popover.story': typeof import('jingrow-ui/src/components/Popover.story.vue')['default'] - PrepaidCreditsDialog: typeof import('./src/components/PrepaidCreditsDialog.vue')['default'] - PrinterIcon: typeof import('./src/components/PrinterIcon.vue')['default'] - Progress: typeof import('jingrow-ui/src/components/Progress.vue')['default'] - 'Progress.story': typeof import('jingrow-ui/src/components/Progress.story.vue')['default'] - ProgressArc: typeof import('./src/components/ProgressArc.vue')['default'] - PublisherPayoutInfoCard: typeof import('./src/components/marketplace/PublisherPayoutInfoCard.vue')['default'] - PublisherProfileCard: typeof import('./src/components/marketplace/PublisherProfileCard.vue')['default'] - Rating: typeof import('jingrow-ui/src/components/Rating/Rating.vue')['default'] - 'Rating.story': typeof import('jingrow-ui/src/components/Rating/Rating.story.vue')['default'] - Report: typeof import('./src/components/Report.vue')['default'] - Resource: typeof import('jingrow-ui/src/components/Resource.vue')['default'] - RichSelect: typeof import('./src/components/RichSelect.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] - SearchComplete: typeof import('jingrow-ui/src/components/ListFilter/SearchComplete.vue')['default'] - Section: typeof import('./src/components/global/Section.vue')['default'] - SectionCard: typeof import('./src/components/global/SectionCard.vue')['default'] - SectionHeader: typeof import('./src/components/global/SectionHeader.vue')['default'] - SecurityIcon: typeof import('./src/components/icons/SecurityIcon.vue')['default'] - Select: typeof import('./src/components/global/Select.vue')['default'] - 'Select.story': typeof import('jingrow-ui/src/components/Select.story.vue')['default'] - SelectableCard: typeof import('./src/components/SelectableCard.vue')['default'] - SelectAppFromGithub: typeof import('./src/components/SelectAppFromGithub.vue')['default'] - Separator: typeof import('jingrow-ui/src/components/TextEditor/icons/separator.vue')['default'] - ServerIcon: typeof import('./src/components/icons/ServerIcon.vue')['default'] - ServerPlansTable: typeof import('./src/components/ServerPlansTable.vue')['default'] - SettingsIcon: typeof import('./src/components/icons/SettingsIcon.vue')['default'] - ShowMoreCalendarEvent: typeof import('jingrow-ui/src/components/Calendar/ShowMoreCalendarEvent.vue')['default'] - Sidebar: typeof import('./src/components/Sidebar.vue')['default'] - SiteAppUpdateCard: typeof import('./src/components/SiteAppUpdateCard.vue')['default'] - SiteAppUpdates: typeof import('./src/components/SiteAppUpdates.vue')['default'] - SiteIcon: typeof import('./src/components/icons/SiteIcon.vue')['default'] - SitePlansTable: typeof import('./src/components/SitePlansTable.vue')['default'] - SiteRestoreSelector: typeof import('./src/components/SiteRestoreSelector.vue')['default'] - SiteUpdateCard: typeof import('./src/components/SiteUpdateCard.vue')['default'] - SpacesIcon: typeof import('./src/components/icons/SpacesIcon.vue')['default'] - Spinner: typeof import('./src/components/global/Spinner.vue')['default'] - 'Spinner.story': typeof import('jingrow-ui/src/components/Spinner.story.vue')['default'] - StarRatingInput: typeof import('./src/components/StarRatingInput.vue')['default'] - Steps: typeof import('./src/components/Steps.vue')['default'] - Strikethrough: typeof import('jingrow-ui/src/components/TextEditor/icons/strikethrough.vue')['default'] - StripeCard: typeof import('./src/components/StripeCard.vue')['default'] - StripeLogo: typeof import('./src/components/StripeLogo.vue')['default'] - SuccessCard: typeof import('./src/components/global/SuccessCard.vue')['default'] - Switch: typeof import('jingrow-ui/src/components/Switch.vue')['default'] - 'Switch.story': typeof import('jingrow-ui/src/components/Switch.story.vue')['default'] - SwitchTeamDialog: typeof import('./src/components/SwitchTeamDialog.vue')['default'] - TabButtons: typeof import('jingrow-ui/src/components/TabButtons.vue')['default'] - 'TabButtons.story': typeof import('jingrow-ui/src/components/TabButtons.story.vue')['default'] - Table: typeof import('./src/components/Table/Table.vue')['default'] - Table2: typeof import('jingrow-ui/src/components/TextEditor/icons/table-2.vue')['default'] - TableCell: typeof import('./src/components/Table/TableCell.vue')['default'] - TableHeader: typeof import('./src/components/Table/TableHeader.vue')['default'] - TableRow: typeof import('./src/components/Table/TableRow.vue')['default'] - TabList: typeof import('jingrow-ui/src/components/Tabs/TabList.vue')['default'] - TabPanel: typeof import('jingrow-ui/src/components/Tabs/TabPanel.vue')['default'] - Tabs: typeof import('./src/components/Tabs.vue')['default'] - 'Tabs.story': typeof import('jingrow-ui/src/components/Tabs/Tabs.story.vue')['default'] - Tags: typeof import('./src/components/Tags.vue')['default'] - Text: typeof import('jingrow-ui/src/components/TextEditor/icons/text.vue')['default'] - Textarea: typeof import('jingrow-ui/src/components/Textarea.vue')['default'] - 'Textarea.story': typeof import('jingrow-ui/src/components/Textarea.story.vue')['default'] - TextEditor: typeof import('jingrow-ui/src/components/TextEditor/TextEditor.vue')['default'] - 'TextEditor.story': typeof import('jingrow-ui/src/components/TextEditor/TextEditor.story.vue')['default'] - TextEditorBubbleMenu: typeof import('jingrow-ui/src/components/TextEditor/TextEditorBubbleMenu.vue')['default'] - TextEditorFixedMenu: typeof import('jingrow-ui/src/components/TextEditor/TextEditorFixedMenu.vue')['default'] - TextEditorFloatingMenu: typeof import('jingrow-ui/src/components/TextEditor/TextEditorFloatingMenu.vue')['default'] - TextInput: typeof import('jingrow-ui/src/components/TextInput.vue')['default'] - 'TextInput.story': typeof import('jingrow-ui/src/components/TextInput.story.vue')['default'] - Toast: typeof import('jingrow-ui/src/components/Toast.vue')['default'] - Tooltip: typeof import('jingrow-ui/src/components/Tooltip/Tooltip.vue')['default'] - 'Tooltip.story': typeof import('jingrow-ui/src/components/Tooltip/Tooltip.story.vue')['default'] - Tree: typeof import('jingrow-ui/src/components/Tree/Tree.vue')['default'] - 'Tree.story': typeof import('jingrow-ui/src/components/Tree/Tree.story.vue')['default'] - TrialBanner: typeof import('jingrow-ui/src/components/Billing/TrialBanner.vue')['default'] - Underline: typeof import('jingrow-ui/src/components/TextEditor/icons/underline.vue')['default'] - UnionPay: typeof import('./src/components/icons/cards/UnionPay.vue')['default'] - VideoAddLine: typeof import('jingrow-ui/src/components/TextEditor/icons/video-add-line.vue')['default'] - Visa: typeof import('./src/components/icons/cards/Visa.vue')['default'] - WizardCard: typeof import('./src/components/WizardCard.vue')['default'] - } -} diff --git a/dashboard_backup/generateThemeConfig.cjs b/dashboard_backup/generateThemeConfig.cjs deleted file mode 100644 index 279b853..0000000 --- a/dashboard_backup/generateThemeConfig.cjs +++ /dev/null @@ -1,10 +0,0 @@ -/** - * This node script resolves the tailwind config and dumps it as a json in - * tailwind.theme.json which is later imported into the app. - */ -let fs = require('fs'); -let resolveConfig = require('tailwindcss/resolveConfig'); -let config = require('./tailwind.config.cjs'); -let { theme } = resolveConfig(config); - -fs.writeFileSync('./tailwind.theme.json', JSON.stringify(theme, null, 2)); diff --git a/dashboard_backup/index.html b/dashboard_backup/index.html deleted file mode 100644 index a95bde5..0000000 --- a/dashboard_backup/index.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - 今果 Jingrow - - - - - - - -
- - -
-
- - - - - - diff --git a/dashboard_backup/jsconfig.json b/dashboard_backup/jsconfig.json deleted file mode 100644 index 8ab59b4..0000000 --- a/dashboard_backup/jsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "include": ["./src/**/*", "src2/components/AddressableErrorDialog.vue"], - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@/*": ["src/*"] - } - } -} diff --git a/dashboard_backup/package.json b/dashboard_backup/package.json deleted file mode 100644 index 58a8359..0000000 --- a/dashboard_backup/package.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "name": "dashboard", - "version": "0.1.0", - "private": true, - "type": "module", - "scripts": { - "dev": "yarn generate-theme-config && vite", - "build": "yarn generate-theme-config && vite build --base=/assets/jcloud/dashboard/ && yarn copy-html-entry", - "copy-html-entry": "cp ../jcloud/public/dashboard/index.html ../jcloud/www/dashboard.html", - "generate-theme-config": "node ./generateThemeConfig.cjs", - "test": "vitest", - "coverage": "vitest run --coverage", - "lint": "eslint src" - }, - "dependencies": { - "@codemirror/autocomplete": "^6.18.1", - "@codemirror/lang-sql": "^6.8.0", - "@headlessui/vue": "^1.7.14", - "@popperjs/core": "^2.11.2", - "@sentry/vite-plugin": "^2.19.0", - "@sentry/vue": "^8.10.0", - "@stripe/stripe-js": "^1.3.0", - "@tailwindcss/container-queries": "^0.1.1", - "@tanstack/vue-table": "^8.20.5", - "@vueuse/components": "^10.7.0", - "@vueuse/core": "^10.3.0", - "codemirror": "^6.0.1", - "core-js": "^3.6.4", - "dayjs": "^1.10.7", - "echarts": "^5.4.3", - "feather-icons": "^4.26.0", - "jingrow-charts": "http://npm.jingrow.com:105/jingrow-charts-2.0.0-rc22.tgz", - "jingrow-ui": "http://npm.jingrow.com:105/jingrow-ui-1.0.1.tgz", - "fuse.js": "6.6.2", - "libarchive.js": "^1.3.0", - "lodash": "^4.17.19", - "luxon": "^1.22.0", - "markdown-it": "^12.3.2", - "papaparse": "^5.4.1", - "qrcode": "^1.5.4", - "register-service-worker": "^1.6.2", - "socket.io-client": "^4.5.1", - "sql-formatter": "^15.4.10", - "unplugin-icons": "^0.17.0", - "unplugin-vue-components": "^0.25.2", - "vue": "^3.4.12", - "vue-codemirror": "^6.1.1", - "vue-echarts": "^6.6.1", - "vue-qrcode": "^2.2.2", - "vue-router": "^4.0.5", - "vue-sonner": "^1.2.5" - }, - "devDependencies": { - "@iconify/json": "^2.2.123", - "@tailwindcss/forms": "^0.4.0", - "@tailwindcss/postcss7-compat": "^2.0.2", - "@tailwindcss/typography": "^0.5.1", - "@vitejs/plugin-legacy": "^4.1.1", - "@vitejs/plugin-vue": "^5.0.3", - "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vue/compiler-sfc": "^3.1.0", - "@vue/eslint-config-prettier": "^6.0.0", - "@vue/test-utils": "^2.0.0-rc.19", - "autoprefixer": "^10.4.2", - "babel-eslint": "^10.0.3", - "c8": "^7.11.0", - "eslint": "^6.7.2", - "eslint-plugin-prettier": "^3.1.1", - "eslint-plugin-vue": "^6.2.2", - "jsdom": "^19.0.0", - "lint-staged": "^9.5.0", - "msw": "^0.36.8", - "node-fetch": "^3.2.10", - "postcss": "^8.4.6", - "postcss-easy-import": "^4.0.0", - "prettier": "^2.5.1", - "prettier-plugin-tailwindcss": "^0.1.8", - "tailwindcss": "^3.2", - "typescript": "^5.4.3", - "vite": "5.0.13", - "vite-plugin-rewrite-all": "^1.0.1", - "vitest": "^0.9.3", - "vue-tsc": "^2.0.7", - "yorkie": "^2.0.0" - }, - "gitHooks": { - "pre-commit": "lint-staged" - }, - "lint-staged": { - "*.{js,jsx,vue}": [ - "yarn lint", - "git add" - ] - } -} diff --git a/dashboard_backup/postcss.config.cjs b/dashboard_backup/postcss.config.cjs deleted file mode 100644 index 23f3595..0000000 --- a/dashboard_backup/postcss.config.cjs +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {} - } -}; diff --git a/dashboard_backup/public/favicon.png b/dashboard_backup/public/favicon.png deleted file mode 100644 index b0b9c6b..0000000 Binary files a/dashboard_backup/public/favicon.png and /dev/null differ diff --git a/dashboard_backup/public/robots.txt b/dashboard_backup/public/robots.txt deleted file mode 100644 index a82d96e..0000000 --- a/dashboard_backup/public/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: diff --git a/dashboard_backup/shims-global.d.ts b/dashboard_backup/shims-global.d.ts deleted file mode 100644 index 75c1835..0000000 --- a/dashboard_backup/shims-global.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -declare global { - interface Window { - is_system_user?: boolean; - } -} - -export {}; diff --git a/dashboard_backup/shims.d.ts b/dashboard_backup/shims.d.ts deleted file mode 100644 index 52da0b7..0000000 --- a/dashboard_backup/shims.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -declare module '~icons/*' { - import { FunctionalComponent, SVGAttributes } from 'vue'; - const component: FunctionalComponent; - export default component; -} diff --git a/dashboard_backup/src/App.vue b/dashboard_backup/src/App.vue deleted file mode 100644 index 9b01c49..0000000 --- a/dashboard_backup/src/App.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - diff --git a/dashboard_backup/src/assets/404.png b/dashboard_backup/src/assets/404.png deleted file mode 100644 index 1cbf7ee..0000000 Binary files a/dashboard_backup/src/assets/404.png and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Black.woff b/dashboard_backup/src/assets/Inter/Inter-Black.woff deleted file mode 100644 index c7737ed..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Black.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Black.woff2 b/dashboard_backup/src/assets/Inter/Inter-Black.woff2 deleted file mode 100644 index b16b995..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Black.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-BlackItalic.woff b/dashboard_backup/src/assets/Inter/Inter-BlackItalic.woff deleted file mode 100644 index b5f1447..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-BlackItalic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-BlackItalic.woff2 b/dashboard_backup/src/assets/Inter/Inter-BlackItalic.woff2 deleted file mode 100644 index a3f1b70..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-BlackItalic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Bold.woff b/dashboard_backup/src/assets/Inter/Inter-Bold.woff deleted file mode 100644 index e384555..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Bold.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Bold.woff2 b/dashboard_backup/src/assets/Inter/Inter-Bold.woff2 deleted file mode 100644 index 835dd49..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Bold.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-BoldItalic.woff b/dashboard_backup/src/assets/Inter/Inter-BoldItalic.woff deleted file mode 100644 index ffac3f5..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-BoldItalic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-BoldItalic.woff2 b/dashboard_backup/src/assets/Inter/Inter-BoldItalic.woff2 deleted file mode 100644 index 1a41a14..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-BoldItalic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ExtraBold.woff b/dashboard_backup/src/assets/Inter/Inter-ExtraBold.woff deleted file mode 100644 index 885ac94..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ExtraBold.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ExtraBold.woff2 b/dashboard_backup/src/assets/Inter/Inter-ExtraBold.woff2 deleted file mode 100644 index ae956b1..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ExtraBold.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ExtraBoldItalic.woff b/dashboard_backup/src/assets/Inter/Inter-ExtraBoldItalic.woff deleted file mode 100644 index d6cf862..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ExtraBoldItalic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ExtraBoldItalic.woff2 b/dashboard_backup/src/assets/Inter/Inter-ExtraBoldItalic.woff2 deleted file mode 100644 index 8657899..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ExtraBoldItalic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ExtraLight.woff b/dashboard_backup/src/assets/Inter/Inter-ExtraLight.woff deleted file mode 100644 index ff76919..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ExtraLight.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ExtraLight.woff2 b/dashboard_backup/src/assets/Inter/Inter-ExtraLight.woff2 deleted file mode 100644 index 694b2df..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ExtraLight.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ExtraLightItalic.woff b/dashboard_backup/src/assets/Inter/Inter-ExtraLightItalic.woff deleted file mode 100644 index c6ed13a..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ExtraLightItalic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ExtraLightItalic.woff2 b/dashboard_backup/src/assets/Inter/Inter-ExtraLightItalic.woff2 deleted file mode 100644 index 9a7bd11..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ExtraLightItalic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Italic.woff b/dashboard_backup/src/assets/Inter/Inter-Italic.woff deleted file mode 100644 index 4fdb59d..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Italic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Italic.woff2 b/dashboard_backup/src/assets/Inter/Inter-Italic.woff2 deleted file mode 100644 index deca637..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Italic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Light.woff b/dashboard_backup/src/assets/Inter/Inter-Light.woff deleted file mode 100644 index 42850ac..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Light.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Light.woff2 b/dashboard_backup/src/assets/Inter/Inter-Light.woff2 deleted file mode 100644 index 65a7dad..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Light.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-LightItalic.woff b/dashboard_backup/src/assets/Inter/Inter-LightItalic.woff deleted file mode 100644 index c4ed9a9..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-LightItalic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-LightItalic.woff2 b/dashboard_backup/src/assets/Inter/Inter-LightItalic.woff2 deleted file mode 100644 index 555fc55..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-LightItalic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Medium.woff b/dashboard_backup/src/assets/Inter/Inter-Medium.woff deleted file mode 100644 index 495faef..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Medium.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Medium.woff2 b/dashboard_backup/src/assets/Inter/Inter-Medium.woff2 deleted file mode 100644 index 871ce4c..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Medium.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-MediumItalic.woff b/dashboard_backup/src/assets/Inter/Inter-MediumItalic.woff deleted file mode 100644 index 389c7a2..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-MediumItalic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-MediumItalic.woff2 b/dashboard_backup/src/assets/Inter/Inter-MediumItalic.woff2 deleted file mode 100644 index aa80579..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-MediumItalic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Regular.woff b/dashboard_backup/src/assets/Inter/Inter-Regular.woff deleted file mode 100644 index fa7715d..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Regular.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Regular.woff2 b/dashboard_backup/src/assets/Inter/Inter-Regular.woff2 deleted file mode 100644 index b52dd0a..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Regular.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-SemiBold.woff b/dashboard_backup/src/assets/Inter/Inter-SemiBold.woff deleted file mode 100644 index 18d7749..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-SemiBold.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-SemiBold.woff2 b/dashboard_backup/src/assets/Inter/Inter-SemiBold.woff2 deleted file mode 100644 index ece5204..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-SemiBold.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-SemiBoldItalic.woff b/dashboard_backup/src/assets/Inter/Inter-SemiBoldItalic.woff deleted file mode 100644 index 8ee6439..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-SemiBoldItalic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-SemiBoldItalic.woff2 b/dashboard_backup/src/assets/Inter/Inter-SemiBoldItalic.woff2 deleted file mode 100644 index b32c0ba..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-SemiBoldItalic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Thin.woff b/dashboard_backup/src/assets/Inter/Inter-Thin.woff deleted file mode 100644 index 1a22286..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Thin.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-Thin.woff2 b/dashboard_backup/src/assets/Inter/Inter-Thin.woff2 deleted file mode 100644 index c56bc7c..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-Thin.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ThinItalic.woff b/dashboard_backup/src/assets/Inter/Inter-ThinItalic.woff deleted file mode 100644 index d8ec837..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ThinItalic.woff and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-ThinItalic.woff2 b/dashboard_backup/src/assets/Inter/Inter-ThinItalic.woff2 deleted file mode 100644 index eca5608..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-ThinItalic.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-italic.var.woff2 b/dashboard_backup/src/assets/Inter/Inter-italic.var.woff2 deleted file mode 100644 index 1f5d926..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-italic.var.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter-roman.var.woff2 b/dashboard_backup/src/assets/Inter/Inter-roman.var.woff2 deleted file mode 100644 index 05621d8..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter-roman.var.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/Inter.var.woff2 b/dashboard_backup/src/assets/Inter/Inter.var.woff2 deleted file mode 100644 index 46bb515..0000000 Binary files a/dashboard_backup/src/assets/Inter/Inter.var.woff2 and /dev/null differ diff --git a/dashboard_backup/src/assets/Inter/inter.css b/dashboard_backup/src/assets/Inter/inter.css deleted file mode 100644 index e21671c..0000000 --- a/dashboard_backup/src/assets/Inter/inter.css +++ /dev/null @@ -1,152 +0,0 @@ -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 100; - font-display: swap; - src: url('Inter-Thin.woff2?v=3.12') format('woff2'), - url('Inter-Thin.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 100; - font-display: swap; - src: url('Inter-ThinItalic.woff2?v=3.12') format('woff2'), - url('Inter-ThinItalic.woff?v=3.12') format('woff'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 200; - font-display: swap; - src: url('Inter-ExtraLight.woff2?v=3.12') format('woff2'), - url('Inter-ExtraLight.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 200; - font-display: swap; - src: url('Inter-ExtraLightItalic.woff2?v=3.12') format('woff2'), - url('Inter-ExtraLightItalic.woff?v=3.12') format('woff'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 300; - font-display: swap; - src: url('Inter-Light.woff2?v=3.12') format('woff2'), - url('Inter-Light.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 300; - font-display: swap; - src: url('Inter-LightItalic.woff2?v=3.12') format('woff2'), - url('Inter-LightItalic.woff?v=3.12') format('woff'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url('Inter-Regular.woff2?v=3.12') format('woff2'), - url('Inter-Regular.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url('Inter-Italic.woff2?v=3.12') format('woff2'), - url('Inter-Italic.woff?v=3.12') format('woff'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 500; - font-display: swap; - src: url('Inter-Medium.woff2?v=3.12') format('woff2'), - url('Inter-Medium.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 500; - font-display: swap; - src: url('Inter-MediumItalic.woff2?v=3.12') format('woff2'), - url('Inter-MediumItalic.woff?v=3.12') format('woff'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 600; - font-display: swap; - src: url('Inter-SemiBold.woff2?v=3.12') format('woff2'), - url('Inter-SemiBold.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 600; - font-display: swap; - src: url('Inter-SemiBoldItalic.woff2?v=3.12') format('woff2'), - url('Inter-SemiBoldItalic.woff?v=3.12') format('woff'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url('Inter-Bold.woff2?v=3.12') format('woff2'), - url('Inter-Bold.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 700; - font-display: swap; - src: url('Inter-BoldItalic.woff2?v=3.12') format('woff2'), - url('Inter-BoldItalic.woff?v=3.12') format('woff'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 800; - font-display: swap; - src: url('Inter-ExtraBold.woff2?v=3.12') format('woff2'), - url('Inter-ExtraBold.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 800; - font-display: swap; - src: url('Inter-ExtraBoldItalic.woff2?v=3.12') format('woff2'), - url('Inter-ExtraBoldItalic.woff?v=3.12') format('woff'); -} - -@font-face { - font-family: 'Inter'; - font-style: normal; - font-weight: 900; - font-display: swap; - src: url('Inter-Black.woff2?v=3.12') format('woff2'), - url('Inter-Black.woff?v=3.12') format('woff'); -} -@font-face { - font-family: 'Inter'; - font-style: italic; - font-weight: 900; - font-display: swap; - src: url('Inter-BlackItalic.woff2?v=3.12') format('woff2'), - url('Inter-BlackItalic.woff?v=3.12') format('woff'); -} diff --git a/dashboard_backup/src/assets/jerp-logo.svg b/dashboard_backup/src/assets/jerp-logo.svg deleted file mode 100644 index 8ca7b42..0000000 --- a/dashboard_backup/src/assets/jerp-logo.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - diff --git a/dashboard_backup/src/assets/jingrow-cloud.svg b/dashboard_backup/src/assets/jingrow-cloud.svg deleted file mode 100644 index 8ca7b42..0000000 --- a/dashboard_backup/src/assets/jingrow-cloud.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - diff --git a/dashboard_backup/src/assets/jingrow-framework-logo.png b/dashboard_backup/src/assets/jingrow-framework-logo.png deleted file mode 100644 index 74e327b..0000000 Binary files a/dashboard_backup/src/assets/jingrow-framework-logo.png and /dev/null differ diff --git a/dashboard_backup/src/assets/razorpay.svg b/dashboard_backup/src/assets/razorpay.svg deleted file mode 100644 index db7102d..0000000 --- a/dashboard_backup/src/assets/razorpay.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/dashboard_backup/src/assets/stripe.svg b/dashboard_backup/src/assets/stripe.svg deleted file mode 100644 index a7aed39..0000000 --- a/dashboard_backup/src/assets/stripe.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - diff --git a/dashboard_backup/src/assets/style.css b/dashboard_backup/src/assets/style.css deleted file mode 100644 index f102acf..0000000 --- a/dashboard_backup/src/assets/style.css +++ /dev/null @@ -1,34 +0,0 @@ -@import 'jingrow-ui/src/style.css'; - -@layer components { - /* Works on Firefox */ - * { - scrollbar-width: thin; - scrollbar-color: #c0c6cc #ebeef0; - } - - html { - scrollbar-width: auto; - } - - /* Works on Chrome, Edge, and Safari */ - *::-webkit-scrollbar-thumb { - background: #c0c6cc; - border-radius: 6px; - } - - *::-webkit-scrollbar-track, - *::-webkit-scrollbar-corner { - background: #ebeef0; - } - - *::-webkit-scrollbar { - width: 6px; - height: 6px; - } - - body::-webkit-scrollbar { - width: 12px; - height: 12px; - } -} diff --git a/dashboard_backup/src/components/AlertBenchUpdate.vue b/dashboard_backup/src/components/AlertBenchUpdate.vue deleted file mode 100644 index d561b87..0000000 --- a/dashboard_backup/src/components/AlertBenchUpdate.vue +++ /dev/null @@ -1,159 +0,0 @@ - - diff --git a/dashboard_backup/src/components/AlertBillingInformation.vue b/dashboard_backup/src/components/AlertBillingInformation.vue deleted file mode 100644 index e4003a1..0000000 --- a/dashboard_backup/src/components/AlertBillingInformation.vue +++ /dev/null @@ -1,65 +0,0 @@ - - diff --git a/dashboard_backup/src/components/AlertSiteActivation.vue b/dashboard_backup/src/components/AlertSiteActivation.vue deleted file mode 100644 index 4f7427c..0000000 --- a/dashboard_backup/src/components/AlertSiteActivation.vue +++ /dev/null @@ -1,32 +0,0 @@ - - diff --git a/dashboard_backup/src/components/AlertSiteUpdate.vue b/dashboard_backup/src/components/AlertSiteUpdate.vue deleted file mode 100644 index 81747c5..0000000 --- a/dashboard_backup/src/components/AlertSiteUpdate.vue +++ /dev/null @@ -1,165 +0,0 @@ - - diff --git a/dashboard_backup/src/components/AlertUpdate.vue b/dashboard_backup/src/components/AlertUpdate.vue deleted file mode 100644 index 81a305a..0000000 --- a/dashboard_backup/src/components/AlertUpdate.vue +++ /dev/null @@ -1,172 +0,0 @@ - - diff --git a/dashboard_backup/src/components/AppPlanCard.vue b/dashboard_backup/src/components/AppPlanCard.vue deleted file mode 100644 index 5fd6d01..0000000 --- a/dashboard_backup/src/components/AppPlanCard.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/AppSourceSelector.vue b/dashboard_backup/src/components/AppSourceSelector.vue deleted file mode 100644 index 1bb0f89..0000000 --- a/dashboard_backup/src/components/AppSourceSelector.vue +++ /dev/null @@ -1,110 +0,0 @@ - - diff --git a/dashboard_backup/src/components/AppSubscriptionSummary.vue b/dashboard_backup/src/components/AppSubscriptionSummary.vue deleted file mode 100644 index bfc4ce4..0000000 --- a/dashboard_backup/src/components/AppSubscriptionSummary.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/AppUpdateCard.vue b/dashboard_backup/src/components/AppUpdateCard.vue deleted file mode 100644 index 7fa3761..0000000 --- a/dashboard_backup/src/components/AppUpdateCard.vue +++ /dev/null @@ -1,121 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/AvatarUploader.vue b/dashboard_backup/src/components/AvatarUploader.vue deleted file mode 100644 index bd7cf61..0000000 --- a/dashboard_backup/src/components/AvatarUploader.vue +++ /dev/null @@ -1,32 +0,0 @@ - - diff --git a/dashboard_backup/src/components/BackupFilesUploader.vue b/dashboard_backup/src/components/BackupFilesUploader.vue deleted file mode 100644 index c403b58..0000000 --- a/dashboard_backup/src/components/BackupFilesUploader.vue +++ /dev/null @@ -1,147 +0,0 @@ - - diff --git a/dashboard_backup/src/components/BenchAppUpdates.vue b/dashboard_backup/src/components/BenchAppUpdates.vue deleted file mode 100644 index 91dc401..0000000 --- a/dashboard_backup/src/components/BenchAppUpdates.vue +++ /dev/null @@ -1,105 +0,0 @@ - - diff --git a/dashboard_backup/src/components/BenchSiteUpdates.vue b/dashboard_backup/src/components/BenchSiteUpdates.vue deleted file mode 100644 index 35fa9c4..0000000 --- a/dashboard_backup/src/components/BenchSiteUpdates.vue +++ /dev/null @@ -1,44 +0,0 @@ - - diff --git a/dashboard_backup/src/components/BillingInformationDialog.vue b/dashboard_backup/src/components/BillingInformationDialog.vue deleted file mode 100644 index b40d28a..0000000 --- a/dashboard_backup/src/components/BillingInformationDialog.vue +++ /dev/null @@ -1,35 +0,0 @@ - - diff --git a/dashboard_backup/src/components/BuyPrepaidCredits.vue b/dashboard_backup/src/components/BuyPrepaidCredits.vue deleted file mode 100644 index 27af80b..0000000 --- a/dashboard_backup/src/components/BuyPrepaidCredits.vue +++ /dev/null @@ -1,201 +0,0 @@ - - diff --git a/dashboard_backup/src/components/CardDetails.vue b/dashboard_backup/src/components/CardDetails.vue deleted file mode 100644 index 315ff81..0000000 --- a/dashboard_backup/src/components/CardDetails.vue +++ /dev/null @@ -1,15 +0,0 @@ - - diff --git a/dashboard_backup/src/components/CardWithDetails.vue b/dashboard_backup/src/components/CardWithDetails.vue deleted file mode 100644 index cceb955..0000000 --- a/dashboard_backup/src/components/CardWithDetails.vue +++ /dev/null @@ -1,24 +0,0 @@ - - diff --git a/dashboard_backup/src/components/ChangeAppBranchDialog.vue b/dashboard_backup/src/components/ChangeAppBranchDialog.vue deleted file mode 100644 index 9415c0b..0000000 --- a/dashboard_backup/src/components/ChangeAppBranchDialog.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/ChangeAppPlanSelector.vue b/dashboard_backup/src/components/ChangeAppPlanSelector.vue deleted file mode 100644 index 74e91fe..0000000 --- a/dashboard_backup/src/components/ChangeAppPlanSelector.vue +++ /dev/null @@ -1,115 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/ChangePaymentModeDialog.vue b/dashboard_backup/src/components/ChangePaymentModeDialog.vue deleted file mode 100644 index d3f15d9..0000000 --- a/dashboard_backup/src/components/ChangePaymentModeDialog.vue +++ /dev/null @@ -1,135 +0,0 @@ - - diff --git a/dashboard_backup/src/components/ClickToCopyField.vue b/dashboard_backup/src/components/ClickToCopyField.vue deleted file mode 100644 index 2ea8eb9..0000000 --- a/dashboard_backup/src/components/ClickToCopyField.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/CommandPalette.vue b/dashboard_backup/src/components/CommandPalette.vue deleted file mode 100644 index 0f65956..0000000 --- a/dashboard_backup/src/components/CommandPalette.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/ConfigEditor.vue b/dashboard_backup/src/components/ConfigEditor.vue deleted file mode 100644 index 3b2c91e..0000000 --- a/dashboard_backup/src/components/ConfigEditor.vue +++ /dev/null @@ -1,341 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/ConfirmDialogs.vue b/dashboard_backup/src/components/ConfirmDialogs.vue deleted file mode 100644 index 1f300b9..0000000 --- a/dashboard_backup/src/components/ConfirmDialogs.vue +++ /dev/null @@ -1,63 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/DescriptionList.vue b/dashboard_backup/src/components/DescriptionList.vue deleted file mode 100644 index d583cfc..0000000 --- a/dashboard_backup/src/components/DescriptionList.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/FeatureList.vue b/dashboard_backup/src/components/FeatureList.vue deleted file mode 100644 index bee0e38..0000000 --- a/dashboard_backup/src/components/FeatureList.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/FileUploader.vue b/dashboard_backup/src/components/FileUploader.vue deleted file mode 100644 index 4498e67..0000000 --- a/dashboard_backup/src/components/FileUploader.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Form.vue b/dashboard_backup/src/components/Form.vue deleted file mode 100644 index 05cd0de..0000000 --- a/dashboard_backup/src/components/Form.vue +++ /dev/null @@ -1,130 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/FrappeCloudLogo.vue b/dashboard_backup/src/components/FrappeCloudLogo.vue deleted file mode 100644 index 07285f9..0000000 --- a/dashboard_backup/src/components/FrappeCloudLogo.vue +++ /dev/null @@ -1,95 +0,0 @@ - diff --git a/dashboard_backup/src/components/ImpersonateTeam.vue b/dashboard_backup/src/components/ImpersonateTeam.vue deleted file mode 100644 index cac4cb5..0000000 --- a/dashboard_backup/src/components/ImpersonateTeam.vue +++ /dev/null @@ -1,32 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/InvoiceUsageCard.vue b/dashboard_backup/src/components/InvoiceUsageCard.vue deleted file mode 100644 index 2f58c47..0000000 --- a/dashboard_backup/src/components/InvoiceUsageCard.vue +++ /dev/null @@ -1,39 +0,0 @@ - - diff --git a/dashboard_backup/src/components/InvoiceUsageTable.vue b/dashboard_backup/src/components/InvoiceUsageTable.vue deleted file mode 100644 index 5347459..0000000 --- a/dashboard_backup/src/components/InvoiceUsageTable.vue +++ /dev/null @@ -1,150 +0,0 @@ - - diff --git a/dashboard_backup/src/components/Link.vue b/dashboard_backup/src/components/Link.vue deleted file mode 100644 index 61733a0..0000000 --- a/dashboard_backup/src/components/Link.vue +++ /dev/null @@ -1,15 +0,0 @@ - - diff --git a/dashboard_backup/src/components/MarketplaceAppCard.vue b/dashboard_backup/src/components/MarketplaceAppCard.vue deleted file mode 100644 index f24d32d..0000000 --- a/dashboard_backup/src/components/MarketplaceAppCard.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/MarketplaceAppDescriptions.vue b/dashboard_backup/src/components/MarketplaceAppDescriptions.vue deleted file mode 100644 index 3a64de0..0000000 --- a/dashboard_backup/src/components/MarketplaceAppDescriptions.vue +++ /dev/null @@ -1,184 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/MarketplaceAppLinks.vue b/dashboard_backup/src/components/MarketplaceAppLinks.vue deleted file mode 100644 index a6f3d82..0000000 --- a/dashboard_backup/src/components/MarketplaceAppLinks.vue +++ /dev/null @@ -1,99 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/MarketplaceAppProfile.vue b/dashboard_backup/src/components/MarketplaceAppProfile.vue deleted file mode 100644 index 4fc23aa..0000000 --- a/dashboard_backup/src/components/MarketplaceAppProfile.vue +++ /dev/null @@ -1,246 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/MarketplaceAppReleaseList.vue b/dashboard_backup/src/components/MarketplaceAppReleaseList.vue deleted file mode 100644 index 95c71c2..0000000 --- a/dashboard_backup/src/components/MarketplaceAppReleaseList.vue +++ /dev/null @@ -1,313 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/MarketplaceAppScreenshots.vue b/dashboard_backup/src/components/MarketplaceAppScreenshots.vue deleted file mode 100644 index 5d7e0bd..0000000 --- a/dashboard_backup/src/components/MarketplaceAppScreenshots.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Modal.vue b/dashboard_backup/src/components/Modal.vue deleted file mode 100644 index 85225a8..0000000 --- a/dashboard_backup/src/components/Modal.vue +++ /dev/null @@ -1,79 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Navbar.vue b/dashboard_backup/src/components/Navbar.vue deleted file mode 100644 index 71ab073..0000000 --- a/dashboard_backup/src/components/Navbar.vue +++ /dev/null @@ -1,143 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/NewAppRepositories.vue b/dashboard_backup/src/components/NewAppRepositories.vue deleted file mode 100644 index 72f5789..0000000 --- a/dashboard_backup/src/components/NewAppRepositories.vue +++ /dev/null @@ -1,108 +0,0 @@ - - diff --git a/dashboard_backup/src/components/Notification.vue b/dashboard_backup/src/components/Notification.vue deleted file mode 100644 index 6e1a82d..0000000 --- a/dashboard_backup/src/components/Notification.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/NotificationToasts.vue b/dashboard_backup/src/components/NotificationToasts.vue deleted file mode 100644 index 5b75b22..0000000 --- a/dashboard_backup/src/components/NotificationToasts.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/PageHeader.vue b/dashboard_backup/src/components/PageHeader.vue deleted file mode 100644 index 42ad9fe..0000000 --- a/dashboard_backup/src/components/PageHeader.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/PlanIcon.vue b/dashboard_backup/src/components/PlanIcon.vue deleted file mode 100644 index 1babbc2..0000000 --- a/dashboard_backup/src/components/PlanIcon.vue +++ /dev/null @@ -1,25 +0,0 @@ - diff --git a/dashboard_backup/src/components/Popover.vue b/dashboard_backup/src/components/Popover.vue deleted file mode 100644 index 4866c8d..0000000 --- a/dashboard_backup/src/components/Popover.vue +++ /dev/null @@ -1,194 +0,0 @@ - - - - diff --git a/dashboard_backup/src/components/PrepaidCreditsDialog.vue b/dashboard_backup/src/components/PrepaidCreditsDialog.vue deleted file mode 100644 index 8e9f225..0000000 --- a/dashboard_backup/src/components/PrepaidCreditsDialog.vue +++ /dev/null @@ -1,225 +0,0 @@ - - diff --git a/dashboard_backup/src/components/PrinterIcon.vue b/dashboard_backup/src/components/PrinterIcon.vue deleted file mode 100644 index 6fd562a..0000000 --- a/dashboard_backup/src/components/PrinterIcon.vue +++ /dev/null @@ -1,45 +0,0 @@ - diff --git a/dashboard_backup/src/components/ProgressArc.vue b/dashboard_backup/src/components/ProgressArc.vue deleted file mode 100644 index 7c5103f..0000000 --- a/dashboard_backup/src/components/ProgressArc.vue +++ /dev/null @@ -1,61 +0,0 @@ - - diff --git a/dashboard_backup/src/components/Report.vue b/dashboard_backup/src/components/Report.vue deleted file mode 100644 index c429995..0000000 --- a/dashboard_backup/src/components/Report.vue +++ /dev/null @@ -1,60 +0,0 @@ - - diff --git a/dashboard_backup/src/components/RichSelect.vue b/dashboard_backup/src/components/RichSelect.vue deleted file mode 100644 index 3bfb922..0000000 --- a/dashboard_backup/src/components/RichSelect.vue +++ /dev/null @@ -1,88 +0,0 @@ - - diff --git a/dashboard_backup/src/components/SelectAppFromGithub.vue b/dashboard_backup/src/components/SelectAppFromGithub.vue deleted file mode 100644 index 1e67618..0000000 --- a/dashboard_backup/src/components/SelectAppFromGithub.vue +++ /dev/null @@ -1,207 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/SelectableCard.vue b/dashboard_backup/src/components/SelectableCard.vue deleted file mode 100644 index 92719fe..0000000 --- a/dashboard_backup/src/components/SelectableCard.vue +++ /dev/null @@ -1,32 +0,0 @@ - - diff --git a/dashboard_backup/src/components/ServerPlansTable.vue b/dashboard_backup/src/components/ServerPlansTable.vue deleted file mode 100644 index dda2020..0000000 --- a/dashboard_backup/src/components/ServerPlansTable.vue +++ /dev/null @@ -1,117 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Sidebar.vue b/dashboard_backup/src/components/Sidebar.vue deleted file mode 100644 index b8bcce4..0000000 --- a/dashboard_backup/src/components/Sidebar.vue +++ /dev/null @@ -1,253 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/SiteAppUpdateCard.vue b/dashboard_backup/src/components/SiteAppUpdateCard.vue deleted file mode 100644 index 3d18b93..0000000 --- a/dashboard_backup/src/components/SiteAppUpdateCard.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/SiteAppUpdates.vue b/dashboard_backup/src/components/SiteAppUpdates.vue deleted file mode 100644 index 7eff1cb..0000000 --- a/dashboard_backup/src/components/SiteAppUpdates.vue +++ /dev/null @@ -1,32 +0,0 @@ - - diff --git a/dashboard_backup/src/components/SitePlansTable.vue b/dashboard_backup/src/components/SitePlansTable.vue deleted file mode 100644 index 941acee..0000000 --- a/dashboard_backup/src/components/SitePlansTable.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/SiteRestoreSelector.vue b/dashboard_backup/src/components/SiteRestoreSelector.vue deleted file mode 100644 index 53b3ff3..0000000 --- a/dashboard_backup/src/components/SiteRestoreSelector.vue +++ /dev/null @@ -1,34 +0,0 @@ - - diff --git a/dashboard_backup/src/components/SiteUpdateCard.vue b/dashboard_backup/src/components/SiteUpdateCard.vue deleted file mode 100644 index a6b9618..0000000 --- a/dashboard_backup/src/components/SiteUpdateCard.vue +++ /dev/null @@ -1,60 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/StarRatingInput.vue b/dashboard_backup/src/components/StarRatingInput.vue deleted file mode 100644 index 9837c64..0000000 --- a/dashboard_backup/src/components/StarRatingInput.vue +++ /dev/null @@ -1,80 +0,0 @@ - - - - - diff --git a/dashboard_backup/src/components/Steps.vue b/dashboard_backup/src/components/Steps.vue deleted file mode 100644 index ce1b51d..0000000 --- a/dashboard_backup/src/components/Steps.vue +++ /dev/null @@ -1,90 +0,0 @@ - - diff --git a/dashboard_backup/src/components/StripeCard.vue b/dashboard_backup/src/components/StripeCard.vue deleted file mode 100644 index 3854340..0000000 --- a/dashboard_backup/src/components/StripeCard.vue +++ /dev/null @@ -1,281 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/StripeLogo.vue b/dashboard_backup/src/components/StripeLogo.vue deleted file mode 100644 index 377ddfc..0000000 --- a/dashboard_backup/src/components/StripeLogo.vue +++ /dev/null @@ -1,32 +0,0 @@ - - diff --git a/dashboard_backup/src/components/SwitchTeamDialog.vue b/dashboard_backup/src/components/SwitchTeamDialog.vue deleted file mode 100644 index 2473b10..0000000 --- a/dashboard_backup/src/components/SwitchTeamDialog.vue +++ /dev/null @@ -1,34 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Table/Table.vue b/dashboard_backup/src/components/Table/Table.vue deleted file mode 100644 index cbd638c..0000000 --- a/dashboard_backup/src/components/Table/Table.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Table/TableCell.vue b/dashboard_backup/src/components/Table/TableCell.vue deleted file mode 100644 index d55668d..0000000 --- a/dashboard_backup/src/components/Table/TableCell.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Table/TableHeader.vue b/dashboard_backup/src/components/Table/TableHeader.vue deleted file mode 100644 index 64e3567..0000000 --- a/dashboard_backup/src/components/Table/TableHeader.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Table/TableRow.vue b/dashboard_backup/src/components/Table/TableRow.vue deleted file mode 100644 index 9182b4f..0000000 --- a/dashboard_backup/src/components/Table/TableRow.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Tabs.vue b/dashboard_backup/src/components/Tabs.vue deleted file mode 100644 index 7ac0619..0000000 --- a/dashboard_backup/src/components/Tabs.vue +++ /dev/null @@ -1,66 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/Tags.vue b/dashboard_backup/src/components/Tags.vue deleted file mode 100644 index 72480d7..0000000 --- a/dashboard_backup/src/components/Tags.vue +++ /dev/null @@ -1,158 +0,0 @@ - - diff --git a/dashboard_backup/src/components/WizardCard.vue b/dashboard_backup/src/components/WizardCard.vue deleted file mode 100644 index 4f7e3d6..0000000 --- a/dashboard_backup/src/components/WizardCard.vue +++ /dev/null @@ -1,16 +0,0 @@ - - diff --git a/dashboard_backup/src/components/charts/BarChart.vue b/dashboard_backup/src/components/charts/BarChart.vue deleted file mode 100644 index 78598ef..0000000 --- a/dashboard_backup/src/components/charts/BarChart.vue +++ /dev/null @@ -1,225 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/charts/LineChart.vue b/dashboard_backup/src/components/charts/LineChart.vue deleted file mode 100644 index e5dfc35..0000000 --- a/dashboard_backup/src/components/charts/LineChart.vue +++ /dev/null @@ -1,224 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/charts/utils.js b/dashboard_backup/src/components/charts/utils.js deleted file mode 100644 index 1046442..0000000 --- a/dashboard_backup/src/components/charts/utils.js +++ /dev/null @@ -1,19 +0,0 @@ -function formatBytes(bytes, decimals = 2, current = 0) { - if (bytes === 0) return '0 Bytes'; - - const k = 1024; - const dm = decimals < 0 ? 0 : decimals; - const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; - const i = Math.floor(Math.log(Math.abs(bytes)) / Math.log(k)); - - return ( - parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + ' ' + sizes[i + current] - ); -} - -function getUnit(value, seriesName) { - if (seriesName === 'bytes') return formatBytes(value); - else return `${+value.toFixed(2)} ${seriesName}`; -} - -export { formatBytes, getUnit }; diff --git a/dashboard_backup/src/components/global/Alert.vue b/dashboard_backup/src/components/global/Alert.vue deleted file mode 100644 index 08d4c72..0000000 --- a/dashboard_backup/src/components/global/Alert.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/global/Badge.vue b/dashboard_backup/src/components/global/Badge.vue deleted file mode 100644 index cb48411..0000000 --- a/dashboard_backup/src/components/global/Badge.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/global/Breadcrumbs.vue b/dashboard_backup/src/components/global/Breadcrumbs.vue deleted file mode 100644 index 3967774..0000000 --- a/dashboard_backup/src/components/global/Breadcrumbs.vue +++ /dev/null @@ -1,50 +0,0 @@ - - diff --git a/dashboard_backup/src/components/global/Card.vue b/dashboard_backup/src/components/global/Card.vue deleted file mode 100644 index dd1f60b..0000000 --- a/dashboard_backup/src/components/global/Card.vue +++ /dev/null @@ -1,43 +0,0 @@ - - diff --git a/dashboard_backup/src/components/global/CircularCheckIcon.vue b/dashboard_backup/src/components/global/CircularCheckIcon.vue deleted file mode 100644 index a997e99..0000000 --- a/dashboard_backup/src/components/global/CircularCheckIcon.vue +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/dashboard_backup/src/components/global/FormatDate.vue b/dashboard_backup/src/components/global/FormatDate.vue deleted file mode 100644 index 52482a7..0000000 --- a/dashboard_backup/src/components/global/FormatDate.vue +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/dashboard_backup/src/components/global/GrayCheckIcon.vue b/dashboard_backup/src/components/global/GrayCheckIcon.vue deleted file mode 100644 index 19f107e..0000000 --- a/dashboard_backup/src/components/global/GrayCheckIcon.vue +++ /dev/null @@ -1,21 +0,0 @@ - diff --git a/dashboard_backup/src/components/global/ListItem.vue b/dashboard_backup/src/components/global/ListItem.vue deleted file mode 100644 index 9315d45..0000000 --- a/dashboard_backup/src/components/global/ListItem.vue +++ /dev/null @@ -1,31 +0,0 @@ - - diff --git a/dashboard_backup/src/components/global/OldDropdown.vue b/dashboard_backup/src/components/global/OldDropdown.vue deleted file mode 100644 index 430f1e1..0000000 --- a/dashboard_backup/src/components/global/OldDropdown.vue +++ /dev/null @@ -1,211 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/global/Section.vue b/dashboard_backup/src/components/global/Section.vue deleted file mode 100644 index 4f46c72..0000000 --- a/dashboard_backup/src/components/global/Section.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/global/SectionCard.vue b/dashboard_backup/src/components/global/SectionCard.vue deleted file mode 100644 index e41ae4d..0000000 --- a/dashboard_backup/src/components/global/SectionCard.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/global/SectionHeader.vue b/dashboard_backup/src/components/global/SectionHeader.vue deleted file mode 100644 index 907dca7..0000000 --- a/dashboard_backup/src/components/global/SectionHeader.vue +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/global/Select.vue b/dashboard_backup/src/components/global/Select.vue deleted file mode 100644 index 4dbddb6..0000000 --- a/dashboard_backup/src/components/global/Select.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/global/Spinner.vue b/dashboard_backup/src/components/global/Spinner.vue deleted file mode 100644 index f81c4a6..0000000 --- a/dashboard_backup/src/components/global/Spinner.vue +++ /dev/null @@ -1,27 +0,0 @@ - - diff --git a/dashboard_backup/src/components/global/SuccessCard.vue b/dashboard_backup/src/components/global/SuccessCard.vue deleted file mode 100644 index 184279b..0000000 --- a/dashboard_backup/src/components/global/SuccessCard.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/global/outsideClickDirective.js b/dashboard_backup/src/components/global/outsideClickDirective.js deleted file mode 100644 index ea3f6dc..0000000 --- a/dashboard_backup/src/components/global/outsideClickDirective.js +++ /dev/null @@ -1,26 +0,0 @@ -let instances = []; - -function onDocumentClick(e, el, fn) { - let target = e.target; - if (el !== target && !el.contains(target)) { - fn(e); - } -} - -export default { - created(el, binding) { - el.dataset.outsideClickIndex = instances.length; - const fn = binding.value; - const click = function (e) { - onDocumentClick(e, el, fn); - }; - document.addEventListener('click', click); - instances.push(click); - }, - unmounted(el) { - const index = el.dataset.outsideClickIndex; - const handler = instances[index]; - document.addEventListener('click', handler); - instances.splice(index, 1); - } -}; diff --git a/dashboard_backup/src/components/global/register.js b/dashboard_backup/src/components/global/register.js deleted file mode 100644 index dcd62dd..0000000 --- a/dashboard_backup/src/components/global/register.js +++ /dev/null @@ -1,52 +0,0 @@ -import { - Button, - FeatherIcon, - Tooltip, - LoadingIndicator, - LoadingText, - Dialog, - Link, - Input, - Avatar, - GreenCheckIcon, - Dropdown, - FormControl, - ErrorMessage, - Autocomplete -} from 'jingrow-ui'; -import outsideClickDirective from './outsideClickDirective'; - -let components = import.meta.glob('./*.vue', { eager: true }); // To get each component inside this folder - -let globalJingrowUIComponents = { - Button, - Avatar, - FeatherIcon, - Tooltip, - LoadingIndicator, - LoadingText, - Link, - Dialog, - Input, - GreenCheckIcon, - Dropdown, - FormControl, - ErrorMessage, - Autocomplete -}; - -export default function registerGlobalComponents(app) { - app.directive('on-outside-click', outsideClickDirective); - - for (let path in components) { - let component = components[path]; - let name = path.replace('./', '').replace('.vue', ''); - app.component(name, component.default || component); - } - - for (let key in globalJingrowUIComponents) { - app.component(key, globalJingrowUIComponents[key]); - } -} - -export { components }; diff --git a/dashboard_backup/src/components/icons/AppsIcon.vue b/dashboard_backup/src/components/icons/AppsIcon.vue deleted file mode 100644 index 4bd8a13..0000000 --- a/dashboard_backup/src/components/icons/AppsIcon.vue +++ /dev/null @@ -1,26 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/BenchIcon.vue b/dashboard_backup/src/components/icons/BenchIcon.vue deleted file mode 100644 index f3c76e6..0000000 --- a/dashboard_backup/src/components/icons/BenchIcon.vue +++ /dev/null @@ -1,58 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/BillingIcon.vue b/dashboard_backup/src/components/icons/BillingIcon.vue deleted file mode 100644 index c3c230c..0000000 --- a/dashboard_backup/src/components/icons/BillingIcon.vue +++ /dev/null @@ -1,29 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/CheckCircleIcon.vue b/dashboard_backup/src/components/icons/CheckCircleIcon.vue deleted file mode 100644 index f3c27b1..0000000 --- a/dashboard_backup/src/components/icons/CheckCircleIcon.vue +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/GoogleIcon.vue b/dashboard_backup/src/components/icons/GoogleIcon.vue deleted file mode 100644 index 6c59ad8..0000000 --- a/dashboard_backup/src/components/icons/GoogleIcon.vue +++ /dev/null @@ -1,25 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/GoogleIconSolid.vue b/dashboard_backup/src/components/icons/GoogleIconSolid.vue deleted file mode 100644 index 533fe7b..0000000 --- a/dashboard_backup/src/components/icons/GoogleIconSolid.vue +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/JLogo.vue b/dashboard_backup/src/components/icons/JLogo.vue deleted file mode 100644 index 32997d5..0000000 --- a/dashboard_backup/src/components/icons/JLogo.vue +++ /dev/null @@ -1,164 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src/components/icons/JcloudLogo.vue b/dashboard_backup/src/components/icons/JcloudLogo.vue deleted file mode 100644 index 3b34086..0000000 --- a/dashboard_backup/src/components/icons/JcloudLogo.vue +++ /dev/null @@ -1,8 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/JingrowLogo.vue b/dashboard_backup/src/components/icons/JingrowLogo.vue deleted file mode 100644 index 95720d4..0000000 --- a/dashboard_backup/src/components/icons/JingrowLogo.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/SecurityIcon.vue b/dashboard_backup/src/components/icons/SecurityIcon.vue deleted file mode 100644 index 45acc5d..0000000 --- a/dashboard_backup/src/components/icons/SecurityIcon.vue +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/ServerIcon.vue b/dashboard_backup/src/components/icons/ServerIcon.vue deleted file mode 100644 index 137d197..0000000 --- a/dashboard_backup/src/components/icons/ServerIcon.vue +++ /dev/null @@ -1,62 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/SettingsIcon.vue b/dashboard_backup/src/components/icons/SettingsIcon.vue deleted file mode 100644 index 56256f5..0000000 --- a/dashboard_backup/src/components/icons/SettingsIcon.vue +++ /dev/null @@ -1,22 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/SiteIcon.vue b/dashboard_backup/src/components/icons/SiteIcon.vue deleted file mode 100644 index f31c20d..0000000 --- a/dashboard_backup/src/components/icons/SiteIcon.vue +++ /dev/null @@ -1,43 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/SpacesIcon.vue b/dashboard_backup/src/components/icons/SpacesIcon.vue deleted file mode 100644 index 152aca9..0000000 --- a/dashboard_backup/src/components/icons/SpacesIcon.vue +++ /dev/null @@ -1,17 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/cards/Amex.vue b/dashboard_backup/src/components/icons/cards/Amex.vue deleted file mode 100644 index b0a6ad4..0000000 --- a/dashboard_backup/src/components/icons/cards/Amex.vue +++ /dev/null @@ -1,20 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/cards/Generic.vue b/dashboard_backup/src/components/icons/cards/Generic.vue deleted file mode 100644 index 8d685b9..0000000 --- a/dashboard_backup/src/components/icons/cards/Generic.vue +++ /dev/null @@ -1,63 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/cards/JCB.vue b/dashboard_backup/src/components/icons/cards/JCB.vue deleted file mode 100644 index 55956c9..0000000 --- a/dashboard_backup/src/components/icons/cards/JCB.vue +++ /dev/null @@ -1,68 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/cards/MasterCard.vue b/dashboard_backup/src/components/icons/cards/MasterCard.vue deleted file mode 100644 index aafa70d..0000000 --- a/dashboard_backup/src/components/icons/cards/MasterCard.vue +++ /dev/null @@ -1,38 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/cards/UnionPay.vue b/dashboard_backup/src/components/icons/cards/UnionPay.vue deleted file mode 100644 index b9113aa..0000000 --- a/dashboard_backup/src/components/icons/cards/UnionPay.vue +++ /dev/null @@ -1,89 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/cards/Visa.vue b/dashboard_backup/src/components/icons/cards/Visa.vue deleted file mode 100644 index 3b521d5..0000000 --- a/dashboard_backup/src/components/icons/cards/Visa.vue +++ /dev/null @@ -1,24 +0,0 @@ - diff --git a/dashboard_backup/src/components/icons/index.js b/dashboard_backup/src/components/icons/index.js deleted file mode 100644 index f9431ac..0000000 --- a/dashboard_backup/src/components/icons/index.js +++ /dev/null @@ -1,19 +0,0 @@ -import AppsIcon from './AppsIcon.vue'; -import SiteIcon from './SiteIcon.vue'; -import BenchIcon from './BenchIcon.vue'; -import ServerIcon from './ServerIcon.vue'; -import BillingIcon from './BillingIcon.vue'; -import SettingsIcon from './SettingsIcon.vue'; -import SpacesIcon from './SpacesIcon.vue'; -import SecurityIcon from './SecurityIcon.vue'; - -export const FCIcons = { - SiteIcon, - BenchIcon, - ServerIcon, - AppsIcon, - BillingIcon, - SettingsIcon, - SpacesIcon, - SecurityIcon -}; diff --git a/dashboard_backup/src/components/marketplace/ChangeAppBranchDialog.vue b/dashboard_backup/src/components/marketplace/ChangeAppBranchDialog.vue deleted file mode 100644 index 556a1ab..0000000 --- a/dashboard_backup/src/components/marketplace/ChangeAppBranchDialog.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/marketplace/CreateAppVersionDialog.vue b/dashboard_backup/src/components/marketplace/CreateAppVersionDialog.vue deleted file mode 100644 index 23fa63f..0000000 --- a/dashboard_backup/src/components/marketplace/CreateAppVersionDialog.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/marketplace/MarketplaceAppReviewStages.vue b/dashboard_backup/src/components/marketplace/MarketplaceAppReviewStages.vue deleted file mode 100644 index 59832ba..0000000 --- a/dashboard_backup/src/components/marketplace/MarketplaceAppReviewStages.vue +++ /dev/null @@ -1,161 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/marketplace/PublisherPayoutInfoCard.vue b/dashboard_backup/src/components/marketplace/PublisherPayoutInfoCard.vue deleted file mode 100644 index 20d3d78..0000000 --- a/dashboard_backup/src/components/marketplace/PublisherPayoutInfoCard.vue +++ /dev/null @@ -1,154 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/marketplace/PublisherProfileCard.vue b/dashboard_backup/src/components/marketplace/PublisherProfileCard.vue deleted file mode 100644 index 50e295b..0000000 --- a/dashboard_backup/src/components/marketplace/PublisherProfileCard.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/utils/CommitChooser.vue b/dashboard_backup/src/components/utils/CommitChooser.vue deleted file mode 100644 index df7620c..0000000 --- a/dashboard_backup/src/components/utils/CommitChooser.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - diff --git a/dashboard_backup/src/components/utils/CommitTag.vue b/dashboard_backup/src/components/utils/CommitTag.vue deleted file mode 100644 index 9a85f29..0000000 --- a/dashboard_backup/src/components/utils/CommitTag.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/dashboard_backup/src/composables/resource.js b/dashboard_backup/src/composables/resource.js deleted file mode 100644 index eae7f46..0000000 --- a/dashboard_backup/src/composables/resource.js +++ /dev/null @@ -1,14 +0,0 @@ -import { unref, reactive, getCurrentInstance } from 'vue'; -import { Resource } from '@/resourceManager/ResourceManager'; - -export default function useResource(options) { - const resourceOptions = unref(options); - const _vm = getCurrentInstance(); - const resource = reactive(new Resource(_vm, resourceOptions)); - - if (options.auto) { - resource.reload(); - } - - return resource; -} diff --git a/dashboard_backup/src/controllers/account.js b/dashboard_backup/src/controllers/account.js deleted file mode 100644 index beac4f3..0000000 --- a/dashboard_backup/src/controllers/account.js +++ /dev/null @@ -1,124 +0,0 @@ -import call from './call'; - -export default class Account { - constructor() { - this.user = null; - this.team = null; - this.ssh_key = null; - this.teams = []; - this.team_members = []; - this.onboarding = null; - this.balance = 0; - this.feature_flags = {}; - this._fetchAccountPromise = null; - } - - async fetchIfRequired() { - if (!this.user) { - if (this._fetchAccountPromise) { - await this._fetchAccountPromise; - } else { - await this.fetchAccount(); - } - } - } - - async fetchAccount() { - if (document.cookie.includes('user_id=Guest')) { - return; - } - try { - this._fetchAccountPromise = call('jcloud.api.account.get'); - let result = await this._fetchAccountPromise; - this.user = result.user; - this.ssh_key = result.ssh_key; - this.team = result.team; - this.teams = result.teams; - this.team_members = result.team_members; - this.child_team_members = result.child_team_members; - this.onboarding = result.onboarding; - this.balance = result.balance; - this.feature_flags = result.feature_flags; - this.parent_team = result.parent_team; - this.partner_email = result.partner_email; - this.partner_billing_name = result.partner_billing_name; - this.saas_site_request = result.saas_site_request; - this.permissions = result.permissions; - this.number_of_sites = result.number_of_sites; - this.billing_info = result.billing_info; - } catch (e) { - localStorage.removeItem('current_team'); - } finally { - this._fetchAccountPromise = null; - } - } - - hasRole(role) { - let roles = this.user.roles.map(d => d.role); - return roles.includes(role); - } - - async switchTeam(team) { - if (team === this.team.name) { - return; - } - let result = await call('jcloud.api.account.switch_team', { team }); - this.team = result.team; - this.team_members = result.team_members; - localStorage.setItem('current_team', team); - } - - async switchToTeam(team) { - await this.switchTeam(team); - window.location.reload(); - } - - get needsCard() { - return !this.hasBillingInfo; - } - - get hasBillingInfo() { - if (!this.team) { - return true; - } - if (this.team.free_account || this.team.parent_team) { - return true; - } - if (this.team.payment_mode === 'Paid By Partner') { - // partner credits shall be deprecated in few months - return true; - } - if (['Card', 'Prepaid Credits'].includes(this.team.payment_mode)) { - // card is chargeable and not spam - return ( - this.billing_info.verified_micro_charge || - this.billing_info.has_paid_before || - this.balance > 0 - ); - } - - return false; - } - - hasPermission(docname, action = '', list = false) { - // logged in user is site owner or - // has no granular permissions set, so has all permissions - if ( - this.team.user === this.user.name || - Object.keys(this.permissions).length === 0 - ) { - return true; - } - // if any permission is set for resource, show list view - if (Object.keys(this.permissions).includes(docname) && list) { - return true; - } - // check for granular restricted access - if (Object.keys(this.permissions).includes(docname)) { - if (this.permissions[docname].includes(action)) { - return true; - } - } - return false; - } -} diff --git a/dashboard_backup/src/controllers/auth.js b/dashboard_backup/src/controllers/auth.js deleted file mode 100644 index a0122ae..0000000 --- a/dashboard_backup/src/controllers/auth.js +++ /dev/null @@ -1,52 +0,0 @@ -import call from './call'; - -export default class Auth { - constructor() { - this.isLoggedIn = false; - this.user = null; - this.user_image = null; - this.cookie = null; - - this.cookie = Object.fromEntries( - document.cookie - .split('; ') - .map(part => part.split('=')) - .map(d => [d[0], decodeURIComponent(d[1])]) - ); - - this.isLoggedIn = this.cookie.user_id && this.cookie.user_id !== 'Guest'; - } - - async login(email, password) { - localStorage.removeItem('current_team'); - let res = await call('login', { - usr: email, - pwd: password - }); - if (res) { - await window.$account.fetchAccount(); - let last_used_team = window.$account.team.last_used_team; - let team = window.$account.team.name; - - if (last_used_team && last_used_team != team) { - team = last_used_team; - window.$account.switchTeam(last_used_team); - } - localStorage.setItem('current_team', team); - this.isLoggedIn = true; - window.location.reload(); - return res; - } - return false; - } - async logout() { - localStorage.removeItem('current_team'); - await call('logout'); - window.location.reload(); - } - async resetPassword(email) { - return await call('jcloud.api.account.send_reset_password_email', { - email - }); - } -} diff --git a/dashboard_backup/src/controllers/call.js b/dashboard_backup/src/controllers/call.js deleted file mode 100644 index 81d0677..0000000 --- a/dashboard_backup/src/controllers/call.js +++ /dev/null @@ -1,95 +0,0 @@ -import router from '@/router'; - -export default async function call(method, args) { - if (!args) { - args = {}; - } - - let headers = { - Accept: 'application/json', - 'Content-Type': 'application/json; charset=utf-8', - 'X-Jingrow-Site-Name': window.location.hostname - }; - - let team = localStorage.getItem('current_team') || null; - if (team) { - headers['X-Jcloud-Team'] = team; - } - - if (window.csrf_token && window.csrf_token !== '{{ csrf_token }}') { - headers['X-Jingrow-CSRF-Token'] = window.csrf_token; - } - - updateState(this, 'RequestStarted', null); - - const res = await fetch(`/api/action/${method}`, { - method: 'POST', - headers, - body: JSON.stringify(args) - }); - - if (res.ok) { - updateState(this, null, null); - const data = await res.json(); - if (data.docs || method === 'login') { - return data; - } - return data.message; - } else { - let response = await res.text(); - let error, exception; - try { - error = JSON.parse(response); - // eslint-disable-next-line no-empty - } catch (e) {} - let errorParts = [ - [method, error.exc_type, error._error_message].filter(Boolean).join(' ') - ]; - if (error.exc) { - exception = error.exc; - try { - exception = JSON.parse(exception)[0]; - console.log(exception); - // eslint-disable-next-line no-empty - } catch (e) {} - } - let e = new Error(errorParts.join('\n')); - e.exc_type = error.exc_type; - e.exc = exception; - e.messages = error._server_messages - ? JSON.parse(error._server_messages) - : []; - e.messages = e.messages.concat(error.message); - e.messages = e.messages.map(m => { - try { - return JSON.parse(m).message; - } catch (error) { - return m; - } - }); - e.messages = e.messages.filter(Boolean); - if (!e.messages.length) { - e.messages = error._error_message - ? [error._error_message] - : ['Internal Server Error']; - } - updateState(this, null, e.messages.join('\n')); - - if ( - [401, 403].includes(res.status) && - router.currentRoute.name !== 'Login' - ) { - router.push('/login'); - } - throw e; - } - - function updateState(vm, state, errorMessage) { - if (vm?.state !== undefined) { - vm.state = state; - } - if (vm?.errorMessage !== undefined) { - vm.errorMessage = errorMessage; - } - } -} diff --git a/dashboard_backup/src/controllers/fileUploader.js b/dashboard_backup/src/controllers/fileUploader.js deleted file mode 100644 index 3994b10..0000000 --- a/dashboard_backup/src/controllers/fileUploader.js +++ /dev/null @@ -1,100 +0,0 @@ -export default class FileUploader { - constructor() { - this.listeners = {}; - } - - on(event, handler) { - this.listeners[event] = this.listeners[event] || []; - this.listeners[event].push(handler); - } - - trigger(event, data) { - let handlers = this.listeners[event] || []; - handlers.forEach(handler => { - handler.call(this, data); - }); - } - - upload(file, options) { - return new Promise((resolve, reject) => { - let xhr = new XMLHttpRequest(); - xhr.upload.addEventListener('loadstart', () => { - this.trigger('start'); - }); - xhr.upload.addEventListener('progress', e => { - if (e.lengthComputable) { - this.trigger('progress', { - uploaded: e.loaded, - total: e.total - }); - } - }); - xhr.upload.addEventListener('load', () => { - this.trigger('finish'); - }); - xhr.addEventListener('error', () => { - this.trigger('error'); - reject(); - }); - xhr.onreadystatechange = () => { - if (xhr.readyState == XMLHttpRequest.DONE) { - let error; - if (xhr.status === 200) { - let r = null; - try { - r = JSON.parse(xhr.responseText); - } catch (e) { - r = xhr.responseText; - } - let out = r.message || r; - resolve(out); - } else if (xhr.status === 403) { - error = JSON.parse(xhr.responseText); - } else { - this.failed = true; - try { - error = JSON.parse(xhr.responseText); - } catch (e) { - // pass - } - } - if (error && error.exc) { - console.error(JSON.parse(error.exc)[0]); - } - reject(error); - } - }; - xhr.open('POST', '/api/action/upload_file', true); - xhr.setRequestHeader('Accept', 'application/json'); - if (window.csrf_token && window.csrf_token !== '{{ csrf_token }}') { - xhr.setRequestHeader('X-Jingrow-CSRF-Token', window.csrf_token); - } - - let form_data = new FormData(); - if (file) { - form_data.append('file', file, file.name); - } - form_data.append('is_private', +(options.private || 0)); - form_data.append('folder', options.folder || 'Home'); - - if (options.file_url) { - form_data.append('file_url', options.file_url); - } - - if (options.pagetype && options.docname) { - form_data.append('pagetype', options.pagetype); - form_data.append('docname', options.docname); - } - - if (options.method) { - form_data.append('method', options.method); - } - - if (options.type) { - form_data.append('type', options.type); - } - - xhr.send(form_data); - }); - } -} diff --git a/dashboard_backup/src/controllers/loginAsAdmin.js b/dashboard_backup/src/controllers/loginAsAdmin.js deleted file mode 100644 index 7913cac..0000000 --- a/dashboard_backup/src/controllers/loginAsAdmin.js +++ /dev/null @@ -1,30 +0,0 @@ -import { notify } from '@/utils/toast'; - -export function loginAsAdmin(siteName) { - return { - url: 'jcloud.api.site.login', - params: { name: siteName }, - onSuccess(data) { - if (data?.sid && data?.site) { - window.open(`https://${data.site}/desk?sid=${data.sid}`, '_blank'); - } - }, - validate() { - // hack to display the toast - notify({ - title: 'Attempting to login as Administrator', - message: `Please wait...`, - icon: 'alert-circle', - color: 'yellow' - }); - }, - onError(err) { - notify({ - title: 'Could not login as Administrator', - message: err.messages.join('\n'), - color: 'red', - icon: 'x' - }); - } - }; -} diff --git a/dashboard_backup/src/controllers/register.js b/dashboard_backup/src/controllers/register.js deleted file mode 100644 index e01be17..0000000 --- a/dashboard_backup/src/controllers/register.js +++ /dev/null @@ -1,33 +0,0 @@ -import call from './call'; -import Auth from './auth'; -import socket from './socket'; -import Account from './account'; - -import { reactive } from 'vue'; - -const auth = reactive(new Auth()); -const account = reactive(new Account()); - -export default function registerControllers(app) { - // Hack to get $auth working, should be refactored later - app.config.globalProperties.$call = call; - app.config.globalProperties.$socket = socket; - app.config.globalProperties.$auth = auth; - app.config.globalProperties.$account = account; - - // Actually, provide-inject is recommended to be used - app.provide('$auth', auth); - app.provide('$account', account); - app.provide('$call', call); - app.provide('$socket', socket); - - // global accessor to expose switchToTeam method - window.$account = account; - - return { - auth, - account, - call, - socket - }; -} diff --git a/dashboard_backup/src/controllers/s3FileUploader.js b/dashboard_backup/src/controllers/s3FileUploader.js deleted file mode 100644 index 9284ad7..0000000 --- a/dashboard_backup/src/controllers/s3FileUploader.js +++ /dev/null @@ -1,114 +0,0 @@ -import call from './call'; - -export default class S3FileUploader { - constructor() { - this.listeners = {}; - } - - on(event, handler) { - this.listeners[event] = this.listeners[event] || []; - this.listeners[event].push(handler); - } - - trigger(event, data) { - let handlers = this.listeners[event] || []; - handlers.forEach(handler => { - handler.call(this, data); - }); - } - - upload(file, options) { - return new Promise(async (resolve, reject) => { - async function getUploadLink() { - try { - let response = await fetch( - `/api/action/jcloud.api.site.get_upload_link?file=${file.name}` - ); - let data = await response.json(); - return data.message; - } catch (e) { - reject(e); - } - } - const upload_link = await getUploadLink(); - const file_path = upload_link?.fields?.key; - - if (!file_path) { - return; - } - - let xhr = new XMLHttpRequest(); - xhr.upload.addEventListener('loadstart', () => { - this.trigger('start'); - }); - xhr.upload.addEventListener('progress', e => { - if (e.lengthComputable) { - this.trigger('progress', { - uploaded: e.loaded, - total: e.total - }); - } - }); - xhr.upload.addEventListener('load', () => { - this.trigger('finish'); - }); - xhr.addEventListener('error', () => { - this.trigger('error'); - reject(); - }); - xhr.onreadystatechange = () => { - if (xhr.readyState == XMLHttpRequest.DONE) { - let error; - if (xhr.status === 200 || xhr.status === 204) { - let r = null; - try { - r = JSON.parse(xhr.responseText); - } catch (e) { - r = xhr.responseText; - } - let out = - r.message || - call('jcloud.api.site.uploaded_backup_info', { - file: file.name, - path: file_path, - type: file.type, - size: file.size - }); - resolve(out || upload_link.fields.key); - } else { - // response from aws is in xml - let xmlDoc = new DOMParser().parseFromString( - xhr.responseText, - 'text/xml' - ); - let code = - xmlDoc.getElementsByTagName('Code')[0].childNodes[0].nodeValue; - let message = - xmlDoc.getElementsByTagName('Message')[0].childNodes[0].nodeValue; - console.error(`${code}: ${message}`); - error = xhr.responseText; - } - if (error && error.exc) { - console.error(JSON.parse(error.exc)[0]); - } - reject(error); - } - }; - - xhr.open('POST', upload_link.url, true); - xhr.setRequestHeader('Accept', 'application/json'); - - let form_data = new FormData(); - for (let key in upload_link.fields) { - if (upload_link.fields.hasOwnProperty(key)) { - form_data.append(key, upload_link.fields[key]); - } - } - if (file) { - form_data.append('file', file, file.name); - } - - xhr.send(form_data); - }); - } -} diff --git a/dashboard_backup/src/controllers/socket.js b/dashboard_backup/src/controllers/socket.js deleted file mode 100644 index a4d9a6a..0000000 --- a/dashboard_backup/src/controllers/socket.js +++ /dev/null @@ -1,13 +0,0 @@ -import { io } from 'socket.io-client'; -import config from '../../../../../sites/common_site_config.json'; - -let host = window.location.hostname; -let port = window.location.port ? `:${config.socketio_port}` : ''; -let protocol = port ? 'http' : 'https'; -let siteName = window.site_name || host; -let url = `${protocol}://${host}${port}/${siteName}`; -let socket = io(url, { - withCredentials: true -}); - -export default socket; diff --git a/dashboard_backup/src/data/notifications.js b/dashboard_backup/src/data/notifications.js deleted file mode 100644 index beb0ff0..0000000 --- a/dashboard_backup/src/data/notifications.js +++ /dev/null @@ -1,7 +0,0 @@ -import { createResource } from 'jingrow-ui'; - -export const unreadNotificationsCount = createResource({ - cache: 'Unread Notifications Count', - url: 'jcloud.api.notifications.get_unread_count', - initialData: 0 -}); diff --git a/dashboard_backup/src/main.js b/dashboard_backup/src/main.js deleted file mode 100644 index 0e98d9d..0000000 --- a/dashboard_backup/src/main.js +++ /dev/null @@ -1,108 +0,0 @@ -import App from './App.vue'; -import { createApp } from 'vue'; -import registerPlugins from './plugins'; -import registerRouter from './router/register'; -import registerControllers from './controllers/register'; -import registerGlobalComponents from './components/global/register'; -import * as Sentry from '@sentry/vue'; -import posthog from 'posthog-js'; -import { BrowserTracing } from '@sentry/tracing'; -import router from './router/index'; -import dayjs from 'dayjs'; -import { notify } from '@/utils/toast'; -import { - setConfig, - jingrowRequest, - pageMetaPlugin, - resourcesPlugin -} from 'jingrow-ui'; - -const app = createApp(App); -let request = options => { - let _options = options || {}; - _options.headers = options.headers || {}; - let currentTeam = localStorage.getItem('current_team'); - if (currentTeam) { - _options.headers['X-Jcloud-Team'] = currentTeam; - } - return jingrowRequest(_options); -}; -setConfig('resourceFetcher', request); -app.use(resourcesPlugin); -app.use(pageMetaPlugin); - -registerPlugins(app); -registerGlobalComponents(app); -const { auth, account } = registerControllers(app); -registerRouter(app, auth, account); - -// sentry -if (window.jcloud_frontend_sentry_dsn?.includes('https://')) { - Sentry.init({ - app, - dsn: window.jcloud_frontend_sentry_dsn, - integrations: [ - new BrowserTracing({ - routingInstrumentation: Sentry.vueRouterInstrumentation(router), - tracingOrigins: ['localhost', /^\//] - }) - ], - beforeSend(event, hint) { - const ignoreErrors = [ - /dynamically imported module/, - /NetworkError when attempting to fetch resource/ - ]; - const error = hint.originalException; - - if (error?.message && ignoreErrors.some(re => re.test(error.message))) - return null; - - return event; - }, - logErrors: true - }); -} - -// posthog -if (window.jcloud_frontend_posthog_host?.includes('https://')) { - try { - posthog.init(window.jcloud_frontend_posthog_project_id, { - api_host: window.jcloud_frontend_posthog_host, - autocapture: false, - capture_pageview: false, - capture_pageleave: false, - advanced_disable_decide: true - }); - window.posthog = posthog; - } catch (e) { - console.trace('Failed to initialize telemetry', e); - } -} - -if (import.meta.env.DEV) { - request({ - url: '/api/action/jcloud.www.dashboard.get_context_for_dev' - }).then(values => { - for (let key in values) { - window[key] = values[key]; - } - app.mount('#app'); - }); -} else { - app.mount('#app'); -} - -app.config.globalProperties.$dayjs = dayjs; -app.config.errorHandler = (error, instance) => { - if (instance) { - let errorMessage = error.message; - if (error.messages) errorMessage = error.messages.join('\n'); - notify({ - icon: 'x', - title: 'An error occurred', - message: errorMessage, - color: 'red' - }); - } - console.error(error); -}; diff --git a/dashboard_backup/src/plugins.js b/dashboard_backup/src/plugins.js deleted file mode 100644 index 7ffde53..0000000 --- a/dashboard_backup/src/plugins.js +++ /dev/null @@ -1,5 +0,0 @@ -import utils from './utils'; - -export default function registerPlugins(app) { - app.use(utils); -} diff --git a/dashboard_backup/src/registerServiceWorker.js b/dashboard_backup/src/registerServiceWorker.js deleted file mode 100644 index b243793..0000000 --- a/dashboard_backup/src/registerServiceWorker.js +++ /dev/null @@ -1,34 +0,0 @@ -/* eslint-disable no-console */ - -import { register } from 'register-service-worker'; - -if (import.meta.env.PROD) { - register(`${import.meta.env.BASE_URL}service-worker.js`, { - ready() { - console.log( - 'App is being served from cache by a service worker.\n' + - 'For more details, visit https://goo.gl/AFskqB' - ); - }, - registered() { - console.log('Service worker has been registered.'); - }, - cached() { - console.log('Content has been cached for offline use.'); - }, - updatefound() { - console.log('New content is downloading.'); - }, - updated() { - console.log('New content is available; please refresh.'); - }, - offline() { - console.log( - 'No internet connection found. App is running in offline mode.' - ); - }, - error(error) { - console.error('Error during service worker registration:', error); - } - }); -} diff --git a/dashboard_backup/src/router/index.js b/dashboard_backup/src/router/index.js deleted file mode 100644 index 27a2fa0..0000000 --- a/dashboard_backup/src/router/index.js +++ /dev/null @@ -1,566 +0,0 @@ -import Home from '../views/general/Home.vue'; -import { createRouter, createWebHistory } from 'vue-router'; - -const routes = [ - { - path: '/', - name: 'Home', - component: Home - }, - { - path: '/checkout/:secretKey', - name: 'Checkout', - component: () => import('../views/checkout/Checkout.vue'), - props: true, - meta: { - isLoginPage: true - } - }, - { - path: '/login', - name: 'Login', - component: () => import('../views/auth/Auth.vue'), - meta: { - isLoginPage: true - } - }, - { - path: '/signup', - name: 'Signup', - component: () => import('../views/auth/Auth.vue'), - meta: { - isLoginPage: true - } - }, - { - path: '/setup-account/:requestKey/:joinRequest?', - name: 'Setup Account', - component: () => import('../views/auth/SetupAccount.vue'), - props: true, - meta: { - isLoginPage: true - } - }, - { - path: '/reset-password/:requestKey', - name: 'Reset Password', - component: () => import('../views/auth/ResetPassword.vue'), - props: true, - meta: { - isLoginPage: true - } - }, - { - path: '/impersonate/:team', - name: 'Impersonate Team', - component: () => import('../views/auth/ImpersonateTeam.vue'), - props: true - }, - { - path: '/notifications', - name: 'Notifications', - component: () => import('../views/notifications/Notifications.vue') - }, - { - path: '/groups', - name: 'BenchesScreen', - component: () => import('../views/bench/Benches.vue') - }, - { - path: '/groups/new/:saas_app?', - name: 'NewBench', - meta: { - isSaasPage: true - }, - component: () => import('../views/bench/NewBench.vue'), - props: true - }, - { - path: '/servers/:server/bench/new', - name: 'NewServerBench', - component: () => import('../views/bench/NewBench.vue'), - props: true - }, - { - path: '/groups/:benchName', - name: 'Bench', - component: () => import('../views/bench/Bench.vue'), - props: true, - meta: { - isSaasPage: true - }, - redirect: { name: 'BenchSiteList' }, - children: [ - { - name: 'BenchSiteList', - path: 'sites', - component: () => import('../views/bench/BenchSites.vue'), - props: true - }, - { - path: 'apps', - component: () => import('../views/bench/BenchApps.vue'), - props: true - }, - { - path: 'bench-config', - component: () => import('../views/bench/BenchConfig.vue'), - props: true - }, - { - name: 'BenchDeploys', - path: 'deploys/:candidateName?', - component: () => import('../views/bench/BenchDeploys.vue'), - props: true - }, - { - path: 'logs/:instanceName/:logName?', - component: () => import('../views/bench/BenchLogs.vue'), - props: true - }, - { - name: 'BenchJobs', - path: 'jobs/:jobName?', - component: () => import('../views/bench/BenchJobs.vue'), - props: true - }, - { - path: 'settings', - component: () => import('../views/bench/BenchSettings.vue'), - props: true - } - ] - }, - { - path: '/groups/:benchName/apps/new', - name: 'NewBenchApp', - component: () => import('../views/bench/NewBenchApp.vue'), - props: true - }, - { - path: '/sites', - name: 'Sites', - component: () => import('../views/site/Sites.vue') - }, - { - path: '/:bench/sites', - name: 'BenchSites', - component: () => import('../views/site/Sites.vue'), - props: true - }, - { - path: '/sites/new', - name: 'NewSite', - component: () => import('../views/site/NewSite.vue'), - props: true - }, - { - path: '/:bench/new', - name: 'NewBenchSite', - component: () => import('../views/site/NewSite.vue'), - props: true - }, - { - path: '/sites/:siteName', - name: 'Site', - component: () => import('../views/site/Site.vue'), - props: true, - children: [ - { - name: 'SiteOverview', - path: 'overview', - component: () => import('../views/site/SiteOverview.vue') - }, - { - name: 'SiteAppsAndSubscriptions', - path: 'apps', - component: () => import('../views/site/SiteAppsAndSubscriptions.vue'), - props: true - }, - { - path: 'installing', - component: () => import('../views/site/SiteInstalling.vue') - }, - { - path: 'analytics', - component: () => import('../views/site/SiteCharts.vue'), - props: true - }, - { - path: 'database', - component: () => import('../views/site/SiteDatabase.vue') - }, - { - path: 'site-config', - component: () => import('../views/site/SiteConfig.vue') - }, - { - path: 'settings', - component: () => import('../views/site/SiteSettings.vue') - }, - { - path: 'console', - component: () => import('../views/site/SiteConsole.vue') - }, - { - name: 'SiteJobs', - path: 'jobs/:jobName?', - component: () => import('../views/site/SiteJobs.vue'), - props: true - }, - { - path: 'logs/:logName?', - component: () => import('../views/site/SiteLogs.vue'), - props: true - }, - { - path: 'auto-update', - component: () => import('../views/site/SiteAutoUpdate.vue'), - props: true - }, - { - path: 'monitor', - component: () => import('../views/site/SiteMonitorsList.vue'), - props: true, - children: [ - { - name: 'SiteRequestLogs', - path: 'request-logs', - component: () => import('../views/site/SiteRequestLogs.vue'), - props: true - }, - { - name: 'SiteBinaryLogs', - path: 'binary-logs', - component: () => import('../views/site/SiteBinaryLogs.vue'), - props: true - }, - { - name: 'MariaDBProcessList', - path: 'mariadb-process-list', - component: () => import('../views/site/SiteMariaDBProcessList.vue'), - props: true - }, - { - name: 'SiteMariaDBSlowQueries', - path: 'mariadb-slow-queries', - component: () => import('../views/site/SiteMariaDBSlowQueries.vue'), - props: true - }, - { - name: 'SiteDeadlockReport', - path: 'deadlock-report', - component: () => import('../views/site/SiteDeadlockReport.vue'), - props: true - } - ] - } - ] - }, - { - path: '/servers', - name: 'Servers', - component: () => import('../views/server/Servers.vue') - }, - { - path: '/servers/new', - name: 'NewServer', - component: () => import('../views/server/NewServer.vue'), - props: true - }, - { - path: '/servers/:serverName', - name: 'Server', - component: () => import('../views/server/Server.vue'), - props: true, - children: [ - { - name: 'ServerOverview', - path: 'overview', - component: () => import('../views/server/ServerOverview.vue'), - props: true - }, - { - name: 'ServerAnalytics', - path: 'analytics', - component: () => import('../views/server/ServerAnalytics.vue'), - props: true - }, - { - name: 'ServerBenches', - path: 'groups', - component: () => import('../views/server/ServerBenches.vue'), - props: true - }, - { - name: 'ServerJobs', - path: 'jobs/:jobName?', - component: () => import('../views/server/ServerJobs.vue'), - props: true - }, - { - name: 'ServerPlays', - path: 'plays/:playName?', - component: () => import('../views/server/ServerPlays.vue'), - props: true - }, - { - name: 'ServerInstall', - path: 'install', - component: () => import('../views/server/ServerInstall.vue'), - props: true - }, - { - name: 'ServerSettings', - path: 'settings', - component: () => import('../views/server/ServerSettings.vue'), - props: true - } - ] - }, - { - name: 'New SelfHosted Server', - path: '/selfhosted/new', - component: () => import('../views/server/NewSelfHostedServer.vue'), - props: true - }, - { - path: '/install-app/:marketplaceApp', - name: 'InstallMarketplaceApp', - component: () => import('@/views/marketplace/InstallMarketplaceApp.vue'), - props: true - }, - { - path: '/marketplace', - name: 'Marketplace', - component: () => import('../views/marketplace/Marketplace.vue'), - children: [ - { - path: 'publisher-profile', - component: () => - import('../views/marketplace/MarketplacePublisherProfile.vue') - }, - { - path: 'apps', - component: () => import('../views/marketplace/MarketplaceApps.vue') - }, - { - path: 'payouts/:payoutOrderName?', - component: () => import('../views/marketplace/MarketplacePayouts.vue'), - props: true - } - ] - }, - { - path: '/marketplace/apps/new', - name: 'NewMarketplaceApp', - component: () => import('../views/marketplace/NewMarketplaceApp.vue'), - props: true - }, - { - path: '/marketplace/apps/:appName', - name: 'MarketplaceApp', - component: () => import('../views/marketplace/MarketplaceApp.vue'), - props: true, - children: [ - { - name: 'MarketplaceAppOverview', - path: 'overview', - component: () => - import('../views/marketplace/MarketplaceAppOverview.vue') - }, - { - name: 'MarketplaceAppReview', - path: 'review', - component: () => - import('../views/marketplace/MarketplaceAppReview.vue'), - props: true - }, - { - name: 'MarketplaceAppAnalytics', - path: 'analytics', - component: () => - import('../views/marketplace/MarketplaceAppAnalytics.vue') - }, - { - name: 'MarketplaceAppDeployment', - path: 'releases', - component: () => - import('../views/marketplace/MarketplaceAppDeployment.vue') - }, - { - name: 'MarketplaceAppSubscriptions', - path: 'subscriptions', - component: () => - import('../views/marketplace/MarketplaceAppSubscriptions.vue'), - props: true - }, - { - name: 'MarketplaceAppPricing', - path: 'pricing', - component: () => - import('../views/marketplace/MarketplaceAppPricing.vue') - } - ] - }, - { - path: '/spaces', - name: 'Spaces', - component: () => import('../views/spaces/Spaces.vue') - }, - { - path: '/codeservers/new', - name: 'NewCodeServer', - component: () => import('../views/spaces/NewCodeServer.vue') - }, - { - path: '/codeservers/:serverName', - name: 'CodeServer', - component: () => import('../views/spaces/CodeServer.vue'), - props: true, - children: [ - { - name: 'CodeServerOverview', - path: 'overview', - component: () => import('../views/spaces/CodeServerOverview.vue') - }, - { - path: 'jobs/:jobName?', - component: () => import('../views/spaces/CodeServerJobs.vue'), - props: true - } - ] - }, - { - path: '/setup-site/:product', - name: 'App Site Setup', - component: () => import('../views/site/AppSiteSetup.vue'), - props: true, - meta: { - hideSidebar: true - } - }, - { - path: '/subscription/:site?', - name: 'Subscription', - component: () => import('../views/checkout/Subscription.vue'), - props: true, - meta: { - hideSidebar: true - } - }, - { - path: '/billing/:invoiceName?', - name: 'BillingScreen', - props: true, - redirect: { name: 'BillingOverview' }, - component: () => import('../views/billing/AccountBilling.vue'), - children: [ - { - name: 'BillingOverview', - path: 'overview', - component: () => import('../views/billing/BillingOverview.vue') - }, - { - name: 'Payment Methods', - path: 'payment', - component: () => import('../views/billing/PaymentMethods.vue') - }, - { - name: 'Invoices', - path: 'invoices', - props: true, - component: () => import('../views/billing/AccountBillingPayments.vue') - }, - { - name: 'Credit Balance', - path: 'credit-balance', - component: () => - import('../views/billing/AccountBillingCreditBalance.vue') - } - ] - }, - { - path: '/settings', - name: 'SettingsScreen', - redirect: { name: 'ProfileSettings' }, - component: () => import('../views/settings/AccountSettings.vue'), - children: [ - { - name: 'ProfileSettings', - path: 'profile', - component: () => import('../views/settings/ProfileSettings.vue') - }, - { - name: 'TeamSettings', - path: 'team', - component: () => import('../views/settings/TeamSettings.vue') - }, - { - name: 'DeveloperSettings', - path: 'developer', - component: () => import('../views/settings/DeveloperSettings.vue') - }, - { - name: 'PartnerSettings', - path: 'partner', - component: () => import('../views/settings/PartnerSettings.vue') - } - ] - }, - { - path: '/security', - name: 'Security', - component: () => import('../views/security/Servers.vue') - }, - { - path: '/security/:serverName', - name: 'ServerSecurity', - component: () => import('../views/security/Security.vue'), - props: true, - children: [ - { - name: 'SecurityOverview', - path: 'overview', - component: () => import('../views/security/SecurityOverview.vue'), - props: true - }, - { - name: 'SecurityUpdates', - path: 'security_update/:updateId?', - component: () => import('../views/security/SecurityUpdates.vue'), - props: true - }, - { - name: 'Firewall', - path: 'firewall/', - // component: () => import('../views/security/SecurityUpdateInfo.vue'), - props: true - }, - { - name: 'SSH Session Logs', - path: 'ssh_session_logs/:logId?', - component: () => import('../views/security/SSHSession.vue'), - props: true - }, - { - name: 'Nginx Overview', - path: 'nginx_overview/', - // component: () => import('../views/security/SecurityUpdateInfo.vue'), - props: true - } - ] - }, - { - name: 'NotFound', - path: '/:pathMatch(.*)*', - component: () => import('../views/general/404.vue') - } -]; - -const router = createRouter({ - history: createWebHistory('/dashboard-old/'), - routes -}); - -export default router; diff --git a/dashboard_backup/src/router/register.js b/dashboard_backup/src/router/register.js deleted file mode 100644 index 951b368..0000000 --- a/dashboard_backup/src/router/register.js +++ /dev/null @@ -1,43 +0,0 @@ -import router from './index'; - -export default function registerRouter(app, auth, account) { - app.use(router); - - router.beforeEach(async (to, from, next) => { - // TODO: Remove once the new signup flow is live, - // currently this is being called for every guest request which breaks the current signup flow - // await account.fetchIfRequired(); - - if (to.name == 'Home') { - next({ name: 'Sites' }); - return; - } - - if (to.matched.some(record => !record.meta.isLoginPage)) { - // this route requires auth, check if logged in - // if not, redirect to login page. - if (!auth.isLoggedIn) { - next({ name: 'Login', query: { route: to.path } }); - } else { - if (!account.user) { - await account.fetchAccount(); - } - next(); - } - } else { - // if already logged in, route to /sites - if (auth.isLoggedIn) { - if (!account.user) { - await account.fetchAccount(); - } - if (to?.query?.route) { - next({ path: to.query.route }); - } else { - next({ name: 'Sites' }); - } - } else { - next(); - } - } - }); -} diff --git a/dashboard_backup/src/tests/core/ClickToCopy.test.js b/dashboard_backup/src/tests/core/ClickToCopy.test.js deleted file mode 100644 index c672cf8..0000000 --- a/dashboard_backup/src/tests/core/ClickToCopy.test.js +++ /dev/null @@ -1,53 +0,0 @@ -import { nextTick } from 'vue'; -import { mount } from '@vue/test-utils'; -import { describe, expect, test, vi } from 'vitest'; -import ClickToCopyField from '@/components/ClickToCopyField.vue'; - -// Mocking clipboard API -let clipboardData = ''; -Object.assign(window.navigator, { - clipboard: { - writeText: vi.fn(data => { - clipboardData = data; - return Promise.resolve(); - }), - readText: vi.fn(() => clipboardData) - } -}); - -describe('ClickToCopyField Component', () => { - test('displays the passed text content', () => { - expect(ClickToCopyField).toBeTruthy(); - - const wrapper = mount(ClickToCopyField, { - props: { - textContent: 'Test' - } - }); - - expect(wrapper.html()).contains('Test'); - }); - - test("let's us copy with a button click", async () => { - const $notify = vi.fn(); - expect(ClickToCopyField).toBeTruthy(); - - const wrapper = mount(ClickToCopyField, { - props: { - textContent: 'Test' - }, - global: { - mocks: { - $notify - } - } - }); - - wrapper.find('button').isVisible(); - wrapper.find('button').trigger('click'); - - await nextTick(); - - expect(navigator.clipboard.readText()).toBe('Test'); - }); -}); diff --git a/dashboard_backup/src/tests/core/FeatureList.test.js b/dashboard_backup/src/tests/core/FeatureList.test.js deleted file mode 100644 index b1dd180..0000000 --- a/dashboard_backup/src/tests/core/FeatureList.test.js +++ /dev/null @@ -1,19 +0,0 @@ -import { mount } from '@vue/test-utils'; -import { describe, expect, test } from 'vitest'; -import FeatureList from '@/components/FeatureList.vue'; - -describe('FeatureList Component', () => { - test('feature list renders with 2 features in correct order', async () => { - expect(FeatureList).toBeTruthy(); - - const wrapper = mount(FeatureList, { - props: { - features: ['Feature 1', 'Feature 2'] - } - }); - - expect(wrapper.findAll('li').length).toBe(2); - expect(wrapper.findAll('li')[0].text()).toBe('Feature 1'); - expect(wrapper.findAll('li')[1].text()).toBe('Feature 2'); - }); -}); diff --git a/dashboard_backup/src/tests/core/RichSelect.test.js b/dashboard_backup/src/tests/core/RichSelect.test.js deleted file mode 100644 index 9bbdf37..0000000 --- a/dashboard_backup/src/tests/core/RichSelect.test.js +++ /dev/null @@ -1,82 +0,0 @@ -import { mount, config } from '@vue/test-utils'; -import { test, describe, expect } from 'vitest'; -import RichSelect from '@/components/RichSelect.vue'; -import { setupGlobalConfig } from '../setup/msw'; -import { nextTick } from 'vue'; - -setupGlobalConfig(config); // Setup vue app global config - -// Ref: Testing teleports -// https://test-utils.vuejs.org/guide/advanced/teleport.html#interacting-with-the-teleported-component - -let wrapper; - -beforeEach(() => { - // create teleport target - const el = document.createElement('div'); - el.id = 'popovers'; - document.body.appendChild(el); - - wrapper = mount(RichSelect, { - props: { - value: 'opt-1', - options: [ - { - label: 'Option 1', - value: 'opt-1', - image: 'https://via.placeholder.com/100x100' - }, - { - label: 'Option 2', - value: 'opt-2', - image: 'https://via.placeholder.com/200x200' - } - ] - } - }); -}); - -afterEach(() => { - // clean up - document.body.outerHTML = ''; -}); - -describe('Rich Select Component', () => { - test('should display a dropdown menu', () => { - expect(RichSelect).toBeTruthy(); - - expect(wrapper.find('button').exists()).toBe(true); - - // Image should be displayed along with the label - expect(wrapper.find('img').exists()).toBe(true); - expect(wrapper.find('img').attributes('src')).toBe( - 'https://via.placeholder.com/100x100' - ); - - expect(wrapper.text()).toContain('Option 1'); - }); - - test('should display a popup with desired options', () => { - expect(wrapper.find('button').exists()).toBe(true); - wrapper.find('button').trigger('click'); - - // Test images are displayed - const images = document.getElementsByTagName('img'); - expect(images.length).toBe(2); - expect(images[0].src).toBe('https://via.placeholder.com/100x100'); - expect(images[1].src).toBe('https://via.placeholder.com/200x200'); - - // Test labels are displayed - expect(images[0].parentNode.children[1].innerHTML).toBe('Option 1'); - expect(images[1].parentNode.children[1].innerHTML).toBe('Option 2'); - }); - - test('should emit on clicking of other option', () => { - wrapper.find('button').trigger('click'); - expect(wrapper.text()).toContain('Option 1'); - const images = document.getElementsByTagName('img'); - - images[1].parentNode.click(); - expect(wrapper.emitted('change')[0]).toEqual(['opt-2']); - }); -}); diff --git a/dashboard_backup/src/tests/core/StarRatingComponent.test.js b/dashboard_backup/src/tests/core/StarRatingComponent.test.js deleted file mode 100644 index d629505..0000000 --- a/dashboard_backup/src/tests/core/StarRatingComponent.test.js +++ /dev/null @@ -1,28 +0,0 @@ -import { mount } from '@vue/test-utils'; -import { test, describe, expect } from 'vitest'; -import StarRatingInput from '@/components/StarRatingInput.vue'; - -describe('Star Rating Component', () => { - test('should display 5 star icons', () => { - expect(StarRatingInput).toBeTruthy(); - - const wrapper = mount(StarRatingInput); - expect(wrapper.findAll('svg').length).toBe(5); - }); - - test('should emit on star click', () => { - const wrapper = mount(StarRatingInput); - - // Click on the second star - wrapper.findAll('svg')[1].trigger('click'); - - // An modelValue update event should be emitted - expect(wrapper.emitted()).toHaveProperty('update:modelValue'); - - // The modelValue should be 1 - const updateEvent = wrapper.emitted('update:modelValue'); - - // Should emit "2" as the emit payload - expect(updateEvent[1][0]).toBe(2); - }); -}); diff --git a/dashboard_backup/src/tests/setup/msw.js b/dashboard_backup/src/tests/setup/msw.js deleted file mode 100644 index a07fe06..0000000 --- a/dashboard_backup/src/tests/setup/msw.js +++ /dev/null @@ -1,52 +0,0 @@ -import { rest } from 'msw'; -import router from '@/router'; -import fetch from 'node-fetch'; -import { setupServer } from 'msw/node'; -import { config } from '@vue/test-utils'; -import resourceManager from '@/resourceManager'; -import { components } from '@/components/global/register'; -import { afterAll, afterEach, beforeAll, vi } from 'vitest'; -import outsideClickDirective from '@/components/global/outsideClickDirective'; - -const FAKE_BASE_URL = 'http://fc.tests'; - -const restHandlers = [ - rest.post( - FAKE_BASE_URL + '/api/action/jcloud.api.site.features', - (req, res, ctx) => { - return res(ctx.status(200), ctx.json({ message: apps })); - } - ) -]; - -const server = setupServer(...restHandlers); - -beforeAll(() => { - setupGlobalConfig(config); // Plugins, global components etc. - - // Have to mock fetch, since tests run in node environment - vi.stubGlobal('fetch', (url, options) => fetch(FAKE_BASE_URL + url, options)); - - // Starts the msw server - server.listen({ onUnhandledRequest: 'error' }); -}); - -// Close server after all tests -afterAll(() => server.close()); - -afterEach(() => server.resetHandlers()); - -export function setupGlobalConfig(config) { - const globalComponents = {}; - for (let path in components) { - let component = components[path]; - let name = path.replace('./', '').replace('.vue', ''); - globalComponents[name] = component.default || component; - } - - config.global.components = globalComponents; - config.global.plugins = [resourceManager, router]; - config.global.directives = { - 'on-outside-click': outsideClickDirective - }; -} diff --git a/dashboard_backup/src/utils.js b/dashboard_backup/src/utils.js deleted file mode 100644 index e6d3473..0000000 --- a/dashboard_backup/src/utils.js +++ /dev/null @@ -1,210 +0,0 @@ -import { DateTime, Duration } from 'luxon'; -import theme from '../tailwind.theme.json'; - -let utils = { - methods: { - $plural(number, singular, plural) { - if (number === 1) { - return singular; - } - return plural; - }, - $date(date, serverDatesTimezone = 'Asia/Kolkata') { - // assuming all dates on the server are stored in our timezone - - let localZone = DateTime.local().zoneName; - return DateTime.fromSQL(date, { zone: serverDatesTimezone }).setZone( - localZone - ); - }, - round(number, precision) { - let multiplier = Math.pow(10, precision || 0); - return Math.round(number * multiplier) / multiplier; - }, - formatDate(value, type = 'DATETIME_FULL', isUTC = false) { - let datetime = isUTC ? this.$date(value, 'UTC') : this.$date(value); - let format = value; - if (type === 'relative') { - format = datetime.toRelative(); - } else { - let formatOptions = DateTime[type]; - format = datetime.toLocaleString(formatOptions); - } - return format; - }, - $formatDuration(value) { - // Remove decimal seconds - value = value.split('.')[0]; - - // Add leading zero - // 0:0:2 -> 00:00:02 - const formattedDuration = value - .split(':') - .map(x => x.padStart(2, '0')) - .join(':'); - - const dateTime = Duration.fromISOTime(formattedDuration).toObject(); - const hourString = dateTime.hours ? `${dateTime.hours}h` : ''; - const minuteString = dateTime.minutes ? `${dateTime.minutes}m` : ''; - const secondString = `${dateTime.seconds}s`; - - return `${hourString} ${minuteString} ${secondString}`; - }, - formatBytes(bytes, decimals = 2, current = 0) { - if (bytes === 0) return '0 Bytes'; - - const k = 1024; - const dm = decimals < 0 ? 0 : decimals; - const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; - const i = Math.floor(Math.log(Math.abs(bytes)) / Math.log(k)); - - return ( - parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + - ' ' + - sizes[i + current] - ); - }, - $formatCPUTime(duration) { - return duration / 1000000; - }, - $planTitle(plan) { - let china = this.$account.team.country == 'china'; - let currency = china ? '¥' : '$'; - let price_field = china ? 'price_cny' : 'price_usd'; - let price = - plan.block_monthly == 1 ? plan[price_field] * 12 : plan[price_field]; - return price > 0 ? `${currency}${price}` : plan.plan_title; - }, - trialEndsInDaysText(date) { - let diff = this.$date(date).diff(DateTime.local(), ['days']).toObject(); - - let days = diff.days; - if (days > 1) { - return `in ${Math.floor(days)} days`; - } - return 'in a day'; - }, - $routeTo404PageIfNotFound(errorMessage) { - if (errorMessage.indexOf('not found') >= 0) { - this.$router.push({ - name: 'NotFound', - // preserve current path and remove the first char to avoid the target URL starting with `//` - params: { pathMatch: this.$route.path.substring(1).split('/') }, - // preserve existing query and hash if any - query: this.$route.query, - hash: this.$route.hash - }); - } - }, - $siteStatus(site) { - let status = site.status; - if (site.update_available && site.status == 'Active') { - status = 'Update Available'; - } - - let usage = Math.max( - site.current_cpu_usage, - site.current_database_usage, - site.current_disk_usage - ); - if (usage && usage >= 80 && status == 'Active') { - status = 'Attention Required'; - } - if (site.trial_end_date) { - status = 'Trial'; - } - return status; - }, - $sanitize(text) { - if (!text) return text; - const map = { - '&': '&', - '<': '<', - '>': '>', - '"': '"', - "'": ''', - '/': '/' - }; - const reg = /[&<>"'/]/gi; - return text.replace(reg, match => map[match]); - } - }, - computed: { - $theme() { - return theme; - }, - $platform() { - const ua = navigator.userAgent.toLowerCase(); - - if (ua.indexOf('win') > -1) { - return 'win'; - } else if (ua.indexOf('mac') > -1) { - return 'mac'; - } else if (ua.indexOf('x11') > -1 || ua.indexOf('linux') > -1) { - return 'linux'; - } - } - } -}; - -export function validateGST(gst) { - // https://github.com/raysk4ever/raysk-vali/blob/master/validate.js#L51 - const gstReg = new RegExp( - /\d{2}[A-Z]{5}\d{4}[A-Z]{1}[A-Z\d]{1}[Z]{1}[A-Z\d]{1}/ - ); - return gstReg.test(gst); -} - -export default function install(Vue) { - Vue.mixin(utils); -} - -export function isWasmSupported() { - // Check if browser supports WASM - // ref: https://stackoverflow.com/a/47880734/10309266 - return (() => { - try { - if ( - typeof WebAssembly === 'object' && - typeof WebAssembly.instantiate === 'function' - ) { - const module = new WebAssembly.Module( - Uint8Array.of(0x0, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00) - ); - if (module instanceof WebAssembly.Module) - return ( - new WebAssembly.Instance(module) instanceof WebAssembly.Instance - ); - } - } catch (e) {} // eslint-disable-line no-empty - return false; - })(); -} - -export async function trypromise(promise) { - try { - let data = await promise; - return [null, data]; - } catch (error) { - return [error, null]; - } -} - -export function validateSubdomain(subdomain) { - if (!subdomain) { - return 'Subdomain cannot be empty'; - } - if (subdomain.length < 5) { - return 'Subdomain too short. Use 5 or more characters'; - } - if (subdomain.length > 32) { - return 'Subdomain too long. Use 32 or less characters'; - } - if (!subdomain.match(/^[a-z0-9][a-z0-9-]*[a-z0-9]$/)) { - return 'Subdomain contains invalid characters. Use lowercase characters, numbers and hyphens'; - } - return null; -} - -export { utils }; -export { default as dayjs } from './utils/dayjs'; diff --git a/dashboard_backup/src/utils/billing.js b/dashboard_backup/src/utils/billing.js deleted file mode 100644 index a3baf05..0000000 --- a/dashboard_backup/src/utils/billing.js +++ /dev/null @@ -1,287 +0,0 @@ -export const chinaStates = [ - '安徽省', - '北京市', - '重庆市', - '福建省', - '甘肃省', - '广东省', - '广西壮族自治区', - '贵州省', - '海南省', - '河北省', - '河南省', - '黑龙江省', - '湖北省', - '湖南省', - '吉林省', - '江苏省', - '江西省', - '辽宁省', - '内蒙古自治区', - '宁夏回族自治区', - '青海省', - '山东省', - '山西省', - '陕西省', - '上海市', - '四川省', - '天津市', - '西藏自治区', - '新疆维吾尔自治区', - '云南省', - '浙江省', - '香港特别行政区', - '澳门特别行政区', - '台湾省' -]; - -// 国家代码(小写)到中文名称的映射 -export const countryNameMap = { - 'af': '阿富汗', - 'ax': '奥兰群岛', - 'al': '阿尔巴尼亚', - 'dz': '阿尔及利亚', - 'as': '美属萨摩亚', - 'ad': '安道尔', - 'ao': '安哥拉', - 'ai': '安圭拉', - 'aq': '南极洲', - 'ag': '安提瓜和巴布达', - 'ar': '阿根廷', - 'am': '亚美尼亚', - 'aw': '阿鲁巴', - 'au': '澳大利亚', - 'at': '奥地利', - 'az': '阿塞拜疆', - 'bs': '巴哈马', - 'bh': '巴林', - 'bd': '孟加拉国', - 'bb': '巴巴多斯', - 'by': '白俄罗斯', - 'be': '比利时', - 'bz': '伯利兹', - 'bj': '贝宁', - 'bm': '百慕大', - 'bt': '不丹', - 'bo': '玻利维亚', - 'ba': '波斯尼亚和黑塞哥维那', - 'bw': '博茨瓦纳', - 'bv': '布韦岛', - 'br': '巴西', - 'io': '英属印度洋领地', - 'bn': '文莱', - 'bg': '保加利亚', - 'bf': '布基纳法索', - 'bi': '布隆迪', - 'kh': '柬埔寨', - 'cm': '喀麦隆', - 'ca': '加拿大', - 'cv': '佛得角', - 'ky': '开曼群岛', - 'cf': '中非共和国', - 'td': '乍得', - 'cl': '智利', - 'cn': '中国', - 'cx': '圣诞岛', - 'cc': '科科斯(基林)群岛', - 'co': '哥伦比亚', - 'km': '科摩罗', - 'cg': '刚果共和国', - 'cd': '刚果民主共和国', - 'ck': '库克群岛', - 'cr': '哥斯达黎加', - 'ci': '科特迪瓦', - 'hr': '克罗地亚', - 'cu': '古巴', - 'cy': '塞浦路斯', - 'cz': '捷克共和国', - 'dk': '丹麦', - 'dj': '吉布提', - 'dm': '多米尼克', - 'do': '多米尼加共和国', - 'ec': '厄瓜多尔', - 'eg': '埃及', - 'sv': '萨尔瓦多', - 'gq': '赤道几内亚', - 'er': '厄立特里亚', - 'ee': '爱沙尼亚', - 'et': '埃塞俄比亚', - 'fk': '福克兰群岛', - 'fo': '法罗群岛', - 'fj': '斐济', - 'fi': '芬兰', - 'fr': '法国', - 'gf': '法属圭亚那', - 'pf': '法属波利尼西亚', - 'tf': '法属南部领地', - 'ga': '加蓬', - 'gm': '冈比亚', - 'ge': '格鲁吉亚', - 'de': '德国', - 'gh': '加纳', - 'gi': '直布罗陀', - 'gr': '希腊', - 'gl': '格陵兰', - 'gd': '格林纳达', - 'gp': '瓜德罗普', - 'gu': '关岛', - 'gt': '危地马拉', - 'gg': '根西岛', - 'gn': '几内亚', - 'gw': '几内亚比绍', - 'gy': '圭亚那', - 'ht': '海地', - 'hm': '赫德岛和麦克唐纳群岛', - 'va': '梵蒂冈', - 'hn': '洪都拉斯', - 'hk': '香港', - 'hu': '匈牙利', - 'is': '冰岛', - 'in': '印度', - 'id': '印度尼西亚', - 'ir': '伊朗', - 'iq': '伊拉克', - 'ie': '爱尔兰', - 'im': '马恩岛', - 'il': '以色列', - 'it': '意大利', - 'jm': '牙买加', - 'jp': '日本', - 'je': '泽西岛', - 'jo': '约旦', - 'kz': '哈萨克斯坦', - 'ke': '肯尼亚', - 'ki': '基里巴斯', - 'kp': '朝鲜', - 'kr': '韩国', - 'kw': '科威特', - 'kg': '吉尔吉斯斯坦', - 'la': '老挝', - 'lv': '拉脱维亚', - 'lb': '黎巴嫩', - 'ls': '莱索托', - 'lr': '利比里亚', - 'ly': '利比亚', - 'li': '列支敦士登', - 'lt': '立陶宛', - 'lu': '卢森堡', - 'mo': '澳门', - 'mk': '北马其顿', - 'mg': '马达加斯加', - 'mw': '马拉维', - 'my': '马来西亚', - 'mv': '马尔代夫', - 'ml': '马里', - 'mt': '马耳他', - 'mh': '马绍尔群岛', - 'mq': '马提尼克', - 'mr': '毛里塔尼亚', - 'mu': '毛里求斯', - 'yt': '马约特', - 'mx': '墨西哥', - 'fm': '密克罗尼西亚', - 'md': '摩尔多瓦', - 'mc': '摩纳哥', - 'mn': '蒙古', - 'me': '黑山', - 'ms': '蒙特塞拉特', - 'ma': '摩洛哥', - 'mz': '莫桑比克', - 'mm': '缅甸', - 'na': '纳米比亚', - 'nr': '瑙鲁', - 'np': '尼泊尔', - 'nl': '荷兰', - 'nc': '新喀里多尼亚', - 'nz': '新西兰', - 'ni': '尼加拉瓜', - 'ne': '尼日尔', - 'ng': '尼日利亚', - 'nu': '纽埃', - 'nf': '诺福克岛', - 'mp': '北马里亚纳群岛', - 'no': '挪威', - 'om': '阿曼', - 'pk': '巴基斯坦', - 'pw': '帕劳', - 'ps': '巴勒斯坦', - 'pa': '巴拿马', - 'pg': '巴布亚新几内亚', - 'py': '巴拉圭', - 'pe': '秘鲁', - 'ph': '菲律宾', - 'pn': '皮特凯恩群岛', - 'pl': '波兰', - 'pt': '葡萄牙', - 'pr': '波多黎各', - 'qa': '卡塔尔', - 're': '留尼汪', - 'ro': '罗马尼亚', - 'ru': '俄罗斯', - 'rw': '卢旺达', - 'bl': '圣巴泰勒米', - 'sh': '圣赫勒拿', - 'kn': '圣基茨和尼维斯', - 'lc': '圣卢西亚', - 'mf': '法属圣马丁', - 'pm': '圣皮埃尔和密克隆', - 'vc': '圣文森特和格林纳丁斯', - 'ws': '萨摩亚', - 'sm': '圣马力诺', - 'st': '圣多美和普林西比', - 'sa': '沙特阿拉伯', - 'sn': '塞内加尔', - 'rs': '塞尔维亚', - 'sc': '塞舌尔', - 'sl': '塞拉利昂', - 'sg': '新加坡', - 'sx': '荷属圣马丁', - 'sk': '斯洛伐克', - 'si': '斯洛文尼亚', - 'sb': '所罗门群岛', - 'so': '索马里', - 'za': '南非', - 'gs': '南乔治亚和南桑威奇群岛', - 'ss': '南苏丹', - 'es': '西班牙', - 'lk': '斯里兰卡', - 'sd': '苏丹', - 'sr': '苏里南', - 'sj': '斯瓦尔巴和扬马延', - 'sz': '斯威士兰', - 'se': '瑞典', - 'ch': '瑞士', - 'sy': '叙利亚', - 'tw': '台湾', - 'tj': '塔吉克斯坦', - 'tz': '坦桑尼亚', - 'th': '泰国', - 'tl': '东帝汶', - 'tg': '多哥', - 'tk': '托克劳', - 'to': '汤加', - 'tt': '特立尼达和多巴哥', - 'tn': '突尼斯', - 'tr': '土耳其', - 'tm': '土库曼斯坦', - 'tc': '特克斯和凯科斯群岛', - 'tv': '图瓦卢', - 'ug': '乌干达', - 'ua': '乌克兰', - 'ae': '阿拉伯联合酋长国', - 'gb': '英国', - 'us': '美国', - 'um': '美国本土外小岛屿', - 'uy': '乌拉圭', - 'uz': '乌兹别克斯坦', - 'vu': '瓦努阿图', - 've': '委内瑞拉', - 'vn': '越南', - 'vg': '英属维尔京群岛', - 'vi': '美属维尔京群岛', - 'wf': '瓦利斯和富图纳', - 'eh': '西撒哈拉', - 'ye': '也门', - 'zm': '赞比亚', - 'zw': '津巴布韦' -}; diff --git a/dashboard_backup/src/utils/dayjs.js b/dashboard_backup/src/utils/dayjs.js deleted file mode 100644 index 8b2ab04..0000000 --- a/dashboard_backup/src/utils/dayjs.js +++ /dev/null @@ -1,62 +0,0 @@ -import dayjs from 'dayjs'; -import relativeTime from 'dayjs/esm/plugin/relativeTime'; -import localizedFormat from 'dayjs/plugin/localizedFormat'; -import updateLocale from 'dayjs/plugin/updateLocale'; -import isToday from 'dayjs/plugin/isToday'; -import utc from 'dayjs/plugin/utc'; -import timezone from 'dayjs/plugin/timezone'; - -dayjs.extend(updateLocale); -dayjs.extend(relativeTime); -dayjs.extend(localizedFormat); -dayjs.extend(isToday); -dayjs.extend(utc); -dayjs.extend(timezone); - -dayjs.shortFormating = (s, ago = false) => { - if (s === 'now' || s === 'now ago') { - return 'now'; - } - - const prefix = s.split(' ')[0]; - const posfix = s.split(' ')[1]; - const isPast = s.includes('ago'); - let newPostfix = ''; - switch (posfix) { - case 'minute': - newPostfix = 'm'; - break; - case 'minutes': - newPostfix = 'm'; - break; - case 'hour': - newPostfix = 'h'; - break; - case 'hours': - newPostfix = 'h'; - break; - case 'day': - newPostfix = 'd'; - break; - case 'days': - newPostfix = 'd'; - break; - case 'month': - newPostfix = 'M'; - break; - case 'months': - newPostfix = 'M'; - break; - case 'year': - newPostfix = 'Y'; - break; - case 'years': - newPostfix = 'Y'; - break; - } - return `${['a', 'an'].includes(prefix) ? '1' : prefix} ${newPostfix}${ - isPast ? (ago ? ' ago' : '') : '' - }`; -}; - -export default dayjs; diff --git a/dashboard_backup/src/utils/toast.js b/dashboard_backup/src/utils/toast.js deleted file mode 100644 index a2a4871..0000000 --- a/dashboard_backup/src/utils/toast.js +++ /dev/null @@ -1,15 +0,0 @@ -import { ref } from 'vue'; - -export const notifications = ref([]); - -export const hideNotification = id => { - notifications.value = notifications.value.filter(props => props.id !== id); -}; - -export const notify = props => { - // TODO: remove the line below once the jingrow-ui bug (onError triggers twice) is fixed - if (notifications.value.some(n => n.message === props.message)) return; - props.id = Math.floor(Math.random() * 1000 + Date.now()); - notifications.value.push(props); - setTimeout(() => hideNotification(props.id), props.timeout || 5000); -}; diff --git a/dashboard_backup/src/views/auth/Auth.vue b/dashboard_backup/src/views/auth/Auth.vue deleted file mode 100644 index 830ce52..0000000 --- a/dashboard_backup/src/views/auth/Auth.vue +++ /dev/null @@ -1,248 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/auth/ImpersonateTeam.vue b/dashboard_backup/src/views/auth/ImpersonateTeam.vue deleted file mode 100644 index c6dc035..0000000 --- a/dashboard_backup/src/views/auth/ImpersonateTeam.vue +++ /dev/null @@ -1,23 +0,0 @@ - - diff --git a/dashboard_backup/src/views/auth/Login.vue b/dashboard_backup/src/views/auth/Login.vue deleted file mode 100644 index 719c988..0000000 --- a/dashboard_backup/src/views/auth/Login.vue +++ /dev/null @@ -1,179 +0,0 @@ - - diff --git a/dashboard_backup/src/views/auth/ResetPassword.vue b/dashboard_backup/src/views/auth/ResetPassword.vue deleted file mode 100644 index aac240f..0000000 --- a/dashboard_backup/src/views/auth/ResetPassword.vue +++ /dev/null @@ -1,90 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/auth/SetupAccount.vue b/dashboard_backup/src/views/auth/SetupAccount.vue deleted file mode 100644 index be6736c..0000000 --- a/dashboard_backup/src/views/auth/SetupAccount.vue +++ /dev/null @@ -1,210 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/Bench.vue b/dashboard_backup/src/views/bench/Bench.vue deleted file mode 100644 index a987fb1..0000000 --- a/dashboard_backup/src/views/bench/Bench.vue +++ /dev/null @@ -1,252 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/BenchApps.vue b/dashboard_backup/src/views/bench/BenchApps.vue deleted file mode 100644 index e1fa099..0000000 --- a/dashboard_backup/src/views/bench/BenchApps.vue +++ /dev/null @@ -1,284 +0,0 @@ - - diff --git a/dashboard_backup/src/views/bench/BenchConfig.vue b/dashboard_backup/src/views/bench/BenchConfig.vue deleted file mode 100644 index c6cbda1..0000000 --- a/dashboard_backup/src/views/bench/BenchConfig.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/BenchDependencies.vue b/dashboard_backup/src/views/bench/BenchDependencies.vue deleted file mode 100644 index 9b4b176..0000000 --- a/dashboard_backup/src/views/bench/BenchDependencies.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/BenchDeploys.vue b/dashboard_backup/src/views/bench/BenchDeploys.vue deleted file mode 100644 index b55aadf..0000000 --- a/dashboard_backup/src/views/bench/BenchDeploys.vue +++ /dev/null @@ -1,216 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/BenchDropDialog.vue b/dashboard_backup/src/views/bench/BenchDropDialog.vue deleted file mode 100644 index e6097b4..0000000 --- a/dashboard_backup/src/views/bench/BenchDropDialog.vue +++ /dev/null @@ -1,72 +0,0 @@ - - diff --git a/dashboard_backup/src/views/bench/BenchJobs.vue b/dashboard_backup/src/views/bench/BenchJobs.vue deleted file mode 100644 index 507970a..0000000 --- a/dashboard_backup/src/views/bench/BenchJobs.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/BenchLogs.vue b/dashboard_backup/src/views/bench/BenchLogs.vue deleted file mode 100644 index b7a3b8d..0000000 --- a/dashboard_backup/src/views/bench/BenchLogs.vue +++ /dev/null @@ -1,57 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/BenchLogsDetail.vue b/dashboard_backup/src/views/bench/BenchLogsDetail.vue deleted file mode 100644 index 94d5a83..0000000 --- a/dashboard_backup/src/views/bench/BenchLogsDetail.vue +++ /dev/null @@ -1,70 +0,0 @@ - - diff --git a/dashboard_backup/src/views/bench/BenchRegions.vue b/dashboard_backup/src/views/bench/BenchRegions.vue deleted file mode 100644 index 6edcca6..0000000 --- a/dashboard_backup/src/views/bench/BenchRegions.vue +++ /dev/null @@ -1,128 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/BenchSettings.vue b/dashboard_backup/src/views/bench/BenchSettings.vue deleted file mode 100644 index 20233ee..0000000 --- a/dashboard_backup/src/views/bench/BenchSettings.vue +++ /dev/null @@ -1,29 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/BenchSites.vue b/dashboard_backup/src/views/bench/BenchSites.vue deleted file mode 100644 index 293b4dc..0000000 --- a/dashboard_backup/src/views/bench/BenchSites.vue +++ /dev/null @@ -1,557 +0,0 @@ - - diff --git a/dashboard_backup/src/views/bench/Benches.vue b/dashboard_backup/src/views/bench/Benches.vue deleted file mode 100644 index 2402d84..0000000 --- a/dashboard_backup/src/views/bench/Benches.vue +++ /dev/null @@ -1,308 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/EditBenchTitleDialog.vue b/dashboard_backup/src/views/bench/EditBenchTitleDialog.vue deleted file mode 100644 index 07e2c14..0000000 --- a/dashboard_backup/src/views/bench/EditBenchTitleDialog.vue +++ /dev/null @@ -1,63 +0,0 @@ - - diff --git a/dashboard_backup/src/views/bench/NewBench.vue b/dashboard_backup/src/views/bench/NewBench.vue deleted file mode 100644 index 25fa35b..0000000 --- a/dashboard_backup/src/views/bench/NewBench.vue +++ /dev/null @@ -1,248 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/bench/NewBenchApp.vue b/dashboard_backup/src/views/bench/NewBenchApp.vue deleted file mode 100644 index da96394..0000000 --- a/dashboard_backup/src/views/bench/NewBenchApp.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/billing/AccountBilling.vue b/dashboard_backup/src/views/billing/AccountBilling.vue deleted file mode 100644 index 6972da0..0000000 --- a/dashboard_backup/src/views/billing/AccountBilling.vue +++ /dev/null @@ -1,57 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/billing/AccountBillingCards.vue b/dashboard_backup/src/views/billing/AccountBillingCards.vue deleted file mode 100644 index ae798ce..0000000 --- a/dashboard_backup/src/views/billing/AccountBillingCards.vue +++ /dev/null @@ -1,200 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/billing/AccountBillingCreditBalance.vue b/dashboard_backup/src/views/billing/AccountBillingCreditBalance.vue deleted file mode 100644 index bcdc2c9..0000000 --- a/dashboard_backup/src/views/billing/AccountBillingCreditBalance.vue +++ /dev/null @@ -1,57 +0,0 @@ - - diff --git a/dashboard_backup/src/views/billing/AccountBillingDetails.vue b/dashboard_backup/src/views/billing/AccountBillingDetails.vue deleted file mode 100644 index 219ae4b..0000000 --- a/dashboard_backup/src/views/billing/AccountBillingDetails.vue +++ /dev/null @@ -1,55 +0,0 @@ - - diff --git a/dashboard_backup/src/views/billing/AccountBillingPayments.vue b/dashboard_backup/src/views/billing/AccountBillingPayments.vue deleted file mode 100644 index 7b7b38e..0000000 --- a/dashboard_backup/src/views/billing/AccountBillingPayments.vue +++ /dev/null @@ -1,187 +0,0 @@ - - diff --git a/dashboard_backup/src/views/billing/BillingOverview.vue b/dashboard_backup/src/views/billing/BillingOverview.vue deleted file mode 100644 index e31c551..0000000 --- a/dashboard_backup/src/views/billing/BillingOverview.vue +++ /dev/null @@ -1,25 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/billing/BillingSummary.vue b/dashboard_backup/src/views/billing/BillingSummary.vue deleted file mode 100644 index ab28884..0000000 --- a/dashboard_backup/src/views/billing/BillingSummary.vue +++ /dev/null @@ -1,242 +0,0 @@ - - diff --git a/dashboard_backup/src/views/billing/FinalizeInvoicesDialog.vue b/dashboard_backup/src/views/billing/FinalizeInvoicesDialog.vue deleted file mode 100644 index c865fef..0000000 --- a/dashboard_backup/src/views/billing/FinalizeInvoicesDialog.vue +++ /dev/null @@ -1,60 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/billing/PaymentMethods.vue b/dashboard_backup/src/views/billing/PaymentMethods.vue deleted file mode 100644 index e9830f6..0000000 --- a/dashboard_backup/src/views/billing/PaymentMethods.vue +++ /dev/null @@ -1,25 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/billing/UpcomingInvoiceSummary.vue b/dashboard_backup/src/views/billing/UpcomingInvoiceSummary.vue deleted file mode 100644 index f2a17ce..0000000 --- a/dashboard_backup/src/views/billing/UpcomingInvoiceSummary.vue +++ /dev/null @@ -1,28 +0,0 @@ - - diff --git a/dashboard_backup/src/views/checkout/Checkout.vue b/dashboard_backup/src/views/checkout/Checkout.vue deleted file mode 100644 index 9060cd3..0000000 --- a/dashboard_backup/src/views/checkout/Checkout.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/checkout/CheckoutAddress.vue b/dashboard_backup/src/views/checkout/CheckoutAddress.vue deleted file mode 100644 index 2c34569..0000000 --- a/dashboard_backup/src/views/checkout/CheckoutAddress.vue +++ /dev/null @@ -1,147 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/checkout/CheckoutApps.vue b/dashboard_backup/src/views/checkout/CheckoutApps.vue deleted file mode 100644 index 956f7ac..0000000 --- a/dashboard_backup/src/views/checkout/CheckoutApps.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/checkout/CheckoutPayment.vue b/dashboard_backup/src/views/checkout/CheckoutPayment.vue deleted file mode 100644 index 9f14c34..0000000 --- a/dashboard_backup/src/views/checkout/CheckoutPayment.vue +++ /dev/null @@ -1,198 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/checkout/CheckoutPlans.vue b/dashboard_backup/src/views/checkout/CheckoutPlans.vue deleted file mode 100644 index 2b56622..0000000 --- a/dashboard_backup/src/views/checkout/CheckoutPlans.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/checkout/PlanChangeSuccessful.vue b/dashboard_backup/src/views/checkout/PlanChangeSuccessful.vue deleted file mode 100644 index cc474bf..0000000 --- a/dashboard_backup/src/views/checkout/PlanChangeSuccessful.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/checkout/Subscription.vue b/dashboard_backup/src/views/checkout/Subscription.vue deleted file mode 100644 index 0144da4..0000000 --- a/dashboard_backup/src/views/checkout/Subscription.vue +++ /dev/null @@ -1,177 +0,0 @@ - - diff --git a/dashboard_backup/src/views/general/404.vue b/dashboard_backup/src/views/general/404.vue deleted file mode 100644 index b4cfc14..0000000 --- a/dashboard_backup/src/views/general/404.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/general/AgentJobs.vue b/dashboard_backup/src/views/general/AgentJobs.vue deleted file mode 100644 index 85d440c..0000000 --- a/dashboard_backup/src/views/general/AgentJobs.vue +++ /dev/null @@ -1,85 +0,0 @@ - - diff --git a/dashboard_backup/src/views/general/AnsiblePlays.vue b/dashboard_backup/src/views/general/AnsiblePlays.vue deleted file mode 100644 index b1a94ea..0000000 --- a/dashboard_backup/src/views/general/AnsiblePlays.vue +++ /dev/null @@ -1,82 +0,0 @@ - - diff --git a/dashboard_backup/src/views/general/Home.vue b/dashboard_backup/src/views/general/Home.vue deleted file mode 100644 index e07b8f0..0000000 --- a/dashboard_backup/src/views/general/Home.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/general/JobsDetail.vue b/dashboard_backup/src/views/general/JobsDetail.vue deleted file mode 100644 index 9d3d69f..0000000 --- a/dashboard_backup/src/views/general/JobsDetail.vue +++ /dev/null @@ -1,95 +0,0 @@ - - diff --git a/dashboard_backup/src/views/general/PlaysDetail.vue b/dashboard_backup/src/views/general/PlaysDetail.vue deleted file mode 100644 index b213b24..0000000 --- a/dashboard_backup/src/views/general/PlaysDetail.vue +++ /dev/null @@ -1,96 +0,0 @@ - - diff --git a/dashboard_backup/src/views/general/StepsDetail.vue b/dashboard_backup/src/views/general/StepsDetail.vue deleted file mode 100644 index 99bd0c8..0000000 --- a/dashboard_backup/src/views/general/StepsDetail.vue +++ /dev/null @@ -1,139 +0,0 @@ - - - - diff --git a/dashboard_backup/src/views/marketplace/InstallMarketplaceApp.vue b/dashboard_backup/src/views/marketplace/InstallMarketplaceApp.vue deleted file mode 100644 index 4240a02..0000000 --- a/dashboard_backup/src/views/marketplace/InstallMarketplaceApp.vue +++ /dev/null @@ -1,206 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/Marketplace.vue b/dashboard_backup/src/views/marketplace/Marketplace.vue deleted file mode 100644 index b1c19f3..0000000 --- a/dashboard_backup/src/views/marketplace/Marketplace.vue +++ /dev/null @@ -1,138 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplaceApp.vue b/dashboard_backup/src/views/marketplace/MarketplaceApp.vue deleted file mode 100644 index 0131e7e..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplaceApp.vue +++ /dev/null @@ -1,146 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplaceAppAnalytics.vue b/dashboard_backup/src/views/marketplace/MarketplaceAppAnalytics.vue deleted file mode 100644 index 9c4943e..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplaceAppAnalytics.vue +++ /dev/null @@ -1,253 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplaceAppDeployment.vue b/dashboard_backup/src/views/marketplace/MarketplaceAppDeployment.vue deleted file mode 100644 index 19e83d0..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplaceAppDeployment.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplaceAppOverview.vue b/dashboard_backup/src/views/marketplace/MarketplaceAppOverview.vue deleted file mode 100644 index d13eebc..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplaceAppOverview.vue +++ /dev/null @@ -1,28 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplaceAppPricing.vue b/dashboard_backup/src/views/marketplace/MarketplaceAppPricing.vue deleted file mode 100644 index c8d599e..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplaceAppPricing.vue +++ /dev/null @@ -1,227 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplaceAppReview.vue b/dashboard_backup/src/views/marketplace/MarketplaceAppReview.vue deleted file mode 100644 index d23f366..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplaceAppReview.vue +++ /dev/null @@ -1,31 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplaceAppSubscriptions.vue b/dashboard_backup/src/views/marketplace/MarketplaceAppSubscriptions.vue deleted file mode 100644 index 0c25769..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplaceAppSubscriptions.vue +++ /dev/null @@ -1,76 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplaceApps.vue b/dashboard_backup/src/views/marketplace/MarketplaceApps.vue deleted file mode 100644 index 8b5b8dd..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplaceApps.vue +++ /dev/null @@ -1,71 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplacePayoutDetails.vue b/dashboard_backup/src/views/marketplace/MarketplacePayoutDetails.vue deleted file mode 100644 index 676c1dd..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplacePayoutDetails.vue +++ /dev/null @@ -1,124 +0,0 @@ - - diff --git a/dashboard_backup/src/views/marketplace/MarketplacePayouts.vue b/dashboard_backup/src/views/marketplace/MarketplacePayouts.vue deleted file mode 100644 index 9aa9fef..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplacePayouts.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/MarketplacePublisherProfile.vue b/dashboard_backup/src/views/marketplace/MarketplacePublisherProfile.vue deleted file mode 100644 index ce38279..0000000 --- a/dashboard_backup/src/views/marketplace/MarketplacePublisherProfile.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/marketplace/NewMarketplaceApp.vue b/dashboard_backup/src/views/marketplace/NewMarketplaceApp.vue deleted file mode 100644 index cd7773a..0000000 --- a/dashboard_backup/src/views/marketplace/NewMarketplaceApp.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/notifications/Notifications.vue b/dashboard_backup/src/views/notifications/Notifications.vue deleted file mode 100644 index e16770c..0000000 --- a/dashboard_backup/src/views/notifications/Notifications.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/onboarding/ComingSoon.vue b/dashboard_backup/src/views/onboarding/ComingSoon.vue deleted file mode 100644 index 91b8e82..0000000 --- a/dashboard_backup/src/views/onboarding/ComingSoon.vue +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/dashboard_backup/src/views/onboarding/OnboardingStepCreateAccount.vue b/dashboard_backup/src/views/onboarding/OnboardingStepCreateAccount.vue deleted file mode 100644 index aa5e17d..0000000 --- a/dashboard_backup/src/views/onboarding/OnboardingStepCreateAccount.vue +++ /dev/null @@ -1,25 +0,0 @@ - - diff --git a/dashboard_backup/src/views/onboarding/OnboardingStepCreateSite.vue b/dashboard_backup/src/views/onboarding/OnboardingStepCreateSite.vue deleted file mode 100644 index da35fbc..0000000 --- a/dashboard_backup/src/views/onboarding/OnboardingStepCreateSite.vue +++ /dev/null @@ -1,28 +0,0 @@ - - diff --git a/dashboard_backup/src/views/onboarding/OnboardingStepSelectSitePlan.vue b/dashboard_backup/src/views/onboarding/OnboardingStepSelectSitePlan.vue deleted file mode 100644 index c1fbd72..0000000 --- a/dashboard_backup/src/views/onboarding/OnboardingStepSelectSitePlan.vue +++ /dev/null @@ -1,33 +0,0 @@ - - diff --git a/dashboard_backup/src/views/onboarding/OnboardingStepSetupPayment.vue b/dashboard_backup/src/views/onboarding/OnboardingStepSetupPayment.vue deleted file mode 100644 index 4da11dd..0000000 --- a/dashboard_backup/src/views/onboarding/OnboardingStepSetupPayment.vue +++ /dev/null @@ -1,183 +0,0 @@ - - diff --git a/dashboard_backup/src/views/onboarding/Support.vue b/dashboard_backup/src/views/onboarding/Support.vue deleted file mode 100644 index 93d352c..0000000 --- a/dashboard_backup/src/views/onboarding/Support.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/onboarding/UserPrompts.vue b/dashboard_backup/src/views/onboarding/UserPrompts.vue deleted file mode 100644 index 3772efd..0000000 --- a/dashboard_backup/src/views/onboarding/UserPrompts.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/onboarding/Welcome.vue b/dashboard_backup/src/views/onboarding/Welcome.vue deleted file mode 100644 index fe4acc3..0000000 --- a/dashboard_backup/src/views/onboarding/Welcome.vue +++ /dev/null @@ -1,57 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/partials/LoginBox.vue b/dashboard_backup/src/views/partials/LoginBox.vue deleted file mode 100644 index 8a52080..0000000 --- a/dashboard_backup/src/views/partials/LoginBox.vue +++ /dev/null @@ -1,64 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/security/FirewallOverview.vue b/dashboard_backup/src/views/security/FirewallOverview.vue deleted file mode 100644 index 7445317..0000000 --- a/dashboard_backup/src/views/security/FirewallOverview.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/security/InfoSection.vue b/dashboard_backup/src/views/security/InfoSection.vue deleted file mode 100644 index 7e8f643..0000000 --- a/dashboard_backup/src/views/security/InfoSection.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - diff --git a/dashboard_backup/src/views/security/SSHSession.vue b/dashboard_backup/src/views/security/SSHSession.vue deleted file mode 100644 index 6d1cb73..0000000 --- a/dashboard_backup/src/views/security/SSHSession.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/security/SSHSessionActivity.vue b/dashboard_backup/src/views/security/SSHSessionActivity.vue deleted file mode 100644 index 865313a..0000000 --- a/dashboard_backup/src/views/security/SSHSessionActivity.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/security/SSHSessionOverview.vue b/dashboard_backup/src/views/security/SSHSessionOverview.vue deleted file mode 100644 index 1b3311c..0000000 --- a/dashboard_backup/src/views/security/SSHSessionOverview.vue +++ /dev/null @@ -1,71 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/security/Security.vue b/dashboard_backup/src/views/security/Security.vue deleted file mode 100644 index 727ec28..0000000 --- a/dashboard_backup/src/views/security/Security.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/security/SecurityOverview.vue b/dashboard_backup/src/views/security/SecurityOverview.vue deleted file mode 100644 index f5feb6b..0000000 --- a/dashboard_backup/src/views/security/SecurityOverview.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/security/SecurityUpdateInfo.vue b/dashboard_backup/src/views/security/SecurityUpdateInfo.vue deleted file mode 100644 index e2f15cb..0000000 --- a/dashboard_backup/src/views/security/SecurityUpdateInfo.vue +++ /dev/null @@ -1,96 +0,0 @@ - - diff --git a/dashboard_backup/src/views/security/SecurityUpdates.vue b/dashboard_backup/src/views/security/SecurityUpdates.vue deleted file mode 100644 index c751ce5..0000000 --- a/dashboard_backup/src/views/security/SecurityUpdates.vue +++ /dev/null @@ -1,103 +0,0 @@ - - diff --git a/dashboard_backup/src/views/security/SecurityUpdatesOverview.vue b/dashboard_backup/src/views/security/SecurityUpdatesOverview.vue deleted file mode 100644 index cb30e1b..0000000 --- a/dashboard_backup/src/views/security/SecurityUpdatesOverview.vue +++ /dev/null @@ -1,83 +0,0 @@ - - diff --git a/dashboard_backup/src/views/security/Servers.vue b/dashboard_backup/src/views/security/Servers.vue deleted file mode 100644 index 4021d94..0000000 --- a/dashboard_backup/src/views/security/Servers.vue +++ /dev/null @@ -1,210 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/server/EditServerTitleDialog.vue b/dashboard_backup/src/views/server/EditServerTitleDialog.vue deleted file mode 100644 index 2fa628e..0000000 --- a/dashboard_backup/src/views/server/EditServerTitleDialog.vue +++ /dev/null @@ -1,63 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/NewAppServerPlans.vue b/dashboard_backup/src/views/server/NewAppServerPlans.vue deleted file mode 100644 index 83d0b9e..0000000 --- a/dashboard_backup/src/views/server/NewAppServerPlans.vue +++ /dev/null @@ -1,40 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/NewDBServerPlans.vue b/dashboard_backup/src/views/server/NewDBServerPlans.vue deleted file mode 100644 index d7e6f4b..0000000 --- a/dashboard_backup/src/views/server/NewDBServerPlans.vue +++ /dev/null @@ -1,40 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/NewSelfHostedServer.vue b/dashboard_backup/src/views/server/NewSelfHostedServer.vue deleted file mode 100644 index cd62982..0000000 --- a/dashboard_backup/src/views/server/NewSelfHostedServer.vue +++ /dev/null @@ -1,235 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/server/NewSelfHostedServerForm.vue b/dashboard_backup/src/views/server/NewSelfHostedServerForm.vue deleted file mode 100644 index 6321a18..0000000 --- a/dashboard_backup/src/views/server/NewSelfHostedServerForm.vue +++ /dev/null @@ -1,104 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/NewSelfHostedServerHostname.vue b/dashboard_backup/src/views/server/NewSelfHostedServerHostname.vue deleted file mode 100644 index c5dea36..0000000 --- a/dashboard_backup/src/views/server/NewSelfHostedServerHostname.vue +++ /dev/null @@ -1,46 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/NewServer.vue b/dashboard_backup/src/views/server/NewServer.vue deleted file mode 100644 index e13d066..0000000 --- a/dashboard_backup/src/views/server/NewServer.vue +++ /dev/null @@ -1,201 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/server/NewServerHostname.vue b/dashboard_backup/src/views/server/NewServerHostname.vue deleted file mode 100644 index 65bc11b..0000000 --- a/dashboard_backup/src/views/server/NewServerHostname.vue +++ /dev/null @@ -1,80 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/NewVerifyServer.vue b/dashboard_backup/src/views/server/NewVerifyServer.vue deleted file mode 100644 index 6f4d0ea..0000000 --- a/dashboard_backup/src/views/server/NewVerifyServer.vue +++ /dev/null @@ -1,86 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/SelfHostedServerPlan.vue b/dashboard_backup/src/views/server/SelfHostedServerPlan.vue deleted file mode 100644 index 52721e9..0000000 --- a/dashboard_backup/src/views/server/SelfHostedServerPlan.vue +++ /dev/null @@ -1,37 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/SelfHostedServerVerify.vue b/dashboard_backup/src/views/server/SelfHostedServerVerify.vue deleted file mode 100644 index 554b362..0000000 --- a/dashboard_backup/src/views/server/SelfHostedServerVerify.vue +++ /dev/null @@ -1,23 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/Server.vue b/dashboard_backup/src/views/server/Server.vue deleted file mode 100644 index 79b3a96..0000000 --- a/dashboard_backup/src/views/server/Server.vue +++ /dev/null @@ -1,282 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/server/ServerAnalytics.vue b/dashboard_backup/src/views/server/ServerAnalytics.vue deleted file mode 100644 index bf148cc..0000000 --- a/dashboard_backup/src/views/server/ServerAnalytics.vue +++ /dev/null @@ -1,317 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/server/ServerBenches.vue b/dashboard_backup/src/views/server/ServerBenches.vue deleted file mode 100644 index 92966e2..0000000 --- a/dashboard_backup/src/views/server/ServerBenches.vue +++ /dev/null @@ -1,147 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/ServerDrop.vue b/dashboard_backup/src/views/server/ServerDrop.vue deleted file mode 100644 index 0493158..0000000 --- a/dashboard_backup/src/views/server/ServerDrop.vue +++ /dev/null @@ -1,71 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/server/ServerInstall.vue b/dashboard_backup/src/views/server/ServerInstall.vue deleted file mode 100644 index 1bb0c71..0000000 --- a/dashboard_backup/src/views/server/ServerInstall.vue +++ /dev/null @@ -1,97 +0,0 @@ - - - - - diff --git a/dashboard_backup/src/views/server/ServerJobs.vue b/dashboard_backup/src/views/server/ServerJobs.vue deleted file mode 100644 index 0b5f601..0000000 --- a/dashboard_backup/src/views/server/ServerJobs.vue +++ /dev/null @@ -1,36 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/ServerOverview.vue b/dashboard_backup/src/views/server/ServerOverview.vue deleted file mode 100644 index b4eebe5..0000000 --- a/dashboard_backup/src/views/server/ServerOverview.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/server/ServerOverviewInfo.vue b/dashboard_backup/src/views/server/ServerOverviewInfo.vue deleted file mode 100644 index 6cfbb08..0000000 --- a/dashboard_backup/src/views/server/ServerOverviewInfo.vue +++ /dev/null @@ -1,89 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/ServerOverviewPlan.vue b/dashboard_backup/src/views/server/ServerOverviewPlan.vue deleted file mode 100644 index 1068071..0000000 --- a/dashboard_backup/src/views/server/ServerOverviewPlan.vue +++ /dev/null @@ -1,198 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/ServerPlays.vue b/dashboard_backup/src/views/server/ServerPlays.vue deleted file mode 100644 index 231756d..0000000 --- a/dashboard_backup/src/views/server/ServerPlays.vue +++ /dev/null @@ -1,35 +0,0 @@ - - diff --git a/dashboard_backup/src/views/server/ServerSettings.vue b/dashboard_backup/src/views/server/ServerSettings.vue deleted file mode 100644 index 2371190..0000000 --- a/dashboard_backup/src/views/server/ServerSettings.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/server/Servers.vue b/dashboard_backup/src/views/server/Servers.vue deleted file mode 100644 index 9d4de14..0000000 --- a/dashboard_backup/src/views/server/Servers.vue +++ /dev/null @@ -1,332 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountAPI.vue b/dashboard_backup/src/views/settings/AccountAPI.vue deleted file mode 100644 index f2774c9..0000000 --- a/dashboard_backup/src/views/settings/AccountAPI.vue +++ /dev/null @@ -1,117 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountEmails.vue b/dashboard_backup/src/views/settings/AccountEmails.vue deleted file mode 100644 index eb08c35..0000000 --- a/dashboard_backup/src/views/settings/AccountEmails.vue +++ /dev/null @@ -1,81 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountGroups.vue b/dashboard_backup/src/views/settings/AccountGroups.vue deleted file mode 100644 index ff5d05a..0000000 --- a/dashboard_backup/src/views/settings/AccountGroups.vue +++ /dev/null @@ -1,193 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountMembers.vue b/dashboard_backup/src/views/settings/AccountMembers.vue deleted file mode 100644 index 536e8f4..0000000 --- a/dashboard_backup/src/views/settings/AccountMembers.vue +++ /dev/null @@ -1,174 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountPartner.vue b/dashboard_backup/src/views/settings/AccountPartner.vue deleted file mode 100644 index 5a96aea..0000000 --- a/dashboard_backup/src/views/settings/AccountPartner.vue +++ /dev/null @@ -1,123 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountProfile.vue b/dashboard_backup/src/views/settings/AccountProfile.vue deleted file mode 100644 index 968602a..0000000 --- a/dashboard_backup/src/views/settings/AccountProfile.vue +++ /dev/null @@ -1,275 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountReferral.vue b/dashboard_backup/src/views/settings/AccountReferral.vue deleted file mode 100644 index 759cd14..0000000 --- a/dashboard_backup/src/views/settings/AccountReferral.vue +++ /dev/null @@ -1,42 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountSSHKey.vue b/dashboard_backup/src/views/settings/AccountSSHKey.vue deleted file mode 100644 index 4600cd0..0000000 --- a/dashboard_backup/src/views/settings/AccountSSHKey.vue +++ /dev/null @@ -1,90 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/AccountSettings.vue b/dashboard_backup/src/views/settings/AccountSettings.vue deleted file mode 100644 index 1c71724..0000000 --- a/dashboard_backup/src/views/settings/AccountSettings.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/settings/AccountTeam.vue b/dashboard_backup/src/views/settings/AccountTeam.vue deleted file mode 100644 index 211a827..0000000 --- a/dashboard_backup/src/views/settings/AccountTeam.vue +++ /dev/null @@ -1,187 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/settings/DeveloperSettings.vue b/dashboard_backup/src/views/settings/DeveloperSettings.vue deleted file mode 100644 index ec89814..0000000 --- a/dashboard_backup/src/views/settings/DeveloperSettings.vue +++ /dev/null @@ -1,27 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/settings/EditPermissions.vue b/dashboard_backup/src/views/settings/EditPermissions.vue deleted file mode 100644 index 9665805..0000000 --- a/dashboard_backup/src/views/settings/EditPermissions.vue +++ /dev/null @@ -1,187 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/settings/FeatureFlags.vue b/dashboard_backup/src/views/settings/FeatureFlags.vue deleted file mode 100644 index eaadb31..0000000 --- a/dashboard_backup/src/views/settings/FeatureFlags.vue +++ /dev/null @@ -1,75 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/ManageGroupMembers.vue b/dashboard_backup/src/views/settings/ManageGroupMembers.vue deleted file mode 100644 index 89e0349..0000000 --- a/dashboard_backup/src/views/settings/ManageGroupMembers.vue +++ /dev/null @@ -1,117 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/settings/PartnerCustomers.vue b/dashboard_backup/src/views/settings/PartnerCustomers.vue deleted file mode 100644 index 7113837..0000000 --- a/dashboard_backup/src/views/settings/PartnerCustomers.vue +++ /dev/null @@ -1,56 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/PartnerReferral.vue b/dashboard_backup/src/views/settings/PartnerReferral.vue deleted file mode 100644 index 23fd75e..0000000 --- a/dashboard_backup/src/views/settings/PartnerReferral.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/settings/PartnerRequestStatus.vue b/dashboard_backup/src/views/settings/PartnerRequestStatus.vue deleted file mode 100644 index 0a83862..0000000 --- a/dashboard_backup/src/views/settings/PartnerRequestStatus.vue +++ /dev/null @@ -1,113 +0,0 @@ - - diff --git a/dashboard_backup/src/views/settings/PartnerSettings.vue b/dashboard_backup/src/views/settings/PartnerSettings.vue deleted file mode 100644 index 0cfe176..0000000 --- a/dashboard_backup/src/views/settings/PartnerSettings.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/settings/ProfileSettings.vue b/dashboard_backup/src/views/settings/ProfileSettings.vue deleted file mode 100644 index 0245999..0000000 --- a/dashboard_backup/src/views/settings/ProfileSettings.vue +++ /dev/null @@ -1,27 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/settings/TeamSettings.vue b/dashboard_backup/src/views/settings/TeamSettings.vue deleted file mode 100644 index 7b10e25..0000000 --- a/dashboard_backup/src/views/settings/TeamSettings.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/AppSiteSetup.vue b/dashboard_backup/src/views/site/AppSiteSetup.vue deleted file mode 100644 index ee6afe8..0000000 --- a/dashboard_backup/src/views/site/AppSiteSetup.vue +++ /dev/null @@ -1,155 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/DatabaseAccessDialog.vue b/dashboard_backup/src/views/site/DatabaseAccessDialog.vue deleted file mode 100644 index 4f9ad98..0000000 --- a/dashboard_backup/src/views/site/DatabaseAccessDialog.vue +++ /dev/null @@ -1,322 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/NewSite.vue b/dashboard_backup/src/views/site/NewSite.vue deleted file mode 100644 index 0a26562..0000000 --- a/dashboard_backup/src/views/site/NewSite.vue +++ /dev/null @@ -1,334 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/NewSiteApps.vue b/dashboard_backup/src/views/site/NewSiteApps.vue deleted file mode 100644 index ce000e3..0000000 --- a/dashboard_backup/src/views/site/NewSiteApps.vue +++ /dev/null @@ -1,241 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/NewSiteHostname.vue b/dashboard_backup/src/views/site/NewSiteHostname.vue deleted file mode 100644 index 0198920..0000000 --- a/dashboard_backup/src/views/site/NewSiteHostname.vue +++ /dev/null @@ -1,84 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/NewSitePlans.vue b/dashboard_backup/src/views/site/NewSitePlans.vue deleted file mode 100644 index 9098353..0000000 --- a/dashboard_backup/src/views/site/NewSitePlans.vue +++ /dev/null @@ -1,53 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/NewSiteRestore.vue b/dashboard_backup/src/views/site/NewSiteRestore.vue deleted file mode 100644 index edb98fb..0000000 --- a/dashboard_backup/src/views/site/NewSiteRestore.vue +++ /dev/null @@ -1,267 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/Site.vue b/dashboard_backup/src/views/site/Site.vue deleted file mode 100644 index b4c41e0..0000000 --- a/dashboard_backup/src/views/site/Site.vue +++ /dev/null @@ -1,503 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteActivity.vue b/dashboard_backup/src/views/site/SiteActivity.vue deleted file mode 100644 index 7911b7a..0000000 --- a/dashboard_backup/src/views/site/SiteActivity.vue +++ /dev/null @@ -1,110 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteAlerts.vue b/dashboard_backup/src/views/site/SiteAlerts.vue deleted file mode 100644 index 9b5d348..0000000 --- a/dashboard_backup/src/views/site/SiteAlerts.vue +++ /dev/null @@ -1,239 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteAnalyticsUptime.vue b/dashboard_backup/src/views/site/SiteAnalyticsUptime.vue deleted file mode 100644 index 018155c..0000000 --- a/dashboard_backup/src/views/site/SiteAnalyticsUptime.vue +++ /dev/null @@ -1,66 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteAppsAndSubscriptions.vue b/dashboard_backup/src/views/site/SiteAppsAndSubscriptions.vue deleted file mode 100644 index 4f0c398..0000000 --- a/dashboard_backup/src/views/site/SiteAppsAndSubscriptions.vue +++ /dev/null @@ -1,448 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteAutoUpdate.vue b/dashboard_backup/src/views/site/SiteAutoUpdate.vue deleted file mode 100644 index e86bb37..0000000 --- a/dashboard_backup/src/views/site/SiteAutoUpdate.vue +++ /dev/null @@ -1,329 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteBinaryLogs.vue b/dashboard_backup/src/views/site/SiteBinaryLogs.vue deleted file mode 100644 index e9331dc..0000000 --- a/dashboard_backup/src/views/site/SiteBinaryLogs.vue +++ /dev/null @@ -1,152 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteChangeGroupDialog.vue b/dashboard_backup/src/views/site/SiteChangeGroupDialog.vue deleted file mode 100644 index aad9a7d..0000000 --- a/dashboard_backup/src/views/site/SiteChangeGroupDialog.vue +++ /dev/null @@ -1,177 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteChangeRegionDialog.vue b/dashboard_backup/src/views/site/SiteChangeRegionDialog.vue deleted file mode 100644 index 13703b7..0000000 --- a/dashboard_backup/src/views/site/SiteChangeRegionDialog.vue +++ /dev/null @@ -1,154 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteChangeServerDialog.vue b/dashboard_backup/src/views/site/SiteChangeServerDialog.vue deleted file mode 100644 index f6ad894..0000000 --- a/dashboard_backup/src/views/site/SiteChangeServerDialog.vue +++ /dev/null @@ -1,200 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteCharts.vue b/dashboard_backup/src/views/site/SiteCharts.vue deleted file mode 100644 index c58c2ed..0000000 --- a/dashboard_backup/src/views/site/SiteCharts.vue +++ /dev/null @@ -1,318 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteConfig.vue b/dashboard_backup/src/views/site/SiteConfig.vue deleted file mode 100644 index 660723e..0000000 --- a/dashboard_backup/src/views/site/SiteConfig.vue +++ /dev/null @@ -1,47 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteConsole.vue b/dashboard_backup/src/views/site/SiteConsole.vue deleted file mode 100644 index 92ebc2d..0000000 --- a/dashboard_backup/src/views/site/SiteConsole.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteDatabase.vue b/dashboard_backup/src/views/site/SiteDatabase.vue deleted file mode 100644 index 50f0a15..0000000 --- a/dashboard_backup/src/views/site/SiteDatabase.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteDatabaseBackups.vue b/dashboard_backup/src/views/site/SiteDatabaseBackups.vue deleted file mode 100644 index 7547fd2..0000000 --- a/dashboard_backup/src/views/site/SiteDatabaseBackups.vue +++ /dev/null @@ -1,331 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteDatabaseRestore.vue b/dashboard_backup/src/views/site/SiteDatabaseRestore.vue deleted file mode 100644 index b039d63..0000000 --- a/dashboard_backup/src/views/site/SiteDatabaseRestore.vue +++ /dev/null @@ -1,411 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteDeadlockReport.vue b/dashboard_backup/src/views/site/SiteDeadlockReport.vue deleted file mode 100644 index 6988a15..0000000 --- a/dashboard_backup/src/views/site/SiteDeadlockReport.vue +++ /dev/null @@ -1,147 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteDrop.vue b/dashboard_backup/src/views/site/SiteDrop.vue deleted file mode 100644 index c5fe3ba..0000000 --- a/dashboard_backup/src/views/site/SiteDrop.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteInstalling.vue b/dashboard_backup/src/views/site/SiteInstalling.vue deleted file mode 100644 index 9820698..0000000 --- a/dashboard_backup/src/views/site/SiteInstalling.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - diff --git a/dashboard_backup/src/views/site/SiteJobs.vue b/dashboard_backup/src/views/site/SiteJobs.vue deleted file mode 100644 index bf7bbdc..0000000 --- a/dashboard_backup/src/views/site/SiteJobs.vue +++ /dev/null @@ -1,36 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteList.vue b/dashboard_backup/src/views/site/SiteList.vue deleted file mode 100644 index 15944f5..0000000 --- a/dashboard_backup/src/views/site/SiteList.vue +++ /dev/null @@ -1,60 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteLogs.vue b/dashboard_backup/src/views/site/SiteLogs.vue deleted file mode 100644 index 32b91be..0000000 --- a/dashboard_backup/src/views/site/SiteLogs.vue +++ /dev/null @@ -1,55 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteLogsDetail.vue b/dashboard_backup/src/views/site/SiteLogsDetail.vue deleted file mode 100644 index dfbffdc..0000000 --- a/dashboard_backup/src/views/site/SiteLogsDetail.vue +++ /dev/null @@ -1,71 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteMariaDBProcessList.vue b/dashboard_backup/src/views/site/SiteMariaDBProcessList.vue deleted file mode 100644 index 2bf1055..0000000 --- a/dashboard_backup/src/views/site/SiteMariaDBProcessList.vue +++ /dev/null @@ -1,110 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteMariaDBSlowQueries.vue b/dashboard_backup/src/views/site/SiteMariaDBSlowQueries.vue deleted file mode 100644 index 5b7fa79..0000000 --- a/dashboard_backup/src/views/site/SiteMariaDBSlowQueries.vue +++ /dev/null @@ -1,150 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteMonitorsList.vue b/dashboard_backup/src/views/site/SiteMonitorsList.vue deleted file mode 100644 index 4c92498..0000000 --- a/dashboard_backup/src/views/site/SiteMonitorsList.vue +++ /dev/null @@ -1,61 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteOverview.vue b/dashboard_backup/src/views/site/SiteOverview.vue deleted file mode 100644 index fe2ae46..0000000 --- a/dashboard_backup/src/views/site/SiteOverview.vue +++ /dev/null @@ -1,25 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteOverviewCPUUsage.vue b/dashboard_backup/src/views/site/SiteOverviewCPUUsage.vue deleted file mode 100644 index c012647..0000000 --- a/dashboard_backup/src/views/site/SiteOverviewCPUUsage.vue +++ /dev/null @@ -1,71 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteOverviewDomains.vue b/dashboard_backup/src/views/site/SiteOverviewDomains.vue deleted file mode 100644 index aaee96a..0000000 --- a/dashboard_backup/src/views/site/SiteOverviewDomains.vue +++ /dev/null @@ -1,395 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteOverviewInfo.vue b/dashboard_backup/src/views/site/SiteOverviewInfo.vue deleted file mode 100644 index 92c211a..0000000 --- a/dashboard_backup/src/views/site/SiteOverviewInfo.vue +++ /dev/null @@ -1,212 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SiteOverviewPlan.vue b/dashboard_backup/src/views/site/SiteOverviewPlan.vue deleted file mode 100644 index 3986132..0000000 --- a/dashboard_backup/src/views/site/SiteOverviewPlan.vue +++ /dev/null @@ -1,284 +0,0 @@ - - diff --git a/dashboard_backup/src/views/site/SitePlansDialog.vue b/dashboard_backup/src/views/site/SitePlansDialog.vue deleted file mode 100644 index f96e115..0000000 --- a/dashboard_backup/src/views/site/SitePlansDialog.vue +++ /dev/null @@ -1,140 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteRequestLogs.vue b/dashboard_backup/src/views/site/SiteRequestLogs.vue deleted file mode 100644 index 5ca9d4f..0000000 --- a/dashboard_backup/src/views/site/SiteRequestLogs.vue +++ /dev/null @@ -1,155 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteSettings.vue b/dashboard_backup/src/views/site/SiteSettings.vue deleted file mode 100644 index 5a71826..0000000 --- a/dashboard_backup/src/views/site/SiteSettings.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteTransferDialog.vue b/dashboard_backup/src/views/site/SiteTransferDialog.vue deleted file mode 100644 index e61e2c1..0000000 --- a/dashboard_backup/src/views/site/SiteTransferDialog.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/SiteVersionUpgradeDialog.vue b/dashboard_backup/src/views/site/SiteVersionUpgradeDialog.vue deleted file mode 100644 index d300a92..0000000 --- a/dashboard_backup/src/views/site/SiteVersionUpgradeDialog.vue +++ /dev/null @@ -1,237 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/site/Sites.vue b/dashboard_backup/src/views/site/Sites.vue deleted file mode 100644 index 34ff82d..0000000 --- a/dashboard_backup/src/views/site/Sites.vue +++ /dev/null @@ -1,572 +0,0 @@ - - diff --git a/dashboard_backup/src/views/spaces/CodeServer.vue b/dashboard_backup/src/views/spaces/CodeServer.vue deleted file mode 100644 index 345a6bf..0000000 --- a/dashboard_backup/src/views/spaces/CodeServer.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/CodeServerJobs.vue b/dashboard_backup/src/views/spaces/CodeServerJobs.vue deleted file mode 100644 index 68bd95e..0000000 --- a/dashboard_backup/src/views/spaces/CodeServerJobs.vue +++ /dev/null @@ -1,36 +0,0 @@ - - diff --git a/dashboard_backup/src/views/spaces/CodeServerOverview.vue b/dashboard_backup/src/views/spaces/CodeServerOverview.vue deleted file mode 100644 index cffef02..0000000 --- a/dashboard_backup/src/views/spaces/CodeServerOverview.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/CodeServerOverviewInfo.vue b/dashboard_backup/src/views/spaces/CodeServerOverviewInfo.vue deleted file mode 100644 index 5036a2b..0000000 --- a/dashboard_backup/src/views/spaces/CodeServerOverviewInfo.vue +++ /dev/null @@ -1,167 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/CodeServersList.vue b/dashboard_backup/src/views/spaces/CodeServersList.vue deleted file mode 100644 index 9dd5ec7..0000000 --- a/dashboard_backup/src/views/spaces/CodeServersList.vue +++ /dev/null @@ -1,52 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/CreateCodeServerDialog.vue b/dashboard_backup/src/views/spaces/CreateCodeServerDialog.vue deleted file mode 100644 index 9138d42..0000000 --- a/dashboard_backup/src/views/spaces/CreateCodeServerDialog.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/NewCodeServer.vue b/dashboard_backup/src/views/spaces/NewCodeServer.vue deleted file mode 100644 index ae6fdc2..0000000 --- a/dashboard_backup/src/views/spaces/NewCodeServer.vue +++ /dev/null @@ -1,131 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/NewCodeServerBench.vue b/dashboard_backup/src/views/spaces/NewCodeServerBench.vue deleted file mode 100644 index 66306ae..0000000 --- a/dashboard_backup/src/views/spaces/NewCodeServerBench.vue +++ /dev/null @@ -1,71 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/NewCodeServerGroup.vue b/dashboard_backup/src/views/spaces/NewCodeServerGroup.vue deleted file mode 100644 index aee1c59..0000000 --- a/dashboard_backup/src/views/spaces/NewCodeServerGroup.vue +++ /dev/null @@ -1,77 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/NewCodeServerHostname.vue b/dashboard_backup/src/views/spaces/NewCodeServerHostname.vue deleted file mode 100644 index 21a1853..0000000 --- a/dashboard_backup/src/views/spaces/NewCodeServerHostname.vue +++ /dev/null @@ -1,81 +0,0 @@ - - diff --git a/dashboard_backup/src/views/spaces/Spaces.vue b/dashboard_backup/src/views/spaces/Spaces.vue deleted file mode 100644 index 6b9f5c8..0000000 --- a/dashboard_backup/src/views/spaces/Spaces.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - diff --git a/dashboard_backup/src/views/spaces/SpacesList.vue b/dashboard_backup/src/views/spaces/SpacesList.vue deleted file mode 100644 index a86923e..0000000 --- a/dashboard_backup/src/views/spaces/SpacesList.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - diff --git a/dashboard_backup/src2/App.vue b/dashboard_backup/src2/App.vue deleted file mode 100644 index cf36025..0000000 --- a/dashboard_backup/src2/App.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - diff --git a/dashboard_backup/src2/components/ActionButton.vue b/dashboard_backup/src2/components/ActionButton.vue deleted file mode 100644 index b7321dd..0000000 --- a/dashboard_backup/src2/components/ActionButton.vue +++ /dev/null @@ -1,50 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ActiveServersDialog.vue b/dashboard_backup/src2/components/ActiveServersDialog.vue deleted file mode 100644 index c0776ab..0000000 --- a/dashboard_backup/src2/components/ActiveServersDialog.vue +++ /dev/null @@ -1,43 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AddDomainDialog.vue b/dashboard_backup/src2/components/AddDomainDialog.vue deleted file mode 100644 index b714010..0000000 --- a/dashboard_backup/src2/components/AddDomainDialog.vue +++ /dev/null @@ -1,182 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AddTagDialog.vue b/dashboard_backup/src2/components/AddTagDialog.vue deleted file mode 100644 index 804a65a..0000000 --- a/dashboard_backup/src2/components/AddTagDialog.vue +++ /dev/null @@ -1,91 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AddressForm.vue b/dashboard_backup/src2/components/AddressForm.vue deleted file mode 100644 index bbaeadd..0000000 --- a/dashboard_backup/src2/components/AddressForm.vue +++ /dev/null @@ -1,175 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AddressableErrorDialog.vue b/dashboard_backup/src2/components/AddressableErrorDialog.vue deleted file mode 100644 index b682970..0000000 --- a/dashboard_backup/src2/components/AddressableErrorDialog.vue +++ /dev/null @@ -1,117 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AlertAddPaymentMode.vue b/dashboard_backup/src2/components/AlertAddPaymentMode.vue deleted file mode 100644 index e33e0a2..0000000 --- a/dashboard_backup/src2/components/AlertAddPaymentMode.vue +++ /dev/null @@ -1,34 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AlertAddressDetails.vue b/dashboard_backup/src2/components/AlertAddressDetails.vue deleted file mode 100644 index ff039d9..0000000 --- a/dashboard_backup/src2/components/AlertAddressDetails.vue +++ /dev/null @@ -1,34 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AlertAddressableError.vue b/dashboard_backup/src2/components/AlertAddressableError.vue deleted file mode 100644 index 0090036..0000000 --- a/dashboard_backup/src2/components/AlertAddressableError.vue +++ /dev/null @@ -1,24 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AlertBanner.vue b/dashboard_backup/src2/components/AlertBanner.vue deleted file mode 100644 index 7db081c..0000000 --- a/dashboard_backup/src2/components/AlertBanner.vue +++ /dev/null @@ -1,46 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AlertCardExpired.vue b/dashboard_backup/src2/components/AlertCardExpired.vue deleted file mode 100644 index e1b29bf..0000000 --- a/dashboard_backup/src2/components/AlertCardExpired.vue +++ /dev/null @@ -1,18 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AlertMandateInfo.vue b/dashboard_backup/src2/components/AlertMandateInfo.vue deleted file mode 100644 index 85bd0b4..0000000 --- a/dashboard_backup/src2/components/AlertMandateInfo.vue +++ /dev/null @@ -1,34 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AlertUnpaidInvoices.vue b/dashboard_backup/src2/components/AlertUnpaidInvoices.vue deleted file mode 100644 index 3a4f883..0000000 --- a/dashboard_backup/src2/components/AlertUnpaidInvoices.vue +++ /dev/null @@ -1,31 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AppSidebar.vue b/dashboard_backup/src2/components/AppSidebar.vue deleted file mode 100644 index d0098d6..0000000 --- a/dashboard_backup/src2/components/AppSidebar.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AppSidebarItem.vue b/dashboard_backup/src2/components/AppSidebarItem.vue deleted file mode 100644 index 7a76e54..0000000 --- a/dashboard_backup/src2/components/AppSidebarItem.vue +++ /dev/null @@ -1,31 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AppSidebarItemGroup.vue b/dashboard_backup/src2/components/AppSidebarItemGroup.vue deleted file mode 100644 index bcb5357..0000000 --- a/dashboard_backup/src2/components/AppSidebarItemGroup.vue +++ /dev/null @@ -1,55 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AppTrialSubscriptionDialog.vue b/dashboard_backup/src2/components/AppTrialSubscriptionDialog.vue deleted file mode 100644 index 3d8cbe9..0000000 --- a/dashboard_backup/src2/components/AppTrialSubscriptionDialog.vue +++ /dev/null @@ -1,365 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/Autocomplete.vue b/dashboard_backup/src2/components/Autocomplete.vue deleted file mode 100644 index 93121a1..0000000 --- a/dashboard_backup/src2/components/Autocomplete.vue +++ /dev/null @@ -1,214 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/AvatarGroup.vue b/dashboard_backup/src2/components/AvatarGroup.vue deleted file mode 100644 index b7a48aa..0000000 --- a/dashboard_backup/src2/components/AvatarGroup.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/BuyPrepaidCreditsAlipay.vue b/dashboard_backup/src2/components/BuyPrepaidCreditsAlipay.vue deleted file mode 100644 index 37ea8e0..0000000 --- a/dashboard_backup/src2/components/BuyPrepaidCreditsAlipay.vue +++ /dev/null @@ -1,117 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/BuyPrepaidCreditsForm.vue b/dashboard_backup/src2/components/BuyPrepaidCreditsForm.vue deleted file mode 100644 index 503aec6..0000000 --- a/dashboard_backup/src2/components/BuyPrepaidCreditsForm.vue +++ /dev/null @@ -1,243 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/BuyPrepaidCreditsRazorpay.vue b/dashboard_backup/src2/components/BuyPrepaidCreditsRazorpay.vue deleted file mode 100644 index b1b3f10..0000000 --- a/dashboard_backup/src2/components/BuyPrepaidCreditsRazorpay.vue +++ /dev/null @@ -1,140 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/BuyPrepaidCreditsStripe.vue b/dashboard_backup/src2/components/BuyPrepaidCreditsStripe.vue deleted file mode 100644 index 5cdaaba..0000000 --- a/dashboard_backup/src2/components/BuyPrepaidCreditsStripe.vue +++ /dev/null @@ -1,182 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/BuyPrepaidCreditsWeChatPay.vue b/dashboard_backup/src2/components/BuyPrepaidCreditsWeChatPay.vue deleted file mode 100644 index 517b442..0000000 --- a/dashboard_backup/src2/components/BuyPrepaidCreditsWeChatPay.vue +++ /dev/null @@ -1,267 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ChurnFeedbackDialog.vue b/dashboard_backup/src2/components/ChurnFeedbackDialog.vue deleted file mode 100644 index 78fbecb..0000000 --- a/dashboard_backup/src2/components/ChurnFeedbackDialog.vue +++ /dev/null @@ -1,134 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ClickToCopyField.vue b/dashboard_backup/src2/components/ClickToCopyField.vue deleted file mode 100644 index cdd8809..0000000 --- a/dashboard_backup/src2/components/ClickToCopyField.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ConfigEditorDialog.vue b/dashboard_backup/src2/components/ConfigEditorDialog.vue deleted file mode 100644 index 172e870..0000000 --- a/dashboard_backup/src2/components/ConfigEditorDialog.vue +++ /dev/null @@ -1,196 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ConfigPreviewDialog.vue b/dashboard_backup/src2/components/ConfigPreviewDialog.vue deleted file mode 100644 index 71771e9..0000000 --- a/dashboard_backup/src2/components/ConfigPreviewDialog.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/DateTimeControl.vue b/dashboard_backup/src2/components/DateTimeControl.vue deleted file mode 100644 index 8831d55..0000000 --- a/dashboard_backup/src2/components/DateTimeControl.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/DialogWrapper.vue b/dashboard_backup/src2/components/DialogWrapper.vue deleted file mode 100644 index e81aafe..0000000 --- a/dashboard_backup/src2/components/DialogWrapper.vue +++ /dev/null @@ -1,33 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/DismissableBanner.vue b/dashboard_backup/src2/components/DismissableBanner.vue deleted file mode 100644 index 138b874..0000000 --- a/dashboard_backup/src2/components/DismissableBanner.vue +++ /dev/null @@ -1,62 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/DomainOwner.vue b/dashboard_backup/src2/components/DomainOwner.vue deleted file mode 100644 index 337ad53..0000000 --- a/dashboard_backup/src2/components/DomainOwner.vue +++ /dev/null @@ -1,935 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/DomainOwnerDialog.vue b/dashboard_backup/src2/components/DomainOwnerDialog.vue deleted file mode 100644 index 3df7d0b..0000000 --- a/dashboard_backup/src2/components/DomainOwnerDialog.vue +++ /dev/null @@ -1,617 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/EnvironmentVariableEditorDialog.vue b/dashboard_backup/src2/components/EnvironmentVariableEditorDialog.vue deleted file mode 100644 index 0ab3229..0000000 --- a/dashboard_backup/src2/components/EnvironmentVariableEditorDialog.vue +++ /dev/null @@ -1,91 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/FilterControl.vue b/dashboard_backup/src2/components/FilterControl.vue deleted file mode 100644 index 7a360a3..0000000 --- a/dashboard_backup/src2/components/FilterControl.vue +++ /dev/null @@ -1,26 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/FoldStep.vue b/dashboard_backup/src2/components/FoldStep.vue deleted file mode 100644 index cb97cc5..0000000 --- a/dashboard_backup/src2/components/FoldStep.vue +++ /dev/null @@ -1,107 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/GenericDialog.vue b/dashboard_backup/src2/components/GenericDialog.vue deleted file mode 100644 index a655482..0000000 --- a/dashboard_backup/src2/components/GenericDialog.vue +++ /dev/null @@ -1,28 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/GenericDialogField.vue b/dashboard_backup/src2/components/GenericDialogField.vue deleted file mode 100644 index 0cd655b..0000000 --- a/dashboard_backup/src2/components/GenericDialogField.vue +++ /dev/null @@ -1,42 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/GenericList.vue b/dashboard_backup/src2/components/GenericList.vue deleted file mode 100644 index ca2290f..0000000 --- a/dashboard_backup/src2/components/GenericList.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/GitHubAppSelector.vue b/dashboard_backup/src2/components/GitHubAppSelector.vue deleted file mode 100644 index 2e87504..0000000 --- a/dashboard_backup/src2/components/GitHubAppSelector.vue +++ /dev/null @@ -1,212 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/Header.vue b/dashboard_backup/src2/components/Header.vue deleted file mode 100644 index 7ef4457..0000000 --- a/dashboard_backup/src2/components/Header.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/HomeSummary.vue b/dashboard_backup/src2/components/HomeSummary.vue deleted file mode 100644 index 496bc74..0000000 --- a/dashboard_backup/src2/components/HomeSummary.vue +++ /dev/null @@ -1,57 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/InvoiceTable.vue b/dashboard_backup/src2/components/InvoiceTable.vue deleted file mode 100644 index 0dc41ab..0000000 --- a/dashboard_backup/src2/components/InvoiceTable.vue +++ /dev/null @@ -1,190 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JobStep.vue b/dashboard_backup/src2/components/JobStep.vue deleted file mode 100644 index c5b4f61..0000000 --- a/dashboard_backup/src2/components/JobStep.vue +++ /dev/null @@ -1,24 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainAddDNSRecordDialog.vue b/dashboard_backup/src2/components/JsiteDomainAddDNSRecordDialog.vue deleted file mode 100644 index 070c5f7..0000000 --- a/dashboard_backup/src2/components/JsiteDomainAddDNSRecordDialog.vue +++ /dev/null @@ -1,246 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainDNSRecords.vue b/dashboard_backup/src2/components/JsiteDomainDNSRecords.vue deleted file mode 100644 index 0089b14..0000000 --- a/dashboard_backup/src2/components/JsiteDomainDNSRecords.vue +++ /dev/null @@ -1,828 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainEditDNSRecordDialog.vue b/dashboard_backup/src2/components/JsiteDomainEditDNSRecordDialog.vue deleted file mode 100644 index 3d21515..0000000 --- a/dashboard_backup/src2/components/JsiteDomainEditDNSRecordDialog.vue +++ /dev/null @@ -1,259 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainModifyDNSServerDialog.vue b/dashboard_backup/src2/components/JsiteDomainModifyDNSServerDialog.vue deleted file mode 100644 index b5d75f8..0000000 --- a/dashboard_backup/src2/components/JsiteDomainModifyDNSServerDialog.vue +++ /dev/null @@ -1,299 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainOverview.vue b/dashboard_backup/src2/components/JsiteDomainOverview.vue deleted file mode 100644 index 01f97f7..0000000 --- a/dashboard_backup/src2/components/JsiteDomainOverview.vue +++ /dev/null @@ -1,505 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainRealNameInfoDialog.vue b/dashboard_backup/src2/components/JsiteDomainRealNameInfoDialog.vue deleted file mode 100644 index 09e5396..0000000 --- a/dashboard_backup/src2/components/JsiteDomainRealNameInfoDialog.vue +++ /dev/null @@ -1,234 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainRenewalDialog.vue b/dashboard_backup/src2/components/JsiteDomainRenewalDialog.vue deleted file mode 100644 index c78bb45..0000000 --- a/dashboard_backup/src2/components/JsiteDomainRenewalDialog.vue +++ /dev/null @@ -1,537 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainTransferDialog.vue b/dashboard_backup/src2/components/JsiteDomainTransferDialog.vue deleted file mode 100644 index 6a519ce..0000000 --- a/dashboard_backup/src2/components/JsiteDomainTransferDialog.vue +++ /dev/null @@ -1,204 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteDomainUploadRealNameDialog.vue b/dashboard_backup/src2/components/JsiteDomainUploadRealNameDialog.vue deleted file mode 100644 index 2a78132..0000000 --- a/dashboard_backup/src2/components/JsiteDomainUploadRealNameDialog.vue +++ /dev/null @@ -1,397 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteServerFirewallRules.vue b/dashboard_backup/src2/components/JsiteServerFirewallRules.vue deleted file mode 100644 index f0f79a0..0000000 --- a/dashboard_backup/src2/components/JsiteServerFirewallRules.vue +++ /dev/null @@ -1,609 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteServerOverview.vue b/dashboard_backup/src2/components/JsiteServerOverview.vue deleted file mode 100644 index 039a1a5..0000000 --- a/dashboard_backup/src2/components/JsiteServerOverview.vue +++ /dev/null @@ -1,772 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteServerRenewalDialog.vue b/dashboard_backup/src2/components/JsiteServerRenewalDialog.vue deleted file mode 100644 index a61a876..0000000 --- a/dashboard_backup/src2/components/JsiteServerRenewalDialog.vue +++ /dev/null @@ -1,534 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/JsiteServerUpgradeDialog.vue b/dashboard_backup/src2/components/JsiteServerUpgradeDialog.vue deleted file mode 100644 index e9d47f9..0000000 --- a/dashboard_backup/src2/components/JsiteServerUpgradeDialog.vue +++ /dev/null @@ -1,629 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/LinkControl.vue b/dashboard_backup/src2/components/LinkControl.vue deleted file mode 100644 index 00272d7..0000000 --- a/dashboard_backup/src2/components/LinkControl.vue +++ /dev/null @@ -1,89 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ListSelection.vue b/dashboard_backup/src2/components/ListSelection.vue deleted file mode 100644 index 3eab40e..0000000 --- a/dashboard_backup/src2/components/ListSelection.vue +++ /dev/null @@ -1,9 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/LoadingIndicator.vue b/dashboard_backup/src2/components/LoadingIndicator.vue deleted file mode 100644 index 0f5bb72..0000000 --- a/dashboard_backup/src2/components/LoadingIndicator.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ManageSitePlansDialog.vue b/dashboard_backup/src2/components/ManageSitePlansDialog.vue deleted file mode 100644 index db72a4e..0000000 --- a/dashboard_backup/src2/components/ManageSitePlansDialog.vue +++ /dev/null @@ -1,253 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/MarketplaceAppListing.vue b/dashboard_backup/src2/components/MarketplaceAppListing.vue deleted file mode 100644 index 2fdf699..0000000 --- a/dashboard_backup/src2/components/MarketplaceAppListing.vue +++ /dev/null @@ -1,326 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/MobileNav.vue b/dashboard_backup/src2/components/MobileNav.vue deleted file mode 100644 index 7f1e52b..0000000 --- a/dashboard_backup/src2/components/MobileNav.vue +++ /dev/null @@ -1,80 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/MobileNavItem.vue b/dashboard_backup/src2/components/MobileNavItem.vue deleted file mode 100644 index 7c73b95..0000000 --- a/dashboard_backup/src2/components/MobileNavItem.vue +++ /dev/null @@ -1,29 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/MobileNavItemGroup.vue b/dashboard_backup/src2/components/MobileNavItemGroup.vue deleted file mode 100644 index 776764c..0000000 --- a/dashboard_backup/src2/components/MobileNavItemGroup.vue +++ /dev/null @@ -1,49 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/NavigationItems.vue b/dashboard_backup/src2/components/NavigationItems.vue deleted file mode 100644 index 5fe6b57..0000000 --- a/dashboard_backup/src2/components/NavigationItems.vue +++ /dev/null @@ -1,219 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/NewAppDialog.vue b/dashboard_backup/src2/components/NewAppDialog.vue deleted file mode 100644 index fca84c8..0000000 --- a/dashboard_backup/src2/components/NewAppDialog.vue +++ /dev/null @@ -1,283 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ObjectList.vue b/dashboard_backup/src2/components/ObjectList.vue deleted file mode 100644 index 8273b33..0000000 --- a/dashboard_backup/src2/components/ObjectList.vue +++ /dev/null @@ -1,490 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ObjectListCell.vue b/dashboard_backup/src2/components/ObjectListCell.vue deleted file mode 100644 index 7eb1915..0000000 --- a/dashboard_backup/src2/components/ObjectListCell.vue +++ /dev/null @@ -1,143 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ObjectListFilters.vue b/dashboard_backup/src2/components/ObjectListFilters.vue deleted file mode 100644 index 7ae0c75..0000000 --- a/dashboard_backup/src2/components/ObjectListFilters.vue +++ /dev/null @@ -1,90 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/Onboarding.vue b/dashboard_backup/src2/components/Onboarding.vue deleted file mode 100644 index b26e601..0000000 --- a/dashboard_backup/src2/components/Onboarding.vue +++ /dev/null @@ -1,196 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/OnboardingAppSelector.vue b/dashboard_backup/src2/components/OnboardingAppSelector.vue deleted file mode 100644 index e2207a8..0000000 --- a/dashboard_backup/src2/components/OnboardingAppSelector.vue +++ /dev/null @@ -1,57 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/OnboardingWithoutPayment.vue b/dashboard_backup/src2/components/OnboardingWithoutPayment.vue deleted file mode 100644 index 6c5d045..0000000 --- a/dashboard_backup/src2/components/OnboardingWithoutPayment.vue +++ /dev/null @@ -1,65 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/OrderCheckout.vue b/dashboard_backup/src2/components/OrderCheckout.vue deleted file mode 100644 index 4ddeef6..0000000 --- a/dashboard_backup/src2/components/OrderCheckout.vue +++ /dev/null @@ -1,434 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/PayoutTable.vue b/dashboard_backup/src2/components/PayoutTable.vue deleted file mode 100644 index a8273c0..0000000 --- a/dashboard_backup/src2/components/PayoutTable.vue +++ /dev/null @@ -1,91 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/PlansCards.vue b/dashboard_backup/src2/components/PlansCards.vue deleted file mode 100644 index 0c22dbe..0000000 --- a/dashboard_backup/src2/components/PlansCards.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SaaSSignupFields.vue b/dashboard_backup/src2/components/SaaSSignupFields.vue deleted file mode 100644 index df9f802..0000000 --- a/dashboard_backup/src2/components/SaaSSignupFields.vue +++ /dev/null @@ -1,147 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SiteActionCell.vue b/dashboard_backup/src2/components/SiteActionCell.vue deleted file mode 100644 index 68a835f..0000000 --- a/dashboard_backup/src2/components/SiteActionCell.vue +++ /dev/null @@ -1,308 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SiteActions.vue b/dashboard_backup/src2/components/SiteActions.vue deleted file mode 100644 index a888e76..0000000 --- a/dashboard_backup/src2/components/SiteActions.vue +++ /dev/null @@ -1,55 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SiteDailyUsage.vue b/dashboard_backup/src2/components/SiteDailyUsage.vue deleted file mode 100644 index ac01a5f..0000000 --- a/dashboard_backup/src2/components/SiteDailyUsage.vue +++ /dev/null @@ -1,75 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SiteDatabaseAccessDialog.vue b/dashboard_backup/src2/components/SiteDatabaseAccessDialog.vue deleted file mode 100644 index 2ce1a92..0000000 --- a/dashboard_backup/src2/components/SiteDatabaseAccessDialog.vue +++ /dev/null @@ -1,263 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SiteDatabaseRestoreDialog.vue b/dashboard_backup/src2/components/SiteDatabaseRestoreDialog.vue deleted file mode 100644 index 11a8772..0000000 --- a/dashboard_backup/src2/components/SiteDatabaseRestoreDialog.vue +++ /dev/null @@ -1,104 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SiteOverview.vue b/dashboard_backup/src2/components/SiteOverview.vue deleted file mode 100644 index f2031a8..0000000 --- a/dashboard_backup/src2/components/SiteOverview.vue +++ /dev/null @@ -1,389 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SitePlansCards.vue b/dashboard_backup/src2/components/SitePlansCards.vue deleted file mode 100644 index 4713b12..0000000 --- a/dashboard_backup/src2/components/SitePlansCards.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SiteRenewalDialog.vue b/dashboard_backup/src2/components/SiteRenewalDialog.vue deleted file mode 100644 index 480e8e0..0000000 --- a/dashboard_backup/src2/components/SiteRenewalDialog.vue +++ /dev/null @@ -1,562 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SiteUpdateDialog.vue b/dashboard_backup/src2/components/SiteUpdateDialog.vue deleted file mode 100644 index 18bd878..0000000 --- a/dashboard_backup/src2/components/SiteUpdateDialog.vue +++ /dev/null @@ -1,207 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/StatusIndicator.vue b/dashboard_backup/src2/components/StatusIndicator.vue deleted file mode 100644 index 7491c00..0000000 --- a/dashboard_backup/src2/components/StatusIndicator.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/StripeCard.vue b/dashboard_backup/src2/components/StripeCard.vue deleted file mode 100644 index 9bf38e9..0000000 --- a/dashboard_backup/src2/components/StripeCard.vue +++ /dev/null @@ -1,346 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/StripeCardDialog.vue b/dashboard_backup/src2/components/StripeCardDialog.vue deleted file mode 100644 index 54cf406..0000000 --- a/dashboard_backup/src2/components/StripeCardDialog.vue +++ /dev/null @@ -1,40 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/Summary.vue b/dashboard_backup/src2/components/Summary.vue deleted file mode 100644 index c555e76..0000000 --- a/dashboard_backup/src2/components/Summary.vue +++ /dev/null @@ -1,29 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/SwitchTeamDialog.vue b/dashboard_backup/src2/components/SwitchTeamDialog.vue deleted file mode 100644 index 986f05b..0000000 --- a/dashboard_backup/src2/components/SwitchTeamDialog.vue +++ /dev/null @@ -1,93 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/TabsWithRouter.vue b/dashboard_backup/src2/components/TabsWithRouter.vue deleted file mode 100644 index 9fce3d9..0000000 --- a/dashboard_backup/src2/components/TabsWithRouter.vue +++ /dev/null @@ -1,46 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/TextInsideCircle.vue b/dashboard_backup/src2/components/TextInsideCircle.vue deleted file mode 100644 index 83613e9..0000000 --- a/dashboard_backup/src2/components/TextInsideCircle.vue +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/dashboard_backup/src2/components/ToggleContent.vue b/dashboard_backup/src2/components/ToggleContent.vue deleted file mode 100644 index 58113a3..0000000 --- a/dashboard_backup/src2/components/ToggleContent.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/UpdateBillingDetails.vue b/dashboard_backup/src2/components/UpdateBillingDetails.vue deleted file mode 100644 index 05579f4..0000000 --- a/dashboard_backup/src2/components/UpdateBillingDetails.vue +++ /dev/null @@ -1,116 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/UpdateBillingDetailsForm.vue b/dashboard_backup/src2/components/UpdateBillingDetailsForm.vue deleted file mode 100644 index 87aa06d..0000000 --- a/dashboard_backup/src2/components/UpdateBillingDetailsForm.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/UserWithAvatarCell.vue b/dashboard_backup/src2/components/UserWithAvatarCell.vue deleted file mode 100644 index 663838b..0000000 --- a/dashboard_backup/src2/components/UserWithAvatarCell.vue +++ /dev/null @@ -1,24 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/auth/Configure2FA.vue b/dashboard_backup/src2/components/auth/Configure2FA.vue deleted file mode 100644 index 31c0d18..0000000 --- a/dashboard_backup/src2/components/auth/Configure2FA.vue +++ /dev/null @@ -1,212 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/auth/LoginBox.vue b/dashboard_backup/src2/components/auth/LoginBox.vue deleted file mode 100644 index 584ab28..0000000 --- a/dashboard_backup/src2/components/auth/LoginBox.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/auth/SaaSLoginBox.vue b/dashboard_backup/src2/components/auth/SaaSLoginBox.vue deleted file mode 100644 index c465969..0000000 --- a/dashboard_backup/src2/components/auth/SaaSLoginBox.vue +++ /dev/null @@ -1,71 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/AddCardDialog.vue b/dashboard_backup/src2/components/billing/AddCardDialog.vue deleted file mode 100644 index 87fec14..0000000 --- a/dashboard_backup/src2/components/billing/AddCardDialog.vue +++ /dev/null @@ -1,35 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/AddExchangeRate.vue b/dashboard_backup/src2/components/billing/AddExchangeRate.vue deleted file mode 100644 index 9af2bd3..0000000 --- a/dashboard_backup/src2/components/billing/AddExchangeRate.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/AddPrepaidCreditsDialog.vue b/dashboard_backup/src2/components/billing/AddPrepaidCreditsDialog.vue deleted file mode 100644 index 67ee979..0000000 --- a/dashboard_backup/src2/components/billing/AddPrepaidCreditsDialog.vue +++ /dev/null @@ -1,37 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/BillingDetails.vue b/dashboard_backup/src2/components/billing/BillingDetails.vue deleted file mode 100644 index a042257..0000000 --- a/dashboard_backup/src2/components/billing/BillingDetails.vue +++ /dev/null @@ -1,87 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/BillingDetailsDialog.vue b/dashboard_backup/src2/components/billing/BillingDetailsDialog.vue deleted file mode 100644 index d0bf9ba..0000000 --- a/dashboard_backup/src2/components/billing/BillingDetailsDialog.vue +++ /dev/null @@ -1,37 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/BillingSummary.vue b/dashboard_backup/src2/components/billing/BillingSummary.vue deleted file mode 100644 index c1b7a4a..0000000 --- a/dashboard_backup/src2/components/billing/BillingSummary.vue +++ /dev/null @@ -1,123 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/BuyCreditsRazorpay.vue b/dashboard_backup/src2/components/billing/BuyCreditsRazorpay.vue deleted file mode 100644 index cb24897..0000000 --- a/dashboard_backup/src2/components/billing/BuyCreditsRazorpay.vue +++ /dev/null @@ -1,124 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/BuyCreditsStripe.vue b/dashboard_backup/src2/components/billing/BuyCreditsStripe.vue deleted file mode 100644 index 5c8f286..0000000 --- a/dashboard_backup/src2/components/billing/BuyCreditsStripe.vue +++ /dev/null @@ -1,168 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/CardForm.vue b/dashboard_backup/src2/components/billing/CardForm.vue deleted file mode 100644 index 4857d98..0000000 --- a/dashboard_backup/src2/components/billing/CardForm.vue +++ /dev/null @@ -1,355 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/ChangeCardDialog.vue b/dashboard_backup/src2/components/billing/ChangeCardDialog.vue deleted file mode 100644 index 779a433..0000000 --- a/dashboard_backup/src2/components/billing/ChangeCardDialog.vue +++ /dev/null @@ -1,138 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/DropdownItem.vue b/dashboard_backup/src2/components/billing/DropdownItem.vue deleted file mode 100644 index c51f5fa..0000000 --- a/dashboard_backup/src2/components/billing/DropdownItem.vue +++ /dev/null @@ -1,23 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/FinalizeInvoicesDialog.vue b/dashboard_backup/src2/components/billing/FinalizeInvoicesDialog.vue deleted file mode 100644 index 8fb8a29..0000000 --- a/dashboard_backup/src2/components/billing/FinalizeInvoicesDialog.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/NewAddressForm.vue b/dashboard_backup/src2/components/billing/NewAddressForm.vue deleted file mode 100644 index f405012..0000000 --- a/dashboard_backup/src2/components/billing/NewAddressForm.vue +++ /dev/null @@ -1,214 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/PaymentDetails.vue b/dashboard_backup/src2/components/billing/PaymentDetails.vue deleted file mode 100644 index 045561b..0000000 --- a/dashboard_backup/src2/components/billing/PaymentDetails.vue +++ /dev/null @@ -1,227 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/PrepaidCreditsForm.vue b/dashboard_backup/src2/components/billing/PrepaidCreditsForm.vue deleted file mode 100644 index 1ba4082..0000000 --- a/dashboard_backup/src2/components/billing/PrepaidCreditsForm.vue +++ /dev/null @@ -1,250 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/UpcomingInvoiceDialog.vue b/dashboard_backup/src2/components/billing/UpcomingInvoiceDialog.vue deleted file mode 100644 index 0a3e4ca..0000000 --- a/dashboard_backup/src2/components/billing/UpcomingInvoiceDialog.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/mpesa/AddMpesaCredentials.vue b/dashboard_backup/src2/components/billing/mpesa/AddMpesaCredentials.vue deleted file mode 100644 index d70a0b6..0000000 --- a/dashboard_backup/src2/components/billing/mpesa/AddMpesaCredentials.vue +++ /dev/null @@ -1,171 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/mpesa/AddPaymentGateway.vue b/dashboard_backup/src2/components/billing/mpesa/AddPaymentGateway.vue deleted file mode 100644 index 10ba36e..0000000 --- a/dashboard_backup/src2/components/billing/mpesa/AddPaymentGateway.vue +++ /dev/null @@ -1,172 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/mpesa/BuyPrepaidCreditsMpesa.vue b/dashboard_backup/src2/components/billing/mpesa/BuyPrepaidCreditsMpesa.vue deleted file mode 100644 index a490dff..0000000 --- a/dashboard_backup/src2/components/billing/mpesa/BuyPrepaidCreditsMpesa.vue +++ /dev/null @@ -1,238 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/billing/mpesa/PartnerPaymentPayout.vue b/dashboard_backup/src2/components/billing/mpesa/PartnerPaymentPayout.vue deleted file mode 100644 index 48c4576..0000000 --- a/dashboard_backup/src2/components/billing/mpesa/PartnerPaymentPayout.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/DatabaseAddIndexButton.vue b/dashboard_backup/src2/components/devtools/database/DatabaseAddIndexButton.vue deleted file mode 100644 index df68f8f..0000000 --- a/dashboard_backup/src2/components/devtools/database/DatabaseAddIndexButton.vue +++ /dev/null @@ -1,76 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/DatabasePerformanceSchemaDisabledNotice.vue b/dashboard_backup/src2/components/devtools/database/DatabasePerformanceSchemaDisabledNotice.vue deleted file mode 100644 index 4900af1..0000000 --- a/dashboard_backup/src2/components/devtools/database/DatabasePerformanceSchemaDisabledNotice.vue +++ /dev/null @@ -1,19 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/DatabaseProcessKillButton.vue b/dashboard_backup/src2/components/devtools/database/DatabaseProcessKillButton.vue deleted file mode 100644 index 073959a..0000000 --- a/dashboard_backup/src2/components/devtools/database/DatabaseProcessKillButton.vue +++ /dev/null @@ -1,55 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/DatabaseSQLPlaygroundLog.vue b/dashboard_backup/src2/components/devtools/database/DatabaseSQLPlaygroundLog.vue deleted file mode 100644 index a2600ae..0000000 --- a/dashboard_backup/src2/components/devtools/database/DatabaseSQLPlaygroundLog.vue +++ /dev/null @@ -1,112 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaDialog.vue b/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaDialog.vue deleted file mode 100644 index 122ce55..0000000 --- a/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaDialog.vue +++ /dev/null @@ -1,213 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaInfoDialog.vue b/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaInfoDialog.vue deleted file mode 100644 index 270c570..0000000 --- a/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaInfoDialog.vue +++ /dev/null @@ -1,60 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaSizeDetailsDialog.vue b/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaSizeDetailsDialog.vue deleted file mode 100644 index 1c3da14..0000000 --- a/dashboard_backup/src2/components/devtools/database/DatabaseTableSchemaSizeDetailsDialog.vue +++ /dev/null @@ -1,122 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/ResultTable.vue b/dashboard_backup/src2/components/devtools/database/ResultTable.vue deleted file mode 100644 index 6b4a68c..0000000 --- a/dashboard_backup/src2/components/devtools/database/ResultTable.vue +++ /dev/null @@ -1,314 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/SQLCodeEditor.vue b/dashboard_backup/src2/components/devtools/database/SQLCodeEditor.vue deleted file mode 100644 index 2c01951..0000000 --- a/dashboard_backup/src2/components/devtools/database/SQLCodeEditor.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/devtools/database/SQLResult.vue b/dashboard_backup/src2/components/devtools/database/SQLResult.vue deleted file mode 100644 index 0ec2d83..0000000 --- a/dashboard_backup/src2/components/devtools/database/SQLResult.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/AddAppDialog.vue b/dashboard_backup/src2/components/group/AddAppDialog.vue deleted file mode 100644 index dcf7b79..0000000 --- a/dashboard_backup/src2/components/group/AddAppDialog.vue +++ /dev/null @@ -1,377 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/AddRegionDialog.vue b/dashboard_backup/src2/components/group/AddRegionDialog.vue deleted file mode 100644 index 2ca4175..0000000 --- a/dashboard_backup/src2/components/group/AddRegionDialog.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/BenchLogsDialog.vue b/dashboard_backup/src2/components/group/BenchLogsDialog.vue deleted file mode 100644 index f13fbbb..0000000 --- a/dashboard_backup/src2/components/group/BenchLogsDialog.vue +++ /dev/null @@ -1,142 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/ChangeAppBranchDialog.vue b/dashboard_backup/src2/components/group/ChangeAppBranchDialog.vue deleted file mode 100644 index eee8164..0000000 --- a/dashboard_backup/src2/components/group/ChangeAppBranchDialog.vue +++ /dev/null @@ -1,94 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/DependencyEditorDialog.vue b/dashboard_backup/src2/components/group/DependencyEditorDialog.vue deleted file mode 100644 index 38d07ee..0000000 --- a/dashboard_backup/src2/components/group/DependencyEditorDialog.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/PatchAppDialog.vue b/dashboard_backup/src2/components/group/PatchAppDialog.vue deleted file mode 100644 index 214472f..0000000 --- a/dashboard_backup/src2/components/group/PatchAppDialog.vue +++ /dev/null @@ -1,312 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/ReleaseGroupActionCell.vue b/dashboard_backup/src2/components/group/ReleaseGroupActionCell.vue deleted file mode 100644 index e4b8c7b..0000000 --- a/dashboard_backup/src2/components/group/ReleaseGroupActionCell.vue +++ /dev/null @@ -1,164 +0,0 @@ - - - diff --git a/dashboard_backup/src2/components/group/ReleaseGroupActions.vue b/dashboard_backup/src2/components/group/ReleaseGroupActions.vue deleted file mode 100644 index 9e77e3c..0000000 --- a/dashboard_backup/src2/components/group/ReleaseGroupActions.vue +++ /dev/null @@ -1,57 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/SSHCertificateDialog.vue b/dashboard_backup/src2/components/group/SSHCertificateDialog.vue deleted file mode 100644 index 33ca819..0000000 --- a/dashboard_backup/src2/components/group/SSHCertificateDialog.vue +++ /dev/null @@ -1,151 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/SupervisorProcessesDialog.vue b/dashboard_backup/src2/components/group/SupervisorProcessesDialog.vue deleted file mode 100644 index 9299bbf..0000000 --- a/dashboard_backup/src2/components/group/SupervisorProcessesDialog.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/group/UpdateReleaseGroupDialog.vue b/dashboard_backup/src2/components/group/UpdateReleaseGroupDialog.vue deleted file mode 100644 index a23fde5..0000000 --- a/dashboard_backup/src2/components/group/UpdateReleaseGroupDialog.vue +++ /dev/null @@ -1,632 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/marketplace/AppListingStepsDialog.vue b/dashboard_backup/src2/components/marketplace/AppListingStepsDialog.vue deleted file mode 100644 index 9bfd7c6..0000000 --- a/dashboard_backup/src2/components/marketplace/AppListingStepsDialog.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/marketplace/ChangeAppBranchDialog.vue b/dashboard_backup/src2/components/marketplace/ChangeAppBranchDialog.vue deleted file mode 100644 index bcb1081..0000000 --- a/dashboard_backup/src2/components/marketplace/ChangeAppBranchDialog.vue +++ /dev/null @@ -1,103 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/marketplace/CodeReview.vue b/dashboard_backup/src2/components/marketplace/CodeReview.vue deleted file mode 100644 index 9b4f44c..0000000 --- a/dashboard_backup/src2/components/marketplace/CodeReview.vue +++ /dev/null @@ -1,296 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/marketplace/MarketplaceAppAnalytics.vue b/dashboard_backup/src2/components/marketplace/MarketplaceAppAnalytics.vue deleted file mode 100644 index 65a2507..0000000 --- a/dashboard_backup/src2/components/marketplace/MarketplaceAppAnalytics.vue +++ /dev/null @@ -1,212 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/marketplace/NewComment.vue b/dashboard_backup/src2/components/marketplace/NewComment.vue deleted file mode 100644 index daa0afe..0000000 --- a/dashboard_backup/src2/components/marketplace/NewComment.vue +++ /dev/null @@ -1,57 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/marketplace/NewMarketplaceAppDialog.vue b/dashboard_backup/src2/components/marketplace/NewMarketplaceAppDialog.vue deleted file mode 100644 index 5d0bd99..0000000 --- a/dashboard_backup/src2/components/marketplace/NewMarketplaceAppDialog.vue +++ /dev/null @@ -1,186 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/marketplace/PlansDialog.vue b/dashboard_backup/src2/components/marketplace/PlansDialog.vue deleted file mode 100644 index a7d1acf..0000000 --- a/dashboard_backup/src2/components/marketplace/PlansDialog.vue +++ /dev/null @@ -1,222 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/marketplace/ReplyMarketplaceApp.vue b/dashboard_backup/src2/components/marketplace/ReplyMarketplaceApp.vue deleted file mode 100644 index 2f86ffa..0000000 --- a/dashboard_backup/src2/components/marketplace/ReplyMarketplaceApp.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/BuyPartnerCreditsRazorpay.vue b/dashboard_backup/src2/components/partners/BuyPartnerCreditsRazorpay.vue deleted file mode 100644 index e355977..0000000 --- a/dashboard_backup/src2/components/partners/BuyPartnerCreditsRazorpay.vue +++ /dev/null @@ -1,132 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/BuyPartnerCreditsStripe.vue b/dashboard_backup/src2/components/partners/BuyPartnerCreditsStripe.vue deleted file mode 100644 index 983040e..0000000 --- a/dashboard_backup/src2/components/partners/BuyPartnerCreditsStripe.vue +++ /dev/null @@ -1,168 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/PartnerApprovalRequests.vue b/dashboard_backup/src2/components/partners/PartnerApprovalRequests.vue deleted file mode 100644 index 017a806..0000000 --- a/dashboard_backup/src2/components/partners/PartnerApprovalRequests.vue +++ /dev/null @@ -1,156 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/PartnerContribution.vue b/dashboard_backup/src2/components/partners/PartnerContribution.vue deleted file mode 100644 index b29b215..0000000 --- a/dashboard_backup/src2/components/partners/PartnerContribution.vue +++ /dev/null @@ -1,102 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/PartnerCreditsForm.vue b/dashboard_backup/src2/components/partners/PartnerCreditsForm.vue deleted file mode 100644 index cd7835a..0000000 --- a/dashboard_backup/src2/components/partners/PartnerCreditsForm.vue +++ /dev/null @@ -1,125 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/PartnerCustomerInvoices.vue b/dashboard_backup/src2/components/partners/PartnerCustomerInvoices.vue deleted file mode 100644 index d81f7f0..0000000 --- a/dashboard_backup/src2/components/partners/PartnerCustomerInvoices.vue +++ /dev/null @@ -1,69 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/PartnerCustomers.vue b/dashboard_backup/src2/components/partners/PartnerCustomers.vue deleted file mode 100644 index e7c4097..0000000 --- a/dashboard_backup/src2/components/partners/PartnerCustomers.vue +++ /dev/null @@ -1,204 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/PartnerLocalPaymentSetup.vue b/dashboard_backup/src2/components/partners/PartnerLocalPaymentSetup.vue deleted file mode 100644 index b8dd423..0000000 --- a/dashboard_backup/src2/components/partners/PartnerLocalPaymentSetup.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/PartnerMembers.vue b/dashboard_backup/src2/components/partners/PartnerMembers.vue deleted file mode 100644 index a908d0d..0000000 --- a/dashboard_backup/src2/components/partners/PartnerMembers.vue +++ /dev/null @@ -1,49 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/partners/PartnerOverview.vue b/dashboard_backup/src2/components/partners/PartnerOverview.vue deleted file mode 100644 index 7c6751a..0000000 --- a/dashboard_backup/src2/components/partners/PartnerOverview.vue +++ /dev/null @@ -1,294 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/server/ServerActionCell.vue b/dashboard_backup/src2/components/server/ServerActionCell.vue deleted file mode 100644 index bffb4d1..0000000 --- a/dashboard_backup/src2/components/server/ServerActionCell.vue +++ /dev/null @@ -1,164 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/server/ServerActions.vue b/dashboard_backup/src2/components/server/ServerActions.vue deleted file mode 100644 index 1e6dbeb..0000000 --- a/dashboard_backup/src2/components/server/ServerActions.vue +++ /dev/null @@ -1,101 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/server/ServerCharts.vue b/dashboard_backup/src2/components/server/ServerCharts.vue deleted file mode 100644 index 7f8267b..0000000 --- a/dashboard_backup/src2/components/server/ServerCharts.vue +++ /dev/null @@ -1,830 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/server/ServerLoadAverage.vue b/dashboard_backup/src2/components/server/ServerLoadAverage.vue deleted file mode 100644 index ba46ef4..0000000 --- a/dashboard_backup/src2/components/server/ServerLoadAverage.vue +++ /dev/null @@ -1,99 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/server/ServerOverview.vue b/dashboard_backup/src2/components/server/ServerOverview.vue deleted file mode 100644 index d4a2b13..0000000 --- a/dashboard_backup/src2/components/server/ServerOverview.vue +++ /dev/null @@ -1,453 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/server/ServerPlansCards.vue b/dashboard_backup/src2/components/server/ServerPlansCards.vue deleted file mode 100644 index df53ae3..0000000 --- a/dashboard_backup/src2/components/server/ServerPlansCards.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/server/ServerPlansDialog.vue b/dashboard_backup/src2/components/server/ServerPlansDialog.vue deleted file mode 100644 index bc9f5e8..0000000 --- a/dashboard_backup/src2/components/server/ServerPlansDialog.vue +++ /dev/null @@ -1,140 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/ActivateWebhookDialog.vue b/dashboard_backup/src2/components/settings/ActivateWebhookDialog.vue deleted file mode 100644 index 806f729..0000000 --- a/dashboard_backup/src2/components/settings/ActivateWebhookDialog.vue +++ /dev/null @@ -1,135 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/AddNewWebhookDialog.vue b/dashboard_backup/src2/components/settings/AddNewWebhookDialog.vue deleted file mode 100644 index a0b56fb..0000000 --- a/dashboard_backup/src2/components/settings/AddNewWebhookDialog.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/DeveloperSettings.vue b/dashboard_backup/src2/components/settings/DeveloperSettings.vue deleted file mode 100644 index 71d8aef..0000000 --- a/dashboard_backup/src2/components/settings/DeveloperSettings.vue +++ /dev/null @@ -1,474 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/EditWebhookDialog.vue b/dashboard_backup/src2/components/settings/EditWebhookDialog.vue deleted file mode 100644 index f8b9142..0000000 --- a/dashboard_backup/src2/components/settings/EditWebhookDialog.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/InviteTeamMemberDialog.vue b/dashboard_backup/src2/components/settings/InviteTeamMemberDialog.vue deleted file mode 100644 index 33250c1..0000000 --- a/dashboard_backup/src2/components/settings/InviteTeamMemberDialog.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/RoleConfigureDialog.vue b/dashboard_backup/src2/components/settings/RoleConfigureDialog.vue deleted file mode 100644 index 2944477..0000000 --- a/dashboard_backup/src2/components/settings/RoleConfigureDialog.vue +++ /dev/null @@ -1,318 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/RoleList.vue b/dashboard_backup/src2/components/settings/RoleList.vue deleted file mode 100644 index f5c5797..0000000 --- a/dashboard_backup/src2/components/settings/RoleList.vue +++ /dev/null @@ -1,136 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/RolePermissions.vue b/dashboard_backup/src2/components/settings/RolePermissions.vue deleted file mode 100644 index 716bcb0..0000000 --- a/dashboard_backup/src2/components/settings/RolePermissions.vue +++ /dev/null @@ -1,233 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/SettingsPermissions.vue b/dashboard_backup/src2/components/settings/SettingsPermissions.vue deleted file mode 100644 index 0c7b422..0000000 --- a/dashboard_backup/src2/components/settings/SettingsPermissions.vue +++ /dev/null @@ -1,7 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/TeamSettings.vue b/dashboard_backup/src2/components/settings/TeamSettings.vue deleted file mode 100644 index 29b2de4..0000000 --- a/dashboard_backup/src2/components/settings/TeamSettings.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/TeamSettingsDialog.vue b/dashboard_backup/src2/components/settings/TeamSettingsDialog.vue deleted file mode 100644 index d5359d5..0000000 --- a/dashboard_backup/src2/components/settings/TeamSettingsDialog.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/WebhookAttemptDetails.vue b/dashboard_backup/src2/components/settings/WebhookAttemptDetails.vue deleted file mode 100644 index 22118a5..0000000 --- a/dashboard_backup/src2/components/settings/WebhookAttemptDetails.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/WebhookAttemptsDialog.vue b/dashboard_backup/src2/components/settings/WebhookAttemptsDialog.vue deleted file mode 100644 index 715a475..0000000 --- a/dashboard_backup/src2/components/settings/WebhookAttemptsDialog.vue +++ /dev/null @@ -1,122 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/profile/AccountEmails.vue b/dashboard_backup/src2/components/settings/profile/AccountEmails.vue deleted file mode 100644 index cea2dda..0000000 --- a/dashboard_backup/src2/components/settings/profile/AccountEmails.vue +++ /dev/null @@ -1,91 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/profile/AccountPartner.vue b/dashboard_backup/src2/components/settings/profile/AccountPartner.vue deleted file mode 100644 index 2ebd59e..0000000 --- a/dashboard_backup/src2/components/settings/profile/AccountPartner.vue +++ /dev/null @@ -1,190 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/profile/AccountProfile.vue b/dashboard_backup/src2/components/settings/profile/AccountProfile.vue deleted file mode 100644 index 5b40115..0000000 --- a/dashboard_backup/src2/components/settings/profile/AccountProfile.vue +++ /dev/null @@ -1,444 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/profile/AccountReferral.vue b/dashboard_backup/src2/components/settings/profile/AccountReferral.vue deleted file mode 100644 index d6d8c92..0000000 --- a/dashboard_backup/src2/components/settings/profile/AccountReferral.vue +++ /dev/null @@ -1,37 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/profile/ProfileSettings.vue b/dashboard_backup/src2/components/settings/profile/ProfileSettings.vue deleted file mode 100644 index aa0d575..0000000 --- a/dashboard_backup/src2/components/settings/profile/ProfileSettings.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/settings/profile/ResetPasswordDialog.vue b/dashboard_backup/src2/components/settings/profile/ResetPasswordDialog.vue deleted file mode 100644 index c95d700..0000000 --- a/dashboard_backup/src2/components/settings/profile/ResetPasswordDialog.vue +++ /dev/null @@ -1,302 +0,0 @@ - - - diff --git a/dashboard_backup/src2/components/settings/profile/TFADialog.vue b/dashboard_backup/src2/components/settings/profile/TFADialog.vue deleted file mode 100644 index c60ec9b..0000000 --- a/dashboard_backup/src2/components/settings/profile/TFADialog.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/AnalyticsCard.vue b/dashboard_backup/src2/components/site/AnalyticsCard.vue deleted file mode 100644 index 4e1ac03..0000000 --- a/dashboard_backup/src2/components/site/AnalyticsCard.vue +++ /dev/null @@ -1,16 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/ConfigureAutoUpdateDialog.vue b/dashboard_backup/src2/components/site/ConfigureAutoUpdateDialog.vue deleted file mode 100644 index 55454cf..0000000 --- a/dashboard_backup/src2/components/site/ConfigureAutoUpdateDialog.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/InstallAppDialog.vue b/dashboard_backup/src2/components/site/InstallAppDialog.vue deleted file mode 100644 index f2fc902..0000000 --- a/dashboard_backup/src2/components/site/InstallAppDialog.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/NewSiteAppSelector.vue b/dashboard_backup/src2/components/site/NewSiteAppSelector.vue deleted file mode 100644 index 1c31fe3..0000000 --- a/dashboard_backup/src2/components/site/NewSiteAppSelector.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SelectSiteForRestore.vue b/dashboard_backup/src2/components/site/SelectSiteForRestore.vue deleted file mode 100644 index 6bac8a0..0000000 --- a/dashboard_backup/src2/components/site/SelectSiteForRestore.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteAnalytics.vue b/dashboard_backup/src2/components/site/SiteAnalytics.vue deleted file mode 100644 index 3a443b9..0000000 --- a/dashboard_backup/src2/components/site/SiteAnalytics.vue +++ /dev/null @@ -1,482 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteAppPlanSelectDialog.vue b/dashboard_backup/src2/components/site/SiteAppPlanSelectDialog.vue deleted file mode 100644 index 289e40b..0000000 --- a/dashboard_backup/src2/components/site/SiteAppPlanSelectDialog.vue +++ /dev/null @@ -1,57 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteAppPlanSelectorDialog.vue b/dashboard_backup/src2/components/site/SiteAppPlanSelectorDialog.vue deleted file mode 100644 index 92c83b4..0000000 --- a/dashboard_backup/src2/components/site/SiteAppPlanSelectorDialog.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteChangeGroupDialog.vue b/dashboard_backup/src2/components/site/SiteChangeGroupDialog.vue deleted file mode 100644 index 03fa988..0000000 --- a/dashboard_backup/src2/components/site/SiteChangeGroupDialog.vue +++ /dev/null @@ -1,202 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteChangeRegionDialog.vue b/dashboard_backup/src2/components/site/SiteChangeRegionDialog.vue deleted file mode 100644 index b1b3e2a..0000000 --- a/dashboard_backup/src2/components/site/SiteChangeRegionDialog.vue +++ /dev/null @@ -1,173 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteChangeServerDialog.vue b/dashboard_backup/src2/components/site/SiteChangeServerDialog.vue deleted file mode 100644 index 29dca5b..0000000 --- a/dashboard_backup/src2/components/site/SiteChangeServerDialog.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteDatabaseRestoreFromURLDialog.vue b/dashboard_backup/src2/components/site/SiteDatabaseRestoreFromURLDialog.vue deleted file mode 100644 index 2a74e40..0000000 --- a/dashboard_backup/src2/components/site/SiteDatabaseRestoreFromURLDialog.vue +++ /dev/null @@ -1,188 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteInsights.vue b/dashboard_backup/src2/components/site/SiteInsights.vue deleted file mode 100644 index 0cde752..0000000 --- a/dashboard_backup/src2/components/site/SiteInsights.vue +++ /dev/null @@ -1,90 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteJobs.vue b/dashboard_backup/src2/components/site/SiteJobs.vue deleted file mode 100644 index ba62eb4..0000000 --- a/dashboard_backup/src2/components/site/SiteJobs.vue +++ /dev/null @@ -1,146 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteLogs.vue b/dashboard_backup/src2/components/site/SiteLogs.vue deleted file mode 100644 index b9555ce..0000000 --- a/dashboard_backup/src2/components/site/SiteLogs.vue +++ /dev/null @@ -1,229 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteUptime.vue b/dashboard_backup/src2/components/site/SiteUptime.vue deleted file mode 100644 index d8573a7..0000000 --- a/dashboard_backup/src2/components/site/SiteUptime.vue +++ /dev/null @@ -1,65 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/SiteVersionUpgradeDialog.vue b/dashboard_backup/src2/components/site/SiteVersionUpgradeDialog.vue deleted file mode 100644 index ea9ca0a..0000000 --- a/dashboard_backup/src2/components/site/SiteVersionUpgradeDialog.vue +++ /dev/null @@ -1,257 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/PerformanceReport.vue b/dashboard_backup/src2/components/site/performance/PerformanceReport.vue deleted file mode 100644 index b682c30..0000000 --- a/dashboard_backup/src2/components/site/performance/PerformanceReport.vue +++ /dev/null @@ -1,64 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/SiteBinaryLogs.vue b/dashboard_backup/src2/components/site/performance/SiteBinaryLogs.vue deleted file mode 100644 index eb8cee1..0000000 --- a/dashboard_backup/src2/components/site/performance/SiteBinaryLogs.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/SiteDatabaseProcess.vue b/dashboard_backup/src2/components/site/performance/SiteDatabaseProcess.vue deleted file mode 100644 index 9a59e6b..0000000 --- a/dashboard_backup/src2/components/site/performance/SiteDatabaseProcess.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/SiteDeadlockReport.vue b/dashboard_backup/src2/components/site/performance/SiteDeadlockReport.vue deleted file mode 100644 index 5b7c386..0000000 --- a/dashboard_backup/src2/components/site/performance/SiteDeadlockReport.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/SitePerformance.vue b/dashboard_backup/src2/components/site/performance/SitePerformance.vue deleted file mode 100644 index ff01009..0000000 --- a/dashboard_backup/src2/components/site/performance/SitePerformance.vue +++ /dev/null @@ -1,79 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/SiteProcessList.vue b/dashboard_backup/src2/components/site/performance/SiteProcessList.vue deleted file mode 100644 index 395443d..0000000 --- a/dashboard_backup/src2/components/site/performance/SiteProcessList.vue +++ /dev/null @@ -1,108 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/SiteRequestLogs.vue b/dashboard_backup/src2/components/site/performance/SiteRequestLogs.vue deleted file mode 100644 index 006c342..0000000 --- a/dashboard_backup/src2/components/site/performance/SiteRequestLogs.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/SiteSlowQueries.vue b/dashboard_backup/src2/components/site/performance/SiteSlowQueries.vue deleted file mode 100644 index 3803f5e..0000000 --- a/dashboard_backup/src2/components/site/performance/SiteSlowQueries.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site/performance/SiteSlowQueryDialog.vue b/dashboard_backup/src2/components/site/performance/SiteSlowQueryDialog.vue deleted file mode 100644 index de13a2c..0000000 --- a/dashboard_backup/src2/components/site/performance/SiteSlowQueryDialog.vue +++ /dev/null @@ -1,25 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site_database_user/SiteDatabaseAddEditUserDialog.vue b/dashboard_backup/src2/components/site_database_user/SiteDatabaseAddEditUserDialog.vue deleted file mode 100644 index e0278fe..0000000 --- a/dashboard_backup/src2/components/site_database_user/SiteDatabaseAddEditUserDialog.vue +++ /dev/null @@ -1,434 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site_database_user/SiteDatabaseColumnsSelector.vue b/dashboard_backup/src2/components/site_database_user/SiteDatabaseColumnsSelector.vue deleted file mode 100644 index 8e8d85d..0000000 --- a/dashboard_backup/src2/components/site_database_user/SiteDatabaseColumnsSelector.vue +++ /dev/null @@ -1,92 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/components/site_database_user/SiteDatabaseUserCredentialDialog.vue b/dashboard_backup/src2/components/site_database_user/SiteDatabaseUserCredentialDialog.vue deleted file mode 100644 index ecaab44..0000000 --- a/dashboard_backup/src2/components/site_database_user/SiteDatabaseUserCredentialDialog.vue +++ /dev/null @@ -1,158 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/data/notifications.js b/dashboard_backup/src2/data/notifications.js deleted file mode 100644 index beb0ff0..0000000 --- a/dashboard_backup/src2/data/notifications.js +++ /dev/null @@ -1,7 +0,0 @@ -import { createResource } from 'jingrow-ui'; - -export const unreadNotificationsCount = createResource({ - cache: 'Unread Notifications Count', - url: 'jcloud.api.notifications.get_unread_count', - initialData: 0 -}); diff --git a/dashboard_backup/src2/data/plans.js b/dashboard_backup/src2/data/plans.js deleted file mode 100644 index 83f71f7..0000000 --- a/dashboard_backup/src2/data/plans.js +++ /dev/null @@ -1,23 +0,0 @@ -import { createResource } from 'jingrow-ui'; - -export let plans = createResource({ - url: 'jcloud.api.site.get_site_plans', - cache: 'site.plans', - initialData: [] -}); - -export function fetchPlans() { - plans.fetch(); -} - -/** - * Get plans - * @returns {Array} List of plans -*/ -export function getPlans() { - return plans.data || []; -} - -export function getPlan(planName) { - return getPlans().find(plan => plan.name === planName); -} diff --git a/dashboard_backup/src2/data/session.js b/dashboard_backup/src2/data/session.js deleted file mode 100644 index 1a49ab1..0000000 --- a/dashboard_backup/src2/data/session.js +++ /dev/null @@ -1,110 +0,0 @@ -import { computed, reactive } from 'vue'; -import { createResource } from 'jingrow-ui'; -import { clear } from 'idb-keyval'; -import router from '../router'; - -export let session = reactive({ - login: createResource({ - url: 'login', - makeParams({ email, password }) { - return { - usr: email, - pwd: password - }; - } - }), - logout: createResource({ - url: 'logout', - async onSuccess() { - session.user = getSessionUser(); - await router.replace({ name: 'Login' }); - localStorage.removeItem('current_team'); - // On logout, reset posthog user identity and device id - if (window.posthog?.__loaded) { - posthog.reset(true); - } - - // clear all cache from the session - clear(); - - window.location.reload(); - } - }), - logoutWithoutReload: createResource({ - url: 'logout', - async onSuccess() { - session.user = getSessionUser(); - localStorage.removeItem('current_team'); - // On logout, reset posthog user identity and device id - if (window.posthog?.__loaded) { - posthog.reset(true); - } - - clear(); - } - }), - roles: createResource({ - url: 'jcloud.api.account.get_permission_roles', - cache: ['roles', localStorage.getItem('current_team')], - initialData: [] - }), - isTeamAdmin: computed( - () => - session.roles.data.length - ? session.roles.data.some(role => role.admin_access) - : false // if no roles, assume not admin and has member access - ), - hasBillingAccess: computed(() => - session.roles.data.length - ? session.roles.data.some(role => role.allow_billing) - : true - ), - hasWebhookConfigurationAccess: computed(() => - session.roles.data.length - ? session.roles.data.some(role => role.allow_webhook_configuration) - : true - ), - hasAppsAccess: computed(() => - session.roles.data.length - ? session.roles.data.some(role => role.allow_apps) - : true - ), - hasPartnerAccess: computed(() => - session.roles.data.length - ? session.roles.data.some(role => role.allow_partner) - : true - ), - hasSiteCreationAccess: computed(() => - session.roles.data.length - ? session.roles.data.some(role => role.allow_site_creation) - : true - ), - hasBenchCreationAccess: computed(() => - session.roles.data.length - ? session.roles.data.some(role => role.allow_bench_creation) - : true - ), - hasServerCreationAccess: computed(() => - session.roles.data.length - ? session.roles.data.some(role => role.allow_server_creation) - : true - ), - user: getSessionUser(), - isLoggedIn: computed(() => !!session.user), - isSystemUser: getSessionCookies().get('system_user') === 'yes' -}); - -export default session; - -export function getSessionUser() { - let cookies = getSessionCookies(); - let sessionUser = cookies.get('user_id'); - if (!sessionUser || sessionUser === 'Guest') { - sessionUser = null; - } - return sessionUser; -} - -function getSessionCookies() { - return new URLSearchParams(document.cookie.split('; ').join('&')); -} diff --git a/dashboard_backup/src2/data/team.js b/dashboard_backup/src2/data/team.js deleted file mode 100644 index a62ee5a..0000000 --- a/dashboard_backup/src2/data/team.js +++ /dev/null @@ -1,71 +0,0 @@ -import { createDocumentResource, jingrowRequest } from 'jingrow-ui'; -import { clear } from 'idb-keyval'; - -let team; - -export function getTeam() { - if (!team) { - team = createDocumentResource({ - pagetype: 'Team', - name: getCurrentTeam(), - whitelistedMethods: { - getTeamMembers: 'get_team_members', - inviteTeamMember: 'invite_team_member', - removeTeamMember: 'remove_team_member' - } - }); - } - return team; -} - -function getCurrentTeam() { - if ( - document.cookie.includes('user_id=Guest') || - !document.cookie.includes('user_id') - ) { - return null; - } - let currentTeam = localStorage.getItem('current_team'); - if ( - !currentTeam || - (currentTeam !== window.default_team && - !window.valid_teams.map(t => t.name).includes(currentTeam) && - !window.is_system_user) - ) { - currentTeam = window.default_team; - if (currentTeam) localStorage.setItem('current_team', currentTeam); - } - return currentTeam; -} - -export async function switchToTeam(team) { - let canSwitch = false; - try { - canSwitch = await jingrowRequest({ - url: '/api/action/jcloud.api.account.can_switch_to_team', - params: { team } - }); - } catch (error) { - console.log(error); - canSwitch = false; - } - if (canSwitch) { - localStorage.setItem('current_team', team); - - // clear all cache from previous team session - clear(); - - window.location.reload(); - } -} - -export async function isLastSite(team) { - let count = 0; - count = await jingrowRequest({ - url: '/api/action/jcloud.api.account.get_site_count', - params: { team } - }); - return Boolean(count === 1); -} - -window.switchToTeam = switchToTeam; diff --git a/dashboard_backup/src2/dialogs/ConfirmDialog.vue b/dashboard_backup/src2/dialogs/ConfirmDialog.vue deleted file mode 100644 index 89eb442..0000000 --- a/dashboard_backup/src2/dialogs/ConfirmDialog.vue +++ /dev/null @@ -1,93 +0,0 @@ - - diff --git a/dashboard_backup/src2/dialogs/PasswordDialog.vue b/dashboard_backup/src2/dialogs/PasswordDialog.vue deleted file mode 100644 index 2de3b00..0000000 --- a/dashboard_backup/src2/dialogs/PasswordDialog.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/dialogs/TagsDialog.vue b/dashboard_backup/src2/dialogs/TagsDialog.vue deleted file mode 100644 index ec18015..0000000 --- a/dashboard_backup/src2/dialogs/TagsDialog.vue +++ /dev/null @@ -1,84 +0,0 @@ - - - diff --git a/dashboard_backup/src2/globals.ts b/dashboard_backup/src2/globals.ts deleted file mode 100644 index 0458054..0000000 --- a/dashboard_backup/src2/globals.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { toast } from 'vue-sonner'; -import { dayjsLocal } from './utils/dayjs'; -import { session } from './data/session'; -import theme from '../tailwind.theme.json'; -import { debounce } from 'jingrow-ui'; -import { getTeam } from './data/team'; -import * as formatters from './utils/format'; -import { getPlatform, isMobile } from './utils/device'; - -export default function globals(app) { - app.config.globalProperties.$session = session; - app.config.globalProperties.$team = session.user ? getTeam() : null; - app.config.globalProperties.$toast = toast; - app.config.globalProperties.$dayjs = dayjsLocal; - app.config.globalProperties.$theme = theme; - app.config.globalProperties.$platform = getPlatform(); - app.config.globalProperties.$format = formatters; - app.config.globalProperties.$log = console.log; - app.config.globalProperties.$debounce = debounce; - app.config.globalProperties.$isMobile = isMobile(); - - // legacy globals for old dashboard - // TODO: remove later - app.config.globalProperties.formatBytes = formatters.bytes; - app.config.globalProperties.$planTitle = formatters.planTitle; - app.config.globalProperties.$plural = formatters.plural; -} diff --git a/dashboard_backup/src2/logo/AlipayLogo.vue b/dashboard_backup/src2/logo/AlipayLogo.vue deleted file mode 100644 index 61113c5..0000000 --- a/dashboard_backup/src2/logo/AlipayLogo.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/logo/PoweredByStripeLogo.vue b/dashboard_backup/src2/logo/PoweredByStripeLogo.vue deleted file mode 100644 index 5c037cd..0000000 --- a/dashboard_backup/src2/logo/PoweredByStripeLogo.vue +++ /dev/null @@ -1,27 +0,0 @@ - diff --git a/dashboard_backup/src2/logo/RazorpayLogo.vue b/dashboard_backup/src2/logo/RazorpayLogo.vue deleted file mode 100644 index 8d2d20a..0000000 --- a/dashboard_backup/src2/logo/RazorpayLogo.vue +++ /dev/null @@ -1,50 +0,0 @@ - diff --git a/dashboard_backup/src2/logo/StripeLogo.vue b/dashboard_backup/src2/logo/StripeLogo.vue deleted file mode 100644 index 7258650..0000000 --- a/dashboard_backup/src2/logo/StripeLogo.vue +++ /dev/null @@ -1,48 +0,0 @@ - diff --git a/dashboard_backup/src2/logo/WeChatPayLogo.vue b/dashboard_backup/src2/logo/WeChatPayLogo.vue deleted file mode 100644 index 59bb339..0000000 --- a/dashboard_backup/src2/logo/WeChatPayLogo.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/main.js b/dashboard_backup/src2/main.js deleted file mode 100644 index d1572ca..0000000 --- a/dashboard_backup/src2/main.js +++ /dev/null @@ -1,168 +0,0 @@ -import { createApp } from 'vue'; -import { - setConfig, - jingrowRequest, - pageMetaPlugin, - resourcesPlugin, -} from 'jingrow-ui'; -import App from './App.vue'; -import router from './router'; -import { initSocket } from './socket'; -import { subscribeToJobUpdates } from './utils/agentJob'; -import { fetchPlans } from './data/plans.js'; -import * as Sentry from '@sentry/vue'; -import { session } from './data/session.js'; -import { unreadNotificationsCount } from './data/notifications.js'; -import './vendor/posthog.js'; - -const request = (options) => { - const _options = options || {}; - _options.headers = options.headers || {}; - const currentTeam = - localStorage.getItem('current_team') || window.default_team; - if (currentTeam) { - _options.headers['X-Jcloud-Team'] = currentTeam; - } - return jingrowRequest(_options); -}; -setConfig('resourceFetcher', request); -setConfig('defaultListUrl', 'jcloud.api.client.get_list'); -setConfig('defaultDocGetUrl', 'jcloud.api.client.get'); -setConfig('defaultDocInsertUrl', 'jcloud.api.client.insert'); -setConfig('defaultRunDocMethodUrl', 'jcloud.api.client.run_pg_method'); -setConfig('defaultDocUpdateUrl', 'jcloud.api.client.set_value'); -setConfig('defaultDocDeleteUrl', 'jcloud.api.client.delete'); - -let app; -let socket; - -getInitialData().then(() => { - app = createApp(App); - app.use(router); - app.use(resourcesPlugin); - app.use(pageMetaPlugin); - - socket = initSocket(); - app.config.globalProperties.$socket = socket; - window.$socket = socket; - subscribeToJobUpdates(socket); - if (session.isLoggedIn) { - fetchPlans(); - session.roles.fetch(); - unreadNotificationsCount.fetch(); - } - - if (window.jcloud_dashboard_sentry_dsn.includes('https://')) { - Sentry.init({ - app, - dsn: window.jcloud_dashboard_sentry_dsn, - integrations: [ - Sentry.browserTracingIntegration({ router }), - Sentry.replayIntegration({ - maskAllText: false, - blockAllMedia: false, - }), - Sentry.thirdPartyErrorFilterIntegration({ - // Specify the application keys that you specified in the Sentry bundler plugin - filterKeys: ['jcloud-dashboard'], - - // Defines how to handle errors that contain third party stack frames. - // Possible values are: - // - 'drop-error-if-contains-third-party-frames' - // - 'drop-error-if-exclusively-contains-third-party-frames' - // - 'apply-tag-if-contains-third-party-frames' - // - 'apply-tag-if-exclusively-contains-third-party-frames' - behaviour: 'apply-tag-if-contains-third-party-frames', - }), - ], - replaysSessionSampleRate: 0.1, - replaysOnErrorSampleRate: 1.0, - beforeSend(event, hint) { - const ignoreErrors = [ - /api\/action\/jcloud.api.client/, - /dynamically imported module/, - /NetworkError when attempting to fetch resource/, - /Failed to fetch/, - /Load failed/, - /jingrow is not defined/, - /Cannot read properties of undefined \(reading 'exc_type'\)/, - /Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing/, - /Importing a module script failed./, - /o is undefined/, - /undefined is not an object \(evaluating 'o.exc_type'\)/, - /e is not defined/, - /Cannot set property ethereum of # which has only a getter/, - /Can't find variable: ResizeObserver/, - /Method not found/, - /Menu caption text is required/, - /Internal error opening backing store for indexedDB.open/, - ]; - const ignoreErrorTypes = [ - 'BuildValidationError', - 'ValidationError', - 'PermissionError', - 'SecurityException', - 'AAAARecordExists', - 'AuthenticationError', - 'RateLimitExceededError', - 'InsufficientSpaceOnServer', - 'ConflictingDNSRecord', - 'MultipleARecords', - ]; - const error = hint.originalException; - - if ( - error?.name === 'DashboardError' || - ignoreErrorTypes.includes(error?.exc_type) || - (error?.message && ignoreErrors.some((re) => re.test(error.message))) - ) { - return null; - } - - return event; - }, - logErrors: true, - }); - - Sentry.setTag('team', localStorage.getItem('current_team')); - } - - if ( - window.jcloud_frontend_posthog_project_id && - window.jcloud_frontend_posthog_host && - window.posthog - ) { - window.posthog.init(window.jcloud_frontend_posthog_project_id, { - api_host: window.jcloud_frontend_posthog_host, - person_profiles: 'identified_only', - autocapture: false, - disable_session_recording: true, - session_recording: { - maskAllInputs: true, - }, - }); - } else { - // unset posthog if not configured - window.posthog = undefined; - } - - importGlobals().then(() => { - app.mount('#app'); - }); -}); - -function getInitialData() { - if (import.meta.env.DEV) { - return jingrowRequest({ - url: '/api/action/jcloud.www.dashboard.get_context_for_dev', - }).then((values) => Object.assign(window, values)); - } else { - return Promise.resolve(); - } -} - -function importGlobals() { - return import('./globals.ts').then((globals) => { - app.use(globals.default); - }); -} diff --git a/dashboard_backup/src2/objects/bench.ts b/dashboard_backup/src2/objects/bench.ts deleted file mode 100644 index 0cd3003..0000000 --- a/dashboard_backup/src2/objects/bench.ts +++ /dev/null @@ -1,390 +0,0 @@ -import Tooltip from 'jingrow-ui/src/components/Tooltip/Tooltip.vue'; -import LucideAppWindow from '~icons/lucide/app-window'; -import type { VNode } from 'vue'; -import { defineAsyncComponent, h } from 'vue'; -import { getTeam, switchToTeam } from '../data/team'; -import { icon } from '../utils/components'; -import { - clusterOptions, - getSitesTabColumns, - sitesTabRoute, - siteTabFilterControls -} from './common'; -import { getAppsTab } from './common/apps'; -import { getJobsTab } from './common/jobs'; -import type { - Breadcrumb, - BreadcrumbArgs, - ColumnField, - DashboardObject, - Detail, - FilterField, - List, - RouteDetail, - Row, - Tab -} from './common/types'; -import { getLogsTab } from './tabs/site/logs'; -import { getPatchesTab } from './common/patches'; - -export default { - pagetype: 'Bench', - whitelistedMethods: {}, - detail: getDetail(), - list: getList(), - routes: getRoutes() -} satisfies DashboardObject as DashboardObject; - -function getDetail() { - return { - titleField: 'name', - statusBadge: ({ documentResource: bench }) => ({ label: bench.pg.status }), - route: '/benches/:name', - tabs: getTabs(), - actions: ({ documentResource: res }) => { - const team = getTeam(); - return [ - { - label: '选项', - condition: () => team.pg?.is_desk_user ?? false, - options: [ - { - label: '在 Desk 中查看', - icon: icon('external-link'), - condition: () => team.pg?.is_desk_user, - onClick() { - window.open( - `${window.location.protocol}//${window.location.host}/app/bench/${res.name}`, - '_blank' - ); - } - }, - { - label: '模拟团队', - icon: defineAsyncComponent( - () => import('~icons/lucide/venetian-mask') - ), - condition: () => window.is_system_user ?? false, - onClick() { - switchToTeam(res.pg.team); - } - } - ] - } - ]; - } - // breadcrumbs // use default breadcrumbs - } satisfies Detail as Detail; -} - -function getTabs() { - return [ - getSitesTab(), - getAppsTab(false), - getJobsTab('Bench'), - getProcessesTab(), - getLogsTab(false), - getPatchesTab(true) - ] satisfies Tab[] as Tab[]; -} - -function getRoutes() { - return [ - { - name: 'Bench Job', - path: 'jobs/:id', - component: () => import('../pages/JobPage.vue') - }, - { - name: 'Bench Log', - path: 'logs/:logName', - component: () => import('../pages/LogPage.vue') - } - ] satisfies RouteDetail[] as RouteDetail[]; -} - -function getList() { - return { - route: '/benches', - title: '工作台', - fields: [ - 'group.title as group_title', - 'cluster.name as cluster_name', - 'cluster.image as cluster_image', - 'cluster.title as cluster_title' - ], - orderBy: 'creation desc', - searchField: 'name', - columns: [ - { - label: '工作台', - fieldname: 'name', - class: 'font-medium', - suffix: getBenchTitleSuffix - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: '100px' - }, - { - label: '站点', - fieldname: 'site_count', - type: 'Number', - width: '100px', - align: 'right' - }, - { - label: '区域', - fieldname: 'cluster', - width: 0.75, - format: (value, row) => String(row.cluster_title || value || ''), - prefix: getClusterImagePrefix - }, - { label: '站点分组', fieldname: 'group_title', width: '350px' } - ], - filterControls - } satisfies List as List; -} - -function getBenchTitleSuffix(row: Row) { - const ch: VNode[] = []; - if (row.inplace_update_docker_image) ch.push(getInPlaceUpdatesSuffix(row)); - if (row.has_app_patch_applied) ch.push(getAppPatchSuffix(row)); - if (!ch.length) return; - - return h( - 'div', - { - class: 'flex flex-row gap-2' - }, - ch - ); -} -function getInPlaceUpdatesSuffix(row: Row) { - const count = Number( - String(row.inplace_update_docker_image).split('-').at(-1) - ); - - let title = '工作台已就地更新'; - if (!Number.isNaN(count) && count > 1) { - title += ` ${count} 次`; - } - - return h( - 'div', - { - title, - class: 'rounded-full bg-gray-100 p-1' - }, - h(icon('star', 'w-3 h-3')) - ); -} - -function getAppPatchSuffix(row: Row) { - return h( - 'div', - { - title: '此工作台中的应用可能已打补丁', - class: 'rounded-full bg-gray-100 p-1' - }, - h(icon('hash', 'w-3 h-3')) - ); -} - -function getClusterImagePrefix(row: Row) { - if (!row.cluster_image) return; - - return h('img', { - src: row.cluster_image, - class: 'w-4 h-4', - alt: row.cluster_title - }); -} - -function filterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: [ - { label: '', value: '' }, - { label: '激活', value: 'Active' }, - { label: '待定', value: 'Pending' }, - { label: '安装中', value: 'Installing' }, - { label: '更新中', value: 'Updating' }, - { label: '损坏', value: 'Broken' }, - { label: '已归档', value: 'Archived' } - ] - }, - { - type: 'link', - label: '站点分组', - fieldname: 'group', - options: { - pagetype: 'Release Group' - } - }, - { - type: 'select', - label: '区域', - fieldname: 'cluster', - options: clusterOptions - } - ] satisfies FilterField[] as FilterField[]; -} - -export function getSitesTab() { - return { - label: '站点', - icon: icon(LucideAppWindow), - route: 'sites', - type: 'list', - list: { - pagetype: 'Site', - filters: r => ({ - group: r.pg.group, - bench: r.name, - skip_team_filter_for_system_user_and_support_agent: true - }), - fields: [ - 'name', - 'status', - 'host_name', - 'plan.plan_title as plan_title', - 'plan.price_usd as price_usd', - 'plan.price_cny as price_cny', - 'cluster.image as cluster_image', - 'cluster.title as cluster_title' - ], - orderBy: 'creation desc, bench desc', - pageLength: 99999, - columns: getSitesTabColumns(true), - filterControls: siteTabFilterControls, - route: sitesTabRoute, - primaryAction: r => { - return { - label: '新建站点', - slots: { - prefix: icon('plus', 'w-4 h-4') - }, - route: { - name: 'Release Group New Site', - params: { bench: r.documentResource.pg.group } - } - }; - }, - rowActions: ({ row }) => [ - { - label: '在桌面查看', - condition: () => getTeam()?.pg?.is_desk_user, - onClick() { - window.open( - `${window.location.protocol}//${window.location.host}/app/site/${row.name}`, - '_blank' - ); - } - } - ] - } - } satisfies Tab; -} - -export function getProcessesTab() { - const url = 'jcloud.api.bench.get_processes'; - return { - label: '进程', - icon: icon('cpu'), - route: 'processes', - type: 'list', - list: { - resource({ documentResource: res }) { - return { - params: { - name: res.name - }, - url, - auto: true, - cache: ['ObjectList', url, res.name] - }; - }, - columns: getProcessesColumns(), - rowActions: () => [] // TODO: 允许发出 supectl 命令 - } - } satisfies Tab as Tab; -} - -export function getProcessesColumns() { - const processStatusColorMap = { - Starting: 'blue', - Backoff: 'yellow', - Running: 'green', - Stopping: 'yellow', - Stopped: 'gray', - Exited: 'gray', - Unknown: 'gray', - Fatal: 'red' - }; - - type Status = keyof typeof processStatusColorMap; - return [ - { - label: '名称', - width: 2, - fieldname: 'name' - }, - { - label: '组', -width: 1.5, - fieldname: 'group', - format: v => String(v ?? '') - }, - { - label: '状态', - type: 'Badge', - width: 0.7, - fieldname: 'status', - theme: value => processStatusColorMap[value as Status] ?? 'gray', - suffix: ({ message }) => { - if (!message) { - return; - } - - return h( - Tooltip, - { - text: message, - placement: 'top' - }, - () => h(icon('alert-circle', 'w-3 h-3')) - ); - } - }, - { - label: '运行时间', - fieldname: 'uptime_string' - } - ] satisfies ColumnField[] as ColumnField[]; -} - -function breadcrumbs({ items, documentResource: bench }: BreadcrumbArgs) { - const $team = getTeam(); - const benchCrumb = { - label: bench.pg?.name, - route: `/benches/${bench.pg?.name}` - }; - - if (bench.pg.group_team == $team.pg?.name || $team.pg?.is_desk_user) { - return [ - { - label: bench.pg?.group_title, - route: `/groups/${bench.pg?.group}` - }, - benchCrumb - ] satisfies Breadcrumb[]; - } - - return [...items.slice(0, -1), benchCrumb] satisfies Breadcrumb[]; -} \ No newline at end of file diff --git a/dashboard_backup/src2/objects/common/apps.ts b/dashboard_backup/src2/objects/common/apps.ts deleted file mode 100644 index 4e3e60a..0000000 --- a/dashboard_backup/src2/objects/common/apps.ts +++ /dev/null @@ -1,284 +0,0 @@ -import { defineAsyncComponent, h } from 'vue'; -import { toast } from 'vue-sonner'; -import { getTeam } from '../../data/team'; -import router from '../../router'; -import { confirmDialog, icon, renderDialog } from '../../utils/components'; -import { planTitle } from '../../utils/format'; -import type { - ColumnField, - DialogConfig, - FilterField, - Tab, - TabList -} from './types'; -import { getUpsellBanner } from '.'; -import { isMobile } from '../../utils/device'; -import { getToastErrorMessage } from '../../utils/toast'; - -export function getAppsTab(forSite: boolean) { - return { - label: '应用', - icon: icon('grid'), - route: 'apps', - type: 'list', - condition: docResource => forSite && docResource.pg?.status !== 'Archived', - list: getAppsTabList(forSite) - } satisfies Tab as Tab; -} - -function getAppsTabList(forSite: boolean) { - const options = forSite ? siteAppListOptions : benchAppListOptions; - const list: TabList = { - pagetype: '', - filters: () => ({}), - ...options, - columns: getAppsTabColumns(forSite), - searchField: !forSite ? 'title' : undefined, - filterControls: r => { - if (forSite) return []; - else - return [ - { - type: 'select', - label: '分支', - class: !isMobile() ? 'w-24' : '', - fieldname: 'branch', - options: [ - '', - ...new Set(r.listResource.data?.map(i => String(i.branch)) || []) - ] - }, - { - type: 'select', - label: '所有者', - class: !isMobile() ? 'w-24' : '', - fieldname: 'repository_owner', - options: [ - '', - ...new Set( - r.listResource.data?.map( - i => String(i.repository_url).split('/').at(-2) || '' - ) || [] - ) - ] - } - ] satisfies FilterField[]; - } - }; - - return list; -} - -function getAppsTabColumns(forSite: boolean) { - const appTabColumns: ColumnField[] = [ - { - label: '应用', - fieldname: 'title', - width: 1, - suffix(row) { - if (!row.is_app_patched) { - return; - } - - return h( - 'div', - { - title: '应用已打补丁', - class: 'rounded-full bg-gray-100 p-1' - }, - h(icon('hash', 'w-3 h-3')) - ); - }, - format: (value, row) => value || row.app_title - }, - { - label: '计划', - width: 0.75, - class: 'text-gray-600 text-sm', - format(_, row) { - const planText = planTitle(row.plan_info); - if (planText) return `${planText}/月`; - else return '免费'; - } - }, - { - label: '版本', - fieldname: 'branch', - type: 'Badge', - width: 1, - } - ]; - - // 为站点应用添加操作列,包含卸载按钮 - if (forSite) { - appTabColumns.push({ - label: '操作', - width: 0.75, - align: 'right', - type: 'Button', - Button: ({ row, listResource, documentResource }) => { - // 如果是 jingrow 应用,不显示卸载按钮 - if (row.app === 'jingrow') { - return null; - } - - return { - label: '卸载', - variant: 'ghost', - class: 'text-red-600 hover:text-red-700 hover:bg-red-50', - slots: { - prefix: icon('trash-2') - }, - onClick: () => { - const appName = row.title || row.app_title; - const dialogConfig: DialogConfig = { - title: `卸载应用`, - message: `您确定要从站点 ${documentResource.pg?.name} 卸载应用 ${appName} 吗?
- 所有与此应用相关的页面类型和模块将被移除。`, - onSuccess({ hide }) { - // 立即从列表中移除该应用(乐观更新) - const currentData = listResource.data || []; - const updatedData = currentData.filter(item => item.name !== row.name); - listResource.data = updatedData; - - const promise = documentResource.uninstallApp.submit({ - app: row.app - }); - - toast.promise(promise, { - loading: '正在安排应用卸载...', - success: (jobId: string) => { - hide(); - return '应用卸载已安排'; - }, - error: (e: Error) => { - // 如果失败,重新加载列表恢复状态 - listResource.reload(); - return getToastErrorMessage(e); - } - }); - } - }; - confirmDialog(dialogConfig); - } - }; - } - }); - - return appTabColumns; - } - - return appTabColumns.filter(c => c.label !== '计划'); -} - -const siteAppListOptions: Partial = { - pagetype: 'Site App', - filters: res => { - return { parenttype: 'Site', parent: res.pg?.name }; - }, - primaryAction({ listResource: apps, documentResource: site }) { - return { - label: '安装应用', - slots: { - prefix: icon('plus') - }, - onClick() { - const InstallAppDialog = defineAsyncComponent( - () => import('../../components/site/InstallAppDialog.vue') - ); - - renderDialog( - h(InstallAppDialog, { - site: site.name, - onInstalled() { - apps.reload(); - } - }) - ); - } - }; - }, - rowActions({ row, listResource: apps, documentResource: site }) { - let $team = getTeam(); - - return [ - { - label: '在 Desk 中查看', - condition: () => $team.pg?.is_desk_user, - onClick() { - window.open(`/app/app-source/${row.name}`, '_blank'); - } - }, - { - label: '更改计划', - condition: () => row.plan_info && row.plans.length > 1, - onClick() { - let SiteAppPlanChangeDialog = defineAsyncComponent( - () => import('../../components/site/SiteAppPlanSelectDialog.vue') - ); - renderDialog( - h(SiteAppPlanChangeDialog, { - app: row, - currentPlan: row.plans.find( - (plan: Record) => plan.name === row.plan_info.name - ), - onPlanChanged() { - apps.reload(); - } - }) - ); - } - }, - { - label: '卸载', - condition: () => row.app !== 'jingrow', - onClick() { - const appName = row.title || row.app_title; - const dialogConfig: DialogConfig = { - title: `卸载应用`, - message: `您确定要从站点 ${site.pg?.name} 卸载应用 ${appName} 吗?
- 所有与此应用相关的页面类型和模块将被移除。`, - onSuccess({ hide }) { - toast.promise( - site.uninstallApp.submit({ - app: row.app - }), - { - loading: '正在安排应用卸载...', - success: (jobId: string) => { - hide(); - apps.reload(); - return '应用卸载已安排'; - }, - error: (e: Error) => { - return getToastErrorMessage(e); - } - } - ); - } - }; - confirmDialog(dialogConfig); - } - } - ]; - } -}; - -const benchAppListOptions: Partial = { - pagetype: 'Bench App', - filters: res => { - return { parenttype: 'Bench', parent: res.pg?.name }; - }, - rowActions({ row }) { - let $team = getTeam(); - return [ - { - label: '在 Desk 中查看', - condition: () => $team.pg?.is_desk_user, - onClick() { - window.open(`/app/app-release/${row.release}`, '_blank'); - } - } - ]; - } -}; \ No newline at end of file diff --git a/dashboard_backup/src2/objects/common/index.ts b/dashboard_backup/src2/objects/common/index.ts deleted file mode 100644 index efbffb4..0000000 --- a/dashboard_backup/src2/objects/common/index.ts +++ /dev/null @@ -1,135 +0,0 @@ -import { defineAsyncComponent, h } from 'vue'; -import { renderDialog } from '../../utils/components'; -import type { - BannerConfig, - ColumnField, - DocumentResource, - Route, - Row, -} from './types'; -import { trialDays } from '../../utils/site'; -import { planTitle } from '../../utils/format'; - -export const unreachable = Error('unreachable'); // used to indicate that a codepath is unreachable - -export const clusterOptions = [ - '', - '中国大陆', - '中国香港', - '美国-洛杉矶', - '新加坡', - '英国-伦敦', - '德国-法兰克福', - '阿联酋-迪拜', -]; - -export function getUpsellBanner(site: DocumentResource, title: string) { - if ( - !site.pg.current_plan || - site.pg.current_plan?.private_benches || - site.pg.current_plan?.is_trial_plan || - !site.pg.group_public - ) - return; - - return { - title: title, - dismissable: true, - id: site.name, - type: 'gray', - button: { - label: '升级计划', - variant: 'outline', - onClick() { - let SitePlansDialog = defineAsyncComponent( - () => import('../../components/ManageSitePlansDialog.vue') - ); - renderDialog(h(SitePlansDialog, { site: site.name })); - }, - }, - } satisfies BannerConfig as BannerConfig; -} - -export function getSitesTabColumns(forBenchTab: boolean) { - return [ - { - label: '站点', - fieldname: 'host_name', - format(value, row) { - return value || row.name; - }, - prefix: () => { - if (forBenchTab) return; - return h('div', { class: 'ml-2 w-3.5 h-3.5' }); - }, - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: 0.5, - }, - { - label: '区域', - fieldname: 'cluster_title', - width: 0.5, - prefix(row) { - if (row.cluster_title) - return h('img', { - src: row.cluster_image, - class: 'w-4 h-4', - alt: row.cluster_title, - }); - }, - }, - { - label: '计划', - width: 0.5, - format(value, row) { - if (row.trial_end_date) { - return trialDays(row.trial_end_date); - } - return planTitle(row); - }, - }, - ] satisfies ColumnField[] as ColumnField[]; -} - -export function siteTabFilterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: [ - { label: '', value: '' }, - { label: '激活', value: 'Active' }, - { label: '未激活', value: 'Inactive' }, - { label: '已暂停', value: 'Suspended' }, - { label: '已损坏', value: 'Broken' } - ], - }, - { - type: 'select', - label: '区域', - fieldname: 'cluster', - options: [ - '', - '中国大陆', - '中国香港', - '美国-洛杉矶', - '新加坡', - '英国-伦敦', - '德国-法兰克福', - '阿联酋-迪拜', - ], - }, - ]; -} - -export function sitesTabRoute(r: Row) { - return { - name: '站点详情', - params: { name: r.name }, - } satisfies Route as Route; -} \ No newline at end of file diff --git a/dashboard_backup/src2/objects/common/jobs.ts b/dashboard_backup/src2/objects/common/jobs.ts deleted file mode 100644 index 46025f4..0000000 --- a/dashboard_backup/src2/objects/common/jobs.ts +++ /dev/null @@ -1,164 +0,0 @@ -import { unreachable } from '.'; -import { getTeam } from '../../data/team'; -import { icon } from '../../utils/components'; -import { isMobile } from '../../utils/device'; -import { duration } from '../../utils/format'; -import { ColumnField, Tab } from './types'; - -type JobPageTypes = 'Site' | 'Bench' | 'Server' | 'Release Group'; - -// 英文 job_type 到中文的映射 -const jobTypeI18nMap: Record = { - 'Update Site Status': '更新站点状态', - 'Update Site Configuration': '更新站点配置', - 'Install App on Site': '安装应用到站点', - 'Uninstall App from Site': '从站点卸载应用', - 'Backup Site': '备份站点', - 'Restore Site': '恢复站点', - 'Create Server': '创建服务器', - 'Update In Place': '原地升级', - // 可按需补充更多 -}; - -function jobTypeI18n(type: string) { - return jobTypeI18nMap[type] || type; -} - -const statusI18nMap: Record = { - 'Pending': '待处理', - 'Running': '运行中', - 'Success': '成功', - 'Failure': '失败', -}; - -function statusI18n(status: string) { - return statusI18nMap[status] || status; -} - -export function getJobsTab(pagetype: JobPageTypes) { - const jobRoute = getJobRoute(pagetype); - - return { - label: '任务', - icon: icon('truck'), - childrenRoutes: [jobRoute], - route: 'jobs', - type: 'list', - list: { - pagetype: 'Agent Job', - filters: res => { - if (pagetype === 'Site') return { site: res.name }; - else if (pagetype === 'Bench') return { bench: res.name }; - else if (pagetype === 'Server') return { server: res.name }; - else if (pagetype === 'Release Group') return { group: res.name }; - throw unreachable; - }, - route: undefined, - orderBy: 'creation desc', - searchField: 'job_type', - fields: ['end', 'job_id'], - filterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - class: !isMobile() ? 'w-24' : '', - options: ['', 'Pending', 'Running', 'Success', 'Failure'] - }, - { - type: 'link', - label: '类型', - fieldname: 'job_type', - options: { - pagetype: 'Agent Job Type', - orderBy: 'name asc', - pageLength: 100 - } - } - ]; - }, - rowActions: ({ row }) => [ - { - label: '在桌面查看', - condition: () => getTeam()?.pg?.is_desk_user, - onClick() { - window.open( - `${window.location.protocol}//${window.location.host}/app/agent-job/${row.name}`, - '_blank' - ); - } - } - ], - columns: getJobTabColumns(pagetype) - } - } satisfies Tab as Tab; -} - -function getJobRoute(pagetype: JobPageTypes) { - if (pagetype === 'Site') return 'Site Job'; - else if (pagetype === 'Bench') return 'Bench Job'; - else if (pagetype === 'Server') return 'Server Job'; - else if (pagetype === 'Release Group') return 'Release Group Job'; - throw unreachable; -} - -function getJobTabColumns(pagetype: JobPageTypes) { - const columns: ColumnField[] = [ - { - label: '任务类型', - fieldname: 'job_type', - class: 'font-medium', - format: jobTypeI18n - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: 0.5, - format: statusI18n - }, - { - label: '站点', - fieldname: 'site', - width: 1.2 - }, - { - label: '持续时间', - fieldname: 'duration', - width: 0.35, - format: (value, row) => { - if (row.job_id === 0 || !row.end) return; - return duration(value); - } - }, - { - label: '创建者', - fieldname: 'owner' - }, - { - label: '', - fieldname: 'creation', - type: 'Timestamp', - width: 0.75, - align: 'right', - format: (value) => formatTimeZh(value) - } - ]; - - if (pagetype !== 'Site') return columns; - return columns.filter(c => c.fieldname !== 'site'); -} - -// 中文时间格式化函数 -function formatTimeZh(time: string | Date) { - if (!time) return ''; - const date = typeof time === 'string' ? new Date(time) : time; - const now = new Date(); - const diff = (now.getTime() - date.getTime()) / 1000; - if (diff < 60) return '刚刚'; - if (diff < 3600) return Math.floor(diff / 60) + '分钟前'; - if (diff < 86400) return Math.floor(diff / 3600) + '小时前'; - if (diff < 2592000) return Math.floor(diff / 86400) + '天前'; - return date.toLocaleDateString('zh-CN'); -} \ No newline at end of file diff --git a/dashboard_backup/src2/objects/common/patches.ts b/dashboard_backup/src2/objects/common/patches.ts deleted file mode 100644 index fab7e56..0000000 --- a/dashboard_backup/src2/objects/common/patches.ts +++ /dev/null @@ -1,180 +0,0 @@ -import { toast } from 'vue-sonner'; -import { getTeam } from '../../data/team'; -import { confirmDialog, icon, renderDialog } from '../../utils/components'; -import { h } from 'vue'; -import PatchAppDialog from '../../components/group/PatchAppDialog.vue'; -import { ColumnField, FilterField, Tab } from './types'; -import { isMobile } from '../../utils/device'; - -const statusTheme = { - Applied: 'green', - 'Not Applied': 'gray', - 'In Process': 'orange', - Failure: 'red' -}; - -type Status = keyof typeof statusTheme; - -export function getPatchesTab(forBench: boolean) { - return { - label: '补丁', - icon: icon('hash'), - route: 'patches', - type: 'list', - list: { - experimental: true, // If removing this, uncheck App Patch pagetype beta flag. - documentation: 'https://jingrow.com/docs/benches/app-patches', - pagetype: 'App Patch', - filters: res => ({ [forBench ? 'bench' : 'group']: res.name }), - searchField: 'filename', - filterControls: r => - [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: ['', 'Not Applied', 'In Process', 'Failed', 'Applied'] - }, - { - type: 'select', - label: '应用', - fieldname: 'app', - class: !isMobile() ? 'w-24' : '', - options: [ - '', - ...new Set(r.listResource.data?.map(i => String(i.app)) || []) - ] - } - ] satisfies FilterField[], - columns: getPatchesTabColumns(forBench), - primaryAction({ listResource: apps, documentResource: pg }) { - return { - label: '应用补丁', - slots: { - prefix: icon('plus') - }, - onClick() { - const group = pg.pagetype === 'Bench' ? pg.pg.group : pg.name; - - renderDialog(h(PatchAppDialog, { group: group, app: '' })); - } - }; - }, - rowActions({ row, listResource }) { - let team = getTeam(); - return [ - { - label: '在桌面查看', - condition: () => team.pg?.is_desk_user, - onClick() { - window.open( - `${window.location.protocol}//${window.location.host}/app/app-patch/${row.name}`, - '_blank' - ); - } - }, - { - label: '应用补丁', - condition: () => row.status !== 'In Process', - onClick: () => { - toast.promise( - listResource.runDocMethod.submit({ - method: 'apply_patch', - name: String(row.name) - }), - { - loading: '正在创建应用补丁的任务', - success: () => '补丁应用正在进行中', - error: () => '应用补丁失败' - } - ); - } - }, - { - label: '回滚补丁', - condition: () => row.status !== 'In Process', - onClick: () => { - toast.promise( - listResource.runDocMethod.submit({ - method: 'revert_patch', - name: String(row.name) - }), - { - loading: '正在创建回滚补丁的任务', - success: () => '补丁回滚正在进行中', - error: () => '回滚补丁失败' - } - ); - } - }, - { - label: '删除', - condition: () => row.status === 'Not Applied', - onClick: () => { - confirmDialog({ - title: '删除补丁', - message: '确定要删除此补丁吗?', - onSuccess: ({ hide }) => { - toast.promise( - listResource.delete.submit(row.name, { - onSuccess: () => hide() - }), - { - loading: '正在删除...', - success: () => '补丁已删除', - error: () => '删除补丁失败' - } - ); - } - }); - } - } - ]; - } - } - } satisfies Tab; -} - -function getPatchesTabColumns(forBench: boolean) { - const columns: ColumnField[] = [ - { - label: '文件名', - fieldname: 'filename', - width: forBench ? '400px' : '300px' - }, - { - label: '应用', - fieldname: 'app', - width: 0.4 - }, - { - label: '状态', - type: 'Badge', - fieldname: 'status', - theme: value => statusTheme[value as Status], - width: 0.4 - }, - { - label: '工作台', - fieldname: 'bench', - width: 0.8 - }, - { - label: '补丁链接', - fieldname: 'url', - width: forBench ? undefined : '300px', - format(value) { - if (!value) { - return '-'; - } - - const url = new URL(value); - return url.hostname + url.pathname; - }, - link: value => String(value) - } - ]; - - if (forBench) return columns.filter(f => f.fieldname !== 'bench'); - return columns; -} \ No newline at end of file diff --git a/dashboard_backup/src2/objects/common/tags.js b/dashboard_backup/src2/objects/common/tags.js deleted file mode 100644 index 8847fa6..0000000 --- a/dashboard_backup/src2/objects/common/tags.js +++ /dev/null @@ -1,83 +0,0 @@ -import { h, defineAsyncComponent } from 'vue'; -import { confirmDialog, icon, renderDialog } from '../../utils/components'; -import { toast } from 'vue-sonner'; -import { getToastErrorMessage } from '../../utils/toast'; - -export function tagTab() { - return { - label: '标签', - icon: icon('tag'), - route: 'tags', - type: 'list', - list: { - pagetype: 'Resource Tag', - filters: documentResource => { - return { - parent: documentResource.name, - parenttype: documentResource.pagetype - }; - }, - orderBy: 'creation desc', - columns: [ - { - label: '标签', - fieldname: 'tag_name' - } - ], - primaryAction({ listResource: tags, documentResource }) { - return { - label: '添加标签', - slots: { - prefix: icon('plus') - }, - onClick() { - let AddTagDialog = defineAsyncComponent(() => - import('../../components/AddTagDialog.vue') - ); - renderDialog( - h(AddTagDialog, { - pagetype: documentResource.pagetype, - docname: documentResource.name, - onAdded() { - tags.reload(); - } - }) - ); - } - }; - }, - rowActions({ row, listResource: tags, documentResource }) { - return [ - { - label: '移除', - onClick() { - if (documentResource.removeTag.loading) return; - confirmDialog({ - title: '移除标签', - message: `确定要移除标签 ${row.tag_name} 吗?`, - onSuccess({ hide }) { - documentResource.removeTag.submit( - { - tag: row.tag_name - }, - { - onSuccess() { - tags.reload(); - hide(); - } - } - ); - toast.promise(documentResource.removeTag.promise, { - loading: '正在移除标签...', - success: () => `标签 ${row.tag_name} 已移除`, - error: e => getToastErrorMessage(e, '移除标签失败') - }); - } - }); - } - } - ]; - } - } - }; -} \ No newline at end of file diff --git a/dashboard_backup/src2/objects/common/types.ts b/dashboard_backup/src2/objects/common/types.ts deleted file mode 100644 index 06cb8e3..0000000 --- a/dashboard_backup/src2/objects/common/types.ts +++ /dev/null @@ -1,228 +0,0 @@ -import type { defineAsyncComponent, h, Component } from 'vue'; -import type { icon } from '../../utils/components'; - -type ListResource = { - data: Record[]; - reload: () => void; - runDocMethod: { - submit: (r: { method: string; [key: string]: any }) => Promise; - }; - delete: { - submit: (name: string, cb: { onSuccess: () => void }) => Promise; - }; -}; -export interface ResourceBase { - url: string; - auto: boolean; - cache: string[]; -} - -export interface ResourceWithParams extends ResourceBase { - params: Record; -} - -export interface ResourceWithMakeParams extends ResourceBase { - makeParams: () => Record; -} - -export type Resource = ResourceWithParams | ResourceWithMakeParams; - -export interface DocumentResource { - name: string; - pg: Record; - [key: string]: any; -} - -type Icon = ReturnType; -type AsyncComponent = ReturnType; - -export interface DashboardObject { - pagetype: string; - whitelistedMethods: Record; - list: List; - detail: Detail; - routes: RouteDetail[]; -} - -export interface Detail { - titleField: string; - statusBadge: StatusBadge; - breadcrumbs?: Breadcrumbs; - route: string; - tabs: Tab[]; - actions: (r: { documentResource: DocumentResource }) => Action[]; -} - -export interface List { - route: string; - title: string; - fields: string[]; // TODO: Incomplete - searchField: string; - columns: ColumnField[]; - orderBy: string; - filterControls: FilterControls; - primaryAction?: PrimaryAction; -} -type R = { - listResource: ListResource; - documentResource: DocumentResource; -}; -type FilterControls = (r: R) => FilterField[]; -type PrimaryAction = (r: R) => { - label: string; - variant?: string; - slots: { - prefix: Icon; - }; - onClick?: () => void; -}; -type StatusBadge = (r: { documentResource: DocumentResource }) => { - label: string; -}; -export type Breadcrumb = { label: string; route: string }; -export type BreadcrumbArgs = { - documentResource: DocumentResource; - items: Breadcrumb[]; -}; -export type Breadcrumbs = (r: BreadcrumbArgs) => Breadcrumb[]; - -export interface FilterField { - label: string; - fieldname: string; - type: string; - class?: string; - options?: - | { - pagetype: string; - filters?: { - pagetype_name?: string; - }; - } - | string[]; -} - -export interface ColumnField { - label: string; - fieldname?: string; - class?: string; - width?: string | number; - type?: string; - format?: (value: any, row: Row) => string | undefined; - link?: (value: unknown, row: Row) => string; - prefix?: (row: Row) => Component | undefined; - suffix?: (row: Row) => Component | undefined; - theme?: (value: unknown) => string; - align?: 'left' | 'right'; - Button?: (r: { - row: Row; - listResource: ListResource; - documentResource: DocumentResource; - }) => { - label: string; - variant?: string; - class?: string; - slots?: { - prefix?: Icon; - }; - onClick?: () => void; - } | null; -} - -export type Row = Record; - -export interface Tab { - label: string; - icon: Icon; - route: string; - type: string; - condition?: (r: DocumentResource) => boolean; - childrenRoutes?: string[]; - component?: AsyncComponent; - props?: (r: DocumentResource) => Record; - list?: TabList; -} - -export interface TabList { - pagetype?: string; - orderBy?: string; - filters?: (r: DocumentResource) => Record; - route?: (row: Row) => Route; - pageLength?: number; - columns: ColumnField[]; - fields?: Record[] | string[]; - rowActions?: (r: { - row: Row; - listResource: ListResource; - documentResource: DocumentResource; - }) => Action[]; - primaryAction?: PrimaryAction; - filterControls?: FilterControls; - banner?: (r: { - documentResource: DocumentResource; - }) => BannerConfig | undefined; - searchField?: string; - experimental?: boolean; - documentation?: string; - resource?: (r: { documentResource: DocumentResource }) => Resource; -} - -interface Action { - label: string; - slots?: { - prefix?: Icon; - }; - theme?: string; - variant?: string; - onClick?: () => void; - condition?: () => boolean; - route?: Route; - options?: Option[]; -} - -export interface Route { - name: string; - params: Record; -} - -export interface RouteDetail { - name: string; - path: string; - component: Component; -} - -interface Option { - label: string; - icon: Icon | AsyncComponent; - condition: () => boolean; - onClick: () => void; -} - -export interface BannerConfig { - title: string; - dismissable: boolean; - id: string; - type?: string; - button?: { - label: string; - variant: string; - onClick?: () => void; - }; -} - -export interface DialogConfig { - title: string; - message: string; - primaryAction?: { onClick: () => void }; - onSuccess?: (o: { hide: () => void }) => void; -} - -export interface Process { - program: string; - name: string; - status: string; - uptime?: number; - uptime_string?: string; - message?: string; - group?: string; - pid?: number; -} \ No newline at end of file diff --git a/dashboard_backup/src2/objects/domain.js b/dashboard_backup/src2/objects/domain.js deleted file mode 100644 index 0f669fa..0000000 --- a/dashboard_backup/src2/objects/domain.js +++ /dev/null @@ -1,238 +0,0 @@ -import { defineAsyncComponent, h } from 'vue'; -import LucideGlobe from '~icons/lucide/globe'; -import { getTeam } from '../data/team'; -import router from '../router'; -import { icon } from '../utils/components'; -import { duration, planTitle, userCurrency } from '../utils/format'; -import { trialDays } from '../utils/site'; -import { getJobsTab } from './common/jobs'; -import { tagTab } from './common/tags'; - -export default { - pagetype: 'Jsite Domain', - whitelistedMethods: { - renew: 'renew', - rename: 'rename', - dropDomain: 'drop_domain', - addTag: 'add_resource_tag', - removeTag: 'remove_resource_tag' - }, - list: { - route: '/domains', - title: '域名', - fields: [ - 'name', - 'domain', - 'status', - 'domain_owner', - 'domain_registrar', - 'registration_date', - 'end_date', - 'price', - 'period', - 'auto_renew', - 'team', - 'order_id', - 'description' - ], - filterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: [ - { label: '', value: '' }, - { label: '正常', value: 'ok' }, - { label: '锁定', value: 'clienthold' } - ] - } - ]; - }, - orderBy: 'creation desc', - searchField: 'domain', - columns: [ - { - label: '域名', - fieldname: 'domain', - width: 2, - class: 'font-medium', - format(value) { - return value; - } - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: 0.8, - format(value) { - const statusMap = { - 'ok': '正常', - 'clienthold': '锁定' - }; - return statusMap[value] || value; - } - }, - { - label: '注册时间', - fieldname: 'registration_date', - format(value) { - if (!value) return '-'; - return value; - } - }, - { - label: '到期时间', - fieldname: 'end_date', - format(value) { - if (!value) return '-'; - return value; - } - } - ], - primaryAction({ listResource: domains }) { - return { - label: '新建域名', - variant: 'solid', - slots: { - prefix: icon('plus') - }, - onClick() { - router.push('/domains/new'); - } - }; - }, - statusBadge({ documentResource: domain }) { - const status = domain.pg?.status; - const statusMap = { - 'Pending': '待处理', - 'Active': '正常', - 'Expired': '已过期', - 'Suspended': '已暂停', - 'Cancelled': '已取消' - }; - return { - label: statusMap[status] || status - }; - }, - breadcrumbs({ documentResource: domain }) { - return [ - { - label: '域名', - route: '/domains' - }, - { - label: domain.pg?.domain || domain.pg?.name, - route: `/domains/${domain.pg?.name}` - } - ]; - }, - actions({ documentResource: domain }) { - if (!domain) return []; - - const actions = [ - { - label: '续费', - icon: 'refresh-cw', - onClick() { - domain.renew.submit(); - }, - condition: () => domain.pg?.status === 'Active' - }, - { - label: '重命名', - icon: 'edit-3', - onClick() { - domain.rename.submit(); - } - }, - { - label: '删除', - icon: 'trash-2', - onClick() { - domain.dropDomain.submit(); - }, - condition: () => domain.pg?.status !== 'Active' - } - ]; - return actions.filter(action => !action.condition || action.condition()); - } - }, - detail: { - route: '/domains/:name', - title: '域名详细信息', - tabs: [ - { - label: '概览', - route: '', - type: 'Component', - component: defineAsyncComponent(() => import('../components/JsiteDomainOverview.vue')), - props: domain => { - return { domain: domain.pg?.name }; - } - }, - { - label: '域名解析', - route: 'dns', - type: 'Component', - component: defineAsyncComponent(() => import('../components/JsiteDomainDNSRecords.vue')), - props: domain => { - return { domain: domain.pg?.name }; - } - }, - { - label: '所有者模板', - route: 'owners', - type: 'Component', - component: defineAsyncComponent(() => import('../components/DomainOwner.vue')), - props: domain => { - return { domain: domain.pg?.name }; - } - } - ], - fields: [ - { - label: '基本信息', - fields: [ - 'domain', - 'status', - 'domain_owner', - 'domain_registrar', - 'registration_date', - 'end_date' - ] - }, - { - label: '价格信息', - fields: [ - 'price', - 'period', - 'auto_renew', - 'order_id' - ] - }, - { - label: 'DNS设置', - fields: [ - 'dns_host1', - 'dns_host2', - 'dns_host3', - 'dns_host4', - 'dns_host5', - 'dns_host6' - ] - }, - { - label: '其他信息', - fields: [ - 'description', - 'whois_protection' - ] - } - ], - actions({ documentResource: domain }) { - return []; - } - } -}; \ No newline at end of file diff --git a/dashboard_backup/src2/objects/generateRoutes.js b/dashboard_backup/src2/objects/generateRoutes.js deleted file mode 100644 index 838d734..0000000 --- a/dashboard_backup/src2/objects/generateRoutes.js +++ /dev/null @@ -1,71 +0,0 @@ -import objects from './index.js'; - -export default function generateRoutes() { - let routes = []; - for (let objectType in objects) { - let object = objects[objectType]; - if (object.list) { - let routeName = `${object.pagetype} List`; - object.list.routeName = routeName; - routes.push({ - name: routeName, - path: object.list.route, - component: () => import('../pages/ListPage.vue'), - props: route => { - return { objectType, ...route.params }; - } - }); - } - if (object.detail) { - let children = object.detail.tabs.map(tab => { - const routeName = `${object.pagetype} Detail ${tab.label}`; - tab.routeName = routeName; - const nestedChildren = []; - - // nested children shouldn't be added to the main children array - for (let route of tab.nestedChildrenRoutes || []) { - nestedChildren.push({ - ...route, - props: route => { - return { objectType, ...route.params }; - } - }); - } - - return { - name: routeName, - path: tab.route, - component: () => import('../pages/DetailTab.vue'), - props: route => { - return { ...route.params }; - }, - redirect: nestedChildren.length ? { name: tab.redirectTo } : null, - children: nestedChildren - }; - }); - if (object.routes) { - for (let route of object.routes) { - children.push({ - ...route, - props: route => { - return { objectType, ...route.params }; - } - }); - } - } - - object.detail.routeName = `${object.pagetype} Detail`; - routes.push({ - name: object.detail.routeName, - path: object.detail.route, - component: () => import('../pages/DetailPage.vue'), - props: route => { - return { objectType, ...route.params }; - }, - redirect: children.length ? { name: children[0].name } : null, - children - }); - } - } - return routes; -} diff --git a/dashboard_backup/src2/objects/group.js b/dashboard_backup/src2/objects/group.js deleted file mode 100644 index e5582a1..0000000 --- a/dashboard_backup/src2/objects/group.js +++ /dev/null @@ -1,1039 +0,0 @@ -import { LoadingIndicator, Tooltip } from 'jingrow-ui'; -import { defineAsyncComponent, h } from 'vue'; -import { toast } from 'vue-sonner'; -import LucideAppWindow from '~icons/lucide/app-window'; -import LucideHardDriveDownload from '~icons/lucide/hard-drive-download'; -import LucideRocket from '~icons/lucide/rocket'; -import AddAppDialog from '../components/group/AddAppDialog.vue'; -import ChangeAppBranchDialog from '../components/group/ChangeAppBranchDialog.vue'; -import PatchAppDialog from '../components/group/PatchAppDialog.vue'; -import { getTeam, switchToTeam } from '../data/team'; -import router from '../router'; -import { confirmDialog, icon, renderDialog } from '../utils/components'; -import { getToastErrorMessage } from '../utils/toast'; -import { date, duration } from '../utils/format'; -import { getJobsTab } from './common/jobs'; -import { getPatchesTab } from './common/patches'; -import { tagTab } from './common/tags'; - -export default { - pagetype: 'Release Group', - whitelistedMethods: { - addApp: 'add_app', - removeApp: 'remove_app', - changeAppBranch: 'change_app_branch', - fetchLatestAppUpdates: 'fetch_latest_app_update', - deleteConfig: 'delete_config', - updateConfig: 'update_config', - updateEnvironmentVariable: 'update_environment_variable', - deleteEnvironmentVariable: 'delete_environment_variable', - updateDependency: 'update_dependency', - addRegion: 'add_region', - deployedVersions: 'deployed_versions', - getAppVersions: 'get_app_versions', - getCertificate: 'get_certificate', - generateCertificate: 'generate_certificate', - sendTransferRequest: 'send_change_team_request', - addTag: 'add_resource_tag', - removeTag: 'remove_resource_tag', - redeploy: 'redeploy', - initialDeploy: 'initial_deploy' - }, - list: { - route: '/groups', - title: '站点分组', - fields: [{ apps: ['app'] }], - searchField: 'title', - filterControls() { - return [ - { - type: 'link', - label: '版本', - fieldname: 'version', - options: { - pagetype: 'Jingrow Version' - } - }, - { - type: 'link', - label: '标签', - fieldname: 'tags.tag', - options: { - pagetype: 'Jcloud Tag', - filters: { - pagetype_name: 'Release Group' - } - } - } - ]; - }, - columns: [ - { label: '标题', fieldname: 'title', class: 'font-medium' }, - { - label: '状态', - fieldname: 'active_benches', - type: 'Badge', - width: 0.5, - format: (value, row) => { - if (!value) return '等待部署'; - else return '激活'; - } - }, - { - label: '版本', - fieldname: 'version', - width: 0.5 - }, - { - label: '应用', - fieldname: 'app', - format: (value, row) => { - return (row.apps || []).map(d => d.app).join(', '); - }, - width: '25rem' - }, - { - label: '站点', - fieldname: 'site_count', - class: 'text-gray-600', - width: 0.25 - } - ], - primaryAction() { - return { - label: '新建站点分组', - variant: 'solid', - slots: { - prefix: icon('plus') - }, - onClick() { - router.push({ name: 'New Release Group' }); - } - }; - } - }, - detail: { - titleField: 'title', - statusBadge({ documentResource: releaseGroup }) { - return { label: releaseGroup.pg.status }; - }, - breadcrumbs({ items, documentResource: releaseGroup }) { - if (!releaseGroup.pg.server_team) return items; - - let breadcrumbs = []; - let $team = getTeam(); - - if ( - releaseGroup.pg.server_team == $team.pg?.name || - $team.pg?.is_desk_user - ) { - breadcrumbs.push( - { - label: releaseGroup.pg?.server_title || releaseGroup.pg?.server, - route: `/servers/${releaseGroup.pg?.server}` - }, - items[1] - ); - } else { - breadcrumbs.push(...items); - } - return breadcrumbs; - }, - route: '/groups/:name', - tabs: [ - { - label: '站点', - icon: icon(LucideAppWindow), - route: 'sites', - type: 'Component', - component: defineAsyncComponent(() => - import('../pages/ReleaseGroupBenchSites.vue') - ), - props: releaseGroup => { - return { releaseGroup: releaseGroup.pg.name }; - } - }, - { - label: '应用', - icon: icon('grid'), - route: 'apps', - type: 'list', - list: { - pagetype: 'Release Group App', - filters: releaseGroup => { - return { - parenttype: 'Release Group', - parent: releaseGroup.pg.name - }; - }, - pageLength: 99999, - columns: [ - { - label: '应用', - fieldname: 'title', - width: 1 - }, - { - label: '仓库', - width: 1, - format(value, row) { - return `${row.repository_owner}/${row.repository}`; - }, - link(value, row) { - return row.repository_url; - } - }, - { - label: '分支', - fieldname: 'branch', - type: 'Badge', - width: 0.5, - link(value, row) { - return `${row.repository_url}/tree/${value}`; - } - }, - { - label: '版本', - type: 'Badge', - fieldname: 'tag', - width: 0.5, - format(value, row) { - return value || row.hash?.slice(0, 7); - } - }, - { - label: '状态', - type: 'Badge', - suffix(row) { - if (!row.last_github_poll_failed) return; - - return h( - Tooltip, - { - text: "这是什么?", - placement: 'top', - class: 'rounded-full bg-gray-100 p-1' - }, - () => [ - h( - 'a', - { - href: 'https://jingrow.com/docs/faq/app-installation-issue', - target: '_blank' - }, - [h(icon('help-circle', 'w-3 h-3'), {})] - ) - ] - ); - }, - format(value, row) { - let { update_available, deployed, last_github_poll_failed } = - row; - - return last_github_poll_failed - ? '需要操作' - : !deployed - ? '未部署' - : update_available - ? '有可用更新' - : '最新版本'; - }, - width: 0.5 - } - ], - rowActions({ - row, - listResource: apps, - documentResource: releaseGroup - }) { - let team = getTeam(); - return [ - { - label: '在桌面查看', - condition: () => team.pg?.is_desk_user, - onClick() { - window.open( - `${window.location.protocol}//${window.location.host}/app/app/${row.name}`, - '_blank' - ); - } - }, - { - label: '获取最新更新', - onClick() { - toast.promise( - releaseGroup.fetchLatestAppUpdates.submit({ - app: row.name - }), - { - loading: `正在为 ${row.title} 获取最新更新...`, - success: () => { - apps.reload(); - return `已为 ${row.title} 获取最新更新`; - }, - error: e => getToastErrorMessage(e) - } - ); - } - }, - { - label: '更改分支', - onClick() { - renderDialog( - h(ChangeAppBranchDialog, { - bench: releaseGroup.name, - app: row, - onBranchChange() { - apps.reload(); - } - }) - ); - } - }, - { - label: '移除应用', - condition: () => row.name !== 'jingrow', - onClick() { - if (releaseGroup.removeApp.loading) return; - confirmDialog({ - title: '移除应用', - message: `确定要移除应用 ${row.title} 吗?`, - onSuccess: ({ hide }) => { - toast.promise( - releaseGroup.removeApp.submit({ - app: row.name - }), - { - loading: '正在移除应用...', - success: () => { - hide(); - apps.reload(); - return '应用已移除'; - }, - error: e => getToastErrorMessage(e) - } - ); - } - }); - } - }, - { - label: '访问仓库', - onClick() { - window.open( - `${row.repository_url}/tree/${row.branch}`, - '_blank' - ); - } - }, - { - label: '应用补丁', - onClick: () => { - renderDialog( - h(PatchAppDialog, { - group: releaseGroup.name, - app: row.name - }) - ); - } - } - ]; - }, - primaryAction({ - listResource: apps, - documentResource: releaseGroup - }) { - return { - label: '添加应用', - slots: { - prefix: icon('plus') - }, - onClick() { - renderDialog( - h(AddAppDialog, { - group: releaseGroup.pg, - onAppAdd() { - apps.reload(); - releaseGroup.reload(); - }, - onNewApp(app, isUpdate) { - const loading = isUpdate - ? '替换应用中...' - : '添加应用中...'; - - toast.promise( - releaseGroup.addApp.submit({ - app, - is_update: isUpdate - }), - { - loading, - success: () => { - apps.reload(); - releaseGroup.reload(); - - if (isUpdate) { - return `应用 ${app.title} 已更新`; - } - - return `应用 ${app.title} 已添加`; - }, - error: e => getToastErrorMessage(e) - } - ); - } - }) - ); - } - }; - } - } - }, - { - label: '部署', - route: 'deploys', - icon: icon('package'), - childrenRoutes: ['Deploy Candidate'], - type: 'list', - list: { - pagetype: 'Deploy Candidate', - route: row => ({ - name: 'Deploy Candidate', - params: { id: row.name } - }), - filters: releaseGroup => { - return { - group: releaseGroup.name - }; - }, - orderBy: 'creation desc', - fields: [{ apps: ['app'] }], - filterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: [ - '', - 'Draft', - 'Scheduled', - 'Pending', - 'Preparing', - 'Running', - 'Success', - 'Failure' - ] - } - ]; - }, - banner({ documentResource: releaseGroup }) { - if (releaseGroup.pg.are_builds_suspended) { - return { - title: - '构建已暂停:更新将在构建恢复后计划运行。', - type: 'warning' - }; - } else { - return null; - } - }, - columns: [ - { - label: '部署', - fieldname: 'creation', - format(value) { - return `部署于 ${date(value, 'llll')}`; - }, - width: '20rem' - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: 0.5, - suffix(row) { - if (!row.addressable_notification) { - return; - } - - return h( - Tooltip, - { - text: '需要关注!', - placement: 'top', - class: 'rounded-full bg-gray-100 p-1' - }, - () => h(icon('alert-circle', 'w-3 h-3'), {}) - ); - } - }, - { - label: '应用', - format(value, row) { - return (row.apps || []).map(d => d.app).join(', '); - }, - width: '20rem' - }, - { - label: '持续时间', - fieldname: 'build_duration', - format: duration, - class: 'text-gray-600', - width: 1 - }, - { - label: '部署者', - fieldname: 'owner', - width: 1 - } - ], - primaryAction({ listResource: deploys, documentResource: group }) { - return { - label: '部署', - slots: { - prefix: icon(LucideRocket) - }, - onClick() { - if (group.pg.deploy_information.deploy_in_progress) { - return toast.error( - '部署正在进行中。请等待其完成。' - ); - } else if (group.pg.deploy_information.update_available) { - let UpdateReleaseGroupDialog = defineAsyncComponent(() => - import('../components/group/UpdateReleaseGroupDialog.vue') - ); - renderDialog( - h(UpdateReleaseGroupDialog, { - bench: group.name, - onSuccess(candidate) { - group.pg.deploy_information.deploy_in_progress = true; - if (candidate) { - group.pg.deploy_information.last_deploy.name = - candidate; - } - } - }) - ); - } else { - confirmDialog({ - title: '无需应用更新即可部署?', - message: - '未检测到应用更新。部署时将应用依赖项和环境变量的更改。', - onSuccess: ({ hide }) => { - toast.promise(group.redeploy.submit(), { - loading: '正在部署...', - success: () => { - hide(); - deploys.reload(); - return '更改已部署'; - }, - error: e => getToastErrorMessage(e) - }); - } - }); - } - } - }; - } - } - }, - getJobsTab('Release Group'), - { - label: '配置', - icon: icon('settings'), - route: 'bench-config', - type: 'list', - list: { - pagetype: 'Common Site Config', - filters: releaseGroup => { - return { - parenttype: 'Release Group', - parent: releaseGroup.name - }; - }, - orderBy: 'creation desc', - fields: ['name'], - pageLength: 999, - columns: [ - { - label: '配置名称', - fieldname: 'key', - format(value, row) { - if (row.title) { - return `${row.title} (${row.key})`; - } - return row.key; - } - }, - { - label: '配置值', - fieldname: 'value', - class: 'font-mono' - }, - { - label: '类型', - fieldname: 'type', - type: 'Badge', - width: '100px' - } - ], - primaryAction({ - listResource: configs, - documentResource: releaseGroup - }) { - return { - label: '添加配置', - slots: { - prefix: icon('plus') - }, - onClick() { - let ConfigEditorDialog = defineAsyncComponent(() => - import('../components/ConfigEditorDialog.vue') - ); - renderDialog( - h(ConfigEditorDialog, { - group: releaseGroup.pg.name, - onSuccess() { - configs.reload(); - } - }) - ); - } - }; - }, - secondaryAction({ listResource: configs }) { - return { - label: '预览', - slots: { - prefix: icon('eye') - }, - onClick() { - let ConfigPreviewDialog = defineAsyncComponent(() => - import('../components/ConfigPreviewDialog.vue') - ); - renderDialog( - h(ConfigPreviewDialog, { - configs: configs.data - }) - ); - } - }; - }, - rowActions({ - row, - listResource: configs, - documentResource: releaseGroup - }) { - return [ - { - label: '编辑', - onClick() { - let ConfigEditorDialog = defineAsyncComponent(() => - import('../components/ConfigEditorDialog.vue') - ); - renderDialog( - h(ConfigEditorDialog, { - group: releaseGroup.pg.name, - config: row, - onSuccess() { - configs.reload(); - } - }) - ); - } - }, - { - label: '删除', - onClick() { - confirmDialog({ - title: '删除配置', - message: `确定要删除配置 ${row.key} 吗?`, - onSuccess({ hide }) { - if (releaseGroup.deleteConfig.loading) return; - toast.promise( - releaseGroup.deleteConfig.submit( - { key: row.key }, - { - onSuccess: () => { - configs.reload(); - hide(); - } - } - ), - { - loading: '正在删除配置...', - success: () => `配置 ${row.key} 已删除`, - error: e => getToastErrorMessage(e) - } - ); - } - }); - } - } - ]; - } - } - }, - { - label: '操作', - icon: icon('sliders'), - route: 'actions', - type: 'Component', - component: defineAsyncComponent(() => - import('../components/group/ReleaseGroupActions.vue') - ), - props: releaseGroup => { - return { releaseGroup: releaseGroup.name }; - } - }, - { - label: '区域', - icon: icon('globe'), - route: 'regions', - type: 'list', - list: { - pagetype: 'Cluster', - filters: releaseGroup => { - return { group: releaseGroup.name }; - }, - columns: [ - { - label: '区域', - fieldname: 'title' - }, - { - label: '国家', - fieldname: 'image', - format(value, row) { - return ''; - }, - prefix(row) { - return h('img', { - src: row.image, - class: 'w-4 h-4', - alt: row.title - }); - } - } - ], - primaryAction({ - listResource: clusters, - documentResource: releaseGroup - }) { - return { - label: '添加区域', - slots: { - prefix: icon('plus') - }, - onClick() { - let AddRegionDialog = defineAsyncComponent(() => - import('../components/group/AddRegionDialog.vue') - ); - renderDialog( - h(AddRegionDialog, { - group: releaseGroup.pg.name, - onSuccess() { - clusters.reload(); - } - }) - ); - } - }; - } - } - }, - getPatchesTab(false), - { - label: '依赖项', - icon: icon('box'), - route: 'bench-dependencies', - type: 'list', - list: { - pagetype: 'Release Group Dependency', - filters: releaseGroup => { - return { - parenttype: 'Release Group', - parent: releaseGroup.name - }; - }, - columns: [ - { - label: '依赖项', - fieldname: 'dependency', - format(value, row) { - return row.title; - } - }, - { - label: '版本', - fieldname: 'version', - suffix(row) { - if (!row.is_custom) { - return; - } - - return h( - Tooltip, - { - text: '自定义版本', - placement: 'top', - class: 'rounded-full bg-gray-100 p-1' - }, - () => h(icon('alert-circle', 'w-3 h-3'), {}) - ); - } - } - ], - rowActions({ - row, - listResource: dependencies, - documentResource: releaseGroup - }) { - return [ - { - label: '编辑', - onClick() { - let DependencyEditorDialog = defineAsyncComponent(() => - import('../components/group/DependencyEditorDialog.vue') - ); - renderDialog( - h(DependencyEditorDialog, { - group: releaseGroup.pg, - dependency: row, - onSuccess() { - dependencies.reload(); - } - }) - ); - } - } - ]; - } - } - }, - { - label: '环境', - icon: icon('tool'), - route: 'bench-environment-variable', - type: 'list', - list: { - pagetype: 'Release Group Variable', - filters: releaseGroup => { - return { - parenttype: 'Release Group', - parent: releaseGroup.name - }; - }, - orderBy: 'creation desc', - fields: ['name'], - columns: [ - { - label: '环境变量名称', - fieldname: 'key' - }, - { - label: '环境变量值', - fieldname: 'value' - } - ], - primaryAction({ - listResource: environmentVariables, - documentResource: releaseGroup - }) { - return { - label: '添加环境变量', - slots: { - prefix: icon('plus') - }, - onClick() { - let EnvironmentVariableEditorDialog = defineAsyncComponent(() => - import('../components/EnvironmentVariableEditorDialog.vue') - ); - renderDialog( - h(EnvironmentVariableEditorDialog, { - group: releaseGroup.pg.name, - onSuccess() { - environmentVariables.reload(); - } - }) - ); - } - }; - }, - rowActions({ - row, - listResource: environmentVariables, - documentResource: releaseGroup - }) { - return [ - { - label: '编辑', - onClick() { - let ConfigEditorDialog = defineAsyncComponent(() => - import('../components/EnvironmentVariableEditorDialog.vue') - ); - renderDialog( - h(ConfigEditorDialog, { - group: releaseGroup.pg.name, - environment_variable: row, - onSuccess() { - environmentVariables.reload(); - } - }) - ); - } - }, - { - label: '删除', - onClick() { - confirmDialog({ - title: '删除环境变量', - message: `确定要删除环境变量 ${row.key} 吗?`, - onSuccess({ hide }) { - if (releaseGroup.deleteEnvironmentVariable.loading) - return; - toast.promise( - releaseGroup.deleteEnvironmentVariable.submit( - { key: row.key }, - { - onSuccess: () => { - environmentVariables.reload(); - hide(); - } - } - ), - { - loading: '正在删除环境变量...', - success: () => - `环境变量 ${row.key} 已删除`, - error: e => getToastErrorMessage(e) - } - ); - } - }); - } - } - ]; - } - } - }, - tagTab() - ], - actions(context) { - let { documentResource: group } = context; - let team = getTeam(); - - return [ - { - label: '模拟组所有者', - title: '模拟组所有者', - slots: { - icon: defineAsyncComponent(() => - import('~icons/lucide/venetian-mask') - ) - }, - condition: () => - team.pg?.is_desk_user && group.pg.team !== team.name, - onClick() { - switchToTeam(group.pg.team); - } - }, - { - label: group.pg?.deploy_information?.last_deploy - ? '有可用更新' - : '立即部署', - slots: { - prefix: group.pg?.deploy_information?.last_deploy - ? icon(LucideHardDriveDownload) - : icon(LucideRocket) - }, - variant: 'solid', - condition: () => - !group.pg.deploy_information.deploy_in_progress && - group.pg.deploy_information.update_available && - ['Awaiting Deploy', 'Active'].includes(group.pg.status), - onClick() { - if (group.pg?.deploy_information?.last_deploy) { - let UpdateReleaseGroupDialog = defineAsyncComponent(() => - import('../components/group/UpdateReleaseGroupDialog.vue') - ); - renderDialog( - h(UpdateReleaseGroupDialog, { - bench: group.name, - onSuccess(candidate) { - group.pg.deploy_information.deploy_in_progress = true; - if (candidate) { - group.pg.deploy_information.last_deploy.name = candidate; - } - } - }) - ); - } else { - confirmDialog({ - title: '部署', - message: "立即部署吗?", - onSuccess({ hide }) { - toast.promise( - group.initialDeploy.submit(null, { - onSuccess: () => { - group.reload(); - hide(); - } - }), - { - success: '部署计划成功', - error: '部署计划失败', - loading: '正在计划部署...' - } - ); - } - }); - } - } - }, - { - label: '部署进行中', - slots: { - prefix: () => h(LoadingIndicator, { class: 'w-4 h-4' }) - }, - theme: 'green', - condition: () => group.pg.deploy_information.deploy_in_progress, - route: { - name: 'Deploy Candidate', - params: { id: group.pg?.deploy_information?.last_deploy?.name } - } - }, - { - label: '选项', - condition: () => team.pg?.is_desk_user, - options: [ - { - label: '在 Desk 中查看', - icon: icon('external-link'), - condition: () => team.pg?.is_desk_user, - onClick() { - window.open( - `${window.location.protocol}//${window.location.host}/app/release-group/${group.name}`, - '_blank' - ); - } - } - ] - } - ]; - } - }, - routes: [ - { - name: 'Deploy Candidate', - path: 'deploys/:id', - component: () => import('../pages/DeployCandidate.vue') - }, - { - name: 'Release Group Job', - path: 'jobs/:id', - component: () => import('../pages/JobPage.vue') - } - ] -}; \ No newline at end of file diff --git a/dashboard_backup/src2/objects/index.js b/dashboard_backup/src2/objects/index.js deleted file mode 100644 index 589ec91..0000000 --- a/dashboard_backup/src2/objects/index.js +++ /dev/null @@ -1,25 +0,0 @@ -import site from './site'; -import group from './group'; -import bench from './bench'; -import marketplace from './marketplace'; -import server from './server'; -import jsite_server from './jsite_server'; -import notification from './notification'; -import domain from './domain'; - -let objects = { - Site: site, - Group: group, - Bench: bench, - Marketplace: marketplace, - Server: server, - 'Jsite Server': jsite_server, - 'Jsite Domain': domain, - Notification: notification -}; - -export function getObject(name) { - return objects[name]; -} - -export default objects; \ No newline at end of file diff --git a/dashboard_backup/src2/objects/jsite_server.js b/dashboard_backup/src2/objects/jsite_server.js deleted file mode 100644 index 395e411..0000000 --- a/dashboard_backup/src2/objects/jsite_server.js +++ /dev/null @@ -1,333 +0,0 @@ -import { defineAsyncComponent, h } from 'vue'; -import LucideServer from '~icons/lucide/server'; -import { getTeam } from '../data/team'; -import router from '../router'; -import { icon } from '../utils/components'; -import { duration, planTitle, userCurrency } from '../utils/format'; -import { trialDays } from '../utils/site'; -import { getJobsTab } from './common/jobs'; -import { tagTab } from './common/tags'; - -export default { - pagetype: 'Jsite Server', - whitelistedMethods: { - reboot: 'reboot', - rename: 'rename', - dropServer: 'drop_server', - addTag: 'add_resource_tag', - removeTag: 'remove_resource_tag' - }, - list: { - route: '/jsite-servers', - title: '服务器', - fields: [ - 'name', - 'title', - 'status', - 'region', - 'cpu', - 'memory', - 'disk_size', - 'public_ip', - 'private_ip', - 'end_date', - 'bandwidth', - 'team', - 'instance_id', - 'order_id', - 'planid', - 'image_id', - 'system' - ], - filterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: [ - { label: '', value: '' }, - { label: '准备中', value: 'Pending' }, - { label: '启动中', value: 'Starting' }, - { label: '运行中', value: 'Running' }, - { label: '停止中', value: 'Stopping' }, - { label: '已停止', value: 'Stopped' }, - { label: '重置中', value: 'Resetting' }, - { label: '升级中', value: 'Upgrading' }, - { label: '已禁用', value: 'Disabled' } - ] - }, - { - type: 'select', - label: '区域', - fieldname: 'region', - options: [ - { label: '', value: '' }, - { label: '华北1(青岛)', value: 'cn-qingdao' }, - { label: '华北2(北京)', value: 'cn-beijing' }, - { label: '华北3(张家口)', value: 'cn-zhangjiakou' }, - { label: '华北5(呼和浩特)', value: 'cn-huhehaote' }, - { label: '华东1(杭州)', value: 'cn-hangzhou' }, - { label: '华东2(上海)', value: 'cn-shanghai' }, - { label: '华南1(深圳)', value: 'cn-shenzhen' }, - { label: '华南2(河源)', value: 'cn-heyuan' }, - { label: '西南1(成都)', value: 'cn-chengdu' }, - { label: '华南3(广州)', value: 'cn-guangzhou' }, - { label: '华北6(乌兰察布)', value: 'cn-wulanchabu' }, - { label: '华东5(南京)', value: 'cn-nanjing' }, - { label: '华东6(福州)', value: 'cn-fuzhou' }, - { label: '华中1(武汉)', value: 'cn-wuhan-lr' }, - { label: '中国香港', value: 'cn-hongkong' }, - { label: '新加坡', value: 'ap-southeast-1' }, - { label: '马来西亚(吉隆坡)', value: 'ap-southeast-3' }, - { label: '印度尼西亚(雅加达)', value: 'ap-southeast-5' }, - { label: '日本(东京)', value: 'ap-northeast-1' }, - { label: '美国(硅谷)', value: 'us-west-1' }, - { label: '美国(弗吉尼亚)', value: 'us-east-1' }, - { label: '德国(法兰克福)', value: 'eu-central-1' }, - { label: '英国(伦敦)', value: 'eu-west-1' }, - { label: '菲律宾(马尼拉)', value: 'ap-southeast-6' }, - { label: '泰国(曼谷)', value: 'ap-southeast-7' }, - { label: '韩国(首尔)', value: 'ap-northeast-2' } - ] - } - ]; - }, - orderBy: 'creation desc', - searchField: 'title', - columns: [ - { - label: '服务器', - fieldname: 'name', - width: 1.5, - class: 'font-medium', - format(value, row) { - return row.title || value; - } - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: 0.8, - format(value) { - const statusMap = { - 'Pending': '准备中', - 'Starting': '启动中', - 'Running': '运行中', - 'Stopping': '停止中', - 'Stopped': '已停止', - 'Resetting': '重置中', - 'Upgrading': '升级中', - 'Disabled': '已禁用' - }; - return statusMap[value] || value; - } - }, - { - label: '配置', - fieldname: 'cpu', - format(value, row) { - const cpu = row.cpu || '未知'; - const memory = row.memory || '未知'; - const disk = row.disk_size || '未知'; - return `${cpu}核/${memory}GB/${disk}GB`; - } - }, - { - label: '公网IP', - fieldname: 'public_ip', - format(value) { - return value || '-'; - } - }, - { - label: '区域', - fieldname: 'region', - format(value) { - if (!value) return '-'; - - // 区域ID到中文名称的映射表 - const regionMap = { - 'cn-qingdao': '华北1(青岛)', - 'cn-beijing': '华北2(北京)', - 'cn-zhangjiakou': '华北3(张家口)', - 'cn-huhehaote': '华北5(呼和浩特)', - 'cn-hangzhou': '华东1(杭州)', - 'cn-shanghai': '华东2(上海)', - 'cn-shenzhen': '华南1(深圳)', - 'cn-heyuan': '华南2(河源)', - 'cn-chengdu': '西南1(成都)', - 'cn-guangzhou': '华南3(广州)', - 'cn-wulanchabu': '华北6(乌兰察布)', - 'cn-nanjing': '华东5(南京)', - 'cn-fuzhou': '华东6(福州)', - 'cn-wuhan-lr': '华中1(武汉)', - 'cn-hongkong': '中国香港', - 'ap-southeast-1': '新加坡', - 'ap-southeast-3': '马来西亚(吉隆坡)', - 'ap-southeast-5': '印度尼西亚(雅加达)', - 'ap-northeast-1': '日本(东京)', - 'us-west-1': '美国(硅谷)', - 'us-east-1': '美国(弗吉尼亚)', - 'eu-central-1': '德国(法兰克福)', - 'eu-west-1': '英国(伦敦)', - 'ap-southeast-6': '菲律宾(马尼拉)', - 'ap-southeast-7': '泰国(曼谷)', - 'ap-northeast-2': '韩国(首尔)' - }; - - // 如果是RegionId,返回对应的中文名称;如果已经是中文名称,直接返回 - return regionMap[value] || value; - } - }, - { - label: '到期时间', - fieldname: 'end_date', - format(value) { - if (!value) return '-'; - return value; - } - } - ], - primaryAction({ listResource: jsiteServers }) { - return { - label: '新建服务器', - variant: 'solid', - slots: { - prefix: icon('plus') - }, - onClick() { - router.push('/jsite-servers/new'); - } - }; - }, - statusBadge({ documentResource: jsiteServer }) { - const status = jsiteServer.pg?.status; - const statusMap = { - 'Pending': '准备中', - 'Starting': '启动中', - 'Running': '运行中', - 'Stopping': '停止中', - 'Stopped': '已停止', - 'Resetting': '重置中', - 'Upgrading': '升级中', - 'Disabled': '已禁用' - }; - return { - label: statusMap[status] || status - }; - }, - breadcrumbs({ documentResource: jsiteServer }) { - return [ - { - label: '服务器', - route: '/jsite-servers' - }, - { - label: jsiteServer.pg?.title || jsiteServer.pg?.name, - route: `/jsite-servers/${jsiteServer.pg?.name}` - } - ]; - }, - actions({ documentResource: jsiteServer }) { - if (!jsiteServer) return []; - - const actions = [ - { - label: '重启', - icon: 'refresh-cw', - onClick() { - jsiteServer.reboot.submit(); - }, - condition: () => jsiteServer.pg?.status === 'Running' - }, - { - label: '重命名', - icon: 'edit-3', - onClick() { - jsiteServer.rename.submit(); - } - }, - { - label: '删除', - icon: 'trash-2', - onClick() { - jsiteServer.dropServer.submit(); - }, - condition: () => jsiteServer.pg?.status !== 'Running' - } - ]; - return actions.filter(action => !action.condition || action.condition()); - } - }, - detail: { - route: '/jsite-servers/:name', - title: '服务器详细信息', - tabs: [ - { - label: '概览', - route: '', - type: 'Component', - component: defineAsyncComponent(() => import('../components/JsiteServerOverview.vue')), - props: jsiteServer => { - return { server: jsiteServer.pg?.name }; - } - }, - { - label: '防火墙', - route: 'firewall', - type: 'Component', - component: defineAsyncComponent(() => import('../components/JsiteServerFirewallRules.vue')), - props: jsiteServer => { - return { server: jsiteServer.pg?.name }; - } - } - ], - fields: [ - { - label: '基本信息', - fields: [ - 'title', - 'status', - 'region', - 'instance_id', - 'order_id' - ] - }, - { - label: '服务器配置', - fields: [ - 'cpu', - 'memory', - 'disk_size', - 'bandwidth', - 'public_ip', - 'image_id', - 'planid', - 'system' - ] - }, - { - label: 'SSH连接', - fields: [ - 'ssh_user', - 'ssh_port', - 'password', - 'key_pair_name', - 'private_key' - ] - }, - { - label: '其他信息', - fields: [ - 'end_date', - 'period' - ] - } - ], - actions({ documentResource: jsiteServer }) { - return []; - } - } -}; \ No newline at end of file diff --git a/dashboard_backup/src2/objects/marketplace.js b/dashboard_backup/src2/objects/marketplace.js deleted file mode 100644 index f47f314..0000000 --- a/dashboard_backup/src2/objects/marketplace.js +++ /dev/null @@ -1,658 +0,0 @@ -import { defineAsyncComponent, h } from 'vue'; -import { Button, Badge } from 'jingrow-ui'; -import { toast } from 'vue-sonner'; -import ChangeAppBranchDialog from '../components/marketplace/ChangeAppBranchDialog.vue'; -import { confirmDialog, icon, renderDialog } from '../utils/components'; -import PlansDialog from '../components/marketplace/PlansDialog.vue'; -import CodeReview from '../components/marketplace/CodeReview.vue'; -import GenericDialog from '../components/GenericDialog.vue'; -import ObjectList from '../components/ObjectList.vue'; -import { userCurrency, currency } from '../utils/format'; -import { getToastErrorMessage } from '../utils/toast'; -import { isMobile } from '../utils/device'; -import router from '../router'; - -export default { - pagetype: 'Marketplace App', - whitelistedMethods: { - removeVersion: 'remove_version', - addVersion: 'add_version', - siteInstalls: 'site_installs', - createApprovalRequest: 'create_approval_request', - cancelApprovalRequest: 'cancel_approval_request', - updateListing: 'update_listing', - markAppReadyForReview: 'mark_app_ready_for_review' - }, - list: { - route: '/apps', - title: '应用市场', - fields: ['image', 'title', 'status', 'description'], - columns: [ - { - label: '应用', - fieldname: 'title', - class: 'font-medium', - width: 0.3, - prefix(row) { - return row.image - ? h('img', { - src: row.image, - class: 'w-6 h-6 rounded-sm', - alt: row.title - }) - : h( - 'div', - { - class: - 'w-6 h-6 rounded bg-gray-300 text-gray-600 flex items-center justify-center' - }, - row.title[0].toUpperCase() - ); - } - }, - { - label: '状态', - type: 'Badge', - fieldname: 'status', - width: 0.3 - }, - { - label: '描述', - fieldname: 'description', - width: 1.0 - } - ], - primaryAction() { - return { - label: '新建应用', - variant: 'solid', - slots: { - prefix: icon('plus') - }, - onClick() { - const NewMarketplaceAppDialog = defineAsyncComponent(() => - import('../components/marketplace/NewMarketplaceAppDialog.vue') - ); - - renderDialog(h(NewMarketplaceAppDialog)); - } - }; - } - }, - detail: { - titleField: 'name', - route: '/apps/:name', - statusBadge({ documentResource: app }) { - return { label: app.pg.status }; - }, - breadcrumbs({ items, documentResource: app }) { - return [ - items[0], - { - label: app.pg.title, - route: `/apps/${app.pg.name}` - } - ]; - }, - tabs: [ - { - label: '分析', - icon: icon('bar-chart-2'), - route: 'analytics', - type: 'Component', - component: defineAsyncComponent(() => - import('../components/marketplace/MarketplaceAppAnalytics.vue') - ), - props: app => { - return { app: app.pg.name }; - } - }, - { - label: '列表', - icon: icon('shopping-cart'), - route: 'listing', - type: 'Component', - component: defineAsyncComponent(() => - import('../components/MarketplaceAppListing.vue') - ), - props: app => { - return { app: app }; - } - }, - { - label: '版本', - icon: icon('package'), - route: 'versions', - type: 'list', - list: { - pagetype: 'Marketplace App Version', - filters: app => { - return { parent: app.pg.name, parenttype: 'Marketplace App' }; - }, - onRowClick: (row, context) => { - const { listResource: versions, documentResource: app } = context; - showReleases(row, app); - }, - fields: [ - 'source.repository_owner as repository_owner', - 'source.repository as repository', - 'source.branch as branch' - ], - columns: [ - { - label: '版本', - fieldname: 'version', - width: 0.5 - }, - { - label: '来源', - fieldname: 'source', - width: 0.5 - }, - { - label: '仓库', - width: 0.5, - format: (value, row) => { - return `${row.repository_owner}/${row.repository}`; - } - }, - { - label: '分支', - fieldname: 'branch', - type: 'Badge', - width: 0.5 - } - ], - primaryAction({ listResource: versions, documentResource: app }) { - return { - label: '新建版本', - slots: { - prefix: icon('plus') - }, - onClick() { - renderDialog( - h( - GenericDialog, - { - options: { - title: `为 ${app.pg.title} 添加版本支持`, - size: '4xl' - } - }, - { - default: () => - h(ObjectList, { - options: { - label: '版本', - fieldname: 'version', - fieldtype: 'ListSelection', - columns: [ - { - label: '版本', - fieldname: 'version' - }, - { - label: '分支', - type: 'Select', - fieldname: 'branch', - format: (value, row) => { - row.selectedOption = value[0]; - return value.map(v => ({ - label: v, - value: v, - onClick: () => { - row.selectedOption = v; - } - })); - } - }, - { - label: '', - fieldname: '', - align: 'right', - type: 'Button', - width: '5rem', - Button({ row, listResource: versionsOptions }) { - return { - label: '添加', - onClick() { - if (app.addVersion.loading) return; - toast.promise( - app.addVersion.submit({ - version: row.version, - branch: row.selectedOption - }), - { - loading: '正在添加新版本...', - success: () => { - versions.reload(); - versionsOptions.reload(); - return '新版本已添加'; - }, - error: e => getToastErrorMessage(e) - } - ); - } - }; - } - } - ], - resource() { - return { - url: 'jcloud.api.marketplace.options_for_version', - params: { - name: app.pg.name - }, - auto: true - }; - } - } - }) - } - ) - ); - } - }; - }, - rowActions({ row, listResource: versions, documentResource: app }) { - return [ - { - label: '显示发布', - slots: { - prefix: icon('plus') - }, - onClick() { - showReleases(row, app); - } - }, - { - label: '更改分支', - onClick() { - renderDialog( - h(ChangeAppBranchDialog, { - app: app.pg.name, - source: row.source, - version: row.version, - activeBranch: row.branch, - onBranchChanged() { - versions.reload(); - } - }) - ); - } - }, - { - label: '移除版本', - onClick() { - toast.promise( - app.removeVersion.submit({ version: row.version }), - { - loading: '正在移除版本...', - success: () => { - versions.reload(); - return '版本已成功移除'; - }, - error: e => getToastErrorMessage(e) - } - ); - } - } - ]; - } - } - }, - { - label: '定价', - icon: icon('dollar-sign'), - route: 'pricing', - type: 'list', - list: { - pagetype: 'Marketplace App Plan', - filters: app => { - return { app: app.pg.name }; - }, - fields: ['name', 'title', 'price_cny', 'price_usd', 'enabled'], - columns: [ - { - label: '标题', - fieldname: 'title' - }, - { - label: '启用', - type: 'Badge', - fieldname: 'enabled', - format: value => { - return value == 1 ? '已启用' : '已禁用'; - } - }, - { - label: '价格 (CNY)', - fieldname: 'price_cny', - format: value => { - return currency(value, 'CNY'); - } - }, - { - label: '价格 (USD)', - fieldname: 'price_usd', - format: value => { - return currency(value, 'USD'); - } - } - ], - primaryAction({ listResource: plans, documentResource: app }) { - return { - label: '新建计划', - slots: { - prefix: icon('plus') - }, - onClick() { - renderDialog( - h(PlansDialog, { - app: app.pg.name, - onPlanCreated() { - plans.reload(); - } - }) - ); - } - }; - }, - rowActions({ row, listResource: plans, documentResource: app }) { - return [ - { - label: '编辑', - onClick() { - renderDialog( - h(PlansDialog, { - app: app.pg.name, - plan: row, - onPlanUpdated() { - plans.reload(); - } - }) - ); - } - } - ]; - } - } - }, - { - label: '订阅', - icon: icon('users'), - route: 'subscription', - type: 'list', - list: { - pagetype: 'Subscription', - filters: app => { - return { - document_type: 'Marketplace App', - document_name: app.name - }; - }, - fields: ['site', 'enabled', 'team'], - filterControls() { - return [ - { - type: 'select', - label: '状态', - class: !isMobile() ? 'w-24' : '', - fieldname: 'enabled', - options: ['', '激活', '禁用'] - } - ]; - }, - columns: [ - { - label: '站点', - fieldname: 'site', - width: 0.6 - }, - { - label: '状态', - type: 'Badge', - fieldname: 'enabled', - width: 0.3, - format: value => { - return value ? '激活' : '禁用'; - } - }, - { - label: '价格', - fieldname: 'price', - width: 0.3, - format: value => { - return userCurrency(value); - } - }, - { - label: '已激活天数', - fieldname: 'active_for', - width: 0.3, - format: value => { - return value + (value == 1 ? ' 天' : ' 天'); - } - } - ] - } - } - ], - actions({ documentResource: app }) { - return [ - { - label: '在市场中查看', - slots: { - prefix: icon('external-link') - }, - condition: () => app.pg.status === 'Published', - onClick() { - window.open( - `${window.location.origin}/marketplace/apps/${app.name}`, - '_blank' - ); - } - }, - { - label: '指南', - slots: { - icon: icon('help-circle') - }, - condition: () => app.pg.status === 'Draft', - onClick() { - window.open( - 'https://jingrow.com/docs/marketplace/marketplace-guidelines', - '_blank' - ); - } - }, - { - label: '完成列表', - variant: 'solid', - slots: { - prefix: icon('alert-circle') - }, - condition: () => app.pg.status === 'Draft', - onClick() { - let AppListingStepsDialog = defineAsyncComponent(() => - import('../components/marketplace/AppListingStepsDialog.vue') - ); - - renderDialog( - h(AppListingStepsDialog, { - app: app.pg.name - }) - ); - } - }, - { - label: '选项', - condition: () => app.pg.status === 'Draft', - options: [ - { - label: '删除', - icon: icon('trash-2'), - condition: () => app.pg.status === 'Draft', - onClick() { - confirmDialog({ - title: `删除应用 ${app.pg.title}`, - message: '您确定要删除此应用吗?', - onSuccess({ hide }) { - toast.promise(app.delete.submit(), { - loading: '正在删除应用...', - success: () => { - hide(); - router.push({ name: 'Marketplace App List' }); - return '应用删除成功'; - }, - error: e => getToastErrorMessage(e) - }); - } - }); - } - } - ] - } - ]; - } - } -}; - -function showReleases(row, app) { - renderDialog( - h( - GenericDialog, - { - options: { - title: `${app.pg.name} 在 ${row.branch} 分支的发布`, - size: '6xl' - } - }, - { - default: () => - h(ObjectList, { - options: { - label: '版本', - type: 'list', - pagetype: 'App Release', - filters: { - app: app.pg.name, - source: row.source - }, - fields: ['message', 'tag', 'author', 'status'], - orderBy: 'creation desc', - columns: [ - { - label: '提交信息', - fieldname: 'message', - class: 'w-64', - width: 0.5 - }, - { - label: '哈希值', - fieldname: 'hash', - class: 'w-24', - type: 'Badge', - width: 0.2, - format: value => { - return value.slice(0, 7); - } - }, - { - label: '作者', - fieldname: 'author', - width: 0.2 - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: 0.3 - }, - { - label: '代码审查', - type: 'Component', - width: 0.2, - component: ({ row, listResource: releases, app }) => { - if ( - (row.status === 'Awaiting Approval' || - row.status === 'Rejected') && - row.screening_status === 'Complete' - ) { - return h(Button, { - label: '代码审查', - variant: 'subtle', - theme: 'blue', - size: 'sm', - onClick: () => - codeReview(row, app, window.is_system_user) - }); - } - return h(Badge, { - label: row.screening_status || '未开始' - }); - } - }, - { - label: '', - fieldname: '', - align: 'right', - type: 'Button', - width: 0.2, - Button({ row, listResource: releases }) { - let label = ''; - let successMessage = ''; - let loadingMessage = ''; - - if (row.status === 'Awaiting Approval') { - label = '取消'; - successMessage = '发布已取消'; - loadingMessage = '正在取消发布...'; - } else if (row.status === 'Draft') { - label = '提交'; - loadingMessage = '正在提交发布以供审批...'; - successMessage = - '发布已提交以供审批'; - } - - return { - label: label, - onClick() { - toast.promise( - row.status === 'Awaiting Approval' - ? app.cancelApprovalRequest.submit({ - app_release: row.name - }) - : app.createApprovalRequest.submit({ - app_release: row.name - }), - { - loading: loadingMessage, - success: () => { - releases.reload(); - return successMessage; - }, - error: e => getToastErrorMessage(e) - } - ); - } - }; - } - } - ] - } - }) - } - ) - ); -} - -function codeReview(row, app, isSystemUser) { - renderDialog( - h(CodeReview, { - row: row, - app: app, - isSystemUser: isSystemUser - }) - ); -} \ No newline at end of file diff --git a/dashboard_backup/src2/objects/notification.js b/dashboard_backup/src2/objects/notification.js deleted file mode 100644 index 14b98f7..0000000 --- a/dashboard_backup/src2/objects/notification.js +++ /dev/null @@ -1,141 +0,0 @@ -import { h } from 'vue'; -import router from '../router'; -import { getDocResource } from '../utils/resource'; -import { unreadNotificationsCount } from '../data/notifications'; -import { Tooltip, jingrowRequest } from 'jingrow-ui'; -import { icon } from '../utils/components'; -import { getTeam } from '../data/team'; -import { toast } from 'vue-sonner'; - -const getNotification = (name) => { - return getDocResource({ - pagetype: 'Jcloud Notification', - name: name, - whitelistedMethods: { - markNotificationAsRead: 'mark_as_read', - }, - }); -}; - -export default { - pagetype: 'Jcloud Notification', - whitelistedMethods: {}, - list: { - resource() { - let $team = getTeam(); - return { - type: 'list', - pagetype: 'Jcloud Notification', - url: 'jcloud.api.notifications.get_notifications', - auto: true, - filters: { - read: 'Unread', - }, - cache: ['Notifications'], - }; - }, - route: '/notifications', - title: '通知', - orderBy: 'creation desc', - filterControls() { - return [ - { - type: 'tab', - label: '已读', - fieldname: 'read', - options: ['全部', '未读'], - default: '未读', - }, - ]; - }, - onRowClick(row) { - const notification = getNotification(row.name); - - notification.markNotificationAsRead.submit().then(() => { - unreadNotificationsCount.setData((data) => data - 1); - if (row.route) router.push(row.route); - }); - }, - actions({ listResource: notifications }) { - return [ - { - label: '全部标记为已读', - slots: { - prefix: icon('check-circle'), - }, - async onClick() { - toast.promise( - jingrowRequest({ - url: '/api/action/jcloud.api.notifications.mark_all_notifications_as_read', - }), - { - success: () => { - notifications.reload(); - return '所有通知已标记为已读'; - }, - loading: '正在将所有通知标记为已读...', - error: (error) => - error.messages?.length - ? error.messages.join('\n') - : error.message, - }, - ); - }, - }, - ]; - }, - columns: [ - { - label: '标题', - fieldname: 'title', - width: '20rem', - format(value, row) { - return value || row.type; - }, - suffix(row) { - if (row.is_actionable && !row.is_addressed) { - let AlertIcon = icon('alert-circle'); - return h( - Tooltip, - { - text: '此通知需要您的关注', - }, - { - default: () => - h( - 'div', - { - class: 'ml-2 text-red-500', - }, - h(AlertIcon), - ), - }, - ); - } - }, - }, - { - label: '消息', - fieldname: 'message', - type: 'Component', - width: '40rem', - component({ row }) { - return h('div', { - class: 'truncate text-base text-gray-600', - // replace all html tags except - innerHTML: row.message - .replace(/<(?!\/?b\b)[^>]*>/g, '') - .split('\n')[0], - }); - }, - }, - { - label: '', - fieldname: 'creation', - type: 'Timestamp', - align: 'right', - }, - ], - }, - routes: [], -}; \ No newline at end of file diff --git a/dashboard_backup/src2/objects/server.js b/dashboard_backup/src2/objects/server.js deleted file mode 100644 index 2d08383..0000000 --- a/dashboard_backup/src2/objects/server.js +++ /dev/null @@ -1,523 +0,0 @@ -import { defineAsyncComponent, h } from 'vue'; -import LucideAppWindow from '~icons/lucide/app-window'; -import ServerActions from '../components/server/ServerActions.vue'; -import { getTeam } from '../data/team'; -import router from '../router'; -import { icon } from '../utils/components'; -import { duration, planTitle, userCurrency } from '../utils/format'; -import { trialDays } from '../utils/site'; -import { getJobsTab } from './common/jobs'; -import { tagTab } from './common/tags'; - -export default { - pagetype: 'Server', - whitelistedMethods: { - increaseDiskSize: 'increase_disk_size_for_server', - configureAutoAddStorage: 'configure_auto_add_storage', - changePlan: 'change_plan', - reboot: 'reboot', - rename: 'rename', - dropServer: 'drop_server', - addTag: 'add_resource_tag', - removeTag: 'remove_resource_tag' - }, - list: { - route: '/servers', - title: '服务器', - fields: [ - 'title', - 'database_server', - 'plan.title as plan_title', - 'plan.price_usd as price_usd', - 'plan.price_cny as price_cny', - 'cluster.image as cluster_image', - 'cluster.title as cluster_title' - ], - filterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: [ - { label: '', value: '' }, - { label: '激活', value: 'Active' }, - { label: '待定', value: 'Pending' } - ] - }, - { - type: 'select', - label: '区域', - fieldname: 'cluster', - options: [ - '', - '中国大陆', - '中国香港', - '美国-洛杉矶', - '新加坡', - '英国-伦敦', - '德国-法兰克福', - '阿联酋-迪拜', - ] - } - ]; - }, - orderBy: 'creation desc', - columns: [ - { - label: '服务器', - fieldname: 'name', - width: 1.5, - class: 'font-medium', - format(value, row) { - return row.title || value; - } - }, - { label: '状态', fieldname: 'status', type: 'Badge', width: 0.8 }, - { - label: '应用服务器计划', - format(value, row) { - return planTitle(row); - } - }, - { - label: '数据库服务器计划', - fieldname: 'db_plan', - format(value) { - if (!value) return ''; - return planTitle(value); - } - }, - { - label: '区域', - fieldname: 'cluster', - format(value, row) { - return row.cluster_title || value; - }, - prefix(row) { - return h('img', { - src: row.cluster_image, - class: 'w-4 h-4', - alt: row.cluster_title - }); - } - } - ], - primaryAction({ listResource: servers }) { - return { - label: '新建服务器', - variant: 'solid', - slots: { - prefix: icon('plus') - }, - onClick() { - router.push({ name: 'New Server' }); - } - }; - } - }, - detail: { - titleField: 'name', - route: '/servers/:name', - statusBadge({ documentResource: server }) { - return { - label: server.pg.status - }; - }, - breadcrumbs({ documentResource: server }) { - return [ - { - label: '服务器', - route: '/servers' - }, - { - label: server.pg.title || server.pg.name, - route: `/servers/${server.pg.name}` - } - ]; - }, - actions({ documentResource: server }) { - let $team = getTeam(); - - return [ - { - label: '模拟服务器所有者', - title: '模拟服务器所有者', // for label to pop-up on hover - slots: { - icon: defineAsyncComponent(() => - import('~icons/lucide/venetian-mask') - ) - }, - condition: () => - $team.pg?.is_desk_user && server.pg.team !== $team.name, - onClick() { - switchToTeam(server.pg.team); - } - }, - { - label: '选项', - button: { - label: '选项', - slots: { - icon: icon('more-horizontal') - } - }, - options: [ - { - label: '在 Desk 中查看', - icon: icon('external-link'), - condition: () => $team.pg?.is_desk_user, - onClick() { - window.open( - `${window.location.protocol}//${ - window.location.host - }/app/${server.pagetype.replace(' ', '-').toLowerCase()}/${ - server.pg.name - }`, - '_blank' - ); - } - }, - { - label: '访问服务器', - icon: icon('external-link'), - condition: () => - server.pg.status === 'Active' && $team.pg?.is_desk_user, - onClick() { - window.open(`https://${server.pg.name}`, '_blank'); - } - } - ] - } - ]; - }, - tabs: [ - { - label: '概览', - icon: icon('home'), - route: 'overview', - type: 'Component', - component: defineAsyncComponent(() => - import('../components/server/ServerOverview.vue') - ), - props: server => { - return { server: server.pg.name }; - } - }, - { - label: '分析', - icon: icon('bar-chart-2'), - route: 'analytics', - type: 'Component', - component: defineAsyncComponent(() => - import('../components/server/ServerCharts.vue') - ), - props: server => { - return { - serverName: server.pg.name - }; - } - }, - { - label: '站点', - icon: icon(LucideAppWindow), - route: 'sites', - type: 'list', - list: { - pagetype: 'Site', - filters: server => { - return { server: server.pg.name }; - }, - fields: [ - 'plan.plan_title as plan_title', - 'plan.price_usd as price_usd', - 'plan.price_cny as price_cny', - 'group.title as group_title', - 'group.public as group_public', - 'group.team as group_team', - 'group.version as version', - 'trial_end_date' - ], - orderBy: 'creation desc', - searchField: 'host_name', - route(row) { - return { name: 'Site Detail', params: { name: row.name } }; - }, - filterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: [ - { label: '', value: '' }, - { label: '激活', value: 'Active' }, - { label: '未激活', value: 'Inactive' }, - { label: '已暂停', value: 'Suspended' }, - { label: '损坏', value: 'Broken' } - ] - }, - { - type: 'link', - label: '版本', - fieldname: 'group.version', - options: { - pagetype: 'Jingrow Version' - } - }, - { - type: 'link', - label: '站点分组', - fieldname: 'group', - options: { - pagetype: 'Release Group' - } - }, - { - type: 'link', - label: '标签', - fieldname: 'tags.tag', - options: { - pagetype: 'Jcloud Tag', - filters: { - pagetype_name: 'Site' - } - } - } - ]; - }, - columns: [ - { - label: '站点', - fieldname: 'host_name', - width: 1.5, - class: 'font-medium', - format(value, row) { - return value || row.name; - } - }, - { label: '状态', fieldname: 'status', type: 'Badge', width: 0.6 }, - { - label: '计划', - fieldname: 'plan', - width: 0.85, - format(value, row) { - if (row.trial_end_date) { - return trialDays(row.trial_end_date); - } - let $team = getTeam(); - if (row.price_usd > 0) { - let china = $team.pg.country == 'china'; - let formattedValue = userCurrency( - china ? row.price_cny : row.price_usd, - 0 - ); - return `${formattedValue}/月`; - } - return row.plan_title; - } - }, - { - label: '站点分组', - fieldname: 'group_title', - width: '15rem' - }, - { - label: '版本', - fieldname: 'version', - width: 0.5 - } - ] - } - }, - { - label: '站点分组', - icon: icon('package'), - route: 'groups', - type: 'list', - list: { - pagetype: 'Release Group', - filters: server => { - return { server: server.pg.name }; - }, - fields: [{ apps: ['app'] }, { servers: ['server'] }], - columns: [ - { label: '标题', fieldname: 'title' }, - { - label: '状态', - fieldname: 'active_benches', - type: 'Badge', - width: 0.5, - format: (value, row) => { - if (!value) return '等待部署'; - else return '激活'; - } - }, - { - label: '版本', - fieldname: 'version', - width: 0.5 - }, - { - label: '应用', - fieldname: 'app', - format: (value, row) => { - return (row.apps || []).map(d => d.app).join(', '); - }, - width: '25rem' - }, - { - label: '站点', - fieldname: 'site_count', - width: 0.25 - } - ], - filterControls() { - return [ - { - type: 'link', - label: '版本', - fieldname: 'version', - options: { - pagetype: 'Jingrow Version' - } - }, - { - type: 'link', - label: '标签', - fieldname: 'tags.tag', - options: { - pagetype: 'Jcloud Tag', - filters: { - pagetype_name: 'Release Group' - } - } - } - ]; - }, - route(row) { - return { - name: 'Release Group Detail', - params: { name: row.name } - }; - }, - primaryAction({ listResource: benches, documentResource: server }) { - return { - label: '新建站点分组', - slots: { - prefix: icon('plus') - }, - onClick() { - router.push({ - name: 'Server New Release Group', - params: { server: server.pg.name } - }); - } - }; - } - } - }, - getJobsTab('Server'), - { - label: '执行', - icon: icon('play'), - childrenRoutes: ['Server Play'], - route: 'plays', - type: 'list', - list: { - pagetype: 'Ansible Play', - filterControls({ documentResource: server }) { - return [ - { - type: 'select', - label: '服务器', - fieldname: 'server', - options: [ - server.pg.name, - server.pg.database_server, - server.pg.replication_server - ].filter(Boolean) - } - ]; - }, - filters: server => { - return { - server: [ - 'in', - [ - server.pg.name, - server.pg.database_server, - server.pg.replication_server - ].filter(Boolean) - ] - }; - }, - route(row) { - return { - name: 'Server Play', - params: { id: row.name } - }; - }, - orderBy: 'creation desc', - fields: ['server', 'end'], - columns: [ - { - label: '执行', - fieldname: 'play', - width: 2 - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: 0.5 - }, - { - label: '服务器', - fieldname: 'server', - width: 2 - }, - { - label: '持续时间', - fieldname: 'duration', - width: 0.5, - format(value, row) { - if (row.job_id === 0 || !row.end) return; - return duration(value); - } - }, - { - label: '', - fieldname: 'creation', - type: 'Timestamp', - align: 'right' - } - ] - } - }, - { - label: '操作', - icon: icon('sliders'), - route: 'actions', - type: 'Component', - component: ServerActions, - props: server => { - return { server: server.pg.name }; - } - }, - tagTab() - ] - }, - routes: [ - { - name: 'Server Job', - path: 'jobs/:id', - component: () => import('../pages/JobPage.vue') - }, - { - name: 'Server Play', - path: 'plays/:id', -component: () => import('../pages/PlayPage.vue') - } - ] -}; \ No newline at end of file diff --git a/dashboard_backup/src2/objects/site.js b/dashboard_backup/src2/objects/site.js deleted file mode 100644 index 632afad..0000000 --- a/dashboard_backup/src2/objects/site.js +++ /dev/null @@ -1,1351 +0,0 @@ -import { - createListResource, - createResource, - LoadingIndicator, -} from 'jingrow-ui'; -import { defineAsyncComponent, h } from 'vue'; -import { unparse } from 'papaparse'; -import { toast } from 'vue-sonner'; -import AddDomainDialog from '../components/AddDomainDialog.vue'; -import GenericDialog from '../components/GenericDialog.vue'; -import ObjectList from '../components/ObjectList.vue'; -import SiteActions from '../components/SiteActions.vue'; -import { getTeam, switchToTeam } from '../data/team'; -import router from '../router'; -import { getRunningJobs } from '../utils/agentJob'; -import { confirmDialog, icon, renderDialog } from '../utils/components'; -import dayjs from '../utils/dayjs'; -import { bytes, date, userCurrency, getStatusLabel, getDeployTypeLabel } from '../utils/format'; -import { getToastErrorMessage } from '../utils/toast'; -import { getDocResource } from '../utils/resource'; -import { trialDays } from '../utils/site'; -import { clusterOptions, getUpsellBanner } from './common'; -import { getAppsTab } from './common/apps'; -import { isMobile } from '../utils/device'; -import { getJobsTab } from './common/jobs'; - -export default { - pagetype: 'Site', - whitelistedMethods: { - activate: 'activate', - addDomain: 'add_domain', - archive: 'archive', - backup: 'backup', - clearSiteCache: 'clear_site_cache', - deactivate: 'deactivate', - disableReadWrite: 'disable_read_write', - enableReadWrite: 'enable_read_write', - installApp: 'install_app', - uninstallApp: 'uninstall_app', - migrate: 'migrate', - moveToBench: 'move_to_bench', - moveToGroup: 'move_to_group', - loginAsAdmin: 'login_as_admin', - loginAsTeam: 'login_as_team', - isSetupWizardComplete: 'is_setup_wizard_complete', - reinstall: 'reinstall', - removeDomain: 'remove_domain', - redirectToPrimary: 'set_redirect', - removeRedirect: 'unset_redirect', - setPrimaryDomain: 'set_host_name', - restoreSite: 'restore_site', - restoreSiteFromFiles: 'restore_site_from_files', - scheduleUpdate: 'schedule_update', - editScheduledUpdate: 'edit_scheduled_update', - cancelUpdate: 'cancel_scheduled_update', - setPlan: 'set_plan', - updateConfig: 'update_config', - deleteConfig: 'delete_config', - sendTransferRequest: 'send_change_team_request', - addTag: 'add_resource_tag', - removeTag: 'remove_resource_tag', - getBackupDownloadLink: 'get_backup_download_link', - fetchDatabaseTableSchemas: 'fetch_database_table_schemas', - }, - list: { - route: '/sites', - title: '站点', - fields: [ - 'plan.plan_title as plan_title', - 'plan.price_usd as price_usd', - 'plan.price_cny as price_cny', - 'group.title as group_title', - 'group.public as group_public', - 'group.team as group_team', - 'group.version as version', - 'cluster.image as cluster_image', - 'cluster.title as cluster_title', - 'trial_end_date', - 'site_end_date', - ], - orderBy: 'creation desc', - searchField: 'host_name', - filterControls() { - return [ - { - type: 'select', - label: '状态', - fieldname: 'status', - options: [ - { label: '', value: '' }, - { label: '激活', value: 'Active' }, - { label: '未激活', value: 'Inactive' }, - { label: '已暂停', value: 'Suspended' }, - { label: '损坏', value: 'Broken' }, - { label: '已归档', value: 'Archived' }, - ], - }, - { - type: 'link', - label: '版本', - fieldname: 'group.version', - options: { - pagetype: 'Jingrow Version', - }, - }, - { - type: 'link', - label: '站点分组', - fieldname: 'group', - options: { - pagetype: 'Release Group', - }, - }, - { - type: 'select', - label: '区域', - fieldname: 'cluster', - options: clusterOptions, - }, - { - type: 'link', - label: '标签', - fieldname: 'tags.tag', - options: { - pagetype: 'Jcloud Tag', - filters: { - pagetype_name: 'Site', - }, - }, - }, - ]; - }, - columns: [ - { - label: '站点', - fieldname: 'host_name', - width: 1.5, - class: 'font-medium', - format(value, row) { - return value || row.name; - }, - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: '140px', - format(value) { - const statusMap = { - 'Active': '激活', - 'Inactive': '未激活', - 'Suspended': '已暂停', - 'Broken': '损坏', - 'Archived': '已归档', - 'Pending': '待处理', - 'Installing': '安装中', - 'Update Available': '可更新', - 'Running': '运行中', - 'Success': '成功', - 'Failure': '失败' - }; - return statusMap[value] || value; - } - }, - { - label: '计划', - fieldname: 'plan', - width: 0.85, - format(value, row) { - if (row.trial_end_date) { - return trialDays(row.trial_end_date); - } - const $team = getTeam(); - if (row.price_usd > 0) { - const china = $team.pg?.currency === 'CNY'; - const formattedValue = userCurrency( - china ? row.price_cny : row.price_usd, - 0, - ); - return `${formattedValue}/月`; - } - return row.plan_title; - }, - }, - { - label: '区域', - fieldname: 'cluster', - width: 1, - format(value, row) { - return row.cluster_title || value; - }, - prefix(row) { - return h('img', { - src: row.cluster_image, - class: 'w-4 h-4', - alt: row.cluster_title, - }); - }, - }, - { - label: '站点分组', - fieldname: 'group', - width: '15rem', - format(value, row) { - return row.group_public ? '公域' : row.group_title || value; - }, - }, - { - label: '版本', - fieldname: 'version', - width: 0.5, - }, - { - label: '到期时间', - fieldname: 'site_end_date', - width: 1, - format(value) { - return value ? date(value, 'YYYY-MM-DD') : ''; - }, - }, - ], - primaryAction({ listResource: sites }) { - return { - label: '新建站点', - variant: 'solid', - slots: { - prefix: icon('plus'), - }, - onClick() { - router.push({ name: 'New Site' }); - }, - }; - }, - moreActions({ listResource: sites }) { - return [ - { - label: '导出为CSV', - icon: 'download', - onClick() { - const fields = [ - 'host_name', - 'plan_title', - 'cluster_title', - 'group_title', - 'version', - ]; - - const data = sites.data.map((site) => { - const row = {}; - fields.forEach((field) => { - row[field] = site[field]; - }); - return row; - }); - - let csv = unparse({ - fields, - data, - }); - csv = '\uFEFF' + csv; // for utf-8 - - // create a blob and trigger a download - const blob = new Blob([csv], { type: 'text/csv;charset=utf-8' }); - const today = new Date().toISOString().split('T')[0]; - const filename = `sites-${today}.csv`; - const link = document.createElement('a'); - link.href = URL.createObjectURL(blob); - link.download = filename; - link.click(); - URL.revokeObjectURL(link.href); - }, - }, - ]; - }, - }, - detail: { - titleField: 'name', - route: '/sites/:name', - statusBadge({ documentResource: site }) { - const statusMap = { - 'Active': '激活', - 'Inactive': '未激活', - 'Suspended': '已暂停', - 'Broken': '损坏', - 'Archived': '已归档', - 'Pending': '待处理', - 'Installing': '安装中', - 'Running': '运行中', - 'Success': '成功', - 'Failure': '失败' - }; - return { label: statusMap[site.pg.status] || site.pg.status }; - }, - breadcrumbs({ items, documentResource: site }) { - let breadcrumbs = []; - let $team = getTeam(); - let siteCrumb = { - label: site.pg.host_name || site.pg?.name, - route: `/sites/${site.pg?.name}`, - }; - - if ( - (site.pg.server_team == $team.pg?.name && - site.pg.group_team == $team.pg?.name) || - $team.pg?.is_desk_user - ) { - breadcrumbs.push({ - label: site.pg?.server_title || site.pg?.server, - route: `/servers/${site.pg?.server}`, - }); - } - if ( - site.pg.group_team == $team.pg?.name || - $team.pg?.is_desk_user || - $team.pg?.is_support_agent - ) { - breadcrumbs.push( - { - label: site.pg?.group_title, - route: `/groups/${site.pg?.group}`, - }, - siteCrumb, - ); - } else { - breadcrumbs.push(...items.slice(0, -1), siteCrumb); - } - return breadcrumbs; - }, - tabs: [ - { - label: '概览', - icon: icon('home'), - route: 'overview', - type: 'Component', - condition: (site) => site.pg?.status !== 'Archived', - component: defineAsyncComponent( - () => import('../components/SiteOverview.vue'), - ), - props: (site) => { - return { site: site.pg?.name }; - }, - }, - getAppsTab(true), - { - label: '域名', - icon: icon('external-link'), - route: 'domains', - type: 'list', - condition: (site) => site.pg?.status !== 'Archived', - list: { - pagetype: 'Site Domain', - fields: ['redirect_to_primary'], - filters: (site) => { - return { site: site.pg?.name }; - }, - columns: [ - { - label: '域名', - fieldname: 'domain', - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - format(value) { - const statusMap = { - 'Active': '激活', - 'Inactive': '未激活', - 'Suspended': '已暂停', - 'Broken': '损坏', - 'Archived': '已归档', - 'Pending': '待处理', - 'Installing': '安装中', - 'Running': '运行中', - 'Success': '成功', - 'Failure': '失败' - }; - return statusMap[value] || value; - } - }, - { - label: '主域名', - fieldname: 'primary', - type: 'Icon', - Icon(value) { - return value ? 'check' : ''; - }, - }, - { - label: 'DNS 类型', - fieldname: 'dns_type', - type: 'Badge', - }, - ], - banner({ documentResource: site }) { - if (site.pg.broken_domain_error) { - return { - title: - '获取您的域名的 HTTPS 证书时出错。', - type: 'error', - button: { - label: '查看错误', - variant: 'outline', - onClick() { - renderDialog( - h( - GenericDialog, - { - options: { - title: '获取证书时出错', - size: 'xl', - }, - }, - { - default: () => { - return h('pre', { - class: - 'whitespace-pre-wrap text-sm rounded border-2 p-3 border-gray-200 bg-gray-100', - innerHTML: site.pg.broken_domain_error, - }); - }, - }, - ), - ); - }, - }, - }; - } else { - return null; - } - }, - primaryAction({ listResource: domains, documentResource: site }) { - return { - label: '添加域名', - slots: { - prefix: icon('plus'), - }, - onClick() { - renderDialog( - h(AddDomainDialog, { - site: site.pg, - onDomainAdded() { - domains.reload(); - }, - }), - ); - }, - }; - }, - rowActions({ row, listResource: domains, documentResource: site }) { - return [ - { - label: '移除', - condition: () => row.domain !== site.pg?.name, - onClick() { - confirmDialog({ - title: `移除域名`, - message: `您确定要从站点 ${site.pg?.name} 中移除域名 ${row.domain} 吗?`, - onSuccess({ hide }) { - if (site.removeDomain.loading) return; - toast.promise( - site.removeDomain.submit({ - domain: row.domain, - }), - { - loading: '正在移除域名...', - success: () => { - hide(); - return '域名已移除'; - }, - error: (e) => getToastErrorMessage(e), - }, - ); - }, - }); - }, - }, - { - label: '设为主域名', - condition: () => !row.primary && row.status === 'Active', - onClick() { - confirmDialog({ - title: `设为主域名`, - message: `您确定要将域名 ${row.domain} 设为站点 ${site.pg?.name} 的主域名吗?`, - onSuccess({ hide }) { - if (site.setPrimaryDomain.loading) return; - toast.promise( - site.setPrimaryDomain.submit({ - domain: row.domain, - }), - { - loading: '正在设置主域名...', - success: () => { - hide(); - return '主域名已设置'; - }, - error: (e) => getToastErrorMessage(e), - }, - ); - }, - }); - }, - }, - { - label: '重定向到主域名', - condition: () => - !row.primary && - !row.redirect_to_primary && - row.status === 'Active', - onClick() { - confirmDialog({ - title: `重定向域名`, - message: `您确定要将域名 ${row.domain} 重定向到站点 ${site.pg?.name} 的主域名吗?`, - onSuccess({ hide }) { - if (site.redirectToPrimary.loading) return; - toast.promise( - site.redirectToPrimary.submit({ - domain: row.domain, - }), - { - loading: '正在重定向域名...', - success: () => { - hide(); - return '域名已重定向'; - }, - error: (e) => getToastErrorMessage(e), - }, - ); - }, - }); - }, - }, - { - label: '移除重定向', - condition: () => - !row.primary && - row.redirect_to_primary && - row.status === 'Active', - onClick() { - confirmDialog({ - title: `移除重定向`, - message: `您确定要移除从域名 ${row.domain} 到站点 ${site.pg?.name} 主域名的重定向吗?`, - onSuccess({ hide }) { - if (site.removeRedirect.loading) return; - toast.promise( - site.removeRedirect.submit({ - domain: row.domain, - }), - { - loading: '正在移除重定向...', - success: () => { - hide(); - return '重定向已移除'; - }, - error: (e) => getToastErrorMessage(e), - }, - ); - }, - }); - }, - }, - ]; - }, - }, - }, - { - label: '备份', - icon: icon('archive'), - route: 'backups', - type: 'list', - list: { - pagetype: 'Site Backup', - filters: (site) => { - return { - site: site.pg?.name, - files_availability: 'Available', - status: ['in', ['Pending', 'Running', 'Success']], - }; - }, - orderBy: 'creation desc', - fields: [ - 'job', - 'status', - 'database_url', - 'public_url', - 'private_url', - 'config_file_url', - 'site', - 'remote_database_file', - 'remote_public_file', - 'remote_private_file', - 'remote_config_file', - 'physical', - ], - columns: [ - { - label: '时间戳', - fieldname: 'creation', - width: 1, - format(value) { - return `备份于 ${date(value, 'llll')}`; - }, - }, - - { - label: '数据库', - fieldname: 'database_size', - width: 0.5, - format(value) { - return value ? bytes(value) : ''; - }, - }, - { - label: '公共文件', - fieldname: 'public_size', - width: 0.5, - format(value) { - return value ? bytes(value) : ''; - }, - }, - { - label: '私有文件', - fieldname: 'private_size', - width: 0.5, - format(value) { - return value ? bytes(value) : ''; - }, - }, - { - label: '包含文件的备份', - fieldname: 'with_files', - type: 'Icon', - width: 0.5, - Icon(value) { - return value ? 'check' : ''; - }, - }, - { - label: '异地备份', - fieldname: 'offsite', - width: 0.5, - type: 'Icon', - Icon(value) { - return value ? 'check' : ''; - }, - }, - ], - filterControls() { - return [ - { - type: 'checkbox', - label: '异地备份', - fieldname: 'offsite', - }, - ]; - }, - rowActions({ row, documentResource: site }) { - if (row.status != 'Success') return; - - function getFileName(file) { - if (file == 'database') return 'database'; - if (file == 'public') return 'public files'; - if (file == 'private') return 'private files'; - if (file == 'config') return 'config file'; - } - - function confirmDownload(backup, file) { - confirmDialog({ - title: '下载备份', - message: `您将下载站点 ${ - site.pg?.host_name || site.pg?.name - } 的 ${getFileName(file)} 备份,该备份创建于 ${date(backup.creation, 'llll')}。${ - !backup.offsite - ? '

您需要以 系统管理员 身份登录 您的站点 才能下载备份。
' - : '' - }`, - onSuccess() { - downloadBackup(backup, file); - }, - }); - } - - async function downloadBackup(backup, file) { - // file: database, public, or private - if (backup.offsite) { - site.getBackupDownloadLink.submit( - { backup: backup.name, file }, - { - onSuccess(r) { - // TODO: fix this in documentResource, it should return message directly - if (r.message) { - window.open(r.message); - } - }, - }, - ); - } else { - const url = - file == 'config' - ? backup.config_file_url - : backup[file + '_url']; - - const domainRegex = /^(https?:\/\/)?([^/]+)\/?/; - const newUrl = url.replace( - domainRegex, - `$1${site.pg.host_name}/`, - ); - window.open(newUrl); - } - } - - return [ - { - group: '详情', - items: [ - { - label: '查看任务', - onClick() { - router.push({ - name: 'Site Job', - params: { name: site.name, id: row.job }, - }); - }, - }, - ], - }, - { - group: '下载', - items: [ - { - label: '下载数据库', - onClick() { - return confirmDownload(row, 'database'); - }, - }, - { - label: '下载公共文件', - onClick() { - return confirmDownload(row, 'public'); - }, - condition: () => row.public_url, - }, - { - label: '下载私有文件', - onClick() { - return confirmDownload(row, 'private'); - }, - condition: () => row.private_url, - }, - { - label: '下载配置文件', - onClick() { - return confirmDownload(row, 'config'); - }, - condition: () => row.config_file_url, - }, - ], - }, - { - group: '恢复', - condition: () => row.offsite, - items: [ - { - label: '恢复备份', - condition: () => site.pg.status !== 'Archived', - onClick() { - confirmDialog({ - title: '恢复备份', - message: `您确定要将您的站点恢复到${dayjs( - row.creation, - ).format('lll')}的异地备份吗?`, - onSuccess({ hide }) { - toast.promise( - site.restoreSiteFromFiles.submit({ - files: { - database: row.remote_database_file, - public: row.remote_public_file, - private: row.remote_private_file, - config: row.remote_config_file, - }, - }), - { - loading: '正在安排备份恢复...', - success: (jobId) => { - hide(); - router.push({ - name: 'Site Job', - params: { - name: site.name, - id: jobId, - }, - }); - return '备份恢复已成功安排。'; - }, - error: (e) => getToastErrorMessage(e), - }, - ); - }, - }); - }, - }, - { - label: '在另一个站点上恢复备份', - onClick() { - let SelectSiteForRestore = defineAsyncComponent( - () => - import('../components/site/SelectSiteForRestore.vue'), - ); - renderDialog( - h(SelectSiteForRestore, { - site: site.name, - onRestore(siteName) { - const restoreSite = createResource({ - url: 'jcloud.api.site.restore', - }); - - return toast.promise( - restoreSite.submit({ - name: siteName, - files: { - database: row.remote_database_file, - public: row.remote_public_file, - private: row.remote_private_file, - config: row.remote_config_file, - }, - }), - { - loading: '正在安排备份恢复...', - success: (jobId) => { - router.push({ - name: 'Site Job', - params: { name: siteName, id: jobId }, - }); - return '备份恢复已成功安排。'; - }, - error: (e) => getToastErrorMessage(e), - }, - ); - }, - }), - ); - }, - }, - ], - }, - ].filter((d) => (d.condition ? d.condition() : true)); - }, - primaryAction({ listResource: backups, documentResource: site }) { - return { - label: '安排备份', - slots: { - prefix: icon('upload-cloud'), - }, - loading: site.backup.loading, - onClick() { - confirmDialog({ - title: '安排备份', - message: - '您确定要安排备份吗?这将创建一个本地备份。', - onSuccess({ hide }) { - toast.promise( - site.backup.submit({ - with_files: true, - }), - { - loading: '正在安排备份...', - success: () => { - hide(); - router.push({ - name: 'Site Jobs', - params: { name: site.name }, - }); - return '备份已成功安排。'; - }, - error: (e) => getToastErrorMessage(e), - }, - ); - }, - }); - }, - }; - }, - }, - }, - getJobsTab('Site'), - { - label: '操作', - icon: icon('sliders'), - route: 'actions', - type: 'Component', - condition: (site) => site.pg?.status !== 'Archived', - component: SiteActions, - props: (site) => { - return { site: site.pg?.name }; - }, - }, - { - label: '更新', - icon: icon('arrow-up-circle'), - route: 'updates', - type: 'list', - condition: (site) => site.pg?.status !== 'Archived', - childrenRoutes: ['Site Update'], - list: { - pagetype: 'Site Update', - filters: (site) => { - return { site: site.pg?.name }; - }, - orderBy: 'creation', - fields: [ - 'difference', - 'update_job.end as updated_on', - 'update_job', - 'backup_type', - 'recover_job', - ], - columns: [ - { - label: '类型', - fieldname: 'deploy_type', - width: 0.3, - format(value) { - return getDeployTypeLabel(value); - } - }, - { - label: '状态', - fieldname: 'status', - type: 'Badge', - width: 0.5, - format(value) { - return getStatusLabel(value); - } - }, - // { - // label: '备份', - // width: 0.4, - // type: 'Component', - // component({ row }) { - // return h( - // 'div', - // { - // class: 'truncate text-base', - // }, - // row.skipped_backups - // ? '跳过' - // : row.backup_type || '逻辑', - // ); - // }, - // }, - { - label: '创建者', - fieldname: 'owner', - }, - { - label: '计划时间', - fieldname: 'scheduled_time', - format(value) { - return date(value, 'lll'); - }, - }, - { - label: '更新时间', - fieldname: 'updated_on', - format(value) { - return date(value, 'lll'); - }, - }, - ], - rowActions({ row, documentResource: site }) { - return [ - { - label: '编辑', - condition: () => row.status === 'Scheduled', - onClick() { - let SiteUpdateDialog = defineAsyncComponent( - () => import('../components/SiteUpdateDialog.vue'), - ); - renderDialog( - h(SiteUpdateDialog, { - site: site.pg?.name, - existingUpdate: row.name, - }), - ); - }, - }, - { - label: '取消', - condition: () => row.status === 'Scheduled', - onClick() { - confirmDialog({ - title: '取消更新', - message: `您确定要取消计划的更新吗?`, - onSuccess({ hide }) { - if (site.cancelUpdate.loading) return; - toast.promise( - site.cancelUpdate.submit({ site_update: row.name }), - { - loading: '正在取消更新...', - success: () => { - hide(); - site.reload(); - return '更新已取消'; - }, - error: (e) => getToastErrorMessage(e), - }, - ); - }, - }); - }, - }, - { - label: '查看任务', - condition: () => row.status !== 'Scheduled', - onClick() { - router.push({ - name: 'Site Update', - params: { id: row.name }, - }); - }, - }, - { - label: '立即更新', - condition: () => row.status === 'Scheduled', - onClick() { - let siteUpdate = getDocResource({ - pagetype: 'Site Update', - name: row.name, - whitelistedMethods: { - updateNow: 'start', - }, - }); - - toast.promise(siteUpdate.updateNow.submit(), { - loading: '正在更新站点...', - success: () => { - router.push({ - name: 'Site Update', - params: { id: row.name }, - }); - - return '站点更新已启动'; - }, - error: '更新站点失败', - }); - }, - }, - { - label: '查看应用更改', - onClick() { - createListResource({ - pagetype: 'Deploy Candidate Difference App', - fields: [ - 'difference.github_diff_url as diff_url', - 'difference.source_hash as source_hash', - 'difference.destination_hash as destination_hash', - 'app.title as app', - ], - filters: { - parenttype: 'Deploy Candidate Difference', - parent: row.difference, - }, - auto: true, - pageLength: 99, - onSuccess(data) { - if (data?.length) { - renderDialog( - h( - GenericDialog, - { - options: { - title: '应用更改', - size: '2xl', - }, - }, - { - default: () => - h(ObjectList, { - options: { - data: () => data, - columns: [ - { - label: '应用', - fieldname: 'app', - }, - { - label: '从', - fieldname: 'source_hash', - type: 'Button', - Button({ row }) { - return { - label: - row.source_tag || - row.source_hash.slice(0, 7), - variant: 'ghost', - class: 'font-mono', - link: `${ - row.diff_url.split('/compare')[0] - }/commit/${row.source_hash}`, - }; - }, - }, - { - label: '到', - fieldname: 'destination_hash', - type: 'Button', - Button({ row }) { - return { - label: - row.destination_tag || - row.destination_hash.slice(0, 7), - variant: 'ghost', - class: 'font-mono', - link: `${ - row.diff_url.split('/compare')[0] - }/commit/${row.destination_hash}`, - }; - }, - }, - { - label: '应用变更', - fieldname: 'diff_url', - align: 'right', - type: 'Button', - Button({ row }) { - return { - label: '查看', - variant: 'ghost', - slots: { - prefix: icon('external-link'), - }, - link: row.diff_url, - }; - }, - }, - ], - }, - }), - }, - ), - ); - } else toast.error('未找到应用变更'); - }, - }); - }, - }, - ]; - }, - actions({ documentResource: site }) { - if (site.pg.group_public) return []; - - return [ - { - label: '配置', - slots: { - prefix: icon('settings'), - }, - onClick() { - let ConfigureAutoUpdateDialog = defineAsyncComponent( - () => - import( - '../components/site/ConfigureAutoUpdateDialog.vue' - ), - ); - - renderDialog( - h(ConfigureAutoUpdateDialog, { - site: site.pg?.name, - }), - ); - }, - }, - ]; - }, - }, - }, - - ], - actions(context) { - let { documentResource: site } = context; - let $team = getTeam(); - let runningJobs = getRunningJobs({ site: site.pg?.name }); - - return [ - { - label: '进行中的任务', - slots: { - prefix: () => h(LoadingIndicator, { class: 'w-4 h-4' }), - }, - condition() { - return ( - runningJobs.filter((job) => - ['Pending', 'Running'].includes(job.status), - ).length > 0 - ); - }, - onClick() { - router.push({ - name: 'Site Jobs', - params: { name: site.name }, - }); - }, - }, - { - label: '有可用更新', - variant: site.pg?.setup_wizard_complete ? 'solid' : 'subtle', - slots: { - prefix: icon('alert-circle'), - }, - condition() { - return ( - !site.pg?.has_scheduled_updates && - site.pg.update_information?.update_available && - ['Active', 'Inactive', 'Suspended', 'Broken'].includes( - site.pg.status, - ) - ); - }, - - onClick() { - let SiteUpdateDialog = defineAsyncComponent( - () => import('../components/SiteUpdateDialog.vue'), - ); - renderDialog(h(SiteUpdateDialog, { site: site.pg?.name })); - }, - }, - { - label: '已安排更新', - slots: { - prefix: icon('calendar'), - }, - condition: () => site.pg?.has_scheduled_updates, - onClick() { - router.push({ - name: 'Site Detail Updates', - params: { name: site.name }, - }); - }, - }, - { - label: '模拟站点所有者', - title: '模拟站点所有者', // for label to pop-up on hover - slots: { - icon: defineAsyncComponent( - () => import('~icons/lucide/venetian-mask'), - ), - }, - condition: () => - $team.pg?.is_desk_user && site.pg.team !== $team.name, - onClick() { - switchToTeam(site.pg.team); - }, - }, - { - label: '访问站点', - slots: { - prefix: icon('external-link'), - }, - condition: () => - site.pg.status !== 'Archived' && site.pg?.setup_wizard_complete, - onClick() { - window.open(`https://${site.name}/app`, '_blank'); - }, - }, - { - label: '设置站点', - slots: { - prefix: icon('external-link'), - }, - variant: 'solid', - condition: () => - site.pg.status === 'Active' && !site.pg?.setup_wizard_complete, - onClick() { - if (site.pg.additional_system_user_created) { - site.loginAsTeam - .submit({ reason: '' }) - .then((url) => window.open(url, '_blank')); - } else { - site.loginAsAdmin - .submit({ reason: '' }) - .then((url) => window.open(url, '_blank')); - } - }, - }, - { - label: '选项', - context, - options: [ - { - label: '在 Desk 中查看', - icon: 'external-link', - condition: () => $team.pg?.is_desk_user, - onClick: () => { - window.open( - `${window.location.protocol}//${window.location.host}/app/site/${site.name}`, - '_blank', - ); - }, - }, - { - label: '以管理员身份登录', - icon: 'external-link', - condition: () => ['Active', 'Broken'].includes(site.pg.status), - onClick: () => { - confirmDialog({ - title: '以管理员身份登录', - message: `您确定要以管理员身份登录站点 ${site.pg?.name} 吗?`, - fields: - $team.name !== site.pg.team - ? [ - { - label: '原因', - type: 'textarea', - fieldname: 'reason', - }, - ] - : [], - onSuccess: ({ hide, values }) => { - if (!values.reason && $team.name !== site.pg.team) { - throw new Error('原因必填'); - } - return site.loginAsAdmin - .submit({ reason: values.reason }) - .then((result) => { - let url = result; - window.open(url, '_blank'); - hide(); - }); - }, - }); - }, - }, - ], - }, - ]; - }, - }, - - routes: [ - { - name: '站点更新', - path: 'updates/:id', - component: () => import('../pages/SiteUpdate.vue'), - }, - { - name: 'Site Job', - path: 'jobs/:id', - component: () => import('../pages/JobPage.vue') - } - ], -}; \ No newline at end of file diff --git a/dashboard_backup/src2/objects/tabs/site/logs.ts b/dashboard_backup/src2/objects/tabs/site/logs.ts deleted file mode 100644 index 83ab4ab..0000000 --- a/dashboard_backup/src2/objects/tabs/site/logs.ts +++ /dev/null @@ -1,59 +0,0 @@ -import { icon } from '../../../utils/components'; -import { date } from '../../../utils/format'; -import { Tab } from '../../common/types'; - -export function getLogsTab(forSite: boolean) { - const childRoute = forSite ? '站点日志' : '工作台日志'; - const url = forSite ? 'jcloud.api.site.logs' : 'jcloud.api.bench.logs'; - - return { - label: '日志', - icon: icon('file-text'), - route: 'logs', - childrenRoutes: [childRoute], - type: 'list', - list: { - resource({ documentResource: res }) { - return { - makeParams: () => { - if (res.pagetype === 'Site') { - return { name: res.pg.name }; - } else { - return { name: res.pg.group, bench: res.name }; - } - }, - url, - auto: true, - cache: ['ObjectList', url, res.name] - }; - }, - route(row) { - return { - name: childRoute, - params: { logName: row.name } - }; - }, - columns: [ - { - label: '名称', - fieldname: 'name' - }, - { - label: '大小', - fieldname: 'size', - class: 'text-gray-600', - format(value) { - return `${value} kB`; - } - }, - { - label: '修改时间', - fieldname: 'modified', - format(value) { - return value ? date(value, 'lll') : ''; - } - } - ] - } - } satisfies Tab as Tab; -} \ No newline at end of file diff --git a/dashboard_backup/src2/pages/Billing.vue b/dashboard_backup/src2/pages/Billing.vue deleted file mode 100644 index 00dcddc..0000000 --- a/dashboard_backup/src2/pages/Billing.vue +++ /dev/null @@ -1,68 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/BillingBalances.vue b/dashboard_backup/src2/pages/BillingBalances.vue deleted file mode 100644 index f321d68..0000000 --- a/dashboard_backup/src2/pages/BillingBalances.vue +++ /dev/null @@ -1,205 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/BillingInvoices.vue b/dashboard_backup/src2/pages/BillingInvoices.vue deleted file mode 100644 index 4738b4c..0000000 --- a/dashboard_backup/src2/pages/BillingInvoices.vue +++ /dev/null @@ -1,249 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/BillingMarketplacePayouts.vue b/dashboard_backup/src2/pages/BillingMarketplacePayouts.vue deleted file mode 100644 index 43b6e82..0000000 --- a/dashboard_backup/src2/pages/BillingMarketplacePayouts.vue +++ /dev/null @@ -1,105 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/BillingMpesaInvoices.vue b/dashboard_backup/src2/pages/BillingMpesaInvoices.vue deleted file mode 100644 index e1ef988..0000000 --- a/dashboard_backup/src2/pages/BillingMpesaInvoices.vue +++ /dev/null @@ -1,119 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/BillingOrders.vue b/dashboard_backup/src2/pages/BillingOrders.vue deleted file mode 100644 index 344008f..0000000 --- a/dashboard_backup/src2/pages/BillingOrders.vue +++ /dev/null @@ -1,340 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/BillingOverview.vue b/dashboard_backup/src2/pages/BillingOverview.vue deleted file mode 100644 index 8d0f431..0000000 --- a/dashboard_backup/src2/pages/BillingOverview.vue +++ /dev/null @@ -1,40 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/BillingPaymentMethods.vue b/dashboard_backup/src2/pages/BillingPaymentMethods.vue deleted file mode 100644 index bc23e24..0000000 --- a/dashboard_backup/src2/pages/BillingPaymentMethods.vue +++ /dev/null @@ -1,209 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/CreateSiteForMarketplaceApp.vue b/dashboard_backup/src2/pages/CreateSiteForMarketplaceApp.vue deleted file mode 100644 index a066cfa..0000000 --- a/dashboard_backup/src2/pages/CreateSiteForMarketplaceApp.vue +++ /dev/null @@ -1,242 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/DeployCandidate.vue b/dashboard_backup/src2/pages/DeployCandidate.vue deleted file mode 100644 index 9173508..0000000 --- a/dashboard_backup/src2/pages/DeployCandidate.vue +++ /dev/null @@ -1,263 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/DetailPage.vue b/dashboard_backup/src2/pages/DetailPage.vue deleted file mode 100644 index 901a356..0000000 --- a/dashboard_backup/src2/pages/DetailPage.vue +++ /dev/null @@ -1,198 +0,0 @@ - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/DetailTab.vue b/dashboard_backup/src2/pages/DetailTab.vue deleted file mode 100644 index fb5fe00..0000000 --- a/dashboard_backup/src2/pages/DetailTab.vue +++ /dev/null @@ -1,42 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/Enable2FA.vue b/dashboard_backup/src2/pages/Enable2FA.vue deleted file mode 100644 index 9e26f60..0000000 --- a/dashboard_backup/src2/pages/Enable2FA.vue +++ /dev/null @@ -1,34 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/Home.vue b/dashboard_backup/src2/pages/Home.vue deleted file mode 100644 index 8789158..0000000 --- a/dashboard_backup/src2/pages/Home.vue +++ /dev/null @@ -1,44 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/Impersonate.vue b/dashboard_backup/src2/pages/Impersonate.vue deleted file mode 100644 index b53effa..0000000 --- a/dashboard_backup/src2/pages/Impersonate.vue +++ /dev/null @@ -1,21 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/InstallApp.vue b/dashboard_backup/src2/pages/InstallApp.vue deleted file mode 100644 index 3758d70..0000000 --- a/dashboard_backup/src2/pages/InstallApp.vue +++ /dev/null @@ -1,435 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/JobPage.vue b/dashboard_backup/src2/pages/JobPage.vue deleted file mode 100644 index 5c972db..0000000 --- a/dashboard_backup/src2/pages/JobPage.vue +++ /dev/null @@ -1,216 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/ListPage.vue b/dashboard_backup/src2/pages/ListPage.vue deleted file mode 100644 index 7183c33..0000000 --- a/dashboard_backup/src2/pages/ListPage.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/LogPage.vue b/dashboard_backup/src2/pages/LogPage.vue deleted file mode 100644 index a3407c3..0000000 --- a/dashboard_backup/src2/pages/LogPage.vue +++ /dev/null @@ -1,103 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/LoginSignup.vue b/dashboard_backup/src2/pages/LoginSignup.vue deleted file mode 100644 index 0a6e52a..0000000 --- a/dashboard_backup/src2/pages/LoginSignup.vue +++ /dev/null @@ -1,959 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/NewJsiteDomain.vue b/dashboard_backup/src2/pages/NewJsiteDomain.vue deleted file mode 100644 index a0aba01..0000000 --- a/dashboard_backup/src2/pages/NewJsiteDomain.vue +++ /dev/null @@ -1,1345 +0,0 @@ - - - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/NewJsiteServer.vue b/dashboard_backup/src2/pages/NewJsiteServer.vue deleted file mode 100644 index 8f7ff43..0000000 --- a/dashboard_backup/src2/pages/NewJsiteServer.vue +++ /dev/null @@ -1,782 +0,0 @@ - - - - - diff --git a/dashboard_backup/src2/pages/NewReleaseGroup.vue b/dashboard_backup/src2/pages/NewReleaseGroup.vue deleted file mode 100644 index 84a0ad0..0000000 --- a/dashboard_backup/src2/pages/NewReleaseGroup.vue +++ /dev/null @@ -1,298 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/NewServer.vue b/dashboard_backup/src2/pages/NewServer.vue deleted file mode 100644 index 55e08c8..0000000 --- a/dashboard_backup/src2/pages/NewServer.vue +++ /dev/null @@ -1,586 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/NewSite.vue b/dashboard_backup/src2/pages/NewSite.vue deleted file mode 100644 index f26a5af..0000000 --- a/dashboard_backup/src2/pages/NewSite.vue +++ /dev/null @@ -1,886 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/Partners.vue b/dashboard_backup/src2/pages/Partners.vue deleted file mode 100644 index a8279d5..0000000 --- a/dashboard_backup/src2/pages/Partners.vue +++ /dev/null @@ -1,64 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/PlayPage.vue b/dashboard_backup/src2/pages/PlayPage.vue deleted file mode 100644 index 1f72ada..0000000 --- a/dashboard_backup/src2/pages/PlayPage.vue +++ /dev/null @@ -1,159 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/RechargeCredits.vue b/dashboard_backup/src2/pages/RechargeCredits.vue deleted file mode 100644 index 0baf4fc..0000000 --- a/dashboard_backup/src2/pages/RechargeCredits.vue +++ /dev/null @@ -1,205 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/ReleaseGroupBenchSites.vue b/dashboard_backup/src2/pages/ReleaseGroupBenchSites.vue deleted file mode 100644 index 884cd07..0000000 --- a/dashboard_backup/src2/pages/ReleaseGroupBenchSites.vue +++ /dev/null @@ -1,444 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/ResetPassword.vue b/dashboard_backup/src2/pages/ResetPassword.vue deleted file mode 100644 index a84da6e..0000000 --- a/dashboard_backup/src2/pages/ResetPassword.vue +++ /dev/null @@ -1,145 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/Settings.vue b/dashboard_backup/src2/pages/Settings.vue deleted file mode 100644 index 58d5cb0..0000000 --- a/dashboard_backup/src2/pages/Settings.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/SetupAccount.vue b/dashboard_backup/src2/pages/SetupAccount.vue deleted file mode 100644 index ed1f788..0000000 --- a/dashboard_backup/src2/pages/SetupAccount.vue +++ /dev/null @@ -1,279 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/SiteLogin.vue b/dashboard_backup/src2/pages/SiteLogin.vue deleted file mode 100644 index a6f6771..0000000 --- a/dashboard_backup/src2/pages/SiteLogin.vue +++ /dev/null @@ -1,409 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/SiteUpdate.vue b/dashboard_backup/src2/pages/SiteUpdate.vue deleted file mode 100644 index 66f8627..0000000 --- a/dashboard_backup/src2/pages/SiteUpdate.vue +++ /dev/null @@ -1,165 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/Welcome.vue b/dashboard_backup/src2/pages/Welcome.vue deleted file mode 100644 index 0732ab7..0000000 --- a/dashboard_backup/src2/pages/Welcome.vue +++ /dev/null @@ -1,49 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/devtools/database/DatabaseAnalyzer.vue b/dashboard_backup/src2/pages/devtools/database/DatabaseAnalyzer.vue deleted file mode 100644 index fe0154a..0000000 --- a/dashboard_backup/src2/pages/devtools/database/DatabaseAnalyzer.vue +++ /dev/null @@ -1,779 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/devtools/database/DatabaseSQLPlayground.vue b/dashboard_backup/src2/pages/devtools/database/DatabaseSQLPlayground.vue deleted file mode 100644 index 7326582..0000000 --- a/dashboard_backup/src2/pages/devtools/database/DatabaseSQLPlayground.vue +++ /dev/null @@ -1,405 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/devtools/log-browser/LogBrowser.vue b/dashboard_backup/src2/pages/devtools/log-browser/LogBrowser.vue deleted file mode 100644 index 02a0ac2..0000000 --- a/dashboard_backup/src2/pages/devtools/log-browser/LogBrowser.vue +++ /dev/null @@ -1,192 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/devtools/log-browser/LogList.vue b/dashboard_backup/src2/pages/devtools/log-browser/LogList.vue deleted file mode 100644 index 7112ea4..0000000 --- a/dashboard_backup/src2/pages/devtools/log-browser/LogList.vue +++ /dev/null @@ -1,133 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/devtools/log-browser/LogViewer.vue b/dashboard_backup/src2/pages/devtools/log-browser/LogViewer.vue deleted file mode 100644 index facacd8..0000000 --- a/dashboard_backup/src2/pages/devtools/log-browser/LogViewer.vue +++ /dev/null @@ -1,322 +0,0 @@ - - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/saas/AppSelector.vue b/dashboard_backup/src2/pages/saas/AppSelector.vue deleted file mode 100644 index 493b3e9..0000000 --- a/dashboard_backup/src2/pages/saas/AppSelector.vue +++ /dev/null @@ -1,36 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/saas/Login.vue b/dashboard_backup/src2/pages/saas/Login.vue deleted file mode 100644 index a2affe8..0000000 --- a/dashboard_backup/src2/pages/saas/Login.vue +++ /dev/null @@ -1,229 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/saas/LoginToSite.vue b/dashboard_backup/src2/pages/saas/LoginToSite.vue deleted file mode 100644 index 22239c6..0000000 --- a/dashboard_backup/src2/pages/saas/LoginToSite.vue +++ /dev/null @@ -1,238 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/saas/OAuthSetupAccount.vue b/dashboard_backup/src2/pages/saas/OAuthSetupAccount.vue deleted file mode 100644 index 20a5d52..0000000 --- a/dashboard_backup/src2/pages/saas/OAuthSetupAccount.vue +++ /dev/null @@ -1,153 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/saas/SetupSite.vue b/dashboard_backup/src2/pages/saas/SetupSite.vue deleted file mode 100644 index 2144883..0000000 --- a/dashboard_backup/src2/pages/saas/SetupSite.vue +++ /dev/null @@ -1,285 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/saas/Signup.vue b/dashboard_backup/src2/pages/saas/Signup.vue deleted file mode 100644 index 36693ed..0000000 --- a/dashboard_backup/src2/pages/saas/Signup.vue +++ /dev/null @@ -1,232 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/pages/saas/VerifyEmail.vue b/dashboard_backup/src2/pages/saas/VerifyEmail.vue deleted file mode 100644 index 4ca8937..0000000 --- a/dashboard_backup/src2/pages/saas/VerifyEmail.vue +++ /dev/null @@ -1,139 +0,0 @@ - - \ No newline at end of file diff --git a/dashboard_backup/src2/router.js b/dashboard_backup/src2/router.js deleted file mode 100644 index 03fce2d..0000000 --- a/dashboard_backup/src2/router.js +++ /dev/null @@ -1,445 +0,0 @@ -import { createRouter, createWebHistory } from 'vue-router'; -import { getTeam } from './data/team'; -import generateRoutes from './objects/generateRoutes'; - -let router = createRouter({ - history: createWebHistory('/dashboard/'), - routes: [ - { - path: '/', - name: 'Home', - component: () => import('./pages/Home.vue'), - beforeEnter: (to, from, next) => { - next({ - name: 'Welcome', - query: { - is_redirect: true, - }, - }); - }, - }, - { - path: '/welcome', - name: 'Welcome', - component: () => import('./pages/Welcome.vue'), - meta: { hideSidebar: true }, - }, - { - path: '/login', - name: 'Login', - component: () => import('./pages/LoginSignup.vue'), - meta: { isLoginPage: true }, - }, - { - path: '/signup', - name: 'Signup', - component: () => import('./pages/LoginSignup.vue'), - meta: { isLoginPage: true }, - }, - { - path: '/site-login', - name: 'Site Login', - component: () => import('./pages/SiteLogin.vue'), - meta: { hideSidebar: true }, - }, - { - path: '/setup-account/:requestKey/:joinRequest?', - name: 'Setup Account', - component: () => import('./pages/SetupAccount.vue'), - props: true, - meta: { isLoginPage: true }, - }, - { - path: '/reset-password/:requestKey', - name: 'Reset Password', - component: () => import('./pages/ResetPassword.vue'), - props: true, - meta: { isLoginPage: true }, - }, - { - path: '/checkout/:secretKey', - name: 'Checkout', - component: () => import('../src/views/checkout/Checkout.vue'), - props: true, - meta: { - isLoginPage: true, - }, - }, - { - path: '/subscription/:site?', - name: 'Subscription', - component: () => import('../src/views/checkout/Subscription.vue'), - props: true, - meta: { - hideSidebar: true, - }, - }, - { - name: 'Enable2FA', - path: '/enable-2fa', - component: () => import('./pages/Enable2FA.vue'), - props: true, - meta: { - hideSidebar: true, - }, - }, - { - name: 'New Site', - path: '/sites/new', - component: () => import('./pages/NewSite.vue'), - }, - { - name: 'Release Group New Site', - path: '/groups/:bench/sites/new', - component: () => import('./pages/NewSite.vue'), - props: true, - }, - { - name: 'New Release Group', - path: '/groups/new', - component: () => import('./pages/NewReleaseGroup.vue'), - }, - { - name: 'Server New Release Group', - path: '/servers/:server/groups/new', - component: () => import('./pages/NewReleaseGroup.vue'), - props: true, - }, - { - name: 'New Server', - path: '/servers/new', - component: () => import('./pages/NewServer.vue'), - }, - { - name: 'Jsite Servers', - path: '/jsite-servers', - component: () => import('./pages/ListPage.vue'), - props: route => { - return { objectType: 'Jsite Server', ...route.params }; - } - }, - { - name: 'New Jsite Server', - path: '/jsite-servers/new', - component: () => import('./pages/NewJsiteServer.vue'), - }, - { - name: 'Jsite Server Detail', - path: '/jsite-servers/:name', - component: () => import('./pages/DetailPage.vue'), - props: route => { - return { objectType: 'Jsite Server', ...route.params }; - } - }, - { - name: 'Jsite Domain List', - path: '/domains', - component: () => import('./pages/ListPage.vue'), - props: route => { - return { objectType: 'Jsite Domain', ...route.params }; - } - }, - { - name: 'New Jsite Domain', - path: '/domains/new', - component: () => import('./pages/NewJsiteDomain.vue'), - }, - { - name: 'Jsite Domain Detail', - path: '/domains/:name', - component: () => import('./pages/DetailPage.vue'), - props: route => { - return { objectType: 'Jsite Domain', ...route.params }; - } - }, - { - name: 'Billing', - path: '/billing', - component: () => import('./pages/Billing.vue'), - children: [ - { - name: 'BillingOverview', - path: '', - component: () => import('./pages/BillingOverview.vue'), - }, - { - name: 'BillingInvoices', - path: 'invoices', - component: () => import('./pages/BillingInvoices.vue'), - }, - { - name: 'BillingOrders', - path: 'orders', - component: () => import('./pages/BillingOrders.vue'), - }, - { - name: 'BillingBalances', - path: 'balances', - component: () => import('./pages/BillingBalances.vue'), - }, - { - name: 'BillingPaymentMethods', - path: 'payment-methods', - component: () => import('./pages/BillingPaymentMethods.vue'), - }, - { - name: 'BillingMarketplacePayouts', - path: 'payouts', - component: () => import('./pages/BillingMarketplacePayouts.vue'), - }, - { - name: 'BillingMpesaInvoices', - path: 'mpesa-invoices', - component: () => import('./pages/BillingMpesaInvoices.vue'), - }, - ], - }, - { - path: '/settings', - name: 'Settings', - redirect: { name: 'SettingsProfile' }, - component: () => import('./pages/Settings.vue'), - children: [ - { - name: 'SettingsProfile', - path: 'profile', - component: () => - import('./components/settings/profile/ProfileSettings.vue'), - }, - { - name: 'SettingsTeam', - path: 'team', - component: () => import('./components/settings/TeamSettings.vue'), - }, - { - name: 'SettingsDeveloper', - path: 'developer', - component: () => - import('./components/settings/DeveloperSettings.vue'), - }, - { - name: 'SettingsPermission', - path: 'permissions', - component: () => - import('./components/settings/SettingsPermissions.vue'), - redirect: { name: 'SettingsPermissionRoles' }, - children: [ - { - path: 'roles', - name: 'SettingsPermissionRoles', - component: () => import('./components/settings/RoleList.vue'), - }, - { - name: 'SettingsPermissionRolePermissions', - path: 'roles/:roleId', - component: () => - import('./components/settings/RolePermissions.vue'), - props: true, - }, - ], - }, - ], - }, - { - name: 'Partner Portal', - path: '/partners', - redirect: { name: 'PartnerOverview' }, - component: () => import('./pages/Partners.vue'), - children: [ - { - name: 'PartnerOverview', - path: 'overview', - component: () => import('./components/partners/PartnerOverview.vue'), - }, - { - name: 'PartnerCustomers', - path: 'customers', - component: () => import('./components/partners/PartnerCustomers.vue'), - }, - { - name: 'PartnerApprovalRequests', - path: 'approval-requests', - component: () => - import('./components/partners/PartnerApprovalRequests.vue'), - }, - { - name: 'LocalPaymentSetup', - path: 'local-payment-setup', - component: () => - import('./components/partners/PartnerLocalPaymentSetup.vue'), - }, - ], - }, - { - name: 'Signup Create Site', - path: '/create-site', - redirect: { name: 'Home' }, - children: [ - { - name: 'SignupAppSelector', - path: 'app-selector', - component: () => import('./pages/saas/AppSelector.vue'), - meta: { hideSidebar: true }, - }, - { - name: 'SignupSetup', - path: ':productId/setup', - component: () => import('./pages/saas/SetupSite.vue'), - props: true, - meta: { hideSidebar: true }, - }, - { - name: 'SignupLoginToSite', - path: ':productId/login-to-site', - component: () => import('./pages/saas/LoginToSite.vue'), - props: true, - meta: { hideSidebar: true }, - }, - ], - }, - { - name: 'Impersonate', - path: '/impersonate/:teamId', - component: () => import('./pages/Impersonate.vue'), - props: true, - }, - { - name: 'InstallApp', - path: '/install-app/:app', - component: () => import('./pages/InstallApp.vue'), - props: true, - }, - { - name: 'CreateSiteForMarketplaceApp', - path: '/create-site/:app', - component: () => import('./pages/CreateSiteForMarketplaceApp.vue'), - props: true, - }, - { - path: '/developer-reply/:marketplaceApp/:reviewId', - name: 'ReplyMarketplaceApp', - component: () => - import('./components/marketplace/ReplyMarketplaceApp.vue'), - props: true, - }, - { - path: '/sql-playground', - name: 'SQL Playground', - component: () => - import('./pages/devtools/database/DatabaseSQLPlayground.vue'), - }, - { - path: '/database-analyzer', - name: 'DB Analyzer', - component: () => import('./pages/devtools/database/DatabaseAnalyzer.vue'), - }, - { - path: '/log-browser/:mode?/:docName?/:logId?', - name: 'Log Browser', - component: () => import('./pages/devtools/log-browser/LogBrowser.vue'), - props: true, - }, - { - path: '/recharge', - name: 'RechargeCredits', - component: () => import('./pages/RechargeCredits.vue'), - meta: { - requiresAuth: true - }, - }, - ...generateRoutes(), - { - path: '/:pathMatch(.*)*', - name: '404', - component: () => import('../src/views/general/404.vue'), - }, - ], -}); - -router.beforeEach(async (to, from, next) => { - let isLoggedIn = - document.cookie.includes('user_id') && - !document.cookie.includes('user_id=Guest'); - let goingToLoginPage = to.matched.some((record) => record.meta.isLoginPage); - - if (isLoggedIn) { - await waitUntilTeamLoaded(); - let $team = getTeam(); - let onboardingComplete = $team.pg.onboarding.complete; - let defaultRoute = 'Site List'; - let onboardingRoute = 'Welcome'; - - // identify user in posthog - if (window.posthog?.__loaded) { - try { - window.posthog.identify($team.pg.user, { - app: 'jingrow_cloud', - }); - } catch (e) { - console.error(e); - } - } - - // if team owner/admin enforce 2fa and user has not enabled 2fa, redirect to enable 2fa - const Enable2FARoute = 'Enable2FA'; - if ( - to.name !== Enable2FARoute && - !$team.pg.is_desk_user && - $team.pg.enforce_2fa && - !$team.pg.user_info.is_2fa_enabled - ) { - next({ name: Enable2FARoute }); - return; - } - - // if team owner/admin doesn't enforce 2fa don't allow user to visit Enable2FA route - if (to.name === Enable2FARoute && !$team.pg.enforce_2fa) { - next({ name: defaultRoute }); - return; - } - - if ( - !onboardingComplete && - (to.name.startsWith('Release Group') || to.name.startsWith('Server')) - ) { - next({ name: onboardingRoute }); - return; - } - - if (goingToLoginPage) { - if (to.name == 'Signup' && to.query?.product) { - next({ - name: 'SignupSetup', - params: { productId: to.query.product }, - }); - } - next({ name: defaultRoute }); - } else { - next(); - } - } else { - if (goingToLoginPage) { - next(); - } else { - if (to.name == 'Site Login') { - next(); - } else { - next({ name: 'Login', query: { redirect: to.href } }); - } - } - } -}); - -function waitUntilTeamLoaded() { - return new Promise((resolve) => { - let interval = setInterval(() => { - let team = getTeam(); - if (team?.pg) { - clearInterval(interval); - resolve(); - } - }, 100); - }); -} - -export default router; diff --git a/dashboard_backup/src2/socket.js b/dashboard_backup/src2/socket.js deleted file mode 100644 index 27fb4f7..0000000 --- a/dashboard_backup/src2/socket.js +++ /dev/null @@ -1,28 +0,0 @@ -import { io } from 'socket.io-client'; -import { socketio_port } from '../../../../sites/common_site_config.json'; -import { getCachedResource, getCachedListResource } from 'jingrow-ui'; - -export function initSocket() { - let host = window.location.hostname; - let siteName = window.site_name; - let port = window.location.port ? `:${socketio_port}` : ''; - let protocol = port ? 'http' : 'https'; - let url = `${protocol}://${host}${port}/${siteName}`; - - let socket = io(url, { - withCredentials: true, - reconnectionAttempts: 5 - }); - - socket.on('refetch_resource', data => { - if (data.cache_key) { - let resource = - getCachedResource(data.cache_key) || - getCachedListResource(data.cache_key); - if (resource) { - resource.reload(); - } - } - }); - return socket; -} diff --git a/dashboard_backup/src2/types.ts b/dashboard_backup/src2/types.ts deleted file mode 100644 index 3860914..0000000 --- a/dashboard_backup/src2/types.ts +++ /dev/null @@ -1 +0,0 @@ -export type Platform = 'win' | 'mac' | 'linux' | 'unknown'; diff --git a/dashboard_backup/src2/utils/agentJob.js b/dashboard_backup/src2/utils/agentJob.js deleted file mode 100644 index 2ad935a..0000000 --- a/dashboard_backup/src2/utils/agentJob.js +++ /dev/null @@ -1,62 +0,0 @@ -import { jingrowRequest } from 'jingrow-ui'; -import { reactive } from 'vue'; - -let states = {}; -export function pollJobStatus(jobId, stopFunction) { - if (!states[jobId]) { - states[jobId] = reactive({ status: null, loading: false }); - } - let state = states[jobId]; - state.loading = true; - fetchJobStatus(jobId).then(status => { - state.status = status; - }); - if (stopFunction(state.status)) { - state.loading = false; - return; - } - setTimeout(() => { - pollJobStatus(jobId, stopFunction); - }, 1000); - return state; -} - -function fetchJobStatus(jobId) { - return jingrowRequest({ - url: 'jcloud.api.site.get_job_status', - params: { job_name: jobId } - }).then(result => result.status); -} - -let runningJobs = reactive({}); -export function subscribeToJobUpdates(socket) { - // listening to site's pg_update event - // check agent_job.py for more details - socket.on('pg_update', data => { - let job = runningJobs[data.id]; - if (!job) { - job = data; - runningJobs[data.id] = job; - } - Object.assign(job, data); - }); -} - -export function getRunningJobs({ id, name, site, bench, server }) { - if (id) { - return runningJobs[id]; - } - if (name) { - return Object.values(runningJobs).filter(job => job.name === name); - } - if (site) { - return Object.values(runningJobs).filter(job => job.site === site); - } - if (bench) { - return Object.values(runningJobs).filter(job => job.bench === bench); - } - if (server) { - return Object.values(runningJobs).filter(job => job.server === server); - } - return runningJobs; -} diff --git a/dashboard_backup/src2/utils/components.jsx b/dashboard_backup/src2/utils/components.jsx deleted file mode 100644 index 08cca47..0000000 --- a/dashboard_backup/src2/utils/components.jsx +++ /dev/null @@ -1,87 +0,0 @@ -import { FeatherIcon } from 'jingrow-ui'; -import { h, isVNode, ref, defineAsyncComponent } from 'vue'; -import AddressableErrorDialog from '../components/AddressableErrorDialog.vue'; -import DialogWrapper from '../components/DialogWrapper.vue'; -import ConfirmDialog from '../dialogs/ConfirmDialog.vue'; - -export function icon(name, _class = '') { - let iconComponent; - if (typeof name !== 'string' && name?.render) { - iconComponent = name; - name = undefined; - } else { - iconComponent = FeatherIcon; - } - return () => h(iconComponent, { name, class: _class || 'w-4 h-4' }); -} - -/** - * - * @param {import('../objects/common/types').DialogConfig} param0 - * @returns - */ -export function confirmDialog({ - title = 'Untitled', - fields = [], - message, - primaryAction, - onSuccess -}) { - let dialog = h(ConfirmDialog, { - title, - message, - fields, - primaryAction, - onSuccess - }); - renderDialog(dialog); - return dialog; -} - -export function addressableErrorDialog(name, onDone) { - renderDialog( - h(AddressableErrorDialog, { - name, - onDone - }) - ); -} - -export const dialogs = ref([]); - -export function renderDialog(component) { - if (!isVNode(component)) { - component = h(component); - } - component.id = dialogs.length; - dialogs.value.push(component); -} - -export function renderInDialog(component, options = {}) { - renderDialog({component}); -} - -export function cardBrandIcon(brand) { - const component = { - 'master-card': defineAsyncComponent(() => - import('@/components/icons/cards/MasterCard.vue') - ), - visa: defineAsyncComponent(() => - import('@/components/icons/cards/Visa.vue') - ), - amex: defineAsyncComponent(() => - import('@/components/icons/cards/Amex.vue') - ), - jcb: defineAsyncComponent(() => - import('@/components/icons/cards/JCB.vue') - ), - generic: defineAsyncComponent(() => - import('@/components/icons/cards/Generic.vue') - ), - 'union-pay': defineAsyncComponent(() => - import('@/components/icons/cards/UnionPay.vue') - ) - }[brand || 'generic']; - - return h(component, { class: 'h-4 w-6' }); -} \ No newline at end of file diff --git a/dashboard_backup/src2/utils/country.ts b/dashboard_backup/src2/utils/country.ts deleted file mode 100644 index a7aac5d..0000000 --- a/dashboard_backup/src2/utils/country.ts +++ /dev/null @@ -1,2867 +0,0 @@ -const countries = { - AD: '安道尔', - AE: '阿拉伯联合酋长国', - AF: '阿富汗', - AG: '安提瓜和巴布达', - AI: '安圭拉', - AL: '阿尔巴尼亚', - AM: '亚美尼亚', - AO: '安哥拉', - AQ: '南极洲', - AR: '阿根廷', - AS: '美属萨摩亚', - AT: '奥地利', - AU: '澳大利亚', - AW: '阿鲁巴', - AX: '奥兰群岛', - AZ: '阿塞拜疆', - BA: '波斯尼亚和黑塞哥维那', - BB: '巴巴多斯', - BD: '孟加拉国', - BE: '比利时', - BF: '布基纳法索', - BG: '保加利亚', - BH: '巴林', - BI: '布隆迪', - BJ: '贝宁', - BL: '圣巴泰勒米', - BM: '百慕大', - BN: '文莱', - BO: '玻利维亚', - BQ: '荷兰加勒比区', - BR: '巴西', - BS: '巴哈马', - BT: '不丹', - BV: '布韦岛', - BW: '博茨瓦纳', - BY: '白俄罗斯', - BZ: '伯利兹', - CA: '加拿大', - CC: '科科斯群岛', - CD: '刚果民主共和国', - CF: '中非共和国', - CG: '刚果共和国', - CH: '瑞士', - CI: '科特迪瓦', - CK: '库克群岛', - CL: '智利', - CM: '喀麦隆', - CN: '中国', - CO: '哥伦比亚', - CR: '哥斯达黎加', - CU: '古巴', - CV: '佛得角', - CW: '库拉索', - CX: '圣诞岛', - CY: '塞浦路斯', - CZ: '捷克', - DE: '德国', - DJ: '吉布提', - DK: '丹麦', - DM: '多米尼克', - DO: '多米尼加共和国', - DZ: '阿尔及利亚', - EC: '厄瓜多尔', - EE: '爱沙尼亚', - EG: '埃及', - EH: '西撒哈拉', - ER: '厄立特里亚', - ES: '西班牙', - ET: '埃塞俄比亚', - FI: '芬兰', - FJ: '斐济', - FK: '福克兰群岛', - FM: '密克罗尼西亚', - FO: '法罗群岛', - FR: '法国', - GA: '加蓬', - GB: '英国', - GD: '格林纳达', - GE: '格鲁吉亚', - GF: '法属圭亚那', - GG: '根西岛', - GH: '加纳', - GI: '直布罗陀', - GL: '格陵兰', - GM: '冈比亚', - GN: '几内亚', - GP: '瓜德罗普', - GQ: '赤道几内亚', - GR: '希腊', - GS: '南乔治亚和南桑威奇群岛', - GT: '危地马拉', - GU: '关岛', - GW: '几内亚比绍', - GY: '圭亚那', - HK: '香港', - HM: '赫德岛和麦克唐纳群岛', - HN: '洪都拉斯', - HR: '克罗地亚', - HT: '海地', - HU: '匈牙利', - ID: '印度尼西亚', - IE: '爱尔兰', - IL: '以色列', - IM: '马恩岛', - IN: '印度', - IO: '英属印度洋领地', - IQ: '伊拉克', - IR: '伊朗', - IS: '冰岛', - IT: '意大利', - JE: '泽西岛', - JM: '牙买加', - JO: '约旦', - JP: '日本', - KE: '肯尼亚', - KG: '吉尔吉斯斯坦', - KH: '柬埔寨', - KI: '基里巴斯', - KM: '科摩罗', - KN: '圣基茨和尼维斯', - KP: '朝鲜', - KR: '韩国', - KW: '科威特', - KY: '开曼群岛', - KZ: '哈萨克斯坦', - LA: '老挝', - LB: '黎巴嫩', - LC: '圣卢西亚', - LI: '列支敦士登', - LK: '斯里兰卡', - LR: '利比里亚', - LS: '莱索托', - LT: '立陶宛', - LU: '卢森堡', - LV: '拉脱维亚', - LY: '利比亚', - MA: '摩洛哥', - MC: '摩纳哥', - MD: '摩尔多瓦', - ME: '黑山', - MF: '法属圣马丁', - MG: '马达加斯加', - MH: '马绍尔群岛', - MK: '北马其顿', - ML: '马里', - MM: '缅甸', - MN: '蒙古', - MO: '澳门', - MP: '北马里亚纳群岛', - MQ: '马提尼克', - MR: '毛里塔尼亚', - MS: '蒙特塞拉特', - MT: '马耳他', - MU: '毛里求斯', - MV: '马尔代夫', - MW: '马拉维', - MX: '墨西哥', - MY: '马来西亚', - MZ: '莫桑比克', - NA: '纳米比亚', - NC: '新喀里多尼亚', - NE: '尼日尔', - NF: '诺福克岛', - NG: '尼日利亚', - NI: '尼加拉瓜', - NL: '荷兰', - NO: '挪威', - NP: '尼泊尔', - NR: '瑙鲁', - NU: '纽埃', - NZ: '新西兰', - OM: '阿曼', - PA: '巴拿马', - PE: '秘鲁', - PF: '法属波利尼西亚', - PG: '巴布亚新几内亚', - PH: '菲律宾', - PK: '巴基斯坦', - PL: '波兰', - PM: '圣皮埃尔和密克隆', - PN: '皮特凯恩群岛', - PR: '波多黎各', - PS: '巴勒斯坦', - PT: '葡萄牙', - PW: '帕劳', - PY: '巴拉圭', - QA: '卡塔尔', - RE: '留尼汪', - RO: '罗马尼亚', - RS: '塞尔维亚', - RU: '俄罗斯', - RW: '卢旺达', - SA: '沙特阿拉伯', - SB: '所罗门群岛', - SC: '塞舌尔', - SD: '苏丹', - SE: '瑞典', - SG: '新加坡', - SH: '圣赫勒拿、阿森松和特里斯坦-达库尼亚', - SI: '斯洛文尼亚', - SJ: '斯瓦尔巴和扬马延', - SK: '斯洛伐克', - SL: '塞拉利昂', - SM: '圣马力诺', - SN: '塞内加尔', - SO: '索马里', - SR: '苏里南', - SS: '南苏丹', - ST: '圣多美和普林西比', - SV: '萨尔瓦多', - SX: '荷属圣马丁', - SY: '叙利亚', - SZ: '斯威士兰', - TC: '特克斯和凯科斯群岛', - TD: '乍得', - TF: '法属南部领地', - TG: '多哥', - TH: '泰国', - TJ: '塔吉克斯坦', - TK: '托克劳', - TL: '东帝汶', - TM: '土库曼斯坦', - TN: '突尼斯', - TO: '汤加', - TR: '土耳其', - TT: '特立尼达和多巴哥', - TV: '图瓦卢', - TW: '台湾', - TZ: '坦桑尼亚', - UA: '乌克兰', - UG: '乌干达', - UM: '美国本土外小岛屿', - US: '美国', - UY: '乌拉圭', - UZ: '乌兹别克斯坦', - VA: '梵蒂冈', - VC: '圣文森特和格林纳丁斯', - VE: '委内瑞拉', - VG: '英属维尔京群岛', - VI: '美属维尔京群岛', - VN: '越南', - VU: '瓦努阿图', - WF: '瓦利斯和富图纳', - WS: '萨摩亚', - YE: '也门', - YT: '马约特', - ZA: '南非', - ZM: '赞比亚', - ZW: '津巴布韦' -}; -const timezones = { - 'Africa/Abidjan': { - u: 0, - c: ['CI', 'BF', 'GH', 'GM', 'GN', 'ML', 'MR', 'SH', 'SL', 'SN', 'TG'] - }, - 'Africa/Accra': { - a: 'Africa/Abidjan', - c: ['GH'], - r: 1 - }, - 'Africa/Addis_Ababa': { - a: 'Africa/Nairobi', - c: ['ET'], - r: 1 - }, - 'Africa/Algiers': { - u: 60, - c: ['DZ'] - }, - 'Africa/Asmara': { - a: 'Africa/Nairobi', - c: ['ER'], - r: 1 - }, - 'Africa/Asmera': { - a: 'Africa/Nairobi', - c: ['ER'], - r: 1 - }, - 'Africa/Bamako': { - a: 'Africa/Abidjan', - c: ['ML'], - r: 1 - }, - 'Africa/Bangui': { - a: 'Africa/Lagos', - c: ['CF'], - r: 1 - }, - 'Africa/Banjul': { - a: 'Africa/Abidjan', - c: ['GM'], - r: 1 - }, - 'Africa/Bissau': { - u: 0, - c: ['GW'] - }, - 'Africa/Blantyre': { - a: 'Africa/Maputo', - c: ['MW'], - r: 1 - }, - 'Africa/Brazzaville': { - a: 'Africa/Lagos', - c: ['CG'], - r: 1 - }, - 'Africa/Bujumbura': { - a: 'Africa/Maputo', - c: ['BI'], - r: 1 - }, - 'Africa/Cairo': { - u: 120, - c: ['EG'] - }, - 'Africa/Casablanca': { - u: 60, - d: 0, - c: ['MA'] - }, - 'Africa/Ceuta': { - u: 60, - d: 120, - c: ['ES'] - }, - 'Africa/Conakry': { - a: 'Africa/Abidjan', - c: ['GN'], - r: 1 - }, - 'Africa/Dakar': { - a: 'Africa/Abidjan', - c: ['SN'], - r: 1 - }, - 'Africa/Dar_es_Salaam': { - a: 'Africa/Nairobi', - c: ['TZ'], - r: 1 - }, - 'Africa/Djibouti': { - a: 'Africa/Nairobi', - c: ['DJ'], - r: 1 - }, - 'Africa/Douala': { - a: 'Africa/Lagos', - c: ['CM'], - r: 1 - }, - 'Africa/El_Aaiun': { - u: 60, - d: 0, - c: ['EH'] - }, - 'Africa/Freetown': { - a: 'Africa/Abidjan', - c: ['SL'], - r: 1 - }, - 'Africa/Gaborone': { - a: 'Africa/Maputo', - c: ['BW'], - r: 1 - }, - 'Africa/Harare': { - a: 'Africa/Maputo', - c: ['ZW'], - r: 1 - }, - 'Africa/Johannesburg': { - u: 120, - c: ['ZA', 'LS', 'SZ'] - }, - 'Africa/Juba': { - u: 120, - c: ['SS'] - }, - 'Africa/Kampala': { - a: 'Africa/Nairobi', - c: ['UG'], - r: 1 - }, - 'Africa/Khartoum': { - u: 120, - c: ['SD'] - }, - 'Africa/Kigali': { - a: 'Africa/Maputo', - c: ['RW'], - r: 1 - }, - 'Africa/Kinshasa': { - a: 'Africa/Lagos', - c: ['CD'], - r: 1 - }, - 'Africa/Lagos': { - u: 60, - c: ['NG', 'AO', 'BJ', 'CD', 'CF', 'CG', 'CM', 'GA', 'GQ', 'NE'] - }, - 'Africa/Libreville': { - a: 'Africa/Lagos', - c: ['GA'], - r: 1 - }, - 'Africa/Lome': { - a: 'Africa/Abidjan', - c: ['TG'], - r: 1 - }, - 'Africa/Luanda': { - a: 'Africa/Lagos', - c: ['AO'], - r: 1 - }, - 'Africa/Lubumbashi': { - a: 'Africa/Maputo', - c: ['CD'], - r: 1 - }, - 'Africa/Lusaka': { - a: 'Africa/Maputo', - c: ['ZM'], - r: 1 - }, - 'Africa/Malabo': { - a: 'Africa/Lagos', - c: ['GQ'], - r: 1 - }, - 'Africa/Maputo': { - u: 120, - c: ['MZ', 'BI', 'BW', 'CD', 'MW', 'RW', 'ZM', 'ZW'] - }, - 'Africa/Maseru': { - a: 'Africa/Johannesburg', - c: ['LS'], - r: 1 - }, - 'Africa/Mbabane': { - a: 'Africa/Johannesburg', - c: ['SZ'], - r: 1 - }, - 'Africa/Mogadishu': { - a: 'Africa/Nairobi', - c: ['SO'], - r: 1 - }, - 'Africa/Monrovia': { - u: 0, - c: ['LR'] - }, - 'Africa/Nairobi': { - u: 180, - c: ['KE', 'DJ', 'ER', 'ET', 'KM', 'MG', 'SO', 'TZ', 'UG', 'YT'] - }, - 'Africa/Ndjamena': { - u: 60, - c: ['TD'] - }, - 'Africa/Niamey': { - a: 'Africa/Lagos', - c: ['NE'], - r: 1 - }, - 'Africa/Nouakchott': { - a: 'Africa/Abidjan', - c: ['MR'], - r: 1 - }, - 'Africa/Ouagadougou': { - a: 'Africa/Abidjan', - c: ['BF'], - r: 1 - }, - 'Africa/Porto-Novo': { - a: 'Africa/Lagos', - c: ['BJ'], - r: 1 - }, - 'Africa/Sao_Tome': { - u: 0, - c: ['ST'] - }, - 'Africa/Timbuktu': { - a: 'Africa/Abidjan', - c: ['ML'], - r: 1 - }, - 'Africa/Tripoli': { - u: 120, - c: ['LY'] - }, - 'Africa/Tunis': { - u: 60, - c: ['TN'] - }, - 'Africa/Windhoek': { - u: 120, - c: ['NA'] - }, - 'America/Adak': { - u: -600, - d: -540, - c: ['US'] - }, - 'America/Anchorage': { - u: -540, - d: -480, - c: ['US'] - }, - 'America/Anguilla': { - a: 'America/Puerto_Rico', - c: ['AI'], - r: 1 - }, - 'America/Antigua': { - a: 'America/Puerto_Rico', - c: ['AG'], - r: 1 - }, - 'America/Araguaina': { - u: -180, - c: ['BR'] - }, - 'America/Argentina/Buenos_Aires': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/Catamarca': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/ComodRivadavia': { - a: 'America/Argentina/Catamarca', - r: 1 - }, - 'America/Argentina/Cordoba': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/Jujuy': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/La_Rioja': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/Mendoza': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/Rio_Gallegos': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/Salta': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/San_Juan': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/San_Luis': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/Tucuman': { - u: -180, - c: ['AR'] - }, - 'America/Argentina/Ushuaia': { - u: -180, - c: ['AR'] - }, - 'America/Aruba': { - a: 'America/Puerto_Rico', - c: ['AW'], - r: 1 - }, - 'America/Asuncion': { - u: -240, - d: -180, - c: ['PY'] - }, - 'America/Atikokan': { - a: 'America/Panama', - c: ['CA'], - r: 1 - }, - 'America/Atka': { - a: 'America/Adak', - r: 1 - }, - 'America/Bahia': { - u: -180, - c: ['BR'] - }, - 'America/Bahia_Banderas': { - u: -360, - d: -300, - c: ['MX'] - }, - 'America/Barbados': { - u: -240, - c: ['BB'] - }, - 'America/Belem': { - u: -180, - c: ['BR'] - }, - 'America/Belize': { - u: -360, - c: ['BZ'] - }, - 'America/Blanc-Sablon': { - a: 'America/Puerto_Rico', - c: ['CA'], - r: 1 - }, - 'America/Boa_Vista': { - u: -240, - c: ['BR'] - }, - 'America/Bogota': { - u: -300, - c: ['CO'] - }, - 'America/Boise': { - u: -420, - d: -360, - c: ['US'] - }, - 'America/Buenos_Aires': { - a: 'America/Argentina/Buenos_Aires', - r: 1 - }, - 'America/Cambridge_Bay': { - u: -420, - d: -360, - c: ['CA'] - }, - 'America/Campo_Grande': { - u: -240, - c: ['BR'] - }, - 'America/Cancun': { - u: -300, - c: ['MX'] - }, - 'America/Caracas': { - u: -240, - c: ['VE'] - }, - 'America/Catamarca': { - a: 'America/Argentina/Catamarca', - r: 1 - }, - 'America/Cayenne': { - u: -180, - c: ['GF'] - }, - 'America/Cayman': { - a: 'America/Panama', - c: ['KY'], - r: 1 - }, - 'America/Chicago': { - u: -360, - d: -300, - c: ['US'] - }, - 'America/Chihuahua': { - u: -420, - d: -360, - c: ['MX'] - }, - 'America/Coral_Harbour': { - a: 'America/Panama', - c: ['CA'], - r: 1 - }, - 'America/Cordoba': { - a: 'America/Argentina/Cordoba', - r: 1 - }, - 'America/Costa_Rica': { - u: -360, - c: ['CR'] - }, - 'America/Creston': { - a: 'America/Phoenix', - c: ['CA'], - r: 1 - }, - 'America/Cuiaba': { - u: -240, - c: ['BR'] - }, - 'America/Curacao': { - a: 'America/Puerto_Rico', - c: ['CW'], - r: 1 - }, - 'America/Danmarkshavn': { - u: 0, - c: ['GL'] - }, - 'America/Dawson': { - u: -420, - c: ['CA'] - }, - 'America/Dawson_Creek': { - u: -420, - c: ['CA'] - }, - 'America/Denver': { - u: -420, - d: -360, - c: ['US'] - }, - 'America/Detroit': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Dominica': { - a: 'America/Puerto_Rico', - c: ['DM'], - r: 1 - }, - 'America/Edmonton': { - u: -420, - d: -360, - c: ['CA'] - }, - 'America/Eirunepe': { - u: -300, - c: ['BR'] - }, - 'America/El_Salvador': { - u: -360, - c: ['SV'] - }, - 'America/Ensenada': { - a: 'America/Tijuana', - r: 1 - }, - 'America/Fort_Nelson': { - u: -420, - c: ['CA'] - }, - 'America/Fort_Wayne': { - a: 'America/Indiana/Indianapolis', - r: 1 - }, - 'America/Fortaleza': { - u: -180, - c: ['BR'] - }, - 'America/Glace_Bay': { - u: -240, - d: -180, - c: ['CA'] - }, - 'America/Godthab': { - a: 'America/Nuuk', - r: 1 - }, - 'America/Goose_Bay': { - u: -240, - d: -180, - c: ['CA'] - }, - 'America/Grand_Turk': { - u: -300, - d: -240, - c: ['TC'] - }, - 'America/Grenada': { - a: 'America/Puerto_Rico', - c: ['GD'], - r: 1 - }, - 'America/Guadeloupe': { - a: 'America/Puerto_Rico', - c: ['GP'], - r: 1 - }, - 'America/Guatemala': { - u: -360, - c: ['GT'] - }, - 'America/Guayaquil': { - u: -300, - c: ['EC'] - }, - 'America/Guyana': { - u: -240, - c: ['GY'] - }, - 'America/Halifax': { - u: -240, - d: -180, - c: ['CA'] - }, - 'America/Havana': { - u: -300, - d: -240, - c: ['CU'] - }, - 'America/Hermosillo': { - u: -420, - c: ['MX'] - }, - 'America/Indiana/Indianapolis': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Indiana/Knox': { - u: -360, - d: -300, - c: ['US'] - }, - 'America/Indiana/Marengo': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Indiana/Petersburg': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Indiana/Tell_City': { - u: -360, - d: -300, - c: ['US'] - }, - 'America/Indiana/Vevay': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Indiana/Vincennes': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Indiana/Winamac': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Indianapolis': { - a: 'America/Indiana/Indianapolis', - r: 1 - }, - 'America/Inuvik': { - u: -420, - d: -360, - c: ['CA'] - }, - 'America/Iqaluit': { - u: -300, - d: -240, - c: ['CA'] - }, - 'America/Jamaica': { - u: -300, - c: ['JM'] - }, - 'America/Jujuy': { - a: 'America/Argentina/Jujuy', - r: 1 - }, - 'America/Juneau': { - u: -540, - d: -480, - c: ['US'] - }, - 'America/Kentucky/Louisville': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Kentucky/Monticello': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Knox_IN': { - a: 'America/Indiana/Knox', - r: 1 - }, - 'America/Kralendijk': { - a: 'America/Puerto_Rico', - c: ['BQ'], - r: 1 - }, - 'America/La_Paz': { - u: -240, - c: ['BO'] - }, - 'America/Lima': { - u: -300, - c: ['PE'] - }, - 'America/Los_Angeles': { - u: -480, - d: -420, - c: ['US'] - }, - 'America/Louisville': { - a: 'America/Kentucky/Louisville', - r: 1 - }, - 'America/Lower_Princes': { - a: 'America/Puerto_Rico', - c: ['SX'], - r: 1 - }, - 'America/Maceio': { - u: -180, - c: ['BR'] - }, - 'America/Managua': { - u: -360, - c: ['NI'] - }, - 'America/Manaus': { - u: -240, - c: ['BR'] - }, - 'America/Marigot': { - a: 'America/Puerto_Rico', - c: ['MF'], - r: 1 - }, - 'America/Martinique': { - u: -240, - c: ['MQ'] - }, - 'America/Matamoros': { - u: -360, - d: -300, - c: ['MX'] - }, - 'America/Mazatlan': { - u: -420, - d: -360, - c: ['MX'] - }, - 'America/Mendoza': { - a: 'America/Argentina/Mendoza', - r: 1 - }, - 'America/Menominee': { - u: -360, - d: -300, - c: ['US'] - }, - 'America/Merida': { - u: -360, - d: -300, - c: ['MX'] - }, - 'America/Metlakatla': { - u: -540, - d: -480, - c: ['US'] - }, - 'America/Mexico_City': { - u: -360, - d: -300, - c: ['MX'] - }, - 'America/Miquelon': { - u: -180, - d: -120, - c: ['PM'] - }, - 'America/Moncton': { - u: -240, - d: -180, - c: ['CA'] - }, - 'America/Monterrey': { - u: -360, - d: -300, - c: ['MX'] - }, - 'America/Montevideo': { - u: -180, - c: ['UY'] - }, - 'America/Montreal': { - a: 'America/Toronto', - c: ['CA'], - r: 1 - }, - 'America/Montserrat': { - a: 'America/Puerto_Rico', - c: ['MS'], - r: 1 - }, - 'America/Nassau': { - a: 'America/Toronto', - c: ['BS'], - r: 1 - }, - 'America/New_York': { - u: -300, - d: -240, - c: ['US'] - }, - 'America/Nipigon': { - u: -300, - d: -240, - c: ['CA'] - }, - 'America/Nome': { - u: -540, - d: -480, - c: ['US'] - }, - 'America/Noronha': { - u: -120, - c: ['BR'] - }, - 'America/North_Dakota/Beulah': { - u: -360, - d: -300, - c: ['US'] - }, - 'America/North_Dakota/Center': { - u: -360, - d: -300, - c: ['US'] - }, - 'America/North_Dakota/New_Salem': { - u: -360, - d: -300, - c: ['US'] - }, - 'America/Nuuk': { - u: -180, - d: -120, - c: ['GL'] - }, - 'America/Ojinaga': { - u: -420, - d: -360, - c: ['MX'] - }, - 'America/Panama': { - u: -300, - c: ['PA', 'CA', 'KY'] - }, - 'America/Pangnirtung': { - u: -300, - d: -240, - c: ['CA'] - }, - 'America/Paramaribo': { - u: -180, - c: ['SR'] - }, - 'America/Phoenix': { - u: -420, - c: ['US', 'CA'] - }, - 'America/Port-au-Prince': { - u: -300, - d: -240, - c: ['HT'] - }, - 'America/Port_of_Spain': { - a: 'America/Puerto_Rico', - c: ['TT'], - r: 1 - }, - 'America/Porto_Acre': { - a: 'America/Rio_Branco', - r: 1 - }, - 'America/Porto_Velho': { - u: -240, - c: ['BR'] - }, - 'America/Puerto_Rico': { - u: -240, - c: [ - 'PR', - 'AG', - 'CA', - 'AI', - 'AW', - 'BL', - 'BQ', - 'CW', - 'DM', - 'GD', - 'GP', - 'KN', - 'LC', - 'MF', - 'MS', - 'SX', - 'TT', - 'VC', - 'VG', - 'VI' - ] - }, - 'America/Punta_Arenas': { - u: -180, - c: ['CL'] - }, - 'America/Rainy_River': { - u: -360, - d: -300, - c: ['CA'] - }, - 'America/Rankin_Inlet': { - u: -360, - d: -300, - c: ['CA'] - }, - 'America/Recife': { - u: -180, - c: ['BR'] - }, - 'America/Regina': { - u: -360, - c: ['CA'] - }, - 'America/Resolute': { - u: -360, - d: -300, - c: ['CA'] - }, - 'America/Rio_Branco': { - u: -300, - c: ['BR'] - }, - 'America/Rosario': { - a: 'America/Argentina/Cordoba', - r: 1 - }, - 'America/Santa_Isabel': { - a: 'America/Tijuana', - r: 1 - }, - 'America/Santarem': { - u: -180, - c: ['BR'] - }, - 'America/Santiago': { - u: -240, - d: -180, - c: ['CL'] - }, - 'America/Santo_Domingo': { - u: -240, - c: ['DO'] - }, - 'America/Sao_Paulo': { - u: -180, - c: ['BR'] - }, - 'America/Scoresbysund': { - u: -60, - d: 0, - c: ['GL'] - }, - 'America/Shiprock': { - a: 'America/Denver', - r: 1 - }, - 'America/Sitka': { - u: -540, - d: -480, - c: ['US'] - }, - 'America/St_Barthelemy': { - a: 'America/Puerto_Rico', - c: ['BL'], - r: 1 - }, - 'America/St_Johns': { - u: -150, - d: -90, - c: ['CA'] - }, - 'America/St_Kitts': { - a: 'America/Puerto_Rico', - c: ['KN'], - r: 1 - }, - 'America/St_Lucia': { - a: 'America/Puerto_Rico', - c: ['LC'], - r: 1 - }, - 'America/St_Thomas': { - a: 'America/Puerto_Rico', - c: ['VI'], - r: 1 - }, - 'America/St_Vincent': { - a: 'America/Puerto_Rico', - c: ['VC'], - r: 1 - }, - 'America/Swift_Current': { - u: -360, - c: ['CA'] - }, - 'America/Tegucigalpa': { - u: -360, - c: ['HN'] - }, - 'America/Thule': { - u: -240, - d: -180, - c: ['GL'] - }, - 'America/Thunder_Bay': { - u: -300, - d: -240, - c: ['CA'] - }, - 'America/Tijuana': { - u: -480, - d: -420, - c: ['MX'] - }, - 'America/Toronto': { - u: -300, - d: -240, - c: ['CA', 'BS'] - }, - 'America/Tortola': { - a: 'America/Puerto_Rico', - c: ['VG'], - r: 1 - }, - 'America/Vancouver': { - u: -480, - d: -420, - c: ['CA'] - }, - 'America/Virgin': { - a: 'America/Puerto_Rico', - c: ['VI'], - r: 1 - }, - 'America/Whitehorse': { - u: -420, - c: ['CA'] - }, - 'America/Winnipeg': { - u: -360, - d: -300, - c: ['CA'] - }, - 'America/Yakutat': { - u: -540, - d: -480, - c: ['US'] - }, - 'America/Yellowknife': { - u: -420, - d: -360, - c: ['CA'] - }, - 'Antarctica/Casey': { - u: 660, - c: ['AQ'] - }, - 'Antarctica/Davis': { - u: 420, - c: ['AQ'] - }, - 'Antarctica/DumontDUrville': { - a: 'Pacific/Port_Moresby', - c: ['AQ'], - r: 1 - }, - 'Antarctica/Macquarie': { - u: 600, - d: 660, - c: ['AU'] - }, - 'Antarctica/Mawson': { - u: 300, - c: ['AQ'] - }, - 'Antarctica/McMurdo': { - a: 'Pacific/Auckland', - c: ['AQ'], - r: 1 - }, - 'Antarctica/Palmer': { - u: -180, - c: ['AQ'] - }, - 'Antarctica/Rothera': { - u: -180, - c: ['AQ'] - }, - 'Antarctica/South_Pole': { - a: 'Pacific/Auckland', - c: ['AQ'], - r: 1 - }, - 'Antarctica/Syowa': { - a: 'Asia/Riyadh', - c: ['AQ'], - r: 1 - }, - 'Antarctica/Troll': { - u: 0, - d: 120, - c: ['AQ'] - }, - 'Antarctica/Vostok': { - u: 360, - c: ['AQ'] - }, - 'Arctic/Longyearbyen': { - a: 'Europe/Oslo', - c: ['SJ'], - r: 1 - }, - 'Asia/Aden': { - a: 'Asia/Riyadh', - c: ['YE'], - r: 1 - }, - 'Asia/Almaty': { - u: 360, - c: ['KZ'] - }, - 'Asia/Amman': { - u: 120, - d: 180, - c: ['JO'] - }, - 'Asia/Anadyr': { - u: 720, - c: ['RU'] - }, - 'Asia/Aqtau': { - u: 300, - c: ['KZ'] - }, - 'Asia/Aqtobe': { - u: 300, - c: ['KZ'] - }, - 'Asia/Ashgabat': { - u: 300, - c: ['TM'] - }, - 'Asia/Ashkhabad': { - a: 'Asia/Ashgabat', - r: 1 - }, - 'Asia/Atyrau': { - u: 300, - c: ['KZ'] - }, - 'Asia/Baghdad': { - u: 180, - c: ['IQ'] - }, - 'Asia/Bahrain': { - a: 'Asia/Qatar', - c: ['BH'], - r: 1 - }, - 'Asia/Baku': { - u: 240, - c: ['AZ'] - }, - 'Asia/Bangkok': { - u: 420, - c: ['TH', 'KH', 'LA', 'VN'] - }, - 'Asia/Barnaul': { - u: 420, - c: ['RU'] - }, - 'Asia/Beirut': { - u: 120, - d: 180, - c: ['LB'] - }, - 'Asia/Bishkek': { - u: 360, - c: ['KG'] - }, - 'Asia/Brunei': { - u: 480, - c: ['BN'] - }, - 'Asia/Calcutta': { - a: 'Asia/Kolkata', - r: 1 - }, - 'Asia/Chita': { - u: 540, - c: ['RU'] - }, - 'Asia/Choibalsan': { - u: 480, - c: ['MN'] - }, - 'Asia/Chongqing': { - a: 'Asia/Shanghai', - r: 1 - }, - 'Asia/Chungking': { - a: 'Asia/Shanghai', - r: 1 - }, - 'Asia/Colombo': { - u: 330, - c: ['LK'] - }, - 'Asia/Dacca': { - a: 'Asia/Dhaka', - r: 1 - }, - 'Asia/Damascus': { - u: 120, - d: 180, - c: ['SY'] - }, - 'Asia/Dhaka': { - u: 360, - c: ['BD'] - }, - 'Asia/Dili': { - u: 540, - c: ['TL'] - }, - 'Asia/Dubai': { - u: 240, - c: ['AE', 'OM'] - }, - 'Asia/Dushanbe': { - u: 300, - c: ['TJ'] - }, - 'Asia/Famagusta': { - u: 120, - d: 180, - c: ['CY'] - }, - 'Asia/Gaza': { - u: 120, - d: 180, - c: ['PS'] - }, - 'Asia/Harbin': { - a: 'Asia/Shanghai', - r: 1 - }, - 'Asia/Hebron': { - u: 120, - d: 180, - c: ['PS'] - }, - 'Asia/Ho_Chi_Minh': { - u: 420, - c: ['VN'] - }, - 'Asia/Hong_Kong': { - u: 480, - c: ['HK'] - }, - 'Asia/Hovd': { - u: 420, - c: ['MN'] - }, - 'Asia/Irkutsk': { - u: 480, - c: ['RU'] - }, - 'Asia/Istanbul': { - a: 'Europe/Istanbul', - r: 1 - }, - 'Asia/Jakarta': { - u: 420, - c: ['ID'] - }, - 'Asia/Jayapura': { - u: 540, - c: ['ID'] - }, - 'Asia/Jerusalem': { - u: 120, - d: 180, - c: ['IL'] - }, - 'Asia/Kabul': { - u: 270, - c: ['AF'] - }, - 'Asia/Kamchatka': { - u: 720, - c: ['RU'] - }, - 'Asia/Karachi': { - u: 300, - c: ['PK'] - }, - 'Asia/Kashgar': { - a: 'Asia/Urumqi', - r: 1 - }, - 'Asia/Kathmandu': { - u: 345, - c: ['NP'] - }, - 'Asia/Katmandu': { - a: 'Asia/Kathmandu', - r: 1 - }, - 'Asia/Khandyga': { - u: 540, - c: ['RU'] - }, - 'Asia/Kolkata': { - u: 330, - c: ['IN'] - }, - 'Asia/Krasnoyarsk': { - u: 420, - c: ['RU'] - }, - 'Asia/Kuala_Lumpur': { - u: 480, - c: ['MY'] - }, - 'Asia/Kuching': { - u: 480, - c: ['MY'] - }, - 'Asia/Kuwait': { - a: 'Asia/Riyadh', - c: ['KW'], - r: 1 - }, - 'Asia/Macao': { - a: 'Asia/Macau', - r: 1 - }, - 'Asia/Macau': { - u: 480, - c: ['MO'] - }, - 'Asia/Magadan': { - u: 660, - c: ['RU'] - }, - 'Asia/Makassar': { - u: 480, - c: ['ID'] - }, - 'Asia/Manila': { - u: 480, - c: ['PH'] - }, - 'Asia/Muscat': { - a: 'Asia/Dubai', - c: ['OM'], - r: 1 - }, - 'Asia/Nicosia': { - u: 120, - d: 180, - c: ['CY'] - }, - 'Asia/Novokuznetsk': { - u: 420, - c: ['RU'] - }, - 'Asia/Novosibirsk': { - u: 420, - c: ['RU'] - }, - 'Asia/Omsk': { - u: 360, - c: ['RU'] - }, - 'Asia/Oral': { - u: 300, - c: ['KZ'] - }, - 'Asia/Phnom_Penh': { - a: 'Asia/Bangkok', - c: ['KH'], - r: 1 - }, - 'Asia/Pontianak': { - u: 420, - c: ['ID'] - }, - 'Asia/Pyongyang': { - u: 540, - c: ['KP'] - }, - 'Asia/Qatar': { - u: 180, - c: ['QA', 'BH'] - }, - 'Asia/Qostanay': { - u: 360, - c: ['KZ'] - }, - 'Asia/Qyzylorda': { - u: 300, - c: ['KZ'] - }, - 'Asia/Rangoon': { - a: 'Asia/Yangon', - r: 1 - }, - 'Asia/Riyadh': { - u: 180, - c: ['SA', 'AQ', 'KW', 'YE'] - }, - 'Asia/Saigon': { - a: 'Asia/Ho_Chi_Minh', - r: 1 - }, - 'Asia/Sakhalin': { - u: 660, - c: ['RU'] - }, - 'Asia/Samarkand': { - u: 300, - c: ['UZ'] - }, - 'Asia/Seoul': { - u: 540, - c: ['KR'] - }, - 'Asia/Shanghai': { - u: 480, - c: ['CN'] - }, - 'Asia/Singapore': { - u: 480, - c: ['SG', 'MY'] - }, - 'Asia/Srednekolymsk': { - u: 660, - c: ['RU'] - }, - 'Asia/Taipei': { - u: 480, - c: ['TW'] - }, - 'Asia/Tashkent': { - u: 300, - c: ['UZ'] - }, - 'Asia/Tbilisi': { - u: 240, - c: ['GE'] - }, - 'Asia/Tehran': { - u: 210, - d: 270, - c: ['IR'] - }, - 'Asia/Tel_Aviv': { - a: 'Asia/Jerusalem', - r: 1 - }, - 'Asia/Thimbu': { - a: 'Asia/Thimphu', - r: 1 - }, - 'Asia/Thimphu': { - u: 360, - c: ['BT'] - }, - 'Asia/Tokyo': { - u: 540, - c: ['JP'] - }, - 'Asia/Tomsk': { - u: 420, - c: ['RU'] - }, - 'Asia/Ujung_Pandang': { - a: 'Asia/Makassar', - r: 1 - }, - 'Asia/Ulaanbaatar': { - u: 480, - c: ['MN'] - }, - 'Asia/Ulan_Bator': { - a: 'Asia/Ulaanbaatar', - r: 1 - }, - 'Asia/Urumqi': { - u: 360, - c: ['CN'] - }, - 'Asia/Ust-Nera': { - u: 600, - c: ['RU'] - }, - 'Asia/Vientiane': { - a: 'Asia/Bangkok', - c: ['LA'], - r: 1 - }, - 'Asia/Vladivostok': { - u: 600, - c: ['RU'] - }, - 'Asia/Yakutsk': { - u: 540, - c: ['RU'] - }, - 'Asia/Yangon': { - u: 390, - c: ['MM'] - }, - 'Asia/Yekaterinburg': { - u: 300, - c: ['RU'] - }, - 'Asia/Yerevan': { - u: 240, - c: ['AM'] - }, - 'Atlantic/Azores': { - u: -60, - d: 0, - c: ['PT'] - }, - 'Atlantic/Bermuda': { - u: -240, - d: -180, - c: ['BM'] - }, - 'Atlantic/Canary': { - u: 0, - d: 60, - c: ['ES'] - }, - 'Atlantic/Cape_Verde': { - u: -60, - c: ['CV'] - }, - 'Atlantic/Faeroe': { - a: 'Atlantic/Faroe', - r: 1 - }, - 'Atlantic/Faroe': { - u: 0, - d: 60, - c: ['FO'] - }, - 'Atlantic/Jan_Mayen': { - a: 'Europe/Oslo', - c: ['SJ'], - r: 1 - }, - 'Atlantic/Madeira': { - u: 0, - d: 60, - c: ['PT'] - }, - 'Atlantic/Reykjavik': { - u: 0, - c: ['IS'] - }, - 'Atlantic/South_Georgia': { - u: -120, - c: ['GS'] - }, - 'Atlantic/St_Helena': { - a: 'Africa/Abidjan', - c: ['SH'], - r: 1 - }, - 'Atlantic/Stanley': { - u: -180, - c: ['FK'] - }, - 'Australia/ACT': { - a: 'Australia/Sydney', - r: 1 - }, - 'Australia/Adelaide': { - u: 570, - d: 630, - c: ['AU'] - }, - 'Australia/Brisbane': { - u: 600, - c: ['AU'] - }, - 'Australia/Broken_Hill': { - u: 570, - d: 630, - c: ['AU'] - }, - 'Australia/Canberra': { - a: 'Australia/Sydney', - r: 1 - }, - 'Australia/Currie': { - a: 'Australia/Hobart', - r: 1 - }, - 'Australia/Darwin': { - u: 570, - c: ['AU'] - }, - 'Australia/Eucla': { - u: 525, - c: ['AU'] - }, - 'Australia/Hobart': { - u: 600, - d: 660, - c: ['AU'] - }, - 'Australia/LHI': { - a: 'Australia/Lord_Howe', - r: 1 - }, - 'Australia/Lindeman': { - u: 600, - c: ['AU'] - }, - 'Australia/Lord_Howe': { - u: 630, - d: 660, - c: ['AU'] - }, - 'Australia/Melbourne': { - u: 600, - d: 660, - c: ['AU'] - }, - 'Australia/NSW': { - a: 'Australia/Sydney', - r: 1 - }, - 'Australia/North': { - a: 'Australia/Darwin', - r: 1 - }, - 'Australia/Perth': { - u: 480, - c: ['AU'] - }, - 'Australia/Queensland': { - a: 'Australia/Brisbane', - r: 1 - }, - 'Australia/South': { - a: 'Australia/Adelaide', - r: 1 - }, - 'Australia/Sydney': { - u: 600, - d: 660, - c: ['AU'] - }, - 'Australia/Tasmania': { - a: 'Australia/Hobart', - r: 1 - }, - 'Australia/Victoria': { - a: 'Australia/Melbourne', - r: 1 - }, - 'Australia/West': { - a: 'Australia/Perth', - r: 1 - }, - 'Australia/Yancowinna': { - a: 'Australia/Broken_Hill', - r: 1 - }, - 'Brazil/Acre': { - a: 'America/Rio_Branco', - r: 1 - }, - 'Brazil/DeNoronha': { - a: 'America/Noronha', - r: 1 - }, - 'Brazil/East': { - a: 'America/Sao_Paulo', - r: 1 - }, - 'Brazil/West': { - a: 'America/Manaus', - r: 1 - }, - CET: { - u: 60, - d: 120 - }, - CST6CDT: { - u: -360, - d: -300 - }, - 'Canada/Atlantic': { - a: 'America/Halifax', - r: 1 - }, - 'Canada/Central': { - a: 'America/Winnipeg', - r: 1 - }, - 'Canada/Eastern': { - a: 'America/Toronto', - c: ['CA'], - r: 1 - }, - 'Canada/Mountain': { - a: 'America/Edmonton', - r: 1 - }, - 'Canada/Newfoundland': { - a: 'America/St_Johns', - r: 1 - }, - 'Canada/Pacific': { - a: 'America/Vancouver', - r: 1 - }, - 'Canada/Saskatchewan': { - a: 'America/Regina', - r: 1 - }, - 'Canada/Yukon': { - a: 'America/Whitehorse', - r: 1 - }, - 'Chile/Continental': { - a: 'America/Santiago', - r: 1 - }, - 'Chile/EasterIsland': { - a: 'Pacific/Easter', - r: 1 - }, - Cuba: { - a: 'America/Havana', - r: 1 - }, - EET: { - u: 120, - d: 180 - }, - EST: { - u: -300 - }, - EST5EDT: { - u: -300, - d: -240 - }, - Egypt: { - a: 'Africa/Cairo', - r: 1 - }, - Eire: { - a: 'Europe/Dublin', - r: 1 - }, - 'Etc/GMT': { - u: 0 - }, - 'Etc/GMT+0': { - a: 'Etc/GMT', - r: 1 - }, - 'Etc/GMT+1': { - u: -60 - }, - 'Etc/GMT+10': { - u: -600 - }, - 'Etc/GMT+11': { - u: -660 - }, - 'Etc/GMT+12': { - u: -720 - }, - 'Etc/GMT+2': { - u: -120 - }, - 'Etc/GMT+3': { - u: -180 - }, - 'Etc/GMT+4': { - u: -240 - }, - 'Etc/GMT+5': { - u: -300 - }, - 'Etc/GMT+6': { - u: -360 - }, - 'Etc/GMT+7': { - u: -420 - }, - 'Etc/GMT+8': { - u: -480 - }, - 'Etc/GMT+9': { - u: -540 - }, - 'Etc/GMT-0': { - a: 'Etc/GMT', - r: 1 - }, - 'Etc/GMT-1': { - u: 60 - }, - 'Etc/GMT-10': { - u: 600 - }, - 'Etc/GMT-11': { - u: 660 - }, - 'Etc/GMT-12': { - u: 720 - }, - 'Etc/GMT-13': { - u: 780 - }, - 'Etc/GMT-14': { - u: 840 - }, - 'Etc/GMT-2': { - u: 120 - }, - 'Etc/GMT-3': { - u: 180 - }, - 'Etc/GMT-4': { - u: 240 - }, - 'Etc/GMT-5': { - u: 300 - }, - 'Etc/GMT-6': { - u: 360 - }, - 'Etc/GMT-7': { - u: 420 - }, - 'Etc/GMT-8': { - u: 480 - }, - 'Etc/GMT-9': { - u: 540 - }, - 'Etc/GMT0': { - a: 'Etc/GMT', - r: 1 - }, - 'Etc/Greenwich': { - a: 'Etc/GMT', - r: 1 - }, - 'Etc/UCT': { - a: 'Etc/UTC', - r: 1 - }, - 'Etc/UTC': { - u: 0 - }, - 'Etc/Universal': { - a: 'Etc/UTC', - r: 1 - }, - 'Etc/Zulu': { - a: 'Etc/UTC', - r: 1 - }, - 'Europe/Amsterdam': { - u: 60, - d: 120, - c: ['NL'] - }, - 'Europe/Andorra': { - u: 60, - d: 120, - c: ['AD'] - }, - 'Europe/Astrakhan': { - u: 240, - c: ['RU'] - }, - 'Europe/Athens': { - u: 120, - d: 180, - c: ['GR'] - }, - 'Europe/Belfast': { - a: 'Europe/London', - c: ['GB'], - r: 1 - }, - 'Europe/Belgrade': { - u: 60, - d: 120, - c: ['RS', 'BA', 'HR', 'ME', 'MK', 'SI'] - }, - 'Europe/Berlin': { - u: 60, - d: 120, - c: ['DE'] - }, - 'Europe/Bratislava': { - a: 'Europe/Prague', - c: ['SK'], - r: 1 - }, - 'Europe/Brussels': { - u: 60, - d: 120, - c: ['BE'] - }, - 'Europe/Bucharest': { - u: 120, - d: 180, - c: ['RO'] - }, - 'Europe/Budapest': { - u: 60, - d: 120, - c: ['HU'] - }, - 'Europe/Busingen': { - a: 'Europe/Zurich', - c: ['DE'], - r: 1 - }, - 'Europe/Chisinau': { - u: 120, - d: 180, - c: ['MD'] - }, - 'Europe/Copenhagen': { - u: 60, - d: 120, - c: ['DK'] - }, - 'Europe/Dublin': { - u: 60, - d: 0, - c: ['IE'] - }, - 'Europe/Gibraltar': { - u: 60, - d: 120, - c: ['GI'] - }, - 'Europe/Guernsey': { - a: 'Europe/London', - c: ['GG'], - r: 1 - }, - 'Europe/Helsinki': { - u: 120, - d: 180, - c: ['FI', 'AX'] - }, - 'Europe/Isle_of_Man': { - a: 'Europe/London', - c: ['IM'], - r: 1 - }, - 'Europe/Istanbul': { - u: 180, - c: ['TR'] - }, - 'Europe/Jersey': { - a: 'Europe/London', - c: ['JE'], - r: 1 - }, - 'Europe/Kaliningrad': { - u: 120, - c: ['RU'] - }, - 'Europe/Kiev': { - u: 120, - d: 180, - c: ['UA'] - }, - 'Europe/Kirov': { - u: 180, - c: ['RU'] - }, - 'Europe/Lisbon': { - u: 0, - d: 60, - c: ['PT'] - }, - 'Europe/Ljubljana': { - a: 'Europe/Belgrade', - c: ['SI'], - r: 1 - }, - 'Europe/London': { - u: 0, - d: 60, - c: ['GB', 'GG', 'IM', 'JE'] - }, - 'Europe/Luxembourg': { - u: 60, - d: 120, - c: ['LU'] - }, - 'Europe/Madrid': { - u: 60, - d: 120, - c: ['ES'] - }, - 'Europe/Malta': { - u: 60, - d: 120, - c: ['MT'] - }, - 'Europe/Mariehamn': { - a: 'Europe/Helsinki', - c: ['AX'], - r: 1 - }, - 'Europe/Minsk': { - u: 180, - c: ['BY'] - }, - 'Europe/Monaco': { - u: 60, - d: 120, - c: ['MC'] - }, - 'Europe/Moscow': { - u: 180, - c: ['RU'] - }, - 'Europe/Nicosia': { - a: 'Asia/Nicosia', - r: 1 - }, - 'Europe/Oslo': { - u: 60, - d: 120, - c: ['NO', 'SJ', 'BV'] - }, - 'Europe/Paris': { - u: 60, - d: 120, - c: ['FR'] - }, - 'Europe/Podgorica': { - a: 'Europe/Belgrade', - c: ['ME'], - r: 1 - }, - 'Europe/Prague': { - u: 60, - d: 120, - c: ['CZ', 'SK'] - }, - 'Europe/Riga': { - u: 120, - d: 180, - c: ['LV'] - }, - 'Europe/Rome': { - u: 60, - d: 120, - c: ['IT', 'SM', 'VA'] - }, - 'Europe/Samara': { - u: 240, - c: ['RU'] - }, - 'Europe/San_Marino': { - a: 'Europe/Rome', - c: ['SM'], - r: 1 - }, - 'Europe/Sarajevo': { - a: 'Europe/Belgrade', - c: ['BA'], - r: 1 - }, - 'Europe/Saratov': { - u: 240, - c: ['RU'] - }, - 'Europe/Simferopol': { - u: 180, - c: ['RU', 'UA'] - }, - 'Europe/Skopje': { - a: 'Europe/Belgrade', - c: ['MK'], - r: 1 - }, - 'Europe/Sofia': { - u: 120, - d: 180, - c: ['BG'] - }, - 'Europe/Stockholm': { - u: 60, - d: 120, - c: ['SE'] - }, - 'Europe/Tallinn': { - u: 120, - d: 180, - c: ['EE'] - }, - 'Europe/Tirane': { - u: 60, - d: 120, - c: ['AL'] - }, - 'Europe/Tiraspol': { - a: 'Europe/Chisinau', - r: 1 - }, - 'Europe/Ulyanovsk': { - u: 240, - c: ['RU'] - }, - 'Europe/Uzhgorod': { - u: 120, - d: 180, - c: ['UA'] - }, - 'Europe/Vaduz': { - a: 'Europe/Zurich', - c: ['LI'], - r: 1 - }, - 'Europe/Vatican': { - a: 'Europe/Rome', - c: ['VA'], - r: 1 - }, - 'Europe/Vienna': { - u: 60, - d: 120, - c: ['AT'] - }, - 'Europe/Vilnius': { - u: 120, - d: 180, - c: ['LT'] - }, - 'Europe/Volgograd': { - u: 180, - c: ['RU'] - }, - 'Europe/Warsaw': { - u: 60, - d: 120, - c: ['PL'] - }, - 'Europe/Zagreb': { - a: 'Europe/Belgrade', - c: ['HR'], - r: 1 - }, - 'Europe/Zaporozhye': { - u: 120, - d: 180, - c: ['UA'] - }, - 'Europe/Zurich': { - u: 60, - d: 120, - c: ['CH', 'DE', 'LI'] - }, - Factory: { - u: 0 - }, - GB: { - a: 'Europe/London', - c: ['GB'], - r: 1 - }, - 'GB-Eire': { - a: 'Europe/London', - c: ['GB'], - r: 1 - }, - GMT: { - a: 'Etc/GMT', - r: 1 - }, - 'GMT+0': { - a: 'Etc/GMT', - r: 1 - }, - 'GMT-0': { - a: 'Etc/GMT', - r: 1 - }, - GMT0: { - a: 'Etc/GMT', - r: 1 - }, - Greenwich: { - a: 'Etc/GMT', - r: 1 - }, - HST: { - u: -600 - }, - Hongkong: { - a: 'Asia/Hong_Kong', - r: 1 - }, - Iceland: { - a: 'Atlantic/Reykjavik', - r: 1 - }, - 'Indian/Antananarivo': { - a: 'Africa/Nairobi', - c: ['MG'], - r: 1 - }, - 'Indian/Chagos': { - u: 360, - c: ['IO'] - }, - 'Indian/Christmas': { - u: 420, - c: ['CX'] - }, - 'Indian/Cocos': { - u: 390, - c: ['CC'] - }, - 'Indian/Comoro': { - a: 'Africa/Nairobi', - c: ['KM'], - r: 1 - }, - 'Indian/Kerguelen': { - u: 300, - c: ['TF', 'HM'] - }, - 'Indian/Mahe': { - u: 240, - c: ['SC'] - }, - 'Indian/Maldives': { - u: 300, - c: ['MV'] - }, - 'Indian/Mauritius': { - u: 240, - c: ['MU'] - }, - 'Indian/Mayotte': { - a: 'Africa/Nairobi', - c: ['YT'], - r: 1 - }, - 'Indian/Reunion': { - u: 240, - c: ['RE', 'TF'] - }, - Iran: { - a: 'Asia/Tehran', - r: 1 - }, - Israel: { - a: 'Asia/Jerusalem', - r: 1 - }, - Jamaica: { - a: 'America/Jamaica', - r: 1 - }, - Japan: { - a: 'Asia/Tokyo', - r: 1 - }, - Kwajalein: { - a: 'Pacific/Kwajalein', - r: 1 - }, - Libya: { - a: 'Africa/Tripoli', - r: 1 - }, - MET: { - u: 60, - d: 120 - }, - MST: { - u: -420 - }, - MST7MDT: { - u: -420, - d: -360 - }, - 'Mexico/BajaNorte': { - a: 'America/Tijuana', - r: 1 - }, - 'Mexico/BajaSur': { - a: 'America/Mazatlan', - r: 1 - }, - 'Mexico/General': { - a: 'America/Mexico_City', - r: 1 - }, - NZ: { - a: 'Pacific/Auckland', - c: ['NZ'], - r: 1 - }, - 'NZ-CHAT': { - a: 'Pacific/Chatham', - r: 1 - }, - Navajo: { - a: 'America/Denver', - r: 1 - }, - PRC: { - a: 'Asia/Shanghai', - r: 1 - }, - PST8PDT: { - u: -480, - d: -420 - }, - 'Pacific/Apia': { - u: 780, - c: ['WS'] - }, - 'Pacific/Auckland': { - u: 720, - d: 780, - c: ['NZ', 'AQ'] - }, - 'Pacific/Bougainville': { - u: 660, - c: ['PG'] - }, - 'Pacific/Chatham': { - u: 765, - d: 825, - c: ['NZ'] - }, - 'Pacific/Chuuk': { - u: 600, - c: ['FM'] - }, - 'Pacific/Easter': { - u: -360, - d: -300, - c: ['CL'] - }, - 'Pacific/Efate': { - u: 660, - c: ['VU'] - }, - 'Pacific/Enderbury': { - a: 'Pacific/Kanton', - r: 1 - }, - 'Pacific/Fakaofo': { - u: 780, - c: ['TK'] - }, - 'Pacific/Fiji': { - u: 720, - d: 780, - c: ['FJ'] - }, - 'Pacific/Funafuti': { - u: 720, - c: ['TV'] - }, - 'Pacific/Galapagos': { - u: -360, - c: ['EC'] - }, - 'Pacific/Gambier': { - u: -540, - c: ['PF'] - }, - 'Pacific/Guadalcanal': { - u: 660, - c: ['SB'] - }, - 'Pacific/Guam': { - u: 600, - c: ['GU', 'MP'] - }, - 'Pacific/Honolulu': { - u: -600, - c: ['US', 'UM'] - }, - 'Pacific/Johnston': { - a: 'Pacific/Honolulu', - c: ['UM'], - r: 1 - }, - 'Pacific/Kanton': { - u: 780, - c: ['KI'] - }, - 'Pacific/Kiritimati': { - u: 840, - c: ['KI'] - }, - 'Pacific/Kosrae': { - u: 660, - c: ['FM'] - }, - 'Pacific/Kwajalein': { - u: 720, - c: ['MH'] - }, - 'Pacific/Majuro': { - u: 720, - c: ['MH'] - }, - 'Pacific/Marquesas': { - u: -510, - c: ['PF'] - }, - 'Pacific/Midway': { - a: 'Pacific/Pago_Pago', - c: ['UM'], - r: 1 - }, - 'Pacific/Nauru': { - u: 720, - c: ['NR'] - }, - 'Pacific/Niue': { - u: -660, - c: ['NU'] - }, - 'Pacific/Norfolk': { - u: 660, - d: 720, - c: ['NF'] - }, - 'Pacific/Noumea': { - u: 660, - c: ['NC'] - }, - 'Pacific/Pago_Pago': { - u: -660, - c: ['AS', 'UM'] - }, - 'Pacific/Palau': { - u: 540, - c: ['PW'] - }, - 'Pacific/Pitcairn': { - u: -480, - c: ['PN'] - }, - 'Pacific/Pohnpei': { - u: 660, - c: ['FM'] - }, - 'Pacific/Ponape': { - a: 'Pacific/Pohnpei', - r: 1 - }, - 'Pacific/Port_Moresby': { - u: 600, - c: ['PG', 'AQ'] - }, - 'Pacific/Rarotonga': { - u: -600, - c: ['CK'] - }, - 'Pacific/Saipan': { - a: 'Pacific/Guam', - c: ['MP'], - r: 1 - }, - 'Pacific/Samoa': { - a: 'Pacific/Pago_Pago', - c: ['WS'], - r: 1 - }, - 'Pacific/Tahiti': { - u: -600, - c: ['PF'] - }, - 'Pacific/Tarawa': { - u: 720, - c: ['KI'] - }, - 'Pacific/Tongatapu': { - u: 780, - c: ['TO'] - }, - 'Pacific/Truk': { - a: 'Pacific/Chuuk', - r: 1 - }, - 'Pacific/Wake': { - u: 720, - c: ['UM'] - }, - 'Pacific/Wallis': { - u: 720, - c: ['WF'] - }, - 'Pacific/Yap': { - a: 'Pacific/Chuuk', - r: 1 - }, - Poland: { - a: 'Europe/Warsaw', - r: 1 - }, - Portugal: { - a: 'Europe/Lisbon', - r: 1 - }, - ROC: { - a: 'Asia/Taipei', - r: 1 - }, - ROK: { - a: 'Asia/Seoul', - r: 1 - }, - Singapore: { - a: 'Asia/Singapore', - c: ['SG'], - r: 1 - }, - Turkey: { - a: 'Europe/Istanbul', - r: 1 - }, - UCT: { - a: 'Etc/UTC', - r: 1 - }, - 'US/Alaska': { - a: 'America/Anchorage', - r: 1 - }, - 'US/Aleutian': { - a: 'America/Adak', - r: 1 - }, - 'US/Arizona': { - a: 'America/Phoenix', - c: ['US'], - r: 1 - }, - 'US/Central': { - a: 'America/Chicago', - r: 1 - }, - 'US/East-Indiana': { - a: 'America/Indiana/Indianapolis', - r: 1 - }, - 'US/Eastern': { - a: 'America/New_York', - r: 1 - }, - 'US/Hawaii': { - a: 'Pacific/Honolulu', - c: ['US'], - r: 1 - }, - 'US/Indiana-Starke': { - a: 'America/Indiana/Knox', - r: 1 - }, - 'US/Michigan': { - a: 'America/Detroit', - r: 1 - }, - 'US/Mountain': { - a: 'America/Denver', - r: 1 - }, - 'US/Pacific': { - a: 'America/Los_Angeles', - r: 1 - }, - 'US/Samoa': { - a: 'Pacific/Pago_Pago', - c: ['WS'], - r: 1 - }, - UTC: { - a: 'Etc/UTC', - r: 1 - }, - Universal: { - a: 'Etc/UTC', - r: 1 - }, - 'W-SU': { - a: 'Europe/Moscow', - r: 1 - }, - WET: { - u: 0, - d: 60 - }, - Zulu: { - a: 'Etc/UTC', - r: 1 - } -}; - -export function getCountry(): string | null { - const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone; - - if (timezone === '' || !timezone) { - return null; - } - - const _country = timezones[timezone]?.c?.[0] ?? null; - const country = countries[_country] ?? null; - return country; -} diff --git a/dashboard_backup/src2/utils/dayjs.js b/dashboard_backup/src2/utils/dayjs.js deleted file mode 100644 index 77ac9fa..0000000 --- a/dashboard_backup/src2/utils/dayjs.js +++ /dev/null @@ -1,30 +0,0 @@ -import dayjs from 'dayjs/esm'; -import relativeTime from 'dayjs/esm/plugin/relativeTime'; -import localizedFormat from 'dayjs/esm/plugin/localizedFormat'; -import updateLocale from 'dayjs/esm/plugin/updateLocale'; -import isToday from 'dayjs/esm/plugin/isToday'; -import duration from 'dayjs/esm/plugin/duration'; -import utc from 'dayjs/esm/plugin/utc'; -import timezone from 'dayjs/esm/plugin/timezone'; -import advancedFormat from 'dayjs/plugin/advancedFormat'; - -dayjs.extend(updateLocale); -dayjs.extend(relativeTime); -dayjs.extend(localizedFormat); -dayjs.extend(isToday); -dayjs.extend(duration); -dayjs.extend(utc); -dayjs.extend(timezone); -dayjs.extend(advancedFormat); - -export function dayjsLocal(dateTimeString) { - let localTimezone = dayjs.tz.guess(); - // dates are stored in Asia/Calcutta timezone on the server - return dayjs.tz(dateTimeString, 'Asia/Calcutta').tz(localTimezone); -} - -export function dayjsIST(dateTimeString) { - return dayjs(dateTimeString).tz('Asia/Calcutta'); -} - -export default dayjs; diff --git a/dashboard_backup/src2/utils/device.ts b/dashboard_backup/src2/utils/device.ts deleted file mode 100644 index 4e4c9af..0000000 --- a/dashboard_backup/src2/utils/device.ts +++ /dev/null @@ -1,19 +0,0 @@ -import type { Platform } from '../types'; - -export function getPlatform(): Platform { - const ua = navigator.userAgent.toLowerCase(); - - if (ua.indexOf('win') > -1) { - return 'win'; - } else if (ua.indexOf('mac') > -1) { - return 'mac'; - } else if (ua.indexOf('x11') > -1 || ua.indexOf('linux') > -1) { - return 'linux'; - } - - return 'unknown'; -} - -export function isMobile(): boolean { - return window.innerWidth < 640; -} diff --git a/dashboard_backup/src2/utils/error.ts b/dashboard_backup/src2/utils/error.ts deleted file mode 100644 index 82b1722..0000000 --- a/dashboard_backup/src2/utils/error.ts +++ /dev/null @@ -1,6 +0,0 @@ -export class DashboardError extends Error { - constructor(message: string) { - super(message); - this.name = 'DashboardError'; - } -} diff --git a/dashboard_backup/src2/utils/format.js b/dashboard_backup/src2/utils/format.js deleted file mode 100644 index e054fd1..0000000 --- a/dashboard_backup/src2/utils/format.js +++ /dev/null @@ -1,259 +0,0 @@ -import dayjs, { dayjsLocal } from './dayjs'; -import { getTeam } from '../data/team'; -import { format } from 'sql-formatter'; - -export function bytes(bytes, decimals = 2, current = 0) { - if (bytes === 0) return '0 Bytes'; - - const k = 1024; - const dm = decimals < 0 ? 0 : decimals; - const sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; - let i = Math.floor(Math.log(Math.abs(bytes)) / Math.log(k)); - if (i < 0) i++; - - return ( - parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + ' ' + sizes[i + current] - ); -} - -export function duration(value) { - if (!value) return; - - let [hours, minutes, seconds] = value.split(':'); - [hours, minutes, seconds] = [ - parseInt(hours), - parseInt(minutes), - parseInt(seconds), - ]; - - let format = ''; - if (hours > 0) { - format = 'H[h] m[m] s[s]'; - } else if (minutes > 0) { - format = 'm[m] s[s]'; - } else { - format = 's[s]'; - } - return dayjs.duration({ hours, minutes, seconds }).format(format); -} - -export function plural(number, singular, plural) { - if (typeof number === 'string') { - number = parseInt(number); - } - if (number === 1) { - return singular; - } - return plural; -} - -export function planTitle(plan) { - if (plan === undefined) return; - const $team = getTeam(); - const china = $team.pg?.currency === 'CNY'; - const priceField = china ? 'price_cny' : 'price_usd'; - const price = - plan?.block_monthly == 1 ? plan[priceField] * 12 : plan[priceField]; - return price > 0 ? `${userCurrency(price, 0)}` : plan.plan_title; -} - -export function userCurrency(value, fractions = 2) { - const $team = getTeam(); - if (!$team.pg?.currency) return value; - return currency(value, $team.pg?.currency, fractions); -} - -export function currency(value, currency, fractions = 2) { - return new Intl.NumberFormat('zh-CN', { - style: 'currency', - currency, - maximumFractionDigits: fractions, - }).format(value); -} - -export function numberK(number) { - if (number < 1000) { - return number; - } else { - let value = Math.round(number / 1000, 1); - - // To handle cases like 8.0, 9.0 etc. - if (value == number / 1000) { - value = parseInt(value); - } - // To handle cases like 8999 -> 9k and not 9.0k - else if (value - 1 == number / 1000) { - value = parseInt(value); - } - - return `${value}k`; - } -} - -export function pricePerDay(price, interval = 'Monthly') { - if (!price) return 0; - // 根据计费周期计算天数 - const daysInPeriod = interval === 'Annually' ? 365 : 30; - return price / daysInPeriod; -} - -export function date(value) { - if (!value) return ''; - - // 转换为YYYY-MM-DD格式,符合中国用户习惯 - const date = new Date(value); - const year = date.getFullYear(); - const month = String(date.getMonth() + 1).padStart(2, '0'); - const day = String(date.getDate()).padStart(2, '0'); - - return `${year}-${month}-${day}`; -} - -export function commaSeparator(arr, separator) { - let joinedString = arr.slice(0, -1).join(', '); - - if (arr.length > 1) { - joinedString += ` ${separator} ${arr[arr.length - 1]}`; - } else { - joinedString += arr[0]; - } - - return joinedString; -} - -export function commaAnd(arr) { - return commaSeparator(arr, 'and'); -} - -export function formatSQL(query) { - try { - return format(query, { - language: 'mariadb', - tabWidth: 2, - keywordCase: 'upper', - }); - } catch (_) { - return query; - } -} - -export function formatSeconds(seconds) { - if (seconds === 0) return '0s'; - if (seconds <= 60) return `${seconds}s`; - - const hours = Math.floor(seconds / 3600); - const minutes = Math.floor((seconds % 3600) / 60); - const remainingSeconds = seconds % 60; - - let result = []; - - if (hours > 0) { - result.push(`${hours}h`); - } - - if (minutes > 0) { - result.push(`${minutes}m`); - } - - if (remainingSeconds > 0) { - result.push(`${remainingSeconds}s`); - } - - return result.join(' '); -} - -export function formatCommaSeperatedNumber(number) { - let numStr = number.toString(); - - let lastThree = numStr.slice(-3); - let remaining = numStr.slice(0, -3); - - let parts = []; - while (remaining.length > 2) { - parts.push(remaining.slice(-2)); - remaining = remaining.slice(0, -2); - } - - if (remaining) { - parts.push(remaining); - } - - let result = parts.reverse().join(',') + ',' + lastThree; - // truncate , at start or end - result = result.replace(/^,/, ''); - result = result.replace(/,$/, ''); - return result; -} - -export function formatMilliseconds(ms) { - if (ms < 100) { - return `${ms.toFixed(3).replace(/\.?0+$/, '')}ms`; // Keep milliseconds if less than 100 and remove unnecessary zeros - } else if (ms < 60000) { - // Less than 1 minute, convert to seconds - let seconds = ms / 1000; - return `${seconds.toFixed(1).replace(/\.?0+$/, '')}s`; - } else { - // Convert to minutes - let minutes = ms / 60000; - return `${minutes.toFixed(1).replace(/\.?0+$/, '')}m`; - } -} - -export function formatValue(value, type) { - switch (type) { - case 'bytes': - return bytes(value); - case 'date': - return date(value); - case 'duration': - return duration(value); - case 'durationSeconds': - return formatSeconds(value); - case 'durationMilliseconds': - return formatMilliseconds(value); - case 'commaSeperatedNumber': - return formatCommaSeperatedNumber(value); - case 'numberK': - return numberK(value); - case 'pricePerDay': - return pricePerDay(value); - case 'sql': - return formatSQL(value); - default: - return value; - } -} - -export const statusMap = { - 'Active': '激活', - 'Inactive': '未激活', - 'Suspended': '已暂停', - 'Broken': '损坏', - 'Archived': '已归档', - 'Pending': '待处理', - 'Installing': '安装中', - 'Running': '运行中', - 'Success': '成功', - 'Failure': '失败' -}; - -export const deployTypeMap = { - 'Migrate': '迁移', - 'Pull': '拉取', - 'Update': '更新', - 'Install': '安装', - 'Uninstall': '卸载', - 'Backup': '备份', - 'Restore': '恢复', - 'Upgrade': '升级', - 'Downgrade': '降级', - 'Rollback': '回滚', -}; - -export function getStatusLabel(status) { - return statusMap[status] || status; -} - -export function getDeployTypeLabel(type) { - return deployTypeMap[type] || type; -} diff --git a/dashboard_backup/src2/utils/regions.ts b/dashboard_backup/src2/utils/regions.ts deleted file mode 100644 index 693533c..0000000 --- a/dashboard_backup/src2/utils/regions.ts +++ /dev/null @@ -1,6199 +0,0 @@ -// 完整的地区数据工具文件 -// 包含国家、省份、城市、区县的完整数据结构 - -// 国家数据(复用country.ts中的数据) -const countries = { - AD: '安道尔', - AE: '阿拉伯联合酋长国', - AF: '阿富汗', - AG: '安提瓜和巴布达', - AI: '安圭拉', - AL: '阿尔巴尼亚', - AM: '亚美尼亚', - AO: '安哥拉', - AQ: '南极洲', - AR: '阿根廷', - AS: '美属萨摩亚', - AT: '奥地利', - AU: '澳大利亚', - AW: '阿鲁巴', - AX: '奥兰群岛', - AZ: '阿塞拜疆', - BA: '波斯尼亚和黑塞哥维那', - BB: '巴巴多斯', - BD: '孟加拉国', - BE: '比利时', - BF: '布基纳法索', - BG: '保加利亚', - BH: '巴林', - BI: '布隆迪', - BJ: '贝宁', - BL: '圣巴泰勒米', - BM: '百慕大', - BN: '文莱', - BO: '玻利维亚', - BQ: '荷兰加勒比区', - BR: '巴西', - BS: '巴哈马', - BT: '不丹', - BV: '布韦岛', - BW: '博茨瓦纳', - BY: '白俄罗斯', - BZ: '伯利兹', - CA: '加拿大', - CC: '科科斯群岛', - CD: '刚果民主共和国', - CF: '中非共和国', - CG: '刚果共和国', - CH: '瑞士', - CI: '科特迪瓦', - CK: '库克群岛', - CL: '智利', - CM: '喀麦隆', - CN: '中国', - CO: '哥伦比亚', - CR: '哥斯达黎加', - CU: '古巴', - CV: '佛得角', - CW: '库拉索', - CX: '圣诞岛', - CY: '塞浦路斯', - CZ: '捷克', - DE: '德国', - DJ: '吉布提', - DK: '丹麦', - DM: '多米尼克', - DO: '多米尼加共和国', - DZ: '阿尔及利亚', - EC: '厄瓜多尔', - EE: '爱沙尼亚', - EG: '埃及', - EH: '西撒哈拉', - ER: '厄立特里亚', - ES: '西班牙', - ET: '埃塞俄比亚', - FI: '芬兰', - FJ: '斐济', - FK: '福克兰群岛', - FM: '密克罗尼西亚', - FO: '法罗群岛', - FR: '法国', - GA: '加蓬', - GB: '英国', - GD: '格林纳达', - GE: '格鲁吉亚', - GF: '法属圭亚那', - GG: '根西岛', - GH: '加纳', - GI: '直布罗陀', - GL: '格陵兰', - GM: '冈比亚', - GN: '几内亚', - GP: '瓜德罗普', - GQ: '赤道几内亚', - GR: '希腊', - GS: '南乔治亚和南桑威奇群岛', - GT: '危地马拉', - GU: '关岛', - GW: '几内亚比绍', - GY: '圭亚那', - HK: '香港', - HM: '赫德岛和麦克唐纳群岛', - HN: '洪都拉斯', - HR: '克罗地亚', - HT: '海地', - HU: '匈牙利', - ID: '印度尼西亚', - IE: '爱尔兰', - IL: '以色列', - IM: '马恩岛', - IN: '印度', - IO: '英属印度洋领地', - IQ: '伊拉克', - IR: '伊朗', - IS: '冰岛', - IT: '意大利', - JE: '泽西岛', - JM: '牙买加', - JO: '约旦', - JP: '日本', - KE: '肯尼亚', - KG: '吉尔吉斯斯坦', - KH: '柬埔寨', - KI: '基里巴斯', - KM: '科摩罗', - KN: '圣基茨和尼维斯', - KP: '朝鲜', - KR: '韩国', - KW: '科威特', - KY: '开曼群岛', - KZ: '哈萨克斯坦', - LA: '老挝', - LB: '黎巴嫩', - LC: '圣卢西亚', - LI: '列支敦士登', - LK: '斯里兰卡', - LR: '利比里亚', - LS: '莱索托', - LT: '立陶宛', - LU: '卢森堡', - LV: '拉脱维亚', - LY: '利比亚', - MA: '摩洛哥', - MC: '摩纳哥', - MD: '摩尔多瓦', - ME: '黑山', - MF: '法属圣马丁', - MG: '马达加斯加', - MH: '马绍尔群岛', - MK: '北马其顿', - ML: '马里', - MM: '缅甸', - MN: '蒙古', - MO: '澳门', - MP: '北马里亚纳群岛', - MQ: '马提尼克', - MR: '毛里塔尼亚', - MS: '蒙特塞拉特', - MT: '马耳他', - MU: '毛里求斯', - MV: '马尔代夫', - MW: '马拉维', - MX: '墨西哥', - MY: '马来西亚', - MZ: '莫桑比克', - NA: '纳米比亚', - NC: '新喀里多尼亚', - NE: '尼日尔', - NF: '诺福克岛', - NG: '尼日利亚', - NI: '尼加拉瓜', - NL: '荷兰', - NO: '挪威', - NP: '尼泊尔', - NR: '瑙鲁', - NU: '纽埃', - NZ: '新西兰', - OM: '阿曼', - PA: '巴拿马', - PE: '秘鲁', - PF: '法属波利尼西亚', - PG: '巴布亚新几内亚', - PH: '菲律宾', - PK: '巴基斯坦', - PL: '波兰', - PM: '圣皮埃尔和密克隆', - PN: '皮特凯恩群岛', - PR: '波多黎各', - PS: '巴勒斯坦', - PT: '葡萄牙', - PW: '帕劳', - PY: '巴拉圭', - QA: '卡塔尔', - RE: '留尼汪', - RO: '罗马尼亚', - RS: '塞尔维亚', - RU: '俄罗斯', - RW: '卢旺达', - SA: '沙特阿拉伯', - SB: '所罗门群岛', - SC: '塞舌尔', - SD: '苏丹', - SE: '瑞典', - SG: '新加坡', - SH: '圣赫勒拿、阿森松和特里斯坦-达库尼亚', - SI: '斯洛文尼亚', - SJ: '斯瓦尔巴和扬马延', - SK: '斯洛伐克', - SL: '塞拉利昂', - SM: '圣马力诺', - SN: '塞内加尔', - SO: '索马里', - SR: '苏里南', - SS: '南苏丹', - ST: '圣多美和普林西比', - SV: '萨尔瓦多', - SX: '荷属圣马丁', - SY: '叙利亚', - SZ: '斯威士兰', - TC: '特克斯和凯科斯群岛', - TD: '乍得', - TF: '法属南部领地', - TG: '多哥', - TH: '泰国', - TJ: '塔吉克斯坦', - TK: '托克劳', - TL: '东帝汶', - TM: '土库曼斯坦', - TN: '突尼斯', - TO: '汤加', - TR: '土耳其', - TT: '特立尼达和多巴哥', - TV: '图瓦卢', - TW: '台湾', - TZ: '坦桑尼亚', - UA: '乌克兰', - UG: '乌干达', - UM: '美国本土外小岛屿', - US: '美国', - UY: '乌拉圭', - UZ: '乌兹别克斯坦', - VA: '梵蒂冈', - VC: '圣文森特和格林纳丁斯', - VE: '委内瑞拉', - VG: '英属维尔京群岛', - VI: '美属维尔京群岛', - VN: '越南', - VU: '瓦努阿图', - WF: '瓦利斯和富图纳', - WS: '萨摩亚', - YE: '也门', - YT: '马约特', - ZA: '南非', - ZM: '赞比亚', - ZW: '津巴布韦' -}; - -// 中国地区数据结构 -interface District { - code: string; - name: string; -} - -interface City { - code: string; - name: string; - districts: District[]; -} - -interface Province { - code: string; - name: string; - cities: City[]; -} - -// 中国省份、城市、区县数据 - 完整数据集 -const chinaRegions: Province[] = [ - { - code: '11', - name: '北京市', - cities: [ - { - code: '1101', - name: '市辖区', - districts: [ - { code: '110101', name: '东城区' }, - { code: '110102', name: '西城区' }, - { code: '110105', name: '朝阳区' }, - { code: '110106', name: '丰台区' }, - { code: '110107', name: '石景山区' }, - { code: '110108', name: '海淀区' }, - { code: '110109', name: '门头沟区' }, - { code: '110111', name: '房山区' }, - { code: '110112', name: '通州区' }, - { code: '110113', name: '顺义区' }, - { code: '110114', name: '昌平区' }, - { code: '110115', name: '大兴区' }, - { code: '110116', name: '怀柔区' }, - { code: '110117', name: '平谷区' }, - { code: '110118', name: '密云区' }, - { code: '110119', name: '延庆区' } - ] - } - ] - }, - { - code: '12', - name: '天津市', - cities: [ - { - code: '1201', - name: '市辖区', - districts: [ - { code: '120101', name: '和平区' }, - { code: '120102', name: '河东区' }, - { code: '120103', name: '河西区' }, - { code: '120104', name: '南开区' }, - { code: '120105', name: '河北区' }, - { code: '120106', name: '红桥区' }, - { code: '120110', name: '东丽区' }, - { code: '120111', name: '西青区' }, - { code: '120112', name: '津南区' }, - { code: '120113', name: '北辰区' }, - { code: '120114', name: '武清区' }, - { code: '120115', name: '宝坻区' }, - { code: '120116', name: '滨海新区' }, - { code: '120117', name: '宁河区' }, - { code: '120118', name: '静海区' }, - { code: '120119', name: '蓟州区' } - ] - } - ] - }, - { - code: '13', - name: '河北省', - cities: [ - { - code: '1301', - name: '石家庄市', - districts: [ - { code: '130102', name: '长安区' }, - { code: '130104', name: '桥西区' }, - { code: '130105', name: '新华区' }, - { code: '130107', name: '井陉矿区' }, - { code: '130108', name: '裕华区' }, - { code: '130109', name: '藁城区' }, - { code: '130110', name: '鹿泉区' }, - { code: '130111', name: '栾城区' }, - { code: '130121', name: '井陉县' }, - { code: '130123', name: '正定县' }, - { code: '130125', name: '行唐县' }, - { code: '130126', name: '灵寿县' }, - { code: '130127', name: '高邑县' }, - { code: '130128', name: '深泽县' }, - { code: '130129', name: '赞皇县' }, - { code: '130130', name: '无极县' }, - { code: '130131', name: '平山县' }, - { code: '130132', name: '元氏县' }, - { code: '130133', name: '赵县' }, - { code: '130171', name: '石家庄高新技术产业开发区' }, - { code: '130172', name: '石家庄循环化工园区' }, - { code: '130181', name: '辛集市' }, - { code: '130183', name: '晋州市' }, - { code: '130184', name: '新乐市' } - ] - }, - { - code: '1302', - name: '唐山市', - districts: [ - { code: '130202', name: '路南区' }, - { code: '130203', name: '路北区' }, - { code: '130204', name: '古冶区' }, - { code: '130205', name: '开平区' }, - { code: '130207', name: '丰南区' }, - { code: '130208', name: '丰润区' }, - { code: '130209', name: '曹妃甸区' }, - { code: '130224', name: '滦南县' }, - { code: '130225', name: '乐亭县' }, - { code: '130227', name: '迁西县' }, - { code: '130229', name: '玉田县' }, - { code: '130271', name: '河北唐山芦台经济开发区' }, - { code: '130272', name: '唐山市汉沽管理区' }, - { code: '130273', name: '唐山高新技术产业开发区' }, - { code: '130274', name: '河北唐山海港经济开发区' }, - { code: '130281', name: '遵化市' }, - { code: '130283', name: '迁安市' }, - { code: '130284', name: '滦州市' } - ] - }, - { - code: '1303', - name: '秦皇岛市', - districts: [ - { code: '130302', name: '海港区' }, - { code: '130303', name: '山海关区' }, - { code: '130304', name: '北戴河区' }, - { code: '130306', name: '抚宁区' }, - { code: '130321', name: '青龙满族自治县' }, - { code: '130322', name: '昌黎县' }, - { code: '130324', name: '卢龙县' }, - { code: '130371', name: '秦皇岛市经济技术开发区' }, - { code: '130372', name: '北戴河新区' } - ] - }, - { - code: '1304', - name: '邯郸市', - districts: [ - { code: '130402', name: '邯山区' }, - { code: '130403', name: '丛台区' }, - { code: '130404', name: '复兴区' }, - { code: '130406', name: '峰峰矿区' }, - { code: '130407', name: '肥乡区' }, - { code: '130408', name: '永年区' }, - { code: '130423', name: '临漳县' }, - { code: '130424', name: '成安县' }, - { code: '130425', name: '大名县' }, - { code: '130426', name: '涉县' }, - { code: '130427', name: '磁县' }, - { code: '130430', name: '邱县' }, - { code: '130431', name: '鸡泽县' }, - { code: '130432', name: '广平县' }, - { code: '130433', name: '馆陶县' }, - { code: '130434', name: '魏县' }, - { code: '130435', name: '曲周县' }, - { code: '130471', name: '邯郸经济技术开发区' }, - { code: '130473', name: '邯郸冀南新区' }, - { code: '130481', name: '武安市' } - ] - }, - { - code: '1305', - name: '邢台市', - districts: [ - { code: '130502', name: '襄都区' }, - { code: '130503', name: '信都区' }, - { code: '130505', name: '任泽区' }, - { code: '130506', name: '南和区' }, - { code: '130522', name: '临城县' }, - { code: '130523', name: '内丘县' }, - { code: '130524', name: '柏乡县' }, - { code: '130525', name: '隆尧县' }, - { code: '130528', name: '宁晋县' }, - { code: '130529', name: '巨鹿县' }, - { code: '130530', name: '新河县' }, - { code: '130531', name: '广宗县' }, - { code: '130532', name: '平乡县' }, - { code: '130533', name: '威县' }, - { code: '130534', name: '清河县' }, - { code: '130535', name: '临西县' }, - { code: '130571', name: '河北邢台经济开发区' }, - { code: '130581', name: '南宫市' }, - { code: '130582', name: '沙河市' } - ] - }, - { - code: '1306', - name: '保定市', - districts: [ - { code: '130602', name: '竞秀区' }, - { code: '130606', name: '莲池区' }, - { code: '130607', name: '满城区' }, - { code: '130608', name: '清苑区' }, - { code: '130609', name: '徐水区' }, - { code: '130623', name: '涞水县' }, - { code: '130624', name: '阜平县' }, - { code: '130626', name: '定兴县' }, - { code: '130627', name: '唐县' }, - { code: '130628', name: '高阳县' }, - { code: '130629', name: '容城县' }, - { code: '130630', name: '涞源县' }, - { code: '130631', name: '望都县' }, - { code: '130632', name: '安新县' }, - { code: '130633', name: '易县' }, - { code: '130634', name: '曲阳县' }, - { code: '130635', name: '蠡县' }, - { code: '130636', name: '顺平县' }, - { code: '130637', name: '博野县' }, - { code: '130638', name: '雄县' }, - { code: '130671', name: '保定高新技术产业开发区' }, - { code: '130672', name: '保定白沟新城' }, - { code: '130681', name: '涿州市' }, - { code: '130682', name: '定州市' }, - { code: '130683', name: '安国市' }, - { code: '130684', name: '高碑店市' } - ] - }, - { - code: '1307', - name: '张家口市', - districts: [ - { code: '130702', name: '桥东区' }, - { code: '130703', name: '桥西区' }, - { code: '130705', name: '宣化区' }, - { code: '130706', name: '下花园区' }, - { code: '130708', name: '万全区' }, - { code: '130709', name: '崇礼区' }, - { code: '130722', name: '张北县' }, - { code: '130723', name: '康保县' }, - { code: '130724', name: '沽源县' }, - { code: '130725', name: '尚义县' }, - { code: '130726', name: '蔚县' }, - { code: '130727', name: '阳原县' }, - { code: '130728', name: '怀安县' }, - { code: '130730', name: '怀来县' }, - { code: '130731', name: '涿鹿县' }, - { code: '130732', name: '赤城县' }, - { code: '130771', name: '张家口经济开发区' }, - { code: '130772', name: '张家口市察北管理区' }, - { code: '130773', name: '张家口市塞北管理区' } - ] - }, - { - code: '1308', - name: '承德市', - districts: [ - { code: '130802', name: '双桥区' }, - { code: '130803', name: '双滦区' }, - { code: '130804', name: '鹰手营子矿区' }, - { code: '130821', name: '承德县' }, - { code: '130822', name: '兴隆县' }, - { code: '130824', name: '滦平县' }, - { code: '130825', name: '隆化县' }, - { code: '130826', name: '丰宁满族自治县' }, - { code: '130827', name: '宽城满族自治县' }, - { code: '130828', name: '围场满族蒙古族自治县' }, - { code: '130871', name: '承德高新技术产业开发区' }, - { code: '130881', name: '平泉市' } - ] - }, - { - code: '1309', - name: '沧州市', - districts: [ - { code: '130902', name: '新华区' }, - { code: '130903', name: '运河区' }, - { code: '130921', name: '沧县' }, - { code: '130922', name: '青县' }, - { code: '130923', name: '东光县' }, - { code: '130924', name: '海兴县' }, - { code: '130925', name: '盐山县' }, - { code: '130926', name: '肃宁县' }, - { code: '130927', name: '南皮县' }, - { code: '130928', name: '吴桥县' }, - { code: '130929', name: '献县' }, - { code: '130930', name: '孟村回族自治县' }, - { code: '130971', name: '河北沧州经济开发区' }, - { code: '130972', name: '沧州高新技术产业开发区' }, - { code: '130973', name: '沧州渤海新区' }, - { code: '130981', name: '泊头市' }, - { code: '130982', name: '任丘市' }, - { code: '130983', name: '黄骅市' }, - { code: '130984', name: '河间市' } - ] - }, - { - code: '1310', - name: '廊坊市', - districts: [ - { code: '131002', name: '安次区' }, - { code: '131003', name: '广阳区' }, - { code: '131022', name: '固安县' }, - { code: '131023', name: '永清县' }, - { code: '131024', name: '香河县' }, - { code: '131025', name: '大城县' }, - { code: '131026', name: '文安县' }, - { code: '131028', name: '大厂回族自治县' }, - { code: '131071', name: '廊坊经济技术开发区' }, - { code: '131081', name: '霸州市' }, - { code: '131082', name: '三河市' } - ] - }, - { - code: '1311', - name: '衡水市', - districts: [ - { code: '131102', name: '桃城区' }, - { code: '131103', name: '冀州区' }, - { code: '131121', name: '枣强县' }, - { code: '131122', name: '武邑县' }, - { code: '131123', name: '武强县' }, - { code: '131124', name: '饶阳县' }, - { code: '131125', name: '安平县' }, - { code: '131126', name: '故城县' }, - { code: '131127', name: '景县' }, - { code: '131128', name: '阜城县' }, - { code: '131171', name: '河北衡水高新技术产业开发区' }, - { code: '131172', name: '衡水滨湖新区' }, - { code: '131182', name: '深州市' } - ] - } - ] - }, - { - code: '14', - name: '山西省', - cities: [ - { - code: '1401', - name: '太原市', - districts: [ - { code: '140105', name: '小店区' }, - { code: '140106', name: '迎泽区' }, - { code: '140107', name: '杏花岭区' }, - { code: '140108', name: '尖草坪区' }, - { code: '140109', name: '万柏林区' }, - { code: '140110', name: '晋源区' }, - { code: '140121', name: '清徐县' }, - { code: '140122', name: '阳曲县' }, - { code: '140123', name: '娄烦县' }, - { code: '140171', name: '山西转型综合改革示范区' }, - { code: '140181', name: '古交市' } - ] - }, - { - code: '1402', - name: '大同市', - districts: [ - { code: '140212', name: '新荣区' }, - { code: '140213', name: '平城区' }, - { code: '140214', name: '云冈区' }, - { code: '140215', name: '云州区' }, - { code: '140221', name: '阳高县' }, - { code: '140222', name: '天镇县' }, - { code: '140223', name: '广灵县' }, - { code: '140224', name: '灵丘县' }, - { code: '140225', name: '浑源县' }, - { code: '140226', name: '左云县' }, - { code: '140271', name: '山西大同经济开发区' } - ] - }, - { - code: '1403', - name: '阳泉市', - districts: [ - { code: '140302', name: '城区' }, - { code: '140303', name: '矿区' }, - { code: '140311', name: '郊区' }, - { code: '140321', name: '平定县' }, - { code: '140322', name: '盂县' } - ] - }, - { - code: '1404', - name: '长治市', - districts: [ - { code: '140403', name: '潞州区' }, - { code: '140404', name: '上党区' }, - { code: '140405', name: '屯留区' }, - { code: '140406', name: '潞城区' }, - { code: '140423', name: '襄垣县' }, - { code: '140425', name: '平顺县' }, - { code: '140426', name: '黎城县' }, - { code: '140427', name: '壶关县' }, - { code: '140428', name: '长子县' }, - { code: '140429', name: '武乡县' }, - { code: '140430', name: '沁县' }, - { code: '140431', name: '沁源县' } - ] - }, - { - code: '1405', - name: '晋城市', - districts: [ - { code: '140502', name: '城区' }, - { code: '140521', name: '沁水县' }, - { code: '140522', name: '阳城县' }, - { code: '140524', name: '陵川县' }, - { code: '140525', name: '泽州县' }, - { code: '140581', name: '高平市' } - ] - }, - { - code: '1406', - name: '朔州市', - districts: [ - { code: '140602', name: '朔城区' }, - { code: '140603', name: '平鲁区' }, - { code: '140621', name: '山阴县' }, - { code: '140622', name: '应县' }, - { code: '140623', name: '右玉县' }, - { code: '140671', name: '山西朔州经济开发区' }, - { code: '140681', name: '怀仁市' } - ] - }, - { - code: '1407', - name: '晋中市', - districts: [ - { code: '140702', name: '榆次区' }, - { code: '140703', name: '太谷区' }, - { code: '140721', name: '榆社县' }, - { code: '140722', name: '左权县' }, - { code: '140723', name: '和顺县' }, - { code: '140724', name: '昔阳县' }, - { code: '140725', name: '寿阳县' }, - { code: '140727', name: '祁县' }, - { code: '140728', name: '平遥县' }, - { code: '140729', name: '灵石县' }, - { code: '140781', name: '介休市' } - ] - }, - { - code: '1408', - name: '运城市', - districts: [ - { code: '140802', name: '盐湖区' }, - { code: '140821', name: '临猗县' }, - { code: '140822', name: '万荣县' }, - { code: '140823', name: '闻喜县' }, - { code: '140824', name: '稷山县' }, - { code: '140825', name: '新绛县' }, - { code: '140826', name: '绛县' }, - { code: '140827', name: '垣曲县' }, - { code: '140828', name: '夏县' }, - { code: '140829', name: '平陆县' }, - { code: '140830', name: '芮城县' }, - { code: '140881', name: '永济市' }, - { code: '140882', name: '河津市' } - ] - }, - { - code: '1409', - name: '忻州市', - districts: [ - { code: '140902', name: '忻府区' }, - { code: '140921', name: '定襄县' }, - { code: '140922', name: '五台县' }, - { code: '140923', name: '代县' }, - { code: '140924', name: '繁峙县' }, - { code: '140925', name: '宁武县' }, - { code: '140926', name: '静乐县' }, - { code: '140927', name: '神池县' }, - { code: '140928', name: '五寨县' }, - { code: '140929', name: '岢岚县' }, - { code: '140930', name: '河曲县' }, - { code: '140931', name: '保德县' }, - { code: '140932', name: '偏关县' }, - { code: '140971', name: '五台山风景名胜区' }, - { code: '140981', name: '原平市' } - ] - }, - { - code: '1410', - name: '临汾市', - districts: [ - { code: '141002', name: '尧都区' }, - { code: '141021', name: '曲沃县' }, - { code: '141022', name: '翼城县' }, - { code: '141023', name: '襄汾县' }, - { code: '141024', name: '洪洞县' }, - { code: '141025', name: '古县' }, - { code: '141026', name: '安泽县' }, - { code: '141027', name: '浮山县' }, - { code: '141028', name: '吉县' }, - { code: '141029', name: '乡宁县' }, - { code: '141030', name: '大宁县' }, - { code: '141031', name: '隰县' }, - { code: '141032', name: '永和县' }, - { code: '141033', name: '蒲县' }, - { code: '141034', name: '汾西县' }, - { code: '141081', name: '侯马市' }, - { code: '141082', name: '霍州市' } - ] - }, - { - code: '1411', - name: '吕梁市', - districts: [ - { code: '141102', name: '离石区' }, - { code: '141121', name: '文水县' }, - { code: '141122', name: '交城县' }, - { code: '141123', name: '兴县' }, - { code: '141124', name: '临县' }, - { code: '141125', name: '柳林县' }, - { code: '141126', name: '石楼县' }, - { code: '141127', name: '岚县' }, - { code: '141128', name: '方山县' }, - { code: '141129', name: '中阳县' }, - { code: '141130', name: '交口县' }, - { code: '141181', name: '孝义市' }, - { code: '141182', name: '汾阳市' } - ] - } - ] - }, - { - code: '15', - name: '内蒙古自治区', - cities: [ - { - code: '1501', - name: '呼和浩特市', - districts: [ - { code: '150102', name: '新城区' }, - { code: '150103', name: '回民区' }, - { code: '150104', name: '玉泉区' }, - { code: '150105', name: '赛罕区' }, - { code: '150121', name: '土默特左旗' }, - { code: '150122', name: '托克托县' }, - { code: '150123', name: '和林格尔县' }, - { code: '150124', name: '清水河县' }, - { code: '150125', name: '武川县' }, - { code: '150172', name: '呼和浩特经济技术开发区' } - ] - }, - { - code: '1502', - name: '包头市', - districts: [ - { code: '150202', name: '东河区' }, - { code: '150203', name: '昆都仑区' }, - { code: '150204', name: '青山区' }, - { code: '150205', name: '石拐区' }, - { code: '150206', name: '白云鄂博矿区' }, - { code: '150207', name: '九原区' }, - { code: '150221', name: '土默特右旗' }, - { code: '150222', name: '固阳县' }, - { code: '150223', name: '达尔罕茂明安联合旗' }, - { code: '150271', name: '包头稀土高新技术产业开发区' } - ] - }, - { - code: '1503', - name: '乌海市', - districts: [ - { code: '150302', name: '海勃湾区' }, - { code: '150303', name: '海南区' }, - { code: '150304', name: '乌达区' } - ] - }, - { - code: '1504', - name: '赤峰市', - districts: [ - { code: '150402', name: '红山区' }, - { code: '150403', name: '元宝山区' }, - { code: '150404', name: '松山区' }, - { code: '150421', name: '阿鲁科尔沁旗' }, - { code: '150422', name: '巴林左旗' }, - { code: '150423', name: '巴林右旗' }, - { code: '150424', name: '林西县' }, - { code: '150425', name: '克什克腾旗' }, - { code: '150426', name: '翁牛特旗' }, - { code: '150428', name: '喀喇沁旗' }, - { code: '150429', name: '宁城县' }, - { code: '150430', name: '敖汉旗' } - ] - }, - { - code: '1505', - name: '通辽市', - districts: [ - { code: '150502', name: '科尔沁区' }, - { code: '150521', name: '科尔沁左翼中旗' }, - { code: '150522', name: '科尔沁左翼后旗' }, - { code: '150523', name: '开鲁县' }, - { code: '150524', name: '库伦旗' }, - { code: '150525', name: '奈曼旗' }, - { code: '150526', name: '扎鲁特旗' }, - { code: '150571', name: '通辽经济技术开发区' }, - { code: '150581', name: '霍林郭勒市' } - ] - }, - { - code: '1506', - name: '鄂尔多斯市', - districts: [ - { code: '150602', name: '东胜区' }, - { code: '150603', name: '康巴什区' }, - { code: '150621', name: '达拉特旗' }, - { code: '150622', name: '准格尔旗' }, - { code: '150623', name: '鄂托克前旗' }, - { code: '150624', name: '鄂托克旗' }, - { code: '150625', name: '杭锦旗' }, - { code: '150626', name: '乌审旗' }, - { code: '150627', name: '伊金霍洛旗' } - ] - }, - { - code: '1507', - name: '呼伦贝尔市', - districts: [ - { code: '150702', name: '海拉尔区' }, - { code: '150703', name: '扎赉诺尔区' }, - { code: '150721', name: '阿荣旗' }, - { code: '150722', name: '莫力达瓦达斡尔族自治旗' }, - { code: '150723', name: '鄂伦春自治旗' }, - { code: '150724', name: '鄂温克族自治旗' }, - { code: '150725', name: '陈巴尔虎旗' }, - { code: '150726', name: '新巴尔虎左旗' }, - { code: '150727', name: '新巴尔虎右旗' }, - { code: '150781', name: '满洲里市' }, - { code: '150782', name: '牙克石市' }, - { code: '150783', name: '扎兰屯市' }, - { code: '150784', name: '额尔古纳市' }, - { code: '150785', name: '根河市' } - ] - }, - { - code: '1508', - name: '巴彦淖尔市', - districts: [ - { code: '150802', name: '临河区' }, - { code: '150821', name: '五原县' }, - { code: '150822', name: '磴口县' }, - { code: '150823', name: '乌拉特前旗' }, - { code: '150824', name: '乌拉特中旗' }, - { code: '150825', name: '乌拉特后旗' }, - { code: '150826', name: '杭锦后旗' } - ] - }, - { - code: '1509', - name: '乌兰察布市', - districts: [ - { code: '150902', name: '集宁区' }, - { code: '150921', name: '卓资县' }, - { code: '150922', name: '化德县' }, - { code: '150923', name: '商都县' }, - { code: '150924', name: '兴和县' }, - { code: '150925', name: '凉城县' }, - { code: '150926', name: '察哈尔右翼前旗' }, - { code: '150927', name: '察哈尔右翼中旗' }, - { code: '150928', name: '察哈尔右翼后旗' }, - { code: '150929', name: '四子王旗' }, - { code: '150981', name: '丰镇市' } - ] - }, - { - code: '1522', - name: '兴安盟', - districts: [ - { code: '152201', name: '乌兰浩特市' }, - { code: '152202', name: '阿尔山市' }, - { code: '152221', name: '科尔沁右翼前旗' }, - { code: '152222', name: '科尔沁右翼中旗' }, - { code: '152223', name: '扎赉特旗' }, - { code: '152224', name: '突泉县' } - ] - }, - { - code: '1525', - name: '锡林郭勒盟', - districts: [ - { code: '152501', name: '二连浩特市' }, - { code: '152502', name: '锡林浩特市' }, - { code: '152522', name: '阿巴嘎旗' }, - { code: '152523', name: '苏尼特左旗' }, - { code: '152524', name: '苏尼特右旗' }, - { code: '152525', name: '东乌珠穆沁旗' }, - { code: '152526', name: '西乌珠穆沁旗' }, - { code: '152527', name: '太仆寺旗' }, - { code: '152528', name: '镶黄旗' }, - { code: '152529', name: '正镶白旗' }, - { code: '152530', name: '正蓝旗' }, - { code: '152531', name: '多伦县' }, - { code: '152571', name: '乌拉盖管理区管委会' } - ] - }, - { - code: '1529', - name: '阿拉善盟', - districts: [ - { code: '152921', name: '阿拉善左旗' }, - { code: '152922', name: '阿拉善右旗' }, - { code: '152923', name: '额济纳旗' }, - { code: '152971', name: '内蒙古阿拉善高新技术产业开发区' } - ] - } - ] - }, - { - code: '21', - name: '辽宁省', - cities: [ - { - code: '2101', - name: '沈阳市', - districts: [ - { code: '210102', name: '和平区' }, - { code: '210103', name: '沈河区' }, - { code: '210104', name: '大东区' }, - { code: '210105', name: '皇姑区' }, - { code: '210106', name: '铁西区' }, - { code: '210111', name: '苏家屯区' }, - { code: '210112', name: '浑南区' }, - { code: '210113', name: '沈北新区' }, - { code: '210114', name: '于洪区' }, - { code: '210115', name: '辽中区' }, - { code: '210123', name: '康平县' }, - { code: '210124', name: '法库县' }, - { code: '210181', name: '新民市' } - ] - }, - { - code: '2102', - name: '大连市', - districts: [ - { code: '210202', name: '中山区' }, - { code: '210203', name: '西岗区' }, - { code: '210204', name: '沙河口区' }, - { code: '210211', name: '甘井子区' }, - { code: '210212', name: '旅顺口区' }, - { code: '210213', name: '金州区' }, - { code: '210214', name: '普兰店区' }, - { code: '210224', name: '长海县' }, - { code: '210281', name: '瓦房店市' }, - { code: '210283', name: '庄河市' } - ] - }, - { - code: '2103', - name: '鞍山市', - districts: [ - { code: '210302', name: '铁东区' }, - { code: '210303', name: '铁西区' }, - { code: '210304', name: '立山区' }, - { code: '210311', name: '千山区' }, - { code: '210321', name: '台安县' }, - { code: '210323', name: '岫岩满族自治县' }, - { code: '210381', name: '海城市' } - ] - }, - { - code: '2104', - name: '抚顺市', - districts: [ - { code: '210402', name: '新抚区' }, - { code: '210403', name: '东洲区' }, - { code: '210404', name: '望花区' }, - { code: '210411', name: '顺城区' }, - { code: '210421', name: '抚顺县' }, - { code: '210422', name: '新宾满族自治县' }, - { code: '210423', name: '清原满族自治县' } - ] - }, - { - code: '2105', - name: '本溪市', - districts: [ - { code: '210502', name: '平山区' }, - { code: '210503', name: '溪湖区' }, - { code: '210504', name: '明山区' }, - { code: '210505', name: '南芬区' }, - { code: '210521', name: '本溪满族自治县' }, - { code: '210522', name: '桓仁满族自治县' } - ] - }, - { - code: '2106', - name: '丹东市', - districts: [ - { code: '210602', name: '元宝区' }, - { code: '210603', name: '振兴区' }, - { code: '210604', name: '振安区' }, - { code: '210624', name: '宽甸满族自治县' }, - { code: '210681', name: '东港市' }, - { code: '210682', name: '凤城市' } - ] - }, - { - code: '2107', - name: '锦州市', - districts: [ - { code: '210702', name: '古塔区' }, - { code: '210703', name: '凌河区' }, - { code: '210711', name: '太和区' }, - { code: '210726', name: '黑山县' }, - { code: '210727', name: '义县' }, - { code: '210781', name: '凌海市' }, - { code: '210782', name: '北镇市' } - ] - }, - { - code: '2108', - name: '营口市', - districts: [ - { code: '210802', name: '站前区' }, - { code: '210803', name: '西市区' }, - { code: '210804', name: '鲅鱼圈区' }, - { code: '210811', name: '老边区' }, - { code: '210881', name: '盖州市' }, - { code: '210882', name: '大石桥市' } - ] - }, - { - code: '2109', - name: '阜新市', - districts: [ - { code: '210902', name: '海州区' }, - { code: '210903', name: '新邱区' }, - { code: '210904', name: '太平区' }, - { code: '210905', name: '清河门区' }, - { code: '210911', name: '细河区' }, - { code: '210921', name: '阜新蒙古族自治县' }, - { code: '210922', name: '彰武县' } - ] - }, - { - code: '2110', - name: '辽阳市', - districts: [ - { code: '211002', name: '白塔区' }, - { code: '211003', name: '文圣区' }, - { code: '211004', name: '宏伟区' }, - { code: '211005', name: '弓长岭区' }, - { code: '211011', name: '太子河区' }, - { code: '211021', name: '辽阳县' }, - { code: '211081', name: '灯塔市' } - ] - }, - { - code: '2111', - name: '盘锦市', - districts: [ - { code: '211102', name: '双台子区' }, - { code: '211103', name: '兴隆台区' }, - { code: '211104', name: '大洼区' }, - { code: '211122', name: '盘山县' } - ] - }, - { - code: '2112', - name: '铁岭市', - districts: [ - { code: '211202', name: '银州区' }, - { code: '211204', name: '清河区' }, - { code: '211221', name: '铁岭县' }, - { code: '211223', name: '西丰县' }, - { code: '211224', name: '昌图县' }, - { code: '211281', name: '调兵山市' }, - { code: '211282', name: '开原市' } - ] - }, - { - code: '2113', - name: '朝阳市', - districts: [ - { code: '211302', name: '双塔区' }, - { code: '211303', name: '龙城区' }, - { code: '211321', name: '朝阳县' }, - { code: '211322', name: '建平县' }, - { code: '211324', name: '喀喇沁左翼蒙古族自治县' }, - { code: '211381', name: '北票市' }, - { code: '211382', name: '凌源市' } - ] - }, - { - code: '2114', - name: '葫芦岛市', - districts: [ - { code: '211402', name: '连山区' }, - { code: '211403', name: '龙港区' }, - { code: '211404', name: '南票区' }, - { code: '211421', name: '绥中县' }, - { code: '211422', name: '建昌县' }, - { code: '211481', name: '兴城市' } - ] - } - ] - }, - { - code: '22', - name: '吉林省', - cities: [ - { - code: '2201', - name: '长春市', - districts: [ - { code: '220102', name: '南关区' }, - { code: '220103', name: '宽城区' }, - { code: '220104', name: '朝阳区' }, - { code: '220105', name: '二道区' }, - { code: '220106', name: '绿园区' }, - { code: '220112', name: '双阳区' }, - { code: '220113', name: '九台区' }, - { code: '220122', name: '农安县' }, - { code: '220171', name: '长春经济技术开发区' }, - { code: '220172', name: '长春净月高新技术产业开发区' }, - { code: '220173', name: '长春高新技术产业开发区' }, - { code: '220174', name: '长春汽车经济技术开发区' }, - { code: '220182', name: '榆树市' }, - { code: '220183', name: '德惠市' }, - { code: '220184', name: '公主岭市' } - ] - }, - { - code: '2202', - name: '吉林市', - districts: [ - { code: '220202', name: '昌邑区' }, - { code: '220203', name: '龙潭区' }, - { code: '220204', name: '船营区' }, - { code: '220211', name: '丰满区' }, - { code: '220221', name: '永吉县' }, - { code: '220271', name: '吉林经济开发区' }, - { code: '220272', name: '吉林高新技术产业开发区' }, - { code: '220273', name: '吉林中国新加坡食品区' }, - { code: '220281', name: '蛟河市' }, - { code: '220282', name: '桦甸市' }, - { code: '220283', name: '舒兰市' }, - { code: '220284', name: '磐石市' } - ] - }, - { - code: '2203', - name: '四平市', - districts: [ - { code: '220302', name: '铁西区' }, - { code: '220303', name: '铁东区' }, - { code: '220322', name: '梨树县' }, - { code: '220323', name: '伊通满族自治县' }, - { code: '220382', name: '双辽市' } - ] - }, - { - code: '2204', - name: '辽源市', - districts: [ - { code: '220402', name: '龙山区' }, - { code: '220403', name: '西安区' }, - { code: '220421', name: '东丰县' }, - { code: '220422', name: '东辽县' } - ] - }, - { - code: '2205', - name: '通化市', - districts: [ - { code: '220502', name: '东昌区' }, - { code: '220503', name: '二道江区' }, - { code: '220521', name: '通化县' }, - { code: '220523', name: '辉南县' }, - { code: '220524', name: '柳河县' }, - { code: '220581', name: '梅河口市' }, - { code: '220582', name: '集安市' } - ] - }, - { - code: '2206', - name: '白山市', - districts: [ - { code: '220602', name: '浑江区' }, - { code: '220605', name: '江源区' }, - { code: '220621', name: '抚松县' }, - { code: '220622', name: '靖宇县' }, - { code: '220623', name: '长白朝鲜族自治县' }, - { code: '220681', name: '临江市' } - ] - }, - { - code: '2207', - name: '松原市', - districts: [ - { code: '220702', name: '宁江区' }, - { code: '220721', name: '前郭尔罗斯蒙古族自治县' }, - { code: '220722', name: '长岭县' }, - { code: '220723', name: '乾安县' }, - { code: '220771', name: '吉林松原经济开发区' }, - { code: '220781', name: '扶余市' } - ] - }, - { - code: '2208', - name: '白城市', - districts: [ - { code: '220802', name: '洮北区' }, - { code: '220821', name: '镇赉县' }, - { code: '220822', name: '通榆县' }, - { code: '220871', name: '吉林白城经济开发区' }, - { code: '220881', name: '洮南市' }, - { code: '220882', name: '大安市' } - ] - }, - { - code: '2224', - name: '延边朝鲜族自治州', - districts: [ - { code: '222401', name: '延吉市' }, - { code: '222402', name: '图们市' }, - { code: '222403', name: '敦化市' }, - { code: '222404', name: '珲春市' }, - { code: '222405', name: '龙井市' }, - { code: '222406', name: '和龙市' }, - { code: '222424', name: '汪清县' }, - { code: '222426', name: '安图县' } - ] - } - ] - }, - { - code: '23', - name: '黑龙江省', - cities: [ - { - code: '2301', - name: '哈尔滨市', - districts: [ - { code: '230102', name: '道里区' }, - { code: '230103', name: '南岗区' }, - { code: '230104', name: '道外区' }, - { code: '230108', name: '平房区' }, - { code: '230109', name: '松北区' }, - { code: '230110', name: '香坊区' }, - { code: '230111', name: '呼兰区' }, - { code: '230112', name: '阿城区' }, - { code: '230113', name: '双城区' }, - { code: '230123', name: '依兰县' }, - { code: '230124', name: '方正县' }, - { code: '230125', name: '宾县' }, - { code: '230126', name: '巴彦县' }, - { code: '230127', name: '木兰县' }, - { code: '230128', name: '通河县' }, - { code: '230129', name: '延寿县' }, - { code: '230183', name: '尚志市' }, - { code: '230184', name: '五常市' } - ] - }, - { - code: '2302', - name: '齐齐哈尔市', - districts: [ - { code: '230202', name: '龙沙区' }, - { code: '230203', name: '建华区' }, - { code: '230204', name: '铁锋区' }, - { code: '230205', name: '昂昂溪区' }, - { code: '230206', name: '富拉尔基区' }, - { code: '230207', name: '碾子山区' }, - { code: '230208', name: '梅里斯达斡尔族区' }, - { code: '230221', name: '龙江县' }, - { code: '230223', name: '依安县' }, - { code: '230224', name: '泰来县' }, - { code: '230225', name: '甘南县' }, - { code: '230227', name: '富裕县' }, - { code: '230229', name: '克山县' }, - { code: '230230', name: '克东县' }, - { code: '230231', name: '拜泉县' }, - { code: '230281', name: '讷河市' } - ] - }, - { - code: '2303', - name: '鸡西市', - districts: [ - { code: '230302', name: '鸡冠区' }, - { code: '230303', name: '恒山区' }, - { code: '230304', name: '滴道区' }, - { code: '230305', name: '梨树区' }, - { code: '230306', name: '城子河区' }, - { code: '230307', name: '麻山区' }, - { code: '230321', name: '鸡东县' }, - { code: '230381', name: '虎林市' }, - { code: '230382', name: '密山市' } - ] - }, - { - code: '2304', - name: '鹤岗市', - districts: [ - { code: '230402', name: '向阳区' }, - { code: '230403', name: '工农区' }, - { code: '230404', name: '南山区' }, - { code: '230405', name: '兴安区' }, - { code: '230406', name: '东山区' }, - { code: '230407', name: '兴山区' }, - { code: '230421', name: '萝北县' }, - { code: '230422', name: '绥滨县' } - ] - }, - { - code: '2305', - name: '双鸭山市', - districts: [ - { code: '230502', name: '尖山区' }, - { code: '230503', name: '岭东区' }, - { code: '230505', name: '四方台区' }, - { code: '230506', name: '宝山区' }, - { code: '230521', name: '集贤县' }, - { code: '230522', name: '友谊县' }, - { code: '230523', name: '宝清县' }, - { code: '230524', name: '饶河县' } - ] - }, - { - code: '2306', - name: '大庆市', - districts: [ - { code: '230602', name: '萨尔图区' }, - { code: '230603', name: '龙凤区' }, - { code: '230604', name: '让胡路区' }, - { code: '230605', name: '红岗区' }, - { code: '230606', name: '大同区' }, - { code: '230621', name: '肇州县' }, - { code: '230622', name: '肇源县' }, - { code: '230623', name: '林甸县' }, - { code: '230624', name: '杜尔伯特蒙古族自治县' }, - { code: '230671', name: '大庆高新技术产业开发区' } - ] - }, - { - code: '2307', - name: '伊春市', - districts: [ - { code: '230717', name: '伊美区' }, - { code: '230718', name: '乌翠区' }, - { code: '230719', name: '友好区' }, - { code: '230722', name: '嘉荫县' }, - { code: '230723', name: '汤旺县' }, - { code: '230724', name: '丰林县' }, - { code: '230725', name: '大箐山县' }, - { code: '230726', name: '南岔县' }, - { code: '230751', name: '金林区' }, - { code: '230781', name: '铁力市' } - ] - }, - { - code: '2308', - name: '佳木斯市', - districts: [ - { code: '230803', name: '向阳区' }, - { code: '230804', name: '前进区' }, - { code: '230805', name: '东风区' }, - { code: '230811', name: '郊区' }, - { code: '230822', name: '桦南县' }, - { code: '230826', name: '桦川县' }, - { code: '230828', name: '汤原县' }, - { code: '230881', name: '同江市' }, - { code: '230882', name: '富锦市' }, - { code: '230883', name: '抚远市' } - ] - }, - { - code: '2309', - name: '七台河市', - districts: [ - { code: '230902', name: '新兴区' }, - { code: '230903', name: '桃山区' }, - { code: '230904', name: '茄子河区' }, - { code: '230921', name: '勃利县' } - ] - }, - { - code: '2310', - name: '牡丹江市', - districts: [ - { code: '231002', name: '东安区' }, - { code: '231003', name: '阳明区' }, - { code: '231004', name: '爱民区' }, - { code: '231005', name: '西安区' }, - { code: '231025', name: '林口县' }, - { code: '231081', name: '绥芬河市' }, - { code: '231083', name: '海林市' }, - { code: '231084', name: '宁安市' }, - { code: '231085', name: '穆棱市' }, - { code: '231086', name: '东宁市' } - ] - }, - { - code: '2311', - name: '黑河市', - districts: [ - { code: '231102', name: '爱辉区' }, - { code: '231123', name: '逊克县' }, - { code: '231124', name: '孙吴县' }, - { code: '231181', name: '北安市' }, - { code: '231182', name: '五大连池市' }, - { code: '231183', name: '嫩江市' } - ] - }, - { - code: '2312', - name: '绥化市', - districts: [ - { code: '231202', name: '北林区' }, - { code: '231221', name: '望奎县' }, - { code: '231222', name: '兰西县' }, - { code: '231223', name: '青冈县' }, - { code: '231224', name: '庆安县' }, - { code: '231225', name: '明水县' }, - { code: '231226', name: '绥棱县' }, - { code: '231281', name: '安达市' }, - { code: '231282', name: '肇东市' }, - { code: '231283', name: '海伦市' } - ] - }, - { - code: '2327', - name: '大兴安岭地区', - districts: [ - { code: '232701', name: '漠河市' }, - { code: '232721', name: '呼玛县' }, - { code: '232722', name: '塔河县' }, - { code: '232761', name: '加格达奇区' }, - { code: '232762', name: '松岭区' }, - { code: '232763', name: '新林区' }, - { code: '232764', name: '呼中区' } - ] - } - ] - }, - { - code: '31', - name: '上海市', - cities: [ - { - code: '3101', - name: '市辖区', - districts: [ - { code: '310101', name: '黄浦区' }, - { code: '310104', name: '徐汇区' }, - { code: '310105', name: '长宁区' }, - { code: '310106', name: '静安区' }, - { code: '310107', name: '普陀区' }, - { code: '310109', name: '虹口区' }, - { code: '310110', name: '杨浦区' }, - { code: '310112', name: '闵行区' }, - { code: '310113', name: '宝山区' }, - { code: '310114', name: '嘉定区' }, - { code: '310115', name: '浦东新区' }, - { code: '310116', name: '金山区' }, - { code: '310117', name: '松江区' }, - { code: '310118', name: '青浦区' }, - { code: '310120', name: '奉贤区' }, - { code: '310151', name: '崇明区' } - ] - } - ] - }, - { - code: '32', - name: '江苏省', - cities: [ - { - code: '3201', - name: '南京市', - districts: [ - { code: '320102', name: '玄武区' }, - { code: '320104', name: '秦淮区' }, - { code: '320105', name: '建邺区' }, - { code: '320106', name: '鼓楼区' }, - { code: '320111', name: '浦口区' }, - { code: '320113', name: '栖霞区' }, - { code: '320114', name: '雨花台区' }, - { code: '320115', name: '江宁区' }, - { code: '320116', name: '六合区' }, - { code: '320117', name: '溧水区' }, - { code: '320118', name: '高淳区' } - ] - }, - { - code: '3202', - name: '无锡市', - districts: [ - { code: '320205', name: '锡山区' }, - { code: '320206', name: '惠山区' }, - { code: '320211', name: '滨湖区' }, - { code: '320213', name: '梁溪区' }, - { code: '320214', name: '新吴区' }, - { code: '320281', name: '江阴市' }, - { code: '320282', name: '宜兴市' } - ] - }, - { - code: '3203', - name: '徐州市', - districts: [ - { code: '320302', name: '鼓楼区' }, - { code: '320303', name: '云龙区' }, - { code: '320305', name: '贾汪区' }, - { code: '320311', name: '泉山区' }, - { code: '320312', name: '铜山区' }, - { code: '320321', name: '丰县' }, - { code: '320322', name: '沛县' }, - { code: '320324', name: '睢宁县' }, - { code: '320371', name: '徐州经济技术开发区' }, - { code: '320381', name: '新沂市' }, - { code: '320382', name: '邳州市' } - ] - }, - { - code: '3204', - name: '常州市', - districts: [ - { code: '320402', name: '天宁区' }, - { code: '320404', name: '钟楼区' }, - { code: '320411', name: '新北区' }, - { code: '320412', name: '武进区' }, - { code: '320413', name: '金坛区' }, - { code: '320481', name: '溧阳市' } - ] - }, - { - code: '3205', - name: '苏州市', - districts: [ - { code: '320505', name: '虎丘区' }, - { code: '320506', name: '吴中区' }, - { code: '320507', name: '相城区' }, - { code: '320508', name: '姑苏区' }, - { code: '320509', name: '吴江区' }, - { code: '320576', name: '苏州工业园区' }, - { code: '320581', name: '常熟市' }, - { code: '320582', name: '张家港市' }, - { code: '320583', name: '昆山市' }, - { code: '320585', name: '太仓市' } - ] - }, - { - code: '3206', - name: '南通市', - districts: [ - { code: '320612', name: '通州区' }, - { code: '320613', name: '崇川区' }, - { code: '320614', name: '海门区' }, - { code: '320623', name: '如东县' }, - { code: '320671', name: '南通经济技术开发区' }, - { code: '320681', name: '启东市' }, - { code: '320682', name: '如皋市' }, - { code: '320685', name: '海安市' } - ] - }, - { - code: '3207', - name: '连云港市', - districts: [ - { code: '320703', name: '连云区' }, - { code: '320706', name: '海州区' }, - { code: '320707', name: '赣榆区' }, - { code: '320722', name: '东海县' }, - { code: '320723', name: '灌云县' }, - { code: '320724', name: '灌南县' }, - { code: '320771', name: '连云港经济技术开发区' } - ] - }, - { - code: '3208', - name: '淮安市', - districts: [ - { code: '320803', name: '淮安区' }, - { code: '320804', name: '淮阴区' }, - { code: '320812', name: '清江浦区' }, - { code: '320813', name: '洪泽区' }, - { code: '320826', name: '涟水县' }, - { code: '320830', name: '盱眙县' }, - { code: '320831', name: '金湖县' }, - { code: '320871', name: '淮安经济技术开发区' } - ] - }, - { - code: '3209', - name: '盐城市', - districts: [ - { code: '320902', name: '亭湖区' }, - { code: '320903', name: '盐都区' }, - { code: '320904', name: '大丰区' }, - { code: '320921', name: '响水县' }, - { code: '320922', name: '滨海县' }, - { code: '320923', name: '阜宁县' }, - { code: '320924', name: '射阳县' }, - { code: '320925', name: '建湖县' }, - { code: '320971', name: '盐城经济技术开发区' }, - { code: '320981', name: '东台市' } - ] - }, - { - code: '3210', - name: '扬州市', - districts: [ - { code: '321002', name: '广陵区' }, - { code: '321003', name: '邗江区' }, - { code: '321012', name: '江都区' }, - { code: '321023', name: '宝应县' }, - { code: '321071', name: '扬州经济技术开发区' }, - { code: '321081', name: '仪征市' }, - { code: '321084', name: '高邮市' } - ] - }, - { - code: '3211', - name: '镇江市', - districts: [ - { code: '321102', name: '京口区' }, - { code: '321111', name: '润州区' }, - { code: '321112', name: '丹徒区' }, - { code: '321171', name: '镇江新区' }, - { code: '321181', name: '丹阳市' }, - { code: '321182', name: '扬中市' }, - { code: '321183', name: '句容市' } - ] - }, - { - code: '3212', - name: '泰州市', - districts: [ - { code: '321202', name: '海陵区' }, - { code: '321203', name: '高港区' }, - { code: '321204', name: '姜堰区' }, - { code: '321281', name: '兴化市' }, - { code: '321282', name: '靖江市' }, - { code: '321283', name: '泰兴市' } - ] - }, - { - code: '3213', - name: '宿迁市', - districts: [ - { code: '321302', name: '宿城区' }, - { code: '321311', name: '宿豫区' }, - { code: '321322', name: '沭阳县' }, - { code: '321323', name: '泗阳县' }, - { code: '321324', name: '泗洪县' }, - { code: '321371', name: '宿迁经济技术开发区' } - ] - } - ] - }, - { - code: '33', - name: '浙江省', - cities: [ - { - code: '3301', - name: '杭州市', - districts: [ - { code: '330102', name: '上城区' }, - { code: '330105', name: '拱墅区' }, - { code: '330106', name: '西湖区' }, - { code: '330108', name: '滨江区' }, - { code: '330109', name: '萧山区' }, - { code: '330110', name: '余杭区' }, - { code: '330111', name: '富阳区' }, - { code: '330112', name: '临安区' }, - { code: '330113', name: '临平区' }, - { code: '330114', name: '钱塘区' }, - { code: '330122', name: '桐庐县' }, - { code: '330127', name: '淳安县' }, - { code: '330182', name: '建德市' } - ] - }, - { - code: '3302', - name: '宁波市', - districts: [ - { code: '330203', name: '海曙区' }, - { code: '330205', name: '江北区' }, - { code: '330206', name: '北仑区' }, - { code: '330211', name: '镇海区' }, - { code: '330212', name: '鄞州区' }, - { code: '330213', name: '奉化区' }, - { code: '330225', name: '象山县' }, - { code: '330226', name: '宁海县' }, - { code: '330281', name: '余姚市' }, - { code: '330282', name: '慈溪市' } - ] - }, - { - code: '3303', - name: '温州市', - districts: [ - { code: '330302', name: '鹿城区' }, - { code: '330303', name: '龙湾区' }, - { code: '330304', name: '瓯海区' }, - { code: '330305', name: '洞头区' }, - { code: '330324', name: '永嘉县' }, - { code: '330326', name: '平阳县' }, - { code: '330327', name: '苍南县' }, - { code: '330328', name: '文成县' }, - { code: '330329', name: '泰顺县' }, - { code: '330381', name: '瑞安市' }, - { code: '330382', name: '乐清市' }, - { code: '330383', name: '龙港市' } - ] - }, - { - code: '3304', - name: '嘉兴市', - districts: [ - { code: '330402', name: '南湖区' }, - { code: '330411', name: '秀洲区' }, - { code: '330421', name: '嘉善县' }, - { code: '330424', name: '海盐县' }, - { code: '330481', name: '海宁市' }, - { code: '330482', name: '平湖市' }, - { code: '330483', name: '桐乡市' } - ] - }, - { - code: '3305', - name: '湖州市', - districts: [ - { code: '330502', name: '吴兴区' }, - { code: '330503', name: '南浔区' }, - { code: '330521', name: '德清县' }, - { code: '330522', name: '长兴县' }, - { code: '330523', name: '安吉县' } - ] - }, - { - code: '3306', - name: '绍兴市', - districts: [ - { code: '330602', name: '越城区' }, - { code: '330603', name: '柯桥区' }, - { code: '330604', name: '上虞区' }, - { code: '330624', name: '新昌县' }, - { code: '330681', name: '诸暨市' }, - { code: '330683', name: '嵊州市' } - ] - }, - { - code: '3307', - name: '金华市', - districts: [ - { code: '330702', name: '婺城区' }, - { code: '330703', name: '金东区' }, - { code: '330723', name: '武义县' }, - { code: '330726', name: '浦江县' }, - { code: '330727', name: '磐安县' }, - { code: '330781', name: '兰溪市' }, - { code: '330782', name: '义乌市' }, - { code: '330783', name: '东阳市' }, - { code: '330784', name: '永康市' } - ] - }, - { - code: '3308', - name: '衢州市', - districts: [ - { code: '330802', name: '柯城区' }, - { code: '330803', name: '衢江区' }, - { code: '330822', name: '常山县' }, - { code: '330824', name: '开化县' }, - { code: '330825', name: '龙游县' }, - { code: '330881', name: '江山市' } - ] - }, - { - code: '3309', - name: '舟山市', - districts: [ - { code: '330902', name: '定海区' }, - { code: '330903', name: '普陀区' }, - { code: '330921', name: '岱山县' }, - { code: '330922', name: '嵊泗县' } - ] - }, - { - code: '3310', - name: '台州市', - districts: [ - { code: '331002', name: '椒江区' }, - { code: '331003', name: '黄岩区' }, - { code: '331004', name: '路桥区' }, - { code: '331022', name: '三门县' }, - { code: '331023', name: '天台县' }, - { code: '331024', name: '仙居县' }, - { code: '331081', name: '温岭市' }, - { code: '331082', name: '临海市' }, - { code: '331083', name: '玉环市' } - ] - }, - { - code: '3311', - name: '丽水市', - districts: [ - { code: '331102', name: '莲都区' }, - { code: '331121', name: '青田县' }, - { code: '331122', name: '缙云县' }, - { code: '331123', name: '遂昌县' }, - { code: '331124', name: '松阳县' }, - { code: '331125', name: '云和县' }, - { code: '331126', name: '庆元县' }, - { code: '331127', name: '景宁畲族自治县' }, - { code: '331181', name: '龙泉市' } - ] - } - ] - }, - { - code: '34', - name: '安徽省', - cities: [ - { - code: '3401', - name: '合肥市', - districts: [ - { code: '340102', name: '瑶海区' }, - { code: '340103', name: '庐阳区' }, - { code: '340104', name: '蜀山区' }, - { code: '340111', name: '包河区' }, - { code: '340121', name: '长丰县' }, - { code: '340122', name: '肥东县' }, - { code: '340123', name: '肥西县' }, - { code: '340124', name: '庐江县' }, - { code: '340176', name: '合肥高新技术产业开发区' }, - { code: '340177', name: '合肥经济技术开发区' }, - { code: '340178', name: '合肥新站高新技术产业开发区' }, - { code: '340181', name: '巢湖市' } - ] - }, - { - code: '3402', - name: '芜湖市', - districts: [ - { code: '340202', name: '镜湖区' }, - { code: '340207', name: '鸠江区' }, - { code: '340209', name: '弋江区' }, - { code: '340210', name: '湾沚区' }, - { code: '340212', name: '繁昌区' }, - { code: '340223', name: '南陵县' }, - { code: '340271', name: '芜湖经济技术开发区' }, - { code: '340272', name: '安徽芜湖三山经济开发区' }, - { code: '340281', name: '无为市' } - ] - }, - { - code: '3403', - name: '蚌埠市', - districts: [ - { code: '340302', name: '龙子湖区' }, - { code: '340303', name: '蚌山区' }, - { code: '340304', name: '禹会区' }, - { code: '340311', name: '淮上区' }, - { code: '340321', name: '怀远县' }, - { code: '340322', name: '五河县' }, - { code: '340323', name: '固镇县' }, - { code: '340371', name: '蚌埠市高新技术开发区' }, - { code: '340372', name: '蚌埠市经济开发区' } - ] - }, - { - code: '3404', - name: '淮南市', - districts: [ - { code: '340402', name: '大通区' }, - { code: '340403', name: '田家庵区' }, - { code: '340404', name: '谢家集区' }, - { code: '340405', name: '八公山区' }, - { code: '340406', name: '潘集区' }, - { code: '340421', name: '凤台县' }, - { code: '340422', name: '寿县' } - ] - }, - { - code: '3405', - name: '马鞍山市', - districts: [ - { code: '340503', name: '花山区' }, - { code: '340504', name: '雨山区' }, - { code: '340506', name: '博望区' }, - { code: '340521', name: '当涂县' }, - { code: '340522', name: '含山县' }, - { code: '340523', name: '和县' } - ] - }, - { - code: '3406', - name: '淮北市', - districts: [ - { code: '340602', name: '杜集区' }, - { code: '340603', name: '相山区' }, - { code: '340604', name: '烈山区' }, - { code: '340621', name: '濉溪县' } - ] - }, - { - code: '3407', - name: '铜陵市', - districts: [ - { code: '340705', name: '铜官区' }, - { code: '340706', name: '义安区' }, - { code: '340711', name: '郊区' }, - { code: '340722', name: '枞阳县' } - ] - }, - { - code: '3408', - name: '安庆市', - districts: [ - { code: '340802', name: '迎江区' }, - { code: '340803', name: '大观区' }, - { code: '340811', name: '宜秀区' }, - { code: '340822', name: '怀宁县' }, - { code: '340825', name: '太湖县' }, - { code: '340826', name: '宿松县' }, - { code: '340827', name: '望江县' }, - { code: '340828', name: '岳西县' }, - { code: '340871', name: '安徽安庆经济开发区' }, - { code: '340881', name: '桐城市' }, - { code: '340882', name: '潜山市' } - ] - }, - { - code: '3410', - name: '黄山市', - districts: [ - { code: '341002', name: '屯溪区' }, - { code: '341003', name: '黄山区' }, - { code: '341004', name: '徽州区' }, - { code: '341021', name: '歙县' }, - { code: '341022', name: '休宁县' }, - { code: '341023', name: '黟县' }, - { code: '341024', name: '祁门县' } - ] - }, - { - code: '3411', - name: '滁州市', - districts: [ - { code: '341102', name: '琅琊区' }, - { code: '341103', name: '南谯区' }, - { code: '341122', name: '来安县' }, - { code: '341124', name: '全椒县' }, - { code: '341125', name: '定远县' }, - { code: '341126', name: '凤阳县' }, - { code: '341171', name: '中新苏滁高新技术产业开发区' }, - { code: '341172', name: '滁州经济技术开发区' }, - { code: '341181', name: '天长市' }, - { code: '341182', name: '明光市' } - ] - }, - { - code: '3412', - name: '阜阳市', - districts: [ - { code: '341202', name: '颍州区' }, - { code: '341203', name: '颍东区' }, - { code: '341204', name: '颍泉区' }, - { code: '341221', name: '临泉县' }, - { code: '341222', name: '太和县' }, - { code: '341225', name: '阜南县' }, - { code: '341226', name: '颍上县' }, - { code: '341271', name: '阜阳合肥现代产业园区' }, - { code: '341272', name: '阜阳经济技术开发区' }, - { code: '341282', name: '界首市' } - ] - }, - { - code: '3413', - name: '宿州市', - districts: [ - { code: '341302', name: '埇桥区' }, - { code: '341321', name: '砀山县' }, - { code: '341322', name: '萧县' }, - { code: '341323', name: '灵璧县' }, - { code: '341324', name: '泗县' }, - { code: '341371', name: '宿州马鞍山现代产业园区' }, - { code: '341372', name: '宿州经济技术开发区' } - ] - }, - { - code: '3415', - name: '六安市', - districts: [ - { code: '341502', name: '金安区' }, - { code: '341503', name: '裕安区' }, - { code: '341504', name: '叶集区' }, - { code: '341522', name: '霍邱县' }, - { code: '341523', name: '舒城县' }, - { code: '341524', name: '金寨县' }, - { code: '341525', name: '霍山县' } - ] - }, - { - code: '3416', - name: '亳州市', - districts: [ - { code: '341602', name: '谯城区' }, - { code: '341621', name: '涡阳县' }, - { code: '341622', name: '蒙城县' }, - { code: '341623', name: '利辛县' } - ] - }, - { - code: '3417', - name: '池州市', - districts: [ - { code: '341702', name: '贵池区' }, - { code: '341721', name: '东至县' }, - { code: '341722', name: '石台县' }, - { code: '341723', name: '青阳县' } - ] - }, - { - code: '3418', - name: '宣城市', - districts: [ - { code: '341802', name: '宣州区' }, - { code: '341821', name: '郎溪县' }, - { code: '341823', name: '泾县' }, - { code: '341824', name: '绩溪县' }, - { code: '341825', name: '旌德县' }, - { code: '341871', name: '宣城市经济开发区' }, - { code: '341881', name: '宁国市' }, - { code: '341882', name: '广德市' } - ] - } - ] - }, - { - code: '35', - name: '福建省', - cities: [ - { - code: '3501', - name: '福州市', - districts: [ - { code: '350102', name: '鼓楼区' }, - { code: '350103', name: '台江区' }, - { code: '350104', name: '仓山区' }, - { code: '350105', name: '马尾区' }, - { code: '350111', name: '晋安区' }, - { code: '350112', name: '长乐区' }, - { code: '350121', name: '闽侯县' }, - { code: '350122', name: '连江县' }, - { code: '350123', name: '罗源县' }, - { code: '350124', name: '闽清县' }, - { code: '350125', name: '永泰县' }, - { code: '350128', name: '平潭县' }, - { code: '350181', name: '福清市' } - ] - }, - { - code: '3502', - name: '厦门市', - districts: [ - { code: '350203', name: '思明区' }, - { code: '350205', name: '海沧区' }, - { code: '350206', name: '湖里区' }, - { code: '350211', name: '集美区' }, - { code: '350212', name: '同安区' }, - { code: '350213', name: '翔安区' } - ] - }, - { - code: '3503', - name: '莆田市', - districts: [ - { code: '350302', name: '城厢区' }, - { code: '350303', name: '涵江区' }, - { code: '350304', name: '荔城区' }, - { code: '350305', name: '秀屿区' }, - { code: '350322', name: '仙游县' } - ] - }, - { - code: '3504', - name: '三明市', - districts: [ - { code: '350404', name: '三元区' }, - { code: '350405', name: '沙县区' }, - { code: '350421', name: '明溪县' }, - { code: '350423', name: '清流县' }, - { code: '350424', name: '宁化县' }, - { code: '350425', name: '大田县' }, - { code: '350426', name: '尤溪县' }, - { code: '350428', name: '将乐县' }, - { code: '350429', name: '泰宁县' }, - { code: '350430', name: '建宁县' }, - { code: '350481', name: '永安市' } - ] - }, - { - code: '3505', - name: '泉州市', - districts: [ - { code: '350502', name: '鲤城区' }, - { code: '350503', name: '丰泽区' }, - { code: '350504', name: '洛江区' }, - { code: '350505', name: '泉港区' }, - { code: '350521', name: '惠安县' }, - { code: '350524', name: '安溪县' }, - { code: '350525', name: '永春县' }, - { code: '350526', name: '德化县' }, - { code: '350527', name: '金门县' }, - { code: '350581', name: '石狮市' }, - { code: '350582', name: '晋江市' }, - { code: '350583', name: '南安市' } - ] - }, - { - code: '3506', - name: '漳州市', - districts: [ - { code: '350602', name: '芗城区' }, - { code: '350603', name: '龙文区' }, - { code: '350604', name: '龙海区' }, - { code: '350605', name: '长泰区' }, - { code: '350622', name: '云霄县' }, - { code: '350623', name: '漳浦县' }, - { code: '350624', name: '诏安县' }, - { code: '350626', name: '东山县' }, - { code: '350627', name: '南靖县' }, - { code: '350628', name: '平和县' }, - { code: '350629', name: '华安县' } - ] - }, - { - code: '3507', - name: '南平市', - districts: [ - { code: '350702', name: '延平区' }, - { code: '350703', name: '建阳区' }, - { code: '350721', name: '顺昌县' }, - { code: '350722', name: '浦城县' }, - { code: '350723', name: '光泽县' }, - { code: '350724', name: '松溪县' }, - { code: '350725', name: '政和县' }, - { code: '350781', name: '邵武市' }, - { code: '350782', name: '武夷山市' }, - { code: '350783', name: '建瓯市' } - ] - }, - { - code: '3508', - name: '龙岩市', - districts: [ - { code: '350802', name: '新罗区' }, - { code: '350803', name: '永定区' }, - { code: '350821', name: '长汀县' }, - { code: '350823', name: '上杭县' }, - { code: '350824', name: '武平县' }, - { code: '350825', name: '连城县' }, - { code: '350881', name: '漳平市' } - ] - }, - { - code: '3509', - name: '宁德市', - districts: [ - { code: '350902', name: '蕉城区' }, - { code: '350921', name: '霞浦县' }, - { code: '350922', name: '古田县' }, - { code: '350923', name: '屏南县' }, - { code: '350924', name: '寿宁县' }, - { code: '350925', name: '周宁县' }, - { code: '350926', name: '柘荣县' }, - { code: '350981', name: '福安市' }, - { code: '350982', name: '福鼎市' } - ] - } - ] - }, - { - code: '36', - name: '江西省', - cities: [ - { - code: '3601', - name: '南昌市', - districts: [ - { code: '360102', name: '东湖区' }, - { code: '360103', name: '西湖区' }, - { code: '360104', name: '青云谱区' }, - { code: '360111', name: '青山湖区' }, - { code: '360112', name: '新建区' }, - { code: '360113', name: '红谷滩区' }, - { code: '360121', name: '南昌县' }, - { code: '360123', name: '安义县' }, - { code: '360124', name: '进贤县' } - ] - }, - { - code: '3602', - name: '景德镇市', - districts: [ - { code: '360202', name: '昌江区' }, - { code: '360203', name: '珠山区' }, - { code: '360222', name: '浮梁县' }, - { code: '360281', name: '乐平市' } - ] - }, - { - code: '3603', - name: '萍乡市', - districts: [ - { code: '360302', name: '安源区' }, - { code: '360313', name: '湘东区' }, - { code: '360321', name: '莲花县' }, - { code: '360322', name: '上栗县' }, - { code: '360323', name: '芦溪县' } - ] - }, - { - code: '3604', - name: '九江市', - districts: [ - { code: '360402', name: '濂溪区' }, - { code: '360403', name: '浔阳区' }, - { code: '360404', name: '柴桑区' }, - { code: '360423', name: '武宁县' }, - { code: '360424', name: '修水县' }, - { code: '360425', name: '永修县' }, - { code: '360426', name: '德安县' }, - { code: '360428', name: '都昌县' }, - { code: '360429', name: '湖口县' }, - { code: '360430', name: '彭泽县' }, - { code: '360481', name: '瑞昌市' }, - { code: '360482', name: '共青城市' }, - { code: '360483', name: '庐山市' } - ] - }, - { - code: '3605', - name: '新余市', - districts: [ - { code: '360502', name: '渝水区' }, - { code: '360521', name: '分宜县' } - ] - }, - { - code: '3606', - name: '鹰潭市', - districts: [ - { code: '360602', name: '月湖区' }, - { code: '360603', name: '余江区' }, - { code: '360681', name: '贵溪市' } - ] - }, - { - code: '3607', - name: '赣州市', - districts: [ - { code: '360702', name: '章贡区' }, - { code: '360703', name: '南康区' }, - { code: '360704', name: '赣县区' }, - { code: '360722', name: '信丰县' }, - { code: '360723', name: '大余县' }, - { code: '360724', name: '上犹县' }, - { code: '360725', name: '崇义县' }, - { code: '360726', name: '安远县' }, - { code: '360728', name: '定南县' }, - { code: '360729', name: '全南县' }, - { code: '360730', name: '宁都县' }, - { code: '360731', name: '于都县' }, - { code: '360732', name: '兴国县' }, - { code: '360733', name: '会昌县' }, - { code: '360734', name: '寻乌县' }, - { code: '360735', name: '石城县' }, - { code: '360781', name: '瑞金市' }, - { code: '360783', name: '龙南市' } - ] - }, - { - code: '3608', - name: '吉安市', - districts: [ - { code: '360802', name: '吉州区' }, - { code: '360803', name: '青原区' }, - { code: '360821', name: '吉安县' }, - { code: '360822', name: '吉水县' }, - { code: '360823', name: '峡江县' }, - { code: '360824', name: '新干县' }, - { code: '360825', name: '永丰县' }, - { code: '360826', name: '泰和县' }, - { code: '360827', name: '遂川县' }, - { code: '360828', name: '万安县' }, - { code: '360829', name: '安福县' }, - { code: '360830', name: '永新县' }, - { code: '360881', name: '井冈山市' } - ] - }, - { - code: '3609', - name: '宜春市', - districts: [ - { code: '360902', name: '袁州区' }, - { code: '360921', name: '奉新县' }, - { code: '360922', name: '万载县' }, - { code: '360923', name: '上高县' }, - { code: '360924', name: '宜丰县' }, - { code: '360925', name: '靖安县' }, - { code: '360926', name: '铜鼓县' }, - { code: '360981', name: '丰城市' }, - { code: '360982', name: '樟树市' }, - { code: '360983', name: '高安市' } - ] - }, - { - code: '3610', - name: '抚州市', - districts: [ - { code: '361002', name: '临川区' }, - { code: '361003', name: '东乡区' }, - { code: '361021', name: '南城县' }, - { code: '361022', name: '黎川县' }, - { code: '361023', name: '南丰县' }, - { code: '361024', name: '崇仁县' }, - { code: '361025', name: '乐安县' }, - { code: '361026', name: '宜黄县' }, - { code: '361027', name: '金溪县' }, - { code: '361028', name: '资溪县' }, - { code: '361030', name: '广昌县' } - ] - }, - { - code: '3611', - name: '上饶市', - districts: [ - { code: '361102', name: '信州区' }, - { code: '361103', name: '广丰区' }, - { code: '361104', name: '广信区' }, - { code: '361123', name: '玉山县' }, - { code: '361124', name: '铅山县' }, - { code: '361125', name: '横峰县' }, - { code: '361126', name: '弋阳县' }, - { code: '361127', name: '余干县' }, - { code: '361128', name: '鄱阳县' }, - { code: '361129', name: '万年县' }, - { code: '361130', name: '婺源县' }, - { code: '361181', name: '德兴市' } - ] - } - ] - }, - { - code: '37', - name: '山东省', - cities: [ - { - code: '3701', - name: '济南市', - districts: [ - { code: '370102', name: '历下区' }, - { code: '370103', name: '市中区' }, - { code: '370104', name: '槐荫区' }, - { code: '370105', name: '天桥区' }, - { code: '370112', name: '历城区' }, - { code: '370113', name: '长清区' }, - { code: '370114', name: '章丘区' }, - { code: '370115', name: '济阳区' }, - { code: '370116', name: '莱芜区' }, - { code: '370117', name: '钢城区' }, - { code: '370124', name: '平阴县' }, - { code: '370126', name: '商河县' }, - { code: '370176', name: '济南高新技术产业开发区' } - ] - }, - { - code: '3702', - name: '青岛市', - districts: [ - { code: '370202', name: '市南区' }, - { code: '370203', name: '市北区' }, - { code: '370211', name: '黄岛区' }, - { code: '370212', name: '崂山区' }, - { code: '370213', name: '李沧区' }, - { code: '370214', name: '城阳区' }, - { code: '370215', name: '即墨区' }, - { code: '370281', name: '胶州市' }, - { code: '370283', name: '平度市' }, - { code: '370285', name: '莱西市' } - ] - }, - { - code: '3703', - name: '淄博市', - districts: [ - { code: '370302', name: '淄川区' }, - { code: '370303', name: '张店区' }, - { code: '370304', name: '博山区' }, - { code: '370305', name: '临淄区' }, - { code: '370306', name: '周村区' }, - { code: '370321', name: '桓台县' }, - { code: '370322', name: '高青县' }, - { code: '370323', name: '沂源县' } - ] - }, - { - code: '3704', - name: '枣庄市', - districts: [ - { code: '370402', name: '市中区' }, - { code: '370403', name: '薛城区' }, - { code: '370404', name: '峄城区' }, - { code: '370405', name: '台儿庄区' }, - { code: '370406', name: '山亭区' }, - { code: '370481', name: '滕州市' } - ] - }, - { - code: '3705', - name: '东营市', - districts: [ - { code: '370502', name: '东营区' }, - { code: '370503', name: '河口区' }, - { code: '370505', name: '垦利区' }, - { code: '370522', name: '利津县' }, - { code: '370523', name: '广饶县' }, - { code: '370571', name: '东营经济技术开发区' }, - { code: '370572', name: '东营港经济开发区' } - ] - }, - { - code: '3706', - name: '烟台市', - districts: [ - { code: '370602', name: '芝罘区' }, - { code: '370611', name: '福山区' }, - { code: '370612', name: '牟平区' }, - { code: '370613', name: '莱山区' }, - { code: '370614', name: '蓬莱区' }, - { code: '370671', name: '烟台高新技术产业开发区' }, - { code: '370676', name: '烟台经济技术开发区' }, - { code: '370681', name: '龙口市' }, - { code: '370682', name: '莱阳市' }, - { code: '370683', name: '莱州市' }, - { code: '370685', name: '招远市' }, - { code: '370686', name: '栖霞市' }, - { code: '370687', name: '海阳市' } - ] - }, - { - code: '3707', - name: '潍坊市', - districts: [ - { code: '370702', name: '潍城区' }, - { code: '370703', name: '寒亭区' }, - { code: '370704', name: '坊子区' }, - { code: '370705', name: '奎文区' }, - { code: '370724', name: '临朐县' }, - { code: '370725', name: '昌乐县' }, - { code: '370772', name: '潍坊滨海经济技术开发区' }, - { code: '370781', name: '青州市' }, - { code: '370782', name: '诸城市' }, - { code: '370783', name: '寿光市' }, - { code: '370784', name: '安丘市' }, - { code: '370785', name: '高密市' }, - { code: '370786', name: '昌邑市' } - ] - }, - { - code: '3708', - name: '济宁市', - districts: [ - { code: '370811', name: '任城区' }, - { code: '370812', name: '兖州区' }, - { code: '370826', name: '微山县' }, - { code: '370827', name: '鱼台县' }, - { code: '370828', name: '金乡县' }, - { code: '370829', name: '嘉祥县' }, - { code: '370830', name: '汶上县' }, - { code: '370831', name: '泗水县' }, - { code: '370832', name: '梁山县' }, - { code: '370871', name: '济宁高新技术产业开发区' }, - { code: '370881', name: '曲阜市' }, - { code: '370883', name: '邹城市' } - ] - }, - { - code: '3709', - name: '泰安市', - districts: [ - { code: '370902', name: '泰山区' }, - { code: '370911', name: '岱岳区' }, - { code: '370921', name: '宁阳县' }, - { code: '370923', name: '东平县' }, - { code: '370982', name: '新泰市' }, - { code: '370983', name: '肥城市' } - ] - }, - { - code: '3710', - name: '威海市', - districts: [ - { code: '371002', name: '环翠区' }, - { code: '371003', name: '文登区' }, - { code: '371071', name: '威海火炬高技术产业开发区' }, - { code: '371072', name: '威海经济技术开发区' }, - { code: '371073', name: '威海临港经济技术开发区' }, - { code: '371082', name: '荣成市' }, - { code: '371083', name: '乳山市' } - ] - }, - { - code: '3711', - name: '日照市', - districts: [ - { code: '371102', name: '东港区' }, - { code: '371103', name: '岚山区' }, - { code: '371121', name: '五莲县' }, - { code: '371122', name: '莒县' }, - { code: '371171', name: '日照经济技术开发区' } - ] - }, - { - code: '3713', - name: '临沂市', - districts: [ - { code: '371302', name: '兰山区' }, - { code: '371311', name: '罗庄区' }, - { code: '371312', name: '河东区' }, - { code: '371321', name: '沂南县' }, - { code: '371322', name: '郯城县' }, - { code: '371323', name: '沂水县' }, - { code: '371324', name: '兰陵县' }, - { code: '371325', name: '费县' }, - { code: '371326', name: '平邑县' }, - { code: '371327', name: '莒南县' }, - { code: '371328', name: '蒙阴县' }, - { code: '371329', name: '临沭县' }, - { code: '371371', name: '临沂高新技术产业开发区' } - ] - }, - { - code: '3714', - name: '德州市', - districts: [ - { code: '371402', name: '德城区' }, - { code: '371403', name: '陵城区' }, - { code: '371422', name: '宁津县' }, - { code: '371423', name: '庆云县' }, - { code: '371424', name: '临邑县' }, - { code: '371425', name: '齐河县' }, - { code: '371426', name: '平原县' }, - { code: '371427', name: '夏津县' }, - { code: '371428', name: '武城县' }, - { code: '371471', name: '德州天衢新区' }, - { code: '371481', name: '乐陵市' }, - { code: '371482', name: '禹城市' } - ] - }, - { - code: '3715', - name: '聊城市', - districts: [ - { code: '371502', name: '东昌府区' }, - { code: '371503', name: '茌平区' }, - { code: '371521', name: '阳谷县' }, - { code: '371522', name: '莘县' }, - { code: '371524', name: '东阿县' }, - { code: '371525', name: '冠县' }, - { code: '371526', name: '高唐县' }, - { code: '371581', name: '临清市' } - ] - }, - { - code: '3716', - name: '滨州市', - districts: [ - { code: '371602', name: '滨城区' }, - { code: '371603', name: '沾化区' }, - { code: '371621', name: '惠民县' }, - { code: '371622', name: '阳信县' }, - { code: '371623', name: '无棣县' }, - { code: '371625', name: '博兴县' }, - { code: '371681', name: '邹平市' } - ] - }, - { - code: '3717', - name: '菏泽市', - districts: [ - { code: '371702', name: '牡丹区' }, - { code: '371703', name: '定陶区' }, - { code: '371721', name: '曹县' }, - { code: '371722', name: '单县' }, - { code: '371723', name: '成武县' }, - { code: '371724', name: '巨野县' }, - { code: '371725', name: '郓城县' }, - { code: '371726', name: '鄄城县' }, - { code: '371728', name: '东明县' }, - { code: '371771', name: '菏泽经济技术开发区' }, - { code: '371772', name: '菏泽高新技术开发区' } - ] - } - ] - }, - { - code: '41', - name: '河南省', - cities: [ - { - code: '4101', - name: '郑州市', - districts: [ - { code: '410102', name: '中原区' }, - { code: '410103', name: '二七区' }, - { code: '410104', name: '管城回族区' }, - { code: '410105', name: '金水区' }, - { code: '410106', name: '上街区' }, - { code: '410108', name: '惠济区' }, - { code: '410122', name: '中牟县' }, - { code: '410171', name: '郑州经济技术开发区' }, - { code: '410172', name: '郑州高新技术产业开发区' }, - { code: '410173', name: '郑州航空港经济综合实验区' }, - { code: '410181', name: '巩义市' }, - { code: '410182', name: '荥阳市' }, - { code: '410183', name: '新密市' }, - { code: '410184', name: '新郑市' }, - { code: '410185', name: '登封市' } - ] - }, - { - code: '4102', - name: '开封市', - districts: [ - { code: '410202', name: '龙亭区' }, - { code: '410203', name: '顺河回族区' }, - { code: '410204', name: '鼓楼区' }, - { code: '410205', name: '禹王台区' }, - { code: '410212', name: '祥符区' }, - { code: '410221', name: '杞县' }, - { code: '410222', name: '通许县' }, - { code: '410223', name: '尉氏县' }, - { code: '410225', name: '兰考县' } - ] - }, - { - code: '4103', - name: '洛阳市', - districts: [ - { code: '410302', name: '老城区' }, - { code: '410303', name: '西工区' }, - { code: '410304', name: '瀍河回族区' }, - { code: '410305', name: '涧西区' }, - { code: '410307', name: '偃师区' }, - { code: '410308', name: '孟津区' }, - { code: '410311', name: '洛龙区' }, - { code: '410323', name: '新安县' }, - { code: '410324', name: '栾川县' }, - { code: '410325', name: '嵩县' }, - { code: '410326', name: '汝阳县' }, - { code: '410327', name: '宜阳县' }, - { code: '410328', name: '洛宁县' }, - { code: '410329', name: '伊川县' }, - { code: '410371', name: '洛阳高新技术产业开发区' } - ] - }, - { - code: '4104', - name: '平顶山市', - districts: [ - { code: '410402', name: '新华区' }, - { code: '410403', name: '卫东区' }, - { code: '410404', name: '石龙区' }, - { code: '410411', name: '湛河区' }, - { code: '410421', name: '宝丰县' }, - { code: '410422', name: '叶县' }, - { code: '410423', name: '鲁山县' }, - { code: '410425', name: '郏县' }, - { code: '410471', name: '平顶山高新技术产业开发区' }, - { code: '410472', name: '平顶山市城乡一体化示范区' }, - { code: '410481', name: '舞钢市' }, - { code: '410482', name: '汝州市' } - ] - }, - { - code: '4105', - name: '安阳市', - districts: [ - { code: '410502', name: '文峰区' }, - { code: '410503', name: '北关区' }, - { code: '410505', name: '殷都区' }, - { code: '410506', name: '龙安区' }, - { code: '410522', name: '安阳县' }, - { code: '410523', name: '汤阴县' }, - { code: '410526', name: '滑县' }, - { code: '410527', name: '内黄县' }, - { code: '410571', name: '安阳高新技术产业开发区' }, - { code: '410581', name: '林州市' } - ] - }, - { - code: '4106', - name: '鹤壁市', - districts: [ - { code: '410602', name: '鹤山区' }, - { code: '410603', name: '山城区' }, - { code: '410611', name: '淇滨区' }, - { code: '410621', name: '浚县' }, - { code: '410622', name: '淇县' }, - { code: '410671', name: '鹤壁经济技术开发区' } - ] - }, - { - code: '4107', - name: '新乡市', - districts: [ - { code: '410702', name: '红旗区' }, - { code: '410703', name: '卫滨区' }, - { code: '410704', name: '凤泉区' }, - { code: '410711', name: '牧野区' }, - { code: '410721', name: '新乡县' }, - { code: '410724', name: '获嘉县' }, - { code: '410725', name: '原阳县' }, - { code: '410726', name: '延津县' }, - { code: '410727', name: '封丘县' }, - { code: '410771', name: '新乡高新技术产业开发区' }, - { code: '410772', name: '新乡经济技术开发区' }, - { code: '410773', name: '新乡市平原城乡一体化示范区' }, - { code: '410781', name: '卫辉市' }, - { code: '410782', name: '辉县市' }, - { code: '410783', name: '长垣市' } - ] - }, - { - code: '4108', - name: '焦作市', - districts: [ - { code: '410802', name: '解放区' }, - { code: '410803', name: '中站区' }, - { code: '410804', name: '马村区' }, - { code: '410811', name: '山阳区' }, - { code: '410821', name: '修武县' }, - { code: '410822', name: '博爱县' }, - { code: '410823', name: '武陟县' }, - { code: '410825', name: '温县' }, - { code: '410871', name: '焦作城乡一体化示范区' }, - { code: '410882', name: '沁阳市' }, - { code: '410883', name: '孟州市' } - ] - }, - { - code: '4109', - name: '濮阳市', - districts: [ - { code: '410902', name: '华龙区' }, - { code: '410922', name: '清丰县' }, - { code: '410923', name: '南乐县' }, - { code: '410926', name: '范县' }, - { code: '410927', name: '台前县' }, - { code: '410928', name: '濮阳县' }, - { code: '410971', name: '河南濮阳工业园区' }, - { code: '410972', name: '濮阳经济技术开发区' } - ] - }, - { - code: '4110', - name: '许昌市', - districts: [ - { code: '411002', name: '魏都区' }, - { code: '411003', name: '建安区' }, - { code: '411024', name: '鄢陵县' }, - { code: '411025', name: '襄城县' }, - { code: '411071', name: '许昌经济技术开发区' }, - { code: '411081', name: '禹州市' }, - { code: '411082', name: '长葛市' } - ] - }, - { - code: '4111', - name: '漯河市', - districts: [ - { code: '411102', name: '源汇区' }, - { code: '411103', name: '郾城区' }, - { code: '411104', name: '召陵区' }, - { code: '411121', name: '舞阳县' }, - { code: '411122', name: '临颍县' }, - { code: '411171', name: '漯河经济技术开发区' } - ] - }, - { - code: '4112', - name: '三门峡市', - districts: [ - { code: '411202', name: '湖滨区' }, - { code: '411203', name: '陕州区' }, - { code: '411221', name: '渑池县' }, - { code: '411224', name: '卢氏县' }, - { code: '411271', name: '河南三门峡经济开发区' }, - { code: '411281', name: '义马市' }, - { code: '411282', name: '灵宝市' } - ] - }, - { - code: '4113', - name: '南阳市', - districts: [ - { code: '411302', name: '宛城区' }, - { code: '411303', name: '卧龙区' }, - { code: '411321', name: '南召县' }, - { code: '411322', name: '方城县' }, - { code: '411323', name: '西峡县' }, - { code: '411324', name: '镇平县' }, - { code: '411325', name: '内乡县' }, - { code: '411326', name: '淅川县' }, - { code: '411327', name: '社旗县' }, - { code: '411328', name: '唐河县' }, - { code: '411329', name: '新野县' }, - { code: '411330', name: '桐柏县' }, - { code: '411371', name: '南阳高新技术产业开发区' }, - { code: '411372', name: '南阳市城乡一体化示范区' }, - { code: '411381', name: '邓州市' } - ] - }, - { - code: '4114', - name: '商丘市', - districts: [ - { code: '411402', name: '梁园区' }, - { code: '411403', name: '睢阳区' }, - { code: '411421', name: '民权县' }, - { code: '411422', name: '睢县' }, - { code: '411423', name: '宁陵县' }, - { code: '411424', name: '柘城县' }, - { code: '411425', name: '虞城县' }, - { code: '411426', name: '夏邑县' }, - { code: '411471', name: '豫东综合物流产业聚集区' }, - { code: '411472', name: '河南商丘经济开发区' }, - { code: '411481', name: '永城市' } - ] - }, - { - code: '4115', - name: '信阳市', - districts: [ - { code: '411502', name: '浉河区' }, - { code: '411503', name: '平桥区' }, - { code: '411521', name: '罗山县' }, - { code: '411522', name: '光山县' }, - { code: '411523', name: '新县' }, - { code: '411524', name: '商城县' }, - { code: '411525', name: '固始县' }, - { code: '411526', name: '潢川县' }, - { code: '411527', name: '淮滨县' }, - { code: '411528', name: '息县' }, - { code: '411571', name: '信阳高新技术产业开发区' } - ] - }, - { - code: '4116', - name: '周口市', - districts: [ - { code: '411602', name: '川汇区' }, - { code: '411603', name: '淮阳区' }, - { code: '411621', name: '扶沟县' }, - { code: '411622', name: '西华县' }, - { code: '411623', name: '商水县' }, - { code: '411624', name: '沈丘县' }, - { code: '411625', name: '郸城县' }, - { code: '411627', name: '太康县' }, - { code: '411628', name: '鹿邑县' }, - { code: '411671', name: '周口临港开发区' }, - { code: '411681', name: '项城市' } - ] - }, - { - code: '4117', - name: '驻马店市', - districts: [ - { code: '411702', name: '驿城区' }, - { code: '411721', name: '西平县' }, - { code: '411722', name: '上蔡县' }, - { code: '411723', name: '平舆县' }, - { code: '411724', name: '正阳县' }, - { code: '411725', name: '确山县' }, - { code: '411726', name: '泌阳县' }, - { code: '411727', name: '汝南县' }, - { code: '411728', name: '遂平县' }, - { code: '411729', name: '新蔡县' }, - { code: '411771', name: '河南驻马店经济开发区' } - ] - }, - { - code: '4190', - name: '省直辖县级行政区划', - districts: [ - { code: '419001', name: '济源市' } - ] - } - ] - }, - { - code: '42', - name: '湖北省', - cities: [ - { - code: '4201', - name: '武汉市', - districts: [ - { code: '420102', name: '江岸区' }, - { code: '420103', name: '江汉区' }, - { code: '420104', name: '硚口区' }, - { code: '420105', name: '汉阳区' }, - { code: '420106', name: '武昌区' }, - { code: '420107', name: '青山区' }, - { code: '420111', name: '洪山区' }, - { code: '420112', name: '东西湖区' }, - { code: '420113', name: '汉南区' }, - { code: '420114', name: '蔡甸区' }, - { code: '420115', name: '江夏区' }, - { code: '420116', name: '黄陂区' }, - { code: '420117', name: '新洲区' } - ] - }, - { - code: '4202', - name: '黄石市', - districts: [ - { code: '420202', name: '黄石港区' }, - { code: '420203', name: '西塞山区' }, - { code: '420204', name: '下陆区' }, - { code: '420205', name: '铁山区' }, - { code: '420222', name: '阳新县' }, - { code: '420281', name: '大冶市' } - ] - }, - { - code: '4203', - name: '十堰市', - districts: [ - { code: '420302', name: '茅箭区' }, - { code: '420303', name: '张湾区' }, - { code: '420304', name: '郧阳区' }, - { code: '420322', name: '郧西县' }, - { code: '420323', name: '竹山县' }, - { code: '420324', name: '竹溪县' }, - { code: '420325', name: '房县' }, - { code: '420381', name: '丹江口市' } - ] - }, - { - code: '4205', - name: '宜昌市', - districts: [ - { code: '420502', name: '西陵区' }, - { code: '420503', name: '伍家岗区' }, - { code: '420504', name: '点军区' }, - { code: '420505', name: '猇亭区' }, - { code: '420506', name: '夷陵区' }, - { code: '420525', name: '远安县' }, - { code: '420526', name: '兴山县' }, - { code: '420527', name: '秭归县' }, - { code: '420528', name: '长阳土家族自治县' }, - { code: '420529', name: '五峰土家族自治县' }, - { code: '420581', name: '宜都市' }, - { code: '420582', name: '当阳市' }, - { code: '420583', name: '枝江市' } - ] - }, - { - code: '4206', - name: '襄阳市', - districts: [ - { code: '420602', name: '襄城区' }, - { code: '420606', name: '樊城区' }, - { code: '420607', name: '襄州区' }, - { code: '420624', name: '南漳县' }, - { code: '420625', name: '谷城县' }, - { code: '420626', name: '保康县' }, - { code: '420682', name: '老河口市' }, - { code: '420683', name: '枣阳市' }, - { code: '420684', name: '宜城市' } - ] - }, - { - code: '4207', - name: '鄂州市', - districts: [ - { code: '420702', name: '梁子湖区' }, - { code: '420703', name: '华容区' }, - { code: '420704', name: '鄂城区' } - ] - }, - { - code: '4208', - name: '荆门市', - districts: [ - { code: '420802', name: '东宝区' }, - { code: '420804', name: '掇刀区' }, - { code: '420822', name: '沙洋县' }, - { code: '420881', name: '钟祥市' }, - { code: '420882', name: '京山市' } - ] - }, - { - code: '4209', - name: '孝感市', - districts: [ - { code: '420902', name: '孝南区' }, - { code: '420921', name: '孝昌县' }, - { code: '420922', name: '大悟县' }, - { code: '420923', name: '云梦县' }, - { code: '420981', name: '应城市' }, - { code: '420982', name: '安陆市' }, - { code: '420984', name: '汉川市' } - ] - }, - { - code: '4210', - name: '荆州市', - districts: [ - { code: '421002', name: '沙市区' }, - { code: '421003', name: '荆州区' }, - { code: '421022', name: '公安县' }, - { code: '421023', name: '监利县' }, - { code: '421024', name: '江陵县' }, - { code: '421081', name: '石首市' }, - { code: '421083', name: '洪湖市' }, - { code: '421087', name: '松滋市' } - ] - }, - { - code: '4211', - name: '黄冈市', - districts: [ - { code: '421102', name: '黄州区' }, - { code: '421121', name: '团风县' }, - { code: '421122', name: '红安县' }, - { code: '421123', name: '罗田县' }, - { code: '421124', name: '英山县' }, - { code: '421125', name: '浠水县' }, - { code: '421126', name: '蕲春县' }, - { code: '421127', name: '黄梅县' }, - { code: '421181', name: '麻城市' }, - { code: '421182', name: '武穴市' } - ] - }, - { - code: '4212', - name: '咸宁市', - districts: [ - { code: '421202', name: '咸安区' }, - { code: '421221', name: '嘉鱼县' }, - { code: '421222', name: '通城县' }, - { code: '421223', name: '崇阳县' }, - { code: '421224', name: '通山县' }, - { code: '421281', name: '赤壁市' } - ] - }, - { - code: '4213', - name: '随州市', - districts: [ - { code: '421303', name: '曾都区' }, - { code: '421321', name: '随县' }, - { code: '421381', name: '广水市' } - ] - }, - { - code: '4228', - name: '恩施土家族苗族自治州', - districts: [ - { code: '422801', name: '恩施市' }, - { code: '422802', name: '利川市' }, - { code: '422822', name: '建始县' }, - { code: '422823', name: '巴东县' }, - { code: '422825', name: '宣恩县' }, - { code: '422826', name: '咸丰县' }, - { code: '422827', name: '来凤县' }, - { code: '422828', name: '鹤峰县' } - ] - }, - { - code: '4290', - name: '省直辖县级行政区划', - districts: [ - { code: '429004', name: '仙桃市' }, - { code: '429005', name: '潜江市' }, - { code: '429006', name: '天门市' }, - { code: '429021', name: '神农架林区' } - ] - } - ] - }, - { - code: '43', - name: '湖南省', - cities: [ - { - code: '4301', - name: '长沙市', - districts: [ - { code: '430102', name: '芙蓉区' }, - { code: '430103', name: '天心区' }, - { code: '430104', name: '岳麓区' }, - { code: '430105', name: '开福区' }, - { code: '430111', name: '雨花区' }, - { code: '430112', name: '望城区' }, - { code: '430121', name: '长沙县' }, - { code: '430181', name: '浏阳市' }, - { code: '430182', name: '宁乡市' } - ] - }, - { - code: '4302', - name: '株洲市', - districts: [ - { code: '430202', name: '荷塘区' }, - { code: '430203', name: '芦淞区' }, - { code: '430204', name: '石峰区' }, - { code: '430211', name: '天元区' }, - { code: '430212', name: '渌口区' }, - { code: '430223', name: '攸县' }, - { code: '430224', name: '茶陵县' }, - { code: '430225', name: '炎陵县' }, - { code: '430281', name: '醴陵市' } - ] - }, - { - code: '4303', - name: '湘潭市', - districts: [ - { code: '430302', name: '雨湖区' }, - { code: '430304', name: '岳塘区' }, - { code: '430321', name: '湘潭县' }, - { code: '430381', name: '湘乡市' }, - { code: '430382', name: '韶山市' } - ] - }, - { - code: '4304', - name: '衡阳市', - districts: [ - { code: '430405', name: '珠晖区' }, - { code: '430406', name: '雁峰区' }, - { code: '430407', name: '石鼓区' }, - { code: '430408', name: '蒸湘区' }, - { code: '430412', name: '南岳区' }, - { code: '430421', name: '衡阳县' }, - { code: '430422', name: '衡南县' }, - { code: '430423', name: '衡山县' }, - { code: '430424', name: '衡东县' }, - { code: '430426', name: '祁东县' }, - { code: '430481', name: '耒阳市' }, - { code: '430482', name: '常宁市' } - ] - }, - { - code: '4305', - name: '邵阳市', - districts: [ - { code: '430502', name: '双清区' }, - { code: '430503', name: '大祥区' }, - { code: '430511', name: '北塔区' }, - { code: '430522', name: '新邵县' }, - { code: '430523', name: '邵阳县' }, - { code: '430524', name: '隆回县' }, - { code: '430525', name: '洞口县' }, - { code: '430527', name: '绥宁县' }, - { code: '430528', name: '新宁县' }, - { code: '430529', name: '城步苗族自治县' }, - { code: '430581', name: '武冈市' }, - { code: '430582', name: '邵东市' } - ] - }, - { - code: '4306', - name: '岳阳市', - districts: [ - { code: '430602', name: '岳阳楼区' }, - { code: '430603', name: '云溪区' }, - { code: '430611', name: '君山区' }, - { code: '430621', name: '岳阳县' }, - { code: '430623', name: '华容县' }, - { code: '430624', name: '湘阴县' }, - { code: '430626', name: '平江县' }, - { code: '430681', name: '汨罗市' }, - { code: '430682', name: '临湘市' } - ] - }, - { - code: '4307', - name: '常德市', - districts: [ - { code: '430702', name: '武陵区' }, - { code: '430703', name: '鼎城区' }, - { code: '430721', name: '安乡县' }, - { code: '430722', name: '汉寿县' }, - { code: '430723', name: '澧县' }, - { code: '430724', name: '临澧县' }, - { code: '430725', name: '桃源县' }, - { code: '430726', name: '石门县' }, - { code: '430781', name: '津市市' } - ] - }, - { - code: '4308', - name: '张家界市', - districts: [ - { code: '430802', name: '永定区' }, - { code: '430811', name: '武陵源区' }, - { code: '430821', name: '慈利县' }, - { code: '430822', name: '桑植县' } - ] - }, - { - code: '4309', - name: '益阳市', - districts: [ - { code: '430902', name: '资阳区' }, - { code: '430903', name: '赫山区' }, - { code: '430921', name: '南县' }, - { code: '430922', name: '桃江县' }, - { code: '430923', name: '安化县' }, - { code: '430981', name: '沅江市' } - ] - }, - { - code: '4310', - name: '郴州市', - districts: [ - { code: '431002', name: '北湖区' }, - { code: '431003', name: '苏仙区' }, - { code: '431021', name: '桂阳县' }, - { code: '431022', name: '宜章县' }, - { code: '431023', name: '永兴县' }, - { code: '431024', name: '嘉禾县' }, - { code: '431025', name: '临武县' }, - { code: '431026', name: '汝城县' }, - { code: '431027', name: '桂东县' }, - { code: '431028', name: '安仁县' }, - { code: '431081', name: '资兴市' } - ] - }, - { - code: '4311', - name: '永州市', - districts: [ - { code: '431102', name: '零陵区' }, - { code: '431103', name: '冷水滩区' }, - { code: '431121', name: '祁阳县' }, - { code: '431122', name: '东安县' }, - { code: '431123', name: '双牌县' }, - { code: '431124', name: '道县' }, - { code: '431125', name: '江永县' }, - { code: '431126', name: '宁远县' }, - { code: '431127', name: '蓝山县' }, - { code: '431128', name: '新田县' }, - { code: '431129', name: '江华瑶族自治县' } - ] - }, - { - code: '4312', - name: '怀化市', - districts: [ - { code: '431202', name: '鹤城区' }, - { code: '431221', name: '中方县' }, - { code: '431222', name: '沅陵县' }, - { code: '431223', name: '辰溪县' }, - { code: '431224', name: '溆浦县' }, - { code: '431225', name: '会同县' }, - { code: '431226', name: '麻阳苗族自治县' }, - { code: '431227', name: '新晃侗族自治县' }, - { code: '431228', name: '芷江侗族自治县' }, - { code: '431229', name: '靖州苗族侗族自治县' }, - { code: '431230', name: '通道侗族自治县' }, - { code: '431281', name: '洪江市' } - ] - }, - { - code: '4313', - name: '娄底市', - districts: [ - { code: '431302', name: '娄星区' }, - { code: '431321', name: '双峰县' }, - { code: '431322', name: '新化县' }, - { code: '431381', name: '冷水江市' }, - { code: '431382', name: '涟源市' } - ] - }, - { - code: '4331', - name: '湘西土家族苗族自治州', - districts: [ - { code: '433101', name: '吉首市' }, - { code: '433122', name: '泸溪县' }, - { code: '433123', name: '凤凰县' }, - { code: '433124', name: '花垣县' }, - { code: '433125', name: '保靖县' }, - { code: '433126', name: '古丈县' }, - { code: '433127', name: '永顺县' }, - { code: '433130', name: '龙山县' } - ] - } - ] - }, - { - code: '44', - name: '广东省', - cities: [ - { - code: '4401', - name: '广州市', - districts: [ - { code: '440103', name: '荔湾区' }, - { code: '440104', name: '越秀区' }, - { code: '440105', name: '海珠区' }, - { code: '440106', name: '天河区' }, - { code: '440111', name: '白云区' }, - { code: '440112', name: '黄埔区' }, - { code: '440113', name: '番禺区' }, - { code: '440114', name: '花都区' }, - { code: '440115', name: '南沙区' }, - { code: '440117', name: '从化区' }, - { code: '440118', name: '增城区' } - ] - }, - { - code: '4402', - name: '韶关市', - districts: [ - { code: '440203', name: '武江区' }, - { code: '440204', name: '浈江区' }, - { code: '440205', name: '曲江区' }, - { code: '440222', name: '始兴县' }, - { code: '440224', name: '仁化县' }, - { code: '440229', name: '翁源县' }, - { code: '440232', name: '乳源瑶族自治县' }, - { code: '440233', name: '新丰县' }, - { code: '440281', name: '乐昌市' }, - { code: '440282', name: '南雄市' } - ] - }, - { - code: '4403', - name: '深圳市', - districts: [ - { code: '440303', name: '罗湖区' }, - { code: '440304', name: '福田区' }, - { code: '440305', name: '南山区' }, - { code: '440306', name: '宝安区' }, - { code: '440307', name: '龙岗区' }, - { code: '440308', name: '盐田区' }, - { code: '440309', name: '龙华区' }, - { code: '440310', name: '坪山区' }, - { code: '440311', name: '光明区' } - ] - }, - { - code: '4404', - name: '珠海市', - districts: [ - { code: '440402', name: '香洲区' }, - { code: '440403', name: '斗门区' }, - { code: '440404', name: '金湾区' } - ] - }, - { - code: '4405', - name: '汕头市', - districts: [ - { code: '440507', name: '龙湖区' }, - { code: '440511', name: '金平区' }, - { code: '440512', name: '濠江区' }, - { code: '440513', name: '潮阳区' }, - { code: '440514', name: '潮南区' }, - { code: '440515', name: '澄海区' }, - { code: '440523', name: '南澳县' } - ] - }, - { - code: '4406', - name: '佛山市', - districts: [ - { code: '440604', name: '禅城区' }, - { code: '440605', name: '南海区' }, - { code: '440606', name: '顺德区' }, - { code: '440607', name: '三水区' }, - { code: '440608', name: '高明区' } - ] - }, - { - code: '4407', - name: '江门市', - districts: [ - { code: '440703', name: '蓬江区' }, - { code: '440704', name: '江海区' }, - { code: '440705', name: '新会区' }, - { code: '440781', name: '台山市' }, - { code: '440783', name: '开平市' }, - { code: '440784', name: '鹤山市' }, - { code: '440785', name: '恩平市' } - ] - }, - { - code: '4408', - name: '湛江市', - districts: [ - { code: '440802', name: '赤坎区' }, - { code: '440803', name: '霞山区' }, - { code: '440804', name: '坡头区' }, - { code: '440811', name: '麻章区' }, - { code: '440823', name: '遂溪县' }, - { code: '440825', name: '徐闻县' }, - { code: '440881', name: '廉江市' }, - { code: '440882', name: '雷州市' }, - { code: '440883', name: '吴川市' } - ] - }, - { - code: '4409', - name: '茂名市', - districts: [ - { code: '440902', name: '茂南区' }, - { code: '440904', name: '电白区' }, - { code: '440981', name: '高州市' }, - { code: '440982', name: '化州市' }, - { code: '440983', name: '信宜市' } - ] - }, - { - code: '4412', - name: '肇庆市', - districts: [ - { code: '441202', name: '端州区' }, - { code: '441203', name: '鼎湖区' }, - { code: '441204', name: '高要区' }, - { code: '441223', name: '广宁县' }, - { code: '441224', name: '怀集县' }, - { code: '441225', name: '封开县' }, - { code: '441226', name: '德庆县' }, - { code: '441284', name: '四会市' } - ] - }, - { - code: '4413', - name: '惠州市', - districts: [ - { code: '441302', name: '惠城区' }, - { code: '441303', name: '惠阳区' }, - { code: '441322', name: '博罗县' }, - { code: '441323', name: '惠东县' }, - { code: '441324', name: '龙门县' } - ] - }, - { - code: '4414', - name: '梅州市', - districts: [ - { code: '441402', name: '梅江区' }, - { code: '441403', name: '梅县区' }, - { code: '441422', name: '大埔县' }, - { code: '441423', name: '丰顺县' }, - { code: '441424', name: '五华县' }, - { code: '441426', name: '平远县' }, - { code: '441427', name: '蕉岭县' }, - { code: '441481', name: '兴宁市' } - ] - }, - { - code: '4415', - name: '汕尾市', - districts: [ - { code: '441502', name: '城区' }, - { code: '441521', name: '海丰县' }, - { code: '441523', name: '陆河县' }, - { code: '441581', name: '陆丰市' } - ] - }, - { - code: '4416', - name: '河源市', - districts: [ - { code: '441602', name: '源城区' }, - { code: '441621', name: '紫金县' }, - { code: '441622', name: '龙川县' }, - { code: '441623', name: '连平县' }, - { code: '441624', name: '和平县' }, - { code: '441625', name: '东源县' } - ] - }, - { - code: '4417', - name: '阳江市', - districts: [ - { code: '441702', name: '江城区' }, - { code: '441704', name: '阳东区' }, - { code: '441721', name: '阳西县' }, - { code: '441781', name: '阳春市' } - ] - }, - { - code: '4418', - name: '清远市', - districts: [ - { code: '441802', name: '清城区' }, - { code: '441803', name: '清新区' }, - { code: '441821', name: '佛冈县' }, - { code: '441823', name: '阳山县' }, - { code: '441825', name: '连山壮族瑶族自治县' }, - { code: '441826', name: '连南瑶族自治县' }, - { code: '441881', name: '英德市' }, - { code: '441882', name: '连州市' } - ] - }, - { - code: '4419', - name: '东莞市', - districts: [ - { code: '441900003', name: '东城街道' }, - { code: '441900004', name: '南城街道' }, - { code: '441900005', name: '万江街道' }, - { code: '441900006', name: '莞城街道' }, - { code: '441900101', name: '石碣镇' }, - { code: '441900102', name: '石龙镇' }, - { code: '441900103', name: '茶山镇' }, - { code: '441900104', name: '石排镇' }, - { code: '441900105', name: '企石镇' }, - { code: '441900106', name: '横沥镇' }, - { code: '441900107', name: '桥头镇' }, - { code: '441900108', name: '谢岗镇' }, - { code: '441900109', name: '东坑镇' }, - { code: '441900110', name: '常平镇' }, - { code: '441900111', name: '寮步镇' }, - { code: '441900112', name: '樟木头镇' }, - { code: '441900113', name: '大朗镇' }, - { code: '441900114', name: '黄江镇' }, - { code: '441900115', name: '清溪镇' }, - { code: '441900116', name: '塘厦镇' }, - { code: '441900117', name: '凤岗镇' }, - { code: '441900118', name: '大岭山镇' }, - { code: '441900119', name: '长安镇' }, - { code: '441900121', name: '虎门镇' }, - { code: '441900122', name: '厚街镇' }, - { code: '441900123', name: '沙田镇' }, - { code: '441900124', name: '道滘镇' }, - { code: '441900125', name: '洪梅镇' }, - { code: '441900126', name: '麻涌镇' }, - { code: '441900127', name: '望牛墩镇' }, - { code: '441900128', name: '中堂镇' }, - { code: '441900129', name: '高埗镇' } - ] - }, - { - code: '4420', - name: '中山市', - districts: [ - { code: '442000001', name: '石岐街道' }, - { code: '442000002', name: '东区街道' }, - { code: '442000003', name: '火炬开发区街道' }, - { code: '442000004', name: '西区街道' }, - { code: '442000005', name: '南区街道' }, - { code: '442000006', name: '五桂山街道' }, - { code: '442000100', name: '小榄镇' }, - { code: '442000101', name: '黄圃镇' }, - { code: '442000102', name: '民众镇' }, - { code: '442000103', name: '东凤镇' }, - { code: '442000104', name: '东升镇' }, - { code: '442000105', name: '古镇镇' }, - { code: '442000106', name: '沙溪镇' }, - { code: '442000107', name: '坦洲镇' }, - { code: '442000108', name: '港口镇' }, - { code: '442000109', name: '三角镇' }, - { code: '442000110', name: '横栏镇' }, - { code: '442000111', name: '南头镇' }, - { code: '442000112', name: '阜沙镇' }, - { code: '442000113', name: '南朗镇' }, - { code: '442000114', name: '三乡镇' }, - { code: '442000115', name: '板芙镇' }, - { code: '442000116', name: '大涌镇' }, - { code: '442000117', name: '神湾镇' } - ] - }, - { - code: '4451', - name: '潮州市', - districts: [ - { code: '445102', name: '湘桥区' }, - { code: '445103', name: '潮安区' }, - { code: '445122', name: '饶平县' } - ] - }, - { - code: '4452', - name: '揭阳市', - districts: [ - { code: '445202', name: '榕城区' }, - { code: '445203', name: '揭东区' }, - { code: '445222', name: '揭西县' }, - { code: '445224', name: '惠来县' }, - { code: '445281', name: '普宁市' } - ] - }, - { - code: '4453', - name: '云浮市', - districts: [ - { code: '445302', name: '云城区' }, - { code: '445303', name: '云安区' }, - { code: '445321', name: '新兴县' }, - { code: '445322', name: '郁南县' }, - { code: '445381', name: '罗定市' } - ] - } - ] - }, - { - code: '45', - name: '广西壮族自治区', - cities: [ - { - code: '4501', - name: '南宁市', - districts: [ - { code: '450102', name: '兴宁区' }, - { code: '450103', name: '青秀区' }, - { code: '450105', name: '江南区' }, - { code: '450107', name: '西乡塘区' }, - { code: '450108', name: '良庆区' }, - { code: '450109', name: '邕宁区' }, - { code: '450110', name: '武鸣区' }, - { code: '450123', name: '隆安县' }, - { code: '450124', name: '马山县' }, - { code: '450125', name: '上林县' }, - { code: '450126', name: '宾阳县' }, - { code: '450181', name: '横州市' } - ] - }, - { - code: '4502', - name: '柳州市', - districts: [ - { code: '450202', name: '城中区' }, - { code: '450203', name: '鱼峰区' }, - { code: '450204', name: '柳南区' }, - { code: '450205', name: '柳北区' }, - { code: '450206', name: '柳江区' }, - { code: '450222', name: '柳城县' }, - { code: '450223', name: '鹿寨县' }, - { code: '450224', name: '融安县' }, - { code: '450225', name: '融水苗族自治县' }, - { code: '450226', name: '三江侗族自治县' } - ] - }, - { - code: '4503', - name: '桂林市', - districts: [ - { code: '450302', name: '秀峰区' }, - { code: '450303', name: '叠彩区' }, - { code: '450304', name: '象山区' }, - { code: '450305', name: '七星区' }, - { code: '450311', name: '雁山区' }, - { code: '450312', name: '临桂区' }, - { code: '450321', name: '阳朔县' }, - { code: '450323', name: '灵川县' }, - { code: '450324', name: '全州县' }, - { code: '450325', name: '兴安县' }, - { code: '450326', name: '永福县' }, - { code: '450327', name: '灌阳县' }, - { code: '450328', name: '龙胜各族自治县' }, - { code: '450329', name: '资源县' }, - { code: '450330', name: '平乐县' }, - { code: '450332', name: '恭城瑶族自治县' }, - { code: '450381', name: '荔浦市' } - ] - }, - { - code: '4504', - name: '梧州市', - districts: [ - { code: '450403', name: '万秀区' }, - { code: '450405', name: '长洲区' }, - { code: '450406', name: '龙圩区' }, - { code: '450421', name: '苍梧县' }, - { code: '450422', name: '藤县' }, - { code: '450423', name: '蒙山县' }, - { code: '450481', name: '岑溪市' } - ] - }, - { - code: '4505', - name: '北海市', - districts: [ - { code: '450502', name: '海城区' }, - { code: '450503', name: '银海区' }, - { code: '450512', name: '铁山港区' }, - { code: '450521', name: '合浦县' } - ] - }, - { - code: '4506', - name: '防城港市', - districts: [ - { code: '450602', name: '港口区' }, - { code: '450603', name: '防城区' }, - { code: '450621', name: '上思县' }, - { code: '450681', name: '东兴市' } - ] - }, - { - code: '4507', - name: '钦州市', - districts: [ - { code: '450702', name: '钦南区' }, - { code: '450703', name: '钦北区' }, - { code: '450721', name: '灵山县' }, - { code: '450722', name: '浦北县' } - ] - }, - { - code: '4508', - name: '贵港市', - districts: [ - { code: '450802', name: '港北区' }, - { code: '450803', name: '港南区' }, - { code: '450804', name: '覃塘区' }, - { code: '450821', name: '平南县' }, - { code: '450881', name: '桂平市' } - ] - }, - { - code: '4509', - name: '玉林市', - districts: [ - { code: '450902', name: '玉州区' }, - { code: '450903', name: '福绵区' }, - { code: '450921', name: '容县' }, - { code: '450922', name: '陆川县' }, - { code: '450923', name: '博白县' }, - { code: '450924', name: '兴业县' }, - { code: '450981', name: '北流市' } - ] - }, - { - code: '4510', - name: '百色市', - districts: [ - { code: '451002', name: '右江区' }, - { code: '451003', name: '田阳区' }, - { code: '451022', name: '田东县' }, - { code: '451024', name: '德保县' }, - { code: '451026', name: '那坡县' }, - { code: '451027', name: '凌云县' }, - { code: '451028', name: '乐业县' }, - { code: '451029', name: '田林县' }, - { code: '451030', name: '西林县' }, - { code: '451031', name: '隆林各族自治县' }, - { code: '451081', name: '靖西市' }, - { code: '451082', name: '平果市' } - ] - }, - { - code: '4511', - name: '贺州市', - districts: [ - { code: '451102', name: '八步区' }, - { code: '451103', name: '平桂区' }, - { code: '451121', name: '昭平县' }, - { code: '451122', name: '钟山县' }, - { code: '451123', name: '富川瑶族自治县' } - ] - }, - { - code: '4512', - name: '河池市', - districts: [ - { code: '451202', name: '金城江区' }, - { code: '451203', name: '宜州区' }, - { code: '451221', name: '南丹县' }, - { code: '451222', name: '天峨县' }, - { code: '451223', name: '凤山县' }, - { code: '451224', name: '东兰县' }, - { code: '451225', name: '罗城仫佬族自治县' }, - { code: '451226', name: '环江毛南族自治县' }, - { code: '451227', name: '巴马瑶族自治县' }, - { code: '451228', name: '都安瑶族自治县' }, - { code: '451229', name: '大化瑶族自治县' } - ] - }, - { - code: '4513', - name: '来宾市', - districts: [ - { code: '451302', name: '兴宾区' }, - { code: '451321', name: '忻城县' }, - { code: '451322', name: '象州县' }, - { code: '451323', name: '武宣县' }, - { code: '451324', name: '金秀瑶族自治县' }, - { code: '451381', name: '合山市' } - ] - }, - { - code: '4514', - name: '崇左市', - districts: [ - { code: '451402', name: '江州区' }, - { code: '451421', name: '扶绥县' }, - { code: '451422', name: '宁明县' }, - { code: '451423', name: '龙州县' }, - { code: '451424', name: '大新县' }, - { code: '451425', name: '天等县' }, - { code: '451481', name: '凭祥市' } - ] - } - ] - }, - { - code: '46', - name: '海南省', - cities: [ - { - code: '4601', - name: '海口市', - districts: [ - { code: '460105', name: '秀英区' }, - { code: '460106', name: '龙华区' }, - { code: '460107', name: '琼山区' }, - { code: '460108', name: '美兰区' } - ] - }, - { - code: '4602', - name: '三亚市', - districts: [ - { code: '460202', name: '海棠区' }, - { code: '460203', name: '吉阳区' }, - { code: '460204', name: '天涯区' }, - { code: '460205', name: '崖州区' } - ] - }, - { - code: '4603', - name: '三沙市', - districts: [ - { code: '460321', name: '西沙群岛' }, - { code: '460322', name: '南沙群岛' }, - { code: '460323', name: '中沙群岛的岛礁及其海域' } - ] - }, - { - code: '4604', - name: '儋州市', - districts: [ - { code: '460400100', name: '那大镇' }, - { code: '460400101', name: '和庆镇' }, - { code: '460400102', name: '南丰镇' }, - { code: '460400103', name: '大成镇' }, - { code: '460400104', name: '雅星镇' }, - { code: '460400105', name: '兰洋镇' }, - { code: '460400106', name: '光村镇' }, - { code: '460400107', name: '木棠镇' }, - { code: '460400108', name: '海头镇' }, - { code: '460400109', name: '峨蔓镇' }, - { code: '460400111', name: '王五镇' }, - { code: '460400112', name: '白马井镇' }, - { code: '460400113', name: '中和镇' }, - { code: '460400114', name: '排浦镇' }, - { code: '460400115', name: '东成镇' }, - { code: '460400116', name: '新州镇' }, - { code: '460400499', name: '洋浦经济开发区' }, - { code: '460400500', name: '华南热作学院' } - ] - }, - { - code: '4690', - name: '省直辖县级行政区划', - districts: [ - { code: '469001', name: '五指山市' }, - { code: '469002', name: '琼海市' }, - { code: '469005', name: '文昌市' }, - { code: '469006', name: '万宁市' }, - { code: '469007', name: '东方市' }, - { code: '469021', name: '定安县' }, - { code: '469022', name: '屯昌县' }, - { code: '469023', name: '澄迈县' }, - { code: '469024', name: '临高县' }, - { code: '469025', name: '白沙黎族自治县' }, - { code: '469026', name: '昌江黎族自治县' }, - { code: '469027', name: '乐东黎族自治县' }, - { code: '469028', name: '陵水黎族自治县' }, - { code: '469029', name: '保亭黎族苗族自治县' }, - { code: '469030', name: '琼中黎族苗族自治县' } - ] - } - ] - }, - { - code: '50', - name: '重庆市', - cities: [ - { - code: '5001', - name: '市辖区', - districts: [ - { code: '500101', name: '万州区' }, - { code: '500102', name: '涪陵区' }, - { code: '500103', name: '渝中区' }, - { code: '500104', name: '大渡口区' }, - { code: '500105', name: '江北区' }, - { code: '500106', name: '沙坪坝区' }, - { code: '500107', name: '九龙坡区' }, - { code: '500108', name: '南岸区' }, - { code: '500109', name: '北碚区' }, - { code: '500110', name: '綦江区' }, - { code: '500111', name: '大足区' }, - { code: '500112', name: '渝北区' }, - { code: '500113', name: '巴南区' }, - { code: '500114', name: '黔江区' }, - { code: '500115', name: '长寿区' }, - { code: '500116', name: '江津区' }, - { code: '500117', name: '合川区' }, - { code: '500118', name: '永川区' }, - { code: '500119', name: '南川区' }, - { code: '500120', name: '璧山区' }, - { code: '500151', name: '铜梁区' }, - { code: '500152', name: '潼南区' }, - { code: '500153', name: '荣昌区' }, - { code: '500154', name: '开州区' }, - { code: '500155', name: '梁平区' }, - { code: '500156', name: '武隆区' } - ] - }, - { - code: '5002', - name: '县', - districts: [ - { code: '500229', name: '城口县' }, - { code: '500230', name: '丰都县' }, - { code: '500231', name: '垫江县' }, - { code: '500233', name: '忠县' }, - { code: '500235', name: '云阳县' }, - { code: '500236', name: '奉节县' }, - { code: '500237', name: '巫山县' }, - { code: '500238', name: '巫溪县' }, - { code: '500240', name: '石柱土家族自治县' }, - { code: '500241', name: '秀山土家族苗族自治县' }, - { code: '500242', name: '酉阳土家族苗族自治县' }, - { code: '500243', name: '彭水苗族土家族自治县' } - ] - } - ] - }, - { - code: '51', - name: '四川省', - cities: [ - { - code: '5101', - name: '成都市', - districts: [ - { code: '510104', name: '锦江区' }, - { code: '510105', name: '青羊区' }, - { code: '510106', name: '金牛区' }, - { code: '510107', name: '武侯区' }, - { code: '510108', name: '成华区' }, - { code: '510112', name: '龙泉驿区' }, - { code: '510113', name: '青白江区' }, - { code: '510114', name: '新都区' }, - { code: '510115', name: '温江区' }, - { code: '510116', name: '双流区' }, - { code: '510117', name: '郫都区' }, - { code: '510118', name: '新津区' }, - { code: '510121', name: '金堂县' }, - { code: '510129', name: '大邑县' }, - { code: '510131', name: '蒲江县' }, - { code: '510181', name: '都江堰市' }, - { code: '510182', name: '彭州市' }, - { code: '510183', name: '邛崃市' }, - { code: '510184', name: '崇州市' }, - { code: '510185', name: '简阳市' } - ] - }, - { - code: '5103', - name: '自贡市', - districts: [ - { code: '510302', name: '自流井区' }, - { code: '510303', name: '贡井区' }, - { code: '510304', name: '大安区' }, - { code: '510311', name: '沿滩区' }, - { code: '510321', name: '荣县' }, - { code: '510322', name: '富顺县' } - ] - }, - { - code: '5104', - name: '攀枝花市', - districts: [ - { code: '510402', name: '东区' }, - { code: '510403', name: '西区' }, - { code: '510411', name: '仁和区' }, - { code: '510421', name: '米易县' }, - { code: '510422', name: '盐边县' } - ] - }, - { - code: '5105', - name: '泸州市', - districts: [ - { code: '510502', name: '江阳区' }, - { code: '510503', name: '纳溪区' }, - { code: '510504', name: '龙马潭区' }, - { code: '510521', name: '泸县' }, - { code: '510522', name: '合江县' }, - { code: '510524', name: '叙永县' }, - { code: '510525', name: '古蔺县' } - ] - }, - { - code: '5106', - name: '德阳市', - districts: [ - { code: '510603', name: '旌阳区' }, - { code: '510604', name: '罗江区' }, - { code: '510623', name: '中江县' }, - { code: '510681', name: '广汉市' }, - { code: '510682', name: '什邡市' }, - { code: '510683', name: '绵竹市' } - ] - }, - { - code: '5107', - name: '绵阳市', - districts: [ - { code: '510703', name: '涪城区' }, - { code: '510704', name: '游仙区' }, - { code: '510705', name: '安州区' }, - { code: '510722', name: '三台县' }, - { code: '510723', name: '盐亭县' }, - { code: '510725', name: '梓潼县' }, - { code: '510726', name: '北川羌族自治县' }, - { code: '510727', name: '平武县' }, - { code: '510781', name: '江油市' } - ] - }, - { - code: '5108', - name: '广元市', - districts: [ - { code: '510802', name: '利州区' }, - { code: '510811', name: '昭化区' }, - { code: '510812', name: '朝天区' }, - { code: '510821', name: '旺苍县' }, - { code: '510822', name: '青川县' }, - { code: '510823', name: '剑阁县' }, - { code: '510824', name: '苍溪县' } - ] - }, - { - code: '5109', - name: '遂宁市', - districts: [ - { code: '510903', name: '船山区' }, - { code: '510904', name: '安居区' }, - { code: '510921', name: '蓬溪县' }, - { code: '510923', name: '大英县' }, - { code: '510981', name: '射洪市' } - ] - }, - { - code: '5110', - name: '内江市', - districts: [ - { code: '511002', name: '市中区' }, - { code: '511011', name: '东兴区' }, - { code: '511024', name: '威远县' }, - { code: '511025', name: '资中县' }, - { code: '511083', name: '隆昌市' } - ] - }, - { - code: '5111', - name: '乐山市', - districts: [ - { code: '511102', name: '市中区' }, - { code: '511111', name: '沙湾区' }, - { code: '511112', name: '五通桥区' }, - { code: '511113', name: '金口河区' }, - { code: '511123', name: '犍为县' }, - { code: '511124', name: '井研县' }, - { code: '511126', name: '夹江县' }, - { code: '511129', name: '沐川县' }, - { code: '511132', name: '峨边彝族自治县' }, - { code: '511133', name: '马边彝族自治县' }, - { code: '511181', name: '峨眉山市' } - ] - }, - { - code: '5113', - name: '南充市', - districts: [ - { code: '511302', name: '顺庆区' }, - { code: '511303', name: '高坪区' }, - { code: '511304', name: '嘉陵区' }, - { code: '511321', name: '南部县' }, - { code: '511322', name: '营山县' }, - { code: '511323', name: '蓬安县' }, - { code: '511324', name: '仪陇县' }, - { code: '511325', name: '西充县' }, - { code: '511381', name: '阆中市' } - ] - }, - { - code: '5114', - name: '眉山市', - districts: [ - { code: '511402', name: '东坡区' }, - { code: '511403', name: '彭山区' }, - { code: '511421', name: '仁寿县' }, - { code: '511423', name: '洪雅县' }, - { code: '511424', name: '丹棱县' }, - { code: '511425', name: '青神县' } - ] - }, - { - code: '5115', - name: '宜宾市', - districts: [ - { code: '511502', name: '翠屏区' }, - { code: '511503', name: '南溪区' }, - { code: '511504', name: '叙州区' }, - { code: '511523', name: '江安县' }, - { code: '511524', name: '长宁县' }, - { code: '511525', name: '高县' }, - { code: '511526', name: '珙县' }, - { code: '511527', name: '筠连县' }, - { code: '511528', name: '兴文县' }, - { code: '511529', name: '屏山县' } - ] - }, - { - code: '5116', - name: '广安市', - districts: [ - { code: '511602', name: '广安区' }, - { code: '511603', name: '前锋区' }, - { code: '511621', name: '岳池县' }, - { code: '511622', name: '武胜县' }, - { code: '511623', name: '邻水县' }, - { code: '511681', name: '华蓥市' } - ] - }, - { - code: '5117', - name: '达州市', - districts: [ - { code: '511702', name: '通川区' }, - { code: '511703', name: '达川区' }, - { code: '511722', name: '宣汉县' }, - { code: '511723', name: '开江县' }, - { code: '511724', name: '大竹县' }, - { code: '511725', name: '渠县' }, - { code: '511781', name: '万源市' } - ] - }, - { - code: '5118', - name: '雅安市', - districts: [ - { code: '511802', name: '雨城区' }, - { code: '511803', name: '名山区' }, - { code: '511822', name: '荥经县' }, - { code: '511823', name: '汉源县' }, - { code: '511824', name: '石棉县' }, - { code: '511825', name: '天全县' }, - { code: '511826', name: '芦山县' }, - { code: '511827', name: '宝兴县' } - ] - }, - { - code: '5119', - name: '巴中市', - districts: [ - { code: '511902', name: '巴州区' }, - { code: '511903', name: '恩阳区' }, - { code: '511921', name: '通江县' }, - { code: '511922', name: '南江县' }, - { code: '511923', name: '平昌县' } - ] - }, - { - code: '5120', - name: '资阳市', - districts: [ - { code: '512002', name: '雁江区' }, - { code: '512021', name: '安岳县' }, - { code: '512022', name: '乐至县' } - ] - }, - { - code: '5132', - name: '阿坝藏族羌族自治州', - districts: [ - { code: '513201', name: '马尔康市' }, - { code: '513221', name: '汶川县' }, - { code: '513222', name: '理县' }, - { code: '513223', name: '茂县' }, - { code: '513224', name: '松潘县' }, - { code: '513225', name: '九寨沟县' }, - { code: '513226', name: '金川县' }, - { code: '513227', name: '小金县' }, - { code: '513228', name: '黑水县' }, - { code: '513230', name: '壤塘县' }, - { code: '513231', name: '阿坝县' }, - { code: '513232', name: '若尔盖县' }, - { code: '513233', name: '红原县' } - ] - }, - { - code: '5133', - name: '甘孜藏族自治州', - districts: [ - { code: '513301', name: '康定市' }, - { code: '513322', name: '泸定县' }, - { code: '513323', name: '丹巴县' }, - { code: '513324', name: '九龙县' }, - { code: '513325', name: '雅江县' }, - { code: '513326', name: '道孚县' }, - { code: '513327', name: '炉霍县' }, - { code: '513328', name: '甘孜县' }, - { code: '513329', name: '新龙县' }, - { code: '513330', name: '德格县' }, - { code: '513331', name: '白玉县' }, - { code: '513332', name: '石渠县' }, - { code: '513333', name: '色达县' }, - { code: '513334', name: '理塘县' }, - { code: '513335', name: '巴塘县' }, - { code: '513336', name: '乡城县' }, - { code: '513337', name: '稻城县' }, - { code: '513338', name: '得荣县' } - ] - }, - { - code: '5134', - name: '凉山彝族自治州', - districts: [ - { code: '513401', name: '西昌市' }, - { code: '513422', name: '木里藏族自治县' }, - { code: '513423', name: '盐源县' }, - { code: '513424', name: '德昌县' }, - { code: '513425', name: '会理县' }, - { code: '513426', name: '会东县' }, - { code: '513427', name: '宁南县' }, - { code: '513428', name: '普格县' }, - { code: '513429', name: '布拖县' }, - { code: '513430', name: '金阳县' }, - { code: '513431', name: '昭觉县' }, - { code: '513432', name: '喜德县' }, - { code: '513433', name: '冕宁县' }, - { code: '513434', name: '越西县' }, - { code: '513435', name: '甘洛县' }, - { code: '513436', name: '美姑县' }, - { code: '513437', name: '雷波县' } - ] - } - ] - }, - { - code: '52', - name: '贵州省', - cities: [ - { - code: '5201', - name: '贵阳市', - districts: [ - { code: '520102', name: '南明区' }, - { code: '520103', name: '云岩区' }, - { code: '520111', name: '花溪区' }, - { code: '520112', name: '乌当区' }, - { code: '520113', name: '白云区' }, - { code: '520115', name: '观山湖区' }, - { code: '520121', name: '开阳县' }, - { code: '520122', name: '息烽县' }, - { code: '520123', name: '修文县' }, - { code: '520181', name: '清镇市' } - ] - }, - { - code: '5202', - name: '六盘水市', - districts: [ - { code: '520201', name: '钟山区' }, - { code: '520203', name: '六枝特区' }, - { code: '520221', name: '水城县' }, - { code: '520281', name: '盘州市' } - ] - }, - { - code: '5203', - name: '遵义市', - districts: [ - { code: '520302', name: '红花岗区' }, - { code: '520303', name: '汇川区' }, - { code: '520304', name: '播州区' }, - { code: '520322', name: '桐梓县' }, - { code: '520323', name: '绥阳县' }, - { code: '520324', name: '正安县' }, - { code: '520325', name: '道真仡佬族苗族自治县' }, - { code: '520326', name: '务川仡佬族苗族自治县' }, - { code: '520327', name: '凤冈县' }, - { code: '520328', name: '湄潭县' }, - { code: '520329', name: '余庆县' }, - { code: '520330', name: '习水县' }, - { code: '520381', name: '赤水市' }, - { code: '520382', name: '仁怀市' } - ] - }, - { - code: '5204', - name: '安顺市', - districts: [ - { code: '520402', name: '西秀区' }, - { code: '520403', name: '平坝区' }, - { code: '520422', name: '普定县' }, - { code: '520423', name: '镇宁布依族苗族自治县' }, - { code: '520424', name: '关岭布依族苗族自治县' }, - { code: '520425', name: '紫云苗族布依族自治县' } - ] - }, - { - code: '5205', - name: '毕节市', - districts: [ - { code: '520502', name: '七星关区' }, - { code: '520521', name: '大方县' }, - { code: '520522', name: '黔西县' }, - { code: '520523', name: '金沙县' }, - { code: '520524', name: '织金县' }, - { code: '520525', name: '纳雍县' }, - { code: '520526', name: '威宁彝族回族苗族自治县' }, - { code: '520527', name: '赫章县' } - ] - }, - { - code: '5206', - name: '铜仁市', - districts: [ - { code: '520602', name: '碧江区' }, - { code: '520603', name: '万山区' }, - { code: '520621', name: '江口县' }, - { code: '520622', name: '玉屏侗族自治县' }, - { code: '520623', name: '石阡县' }, - { code: '520624', name: '思南县' }, - { code: '520625', name: '印江土家族苗族自治县' }, - { code: '520626', name: '德江县' }, - { code: '520627', name: '沿河土家族自治县' }, - { code: '520628', name: '松桃苗族自治县' } - ] - }, - { - code: '5223', - name: '黔西南布依族苗族自治州', - districts: [ - { code: '522301', name: '兴义市' }, - { code: '522322', name: '兴仁县' }, - { code: '522323', name: '普安县' }, - { code: '522324', name: '晴隆县' }, - { code: '522325', name: '贞丰县' }, - { code: '522326', name: '望谟县' }, - { code: '522327', name: '册亨县' }, - { code: '522328', name: '安龙县' } - ] - }, - { - code: '5226', - name: '黔东南苗族侗族自治州', - districts: [ - { code: '522601', name: '凯里市' }, - { code: '522622', name: '黄平县' }, - { code: '522623', name: '施秉县' }, - { code: '522624', name: '三穗县' }, - { code: '522625', name: '镇远县' }, - { code: '522626', name: '岑巩县' }, - { code: '522627', name: '天柱县' }, - { code: '522628', name: '锦屏县' }, - { code: '522629', name: '剑河县' }, - { code: '522630', name: '台江县' }, - { code: '522631', name: '黎平县' }, - { code: '522632', name: '榕江县' }, - { code: '522633', name: '从江县' }, - { code: '522634', name: '雷山县' }, - { code: '522635', name: '麻江县' }, - { code: '522636', name: '丹寨县' } - ] - }, - { - code: '5227', - name: '黔南布依族苗族自治州', - districts: [ - { code: '522701', name: '都匀市' }, - { code: '522702', name: '福泉市' }, - { code: '522722', name: '荔波县' }, - { code: '522723', name: '贵定县' }, - { code: '522725', name: '瓮安县' }, - { code: '522726', name: '独山县' }, - { code: '522727', name: '平塘县' }, - { code: '522728', name: '罗甸县' }, - { code: '522729', name: '长顺县' }, - { code: '522730', name: '龙里县' }, - { code: '522731', name: '惠水县' }, - { code: '522732', name: '三都水族自治县' } - ] - } - ] - }, - { - code: '53', - name: '云南省', - cities: [ - { - code: '5301', - name: '昆明市', - districts: [ - { code: '530102', name: '五华区' }, - { code: '530103', name: '盘龙区' }, - { code: '530111', name: '官渡区' }, - { code: '530112', name: '西山区' }, - { code: '530113', name: '东川区' }, - { code: '530114', name: '呈贡区' }, - { code: '530115', name: '晋宁区' }, - { code: '530124', name: '富民县' }, - { code: '530125', name: '宜良县' }, - { code: '530126', name: '石林彝族自治县' }, - { code: '530127', name: '嵩明县' }, - { code: '530128', name: '禄劝彝族苗族自治县' }, - { code: '530129', name: '寻甸回族彝族自治县' }, - { code: '530181', name: '安宁市' } - ] - }, - { - code: '5303', - name: '曲靖市', - districts: [ - { code: '530302', name: '麒麟区' }, - { code: '530303', name: '沾益区' }, - { code: '530304', name: '马龙区' }, - { code: '530322', name: '陆良县' }, - { code: '530323', name: '师宗县' }, - { code: '530324', name: '罗平县' }, - { code: '530325', name: '富源县' }, - { code: '530326', name: '会泽县' }, - { code: '530381', name: '宣威市' } - ] - }, - { - code: '5304', - name: '玉溪市', - districts: [ - { code: '530402', name: '红塔区' }, - { code: '530403', name: '江川区' }, - { code: '530423', name: '通海县' }, - { code: '530424', name: '华宁县' }, - { code: '530425', name: '易门县' }, - { code: '530426', name: '峨山彝族自治县' }, - { code: '530427', name: '新平彝族傣族自治县' }, - { code: '530428', name: '元江哈尼族彝族傣族自治县' }, - { code: '530481', name: '澄江市' } - ] - }, - { - code: '5305', - name: '保山市', - districts: [ - { code: '530502', name: '隆阳区' }, - { code: '530521', name: '施甸县' }, - { code: '530523', name: '龙陵县' }, - { code: '530524', name: '昌宁县' }, - { code: '530581', name: '腾冲市' } - ] - }, - { - code: '5306', - name: '昭通市', - districts: [ - { code: '530602', name: '昭阳区' }, - { code: '530621', name: '鲁甸县' }, - { code: '530622', name: '巧家县' }, - { code: '530623', name: '盐津县' }, - { code: '530624', name: '大关县' }, - { code: '530625', name: '永善县' }, - { code: '530626', name: '绥江县' }, - { code: '530627', name: '镇雄县' }, - { code: '530628', name: '彝良县' }, - { code: '530629', name: '威信县' }, - { code: '530681', name: '水富市' } - ] - }, - { - code: '5307', - name: '丽江市', - districts: [ - { code: '530702', name: '古城区' }, - { code: '530721', name: '玉龙纳西族自治县' }, - { code: '530722', name: '永胜县' }, - { code: '530723', name: '华坪县' }, - { code: '530724', name: '宁蒗彝族自治县' } - ] - }, - { - code: '5308', - name: '普洱市', - districts: [ - { code: '530802', name: '思茅区' }, - { code: '530821', name: '宁洱哈尼族彝族自治县' }, - { code: '530822', name: '墨江哈尼族自治县' }, - { code: '530823', name: '景东彝族自治县' }, - { code: '530824', name: '景谷傣族彝族自治县' }, - { code: '530825', name: '镇沅彝族哈尼族拉祜族自治县' }, - { code: '530826', name: '江城哈尼族彝族自治县' }, - { code: '530827', name: '孟连傣族拉祜族佤族自治县' }, - { code: '530828', name: '澜沧拉祜族自治县' }, - { code: '530829', name: '西盟佤族自治县' } - ] - }, - { - code: '5309', - name: '临沧市', - districts: [ - { code: '530902', name: '临翔区' }, - { code: '530921', name: '凤庆县' }, - { code: '530922', name: '云县' }, - { code: '530923', name: '永德县' }, - { code: '530924', name: '镇康县' }, - { code: '530925', name: '双江拉祜族佤族布朗族傣族自治县' }, - { code: '530926', name: '耿马傣族佤族自治县' }, - { code: '530927', name: '沧源佤族自治县' } - ] - }, - { - code: '5323', - name: '楚雄彝族自治州', - districts: [ - { code: '532301', name: '楚雄市' }, - { code: '532322', name: '双柏县' }, - { code: '532323', name: '牟定县' }, - { code: '532324', name: '南华县' }, - { code: '532325', name: '姚安县' }, - { code: '532326', name: '大姚县' }, - { code: '532327', name: '永仁县' }, - { code: '532328', name: '元谋县' }, - { code: '532329', name: '武定县' }, - { code: '532331', name: '禄丰县' } - ] - }, - { - code: '5325', - name: '红河哈尼族彝族自治州', - districts: [ - { code: '532501', name: '个旧市' }, - { code: '532502', name: '开远市' }, - { code: '532503', name: '蒙自市' }, - { code: '532504', name: '弥勒市' }, - { code: '532523', name: '屏边苗族自治县' }, - { code: '532524', name: '建水县' }, - { code: '532525', name: '石屏县' }, - { code: '532527', name: '泸西县' }, - { code: '532528', name: '元阳县' }, - { code: '532529', name: '红河县' }, - { code: '532530', name: '金平苗族瑶族傣族自治县' }, - { code: '532531', name: '绿春县' }, - { code: '532532', name: '河口瑶族自治县' } - ] - }, - { - code: '5326', - name: '文山壮族苗族自治州', - districts: [ - { code: '532601', name: '文山市' }, - { code: '532622', name: '砚山县' }, - { code: '532623', name: '西畴县' }, - { code: '532624', name: '麻栗坡县' }, - { code: '532625', name: '马关县' }, - { code: '532626', name: '丘北县' }, - { code: '532627', name: '广南县' }, - { code: '532628', name: '富宁县' } - ] - }, - { - code: '5328', - name: '西双版纳傣族自治州', - districts: [ - { code: '532801', name: '景洪市' }, - { code: '532822', name: '勐海县' }, - { code: '532823', name: '勐腊县' } - ] - }, - { - code: '5329', - name: '大理白族自治州', - districts: [ - { code: '532901', name: '大理市' }, - { code: '532922', name: '漾濞彝族自治县' }, - { code: '532923', name: '祥云县' }, - { code: '532924', name: '宾川县' }, - { code: '532925', name: '弥渡县' }, - { code: '532926', name: '南涧彝族自治县' }, - { code: '532927', name: '巍山彝族回族自治县' }, - { code: '532928', name: '永平县' }, - { code: '532929', name: '云龙县' }, - { code: '532930', name: '洱源县' }, - { code: '532931', name: '剑川县' }, - { code: '532932', name: '鹤庆县' } - ] - }, - { - code: '5331', - name: '德宏傣族景颇族自治州', - districts: [ - { code: '533102', name: '瑞丽市' }, - { code: '533103', name: '芒市' }, - { code: '533122', name: '梁河县' }, - { code: '533123', name: '盈江县' }, - { code: '533124', name: '陇川县' } - ] - }, - { - code: '5333', - name: '怒江傈僳族自治州', - districts: [ - { code: '533301', name: '泸水市' }, - { code: '533323', name: '福贡县' }, - { code: '533324', name: '贡山独龙族怒族自治县' }, - { code: '533325', name: '兰坪白族普米族自治县' } - ] - }, - { - code: '5334', - name: '迪庆藏族自治州', - districts: [ - { code: '533401', name: '香格里拉市' }, - { code: '533422', name: '德钦县' }, - { code: '533423', name: '维西傈僳族自治县' } - ] - } - ] - }, - { - code: '54', - name: '西藏自治区', - cities: [ - { - code: '5401', - name: '拉萨市', - districts: [ - { code: '540102', name: '城关区' }, - { code: '540103', name: '堆龙德庆区' }, - { code: '540104', name: '达孜区' }, - { code: '540121', name: '林周县' }, - { code: '540122', name: '当雄县' }, - { code: '540123', name: '尼木县' }, - { code: '540124', name: '曲水县' }, - { code: '540127', name: '墨竹工卡县' } - ] - }, - { - code: '5402', - name: '日喀则市', - districts: [ - { code: '540202', name: '桑珠孜区' }, - { code: '540221', name: '南木林县' }, - { code: '540222', name: '江孜县' }, - { code: '540223', name: '定日县' }, - { code: '540224', name: '萨迦县' }, - { code: '540225', name: '拉孜县' }, - { code: '540226', name: '昂仁县' }, - { code: '540227', name: '谢通门县' }, - { code: '540228', name: '白朗县' }, - { code: '540229', name: '仁布县' }, - { code: '540230', name: '康马县' }, - { code: '540231', name: '定结县' }, - { code: '540232', name: '仲巴县' }, - { code: '540233', name: '亚东县' }, - { code: '540234', name: '吉隆县' }, - { code: '540235', name: '聂拉木县' }, - { code: '540236', name: '萨嘎县' }, - { code: '540237', name: '岗巴县' } - ] - }, - { - code: '5403', - name: '昌都市', - districts: [ - { code: '540302', name: '卡若区' }, - { code: '540321', name: '江达县' }, - { code: '540322', name: '贡觉县' }, - { code: '540323', name: '类乌齐县' }, - { code: '540324', name: '丁青县' }, - { code: '540325', name: '察雅县' }, - { code: '540326', name: '八宿县' }, - { code: '540327', name: '左贡县' }, - { code: '540328', name: '芒康县' }, - { code: '540329', name: '洛隆县' }, - { code: '540330', name: '边坝县' } - ] - }, - { - code: '5404', - name: '林芝市', - districts: [ - { code: '540402', name: '巴宜区' }, - { code: '540421', name: '工布江达县' }, - { code: '540422', name: '米林县' }, - { code: '540423', name: '墨脱县' }, - { code: '540424', name: '波密县' }, - { code: '540425', name: '察隅县' }, - { code: '540426', name: '朗县' } - ] - }, - { - code: '5405', - name: '山南市', - districts: [ - { code: '540502', name: '乃东区' }, - { code: '540521', name: '扎囊县' }, - { code: '540522', name: '贡嘎县' }, - { code: '540523', name: '桑日县' }, - { code: '540524', name: '琼结县' }, - { code: '540525', name: '曲松县' }, - { code: '540526', name: '措美县' }, - { code: '540527', name: '洛扎县' }, - { code: '540528', name: '加查县' }, - { code: '540529', name: '隆子县' }, - { code: '540530', name: '错那县' }, - { code: '540531', name: '浪卡子县' } - ] - }, - { - code: '5406', - name: '那曲市', - districts: [ - { code: '540602', name: '色尼区' }, - { code: '540621', name: '嘉黎县' }, - { code: '540622', name: '比如县' }, - { code: '540623', name: '聂荣县' }, - { code: '540624', name: '安多县' }, - { code: '540625', name: '申扎县' }, - { code: '540626', name: '索县' }, - { code: '540627', name: '班戈县' }, - { code: '540628', name: '巴青县' }, - { code: '540629', name: '尼玛县' }, - { code: '540630', name: '双湖县' } - ] - }, - { - code: '5425', - name: '阿里地区', - districts: [ - { code: '542521', name: '普兰县' }, - { code: '542522', name: '札达县' }, - { code: '542523', name: '噶尔县' }, - { code: '542524', name: '日土县' }, - { code: '542525', name: '革吉县' }, - { code: '542526', name: '改则县' }, - { code: '542527', name: '措勤县' } - ] - } - ] - }, - { - code: '61', - name: '陕西省', - cities: [ - { - code: '6101', - name: '西安市', - districts: [ - { code: '610102', name: '新城区' }, - { code: '610103', name: '碑林区' }, - { code: '610104', name: '莲湖区' }, - { code: '610111', name: '灞桥区' }, - { code: '610112', name: '未央区' }, - { code: '610113', name: '雁塔区' }, - { code: '610114', name: '阎良区' }, - { code: '610115', name: '临潼区' }, - { code: '610116', name: '长安区' }, - { code: '610117', name: '高陵区' }, - { code: '610118', name: '鄠邑区' }, - { code: '610122', name: '蓝田县' }, - { code: '610124', name: '周至县' } - ] - }, - { - code: '6102', - name: '铜川市', - districts: [ - { code: '610202', name: '王益区' }, - { code: '610203', name: '印台区' }, - { code: '610204', name: '耀州区' }, - { code: '610222', name: '宜君县' } - ] - }, - { - code: '6103', - name: '宝鸡市', - districts: [ - { code: '610302', name: '渭滨区' }, - { code: '610303', name: '金台区' }, - { code: '610304', name: '陈仓区' }, - { code: '610322', name: '凤翔县' }, - { code: '610323', name: '岐山县' }, - { code: '610324', name: '扶风县' }, - { code: '610326', name: '眉县' }, - { code: '610327', name: '陇县' }, - { code: '610328', name: '千阳县' }, - { code: '610329', name: '麟游县' }, - { code: '610330', name: '凤县' }, - { code: '610331', name: '太白县' } - ] - }, - { - code: '6104', - name: '咸阳市', - districts: [ - { code: '610402', name: '秦都区' }, - { code: '610403', name: '杨陵区' }, - { code: '610404', name: '渭城区' }, - { code: '610422', name: '三原县' }, - { code: '610423', name: '泾阳县' }, - { code: '610424', name: '乾县' }, - { code: '610425', name: '礼泉县' }, - { code: '610426', name: '永寿县' }, - { code: '610428', name: '长武县' }, - { code: '610429', name: '旬邑县' }, - { code: '610430', name: '淳化县' }, - { code: '610431', name: '武功县' }, - { code: '610481', name: '兴平市' }, - { code: '610482', name: '彬州市' } - ] - }, - { - code: '6105', - name: '渭南市', - districts: [ - { code: '610502', name: '临渭区' }, - { code: '610503', name: '华州区' }, - { code: '610522', name: '潼关县' }, - { code: '610523', name: '大荔县' }, - { code: '610524', name: '合阳县' }, - { code: '610525', name: '澄城县' }, - { code: '610526', name: '蒲城县' }, - { code: '610527', name: '白水县' }, - { code: '610528', name: '富平县' }, - { code: '610581', name: '韩城市' }, - { code: '610582', name: '华阴市' } - ] - }, - { - code: '6106', - name: '延安市', - districts: [ - { code: '610602', name: '宝塔区' }, - { code: '610603', name: '安塞区' }, - { code: '610621', name: '延长县' }, - { code: '610622', name: '延川县' }, - { code: '610623', name: '子长县' }, - { code: '610625', name: '志丹县' }, - { code: '610626', name: '吴起县' }, - { code: '610627', name: '甘泉县' }, - { code: '610628', name: '富县' }, - { code: '610629', name: '洛川县' }, - { code: '610630', name: '宜川县' }, - { code: '610631', name: '黄龙县' }, - { code: '610632', name: '黄陵县' } - ] - }, - { - code: '6107', - name: '汉中市', - districts: [ - { code: '610702', name: '汉台区' }, - { code: '610703', name: '南郑区' }, - { code: '610722', name: '城固县' }, - { code: '610723', name: '洋县' }, - { code: '610724', name: '西乡县' }, - { code: '610725', name: '勉县' }, - { code: '610726', name: '宁强县' }, - { code: '610727', name: '略阳县' }, - { code: '610728', name: '镇巴县' }, - { code: '610729', name: '留坝县' }, - { code: '610730', name: '佛坪县' } - ] - }, - { - code: '6108', - name: '榆林市', - districts: [ - { code: '610802', name: '榆阳区' }, - { code: '610803', name: '横山区' }, - { code: '610822', name: '府谷县' }, - { code: '610824', name: '靖边县' }, - { code: '610825', name: '定边县' }, - { code: '610826', name: '绥德县' }, - { code: '610827', name: '米脂县' }, - { code: '610828', name: '佳县' }, - { code: '610829', name: '吴堡县' }, - { code: '610830', name: '清涧县' }, - { code: '610831', name: '子洲县' }, - { code: '610881', name: '神木市' } - ] - }, - { - code: '6109', - name: '安康市', - districts: [ - { code: '610902', name: '汉滨区' }, - { code: '610921', name: '汉阴县' }, - { code: '610922', name: '石泉县' }, - { code: '610923', name: '宁陕县' }, - { code: '610924', name: '紫阳县' }, - { code: '610925', name: '岚皋县' }, - { code: '610926', name: '平利县' }, - { code: '610927', name: '镇坪县' }, - { code: '610928', name: '旬阳县' }, - { code: '610929', name: '白河县' } - ] - }, - { - code: '6110', - name: '商洛市', - districts: [ - { code: '611002', name: '商州区' }, - { code: '611021', name: '洛南县' }, - { code: '611022', name: '丹凤县' }, - { code: '611023', name: '商南县' }, - { code: '611024', name: '山阳县' }, - { code: '611025', name: '镇安县' }, - { code: '611026', name: '柞水县' } - ] - } - ] - }, - { - code: '62', - name: '甘肃省', - cities: [ - { - code: '6201', - name: '兰州市', - districts: [ - { code: '620102', name: '城关区' }, - { code: '620103', name: '七里河区' }, - { code: '620104', name: '西固区' }, - { code: '620105', name: '安宁区' }, - { code: '620111', name: '红古区' }, - { code: '620121', name: '永登县' }, - { code: '620122', name: '皋兰县' }, - { code: '620123', name: '榆中县' } - ] - }, - { - code: '6202', - name: '嘉峪关市', - districts: [ - { code: '620201001', name: '雄关街道' }, - { code: '620201002', name: '钢城街道' }, - { code: '620201100', name: '新城镇' } - ] - }, - { - code: '6203', - name: '金昌市', - districts: [ - { code: '620302', name: '金川区' }, - { code: '620321', name: '永昌县' } - ] - }, - { - code: '6204', - name: '白银市', - districts: [ - { code: '620402', name: '白银区' }, - { code: '620403', name: '平川区' }, - { code: '620421', name: '靖远县' }, - { code: '620422', name: '会宁县' }, - { code: '620423', name: '景泰县' } - ] - }, - { - code: '6205', - name: '天水市', - districts: [ - { code: '620502', name: '秦州区' }, - { code: '620503', name: '麦积区' }, - { code: '620521', name: '清水县' }, - { code: '620522', name: '秦安县' }, - { code: '620523', name: '甘谷县' }, - { code: '620524', name: '武山县' }, - { code: '620525', name: '张家川回族自治县' } - ] - }, - { - code: '6206', - name: '武威市', - districts: [ - { code: '620602', name: '凉州区' }, - { code: '620621', name: '民勤县' }, - { code: '620622', name: '古浪县' }, - { code: '620623', name: '天祝藏族自治县' } - ] - }, - { - code: '6207', - name: '张掖市', - districts: [ - { code: '620702', name: '甘州区' }, - { code: '620721', name: '肃南裕固族自治县' }, - { code: '620722', name: '民乐县' }, - { code: '620723', name: '临泽县' }, - { code: '620724', name: '高台县' }, - { code: '620725', name: '山丹县' } - ] - }, - { - code: '6208', - name: '平凉市', - districts: [ - { code: '620802', name: '崆峒区' }, - { code: '620821', name: '泾川县' }, - { code: '620822', name: '灵台县' }, - { code: '620823', name: '崇信县' }, - { code: '620825', name: '庄浪县' }, - { code: '620826', name: '静宁县' }, - { code: '620881', name: '华亭市' } - ] - }, - { - code: '6209', - name: '酒泉市', - districts: [ - { code: '620902', name: '肃州区' }, - { code: '620921', name: '金塔县' }, - { code: '620922', name: '瓜州县' }, - { code: '620923', name: '肃北蒙古族自治县' }, - { code: '620924', name: '阿克塞哈萨克族自治县' }, - { code: '620981', name: '玉门市' }, - { code: '620982', name: '敦煌市' } - ] - }, - { - code: '6210', - name: '庆阳市', - districts: [ - { code: '621002', name: '西峰区' }, - { code: '621021', name: '庆城县' }, - { code: '621022', name: '环县' }, - { code: '621023', name: '华池县' }, - { code: '621024', name: '合水县' }, - { code: '621025', name: '正宁县' }, - { code: '621026', name: '宁县' }, - { code: '621027', name: '镇原县' } - ] - }, - { - code: '6211', - name: '定西市', - districts: [ - { code: '621102', name: '安定区' }, - { code: '621121', name: '通渭县' }, - { code: '621122', name: '陇西县' }, - { code: '621123', name: '渭源县' }, - { code: '621124', name: '临洮县' }, - { code: '621125', name: '漳县' }, - { code: '621126', name: '岷县' } - ] - }, - { - code: '6212', - name: '陇南市', - districts: [ - { code: '621202', name: '武都区' }, - { code: '621221', name: '成县' }, - { code: '621222', name: '文县' }, - { code: '621223', name: '宕昌县' }, - { code: '621224', name: '康县' }, - { code: '621225', name: '西和县' }, - { code: '621226', name: '礼县' }, - { code: '621227', name: '徽县' }, - { code: '621228', name: '两当县' } - ] - }, - { - code: '6229', - name: '临夏回族自治州', - districts: [ - { code: '622901', name: '临夏市' }, - { code: '622921', name: '临夏县' }, - { code: '622922', name: '康乐县' }, - { code: '622923', name: '永靖县' }, - { code: '622924', name: '广河县' }, - { code: '622925', name: '和政县' }, - { code: '622926', name: '东乡族自治县' }, - { code: '622927', name: '积石山保安族东乡族撒拉族自治县' } - ] - }, - { - code: '6230', - name: '甘南藏族自治州', - districts: [ - { code: '623001', name: '合作市' }, - { code: '623021', name: '临潭县' }, - { code: '623022', name: '卓尼县' }, - { code: '623023', name: '舟曲县' }, - { code: '623024', name: '迭部县' }, - { code: '623025', name: '玛曲县' }, - { code: '623026', name: '碌曲县' }, - { code: '623027', name: '夏河县' } - ] - } - ] - }, - { - code: '63', - name: '青海省', - cities: [ - { - code: '6301', - name: '西宁市', - districts: [ - { code: '630102', name: '城东区' }, - { code: '630103', name: '城中区' }, - { code: '630104', name: '城西区' }, - { code: '630105', name: '城北区' }, - { code: '630106', name: '湟中区' }, - { code: '630121', name: '大通回族土族自治县' }, - { code: '630123', name: '湟源县' } - ] - }, - { - code: '6302', - name: '海东市', - districts: [ - { code: '630202', name: '乐都区' }, - { code: '630203', name: '平安区' }, - { code: '630222', name: '民和回族土族自治县' }, - { code: '630223', name: '互助土族自治县' }, - { code: '630224', name: '化隆回族自治县' }, - { code: '630225', name: '循化撒拉族自治县' } - ] - }, - { - code: '6322', - name: '海北藏族自治州', - districts: [ - { code: '632221', name: '门源回族自治县' }, - { code: '632222', name: '祁连县' }, - { code: '632223', name: '海晏县' }, - { code: '632224', name: '刚察县' } - ] - }, - { - code: '6323', - name: '黄南藏族自治州', - districts: [ - { code: '632321', name: '同仁县' }, - { code: '632322', name: '尖扎县' }, - { code: '632323', name: '泽库县' }, - { code: '632324', name: '河南蒙古族自治县' } - ] - }, - { - code: '6325', - name: '海南藏族自治州', - districts: [ - { code: '632521', name: '共和县' }, - { code: '632522', name: '同德县' }, - { code: '632523', name: '贵德县' }, - { code: '632524', name: '兴海县' }, - { code: '632525', name: '贵南县' } - ] - }, - { - code: '6326', - name: '果洛藏族自治州', - districts: [ - { code: '632621', name: '玛沁县' }, - { code: '632622', name: '班玛县' }, - { code: '632623', name: '甘德县' }, - { code: '632624', name: '达日县' }, - { code: '632625', name: '久治县' }, - { code: '632626', name: '玛多县' } - ] - }, - { - code: '6327', - name: '玉树藏族自治州', - districts: [ - { code: '632701', name: '玉树市' }, - { code: '632722', name: '杂多县' }, - { code: '632723', name: '称多县' }, - { code: '632724', name: '治多县' }, - { code: '632725', name: '囊谦县' }, - { code: '632726', name: '曲麻莱县' } - ] - }, - { - code: '6328', - name: '海西蒙古族藏族自治州', - districts: [ - { code: '632801', name: '格尔木市' }, - { code: '632802', name: '德令哈市' }, - { code: '632803', name: '茫崖市' }, - { code: '632821', name: '乌兰县' }, - { code: '632822', name: '都兰县' }, - { code: '632823', name: '天峻县' } - ] - } - ] - }, - { - code: '64', - name: '宁夏回族自治区', - cities: [ - { - code: '6401', - name: '银川市', - districts: [ - { code: '640104', name: '兴庆区' }, - { code: '640105', name: '西夏区' }, - { code: '640106', name: '金凤区' }, - { code: '640121', name: '永宁县' }, - { code: '640122', name: '贺兰县' }, - { code: '640181', name: '灵武市' } - ] - }, - { - code: '6402', - name: '石嘴山市', - districts: [ - { code: '640202', name: '大武口区' }, - { code: '640205', name: '惠农区' }, - { code: '640221', name: '平罗县' } - ] - }, - { - code: '6403', - name: '吴忠市', - districts: [ - { code: '640302', name: '利通区' }, - { code: '640303', name: '红寺堡区' }, - { code: '640323', name: '盐池县' }, - { code: '640324', name: '同心县' }, - { code: '640381', name: '青铜峡市' } - ] - }, - { - code: '6404', - name: '固原市', - districts: [ - { code: '640402', name: '原州区' }, - { code: '640422', name: '西吉县' }, - { code: '640423', name: '隆德县' }, - { code: '640424', name: '泾源县' }, - { code: '640425', name: '彭阳县' } - ] - }, - { - code: '6405', - name: '中卫市', - districts: [ - { code: '640502', name: '沙坡头区' }, - { code: '640521', name: '中宁县' }, - { code: '640522', name: '海原县' } - ] - } - ] - }, - { - code: '65', - name: '新疆维吾尔自治区', - cities: [ - { - code: '6501', - name: '乌鲁木齐市', - districts: [ - { code: '650102', name: '天山区' }, - { code: '650103', name: '沙依巴克区' }, - { code: '650104', name: '新市区' }, - { code: '650105', name: '水磨沟区' }, - { code: '650106', name: '头屯河区' }, - { code: '650107', name: '达坂城区' }, - { code: '650109', name: '米东区' }, - { code: '650121', name: '乌鲁木齐县' } - ] - }, - { - code: '6502', - name: '克拉玛依市', - districts: [ - { code: '650202', name: '独山子区' }, - { code: '650203', name: '克拉玛依区' }, - { code: '650204', name: '白碱滩区' }, - { code: '650205', name: '乌尔禾区' } - ] - }, - { - code: '6504', - name: '吐鲁番市', - districts: [ - { code: '650402', name: '高昌区' }, - { code: '650421', name: '鄯善县' }, - { code: '650422', name: '托克逊县' } - ] - }, - { - code: '6505', - name: '哈密市', - districts: [ - { code: '650502', name: '伊州区' }, - { code: '650521', name: '巴里坤哈萨克自治县' }, - { code: '650522', name: '伊吾县' } - ] - }, - { - code: '6523', - name: '昌吉回族自治州', - districts: [ - { code: '652301', name: '昌吉市' }, - { code: '652302', name: '阜康市' }, - { code: '652323', name: '呼图壁县' }, - { code: '652324', name: '玛纳斯县' }, - { code: '652325', name: '奇台县' }, - { code: '652327', name: '吉木萨尔县' }, - { code: '652328', name: '木垒哈萨克自治县' } - ] - }, - { - code: '6527', - name: '博尔塔拉蒙古自治州', - districts: [ - { code: '652701', name: '博乐市' }, - { code: '652702', name: '阿拉山口市' }, - { code: '652722', name: '精河县' }, - { code: '652723', name: '温泉县' } - ] - }, - { - code: '6528', - name: '巴音郭楞蒙古自治州', - districts: [ - { code: '652801', name: '库尔勒市' }, - { code: '652822', name: '轮台县' }, - { code: '652823', name: '尉犁县' }, - { code: '652824', name: '若羌县' }, - { code: '652825', name: '且末县' }, - { code: '652826', name: '焉耆回族自治县' }, - { code: '652827', name: '和静县' }, - { code: '652828', name: '和硕县' }, - { code: '652829', name: '博湖县' } - ] - }, - { - code: '6529', - name: '阿克苏地区', - districts: [ - { code: '652901', name: '阿克苏市' }, - { code: '652902', name: '库车市' }, - { code: '652922', name: '温宿县' }, - { code: '652924', name: '沙雅县' }, - { code: '652925', name: '新和县' }, - { code: '652926', name: '拜城县' }, - { code: '652927', name: '乌什县' }, - { code: '652928', name: '阿瓦提县' }, - { code: '652929', name: '柯坪县' } - ] - }, - { - code: '6530', - name: '克孜勒苏柯尔克孜自治州', - districts: [ - { code: '653001', name: '阿图什市' }, - { code: '653022', name: '阿克陶县' }, - { code: '653023', name: '阿合奇县' }, - { code: '653024', name: '乌恰县' } - ] - }, - { - code: '6531', - name: '喀什地区', - districts: [ - { code: '653101', name: '喀什市' }, - { code: '653121', name: '疏附县' }, - { code: '653122', name: '疏勒县' }, - { code: '653123', name: '英吉沙县' }, - { code: '653124', name: '泽普县' }, - { code: '653125', name: '莎车县' }, - { code: '653126', name: '叶城县' }, - { code: '653127', name: '麦盖提县' }, - { code: '653128', name: '岳普湖县' }, - { code: '653129', name: '伽师县' }, - { code: '653130', name: '巴楚县' }, - { code: '653131', name: '塔什库尔干塔吉克自治县' } - ] - }, - { - code: '6532', - name: '和田地区', - districts: [ - { code: '653201', name: '和田市' }, - { code: '653221', name: '和田县' }, - { code: '653222', name: '墨玉县' }, - { code: '653223', name: '皮山县' }, - { code: '653224', name: '洛浦县' }, - { code: '653225', name: '策勒县' }, - { code: '653226', name: '于田县' }, - { code: '653227', name: '民丰县' } - ] - }, - { - code: '6540', - name: '伊犁哈萨克自治州', - districts: [ - { code: '654002', name: '伊宁市' }, - { code: '654003', name: '奎屯市' }, - { code: '654004', name: '霍尔果斯市' }, - { code: '654021', name: '伊宁县' }, - { code: '654022', name: '察布查尔锡伯自治县' }, - { code: '654023', name: '霍城县' }, - { code: '654024', name: '巩留县' }, - { code: '654025', name: '新源县' }, - { code: '654026', name: '昭苏县' }, - { code: '654027', name: '特克斯县' }, - { code: '654028', name: '尼勒克县' } - ] - }, - { - code: '6542', - name: '塔城地区', - districts: [ - { code: '654201', name: '塔城市' }, - { code: '654202', name: '乌苏市' }, - { code: '654221', name: '额敏县' }, - { code: '654223', name: '沙湾县' }, - { code: '654224', name: '托里县' }, - { code: '654225', name: '裕民县' }, - { code: '654226', name: '和布克赛尔蒙古自治县' } - ] - }, - { - code: '6543', - name: '阿勒泰地区', - districts: [ - { code: '654301', name: '阿勒泰市' }, - { code: '654321', name: '布尔津县' }, - { code: '654322', name: '富蕴县' }, - { code: '654323', name: '福海县' }, - { code: '654324', name: '哈巴河县' }, - { code: '654325', name: '青河县' }, - { code: '654326', name: '吉木乃县' } - ] - } - ] - }, - { - code: '71', - name: '台湾省', - cities: [ - { - code: '7101', - name: '台北市', - districts: [ - { code: '710101', name: '中正区' }, - { code: '710102', name: '大同区' }, - { code: '710103', name: '中山区' }, - { code: '710104', name: '松山区' }, - { code: '710105', name: '大安区' }, - { code: '710106', name: '万华区' }, - { code: '710107', name: '信义区' }, - { code: '710108', name: '士林区' }, - { code: '710109', name: '北投区' }, - { code: '710110', name: '内湖区' }, - { code: '710111', name: '南港区' }, - { code: '710112', name: '文山区' } - ] - }, - { - code: '7102', - name: '高雄市', - districts: [ - { code: '710201', name: '新兴区' }, - { code: '710202', name: '前金区' }, - { code: '710203', name: '苓雅区' }, - { code: '710204', name: '盐埕区' }, - { code: '710205', name: '鼓山区' }, - { code: '710206', name: '旗津区' }, - { code: '710207', name: '前镇区' }, - { code: '710208', name: '三民区' }, - { code: '710209', name: '左营区' }, - { code: '710210', name: '楠梓区' }, - { code: '710211', name: '小港区' }, - { code: '710212', name: '凤山区' }, - { code: '710213', name: '林园区' }, - { code: '710214', name: '大寮区' }, - { code: '710215', name: '大树区' }, - { code: '710216', name: '大社区' }, - { code: '710217', name: '仁武区' }, - { code: '710218', name: '鸟松区' }, - { code: '710219', name: '冈山区' }, - { code: '710220', name: '桥头区' }, - { code: '710221', name: '燕巢区' }, - { code: '710222', name: '田寮区' }, - { code: '710223', name: '阿莲区' }, - { code: '710224', name: '路竹区' }, - { code: '710225', name: '湖内区' }, - { code: '710226', name: '茄萣区' }, - { code: '710227', name: '永安区' }, - { code: '710228', name: '弥陀区' }, - { code: '710229', name: '梓官区' }, - { code: '710230', name: '旗山区' }, - { code: '710231', name: '美浓区' }, - { code: '710232', name: '六龟区' }, - { code: '710233', name: '甲仙区' }, - { code: '710234', name: '杉林区' }, - { code: '710235', name: '内门区' }, - { code: '710236', name: '茂林区' }, - { code: '710237', name: '桃源区' }, - { code: '710238', name: '那玛夏区' } - ] - }, - { - code: '7103', - name: '新北市', - districts: [ - { code: '710301', name: '万里区' }, - { code: '710302', name: '金山区' }, - { code: '710303', name: '板桥区' }, - { code: '710304', name: '汐止区' }, - { code: '710305', name: '深坑区' }, - { code: '710306', name: '石碇区' }, - { code: '710307', name: '瑞芳区' }, - { code: '710308', name: '平溪区' }, - { code: '710309', name: '双溪区' }, - { code: '710310', name: '贡寮区' }, - { code: '710311', name: '新店区' }, - { code: '710312', name: '坪林区' }, - { code: '710313', name: '乌来区' }, - { code: '710314', name: '永和区' }, - { code: '710315', name: '中和区' }, - { code: '710316', name: '土城区' }, - { code: '710317', name: '三峡区' }, - { code: '710318', name: '树林区' }, - { code: '710319', name: '莺歌区' }, - { code: '710320', name: '三重区' }, - { code: '710321', name: '新庄区' }, - { code: '710322', name: '泰山区' }, - { code: '710323', name: '林口区' }, - { code: '710324', name: '芦洲区' }, - { code: '710325', name: '五股区' }, - { code: '710326', name: '八里区' }, - { code: '710327', name: '淡水区' }, - { code: '710328', name: '三芝区' }, - { code: '710329', name: '石门区' } - ] - }, - { - code: '7104', - name: '台中市', - districts: [ - { code: '710401', name: '中区' }, - { code: '710402', name: '东区' }, - { code: '710403', name: '南区' }, - { code: '710404', name: '西区' }, - { code: '710405', name: '北区' }, - { code: '710406', name: '北屯区' }, - { code: '710407', name: '西屯区' }, - { code: '710408', name: '南屯区' }, - { code: '710409', name: '太平区' }, - { code: '710410', name: '大里区' }, - { code: '710411', name: '雾峰区' }, - { code: '710412', name: '乌日区' }, - { code: '710413', name: '丰原区' }, - { code: '710414', name: '后里区' }, - { code: '710415', name: '石冈区' }, - { code: '710416', name: '东势区' }, - { code: '710417', name: '和平区' }, - { code: '710418', name: '新社区' }, - { code: '710419', name: '潭子区' }, - { code: '710420', name: '大雅区' }, - { code: '710421', name: '神冈区' }, - { code: '710422', name: '大肚区' }, - { code: '710423', name: '沙鹿区' }, - { code: '710424', name: '龙井区' }, - { code: '710425', name: '梧栖区' }, - { code: '710426', name: '清水区' }, - { code: '710427', name: '大甲区' }, - { code: '710428', name: '外埔区' }, - { code: '710429', name: '大安区' } - ] - }, - { - code: '7105', - name: '台南市', - districts: [ - { code: '710501', name: '中西区' }, - { code: '710502', name: '东区' }, - { code: '710503', name: '南区' }, - { code: '710504', name: '北区' }, - { code: '710505', name: '安平区' }, - { code: '710506', name: '安南区' }, - { code: '710507', name: '永康区' }, - { code: '710508', name: '归仁区' }, - { code: '710509', name: '新化区' }, - { code: '710510', name: '左镇区' }, - { code: '710511', name: '玉井区' }, - { code: '710512', name: '楠西区' }, - { code: '710513', name: '南化区' }, - { code: '710514', name: '仁德区' }, - { code: '710515', name: '关庙区' }, - { code: '710516', name: '龙崎区' }, - { code: '710517', name: '官田区' }, - { code: '710518', name: '麻豆区' }, - { code: '710519', name: '佳里区' }, - { code: '710520', name: '西港区' }, - { code: '710521', name: '七股区' }, - { code: '710522', name: '将军区' }, - { code: '710523', name: '学甲区' }, - { code: '710524', name: '北门区' }, - { code: '710525', name: '新营区' }, - { code: '710526', name: '后壁区' }, - { code: '710527', name: '白河区' }, - { code: '710528', name: '东山区' }, - { code: '710529', name: '六甲区' }, - { code: '710530', name: '下营区' }, - { code: '710531', name: '柳营区' }, - { code: '710532', name: '盐水区' }, - { code: '710533', name: '善化区' }, - { code: '710534', name: '大内区' }, - { code: '710535', name: '山上区' }, - { code: '710536', name: '新市区' }, - { code: '710537', name: '安定区' } - ] - }, - { - code: '7106', - name: '桃园市', - districts: [ - { code: '710601', name: '中坜区' }, - { code: '710602', name: '平镇区' }, - { code: '710603', name: '龙潭区' }, - { code: '710604', name: '杨梅区' }, - { code: '710605', name: '新屋区' }, - { code: '710606', name: '观音区' }, - { code: '710607', name: '桃园区' }, - { code: '710608', name: '龟山区' }, - { code: '710609', name: '八德区' }, - { code: '710610', name: '大溪区' }, - { code: '710611', name: '复兴区' }, - { code: '710612', name: '大园区' }, - { code: '710613', name: '芦竹区' } - ] - }, - { - code: '7107', - name: '基隆市', - districts: [ - { code: '710701', name: '仁爱区' }, - { code: '710702', name: '信义区' }, - { code: '710703', name: '中正区' }, - { code: '710704', name: '中山区' }, - { code: '710705', name: '安乐区' }, - { code: '710706', name: '暖暖区' }, - { code: '710707', name: '七堵区' } - ] - }, - { - code: '7108', - name: '新竹市', - districts: [ - { code: '710801', name: '东区' }, - { code: '710802', name: '北区' }, - { code: '710803', name: '香山区' } - ] - }, - { - code: '7109', - name: '嘉义市', - districts: [ - { code: '710901', name: '东区' }, - { code: '710902', name: '西区' } - ] - }, - { - code: '7110', - name: '新竹县', - districts: [ - { code: '711001', name: '竹北市' }, - { code: '711002', name: '湖口乡' }, - { code: '711003', name: '新丰乡' }, - { code: '711004', name: '新埔镇' }, - { code: '711005', name: '关西镇' }, - { code: '711006', name: '芎林乡' }, - { code: '711007', name: '宝山乡' }, - { code: '711008', name: '竹东镇' }, - { code: '711009', name: '五峰乡' }, - { code: '711010', name: '横山乡' }, - { code: '711011', name: '尖石乡' }, - { code: '711012', name: '北埔乡' }, - { code: '711013', name: '峨眉乡' } - ] - }, - { - code: '7111', - name: '苗栗县', - districts: [ - { code: '711101', name: '竹南镇' }, - { code: '711102', name: '头份市' }, - { code: '711103', name: '三湾乡' }, - { code: '711104', name: '南庄乡' }, - { code: '711105', name: '狮潭乡' }, - { code: '711106', name: '后龙镇' }, - { code: '711107', name: '通霄镇' }, - { code: '711108', name: '苑里镇' }, - { code: '711109', name: '苗栗市' }, - { code: '711110', name: '造桥乡' }, - { code: '711111', name: '头屋乡' }, - { code: '711112', name: '公馆乡' }, - { code: '711113', name: '大湖乡' }, - { code: '711114', name: '泰安乡' }, - { code: '711115', name: '铜锣乡' }, - { code: '711116', name: '三义乡' }, - { code: '711117', name: '西湖乡' }, - { code: '711118', name: '卓兰镇' } - ] - }, - { - code: '7112', - name: '彰化县', - districts: [ - { code: '711201', name: '彰化市' }, - { code: '711202', name: '芬园乡' }, - { code: '711203', name: '花坛乡' }, - { code: '711204', name: '秀水乡' }, - { code: '711205', name: '鹿港镇' }, - { code: '711206', name: '福兴乡' }, - { code: '711207', name: '线西乡' }, - { code: '711208', name: '和美镇' }, - { code: '711209', name: '伸港乡' }, - { code: '711210', name: '员林市' }, - { code: '711211', name: '社头乡' }, - { code: '711212', name: '永靖乡' }, - { code: '711213', name: '埔心乡' }, - { code: '711214', name: '溪湖镇' }, - { code: '711215', name: '大村乡' }, - { code: '711216', name: '埔盐乡' }, - { code: '711217', name: '田中镇' }, - { code: '711218', name: '北斗镇' }, - { code: '711219', name: '田尾乡' }, - { code: '711220', name: '埤头乡' }, - { code: '711221', name: '溪州乡' }, - { code: '711222', name: '竹塘乡' }, - { code: '711223', name: '二林镇' }, - { code: '711224', name: '大城乡' }, - { code: '711225', name: '芳苑乡' }, - { code: '711226', name: '二水乡' } - ] - }, - { - code: '7113', - name: '南投县', - districts: [ - { code: '711301', name: '南投市' }, - { code: '711302', name: '中寮乡' }, - { code: '711303', name: '草屯镇' }, - { code: '711304', name: '国姓乡' }, - { code: '711305', name: '埔里镇' }, - { code: '711306', name: '仁爱乡' }, - { code: '711307', name: '名间乡' }, - { code: '711308', name: '集集镇' }, - { code: '711309', name: '水里乡' }, - { code: '711310', name: '鱼池乡' }, - { code: '711311', name: '信义乡' }, - { code: '711312', name: '竹山镇' }, - { code: '711313', name: '鹿谷乡' } - ] - }, - { - code: '7114', - name: '云林县', - districts: [ - { code: '711401', name: '斗南镇' }, - { code: '711402', name: '大埤乡' }, - { code: '711403', name: '虎尾镇' }, - { code: '711404', name: '土库镇' }, - { code: '711405', name: '褒忠乡' }, - { code: '711406', name: '东势乡' }, - { code: '711407', name: '台西乡' }, - { code: '711408', name: '仑背乡' }, - { code: '711409', name: '麦寮乡' }, - { code: '711410', name: '斗六市' }, - { code: '711411', name: '林内乡' }, - { code: '711412', name: '古坑乡' }, - { code: '711413', name: '莿桐乡' }, - { code: '711414', name: '西螺镇' }, - { code: '711415', name: '二仑乡' }, - { code: '711416', name: '北港镇' }, - { code: '711417', name: '水林乡' }, - { code: '711418', name: '口湖乡' }, - { code: '711419', name: '四湖乡' }, - { code: '711420', name: '元长乡' } - ] - }, - { - code: '7115', - name: '嘉义县', - districts: [ - { code: '711501', name: '番路乡' }, - { code: '711502', name: '梅山乡' }, - { code: '711503', name: '竹崎乡' }, - { code: '711504', name: '阿里山乡' }, - { code: '711505', name: '中埔乡' }, - { code: '711506', name: '大埔乡' }, - { code: '711507', name: '水上乡' }, - { code: '711508', name: '鹿草乡' }, - { code: '711509', name: '太保市' }, - { code: '711510', name: '朴子市' }, - { code: '711511', name: '东石乡' }, - { code: '711512', name: '六脚乡' }, - { code: '711513', name: '新港乡' }, - { code: '711514', name: '民雄乡' }, - { code: '711515', name: '大林镇' }, - { code: '711516', name: '溪口乡' }, - { code: '711517', name: '义竹乡' }, - { code: '711518', name: '布袋镇' } - ] - }, - { - code: '7116', - name: '屏东县', - districts: [ - { code: '711601', name: '屏东市' }, - { code: '711602', name: '三地门乡' }, - { code: '711603', name: '雾台乡' }, - { code: '711604', name: '玛家乡' }, - { code: '711605', name: '九如乡' }, - { code: '711606', name: '里港乡' }, - { code: '711607', name: '高树乡' }, - { code: '711608', name: '盐埔乡' }, - { code: '711609', name: '长治乡' }, - { code: '711610', name: '麟洛乡' }, - { code: '711611', name: '竹田乡' }, - { code: '711612', name: '内埔乡' }, - { code: '711613', name: '万丹乡' }, - { code: '711614', name: '潮州镇' }, - { code: '711615', name: '泰武乡' }, - { code: '711616', name: '来义乡' }, - { code: '711617', name: '万峦乡' }, - { code: '711618', name: '崁顶乡' }, - { code: '711619', name: '新埤乡' }, - { code: '711620', name: '南州乡' }, - { code: '711621', name: '林边乡' }, - { code: '711622', name: '东港镇' }, - { code: '711623', name: '琉球乡' }, - { code: '711624', name: '佳冬乡' }, - { code: '711625', name: '新园乡' }, - { code: '711626', name: '枋寮乡' }, - { code: '711627', name: '枋山乡' }, - { code: '711628', name: '春日乡' }, - { code: '711629', name: '狮子乡' }, - { code: '711630', name: '车城乡' }, - { code: '711631', name: '牡丹乡' }, - { code: '711632', name: '恒春镇' }, - { code: '711633', name: '满州乡' } - ] - }, - { - code: '7117', - name: '宜兰县', - districts: [ - { code: '711701', name: '宜兰市' }, - { code: '711702', name: '头城镇' }, - { code: '711703', name: '礁溪乡' }, - { code: '711704', name: '壮围乡' }, - { code: '711705', name: '员山乡' }, - { code: '711706', name: '罗东镇' }, - { code: '711707', name: '三星乡' }, - { code: '711708', name: '大同乡' }, - { code: '711709', name: '五结乡' }, - { code: '711710', name: '冬山乡' }, - { code: '711711', name: '苏澳镇' }, - { code: '711712', name: '南澳乡' } - ] - }, - { - code: '7118', - name: '花莲县', - districts: [ - { code: '711801', name: '花莲市' }, - { code: '711802', name: '新城乡' }, - { code: '711803', name: '秀林乡' }, - { code: '711804', name: '吉安乡' }, - { code: '711805', name: '寿丰乡' }, - { code: '711806', name: '凤林镇' }, - { code: '711807', name: '光复乡' }, - { code: '711808', name: '丰滨乡' }, - { code: '711809', name: '瑞穗乡' }, - { code: '711810', name: '万荣乡' }, - { code: '711811', name: '玉里镇' }, - { code: '711812', name: '卓溪乡' }, - { code: '711813', name: '富里乡' } - ] - }, - { - code: '7119', - name: '台东县', - districts: [ - { code: '711901', name: '台东市' }, - { code: '711902', name: '绿岛乡' }, - { code: '711903', name: '兰屿乡' }, - { code: '711904', name: '延平乡' }, - { code: '711905', name: '卑南乡' }, - { code: '711906', name: '鹿野乡' }, - { code: '711907', name: '关山镇' }, - { code: '711908', name: '海端乡' }, - { code: '711909', name: '池上乡' }, - { code: '711910', name: '东河乡' }, - { code: '711911', name: '成功镇' }, - { code: '711912', name: '长滨乡' }, - { code: '711913', name: '太麻里乡' }, - { code: '711914', name: '金峰乡' }, - { code: '711915', name: '大武乡' }, - { code: '711916', name: '达仁乡' } - ] - }, - { - code: '7120', - name: '澎湖县', - districts: [ - { code: '712001', name: '马公市' }, - { code: '712002', name: '西屿乡' }, - { code: '712003', name: '望安乡' }, - { code: '712004', name: '七美乡' }, - { code: '712005', name: '白沙乡' }, - { code: '712006', name: '湖西乡' } - ] - }, - { - code: '7121', - name: '金门县', - districts: [ - { code: '712101', name: '金沙镇' }, - { code: '712102', name: '金湖镇' }, - { code: '712103', name: '金宁乡' }, - { code: '712104', name: '金城镇' }, - { code: '712105', name: '烈屿乡' }, - { code: '712106', name: '乌坵乡' } - ] - }, - { - code: '7122', - name: '连江县', - districts: [ - { code: '712201', name: '南竿乡' }, - { code: '712202', name: '北竿乡' }, - { code: '712203', name: '莒光乡' }, - { code: '712204', name: '东引乡' } - ] - } - ] - }, - { - code: '81', - name: '香港特别行政区', - cities: [ - { - code: '8101', - name: '香港岛', - districts: [ - { code: '810101', name: '中西区' }, - { code: '810102', name: '湾仔区' }, - { code: '810103', name: '东区' }, - { code: '810104', name: '南区' } - ] - }, - { - code: '8102', - name: '九龙', - districts: [ - { code: '810201', name: '油尖旺区' }, - { code: '810202', name: '深水埗区' }, - { code: '810203', name: '九龙城区' }, - { code: '810204', name: '黄大仙区' }, - { code: '810205', name: '观塘区' } - ] - }, - { - code: '8103', - name: '新界', - districts: [ - { code: '810301', name: '北区' }, - { code: '810302', name: '大埔区' }, - { code: '810303', name: '沙田区' }, - { code: '810304', name: '西贡区' }, - { code: '810305', name: '元朗区' }, - { code: '810306', name: '屯门区' }, - { code: '810307', name: '荃湾区' }, - { code: '810308', name: '葵青区' }, - { code: '810309', name: '离岛区' } - ] - } - ] - }, - { - code: '82', - name: '澳门特别行政区', - cities: [ - { - code: '8201', - name: '澳门半岛', - districts: [ - { code: '820101', name: '花地玛堂区' }, - { code: '820102', name: '圣安多尼堂区' }, - { code: '820103', name: '大堂区' }, - { code: '820104', name: '望德堂区' }, - { code: '820105', name: '风顺堂区' } - ] - }, - { - code: '8202', - name: '氹仔', - districts: [ - { code: '820201', name: '嘉模堂区' } - ] - }, - { - code: '8203', - name: '路环', - districts: [ - { code: '820301', name: '圣方济各堂区' } - ] - } - ] - } -]; - -// 获取国家列表 -export function getCountryList() { - return Object.entries(countries).map(([code, name]) => ({ - code: code.toUpperCase(), - name, - label: name, - value: name - })); -} - -// 获取中国省份列表 -export function getProvinceList() { - return chinaRegions.map(province => ({ - code: province.code, - name: province.name, - label: province.name, - value: province.name - })); -} - -// 根据省份获取城市列表 -export function getCitiesByProvince(provinceName: string) { - const province = chinaRegions.find(p => p.name === provinceName); - if (!province) return []; - - return province.cities.map(city => ({ - code: city.code, - name: city.name, - label: city.name, - value: city.name - })); -} - -// 根据省份和城市获取区县列表 -export function getDistrictsByCity(provinceName: string, cityName: string) { - const province = chinaRegions.find(p => p.name === provinceName); - if (!province) return []; - - const city = province.cities.find(c => c.name === cityName); - if (!city) return []; - - return city.districts.map(district => ({ - code: district.code, - name: district.name, - label: district.name, - value: district.name - })); -} - -// 获取完整的中国地区数据(用于兼容现有代码) -export function getChinaRegions() { - return chinaRegions; -} - -// 简化的省份数据(兼容旧的chinaStates) -export const chinaStates = [ - '安徽省', - '北京市', - '重庆市', - '福建省', - '甘肃省', - '广东省', - '广西壮族自治区', - '贵州省', - '海南省', - '河北省', - '河南省', - '黑龙江省', - '湖北省', - '湖南省', - '吉林省', - '江苏省', - '江西省', - '辽宁省', - '内蒙古自治区', - '宁夏回族自治区', - '青海省', - '山东省', - '山西省', - '陕西省', - '上海市', - '四川省', - '天津市', - '西藏自治区', - '新疆维吾尔自治区', - '云南省', - '浙江省', - '香港特别行政区', - '澳门特别行政区', - '台湾省' -]; \ No newline at end of file diff --git a/dashboard_backup/src2/utils/resource.js b/dashboard_backup/src2/utils/resource.js deleted file mode 100644 index 1c34c1b..0000000 --- a/dashboard_backup/src2/utils/resource.js +++ /dev/null @@ -1,7 +0,0 @@ -import { createDocumentResource, getCachedDocumentResource } from 'jingrow-ui'; - -export function getDocResource(object) { - let pg = getCachedDocumentResource(object.pagetype, object.name); - if (!pg) pg = createDocumentResource(object); - return pg; -} diff --git a/dashboard_backup/src2/utils/site.js b/dashboard_backup/src2/utils/site.js deleted file mode 100644 index 122e681..0000000 --- a/dashboard_backup/src2/utils/site.js +++ /dev/null @@ -1,45 +0,0 @@ -import { dayjsLocal } from './dayjs'; -import { plural } from './format'; - -export function trialDays(_trialEndDate) { - let trialEndDate = dayjsLocal(_trialEndDate); - let today = dayjsLocal(); - let diffHours = trialEndDate.diff(today, 'hours'); - let endsIn = ''; - if (diffHours < 0) { - let daysAgo = Math.floor(Math.abs(diffHours) / 24); - endsIn = `${daysAgo} ${plural(daysAgo, 'day', 'days')} ago`; - } else if (diffHours < 24) { - endsIn = `today`; - } else { - let days = Math.round(diffHours / 24) + 1; - endsIn = `in ${days} ${plural(days, 'day', 'days')}`; - } - if (trialEndDate.isAfter(today) || trialEndDate.isSame(today, 'day')) { - return `Trial ends ${endsIn}`; - } else { - return `Trial ended ${endsIn}`; - } -} - -export function isTrialEnded(_trialEndDate) { - let trialEndDate = dayjsLocal(_trialEndDate); - let today = dayjsLocal(); - return trialEndDate.isBefore(today, 'day'); -} - -export function validateSubdomain(subdomain) { - if (!subdomain) { - return 'Subdomain cannot be empty'; - } - if (subdomain.length < 5) { - return 'Subdomain too short. Use 5 or more characters'; - } - if (subdomain.length > 32) { - return 'Subdomain too long. Use 32 or less characters'; - } - if (!subdomain.match(/^[a-z0-9][a-z0-9-]*[a-z0-9]$/)) { - return 'Subdomain contains invalid characters. Use lowercase characters, numbers and hyphens'; - } - return null; -} diff --git a/dashboard_backup/src2/utils/throttle.ts b/dashboard_backup/src2/utils/throttle.ts deleted file mode 100644 index 4b6c3ba..0000000 --- a/dashboard_backup/src2/utils/throttle.ts +++ /dev/null @@ -1,20 +0,0 @@ -export function throttle(func: Function, wait: number) { - let timeout = 0; - let pending = false; - - return (...args: any) => { - if (timeout) { - pending = true; - return; - } - - func(...args); - timeout = setTimeout(() => { - timeout = 0; - if (pending) { - func(...args); - pending = false; - } - }, wait); - }; -} diff --git a/dashboard_backup/src2/utils/toast.js b/dashboard_backup/src2/utils/toast.js deleted file mode 100644 index ce2efc8..0000000 --- a/dashboard_backup/src2/utils/toast.js +++ /dev/null @@ -1,30 +0,0 @@ -import { toast } from 'vue-sonner'; -import { h } from 'vue'; - -export function showErrorToast(error) { - if (!error) { - toast.error('发生了未知错误'); - return; - } - - let errorMessage = error.messages?.length - ? error.messages.join('\n') - : (error.message || '发生了未知错误'); - toast.error(errorMessage); -} - -export function getToastErrorMessage(error, fallbackMessage = '发生了错误') { - if (!error) return fallbackMessage; - - try { - const errorMessage = error.messages?.length - ? error.messages.join('
') - : (error.message || fallbackMessage); - - return h('div', { - innerHTML: errorMessage, - }); - } catch (e) { - return fallbackMessage; - } -} \ No newline at end of file diff --git a/dashboard_backup/src2/vendor/posthog.js b/dashboard_backup/src2/vendor/posthog.js deleted file mode 100644 index 0b995cc..0000000 --- a/dashboard_backup/src2/vendor/posthog.js +++ /dev/null @@ -1,44 +0,0 @@ -!(function (t, e) { - var o, n, p, r; - e.__SV || - ((window.posthog = e), - (e._i = []), - (e.init = function (i, s, a) { - function g(t, e) { - var o = e.split('.'); - 2 == o.length && ((t = t[o[0]]), (e = o[1])), - (t[e] = function () { - t.push([e].concat(Array.prototype.slice.call(arguments, 0))); - }); - } - ((p = t.createElement('script')).type = 'text/javascript'), - (p.crossOrigin = 'anonymous'), - (p.async = !0), - (p.src = - s.api_host.replace('.i.posthog.com', '-assets.i.posthog.com') + - '/static/array.js'), - (r = t.getElementsByTagName('script')[0]).parentNode.insertBefore(p, r); - var u = e; - for ( - void 0 !== a ? (u = e[a] = []) : (a = 'posthog'), - u.people = u.people || [], - u.toString = function (t) { - var e = 'posthog'; - return 'posthog' !== a && (e += '.' + a), t || (e += ' (stub)'), e; - }, - u.people.toString = function () { - return u.toString(1) + '.people (stub)'; - }, - o = - 'init capture register register_once register_for_session unregister unregister_for_session getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey getNextSurveyStep identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetPersonPropertiesForFlags setGroupPropertiesForFlags resetGroupPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty createPersonProfile opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing clear_opt_in_out_capturing debug'.split( - ' ' - ), - n = 0; - n < o.length; - n++ - ) - g(u, o[n]); - e._i.push([i, s, a]); - }), - (e.__SV = 1)); -})(document, window.posthog || []); diff --git a/dashboard_backup/tailwind.config.cjs b/dashboard_backup/tailwind.config.cjs deleted file mode 100644 index b05c606..0000000 --- a/dashboard_backup/tailwind.config.cjs +++ /dev/null @@ -1,59 +0,0 @@ -const plugin = require('tailwindcss/plugin'); - -module.exports = { - presets: [require('jingrow-ui/src/utils/tailwind.config')], - content: [ - './public/index.html', - './src/**/*.html', - './src/**/*.vue', - './src2/**/*.vue', - './src/assets/*.css', - './node_modules/jingrow-ui/src/components/**/*.{vue,js,ts}' - ], - theme: { - extend: { - width: { - 112: '28rem', - wizard: '650px' - }, - minWidth: { - 40: '10rem' - }, - maxHeight: { - 52: '13rem' - } - }, - container: { - padding: { - xl: '5rem' - }, - margin: { - 3.5: '14px' - } - }, - screens: { - sm: '640px', - md: '768px', - lg: '1024px', - xl: '1280px' - } - }, - plugins: [ - require('@tailwindcss/container-queries'), - plugin(function ({ addUtilities, theme }) { - // Add your custom styles here - addUtilities({ - '.bg-gradient-blue': { - 'background-image': `linear-gradient(180deg,#2c9af1 0%, ${theme( - 'colors.blue.500' - )} 100%)` - } - }); - addUtilities({ - '.bg-gradient-none': { - 'background-image': 'none' - } - }); - }) - ] -}; diff --git a/dashboard_backup/tailwind.theme.json b/dashboard_backup/tailwind.theme.json deleted file mode 100644 index 9aea2a2..0000000 --- a/dashboard_backup/tailwind.theme.json +++ /dev/null @@ -1,7158 +0,0 @@ -{ - "container": { - "padding": { - "xl": "5rem" - }, - "margin": { - "3.5": "14px" - } - }, - "screens": { - "sm": "640px", - "md": "768px", - "lg": "1024px", - "xl": "1280px" - }, - "containers": { - "xs": "20rem", - "sm": "24rem", - "md": "28rem", - "lg": "32rem", - "xl": "36rem", - "2xl": "42rem", - "3xl": "48rem", - "4xl": "56rem", - "5xl": "64rem", - "6xl": "72rem", - "7xl": "80rem" - }, - "typography": { - "DEFAULT": { - "css": [ - { - "color": "var(--tw-prose-body)", - "maxWidth": "65ch", - "p": {}, - "[class~=\"lead\"]": { - "color": "var(--tw-prose-lead)" - }, - "a": { - "color": "var(--tw-prose-links)", - "textDecoration": "underline", - "fontWeight": "500" - }, - "strong": { - "color": "var(--tw-prose-bold)", - "fontWeight": "600" - }, - "a strong": { - "color": "inherit" - }, - "blockquote strong": { - "color": "inherit" - }, - "thead th strong": { - "color": "inherit" - }, - "ol": { - "listStyleType": "decimal" - }, - "ol[type=\"A\"]": { - "listStyleType": "upper-alpha" - }, - "ol[type=\"a\"]": { - "listStyleType": "lower-alpha" - }, - "ol[type=\"A\" s]": { - "listStyleType": "upper-alpha" - }, - "ol[type=\"a\" s]": { - "listStyleType": "lower-alpha" - }, - "ol[type=\"I\"]": { - "listStyleType": "upper-roman" - }, - "ol[type=\"i\"]": { - "listStyleType": "lower-roman" - }, - "ol[type=\"I\" s]": { - "listStyleType": "upper-roman" - }, - "ol[type=\"i\" s]": { - "listStyleType": "lower-roman" - }, - "ol[type=\"1\"]": { - "listStyleType": "decimal" - }, - "ul": { - "listStyleType": "disc" - }, - "ol > li::marker": { - "fontWeight": "400", - "color": "var(--tw-prose-counters)" - }, - "ul > li::marker": { - "color": "var(--tw-prose-bullets)" - }, - "dt": { - "color": "var(--tw-prose-headings)", - "fontWeight": "600" - }, - "hr": { - "borderColor": "var(--tw-prose-hr)", - "borderTopWidth": 1 - }, - "blockquote": { - "fontWeight": "500", - "fontStyle": "italic", - "color": "var(--tw-prose-quotes)", - "borderInlineStartWidth": "0.25rem", - "borderInlineStartColor": "var(--tw-prose-quote-borders)", - "quotes": "\"\\201C\"\"\\201D\"\"\\2018\"\"\\2019\"" - }, - "blockquote p:first-of-type::before": { - "content": "open-quote" - }, - "blockquote p:last-of-type::after": { - "content": "close-quote" - }, - "h1": { - "color": "var(--tw-prose-headings)", - "fontWeight": "800" - }, - "h1 strong": { - "fontWeight": "900", - "color": "inherit" - }, - "h2": { - "color": "var(--tw-prose-headings)", - "fontWeight": "700" - }, - "h2 strong": { - "fontWeight": "800", - "color": "inherit" - }, - "h3": { - "color": "var(--tw-prose-headings)", - "fontWeight": "600" - }, - "h3 strong": { - "fontWeight": "700", - "color": "inherit" - }, - "h4": { - "color": "var(--tw-prose-headings)", - "fontWeight": "600" - }, - "h4 strong": { - "fontWeight": "700", - "color": "inherit" - }, - "img": {}, - "picture": { - "display": "block" - }, - "video": {}, - "kbd": { - "fontWeight": "500", - "fontFamily": "inherit", - "color": "var(--tw-prose-kbd)", - "boxShadow": "0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%)" - }, - "code": { - "color": "var(--tw-prose-code)", - "fontWeight": "600" - }, - "code::before": { - "content": "\"`\"" - }, - "code::after": { - "content": "\"`\"" - }, - "a code": { - "color": "inherit" - }, - "h1 code": { - "color": "inherit" - }, - "h2 code": { - "color": "inherit" - }, - "h3 code": { - "color": "inherit" - }, - "h4 code": { - "color": "inherit" - }, - "blockquote code": { - "color": "inherit" - }, - "thead th code": { - "color": "inherit" - }, - "pre": { - "color": "var(--tw-prose-pre-code)", - "backgroundColor": "var(--tw-prose-pre-bg)", - "overflowX": "auto", - "fontWeight": "400" - }, - "pre code": { - "backgroundColor": "transparent", - "borderWidth": "0", - "borderRadius": "0", - "padding": "0", - "fontWeight": "inherit", - "color": "inherit", - "fontSize": "inherit", - "fontFamily": "inherit", - "lineHeight": "inherit" - }, - "pre code::before": { - "content": "none" - }, - "pre code::after": { - "content": "none" - }, - "table": { - "width": "100%", - "tableLayout": "auto", - "marginTop": "2em", - "marginBottom": "2em" - }, - "thead": { - "borderBottomWidth": "1px", - "borderBottomColor": "var(--tw-prose-th-borders)" - }, - "thead th": { - "color": "var(--tw-prose-headings)", - "fontWeight": "600", - "verticalAlign": "bottom" - }, - "tbody tr": { - "borderBottomWidth": "1px", - "borderBottomColor": "var(--tw-prose-td-borders)" - }, - "tbody tr:last-child": { - "borderBottomWidth": "0" - }, - "tbody td": { - "verticalAlign": "baseline" - }, - "tfoot": { - "borderTopWidth": "1px", - "borderTopColor": "var(--tw-prose-th-borders)" - }, - "tfoot td": { - "verticalAlign": "top" - }, - "th, td": { - "textAlign": "start" - }, - "figure > *": {}, - "figcaption": { - "color": "var(--tw-prose-captions)" - } - }, - { - "--tw-prose-body": "#374151", - "--tw-prose-headings": "#111827", - "--tw-prose-lead": "#4b5563", - "--tw-prose-links": "#111827", - "--tw-prose-bold": "#111827", - "--tw-prose-counters": "#6b7280", - "--tw-prose-bullets": "#d1d5db", - "--tw-prose-hr": "#e5e7eb", - "--tw-prose-quotes": "#111827", - "--tw-prose-quote-borders": "#e5e7eb", - "--tw-prose-captions": "#6b7280", - "--tw-prose-kbd": "#111827", - "--tw-prose-kbd-shadows": "17 24 39", - "--tw-prose-code": "#111827", - "--tw-prose-pre-code": "#e5e7eb", - "--tw-prose-pre-bg": "#1f2937", - "--tw-prose-th-borders": "#d1d5db", - "--tw-prose-td-borders": "#e5e7eb", - "--tw-prose-invert-body": "#d1d5db", - "--tw-prose-invert-headings": "#fff", - "--tw-prose-invert-lead": "#9ca3af", - "--tw-prose-invert-links": "#fff", - "--tw-prose-invert-bold": "#fff", - "--tw-prose-invert-counters": "#9ca3af", - "--tw-prose-invert-bullets": "#4b5563", - "--tw-prose-invert-hr": "#374151", - "--tw-prose-invert-quotes": "#f3f4f6", - "--tw-prose-invert-quote-borders": "#374151", - "--tw-prose-invert-captions": "#9ca3af", - "--tw-prose-invert-kbd": "#fff", - "--tw-prose-invert-kbd-shadows": "255 255 255", - "--tw-prose-invert-code": "#fff", - "--tw-prose-invert-pre-code": "#d1d5db", - "--tw-prose-invert-pre-bg": "rgb(0 0 0 / 50%)", - "--tw-prose-invert-th-borders": "#4b5563", - "--tw-prose-invert-td-borders": "#374151" - }, - { - "fontSize": "1rem", - "lineHeight": "1.75", - "p": { - "marginTop": "1.25em", - "marginBottom": "1.25em" - }, - "[class~=\"lead\"]": { - "fontSize": "1.25em", - "lineHeight": "1.6", - "marginTop": "1.2em", - "marginBottom": "1.2em" - }, - "blockquote": { - "marginTop": "1.6em", - "marginBottom": "1.6em", - "paddingInlineStart": "1em" - }, - "h1": { - "fontSize": "2.25em", - "marginTop": "0", - "marginBottom": "0.8888889em", - "lineHeight": "1.1111111" - }, - "h2": { - "fontSize": "1.5em", - "marginTop": "2em", - "marginBottom": "1em", - "lineHeight": "1.3333333" - }, - "h3": { - "fontSize": "1.25em", - "marginTop": "1.6em", - "marginBottom": "0.6em", - "lineHeight": "1.6" - }, - "h4": { - "marginTop": "1.5em", - "marginBottom": "0.5em", - "lineHeight": "1.5" - }, - "img": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "picture": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "picture > img": { - "marginTop": "0", - "marginBottom": "0" - }, - "video": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "kbd": { - "fontSize": "0.875em", - "borderRadius": "0.3125rem", - "paddingTop": "0.1875em", - "paddingInlineEnd": "0.375em", - "paddingBottom": "0.1875em", - "paddingInlineStart": "0.375em" - }, - "code": { - "fontSize": "0.875em" - }, - "h2 code": { - "fontSize": "0.875em" - }, - "h3 code": { - "fontSize": "0.9em" - }, - "pre": { - "fontSize": "0.875em", - "lineHeight": "1.7142857", - "marginTop": "1.7142857em", - "marginBottom": "1.7142857em", - "borderRadius": "0.375rem", - "paddingTop": "0.8571429em", - "paddingInlineEnd": "1.1428571em", - "paddingBottom": "0.8571429em", - "paddingInlineStart": "1.1428571em" - }, - "ol": { - "marginTop": "1.25em", - "marginBottom": "1.25em", - "paddingInlineStart": "1.625em" - }, - "ul": { - "marginTop": "1.25em", - "marginBottom": "1.25em", - "paddingInlineStart": "1.625em" - }, - "li": { - "marginTop": "0.5em", - "marginBottom": "0.5em" - }, - "ol > li": { - "paddingInlineStart": "0.375em" - }, - "ul > li": { - "paddingInlineStart": "0.375em" - }, - "> ul > li p": { - "marginTop": "0.75em", - "marginBottom": "0.75em" - }, - "> ul > li > p:first-child": { - "marginTop": "1.25em" - }, - "> ul > li > p:last-child": { - "marginBottom": "1.25em" - }, - "> ol > li > p:first-child": { - "marginTop": "1.25em" - }, - "> ol > li > p:last-child": { - "marginBottom": "1.25em" - }, - "ul ul, ul ol, ol ul, ol ol": { - "marginTop": "0.75em", - "marginBottom": "0.75em" - }, - "dl": { - "marginTop": "1.25em", - "marginBottom": "1.25em" - }, - "dt": { - "marginTop": "1.25em" - }, - "dd": { - "marginTop": "0.5em", - "paddingInlineStart": "1.625em" - }, - "hr": { - "marginTop": "3em", - "marginBottom": "3em" - }, - "hr + *": { - "marginTop": "0" - }, - "h2 + *": { - "marginTop": "0" - }, - "h3 + *": { - "marginTop": "0" - }, - "h4 + *": { - "marginTop": "0" - }, - "table": { - "fontSize": "0.875em", - "lineHeight": "1.7142857" - }, - "thead th": { - "paddingInlineEnd": "0.5714286em", - "paddingBottom": "0.5714286em", - "paddingInlineStart": "0.5714286em" - }, - "thead th:first-child": { - "paddingInlineStart": "0" - }, - "thead th:last-child": { - "paddingInlineEnd": "0" - }, - "tbody td, tfoot td": { - "paddingTop": "0.5714286em", - "paddingInlineEnd": "0.5714286em", - "paddingBottom": "0.5714286em", - "paddingInlineStart": "0.5714286em" - }, - "tbody td:first-child, tfoot td:first-child": { - "paddingInlineStart": "0" - }, - "tbody td:last-child, tfoot td:last-child": { - "paddingInlineEnd": "0" - }, - "figure": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "figure > *": { - "marginTop": "0", - "marginBottom": "0" - }, - "figcaption": { - "fontSize": "0.875em", - "lineHeight": "1.4285714", - "marginTop": "0.8571429em" - } - }, - { - "> :first-child": { - "marginTop": "0" - }, - "> :last-child": { - "marginBottom": "0" - } - }, - { - "--tw-prose-body": "var(--ink-gray-8)", - "--tw-prose-headings": "var(--ink-gray-9)", - "--tw-prose-lead": "var(--ink-gray-5)", - "--tw-prose-links": "var(--ink-gray-9)", - "--tw-prose-bold": "var(--ink-gray-9)", - "--tw-prose-counters": "var(--ink-gray-4)", - "--tw-prose-bullets": "var(--ink-gray-2)", - "--tw-prose-hr": "var(--ink-gray-1)", - "--tw-prose-quotes": "var(--ink-gray-9)", - "--tw-prose-quote-borders": "var(--ink-gray-1)", - "--tw-prose-captions": "var(--ink-gray-4)", - "--tw-prose-kbd": "var(--ink-gray-9)", - "--tw-prose-code": "var(--ink-gray-9)", - "--tw-prose-pre-code": "var(--ink-gray-1)", - "--tw-prose-pre-bg": "var(--ink-gray-8)", - "--tw-prose-th-borders": "var(--ink-gray-2)", - "--tw-prose-td-borders": "var(--ink-gray-1)" - } - ] - }, - "sm": { - "css": [ - { - "fontSize": "0.875rem", - "lineHeight": "1.7142857", - "p": { - "marginTop": "1.1428571em", - "marginBottom": "1.1428571em" - }, - "[class~=\"lead\"]": { - "fontSize": "1.2857143em", - "lineHeight": "1.5555556", - "marginTop": "0.8888889em", - "marginBottom": "0.8888889em" - }, - "blockquote": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em", - "paddingInlineStart": "1.1111111em" - }, - "h1": { - "fontSize": "2.1428571em", - "marginTop": "0", - "marginBottom": "0.8em", - "lineHeight": "1.2" - }, - "h2": { - "fontSize": "1.4285714em", - "marginTop": "1.6em", - "marginBottom": "0.8em", - "lineHeight": "1.4" - }, - "h3": { - "fontSize": "1.2857143em", - "marginTop": "1.5555556em", - "marginBottom": "0.4444444em", - "lineHeight": "1.5555556" - }, - "h4": { - "marginTop": "1.4285714em", - "marginBottom": "0.5714286em", - "lineHeight": "1.4285714" - }, - "img": { - "marginTop": "1.7142857em", - "marginBottom": "1.7142857em" - }, - "picture": { - "marginTop": "1.7142857em", - "marginBottom": "1.7142857em" - }, - "picture > img": { - "marginTop": "0", - "marginBottom": "0" - }, - "video": { - "marginTop": "1.7142857em", - "marginBottom": "1.7142857em" - }, - "kbd": { - "fontSize": "0.8571429em", - "borderRadius": "0.3125rem", - "paddingTop": "0.1428571em", - "paddingInlineEnd": "0.3571429em", - "paddingBottom": "0.1428571em", - "paddingInlineStart": "0.3571429em" - }, - "code": { - "fontSize": "0.8571429em" - }, - "h2 code": { - "fontSize": "0.9em" - }, - "h3 code": { - "fontSize": "0.8888889em" - }, - "pre": { - "fontSize": "0.8571429em", - "lineHeight": "1.6666667", - "marginTop": "1.6666667em", - "marginBottom": "1.6666667em", - "borderRadius": "0.25rem", - "paddingTop": "0.6666667em", - "paddingInlineEnd": "1em", - "paddingBottom": "0.6666667em", - "paddingInlineStart": "1em" - }, - "ol": { - "marginTop": "1.1428571em", - "marginBottom": "1.1428571em", - "paddingInlineStart": "1.5714286em" - }, - "ul": { - "marginTop": "1.1428571em", - "marginBottom": "1.1428571em", - "paddingInlineStart": "1.5714286em" - }, - "li": { - "marginTop": "0.2857143em", - "marginBottom": "0.2857143em" - }, - "ol > li": { - "paddingInlineStart": "0.4285714em" - }, - "ul > li": { - "paddingInlineStart": "0.4285714em" - }, - "> ul > li p": { - "marginTop": "0.5714286em", - "marginBottom": "0.5714286em" - }, - "> ul > li > p:first-child": { - "marginTop": "1.1428571em" - }, - "> ul > li > p:last-child": { - "marginBottom": "1.1428571em" - }, - "> ol > li > p:first-child": { - "marginTop": "1.1428571em" - }, - "> ol > li > p:last-child": { - "marginBottom": "1.1428571em" - }, - "ul ul, ul ol, ol ul, ol ol": { - "marginTop": "0.5714286em", - "marginBottom": "0.5714286em" - }, - "dl": { - "marginTop": "1.1428571em", - "marginBottom": "1.1428571em" - }, - "dt": { - "marginTop": "1.1428571em" - }, - "dd": { - "marginTop": "0.2857143em", - "paddingInlineStart": "1.5714286em" - }, - "hr": { - "marginTop": "2.8571429em", - "marginBottom": "2.8571429em" - }, - "hr + *": { - "marginTop": "0" - }, - "h2 + *": { - "marginTop": "0" - }, - "h3 + *": { - "marginTop": "0" - }, - "h4 + *": { - "marginTop": "0" - }, - "table": { - "fontSize": "0.8571429em", - "lineHeight": "1.5" - }, - "thead th": { - "paddingInlineEnd": "1em", - "paddingBottom": "0.6666667em", - "paddingInlineStart": "1em" - }, - "thead th:first-child": { - "paddingInlineStart": "0" - }, - "thead th:last-child": { - "paddingInlineEnd": "0" - }, - "tbody td, tfoot td": { - "paddingTop": "0.6666667em", - "paddingInlineEnd": "1em", - "paddingBottom": "0.6666667em", - "paddingInlineStart": "1em" - }, - "tbody td:first-child, tfoot td:first-child": { - "paddingInlineStart": "0" - }, - "tbody td:last-child, tfoot td:last-child": { - "paddingInlineEnd": "0" - }, - "figure": { - "marginTop": "1.7142857em", - "marginBottom": "1.7142857em" - }, - "figure > *": { - "marginTop": "0", - "marginBottom": "0" - }, - "figcaption": { - "fontSize": "0.8571429em", - "lineHeight": "1.3333333", - "marginTop": "0.6666667em" - } - }, - { - "> :first-child": { - "marginTop": "0" - }, - "> :last-child": { - "marginBottom": "0" - } - }, - { - "fontSize": "14px", - "fontWeight": 420, - "lineHeight": 1.6, - "letterSpacing": "0.02em", - "p": { - "marginTop": "0.5rem", - "marginBottom": "1rem" - }, - "> ul > li p": { - "marginTop": "0.5rem", - "marginBottom": "0.5rem" - }, - "> ul > li > *:first-child": { - "marginTop": "0.5rem" - }, - "> ul > li > *:last-child": { - "marginBottom": "0.5rem" - }, - "> ol > li p": { - "marginTop": "0.5rem", - "marginBottom": "0.5rem" - }, - "> ol > li > *:first-child": { - "marginTop": "0.5rem" - }, - "> ol > li > *:last-child": { - "marginBottom": "0.5rem" - } - } - ] - }, - "base": { - "css": [ - { - "fontSize": "1rem", - "lineHeight": "1.75", - "p": { - "marginTop": "1.25em", - "marginBottom": "1.25em" - }, - "[class~=\"lead\"]": { - "fontSize": "1.25em", - "lineHeight": "1.6", - "marginTop": "1.2em", - "marginBottom": "1.2em" - }, - "blockquote": { - "marginTop": "1.6em", - "marginBottom": "1.6em", - "paddingInlineStart": "1em" - }, - "h1": { - "fontSize": "2.25em", - "marginTop": "0", - "marginBottom": "0.8888889em", - "lineHeight": "1.1111111" - }, - "h2": { - "fontSize": "1.5em", - "marginTop": "2em", - "marginBottom": "1em", - "lineHeight": "1.3333333" - }, - "h3": { - "fontSize": "1.25em", - "marginTop": "1.6em", - "marginBottom": "0.6em", - "lineHeight": "1.6" - }, - "h4": { - "marginTop": "1.5em", - "marginBottom": "0.5em", - "lineHeight": "1.5" - }, - "img": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "picture": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "picture > img": { - "marginTop": "0", - "marginBottom": "0" - }, - "video": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "kbd": { - "fontSize": "0.875em", - "borderRadius": "0.3125rem", - "paddingTop": "0.1875em", - "paddingInlineEnd": "0.375em", - "paddingBottom": "0.1875em", - "paddingInlineStart": "0.375em" - }, - "code": { - "fontSize": "0.875em" - }, - "h2 code": { - "fontSize": "0.875em" - }, - "h3 code": { - "fontSize": "0.9em" - }, - "pre": { - "fontSize": "0.875em", - "lineHeight": "1.7142857", - "marginTop": "1.7142857em", - "marginBottom": "1.7142857em", - "borderRadius": "0.375rem", - "paddingTop": "0.8571429em", - "paddingInlineEnd": "1.1428571em", - "paddingBottom": "0.8571429em", - "paddingInlineStart": "1.1428571em" - }, - "ol": { - "marginTop": "1.25em", - "marginBottom": "1.25em", - "paddingInlineStart": "1.625em" - }, - "ul": { - "marginTop": "1.25em", - "marginBottom": "1.25em", - "paddingInlineStart": "1.625em" - }, - "li": { - "marginTop": "0.5em", - "marginBottom": "0.5em" - }, - "ol > li": { - "paddingInlineStart": "0.375em" - }, - "ul > li": { - "paddingInlineStart": "0.375em" - }, - "> ul > li p": { - "marginTop": "0.75em", - "marginBottom": "0.75em" - }, - "> ul > li > p:first-child": { - "marginTop": "1.25em" - }, - "> ul > li > p:last-child": { - "marginBottom": "1.25em" - }, - "> ol > li > p:first-child": { - "marginTop": "1.25em" - }, - "> ol > li > p:last-child": { - "marginBottom": "1.25em" - }, - "ul ul, ul ol, ol ul, ol ol": { - "marginTop": "0.75em", - "marginBottom": "0.75em" - }, - "dl": { - "marginTop": "1.25em", - "marginBottom": "1.25em" - }, - "dt": { - "marginTop": "1.25em" - }, - "dd": { - "marginTop": "0.5em", - "paddingInlineStart": "1.625em" - }, - "hr": { - "marginTop": "3em", - "marginBottom": "3em" - }, - "hr + *": { - "marginTop": "0" - }, - "h2 + *": { - "marginTop": "0" - }, - "h3 + *": { - "marginTop": "0" - }, - "h4 + *": { - "marginTop": "0" - }, - "table": { - "fontSize": "0.875em", - "lineHeight": "1.7142857" - }, - "thead th": { - "paddingInlineEnd": "0.5714286em", - "paddingBottom": "0.5714286em", - "paddingInlineStart": "0.5714286em" - }, - "thead th:first-child": { - "paddingInlineStart": "0" - }, - "thead th:last-child": { - "paddingInlineEnd": "0" - }, - "tbody td, tfoot td": { - "paddingTop": "0.5714286em", - "paddingInlineEnd": "0.5714286em", - "paddingBottom": "0.5714286em", - "paddingInlineStart": "0.5714286em" - }, - "tbody td:first-child, tfoot td:first-child": { - "paddingInlineStart": "0" - }, - "tbody td:last-child, tfoot td:last-child": { - "paddingInlineEnd": "0" - }, - "figure": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "figure > *": { - "marginTop": "0", - "marginBottom": "0" - }, - "figcaption": { - "fontSize": "0.875em", - "lineHeight": "1.4285714", - "marginTop": "0.8571429em" - } - }, - { - "> :first-child": { - "marginTop": "0" - }, - "> :last-child": { - "marginBottom": "0" - } - } - ] - }, - "lg": { - "css": [ - { - "fontSize": "1.125rem", - "lineHeight": "1.7777778", - "p": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em" - }, - "[class~=\"lead\"]": { - "fontSize": "1.2222222em", - "lineHeight": "1.4545455", - "marginTop": "1.0909091em", - "marginBottom": "1.0909091em" - }, - "blockquote": { - "marginTop": "1.6666667em", - "marginBottom": "1.6666667em", - "paddingInlineStart": "1em" - }, - "h1": { - "fontSize": "2.6666667em", - "marginTop": "0", - "marginBottom": "0.8333333em", - "lineHeight": "1" - }, - "h2": { - "fontSize": "1.6666667em", - "marginTop": "1.8666667em", - "marginBottom": "1.0666667em", - "lineHeight": "1.3333333" - }, - "h3": { - "fontSize": "1.3333333em", - "marginTop": "1.6666667em", - "marginBottom": "0.6666667em", - "lineHeight": "1.5" - }, - "h4": { - "marginTop": "1.7777778em", - "marginBottom": "0.4444444em", - "lineHeight": "1.5555556" - }, - "img": { - "marginTop": "1.7777778em", - "marginBottom": "1.7777778em" - }, - "picture": { - "marginTop": "1.7777778em", - "marginBottom": "1.7777778em" - }, - "picture > img": { - "marginTop": "0", - "marginBottom": "0" - }, - "video": { - "marginTop": "1.7777778em", - "marginBottom": "1.7777778em" - }, - "kbd": { - "fontSize": "0.8888889em", - "borderRadius": "0.3125rem", - "paddingTop": "0.2222222em", - "paddingInlineEnd": "0.4444444em", - "paddingBottom": "0.2222222em", - "paddingInlineStart": "0.4444444em" - }, - "code": { - "fontSize": "0.8888889em" - }, - "h2 code": { - "fontSize": "0.8666667em" - }, - "h3 code": { - "fontSize": "0.875em" - }, - "pre": { - "fontSize": "0.8888889em", - "lineHeight": "1.75", - "marginTop": "2em", - "marginBottom": "2em", - "borderRadius": "0.375rem", - "paddingTop": "1em", - "paddingInlineEnd": "1.5em", - "paddingBottom": "1em", - "paddingInlineStart": "1.5em" - }, - "ol": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em", - "paddingInlineStart": "1.5555556em" - }, - "ul": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em", - "paddingInlineStart": "1.5555556em" - }, - "li": { - "marginTop": "0.6666667em", - "marginBottom": "0.6666667em" - }, - "ol > li": { - "paddingInlineStart": "0.4444444em" - }, - "ul > li": { - "paddingInlineStart": "0.4444444em" - }, - "> ul > li p": { - "marginTop": "0.8888889em", - "marginBottom": "0.8888889em" - }, - "> ul > li > p:first-child": { - "marginTop": "1.3333333em" - }, - "> ul > li > p:last-child": { - "marginBottom": "1.3333333em" - }, - "> ol > li > p:first-child": { - "marginTop": "1.3333333em" - }, - "> ol > li > p:last-child": { - "marginBottom": "1.3333333em" - }, - "ul ul, ul ol, ol ul, ol ol": { - "marginTop": "0.8888889em", - "marginBottom": "0.8888889em" - }, - "dl": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em" - }, - "dt": { - "marginTop": "1.3333333em" - }, - "dd": { - "marginTop": "0.6666667em", - "paddingInlineStart": "1.5555556em" - }, - "hr": { - "marginTop": "3.1111111em", - "marginBottom": "3.1111111em" - }, - "hr + *": { - "marginTop": "0" - }, - "h2 + *": { - "marginTop": "0" - }, - "h3 + *": { - "marginTop": "0" - }, - "h4 + *": { - "marginTop": "0" - }, - "table": { - "fontSize": "0.8888889em", - "lineHeight": "1.5" - }, - "thead th": { - "paddingInlineEnd": "0.75em", - "paddingBottom": "0.75em", - "paddingInlineStart": "0.75em" - }, - "thead th:first-child": { - "paddingInlineStart": "0" - }, - "thead th:last-child": { - "paddingInlineEnd": "0" - }, - "tbody td, tfoot td": { - "paddingTop": "0.75em", - "paddingInlineEnd": "0.75em", - "paddingBottom": "0.75em", - "paddingInlineStart": "0.75em" - }, - "tbody td:first-child, tfoot td:first-child": { - "paddingInlineStart": "0" - }, - "tbody td:last-child, tfoot td:last-child": { - "paddingInlineEnd": "0" - }, - "figure": { - "marginTop": "1.7777778em", - "marginBottom": "1.7777778em" - }, - "figure > *": { - "marginTop": "0", - "marginBottom": "0" - }, - "figcaption": { - "fontSize": "0.8888889em", - "lineHeight": "1.5", - "marginTop": "1em" - } - }, - { - "> :first-child": { - "marginTop": "0" - }, - "> :last-child": { - "marginBottom": "0" - } - } - ] - }, - "xl": { - "css": [ - { - "fontSize": "1.25rem", - "lineHeight": "1.8", - "p": { - "marginTop": "1.2em", - "marginBottom": "1.2em" - }, - "[class~=\"lead\"]": { - "fontSize": "1.2em", - "lineHeight": "1.5", - "marginTop": "1em", - "marginBottom": "1em" - }, - "blockquote": { - "marginTop": "1.6em", - "marginBottom": "1.6em", - "paddingInlineStart": "1.0666667em" - }, - "h1": { - "fontSize": "2.8em", - "marginTop": "0", - "marginBottom": "0.8571429em", - "lineHeight": "1" - }, - "h2": { - "fontSize": "1.8em", - "marginTop": "1.5555556em", - "marginBottom": "0.8888889em", - "lineHeight": "1.1111111" - }, - "h3": { - "fontSize": "1.5em", - "marginTop": "1.6em", - "marginBottom": "0.6666667em", - "lineHeight": "1.3333333" - }, - "h4": { - "marginTop": "1.8em", - "marginBottom": "0.6em", - "lineHeight": "1.6" - }, - "img": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "picture": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "picture > img": { - "marginTop": "0", - "marginBottom": "0" - }, - "video": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "kbd": { - "fontSize": "0.9em", - "borderRadius": "0.3125rem", - "paddingTop": "0.25em", - "paddingInlineEnd": "0.4em", - "paddingBottom": "0.25em", - "paddingInlineStart": "0.4em" - }, - "code": { - "fontSize": "0.9em" - }, - "h2 code": { - "fontSize": "0.8611111em" - }, - "h3 code": { - "fontSize": "0.9em" - }, - "pre": { - "fontSize": "0.9em", - "lineHeight": "1.7777778", - "marginTop": "2em", - "marginBottom": "2em", - "borderRadius": "0.5rem", - "paddingTop": "1.1111111em", - "paddingInlineEnd": "1.3333333em", - "paddingBottom": "1.1111111em", - "paddingInlineStart": "1.3333333em" - }, - "ol": { - "marginTop": "1.2em", - "marginBottom": "1.2em", - "paddingInlineStart": "1.6em" - }, - "ul": { - "marginTop": "1.2em", - "marginBottom": "1.2em", - "paddingInlineStart": "1.6em" - }, - "li": { - "marginTop": "0.6em", - "marginBottom": "0.6em" - }, - "ol > li": { - "paddingInlineStart": "0.4em" - }, - "ul > li": { - "paddingInlineStart": "0.4em" - }, - "> ul > li p": { - "marginTop": "0.8em", - "marginBottom": "0.8em" - }, - "> ul > li > p:first-child": { - "marginTop": "1.2em" - }, - "> ul > li > p:last-child": { - "marginBottom": "1.2em" - }, - "> ol > li > p:first-child": { - "marginTop": "1.2em" - }, - "> ol > li > p:last-child": { - "marginBottom": "1.2em" - }, - "ul ul, ul ol, ol ul, ol ol": { - "marginTop": "0.8em", - "marginBottom": "0.8em" - }, - "dl": { - "marginTop": "1.2em", - "marginBottom": "1.2em" - }, - "dt": { - "marginTop": "1.2em" - }, - "dd": { - "marginTop": "0.6em", - "paddingInlineStart": "1.6em" - }, - "hr": { - "marginTop": "2.8em", - "marginBottom": "2.8em" - }, - "hr + *": { - "marginTop": "0" - }, - "h2 + *": { - "marginTop": "0" - }, - "h3 + *": { - "marginTop": "0" - }, - "h4 + *": { - "marginTop": "0" - }, - "table": { - "fontSize": "0.9em", - "lineHeight": "1.5555556" - }, - "thead th": { - "paddingInlineEnd": "0.6666667em", - "paddingBottom": "0.8888889em", - "paddingInlineStart": "0.6666667em" - }, - "thead th:first-child": { - "paddingInlineStart": "0" - }, - "thead th:last-child": { - "paddingInlineEnd": "0" - }, - "tbody td, tfoot td": { - "paddingTop": "0.8888889em", - "paddingInlineEnd": "0.6666667em", - "paddingBottom": "0.8888889em", - "paddingInlineStart": "0.6666667em" - }, - "tbody td:first-child, tfoot td:first-child": { - "paddingInlineStart": "0" - }, - "tbody td:last-child, tfoot td:last-child": { - "paddingInlineEnd": "0" - }, - "figure": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "figure > *": { - "marginTop": "0", - "marginBottom": "0" - }, - "figcaption": { - "fontSize": "0.9em", - "lineHeight": "1.5555556", - "marginTop": "1em" - } - }, - { - "> :first-child": { - "marginTop": "0" - }, - "> :last-child": { - "marginBottom": "0" - } - } - ] - }, - "2xl": { - "css": [ - { - "fontSize": "1.5rem", - "lineHeight": "1.6666667", - "p": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em" - }, - "[class~=\"lead\"]": { - "fontSize": "1.25em", - "lineHeight": "1.4666667", - "marginTop": "1.0666667em", - "marginBottom": "1.0666667em" - }, - "blockquote": { - "marginTop": "1.7777778em", - "marginBottom": "1.7777778em", - "paddingInlineStart": "1.1111111em" - }, - "h1": { - "fontSize": "2.6666667em", - "marginTop": "0", - "marginBottom": "0.875em", - "lineHeight": "1" - }, - "h2": { - "fontSize": "2em", - "marginTop": "1.5em", - "marginBottom": "0.8333333em", - "lineHeight": "1.0833333" - }, - "h3": { - "fontSize": "1.5em", - "marginTop": "1.5555556em", - "marginBottom": "0.6666667em", - "lineHeight": "1.2222222" - }, - "h4": { - "marginTop": "1.6666667em", - "marginBottom": "0.6666667em", - "lineHeight": "1.5" - }, - "img": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "picture": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "picture > img": { - "marginTop": "0", - "marginBottom": "0" - }, - "video": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "kbd": { - "fontSize": "0.8333333em", - "borderRadius": "0.375rem", - "paddingTop": "0.25em", - "paddingInlineEnd": "0.3333333em", - "paddingBottom": "0.25em", - "paddingInlineStart": "0.3333333em" - }, - "code": { - "fontSize": "0.8333333em" - }, - "h2 code": { - "fontSize": "0.875em" - }, - "h3 code": { - "fontSize": "0.8888889em" - }, - "pre": { - "fontSize": "0.8333333em", - "lineHeight": "1.8", - "marginTop": "2em", - "marginBottom": "2em", - "borderRadius": "0.5rem", - "paddingTop": "1.2em", - "paddingInlineEnd": "1.6em", - "paddingBottom": "1.2em", - "paddingInlineStart": "1.6em" - }, - "ol": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em", - "paddingInlineStart": "1.5833333em" - }, - "ul": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em", - "paddingInlineStart": "1.5833333em" - }, - "li": { - "marginTop": "0.5em", - "marginBottom": "0.5em" - }, - "ol > li": { - "paddingInlineStart": "0.4166667em" - }, - "ul > li": { - "paddingInlineStart": "0.4166667em" - }, - "> ul > li p": { - "marginTop": "0.8333333em", - "marginBottom": "0.8333333em" - }, - "> ul > li > p:first-child": { - "marginTop": "1.3333333em" - }, - "> ul > li > p:last-child": { - "marginBottom": "1.3333333em" - }, - "> ol > li > p:first-child": { - "marginTop": "1.3333333em" - }, - "> ol > li > p:last-child": { - "marginBottom": "1.3333333em" - }, - "ul ul, ul ol, ol ul, ol ol": { - "marginTop": "0.6666667em", - "marginBottom": "0.6666667em" - }, - "dl": { - "marginTop": "1.3333333em", - "marginBottom": "1.3333333em" - }, - "dt": { - "marginTop": "1.3333333em" - }, - "dd": { - "marginTop": "0.5em", - "paddingInlineStart": "1.5833333em" - }, - "hr": { - "marginTop": "3em", - "marginBottom": "3em" - }, - "hr + *": { - "marginTop": "0" - }, - "h2 + *": { - "marginTop": "0" - }, - "h3 + *": { - "marginTop": "0" - }, - "h4 + *": { - "marginTop": "0" - }, - "table": { - "fontSize": "0.8333333em", - "lineHeight": "1.4" - }, - "thead th": { - "paddingInlineEnd": "0.6em", - "paddingBottom": "0.8em", - "paddingInlineStart": "0.6em" - }, - "thead th:first-child": { - "paddingInlineStart": "0" - }, - "thead th:last-child": { - "paddingInlineEnd": "0" - }, - "tbody td, tfoot td": { - "paddingTop": "0.8em", - "paddingInlineEnd": "0.6em", - "paddingBottom": "0.8em", - "paddingInlineStart": "0.6em" - }, - "tbody td:first-child, tfoot td:first-child": { - "paddingInlineStart": "0" - }, - "tbody td:last-child, tfoot td:last-child": { - "paddingInlineEnd": "0" - }, - "figure": { - "marginTop": "2em", - "marginBottom": "2em" - }, - "figure > *": { - "marginTop": "0", - "marginBottom": "0" - }, - "figcaption": { - "fontSize": "0.8333333em", - "lineHeight": "1.6", - "marginTop": "1em" - } - }, - { - "> :first-child": { - "marginTop": "0" - }, - "> :last-child": { - "marginBottom": "0" - } - } - ] - }, - "slate": { - "css": { - "--tw-prose-body": "#334155", - "--tw-prose-headings": "#0f172a", - "--tw-prose-lead": "#475569", - "--tw-prose-links": "#0f172a", - "--tw-prose-bold": "#0f172a", - "--tw-prose-counters": "#64748b", - "--tw-prose-bullets": "#cbd5e1", - "--tw-prose-hr": "#e2e8f0", - "--tw-prose-quotes": "#0f172a", - "--tw-prose-quote-borders": "#e2e8f0", - "--tw-prose-captions": "#64748b", - "--tw-prose-kbd": "#0f172a", - "--tw-prose-kbd-shadows": "15 23 42", - "--tw-prose-code": "#0f172a", - "--tw-prose-pre-code": "#e2e8f0", - "--tw-prose-pre-bg": "#1e293b", - "--tw-prose-th-borders": "#cbd5e1", - "--tw-prose-td-borders": "#e2e8f0", - "--tw-prose-invert-body": "#cbd5e1", - "--tw-prose-invert-headings": "#fff", - "--tw-prose-invert-lead": "#94a3b8", - "--tw-prose-invert-links": "#fff", - "--tw-prose-invert-bold": "#fff", - "--tw-prose-invert-counters": "#94a3b8", - "--tw-prose-invert-bullets": "#475569", - "--tw-prose-invert-hr": "#334155", - "--tw-prose-invert-quotes": "#f1f5f9", - "--tw-prose-invert-quote-borders": "#334155", - "--tw-prose-invert-captions": "#94a3b8", - "--tw-prose-invert-kbd": "#fff", - "--tw-prose-invert-kbd-shadows": "255 255 255", - "--tw-prose-invert-code": "#fff", - "--tw-prose-invert-pre-code": "#cbd5e1", - "--tw-prose-invert-pre-bg": "rgb(0 0 0 / 50%)", - "--tw-prose-invert-th-borders": "#475569", - "--tw-prose-invert-td-borders": "#334155" - } - }, - "gray": { - "css": { - "--tw-prose-body": "#374151", - "--tw-prose-headings": "#111827", - "--tw-prose-lead": "#4b5563", - "--tw-prose-links": "#111827", - "--tw-prose-bold": "#111827", - "--tw-prose-counters": "#6b7280", - "--tw-prose-bullets": "#d1d5db", - "--tw-prose-hr": "#e5e7eb", - "--tw-prose-quotes": "#111827", - "--tw-prose-quote-borders": "#e5e7eb", - "--tw-prose-captions": "#6b7280", - "--tw-prose-kbd": "#111827", - "--tw-prose-kbd-shadows": "17 24 39", - "--tw-prose-code": "#111827", - "--tw-prose-pre-code": "#e5e7eb", - "--tw-prose-pre-bg": "#1f2937", - "--tw-prose-th-borders": "#d1d5db", - "--tw-prose-td-borders": "#e5e7eb", - "--tw-prose-invert-body": "#d1d5db", - "--tw-prose-invert-headings": "#fff", - "--tw-prose-invert-lead": "#9ca3af", - "--tw-prose-invert-links": "#fff", - "--tw-prose-invert-bold": "#fff", - "--tw-prose-invert-counters": "#9ca3af", - "--tw-prose-invert-bullets": "#4b5563", - "--tw-prose-invert-hr": "#374151", - "--tw-prose-invert-quotes": "#f3f4f6", - "--tw-prose-invert-quote-borders": "#374151", - "--tw-prose-invert-captions": "#9ca3af", - "--tw-prose-invert-kbd": "#fff", - "--tw-prose-invert-kbd-shadows": "255 255 255", - "--tw-prose-invert-code": "#fff", - "--tw-prose-invert-pre-code": "#d1d5db", - "--tw-prose-invert-pre-bg": "rgb(0 0 0 / 50%)", - "--tw-prose-invert-th-borders": "#4b5563", - "--tw-prose-invert-td-borders": "#374151" - } - }, - "zinc": { - "css": { - "--tw-prose-body": "#3f3f46", - "--tw-prose-headings": "#18181b", - "--tw-prose-lead": "#52525b", - "--tw-prose-links": "#18181b", - "--tw-prose-bold": "#18181b", - "--tw-prose-counters": "#71717a", - "--tw-prose-bullets": "#d4d4d8", - "--tw-prose-hr": "#e4e4e7", - "--tw-prose-quotes": "#18181b", - "--tw-prose-quote-borders": "#e4e4e7", - "--tw-prose-captions": "#71717a", - "--tw-prose-kbd": "#18181b", - "--tw-prose-kbd-shadows": "24 24 27", - "--tw-prose-code": "#18181b", - "--tw-prose-pre-code": "#e4e4e7", - "--tw-prose-pre-bg": "#27272a", - "--tw-prose-th-borders": "#d4d4d8", - "--tw-prose-td-borders": "#e4e4e7", - "--tw-prose-invert-body": "#d4d4d8", - "--tw-prose-invert-headings": "#fff", - "--tw-prose-invert-lead": "#a1a1aa", - "--tw-prose-invert-links": "#fff", - "--tw-prose-invert-bold": "#fff", - "--tw-prose-invert-counters": "#a1a1aa", - "--tw-prose-invert-bullets": "#52525b", - "--tw-prose-invert-hr": "#3f3f46", - "--tw-prose-invert-quotes": "#f4f4f5", - "--tw-prose-invert-quote-borders": "#3f3f46", - "--tw-prose-invert-captions": "#a1a1aa", - "--tw-prose-invert-kbd": "#fff", - "--tw-prose-invert-kbd-shadows": "255 255 255", - "--tw-prose-invert-code": "#fff", - "--tw-prose-invert-pre-code": "#d4d4d8", - "--tw-prose-invert-pre-bg": "rgb(0 0 0 / 50%)", - "--tw-prose-invert-th-borders": "#52525b", - "--tw-prose-invert-td-borders": "#3f3f46" - } - }, - "neutral": { - "css": { - "--tw-prose-body": "#404040", - "--tw-prose-headings": "#171717", - "--tw-prose-lead": "#525252", - "--tw-prose-links": "#171717", - "--tw-prose-bold": "#171717", - "--tw-prose-counters": "#737373", - "--tw-prose-bullets": "#d4d4d4", - "--tw-prose-hr": "#e5e5e5", - "--tw-prose-quotes": "#171717", - "--tw-prose-quote-borders": "#e5e5e5", - "--tw-prose-captions": "#737373", - "--tw-prose-kbd": "#171717", - "--tw-prose-kbd-shadows": "23 23 23", - "--tw-prose-code": "#171717", - "--tw-prose-pre-code": "#e5e5e5", - "--tw-prose-pre-bg": "#262626", - "--tw-prose-th-borders": "#d4d4d4", - "--tw-prose-td-borders": "#e5e5e5", - "--tw-prose-invert-body": "#d4d4d4", - "--tw-prose-invert-headings": "#fff", - "--tw-prose-invert-lead": "#a3a3a3", - "--tw-prose-invert-links": "#fff", - "--tw-prose-invert-bold": "#fff", - "--tw-prose-invert-counters": "#a3a3a3", - "--tw-prose-invert-bullets": "#525252", - "--tw-prose-invert-hr": "#404040", - "--tw-prose-invert-quotes": "#f5f5f5", - "--tw-prose-invert-quote-borders": "#404040", - "--tw-prose-invert-captions": "#a3a3a3", - "--tw-prose-invert-kbd": "#fff", - "--tw-prose-invert-kbd-shadows": "255 255 255", - "--tw-prose-invert-code": "#fff", - "--tw-prose-invert-pre-code": "#d4d4d4", - "--tw-prose-invert-pre-bg": "rgb(0 0 0 / 50%)", - "--tw-prose-invert-th-borders": "#525252", - "--tw-prose-invert-td-borders": "#404040" - } - }, - "stone": { - "css": { - "--tw-prose-body": "#44403c", - "--tw-prose-headings": "#1c1917", - "--tw-prose-lead": "#57534e", - "--tw-prose-links": "#1c1917", - "--tw-prose-bold": "#1c1917", - "--tw-prose-counters": "#78716c", - "--tw-prose-bullets": "#d6d3d1", - "--tw-prose-hr": "#e7e5e4", - "--tw-prose-quotes": "#1c1917", - "--tw-prose-quote-borders": "#e7e5e4", - "--tw-prose-captions": "#78716c", - "--tw-prose-kbd": "#1c1917", - "--tw-prose-kbd-shadows": "28 25 23", - "--tw-prose-code": "#1c1917", - "--tw-prose-pre-code": "#e7e5e4", - "--tw-prose-pre-bg": "#292524", - "--tw-prose-th-borders": "#d6d3d1", - "--tw-prose-td-borders": "#e7e5e4", - "--tw-prose-invert-body": "#d6d3d1", - "--tw-prose-invert-headings": "#fff", - "--tw-prose-invert-lead": "#a8a29e", - "--tw-prose-invert-links": "#fff", - "--tw-prose-invert-bold": "#fff", - "--tw-prose-invert-counters": "#a8a29e", - "--tw-prose-invert-bullets": "#57534e", - "--tw-prose-invert-hr": "#44403c", - "--tw-prose-invert-quotes": "#f5f5f4", - "--tw-prose-invert-quote-borders": "#44403c", - "--tw-prose-invert-captions": "#a8a29e", - "--tw-prose-invert-kbd": "#fff", - "--tw-prose-invert-kbd-shadows": "255 255 255", - "--tw-prose-invert-code": "#fff", - "--tw-prose-invert-pre-code": "#d6d3d1", - "--tw-prose-invert-pre-bg": "rgb(0 0 0 / 50%)", - "--tw-prose-invert-th-borders": "#57534e", - "--tw-prose-invert-td-borders": "#44403c" - } - }, - "red": { - "css": { - "--tw-prose-links": "#dc2626", - "--tw-prose-invert-links": "#ef4444" - } - }, - "orange": { - "css": { - "--tw-prose-links": "#ea580c", - "--tw-prose-invert-links": "#f97316" - } - }, - "amber": { - "css": { - "--tw-prose-links": "#d97706", - "--tw-prose-invert-links": "#f59e0b" - } - }, - "yellow": { - "css": { - "--tw-prose-links": "#ca8a04", - "--tw-prose-invert-links": "#eab308" - } - }, - "lime": { - "css": { - "--tw-prose-links": "#65a30d", - "--tw-prose-invert-links": "#84cc16" - } - }, - "green": { - "css": { - "--tw-prose-links": "#16a34a", - "--tw-prose-invert-links": "#22c55e" - } - }, - "emerald": { - "css": { - "--tw-prose-links": "#059669", - "--tw-prose-invert-links": "#10b981" - } - }, - "teal": { - "css": { - "--tw-prose-links": "#0d9488", - "--tw-prose-invert-links": "#14b8a6" - } - }, - "cyan": { - "css": { - "--tw-prose-links": "#0891b2", - "--tw-prose-invert-links": "#06b6d4" - } - }, - "sky": { - "css": { - "--tw-prose-links": "#0284c7", - "--tw-prose-invert-links": "#0ea5e9" - } - }, - "blue": { - "css": { - "--tw-prose-links": "#2563eb", - "--tw-prose-invert-links": "#3b82f6" - } - }, - "indigo": { - "css": { - "--tw-prose-links": "#4f46e5", - "--tw-prose-invert-links": "#6366f1" - } - }, - "violet": { - "css": { - "--tw-prose-links": "#7c3aed", - "--tw-prose-invert-links": "#8b5cf6" - } - }, - "purple": { - "css": { - "--tw-prose-links": "#9333ea", - "--tw-prose-invert-links": "#a855f7" - } - }, - "fuchsia": { - "css": { - "--tw-prose-links": "#c026d3", - "--tw-prose-invert-links": "#d946ef" - } - }, - "pink": { - "css": { - "--tw-prose-links": "#db2777", - "--tw-prose-invert-links": "#ec4899" - } - }, - "rose": { - "css": { - "--tw-prose-links": "#e11d48", - "--tw-prose-invert-links": "#f43f5e" - } - }, - "invert": { - "css": { - "--tw-prose-body": "var(--tw-prose-invert-body)", - "--tw-prose-headings": "var(--tw-prose-invert-headings)", - "--tw-prose-lead": "var(--tw-prose-invert-lead)", - "--tw-prose-links": "var(--tw-prose-invert-links)", - "--tw-prose-bold": "var(--tw-prose-invert-bold)", - "--tw-prose-counters": "var(--tw-prose-invert-counters)", - "--tw-prose-bullets": "var(--tw-prose-invert-bullets)", - "--tw-prose-hr": "var(--tw-prose-invert-hr)", - "--tw-prose-quotes": "var(--tw-prose-invert-quotes)", - "--tw-prose-quote-borders": "var(--tw-prose-invert-quote-borders)", - "--tw-prose-captions": "var(--tw-prose-invert-captions)", - "--tw-prose-kbd": "var(--tw-prose-invert-kbd)", - "--tw-prose-kbd-shadows": "var(--tw-prose-invert-kbd-shadows)", - "--tw-prose-code": "var(--tw-prose-invert-code)", - "--tw-prose-pre-code": "var(--tw-prose-invert-pre-code)", - "--tw-prose-pre-bg": "var(--tw-prose-invert-pre-bg)", - "--tw-prose-th-borders": "var(--tw-prose-invert-th-borders)", - "--tw-prose-td-borders": "var(--tw-prose-invert-td-borders)" - } - } - }, - "colors": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - } - }, - "borderRadius": { - "none": "0px", - "sm": "0.25rem", - "DEFAULT": "0.5rem", - "md": "0.625rem", - "lg": "0.75rem", - "xl": "1rem", - "2xl": "1.25rem", - "full": "9999px" - }, - "boxShadow": { - "sm": "0px 1px 2px rgba(0, 0, 0, 0.1)", - "DEFAULT": "0px 0px 1px rgba(0, 0, 0, 0.45), 0px 1px 2px rgba(0, 0, 0, 0.1)", - "md": "0px 0px 1px rgba(0, 0, 0, 0.12), 0px 0.5px 2px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.16)", - "lg": "0px 0px 1px rgba(0, 0, 0, 0.35), 0px 6px 8px -4px rgba(0, 0, 0, 0.1)", - "xl": "0px 0px 1px rgba(0, 0, 0, 0.19), 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 6px 15px -5px rgba(0, 0, 0, 0.11)", - "2xl": "0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 10px 24px -3px rgba(0, 0, 0, 0.1)", - "none": "none" - }, - "fontSize": { - "2xs": [ - "11px", - { - "lineHeight": "1.15", - "letterSpacing": "0.01em", - "fontWeight": "420" - } - ], - "xs": [ - "12px", - { - "lineHeight": "1.15", - "letterSpacing": "0.02em", - "fontWeight": "420" - } - ], - "sm": [ - "13px", - { - "lineHeight": "1.15", - "letterSpacing": "0.02em", - "fontWeight": "420" - } - ], - "base": [ - "14px", - { - "lineHeight": "1.15", - "letterSpacing": "0.02em", - "fontWeight": "420" - } - ], - "lg": [ - "16px", - { - "lineHeight": "1.15", - "letterSpacing": "0.02em", - "fontWeight": "400" - } - ], - "xl": [ - "18px", - { - "lineHeight": "1.15", - "letterSpacing": "0.01em", - "fontWeight": "400" - } - ], - "2xl": [ - "20px", - { - "lineHeight": "1.15", - "letterSpacing": "0.01em", - "fontWeight": "400" - } - ], - "3xl": [ - "24px", - { - "lineHeight": "1.15", - "fontWeight": 400, - "letterSpacing": "0.005em" - } - ], - "p-2xs": [ - "11px", - { - "lineHeight": "1.6", - "letterSpacing": "0.01em", - "fontWeight": "420" - } - ], - "p-xs": [ - "12px", - { - "lineHeight": "1.6", - "letterSpacing": "0.02em", - "fontWeight": "420" - } - ], - "p-sm": [ - "13px", - { - "lineHeight": "1.5", - "letterSpacing": "0.02em", - "fontWeight": "420" - } - ], - "p-base": [ - "14px", - { - "lineHeight": "1.5", - "letterSpacing": "0.02em", - "fontWeight": "420" - } - ], - "p-lg": [ - "16px", - { - "lineHeight": "1.5", - "letterSpacing": "0.02em", - "fontWeight": "400" - } - ], - "p-xl": [ - "18px", - { - "lineHeight": "1.42", - "letterSpacing": "0.01em", - "fontWeight": "400" - } - ], - "p-2xl": [ - "20px", - { - "lineHeight": "1.38", - "letterSpacing": "0.01em", - "fontWeight": "400" - } - ], - "p-3xl": [ - "24px", - { - "lineHeight": "1.2", - "fontWeight": 400, - "letterSpacing": "0.005em" - } - ] - }, - "accentColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "auto": "auto" - }, - "animation": { - "none": "none", - "spin": "spin 1s linear infinite", - "ping": "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite", - "pulse": "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite", - "bounce": "bounce 1s infinite" - }, - "aria": { - "busy": "busy=\"true\"", - "checked": "checked=\"true\"", - "disabled": "disabled=\"true\"", - "expanded": "expanded=\"true\"", - "hidden": "hidden=\"true\"", - "pressed": "pressed=\"true\"", - "readonly": "readonly=\"true\"", - "required": "required=\"true\"", - "selected": "selected=\"true\"" - }, - "aspectRatio": { - "auto": "auto", - "square": "1 / 1", - "video": "16 / 9" - }, - "backdropBlur": { - "0": "0", - "none": "", - "sm": "4px", - "DEFAULT": "8px", - "md": "12px", - "lg": "16px", - "xl": "24px", - "2xl": "40px", - "3xl": "64px" - }, - "backdropBrightness": { - "0": "0", - "50": ".5", - "75": ".75", - "90": ".9", - "95": ".95", - "100": "1", - "105": "1.05", - "110": "1.1", - "125": "1.25", - "150": "1.5", - "200": "2" - }, - "backdropContrast": { - "0": "0", - "50": ".5", - "75": ".75", - "100": "1", - "125": "1.25", - "150": "1.5", - "200": "2" - }, - "backdropGrayscale": { - "0": "0", - "DEFAULT": "100%" - }, - "backdropHueRotate": { - "0": "0deg", - "15": "15deg", - "30": "30deg", - "60": "60deg", - "90": "90deg", - "180": "180deg" - }, - "backdropInvert": { - "0": "0", - "DEFAULT": "100%" - }, - "backdropOpacity": { - "0": "0", - "5": "0.05", - "10": "0.1", - "15": "0.15", - "20": "0.2", - "25": "0.25", - "30": "0.3", - "35": "0.35", - "40": "0.4", - "45": "0.45", - "50": "0.5", - "55": "0.55", - "60": "0.6", - "65": "0.65", - "70": "0.7", - "75": "0.75", - "80": "0.8", - "85": "0.85", - "90": "0.9", - "95": "0.95", - "100": "1" - }, - "backdropSaturate": { - "0": "0", - "50": ".5", - "100": "1", - "150": "1.5", - "200": "2" - }, - "backdropSepia": { - "0": "0", - "DEFAULT": "100%" - }, - "backgroundColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "surface": { - "white": "var(--surface-white, #FFFFFF)", - "gray-1": "var(--surface-gray-1, #F8F8F8)", - "gray-2": "var(--surface-gray-2, #F3F3F3)", - "gray-3": "var(--surface-gray-3, #EDEDED)", - "gray-4": "var(--surface-gray-4, #E2E2E2)", - "gray-5": "var(--surface-gray-5, #525252)", - "gray-6": "var(--surface-gray-6, #383838)", - "gray-7": "var(--surface-gray-7, #171717)", - "red-1": "var(--surface-red-1, #FFF7F7)", - "red-2": "var(--surface-red-2, #FFE7E7)", - "red-3": "var(--surface-red-3, #FFD8D8)", - "red-4": "var(--surface-red-4, #FDC2C2)", - "red-5": "var(--surface-red-5, #CC2929)", - "red-6": "var(--surface-red-6, #B52A2A)", - "red-7": "var(--surface-red-7, #941F1F)", - "green-1": "var(--surface-green-1, #F2FDF4)", - "green-2": "var(--surface-green-2, #E4FAEB)", - "green-3": "var(--surface-green-3, #278F5E)", - "amber-1": "var(--surface-amber-1, #FDFAED)", - "amber-2": "var(--surface-amber-2, #FFF7D3)", - "amber-3": "var(--surface-amber-3, #DB7706)", - "blue-1": "var(--surface-blue-1, #F2F9FF)", - "blue-2": "var(--surface-blue-2, #E6F4FF)", - "blue-3": "var(--surface-blue-3, #007BE0)", - "orange-1": "var(--surface-orange-1, #FFEFE4)", - "violet-1": "var(--surface-violet-1, #F0EBFF)", - "cyan-1": "var(--surface-cyan-1, #DDF7FF)", - "pink-1": "var(--surface-pink-1, #FDE8F5)", - "menu-bar": "var(--surface-menu-bar, #F8F8F8)", - "cards": "var(--surface-cards, #FFFFFF)", - "modal": "var(--surface-modal, #FFFFFF)", - "selected": "var(--surface-selected, #FFFFFF)" - } - }, - "backgroundImage": { - "none": "none", - "gradient-to-t": "linear-gradient(to top, var(--tw-gradient-stops))", - "gradient-to-tr": "linear-gradient(to top right, var(--tw-gradient-stops))", - "gradient-to-r": "linear-gradient(to right, var(--tw-gradient-stops))", - "gradient-to-br": "linear-gradient(to bottom right, var(--tw-gradient-stops))", - "gradient-to-b": "linear-gradient(to bottom, var(--tw-gradient-stops))", - "gradient-to-bl": "linear-gradient(to bottom left, var(--tw-gradient-stops))", - "gradient-to-l": "linear-gradient(to left, var(--tw-gradient-stops))", - "gradient-to-tl": "linear-gradient(to top left, var(--tw-gradient-stops))" - }, - "backgroundOpacity": { - "0": "0", - "5": "0.05", - "10": "0.1", - "15": "0.15", - "20": "0.2", - "25": "0.25", - "30": "0.3", - "35": "0.35", - "40": "0.4", - "45": "0.45", - "50": "0.5", - "55": "0.55", - "60": "0.6", - "65": "0.65", - "70": "0.7", - "75": "0.75", - "80": "0.8", - "85": "0.85", - "90": "0.9", - "95": "0.95", - "100": "1" - }, - "backgroundPosition": { - "bottom": "bottom", - "center": "center", - "left": "left", - "left-bottom": "left bottom", - "left-top": "left top", - "right": "right", - "right-bottom": "right bottom", - "right-top": "right top", - "top": "top" - }, - "backgroundSize": { - "auto": "auto", - "cover": "cover", - "contain": "contain" - }, - "blur": { - "0": "0", - "none": "", - "sm": "4px", - "DEFAULT": "8px", - "md": "12px", - "lg": "16px", - "xl": "24px", - "2xl": "40px", - "3xl": "64px" - }, - "borderColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "DEFAULT": "var(--outline-gray-1)", - "outline": { - "white": "var(--outline-white, #FFFFFF)", - "gray-1": "var(--outline-gray-1, #EDEDED)", - "gray-2": "var(--outline-gray-2, #E2E2E2)", - "gray-3": "var(--outline-gray-3, #C7C7C7)", - "gray-4": "var(--outline-gray-4, #999999)", - "gray-5": "var(--outline-gray-5, #383838)", - "red-1": "var(--outline-red-1, #FDC2C2)", - "red-2": "var(--outline-red-2, #F79596)", - "red-3": "var(--outline-red-3, #E03636)", - "green-1": "var(--outline-green-1, #A6EFC0)", - "green-2": "var(--outline-green-2, #86E0A8)", - "amber-1": "var(--outline-amber-1, #FBDB73)", - "amber-2": "var(--outline-amber-2, #FBCC55)", - "blue-1": "var(--outline-blue-1, #A7D7FD)", - "orange-1": "var(--outline-orange-1, #F4B07F)", - "gray-modals": "var(--outline-gray-modals, #EDEDED)" - } - }, - "borderOpacity": { - "0": "0", - "5": "0.05", - "10": "0.1", - "15": "0.15", - "20": "0.2", - "25": "0.25", - "30": "0.3", - "35": "0.35", - "40": "0.4", - "45": "0.45", - "50": "0.5", - "55": "0.55", - "60": "0.6", - "65": "0.65", - "70": "0.7", - "75": "0.75", - "80": "0.8", - "85": "0.85", - "90": "0.9", - "95": "0.95", - "100": "1" - }, - "borderSpacing": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "borderWidth": { - "0": "0px", - "2": "2px", - "4": "4px", - "8": "8px", - "DEFAULT": "1px" - }, - "boxShadowColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - } - }, - "brightness": { - "0": "0", - "50": ".5", - "75": ".75", - "90": ".9", - "95": ".95", - "100": "1", - "105": "1.05", - "110": "1.1", - "125": "1.25", - "150": "1.5", - "200": "2" - }, - "caretColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - } - }, - "columns": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "10": "10", - "11": "11", - "12": "12", - "auto": "auto", - "3xs": "16rem", - "2xs": "18rem", - "xs": "20rem", - "sm": "24rem", - "md": "28rem", - "lg": "32rem", - "xl": "36rem", - "2xl": "42rem", - "3xl": "48rem", - "4xl": "56rem", - "5xl": "64rem", - "6xl": "72rem", - "7xl": "80rem" - }, - "content": { - "none": "none" - }, - "contrast": { - "0": "0", - "50": ".5", - "75": ".75", - "100": "1", - "125": "1.25", - "150": "1.5", - "200": "2" - }, - "cursor": { - "auto": "auto", - "default": "default", - "pointer": "pointer", - "wait": "wait", - "text": "text", - "move": "move", - "help": "help", - "not-allowed": "not-allowed", - "none": "none", - "context-menu": "context-menu", - "progress": "progress", - "cell": "cell", - "crosshair": "crosshair", - "vertical-text": "vertical-text", - "alias": "alias", - "copy": "copy", - "no-drop": "no-drop", - "grab": "grab", - "grabbing": "grabbing", - "all-scroll": "all-scroll", - "col-resize": "col-resize", - "row-resize": "row-resize", - "n-resize": "n-resize", - "e-resize": "e-resize", - "s-resize": "s-resize", - "w-resize": "w-resize", - "ne-resize": "ne-resize", - "nw-resize": "nw-resize", - "se-resize": "se-resize", - "sw-resize": "sw-resize", - "ew-resize": "ew-resize", - "ns-resize": "ns-resize", - "nesw-resize": "nesw-resize", - "nwse-resize": "nwse-resize", - "zoom-in": "zoom-in", - "zoom-out": "zoom-out" - }, - "divideColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "DEFAULT": "var(--outline-gray-1)", - "outline": { - "white": "var(--outline-white, #FFFFFF)", - "gray-1": "var(--outline-gray-1, #EDEDED)", - "gray-2": "var(--outline-gray-2, #E2E2E2)", - "gray-3": "var(--outline-gray-3, #C7C7C7)", - "gray-4": "var(--outline-gray-4, #999999)", - "gray-5": "var(--outline-gray-5, #383838)", - "red-1": "var(--outline-red-1, #FDC2C2)", - "red-2": "var(--outline-red-2, #F79596)", - "red-3": "var(--outline-red-3, #E03636)", - "green-1": "var(--outline-green-1, #A6EFC0)", - "green-2": "var(--outline-green-2, #86E0A8)", - "amber-1": "var(--outline-amber-1, #FBDB73)", - "amber-2": "var(--outline-amber-2, #FBCC55)", - "blue-1": "var(--outline-blue-1, #A7D7FD)", - "orange-1": "var(--outline-orange-1, #F4B07F)", - "gray-modals": "var(--outline-gray-modals, #EDEDED)" - } - }, - "divideOpacity": { - "0": "0", - "5": "0.05", - "10": "0.1", - "15": "0.15", - "20": "0.2", - "25": "0.25", - "30": "0.3", - "35": "0.35", - "40": "0.4", - "45": "0.45", - "50": "0.5", - "55": "0.55", - "60": "0.6", - "65": "0.65", - "70": "0.7", - "75": "0.75", - "80": "0.8", - "85": "0.85", - "90": "0.9", - "95": "0.95", - "100": "1" - }, - "divideWidth": { - "0": "0px", - "2": "2px", - "4": "4px", - "8": "8px", - "DEFAULT": "1px" - }, - "dropShadow": { - "sm": "0 1px 1px rgb(0 0 0 / 0.05)", - "DEFAULT": [ - "0 1px 2px rgb(0 0 0 / 0.1)", - "0 1px 1px rgb(0 0 0 / 0.06)" - ], - "md": [ - "0 4px 3px rgb(0 0 0 / 0.07)", - "0 2px 2px rgb(0 0 0 / 0.06)" - ], - "lg": [ - "0 10px 8px rgb(0 0 0 / 0.04)", - "0 4px 3px rgb(0 0 0 / 0.1)" - ], - "xl": [ - "0 20px 13px rgb(0 0 0 / 0.03)", - "0 8px 5px rgb(0 0 0 / 0.08)" - ], - "2xl": "0 25px 25px rgb(0 0 0 / 0.15)", - "none": "0 0 #0000" - }, - "fill": { - "none": "none", - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "ink": { - "white": "var(--ink-white, #FFFFFF)", - "gray-1": "var(--ink-gray-1, #EDEDED)", - "gray-2": "var(--ink-gray-2, #E2E2E2)", - "gray-3": "var(--ink-gray-3, #C7C7C7)", - "gray-4": "var(--ink-gray-4, #999999)", - "gray-5": "var(--ink-gray-5, #7C7C7C)", - "gray-6": "var(--ink-gray-6, #525252)", - "gray-7": "var(--ink-gray-7, #525252)", - "gray-8": "var(--ink-gray-8, #383838)", - "gray-9": "var(--ink-gray-9, #171717)", - "red-1": "var(--ink-red-1, #FFF7F7)", - "red-2": "var(--ink-red-2, #F79596)", - "red-3": "var(--ink-red-3, #E03636)", - "red-4": "var(--ink-red-4, #CC2929)", - "green-1": "var(--ink-green-1, #F2FDF4)", - "green-2": "var(--ink-green-2, #46B37E)", - "green-3": "var(--ink-green-3, #278F5E)", - "amber-1": "var(--ink-amber-1, #FDFAED)", - "amber-2": "var(--ink-amber-2, #E79913)", - "amber-3": "var(--ink-amber-3, #DB7706)", - "blue-1": "var(--ink-blue-1, #F2F9FF)", - "blue-2": "var(--ink-blue-2, #0289F7)", - "blue-3": "var(--ink-blue-3, #007BE0)", - "cyan-1": "var(--ink-cyan-1, #3BBDE5)", - "pink-1": "var(--ink-pink-1, #E34AA6)", - "violet-1": "var(--ink-violet-1, #6846E3)", - "blue-link": "var(--ink-blue-link, #73BBF6)" - }, - "surface": { - "white": "var(--surface-white, #FFFFFF)", - "gray-1": "var(--surface-gray-1, #F8F8F8)", - "gray-2": "var(--surface-gray-2, #F3F3F3)", - "gray-3": "var(--surface-gray-3, #EDEDED)", - "gray-4": "var(--surface-gray-4, #E2E2E2)", - "gray-5": "var(--surface-gray-5, #525252)", - "gray-6": "var(--surface-gray-6, #383838)", - "gray-7": "var(--surface-gray-7, #171717)", - "red-1": "var(--surface-red-1, #FFF7F7)", - "red-2": "var(--surface-red-2, #FFE7E7)", - "red-3": "var(--surface-red-3, #FFD8D8)", - "red-4": "var(--surface-red-4, #FDC2C2)", - "red-5": "var(--surface-red-5, #CC2929)", - "red-6": "var(--surface-red-6, #B52A2A)", - "red-7": "var(--surface-red-7, #941F1F)", - "green-1": "var(--surface-green-1, #F2FDF4)", - "green-2": "var(--surface-green-2, #E4FAEB)", - "green-3": "var(--surface-green-3, #278F5E)", - "amber-1": "var(--surface-amber-1, #FDFAED)", - "amber-2": "var(--surface-amber-2, #FFF7D3)", - "amber-3": "var(--surface-amber-3, #DB7706)", - "blue-1": "var(--surface-blue-1, #F2F9FF)", - "blue-2": "var(--surface-blue-2, #E6F4FF)", - "blue-3": "var(--surface-blue-3, #007BE0)", - "orange-1": "var(--surface-orange-1, #FFEFE4)", - "violet-1": "var(--surface-violet-1, #F0EBFF)", - "cyan-1": "var(--surface-cyan-1, #DDF7FF)", - "pink-1": "var(--surface-pink-1, #FDE8F5)", - "menu-bar": "var(--surface-menu-bar, #F8F8F8)", - "cards": "var(--surface-cards, #FFFFFF)", - "modal": "var(--surface-modal, #FFFFFF)", - "selected": "var(--surface-selected, #FFFFFF)" - } - }, - "flex": { - "1": "1 1 0%", - "auto": "1 1 auto", - "initial": "0 1 auto", - "none": "none" - }, - "flexBasis": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "auto": "auto", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "1/2": "50%", - "1/3": "33.333333%", - "2/3": "66.666667%", - "1/4": "25%", - "2/4": "50%", - "3/4": "75%", - "1/5": "20%", - "2/5": "40%", - "3/5": "60%", - "4/5": "80%", - "1/6": "16.666667%", - "2/6": "33.333333%", - "3/6": "50%", - "4/6": "66.666667%", - "5/6": "83.333333%", - "1/12": "8.333333%", - "2/12": "16.666667%", - "3/12": "25%", - "4/12": "33.333333%", - "5/12": "41.666667%", - "6/12": "50%", - "7/12": "58.333333%", - "8/12": "66.666667%", - "9/12": "75%", - "10/12": "83.333333%", - "11/12": "91.666667%", - "full": "100%" - }, - "flexGrow": { - "0": "0", - "DEFAULT": "1" - }, - "flexShrink": { - "0": "0", - "DEFAULT": "1" - }, - "fontFamily": { - "sans": [ - "ui-sans-serif", - "system-ui", - "sans-serif", - "\"Apple Color Emoji\"", - "\"Segoe UI Emoji\"", - "\"Segoe UI Symbol\"", - "\"Noto Color Emoji\"" - ], - "serif": [ - "ui-serif", - "Georgia", - "Cambria", - "\"Times New Roman\"", - "Times", - "serif" - ], - "mono": [ - "ui-monospace", - "SFMono-Regular", - "Menlo", - "Monaco", - "Consolas", - "\"Liberation Mono\"", - "\"Courier New\"", - "monospace" - ] - }, - "fontWeight": { - "thin": "100", - "extralight": "200", - "light": "300", - "normal": "400", - "medium": "500", - "semibold": "600", - "bold": "700", - "extrabold": "800", - "black": "900" - }, - "gap": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "gradientColorStops": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - } - }, - "gradientColorStopPositions": { - "0%": "0%", - "5%": "5%", - "10%": "10%", - "15%": "15%", - "20%": "20%", - "25%": "25%", - "30%": "30%", - "35%": "35%", - "40%": "40%", - "45%": "45%", - "50%": "50%", - "55%": "55%", - "60%": "60%", - "65%": "65%", - "70%": "70%", - "75%": "75%", - "80%": "80%", - "85%": "85%", - "90%": "90%", - "95%": "95%", - "100%": "100%" - }, - "grayscale": { - "0": "0", - "DEFAULT": "100%" - }, - "gridAutoColumns": { - "auto": "auto", - "min": "min-content", - "max": "max-content", - "fr": "minmax(0, 1fr)" - }, - "gridAutoRows": { - "auto": "auto", - "min": "min-content", - "max": "max-content", - "fr": "minmax(0, 1fr)" - }, - "gridColumn": { - "auto": "auto", - "span-1": "span 1 / span 1", - "span-2": "span 2 / span 2", - "span-3": "span 3 / span 3", - "span-4": "span 4 / span 4", - "span-5": "span 5 / span 5", - "span-6": "span 6 / span 6", - "span-7": "span 7 / span 7", - "span-8": "span 8 / span 8", - "span-9": "span 9 / span 9", - "span-10": "span 10 / span 10", - "span-11": "span 11 / span 11", - "span-12": "span 12 / span 12", - "span-full": "1 / -1" - }, - "gridColumnEnd": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "10": "10", - "11": "11", - "12": "12", - "13": "13", - "auto": "auto" - }, - "gridColumnStart": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "10": "10", - "11": "11", - "12": "12", - "13": "13", - "auto": "auto" - }, - "gridRow": { - "auto": "auto", - "span-1": "span 1 / span 1", - "span-2": "span 2 / span 2", - "span-3": "span 3 / span 3", - "span-4": "span 4 / span 4", - "span-5": "span 5 / span 5", - "span-6": "span 6 / span 6", - "span-7": "span 7 / span 7", - "span-8": "span 8 / span 8", - "span-9": "span 9 / span 9", - "span-10": "span 10 / span 10", - "span-11": "span 11 / span 11", - "span-12": "span 12 / span 12", - "span-full": "1 / -1" - }, - "gridRowEnd": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "10": "10", - "11": "11", - "12": "12", - "13": "13", - "auto": "auto" - }, - "gridRowStart": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "10": "10", - "11": "11", - "12": "12", - "13": "13", - "auto": "auto" - }, - "gridTemplateColumns": { - "1": "repeat(1, minmax(0, 1fr))", - "2": "repeat(2, minmax(0, 1fr))", - "3": "repeat(3, minmax(0, 1fr))", - "4": "repeat(4, minmax(0, 1fr))", - "5": "repeat(5, minmax(0, 1fr))", - "6": "repeat(6, minmax(0, 1fr))", - "7": "repeat(7, minmax(0, 1fr))", - "8": "repeat(8, minmax(0, 1fr))", - "9": "repeat(9, minmax(0, 1fr))", - "10": "repeat(10, minmax(0, 1fr))", - "11": "repeat(11, minmax(0, 1fr))", - "12": "repeat(12, minmax(0, 1fr))", - "none": "none", - "subgrid": "subgrid" - }, - "gridTemplateRows": { - "1": "repeat(1, minmax(0, 1fr))", - "2": "repeat(2, minmax(0, 1fr))", - "3": "repeat(3, minmax(0, 1fr))", - "4": "repeat(4, minmax(0, 1fr))", - "5": "repeat(5, minmax(0, 1fr))", - "6": "repeat(6, minmax(0, 1fr))", - "7": "repeat(7, minmax(0, 1fr))", - "8": "repeat(8, minmax(0, 1fr))", - "9": "repeat(9, minmax(0, 1fr))", - "10": "repeat(10, minmax(0, 1fr))", - "11": "repeat(11, minmax(0, 1fr))", - "12": "repeat(12, minmax(0, 1fr))", - "none": "none", - "subgrid": "subgrid" - }, - "height": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "auto": "auto", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "1/2": "50%", - "1/3": "33.333333%", - "2/3": "66.666667%", - "1/4": "25%", - "2/4": "50%", - "3/4": "75%", - "1/5": "20%", - "2/5": "40%", - "3/5": "60%", - "4/5": "80%", - "1/6": "16.666667%", - "2/6": "33.333333%", - "3/6": "50%", - "4/6": "66.666667%", - "5/6": "83.333333%", - "full": "100%", - "screen": "100vh", - "svh": "100svh", - "lvh": "100lvh", - "dvh": "100dvh", - "min": "min-content", - "max": "max-content", - "fit": "fit-content" - }, - "hueRotate": { - "0": "0deg", - "15": "15deg", - "30": "30deg", - "60": "60deg", - "90": "90deg", - "180": "180deg" - }, - "inset": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "auto": "auto", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "1/2": "50%", - "1/3": "33.333333%", - "2/3": "66.666667%", - "1/4": "25%", - "2/4": "50%", - "3/4": "75%", - "full": "100%" - }, - "invert": { - "0": "0", - "DEFAULT": "100%" - }, - "keyframes": { - "spin": { - "to": { - "transform": "rotate(360deg)" - } - }, - "ping": { - "75%, 100%": { - "transform": "scale(2)", - "opacity": "0" - } - }, - "pulse": { - "50%": { - "opacity": ".5" - } - }, - "bounce": { - "0%, 100%": { - "transform": "translateY(-25%)", - "animationTimingFunction": "cubic-bezier(0.8,0,1,1)" - }, - "50%": { - "transform": "none", - "animationTimingFunction": "cubic-bezier(0,0,0.2,1)" - } - } - }, - "letterSpacing": { - "tighter": "-0.05em", - "tight": "-0.025em", - "normal": "0em", - "wide": "0.025em", - "wider": "0.05em", - "widest": "0.1em" - }, - "lineHeight": { - "3": ".75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "none": "1", - "tight": "1.25", - "snug": "1.375", - "normal": "1.5", - "relaxed": "1.625", - "loose": "2" - }, - "listStyleType": { - "none": "none", - "disc": "disc", - "decimal": "decimal" - }, - "listStyleImage": { - "none": "none" - }, - "margin": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "auto": "auto", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "lineClamp": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6" - }, - "maxHeight": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "none": "none", - "full": "100%", - "screen": "100vh", - "svh": "100svh", - "lvh": "100lvh", - "dvh": "100dvh", - "min": "min-content", - "max": "max-content", - "fit": "fit-content" - }, - "maxWidth": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "none": "none", - "xs": "20rem", - "sm": "24rem", - "md": "28rem", - "lg": "32rem", - "xl": "36rem", - "2xl": "42rem", - "3xl": "48rem", - "4xl": "56rem", - "5xl": "64rem", - "6xl": "72rem", - "7xl": "80rem", - "full": "100%", - "min": "min-content", - "max": "max-content", - "fit": "fit-content", - "prose": "65ch", - "screen-sm": "640px", - "screen-md": "768px", - "screen-lg": "1024px", - "screen-xl": "1280px" - }, - "minHeight": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "full": "100%", - "screen": "100vh", - "svh": "100svh", - "lvh": "100lvh", - "dvh": "100dvh", - "min": "min-content", - "max": "max-content", - "fit": "fit-content" - }, - "minWidth": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "50": "18rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "full": "100%", - "min": "min-content", - "max": "max-content", - "fit": "fit-content" - }, - "objectPosition": { - "bottom": "bottom", - "center": "center", - "left": "left", - "left-bottom": "left bottom", - "left-top": "left top", - "right": "right", - "right-bottom": "right bottom", - "right-top": "right top", - "top": "top" - }, - "opacity": { - "0": "0", - "5": "0.05", - "10": "0.1", - "15": "0.15", - "20": "0.2", - "25": "0.25", - "30": "0.3", - "35": "0.35", - "40": "0.4", - "45": "0.45", - "50": "0.5", - "55": "0.55", - "60": "0.6", - "65": "0.65", - "70": "0.7", - "75": "0.75", - "80": "0.8", - "85": "0.85", - "90": "0.9", - "95": "0.95", - "100": "1" - }, - "order": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "10": "10", - "11": "11", - "12": "12", - "first": "-9999", - "last": "9999", - "none": "0" - }, - "outlineColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - } - }, - "outlineOffset": { - "0": "0px", - "1": "1px", - "2": "2px", - "4": "4px", - "8": "8px" - }, - "outlineWidth": { - "0": "0px", - "1": "1px", - "2": "2px", - "4": "4px", - "8": "8px" - }, - "padding": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "placeholderColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "ink": { - "white": "var(--ink-white, #FFFFFF)", - "gray-1": "var(--ink-gray-1, #EDEDED)", - "gray-2": "var(--ink-gray-2, #E2E2E2)", - "gray-3": "var(--ink-gray-3, #C7C7C7)", - "gray-4": "var(--ink-gray-4, #999999)", - "gray-5": "var(--ink-gray-5, #7C7C7C)", - "gray-6": "var(--ink-gray-6, #525252)", - "gray-7": "var(--ink-gray-7, #525252)", - "gray-8": "var(--ink-gray-8, #383838)", - "gray-9": "var(--ink-gray-9, #171717)", - "red-1": "var(--ink-red-1, #FFF7F7)", - "red-2": "var(--ink-red-2, #F79596)", - "red-3": "var(--ink-red-3, #E03636)", - "red-4": "var(--ink-red-4, #CC2929)", - "green-1": "var(--ink-green-1, #F2FDF4)", - "green-2": "var(--ink-green-2, #46B37E)", - "green-3": "var(--ink-green-3, #278F5E)", - "amber-1": "var(--ink-amber-1, #FDFAED)", - "amber-2": "var(--ink-amber-2, #E79913)", - "amber-3": "var(--ink-amber-3, #DB7706)", - "blue-1": "var(--ink-blue-1, #F2F9FF)", - "blue-2": "var(--ink-blue-2, #0289F7)", - "blue-3": "var(--ink-blue-3, #007BE0)", - "cyan-1": "var(--ink-cyan-1, #3BBDE5)", - "pink-1": "var(--ink-pink-1, #E34AA6)", - "violet-1": "var(--ink-violet-1, #6846E3)", - "blue-link": "var(--ink-blue-link, #73BBF6)" - } - }, - "placeholderOpacity": { - "0": "0", - "5": "0.05", - "10": "0.1", - "15": "0.15", - "20": "0.2", - "25": "0.25", - "30": "0.3", - "35": "0.35", - "40": "0.4", - "45": "0.45", - "50": "0.5", - "55": "0.55", - "60": "0.6", - "65": "0.65", - "70": "0.7", - "75": "0.75", - "80": "0.8", - "85": "0.85", - "90": "0.9", - "95": "0.95", - "100": "1" - }, - "ringColor": { - "DEFAULT": "#0289F7", - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "outline": { - "white": "var(--outline-white, #FFFFFF)", - "gray-1": "var(--outline-gray-1, #EDEDED)", - "gray-2": "var(--outline-gray-2, #E2E2E2)", - "gray-3": "var(--outline-gray-3, #C7C7C7)", - "gray-4": "var(--outline-gray-4, #999999)", - "gray-5": "var(--outline-gray-5, #383838)", - "red-1": "var(--outline-red-1, #FDC2C2)", - "red-2": "var(--outline-red-2, #F79596)", - "red-3": "var(--outline-red-3, #E03636)", - "green-1": "var(--outline-green-1, #A6EFC0)", - "green-2": "var(--outline-green-2, #86E0A8)", - "amber-1": "var(--outline-amber-1, #FBDB73)", - "amber-2": "var(--outline-amber-2, #FBCC55)", - "blue-1": "var(--outline-blue-1, #A7D7FD)", - "orange-1": "var(--outline-orange-1, #F4B07F)", - "gray-modals": "var(--outline-gray-modals, #EDEDED)" - } - }, - "ringOffsetColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - } - }, - "ringOffsetWidth": { - "0": "0px", - "1": "1px", - "2": "2px", - "4": "4px", - "8": "8px" - }, - "ringOpacity": { - "0": "0", - "5": "0.05", - "10": "0.1", - "15": "0.15", - "20": "0.2", - "25": "0.25", - "30": "0.3", - "35": "0.35", - "40": "0.4", - "45": "0.45", - "50": "0.5", - "55": "0.55", - "60": "0.6", - "65": "0.65", - "70": "0.7", - "75": "0.75", - "80": "0.8", - "85": "0.85", - "90": "0.9", - "95": "0.95", - "100": "1", - "DEFAULT": "0.5" - }, - "ringWidth": { - "0": "0px", - "1": "1px", - "2": "2px", - "4": "4px", - "8": "8px", - "DEFAULT": "3px" - }, - "rotate": { - "0": "0deg", - "1": "1deg", - "2": "2deg", - "3": "3deg", - "6": "6deg", - "12": "12deg", - "45": "45deg", - "90": "90deg", - "180": "180deg" - }, - "saturate": { - "0": "0", - "50": ".5", - "100": "1", - "150": "1.5", - "200": "2" - }, - "scale": { - "0": "0", - "50": ".5", - "75": ".75", - "90": ".9", - "95": ".95", - "100": "1", - "105": "1.05", - "110": "1.1", - "125": "1.25", - "150": "1.5" - }, - "scrollMargin": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "scrollPadding": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "sepia": { - "0": "0", - "DEFAULT": "100%" - }, - "skew": { - "0": "0deg", - "1": "1deg", - "2": "2deg", - "3": "3deg", - "6": "6deg", - "12": "12deg" - }, - "space": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "spacing": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "stroke": { - "none": "none", - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "ink": { - "white": "var(--ink-white, #FFFFFF)", - "gray-1": "var(--ink-gray-1, #EDEDED)", - "gray-2": "var(--ink-gray-2, #E2E2E2)", - "gray-3": "var(--ink-gray-3, #C7C7C7)", - "gray-4": "var(--ink-gray-4, #999999)", - "gray-5": "var(--ink-gray-5, #7C7C7C)", - "gray-6": "var(--ink-gray-6, #525252)", - "gray-7": "var(--ink-gray-7, #525252)", - "gray-8": "var(--ink-gray-8, #383838)", - "gray-9": "var(--ink-gray-9, #171717)", - "red-1": "var(--ink-red-1, #FFF7F7)", - "red-2": "var(--ink-red-2, #F79596)", - "red-3": "var(--ink-red-3, #E03636)", - "red-4": "var(--ink-red-4, #CC2929)", - "green-1": "var(--ink-green-1, #F2FDF4)", - "green-2": "var(--ink-green-2, #46B37E)", - "green-3": "var(--ink-green-3, #278F5E)", - "amber-1": "var(--ink-amber-1, #FDFAED)", - "amber-2": "var(--ink-amber-2, #E79913)", - "amber-3": "var(--ink-amber-3, #DB7706)", - "blue-1": "var(--ink-blue-1, #F2F9FF)", - "blue-2": "var(--ink-blue-2, #0289F7)", - "blue-3": "var(--ink-blue-3, #007BE0)", - "cyan-1": "var(--ink-cyan-1, #3BBDE5)", - "pink-1": "var(--ink-pink-1, #E34AA6)", - "violet-1": "var(--ink-violet-1, #6846E3)", - "blue-link": "var(--ink-blue-link, #73BBF6)" - } - }, - "strokeWidth": { - "0": "0", - "1": "1", - "2": "2" - }, - "supports": {}, - "data": {}, - "textColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - }, - "ink": { - "white": "var(--ink-white, #FFFFFF)", - "gray-1": "var(--ink-gray-1, #EDEDED)", - "gray-2": "var(--ink-gray-2, #E2E2E2)", - "gray-3": "var(--ink-gray-3, #C7C7C7)", - "gray-4": "var(--ink-gray-4, #999999)", - "gray-5": "var(--ink-gray-5, #7C7C7C)", - "gray-6": "var(--ink-gray-6, #525252)", - "gray-7": "var(--ink-gray-7, #525252)", - "gray-8": "var(--ink-gray-8, #383838)", - "gray-9": "var(--ink-gray-9, #171717)", - "red-1": "var(--ink-red-1, #FFF7F7)", - "red-2": "var(--ink-red-2, #F79596)", - "red-3": "var(--ink-red-3, #E03636)", - "red-4": "var(--ink-red-4, #CC2929)", - "green-1": "var(--ink-green-1, #F2FDF4)", - "green-2": "var(--ink-green-2, #46B37E)", - "green-3": "var(--ink-green-3, #278F5E)", - "amber-1": "var(--ink-amber-1, #FDFAED)", - "amber-2": "var(--ink-amber-2, #E79913)", - "amber-3": "var(--ink-amber-3, #DB7706)", - "blue-1": "var(--ink-blue-1, #F2F9FF)", - "blue-2": "var(--ink-blue-2, #0289F7)", - "blue-3": "var(--ink-blue-3, #007BE0)", - "cyan-1": "var(--ink-cyan-1, #3BBDE5)", - "pink-1": "var(--ink-pink-1, #E34AA6)", - "violet-1": "var(--ink-violet-1, #6846E3)", - "blue-link": "var(--ink-blue-link, #73BBF6)" - } - }, - "textDecorationColor": { - "inherit": "inherit", - "current": "currentColor", - "transparent": "transparent", - "black": "#000", - "white": "#fff", - "gray": { - "50": "#F8F8F8", - "100": "#F3F3F3", - "200": "#EDEDED", - "300": "#E2E2E2", - "400": "#C7C7C7", - "500": "#999999", - "600": "#7C7C7C", - "700": "#525252", - "800": "#383838", - "900": "#171717" - }, - "blue": { - "50": "#F2F9FF", - "100": "#E6F4FF", - "200": "#C8E6FF", - "300": "#A7D7FD", - "400": "#73BBF6", - "500": "#0289F7", - "600": "#007BE0", - "700": "#0070CC", - "800": "#005CA3", - "900": "#004880" - }, - "green": { - "50": "#F2FDF4", - "100": "#E4FAEB", - "200": "#C3F9D3", - "300": "#A6EFC0", - "400": "#86E0A8", - "500": "#46B37E", - "600": "#278F5E", - "700": "#137949", - "800": "#075E35", - "900": "#173B2C" - }, - "red": { - "50": "#FFF7F7", - "100": "#FFE7E7", - "200": "#FFD8D8", - "300": "#FDC2C2", - "400": "#F79596", - "500": "#E03636", - "600": "#CC2929", - "700": "#B52A2A", - "800": "#941F1F", - "900": "#6B1515" - }, - "orange": { - "50": "#FFF9F5", - "100": "#FFEFE4", - "200": "#FFDEC5", - "300": "#FFCBA3", - "400": "#F4B07F", - "500": "#E86C13", - "600": "#D45A08", - "700": "#BD3E0C", - "800": "#9E3513", - "900": "#6B2711" - }, - "yellow": { - "50": "#FFFCEF", - "100": "#FFF7D3", - "200": "#F7E9A8", - "300": "#F5E171", - "400": "#F2D14B", - "500": "#EDBA13", - "600": "#D1930D", - "700": "#AB6E05", - "800": "#8C5600", - "900": "#733F12" - }, - "teal": { - "50": "#F0FDFA", - "100": "#E6F7F4", - "200": "#BAE8E1", - "300": "#97DED4", - "400": "#73D1C4", - "500": "#36BAAD", - "600": "#0B9E92", - "700": "#0F736B", - "800": "#115C57", - "900": "#114541" - }, - "violet": { - "50": "#FBFAFF", - "100": "#F0EBFF", - "200": "#DBD5FF", - "300": "#C9BAFB", - "400": "#B3A1F5", - "500": "#6846E3", - "600": "#5F46C7", - "700": "#4F3DA1", - "800": "#392980", - "900": "#251959" - }, - "cyan": { - "50": "#F5FBFC", - "100": "#DDF7FF", - "200": "#B3E8F7", - "300": "#99E2F8", - "400": "#72D5F3", - "500": "#3BBDE5", - "600": "#32A4C7", - "700": "#267A94", - "800": "#125C73", - "900": "#164759" - }, - "amber": { - "50": "#FDFAED", - "100": "#FFF7D3", - "200": "#FEEDA9", - "300": "#FBDB73", - "400": "#FBCC55", - "500": "#E79913", - "600": "#DB7706", - "700": "#B35309", - "800": "#91400D", - "900": "#763813" - }, - "pink": { - "50": "#FFF7FC", - "100": "#FDE8F5", - "200": "#FFD5F0", - "300": "#F9B9E0", - "400": "#F6A7D6", - "500": "#E34AA6", - "600": "#CF3A96", - "700": "#9C2671", - "800": "#801458", - "900": "#570F3E" - }, - "purple": { - "50": "#FDFAFF", - "100": "#F6E9FF", - "200": "#ECD3FF", - "300": "#E2B9FC", - "400": "#CFA1F2", - "500": "#9C45E3", - "600": "#8642C2", - "700": "#6E399D", - "800": "#5C2F83", - "900": "#401863" - }, - "white-overlay": { - "50": "#FFFFFF1A", - "100": "#FFFFFF2E", - "200": "#FFFFFF45", - "300": "#FFFFFF5C", - "400": "#FFFFFF73", - "500": "#FFFFFF8A", - "600": "#FFFFFFA1", - "700": "#FFFFFFB8", - "800": "#FFFFFFCF", - "900": "#FFFFFFE6" - }, - "black-overlay": { - "50": "#00000017", - "100": "#0000002E", - "200": "#00000045", - "300": "#0000005C", - "400": "#00000073", - "500": "#0000008A", - "600": "#000000A1", - "700": "#000000B8", - "800": "#000000CF", - "900": "#000000E6" - } - }, - "textDecorationThickness": { - "0": "0px", - "1": "1px", - "2": "2px", - "4": "4px", - "8": "8px", - "auto": "auto", - "from-font": "from-font" - }, - "textIndent": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem" - }, - "textOpacity": { - "0": "0", - "5": "0.05", - "10": "0.1", - "15": "0.15", - "20": "0.2", - "25": "0.25", - "30": "0.3", - "35": "0.35", - "40": "0.4", - "45": "0.45", - "50": "0.5", - "55": "0.55", - "60": "0.6", - "65": "0.65", - "70": "0.7", - "75": "0.75", - "80": "0.8", - "85": "0.85", - "90": "0.9", - "95": "0.95", - "100": "1" - }, - "textUnderlineOffset": { - "0": "0px", - "1": "1px", - "2": "2px", - "4": "4px", - "8": "8px", - "auto": "auto" - }, - "transformOrigin": { - "center": "center", - "top": "top", - "top-right": "top right", - "right": "right", - "bottom-right": "bottom right", - "bottom": "bottom", - "bottom-left": "bottom left", - "left": "left", - "top-left": "top left" - }, - "transitionDelay": { - "0": "0s", - "75": "75ms", - "100": "100ms", - "150": "150ms", - "200": "200ms", - "300": "300ms", - "500": "500ms", - "700": "700ms", - "1000": "1000ms" - }, - "transitionDuration": { - "0": "0s", - "75": "75ms", - "100": "100ms", - "150": "150ms", - "200": "200ms", - "300": "300ms", - "500": "500ms", - "700": "700ms", - "1000": "1000ms", - "DEFAULT": "150ms" - }, - "transitionProperty": { - "none": "none", - "all": "all", - "DEFAULT": "color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter", - "colors": "color, background-color, border-color, text-decoration-color, fill, stroke", - "opacity": "opacity", - "shadow": "box-shadow", - "transform": "transform" - }, - "transitionTimingFunction": { - "DEFAULT": "cubic-bezier(0.4, 0, 0.2, 1)", - "linear": "linear", - "in": "cubic-bezier(0.4, 0, 1, 1)", - "out": "cubic-bezier(0, 0, 0.2, 1)", - "in-out": "cubic-bezier(0.4, 0, 0.2, 1)" - }, - "translate": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "1/2": "50%", - "1/3": "33.333333%", - "2/3": "66.666667%", - "1/4": "25%", - "2/4": "50%", - "3/4": "75%", - "full": "100%" - }, - "size": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "auto": "auto", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "1/2": "50%", - "1/3": "33.333333%", - "2/3": "66.666667%", - "1/4": "25%", - "2/4": "50%", - "3/4": "75%", - "1/5": "20%", - "2/5": "40%", - "3/5": "60%", - "4/5": "80%", - "1/6": "16.666667%", - "2/6": "33.333333%", - "3/6": "50%", - "4/6": "66.666667%", - "5/6": "83.333333%", - "1/12": "8.333333%", - "2/12": "16.666667%", - "3/12": "25%", - "4/12": "33.333333%", - "5/12": "41.666667%", - "6/12": "50%", - "7/12": "58.333333%", - "8/12": "66.666667%", - "9/12": "75%", - "10/12": "83.333333%", - "11/12": "91.666667%", - "full": "100%", - "min": "min-content", - "max": "max-content", - "fit": "fit-content" - }, - "width": { - "0": "0px", - "1": "0.25rem", - "2": "0.5rem", - "3": "0.75rem", - "4": "1rem", - "5": "1.25rem", - "6": "1.5rem", - "7": "1.75rem", - "8": "2rem", - "9": "2.25rem", - "10": "2.5rem", - "11": "2.75rem", - "12": "3rem", - "13": "3.25rem", - "14": "3.5rem", - "15": "3.75rem", - "16": "4rem", - "20": "5rem", - "24": "6rem", - "28": "7rem", - "32": "8rem", - "36": "9rem", - "40": "10rem", - "44": "11rem", - "48": "12rem", - "52": "13rem", - "56": "14rem", - "60": "15rem", - "64": "16rem", - "72": "18rem", - "80": "20rem", - "96": "24rem", - "112": "28rem", - "auto": "auto", - "px": "1px", - "0.5": "0.125rem", - "1.5": "0.375rem", - "2.5": "0.625rem", - "3.5": "0.875rem", - "4.5": "1.125rem", - "5.5": "1.375rem", - "6.5": "1.625rem", - "7.5": "1.875rem", - "8.5": "2.125rem", - "9.5": "2.375rem", - "10.5": "2.625rem", - "11.5": "2.875rem", - "12.5": "3.125rem", - "13.5": "3.375rem", - "14.5": "3.625rem", - "15.5": "3.875rem", - "1/2": "50%", - "1/3": "33.333333%", - "2/3": "66.666667%", - "1/4": "25%", - "2/4": "50%", - "3/4": "75%", - "1/5": "20%", - "2/5": "40%", - "3/5": "60%", - "4/5": "80%", - "1/6": "16.666667%", - "2/6": "33.333333%", - "3/6": "50%", - "4/6": "66.666667%", - "5/6": "83.333333%", - "1/12": "8.333333%", - "2/12": "16.666667%", - "3/12": "25%", - "4/12": "33.333333%", - "5/12": "41.666667%", - "6/12": "50%", - "7/12": "58.333333%", - "8/12": "66.666667%", - "9/12": "75%", - "10/12": "83.333333%", - "11/12": "91.666667%", - "full": "100%", - "screen": "100vw", - "svw": "100svw", - "lvw": "100lvw", - "dvw": "100dvw", - "min": "min-content", - "max": "max-content", - "fit": "fit-content", - "wizard": "650px" - }, - "willChange": { - "auto": "auto", - "scroll": "scroll-position", - "contents": "contents", - "transform": "transform" - }, - "zIndex": { - "0": "0", - "10": "10", - "20": "20", - "30": "30", - "40": "40", - "50": "50", - "auto": "auto" - } -} \ No newline at end of file diff --git a/dashboard_backup/tsconfig.json b/dashboard_backup/tsconfig.json deleted file mode 100644 index e9ed4a5..0000000 --- a/dashboard_backup/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compilerOptions": { - "allowJs": true, - "target": "ESNext", - "useDefineForClassFields": true, - "module": "ESNext", - "moduleResolution": "Node", - "strict": true, - "jsx": "preserve", - "sourceMap": true, - "resolveJsonModule": true, - "isolatedModules": true, - "esModuleInterop": true, - "lib": ["ESNext", "DOM"], - "skipLibCheck": true, - "types": ["unplugin-icons/types/vue"] - }, - "include": ["**/*.ts", "**/*.d.ts"] -} diff --git a/dashboard_backup/vite.config.ts b/dashboard_backup/vite.config.ts deleted file mode 100644 index 679b840..0000000 --- a/dashboard_backup/vite.config.ts +++ /dev/null @@ -1,64 +0,0 @@ -import path from 'path'; -import { defineConfig } from 'vite'; -import vue from '@vitejs/plugin-vue'; -import vueJsx from '@vitejs/plugin-vue-jsx'; -import jingrowui from 'jingrow-ui/vite'; -import pluginRewriteAll from 'vite-plugin-rewrite-all'; -import Components from 'unplugin-vue-components/vite'; -import Icons from 'unplugin-icons/vite'; -import IconsResolver from 'unplugin-icons/resolver'; -import { sentryVitePlugin } from '@sentry/vite-plugin'; - -export default defineConfig({ - plugins: [ - vue(), - vueJsx(), - pluginRewriteAll(), - jingrowui(), - Components({ - dirs: [ - 'src/components', - // 'src2/components', - 'node_modules/jingrow-ui/src/components' - ], - resolvers: [IconsResolver()] - }), - Icons(), - sentryVitePlugin({ - url: process.env.SENTRY_URL, - org: process.env.SENTRY_ORG, - project: process.env.SENTRY_PROJECT, - applicationKey: 'jcloud-dashboard', - authToken: process.env.SENTRY_AUTH_TOKEN - }) - ], - resolve: { - alias: { - '@': path.resolve(__dirname, 'src') - } - }, - optimizeDeps: { - include: ['feather-icons', 'showdown'] - }, - build: { - outDir: '../jcloud/public/dashboard', - emptyOutDir: true, - sourcemap: true, - target: 'es2015', - rollupOptions: { - input: { - main: path.resolve(__dirname, 'index.html') - } - } - }, - // @ts-ignore - test: { - globals: true, - environment: 'jsdom', - setupFiles: 'src/tests/setup/msw.js', - coverage: { - extension: ['.vue', '.js'], - all: true - } - } -}); diff --git a/dashboard_backup/vite.config.ts.timestamp-1743195879566-0d6d78d20076a.mjs b/dashboard_backup/vite.config.ts.timestamp-1743195879566-0d6d78d20076a.mjs deleted file mode 100644 index ce9661e..0000000 --- a/dashboard_backup/vite.config.ts.timestamp-1743195879566-0d6d78d20076a.mjs +++ /dev/null @@ -1,69 +0,0 @@ -// vite.config.ts -import path from "path"; -import { defineConfig } from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/vite/dist/node/index.js"; -import vue from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/@vitejs/plugin-vue/dist/index.mjs"; -import vueJsx from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/@vitejs/plugin-vue-jsx/dist/index.mjs"; -import jingrowui from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/jingrow-ui/vite.js"; -import pluginRewriteAll from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/vite-plugin-rewrite-all/dist/index.mjs"; -import Components from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/unplugin-vue-components/dist/vite.mjs"; -import Icons from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/unplugin-icons/dist/vite.mjs"; -import IconsResolver from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/unplugin-icons/dist/resolver.mjs"; -import { sentryVitePlugin } from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/@sentry/vite-plugin/dist/esm/index.mjs"; -var __vite_injected_original_dirname = "/home/jingrow/jingrow-bench/apps/jcloud/dashboard"; -var vite_config_default = defineConfig({ - plugins: [ - vue(), - vueJsx(), - pluginRewriteAll(), - jingrowui(), - Components({ - dirs: [ - "src/components", - // 'src2/components', - "node_modules/jingrow-ui/src/components" - ], - resolvers: [IconsResolver()] - }), - Icons(), - sentryVitePlugin({ - url: process.env.SENTRY_URL, - org: process.env.SENTRY_ORG, - project: process.env.SENTRY_PROJECT, - applicationKey: "jcloud-dashboard", - authToken: process.env.SENTRY_AUTH_TOKEN - }) - ], - resolve: { - alias: { - "@": path.resolve(__vite_injected_original_dirname, "src") - } - }, - optimizeDeps: { - include: ["feather-icons", "showdown"] - }, - build: { - outDir: "../jcloud/public/dashboard", - emptyOutDir: true, - sourcemap: true, - target: "es2015", - rollupOptions: { - input: { - main: path.resolve(__vite_injected_original_dirname, "index.html") - } - } - }, - // @ts-ignore - test: { - globals: true, - environment: "jsdom", - setupFiles: "src/tests/setup/msw.js", - coverage: { - extension: [".vue", ".js"], - all: true - } - } -}); -export { - vite_config_default as default -}; -//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsidml0ZS5jb25maWcudHMiXSwKICAic291cmNlc0NvbnRlbnQiOiBbImNvbnN0IF9fdml0ZV9pbmplY3RlZF9vcmlnaW5hbF9kaXJuYW1lID0gXCIvaG9tZS9mcmFwcGUvZnJhcHBlLWJlbmNoL2FwcHMvcHJlc3MvZGFzaGJvYXJkXCI7Y29uc3QgX192aXRlX2luamVjdGVkX29yaWdpbmFsX2ZpbGVuYW1lID0gXCIvaG9tZS9mcmFwcGUvZnJhcHBlLWJlbmNoL2FwcHMvcHJlc3MvZGFzaGJvYXJkL3ZpdGUuY29uZmlnLnRzXCI7Y29uc3QgX192aXRlX2luamVjdGVkX29yaWdpbmFsX2ltcG9ydF9tZXRhX3VybCA9IFwiZmlsZTovLy9ob21lL2ZyYXBwZS9mcmFwcGUtYmVuY2gvYXBwcy9wcmVzcy9kYXNoYm9hcmQvdml0ZS5jb25maWcudHNcIjtpbXBvcnQgcGF0aCBmcm9tICdwYXRoJztcclxuaW1wb3J0IHsgZGVmaW5lQ29uZmlnIH0gZnJvbSAndml0ZSc7XHJcbmltcG9ydCB2dWUgZnJvbSAnQHZpdGVqcy9wbHVnaW4tdnVlJztcclxuaW1wb3J0IHZ1ZUpzeCBmcm9tICdAdml0ZWpzL3BsdWdpbi12dWUtanN4JztcclxuaW1wb3J0IGZyYXBwZXVpIGZyb20gJ2ZyYXBwZS11aS92aXRlJztcclxuaW1wb3J0IHBsdWdpblJld3JpdGVBbGwgZnJvbSAndml0ZS1wbHVnaW4tcmV3cml0ZS1hbGwnO1xyXG5pbXBvcnQgQ29tcG9uZW50cyBmcm9tICd1bnBsdWdpbi12dWUtY29tcG9uZW50cy92aXRlJztcclxuaW1wb3J0IEljb25zIGZyb20gJ3VucGx1Z2luLWljb25zL3ZpdGUnO1xyXG5pbXBvcnQgSWNvbnNSZXNvbHZlciBmcm9tICd1bnBsdWdpbi1pY29ucy9yZXNvbHZlcic7XHJcbmltcG9ydCB7IHNlbnRyeVZpdGVQbHVnaW4gfSBmcm9tICdAc2VudHJ5L3ZpdGUtcGx1Z2luJztcclxuXHJcbmV4cG9ydCBkZWZhdWx0IGRlZmluZUNvbmZpZyh7XHJcblx0cGx1Z2luczogW1xyXG5cdFx0dnVlKCksXHJcblx0XHR2dWVKc3goKSxcclxuXHRcdHBsdWdpblJld3JpdGVBbGwoKSxcclxuXHRcdGZyYXBwZXVpKCksXHJcblx0XHRDb21wb25lbnRzKHtcclxuXHRcdFx0ZGlyczogW1xyXG5cdFx0XHRcdCdzcmMvY29tcG9uZW50cycsXHJcblx0XHRcdFx0Ly8gJ3NyYzIvY29tcG9uZW50cycsXHJcblx0XHRcdFx0J25vZGVfbW9kdWxlcy9mcmFwcGUtdWkvc3JjL2NvbXBvbmVudHMnXHJcblx0XHRcdF0sXHJcblx0XHRcdHJlc29sdmVyczogW0ljb25zUmVzb2x2ZXIoKV1cclxuXHRcdH0pLFxyXG5cdFx0SWNvbnMoKSxcclxuXHRcdHNlbnRyeVZpdGVQbHVnaW4oe1xyXG5cdFx0XHR1cmw6IHByb2Nlc3MuZW52LlNFTlRSWV9VUkwsXHJcblx0XHRcdG9yZzogcHJvY2Vzcy5lbnYuU0VOVFJZX09SRyxcclxuXHRcdFx0cHJvamVjdDogcHJvY2Vzcy5lbnYuU0VOVFJZX1BST0pFQ1QsXHJcblx0XHRcdGFwcGxpY2F0aW9uS2V5OiAncHJlc3MtZGFzaGJvYXJkJyxcclxuXHRcdFx0YXV0aFRva2VuOiBwcm9jZXNzLmVudi5TRU5UUllfQVVUSF9UT0tFTlxyXG5cdFx0fSlcclxuXHRdLFxyXG5cdHJlc29sdmU6IHtcclxuXHRcdGFsaWFzOiB7XHJcblx0XHRcdCdAJzogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJ3NyYycpXHJcblx0XHR9XHJcblx0fSxcclxuXHRvcHRpbWl6ZURlcHM6IHtcclxuXHRcdGluY2x1ZGU6IFsnZmVhdGhlci1pY29ucycsICdzaG93ZG93biddXHJcblx0fSxcclxuXHRidWlsZDoge1xyXG5cdFx0b3V0RGlyOiAnLi4vcHJlc3MvcHVibGljL2Rhc2hib2FyZCcsXHJcblx0XHRlbXB0eU91dERpcjogdHJ1ZSxcclxuXHRcdHNvdXJjZW1hcDogdHJ1ZSxcclxuXHRcdHRhcmdldDogJ2VzMjAxNScsXHJcblx0XHRyb2xsdXBPcHRpb25zOiB7XHJcblx0XHRcdGlucHV0OiB7XHJcblx0XHRcdFx0bWFpbjogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJ2luZGV4Lmh0bWwnKVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fSxcclxuXHQvLyBAdHMtaWdub3JlXHJcblx0dGVzdDoge1xyXG5cdFx0Z2xvYmFsczogdHJ1ZSxcclxuXHRcdGVudmlyb25tZW50OiAnanNkb20nLFxyXG5cdFx0c2V0dXBGaWxlczogJ3NyYy90ZXN0cy9zZXR1cC9tc3cuanMnLFxyXG5cdFx0Y292ZXJhZ2U6IHtcclxuXHRcdFx0ZXh0ZW5zaW9uOiBbJy52dWUnLCAnLmpzJ10sXHJcblx0XHRcdGFsbDogdHJ1ZVxyXG5cdFx0fVxyXG5cdH1cclxufSk7XHJcbiJdLAogICJtYXBwaW5ncyI6ICI7QUFBNFQsT0FBTyxVQUFVO0FBQzdVLFNBQVMsb0JBQW9CO0FBQzdCLE9BQU8sU0FBUztBQUNoQixPQUFPLFlBQVk7QUFDbkIsT0FBTyxjQUFjO0FBQ3JCLE9BQU8sc0JBQXNCO0FBQzdCLE9BQU8sZ0JBQWdCO0FBQ3ZCLE9BQU8sV0FBVztBQUNsQixPQUFPLG1CQUFtQjtBQUMxQixTQUFTLHdCQUF3QjtBQVRqQyxJQUFNLG1DQUFtQztBQVd6QyxJQUFPLHNCQUFRLGFBQWE7QUFBQSxFQUMzQixTQUFTO0FBQUEsSUFDUixJQUFJO0FBQUEsSUFDSixPQUFPO0FBQUEsSUFDUCxpQkFBaUI7QUFBQSxJQUNqQixTQUFTO0FBQUEsSUFDVCxXQUFXO0FBQUEsTUFDVixNQUFNO0FBQUEsUUFDTDtBQUFBO0FBQUEsUUFFQTtBQUFBLE1BQ0Q7QUFBQSxNQUNBLFdBQVcsQ0FBQyxjQUFjLENBQUM7QUFBQSxJQUM1QixDQUFDO0FBQUEsSUFDRCxNQUFNO0FBQUEsSUFDTixpQkFBaUI7QUFBQSxNQUNoQixLQUFLLFFBQVEsSUFBSTtBQUFBLE1BQ2pCLEtBQUssUUFBUSxJQUFJO0FBQUEsTUFDakIsU0FBUyxRQUFRLElBQUk7QUFBQSxNQUNyQixnQkFBZ0I7QUFBQSxNQUNoQixXQUFXLFFBQVEsSUFBSTtBQUFBLElBQ3hCLENBQUM7QUFBQSxFQUNGO0FBQUEsRUFDQSxTQUFTO0FBQUEsSUFDUixPQUFPO0FBQUEsTUFDTixLQUFLLEtBQUssUUFBUSxrQ0FBVyxLQUFLO0FBQUEsSUFDbkM7QUFBQSxFQUNEO0FBQUEsRUFDQSxjQUFjO0FBQUEsSUFDYixTQUFTLENBQUMsaUJBQWlCLFVBQVU7QUFBQSxFQUN0QztBQUFBLEVBQ0EsT0FBTztBQUFBLElBQ04sUUFBUTtBQUFBLElBQ1IsYUFBYTtBQUFBLElBQ2IsV0FBVztBQUFBLElBQ1gsUUFBUTtBQUFBLElBQ1IsZUFBZTtBQUFBLE1BQ2QsT0FBTztBQUFBLFFBQ04sTUFBTSxLQUFLLFFBQVEsa0NBQVcsWUFBWTtBQUFBLE1BQzNDO0FBQUEsSUFDRDtBQUFBLEVBQ0Q7QUFBQTtBQUFBLEVBRUEsTUFBTTtBQUFBLElBQ0wsU0FBUztBQUFBLElBQ1QsYUFBYTtBQUFBLElBQ2IsWUFBWTtBQUFBLElBQ1osVUFBVTtBQUFBLE1BQ1QsV0FBVyxDQUFDLFFBQVEsS0FBSztBQUFBLE1BQ3pCLEtBQUs7QUFBQSxJQUNOO0FBQUEsRUFDRDtBQUNELENBQUM7IiwKICAibmFtZXMiOiBbXQp9Cg== diff --git a/dashboard_backup/vite.config.ts.timestamp-1754345788699-f26a21cb45774.mjs b/dashboard_backup/vite.config.ts.timestamp-1754345788699-f26a21cb45774.mjs deleted file mode 100644 index 9f816a0..0000000 --- a/dashboard_backup/vite.config.ts.timestamp-1754345788699-f26a21cb45774.mjs +++ /dev/null @@ -1,69 +0,0 @@ -// vite.config.ts -import path from "path"; -import { defineConfig } from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/vite/dist/node/index.js"; -import vue from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/@vitejs/plugin-vue/dist/index.mjs"; -import vueJsx from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/@vitejs/plugin-vue-jsx/dist/index.mjs"; -import jingrowui from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/jingrow-ui/vite.js"; -import pluginRewriteAll from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/vite-plugin-rewrite-all/dist/index.mjs"; -import Components from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/unplugin-vue-components/dist/vite.mjs"; -import Icons from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/unplugin-icons/dist/vite.mjs"; -import IconsResolver from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/unplugin-icons/dist/resolver.mjs"; -import { sentryVitePlugin } from "file:///home/jingrow/jingrow-bench/apps/jcloud/dashboard/node_modules/@sentry/vite-plugin/dist/esm/index.mjs"; -var __vite_injected_original_dirname = "/home/jingrow/jingrow-bench/apps/jcloud/dashboard"; -var vite_config_default = defineConfig({ - plugins: [ - vue(), - vueJsx(), - pluginRewriteAll(), - jingrowui(), - Components({ - dirs: [ - "src/components", - // 'src2/components', - "node_modules/jingrow-ui/src/components" - ], - resolvers: [IconsResolver()] - }), - Icons(), - sentryVitePlugin({ - url: process.env.SENTRY_URL, - org: process.env.SENTRY_ORG, - project: process.env.SENTRY_PROJECT, - applicationKey: "jcloud-dashboard", - authToken: process.env.SENTRY_AUTH_TOKEN - }) - ], - resolve: { - alias: { - "@": path.resolve(__vite_injected_original_dirname, "src") - } - }, - optimizeDeps: { - include: ["feather-icons", "showdown"] - }, - build: { - outDir: "../jcloud/public/dashboard", - emptyOutDir: true, - sourcemap: true, - target: "es2015", - rollupOptions: { - input: { - main: path.resolve(__vite_injected_original_dirname, "index.html") - } - } - }, - // @ts-ignore - test: { - globals: true, - environment: "jsdom", - setupFiles: "src/tests/setup/msw.js", - coverage: { - extension: [".vue", ".js"], - all: true - } - } -}); -export { - vite_config_default as default -}; -//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsidml0ZS5jb25maWcudHMiXSwKICAic291cmNlc0NvbnRlbnQiOiBbImNvbnN0IF9fdml0ZV9pbmplY3RlZF9vcmlnaW5hbF9kaXJuYW1lID0gXCIvaG9tZS9qaW5ncm93L2ppbmdyb3ctYmVuY2gvYXBwcy9qY2xvdWQvZGFzaGJvYXJkXCI7Y29uc3QgX192aXRlX2luamVjdGVkX29yaWdpbmFsX2ZpbGVuYW1lID0gXCIvaG9tZS9qaW5ncm93L2ppbmdyb3ctYmVuY2gvYXBwcy9qY2xvdWQvZGFzaGJvYXJkL3ZpdGUuY29uZmlnLnRzXCI7Y29uc3QgX192aXRlX2luamVjdGVkX29yaWdpbmFsX2ltcG9ydF9tZXRhX3VybCA9IFwiZmlsZTovLy9ob21lL2ppbmdyb3cvamluZ3Jvdy1iZW5jaC9hcHBzL2pjbG91ZC9kYXNoYm9hcmQvdml0ZS5jb25maWcudHNcIjtpbXBvcnQgcGF0aCBmcm9tICdwYXRoJztcclxuaW1wb3J0IHsgZGVmaW5lQ29uZmlnIH0gZnJvbSAndml0ZSc7XHJcbmltcG9ydCB2dWUgZnJvbSAnQHZpdGVqcy9wbHVnaW4tdnVlJztcclxuaW1wb3J0IHZ1ZUpzeCBmcm9tICdAdml0ZWpzL3BsdWdpbi12dWUtanN4JztcclxuaW1wb3J0IGppbmdyb3d1aSBmcm9tICdqaW5ncm93LXVpL3ZpdGUnO1xyXG5pbXBvcnQgcGx1Z2luUmV3cml0ZUFsbCBmcm9tICd2aXRlLXBsdWdpbi1yZXdyaXRlLWFsbCc7XHJcbmltcG9ydCBDb21wb25lbnRzIGZyb20gJ3VucGx1Z2luLXZ1ZS1jb21wb25lbnRzL3ZpdGUnO1xyXG5pbXBvcnQgSWNvbnMgZnJvbSAndW5wbHVnaW4taWNvbnMvdml0ZSc7XHJcbmltcG9ydCBJY29uc1Jlc29sdmVyIGZyb20gJ3VucGx1Z2luLWljb25zL3Jlc29sdmVyJztcclxuaW1wb3J0IHsgc2VudHJ5Vml0ZVBsdWdpbiB9IGZyb20gJ0BzZW50cnkvdml0ZS1wbHVnaW4nO1xyXG5cclxuZXhwb3J0IGRlZmF1bHQgZGVmaW5lQ29uZmlnKHtcclxuXHRwbHVnaW5zOiBbXHJcblx0XHR2dWUoKSxcclxuXHRcdHZ1ZUpzeCgpLFxyXG5cdFx0cGx1Z2luUmV3cml0ZUFsbCgpLFxyXG5cdFx0amluZ3Jvd3VpKCksXHJcblx0XHRDb21wb25lbnRzKHtcclxuXHRcdFx0ZGlyczogW1xyXG5cdFx0XHRcdCdzcmMvY29tcG9uZW50cycsXHJcblx0XHRcdFx0Ly8gJ3NyYzIvY29tcG9uZW50cycsXHJcblx0XHRcdFx0J25vZGVfbW9kdWxlcy9qaW5ncm93LXVpL3NyYy9jb21wb25lbnRzJ1xyXG5cdFx0XHRdLFxyXG5cdFx0XHRyZXNvbHZlcnM6IFtJY29uc1Jlc29sdmVyKCldXHJcblx0XHR9KSxcclxuXHRcdEljb25zKCksXHJcblx0XHRzZW50cnlWaXRlUGx1Z2luKHtcclxuXHRcdFx0dXJsOiBwcm9jZXNzLmVudi5TRU5UUllfVVJMLFxyXG5cdFx0XHRvcmc6IHByb2Nlc3MuZW52LlNFTlRSWV9PUkcsXHJcblx0XHRcdHByb2plY3Q6IHByb2Nlc3MuZW52LlNFTlRSWV9QUk9KRUNULFxyXG5cdFx0XHRhcHBsaWNhdGlvbktleTogJ2pjbG91ZC1kYXNoYm9hcmQnLFxyXG5cdFx0XHRhdXRoVG9rZW46IHByb2Nlc3MuZW52LlNFTlRSWV9BVVRIX1RPS0VOXHJcblx0XHR9KVxyXG5cdF0sXHJcblx0cmVzb2x2ZToge1xyXG5cdFx0YWxpYXM6IHtcclxuXHRcdFx0J0AnOiBwYXRoLnJlc29sdmUoX19kaXJuYW1lLCAnc3JjJylcclxuXHRcdH1cclxuXHR9LFxyXG5cdG9wdGltaXplRGVwczoge1xyXG5cdFx0aW5jbHVkZTogWydmZWF0aGVyLWljb25zJywgJ3Nob3dkb3duJ11cclxuXHR9LFxyXG5cdGJ1aWxkOiB7XHJcblx0XHRvdXREaXI6ICcuLi9qY2xvdWQvcHVibGljL2Rhc2hib2FyZCcsXHJcblx0XHRlbXB0eU91dERpcjogdHJ1ZSxcclxuXHRcdHNvdXJjZW1hcDogdHJ1ZSxcclxuXHRcdHRhcmdldDogJ2VzMjAxNScsXHJcblx0XHRyb2xsdXBPcHRpb25zOiB7XHJcblx0XHRcdGlucHV0OiB7XHJcblx0XHRcdFx0bWFpbjogcGF0aC5yZXNvbHZlKF9fZGlybmFtZSwgJ2luZGV4Lmh0bWwnKVxyXG5cdFx0XHR9XHJcblx0XHR9XHJcblx0fSxcclxuXHQvLyBAdHMtaWdub3JlXHJcblx0dGVzdDoge1xyXG5cdFx0Z2xvYmFsczogdHJ1ZSxcclxuXHRcdGVudmlyb25tZW50OiAnanNkb20nLFxyXG5cdFx0c2V0dXBGaWxlczogJ3NyYy90ZXN0cy9zZXR1cC9tc3cuanMnLFxyXG5cdFx0Y292ZXJhZ2U6IHtcclxuXHRcdFx0ZXh0ZW5zaW9uOiBbJy52dWUnLCAnLmpzJ10sXHJcblx0XHRcdGFsbDogdHJ1ZVxyXG5cdFx0fVxyXG5cdH1cclxufSk7XHJcbiJdLAogICJtYXBwaW5ncyI6ICI7QUFBcVUsT0FBTyxVQUFVO0FBQ3RWLFNBQVMsb0JBQW9CO0FBQzdCLE9BQU8sU0FBUztBQUNoQixPQUFPLFlBQVk7QUFDbkIsT0FBTyxlQUFlO0FBQ3RCLE9BQU8sc0JBQXNCO0FBQzdCLE9BQU8sZ0JBQWdCO0FBQ3ZCLE9BQU8sV0FBVztBQUNsQixPQUFPLG1CQUFtQjtBQUMxQixTQUFTLHdCQUF3QjtBQVRqQyxJQUFNLG1DQUFtQztBQVd6QyxJQUFPLHNCQUFRLGFBQWE7QUFBQSxFQUMzQixTQUFTO0FBQUEsSUFDUixJQUFJO0FBQUEsSUFDSixPQUFPO0FBQUEsSUFDUCxpQkFBaUI7QUFBQSxJQUNqQixVQUFVO0FBQUEsSUFDVixXQUFXO0FBQUEsTUFDVixNQUFNO0FBQUEsUUFDTDtBQUFBO0FBQUEsUUFFQTtBQUFBLE1BQ0Q7QUFBQSxNQUNBLFdBQVcsQ0FBQyxjQUFjLENBQUM7QUFBQSxJQUM1QixDQUFDO0FBQUEsSUFDRCxNQUFNO0FBQUEsSUFDTixpQkFBaUI7QUFBQSxNQUNoQixLQUFLLFFBQVEsSUFBSTtBQUFBLE1BQ2pCLEtBQUssUUFBUSxJQUFJO0FBQUEsTUFDakIsU0FBUyxRQUFRLElBQUk7QUFBQSxNQUNyQixnQkFBZ0I7QUFBQSxNQUNoQixXQUFXLFFBQVEsSUFBSTtBQUFBLElBQ3hCLENBQUM7QUFBQSxFQUNGO0FBQUEsRUFDQSxTQUFTO0FBQUEsSUFDUixPQUFPO0FBQUEsTUFDTixLQUFLLEtBQUssUUFBUSxrQ0FBVyxLQUFLO0FBQUEsSUFDbkM7QUFBQSxFQUNEO0FBQUEsRUFDQSxjQUFjO0FBQUEsSUFDYixTQUFTLENBQUMsaUJBQWlCLFVBQVU7QUFBQSxFQUN0QztBQUFBLEVBQ0EsT0FBTztBQUFBLElBQ04sUUFBUTtBQUFBLElBQ1IsYUFBYTtBQUFBLElBQ2IsV0FBVztBQUFBLElBQ1gsUUFBUTtBQUFBLElBQ1IsZUFBZTtBQUFBLE1BQ2QsT0FBTztBQUFBLFFBQ04sTUFBTSxLQUFLLFFBQVEsa0NBQVcsWUFBWTtBQUFBLE1BQzNDO0FBQUEsSUFDRDtBQUFBLEVBQ0Q7QUFBQTtBQUFBLEVBRUEsTUFBTTtBQUFBLElBQ0wsU0FBUztBQUFBLElBQ1QsYUFBYTtBQUFBLElBQ2IsWUFBWTtBQUFBLElBQ1osVUFBVTtBQUFBLE1BQ1QsV0FBVyxDQUFDLFFBQVEsS0FBSztBQUFBLE1BQ3pCLEtBQUs7QUFBQSxJQUNOO0FBQUEsRUFDRDtBQUNELENBQUM7IiwKICAibmFtZXMiOiBbXQp9Cg== diff --git a/dashboard_backup/yarn.lock b/dashboard_backup/yarn.lock deleted file mode 100644 index 4c0b61f..0000000 --- a/dashboard_backup/yarn.lock +++ /dev/null @@ -1,7305 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@alloc/quick-lru@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30" - integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw== - -"@ampproject/remapping@^2.2.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" - integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== - dependencies: - "@jridgewell/gen-mapping" "^0.3.5" - "@jridgewell/trace-mapping" "^0.3.24" - -"@antfu/install-pkg@^0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-0.1.1.tgz#157bb04f0de8100b9e4c01734db1a6c77e98bbb5" - integrity sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ== - dependencies: - execa "^5.1.1" - find-up "^5.0.0" - -"@antfu/install-pkg@^1.0.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz#78fa036be1a6081b5a77a5cf59f50c7752b6ba26" - integrity sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ== - dependencies: - package-manager-detector "^1.3.0" - tinyexec "^1.0.1" - -"@antfu/utils@^0.7.5", "@antfu/utils@^0.7.6": - version "0.7.10" - resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.10.tgz#ae829f170158e297a9b6a28f161a8e487d00814d" - integrity sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww== - -"@antfu/utils@^8.1.0": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-8.1.1.tgz#95b1947d292a9a2efffba2081796dcaa05ecedfb" - integrity sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ== - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.26.2", "@babel/code-frame@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" - integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== - dependencies: - "@babel/helper-validator-identifier" "^7.27.1" - js-tokens "^4.0.0" - picocolors "^1.1.1" - -"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.7.tgz#7fd698e531050cce432b073ab64857b99e0f3804" - integrity sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ== - -"@babel/core@^7.18.5", "@babel/core@^7.22.9", "@babel/core@^7.23.3": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428" - integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w== - dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.27.5" - "@babel/helper-compilation-targets" "^7.27.2" - "@babel/helper-module-transforms" "^7.27.3" - "@babel/helpers" "^7.27.6" - "@babel/parser" "^7.27.7" - "@babel/template" "^7.27.2" - "@babel/traverse" "^7.27.7" - "@babel/types" "^7.27.7" - convert-source-map "^2.0.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.3" - semver "^6.3.1" - -"@babel/generator@^7.27.5": - version "7.27.5" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" - integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== - dependencies: - "@babel/parser" "^7.27.5" - "@babel/types" "^7.27.3" - "@jridgewell/gen-mapping" "^0.3.5" - "@jridgewell/trace-mapping" "^0.3.25" - jsesc "^3.0.2" - -"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": - version "7.27.3" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" - integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== - dependencies: - "@babel/types" "^7.27.3" - -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2": - version "7.27.2" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" - integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== - dependencies: - "@babel/compat-data" "^7.27.2" - "@babel/helper-validator-option" "^7.27.1" - browserslist "^4.24.0" - lru-cache "^5.1.1" - semver "^6.3.1" - -"@babel/helper-create-class-features-plugin@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281" - integrity sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - "@babel/helper-member-expression-to-functions" "^7.27.1" - "@babel/helper-optimise-call-expression" "^7.27.1" - "@babel/helper-replace-supers" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - "@babel/traverse" "^7.27.1" - semver "^6.3.1" - -"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz#05b0882d97ba1d4d03519e4bce615d70afa18c53" - integrity sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - regexpu-core "^6.2.0" - semver "^6.3.1" - -"@babel/helper-define-polyfill-provider@^0.6.3", "@babel/helper-define-polyfill-provider@^0.6.4": - version "0.6.4" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz#15e8746368bfa671785f5926ff74b3064c291fab" - integrity sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw== - dependencies: - "@babel/helper-compilation-targets" "^7.22.6" - "@babel/helper-plugin-utils" "^7.22.5" - debug "^4.1.1" - lodash.debounce "^4.0.8" - resolve "^1.14.2" - -"@babel/helper-member-expression-to-functions@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44" - integrity sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA== - dependencies: - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - -"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" - integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== - dependencies: - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - -"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3": - version "7.27.3" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" - integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== - dependencies: - "@babel/helper-module-imports" "^7.27.1" - "@babel/helper-validator-identifier" "^7.27.1" - "@babel/traverse" "^7.27.3" - -"@babel/helper-optimise-call-expression@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" - integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw== - dependencies: - "@babel/types" "^7.27.1" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.26.5", "@babel/helper-plugin-utils@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c" - integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== - -"@babel/helper-remap-async-to-generator@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6" - integrity sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - "@babel/helper-wrap-function" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/helper-replace-supers@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz#b1ed2d634ce3bdb730e4b52de30f8cccfd692bc0" - integrity sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.27.1" - "@babel/helper-optimise-call-expression" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/helper-skip-transparent-expression-wrappers@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56" - integrity sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg== - dependencies: - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - -"@babel/helper-string-parser@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" - integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== - -"@babel/helper-validator-identifier@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" - integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== - -"@babel/helper-validator-option@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" - integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== - -"@babel/helper-wrap-function@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz#b88285009c31427af318d4fe37651cd62a142409" - integrity sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ== - dependencies: - "@babel/template" "^7.27.1" - "@babel/traverse" "^7.27.1" - "@babel/types" "^7.27.1" - -"@babel/helpers@^7.27.6": - version "7.27.6" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" - integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== - dependencies: - "@babel/template" "^7.27.2" - "@babel/types" "^7.27.6" - -"@babel/parser@^7.26.9", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7", "@babel/parser@^7.7.0": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" - integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== - dependencies: - "@babel/types" "^7.27.7" - -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9" - integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz#43f70a6d7efd52370eefbdf55ae03d91b293856d" - integrity sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz#beb623bd573b8b6f3047bd04c32506adc3e58a72" - integrity sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz#e134a5479eb2ba9c02714e8c1ebf1ec9076124fd" - integrity sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - "@babel/plugin-transform-optional-chaining" "^7.27.1" - -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz#bb1c25af34d75115ce229a1de7fa44bf8f955670" - integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": - version "7.21.0-placeholder-for-preset-env.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703" - integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== - -"@babel/plugin-syntax-import-assertions@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz#88894aefd2b03b5ee6ad1562a7c8e1587496aecd" - integrity sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-syntax-import-attributes@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz#34c017d54496f9b11b61474e7ea3dfd5563ffe07" - integrity sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-syntax-jsx@^7.25.9": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz#2f9beb5eff30fa507c5532d107daac7b888fa34c" - integrity sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-syntax-typescript@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz#5147d29066a793450f220c63fa3a9431b7e6dd18" - integrity sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-syntax-unicode-sets-regex@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357" - integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - -"@babel/plugin-transform-arrow-functions@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz#6e2061067ba3ab0266d834a9f94811196f2aba9a" - integrity sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-async-generator-functions@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.27.1.tgz#ca433df983d68e1375398e7ca71bf2a4f6fd89d7" - integrity sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-remap-async-to-generator" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/plugin-transform-async-to-generator@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz#9a93893b9379b39466c74474f55af03de78c66e7" - integrity sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA== - dependencies: - "@babel/helper-module-imports" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-remap-async-to-generator" "^7.27.1" - -"@babel/plugin-transform-block-scoped-functions@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz#558a9d6e24cf72802dd3b62a4b51e0d62c0f57f9" - integrity sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-block-scoping@^7.27.1": - version "7.27.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.5.tgz#98c37485d815533623d992fd149af3e7b3140157" - integrity sha512-JF6uE2s67f0y2RZcm2kpAUEbD50vH62TyWVebxwHAlbSdM49VqPz8t4a1uIjp4NIOIZ4xzLfjY5emt/RCyC7TQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-class-properties@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz#dd40a6a370dfd49d32362ae206ddaf2bb082a925" - integrity sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-class-static-block@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4" - integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-classes@^7.27.1": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.27.7.tgz#038af7e7c346821cc74aff1036c1f762308cd2d6" - integrity sha512-CuLkokN1PEZ0Fsjtq+001aog/C2drDK9nTfK/NRK0n6rBin6cBrvM+zfQjDE+UllhR6/J4a6w8Xq9i4yi3mQrw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.3" - "@babel/helper-compilation-targets" "^7.27.2" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-replace-supers" "^7.27.1" - "@babel/traverse" "^7.27.7" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz#81662e78bf5e734a97982c2b7f0a793288ef3caa" - integrity sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/template" "^7.27.1" - -"@babel/plugin-transform-destructuring@^7.27.1", "@babel/plugin-transform-destructuring@^7.27.7": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.7.tgz#c5356982d29d5c70e0396c933f07a94c31bb385c" - integrity sha512-pg3ZLdIKWCP0CrJm0O4jYjVthyBeioVfvz9nwt6o5paUxsgJ/8GucSMAIaj6M7xA4WY+SrvtGu2LijzkdyecWQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/traverse" "^7.27.7" - -"@babel/plugin-transform-dotall-regex@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d" - integrity sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-duplicate-keys@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz#f1fbf628ece18e12e7b32b175940e68358f546d1" - integrity sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz#5043854ca620a94149372e69030ff8cb6a9eb0ec" - integrity sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-dynamic-import@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz#4c78f35552ac0e06aa1f6e3c573d67695e8af5a4" - integrity sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-exponentiation-operator@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1" - integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-export-namespace-from@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz#71ca69d3471edd6daa711cf4dfc3400415df9c23" - integrity sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-for-of@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz#bc24f7080e9ff721b63a70ac7b2564ca15b6c40a" - integrity sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - -"@babel/plugin-transform-function-name@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz#4d0bf307720e4dce6d7c30fcb1fd6ca77bdeb3a7" - integrity sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ== - dependencies: - "@babel/helper-compilation-targets" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/plugin-transform-json-strings@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz#a2e0ce6ef256376bd527f290da023983527a4f4c" - integrity sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-literals@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz#baaefa4d10a1d4206f9dcdda50d7d5827bb70b24" - integrity sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-logical-assignment-operators@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa" - integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-member-expression-literals@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz#37b88ba594d852418e99536f5612f795f23aeaf9" - integrity sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-modules-amd@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz#a4145f9d87c2291fe2d05f994b65dba4e3e7196f" - integrity sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA== - dependencies: - "@babel/helper-module-transforms" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-modules-commonjs@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz#8e44ed37c2787ecc23bdc367f49977476614e832" - integrity sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw== - dependencies: - "@babel/helper-module-transforms" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-modules-systemjs@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed" - integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA== - dependencies: - "@babel/helper-module-transforms" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-validator-identifier" "^7.27.1" - "@babel/traverse" "^7.27.1" - -"@babel/plugin-transform-modules-umd@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz#63f2cf4f6dc15debc12f694e44714863d34cd334" - integrity sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w== - dependencies: - "@babel/helper-module-transforms" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-named-capturing-groups-regex@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz#f32b8f7818d8fc0cc46ee20a8ef75f071af976e1" - integrity sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-new-target@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz#259c43939728cad1706ac17351b7e6a7bea1abeb" - integrity sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-nullish-coalescing-operator@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz#4f9d3153bf6782d73dd42785a9d22d03197bc91d" - integrity sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-numeric-separator@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz#614e0b15cc800e5997dadd9bd6ea524ed6c819c6" - integrity sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-object-rest-spread@^7.27.2": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.7.tgz#2e5c02348b6a4326aa6e8b0b950602dc0d92227c" - integrity sha512-201B1kFTWhckclcXpWHc8uUpYziDX/Pl4rxl0ZX0DiCZ3jknwfSUALL3QCYeeXXB37yWxJbo+g+Vfq8pAaHi3w== - dependencies: - "@babel/helper-compilation-targets" "^7.27.2" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/plugin-transform-destructuring" "^7.27.7" - "@babel/plugin-transform-parameters" "^7.27.7" - "@babel/traverse" "^7.27.7" - -"@babel/plugin-transform-object-super@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz#1c932cd27bf3874c43a5cac4f43ebf970c9871b5" - integrity sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-replace-supers" "^7.27.1" - -"@babel/plugin-transform-optional-catch-binding@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz#84c7341ebde35ccd36b137e9e45866825072a30c" - integrity sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-optional-chaining@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz#874ce3c4f06b7780592e946026eb76a32830454f" - integrity sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - -"@babel/plugin-transform-parameters@^7.27.1", "@babel/plugin-transform-parameters@^7.27.7": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a" - integrity sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-private-methods@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz#fdacbab1c5ed81ec70dfdbb8b213d65da148b6af" - integrity sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-private-property-in-object@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz#4dbbef283b5b2f01a21e81e299f76e35f900fb11" - integrity sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - "@babel/helper-create-class-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-property-literals@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz#07eafd618800591e88073a0af1b940d9a42c6424" - integrity sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-regenerator@^7.27.1": - version "7.27.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.5.tgz#0c01f4e0e4cced15f68ee14b9c76dac9813850c7" - integrity sha512-uhB8yHerfe3MWnuLAhEbeQ4afVoqv8BQsPqrTv7e/jZ9y00kJL6l9a/f4OWaKxotmjzewfEyXE1vgDJenkQ2/Q== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-regexp-modifiers@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz#df9ba5577c974e3f1449888b70b76169998a6d09" - integrity sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-reserved-words@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz#40fba4878ccbd1c56605a4479a3a891ac0274bb4" - integrity sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-shorthand-properties@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz#532abdacdec87bfee1e0ef8e2fcdee543fe32b90" - integrity sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-spread@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz#1a264d5fc12750918f50e3fe3e24e437178abb08" - integrity sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - -"@babel/plugin-transform-sticky-regex@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz#18984935d9d2296843a491d78a014939f7dcd280" - integrity sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-template-literals@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz#1a0eb35d8bb3e6efc06c9fd40eb0bcef548328b8" - integrity sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-typeof-symbol@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz#70e966bb492e03509cf37eafa6dcc3051f844369" - integrity sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-typescript@^7.23.3": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz#d3bb65598bece03f773111e88cc4e8e5070f1140" - integrity sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.27.1" - "@babel/helper-create-class-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-skip-transparent-expression-wrappers" "^7.27.1" - "@babel/plugin-syntax-typescript" "^7.27.1" - -"@babel/plugin-transform-unicode-escapes@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz#3e3143f8438aef842de28816ece58780190cf806" - integrity sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg== - dependencies: - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-unicode-property-regex@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz#bdfe2d3170c78c5691a3c3be934c8c0087525956" - integrity sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-unicode-regex@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz#25948f5c395db15f609028e370667ed8bae9af97" - integrity sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/plugin-transform-unicode-sets-regex@^7.27.1": - version "7.27.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz#6ab706d10f801b5c72da8bb2548561fa04193cd1" - integrity sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.27.1" - "@babel/helper-plugin-utils" "^7.27.1" - -"@babel/preset-env@^7.22.9": - version "7.27.2" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a" - integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ== - dependencies: - "@babel/compat-data" "^7.27.2" - "@babel/helper-compilation-targets" "^7.27.2" - "@babel/helper-plugin-utils" "^7.27.1" - "@babel/helper-validator-option" "^7.27.1" - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1" - "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1" - "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" - "@babel/plugin-syntax-import-assertions" "^7.27.1" - "@babel/plugin-syntax-import-attributes" "^7.27.1" - "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" - "@babel/plugin-transform-arrow-functions" "^7.27.1" - "@babel/plugin-transform-async-generator-functions" "^7.27.1" - "@babel/plugin-transform-async-to-generator" "^7.27.1" - "@babel/plugin-transform-block-scoped-functions" "^7.27.1" - "@babel/plugin-transform-block-scoping" "^7.27.1" - "@babel/plugin-transform-class-properties" "^7.27.1" - "@babel/plugin-transform-class-static-block" "^7.27.1" - "@babel/plugin-transform-classes" "^7.27.1" - "@babel/plugin-transform-computed-properties" "^7.27.1" - "@babel/plugin-transform-destructuring" "^7.27.1" - "@babel/plugin-transform-dotall-regex" "^7.27.1" - "@babel/plugin-transform-duplicate-keys" "^7.27.1" - "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1" - "@babel/plugin-transform-dynamic-import" "^7.27.1" - "@babel/plugin-transform-exponentiation-operator" "^7.27.1" - "@babel/plugin-transform-export-namespace-from" "^7.27.1" - "@babel/plugin-transform-for-of" "^7.27.1" - "@babel/plugin-transform-function-name" "^7.27.1" - "@babel/plugin-transform-json-strings" "^7.27.1" - "@babel/plugin-transform-literals" "^7.27.1" - "@babel/plugin-transform-logical-assignment-operators" "^7.27.1" - "@babel/plugin-transform-member-expression-literals" "^7.27.1" - "@babel/plugin-transform-modules-amd" "^7.27.1" - "@babel/plugin-transform-modules-commonjs" "^7.27.1" - "@babel/plugin-transform-modules-systemjs" "^7.27.1" - "@babel/plugin-transform-modules-umd" "^7.27.1" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1" - "@babel/plugin-transform-new-target" "^7.27.1" - "@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1" - "@babel/plugin-transform-numeric-separator" "^7.27.1" - "@babel/plugin-transform-object-rest-spread" "^7.27.2" - "@babel/plugin-transform-object-super" "^7.27.1" - "@babel/plugin-transform-optional-catch-binding" "^7.27.1" - "@babel/plugin-transform-optional-chaining" "^7.27.1" - "@babel/plugin-transform-parameters" "^7.27.1" - "@babel/plugin-transform-private-methods" "^7.27.1" - "@babel/plugin-transform-private-property-in-object" "^7.27.1" - "@babel/plugin-transform-property-literals" "^7.27.1" - "@babel/plugin-transform-regenerator" "^7.27.1" - "@babel/plugin-transform-regexp-modifiers" "^7.27.1" - "@babel/plugin-transform-reserved-words" "^7.27.1" - "@babel/plugin-transform-shorthand-properties" "^7.27.1" - "@babel/plugin-transform-spread" "^7.27.1" - "@babel/plugin-transform-sticky-regex" "^7.27.1" - "@babel/plugin-transform-template-literals" "^7.27.1" - "@babel/plugin-transform-typeof-symbol" "^7.27.1" - "@babel/plugin-transform-unicode-escapes" "^7.27.1" - "@babel/plugin-transform-unicode-property-regex" "^7.27.1" - "@babel/plugin-transform-unicode-regex" "^7.27.1" - "@babel/plugin-transform-unicode-sets-regex" "^7.27.1" - "@babel/preset-modules" "0.1.6-no-external-plugins" - babel-plugin-polyfill-corejs2 "^0.4.10" - babel-plugin-polyfill-corejs3 "^0.11.0" - babel-plugin-polyfill-regenerator "^0.6.1" - core-js-compat "^3.40.0" - semver "^6.3.1" - -"@babel/preset-modules@0.1.6-no-external-plugins": - version "0.1.6-no-external-plugins" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" - integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/types" "^7.4.4" - esutils "^2.0.2" - -"@babel/template@^7.26.9", "@babel/template@^7.27.1", "@babel/template@^7.27.2": - version "7.27.2" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" - integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/parser" "^7.27.2" - "@babel/types" "^7.27.1" - -"@babel/traverse@^7.26.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7", "@babel/traverse@^7.7.0": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55" - integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== - dependencies: - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.27.5" - "@babel/parser" "^7.27.7" - "@babel/template" "^7.27.2" - "@babel/types" "^7.27.7" - debug "^4.3.1" - globals "^11.1.0" - -"@babel/types@^7.26.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.27.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0": - version "7.27.7" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f" - integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw== - dependencies: - "@babel/helper-string-parser" "^7.27.1" - "@babel/helper-validator-identifier" "^7.27.1" - -"@bcoe/v8-coverage@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" - integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - -"@codemirror/autocomplete@^6.0.0", "@codemirror/autocomplete@^6.18.1": - version "6.18.6" - resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.18.6.tgz#de26e864a1ec8192a1b241eb86addbb612964ddb" - integrity sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg== - dependencies: - "@codemirror/language" "^6.0.0" - "@codemirror/state" "^6.0.0" - "@codemirror/view" "^6.17.0" - "@lezer/common" "^1.0.0" - -"@codemirror/commands@6.x", "@codemirror/commands@^6.0.0": - version "6.8.1" - resolved "https://registry.yarnpkg.com/@codemirror/commands/-/commands-6.8.1.tgz#639f5559d2f33f2582a2429c58cb0c1b925c7a30" - integrity sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw== - dependencies: - "@codemirror/language" "^6.0.0" - "@codemirror/state" "^6.4.0" - "@codemirror/view" "^6.27.0" - "@lezer/common" "^1.1.0" - -"@codemirror/lang-sql@^6.8.0": - version "6.9.0" - resolved "https://registry.yarnpkg.com/@codemirror/lang-sql/-/lang-sql-6.9.0.tgz#0130da09c7d827b0aa5f9598f61bca975a5480c7" - integrity sha512-xmtpWqKSgum1B1J3Ro6rf7nuPqf2+kJQg5SjrofCAcyCThOe0ihSktSoXfXuhQBnwx1QbmreBbLJM5Jru6zitg== - dependencies: - "@codemirror/autocomplete" "^6.0.0" - "@codemirror/language" "^6.0.0" - "@codemirror/state" "^6.0.0" - "@lezer/common" "^1.2.0" - "@lezer/highlight" "^1.0.0" - "@lezer/lr" "^1.0.0" - -"@codemirror/language@6.x", "@codemirror/language@^6.0.0": - version "6.11.2" - resolved "https://registry.yarnpkg.com/@codemirror/language/-/language-6.11.2.tgz#90d2d094cfbd14263bc5354ebd2445ee4e81bdc3" - integrity sha512-p44TsNArL4IVXDTbapUmEkAlvWs2CFQbcfc0ymDsis1kH2wh0gcY96AS29c/vp2d0y2Tquk1EDSaawpzilUiAw== - dependencies: - "@codemirror/state" "^6.0.0" - "@codemirror/view" "^6.23.0" - "@lezer/common" "^1.1.0" - "@lezer/highlight" "^1.0.0" - "@lezer/lr" "^1.0.0" - style-mod "^4.0.0" - -"@codemirror/lint@^6.0.0": - version "6.8.5" - resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-6.8.5.tgz#9edaa808e764e28e07665b015951934c8ec3a418" - integrity sha512-s3n3KisH7dx3vsoeGMxsbRAgKe4O1vbrnKBClm99PU0fWxmxsx5rR2PfqQgIt+2MMJBHbiJ5rfIdLYfB9NNvsA== - dependencies: - "@codemirror/state" "^6.0.0" - "@codemirror/view" "^6.35.0" - crelt "^1.0.5" - -"@codemirror/search@^6.0.0": - version "6.5.11" - resolved "https://registry.yarnpkg.com/@codemirror/search/-/search-6.5.11.tgz#a324ffee36e032b7f67aa31c4fb9f3e6f9f3ed63" - integrity sha512-KmWepDE6jUdL6n8cAAqIpRmLPBZ5ZKnicE8oGU/s3QrAVID+0VhLFrzUucVKHG5035/BSykhExDL/Xm7dHthiA== - dependencies: - "@codemirror/state" "^6.0.0" - "@codemirror/view" "^6.0.0" - crelt "^1.0.5" - -"@codemirror/state@6.x", "@codemirror/state@^6.0.0", "@codemirror/state@^6.4.0", "@codemirror/state@^6.5.0": - version "6.5.2" - resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.5.2.tgz#8eca3a64212a83367dc85475b7d78d5c9b7076c6" - integrity sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA== - dependencies: - "@marijn/find-cluster-break" "^1.0.0" - -"@codemirror/view@6.x", "@codemirror/view@^6.0.0", "@codemirror/view@^6.17.0", "@codemirror/view@^6.23.0", "@codemirror/view@^6.27.0", "@codemirror/view@^6.35.0": - version "6.38.0" - resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.38.0.tgz#4486062b791a4247793e0953e05ae71a9e172217" - integrity sha512-yvSchUwHOdupXkd7xJ0ob36jdsSR/I+/C+VbY0ffBiL5NiSTEBDfB1ZGWbbIlDd5xgdUkody+lukAdOxYrOBeg== - dependencies: - "@codemirror/state" "^6.5.0" - crelt "^1.0.6" - style-mod "^4.1.0" - w3c-keyname "^2.2.4" - -"@esbuild/aix-ppc64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f" - integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA== - -"@esbuild/android-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4" - integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA== - -"@esbuild/android-arm@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824" - integrity sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w== - -"@esbuild/android-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d" - integrity sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew== - -"@esbuild/darwin-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e" - integrity sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g== - -"@esbuild/darwin-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd" - integrity sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A== - -"@esbuild/freebsd-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487" - integrity sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA== - -"@esbuild/freebsd-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c" - integrity sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg== - -"@esbuild/linux-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b" - integrity sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA== - -"@esbuild/linux-arm@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef" - integrity sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w== - -"@esbuild/linux-ia32@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601" - integrity sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA== - -"@esbuild/linux-loong64@0.14.54": - version "0.14.54" - resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.14.54.tgz#de2a4be678bd4d0d1ffbb86e6de779cde5999028" - integrity sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw== - -"@esbuild/linux-loong64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299" - integrity sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA== - -"@esbuild/linux-mips64el@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec" - integrity sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w== - -"@esbuild/linux-ppc64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8" - integrity sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg== - -"@esbuild/linux-riscv64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf" - integrity sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg== - -"@esbuild/linux-s390x@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8" - integrity sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg== - -"@esbuild/linux-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz#5f37cfdc705aea687dfe5dfbec086a05acfe9c78" - integrity sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg== - -"@esbuild/netbsd-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b" - integrity sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA== - -"@esbuild/openbsd-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0" - integrity sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw== - -"@esbuild/sunos-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30" - integrity sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA== - -"@esbuild/win32-arm64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae" - integrity sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A== - -"@esbuild/win32-ia32@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67" - integrity sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ== - -"@esbuild/win32-x64@0.19.12": - version "0.19.12" - resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae" - integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA== - -"@floating-ui/core@^1.7.1": - version "1.7.1" - resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.7.1.tgz#1abc6b157d4a936174f9dbd078278c3a81c8bc6b" - integrity sha512-azI0DrjMMfIug/ExbBaeDVJXcY0a7EPvPjb2xAJPa4HeimBX+Z18HK8QQR3jb6356SnDDdxx+hinMLcJEDdOjw== - dependencies: - "@floating-ui/utils" "^0.2.9" - -"@floating-ui/dom@^1.0.0", "@floating-ui/dom@^1.6.7": - version "1.7.1" - resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.7.1.tgz#76a4e3cbf7a08edf40c34711cf64e0cc8053d912" - integrity sha512-cwsmW/zyw5ltYTUeeYJ60CnQuPqmGwuGVhG9w0PRaRKkAyi38BT5CKrpIbb+jtahSwUl04cWzSx9ZOIxeS6RsQ== - dependencies: - "@floating-ui/core" "^1.7.1" - "@floating-ui/utils" "^0.2.9" - -"@floating-ui/utils@^0.2.9": - version "0.2.9" - resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.9.tgz#50dea3616bc8191fb8e112283b49eaff03e78429" - integrity sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg== - -"@floating-ui/vue@^1.1.0": - version "1.1.6" - resolved "https://registry.yarnpkg.com/@floating-ui/vue/-/vue-1.1.6.tgz#1c7e8f257fae5b71a72d10c1746e6b0ba338399c" - integrity sha512-XFlUzGHGv12zbgHNk5FN2mUB7ROul3oG2ENdTpWdE+qMFxyNxWSRmsoyhiEnpmabNm6WnUvR1OvJfUfN4ojC1A== - dependencies: - "@floating-ui/dom" "^1.0.0" - "@floating-ui/utils" "^0.2.9" - vue-demi ">=0.13.0" - -"@headlessui/vue@^1.7.14": - version "1.7.23" - resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.23.tgz#7fe19dbeca35de9e6270c82c78c4864e6a6f7391" - integrity sha512-JzdCNqurrtuu0YW6QaDtR2PIYCKPUWq28csDyMvN4zmGccmE7lz40Is6hc3LA4HFeCI7sekZ/PQMTNmn9I/4Wg== - dependencies: - "@tanstack/vue-virtual" "^3.0.0-beta.60" - -"@iconify/json@^2.2.123": - version "2.2.353" - resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.353.tgz#f69cfd45299a357aab3afc5987b211cb20e2c6f2" - integrity sha512-X9vslZVyHn3VT9KnFthpQZMzClvCK6IwAO6CC8h3B/4McNY9AlBeN0f6S+UehIH8B/0dtYejxcoIWNo6HrGc+Q== - dependencies: - "@iconify/types" "*" - pathe "^1.1.2" - -"@iconify/types@*", "@iconify/types@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57" - integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg== - -"@iconify/utils@^2.1.11": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-2.3.0.tgz#1bbbf8c477ebe9a7cacaea78b1b7e8937f9cbfba" - integrity sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA== - dependencies: - "@antfu/install-pkg" "^1.0.0" - "@antfu/utils" "^8.1.0" - "@iconify/types" "^2.0.0" - debug "^4.4.0" - globals "^15.14.0" - kolorist "^1.8.0" - local-pkg "^1.0.0" - mlly "^1.7.4" - -"@internationalized/date@^3.5.4": - version "3.8.2" - resolved "https://registry.yarnpkg.com/@internationalized/date/-/date-3.8.2.tgz#977620c1407cc6830fd44cb505679d23c599e119" - integrity sha512-/wENk7CbvLbkUvX1tu0mwq49CVkkWpkXubGel6birjRPyo6uQ4nQpnq5xZu823zRCwwn82zgHrvgF1vZyvmVgA== - dependencies: - "@swc/helpers" "^0.5.0" - -"@internationalized/number@^3.5.3": - version "3.6.3" - resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.6.3.tgz#4bba32e90cd8095ae7d252586c661d9c651918b4" - integrity sha512-p+Zh1sb6EfrfVaS86jlHGQ9HA66fJhV9x5LiE5vCbZtXEHAuhcmUZUdZ4WrFpUBfNalr2OkAJI5AcKEQF+Lebw== - dependencies: - "@swc/helpers" "^0.5.0" - -"@isaacs/cliui@^8.0.2": - version "8.0.2" - resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" - integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== - dependencies: - string-width "^5.1.2" - string-width-cjs "npm:string-width@^4.2.0" - strip-ansi "^7.0.1" - strip-ansi-cjs "npm:strip-ansi@^6.0.1" - wrap-ansi "^8.1.0" - wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" - -"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" - integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== - -"@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5": - version "0.3.8" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142" - integrity sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA== - dependencies: - "@jridgewell/set-array" "^1.2.1" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/trace-mapping" "^0.3.24" - -"@jridgewell/resolve-uri@^3.1.0": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" - integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== - -"@jridgewell/set-array@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" - integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== - -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15", "@jridgewell/sourcemap-codec@^1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" - integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== - -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": - version "0.3.25" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" - integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== - dependencies: - "@jridgewell/resolve-uri" "^3.1.0" - "@jridgewell/sourcemap-codec" "^1.4.14" - -"@lezer/common@^1.0.0", "@lezer/common@^1.1.0", "@lezer/common@^1.2.0": - version "1.2.3" - resolved "https://registry.yarnpkg.com/@lezer/common/-/common-1.2.3.tgz#138fcddab157d83da557554851017c6c1e5667fd" - integrity sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA== - -"@lezer/highlight@^1.0.0": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@lezer/highlight/-/highlight-1.2.1.tgz#596fa8f9aeb58a608be0a563e960c373cbf23f8b" - integrity sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA== - dependencies: - "@lezer/common" "^1.0.0" - -"@lezer/lr@^1.0.0": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@lezer/lr/-/lr-1.4.2.tgz#931ea3dea8e9de84e90781001dae30dea9ff1727" - integrity sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA== - dependencies: - "@lezer/common" "^1.0.0" - -"@marijn/find-cluster-break@^1.0.0": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz#775374306116d51c0c500b8c4face0f9a04752d8" - integrity sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g== - -"@mswjs/cookies@^0.1.7": - version "0.1.7" - resolved "https://registry.yarnpkg.com/@mswjs/cookies/-/cookies-0.1.7.tgz#d334081b2c51057a61c1dd7b76ca3cac02251651" - integrity sha512-bDg1ReMBx+PYDB4Pk7y1Q07Zz1iKIEUWQpkEXiA2lEWg9gvOZ8UBmGXilCEUvyYoRFlmr/9iXTRR69TrgSwX/Q== - dependencies: - "@types/set-cookie-parser" "^2.4.0" - set-cookie-parser "^2.4.6" - -"@mswjs/interceptors@^0.12.7": - version "0.12.7" - resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.12.7.tgz#0d1cd4cd31a0f663e0455993951201faa09d0909" - integrity sha512-eGjZ3JRAt0Fzi5FgXiV/P3bJGj0NqsN7vBS0J0FO2AQRQ0jCKQS4lEFm4wvlSgKQNfeuc/Vz6d81VtU3Gkx/zg== - dependencies: - "@open-draft/until" "^1.0.3" - "@xmldom/xmldom" "^0.7.2" - debug "^4.3.2" - headers-utils "^3.0.2" - outvariant "^1.2.0" - strict-event-emitter "^0.2.0" - -"@nodelib/fs.scandir@2.1.5": - version "2.1.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" - integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== - dependencies: - "@nodelib/fs.stat" "2.0.5" - run-parallel "^1.1.9" - -"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" - integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== - -"@nodelib/fs.walk@^1.2.3": - version "1.2.8" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" - integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== - dependencies: - "@nodelib/fs.scandir" "2.1.5" - fastq "^1.6.0" - -"@one-ini/wasm@0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@one-ini/wasm/-/wasm-0.1.1.tgz#6013659736c9dbfccc96e8a9c2b3de317df39323" - integrity sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw== - -"@open-draft/until@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca" - integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q== - -"@pkgjs/parseargs@^0.11.0": - version "0.11.0" - resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" - integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== - -"@popperjs/core@^2.11.2", "@popperjs/core@^2.9.0": - version "2.11.8" - resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" - integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== - -"@remirror/core-constants@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@remirror/core-constants/-/core-constants-3.0.0.tgz#96fdb89d25c62e7b6a5d08caf0ce5114370e3b8f" - integrity sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg== - -"@rollup/pluginutils@^5.0.2": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.2.0.tgz#eac25ca5b0bdda4ba735ddaca5fbf26bd435f602" - integrity sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw== - dependencies: - "@types/estree" "^1.0.0" - estree-walker "^2.0.2" - picomatch "^4.0.2" - -"@rollup/rollup-android-arm-eabi@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.1.tgz#f768e3b2b0e6b55c595d7a053652c06413713983" - integrity sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w== - -"@rollup/rollup-android-arm64@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.1.tgz#40379fd5501cfdfd7d8f86dfa1d3ce8d3a609493" - integrity sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ== - -"@rollup/rollup-darwin-arm64@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.1.tgz#972c227bc89fe8a38a3f0c493e1966900e4e1ff7" - integrity sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg== - -"@rollup/rollup-darwin-x64@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.1.tgz#96c919dcb87a5aa7dec5f7f77d90de881e578fdd" - integrity sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw== - -"@rollup/rollup-freebsd-arm64@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.1.tgz#d199d8eaef830179c0c95b7a6e5455e893d1102c" - integrity sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA== - -"@rollup/rollup-freebsd-x64@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.1.tgz#cab01f9e06ca756c1fabe87d64825ae016af4713" - integrity sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw== - -"@rollup/rollup-linux-arm-gnueabihf@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.1.tgz#f6f1c42036dba0e58dc2315305429beff0d02c78" - integrity sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ== - -"@rollup/rollup-linux-arm-musleabihf@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.1.tgz#1157e98e740facf858993fb51431dce3a4a96239" - integrity sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw== - -"@rollup/rollup-linux-arm64-gnu@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.1.tgz#b39db73f8a4c22e7db31a4f3fd45170105f33265" - integrity sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ== - -"@rollup/rollup-linux-arm64-musl@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.1.tgz#4043398049fe4449c1485312d1ae9ad8af4056dd" - integrity sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g== - -"@rollup/rollup-linux-loongarch64-gnu@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.1.tgz#855a80e7e86490da15a85dcce247dbc25265bc08" - integrity sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew== - -"@rollup/rollup-linux-powerpc64le-gnu@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.1.tgz#8cf843cb7ab1d42e1dda680937cf0a2db6d59047" - integrity sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA== - -"@rollup/rollup-linux-riscv64-gnu@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.1.tgz#287c085472976c8711f16700326f736a527f2f38" - integrity sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw== - -"@rollup/rollup-linux-riscv64-musl@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.1.tgz#095ad5e53a54ba475979f1b3226b92440c95c892" - integrity sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg== - -"@rollup/rollup-linux-s390x-gnu@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.1.tgz#a3dec8281d8f2aef1703e48ebc65d29fe847933c" - integrity sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw== - -"@rollup/rollup-linux-x64-gnu@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz#4b211e6fd57edd6a134740f4f8e8ea61972ff2c5" - integrity sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw== - -"@rollup/rollup-linux-x64-musl@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.1.tgz#3ecbf8e21b4157e57bb15dc6837b6db851f9a336" - integrity sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g== - -"@rollup/rollup-win32-arm64-msvc@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.1.tgz#d4aae38465b2ad200557b53c8c817266a3ddbfd0" - integrity sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg== - -"@rollup/rollup-win32-ia32-msvc@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.1.tgz#0258e8ca052abd48b23fd6113360fa0cd1ec3e23" - integrity sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A== - -"@rollup/rollup-win32-x64-msvc@4.44.1": - version "4.44.1" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.1.tgz#1c982f6a5044ffc2a35cd754a0951bdcb44d5ba0" - integrity sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug== - -"@samverschueren/stream-to-observable@^0.3.0": - version "0.3.1" - resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.1.tgz#a21117b19ee9be70c379ec1877537ef2e1c63301" - integrity sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ== - dependencies: - any-observable "^0.3.0" - -"@sentry-internal/browser-utils@8.55.0": - version "8.55.0" - resolved "https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-8.55.0.tgz#d89bae423edd29c39f01285c8e2d59ce9289d9a6" - integrity sha512-ROgqtQfpH/82AQIpESPqPQe0UyWywKJsmVIqi3c5Fh+zkds5LUxnssTj3yNd1x+kxaPDVB023jAP+3ibNgeNDw== - dependencies: - "@sentry/core" "8.55.0" - -"@sentry-internal/feedback@8.55.0": - version "8.55.0" - resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-8.55.0.tgz#170b8e96a36ce6f71f53daad680f1a0c98381314" - integrity sha512-cP3BD/Q6pquVQ+YL+rwCnorKuTXiS9KXW8HNKu4nmmBAyf7urjs+F6Hr1k9MXP5yQ8W3yK7jRWd09Yu6DHWOiw== - dependencies: - "@sentry/core" "8.55.0" - -"@sentry-internal/replay-canvas@8.55.0": - version "8.55.0" - resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-8.55.0.tgz#e65430207a2f18e4a07c25c669ec758d11282aaf" - integrity sha512-nIkfgRWk1091zHdu4NbocQsxZF1rv1f7bbp3tTIlZYbrH62XVZosx5iHAuZG0Zc48AETLE7K4AX9VGjvQj8i9w== - dependencies: - "@sentry-internal/replay" "8.55.0" - "@sentry/core" "8.55.0" - -"@sentry-internal/replay@8.55.0": - version "8.55.0" - resolved "https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-8.55.0.tgz#4c00b22cdf58cac5b3e537f8d4f675f2b021f475" - integrity sha512-roCDEGkORwolxBn8xAKedybY+Jlefq3xYmgN2fr3BTnsXjSYOPC7D1/mYqINBat99nDtvgFvNfRcZPiwwZ1hSw== - dependencies: - "@sentry-internal/browser-utils" "8.55.0" - "@sentry/core" "8.55.0" - -"@sentry/babel-plugin-component-annotate@2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.23.0.tgz#f7312e733d9e3b23ccc55d05d811de709e11e9b1" - integrity sha512-+uLqaCKeYmH/W2YUV1XHkFEtpHdx/aFjCQahPVsvXyqg13dfkR6jaygPL4DB5DJtUSmPFCUE3MEk9ZO5JlhJYg== - -"@sentry/browser@8.55.0": - version "8.55.0" - resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-8.55.0.tgz#9a489e2a54d29c65e6271b4ee594b43679cab7bd" - integrity sha512-1A31mCEWCjaMxJt6qGUK+aDnLDcK6AwLAZnqpSchNysGni1pSn1RWSmk9TBF8qyTds5FH8B31H480uxMPUJ7Cw== - dependencies: - "@sentry-internal/browser-utils" "8.55.0" - "@sentry-internal/feedback" "8.55.0" - "@sentry-internal/replay" "8.55.0" - "@sentry-internal/replay-canvas" "8.55.0" - "@sentry/core" "8.55.0" - -"@sentry/bundler-plugin-core@2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.23.0.tgz#5b3e919766917cda01bd640a2671e7ff2f8a613d" - integrity sha512-Qbw+jZFK63w+V193l0eCFKLzGba2Iu93Fx8kCRzZ3uqjky002H8U3pu4mKgcc11J+u8QTjfNZGUyXsxz0jv2mg== - dependencies: - "@babel/core" "^7.18.5" - "@sentry/babel-plugin-component-annotate" "2.23.0" - "@sentry/cli" "2.39.1" - dotenv "^16.3.1" - find-up "^5.0.0" - glob "^9.3.2" - magic-string "0.30.8" - unplugin "1.0.1" - -"@sentry/cli-darwin@2.39.1": - version "2.39.1" - resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.39.1.tgz#75c338a53834b4cf72f57599f4c72ffb36cf0781" - integrity sha512-kiNGNSAkg46LNGatfNH5tfsmI/kCAaPA62KQuFZloZiemTNzhy9/6NJP8HZ/GxGs8GDMxic6wNrV9CkVEgFLJQ== - -"@sentry/cli-linux-arm64@2.39.1": - version "2.39.1" - resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm64/-/cli-linux-arm64-2.39.1.tgz#27db44700c33fcb1e8966257020b43f8494373e6" - integrity sha512-5VbVJDatolDrWOgaffsEM7znjs0cR8bHt9Bq0mStM3tBolgAeSDHE89NgHggfZR+DJ2VWOy4vgCwkObrUD6NQw== - -"@sentry/cli-linux-arm@2.39.1": - version "2.39.1" - resolved "https://registry.yarnpkg.com/@sentry/cli-linux-arm/-/cli-linux-arm-2.39.1.tgz#451683fa9a5a60b1359d104ec71334ed16f4b63c" - integrity sha512-DkENbxyRxUrfLnJLXTA4s5UL/GoctU5Cm4ER1eB7XN7p9WsamFJd/yf2KpltkjEyiTuplv0yAbdjl1KX3vKmEQ== - -"@sentry/cli-linux-i686@2.39.1": - version "2.39.1" - resolved "https://registry.yarnpkg.com/@sentry/cli-linux-i686/-/cli-linux-i686-2.39.1.tgz#9965a81f97a94e8b6d1d15589e43fee158e35201" - integrity sha512-pXWVoKXCRrY7N8vc9H7mETiV9ZCz+zSnX65JQCzZxgYrayQPJTc+NPRnZTdYdk5RlAupXaFicBI2GwOCRqVRkg== - -"@sentry/cli-linux-x64@2.39.1": - version "2.39.1" - resolved "https://registry.yarnpkg.com/@sentry/cli-linux-x64/-/cli-linux-x64-2.39.1.tgz#31fe008b02f92769543dc9919e2a5cbc4cda7889" - integrity sha512-IwayNZy+it7FWG4M9LayyUmG1a/8kT9+/IEm67sT5+7dkMIMcpmHDqL8rWcPojOXuTKaOBBjkVdNMBTXy0mXlA== - -"@sentry/cli-win32-i686@2.39.1": - version "2.39.1" - resolved "https://registry.yarnpkg.com/@sentry/cli-win32-i686/-/cli-win32-i686-2.39.1.tgz#609e8790c49414011445e397130560c777850b35" - integrity sha512-NglnNoqHSmE+Dz/wHeIVRnV2bLMx7tIn3IQ8vXGO5HWA2f8zYJGktbkLq1Lg23PaQmeZLPGlja3gBQfZYSG10Q== - -"@sentry/cli-win32-x64@2.39.1": - version "2.39.1" - resolved "https://registry.yarnpkg.com/@sentry/cli-win32-x64/-/cli-win32-x64-2.39.1.tgz#1a874a5570c6d162b35d9d001c96e5389d07d2cb" - integrity sha512-xv0R2CMf/X1Fte3cMWie1NXuHmUyQPDBfCyIt6k6RPFPxAYUgcqgMPznYwVMwWEA1W43PaOkSn3d8ZylsDaETw== - -"@sentry/cli@2.39.1": - version "2.39.1" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.39.1.tgz#916bb5b7567ccf7fdf94ef6cf8a2b9ab78370d29" - integrity sha512-JIb3e9vh0+OmQ0KxmexMXg9oZsR/G7HMwxt5BUIKAXZ9m17Xll4ETXTRnRUBT3sf7EpNGAmlQk1xEmVN9pYZYQ== - dependencies: - https-proxy-agent "^5.0.0" - node-fetch "^2.6.7" - progress "^2.0.3" - proxy-from-env "^1.1.0" - which "^2.0.2" - optionalDependencies: - "@sentry/cli-darwin" "2.39.1" - "@sentry/cli-linux-arm" "2.39.1" - "@sentry/cli-linux-arm64" "2.39.1" - "@sentry/cli-linux-i686" "2.39.1" - "@sentry/cli-linux-x64" "2.39.1" - "@sentry/cli-win32-i686" "2.39.1" - "@sentry/cli-win32-x64" "2.39.1" - -"@sentry/core@8.55.0": - version "8.55.0" - resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.55.0.tgz#4964920229fcf649237ef13b1533dfc4b9f6b22e" - integrity sha512-6g7jpbefjHYs821Z+EBJ8r4Z7LT5h80YSWRJaylGS4nW5W5Z2KXzpdnyFarv37O7QjauzVC2E+PABmpkw5/JGA== - -"@sentry/vite-plugin@^2.19.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.23.0.tgz#d6cc5ba63174f1413b3420939bd940c44f702d5e" - integrity sha512-iLbqxan3DUkFJqbx7DOtJ2fTd6g+TmNS1PIdaDFfpvVG4Lg9AYp4Xege6BBCrGQYl+wUE3poWfNhASfch/s51Q== - dependencies: - "@sentry/bundler-plugin-core" "2.23.0" - unplugin "1.0.1" - -"@sentry/vue@^8.10.0": - version "8.55.0" - resolved "https://registry.yarnpkg.com/@sentry/vue/-/vue-8.55.0.tgz#b2d8011908f8d5928d0d024c1ccd9d5ca862350f" - integrity sha512-J6lcpzL39snV/spoGpwyk5Rp1wSFxOV4qV1NhQ9OlLHORVBp/Xpw7cEA0oKqG2w1wVtCV+gC5Jjf9HTmYiHQOQ== - dependencies: - "@sentry/browser" "8.55.0" - "@sentry/core" "8.55.0" - -"@socket.io/component-emitter@~3.1.0": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz#821f8442f4175d8f0467b9daf26e3a18e2d02af2" - integrity sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA== - -"@stripe/stripe-js@^1.3.0": - version "1.54.2" - resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.54.2.tgz#0665848e22cbda936cfd05256facdfbba121438d" - integrity sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg== - -"@swc/helpers@^0.5.0": - version "0.5.17" - resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.17.tgz#5a7be95ac0f0bf186e7e6e890e7a6f6cda6ce971" - integrity sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A== - dependencies: - tslib "^2.8.0" - -"@tailwindcss/container-queries@^0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@tailwindcss/container-queries/-/container-queries-0.1.1.tgz#9a759ce2cb8736a4c6a0cb93aeb740573a731974" - integrity sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA== - -"@tailwindcss/forms@^0.4.0": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@tailwindcss/forms/-/forms-0.4.1.tgz#5a47ccd60490cbba84e662f2b9cf3d71a5126d17" - integrity sha512-gS9xjCmJjUBz/eP12QlENPLnf0tCx68oYE3mri0GMP5jdtVwLbGUNSRpjsp6NzLAZzZy3ueOwrcqB78Ax6Z84A== - dependencies: - mini-svg-data-uri "^1.2.3" - -"@tailwindcss/forms@^0.5.3": - version "0.5.10" - resolved "https://registry.yarnpkg.com/@tailwindcss/forms/-/forms-0.5.10.tgz#0a1cd67b6933402f1985a04595bd24f9785aa302" - integrity sha512-utI1ONF6uf/pPNO68kmN1b8rEwNXv3czukalo8VtJH8ksIkZXr3Q3VYudZLkCsDd4Wku120uF02hYK25XGPorw== - dependencies: - mini-svg-data-uri "^1.2.3" - -"@tailwindcss/postcss7-compat@^2.0.2": - version "2.2.17" - resolved "https://registry.yarnpkg.com/@tailwindcss/postcss7-compat/-/postcss7-compat-2.2.17.tgz#dc78f3880a2af84163150ff426a39e42b9ae8922" - integrity sha512-3h2svqQAqYHxRZ1KjsJjZOVTQ04m29LjfrLjXyZZEJuvUuJN+BCIF9GI8vhE1s0plS0mogd6E6YLg6mu4Wv/Vw== - dependencies: - arg "^5.0.1" - autoprefixer "^9" - bytes "^3.0.0" - chalk "^4.1.2" - chokidar "^3.5.2" - color "^4.0.1" - cosmiconfig "^7.0.1" - detective "^5.2.0" - didyoumean "^1.2.2" - dlv "^1.1.3" - fast-glob "^3.2.7" - fs-extra "^10.0.0" - glob-parent "^6.0.1" - html-tags "^3.1.0" - is-color-stop "^1.1.0" - is-glob "^4.0.1" - lodash "^4.17.21" - lodash.topath "^4.5.2" - modern-normalize "^1.1.0" - node-emoji "^1.11.0" - normalize-path "^3.0.0" - object-hash "^2.2.0" - postcss "^7" - postcss-functions "^3" - postcss-js "^2" - postcss-load-config "^3.1.0" - postcss-nested "^4" - postcss-selector-parser "^6.0.6" - postcss-value-parser "^4.1.0" - pretty-hrtime "^1.0.3" - purgecss "^4.0.3" - quick-lru "^5.1.1" - reduce-css-calc "^2.1.8" - resolve "^1.20.0" - tmp "^0.2.1" - -"@tailwindcss/typography@^0.5.0", "@tailwindcss/typography@^0.5.1": - version "0.5.16" - resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.16.tgz#a926c8f44d5c439b2915e231cad80058850047c6" - integrity sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA== - dependencies: - lodash.castarray "^4.4.0" - lodash.isplainobject "^4.0.6" - lodash.merge "^4.6.2" - postcss-selector-parser "6.0.10" - -"@tanstack/table-core@8.21.3": - version "8.21.3" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.21.3.tgz#2977727d8fc8dfa079112d9f4d4c019110f1732c" - integrity sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg== - -"@tanstack/virtual-core@3.13.12": - version "3.13.12" - resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz#1dff176df9cc8f93c78c5e46bcea11079b397578" - integrity sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA== - -"@tanstack/vue-table@^8.20.5": - version "8.21.3" - resolved "https://registry.yarnpkg.com/@tanstack/vue-table/-/vue-table-8.21.3.tgz#09498ba5bbe5eca5aa665f9b76876da22715bb28" - integrity sha512-rusRyd77c5tDPloPskctMyPLFEQUeBzxdQ+2Eow4F7gDPlPOB1UnnhzfpdvqZ8ZyX2rRNGmqNnQWm87OI2OQPw== - dependencies: - "@tanstack/table-core" "8.21.3" - -"@tanstack/vue-virtual@^3.0.0-beta.60", "@tanstack/vue-virtual@^3.8.1": - version "3.13.12" - resolved "https://registry.yarnpkg.com/@tanstack/vue-virtual/-/vue-virtual-3.13.12.tgz#a66daac9e6822ce4bcba76a3954937440697c264" - integrity sha512-vhF7kEU9EXWXh+HdAwKJ2m3xaOnTTmgcdXcF2pim8g4GvI7eRrk2YRuV5nUlZnd/NbCIX4/Ja2OZu5EjJL06Ww== - dependencies: - "@tanstack/virtual-core" "3.13.12" - -"@tiptap/core@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.23.0.tgz#fa49cb6eee0c48895c08e56979aaadeb8a7575df" - integrity sha512-Cdfhd0Po1cKMYqHtyv/3XATXpf2Kjo8fuau/QJwrml0NpM18/XX9mAgp2NJ/QaiQ3vi8vDandg7RmZ5OrApglQ== - -"@tiptap/extension-blockquote@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.23.0.tgz#308f15c953b71f39f7b6a6cd06f43f6f5dbf3d18" - integrity sha512-EBWzvqM39K07oAtxD/bZr/TKqTvMZ9pQtBkimyFgHBhkd/PsQvu0r0k1wmheSsizlwDVkO4O8St0zkUimqyevQ== - -"@tiptap/extension-bold@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bold/-/extension-bold-2.23.0.tgz#2435f817602a50dd7ce8f8360a489116b461e49b" - integrity sha512-OY1xlt1yXpj9+Mzdv+YC6a3okr39xDkeCJyvmLG5OShYUx6fxTT19uXbKF7Y3aAS0BHet5rcrTXEMRlp7N3Qaw== - -"@tiptap/extension-bubble-menu@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.23.0.tgz#8d13d372eb5c5ff1ac83e8f02f1d0b445c15cb98" - integrity sha512-4CZxcVj/0ZetEiWgiP31xTHgaQ7Hr3Ad36cAEza/nGYifaztuPjLO2Y9qdnC1iJHIxttnX6GVRnCMRmZMfhgHg== - dependencies: - tippy.js "^6.3.7" - -"@tiptap/extension-bullet-list@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.23.0.tgz#b412159ab400115b4de6dce87fe33584764bc6d9" - integrity sha512-YrmH5AVSkpCQ7k1Orm8hlzDeUO7rxpQkS51sr2w+ruruKIun/X6V0phuLee+f7DBrzHenBcuU6gBtU6vgGPYFw== - -"@tiptap/extension-code-block@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-code-block/-/extension-code-block-2.23.0.tgz#7ab406cc5ec72347db6b370c5f761ced81aacbb8" - integrity sha512-p8iizp5nQBBhYPrIgBVwEqcDnc2fFRAZCXy/xjmAk2kKOhB7NYe3+1yrbFcQKVAdaUFxG+BRj2WxNDeeRt5tJA== - -"@tiptap/extension-code@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-code/-/extension-code-2.23.0.tgz#646403bbf407057d217d58283cfddbdd13395309" - integrity sha512-Ip/5+kNoqrxYPHLnZMf7i6wfjjRuR5QgfC3IR3Mk1WQM1JGXCLL+uUjTUxKXFUj28hjSJfsmVbTUhoVvgZEWfw== - -"@tiptap/extension-color@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-color/-/extension-color-2.23.0.tgz#e331e447e8bc3e34e13962b63bfa19b8a4649ac3" - integrity sha512-KWnxX5Y2/yVgUizEv/feFLMJObnY11pjAmvkypx10/8pkc8EECsa+fJPSkm4293TumVNiJxxGWkGZ1jkL0avoA== - -"@tiptap/extension-document@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-document/-/extension-document-2.23.0.tgz#3a36448d55070245fbcc7af1e729bcf752dc7432" - integrity sha512-kuRPqH0UdjZ4RcnpPELsu1N8LqeixEin+mv5eaQJI/aZ6rFq+kcY4UZF3C7q56Rat5r9CgHBiZbD0t5l6E3gdA== - -"@tiptap/extension-dropcursor@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.23.0.tgz#7d1abf15c050904afb53f38c057dfb0ad391d28a" - integrity sha512-m2LzkJpipHLPEllD3MXZQMssu7Xng7YJOJ8ZNDkF0uUkXljwh7G0ROjGNKUlV8/dqoCVmJIZIyF6t9saQwTTbA== - -"@tiptap/extension-floating-menu@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.23.0.tgz#4acc751cfb98f55f8d2ea350c1a825e7ea66e884" - integrity sha512-MvwDMhO5o5NciE+wc6B9dQgTFzmPjtB1o3S+HTdlGzGFGgx9PsNikK5BkqMit9j2NnrqyHnOf88QK/wZR5fqGA== - dependencies: - tippy.js "^6.3.7" - -"@tiptap/extension-gapcursor@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.23.0.tgz#e3654c152fad724eb38df0e7c507495ca1b81302" - integrity sha512-SpYsDtMiVwqcSB84g714PrnHo985R5UiIaGngef6iMNy/0xjKcO0tj/feu0WwJDuSj22Opzlnb/Ld/D4Va27Ng== - -"@tiptap/extension-hard-break@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.23.0.tgz#7b7500542253a63ced94ee4cf332e854d479d176" - integrity sha512-OpNBEYv9HDUPo8SgvmI5oPd0b+xmdadtFyL7t4lxhYar8n5NDYubaXYgbKcdJfXvUxEeGwdc3ePnTFpsF0mrYw== - -"@tiptap/extension-heading@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-heading/-/extension-heading-2.23.0.tgz#e76fc3c20213fe8b6efd781e3bff342fac9a0849" - integrity sha512-ZbombU/zc42QiqIBVq5bn/I0Y+eiie/0Nax/bdFCDPIKLp8GCp2BDRg46e3kcCanTyZMXw2HmkWrkG3sQNHLWw== - -"@tiptap/extension-highlight@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-highlight/-/extension-highlight-2.23.0.tgz#74d651d46cbda03fdac0b7658e0c2c4804e3db52" - integrity sha512-Jzy8Qmh9/YApo1MONTBJx4r0id24AX527oskQ0iE0eYWbfuu2G0SRSxtP/x+vgvGbmcw0mgm6PZbHVcJTyf+KA== - -"@tiptap/extension-history@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-history/-/extension-history-2.23.0.tgz#5f2ed8d3aab60e227740d5507d9f1d0612933736" - integrity sha512-W+2bZ/02nm56g/wmEaSx9QcdZ8mHjoFyc8MKf54Mrzi+nIdNjsNreKrn1yCp683CGEPd8DLadDFkz0o13N+rxA== - -"@tiptap/extension-horizontal-rule@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.23.0.tgz#3ce9548f11949f0df4f05942e76e1ac165f76242" - integrity sha512-i/gml9PMQ6uNeq2CCNIWkkYDbafx6XMH4xPSHW4SAG02Exa64iIZLWy57Vb4MR5INSZ6lM/OzU7sdfzHSOb44g== - -"@tiptap/extension-image@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-image/-/extension-image-2.23.0.tgz#4cc47e8a760ca3f2d05fd492038ec266701eb066" - integrity sha512-/rW2+a21VBGBv5c/78CVW8XA7bThSqE3FqcBtWyq8IxZoe8Hj9+Jac7FcB2YR3aY0BeHwso474e1RuVr1iYBKQ== - -"@tiptap/extension-italic@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-italic/-/extension-italic-2.23.0.tgz#d02d1983c11ea6771a9b66a5e24b043ed8704145" - integrity sha512-hX3oacTUloWM8Xu8IapcU2onMWmSkJi8mNAJiIFMiAYcERfTfxPsT3u2yO2gvpoh1iqtZWFM2gc+3x6BnXek8g== - -"@tiptap/extension-link@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-link/-/extension-link-2.23.0.tgz#5e665fcecda56133abf5a7e40d12a6691a8ff760" - integrity sha512-D+ethAE8+2f7RH7kqS+//EsC2wNblhmssJYVE0hCXM5BKIBixjs8eCOAvLbJsw0u/5LqFYjsyAimTqa4hD5uvg== - dependencies: - linkifyjs "^4.2.0" - -"@tiptap/extension-list-item@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-list-item/-/extension-list-item-2.23.0.tgz#fb5f1a607e1fdf1ff7e7faa81861946af96fb208" - integrity sha512-tYhLqCaQRjX2S6ICt8FJ+eCAxBMVtXWth6dWt3w7wpkoCVU6n0Dva/2Z3x5lNJPZxUKrsqXc1oYOgvY1pUYyAA== - -"@tiptap/extension-mention@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-mention/-/extension-mention-2.23.0.tgz#ed8021ccdaf6191ca75303d29eda01796835b783" - integrity sha512-hu9BO1sVcNkvvpn3ddnRdu6P37P5eCUoBw4U52940LHPd6fGjJ9PL1d0lrOSTwAz7oEM4w9oR8P2aI56DO0NLA== - -"@tiptap/extension-ordered-list@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.23.0.tgz#8e3c320174b7970f6a45042538577cb4b87f1e0e" - integrity sha512-IMlPpAPuiFl5L5QwP0aFb8jmJtOceNy4E4tUZulvqARnrzFv//wSuHBZKJziygvm/XK7VcV/clk4fCk/ca5r4g== - -"@tiptap/extension-paragraph@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.23.0.tgz#c6ee5a3ef009421631b6a06772012f6635faa2e5" - integrity sha512-MXhRkb741UOcJp2evG/H0MY3WJQnX7z8PsejmJbJXOHBrS/Esxq0AlrDAjuFhbfAnJwYiWQ1lk6ucvKV6DhFuQ== - -"@tiptap/extension-placeholder@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-placeholder/-/extension-placeholder-2.23.0.tgz#30474158b2c0d633fd8d2313b8e25c527803dd52" - integrity sha512-I5RQk0qn6nj7l7z4mWKIxjO2nluvKsm00W2CbC75b4YcScBfsMInHQdjN2s+W8xuF0zquhwVITxA+Bmn4zynqg== - -"@tiptap/extension-strike@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-strike/-/extension-strike-2.23.0.tgz#212aaed49149e72c2487ee2721bb9ab971188cc8" - integrity sha512-zdYO4xdg15BE8gmPYFgA5Xn5+hPA6NAiDBWxv5KNWD9cJ5OhsJx2OsfSCWc0CxYQaIIbHhGM9EGzqH5lF+UnwQ== - -"@tiptap/extension-table-cell@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-table-cell/-/extension-table-cell-2.23.0.tgz#f048978eeebd2158d1dab3237a4bd350bb0f1dd0" - integrity sha512-+fYhtoUPAveDfbvz0aUuyzBZf3swD3Lo5Vf6oLL+rU5kIS9hHkYW8opkLnH87dOauRiTbwlM60lK9qaW07VGuA== - -"@tiptap/extension-table-header@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-table-header/-/extension-table-header-2.23.0.tgz#6a15220db9d25dbe1be96366f73b8320167cf3a2" - integrity sha512-WTd6tGUzMR1oX07BkgNPwX9HJczB3GCZfiqtXjAcFSfEwiE2CxhCxyZ3BHxmobxEs57tmANwsTPGApQnLvxAuw== - -"@tiptap/extension-table-row@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-table-row/-/extension-table-row-2.23.0.tgz#d8b08a9c64232616a0251d8dbf7d05be5f74ed92" - integrity sha512-0BO1FEU9w2cMZvdjStwF9fiVbu60HqarBLJcpsCYSUHKt6XdaYd8vuX8YOd5moqL9EpexfmDWwoUj/LwPi6PYw== - -"@tiptap/extension-table@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-table/-/extension-table-2.23.0.tgz#89b7b052b4424812905a5c06e4171b238d036335" - integrity sha512-DkXW9px5gXmiMxQdG0++j3v8D4c8lw4Op2KjZVdZ+JAy8cDZJne9BQlZ/NWPsDUhA5iB4D+oRNyTfMOgDXMXew== - -"@tiptap/extension-text-align@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text-align/-/extension-text-align-2.23.0.tgz#f0d8b29b5b26787f4f2da061e53ce932e0b374a8" - integrity sha512-uUnldFtZ/8uIbkR/NrI/JhM0OThGHyPooOhK/cVMexyLkGQdt75Vkc9T7nYxiFHp6MRRzFzbdPbTjkpc8UxKew== - -"@tiptap/extension-text-style@^2.0.3", "@tiptap/extension-text-style@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text-style/-/extension-text-style-2.23.0.tgz#44cfa4021c87ba8e547e5b6f3685a159f2a2d6d4" - integrity sha512-SFSKm0fHgBiJHwv8nZFeNToBqTDWxuTBr1vWHu/QKmP4H3D8xKRJZlCJ4zrtTEhMyKSLmFxG41fuC0r233SE3Q== - -"@tiptap/extension-text@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-text/-/extension-text-2.23.0.tgz#5913bcb51612bcd5ceb59c812b22715801f23bf9" - integrity sha512-hF+CU1H4B4UgqjBXXPPaACVZdSGuMH0TDYTd7h403qUAIBKkYbjuan7laQpiT0qnF0Dg+sGgvmGcd4H1tTBM8g== - -"@tiptap/extension-typography@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/extension-typography/-/extension-typography-2.23.0.tgz#6746d81739d884a1a05cad205161cbe8f57bd7bd" - integrity sha512-NtBPdxaDCA9urkpl48mFbEFLmAnZyV5jGyABHpQKWxzV2tmTjWpPWwmd5g281S0rHlXRSO2e2uTFWRYd1hGlbQ== - -"@tiptap/pm@^2.0.3", "@tiptap/pm@^2.23.0": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/pm/-/pm-2.23.0.tgz#0f93e7a98498bb3ae4e7c457b02e66b56c1cbb7f" - integrity sha512-PQFi8H+OrcaNXNGxbXSjJmZFh1wxiFMbUg25LjOX148d7i+21uWKy6avsr5rsBQNBAKIIMB6PQY61Lhv5r61uA== - dependencies: - prosemirror-changeset "^2.3.0" - prosemirror-collab "^1.3.1" - prosemirror-commands "^1.6.2" - prosemirror-dropcursor "^1.8.1" - prosemirror-gapcursor "^1.3.2" - prosemirror-history "^1.4.1" - prosemirror-inputrules "^1.4.0" - prosemirror-keymap "^1.2.2" - prosemirror-markdown "^1.13.1" - prosemirror-menu "^1.2.4" - prosemirror-model "^1.23.0" - prosemirror-schema-basic "^1.2.3" - prosemirror-schema-list "^1.4.1" - prosemirror-state "^1.4.3" - prosemirror-tables "^1.6.4" - prosemirror-trailing-node "^3.0.0" - prosemirror-transform "^1.10.2" - prosemirror-view "^1.37.0" - -"@tiptap/starter-kit@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/starter-kit/-/starter-kit-2.23.0.tgz#1d1fbefe05bcf5fad62dd3099dab2456d3433fa1" - integrity sha512-mmSrWQB57dHQOZLE9Q4vlgsYYMfihVHDMHshgTSy7nsmw3cFgYGcmzdBKVkO6Ekxk4vElzZIzjSTa0cbOOtfKQ== - dependencies: - "@tiptap/core" "^2.23.0" - "@tiptap/extension-blockquote" "^2.23.0" - "@tiptap/extension-bold" "^2.23.0" - "@tiptap/extension-bullet-list" "^2.23.0" - "@tiptap/extension-code" "^2.23.0" - "@tiptap/extension-code-block" "^2.23.0" - "@tiptap/extension-document" "^2.23.0" - "@tiptap/extension-dropcursor" "^2.23.0" - "@tiptap/extension-gapcursor" "^2.23.0" - "@tiptap/extension-hard-break" "^2.23.0" - "@tiptap/extension-heading" "^2.23.0" - "@tiptap/extension-history" "^2.23.0" - "@tiptap/extension-horizontal-rule" "^2.23.0" - "@tiptap/extension-italic" "^2.23.0" - "@tiptap/extension-list-item" "^2.23.0" - "@tiptap/extension-ordered-list" "^2.23.0" - "@tiptap/extension-paragraph" "^2.23.0" - "@tiptap/extension-strike" "^2.23.0" - "@tiptap/extension-text" "^2.23.0" - "@tiptap/extension-text-style" "^2.23.0" - "@tiptap/pm" "^2.23.0" - -"@tiptap/suggestion@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/suggestion/-/suggestion-2.23.0.tgz#2ecdbed74d0ee3fdac1cbbb847c5c128e8159ebb" - integrity sha512-WUUGADu8ZezXZ4hXZWdfGcfoitB5tiBrc2u1oXqqL8VmJJedhY4MdWUPYqgh3359tAI2yJWmv+gPabX361gBEA== - -"@tiptap/vue-3@^2.0.3": - version "2.23.0" - resolved "https://registry.yarnpkg.com/@tiptap/vue-3/-/vue-3-2.23.0.tgz#56cc9127b19b61f32e0d42e890a6304d936d59ba" - integrity sha512-1vvPTff6OTGi0B07zKBZtk2uPKmt3EHShea2jmkoK+qZz+QFmbX6F9e0q2tbbZAQko4kDVApSyfMI2Pa2l3ysA== - dependencies: - "@tiptap/extension-bubble-menu" "^2.23.0" - "@tiptap/extension-floating-menu" "^2.23.0" - -"@tootallnate/once@2": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" - integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== - -"@types/chai-subset@^1.3.3": - version "1.3.6" - resolved "https://registry.yarnpkg.com/@types/chai-subset/-/chai-subset-1.3.6.tgz#fc50f637ebd038ed58700f826d7bab2caa8a8d7e" - integrity sha512-m8lERkkQj+uek18hXOZuec3W/fCRTrU4hrnXjH3qhHy96ytuPaPiWGgu7sJb7tZxZonO75vYAjCvpe/e4VUwRw== - -"@types/chai@^4.3.1": - version "4.3.20" - resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.20.tgz#cb291577ed342ca92600430841a00329ba05cecc" - integrity sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ== - -"@types/cookie@^0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d" - integrity sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q== - -"@types/estree@1.0.8", "@types/estree@^1.0.0": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e" - integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w== - -"@types/glob@^7.1.1": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" - integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA== - dependencies: - "@types/minimatch" "*" - "@types/node" "*" - -"@types/inquirer@^8.1.3": - version "8.2.11" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.11.tgz#5f741050c696acf1926f136450d8d98ca65d9557" - integrity sha512-15UboTvxb9SOaPG7CcXZ9dkv8lNqfiAwuh/5WxJDLjmElBt9tbx1/FDsEnJddUBKvN4mlPKvr8FyO1rAmBanzg== - dependencies: - "@types/through" "*" - rxjs "^7.2.0" - -"@types/istanbul-lib-coverage@^2.0.1": - version "2.0.6" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7" - integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w== - -"@types/js-levenshtein@^1.1.0": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@types/js-levenshtein/-/js-levenshtein-1.1.3.tgz#a6fd0bdc8255b274e5438e0bfb25f154492d1106" - integrity sha512-jd+Q+sD20Qfu9e2aEXogiO3vpOC1PYJOUdyN9gvs4Qrvkg4wF43L5OhqrPeokdv8TL0/mXoYfpkcoGZMNN2pkQ== - -"@types/linkify-it@^5": - version "5.0.0" - resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76" - integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q== - -"@types/markdown-it@^14.0.0": - version "14.1.2" - resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-14.1.2.tgz#57f2532a0800067d9b934f3521429a2e8bfb4c61" - integrity sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog== - dependencies: - "@types/linkify-it" "^5" - "@types/mdurl" "^2" - -"@types/mdurl@^2": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd" - integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg== - -"@types/minimatch@*": - version "5.1.2" - resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" - integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== - -"@types/node@*": - version "24.0.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.4.tgz#dbae889912bda33a7f57669fb8587c1a56bc0c1f" - integrity sha512-ulyqAkrhnuNq9pB76DRBTkcS6YsmDALy6Ua63V8OhrOBgbcYt6IOdzpw5P1+dyRIyMerzLkeYWBeOXPpA9GMAA== - dependencies: - undici-types "~7.8.0" - -"@types/parse-json@^4.0.0": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239" - integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw== - -"@types/set-cookie-parser@^2.4.0": - version "2.4.10" - resolved "https://registry.yarnpkg.com/@types/set-cookie-parser/-/set-cookie-parser-2.4.10.tgz#ad3a807d6d921db9720621ea3374c5d92020bcbc" - integrity sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw== - dependencies: - "@types/node" "*" - -"@types/through@*": - version "0.0.33" - resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.33.tgz#14ebf599320e1c7851e7d598149af183c6b9ea56" - integrity sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ== - dependencies: - "@types/node" "*" - -"@types/web-bluetooth@^0.0.20": - version "0.0.20" - resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597" - integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow== - -"@vitejs/plugin-legacy@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-legacy/-/plugin-legacy-4.1.1.tgz#27aad7ab082d2d554cf48a8e4f1c0ae9f3eca522" - integrity sha512-um3gbVouD2Q/g19C0qpDfHwveXDCAHzs8OC3e9g6aXpKoD1H14himgs7wkMnhAynBJy7QqUoZNAXDuqN8zLR2g== - dependencies: - "@babel/core" "^7.22.9" - "@babel/preset-env" "^7.22.9" - browserslist "^4.21.9" - core-js "^3.31.1" - magic-string "^0.30.1" - regenerator-runtime "^0.13.11" - systemjs "^6.14.1" - -"@vitejs/plugin-vue-jsx@^3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz#9953fd9456539e1f0f253bf0fcd1289e66c67cd1" - integrity sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA== - dependencies: - "@babel/core" "^7.23.3" - "@babel/plugin-transform-typescript" "^7.23.3" - "@vue/babel-plugin-jsx" "^1.1.5" - -"@vitejs/plugin-vue@^5.0.3": - version "5.2.4" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz#9e8a512eb174bfc2a333ba959bbf9de428d89ad8" - integrity sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA== - -"@volar/language-core@2.4.15", "@volar/language-core@~2.4.11": - version "2.4.15" - resolved "https://registry.yarnpkg.com/@volar/language-core/-/language-core-2.4.15.tgz#759d04cb4eab9920560b8bcfa4515d5b08a1b7ce" - integrity sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA== - dependencies: - "@volar/source-map" "2.4.15" - -"@volar/source-map@2.4.15": - version "2.4.15" - resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-2.4.15.tgz#18aba09994c0268e59a418f9d738e4a85302781d" - integrity sha512-CPbMWlUN6hVZJYGcU/GSoHu4EnCHiLaXI9n8c9la6RaI9W5JHX+NqG+GSQcB0JdC2FIBLdZJwGsfKyBB71VlTg== - -"@volar/typescript@~2.4.11": - version "2.4.15" - resolved "https://registry.yarnpkg.com/@volar/typescript/-/typescript-2.4.15.tgz#1445d23f8e4f9ad821b6bfa58cf4a2b980dc5f97" - integrity sha512-2aZ8i0cqPGjXb4BhkMsPYDkkuc2ZQ6yOpqwAuNwUoncELqoy5fRgOQtLR9gB0g902iS0NAkvpIzs27geVyVdPg== - dependencies: - "@volar/language-core" "2.4.15" - path-browserify "^1.0.1" - vscode-uri "^3.0.8" - -"@vue/babel-helper-vue-transform-on@1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.4.0.tgz#616020488692a9c42a613280d62ed1b727045d95" - integrity sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw== - -"@vue/babel-plugin-jsx@^1.1.5": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.4.0.tgz#c155c795ce980edf46aa6feceed93945a95ca658" - integrity sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA== - dependencies: - "@babel/helper-module-imports" "^7.25.9" - "@babel/helper-plugin-utils" "^7.26.5" - "@babel/plugin-syntax-jsx" "^7.25.9" - "@babel/template" "^7.26.9" - "@babel/traverse" "^7.26.9" - "@babel/types" "^7.26.9" - "@vue/babel-helper-vue-transform-on" "1.4.0" - "@vue/babel-plugin-resolve-type" "1.4.0" - "@vue/shared" "^3.5.13" - -"@vue/babel-plugin-resolve-type@1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.4.0.tgz#4d357a81fb0cc9cad0e8c81b118115bda2c51543" - integrity sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ== - dependencies: - "@babel/code-frame" "^7.26.2" - "@babel/helper-module-imports" "^7.25.9" - "@babel/helper-plugin-utils" "^7.26.5" - "@babel/parser" "^7.26.9" - "@vue/compiler-sfc" "^3.5.13" - -"@vue/compiler-core@3.5.17": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz#23d291bd01b863da3ef2e26e7db84d8e01a9b4c5" - integrity sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA== - dependencies: - "@babel/parser" "^7.27.5" - "@vue/shared" "3.5.17" - entities "^4.5.0" - estree-walker "^2.0.2" - source-map-js "^1.2.1" - -"@vue/compiler-dom@3.5.17", "@vue/compiler-dom@^3.5.0": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz#7bc19a20e23b670243a64b47ce3a890239b870be" - integrity sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ== - dependencies: - "@vue/compiler-core" "3.5.17" - "@vue/shared" "3.5.17" - -"@vue/compiler-sfc@3.5.17", "@vue/compiler-sfc@^3.1.0", "@vue/compiler-sfc@^3.5.13": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz#c518871276e26593612bdab36f3f5bcd053b13bf" - integrity sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww== - dependencies: - "@babel/parser" "^7.27.5" - "@vue/compiler-core" "3.5.17" - "@vue/compiler-dom" "3.5.17" - "@vue/compiler-ssr" "3.5.17" - "@vue/shared" "3.5.17" - estree-walker "^2.0.2" - magic-string "^0.30.17" - postcss "^8.5.6" - source-map-js "^1.2.1" - -"@vue/compiler-ssr@3.5.17": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz#14ba3b7bba6e0e1fd02002316263165a5d1046c7" - integrity sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ== - dependencies: - "@vue/compiler-dom" "3.5.17" - "@vue/shared" "3.5.17" - -"@vue/compiler-vue2@^2.7.16": - version "2.7.16" - resolved "https://registry.yarnpkg.com/@vue/compiler-vue2/-/compiler-vue2-2.7.16.tgz#2ba837cbd3f1b33c2bc865fbe1a3b53fb611e249" - integrity sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A== - dependencies: - de-indent "^1.0.2" - he "^1.2.0" - -"@vue/devtools-api@^6.6.4": - version "6.6.4" - resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz#cbe97fe0162b365edc1dba80e173f90492535343" - integrity sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g== - -"@vue/eslint-config-prettier@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#ad5912b308f4ae468458e02a2b05db0b9d246700" - integrity sha512-wFQmv45c3ige5EA+ngijq40YpVcIkAy0Lihupnsnd1Dao5CBbPyfCzqtejFLZX1EwH/kCJdpz3t6s+5wd3+KxQ== - dependencies: - eslint-config-prettier "^6.0.0" - -"@vue/language-core@2.2.10": - version "2.2.10" - resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-2.2.10.tgz#5ae1e71a4e16dd59d1e4bac167f4b9c8c04d9f17" - integrity sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw== - dependencies: - "@volar/language-core" "~2.4.11" - "@vue/compiler-dom" "^3.5.0" - "@vue/compiler-vue2" "^2.7.16" - "@vue/shared" "^3.5.0" - alien-signals "^1.0.3" - minimatch "^9.0.3" - muggle-string "^0.4.1" - path-browserify "^1.0.1" - -"@vue/reactivity@3.5.17": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.17.tgz#169b5dcf96c7f23788e5ed9745ec8a7227f2125e" - integrity sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw== - dependencies: - "@vue/shared" "3.5.17" - -"@vue/runtime-core@3.5.17": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz#b17bd41e13011e85e9b1025545292d43f5512730" - integrity sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q== - dependencies: - "@vue/reactivity" "3.5.17" - "@vue/shared" "3.5.17" - -"@vue/runtime-dom@3.5.17": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz#8e325e29cd03097fe179032fc8df384a426fc83a" - integrity sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g== - dependencies: - "@vue/reactivity" "3.5.17" - "@vue/runtime-core" "3.5.17" - "@vue/shared" "3.5.17" - csstype "^3.1.3" - -"@vue/server-renderer@3.5.17": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz#9b8fd6a40a3d55322509fafe78ac841ede649fbe" - integrity sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA== - dependencies: - "@vue/compiler-ssr" "3.5.17" - "@vue/shared" "3.5.17" - -"@vue/shared@3.5.17", "@vue/shared@^3.5.0", "@vue/shared@^3.5.13": - version "3.5.17" - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.17.tgz#e8b3a41f0be76499882a89e8ed40d86a70fa4b70" - integrity sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg== - -"@vue/test-utils@^2.0.0-rc.19": - version "2.4.6" - resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.4.6.tgz#7d534e70c4319d2a587d6a3b45a39e9695ade03c" - integrity sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow== - dependencies: - js-beautify "^1.14.9" - vue-component-type-helpers "^2.0.0" - -"@vueuse/components@^10.7.0": - version "10.11.1" - resolved "https://registry.yarnpkg.com/@vueuse/components/-/components-10.11.1.tgz#f6ff60769221d94da8c300417765fb0fecf0602a" - integrity sha512-ThcreQCX/eq61sLkLKjigD4PQvs3Wy4zglICvQH9tP6xl87y5KsQEoizn6OI+R3hrOgwQHLJe7Y0wLLh3fBKcg== - dependencies: - "@vueuse/core" "10.11.1" - "@vueuse/shared" "10.11.1" - vue-demi ">=0.14.8" - -"@vueuse/core@10.11.1", "@vueuse/core@^10.11.0", "@vueuse/core@^10.3.0", "@vueuse/core@^10.4.1": - version "10.11.1" - resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-10.11.1.tgz#15d2c0b6448d2212235b23a7ba29c27173e0c2c6" - integrity sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww== - dependencies: - "@types/web-bluetooth" "^0.0.20" - "@vueuse/metadata" "10.11.1" - "@vueuse/shared" "10.11.1" - vue-demi ">=0.14.8" - -"@vueuse/metadata@10.11.1": - version "10.11.1" - resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-10.11.1.tgz#209db7bb5915aa172a87510b6de2ca01cadbd2a7" - integrity sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw== - -"@vueuse/shared@10.11.1", "@vueuse/shared@^10.11.0": - version "10.11.1" - resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-10.11.1.tgz#62b84e3118ae6e1f3ff38f4fbe71b0c5d0f10938" - integrity sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA== - dependencies: - vue-demi ">=0.14.8" - -"@xmldom/xmldom@^0.7.2": - version "0.7.13" - resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.13.tgz#ff34942667a4e19a9f4a0996a76814daac364cf3" - integrity sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g== - -abab@^2.0.5, abab@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" - integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== - -abbrev@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf" - integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== - -acorn-globals@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45" - integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== - dependencies: - acorn "^7.1.1" - acorn-walk "^7.1.1" - -acorn-jsx@^5.2.0: - version "5.3.2" - resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" - integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== - -acorn-node@^1.8.2: - version "1.8.2" - resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8" - integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A== - dependencies: - acorn "^7.0.0" - acorn-walk "^7.0.0" - xtend "^4.0.2" - -acorn-walk@^7.0.0, acorn-walk@^7.1.1: - version "7.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" - integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== - -acorn@^7.0.0, acorn@^7.1.1: - version "7.4.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" - integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - -acorn@^8.14.0, acorn@^8.5.0, acorn@^8.8.1: - version "8.15.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816" - integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg== - -agent-base@6: - version "6.0.2" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" - integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== - dependencies: - debug "4" - -aggregate-error@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" - integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - -ajv@^6.10.0, ajv@^6.10.2: - version "6.12.6" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -alien-signals@^1.0.3: - version "1.0.13" - resolved "https://registry.yarnpkg.com/alien-signals/-/alien-signals-1.0.13.tgz#8d6db73462f742ee6b89671fbd8c37d0b1727a7e" - integrity sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg== - -ansi-escapes@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" - integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== - -ansi-escapes@^4.2.1: - version "4.3.2" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" - integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== - dependencies: - type-fest "^0.21.3" - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA== - -ansi-regex@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1" - integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw== - -ansi-regex@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" - integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== - -ansi-regex@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== - -ansi-regex@^6.0.1: - version "6.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654" - integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA== - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA== - -ansi-styles@^3.2.0, ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -ansi-styles@^6.1.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" - integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== - -any-observable@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b" - integrity sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog== - -any-promise@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" - integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== - -anymatch@~3.1.2: - version "3.1.3" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" - integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -arg@^5.0.1, arg@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c" - integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -argparse@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" - integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== - -aria-hidden@^1.2.4: - version "1.2.6" - resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.6.tgz#73051c9b088114c795b1ea414e9c0fff874ffc1a" - integrity sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA== - dependencies: - tslib "^2.0.0" - -array-union@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" - integrity sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng== - dependencies: - array-uniq "^1.0.1" - -array-union@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" - integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== - -array-uniq@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" - integrity sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q== - -assertion-error@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b" - integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw== - -astral-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" - integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== - -autoprefixer@^10.4.2: - version "10.4.21" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.21.tgz#77189468e7a8ad1d9a37fbc08efc9f480cf0a95d" - integrity sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ== - dependencies: - browserslist "^4.24.4" - caniuse-lite "^1.0.30001702" - fraction.js "^4.3.7" - normalize-range "^0.1.2" - picocolors "^1.1.1" - postcss-value-parser "^4.2.0" - -autoprefixer@^9: - version "9.8.8" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a" - integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA== - dependencies: - browserslist "^4.12.0" - caniuse-lite "^1.0.30001109" - normalize-range "^0.1.2" - num2fraction "^1.2.2" - picocolors "^0.2.1" - postcss "^7.0.32" - postcss-value-parser "^4.1.0" - -babel-eslint@^10.0.3: - version "10.1.0" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" - integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/parser" "^7.7.0" - "@babel/traverse" "^7.7.0" - "@babel/types" "^7.7.0" - eslint-visitor-keys "^1.0.0" - resolve "^1.12.0" - -babel-plugin-polyfill-corejs2@^0.4.10: - version "0.4.13" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.13.tgz#7d445f0e0607ebc8fb6b01d7e8fb02069b91dd8b" - integrity sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g== - dependencies: - "@babel/compat-data" "^7.22.6" - "@babel/helper-define-polyfill-provider" "^0.6.4" - semver "^6.3.1" - -babel-plugin-polyfill-corejs3@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz#4e4e182f1bb37c7ba62e2af81d8dd09df31344f6" - integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.6.3" - core-js-compat "^3.40.0" - -babel-plugin-polyfill-regenerator@^0.6.1: - version "0.6.4" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz#428c615d3c177292a22b4f93ed99e358d7906a9b" - integrity sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.6.4" - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - -base64-js@^1.3.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -binary-extensions@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522" - integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== - -bl@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" - integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== - dependencies: - buffer "^5.5.0" - inherits "^2.0.4" - readable-stream "^3.4.0" - -brace-expansion@^1.1.7: - version "1.1.12" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843" - integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -brace-expansion@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7" - integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ== - dependencies: - balanced-match "^1.0.0" - -braces@^3.0.3, braces@~3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" - integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== - dependencies: - fill-range "^7.1.1" - -browser-process-hrtime@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" - integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== - -browserslist@^4.12.0, browserslist@^4.21.9, browserslist@^4.24.0, browserslist@^4.24.4, browserslist@^4.25.0: - version "4.25.1" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.25.1.tgz#ba9e8e6f298a1d86f829c9b975e07948967bb111" - integrity sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw== - dependencies: - caniuse-lite "^1.0.30001726" - electron-to-chromium "^1.5.173" - node-releases "^2.0.19" - update-browserslist-db "^1.1.3" - -buffer@^5.5.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -bytes@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" - integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== - -c8@^7.11.0: - version "7.14.0" - resolved "https://registry.yarnpkg.com/c8/-/c8-7.14.0.tgz#f368184c73b125a80565e9ab2396ff0be4d732f3" - integrity sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw== - dependencies: - "@bcoe/v8-coverage" "^0.2.3" - "@istanbuljs/schema" "^0.1.3" - find-up "^5.0.0" - foreground-child "^2.0.0" - istanbul-lib-coverage "^3.2.0" - istanbul-lib-report "^3.0.0" - istanbul-reports "^3.1.4" - rimraf "^3.0.2" - test-exclude "^6.0.0" - v8-to-istanbul "^9.0.0" - yargs "^16.2.0" - yargs-parser "^20.2.9" - -call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6" - integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ== - dependencies: - es-errors "^1.3.0" - function-bind "^1.1.2" - -caller-callsite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" - integrity sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ== - dependencies: - callsites "^2.0.0" - -caller-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" - integrity sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A== - dependencies: - caller-callsite "^2.0.0" - -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ== - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -camelcase-css@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" - integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - -camelcase@^5.0.0: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001702, caniuse-lite@^1.0.30001726: - version "1.0.30001726" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001726.tgz#a15bd87d5a4bf01f6b6f70ae7c97fdfd28b5ae47" - integrity sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw== - -chai@^4.3.6: - version "4.5.0" - resolved "https://registry.yarnpkg.com/chai/-/chai-4.5.0.tgz#707e49923afdd9b13a8b0b47d33d732d13812fd8" - integrity sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw== - dependencies: - assertion-error "^1.1.0" - check-error "^1.0.3" - deep-eql "^4.1.3" - get-func-name "^2.0.2" - loupe "^2.3.6" - pathval "^1.1.1" - type-detect "^4.1.0" - -chalk@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad" - integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -chalk@^1.0.0, chalk@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - integrity sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A== - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" - -chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -chardet@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" - integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== - -check-error@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.3.tgz#a6502e4312a7ee969f646e83bb3ddd56281bd694" - integrity sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg== - dependencies: - get-func-name "^2.0.2" - -chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.5.3, chokidar@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b" - integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== - dependencies: - anymatch "~3.1.2" - braces "~3.0.2" - glob-parent "~5.1.2" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.6.0" - optionalDependencies: - fsevents "~2.3.2" - -ci-info@^1.5.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" - integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== - -classnames@^2.2.5: - version "2.5.1" - resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b" - integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow== - -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - -cli-cursor@^2.0.0, cli-cursor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" - integrity sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw== - dependencies: - restore-cursor "^2.0.0" - -cli-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" - integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - dependencies: - restore-cursor "^3.1.0" - -cli-spinners@^2.5.0: - version "2.9.2" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41" - integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== - -cli-truncate@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574" - integrity sha512-f4r4yJnbT++qUPI9NR4XLDLq41gQ+uqnPItWG0F5ZkehuNiTTa3EY0S4AqTSUOeJ7/zU41oWPQSNkW5BqPL9bg== - dependencies: - slice-ansi "0.0.4" - string-width "^1.0.1" - -cli-width@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" - integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== - -cliui@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" - integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^6.2.0" - -cliui@^7.0.2: - version "7.0.4" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f" - integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^7.0.0" - -cliui@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" - integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.1" - wrap-ansi "^7.0.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA== - -codemirror@^6.0.1: - version "6.0.2" - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-6.0.2.tgz#4d3fea1ad60b6753f97ca835f2f48c6936a8946e" - integrity sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw== - dependencies: - "@codemirror/autocomplete" "^6.0.0" - "@codemirror/commands" "^6.0.0" - "@codemirror/language" "^6.0.0" - "@codemirror/lint" "^6.0.0" - "@codemirror/search" "^6.0.0" - "@codemirror/state" "^6.0.0" - "@codemirror/view" "^6.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== - -color-name@^1.0.0, color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -color-string@^1.9.0: - version "1.9.1" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" - integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== - dependencies: - color-name "^1.0.0" - simple-swizzle "^0.2.2" - -color@^4.0.1: - version "4.2.3" - resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a" - integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A== - dependencies: - color-convert "^2.0.1" - color-string "^1.9.0" - -combined-stream@^1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -commander@^10.0.0: - version "10.0.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06" - integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== - -commander@^2.19.0, commander@^2.20.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -commander@^4.0.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" - integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - -commander@^8.0.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" - integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== - -commander@^9.0.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30" - integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ== - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== - -confbox@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.1.8.tgz#820d73d3b3c82d9bd910652c5d4d599ef8ff8b06" - integrity sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w== - -confbox@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.2.2.tgz#8652f53961c74d9e081784beed78555974a9c110" - integrity sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ== - -config-chain@^1.1.13: - version "1.1.13" - resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4" - integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ== - dependencies: - ini "^1.3.4" - proto-list "~1.2.1" - -connect-history-api-fallback@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" - integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== - -convert-source-map@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" - integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== - -cookie@^0.4.1: - version "0.4.2" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" - integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== - -core-js-compat@^3.40.0: - version "3.43.0" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.43.0.tgz#055587369c458795ef316f65e0aabb808fb15840" - integrity sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA== - dependencies: - browserslist "^4.25.0" - -core-js@^3.1.3, core-js@^3.31.1, core-js@^3.6.4: - version "3.43.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.43.0.tgz#f7258b156523208167df35dea0cfd6b6ecd4ee88" - integrity sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA== - -cosmiconfig@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - dependencies: - import-fresh "^2.0.0" - is-directory "^0.3.1" - js-yaml "^3.13.1" - parse-json "^4.0.0" - -cosmiconfig@^7.0.1: - version "7.1.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6" - integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA== - dependencies: - "@types/parse-json" "^4.0.0" - import-fresh "^3.2.1" - parse-json "^5.0.0" - path-type "^4.0.0" - yaml "^1.10.0" - -crelt@^1.0.0, crelt@^1.0.5, crelt@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.6.tgz#7cc898ea74e190fb6ef9dae57f8f81cf7302df72" - integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g== - -cross-spawn@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A== - dependencies: - lru-cache "^4.0.1" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^6.0.5: - version "6.0.6" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.6.tgz#30d0efa0712ddb7eb5a76e1e8721bffafa6b5d57" - integrity sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^7.0.0, cross-spawn@^7.0.3, cross-spawn@^7.0.6: - version "7.0.6" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" - integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -css-color-names@^0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" - integrity sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q== - -css-unit-converter@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.2.tgz#4c77f5a1954e6dbff60695ecb214e3270436ab21" - integrity sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA== - -cssesc@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" - integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - -cssom@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.5.0.tgz#d254fa92cd8b6fbd83811b9fbaed34663cc17c36" - integrity sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw== - -cssom@~0.3.6: - version "0.3.8" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" - integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - -cssstyle@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852" - integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== - dependencies: - cssom "~0.3.6" - -csstype@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" - integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== - -data-uri-to-buffer@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e" - integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A== - -data-urls@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-3.0.2.tgz#9cf24a477ae22bcef5cd5f6f0bfbc1d2d3be9143" - integrity sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ== - dependencies: - abab "^2.0.6" - whatwg-mimetype "^3.0.0" - whatwg-url "^11.0.0" - -date-fns@^1.27.2: - version "1.30.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" - integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== - -dayjs@^1.10.7, dayjs@^1.11.13: - version "1.11.13" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c" - integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg== - -de-indent@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d" - integrity sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg== - -debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0: - version "4.4.1" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b" - integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ== - dependencies: - ms "^2.1.3" - -debug@~4.3.1, debug@~4.3.2: - version "4.3.7" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" - integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== - dependencies: - ms "^2.1.3" - -decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== - -decimal.js@^10.3.1: - version "10.5.0" - resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.5.0.tgz#0f371c7cf6c4898ce0afb09836db73cd82010f22" - integrity sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw== - -dedent@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" - integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== - -deep-eql@^4.1.3: - version "4.1.4" - resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.4.tgz#d0d3912865911bb8fac5afb4e3acfa6a28dc72b7" - integrity sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg== - dependencies: - type-detect "^4.0.0" - -deep-is@~0.1.3: - version "0.1.4" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" - integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== - -defaults@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" - integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== - dependencies: - clone "^1.0.2" - -defined@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.1.tgz#c0b9db27bfaffd95d6f61399419b893df0f91ebf" - integrity sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q== - -defu@^6.1.4: - version "6.1.4" - resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479" - integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg== - -del@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7" - integrity sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA== - dependencies: - globby "^10.0.1" - graceful-fs "^4.2.2" - is-glob "^4.0.1" - is-path-cwd "^2.2.0" - is-path-inside "^3.0.1" - p-map "^3.0.0" - rimraf "^3.0.0" - slash "^3.0.0" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== - -detective@^5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.1.tgz#6af01eeda11015acb0e73f933242b70f24f91034" - integrity sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw== - dependencies: - acorn-node "^1.8.2" - defined "^1.0.0" - minimist "^1.2.6" - -didyoumean@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037" - integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw== - -dijkstrajs@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/dijkstrajs/-/dijkstrajs-1.0.3.tgz#4c8dbdea1f0f6478bff94d9c49c784d623e4fc23" - integrity sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA== - -dir-glob@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f" - integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - dependencies: - path-type "^4.0.0" - -discontinuous-range@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" - integrity sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ== - -dlv@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79" - integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA== - -doctrine@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - dependencies: - esutils "^2.0.2" - -domexception@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/domexception/-/domexception-4.0.0.tgz#4ad1be56ccadc86fc76d033353999a8037d03673" - integrity sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw== - dependencies: - webidl-conversions "^7.0.0" - -dotenv@^16.3.1: - version "16.6.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.0.tgz#b96bd4e7c2043ba5f51cbe1b8f9347850c864850" - integrity sha512-Omf1L8paOy2VJhILjyhrhqwLIdstqm1BvcDPKg4NGAlkwEu9ODyrFbvk8UymUOMCT+HXo31jg1lArIrVAAhuGA== - -dunder-proto@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a" - integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A== - dependencies: - call-bind-apply-helpers "^1.0.1" - es-errors "^1.3.0" - gopd "^1.2.0" - -eastasianwidth@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" - integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== - -echarts@^5.4.3: - version "5.6.0" - resolved "https://registry.yarnpkg.com/echarts/-/echarts-5.6.0.tgz#2377874dca9fb50f104051c3553544752da3c9d6" - integrity sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA== - dependencies: - tslib "2.3.0" - zrender "5.6.1" - -editorconfig@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-1.0.4.tgz#040c9a8e9a6c5288388b87c2db07028aa89f53a3" - integrity sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q== - dependencies: - "@one-ini/wasm" "0.1.1" - commander "^10.0.0" - minimatch "9.0.1" - semver "^7.5.3" - -electron-to-chromium@^1.5.173: - version "1.5.177" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.177.tgz#db730d8254959184e65320a3a0b7edcd29c54f60" - integrity sha512-7EH2G59nLsEMj97fpDuvVcYi6lwTcM1xuWw3PssD8xzboAW7zj7iB3COEEEATUfjLHrs5uKBLQT03V/8URx06g== - -elegant-spinner@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" - integrity sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ== - -emoji-regex@^7.0.1: - version "7.0.3" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" - integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -emoji-regex@^9.2.2: - version "9.2.2" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" - integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== - -end-of-stream@^1.1.0: - version "1.4.5" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.5.tgz#7344d711dea40e0b74abc2ed49778743ccedb08c" - integrity sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg== - dependencies: - once "^1.4.0" - -engine.io-client@~6.6.1: - version "6.6.3" - resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-6.6.3.tgz#815393fa24f30b8e6afa8f77ccca2f28146be6de" - integrity sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w== - dependencies: - "@socket.io/component-emitter" "~3.1.0" - debug "~4.3.1" - engine.io-parser "~5.2.1" - ws "~8.17.1" - xmlhttprequest-ssl "~2.1.1" - -engine.io-parser@~5.2.1: - version "5.2.3" - resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.2.3.tgz#00dc5b97b1f233a23c9398d0209504cf5f94d92f" - integrity sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q== - -entities@^4.4.0, entities@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" - integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== - -entities@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" - integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== - -error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -es-define-property@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa" - integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g== - -es-errors@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" - integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== - -es-object-atoms@^1.0.0, es-object-atoms@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1" - integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA== - dependencies: - es-errors "^1.3.0" - -es-set-tostringtag@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d" - integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== - dependencies: - es-errors "^1.3.0" - get-intrinsic "^1.2.6" - has-tostringtag "^1.0.2" - hasown "^2.0.2" - -esbuild-android-64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.54.tgz#505f41832884313bbaffb27704b8bcaa2d8616be" - integrity sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ== - -esbuild-android-arm64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.54.tgz#8ce69d7caba49646e009968fe5754a21a9871771" - integrity sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg== - -esbuild-darwin-64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.54.tgz#24ba67b9a8cb890a3c08d9018f887cc221cdda25" - integrity sha512-jtdKWV3nBviOd5v4hOpkVmpxsBy90CGzebpbO9beiqUYVMBtSc0AL9zGftFuBon7PNDcdvNCEuQqw2x0wP9yug== - -esbuild-darwin-arm64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.54.tgz#3f7cdb78888ee05e488d250a2bdaab1fa671bf73" - integrity sha512-OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw== - -esbuild-freebsd-64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.54.tgz#09250f997a56ed4650f3e1979c905ffc40bbe94d" - integrity sha512-OKwd4gmwHqOTp4mOGZKe/XUlbDJ4Q9TjX0hMPIDBUWWu/kwhBAudJdBoxnjNf9ocIB6GN6CPowYpR/hRCbSYAg== - -esbuild-freebsd-arm64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.54.tgz#bafb46ed04fc5f97cbdb016d86947a79579f8e48" - integrity sha512-sFwueGr7OvIFiQT6WeG0jRLjkjdqWWSrfbVwZp8iMP+8UHEHRBvlaxL6IuKNDwAozNUmbb8nIMXa7oAOARGs1Q== - -esbuild-linux-32@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.54.tgz#e2a8c4a8efdc355405325033fcebeb941f781fe5" - integrity sha512-1ZuY+JDI//WmklKlBgJnglpUL1owm2OX+8E1syCD6UAxcMM/XoWd76OHSjl/0MR0LisSAXDqgjT3uJqT67O3qw== - -esbuild-linux-64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.54.tgz#de5fdba1c95666cf72369f52b40b03be71226652" - integrity sha512-EgjAgH5HwTbtNsTqQOXWApBaPVdDn7XcK+/PtJwZLT1UmpLoznPd8c5CxqsH2dQK3j05YsB3L17T8vE7cp4cCg== - -esbuild-linux-arm64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.54.tgz#dae4cd42ae9787468b6a5c158da4c84e83b0ce8b" - integrity sha512-WL71L+0Rwv+Gv/HTmxTEmpv0UgmxYa5ftZILVi2QmZBgX3q7+tDeOQNqGtdXSdsL8TQi1vIaVFHUPDe0O0kdig== - -esbuild-linux-arm@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.54.tgz#a2c1dff6d0f21dbe8fc6998a122675533ddfcd59" - integrity sha512-qqz/SjemQhVMTnvcLGoLOdFpCYbz4v4fUo+TfsWG+1aOu70/80RV6bgNpR2JCrppV2moUQkww+6bWxXRL9YMGw== - -esbuild-linux-mips64le@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.54.tgz#d9918e9e4cb972f8d6dae8e8655bf9ee131eda34" - integrity sha512-qTHGQB8D1etd0u1+sB6p0ikLKRVuCWhYQhAHRPkO+OF3I/iSlTKNNS0Lh2Oc0g0UFGguaFZZiPJdJey3AGpAlw== - -esbuild-linux-ppc64le@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.54.tgz#3f9a0f6d41073fb1a640680845c7de52995f137e" - integrity sha512-j3OMlzHiqwZBDPRCDFKcx595XVfOfOnv68Ax3U4UKZ3MTYQB5Yz3X1mn5GnodEVYzhtZgxEBidLWeIs8FDSfrQ== - -esbuild-linux-riscv64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.54.tgz#618853c028178a61837bc799d2013d4695e451c8" - integrity sha512-y7Vt7Wl9dkOGZjxQZnDAqqn+XOqFD7IMWiewY5SPlNlzMX39ocPQlOaoxvT4FllA5viyV26/QzHtvTjVNOxHZg== - -esbuild-linux-s390x@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.54.tgz#d1885c4c5a76bbb5a0fe182e2c8c60eb9e29f2a6" - integrity sha512-zaHpW9dziAsi7lRcyV4r8dhfG1qBidQWUXweUjnw+lliChJqQr+6XD71K41oEIC3Mx1KStovEmlzm+MkGZHnHA== - -esbuild-netbsd-64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.54.tgz#69ae917a2ff241b7df1dbf22baf04bd330349e81" - integrity sha512-PR01lmIMnfJTgeU9VJTDY9ZerDWVFIUzAtJuDHwwceppW7cQWjBBqP48NdeRtoP04/AtO9a7w3viI+PIDr6d+w== - -esbuild-openbsd-64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.54.tgz#db4c8495287a350a6790de22edea247a57c5d47b" - integrity sha512-Qyk7ikT2o7Wu76UsvvDS5q0amJvmRzDyVlL0qf5VLsLchjCa1+IAvd8kTBgUxD7VBUUVgItLkk609ZHUc1oCaw== - -esbuild-sunos-64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.54.tgz#54287ee3da73d3844b721c21bc80c1dc7e1bf7da" - integrity sha512-28GZ24KmMSeKi5ueWzMcco6EBHStL3B6ubM7M51RmPwXQGLe0teBGJocmWhgwccA1GeFXqxzILIxXpHbl9Q/Kw== - -esbuild-windows-32@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.54.tgz#f8aaf9a5667630b40f0fb3aa37bf01bbd340ce31" - integrity sha512-T+rdZW19ql9MjS7pixmZYVObd9G7kcaZo+sETqNH4RCkuuYSuv9AGHUVnPoP9hhuE1WM1ZimHz1CIBHBboLU7w== - -esbuild-windows-64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.54.tgz#bf54b51bd3e9b0f1886ffdb224a4176031ea0af4" - integrity sha512-AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ== - -esbuild-windows-arm64@0.14.54: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.54.tgz#937d15675a15e4b0e4fafdbaa3a01a776a2be982" - integrity sha512-M0kuUvXhot1zOISQGXwWn6YtS+Y/1RT9WrVIOywZnJHo3jCDyewAc79aKNQWFCQm+xNHVTq9h8dZKvygoXQQRg== - -esbuild@^0.14.27: - version "0.14.54" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.54.tgz#8b44dcf2b0f1a66fc22459943dccf477535e9aa2" - integrity sha512-Cy9llcy8DvET5uznocPyqL3BFRrFXSVqbgpMJ9Wz8oVjZlh/zUSNbPRbov0VX7VxN2JH1Oa0uNxZ7eLRb62pJA== - optionalDependencies: - "@esbuild/linux-loong64" "0.14.54" - esbuild-android-64 "0.14.54" - esbuild-android-arm64 "0.14.54" - esbuild-darwin-64 "0.14.54" - esbuild-darwin-arm64 "0.14.54" - esbuild-freebsd-64 "0.14.54" - esbuild-freebsd-arm64 "0.14.54" - esbuild-linux-32 "0.14.54" - esbuild-linux-64 "0.14.54" - esbuild-linux-arm "0.14.54" - esbuild-linux-arm64 "0.14.54" - esbuild-linux-mips64le "0.14.54" - esbuild-linux-ppc64le "0.14.54" - esbuild-linux-riscv64 "0.14.54" - esbuild-linux-s390x "0.14.54" - esbuild-netbsd-64 "0.14.54" - esbuild-openbsd-64 "0.14.54" - esbuild-sunos-64 "0.14.54" - esbuild-windows-32 "0.14.54" - esbuild-windows-64 "0.14.54" - esbuild-windows-arm64 "0.14.54" - -esbuild@^0.19.3: - version "0.19.12" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.12.tgz#dc82ee5dc79e82f5a5c3b4323a2a641827db3e04" - integrity sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg== - optionalDependencies: - "@esbuild/aix-ppc64" "0.19.12" - "@esbuild/android-arm" "0.19.12" - "@esbuild/android-arm64" "0.19.12" - "@esbuild/android-x64" "0.19.12" - "@esbuild/darwin-arm64" "0.19.12" - "@esbuild/darwin-x64" "0.19.12" - "@esbuild/freebsd-arm64" "0.19.12" - "@esbuild/freebsd-x64" "0.19.12" - "@esbuild/linux-arm" "0.19.12" - "@esbuild/linux-arm64" "0.19.12" - "@esbuild/linux-ia32" "0.19.12" - "@esbuild/linux-loong64" "0.19.12" - "@esbuild/linux-mips64el" "0.19.12" - "@esbuild/linux-ppc64" "0.19.12" - "@esbuild/linux-riscv64" "0.19.12" - "@esbuild/linux-s390x" "0.19.12" - "@esbuild/linux-x64" "0.19.12" - "@esbuild/netbsd-x64" "0.19.12" - "@esbuild/openbsd-x64" "0.19.12" - "@esbuild/sunos-x64" "0.19.12" - "@esbuild/win32-arm64" "0.19.12" - "@esbuild/win32-ia32" "0.19.12" - "@esbuild/win32-x64" "0.19.12" - -escalade@^3.1.1, escalade@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" - integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== - -escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== - -escape-string-regexp@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - -escodegen@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17" - integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== - dependencies: - esprima "^4.0.1" - estraverse "^5.2.0" - esutils "^2.0.2" - optionalDependencies: - source-map "~0.6.1" - -eslint-config-prettier@^6.0.0: - version "6.15.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" - integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== - dependencies: - get-stdin "^6.0.0" - -eslint-plugin-prettier@^3.1.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5" - integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g== - dependencies: - prettier-linter-helpers "^1.0.0" - -eslint-plugin-vue@^6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.2.2.tgz#27fecd9a3a24789b0f111ecdd540a9e56198e0fe" - integrity sha512-Nhc+oVAHm0uz/PkJAWscwIT4ijTrK5fqNqz9QB1D35SbbuMG1uB6Yr5AJpvPSWg+WOw7nYNswerYh0kOk64gqQ== - dependencies: - natural-compare "^1.4.0" - semver "^5.6.0" - vue-eslint-parser "^7.0.0" - -eslint-scope@^5.0.0, eslint-scope@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" - integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - dependencies: - esrecurse "^4.3.0" - estraverse "^4.1.1" - -eslint-utils@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" - integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== - dependencies: - eslint-visitor-keys "^1.1.0" - -eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" - integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== - -eslint@^6.7.2: - version "6.8.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb" - integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig== - dependencies: - "@babel/code-frame" "^7.0.0" - ajv "^6.10.0" - chalk "^2.1.0" - cross-spawn "^6.0.5" - debug "^4.0.1" - doctrine "^3.0.0" - eslint-scope "^5.0.0" - eslint-utils "^1.4.3" - eslint-visitor-keys "^1.1.0" - espree "^6.1.2" - esquery "^1.0.1" - esutils "^2.0.2" - file-entry-cache "^5.0.1" - functional-red-black-tree "^1.0.1" - glob-parent "^5.0.0" - globals "^12.1.0" - ignore "^4.0.6" - import-fresh "^3.0.0" - imurmurhash "^0.1.4" - inquirer "^7.0.0" - is-glob "^4.0.0" - js-yaml "^3.13.1" - json-stable-stringify-without-jsonify "^1.0.1" - levn "^0.3.0" - lodash "^4.17.14" - minimatch "^3.0.4" - mkdirp "^0.5.1" - natural-compare "^1.4.0" - optionator "^0.8.3" - progress "^2.0.0" - regexpp "^2.0.1" - semver "^6.1.2" - strip-ansi "^5.2.0" - strip-json-comments "^3.0.1" - table "^5.2.3" - text-table "^0.2.0" - v8-compile-cache "^2.0.3" - -espree@^6.1.2, espree@^6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a" - integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw== - dependencies: - acorn "^7.1.1" - acorn-jsx "^5.2.0" - eslint-visitor-keys "^1.1.0" - -esprima@^4.0.0, esprima@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -esquery@^1.0.1, esquery@^1.4.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7" - integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg== - dependencies: - estraverse "^5.1.0" - -esrecurse@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" - integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - dependencies: - estraverse "^5.2.0" - -estraverse@^4.1.1: - version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -estraverse@^5.1.0, estraverse@^5.2.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" - integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== - -estree-walker@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" - integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -events@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" - integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== - -execa@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da" - integrity sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA== - dependencies: - cross-spawn "^5.0.1" - get-stream "^3.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -execa@^2.0.3: - version "2.1.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-2.1.0.tgz#e5d3ecd837d2a60ec50f3da78fd39767747bbe99" - integrity sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw== - dependencies: - cross-spawn "^7.0.0" - get-stream "^5.0.0" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^3.0.0" - onetime "^5.1.0" - p-finally "^2.0.0" - signal-exit "^3.0.2" - strip-final-newline "^2.0.0" - -execa@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" - integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== - dependencies: - cross-spawn "^7.0.3" - get-stream "^6.0.0" - human-signals "^2.1.0" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^4.0.1" - onetime "^5.1.2" - signal-exit "^3.0.3" - strip-final-newline "^2.0.0" - -exsolve@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/exsolve/-/exsolve-1.0.7.tgz#3b74e4c7ca5c5f9a19c3626ca857309fa99f9e9e" - integrity sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw== - -external-editor@^3.0.3: - version "3.1.0" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" - integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== - dependencies: - chardet "^0.7.0" - iconv-lite "^0.4.24" - tmp "^0.0.33" - -fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - -fast-diff@^1.1.2: - version "1.3.0" - resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" - integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== - -fast-glob@^3.0.3, fast-glob@^3.2.7, fast-glob@^3.3.0, fast-glob@^3.3.2: - version "3.3.3" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" - integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== - dependencies: - "@nodelib/fs.stat" "^2.0.2" - "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.2" - merge2 "^1.3.0" - micromatch "^4.0.8" - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fast-levenshtein@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== - -fastq@^1.6.0: - version "1.19.1" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz#d50eaba803c8846a883c16492821ebcd2cda55f5" - integrity sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ== - dependencies: - reusify "^1.0.4" - -feather-icons@^4.26.0, feather-icons@^4.28.0: - version "4.29.2" - resolved "https://registry.yarnpkg.com/feather-icons/-/feather-icons-4.29.2.tgz#b03a47588a1c400f215e884504db1c18860d89f8" - integrity sha512-0TaCFTnBTVCz6U+baY2UJNKne5ifGh7sMG4ZC2LoBWCZdIyPa+y6UiR4lEYGws1JOFWdee8KAsAIvu0VcXqiqA== - dependencies: - classnames "^2.2.5" - core-js "^3.1.3" - -fetch-blob@^3.1.2, fetch-blob@^3.1.4: - version "3.2.0" - resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9" - integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ== - dependencies: - node-domexception "^1.0.0" - web-streams-polyfill "^3.0.3" - -figures@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" - integrity sha512-UxKlfCRuCBxSXU4C6t9scbDyWZ4VlaFFdojKtzJuSkuOBQ5CNFum+zZXFwHjo+CxBC1t6zlYPgHIgFjL8ggoEQ== - dependencies: - escape-string-regexp "^1.0.5" - object-assign "^4.1.0" - -figures@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" - integrity sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA== - dependencies: - escape-string-regexp "^1.0.5" - -figures@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" - integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== - dependencies: - escape-string-regexp "^1.0.5" - -file-entry-cache@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c" - integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== - dependencies: - flat-cache "^2.0.1" - -fill-range@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" - integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== - dependencies: - to-regex-range "^5.0.1" - -find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -find-up@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" - integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== - dependencies: - locate-path "^6.0.0" - path-exists "^4.0.0" - -flat-cache@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0" - integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== - dependencies: - flatted "^2.0.0" - rimraf "2.6.3" - write "1.0.3" - -flatted@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" - integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== - -foreground-child@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53" - integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA== - dependencies: - cross-spawn "^7.0.0" - signal-exit "^3.0.2" - -foreground-child@^3.1.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f" - integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw== - dependencies: - cross-spawn "^7.0.6" - signal-exit "^4.0.1" - -form-data@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae" - integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.8" - es-set-tostringtag "^2.1.0" - hasown "^2.0.2" - mime-types "^2.1.12" - -formdata-polyfill@^4.0.10: - version "4.0.10" - resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423" - integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g== - dependencies: - fetch-blob "^3.1.2" - -fraction.js@^4.3.7: - version "4.3.7" - resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7" - integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew== - -fs-extra@^10.0.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" - integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== - -fsevents@~2.3.2, fsevents@~2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" - integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== - -function-bind@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" - integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== - -functional-red-black-tree@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" - integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== - -fuse.js@6.6.2: - version "6.6.2" - resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.6.2.tgz#fe463fed4b98c0226ac3da2856a415576dc9a111" - integrity sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA== - -gensync@^1.0.0-beta.2: - version "1.0.0-beta.2" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" - integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - -get-caller-file@^2.0.1, get-caller-file@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-func-name@^2.0.1, get-func-name@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41" - integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ== - -get-intrinsic@^1.2.6: - version "1.3.0" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01" - integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ== - dependencies: - call-bind-apply-helpers "^1.0.2" - es-define-property "^1.0.1" - es-errors "^1.3.0" - es-object-atoms "^1.1.1" - function-bind "^1.1.2" - get-proto "^1.0.1" - gopd "^1.2.0" - has-symbols "^1.1.0" - hasown "^2.0.2" - math-intrinsics "^1.1.0" - -get-own-enumerable-property-symbols@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" - integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== - -get-proto@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1" - integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g== - dependencies: - dunder-proto "^1.0.1" - es-object-atoms "^1.0.0" - -get-stdin@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" - integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== - -get-stream@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" - integrity sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ== - -get-stream@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" - integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - dependencies: - pump "^3.0.0" - -get-stream@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" - integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== - -glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" - integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - dependencies: - is-glob "^4.0.1" - -glob-parent@^6.0.1, glob-parent@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" - integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== - dependencies: - is-glob "^4.0.3" - -glob@^10.3.10, glob@^10.4.2: - version "10.4.5" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" - integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== - dependencies: - foreground-child "^3.1.0" - jackspeak "^3.1.2" - minimatch "^9.0.4" - minipass "^7.1.2" - package-json-from-dist "^1.0.0" - path-scurry "^1.11.1" - -glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7: - version "7.2.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" - integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" - -glob@^9.3.2: - version "9.3.5" - resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21" - integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q== - dependencies: - fs.realpath "^1.0.0" - minimatch "^8.0.2" - minipass "^4.2.4" - path-scurry "^1.6.1" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globals@^12.1.0: - version "12.4.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-12.4.0.tgz#a18813576a41b00a24a97e7f815918c2e19925f8" - integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg== - dependencies: - type-fest "^0.8.1" - -globals@^15.14.0: - version "15.15.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8" - integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg== - -globby@^10.0.1: - version "10.0.2" - resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543" - integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg== - dependencies: - "@types/glob" "^7.1.1" - array-union "^2.1.0" - dir-glob "^3.0.1" - fast-glob "^3.0.3" - glob "^7.1.3" - ignore "^5.1.1" - merge2 "^1.2.3" - slash "^3.0.0" - -globby@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c" - integrity sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw== - dependencies: - array-union "^1.0.1" - glob "^7.0.3" - object-assign "^4.0.1" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -gopd@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1" - integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== - -graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2: - version "4.2.11" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" - integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== - -graphql@^15.5.1: - version "15.10.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.10.1.tgz#e9ff3bb928749275477f748b14aa5c30dcad6f2f" - integrity sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg== - -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg== - dependencies: - ansi-regex "^2.0.0" - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.3, has-symbols@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338" - integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ== - -has-tostringtag@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" - integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== - dependencies: - has-symbols "^1.0.3" - -hasown@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" - integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== - dependencies: - function-bind "^1.1.2" - -he@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" - integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== - -headers-utils@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/headers-utils/-/headers-utils-3.0.2.tgz#dfc65feae4b0e34357308aefbcafa99c895e59ef" - integrity sha512-xAxZkM1dRyGV2Ou5bzMxBPNLoRCjcX+ya7KSWybQD2KwLphxsapUVK6x/02o7f4VU6GPSXch9vNY2+gkU8tYWQ== - -hex-color-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" - integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - -hsl-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" - integrity sha512-M5ezZw4LzXbBKMruP+BNANf0k+19hDQMgpzBIYnya//Al+fjNct9Wf3b1WedLqdEs2hKBvxq/jh+DsHJLj0F9A== - -hsla-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" - integrity sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA== - -html-encoding-sniffer@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9" - integrity sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA== - dependencies: - whatwg-encoding "^2.0.0" - -html-escaper@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" - integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== - -html-tags@^3.1.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce" - integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ== - -http-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" - integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== - dependencies: - "@tootallnate/once" "2" - agent-base "6" - debug "4" - -https-proxy-agent@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" - integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== - dependencies: - agent-base "6" - debug "4" - -human-signals@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" - integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== - -iconv-lite@0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" - integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== - dependencies: - safer-buffer ">= 2.1.2 < 3.0.0" - -iconv-lite@^0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -idb-keyval@^6.2.0: - version "6.2.2" - resolved "https://registry.yarnpkg.com/idb-keyval/-/idb-keyval-6.2.2.tgz#b0171b5f73944854a3291a5cdba8e12768c4854a" - integrity sha512-yjD9nARJ/jb1g+CvD0tlhUHOrJ9Sy0P8T9MF3YaLlHnSRpwPfpTX0XIvpmw3gAJUmEu3FiICLBDPXVwyEvrleg== - -ieee754@^1.1.13: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -ignore@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" - integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - -ignore@^5.1.1: - version "5.3.2" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" - integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== - -import-fresh@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" - integrity sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg== - dependencies: - caller-path "^2.0.0" - resolve-from "^3.0.0" - -import-fresh@^3.0.0, import-fresh@^3.2.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf" - integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== - -indent-string@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" - integrity sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ== - -indent-string@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" - integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@^2.0.3, inherits@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -ini@^1.3.4: - version "1.3.8" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -inquirer@^7.0.0: - version "7.3.3" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003" - integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA== - dependencies: - ansi-escapes "^4.2.1" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-width "^3.0.0" - external-editor "^3.0.3" - figures "^3.0.0" - lodash "^4.17.19" - mute-stream "0.0.8" - run-async "^2.4.0" - rxjs "^6.6.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - through "^2.3.6" - -inquirer@^8.2.0: - version "8.2.6" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6.tgz#733b74888195d8d400a67ac332011b5fae5ea562" - integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg== - dependencies: - ansi-escapes "^4.2.1" - chalk "^4.1.1" - cli-cursor "^3.1.0" - cli-width "^3.0.0" - external-editor "^3.0.3" - figures "^3.0.0" - lodash "^4.17.21" - mute-stream "0.0.8" - ora "^5.4.1" - run-async "^2.4.0" - rxjs "^7.5.5" - string-width "^4.1.0" - strip-ansi "^6.0.0" - through "^2.3.6" - wrap-ansi "^6.0.1" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== - -is-arrayish@^0.3.1: - version "0.3.2" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" - integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-ci@^1.0.10: - version "1.2.1" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" - integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== - dependencies: - ci-info "^1.5.0" - -is-color-stop@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" - integrity sha512-H1U8Vz0cfXNujrJzEcvvwMDW9Ra+biSYA3ThdQvAnMLJkEHQXn6bWzLkxHtVYJ+Sdbx0b6finn3jZiaVe7MAHA== - dependencies: - css-color-names "^0.0.4" - hex-color-regex "^1.1.0" - hsl-regex "^1.0.0" - hsla-regex "^1.0.0" - rgb-regex "^1.0.1" - rgba-regex "^1.0.0" - -is-core-module@^2.16.0: - version "2.16.1" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" - integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== - dependencies: - hasown "^2.0.2" - -is-directory@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" - integrity sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw== - -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw== - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - -is-interactive@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" - integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== - -is-node-process@^1.0.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/is-node-process/-/is-node-process-1.2.0.tgz#ea02a1b90ddb3934a19aea414e88edef7e11d134" - integrity sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw== - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" - integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== - -is-observable@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-observable/-/is-observable-1.1.0.tgz#b3e986c8f44de950867cab5403f5a3465005975e" - integrity sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA== - dependencies: - symbol-observable "^1.1.0" - -is-path-cwd@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" - integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== - -is-path-inside@^3.0.1: - version "3.0.3" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" - integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== - -is-potential-custom-element-name@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" - integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== - -is-promise@^2.1.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz#39ab959ccbf9a774cf079f7b40c7a26f763135f1" - integrity sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== - -is-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" - integrity sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== - -is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ== - -is-stream@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" - integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== - -is-unicode-supported@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" - integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== - -istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz#2d166c4b0644d43a39f04bf6c2edd1e585f31756" - integrity sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg== - -istanbul-lib-report@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d" - integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw== - dependencies: - istanbul-lib-coverage "^3.0.0" - make-dir "^4.0.0" - supports-color "^7.1.0" - -istanbul-reports@^3.1.4: - version "3.1.7" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.7.tgz#daed12b9e1dca518e15c056e1e537e741280fa0b" - integrity sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g== - dependencies: - html-escaper "^2.0.0" - istanbul-lib-report "^3.0.0" - -jackspeak@^3.1.2: - version "3.4.3" - resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a" - integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== - dependencies: - "@isaacs/cliui" "^8.0.2" - optionalDependencies: - "@pkgjs/parseargs" "^0.11.0" - -"jingrow-charts@http://npm.jingrow.com:105/jingrow-charts-2.0.0-rc22.tgz": - version "2.0.0-rc22" - resolved "http://npm.jingrow.com:105/jingrow-charts-2.0.0-rc22.tgz#d79a6d4b65d82b4488b7362ffaf81789ebc9fca3" - -"jingrow-ui@http://npm.jingrow.com:105/jingrow-ui-1.0.1.tgz": - version "0.1.108" - resolved "http://npm.jingrow.com:105/jingrow-ui-1.0.1.tgz#85b35612c61c5a361c58760c1c8ef9b868add884" - dependencies: - "@headlessui/vue" "^1.7.14" - "@popperjs/core" "^2.11.2" - "@tailwindcss/forms" "^0.5.3" - "@tailwindcss/typography" "^0.5.0" - "@tiptap/extension-color" "^2.0.3" - "@tiptap/extension-highlight" "^2.0.3" - "@tiptap/extension-image" "^2.0.3" - "@tiptap/extension-link" "^2.0.3" - "@tiptap/extension-mention" "^2.0.3" - "@tiptap/extension-placeholder" "^2.0.3" - "@tiptap/extension-table" "^2.0.3" - "@tiptap/extension-table-cell" "^2.0.3" - "@tiptap/extension-table-header" "^2.0.3" - "@tiptap/extension-table-row" "^2.0.3" - "@tiptap/extension-text-align" "^2.0.3" - "@tiptap/extension-text-style" "^2.0.3" - "@tiptap/extension-typography" "^2.0.3" - "@tiptap/pm" "^2.0.3" - "@tiptap/starter-kit" "^2.0.3" - "@tiptap/suggestion" "^2.0.3" - "@tiptap/vue-3" "^2.0.3" - "@vueuse/core" "^10.4.1" - dayjs "^1.11.13" - feather-icons "^4.28.0" - idb-keyval "^6.2.0" - ora "5.4.1" - prettier "^3.3.2" - radix-vue "^1.5.3" - showdown "^2.1.0" - socket.io-client "^4.5.1" - tippy.js "^6.3.7" - typescript "^5.0.2" - -jiti@^1.21.6: - version "1.21.7" - resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.7.tgz#9dd81043424a3d28458b193d965f0d18a2300ba9" - integrity sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A== - -js-beautify@^1.14.9: - version "1.15.4" - resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.15.4.tgz#f579f977ed4c930cef73af8f98f3f0a608acd51e" - integrity sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA== - dependencies: - config-chain "^1.1.13" - editorconfig "^1.0.4" - glob "^10.4.2" - js-cookie "^3.0.5" - nopt "^7.2.1" - -js-cookie@^3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.5.tgz#0b7e2fd0c01552c58ba86e0841f94dc2557dcdbc" - integrity sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw== - -js-levenshtein@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d" - integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g== - -js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@^3.13.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -jsdom@^19.0.0: - version "19.0.0" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-19.0.0.tgz#93e67c149fe26816d38a849ea30ac93677e16b6a" - integrity sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A== - dependencies: - abab "^2.0.5" - acorn "^8.5.0" - acorn-globals "^6.0.0" - cssom "^0.5.0" - cssstyle "^2.3.0" - data-urls "^3.0.1" - decimal.js "^10.3.1" - domexception "^4.0.0" - escodegen "^2.0.0" - form-data "^4.0.0" - html-encoding-sniffer "^3.0.0" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" - is-potential-custom-element-name "^1.0.1" - nwsapi "^2.2.0" - parse5 "6.0.1" - saxes "^5.0.1" - symbol-tree "^3.2.4" - tough-cookie "^4.0.0" - w3c-hr-time "^1.0.2" - w3c-xmlserializer "^3.0.0" - webidl-conversions "^7.0.0" - whatwg-encoding "^2.0.0" - whatwg-mimetype "^3.0.0" - whatwg-url "^10.0.0" - ws "^8.2.3" - xml-name-validator "^4.0.0" - -jsesc@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" - integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== - -jsesc@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" - integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== - -json-parse-better-errors@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-stable-stringify-without-jsonify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" - integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== - -json5@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" - integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== - -jsonfile@^6.0.1: - version "6.1.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" - integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== - dependencies: - universalify "^2.0.0" - optionalDependencies: - graceful-fs "^4.1.6" - -kolorist@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/kolorist/-/kolorist-1.8.0.tgz#edddbbbc7894bc13302cdf740af6374d4a04743c" - integrity sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ== - -levn@^0.3.0, levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA== - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -libarchive.js@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/libarchive.js/-/libarchive.js-1.3.0.tgz#18c42c6b4ce727a02359c90769e4e454cf3743cd" - integrity sha512-EkQfRXt9DhWwj6BnEA2TNpOf4jTnzSTUPGgE+iFxcdNqjktY8GitbDeHnx8qZA0/IukNyyBUR3oQKRdYkO+HFg== - -lilconfig@^2.0.5: - version "2.1.0" - resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" - integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== - -lilconfig@^3.0.0, lilconfig@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4" - integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw== - -lines-and-columns@^1.1.6: - version "1.2.4" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" - integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== - -linkify-it@^3.0.1: - version "3.0.3" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e" - integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ== - dependencies: - uc.micro "^1.0.1" - -linkify-it@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421" - integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ== - dependencies: - uc.micro "^2.0.0" - -linkifyjs@^4.2.0: - version "4.3.1" - resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.3.1.tgz#1f246ebf4be040002accd1f4535b6af7c7e37898" - integrity sha512-DRSlB9DKVW04c4SUdGvKK5FR6be45lTU9M76JnngqPeeGDqPwYc0zdUErtsNVMtxPXgUWV4HbXbnC4sNyBxkYg== - -lint-staged@^9.5.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-9.5.0.tgz#290ec605252af646d9b74d73a0fa118362b05a33" - integrity sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA== - dependencies: - chalk "^2.4.2" - commander "^2.20.0" - cosmiconfig "^5.2.1" - debug "^4.1.1" - dedent "^0.7.0" - del "^5.0.0" - execa "^2.0.3" - listr "^0.14.3" - log-symbols "^3.0.0" - micromatch "^4.0.2" - normalize-path "^3.0.0" - please-upgrade-node "^3.1.1" - string-argv "^0.3.0" - stringify-object "^3.3.0" - -listr-silent-renderer@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz#924b5a3757153770bf1a8e3fbf74b8bbf3f9242e" - integrity sha512-L26cIFm7/oZeSNVhWB6faeorXhMg4HNlb/dS/7jHhr708jxlXrtrBWo4YUxZQkc6dGoxEAe6J/D3juTRBUzjtA== - -listr-update-renderer@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/listr-update-renderer/-/listr-update-renderer-0.5.0.tgz#4ea8368548a7b8aecb7e06d8c95cb45ae2ede6a2" - integrity sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA== - dependencies: - chalk "^1.1.3" - cli-truncate "^0.2.1" - elegant-spinner "^1.0.1" - figures "^1.7.0" - indent-string "^3.0.0" - log-symbols "^1.0.2" - log-update "^2.3.0" - strip-ansi "^3.0.1" - -listr-verbose-renderer@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/listr-verbose-renderer/-/listr-verbose-renderer-0.5.0.tgz#f1132167535ea4c1261102b9f28dac7cba1e03db" - integrity sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw== - dependencies: - chalk "^2.4.1" - cli-cursor "^2.1.0" - date-fns "^1.27.2" - figures "^2.0.0" - -listr@^0.14.3: - version "0.14.3" - resolved "https://registry.yarnpkg.com/listr/-/listr-0.14.3.tgz#2fea909604e434be464c50bddba0d496928fa586" - integrity sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA== - dependencies: - "@samverschueren/stream-to-observable" "^0.3.0" - is-observable "^1.1.0" - is-promise "^2.1.0" - is-stream "^1.1.0" - listr-silent-renderer "^1.1.1" - listr-update-renderer "^0.5.0" - listr-verbose-renderer "^0.5.0" - p-map "^2.0.0" - rxjs "^6.3.3" - -local-pkg@^0.4.1, local-pkg@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.4.3.tgz#0ff361ab3ae7f1c19113d9bb97b98b905dbc4963" - integrity sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g== - -local-pkg@^0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.5.1.tgz#69658638d2a95287534d4c2fff757980100dbb6d" - integrity sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ== - dependencies: - mlly "^1.7.3" - pkg-types "^1.2.1" - -local-pkg@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-1.1.1.tgz#f5fe74a97a3bd3c165788ee08ca9fbe998dc58dd" - integrity sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg== - dependencies: - mlly "^1.7.4" - pkg-types "^2.0.1" - quansync "^0.2.8" - -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - dependencies: - p-locate "^4.1.0" - -locate-path@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" - integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== - dependencies: - p-locate "^5.0.0" - -lodash.castarray@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115" - integrity sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q== - -lodash.debounce@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== - -lodash.isplainobject@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== - -lodash.merge@^4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" - integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== - -lodash.topath@^4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/lodash.topath/-/lodash.topath-4.5.2.tgz#3616351f3bba61994a0931989660bd03254fd009" - integrity sha512-1/W4dM+35DwvE/iEd1M9ekewOSTlpFekhw9mhAtrwjVqUr83/ilQiyAvmg4tVX7Unkcfl1KC+i9WdaT4B6aQcg== - -lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -log-symbols@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18" - integrity sha512-mmPrW0Fh2fxOzdBbFv4g1m6pR72haFLPJ2G5SJEELf1y+iaQrDG6cWCPjy54RHYbZAt7X+ls690Kw62AdWXBzQ== - dependencies: - chalk "^1.0.0" - -log-symbols@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4" - integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ== - dependencies: - chalk "^2.4.2" - -log-symbols@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" - integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== - dependencies: - chalk "^4.1.0" - is-unicode-supported "^0.1.0" - -log-update@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708" - integrity sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg== - dependencies: - ansi-escapes "^3.0.0" - cli-cursor "^2.0.0" - wrap-ansi "^3.0.1" - -loupe@^2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.7.tgz#6e69b7d4db7d3ab436328013d37d1c8c3540c697" - integrity sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA== - dependencies: - get-func-name "^2.0.1" - -lru-cache@^10.2.0: - version "10.4.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" - integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== - -lru-cache@^4.0.1: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" - -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -luxon@^1.22.0: - version "1.28.1" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.1.tgz#528cdf3624a54506d710290a2341aa8e6e6c61b0" - integrity sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw== - -magic-string@0.30.8: - version "0.30.8" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.8.tgz#14e8624246d2bedba70d5462aa99ac9681844613" - integrity sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ== - dependencies: - "@jridgewell/sourcemap-codec" "^1.4.15" - -magic-string@^0.30.1, magic-string@^0.30.17: - version "0.30.17" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.17.tgz#450a449673d2460e5bbcfba9a61916a1714c7453" - integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA== - dependencies: - "@jridgewell/sourcemap-codec" "^1.5.0" - -make-dir@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e" - integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw== - dependencies: - semver "^7.5.3" - -markdown-it@^12.3.2: - version "12.3.2" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90" - integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg== - dependencies: - argparse "^2.0.1" - entities "~2.1.0" - linkify-it "^3.0.1" - mdurl "^1.0.1" - uc.micro "^1.0.5" - -markdown-it@^14.0.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45" - integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg== - dependencies: - argparse "^2.0.1" - entities "^4.4.0" - linkify-it "^5.0.0" - mdurl "^2.0.0" - punycode.js "^2.3.1" - uc.micro "^2.1.0" - -math-intrinsics@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" - integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== - -mdurl@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" - integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g== - -mdurl@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0" - integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w== - -merge-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" - integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - -merge2@^1.2.3, merge2@^1.3.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" - integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - -micromatch@^4.0.2, micromatch@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" - integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== - dependencies: - braces "^3.0.3" - picomatch "^2.3.1" - -mime-db@1.52.0: - version "1.52.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" - integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== - -mime-types@^2.1.12: - version "2.1.35" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" - integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== - dependencies: - mime-db "1.52.0" - -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -mini-svg-data-uri@^1.2.3: - version "1.4.4" - resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz#8ab0aabcdf8c29ad5693ca595af19dd2ead09939" - integrity sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg== - -minimatch@9.0.1: - version "9.0.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253" - integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w== - dependencies: - brace-expansion "^2.0.1" - -minimatch@^3.0.4, minimatch@^3.1.1: - version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimatch@^8.0.2: - version "8.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229" - integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA== - dependencies: - brace-expansion "^2.0.1" - -minimatch@^9.0.3, minimatch@^9.0.4: - version "9.0.5" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" - integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== - dependencies: - brace-expansion "^2.0.1" - -minimist@^1.2.6: - version "1.2.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" - integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== - -minipass@^4.2.4: - version "4.2.8" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a" - integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ== - -"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2: - version "7.1.2" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" - integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== - -mkdirp@^0.5.1: - version "0.5.6" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - -mlly@^1.7.3, mlly@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.7.4.tgz#3d7295ea2358ec7a271eaa5d000a0f84febe100f" - integrity sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw== - dependencies: - acorn "^8.14.0" - pathe "^2.0.1" - pkg-types "^1.3.0" - ufo "^1.5.4" - -modern-normalize@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/modern-normalize/-/modern-normalize-1.1.0.tgz#da8e80140d9221426bd4f725c6e11283d34f90b7" - integrity sha512-2lMlY1Yc1+CUy0gw4H95uNN7vjbpoED7NNRSBHE25nWfLBdmMzFCsPshlzbxHz+gYMcBEUN8V4pU16prcdPSgA== - -moo@^0.5.0: - version "0.5.2" - resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.2.tgz#f9fe82473bc7c184b0d32e2215d3f6e67278733c" - integrity sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q== - -ms@^2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -msw@^0.36.8: - version "0.36.8" - resolved "https://registry.yarnpkg.com/msw/-/msw-0.36.8.tgz#33ff8bfb0299626a95f43d0e4c3dc2c73c17f1ba" - integrity sha512-K7lOQoYqhGhTSChsmHMQbf/SDCsxh/m0uhN6Ipt206lGoe81fpTmaGD0KLh4jUxCONMOUnwCSj0jtX2CM4pEdw== - dependencies: - "@mswjs/cookies" "^0.1.7" - "@mswjs/interceptors" "^0.12.7" - "@open-draft/until" "^1.0.3" - "@types/cookie" "^0.4.1" - "@types/inquirer" "^8.1.3" - "@types/js-levenshtein" "^1.1.0" - chalk "4.1.1" - chokidar "^3.4.2" - cookie "^0.4.1" - graphql "^15.5.1" - headers-utils "^3.0.2" - inquirer "^8.2.0" - is-node-process "^1.0.1" - js-levenshtein "^1.1.6" - node-fetch "^2.6.7" - path-to-regexp "^6.2.0" - statuses "^2.0.0" - strict-event-emitter "^0.2.0" - type-fest "^1.2.2" - yargs "^17.3.0" - -muggle-string@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/muggle-string/-/muggle-string-0.4.1.tgz#3b366bd43b32f809dc20659534dd30e7c8a0d328" - integrity sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ== - -mute-stream@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" - integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== - -mz@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" - integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - dependencies: - any-promise "^1.0.0" - object-assign "^4.0.1" - thenify-all "^1.0.0" - -nanoid@^3.3.11: - version "3.3.11" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b" - integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== - -nanoid@^5.0.7: - version "5.1.5" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.1.5.tgz#f7597f9d9054eb4da9548cdd53ca70f1790e87de" - integrity sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw== - -natural-compare@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== - -nearley@^2.20.1: - version "2.20.1" - resolved "https://registry.yarnpkg.com/nearley/-/nearley-2.20.1.tgz#246cd33eff0d012faf197ff6774d7ac78acdd474" - integrity sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ== - dependencies: - commander "^2.19.0" - moo "^0.5.0" - railroad-diagrams "^1.0.0" - randexp "0.4.6" - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -node-domexception@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5" - integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ== - -node-emoji@^1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c" - integrity sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A== - dependencies: - lodash "^4.17.21" - -node-fetch@^2.6.7: - version "2.7.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" - integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== - dependencies: - whatwg-url "^5.0.0" - -node-fetch@^3.2.10: - version "3.3.2" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b" - integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA== - dependencies: - data-uri-to-buffer "^4.0.0" - fetch-blob "^3.1.4" - formdata-polyfill "^4.0.10" - -node-releases@^2.0.19: - version "2.0.19" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314" - integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw== - -nopt@^7.2.1: - version "7.2.1" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.1.tgz#1cac0eab9b8e97c9093338446eddd40b2c8ca1e7" - integrity sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w== - dependencies: - abbrev "^2.0.0" - -normalize-path@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379" - integrity sha512-7WyT0w8jhpDStXRq5836AMmihQwq2nrUVQrgjvUo/p/NZf9uy/MeJ246lBJVmWuYXMlJuG9BNZHF0hWjfTbQUA== - -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -normalize-range@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" - integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw== - dependencies: - path-key "^2.0.0" - -npm-run-path@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-3.1.0.tgz#7f91be317f6a466efed3c9f2980ad8a4ee8b0fa5" - integrity sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg== - dependencies: - path-key "^3.0.0" - -npm-run-path@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" - integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - dependencies: - path-key "^3.0.0" - -num2fraction@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" - integrity sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg== - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== - -nwsapi@^2.2.0: - version "2.2.20" - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.20.tgz#22e53253c61e7b0e7e93cef42c891154bcca11ef" - integrity sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA== - -object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== - -object-hash@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" - integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== - -object-hash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" - integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== - dependencies: - wrappy "1" - -onetime@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" - integrity sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ== - dependencies: - mimic-fn "^1.0.0" - -onetime@^5.1.0, onetime@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" - integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - dependencies: - mimic-fn "^2.1.0" - -optionator@^0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.6" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - word-wrap "~1.2.3" - -ora@5.4.1, ora@^5.4.1: - version "5.4.1" - resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" - integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== - dependencies: - bl "^4.1.0" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-spinners "^2.5.0" - is-interactive "^1.0.0" - is-unicode-supported "^0.1.0" - log-symbols "^4.1.0" - strip-ansi "^6.0.0" - wcwidth "^1.0.1" - -orderedmap@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/orderedmap/-/orderedmap-2.1.1.tgz#61481269c44031c449915497bf5a4ad273c512d2" - integrity sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g== - -os-tmpdir@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== - -outvariant@^1.2.0: - version "1.4.3" - resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.4.3.tgz#221c1bfc093e8fec7075497e7799fdbf43d14873" - integrity sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA== - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow== - -p-finally@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-2.0.1.tgz#bd6fcaa9c559a096b680806f4d657b3f0f240561" - integrity sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw== - -p-limit@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" - -p-limit@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" - integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== - dependencies: - yocto-queue "^0.1.0" - -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - dependencies: - p-limit "^2.2.0" - -p-locate@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" - integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== - dependencies: - p-limit "^3.0.2" - -p-map@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" - integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== - -p-map@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d" - integrity sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ== - dependencies: - aggregate-error "^3.0.0" - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -package-json-from-dist@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505" - integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw== - -package-manager-detector@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/package-manager-detector/-/package-manager-detector-1.3.0.tgz#b42d641c448826e03c2b354272456a771ce453c0" - integrity sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ== - -papaparse@^5.4.1: - version "5.5.3" - resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.5.3.tgz#07f8994dec516c6dab266e952bed68e1de59fa9a" - integrity sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A== - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw== - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -parse-json@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -parse5@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" - integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - -path-browserify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" - integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== - -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw== - -path-key@^3.0.0, path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -path-scurry@^1.11.1, path-scurry@^1.6.1: - version "1.11.1" - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" - integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== - dependencies: - lru-cache "^10.2.0" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - -path-to-regexp@^6.2.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4" - integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ== - -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - -pathe@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec" - integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ== - -pathe@^2.0.1, pathe@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716" - integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w== - -pathval@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" - integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ== - -picocolors@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" - integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== - -picocolors@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" - integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== - -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== - -picomatch@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab" - integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== - -pify@^2.0.0, pify@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== - -pify@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" - integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== - -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw== - dependencies: - pinkie "^2.0.0" - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg== - -pirates@^4.0.1: - version "4.0.7" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.7.tgz#643b4a18c4257c8a65104b73f3049ce9a0a15e22" - integrity sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA== - -pkg-types@^1.2.1, pkg-types@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.3.1.tgz#bd7cc70881192777eef5326c19deb46e890917df" - integrity sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ== - dependencies: - confbox "^0.1.8" - mlly "^1.7.4" - pathe "^2.0.1" - -pkg-types@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-2.1.1.tgz#b8b209b2e269af62f55ba51f0648b540039dc6ca" - integrity sha512-eY0QFb6eSwc9+0d/5D2lFFUq+A3n3QNGSy/X2Nvp+6MfzGw2u6EbA7S80actgjY1lkvvI0pqB+a4hioMh443Ew== - dependencies: - confbox "^0.2.2" - exsolve "^1.0.7" - pathe "^2.0.3" - -please-upgrade-node@^3.1.1: - version "3.2.0" - resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942" - integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== - dependencies: - semver-compare "^1.0.0" - -pngjs@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-5.0.0.tgz#e79dd2b215767fd9c04561c01236df960bce7fbb" - integrity sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw== - -postcss-easy-import@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-easy-import/-/postcss-easy-import-4.0.0.tgz#8ada07d857c2578f38a832b841714a7ddefccbee" - integrity sha512-Nq5/zsnyMyzz1D7Y7TC1hawNLWQLlh4eJnsM9zlxtc8mAeY8edlvSO1UGs1hyQvNvzK3OJ1bgLjsuyTijyvBEQ== - dependencies: - globby "^6.1.0" - is-glob "^4.0.0" - lodash "^4.17.4" - object-assign "^4.0.1" - pify "^3.0.0" - postcss-import "^14.0.0" - resolve "^1.1.7" - -postcss-functions@^3: - version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-functions/-/postcss-functions-3.0.0.tgz#0e94d01444700a481de20de4d55fb2640564250e" - integrity sha512-N5yWXWKA+uhpLQ9ZhBRl2bIAdM6oVJYpDojuI1nF2SzXBimJcdjFwiAouBVbO5VuOF3qA6BSFWFc3wXbbj72XQ== - dependencies: - glob "^7.1.2" - object-assign "^4.1.1" - postcss "^6.0.9" - postcss-value-parser "^3.3.0" - -postcss-import@^14.0.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.1.0.tgz#a7333ffe32f0b8795303ee9e40215dac922781f0" - integrity sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw== - dependencies: - postcss-value-parser "^4.0.0" - read-cache "^1.0.0" - resolve "^1.1.7" - -postcss-import@^15.1.0: - version "15.1.0" - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70" - integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== - dependencies: - postcss-value-parser "^4.0.0" - read-cache "^1.0.0" - resolve "^1.1.7" - -postcss-js@^2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-2.0.3.tgz#a96f0f23ff3d08cec7dc5b11bf11c5f8077cdab9" - integrity sha512-zS59pAk3deu6dVHyrGqmC3oDXBdNdajk4k1RyxeVXCrcEDBUBHoIhE4QTsmhxgzXxsaqFDAkUZfmMa5f/N/79w== - dependencies: - camelcase-css "^2.0.1" - postcss "^7.0.18" - -postcss-js@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.1.tgz#61598186f3703bab052f1c4f7d805f3991bee9d2" - integrity sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw== - dependencies: - camelcase-css "^2.0.1" - -postcss-load-config@^3.1.0: - version "3.1.4" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz#1ab2571faf84bb078877e1d07905eabe9ebda855" - integrity sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg== - dependencies: - lilconfig "^2.0.5" - yaml "^1.10.2" - -postcss-load-config@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz#7159dcf626118d33e299f485d6afe4aff7c4a3e3" - integrity sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ== - dependencies: - lilconfig "^3.0.0" - yaml "^2.3.4" - -postcss-nested@^4: - version "4.2.3" - resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-4.2.3.tgz#c6f255b0a720549776d220d00c4b70cd244136f6" - integrity sha512-rOv0W1HquRCamWy2kFl3QazJMMe1ku6rCFoAAH+9AcxdbpDeBr6k968MLWuLjvjMcGEip01ak09hKOEgpK9hvw== - dependencies: - postcss "^7.0.32" - postcss-selector-parser "^6.0.2" - -postcss-nested@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.2.0.tgz#4c2d22ab5f20b9cb61e2c5c5915950784d068131" - integrity sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ== - dependencies: - postcss-selector-parser "^6.1.1" - -postcss-selector-parser@6.0.10: - version "6.0.10" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" - integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== - dependencies: - cssesc "^3.0.0" - util-deprecate "^1.0.2" - -postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.1.1, postcss-selector-parser@^6.1.2: - version "6.1.2" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de" - integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg== - dependencies: - cssesc "^3.0.0" - util-deprecate "^1.0.2" - -postcss-value-parser@^3.3.0: - version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - -postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" - integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== - -postcss@^6.0.9: - version "6.0.23" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324" - integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - dependencies: - chalk "^2.4.1" - source-map "^0.6.1" - supports-color "^5.4.0" - -postcss@^7, postcss@^7.0.18, postcss@^7.0.32: - version "7.0.39" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" - integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== - dependencies: - picocolors "^0.2.1" - source-map "^0.6.1" - -postcss@^8.3.5, postcss@^8.4.13, postcss@^8.4.32, postcss@^8.4.47, postcss@^8.4.6, postcss@^8.5.6: - version "8.5.6" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c" - integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg== - dependencies: - nanoid "^3.3.11" - picocolors "^1.1.1" - source-map-js "^1.2.1" - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w== - -prettier-linter-helpers@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" - integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== - dependencies: - fast-diff "^1.1.2" - -prettier-plugin-tailwindcss@^0.1.8: - version "0.1.13" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz#ca1071361dc7e2ed5d95a2ee36825ce45f814942" - integrity sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw== - -prettier@^2.5.1: - version "2.8.8" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" - integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== - -prettier@^3.3.2: - version "3.6.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393" - integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ== - -pretty-hrtime@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" - integrity sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A== - -progress@^2.0.0, progress@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - -prosemirror-changeset@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz#eee3299cfabc7a027694e9abdc4e85505e9dd5e7" - integrity sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ== - dependencies: - prosemirror-transform "^1.0.0" - -prosemirror-collab@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz#0e8c91e76e009b53457eb3b3051fb68dad029a33" - integrity sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ== - dependencies: - prosemirror-state "^1.0.0" - -prosemirror-commands@^1.0.0, prosemirror-commands@^1.6.2: - version "1.7.1" - resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz#d101fef85618b1be53d5b99ea17bee5600781b38" - integrity sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.10.2" - -prosemirror-dropcursor@^1.8.1: - version "1.8.2" - resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz#2ed30c4796109ddeb1cf7282372b3850528b7228" - integrity sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw== - dependencies: - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - prosemirror-view "^1.1.0" - -prosemirror-gapcursor@^1.3.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.3.2.tgz#5fa336b83789c6199a7341c9493587e249215cb4" - integrity sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ== - dependencies: - prosemirror-keymap "^1.0.0" - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-view "^1.0.0" - -prosemirror-history@^1.0.0, prosemirror-history@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.4.1.tgz#cc370a46fb629e83a33946a0e12612e934ab8b98" - integrity sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ== - dependencies: - prosemirror-state "^1.2.2" - prosemirror-transform "^1.0.0" - prosemirror-view "^1.31.0" - rope-sequence "^1.3.0" - -prosemirror-inputrules@^1.4.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.5.0.tgz#e22bfaf1d6ea4fe240ad447c184af3d520d43c37" - integrity sha512-K0xJRCmt+uSw7xesnHmcn72yBGTbY45vm8gXI4LZXbx2Z0jwh5aF9xrGQgrVPu0WbyFVFF3E/o9VhJYz6SQWnA== - dependencies: - prosemirror-state "^1.0.0" - prosemirror-transform "^1.0.0" - -prosemirror-keymap@^1.0.0, prosemirror-keymap@^1.2.2: - version "1.2.3" - resolved "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz#c0f6ab95f75c0b82c97e44eb6aaf29cbfc150472" - integrity sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw== - dependencies: - prosemirror-state "^1.0.0" - w3c-keyname "^2.2.0" - -prosemirror-markdown@^1.13.1: - version "1.13.2" - resolved "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.13.2.tgz#863eb3fd5f57a444e4378174622b562735b1c503" - integrity sha512-FPD9rHPdA9fqzNmIIDhhnYQ6WgNoSWX9StUZ8LEKapaXU9i6XgykaHKhp6XMyXlOWetmaFgGDS/nu/w9/vUc5g== - dependencies: - "@types/markdown-it" "^14.0.0" - markdown-it "^14.0.0" - prosemirror-model "^1.25.0" - -prosemirror-menu@^1.2.4: - version "1.2.5" - resolved "https://registry.yarnpkg.com/prosemirror-menu/-/prosemirror-menu-1.2.5.tgz#dea00e7b623cea89f4d76963bee22d2ac2343250" - integrity sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ== - dependencies: - crelt "^1.0.0" - prosemirror-commands "^1.0.0" - prosemirror-history "^1.0.0" - prosemirror-state "^1.0.0" - -prosemirror-model@^1.0.0, prosemirror-model@^1.20.0, prosemirror-model@^1.21.0, prosemirror-model@^1.23.0, prosemirror-model@^1.25.0: - version "1.25.1" - resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.25.1.tgz#aeae9f1ec79fcaa76f6fc619800d91fbcf726870" - integrity sha512-AUvbm7qqmpZa5d9fPKMvH1Q5bqYQvAZWOGRvxsB6iFLyycvC9MwNemNVjHVrWgjaoxAfY8XVg7DbvQ/qxvI9Eg== - dependencies: - orderedmap "^2.0.0" - -prosemirror-schema-basic@^1.2.3: - version "1.2.4" - resolved "https://registry.yarnpkg.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz#389ce1ec09b8a30ea9bbb92c58569cb690c2d695" - integrity sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ== - dependencies: - prosemirror-model "^1.25.0" - -prosemirror-schema-list@^1.4.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz#5869c8f749e8745c394548bb11820b0feb1e32f5" - integrity sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.7.3" - -prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, prosemirror-state@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.4.3.tgz#94aecf3ffd54ec37e87aa7179d13508da181a080" - integrity sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q== - dependencies: - prosemirror-model "^1.0.0" - prosemirror-transform "^1.0.0" - prosemirror-view "^1.27.0" - -prosemirror-tables@^1.6.4: - version "1.7.1" - resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.7.1.tgz#df2507f285c6c7563097b4904cb7c4b9e0cd724b" - integrity sha512-eRQ97Bf+i9Eby99QbyAiyov43iOKgWa7QCGly+lrDt7efZ1v8NWolhXiB43hSDGIXT1UXgbs4KJN3a06FGpr1Q== - dependencies: - prosemirror-keymap "^1.2.2" - prosemirror-model "^1.25.0" - prosemirror-state "^1.4.3" - prosemirror-transform "^1.10.3" - prosemirror-view "^1.39.1" - -prosemirror-trailing-node@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz#5bc223d4fc1e8d9145e4079ec77a932b54e19e04" - integrity sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ== - dependencies: - "@remirror/core-constants" "3.0.0" - escape-string-regexp "^4.0.0" - -prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transform@^1.10.2, prosemirror-transform@^1.10.3, prosemirror-transform@^1.7.3: - version "1.10.4" - resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.10.4.tgz#56419eac14f9f56612c806ae46f9238648f3f02e" - integrity sha512-pwDy22nAnGqNR1feOQKHxoFkkUtepoFAd3r2hbEDsnf4wp57kKA36hXsB3njA9FtONBEwSDnDeCiJe+ItD+ykw== - dependencies: - prosemirror-model "^1.21.0" - -prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.27.0, prosemirror-view@^1.31.0, prosemirror-view@^1.37.0, prosemirror-view@^1.39.1: - version "1.40.0" - resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.40.0.tgz#212e627a0c4f0198ac9823a1232e0099c9a92865" - integrity sha512-2G3svX0Cr1sJjkD/DYWSe3cfV5VPVTBOxI9XQEGWJDFEpsZb/gh4MV29ctv+OJx2RFX4BLt09i+6zaGM/ldkCw== - dependencies: - prosemirror-model "^1.20.0" - prosemirror-state "^1.0.0" - prosemirror-transform "^1.1.0" - -proto-list@~1.2.1: - version "1.2.4" - resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" - integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA== - -proxy-from-env@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" - integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== - -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ== - -psl@^1.1.33: - version "1.15.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.15.0.tgz#bdace31896f1d97cec6a79e8224898ce93d974c6" - integrity sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w== - dependencies: - punycode "^2.3.1" - -pump@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.3.tgz#151d979f1a29668dc0025ec589a455b53282268d" - integrity sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -punycode.js@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7" - integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== - -punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" - integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== - -purgecss@^4.0.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-4.1.3.tgz#683f6a133c8c4de7aa82fe2746d1393b214918f7" - integrity sha512-99cKy4s+VZoXnPxaoM23e5ABcP851nC2y2GROkkjS8eJaJtlciGavd7iYAw2V84WeBqggZ12l8ef44G99HmTaw== - dependencies: - commander "^8.0.0" - glob "^7.1.7" - postcss "^8.3.5" - postcss-selector-parser "^6.0.6" - -qrcode@^1.5.4: - version "1.5.4" - resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.5.4.tgz#5cb81d86eb57c675febb08cf007fff963405da88" - integrity sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg== - dependencies: - dijkstrajs "^1.0.1" - pngjs "^5.0.0" - yargs "^15.3.1" - -quansync@^0.2.8: - version "0.2.10" - resolved "https://registry.yarnpkg.com/quansync/-/quansync-0.2.10.tgz#32053cf166fa36511aae95fc49796116f2dc20e1" - integrity sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A== - -querystringify@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" - integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== - -queue-microtask@^1.2.2: - version "1.2.3" - resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" - integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== - -quick-lru@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" - integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== - -radix-vue@^1.5.3: - version "1.9.17" - resolved "https://registry.yarnpkg.com/radix-vue/-/radix-vue-1.9.17.tgz#d6aec1727148e21cfb105c46a4c20bf100c8eee7" - integrity sha512-mVCu7I2vXt1L2IUYHTt0sZMz7s1K2ZtqKeTIxG3yC5mMFfLBG4FtE1FDeRMpDd+Hhg/ybi9+iXmAP1ISREndoQ== - dependencies: - "@floating-ui/dom" "^1.6.7" - "@floating-ui/vue" "^1.1.0" - "@internationalized/date" "^3.5.4" - "@internationalized/number" "^3.5.3" - "@tanstack/vue-virtual" "^3.8.1" - "@vueuse/core" "^10.11.0" - "@vueuse/shared" "^10.11.0" - aria-hidden "^1.2.4" - defu "^6.1.4" - fast-deep-equal "^3.1.3" - nanoid "^5.0.7" - -railroad-diagrams@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e" - integrity sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A== - -randexp@0.4.6: - version "0.4.6" - resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3" - integrity sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ== - dependencies: - discontinuous-range "1.0.0" - ret "~0.1.10" - -read-cache@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774" - integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA== - dependencies: - pify "^2.3.0" - -readable-stream@^3.4.0: - version "3.6.2" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" - integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readdirp@~3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" - integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== - dependencies: - picomatch "^2.2.1" - -reduce-css-calc@^2.1.8: - version "2.1.8" - resolved "https://registry.yarnpkg.com/reduce-css-calc/-/reduce-css-calc-2.1.8.tgz#7ef8761a28d614980dc0c982f772c93f7a99de03" - integrity sha512-8liAVezDmUcH+tdzoEGrhfbGcP7nOV4NkGE3a74+qqvE7nt9i4sKLGBuZNOnpI4WiGksiNPklZxva80061QiPg== - dependencies: - css-unit-converter "^1.1.1" - postcss-value-parser "^3.3.0" - -regenerate-unicode-properties@^10.2.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz#626e39df8c372338ea9b8028d1f99dc3fd9c3db0" - integrity sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA== - dependencies: - regenerate "^1.4.2" - -regenerate@^1.4.2: - version "1.4.2" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" - integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - -regenerator-runtime@^0.13.11: - version "0.13.11" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" - integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== - -regexpp@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" - integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw== - -regexpu-core@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.2.0.tgz#0e5190d79e542bf294955dccabae04d3c7d53826" - integrity sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA== - dependencies: - regenerate "^1.4.2" - regenerate-unicode-properties "^10.2.0" - regjsgen "^0.8.0" - regjsparser "^0.12.0" - unicode-match-property-ecmascript "^2.0.0" - unicode-match-property-value-ecmascript "^2.1.0" - -register-service-worker@^1.6.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/register-service-worker/-/register-service-worker-1.7.2.tgz#6516983e1ef790a98c4225af1216bc80941a4bd2" - integrity sha512-CiD3ZSanZqcMPRhtfct5K9f7i3OLCcBBWsJjLh1gW9RO/nS94sVzY59iS+fgYBOBqaBpf4EzfqUF3j9IG+xo8A== - -regjsgen@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.8.0.tgz#df23ff26e0c5b300a6470cad160a9d090c3a37ab" - integrity sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q== - -regjsparser@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.12.0.tgz#0e846df6c6530586429377de56e0475583b088dc" - integrity sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ== - dependencies: - jsesc "~3.0.2" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== - -resize-detector@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/resize-detector/-/resize-detector-0.3.0.tgz#fe495112e184695500a8f51e0389f15774cb1cfc" - integrity sha512-R/tCuvuOHQ8o2boRP6vgx8hXCCy87H1eY9V5imBYeVNyNVpuL9ciReSccLj2gDcax9+2weXy3bc8Vv+NRXeEvQ== - -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw== - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -resolve@^1.1.7, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.2, resolve@^1.22.8: - version "1.22.10" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39" - integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== - dependencies: - is-core-module "^2.16.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -restore-cursor@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" - integrity sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q== - dependencies: - onetime "^2.0.0" - signal-exit "^3.0.2" - -restore-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" - integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - dependencies: - onetime "^5.1.0" - signal-exit "^3.0.2" - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -reusify@^1.0.4: - version "1.1.0" - resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f" - integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw== - -rgb-regex@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" - integrity sha512-gDK5mkALDFER2YLqH6imYvK6g02gpNGM4ILDZ472EwWfXZnC2ZEpoB2ECXTyOVUKuk/bPJZMzwQPBYICzP+D3w== - -rgba-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" - integrity sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg== - -rimraf@2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" - integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - dependencies: - glob "^7.1.3" - -rimraf@^3.0.0, rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -"rollup@>=2.59.0 <2.78.0": - version "2.77.3" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12" - integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g== - optionalDependencies: - fsevents "~2.3.2" - -rollup@^4.2.0: - version "4.44.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.44.1.tgz#641723932894e7acbe6052aea34b8e72ef8b7c8f" - integrity sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg== - dependencies: - "@types/estree" "1.0.8" - optionalDependencies: - "@rollup/rollup-android-arm-eabi" "4.44.1" - "@rollup/rollup-android-arm64" "4.44.1" - "@rollup/rollup-darwin-arm64" "4.44.1" - "@rollup/rollup-darwin-x64" "4.44.1" - "@rollup/rollup-freebsd-arm64" "4.44.1" - "@rollup/rollup-freebsd-x64" "4.44.1" - "@rollup/rollup-linux-arm-gnueabihf" "4.44.1" - "@rollup/rollup-linux-arm-musleabihf" "4.44.1" - "@rollup/rollup-linux-arm64-gnu" "4.44.1" - "@rollup/rollup-linux-arm64-musl" "4.44.1" - "@rollup/rollup-linux-loongarch64-gnu" "4.44.1" - "@rollup/rollup-linux-powerpc64le-gnu" "4.44.1" - "@rollup/rollup-linux-riscv64-gnu" "4.44.1" - "@rollup/rollup-linux-riscv64-musl" "4.44.1" - "@rollup/rollup-linux-s390x-gnu" "4.44.1" - "@rollup/rollup-linux-x64-gnu" "4.44.1" - "@rollup/rollup-linux-x64-musl" "4.44.1" - "@rollup/rollup-win32-arm64-msvc" "4.44.1" - "@rollup/rollup-win32-ia32-msvc" "4.44.1" - "@rollup/rollup-win32-x64-msvc" "4.44.1" - fsevents "~2.3.2" - -rope-sequence@^1.3.0: - version "1.3.4" - resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.4.tgz#df85711aaecd32f1e756f76e43a415171235d425" - integrity sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ== - -run-async@^2.4.0: - version "2.4.1" - resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" - integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== - -run-parallel@^1.1.9: - version "1.2.0" - resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" - integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== - dependencies: - queue-microtask "^1.2.2" - -rxjs@^6.3.3, rxjs@^6.6.0: - version "6.6.7" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" - integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== - dependencies: - tslib "^1.9.0" - -rxjs@^7.2.0, rxjs@^7.5.5: - version "7.8.2" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.2.tgz#955bc473ed8af11a002a2be52071bf475638607b" - integrity sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA== - dependencies: - tslib "^2.1.0" - -safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -saxes@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d" - integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== - dependencies: - xmlchars "^2.2.0" - -semver-compare@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" - integrity sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow== - -semver@^5.5.0, semver@^5.6.0: - version "5.7.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" - integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== - -semver@^6.1.2, semver@^6.3.0, semver@^6.3.1: - version "6.3.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" - integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== - -semver@^7.5.3: - version "7.7.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58" - integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== - -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== - -set-cookie-parser@^2.4.6: - version "2.7.1" - resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943" - integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ== - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg== - dependencies: - shebang-regex "^1.0.0" - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ== - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -showdown@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/showdown/-/showdown-2.1.0.tgz#1251f5ed8f773f0c0c7bfc8e6fd23581f9e545c5" - integrity sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ== - dependencies: - commander "^9.0.0" - -signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: - version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -signal-exit@^4.0.1: - version "4.1.0" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" - integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== - -simple-swizzle@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" - integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg== - dependencies: - is-arrayish "^0.3.1" - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - -slice-ansi@0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" - integrity sha512-up04hB2hR92PgjpyU3y/eg91yIBILyjVY26NvvciY3EVVPjybkMszMpXQ9QAkcS3I5rtJBDLoTxxg+qvW8c7rw== - -slice-ansi@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" - integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== - dependencies: - ansi-styles "^3.2.0" - astral-regex "^1.0.0" - is-fullwidth-code-point "^2.0.0" - -socket.io-client@^4.5.1: - version "4.8.1" - resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.8.1.tgz#1941eca135a5490b94281d0323fe2a35f6f291cb" - integrity sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ== - dependencies: - "@socket.io/component-emitter" "~3.1.0" - debug "~4.3.2" - engine.io-client "~6.6.1" - socket.io-parser "~4.2.4" - -socket.io-parser@~4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.4.tgz#c806966cf7270601e47469ddeec30fbdfda44c83" - integrity sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew== - dependencies: - "@socket.io/component-emitter" "~3.1.0" - debug "~4.3.1" - -source-map-js@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" - integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== - -source-map@^0.6.1, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== - -sql-formatter@^15.4.10: - version "15.6.5" - resolved "https://registry.yarnpkg.com/sql-formatter/-/sql-formatter-15.6.5.tgz#f57f49013a7b14c3239a49b033b02b0c03758285" - integrity sha512-fr4TyM1udCSrOHOmouotwUi8dxIDhSLpYNmPePGFVzxq8/i8jd828IapE49QXG7Gzkswxo5WwdAGnYX4YpKoTg== - dependencies: - argparse "^2.0.1" - nearley "^2.20.1" - -statuses@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382" - integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw== - -strict-event-emitter@^0.2.0: - version "0.2.8" - resolved "https://registry.yarnpkg.com/strict-event-emitter/-/strict-event-emitter-0.2.8.tgz#b4e768927c67273c14c13d20e19d5e6c934b47ca" - integrity sha512-KDf/ujU8Zud3YaLtMCcTI4xkZlZVIYxTLr+XIULexP+77EEVWixeXroLUXQXiVtH4XH2W7jr/3PT1v3zBuvc3A== - dependencies: - events "^3.3.0" - -string-argv@^0.3.0: - version "0.3.2" - resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6" - integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q== - -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw== - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -string-width@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" - -string-width@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" - integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - dependencies: - emoji-regex "^7.0.1" - is-fullwidth-code-point "^2.0.0" - strip-ansi "^5.1.0" - -string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^5.0.1, string-width@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" - integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== - dependencies: - eastasianwidth "^0.2.0" - emoji-regex "^9.2.2" - strip-ansi "^7.0.1" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -stringify-object@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" - integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== - dependencies: - get-own-enumerable-property-symbols "^3.0.0" - is-obj "^1.0.1" - is-regexp "^1.0.0" - -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg== - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow== - dependencies: - ansi-regex "^3.0.0" - -strip-ansi@^5.1.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - dependencies: - ansi-regex "^4.1.0" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@^7.0.1: - version "7.1.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" - integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== - dependencies: - ansi-regex "^6.0.1" - -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q== - -strip-final-newline@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" - integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - -strip-indent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" - integrity sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA== - -strip-json-comments@^3.0.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" - integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - -style-mod@^4.0.0, style-mod@^4.1.0: - version "4.1.2" - resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.1.2.tgz#ca238a1ad4786520f7515a8539d5a63691d7bf67" - integrity sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw== - -sucrase@^3.35.0: - version "3.35.0" - resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.35.0.tgz#57f17a3d7e19b36d8995f06679d121be914ae263" - integrity sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA== - dependencies: - "@jridgewell/gen-mapping" "^0.3.2" - commander "^4.0.0" - glob "^10.3.10" - lines-and-columns "^1.1.6" - mz "^2.7.0" - pirates "^4.0.1" - ts-interface-checker "^0.1.9" - -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g== - -supports-color@^5.3.0, supports-color@^5.4.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -symbol-observable@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" - integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== - -symbol-tree@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" - integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - -systemjs@^6.14.1: - version "6.15.1" - resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-6.15.1.tgz#74175b6810e27a79e1177d21db5f0e3057118cea" - integrity sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA== - -table@^5.2.3: - version "5.4.6" - resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" - integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== - dependencies: - ajv "^6.10.2" - lodash "^4.17.14" - slice-ansi "^2.1.0" - string-width "^3.0.0" - -tailwindcss@^3.2: - version "3.4.17" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.17.tgz#ae8406c0f96696a631c790768ff319d46d5e5a63" - integrity sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og== - dependencies: - "@alloc/quick-lru" "^5.2.0" - arg "^5.0.2" - chokidar "^3.6.0" - didyoumean "^1.2.2" - dlv "^1.1.3" - fast-glob "^3.3.2" - glob-parent "^6.0.2" - is-glob "^4.0.3" - jiti "^1.21.6" - lilconfig "^3.1.3" - micromatch "^4.0.8" - normalize-path "^3.0.0" - object-hash "^3.0.0" - picocolors "^1.1.1" - postcss "^8.4.47" - postcss-import "^15.1.0" - postcss-js "^4.0.1" - postcss-load-config "^4.0.2" - postcss-nested "^6.2.0" - postcss-selector-parser "^6.1.2" - resolve "^1.22.8" - sucrase "^3.35.0" - -test-exclude@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" - integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - dependencies: - "@istanbuljs/schema" "^0.1.2" - glob "^7.1.4" - minimatch "^3.0.4" - -text-table@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" - integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== - -thenify-all@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" - integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== - dependencies: - thenify ">= 3.1.0 < 4" - -"thenify@>= 3.1.0 < 4": - version "3.3.1" - resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" - integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== - dependencies: - any-promise "^1.0.0" - -through@^2.3.6: - version "2.3.8" - resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== - -tinyexec@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1" - integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw== - -tinypool@^0.1.2: - version "0.1.3" - resolved "https://registry.yarnpkg.com/tinypool/-/tinypool-0.1.3.tgz#b5570b364a1775fd403de5e7660b325308fee26b" - integrity sha512-2IfcQh7CP46XGWGGbdyO4pjcKqsmVqFAPcXfPxcPXmOWt9cYkTP9HcDmGgsfijYoAEc4z9qcpM/BaBz46Y9/CQ== - -tinyspy@^0.3.2: - version "0.3.3" - resolved "https://registry.yarnpkg.com/tinyspy/-/tinyspy-0.3.3.tgz#8b57f8aec7fe1bf583a3a49cb9ab30c742f69237" - integrity sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw== - -tippy.js@^6.3.7: - version "6.3.7" - resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.7.tgz#8ccfb651d642010ed9a32ff29b0e9e19c5b8c61c" - integrity sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ== - dependencies: - "@popperjs/core" "^2.9.0" - -tmp@^0.0.33: - version "0.0.33" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" - integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== - dependencies: - os-tmpdir "~1.0.2" - -tmp@^0.2.1: - version "0.2.3" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae" - integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w== - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -tough-cookie@^4.0.0: - version "4.1.4" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36" - integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag== - dependencies: - psl "^1.1.33" - punycode "^2.1.1" - universalify "^0.2.0" - url-parse "^1.5.3" - -tr46@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-3.0.0.tgz#555c4e297a950617e8eeddef633c87d4d9d6cbf9" - integrity sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA== - dependencies: - punycode "^2.1.1" - -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" - integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== - -ts-interface-checker@^0.1.9: - version "0.1.13" - resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" - integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== - -tslib@2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" - integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== - -tslib@^1.9.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - -tslib@^2.0.0, tslib@^2.1.0, tslib@^2.6.2, tslib@^2.8.0: - version "2.8.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" - integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== - -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg== - dependencies: - prelude-ls "~1.1.2" - -type-detect@^4.0.0, type-detect@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c" - integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw== - -type-fest@^0.21.3: - version "0.21.3" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" - integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== - -type-fest@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" - integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - -type-fest@^1.2.2: - version "1.4.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1" - integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA== - -typescript@^5.0.2, typescript@^5.4.3: - version "5.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" - integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== - -uc.micro@^1.0.1, uc.micro@^1.0.5: - version "1.0.6" - resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" - integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== - -uc.micro@^2.0.0, uc.micro@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee" - integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A== - -ufo@^1.5.4: - version "1.6.1" - resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.1.tgz#ac2db1d54614d1b22c1d603e3aef44a85d8f146b" - integrity sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA== - -undici-types@~7.8.0: - version "7.8.0" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294" - integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw== - -unicode-canonical-property-names-ecmascript@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2" - integrity sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg== - -unicode-match-property-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" - integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== - dependencies: - unicode-canonical-property-names-ecmascript "^2.0.0" - unicode-property-aliases-ecmascript "^2.0.0" - -unicode-match-property-value-ecmascript@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz#a0401aee72714598f739b68b104e4fe3a0cb3c71" - integrity sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg== - -unicode-property-aliases-ecmascript@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd" - integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== - -universalify@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" - integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== - -universalify@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" - integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== - -unplugin-icons@^0.17.0: - version "0.17.4" - resolved "https://registry.yarnpkg.com/unplugin-icons/-/unplugin-icons-0.17.4.tgz#a05268d44a22703876f953c26107af3cfa04a936" - integrity sha512-PHLxjBx3ZV8RUBvfMafFl8uWH88jHeZgOijcRpkwgne7y2Ovx7WI0Ltzzw3fjZQ7dGaDhB8udyKVdm9N2S6BIw== - dependencies: - "@antfu/install-pkg" "^0.1.1" - "@antfu/utils" "^0.7.6" - "@iconify/utils" "^2.1.11" - debug "^4.3.4" - kolorist "^1.8.0" - local-pkg "^0.5.0" - unplugin "^1.5.0" - -unplugin-vue-components@^0.25.2: - version "0.25.2" - resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz#99d9d02a4066a24e720edbe74a82a4ee6ff86153" - integrity sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA== - dependencies: - "@antfu/utils" "^0.7.5" - "@rollup/pluginutils" "^5.0.2" - chokidar "^3.5.3" - debug "^4.3.4" - fast-glob "^3.3.0" - local-pkg "^0.4.3" - magic-string "^0.30.1" - minimatch "^9.0.3" - resolve "^1.22.2" - unplugin "^1.4.0" - -unplugin@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.0.1.tgz#83b528b981cdcea1cad422a12cd02e695195ef3f" - integrity sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA== - dependencies: - acorn "^8.8.1" - chokidar "^3.5.3" - webpack-sources "^3.2.3" - webpack-virtual-modules "^0.5.0" - -unplugin@^1.4.0, unplugin@^1.5.0: - version "1.16.1" - resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.16.1.tgz#a844d2e3c3b14a4ac2945c42be80409321b61199" - integrity sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w== - dependencies: - acorn "^8.14.0" - webpack-virtual-modules "^0.6.2" - -update-browserslist-db@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz#348377dd245216f9e7060ff50b15a1b740b75420" - integrity sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw== - dependencies: - escalade "^3.2.0" - picocolors "^1.1.1" - -uri-js@^4.2.2: - version "4.4.1" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" - integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== - dependencies: - punycode "^2.1.0" - -url-parse@^1.5.3: - version "1.5.10" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" - integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== - dependencies: - querystringify "^2.1.1" - requires-port "^1.0.0" - -util-deprecate@^1.0.1, util-deprecate@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== - -v8-compile-cache@^2.0.3: - version "2.4.0" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz#cdada8bec61e15865f05d097c5f4fd30e94dc128" - integrity sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw== - -v8-to-istanbul@^9.0.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz#b9572abfa62bd556c16d75fdebc1a411d5ff3175" - integrity sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA== - dependencies: - "@jridgewell/trace-mapping" "^0.3.12" - "@types/istanbul-lib-coverage" "^2.0.1" - convert-source-map "^2.0.0" - -vite-plugin-rewrite-all@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/vite-plugin-rewrite-all/-/vite-plugin-rewrite-all-1.0.2.tgz#3945ac5ef1edfb051425e12ecdb92f69e3d92ec1" - integrity sha512-NpiFyHi9w8iHm3kZ28ma/IU16LFCkNJNqTvGy6cjoit2EMBi7dgFWFZFYcwZjUrc+pOMup//rsQTRVILvF2efQ== - dependencies: - connect-history-api-fallback "^1.6.0" - -vite@5.0.13: - version "5.0.13" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.13.tgz#605865b0e482506163e3f04f91665238f3be8cf1" - integrity sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg== - dependencies: - esbuild "^0.19.3" - postcss "^8.4.32" - rollup "^4.2.0" - optionalDependencies: - fsevents "~2.3.3" - -vite@^2.9.5: - version "2.9.18" - resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.18.tgz#74e2a83b29da81e602dac4c293312cc575f091c7" - integrity sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ== - dependencies: - esbuild "^0.14.27" - postcss "^8.4.13" - resolve "^1.22.0" - rollup ">=2.59.0 <2.78.0" - optionalDependencies: - fsevents "~2.3.2" - -vitest@^0.9.3: - version "0.9.4" - resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.9.4.tgz#220fb09a5b0861bbf6842681a976ff596d9be693" - integrity sha512-Em+EJb3keCr3GjyqnkxHuY7zMerEgLsN+m2nqsUcCzO7C4+Y0E7O7LXSNaODh3Gc/An3dqnoaAe/uLBrAJXUdQ== - dependencies: - "@types/chai" "^4.3.1" - "@types/chai-subset" "^1.3.3" - chai "^4.3.6" - local-pkg "^0.4.1" - tinypool "^0.1.2" - tinyspy "^0.3.2" - vite "^2.9.5" - -vscode-uri@^3.0.8: - version "3.1.0" - resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.1.0.tgz#dd09ec5a66a38b5c3fffc774015713496d14e09c" - integrity sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ== - -vue-codemirror@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/vue-codemirror/-/vue-codemirror-6.1.1.tgz#246697ef4cfa6b2448dd592ade214bb7ff86611f" - integrity sha512-rTAYo44owd282yVxKtJtnOi7ERAcXTeviwoPXjIc6K/IQYUsoDkzPvw/JDFtSP6T7Cz/2g3EHaEyeyaQCKoDMg== - dependencies: - "@codemirror/commands" "6.x" - "@codemirror/language" "6.x" - "@codemirror/state" "6.x" - "@codemirror/view" "6.x" - -vue-component-type-helpers@^2.0.0: - version "2.2.10" - resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-2.2.10.tgz#126a7d7258f7458c66dfe234a612500c90c4838c" - integrity sha512-iDUO7uQK+Sab2tYuiP9D1oLujCWlhHELHMgV/cB13cuGbG4qwkLHvtfWb6FzvxrIOPDnU0oHsz2MlQjhYDeaHA== - -vue-demi@>=0.13.0, vue-demi@>=0.14.8: - version "0.14.10" - resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04" - integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg== - -vue-demi@^0.13.11: - version "0.13.11" - resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.13.11.tgz#7d90369bdae8974d87b1973564ad390182410d99" - integrity sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A== - -vue-echarts@^6.6.1: - version "6.7.3" - resolved "https://registry.yarnpkg.com/vue-echarts/-/vue-echarts-6.7.3.tgz#30efafc51a4a9de1b8117d3b63e74b0c761ff3ba" - integrity sha512-vXLKpALFjbPphW9IfQPOVfb1KjGZ/f8qa/FZHi9lZIWzAnQC1DgnmEK3pJgEkyo6EP7UnX6Bv/V3Ke7p+qCNXA== - dependencies: - resize-detector "^0.3.0" - vue-demi "^0.13.11" - -vue-eslint-parser@^7.0.0: - version "7.11.0" - resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz#214b5dea961007fcffb2ee65b8912307628d0daf" - integrity sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg== - dependencies: - debug "^4.1.1" - eslint-scope "^5.1.1" - eslint-visitor-keys "^1.1.0" - espree "^6.2.1" - esquery "^1.4.0" - lodash "^4.17.21" - semver "^6.3.0" - -vue-qrcode@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/vue-qrcode/-/vue-qrcode-2.2.2.tgz#c0b0ec16bd245100cdc87559349550fbf8463a9b" - integrity sha512-SbrXq/mSb1g2tbDyXPe9gy9KiMYsvxWKRErlpij1BqiFoHwQckheZV63CTw6yRLLUVG2RXAVlX+APkpdCK7SQQ== - dependencies: - tslib "^2.6.2" - -vue-router@^4.0.5: - version "4.5.1" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.5.1.tgz#47bffe2d3a5479d2886a9a244547a853aa0abf69" - integrity sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw== - dependencies: - "@vue/devtools-api" "^6.6.4" - -vue-sonner@^1.2.5: - version "1.3.2" - resolved "https://registry.yarnpkg.com/vue-sonner/-/vue-sonner-1.3.2.tgz#3349d548218e074499fc6d1ba394603ba477156a" - integrity sha512-UbZ48E9VIya3ToiRHAZUbodKute/z/M1iT8/3fU8zEbwBRE11AKuHikssv18LMk2gTTr6eMQT4qf6JoLHWuj/A== - -vue-tsc@^2.0.7: - version "2.2.10" - resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-2.2.10.tgz#7b51a666cb90788884efd0caedc69fc1fc9c5b78" - integrity sha512-jWZ1xSaNbabEV3whpIDMbjVSVawjAyW+x1n3JeGQo7S0uv2n9F/JMgWW90tGWNFRKya4YwKMZgCtr0vRAM7DeQ== - dependencies: - "@volar/typescript" "~2.4.11" - "@vue/language-core" "2.2.10" - -vue@^3.4.12: - version "3.5.17" - resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.17.tgz#ea8a6a45abb2b0620e7d479319ce8434b55650cf" - integrity sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g== - dependencies: - "@vue/compiler-dom" "3.5.17" - "@vue/compiler-sfc" "3.5.17" - "@vue/runtime-dom" "3.5.17" - "@vue/server-renderer" "3.5.17" - "@vue/shared" "3.5.17" - -w3c-hr-time@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd" - integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== - dependencies: - browser-process-hrtime "^1.0.0" - -w3c-keyname@^2.2.0, w3c-keyname@^2.2.4: - version "2.2.8" - resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz#7b17c8c6883d4e8b86ac8aba79d39e880f8869c5" - integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ== - -w3c-xmlserializer@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz#06cdc3eefb7e4d0b20a560a5a3aeb0d2d9a65923" - integrity sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg== - dependencies: - xml-name-validator "^4.0.0" - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== - dependencies: - defaults "^1.0.3" - -web-streams-polyfill@^3.0.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b" - integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw== - -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== - -webidl-conversions@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a" - integrity sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g== - -webpack-sources@^3.2.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.3.3.tgz#d4bf7f9909675d7a070ff14d0ef2a4f3c982c723" - integrity sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg== - -webpack-virtual-modules@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz#362f14738a56dae107937ab98ea7062e8bdd3b6c" - integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw== - -webpack-virtual-modules@^0.6.2: - version "0.6.2" - resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8" - integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ== - -whatwg-encoding@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53" - integrity sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg== - dependencies: - iconv-lite "0.6.3" - -whatwg-mimetype@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7" - integrity sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q== - -whatwg-url@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-10.0.0.tgz#37264f720b575b4a311bd4094ed8c760caaa05da" - integrity sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w== - dependencies: - tr46 "^3.0.0" - webidl-conversions "^7.0.0" - -whatwg-url@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-11.0.0.tgz#0a849eebb5faf2119b901bb76fd795c2848d4018" - integrity sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ== - dependencies: - tr46 "^3.0.0" - webidl-conversions "^7.0.0" - -whatwg-url@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" - integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -which-module@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409" - integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ== - -which@^1.2.9: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1, which@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -word-wrap@~1.2.3: - version "1.2.5" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" - integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== - -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrap-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba" - integrity sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ== - dependencies: - string-width "^2.1.1" - strip-ansi "^4.0.0" - -wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" - integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrap-ansi@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" - integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== - dependencies: - ansi-styles "^6.1.0" - string-width "^5.0.1" - strip-ansi "^7.0.1" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== - -write@1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3" - integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== - dependencies: - mkdirp "^0.5.1" - -ws@^8.2.3: - version "8.18.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.2.tgz#42738b2be57ced85f46154320aabb51ab003705a" - integrity sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ== - -ws@~8.17.1: - version "8.17.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b" - integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ== - -xml-name-validator@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835" - integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw== - -xmlchars@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" - integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - -xmlhttprequest-ssl@~2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz#e9e8023b3f29ef34b97a859f584c5e6c61418e23" - integrity sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ== - -xtend@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" - integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== - -y18n@^5.0.5: - version "5.0.8" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" - integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== - -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A== - -yallist@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - -yaml@^1.10.0, yaml@^1.10.2: - version "1.10.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" - integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== - -yaml@^2.3.4: - version "2.8.0" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.0.tgz#15f8c9866211bdc2d3781a0890e44d4fa1a5fff6" - integrity sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ== - -yargs-parser@^18.1.2: - version "18.1.3" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" - integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs-parser@^20.2.2, yargs-parser@^20.2.9: - version "20.2.9" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" - integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== - -yargs-parser@^21.1.1: - version "21.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" - integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== - -yargs@^15.3.1: - version "15.4.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" - integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^18.1.2" - -yargs@^16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" - integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== - dependencies: - cliui "^7.0.2" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.0" - y18n "^5.0.5" - yargs-parser "^20.2.2" - -yargs@^17.3.0: - version "17.7.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" - integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== - dependencies: - cliui "^8.0.1" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.3" - y18n "^5.0.5" - yargs-parser "^21.1.1" - -yocto-queue@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" - integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== - -yorkie@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/yorkie/-/yorkie-2.0.0.tgz#92411912d435214e12c51c2ae1093e54b6bb83d9" - integrity sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw== - dependencies: - execa "^0.8.0" - is-ci "^1.0.10" - normalize-path "^1.0.0" - strip-indent "^2.0.0" - -zrender@5.6.1: - version "5.6.1" - resolved "https://registry.yarnpkg.com/zrender/-/zrender-5.6.1.tgz#e08d57ecf4acac708c4fcb7481eb201df7f10a6b" - integrity sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag== - dependencies: - tslib "2.3.0"