From 590ad0208a7102eaa32e536adb0af228aa61c97b Mon Sep 17 00:00:00 2001 From: Deepak3642 Date: Mon, 9 Dec 2024 17:45:36 +0600 Subject: [PATCH 01/10] docs updated --- README.md | 2 +- docs/.vitepress/config.ts | 156 ++++++++++++++++-------- docs/about.md | 21 ---- docs/bookmark.md | 5 - docs/comfortjob/classic-widgets.md | 18 +++ docs/comfortjob/code-samples.md | 5 + docs/comfortjob/elementor-widgets.md | 5 + docs/comfortjob/gutenberg-blocks.md | 5 + docs/comfortjob/hooks-and-filters.md | 5 + docs/comfortjob/how-to-install.md | 18 +++ docs/comfortjob/how-to-translate.md | 6 + docs/comfortjob/index.md | 5 + docs/comfortjob/shortcodes.md | 106 ++++++++++++++++ docs/comfortjob/template-override.md | 12 ++ docs/comfortjobapp/code-samples.md | 5 + docs/comfortjobapp/hooks-and-filters.md | 5 + docs/comfortjobapp/how-to-install.md | 18 +++ docs/comfortjobapp/how-to-translate.md | 6 + docs/comfortjobapp/index.md | 5 + docs/comfortjobapp/shortcodes.md | 78 ++++++++++++ docs/comfortjobapp/template-override.md | 12 ++ docs/comfortresume/classic-widgets.md | 19 +++ docs/comfortresume/code-samples.md | 5 + docs/comfortresume/elementor-widgets.md | 16 +++ docs/comfortresume/gutenberg-blocks.md | 16 +++ docs/comfortresume/hooks-and-filters.md | 5 + docs/comfortresume/how-to-install.md | 18 +++ docs/comfortresume/how-to-translate.md | 6 + docs/comfortresume/index.md | 5 + docs/comfortresume/shortcodes.md | 78 ++++++++++++ docs/comfortresume/template-override.md | 12 ++ docs/configs.md | 5 - docs/contact.md | 5 - docs/get-started.md | 3 - docs/guide.md | 8 +- docs/index.md | 4 +- 36 files changed, 608 insertions(+), 95 deletions(-) delete mode 100644 docs/about.md delete mode 100644 docs/bookmark.md create mode 100644 docs/comfortjob/classic-widgets.md create mode 100644 docs/comfortjob/code-samples.md create mode 100644 docs/comfortjob/elementor-widgets.md create mode 100644 docs/comfortjob/gutenberg-blocks.md create mode 100644 docs/comfortjob/hooks-and-filters.md create mode 100644 docs/comfortjob/how-to-install.md create mode 100644 docs/comfortjob/how-to-translate.md create mode 100644 docs/comfortjob/index.md create mode 100644 docs/comfortjob/shortcodes.md create mode 100644 docs/comfortjob/template-override.md create mode 100644 docs/comfortjobapp/code-samples.md create mode 100644 docs/comfortjobapp/hooks-and-filters.md create mode 100644 docs/comfortjobapp/how-to-install.md create mode 100644 docs/comfortjobapp/how-to-translate.md create mode 100644 docs/comfortjobapp/index.md create mode 100644 docs/comfortjobapp/shortcodes.md create mode 100644 docs/comfortjobapp/template-override.md create mode 100644 docs/comfortresume/classic-widgets.md create mode 100644 docs/comfortresume/code-samples.md create mode 100644 docs/comfortresume/elementor-widgets.md create mode 100644 docs/comfortresume/gutenberg-blocks.md create mode 100644 docs/comfortresume/hooks-and-filters.md create mode 100644 docs/comfortresume/how-to-install.md create mode 100644 docs/comfortresume/how-to-translate.md create mode 100644 docs/comfortresume/index.md create mode 100644 docs/comfortresume/shortcodes.md create mode 100644 docs/comfortresume/template-override.md delete mode 100644 docs/configs.md delete mode 100644 docs/contact.md delete mode 100644 docs/get-started.md diff --git a/README.md b/README.md index e167bbf..43ee221 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Use this command below to boot this project locally. ```bash -git clone https://github.com/Evavic44/Comfort HRM.git +git clone https://github.com/codeboxrcodehub/comforthrmdocs.git cd Comfort HRM diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 87bc396..81ff7f5 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -2,7 +2,7 @@ export default { title: "Comfort HRM", description: "An awesome docs template built by me", lang: 'en-US', - cleanUrls: true, + // cleanUrls: true, base: '/comforthrmdocs/', // If this is disabled, when building it it will give deadlink errors if your markdown has the wrong links ignoreDeadLinks: true, @@ -15,64 +15,122 @@ export default { }, // Navbar Link nav: [ - { text: "CBX Bookmark", link: "/bookmark" }, - { text: "Configs", link: "/configs" }, + { text: "Comform Job", link: "/comfortjob/" }, + { text: "Comfort Resume", link: "/comfortresume/" }, + { text: "Comfort Job Application", link: "/comfortjobapp/" }, + // { + // // Dropdown Menu + // text: "Changelog", + // items: [ + // { text: "v0.0.1", link: "/item-1" }, + // { text: "v0.0.2", link: "/item-2" }, + // { text: "v0.0.3", link: "/item-3" }, + // ], + // }, + ], + //Social Icons + socialLinks: [ + { icon: "github", link: "https://github.com/codeboxrcodehub/comforthrmdocs" }, + { icon: "twitter", link: "https://twitter.com/victorekea" }, + { icon: "discord", link: "..." }, { - // Dropdown Menu - text: "Changelog", - items: [ - { text: "v0.0.1", link: "/item-1" }, - { text: "v0.0.2", link: "/item-2" }, - { text: "v0.0.3", link: "/item-3" }, - ], + icon: { + svg: '', + }, + link: "https://google.com", }, ], - // Social Icons - // socialLinks: [ - // { icon: "github", link: "https://github.com/Evavic44/Comfort HRM" }, - // { icon: "twitter", link: "https://twitter.com/victorekea" }, - // { icon: "discord", link: "..." }, + + sidebar: { + // Sidebar for `/docs/` section + '/comfortjob/': [ + { + text: 'Comfort Job', + collapsible: true, + items: [ + { text: 'How to install', link: '/comfortjob/how-to-install' }, + { text: 'How to Translate', link: '/comfortjob/how-to-translate' }, + { text: 'Template Override', link: '/comfortjob/template-override' }, + { text: 'Shortcodes', link: '/comfortjob/shortcodes' }, + { text: 'Classic Widgets', link: '/comfortjob/classic-widgets' }, + { text: 'Elementor Widget', link: '/comfortjob/elementor-widgets' }, + { text: 'Gutenberg Blocks', link: '/comfortjob/gutenberg-blocks' }, + { text: 'Hooks and Filters', link: '/comfortjob/hooks-and-filters' }, + { text: 'Code Samples', link: '/comfortjob/code-samples' }, + ], + } + ], + + // Sidebar for `/guide/` section + '/comfortresume/': [ + { + text: 'Comfort Resume', + collapsible: true, + items: [ + { text: 'How to install', link: '/comfortresume/how-to-install' }, + { text: 'How to Translate', link: '/comfortresume/how-to-translate' }, + { text: 'Template Override', link: '/comfortresume/template-override' }, + { text: 'Shortcodes', link: '/comfortresume/shortcodes' }, + { text: 'Classic Widgets', link: '/comfortresume/classic-widgets' }, + { text: 'Elementor Widget', link: '/comfortresume/elementor-widgets' }, + { text: 'Gutenberg Blocks', link: '/comfortresume/gutenberg-blocks' }, + { text: 'Hooks and Filters', link: '/comfortresume/hooks-and-filters' }, + { text: 'Code Samples', link: '/comfortresume/code-samples' }, + ], + }, + ], + '/comfortjobapp/': [ + { + text: 'Comfort Job Application', + collapsible: true, + items: [ + { text: 'How to install', link: '/comfortjobapp/how-to-install' }, + { text: 'How to Translate', link: '/comfortjobapp/how-to-translate' }, + { text: 'Template Override', link: '/comfortjobapp/template-override' }, + { text: 'Shortcodes', link: '/comfortjobapp/shortcodes' }, + { text: 'Hooks and Filters', link: '/comfortjobapp/hooks-and-filters' }, + { text: 'Code Samples', link: '/comfortjobapp/code-samples' }, + ], + }, + ], + + }, + + + //Sidebar + // sidebar: [ + // { + // text: "Section A", + // collapsible: true, + // items: [ + // { text: "Introduction", link: "/introduction" }, + // { text: "Getting Started", link: "/getting-started" }, + // ], + // }, // { - // icon: { - // svg: '', - // }, - // link: "https://google.com", + // text: "Section B", + // collapsible: false, + // items: [ + // { text: "Introduction", link: "/introduction" }, + // { text: "Getting Started", link: "/getting-started" }, + // ], + // }, + // { + // text: "Section C", + // collapsible: true, + // items: [ + // { text: "Introduction", link: "/introduction" }, + // { text: "Getting Started", link: "/getting-started" }, + // ], // }, // ], - // Sidebar - sidebar: [ - { - text: "Section A", - collapsible: true, - items: [ - { text: "Introduction", link: "/introduction" }, - { text: "Getting Started", link: "/getting-started" }, - ], - }, - { - text: "Section B", - collapsible: false, - items: [ - { text: "Introduction", link: "/introduction" }, - { text: "Getting Started", link: "/getting-started" }, - ], - }, - { - text: "Section C", - collapsible: true, - items: [ - { text: "Introduction", link: "/introduction" }, - { text: "Getting Started", link: "/getting-started" }, - ], - }, - ], // you can disable the previous and next page here docFooter: { - prev: false, - next: true, + prev: 'Previous', + next: 'Next', }, editLink: { - pattern: 'https://github.com/Evavic44/Comfort HRM/edit/main/docs/:path', + pattern: 'https://github.com/codeboxrcodehub/comforthrmdocs/edit/main/docs/:path', text: 'Edit this page on GitHub' }, footer: { diff --git a/docs/about.md b/docs/about.md deleted file mode 100644 index 3a60cfe..0000000 --- a/docs/about.md +++ /dev/null @@ -1,21 +0,0 @@ -# About - -Welcome to the about page. - -This markdown supports html elements like the `p` tag coupled with inline styles - -

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

- -Even satire code snippets with syntax highlighting are also supported. 😅 - -```js -const lang = prompt("What is your favorite programming language?"); - -(lang === "JavaScript") | (lang === "javascript") | (lang === "js") - ? alert("JavaScript to the world! 🚀🟡") - : alert(`We don't permit such languages here 💩`); -``` - -Of course, images are not left out. - -Comfort HRM logo diff --git a/docs/bookmark.md b/docs/bookmark.md deleted file mode 100644 index a86c22f..0000000 --- a/docs/bookmark.md +++ /dev/null @@ -1,5 +0,0 @@ -# CBX Bookmark & Favorite for WordPress - -Welcome to the Bookmark page. - - diff --git a/docs/comfortjob/classic-widgets.md b/docs/comfortjob/classic-widgets.md new file mode 100644 index 0000000..2178852 --- /dev/null +++ b/docs/comfortjob/classic-widgets.md @@ -0,0 +1,18 @@ +# Classic Widgets + +WordPress currently doesn’t support classic widgets but still you can enable it by using this plugin [“Classic Widgets”](https://wordpress.org/plugins/classic-widgets/) + +Comfort Job for WordPress plugin supports classic widgets. To add Comfort Job classic widget from dashboard. + +**Appearance -> Widgets -> Comfort Job** + +Drag the “CBX Changelog” widget from left to any right-side sidebar(s). + +After adding the widget to the sidebar, you can adjust the input fields and check your frontend. +\[Video coming soon\] + +The following classic widgets(currently 0 widgets (core and pro)) can be accessed from wordpress dashboard widget manager. We will keep adding more classic widgets for this plugin in future as needed. All widgets has shortcode and same params. + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjob/code-samples.md b/docs/comfortjob/code-samples.md new file mode 100644 index 0000000..c0c7ed8 --- /dev/null +++ b/docs/comfortjob/code-samples.md @@ -0,0 +1,5 @@ +# Code Samples + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjob/elementor-widgets.md b/docs/comfortjob/elementor-widgets.md new file mode 100644 index 0000000..7ff1cb1 --- /dev/null +++ b/docs/comfortjob/elementor-widgets.md @@ -0,0 +1,5 @@ +# Elementor Widgets + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjob/gutenberg-blocks.md b/docs/comfortjob/gutenberg-blocks.md new file mode 100644 index 0000000..125dd11 --- /dev/null +++ b/docs/comfortjob/gutenberg-blocks.md @@ -0,0 +1,5 @@ +# Gutenberg Blocks + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjob/hooks-and-filters.md b/docs/comfortjob/hooks-and-filters.md new file mode 100644 index 0000000..7c6f9d6 --- /dev/null +++ b/docs/comfortjob/hooks-and-filters.md @@ -0,0 +1,5 @@ +# Hooks and Filters + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjob/how-to-install.md b/docs/comfortjob/how-to-install.md new file mode 100644 index 0000000..7e63531 --- /dev/null +++ b/docs/comfortjob/how-to-install.md @@ -0,0 +1,18 @@ +# How to Install + +The core plugin name is **“Comfort Job”** and our pro addon name is **“Comfort Job Pro Addon”**. + +## How to install any plugin + +Before we know how to install “Comfort Job” plugin if we know how to install any WordPress plugin it will be smarter. WordPress.org has very clear and step by instruction for [how to install a plugin](https://wordpress.org/documentation/article/manage-plugins/#installing-plugins-1) from wordpress plugin directory or zip version of a plugin. If you read the article from wordpress.org then now you have basic idea how to install a plugin. + +## How to install “Comfort Job” Core Plugin + +You can install Comfort Job plugin from your wordpress dashboard -> Plugins -> Add New and then search by the name. Then download the zip file from wordpress.org [plugin dir](https://wordpress.org/plugins/comfortjob/) and install manually. + +## How to install “Comfort Job Pro Addon” + +**Comfort Job Addon** doesn’t work without the core plugin **Comfort Job**. So, before you install the pro addon you need to have the core Comfort Job plugin installed and activated (if you want to activate this pro addon). So, Comfort Job Pro Addon is an addon plugin for core plugin Comfort Job. +To install CBX Changelog Pro Addon you have to purchase [license and download](https://codeboxr.com/product/cbx-changelog-for-wordpress/#downloadarea) from our website and then install manually. + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjob/how-to-translate.md b/docs/comfortjob/how-to-translate.md new file mode 100644 index 0000000..31a7b7c --- /dev/null +++ b/docs/comfortjob/how-to-translate.md @@ -0,0 +1,6 @@ +# How to Translate + +We are not providing any translation (if we add we will mention in future) with the plugin, but we provide the translation template or pot file inside this plugin’s languages folder which can be translated using standard wordpress translation process. But we recommend using [Loco translate](https://wordpress.org/plugins/loco-translate/) which helps to translate from the WordPress dashboard and very easy. We have a video tutorial about [how to use this](https://www.youtube.com/watch?v=yOkEzvjx6PM) loco translate plugin. + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjob/index.md b/docs/comfortjob/index.md new file mode 100644 index 0000000..93b8563 --- /dev/null +++ b/docs/comfortjob/index.md @@ -0,0 +1,5 @@ +# Comfort Job Documentation + +Welcome to the Comfort Job main page. + + diff --git a/docs/comfortjob/shortcodes.md b/docs/comfortjob/shortcodes.md new file mode 100644 index 0000000..3bd5c4b --- /dev/null +++ b/docs/comfortjob/shortcodes.md @@ -0,0 +1,106 @@ +# Shortcodes + +There are multiple shortcodes in both core plugin and pro addon. + +## 1. Job List \[comfortjob_job_archive\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to any page to show job list, useful when you want it for specific post. +| param name | default value | possible values | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| search | | Any text you want to search. | +| orderby | id | id,title +| order | DESC | ASC, DESC | +| limit | 10 | any numeric value | +| page | 1 | any numeric value | +| company | | All possible company name +| type | | All possible job type | +| is_filled | | 1 = filled, 0 = not filled | +| feature | | 1 = feature, 0 = not featured | +| remote | | 1 = remote, 0 = on site | +| min_salary | | any float value | +| max_salary | | any float value | + + +## 2. Job Details \[comfortjob_job_details\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to any page to show a specific job details, useful when you want it for specific post. +| param name | default value | possible Value | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| id | 0 | All possible job ID. + +## 3. Frontend Job Manager \[comfortjob_job_manager\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to manage jobs from frontend. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + + +## 4. Employer Dashboard \[comfortjob_employer_dashboard\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to manage jobs from frontend. + +| param name | default value | possible Value | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| components | NULL | employer_jobs, employer_applications, employer_application_forms +| init_menu | NULL | any one of the components mentioned earlier + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + + +## 5. Candidate Dashboard \[comfortjob_candidate_dashboard\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to manage jobs from frontend. + +| param name | default value | possible Value | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| components | NULL | candidate_resumes,candidate_applications +| init_menu | NULL | any one of the components mentioned earlier + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +## 6. Frontend Job Dashboard \[comfortjob_job_dashboard\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to see job statistics in frontend. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + + +## 7. Company List \[comfortjob_company_archive\] Shortcode(Pro) ## + +**Where to use:** You can add this shortcode to any page to show company list, useful when you want it for specific post. +| param name | default value | possible values | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| search | | Any text you want to search. | +| orderby | id | id,title +| order | DESC | ASC, DESC | +| limit | 10 | any numeric value | +| page | 1 | any numeric value | +| type | | All possible company type | +| feature | | 1 = feature, 0 = not featured | + + +## 8. Company Details \[comfortjob_company_details\] Shortcode(Pro) ## + +**Where to use:** You can add this shortcode to any page to show a specific job details, useful when you want it for specific post. +| param name | default value | possible Value | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| id | 0 | All possible job ID. + +## 9. Frontend Company Manager \[comfortjob_company_manager\] Shortcode(Pro) ## + +**Where to use:** You can add this shortcode to manage company from frontend. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjob/template-override.md b/docs/comfortjob/template-override.md new file mode 100644 index 0000000..73a7feb --- /dev/null +++ b/docs/comfortjob/template-override.md @@ -0,0 +1,12 @@ +# How to Override Template + + +We have implemented woocommerce like template override system which means, you can override any template/view layer of this plugin in your theme. For this plugin, mainly admin interfaces of custom screens can be overridden. The frontend tour modals cannot be overridden as they load using JavaScript. + +For core plugin: `wp-content/plugins/comfortjob/templates` +For pro addon: `wp-content/plugins/comfortjobpro/templates` + +To override any file from your theme you have to create a folder called `comfortjob` inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder `comfortjob`. The process is same as the woocommerce theme file override. + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjobapp/code-samples.md b/docs/comfortjobapp/code-samples.md new file mode 100644 index 0000000..c0c7ed8 --- /dev/null +++ b/docs/comfortjobapp/code-samples.md @@ -0,0 +1,5 @@ +# Code Samples + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjobapp/hooks-and-filters.md b/docs/comfortjobapp/hooks-and-filters.md new file mode 100644 index 0000000..7c6f9d6 --- /dev/null +++ b/docs/comfortjobapp/hooks-and-filters.md @@ -0,0 +1,5 @@ +# Hooks and Filters + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjobapp/how-to-install.md b/docs/comfortjobapp/how-to-install.md new file mode 100644 index 0000000..38bac85 --- /dev/null +++ b/docs/comfortjobapp/how-to-install.md @@ -0,0 +1,18 @@ +# How to Install + +The core plugin name is **“Comfort Job Application”** and our pro addon name is **“Comfort Job Application Pro Addon”**. + +## How to install any plugin + +Before we know how to install “Comfort Job Application” plugin if we know how to install any WordPress plugin it will be smarter. WordPress.org has very clear and step by instruction for [how to install a plugin](https://wordpress.org/documentation/article/manage-plugins/#installing-plugins-1) from wordpress plugin directory or zip version of a plugin. If you read the article from wordpress.org then now you have basic idea how to install a plugin. + +## How to install “Comfort Job Application” Core Plugin + +You can install Comfort Job Application plugin from your wordpress dashboard -> Plugins -> Add New and then search by the name. Then download the zip file from wordpress.org [plugin dir](https://wordpress.org/plugins/comfortjobapp/) and install manually. + +## How to install “Comfort Job Application Pro Addon” + +**Comfort Job Application Addon** doesn’t work without the core plugin **Comfort Job Application**. So, before you install the pro addon you need to have the core Comfort Job Application plugin installed and activated (if you want to activate this pro addon). So, Comfort Job Application Pro Addon is an addon plugin for core plugin Comfort Job Application. +To install CBX Changelog Pro Addon you have to purchase [license and download](https://codeboxr.com/product/cbx-changelog-for-wordpress/#downloadarea) from our website and then install manually. + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjobapp/how-to-translate.md b/docs/comfortjobapp/how-to-translate.md new file mode 100644 index 0000000..31a7b7c --- /dev/null +++ b/docs/comfortjobapp/how-to-translate.md @@ -0,0 +1,6 @@ +# How to Translate + +We are not providing any translation (if we add we will mention in future) with the plugin, but we provide the translation template or pot file inside this plugin’s languages folder which can be translated using standard wordpress translation process. But we recommend using [Loco translate](https://wordpress.org/plugins/loco-translate/) which helps to translate from the WordPress dashboard and very easy. We have a video tutorial about [how to use this](https://www.youtube.com/watch?v=yOkEzvjx6PM) loco translate plugin. + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjobapp/index.md b/docs/comfortjobapp/index.md new file mode 100644 index 0000000..036632c --- /dev/null +++ b/docs/comfortjobapp/index.md @@ -0,0 +1,5 @@ +# Comfort Job Application Documentation + +Welcome to the Comfort Job Application main page. + + diff --git a/docs/comfortjobapp/shortcodes.md b/docs/comfortjobapp/shortcodes.md new file mode 100644 index 0000000..4891a10 --- /dev/null +++ b/docs/comfortjobapp/shortcodes.md @@ -0,0 +1,78 @@ +# Shortcodes + +There are multiple shortcodes in both core plugin and pro addon. + +## 1. Resume List \[comfortresume_resume_archive\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to any page to show resume list, useful when you want it for specific post. +| param name | default value | possible values | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| search | | Any text you want to search| +| category | | Any category you want to search| +| tag | | Any tag you want to search| +| page | 1 | any numeric value | + + +## 2. Resume Details \[comfortresume_resume_details\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to any page to show a specific resume details, useful when you want it for specific post. +| param name | default value | possible Value | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| id | 0 | All possible resume ID. +| sections | | education,experience,skill,website,project,volunteer,hobby,course,language,honor,publication,patent,license,audio_video + +## 3. Frontend Resume Manager \[comfortresume_resume_manager\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to manage resumes from frontend. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + + + + +## 4. Frontend Resume Dashboard \[comfortresume_resume_dashboard\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to see resume statistics in frontend. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +## 5. Recent Resume List \[comfortresume_recent_resume\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to see recent resume. + +| param name | default value | possible values | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| order | DESC | ASC, DESC | +| limit | 10 | Any numeric number | + + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +## 6. Bookmarked Resume Dashboard \[comfortresume_bookmarked_resume_dashboard\] Shortcode(Pro) ## + +**Where to use:** You can add this shortcode to see bookmarked resume dashboard. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +## 7. Resume Grid Listing \[comfortresume_resume_grid\] Shortcode(Pro) ## + +**Where to use:** You can add this shortcode to see resume grid. + +| param name | default value | possible values | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| order | DESC | ASC, DESC | +| limit | 10 | Any numeric number | + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortjobapp/template-override.md b/docs/comfortjobapp/template-override.md new file mode 100644 index 0000000..d9685f3 --- /dev/null +++ b/docs/comfortjobapp/template-override.md @@ -0,0 +1,12 @@ +# How to Override Template + + +We have implemented woocommerce like template override system which means, you can override any template/view layer of this plugin in your theme. For this plugin, mainly admin interfaces of custom screens can be overridden. The frontend tour modals cannot be overridden as they load using JavaScript. + +For core plugin: `wp-content/plugins/comfortjobapp/templates` +For pro addon: `wp-content/plugins/comfortjobapppro/templates` + +To override any file from your theme you have to create a folder called `comfortjobapp` inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder `comfortjobapp`. The process is same as the woocommerce theme file override. + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/classic-widgets.md b/docs/comfortresume/classic-widgets.md new file mode 100644 index 0000000..09b6bd4 --- /dev/null +++ b/docs/comfortresume/classic-widgets.md @@ -0,0 +1,19 @@ +# Classic Widgets + +WordPress currently doesn’t support classic widgets but still you can enable it by using this plugin [“Classic Widgets”](https://wordpress.org/plugins/classic-widgets/) + +Comfort Resume for WordPress plugin supports classic widgets. To add Comfort Resume classic widget from dashboard. + +**Appearance -> Widgets -> Latest Resume/Resume List** + +Drag the “Latest Resume/Resume List” widget from left to any right-side sidebar(s). + +After adding the widget to the sidebar, you can adjust the input fields and check your frontend. +\[Video coming soon\] + +The following classic widgets(currently 2 widgets (core and pro)) can be accessed from wordpress dashboard widget manager. We will keep adding more classic widgets for this plugin in future as needed. + +1. Latest Resume +2. Resume List (pro) + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/code-samples.md b/docs/comfortresume/code-samples.md new file mode 100644 index 0000000..c0c7ed8 --- /dev/null +++ b/docs/comfortresume/code-samples.md @@ -0,0 +1,5 @@ +# Code Samples + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/elementor-widgets.md b/docs/comfortresume/elementor-widgets.md new file mode 100644 index 0000000..0269fda --- /dev/null +++ b/docs/comfortresume/elementor-widgets.md @@ -0,0 +1,16 @@ +# Elementor Widgets + +Comfort Resume for WordPress plugin supports Elementor editor and provides two widget. To add Comfort Resume widget in elementor editor. + +**Article edit mode in Elementor editor -> Search for widget “Latest Resume/Resume List” … -> Drag the widget the to your suitable position in elementor editor** + + +After the widget is added to the editor you can adjust the input fields and check your frontend. +\[Video coming soon\] + +The following classic widgets(currently 2 widgets (core and pro)) can be accessed from wordpress dashboard widget manager. We will keep adding more classic widgets for this plugin in future as needed. + +1. Latest Resume +2. Resume List (pro) + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/gutenberg-blocks.md b/docs/comfortresume/gutenberg-blocks.md new file mode 100644 index 0000000..8e05cfb --- /dev/null +++ b/docs/comfortresume/gutenberg-blocks.md @@ -0,0 +1,16 @@ +# Gutenberg Blocks + +Comfort Resume for WordPress plugin supports Gutenberg editor and provides two block. To add Comfort Resume widget in the block editor. + +**Article edit mode in search for block “Latest Resume/Resume List” … -> Select the block and it will be added to the desired position ** + + +After the block is added to the editor you can adjust the input fields and check your frontend. +\[Video coming soon\] + +The following classic widgets(currently 2 widgets (core and pro)) can be accessed from gutenberg editor. We will keep adding more classic widgets for this plugin in future as needed. + +1. Latest Resume +2. Resume List (pro) + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/hooks-and-filters.md b/docs/comfortresume/hooks-and-filters.md new file mode 100644 index 0000000..7c6f9d6 --- /dev/null +++ b/docs/comfortresume/hooks-and-filters.md @@ -0,0 +1,5 @@ +# Hooks and Filters + + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/how-to-install.md b/docs/comfortresume/how-to-install.md new file mode 100644 index 0000000..5348b8e --- /dev/null +++ b/docs/comfortresume/how-to-install.md @@ -0,0 +1,18 @@ +# How to Install + +The core plugin name is **“Comfort Resume”** and our pro addon name is **“Comfort Resume Pro Addon”**. + +## How to install any plugin + +Before we know how to install “Comfort Resume” plugin if we know how to install any WordPress plugin it will be smarter. WordPress.org has very clear and step by instruction for [how to install a plugin](https://wordpress.org/documentation/article/manage-plugins/#installing-plugins-1) from wordpress plugin directory or zip version of a plugin. If you read the article from wordpress.org then now you have basic idea how to install a plugin. + +## How to install “Comfort Resume” Core Plugin + +You can install Comfort Resume plugin from your wordpress dashboard -> Plugins -> Add New and then search by the name. Then download the zip file from wordpress.org [plugin dir](https://wordpress.org/plugins/comfortresume/) and install manually. + +## How to install “Comfort Resume Pro Addon” + +**Comfort Resume Addon** doesn’t work without the core plugin **Comfort Resume**. So, before you install the pro addon you need to have the core Comfort Resume plugin installed and activated (if you want to activate this pro addon). So, Comfort Resume Pro Addon is an addon plugin for core plugin Comfort Resume. +To install CBX Changelog Pro Addon you have to purchase [license and download](https://codeboxr.com/product/cbx-changelog-for-wordpress/#downloadarea) from our website and then install manually. + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/how-to-translate.md b/docs/comfortresume/how-to-translate.md new file mode 100644 index 0000000..31a7b7c --- /dev/null +++ b/docs/comfortresume/how-to-translate.md @@ -0,0 +1,6 @@ +# How to Translate + +We are not providing any translation (if we add we will mention in future) with the plugin, but we provide the translation template or pot file inside this plugin’s languages folder which can be translated using standard wordpress translation process. But we recommend using [Loco translate](https://wordpress.org/plugins/loco-translate/) which helps to translate from the WordPress dashboard and very easy. We have a video tutorial about [how to use this](https://www.youtube.com/watch?v=yOkEzvjx6PM) loco translate plugin. + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/index.md b/docs/comfortresume/index.md new file mode 100644 index 0000000..439dd5c --- /dev/null +++ b/docs/comfortresume/index.md @@ -0,0 +1,5 @@ +# Comfort Resume Documentation + +Welcome to the Comfort Resume main page. + + diff --git a/docs/comfortresume/shortcodes.md b/docs/comfortresume/shortcodes.md new file mode 100644 index 0000000..4891a10 --- /dev/null +++ b/docs/comfortresume/shortcodes.md @@ -0,0 +1,78 @@ +# Shortcodes + +There are multiple shortcodes in both core plugin and pro addon. + +## 1. Resume List \[comfortresume_resume_archive\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to any page to show resume list, useful when you want it for specific post. +| param name | default value | possible values | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| search | | Any text you want to search| +| category | | Any category you want to search| +| tag | | Any tag you want to search| +| page | 1 | any numeric value | + + +## 2. Resume Details \[comfortresume_resume_details\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to any page to show a specific resume details, useful when you want it for specific post. +| param name | default value | possible Value | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| id | 0 | All possible resume ID. +| sections | | education,experience,skill,website,project,volunteer,hobby,course,language,honor,publication,patent,license,audio_video + +## 3. Frontend Resume Manager \[comfortresume_resume_manager\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to manage resumes from frontend. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + + + + +## 4. Frontend Resume Dashboard \[comfortresume_resume_dashboard\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to see resume statistics in frontend. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +## 5. Recent Resume List \[comfortresume_recent_resume\] Shortcode(Core) ## + +**Where to use:** You can add this shortcode to see recent resume. + +| param name | default value | possible values | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| order | DESC | ASC, DESC | +| limit | 10 | Any numeric number | + + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +## 6. Bookmarked Resume Dashboard \[comfortresume_bookmarked_resume_dashboard\] Shortcode(Pro) ## + +**Where to use:** You can add this shortcode to see bookmarked resume dashboard. + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +## 7. Resume Grid Listing \[comfortresume_resume_grid\] Shortcode(Pro) ## + +**Where to use:** You can add this shortcode to see resume grid. + +| param name | default value | possible values | +|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| order | DESC | ASC, DESC | +| limit | 10 | Any numeric number | + +Shortcode can be added in theme directly following this below code snippet + +https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/comfortresume/template-override.md b/docs/comfortresume/template-override.md new file mode 100644 index 0000000..f3548df --- /dev/null +++ b/docs/comfortresume/template-override.md @@ -0,0 +1,12 @@ +# How to Override Template + + +We have implemented woocommerce like template override system which means, you can override any template/view layer of this plugin in your theme. For this plugin, mainly admin interfaces of custom screens can be overridden. The frontend tour modals cannot be overridden as they load using JavaScript. + +For core plugin: `wp-content/plugins/comfortresume/templates` +For pro addon: `wp-content/plugins/comfortresumepro/templates` + +To override any file from your theme you have to create a folder called `comfortresume` inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder `comfortresume`. The process is same as the woocommerce theme file override. + + +**Last modified:** December 9, 2024 \ No newline at end of file diff --git a/docs/configs.md b/docs/configs.md deleted file mode 100644 index 8936df4..0000000 --- a/docs/configs.md +++ /dev/null @@ -1,5 +0,0 @@ -# Configs - - - -Welcome to the config page diff --git a/docs/contact.md b/docs/contact.md deleted file mode 100644 index d3150f3..0000000 --- a/docs/contact.md +++ /dev/null @@ -1,5 +0,0 @@ -# Contact - - - -Welcome to the contact page diff --git a/docs/get-started.md b/docs/get-started.md deleted file mode 100644 index 6006780..0000000 --- a/docs/get-started.md +++ /dev/null @@ -1,3 +0,0 @@ -# Get Started - -Here's how to get started with [VitePress](https://vitepress.com) diff --git a/docs/guide.md b/docs/guide.md index c3a58ed..42b7d9d 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -200,7 +200,7 @@ Navigation menus usually have social icons visitors can use to visit your social ```js // .vitepress/config.js socialLinks: [ - { icon: "github", link: "https://github.com/Evavic44/Comfort HRM" }, + { icon: "github", link: "https://github.com/codeboxrcodehub/comforthrmdocs" }, { icon: "twitter", link: "https://twitter.com/victorekea" }, { icon: "discord", link: "", target: "_blank" }, ]; @@ -347,7 +347,7 @@ hero: link: /get-started - theme: alt text: View on GitHub - link: https://github.com/evavic44/Comfort HRM-template + link: https://github.com/codeboxrcodehub/comforthrmdocs-template --- ``` @@ -358,7 +358,7 @@ Additionally, you can also add a features section after the hero section. Simply ```bash # /docs/index.md --- -link: https://github.com/evavic44/Comfort HRM-template +link: https://github.com/codeboxrcodehub/comforthrmdocs-template features: - icon: ⚡️ @@ -538,7 +538,7 @@ In this tutorial, you've set-up a full-fledged documentation site and customized ## Resources - [Live Demo](https://Comfort HRM.vercel.app) -- [GitHub Repo](https://github.com/Evavic44/Comfort HRM) +- [GitHub Repo](https://github.com/codeboxrcodehub/comforthrmdocs)
diff --git a/docs/index.md b/docs/index.md index 6ad0c43..d5e3dc9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ hero: link: /guide - theme: alt text: View on GitHub - link: https://github.com/Evavic44/Comfort HRM + link: https://github.com/codeboxrcodehub/comforthrmdocs # Features section features: @@ -63,5 +63,5 @@ head:

🏀

Custom Layout

This section was added using plain HTML and CSS.

- Source Code + Source Code From f0b92591deb9c0e5d2d92ec291b633eeeff0c8e3 Mon Sep 17 00:00:00 2001 From: Sabuj Kundu Date: Mon, 9 Dec 2024 19:31:22 +0600 Subject: [PATCH 02/10] added husky --- .husky/post-merge | 4 ++++ .idea/.gitignore | 5 +++++ .idea/comforthrmdocs.iml | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/php.xml | 16 +++++++++++++++ .idea/vcs.xml | 6 ++++++ docs/.vitepress/cache/deps/_metadata.json | 18 ++++++++-------- docs/.vitepress/config.ts | 8 ++++---- docs/public/logo-white.png | Bin 0 -> 75252 bytes docs/public/logo.png | Bin 75252 -> 25416 bytes package-lock.json | 24 ++++++++++++++++++++++ package.json | 4 ++++ 12 files changed, 88 insertions(+), 13 deletions(-) create mode 100644 .husky/post-merge create mode 100644 .idea/.gitignore create mode 100644 .idea/comforthrmdocs.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml create mode 100644 docs/public/logo-white.png diff --git a/.husky/post-merge b/.husky/post-merge new file mode 100644 index 0000000..6a83f00 --- /dev/null +++ b/.husky/post-merge @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npm run docs:build diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/comforthrmdocs.iml b/.idea/comforthrmdocs.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/comforthrmdocs.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..a186d17 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..d96ed8c --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/docs/.vitepress/cache/deps/_metadata.json b/docs/.vitepress/cache/deps/_metadata.json index 419b77c..a2a7998 100644 --- a/docs/.vitepress/cache/deps/_metadata.json +++ b/docs/.vitepress/cache/deps/_metadata.json @@ -1,43 +1,43 @@ { - "hash": "4da8cce7", - "configHash": "ad92dfca", + "hash": "987d4313", + "configHash": "dc567159", "lockfileHash": "41d153c2", - "browserHash": "49b25d2e", + "browserHash": "82d62491", "optimized": { "vue": { "src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", "file": "vue.js", - "fileHash": "bdd7b3e9", + "fileHash": "d158ec23", "needsInterop": false }, "vitepress > @vue/devtools-api": { "src": "../../../../node_modules/@vue/devtools-api/dist/index.js", "file": "vitepress___@vue_devtools-api.js", - "fileHash": "11b75707", + "fileHash": "c2dd3e35", "needsInterop": false }, "vitepress > @vueuse/core": { "src": "../../../../node_modules/@vueuse/core/index.mjs", "file": "vitepress___@vueuse_core.js", - "fileHash": "06988a69", + "fileHash": "aa24fae3", "needsInterop": false }, "vitepress > @vueuse/integrations/useFocusTrap": { "src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs", "file": "vitepress___@vueuse_integrations_useFocusTrap.js", - "fileHash": "5a68d725", + "fileHash": "f23d237f", "needsInterop": false }, "vitepress > mark.js/src/vanilla.js": { "src": "../../../../node_modules/mark.js/src/vanilla.js", "file": "vitepress___mark__js_src_vanilla__js.js", - "fileHash": "3f984ec8", + "fileHash": "d78cc1df", "needsInterop": false }, "vitepress > minisearch": { "src": "../../../../node_modules/minisearch/dist/es/index.js", "file": "vitepress___minisearch.js", - "fileHash": "7099beb8", + "fileHash": "ffa68889", "needsInterop": false } }, diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 81ff7f5..3bc1713 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -15,9 +15,9 @@ export default { }, // Navbar Link nav: [ - { text: "Comform Job", link: "/comfortjob/" }, - { text: "Comfort Resume", link: "/comfortresume/" }, - { text: "Comfort Job Application", link: "/comfortjobapp/" }, + { text: "Job", link: "/comfortjob/" }, + { text: "Resume", link: "/comfortresume/" }, + { text: "Job Application", link: "/comfortjobapp/" }, // { // // Dropdown Menu // text: "Changelog", @@ -32,7 +32,7 @@ export default { socialLinks: [ { icon: "github", link: "https://github.com/codeboxrcodehub/comforthrmdocs" }, { icon: "twitter", link: "https://twitter.com/victorekea" }, - { icon: "discord", link: "..." }, + //{ icon: "discord", link: "..." }, { icon: { svg: '', diff --git a/docs/public/logo-white.png b/docs/public/logo-white.png new file mode 100644 index 0000000000000000000000000000000000000000..8c38322acc6ce221d3c7e88bab8354b60fe84643 GIT binary patch literal 75252 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≠9nbH+?;nz(Sd^O9J;&Jra&@`-JrnCCOkCn zp#Zn3A92R4Z@rx+^e(iGmY?2f)SR?<-+ZXgjEgh7y`7j1K~RL$YFJ7nLx4qv+vZq9 z$5LL;2T!dsY=ItOK3y-l@q)xaF^-;xunuk!$x&cKVkC7%a3zas~iPDHuF@kos)lh`rP)1O1=`D3)4gB4kpqPT54t&)Y7e;cg}z_*H*#;hx|>cxN#g0c|Fw=pc@BF)8Hs31@M>a7s_BeI5&al&bCPUKQwJ z08Nm@LAjE3NB0*l;od<|q_z;zqs-4UOSsBkG&~|t1BUErd|%hQmEa9`CluLS#D{=R z8qsOP`&tB5Ll&l-^%g z!z2ZS_-TP`m_wuK1VvIwu#9{xOHkjI5>7S>#5KeND1z+!D7WFZ@~R3slRMLNq_vS} zqp;Yj8VT^cliRKEXsa{fDzLesyHiF`1~hh}m99tX)b#zZEc!+|i?qW#h+9N*lNL^J z>19ZpRQ}Rn^(maa-TqPm*`a6GWy1+h61Derb4Yd7vV5?0#1eDseLJZ4?l%RdyB7S& zhjx9@IaA^6C;e2Vu!bR#;<@=w64-zppw9A9lIO~Tivy0-8)gdTl{XIoZJgWB-BYM2 zGjYv#OPyV2yy^x`S=-2PSX8T~)fWOdXExq)w;{KkVbbywhA9R(1@v3l@s`xQG9L(= z6+@sRY-c~1w26z#zMWQFf6AIH3{72z3{xfMeXmi)5Y7*0*2j+)>YaAnu{T^)>ei~H z8wG#e%&?}#&_MepO`Y(w``eUZJSL9IT%xV79abS7N~0-JNB`*s$XrtfW)3Iw%2(EJ zu&#^TuOfmg2z}3cIWvaoNPa+ zOMD&A?5UX^CFnf9R#0wvJ#IS-jk`}zTT@?E@!-XI0QWu}FD1lS^$KV@<$Y|!gzBO!v4Z1Fn=gCNv&6T< z^u>W^*&I2Y;Lo(J@yG8}+$+ar>wyiU>=aYZNaToyl}KB!Fx+42`DzF1KK{o7%%YZ^ zr;PMccW+M$8lH4xY>A^WXg=HcHfqCpm_0((p98gvQ%y9mpH96vG2G_)L{~V|WN5z^1 zQg{apaZ(L4=9}K;@o|+4T#>AmDq#7QOTZ=QFF>4W{=T{far5L(&i}CdU$(*8+8O!KzA@ zgZT;A^cL;yl(1Q5N}K_O09QL1RMTDg7jZ=`fmGJ6#=J5w#sj*Ogb4~3=YslS#89I} zV0aLBvU;1TI-c5mIWGOLNtS##Q1cF(F~_nqxt3UJf%%j_I0cc|(KC_vxw7L^@Ygf4 z6L{cF>&-c(Id;Q&)2S{`Q6ca^rk5|Y4u|w=vZA7gut3A==>{Cl+nBc8)XJdJWiQlG zm&sa3>@``|<74*(sH8%0(+MM68JgJWO!2tcOTvi5RapHL^) zwb{vE0;vc}SI96<#W-?0W@$!=PSZxg29lR>>R-P`nD!*2N+9!gS{vSnbBIvO?*_JY z&j{I+P5dk=>sCb4&cMlnCDtFH#l}KCjpn~Ntoevm}ksszI(^A7fwJDOS;TZ6WN+g#@LCUgD6sbq+? zfdc=FPK#=dM^UPWzL;@}9%e2RUvIKe3VCa%D04WX{x$7Kx8Z)-I{8O(-#mJqUW zuCB~v!*IXd(BwOCy)QRm(7poeWRqw|M}9^FXWu^!suJTyC5u#0OJ~EG;BcTOE;UX| zY9L&)mfAVD=$FUpqXz)Jc%Wze( zmuQ2s;cd{iQfK1tRkxuU(Hm54l>6T2>p!b!!L^jE@m0()!4$nTViFe7b*z$cpJb7M zaP|>$U&S%8yJg!{Gxk_JT!_0m>uIk8<}d3UWzCZd&P{f|gem*Hf1m5T=zHid7rXP8O9LFr+!rZh0y+cJ@|;}-_xdNx*^ zQlO)r?T*&)1Ql%RksSi>W*){Ka()GaFXA$$9r1;4Tn9dM#4|0$J~FhDD$-U@Ytx3h ziR*4+ssy%=k6hPoz3^#M-@kId*V^FIK3H$c`7Y_5r#$})q5flTRrih}T@IdZQzG-t zkvyf7mlfB@z zn=mo40H}KJ;s?~xJshTd+SxJJ4m)*kBfQAoRQogCfq z;T+zD>_6x@8R!w?!-AT_xf(Yr3j_5Y2Jq)YOKu7BhuUoBNA*dsDkc7NR1_V(UX_~@ z5ah>z&KfJ|oOcbUqR&vul{0}t(N)L6CyrwFl7_T8n&4OFQW_NcTt)RY_(^sY z@l?dsF&n0r?!aPKR_6g{Tkp;{N9=qAyKO*Cz8;-<%m&C!yRS}y>;Cd zgQSTJT*nOWl$M_hlhEF+m4-?#;ik>j3&prmu0Dnj+1EAN^d|F7(BhvJa(h})qiEhH z)<>%wGB}3iN8Z#(SEbkI{NZS>4?W``C#960~hj%y@KWc z$JSdg)wy*|fC)i^LvRn8;1Jv)K=9!1?(Xh-aQEO4Jh%pThl3m>xVr_PhkM`q)l|*= z0gBpZ?X`RL>h8z=wi@Ivx+ER6FFm}=wEabH8gi>F38$m9*|UY34o9*;jYhJkx9t94 zGub9B2PF^xW%dBIkugr-D`4qfNBA-~Ouf`PSJkZ<#qD}7aINYi$1;70X9o|G&lc^cI6E+u^#%}cOTeEPa=Qca)0AzgnG}y8!f}#3Nw_l zU59HMGZ6m#HUA^9aVQpN`^QeB{P}hTS$zG~Lo81)w1SICsE1l{aRGh0NTU3aTc#AG z&7fGLEI0tQBBGXiS#RH4Ppb_U*q46G_e2dp0T3#^Ia$fnK(qQt(x&w)nok-QdfWct zhmp?!e%BZHjz$W_^kxOLire(@0Ld@H)g-4i`@Y!S{SUY4FhW0HB#KEvM*pQ4!u-$x0d=s?5?-4+Pph%sW~RU9I1;Tbnlv=Vz>c_gxb{>xPGJzgYU5M&*r!Hr z`Wp=!smQSF_wD%2E&Kj*@@$A`3fe>}8F@n6C1BC#YbVc10a-zm9#)4gAI{4S5|Ca1 zhCY0cGu+2cMJ^BWIoH$rgu1{5c*K@9V%Lfm#RC#SFh{M`e(mEw0L7*de18IVX=j0lzMGe!2ng_dxsIX}7RGQ!Lev(Y_?c;yzVj z&JpvR6P-0nD_j8-f__`w2jAPg{JgOj{K}9i$MvTx8mBZy(Z&xe0j|d2*U_}4@DFx1 zY=~vvT$<(X6}!TkUF#!lQ@xubY5dzfho6VtiNXLy!?t@-j?LbN`9{3&m|N$W!-iMG zB&jFMGO#9-OZ{|pkz61uo=(SrE743F4qu)jUb@}*~Mbl!D95A&FoK`% zhtqDAAn))Mdw16caqs86SsREdv}M}2#?PAzyL$c(MG@!-*RZVw>=IQ#&zIoQQ2#KQ ze@;Nh@#=BG@6WR)8+Zc0#UD;Wo9x`+@K)Hj(p>B5e+XZ2^M%}B%ROW@`0QO2ESWwz zFkwS59jla148_acDw@cfZy3smQZq|DI!TqS(e`7ug&9R43AdU<&~qeSr0 z0wW8zw6XSZ{=H~tbLpsd)Ax3wIor0s_@q{K;`NH31za4Y`(&dj3#W~rTp8PFh|BM+ zVbbtjwSP4^GTE5akwghTDYX}Bgfj)f+-X&3N)zGu=N7YXUKsvn=;rYzn&M!HZY5ko z6?+qDE>Ma839f-b0et+3q>|taxaV@`2OF7DxGkUVyLM%xdQ8MhT~#hOW@kCu^md!`p z&S5jU55q2+Lil-_q~G7Q057Z3C*p|Lw)9?m=~y*q{w4BmzWd7~?h$v*{>*g=45HB> zvmL&V2Y^Tr;8(*sqa*qdC+zk?sIC(<&KK7MhRH1*>%%^jY*?H;;i>TOozzipg6d)g^Ce)g@&7 zY`(GY8S)w>r7Aa8rz(eEA^Cp9!6j*J)L9hyGK6gihsdux$oL6hB@O7KUWu$I(I~j| zYMVuTD%*5-w8d@SuP)6rG9<9H1iZE|6Ps4&mfrwrfv#WRdwTObE;X~eFJ4`0NRGl1 zl<{4efkt0PdMxIau5JFcLD0_VF>9qwPIB90$&282mSay&z3m7>IkQWRXwEh@(cxzW z9JJVl#HTA*chEW>x?u*zN;;Sw$)9`X*3PH8ypEr*!(Y&M%y&q`Q;qcguNEFs9stO9JrbQGWZ40k!^nO zA2-0z`-i3j=H+hx#yHE~pBJ3$2S-Gzcj~nnvmd!(oOnEty9IKhXtl8y{(ye|V71mu zDL{2w%Z?6SQrj((01ueFZEqI4v864chTUAZxGL(BodX(7?EtEd%95)4|1bJbYvo0> zO!*aBdD9ls8cO5n*sw)|5ZxsykF^c{y04{sSC0(7Ode!YX6r% zbrAPmbPkrdUkRX|wAQlynV$&c5(qriHtLO<}K!d31C4uLgukV=2a%Qx z7La%lGxRHXxMI%dVys&FF)e=#7|=Tf9xfkH?H}*l4(kRua3m3*mS~okG*NG2b6mvg@FI`s{$4Q~DDuo~+2a(Ot>yM@db@UXKFOERF<3Yj;Ckt=AD zSJah?HQItCXaTRsY~J)@&3)qAYMxc22znMCP*}ef?D}qi8LHIlU5^TL+5HyA zIU|MClANEvR%(1bo;<Bu_lKW#+Xk8u64{BQgfO``$UQSu5ANE#yZXd2G2$b6eLd zPY{&VR#2fi9u9=E^-H~33m-ena^qW7*r>N@^+V|=0mLX{+@3~RJi?oW8y(Je4{z^x zbl$O*5>#qq-xBc-}$VOoO6h2?7?xbz^B}8MOIJcyt0(^%K^Yc#FRZMXv|+bJ$1x ze;))-dY(V?wGmnz3KN}cy_^AdfzH>YM)tpu)S1wAhK+~UCIU_EcX~Uvu!=2>AN;q$n=3@`D_!4k9`%q|)4JGopqbL|)N8Gf|gHN}@t=ib*JDTwz3LWw?E zM`4&5Dw$bH^5SP;z<~}RvGerDEAdNi?8iM(sWD@}TZY=ccw7N`Qn!-9i3T5A7Rp@6 zd#;o5u+S4`>DrGSXR3&LYdxWxi1vRih5w));$R;}i>mEIx_5LJ#^Ho3&KGje%}oG-^jA|7KQWA0~Sns`1RsL2q54OuyG@h znY#$S(YbbVL!5F{_*aNiSy8Vj7*lL&BroV%VT)QvcmLPLTx^)AJai6-c6Fh{u&g}1 z_6izjLvih6BpKC(-`gb1wY3xQ;FX&QQK{(w2VK|S6bx&25=I5rgnX1SPZY?+wLWA8 zC_qrQL6dYFCwhy{^;c#B)4vbvCz)Xzj-_p{p|c?TPxE@>V?%}0uy-qv>hFuxia?~I z+G)hvBz47sqr%s)xFMm(>kOB1!qTlzPMvkBHhzLnM(vj3F^{QVkI4LJ`KUG}V~iWz zg8cXCaZ_b~^^x48XaD}UqZ`i^4BA@Ln(PSA{|f zZMy*$g$i&2`MV>1bSSmVS4T*BX#ZK4tzQ7Ld$bx3_PN45ihAT_PwE7g?LOW$>Vmfm z8+a?$xeS%!R;g^VV)YEFr{!zxA10q}z;4rH!z1h!qDcp^z!vem&YDo=pTeYtx#IK? z!afz8m$bBJ!La0KR5m9(BB(TF+rApFfVs2gZD-6>ZbOXjPCZ!dawzsj{sgwJ>S?jo zZb}!ONCI;rU3b7-^Xr%3FWk4|oyJqz{B!yo#~#P!O#x0K_}J0Q6!eDB(=a+u0xwj_R@s44Pd#wAzcm!X*7DM#!_ z4PA6q8Xr^@PFK9NCcQc_Cae#WcXE^Lx!Mu@xhrROaqD;^=_?*Y(QkX|WJD^S?H(}h zL{i&?F2BgcS3qo)eNodHCGYR?pMs+cFN{7Ah-}x}<7g6I7s#+eA6(vB60JC-;aS#U zB)wT}mfOto)SEtC{_$A(KSx2ywSiA7yxy<5E+UxvZiXsJPm#CnU&xC{-^TbUDEPnp z+{^_sbx_K>tk`9evzAgy*WgC5_^$usxPc(fg|BZ6Ct}u(CTy)PhGG~S5cl5Ao9k6N z6Ygj<-j^nT%qImrCIuV<@5J8nwPTC4@`k!B^6{a969Mk#82e1OqavXHI~(A;>a-3l z7)|#>K{hA+QqUU6R82;IfBViYl*A;E(ei!sro6zVIt9UjjlB-|`KPaw!%dmQ zt~lPPv4bwzbMmz~mhgKg5yT#hN5 zf=u+BzuL`N*qGIV-6RfQdva3f}RVzU~| zXa|ER9>3*B-F7#e=xYvEE6~y8R*?nWv=Vqba^Cfis z-J4qi>5%8$En5RR=HZ zUsSoR9-{9*hSZZAsC{--MV)W`?TFzNvHI6T&u%1a(jE7s6F-yEcz?+1b}q04G$bI;XJM(I{_&1&u3O8A-sd#RU#jw=4BzcfDOdY(<)*-l(^ zUoR0MC0vsj%ui*@bF;e=ZRyh~9HCSBCi12d z`j{#gW-iu$rDSdd+C)-IB=w)Js?N^Jug+7|N#UVSTnD%{o>S8o(Aq@^P9 zuPWPK1;KN>4&hBUHf#W5t4>y(tk85&U zICk)>7F<%yCc#}i)S<4j6MA<*zF46-1K$ovRd4mLvLkknI?zX>HSwDPgK{z8c;%hR z#b(A<^W%bC<=#!p#@O$fAH%S5SPOs|NvQAT`dj9a+3$kKU_%Xlb;TBMFk`3r+20+T z-yyve{q8K3NQvRPv(ozM>^!~gv7OW+3_G!Xd#2^XjJy^?`-_ZvliPFlBG+e;HkYR< zl9uN2Wp-B0=07cfboqq?0~JLa_Vy;cYMcru`m8Y?ac#K1d-|YiPRj8v)?ALv!e`@m z*H1JD4~Gi-0ne+M34u!hV1z5zu&2qVE!UIT8gG0Ofl9 zeW15D3$|3LVa>zENa1wGU!uUu5#~K^ND#du`^Mjf)C>ABB5BzUe?=n>&tkuTEdn}g zAcPFZ${X*au(pyW`xZby(YHicj3H>jJrBzZhT8GFXG{!R3$2>2_M?6={TUgFVDBUX zFM`u?9j)cQNp!I0bKKcDRD*|9b)GR$ZBU`hh{z;QtJTJ@{ry7IlemQ-qCo=?a<~DC%wiSWR#IUX8s}rv;WxU>pPY}wH zt$d)&bCVo%ycR@#FBOa^zHo<1cJ!FjJ;&)$Sy!3yoAa+nxpF2(J8TzSZbxI@DT*f= zYKJ?VVdsZYhsV+%IMO{kJ$*t_wJL(QpB-NJq{GSz&}Z)gR7MN0{?cJKPMg}I3#v;JZTX`_RC;6l$* zO6bE{r1BhYfqE6VEx$iz$b!z_+$jxFgs$*;Qd~Q9w@ZD||kpR;eHt!k!u~ zpC=?`3nIUYXdcQc)vCL`a<3hf#)*~j^%)JEQe?r`P)|eKy(7n}t2Gq{ob6)S$JAmi zzwnn}2@mx7dc|-s8KddPUNwSB2KRZVW;FE9px`81Lus^6Wtrxk0ZUTk_gddc=4Am+ zFgpcylqfUeidD^Xl#9 zg%w&gGo2i6Ep7>KBrE#V)&3;qqVOE z6RL12|34PC)QSD+L;<%SSWzlzRt=A`QHxv$?wH?uJKA<#b3{Mum%I5E4xU$tUOQwe zs}a?2m^#4jY^(OF%Pu#BVoGf?@RWE%V4SYn#jSX~F%unUugh|`0k&>shaqVe z@r0|!xvCdjO?UaD@|FyujL-pt%QNzxxwk%R$eoxtHE>>%9enlOWK}{{1(y)8{tQ|7 zwA)v?_K}?%++hwz?oU9X6ouIe5!&Q@g#xhS0HR|uU@A%~_MJQ1_)k@?71UlfxJ9`S z-4@%NhBR&N^&HKx57^cHU{LW#X1dfnl8L`uLK_jU$Gb)slr7AC712+f-`=X98gG zP4n2?%9(_C@iD&^S6ck=J84XzPC@a0;k|nLD%X}#Ms(8Lx`jo#OUtPFXh&al;w*mNbKHmg4g9T4kUXtQnui3>f<2(*AuLviOd=PFRm$=Uji9IHe%V8zZl~lD5h5i?<))A`3`p?V_HA);gs5MbGJC~z%-9|EV@R69G?D4;P zP-c&iaw@Q3OD6JSj?k0jrtfM7U5&+KaN;P_4mrS;Yo4yMjBt%l36+iE7x+NDwS7N^QSXTb|Yg(gJmF})%%uaTPd!>pHg_8Iz4lkv-(Rg#Q_2_id_>SLp)m9z)Ha2 z*^8O@ez7jc64Eo&RQ1P*Pz^IZp|Mi16gU4 z0H4|?;q#}Hjb$r8Sa8Mo!JhnDbd0Rq2(IQzFk3}_k0w*j%)~w8RgIxN{2u#d;lnT7 z0odnt$$r?~^MyZNp#rC)MHl(3>#=5UL%%wjNJZNqr|({8!C<-Z#R1tYH>DcCOOGkx zN7OB+!(XRmKs1LM2BFbaylFyxqZ~g^JCQcKfDg`(SqbwXx=W@XQGRc zRyMRWW_A9Bdg-URB5u7OyX4+a4$iR;)y(i-Xf@WRY*Vtj>Q>a&Lghm{lQ`}2E0$!%A1?XosKF~4Y zJrm!X7{obC&T&PrWmp(b+}K?Aa9ULn7b_oXNROuU8n4x9dzoSj|K%L2Tj4wgoJI*Y zb`Uevpyq_gfL&=0xYbgbzeV-M`@thq=4k2XoIxgSd@?>h!$p24p$c_h+>)s_)FqvS z(xE)+*rm8R{y(0KQr$?jy?&wGR*0=f#`GO}(98wSp?{1apIzsx@N0Pof3dS7Hyd}n z_|<*V+-2%rj^?7o%WiLzKl2ZRdmp<~hbHNnT%<LU{}{ zHsChRunC7g?n4jZI?{e4{}VK1%ZP0XSceR`1*oEM^t)5_;L$E!)hKk~W-0_dsSxze zec7>Js@Tn0B{cu%7T1xk9VIo^ujaxE9251qSkS;}i{X3wmsG&Hni3h-z8!v7*RaPV z=rtDiE|L=Lsj|7j4y*Iu*N z&ia5O&g2eDZFd_!;zQ^Hq|FMkWsY&~q_6WLB#*Riz#;Oe1Z9f5^=YH&oKtsM#QIox zr4aXROs7oW8o8kYwBMRA>(A}YOV7EgO~(CB%75aUuWEr{QPb2!7$AQ}LJ`@pVg?&*cTBgA?MKXr@{#s3yzfh^A!1ors$~3@5XZCubFn-Z^6RzV=!>>oQ2GJtI zs2ig%y)*?7eT_uBXPIghIE&|kVN5%eIsZMfF7C#~i4(D?^klx<32o&Aeyp2`DrG6M z3=fdCxLq5~eEuFh2y%-?B^g$vJBjYwI3aJCE2t4WooZ0>(aX>+eC+bHVQt&hVN7Bu zUDMY1tC@kou9f8{W7tU1_eq*d9dmNZ)ff0akHh4vX(V(Vog(I^L23@SLAM7lRe1+H z<6RAh7Jk$WL*GODRspjGSJA}-LXAlo9i|H~EaaN?hwO8O<5h(;2DlzLSbY#)7}~0G z!1EX_F8%}Ezd>*~7FCL{TSvfon{fkW!u|P}0U1H*7cK2S=LpuVLII195Y! z4eD#ZUM5zZe@m!qKU}`O>5X5IF_50^#c%C@@1j(2G=2n?N7~|z{=rkfrY|7i$g1A& zV>Qn&#E1y(>f2Z<2>^NZuI&u;ch z`))c#N?vY|?Y;BDrY>P&RVBZ4?xFDgh=;{MIK2kWwC<=`OfeQ*X3DzX<)E9w>~({E zmf-W%n=Lu-%fv9m6vG^TEh6qd%EM(>!*W}La?e9zTJW}H`N)cohrK&v@QCNN&#}`B z(M>1R11i$b6ojklF!fpDZOIeCW(;#rC6$Mrz}>o5BTU6cX#56=Nd7d}BLk$%k9wVU^lQqr0PBtRW}M4;~`fsJnG+x$2v9w25cW&N_c4QjM;B zem$fmxtPZ?H6MKAN20?n7d6yp3Xx=KyfB0lVd>msl?Wt=wi{Fc!qsDT$Z0nAS6i~h zTSbg3GUU9@O<&)0qTesJ`A5DgRYlgkF%1JRzHpDH+Oa{})X#yL^Jkt*y8T}7$paCt zn9R~_N1$8WNucY0iy4%s9!uxKU0XG|fDFw;l~Qg)?b?qlkR47~VjWc%jg^@!?ao?Z z;W~K&>cMNn{murGl*cp6$L;%}u-RN4?j zdJ^0_uX@l@d`#Eh)VM@XO;j=(=szM(SK1O#P4;{=k@sAT#2?%^4WxSxJ|PSF5!d`=b=2teEP$(N#t5Rt+Hsx?udiIfXci>zD_0sxdrMN|T8z zScede8y7A}XK*pQ9k2eH*ePPzH9CJoiB-dDr6H)CJ|@RjE0sVdm4G!rTHRV;eU5TZ z{&A>`~TV7^&ui*;c8`LfW~{PaQ=! zGEeDT37;`?y?W>0l1z5=nS!k_|#rxKC z9v4G7TnVsnL#7%0qu-H$A4O)AP=wofZ7Eu#Td@Bu4ymf&y2J&q)@bAn1M2#0{mli5 zGnPSPGD9YA$`$Hn6Wk^)y#!&TJ=)vR(s#_oIu2t_Xwtugn6eJjSG#G zfXJ)Ad!50`#t6>`84#o@(jYmlMf@1|^W+wzJTZ&IoD+ zMNYp$JLqXqji>y)v3oXqY^}DQ-cGX&qp=V>bl0b%Pa!$RiLfLd1@;<;jS@C9j3$4$D6 z@Z+;k`pBp4P#&$L#(q*Rq)P}r3XHNO#oSAk8fqYB#Du1vUt;nLt zR*$Z4N;9XhiMHTd6O4(_I`?5%1L~Q);c$=AbY#L%RyV}$8lNp2#5f1;x%q94^XKL# zDfySQL&0bV6oK(Zyc>=gHa<`r+)`KScE`>Qrf7d-l5?wm#pVo1OFAw*dTJ<0S)>etx%2*lwh18r&+gK>KZV(wwB~JY^rAN# z+ID-%ES;5M{jMn&57)_HHfZ;-p7J}h9fw&yA90k;QJH1 zwk_+DKmmWIYsnaj2O~ z(Mv+<+>9LMvo6bT!$+2@@p{;#CXf6EVy4+eZ#v}Ot@Q+g#=U6E$z;?-Owt>Tv=L$P z{ZVvhdvGe)?}dwGq;p5UDz?*6P0kteerIFyuk639#Mm1wjruCvw}{A|Iw9w;#U}|; z-Tr3%Edn#Wb)SrDdP@Sq@$K81^|`QLj7i0OnG{5n_r?wZ`eHacAXh>cF3eDE8&q;# zRY;4&y^vUKHM@nO-8=XY!z#Z``$Yd zW7oz8F-oZI+Y#;RJl5X)T|hBp?Cff=s!vladrH;rg2v=_q48)@IEX`gKrt}pKg(nc zg{{~)WKK)t85J2eI%&~fv?&#fB-Mdh`Z}-MP*F&Ls2=TnZBIcSb4`-QM}I~{5JQ0H z3Nei9q~wnGe^x1n7?7gxQRUEwZ)9+KrwYadWZ`zT^OvWe+4|uu=G+(8|?cu%T!4>$z<$?p?OCu zmsFwD2{g%E(IL=8km*f621OHGbv3)Cnm3EG~lD2eubHwamd0f0k;fD5|Nh zpilKXj5qCSx|X-EYTTs)G$+5ydNy2n*utIuDBcz%n>=4$Wj@B67>@A%%sU3%@?L3f z2slQfhIiU5046Z;vxL5%l{dItlp4A-l_~-i(eEs8J}JMJrD$a#ekdwE1v=m*t}zZ zq-Omg6wC8itj#qXYA}T2L()jDgITo48$>bZkdR*6%HS8Wx~PgN9hfD+;z#`YM^W~3 z5gc~Ey&5jga6HjYT`XM|-2fd_leruHaFLc3IKpn}T%R9`WXH7odIKzvE*RVPM(Dy^ z{^9Us{=3+kjrs;2Vpx8(>Wv5STy*Y}-DlQ7#k8T^W9NFuBtf|BvEPmn44D!8_Mezn z0D7L%ON(sM{`-vyVIto|NHb0^EY)OSZb2o8_L4i)Z{OQWNsg4N>8)qmW&X|l3Tk)} z-nTF6uGI#lXnUNK0`KAOvv{wtowHj$6x$^Ue59JpA9p(04Sj>T=L0YL&?@ursT2Jb z%vIheCi^p1w_G)^aWbVS4%)Nd*RwvkYAv*(;jmY+T8sNW>7$aQE>Do!v=Z7w=E|6Y zV#fVqc7Dd|eq$(8UGp~$qJo=?T+rhzV`M;G(lO7?F%HrhAhqC!W@Myp#YfYEn0l<|P| z-$vJeuzxUvZ&K+Xy4++QjoHitfvu{-G5bO;ccwbWG|**RLA^mgp*&P7p*PO;8x|A?QT~9Tmhr6`SxreW_jY)dRmof| z_w#bnf01UI#I|q*%(jziG4g0|Q1t4InZLij$(9(gN86<&?B!Z0K)!QI;r2&yxba#x zNH-=pDLdAO(q`*+*k<)-z>!OCz=CCmH5caJkyT#EK#jw1``)mu`l#FHlSvm zlrIp6`kL^WE0w;tBX1j+Ifke}TUY%e>Sw_+Y^IEo4TX1FpQAFH?+R$pWD5%k!Yi=0 z7Pw2*X){c_jVW;%;*~JG|H8!|Cbw>AMz0=1GS~N49*@tPa%SyYUbHC2T+6L=-ZOTS zu06DLl1um|4#l3Vcz}%%A>J|vCsYH8!GQoq;>YZOi{r5_aWhpZuS<{fF#^LB<=_f) z>B(xPn8s-;PoV9gTPg=`?bpE!m?P9ojhWx4(BDAU8}2Y^RGAmvx=-GeLDp{{-}p>W zmx3`>`3)8!=p)%!|BZ$o+I%!?{6yOj+b^a);B6`iwa-36~e^I>^W(*pzS5A z&^Eei-V^5ULB66|7RohfU5)qc5>Z;#OMsx~xxFaU z<#_LU6#>FHud`zUagtz4GYpR?*6sX6Jry#B>XGxeUh&$ME?TOFGdiBkH#gfL#Xl>O zMevJuc!GIKtI@+&T%CF5J23{(9IWO!!KtbcL>yPnwzr;~pRDe+7uxsds1*_J07)jGcrs#yG7I>Nh(lhxhm6QiT z*m8=45dR2bERspnqn53EQ0{WS{&Oy{w;h41`o+7}Ef~6NY*%Q(|_o z*Pe8^8}3lXtNO;p_^6?y`RKim{E?GB@;C_5=p>`5uT?J5era0#hC^$hNhv!UWYB2| z&0R*78D55PnHQyOOp@aB5T?Dl;DNf-SvvIVKmud54`v}Xr)XM^#R#~`@A@8D@JGxW zm8xzXo$;?E#)&mfzs=}gn@1HR9CmvhnN#&87&LI)xb;*Icy^a#b=8wE&ITLJEd1e{ zZKP9%BB~L=s1Xt43vjW}gIba8{7@T#;MDlI9bXRsjq~IRXpb8(m#pY`-`njU7GjmU zpHWEo{oiK{?9CI(2=NHzU*asu1OZOrNLaYJ^7Inj2A^~-Sd3*5G{4{ z0}9bbRRA_%;vi-yamMV|PVnlQ%ow9m2q&U#?DA(30r(OfwC~$2Mm0#S=z?d>n5!y} zpcNILMQ-R6PRc!c=OL36>k4|zHS^;ix~(j*6gE|28{pE2_jlFxPy6xD>~cinkk#6S z2VKpba7*YGYvTb&AE$7^0a#OLcFtP}3!I}%6AKP-NjV%P!v(7(B5E6K4&+0VwT4pX zjlW6L$I&WR)fN3P7>vTYO4F%0uj?B!?48N%bp3>}M;b-ky&k*%`OHC-3Uja0%>tAq zo!h$2m{M*G;I2k1^2u}hwKU$Ndo|F1S^$ggAKm8`Vpg&i*6}Dd6K;%YuPt7w#0wqk zGwSlRpD*W{Wpog24;ZxP75@B8iWU6{(`!+cb}y@|yk{(GcWo3480Z42EPf zsU)Ns-1XUUdCvM@3jKepzqR>^ZiN1O!oNeW3Cn*t9yMHyfd89ekK)G|AQ2gIriKXy zW38h;Y8wa<`Ik)@UWh0)tAvNZBd78-xLE9p8j&I^*Ts8d06)dshAh88%|?1MONNcBdgRVA>T?Joz6q}i@QWkK!RWi$ zrusKcvulQ6$S!e|wSNO=MH{VT$v@m?FvWCZlSfL7qh#7}qZDTl$1xLQvHW4&#AQ>8 zIL^SCIW-0`4u^^-+a%|szJ*4N`KZRJlGE>&ex})qdN@^jUSN011h4m`9d_-imC8>A z$@b;;HU>kTk|(eaPJ$?A&cI0YDP&TiNRRA_f34XMCb7PTN_A>8mfWn4~;nEtZAiyAn;td(>WknCnohDxs-R2+6rgn9`D2V^7Ax;Nk)_&)l9^X*BVKv zMxm_yKpVXFc?)){y!VY!=OwZJiXt3;W+#I`8^I-gYHia^M3wul*_=fL{{;nyU{qUH zc4bQ}eAS$0>JZ4a@z7{~a((*&cB8N$qv~IM-}Cq= z9@`^surCL2LK1z_JP3ySCU=my6t&?zH-i@la;Pu^Icp_Bf{n+EnVcQrGXQbUxwn4` zP{BTF2d4EAcqMD5w=LsBalf zDk=N>>Qaf-box&bm94W@&ed^DlPe{|u;|W*{3QjRkOp(zgLa%E0hH159N8Ia{rf#D z0vFjuiCpU5!&J0~J!sjK$|hTl_5MH7>eThI%hnfz+iVaQaudPRA0~ ze5--__a$bum*gf8i1X(&{5_VMa6TvwtsDo0(0+>JtYJ3+`+u5l6}Z>ON2Xx0~8 zQ!0b3wx|K-nu$hh{?Oi-p;05VYNsIpn`^zAc3$4*tqCubVK_}wV=7bl*9Bs5^+ z^dr7we){-Hp~y#(E0gB0>45d{DrsscQ9=@M-`>F43)isQul@dwe06B|PJ0++hPKBM zAlONIlDcuz$YpLgk}=BSi%IjTRfuZS8-Lz*c})lUd*7ym(s}jGjv@cnU%k-PyC4TK z(+%jeV~={V`4C%E%J}V-DawVp87vIWP<)#QqELuW%%Wc&?E06q|+ssrvp<#%$0Ut#cnp=PtDE$J0i#ydIW&{LsJ}-kH;`pQBk9FE}8!r);%x zdr43p={rE*(rO=RBdi3mOfYb<u9K51AJkimn_nSu(rg-m`?Gt`R3rqFp((Xb ze*Iri!+rg)?bB~MT2b$i<`?x)G4~wWNLedm4ds14$#aZ+wjLe=ni=x&D=$}{s-*V} zb+Zb02p}56Qlb{8?bhT=6%m-M<@lRq@yqOGokE~u869aaSd<;6>{an!0etlTfuzGLn7PjTT)hyZ+ zw^K|c@jv4KMyS-YdtAHS9|z}!@{WI^FOKYI)u`w|kwRPTnLd{#diAxSBs0nR!|uIl zwI$q~QX5GD$#p%xP#aNjtqHBn5}FtXO5*j#thswCf7w!t@Ru`WCoWdf0~7V=n+=6j zLDj%lR>O{-V(#X4AG|0Yw^MLQ)ktB98y{ z{EN1&1`2?~zW_$o|4llsLz-5W*!~ABOC65kx8gWcX5S)u0HO{LVkN$ON3}8jZGx9v z_7UB{ihN?Tx4AiM0Y6wl*Pui7r8~F|rOrhko@5>W7_=l9kcTujAR&*HfwWWby8=1(W){S+|3R zmun3YHw*|V^k_?BSUjq&z@&~q-W|*L1#n{dKoyyKM_mm0l*G8TF+Geohm%dY>n4SDcxwZgRA~Sa#harqdFm!cf z7uh6!6%}?7W-23kS-fqF@}78WZei5kI1Lluz}Pra-AsaTw$<2b@Y+B-X@&AHso+IYd236nj2>5I)kl-?v4 zdt3W;I7e0=rWvCsoXCf5wdE=R1tud!RUvQwjH6^M&phgu4)AI4@J)I!m(BO1@74?N{#KT+BMX ze@xS|cXFwlEjN^p723UP{~x74%(atl^;%=N|L+=m2T{o=yZm|$osGngECr?TR$rxgLr+8QB!$QoP!9p0$Acyp)>Ac3<6CTUxtr*AnTp&&FM-;-o&zI@6H|PFy<4c&dXnG@TzZI#FMT zGTwhLCKj_0Ts-r5TYHr4l$}>3@pNRohjnH75En(+|3lYX09C<7?Y~MRDIiKC-AI?T zfTYr$64Kq}0TGbyl92B1RO#;SZs|kA-Kg*P-T#dl9cP$vfPMB}d#z{vp0%SYT}?W! zliUoyn$v*BM~`Hs{)z7bb#__h|Ic=lW`?N^IB#=*(`mxGK-ZMGZdT#Q7}lAA{0>Qj z@p<0Th*^|_jC)6rwthpNBx)jyZ{=Xg-dxB2{Rf}0i(ba3IW2IZ2S0Lem7yr^pT;#{ z_)!#~nMlT${EytNW74*xLrCs=r%ojVSbS!)WNEAgMZffu4rvOdadm}LN{jz(L3)u% z>!|Tm&z0_4*YssdeH#_kKU#xcJq_nkbx^aOwMXXdu+Z@D%Mo%2hR<=8SgD?71;Kj9 zrXM30?!7PdM_vbm=y#xRX!m-lrv~)qFYZFGJ(N69eo2BOMW|z|3435tHYvbfOsIV; zJog(3T*&pO+as%qB;oJ*aF97x$Ah(~hb;R#w-Qgd|jwdBDw$sKCVw z)r_-QsOrL5tUvwbhJ2aVYomXXUwW%l)5%*(_`O)xBcL5n>{|gPh_if-$){9kExk zT=16G^+a!L>qv(NSu7DBmhcChn+M?~f}02G30OXDwBpOG#Cc~iJkva4IHw{XrKwCs z99_iiRbI$~njB)bTa&6!up?=eKFmC$HQWEFGI5O@uPiNTGOTMDj_w+8#KZEHxW3bk z*Hwp5{?4LLi22rPKpx~Qy0EOYhJJunAZT@6|0HoJ7WzAs4$-#0YS4bwruCA0?iKyk zR3Y`yH9Cbmxwgxx?3|RY;MOBc^G)O{ZaHKnhL6~#Y4emHv`CA8cNR52Wi{-M*3XYl zEBcwR=X?Z04Ugu2q~98WmG4l6le+R8{>^W?GAgGA!;0PNdXaDIHXVeQbQ@iQ+MP`; zw{JNqHQ1t^jI@rVOu7ju!CI6$7!j577z6QiKx>cL?;+lAL}|oeF7CXIQj`=-n*7Y2 zA}V8pX5b^e(ls>wTrwvq+##`8(L_MI7<(&=H+6LY1(Zx=xiuivyB!g~ow4X2hMo!E zempuG!@ANVz4Ys>M|j*f=oyg%Mj{;wrK~%xMGaP3z9zM85LyWhF^lVNB-rR8h$p`m zui~G?IQpGc3+L#l#iM`S+0+N;b)aJtpYvtBAcKEnd^}z?4sm=P2SV)dK5GuWyFSWx zXU$9fL#6HL7m_L43kW}%d9d*MnCgfy=wS8=&+eK{zGwQvY4Xtz)sv>>2&>1MkUeWaVli3z#h0>YkjZMK#=95UVcXT5UO9$(3c6J2a%V#*tcKf> z`o7Fytye9<@4DIrw$K0UoJ_LspU>M&>jXlM*k2-_aYw!vmwMGvG1tOnaDm@;XnDuD z|M9Wz>qolZ3})~_GD;{?``90oi9O_d$W?++%`m;6r2*Ji-gSnI*jr4l=6cgJ@oD;b z#MVZ%A^0rH%yxbsEC>|mH0J_noB3*jyo}7Wx+yHfyIsoipO7O~Bl#1Mk&p%OLK9j) zHf6^wY|3AMkaN_RQ+~5wQm#8?5)H1MZ8Z4uUHUe!JSI2g*sWSY1a&75_0T&zpW2Xn z2CG$)V&m6GnPkG6exle43&~=St}r8sT36NEnk>a0k&JVCD4APSF{f&yefZcLo3)Ut zT|RB38L`9-(|w$yh38v{ox~Yh^IgGWu`%AuI>XY>BGC@Za_T1SJWw(Tq!qpb*jq=o zhA{jBUoI&?S&lI2p|BfeAeEnFHJrnelKtgL;$$SWumKO-TFKn4SAc@Kl}Zp#g)m<_ zATA=F@5i7D!TrK}IseL2H|Cj-Nv7a><=ThXfW^b`e_n$g3K}Ut%T{8qFoj;b;jGA; z*qI4O{50z5v`skLdT8miD*Du{(EiNdx;nL&@w63Hp{s{__d|b}%E!BoD_tsy2lMetsgCGkVEtAsYB~_I>(_1zx$@7f+-q{6ieko-b=jo+(NuPXhu2-?9%V z<_H%X!dae^eI%e%%_ka3Ol(WTWBV9GGyzuuG@&6&Pc^i@WM+Vk+isWC z@>C{G;waaf=G8YPj^fbQWzSj>EMz!e zBGjW@Y^SgZpMhp24lUoz_Q3o!i&?b@B52p|3MDvx7EUXU^qQL3=TR1WwRM51*z`q9 zf6s1J_zd3C9~PybyA;#B#ixw_OBoTiQcj=KQqsVqMVw38jeNQ?9SOwt`k%x`uS*+< zoF>J$lXey3aP}GJm53z1Z$73hx?%7(=5=cll^4WrsBInm6cJST!piVzwCvFW#h+99IKkXEba=Vu9KUP$ z)^W>#$Q)Cs{6>nR7q;cZ0H3Qb0%zlGhAE%Yw(~xhW?Wj-j9Vk3^77L+OxRn(?~kol zd*(jC%rC}yF=AfNL#C|Db@?>!2H@%i-YsEvd2(l(H=;TZJte2&Mgcjk@NC1F)ecSB zlwcF}Z%3`YiMz z5-MlZm^x(`C8KH4kFoSY}yw}omTkH*_-WE1V|#S8FCFqKG9Jz>UYvs@Piv+C>l@m zPeKMlT}JOis6&zb$dEIy(6lf(Zu*{nI>wRIA7dF6h4VyJ$p5XNEE=hLc5Is`| zE>`fUFk-poEdHkD9qjy^VXh^TGHiXySI9D9s-en%p|X?ATRI#m+3!tm^d|C6m2J>H z+$(@X1fGS4$Whp?Udqh5IAyPSs99jXXMzZd`|q3N^P_*855W2@F86z*qYtj0@Ss6t z?DOe|4>6jN}uuqC}=3(K}16mJ4tUrFx9%i9LNN%~qc>K5}xeDb?MV`!UbIy$-!476h*4hpGk zd&4Rz%8ECb$K`C)f1(iQ>-e2;SEM7$b_LpgS?kHtOPQoyqkNV~M?hksChk+JO{H1P zc#Mg<_*L(ML38h@0=8w^@1j2i;GFA=57$F6y}59_YzU#DkF-7vKevj$1~^{`MO&8U z;z32Tu|xObacM0kw`x}^w2OB?=e*&|8rj|ve5Y84r;&8cxJxKi$q0huJ;r!PcK>RO z!m4@~oKhzY&uM{&3Mx)|f)(;RvPNo9Mad@l%adYzDQm;s&|JEgoV%crWJySG_kNQM zk%KSA(ij7MmGhj-Ch7WIzT=acGc6P`BmFdFR6?8>p^k6w+13@eQ|=ytaWJS-PCt`P zpRF4h(utmTVOj6;5sw=g#6gL#vI=c+BNdY~`}x=w7L|4b$#gm8F^z2l44BVZ{2y@^ zKd&*~(y+(KK7e<3bfn{I=m>P*~^Za)o;E7VC+y@g!N;H_8Hz$|f zy}q0Am#>kl-@!$$cXmZS7Yp4xFu)=3IgPMY;0;L0wFDi;uX8hAGHIQiuTtSa*}gQR zOJ}oy*!?2M%3d{9D#>AC^Hv%|6z(z0v?j|NMY z+c;G9a-%MnAU<WsBVbx3P$(vn?Tkjk49pFifn;#O({sp6_|R zpGa*kVyTAa-zmzaqa~4?3LulEBA=4ds83{5y>$90J$hi6;Fp&9G$&25e62guw|(D( z!K!Dmxjm^ETi)xpoVrtQG`anExT7+pHh(s2l3vh->=GF%dL~(;5!dmx%7l9&#b4_o zM=9tC*ynZI#$XEhd3J7eTiTIyI(kIaG(4;6#RqVV9Z#~HXa zKO-Oj_2=tBxO#l8YiTi&RSF7r;-L)LP~4ud=6NH!@F=n|0Fq8XJZ5J9O~Zk!I;D zd#t0GbSyuE1QQIB%kQ7EWCdQGUgQ?JnYWttO_Mh>M~myEpFY`o6PCM(g|hQ21=Qty;8&_uOs7XA)u2x)(FwzCT-b&p(jY6kgvqE#WGr zY72hWl>pwRz|In!D7VrgELI&@nd-jnVZnUa$J3` z@?OAd=AH}*wAc}ayMJ*`>E)FDl)Qnxl%As zFb8Fn$hC`=;y#%7Ez;ZMT4ig!8I$ZKb`f7O)pf-0lXmK-R&SFbF|!E~>U^yOaka?w z$i2iPo`ZSl)EJ3MgUjMj#B>H!xTaU*)$))xNo6mGL#XTtvsv<=)a&e7XQZg^m@g${+29={EbKW55Mn~R@c5eC?`s=AO(@HDooxZeMVh0 z&>>kcD}z>HTRWvUu1cc`WAy|VF{3-eB76fa-L)34;O6$sz@=Bt%AFWZBvCZ}m}OTv z=+oY1`os*!NNXckdTWZp+<86e zsZj*)f|(YyLd6kk=Igd+qll*RHT!-1k4=CxICD5;MlwLP5 z*HfCge{od-SVmRzdnzI$!sakmbit^sA7iE;E!>`bjXu}ye~Sw7Xcbkfd52U$F9+vjUH2ag;C>?zt2d~OE75U3 zn~KwE&~llJs!nIP#CoKrMTM?30XX?*#6uK{PRH0mBV464w>njq%E)EYn2?%8{=`py zyK3WChFubpaVAF}x`kAr^H0_ddF8gX{1thh_muL}!@{}obMF4}aWr5GVU{v_NqblJ z(s`RpB@>=W2w9^{?|wz!mG%rZ#E4j~xei5VFxn1xhT%>W1Hrqs$eVeZC6lmVBF5kZ zAGCn+OF*|BVe(D^a?*NnM_3}E>A_eFX+{bhI69)7rvC|L^}h@+kQ>=Z#yhaie(x9} zlxl}>Ing+D-9X!@H4K`b^eGx2asc&W=T3jLk@pm)z0yQG@ZO%A1!Cpa5gmKCH(J!S ztJ~jpS?|@ZInH(zTpaVv&Wzr)1Zs7_h*$BnE|b7E?_>SLvM$XkhFHHdiT9$Kun6yo z^Hpl*4Nmr(A(Im%yzb92>QZ=_QS4(jJEG%`IX&=nD+IZ0e6wJ?Kp4TqJ?SOE2%;_L z`&u3wdO5pql;+=9y(w-j6Js$6JXatL&)JCuiF2$)Okl0XM07)ck@RZ1HPsj`r$({; zZ9zv~H5c|;v-fn=;H-~F2YSxBZE;L?7_+gg;KvH@Ir_QmRp@)cBgUemvT~}yxGHvgKC>EFZf(H+rr6`c=kq?ZN0VeBwyr4&+2)T zew3`A#WKMbfKXn&v*)bGxj7@j#8<=-Kt!5JX$BP7JApGvE+#}$$3%r z#A`o*KF8X7p|JPOsDL^WOsFvCVf=$$g|xdUt#*&@)NMRzDHd7wd~ukiI2iV4Ulfw@ zmwE$h9KMQY>bxVTlQf>PXAs>1A6+Z1EO4rLx*8&dDtNs9?@}K$Zl?!7yn=uWZe!`o z4|e{o_~DU%f*Icaa3!bG$Q|Q+N||UQ)6=cD-(Y`Yl-F%=idR9~?YyPQg;GEMOOXR@jp+$|;{{&l zT6t)Oee54nd{|snZSh%WrlU-y+M+*py0=nikJMLp=@Fj?mULQP2l;eWCkhFkC>@QX zai#G^9Fh-Q@DDx5Vrcd9B97incbq&xC zZVGD$72v!2NFjhSH@DahouJRnB@^mK5+j33>*sU~2dO`TfsZ*RwpKPG5u3&iT^oc^ zn_@jgLYw>twoT^}axJyP_HIchCCt3TjbV?3{3)o2;5qEULE-ZERO?6gx(3Ch8nyj( zBNAxH%v2K}D14z7gbB!rg|y=7lMC3TqF|+9=2Ba1rEV@?Q7$K%e)8^GoFMZqxTV!e zxQv@&JxZP+zHcSc+&Iv8tU=Ek~Qj+?fL^j;r#d zzcy&rOYXSau=x+W$#fj;K|lfbfO!qDCAP zqk0cU(~DA;6r~*f@y#98vf&KT1fEJ8XwcfGl|HjX>Z%jH^J5=pu|dz zBR#szaLK4{aCQ{gTS%eW9`wy4tm*Sv}~LXY*sq0jYZV zkac>d%35$yh>J&4>fL$eaAo^9_t!c3_uI!XD|tCT#o(HWih7F+Q)md4S*}a{bs@7* zQOD4iIp)BbI5)QsPZs_2yz0|I!6+E9JLeysL&79&BAPYT?8|)d_j~CQPjEQ*kaUW+6JFZS`xjdym`Fr^I2iMnS*2KDVHE8eBWX3uMjU z3jRPjf^B?xbMe`KZAh9GSPx{`bE;>7;50olFh6x2uq-n=*;-Y)x;d zEF3LcgAZ1dF9hV+Au)2v#h2|4WDgl;#b}Hxu=sg^<9d4W0ypy0IgWFy`&U8L9O00) zzha(ezIZ);-UU=fOk@+6V`M*ELr{D#ekaR$zmzKe8L1z=(32eBs@TOIO3-aHtyDh| zIXF0$r{NEL;QkaJ3~h1rN8af2qt^qZDeGJSjyIGb7=8YDPv~XKGtLsU@{`A;*(Q+q z(3@{|go5BPP=N2EDDmU6{FXWtm1rM+UR|=sF*(NfTevgiNWkZI9a(rrQ!?#C?o>X@smyW?>()PRPD+|^GYLGXEz%JULF`0O^C@e zV{3j)$UchiS8bk{eNPR2<=uIc7<%cb7%wn4!4D@y(=UX4P8G+1p-9)BWjk$A&@XH& zFlQ5AfaYIUnNrKXEI4`NbI_yZp*p|6}Aq+X@)Ri_g9r`@xIw- zfTUn1Ic9d}5pcT*);~FrSj;z`n0{GhTsc*5iF{k~N7r@NRr-0nfoRUy67xW&Y@XTQ6Cn~cCkIortD6`CrP z76uO?-WkbdC?Sh;dS+*;3KwDWi@F@6Bj3f17s*L@c8TDG70Lq1uhfuC%jnyarD1co z8hYHYz?6`Q#)`*$%=qalvzBvQ_IYpHW67`d;hD8`!F>z~EzgF1xo>Q=;=QuQIL#zq zSlqS1%-y{t2%ySw2~P3L!T4I|8d2@?5htlaC){KAxlMgHHq16 z5z8XFlQ#;g!ZlS{O%<~GAoC$y(@t~B}j~y>dFn5yT z9c;csav;|4lQqf8cOz?`FJ>%FuPXjrb4MQhE3W$oY#R)qL6S9%HTQ=``>)1%MW6-J zs0<((#p~87+rZgKuD;e9spWAAgA9*sR0%r?JaWG{SUygVcw$idwi-1?P2#GbPBClH zyvKAhROf(5@cP%y{6<|2k;KrY5hWxvWC(>68)!h7akKwaYnw3^J>R4GI&F&EklmTG zN=5g$bE_8(T5}ivc)DfPwz&A;KGhRbr!j>aNvjM9xeBUL85j5bN^~Wd=<8;h4*PK? z4p*$O*(klrrC+cQk@l7m8XI^l&({y9!s}SS@qBcU8L$B+PW7w@K2{&s(y-(J=JY=S zPRtrH*japzhJy!dK2eWfcr4{{I<#1?Xx>73-Pq{UiS3qGENxqY5SL%0MibDa+EuF^ zsD_Nl^W{<=PUD0Bq2CX}z$4W@uh3Con)`zF1H7m4?hB($*#G(tc}EC%7j0ZA*%G1$3A2qplrVbD+U#*A~sv(-o#V&g3I$GT?l!G zw=NvLw0w`Aj9NlI(ru~JmPHs=DB=oQn`-)&lH*n0-v&byW;@mIRa}^h+7*6V{N2cL z?xiF0Ii}{e2cdAh%9_481k6t1o_CzP-E$sbmfR7x2tOo<%WnbvH=?@ghV~Fz2%*w1 zN$^P%>IiFsf*B`oYk#M=jX00kjlLf4mR~q66#+(jM^W`kLSAe26xkq(;2_<5##oib z9dl6ktIM5+A}0`{pSV`Jfx{J4VzCWOcj8LPuT@v>2_Ni>Nhq-DtW0oY%eXePLLF%b zQw1Gg8ToLBud7$Slac7HcpecpJFaecb@o}yPi=tOhQSwl)x%5w2g7tNPitY(|Pach#!Y!akJGR+A@{@ z@^oSL^o11!HE5*eJqd%yp#CzSOtws{5i?jV=+df&af#oq#+SwZn2Y&7n}>X_ir;2C z%v#i^*n0bj$&Scb@LKysdaTvaiyQ71n74%^=oSWIT%S9Lk|W000MH4;Uv+2#h#g{d zZVfZ6WzOapO?cWqcPST8B?IfxBHapskpK9g-O(4iiqR&EE9TntkcZ1caNuS zSPyT(|k+_o}}z|8@R0IZSWl`olqnT{M28s<1X|FwMee^b{-H+Ze}%y zoJTCy7EugoQ~2I|f?o6C`mw0t#9md=L!B*1brGL7yd%WByb|}6n9T}#r_}d9?Er6v zuW@?vjZ|j$BDbZ7G5X7zWSUI971)oTJ)=G;c`|`2!Dga_x%Jmekd z)3aZGeZDp?Ps9i${2Gs>)2vuO(A+uGJPjl}CTTvj};dZF}?jzH$^Oj-+fx83vYt%t_3zW3X= zLwjH0`k8-0E1LLUxuWR>|L${X2{AMOr`EjL*DWNG8wD1Y*B`9ia$jKgG6X*oD8^V? zb&HgKvCQRwConLA5mx&dBByETJxN1?3!5eN*yo%Jv+-VN(<2}QrDcBoVn2mYLi`)> zYIX`+Tk6hovGPbK2!$P3KZsyzZ(&kwX3*Yo-)bcza76C@$&7I>AC=-4e3g!|otpbR zzwA)&JoS|2Cr1D>6AG7{YZ2%n_-DyR0)nNR;I10D!NVdL86WNj7tjzg-pC~#s)(J4 z3sRyJJu@qeWsW)7Fn`5yw%~*rmfypl=O)E96z_pvljN4+`FG@mWXbz4YPax*&qfN6 z;C}MHO`4IKDQKDnFQN8H!SF|5?&gf1N`^yX6_Wm8roLMruyibabW|e(!YX)*r2_iD zU^2F0bg2E}=gr=Q!r{)RddrwN0TG@)f36$(sA_iPbTjuh=u9-dl9($*L%GX1!HMh> z#t8X^Cy_~x<7LsWz`-D!l@qr(3#aLc2VkbIcl$$J$E)}GI7{c(PrO>L8&(J|*7d)^ z2n5CaFu&7<4?zx_I!7@?9PO#ezJ`OM9nvG3|ytX8fmUy}yT6Glp;OX$t* z(J@BX5U{uEjk9(5K~d7qSIi04pDedT(EG#M2kpOQv%%WY`s^CD{4e+;F;ji6bP9)vb33w*f<9yz1UB3N1ppfTlR3esU_IaxI1Kwrxt^u~O z3+%03BgCspmNT!k9g3ZB+Zp`m#1<~TGyex!0I*y5rmZb@{8`zDAOKWq5|QEi-*k}T z@+T?|>_O*mVD@n+hKS!&F5=b|7xwcsmNxhO`ni81yW9y^PrEk00~|4o&E;9(CL@q{ zJpOjwL9xxd$5%A)k_~dVe);v___kOpMbzTbSn~@sBx+Ih+AOYHMLEPpVbA!mC*z}|y6H*WXTrr@HS_ZmYrJN7 z8y$pi5}yz9auAOP$itnR7vCjS!MRNwCT7x@?`B7O?H0E9K3w#&vO2-eW`6$8A5wp< zy`CGql)qbeFL_<#;9erOowV;8$wV$cvYwKAD|^@HdVP zwA-5w=8K9qucdXPT_&DMIT%?EeD~o$4tZ;#llDBTY6cX?|L;u5eDTGovYd|#Am*4e zKF@X7c3Hm0g5x8YL5+SQ(O%lo{3wp6yJsh@_Tx-oQ1&?8#*+?Dwhn%vCKVs)d31itKHE5 zdkpVDuN6PYJZk0FgjKzq-|aNEsOEt%Vppl6pC^MN5zGZCe;CIxrX&8Ew0N2uQ`hkH zF=a)Y2U6_?`;(0>nZAf@g>xFOmXek8g0;$=CwqrQu1IiKHqXj^y8wEFBz0%0C7A|V z$OqCbxO7}?UiBF_MCL263j?t;PRHjvm0_BiWeC6Re1Gn+`b>fZ=~SNECGU(=oX|Z3 z>IhakWRSh?C!E_@g0Zt8)zCilo%e3MkaMT*O-RH6pjECv(7k?1(~%`~DL_Z{)V43E z%aS`rIwk}YY1Z7b2p3hr7@Y~3?q%K2!EXp&9dX<-AK8 zpEUUyt~d_`EDB5c$pvpZ1#ij#BV|_`VBuUrqp5Y>${@iBwELJstZHYuz zBJ$o<>@_X)yyM_p_QvbHdU1pU7f_nFwU)+(aM++mH2zAD%npL+brPU6L7}}w2MLAU z`7}~@1z!$_$ZmP(^ug@eH(2P6!^F?ntr7Fg@oH>4>HJWUmCmpkJQo?wgw0S{ISjW%fD zPA*bQ>v;40IJ9DL!dB`wsdFM{%Y)fD-Y33g|p5C4j^(n|5x+$!Q(w&`Kms_t!44bna8uR!|hT*IIRc{!YR{i z$VIVIzG$EYEvOvUD103E@;o#1TV1zr!HY@q7n8`hEG7RExO&gW?#)l!@A5>LFG_cR z_-p5iRHG&=J(BNP?6(56>ccdv-uN@*}=Cc|EmPT~G z?8Trx#g<+4O5@C*>ZlIQ9)A84*6#@fjq(j&bFZHW6~OCdr@o3o@Bd(hS+_puY5b!y z{%@?TGBP-rAa+wEVm+oLw;~LxEt76Gbf=J$4hXT58*SMu>srJbeZZ{m1nkP-0b%Y6 z=o}#AO5LQ2Mg#uSUK#|oD*VOG0^7U;1rG9X=4bZ%NNZ!M5zNzGfrsP1hvR{q8eiu| zUAy?_3wt=D;)ajcdCchAQY^Jkv6WXDDO8OH;62)(Ezt)PRiCx8ek}fs>>x-%bmtCb z@4s)BeW#yJoNf1_DyCA^z2-cYfe0ju)CicQ80RsppU;tN|~bF zA$p`me)~lvJ2J`DC7olbMZ?n{689`ODxqbwJ5 z{oXfq<9nzl<#p^~dd%tg!wbEYbSDDp?w_@t+`qDvcyXIeF9mqI4$a?{Mlkb4x<-r- z|9ID7-EU%otG<73L^y4dq75BL7|DrGyW+mqK}qchsk`GWTHdrN43ghf9uv8=-B$(N z$7rLr?_W>XdJ2wzjyu-={F#|<38e_}i}L1qcncp!oRmqz5AFcDU~gKl>kl_GfMM|u zU-j+`vo^W8SdiyOom&vVGCE6%Euz-^s)K|t5U@oP?ZHi6?7`5iUAumVLk#0pPQH4} zUflTWwuMGk5T#~&P&sEcsOBR{hbaU7yRUhKT)jHf%g|R|o1G1xQM`gw$uaBa{+8ru zY#UvKeG#U`tG`WJ%)Nw7Z(V7Myt5Z;m2Q(C`UpU;_&*LV*AM}gLCyxdq@>-R-( z%!Qyo4WKVJV$osv&3P6?S_q!^bQIwEdE^D`V#u7im2|~f)VxWWgdach_7stMWc|U= z8**mJ9Wd*EHGqzJr3x8RJ>GEtu8tJU+(x{Mpj?6TViIOmMfrHO$B#ti2ZqFTH(0R*M@yQPIZDqKXZ){k zfBH24kM)JS;`z|dX^$JB_)ZX#n~a(cMR#0aXRhM#K^53 z$aSJQWNGOW&K@;*6SZ95-WY=F%m01g4H31#@A0E*?nnn`?;G0j`LaIy{F`qKT$84# zn59#p9R}`U472K?4M=0uV!Y$B$Z_J~MMIy$D$la4wSSEbswBa#HbS)E9hcBf@mp-` z?wo-j+e6Kje%uY8ZDRtXjeZOc^#6I){x-}zgc~Qd+Izn#dlFd@Ga1f)o$)Z}<`Z>7 z$4eDW!bbnOSWqdokK&qw`3ft6dQKqQM5QLscsRYKK)UHK92QG6De82-Qg7q*&&Lb& z$m5Wl5w)z+xa91N`FK+QX>OFZi=Q9UIoR)t`VX;1qfmHH0^JHKtHGO8tw7e5ksO)m z$2;&;M$$v0>BLXl!~Bfe;Jfw>kmHa_SXL_Pwn;1L(NxETnSY7)_K1m2*kNgDYR*;D zi2!8Hll!H8{-tdNJSXYWi2HZXjl)m1+7_)hUDKb=-4=hiHwl(@XB$-O$!dSnyL3?9 z3o*+HB<0C3n)X6EO~Tw73??U+(*+BYR#ROSY zUI5Yg6Yb8s@wELLH`_VM`?!XJ+!1$0(>X*zKBiHA z*XtNYAKXm(0(@2o@}092ssXnO+Nb%&`i6`07dPhY4G#!WoE)~B8C`n~Vo^FLL#@Ul zStr^laxKKGCXl58@F2y{LJ1Y1 z1uL6L{0*;<-c}20kYV24zbdD$5_qak21%3&36TUp=4{q;k{bdRjGS2`Wm|KEoof*) z&(9RAt)xR?T&AKg=1GT05Fo{8dI~SD4Z*WSe`#)Ds*6Lt$iny99?L3eA^x*uQZOM8 z4y6sO-$yJA6hFrawx*A2%Mnf`57oR;7=OzY{Lv_H>gneP`KH%FbmIgeJEw zJ?p`=H~%Wshq-7%@?ofV(B94jYrp}0r8XMuj4J24sHx0=hsxEg;JN{BKDP=cbKlA( z=Pt*r>P_4N7*(c-cR)Q%d2!BuDb59r{A1oJS0T$z4)EB2?H#mU^+?y5@}eH^n4*|I z?;kBzF!odx`nLht*n%6?3g@O3O|%y_n?Jc)oj-9d9bwbr{c0G8!Q+0N)NnT*6;0bqg60$g81#f8mApE9m=mEx7TBTC)vcjr2mQv=0c@aTal<@eFVzbIoAW0{idCgjcQ9a>hvvcy|TK{=Qvr2*m9@cAE01w2r%_sw0Q0axXJcwWc z$7l~J-6q=U9#VEFR??u36iGf_2!7tUa9wM0~lyP(XQV=e;Uk>>p2}s8&hd- zUvq9A109bGA72BVj-W&cKbJG#I@-U({T5}(iw!ONbxw*;=w)6E@>ommHu__a4#9u%A z3paP7Rw!&lG2l+p?^Jlv-QzusNqZxzGMkutI>~jfF^{V>m=nfBvyzog?9V>5h34tF zsow7)7eCbkPl$losO@ebmJtp{nq7)r+NMi{bMwr#{n(-Z_+3qmYpLxjOm+(+qXKkm zju&EUtG2&uxhF!=M^#N`Jt*A9k;;z3(M%O7zTIVx;!b2ee~kT(t?R}2{yN`laJg6vJo zp&z)+=LwEef$4(@y!ECAp5oPxm=V;!rU-OAnqj7-}^#>8{~he*mP3y?xQ-0jx82Gxi4Qj zVG)P4n--c|lo!M^dP<(&hi{&@wzSH?y)D*LdE%75w)!^OLrKF)3|@{Co1Cu0T!YGI z^#qe}ko6(k&k~T>`D>fvK&8r_m7~qD=43wdGU-8oh;r5jz7PJK$w%Pix{S2|wBYVV z_eV&T!(#)V(LaQ+^(kX3fhW1+7Hbx)y*De=vL<1KM66_+0{{#(Iu#H91$v!Z;`e8# zJv3L+ADSzg*~hIH#tn`xY?719tTXLqje7oL|Lkf+6NTnttdazVtP45$`>nD!bxU6O z%Ddgvg3<<)p&9*}VC=QSPUqDX_r`fyzN1_!DQDdg(^ZZczwO$GR33!uzAP|Z70eZ0 z#@f>SH=wOXpJv*5L~=-*#KoZ`6rOc4zT#lG_?=Q{OLFK4p8xbGX*Gg!>vZosz> zm-BIe@vgh0X}Cs)3HZi>h#Q&2y9_J@vYJp39DKHy|O1if?2{Y+D&qx)%k%z5wNPP!%Fmj z>Ij&JI>MI)OdB8!n>x|w$WS03KUL%~6R%RC3s{x5XlBo)A7~TyVY3O>Yc^{<=^kuu zX_6Y^a@ahz-Mylkt4}HR>U-cp3nsC(MYVkfEOw8+ZuEdEJJh=Sw5`KlGn`H(hEh1q zfmteBFffYyU2{$10^IjzDfp$3)%NUEZz%~OsQd*BAu=Jl%J)v(1ex^N734anv41gD zD{m)jn^!j1i^A%oklhDvpYnApwT6x!g;es3yV%u+DBEu8dQKLqLtOe&U4 zv-xz=^YQKMB1&Bhfo-lZY#=@wiguaeKT9)Ke~(Mkdr6ndn#5{<5{(tfCzAyJQJo*G z%w2hVz(ZxF+!$&&{B3)15FJe_C^37$fROy%ceRh_C|s0M6^@RPPJ5ug6vI)!*T0Jv zKn&B2*b_;shz^s3$fE9DJ(J;#P?YU#PO4Nz(L*104H_EkI&f` z)lt*6-}8FuMy>C{#usHGM{P;zanOx*h`thj#G?I#Hy|WytRu@%3H>~8_2aB2uKT^F zl-Cv?u7z6uQ<|Cvb^-0Ac#-&rCVcf&b6|JK2w>X3Z~`%JV}&;`|8uYyoO5~JtA{jELW(H7KJ94O>cR% zW-6APhaig(wieB23t*Tge7>0>pc6O6fx95lRS%2~xyySpuERGLEE6);O>R2M7wdZe zo_xMgX%Eq=y??i&PeWd>|Zs1FOu)uUt`FUzQ=9|Vw2C8_p-N`!t@ z?7`+>mDoxK%ynvQK2;_#{4eBeH4_+=UyM6Z#5aGn9umxe)-;h!L_cF9GV~YB{zXy~ z-v(~&sI7ugfDG|kD8B_0UjFT;^J#Y-|AW4Ev!QVEs=tzeC#ggtF)bA`$oaJ0%c;yy z>Lh1eoI0*+h%vTDeYkg64z0vfS7|vllItGnJ;sW`KmBekhi!22ytLYkk3sLc263(p z#s)j*d2*2Fy_zmlsHD+WSuRsyQQ9%Ia+09Rd(mr3sM-KlonBOhw)Y2ZV3e(t$Z=Bj zuLAlU`tUJpI-@-o3nZ<`(-44$yLbHZgxkShX;(@_w=<=<_?YS!2HgjvN$QKL5t(j} z+D#W(xc8IzBh(}BcOqBhqRr^=bEnyD+6VUBEk1eb>6)5J&X%`pv^2pe9u>^{S;w8U0n*`jEQHJ4G{0cGSVl##wl>@&@rDon8y4h0$z0rngR;R1TQesLwT& zuI{;$%ysj|z-}bOp4-Y+<5Xd=)`p9J!yKXxS=?2)(UGWQ#}Buq(cRbHjqER;{pxy* zv(fz&;E*qcO=?bEYU&KE)%cdf5SPNDenHvB7ruxBvtI8}^S@350l^wysc_2wprt$o z?GNTmq(}lp(z*!G>H>=Ux{a_eQZp@Cv+n(wY(O{d=jNnT`=}E0`KOLNyzlsVG_FmLrF6Uj9Eg|4S%Q3VD+mvBOQYSz{%0QRRT+~f z)!7nWHr?x1hXN)7%o0IUdq3O0Dw9`}UpKk|z_A;(GNZ($uAMD5Nr94Y@|O;F!PWjP zI9Gg0O!xRkt5_-4nBd_|ZA2VGm#EB9tjZ_+4or&?1r%sKGV%M>Umdb%jP!XZCGxb! zM65cEQr6C&lB~yq2UA38IGnP7 z{J8p!QTNnl6U1`?!(lt90MT~UrY!`cJ?6uQ`)n$fj~%EQMt@xEoQc)(_F?C$Q4g>X zmZxJqfQ9^vo^*rd5>gJ40SVgN7Wfhyh6U-6Ey^wFoQSu4KhpTys%2KlUc_`G)zZ>l zD>t`$`X0;k$jQHCu)t{6U}nmd6mM?Tth;&~8j}{`aW9`bfE(HFQ8`cix9tpRw|SW|#Qq5MH`08XWs7B!Y041)2H4+Su7v5d zKbbr)4x<*cw!T3i79u;vY0^Nf=Je1l`El-;O;1Dm(Moh^Z|rCItErhr{cf(%tFqIg z38n+@U%~QDnhzQ5PS4!QY*&{sdE$dd6^*Oqf$PS2>FVuV#@x}V0qRWpY-#FSVbAV8M zm!s%Zs3rQB;4-psfh7^L*S&N≫Ok$;R4Ae3bvzn5oEQrex*t&E-O8y#wqdstx00 z7V}r)7S9kcbn4U zLiqrl!4@bGZu}{+Y=S~eU6bo9H=_XQ$4M*Ks-FvA9NZj@q5f}d-i(h5 zp1{Kc6G&d5kgcG#B;HEBdSwSOcTi~#Mef_}0X z{2)dsD_My$8=?hneM(?3xD) z=c}TfB_fMIe;e1OIPgO|uu7_BJ^jk)HMc`i8<;TG64+;|=>eTHxJ|J+Bv3i1i2)k> z+vnQ^24k+g& zc(hcL|33+(E=a_+!MJg6GUt)ci!1Bny9Nfzj+wZkC$(~#7N@?nCaT$raArzRCC_o% z22*JCso=^!jIJdN1H^)+K90wtKWJGqUAe5P=u$wS-Jj+jC`7f`nut{9fumiEU=sY) zi#xI?xUi~Uq+B;pi5sYBx_!;}#tJ1nvlIU$8r|*~+yr1{)rg=LSXfZw<>cRN$R1u8 zboG~pmHj_!O}Yx%<`r`KyKDa%Yhov_`+DbNL|O^_8qezFfyX=3+-R(NGXZ{l0IVPX zokXf>M#_o1%3j1<7Co-!G#%o-o3gd_JT|5Zy`z!oM_+Ap%87BD+~s3j8!S8kZ|4yV z*DX+U0?HXmfifhf)}j4ehK2xAUl^$l$C`4YzVX`)9t{Ikl$2zF$F!Stwu&}%o`isZ zb-I`>gZA{TBVdlitx|8BZ8XBMb+UqNiTrNnjeV~bT#>`BT>{~zk=5ccd%r9@_B1XB zOG<+~CiWdz2(;s)jBQ?$kF8;BBKdkM=6yG{MCjSs9Is^qX$qY3}+h&mLPiJ?`2OYyaQ;krMGuZQ}h zK{w2yl4DaooX+pr47~$st-}CD)3r4jp=H1A-tC+C3mITJ59ZisrY?xq>(Ix1;OKDy zWwwuqw8NUmNJ)?>8ZFbyT9ypx=TnEb!1r>hFs+Evp2_w+GNNa}gY(&1#{#ATzLoU% zC!wYzRiaczhSfjNoQZJ#yp)whexOzsdy@4c?zLb)yK`+|5F<1u!R2I}*{VdFqO;N3 z7BZu{c9+!VW4N39GF3&|zA6ypq#>K5^p~2N5bxTi>TjJ627_B0-D7AuD=&o9Ewq4J z0J;@_*411|9-psy;gK7-9}wY)}z7I!#1^1ywUq+ zD%~55}R+;<jF|N@ zoF5Bs1`RyEPbvu8!}s!KLy}lHhnSWPUq6v}M@LB`2lNKK9K*GDr>wK?R3UxSzuw~}uW*h^K|MtPXm zJ@IWaSh}Lll}sW%{@rha_SxR#6m;?J<-tCtVJXHAxz>ewLOw!gx;nNS8HF^lJhH#9 z)p&t^w01C`0|*c)rx8h#l4}g?i!SCy48CR^gma7D1Gh@BzT7W;ix=Uj?LL>b1)&1L z!z;Brx0y+GQGUMhOz zH(&a!o+@)$kA1Ou4N#6*R23jdplO1da^8P?mCm`6pitBiEO)Cb-*hdX${z8Z->hPO zw|=~&=*ybS;O6<8RbJZ#Q>BB%&x)rJ*E>7~cV}$%v^8cpI&&;^Eo5)bW5kfN5+`X= z_W5?+EY|!HJ;CKzM9P{CX15n{#BBfdV@SDBpRx=uV>i6L`xhQr2Wfdg1J~M*B3!_# zJ)Da9Ke;Hk`PU)GdutY0Au5 zT&NWq0h!!4GGCSRvu_J+`8=WAbI69JP@MAp>TEZsNk9o_;UE0MB;8RcO^1%diHt<4 zI8&;X$o$5(O1nMn7!0huq}B?F+IF{zRLC2?YSea5z}>WJD%>A;C@f13hQIK8>vtOt z0aZ{&h`4|TKy+ppj1)s2aDL|

17Y=(m>EbWIsQq}{s)&okp=btl$1xU&NHpKum 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 literal 75252 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≠9nbH+?;nz(Sd^O9J;&Jra&@`-JrnCCOkCn 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≫Ok$;R4Ae3bvzn5oEQrex*t&E-O8y#wqdstx00 z7V}r)7S9kcbn4U zLiqrl!4@bGZu}{+Y=S~eU6bo9H=_XQ$4M*Ks-FvA9NZj@q5f}d-i(h5 zp1{Kc6G&d5kgcG#B;HEBdSwSOcTi~#Mef_}0X z{2)dsD_My$8=?hneM(?3xD) z=c}TfB_fMIe;e1OIPgO|uu7_BJ^jk)HMc`i8<;TG64+;|=>eTHxJ|J+Bv3i1i2)k> z+vnQ^24k+g& zc(hcL|33+(E=a_+!MJg6GUt)ci!1Bny9Nfzj+wZkC$(~#7N@?nCaT$raArzRCC_o% z22*JCso=^!jIJdN1H^)+K90wtKWJGqUAe5P=u$wS-Jj+jC`7f`nut{9fumiEU=sY) zi#xI?xUi~Uq+B;pi5sYBx_!;}#tJ1nvlIU$8r|*~+yr1{)rg=LSXfZw<>cRN$R1u8 zboG~pmHj_!O}Yx%<`r`KyKDa%Yhov_`+DbNL|O^_8qezFfyX=3+-R(NGXZ{l0IVPX zokXf>M#_o1%3j1<7Co-!G#%o-o3gd_JT|5Zy`z!oM_+Ap%87BD+~s3j8!S8kZ|4yV z*DX+U0?HXmfifhf)}j4ehK2xAUl^$l$C`4YzVX`)9t{Ikl$2zF$F!Stwu&}%o`isZ zb-I`>gZA{TBVdlitx|8BZ8XBMb+UqNiTrNnjeV~bT#>`BT>{~zk=5ccd%r9@_B1XB zOG<+~CiWdz2(;s)jBQ?$kF8;BBKdkM=6yG{MCjSs9Is^qX$qY3}+h&mLPiJ?`2OYyaQ;krMGuZQ}h zK{w2yl4DaooX+pr47~$st-}CD)3r4jp=H1A-tC+C3mITJ59ZisrY?xq>(Ix1;OKDy zWwwuqw8NUmNJ)?>8ZFbyT9ypx=TnEb!1r>hFs+Evp2_w+GNNa}gY(&1#{#ATzLoU% zC!wYzRiaczhSfjNoQZJ#yp)whexOzsdy@4c?zLb)yK`+|5F<1u!R2I}*{VdFqO;N3 z7BZu{c9+!VW4N39GF3&|zA6ypq#>K5^p~2N5bxTi>TjJ627_B0-D7AuD=&o9Ewq4J z0J;@_*411|9-psy;gK7-9}wY)}z7I!#1^1ywUq+ zD%~55}R+;<jF|N@ zoF5Bs1`RyEPbvu8!}s!KLy}lHhnSWPUq6v}M@LB`2lNKK9K*GDr>wK?R3UxSzuw~}uW*h^K|MtPXm zJ@IWaSh}Lll}sW%{@rha_SxR#6m;?J<-tCtVJXHAxz>ewLOw!gx;nNS8HF^lJhH#9 z)p&t^w01C`0|*c)rx8h#l4}g?i!SCy48CR^gma7D1Gh@BzT7W;ix=Uj?LL>b1)&1L z!z;Brx0y+GQGUMhOz zH(&a!o+@)$kA1Ou4N#6*R23jdplO1da^8P?mCm`6pitBiEO)Cb-*hdX${z8Z->hPO zw|=~&=*ybS;O6<8RbJZ#Q>BB%&x)rJ*E>7~cV}$%v^8cpI&&;^Eo5)bW5kfN5+`X= z_W5?+EY|!HJ;CKzM9P{CX15n{#BBfdV@SDBpRx=uV>i6L`xhQr2Wfdg1J~M*B3!_# zJ)Da9Ke;Hk`PU)GdutY0Au5 zT&NWq0h!!4GGCSRvu_J+`8=WAbI69JP@MAp>TEZsNk9o_;UE0MB;8RcO^1%diHt<4 zI8&;X$o$5(O1nMn7!0huq}B?F+IF{zRLC2?YSea5z}>WJD%>A;C@f13hQIK8>vtOt z0aZ{&h`4|TKy+ppj1)s2aDL|

17Y=(m>EbWIsQq}{s)&okp=btl$1xU&NHpKum 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" + }, + "funding": { + "url": "https://github.com/sponsors/typicode" + } + }, "node_modules/magic-string": { "version": "0.30.8", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", @@ -2160,6 +2178,12 @@ "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" }, + "husky": { + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", + "dev": true + }, "magic-string": { "version": "0.30.8", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", diff --git a/package.json b/package.json index f050372..8e9e739 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.ts", "type": "module", "scripts": { + "prepare": "husky install", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs" @@ -15,5 +16,8 @@ "dependencies": { "vitepress": "^1.0.0-rc.45", "vue": "^3.4.21" + }, + "devDependencies": { + "husky": "^9.1.7" } } From f071420bc1d7e3375bbfa08129c0c91227d7ade9 Mon Sep 17 00:00:00 2001 From: Sabuj Kundu Date: Mon, 9 Dec 2024 19:34:13 +0600 Subject: [PATCH 03/10] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d5e3dc9..db7bc31 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,6 +62,6 @@ head:

🏀

Custom Layout

-

This section was added using plain HTML and CSS.

+

This section was added using plain HTML and CSS.

Source Code
From 4b2fb4fa5d964324b238bb3111f30f536b23e9f8 Mon Sep 17 00:00:00 2001 From: Sabuj Kundu Date: Mon, 9 Dec 2024 19:37:16 +0600 Subject: [PATCH 04/10] remove the sh script lines from the post-merge husky --- .husky/post-merge | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/post-merge b/.husky/post-merge index 6a83f00..adb5914 100644 --- a/.husky/post-merge +++ b/.husky/post-merge @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npm run docs:build From c4997fe4ec50994160eaf578ebfe0532b809eece Mon Sep 17 00:00:00 2001 From: Sabuj Kundu Date: Mon, 9 Dec 2024 19:37:37 +0600 Subject: [PATCH 05/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ee221..2ae7d1f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

This repository serves as a resource for the tutorial, How to Build a Modern Documentation Site with VitePress posted on freeCodeCamp

-## Run project locally +## Run project locally Use this command below to boot this project locally. From a9a7c85cd75583c519290de54ddfe3c998287a16 Mon Sep 17 00:00:00 2001 From: Sabuj Kundu Date: Mon, 9 Dec 2024 20:22:37 +0600 Subject: [PATCH 06/10] trying gulp --- .gitignore | 3 + gulpfile.js | 44 + package-lock.json | 3924 +++++++++++++++++++++++++++++++++++++++++++-- package.json | 9 +- 4 files changed, 3811 insertions(+), 169 deletions(-) create mode 100644 gulpfile.js diff --git a/.gitignore b/.gitignore index 7e8ab81..166a3b0 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,6 @@ dist # TernJS port file .tern-port + + +www \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..621336b --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,44 @@ +import gulp from 'gulp'; +import { deleteAsync } from 'del'; +//const del = require('del'); +import { promises as fs } from 'fs'; +import path from 'path'; + +import replace from 'gulp-replace'; + +const dist_path = 'docs/.vitepress/dist'; +const www_path = 'www'; + +// Copy Job files +async function copyDist() { + // Clean destination folder + await deleteAsync([path.join(www_path, 'dist/**/*')]); + + // Ensure destination directory exists + await fs.mkdir(path.join(www_path, 'dist'), { recursive: true }); + + return new Promise((resolve, reject) => { +// Copy files from source to destination + gulp.src(path.join(dist_path, '**', '*')) // Include all files and subfolders + .pipe(gulp.dest(path.join(www_path, 'dist'))) // Destination folder + .on('end', resolve) // Resolve the Promise when the task is complete + .on('error', reject) // Reject the Promise if an error occurs + .on('error', (err) => console.error('Error during copy:', err)); // Log errors + }); + +} + +function copyReplace() { + return gulp.src(path.join(dist_path, '**', '*.*')) // Adjust the path to your directory and file types + .pipe(replace(/\/comforthrmdocs\//g, (match) => { + console.log(`Replaced: ${match}`); // Log every replacement + return ''; // Replace with '/' + })) + .pipe(gulp.dest(path.join(www_path, 'dist'))); // Save the modified files to a 'dist' directory +} + + +// Define complex tasks +const www = gulp.series(copyDist, copyReplace); + +export { www }; // Export task so it can be run via npm \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a838dd4..15cfa38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,13 @@ "vue": "^3.4.21" }, "devDependencies": { - "husky": "^9.1.7" + "del": "^8.0.0", + "fs": "^0.0.1-security", + "gulp": "^5.0.0", + "gulp-cli": "^3.0.0", + "gulp-replace": "^1.1.4", + "husky": "^9.1.7", + "path": "^0.12.7" } }, "node_modules/@algolia/autocomplete-core": { @@ -573,11 +579,67 @@ "node": ">=12" } }, + "node_modules/@gulpjs/messages": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@gulpjs/messages/-/messages-1.1.0.tgz", + "integrity": "sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9tVwo8rQQSg==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/@gulpjs/to-absolute-glob": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz", + "integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==", + "dev": true, + "dependencies": { + "is-negated-glob": "^1.0.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.15", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.12.1", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.12.1.tgz", @@ -747,11 +809,29 @@ "shiki": "1.1.7" } }, + "node_modules/@sindresorhus/merge-streams": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, + "node_modules/@types/expect": { + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz", + "integrity": "sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==", + "dev": true + }, "node_modules/@types/linkify-it": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.5.tgz", @@ -771,6 +851,25 @@ "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.5.tgz", "integrity": "sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==" }, + "node_modules/@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "devOptional": true, + "dependencies": { + "undici-types": "~6.20.0" + } + }, + "node_modules/@types/vinyl": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.12.tgz", + "integrity": "sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==", + "dev": true, + "dependencies": { + "@types/expect": "^1.20.4", + "@types/node": "*" + } + }, "node_modules/@types/web-bluetooth": { "version": "0.0.20", "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", @@ -1103,11 +1202,376 @@ "@algolia/transporter": "4.22.1" } }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/array-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", + "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-slice": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", + "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/async-done": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/async-done/-/async-done-2.0.0.tgz", + "integrity": "sha512-j0s3bzYq9yKIVLKGE/tWlCpa3PfFLcrDZLTSVdnnCTGagXuXBJO4SsY9Xdk/fQBirCkH4evW5xOeJXqlAQFdsw==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.4.4", + "once": "^1.4.0", + "stream-exhaust": "^1.0.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/async-settle": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-2.0.0.tgz", + "integrity": "sha512-Obu/KE8FurfQRN6ODdHN9LuXqwC+JFIM9NRyZqJJ4ZfLJmIYN9Rg0/kb+wF70VV5+fJusTMQlJ1t5rF7J/ETdg==", + "dev": true, + "dependencies": { + "async-done": "^2.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/b4a": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", + "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", + "dev": true + }, + "node_modules/bach": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/bach/-/bach-2.0.1.tgz", + "integrity": "sha512-A7bvGMGiTOxGMpNupYl9HQTf0FFDNF4VCmks4PJpFyN1AX2pdKuxuwdvUz2Hu388wcgp+OvGFNsumBfFNkR7eg==", + "dev": true, + "dependencies": { + "async-done": "^2.0.0", + "async-settle": "^2.0.0", + "now-and-later": "^3.0.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/bare-events": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", + "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", + "dev": true, + "optional": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/binaryextensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-2.3.0.tgz", + "integrity": "sha512-nAihlQsYGyc5Bwq6+EsubvANYGExeJKHDO3RjnvwU042fawQTQfM3Kxn7IHUXQOz4bzfwsGYYHGSvXyW4zOGLg==", + "dev": true, + "engines": { + "node": ">=0.8" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/bl": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz", + "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", + "dev": true, + "dependencies": { + "buffer": "^6.0.3", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==", + "dev": true + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/copy-props": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-4.0.0.tgz", + "integrity": "sha512-bVWtw1wQLzzKiYROtvNlbJgxgBYt2bMJpkCbKmXM3xyijvcjjWXEk5nyrrT3bgJ7ODb19ZohE2T0Y3FgNPyoTw==", + "dev": true, + "dependencies": { + "each-props": "^3.0.0", + "is-plain-object": "^5.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, + "node_modules/del": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/del/-/del-8.0.0.tgz", + "integrity": "sha512-R6ep6JJ+eOBZsBr9esiNN1gxFbZE4Q2cULkUSFumGYecAiS6qodDvcPx/sFuWHMNul7DWmrtoEOpYSm7o6tbSA==", + "dev": true, + "dependencies": { + "globby": "^14.0.2", + "is-glob": "^4.0.3", + "is-path-cwd": "^3.0.0", + "is-path-inside": "^4.0.0", + "p-map": "^7.0.2", + "slash": "^5.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/each-props": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/each-props/-/each-props-3.0.0.tgz", + "integrity": "sha512-IYf1hpuWrdzse/s/YJOrFmU15lyhSzxelNVAHTEG3DtP4QsLTWZUzcUL3HMXmKQxXpa4EIrBPpwRgj0aehdvAw==", + "dev": true, + "dependencies": { + "is-plain-object": "^5.0.0", + "object.defaults": "^1.1.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + } + }, "node_modules/entities": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", @@ -1156,36 +1620,460 @@ "@esbuild/win32-x64": "0.19.12" } }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/estree-walker": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" }, - "node_modules/focus-trap": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz", - "integrity": "sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==", + "node_modules/expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==", + "dev": true, "dependencies": { - "tabbable": "^6.2.0" + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "node_modules/fast-fifo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", + "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "node": ">=8.6.0" } }, - "node_modules/hookable": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", - "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" + "node_modules/fast-levenshtein": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz", + "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==", + "dev": true, + "dependencies": { + "fastest-levenshtein": "^1.0.7" + } + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true, + "engines": { + "node": ">= 4.9.1" + } + }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/findup-sync": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz", + "integrity": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==", + "dev": true, + "dependencies": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.3", + "micromatch": "^4.0.4", + "resolve-dir": "^1.0.1" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/fined": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fined/-/fined-2.0.0.tgz", + "integrity": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==", + "dev": true, + "dependencies": { + "expand-tilde": "^2.0.2", + "is-plain-object": "^5.0.0", + "object.defaults": "^1.1.0", + "object.pick": "^1.3.0", + "parse-filepath": "^1.0.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/flagged-respawn": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-2.0.0.tgz", + "integrity": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==", + "dev": true, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/focus-trap": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz", + "integrity": "sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==", + "dependencies": { + "tabbable": "^6.2.0" + } + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/for-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", + "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==", + "dev": true, + "dependencies": { + "for-in": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==", + "dev": true + }, + "node_modules/fs-mkdirp-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-2.0.1.tgz", + "integrity": "sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.8", + "streamx": "^2.12.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/glob-stream": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-8.0.2.tgz", + "integrity": "sha512-R8z6eTB55t3QeZMmU1C+Gv+t5UnNRkA55c5yo67fAVfxODxieTwsjNG7utxS/73NdP1NbDgCrhVEg2h00y4fFw==", + "dev": true, + "dependencies": { + "@gulpjs/to-absolute-glob": "^4.0.0", + "anymatch": "^3.1.3", + "fastq": "^1.13.0", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "is-negated-glob": "^1.0.0", + "normalize-path": "^3.0.0", + "streamx": "^2.12.5" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-stream/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-watcher": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-6.0.0.tgz", + "integrity": "sha512-wGM28Ehmcnk2NqRORXFOTOR064L4imSw3EeOqU5bIwUf62eXGwg89WivH6VMahL8zlQHeodzvHpXplrqzrz3Nw==", + "dev": true, + "dependencies": { + "async-done": "^2.0.0", + "chokidar": "^3.5.3" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dev": true, + "dependencies": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==", + "dev": true, + "dependencies": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/globby": { + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", + "dev": true, + "dependencies": { + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.2", + "ignore": "^5.2.4", + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glogg": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-2.2.0.tgz", + "integrity": "sha512-eWv1ds/zAlz+M1ioHsyKJomfY7jbDDPpwSkv14KQj89bycx1nvK5/2Cj/T9g7kzJcX5Bc7Yv22FjfBZS/jl94A==", + "dev": true, + "dependencies": { + "sparkles": "^2.1.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/gulp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-5.0.0.tgz", + "integrity": "sha512-S8Z8066SSileaYw1S2N1I64IUc/myI2bqe2ihOBzO6+nKpvNSg7ZcWJt/AwF8LC/NVN+/QZ560Cb/5OPsyhkhg==", + "dev": true, + "dependencies": { + "glob-watcher": "^6.0.0", + "gulp-cli": "^3.0.0", + "undertaker": "^2.0.0", + "vinyl-fs": "^4.0.0" + }, + "bin": { + "gulp": "bin/gulp.js" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/gulp-cli": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-3.0.0.tgz", + "integrity": "sha512-RtMIitkT8DEMZZygHK2vEuLPqLPAFB4sntSxg4NoDta7ciwGZ18l7JuhCTiS5deOJi2IoK0btE+hs6R4sfj7AA==", + "dev": true, + "dependencies": { + "@gulpjs/messages": "^1.1.0", + "chalk": "^4.1.2", + "copy-props": "^4.0.0", + "gulplog": "^2.2.0", + "interpret": "^3.1.1", + "liftoff": "^5.0.0", + "mute-stdout": "^2.0.0", + "replace-homedir": "^2.0.0", + "semver-greatest-satisfied-range": "^2.0.0", + "string-width": "^4.2.3", + "v8flags": "^4.0.0", + "yargs": "^16.2.0" + }, + "bin": { + "gulp": "bin/gulp.js" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/gulp-replace": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-1.1.4.tgz", + "integrity": "sha512-SVSF7ikuWKhpAW4l4wapAqPPSToJoiNKsbDoUnRrSgwZHH7lH8pbPeQj1aOVYQrbZKhfSVBxVW+Py7vtulRktw==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/vinyl": "^2.0.4", + "istextorbinary": "^3.0.0", + "replacestream": "^4.0.3", + "yargs-parser": ">=5.0.0-security.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/gulplog": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-2.2.0.tgz", + "integrity": "sha512-V2FaKiOhpR3DRXZuYdRLn/qiY0yI5XmqbTKrYbdemJ+xOh2d2MOweI/XFgMzd/9+1twdvMwllnZbWZNJ+BOm4A==", + "dev": true, + "dependencies": { + "glogg": "^2.2.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "dependencies": { + "parse-passwd": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hookable": { + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", + "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" }, "node_modules/husky": { "version": "9.1.7", @@ -1202,165 +2090,1274 @@ "url": "https://github.com/sponsors/typicode" } }, - "node_modules/magic-string": { - "version": "0.30.8", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", - "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { - "node": ">=12" + "node": ">=0.10.0" } }, - "node_modules/mark.js": { - "version": "8.11.1", - "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz", - "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==" - }, - "node_modules/minisearch": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.3.0.tgz", - "integrity": "sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==" - }, - "node_modules/mitt": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", - "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, "funding": [ { "type": "github", - "url": "https://github.com/sponsors/ai" + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, + ] + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">= 4" } }, - "node_modules/perfect-debounce": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", - "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==" + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true }, - "node_modules/picocolors": { + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "node_modules/interpret": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", + "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/is-absolute": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "dev": true, + "dependencies": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "dev": true, + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-negated-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-path-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-3.0.0.tgz", + "integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==", + "dev": true, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-path-inside": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz", + "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "dev": true, + "dependencies": { + "is-unc-path": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "dev": true, + "dependencies": { + "unc-path-regex": "^0.1.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istextorbinary": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-3.3.0.tgz", + "integrity": "sha512-Tvq1W6NAcZeJ8op+Hq7tdZ434rqnMx4CCZ7H0ff83uEloDvVbqAwaMTZcafKGJT0VHkYzuXUiCY4hlXQg6WfoQ==", + "dev": true, + "dependencies": { + "binaryextensions": "^2.2.0", + "textextensions": "^3.2.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/last-run": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/last-run/-/last-run-2.0.0.tgz", + "integrity": "sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==", + "dev": true, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/lead": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-4.0.0.tgz", + "integrity": "sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/liftoff": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-5.0.0.tgz", + "integrity": "sha512-a5BQjbCHnB+cy+gsro8lXJ4kZluzOijzJ1UVVfyJYZC+IP2pLv1h4+aysQeKuTmyO8NAqfyQAk4HWaP/HjcKTg==", + "dev": true, + "dependencies": { + "extend": "^3.0.2", + "findup-sync": "^5.0.0", + "fined": "^2.0.0", + "flagged-respawn": "^2.0.0", + "is-plain-object": "^5.0.0", + "rechoir": "^0.8.0", + "resolve": "^1.20.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/magic-string": { + "version": "0.30.8", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", + "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.15" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mark.js": { + "version": "8.11.1", + "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz", + "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/minisearch": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.3.0.tgz", + "integrity": "sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==" + }, + "node_modules/mitt": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", + "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" + }, + "node_modules/mute-stdout": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-2.0.0.tgz", + "integrity": "sha512-32GSKM3Wyc8dg/p39lWPKYu8zci9mJFzV1Np9Of0ZEpe6Fhssn/FbI7ywAMd40uX+p3ZKh3T5EeCFv81qS3HmQ==", + "dev": true, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/now-and-later": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-3.0.0.tgz", + "integrity": "sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.defaults": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", + "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==", + "dev": true, + "dependencies": { + "array-each": "^1.0.1", + "array-slice": "^1.0.0", + "for-own": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/p-map": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", + "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==", + "dev": true, + "dependencies": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", + "dev": true, + "dependencies": { + "process": "^0.11.1", + "util": "^0.10.3" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==", + "dev": true, + "dependencies": { + "path-root-regex": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-type": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/perfect-debounce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", + "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==" + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/postcss": { + "version": "8.4.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", "funding": [ { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/preact": { + "version": "10.19.6", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.6.tgz", + "integrity": "sha512-gympg+T2Z1fG1unB8NH29yHJwnEaCH37Z32diPDku316OTnRPeMbiRV9kTrfZpocXjdfnWuFUl/Mj4BHaf6gnw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/preact" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true, + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/queue-tick": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", + "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", + "dev": true + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/rechoir": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", + "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", + "dev": true, + "dependencies": { + "resolve": "^1.20.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", + "dev": true + }, + "node_modules/replace-ext": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-2.0.0.tgz", + "integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/replace-homedir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-2.0.0.tgz", + "integrity": "sha512-bgEuQQ/BHW0XkkJtawzrfzHFSN70f/3cNOiHa2QsYxqrjaC30X1k74FJ6xswVBP0sr0SpGIdVFuPwfrYziVeyw==", + "dev": true, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/replacestream": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.3.tgz", + "integrity": "sha512-AC0FiLS352pBBiZhd4VXB1Ab/lh0lEgpP+GGvZqbQh8a5cmXVoTe5EX/YeTFArnp4SRGTHh1qCHu9lGs1qG8sA==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.3", + "object-assign": "^4.0.1", + "readable-stream": "^2.0.2" + } + }, + "node_modules/replacestream/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/replacestream/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/replacestream/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==", + "dev": true, + "dependencies": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-options": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-2.0.0.tgz", + "integrity": "sha512-/FopbmmFOQCfsCx77BRFdKOniglTiHumLgwvd6IDPihy1GKkadZbgQJBcTb2lMzSR1pndzd96b1nZrreZ7+9/A==", + "dev": true, + "dependencies": { + "value-or-function": "^4.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rfdc": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", + "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + }, + "node_modules/rollup": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.12.1.tgz", + "integrity": "sha512-ggqQKvx/PsB0FaWXhIvVkSWh7a/PCLQAsMjBc+nA2M8Rv2/HG0X6zvixAB7KyZBRtifBUhy5k8voQX/mRnABPg==", + "dependencies": { + "@types/estree": "1.0.5" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.12.1", + "@rollup/rollup-android-arm64": "4.12.1", + "@rollup/rollup-darwin-arm64": "4.12.1", + "@rollup/rollup-darwin-x64": "4.12.1", + "@rollup/rollup-linux-arm-gnueabihf": "4.12.1", + "@rollup/rollup-linux-arm64-gnu": "4.12.1", + "@rollup/rollup-linux-arm64-musl": "4.12.1", + "@rollup/rollup-linux-riscv64-gnu": "4.12.1", + "@rollup/rollup-linux-x64-gnu": "4.12.1", + "@rollup/rollup-linux-x64-musl": "4.12.1", + "@rollup/rollup-win32-arm64-msvc": "4.12.1", + "@rollup/rollup-win32-ia32-msvc": "4.12.1", + "@rollup/rollup-win32-x64-msvc": "4.12.1", + "fsevents": "~2.3.2" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" }, { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" + "type": "patreon", + "url": "https://www.patreon.com/feross" }, { - "type": "github", - "url": "https://github.com/sponsors/ai" + "type": "consulting", + "url": "https://feross.org/support" } ], "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "node_modules/search-insights": { + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.13.0.tgz", + "integrity": "sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==", + "peer": true + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "optional": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/semver-greatest-satisfied-range": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-2.0.0.tgz", + "integrity": "sha512-lH3f6kMbwyANB7HuOWRMlLCa2itaCrZJ+SAqqkSZrZKO/cAsk2EOyaKHUtNkVLFyFW9pct22SFesFp3Z7zpA0g==", + "dev": true, + "dependencies": { + "sver": "^1.8.3" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/shiki": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.7.tgz", + "integrity": "sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==", + "dependencies": { + "@shikijs/core": "1.1.7" + } + }, + "node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "dev": true, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sparkles": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-2.1.0.tgz", + "integrity": "sha512-r7iW1bDw8R/cFifrD3JnQJX0K1jqT0kprL48BiBpLZLJPmAm34zsVBsK5lc7HirZYZqMW65dOXZgbAGt/I6frg==", + "dev": true, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/speakingurl": { + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz", + "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/stream-composer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-composer/-/stream-composer-1.0.2.tgz", + "integrity": "sha512-bnBselmwfX5K10AH6L4c8+S5lgZMWI7ZYrz2rvYjCPB2DIMC4Ig8OpxGpNJSxRZ58oti7y1IcNvjBAz9vW5m4w==", + "dev": true, + "dependencies": { + "streamx": "^2.13.2" + } + }, + "node_modules/stream-exhaust": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", + "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==", + "dev": true + }, + "node_modules/streamx": { + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.0.tgz", + "integrity": "sha512-Qz6MsDZXJ6ur9u+b+4xCG18TluU7PGlRfXVAAjNiGsFrBUt/ioyLkxbFaKJygoPs+/kW4VyBj0bSj89Qu0IGyg==", + "dev": true, + "dependencies": { + "fast-fifo": "^1.3.2", + "queue-tick": "^1.0.1", + "text-decoder": "^1.1.0" + }, + "optionalDependencies": { + "bare-events": "^2.2.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/sver": { + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/sver/-/sver-1.8.4.tgz", + "integrity": "sha512-71o1zfzyawLfIWBOmw8brleKyvnbn73oVHNCsu51uPMz/HWiKkkXsI31JjHW5zqXEqnPYkIiHd8ZmL7FCimLEA==", + "dev": true, + "optionalDependencies": { + "semver": "^6.3.0" + } + }, + "node_modules/tabbable": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", + "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" + }, + "node_modules/teex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz", + "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==", + "dev": true, + "dependencies": { + "streamx": "^2.12.5" + } + }, + "node_modules/text-decoder": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.2.tgz", + "integrity": "sha512-/MDslo7ZyWTA2vnk1j7XoDVfXsGk3tp+zFEJHJGm0UjIlQifonVFwlVbQDFh8KJzTBnT8ie115TYqir6bclddA==", + "dev": true, + "dependencies": { + "b4a": "^1.6.4" + } + }, + "node_modules/textextensions": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-3.3.0.tgz", + "integrity": "sha512-mk82dS8eRABNbeVJrEiN5/UMSCliINAuz8mkUwH4SwslkNP//gbEzlWNS5au0z5Dpx40SQxzqZevZkn+WYJ9Dw==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/to-through": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-3.0.0.tgz", + "integrity": "sha512-y8MN937s/HVhEoBU1SxfHC+wxCHkV1a9gW8eAdTadYh/bGyesZIVcbjI+mSpFbSVwQici/XjBjuUyri1dnXwBw==", + "dev": true, + "dependencies": { + "streamx": "^2.12.5" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/undertaker": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-2.0.0.tgz", + "integrity": "sha512-tO/bf30wBbTsJ7go80j0RzA2rcwX6o7XPBpeFcb+jzoeb4pfMM2zUeSDIkY1AWqeZabWxaQZ/h8N9t35QKDLPQ==", + "dev": true, + "dependencies": { + "bach": "^2.0.1", + "fast-levenshtein": "^3.0.0", + "last-run": "^2.0.0", + "undertaker-registry": "^2.0.0" }, "engines": { - "node": "^10 || ^12 || >=14" + "node": ">=10.13.0" + } + }, + "node_modules/undertaker-registry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-2.0.0.tgz", + "integrity": "sha512-+hhVICbnp+rlzZMgxXenpvTxpuvA67Bfgtt+O9WOE5jo7w/dyiF1VmoZVIHvP2EkUjsyKyTwYKlLhA+j47m1Ew==", + "dev": true, + "engines": { + "node": ">= 10.13.0" } }, - "node_modules/preact": { - "version": "10.19.6", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.6.tgz", - "integrity": "sha512-gympg+T2Z1fG1unB8NH29yHJwnEaCH37Z32diPDku316OTnRPeMbiRV9kTrfZpocXjdfnWuFUl/Mj4BHaf6gnw==", + "node_modules/undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "devOptional": true + }, + "node_modules/unicorn-magic": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", + "dev": true, + "engines": { + "node": ">=18" + }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/preact" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/rfdc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", - "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" - }, - "node_modules/rollup": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.12.1.tgz", - "integrity": "sha512-ggqQKvx/PsB0FaWXhIvVkSWh7a/PCLQAsMjBc+nA2M8Rv2/HG0X6zvixAB7KyZBRtifBUhy5k8voQX/mRnABPg==", + "node_modules/util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dev": true, "dependencies": { - "@types/estree": "1.0.5" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, + "inherits": "2.0.3" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/v8flags": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-4.0.1.tgz", + "integrity": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==", + "dev": true, "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.12.1", - "@rollup/rollup-android-arm64": "4.12.1", - "@rollup/rollup-darwin-arm64": "4.12.1", - "@rollup/rollup-darwin-x64": "4.12.1", - "@rollup/rollup-linux-arm-gnueabihf": "4.12.1", - "@rollup/rollup-linux-arm64-gnu": "4.12.1", - "@rollup/rollup-linux-arm64-musl": "4.12.1", - "@rollup/rollup-linux-riscv64-gnu": "4.12.1", - "@rollup/rollup-linux-x64-gnu": "4.12.1", - "@rollup/rollup-linux-x64-musl": "4.12.1", - "@rollup/rollup-win32-arm64-msvc": "4.12.1", - "@rollup/rollup-win32-ia32-msvc": "4.12.1", - "@rollup/rollup-win32-x64-msvc": "4.12.1", - "fsevents": "~2.3.2" + "node": ">= 10.13.0" } }, - "node_modules/search-insights": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.13.0.tgz", - "integrity": "sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==", - "peer": true + "node_modules/value-or-function": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-4.0.0.tgz", + "integrity": "sha512-aeVK81SIuT6aMJfNo9Vte8Dw0/FZINGBV8BfCraGtqVxIeLAEhJyoWs8SmvRVmXfGss2PmmOwZCuBPbZR+IYWg==", + "dev": true, + "engines": { + "node": ">= 10.13.0" + } }, - "node_modules/shiki": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.7.tgz", - "integrity": "sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==", + "node_modules/vinyl": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-3.0.0.tgz", + "integrity": "sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==", + "dev": true, "dependencies": { - "@shikijs/core": "1.1.7" + "clone": "^2.1.2", + "clone-stats": "^1.0.0", + "remove-trailing-separator": "^1.1.0", + "replace-ext": "^2.0.0", + "teex": "^1.0.1" + }, + "engines": { + "node": ">=10.13.0" } }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "node_modules/vinyl-contents": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/vinyl-contents/-/vinyl-contents-2.0.0.tgz", + "integrity": "sha512-cHq6NnGyi2pZ7xwdHSW1v4Jfnho4TEGtxZHw01cmnc8+i7jgR6bRnED/LbrKan/Q7CvVLbnvA5OepnhbpjBZ5Q==", + "dev": true, + "dependencies": { + "bl": "^5.0.0", + "vinyl": "^3.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10.13.0" } }, - "node_modules/speakingurl": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz", - "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==", + "node_modules/vinyl-fs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-4.0.0.tgz", + "integrity": "sha512-7GbgBnYfaquMk3Qu9g22x000vbYkOex32930rBnc3qByw6HfMEAoELjCjoJv4HuEQxHAurT+nvMHm6MnJllFLw==", + "dev": true, + "dependencies": { + "fs-mkdirp-stream": "^2.0.1", + "glob-stream": "^8.0.0", + "graceful-fs": "^4.2.11", + "iconv-lite": "^0.6.3", + "is-valid-glob": "^1.0.0", + "lead": "^4.0.0", + "normalize-path": "3.0.0", + "resolve-options": "^2.0.0", + "stream-composer": "^1.0.2", + "streamx": "^2.14.0", + "to-through": "^3.0.0", + "value-or-function": "^4.0.0", + "vinyl": "^3.0.0", + "vinyl-sourcemap": "^2.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=10.13.0" } }, - "node_modules/tabbable": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", - "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" + "node_modules/vinyl-sourcemap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-2.0.0.tgz", + "integrity": "sha512-BAEvWxbBUXvlNoFQVFVHpybBbjW1r03WhohJzJDSfgrrK5xVYIDTan6xN14DlyImShgDRv2gl9qhM6irVMsV0Q==", + "dev": true, + "dependencies": { + "convert-source-map": "^2.0.0", + "graceful-fs": "^4.2.10", + "now-and-later": "^3.0.0", + "streamx": "^2.12.5", + "vinyl": "^3.0.0", + "vinyl-contents": "^2.0.0" + }, + "engines": { + "node": ">=10.13.0" + } }, "node_modules/vite": { "version": "5.1.5", @@ -1472,6 +3469,77 @@ "optional": true } } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } } }, "dependencies": { @@ -1789,11 +3857,52 @@ "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", "optional": true }, + "@gulpjs/messages": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@gulpjs/messages/-/messages-1.1.0.tgz", + "integrity": "sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9tVwo8rQQSg==", + "dev": true + }, + "@gulpjs/to-absolute-glob": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz", + "integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==", + "dev": true, + "requires": { + "is-negated-glob": "^1.0.0" + } + }, "@jridgewell/sourcemap-codec": { "version": "1.4.15", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, "@rollup/rollup-android-arm-eabi": { "version": "4.12.1", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.12.1.tgz", @@ -1885,11 +3994,23 @@ "shiki": "1.1.7" } }, + "@sindresorhus/merge-streams": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", + "dev": true + }, "@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, + "@types/expect": { + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz", + "integrity": "sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==", + "dev": true + }, "@types/linkify-it": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.5.tgz", @@ -1909,6 +4030,25 @@ "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.5.tgz", "integrity": "sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==" }, + "@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "devOptional": true, + "requires": { + "undici-types": "~6.20.0" + } + }, + "@types/vinyl": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.12.tgz", + "integrity": "sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==", + "dev": true, + "requires": { + "@types/expect": "^1.20.4", + "@types/node": "*" + } + }, "@types/web-bluetooth": { "version": "0.0.20", "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", @@ -2082,43 +4222,303 @@ "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.9.0.tgz", "integrity": "sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==", "requires": { - "vue-demi": ">=0.14.7" - }, - "dependencies": { - "vue-demi": { - "version": "0.14.7", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz", - "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==", - "requires": {} - } + "vue-demi": ">=0.14.7" + }, + "dependencies": { + "vue-demi": { + "version": "0.14.7", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz", + "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==", + "requires": {} + } + } + }, + "algoliasearch": { + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.22.1.tgz", + "integrity": "sha512-jwydKFQJKIx9kIZ8Jm44SdpigFwRGPESaxZBaHSV0XWN2yBJAOT4mT7ppvlrpA4UGzz92pqFnVKr/kaZXrcreg==", + "requires": { + "@algolia/cache-browser-local-storage": "4.22.1", + "@algolia/cache-common": "4.22.1", + "@algolia/cache-in-memory": "4.22.1", + "@algolia/client-account": "4.22.1", + "@algolia/client-analytics": "4.22.1", + "@algolia/client-common": "4.22.1", + "@algolia/client-personalization": "4.22.1", + "@algolia/client-search": "4.22.1", + "@algolia/logger-common": "4.22.1", + "@algolia/logger-console": "4.22.1", + "@algolia/requester-browser-xhr": "4.22.1", + "@algolia/requester-common": "4.22.1", + "@algolia/requester-node-http": "4.22.1", + "@algolia/transporter": "4.22.1" + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "array-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", + "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==", + "dev": true + }, + "array-slice": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", + "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==", + "dev": true + }, + "async-done": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/async-done/-/async-done-2.0.0.tgz", + "integrity": "sha512-j0s3bzYq9yKIVLKGE/tWlCpa3PfFLcrDZLTSVdnnCTGagXuXBJO4SsY9Xdk/fQBirCkH4evW5xOeJXqlAQFdsw==", + "dev": true, + "requires": { + "end-of-stream": "^1.4.4", + "once": "^1.4.0", + "stream-exhaust": "^1.0.2" + } + }, + "async-settle": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-2.0.0.tgz", + "integrity": "sha512-Obu/KE8FurfQRN6ODdHN9LuXqwC+JFIM9NRyZqJJ4ZfLJmIYN9Rg0/kb+wF70VV5+fJusTMQlJ1t5rF7J/ETdg==", + "dev": true, + "requires": { + "async-done": "^2.0.0" + } + }, + "b4a": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", + "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", + "dev": true + }, + "bach": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/bach/-/bach-2.0.1.tgz", + "integrity": "sha512-A7bvGMGiTOxGMpNupYl9HQTf0FFDNF4VCmks4PJpFyN1AX2pdKuxuwdvUz2Hu388wcgp+OvGFNsumBfFNkR7eg==", + "dev": true, + "requires": { + "async-done": "^2.0.0", + "async-settle": "^2.0.0", + "now-and-later": "^3.0.0" + } + }, + "bare-events": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", + "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", + "dev": true, + "optional": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true + }, + "binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true + }, + "binaryextensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-2.3.0.tgz", + "integrity": "sha512-nAihlQsYGyc5Bwq6+EsubvANYGExeJKHDO3RjnvwU042fawQTQfM3Kxn7IHUXQOz4bzfwsGYYHGSvXyW4zOGLg==", + "dev": true + }, + "bl": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz", + "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", + "dev": true, + "requires": { + "buffer": "^6.0.3", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "requires": { + "fill-range": "^7.1.1" + } + }, + "buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.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" + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "dev": true + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==", + "dev": true + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" } }, - "algoliasearch": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.22.1.tgz", - "integrity": "sha512-jwydKFQJKIx9kIZ8Jm44SdpigFwRGPESaxZBaHSV0XWN2yBJAOT4mT7ppvlrpA4UGzz92pqFnVKr/kaZXrcreg==", + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "copy-props": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-4.0.0.tgz", + "integrity": "sha512-bVWtw1wQLzzKiYROtvNlbJgxgBYt2bMJpkCbKmXM3xyijvcjjWXEk5nyrrT3bgJ7ODb19ZohE2T0Y3FgNPyoTw==", + "dev": true, "requires": { - "@algolia/cache-browser-local-storage": "4.22.1", - "@algolia/cache-common": "4.22.1", - "@algolia/cache-in-memory": "4.22.1", - "@algolia/client-account": "4.22.1", - "@algolia/client-analytics": "4.22.1", - "@algolia/client-common": "4.22.1", - "@algolia/client-personalization": "4.22.1", - "@algolia/client-search": "4.22.1", - "@algolia/logger-common": "4.22.1", - "@algolia/logger-console": "4.22.1", - "@algolia/requester-browser-xhr": "4.22.1", - "@algolia/requester-common": "4.22.1", - "@algolia/requester-node-http": "4.22.1", - "@algolia/transporter": "4.22.1" + "each-props": "^3.0.0", + "is-plain-object": "^5.0.0" } }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, "csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, + "del": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/del/-/del-8.0.0.tgz", + "integrity": "sha512-R6ep6JJ+eOBZsBr9esiNN1gxFbZE4Q2cULkUSFumGYecAiS6qodDvcPx/sFuWHMNul7DWmrtoEOpYSm7o6tbSA==", + "dev": true, + "requires": { + "globby": "^14.0.2", + "is-glob": "^4.0.3", + "is-path-cwd": "^3.0.0", + "is-path-inside": "^4.0.0", + "p-map": "^7.0.2", + "slash": "^5.1.0" + } + }, + "detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==", + "dev": true + }, + "each-props": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/each-props/-/each-props-3.0.0.tgz", + "integrity": "sha512-IYf1hpuWrdzse/s/YJOrFmU15lyhSzxelNVAHTEG3DtP4QsLTWZUzcUL3HMXmKQxXpa4EIrBPpwRgj0aehdvAw==", + "dev": true, + "requires": { + "is-plain-object": "^5.0.0", + "object.defaults": "^1.1.0" + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, "entities": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", @@ -2154,11 +4554,121 @@ "@esbuild/win32-x64": "0.19.12" } }, + "escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true + }, "estree-walker": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==", + "dev": true, + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "fast-fifo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz", + "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", + "dev": true + }, + "fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "fast-levenshtein": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz", + "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==", + "dev": true, + "requires": { + "fastest-levenshtein": "^1.0.7" + } + }, + "fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true + }, + "fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "findup-sync": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz", + "integrity": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==", + "dev": true, + "requires": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.3", + "micromatch": "^4.0.4", + "resolve-dir": "^1.0.1" + } + }, + "fined": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fined/-/fined-2.0.0.tgz", + "integrity": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==", + "dev": true, + "requires": { + "expand-tilde": "^2.0.2", + "is-plain-object": "^5.0.0", + "object.defaults": "^1.1.0", + "object.pick": "^1.3.0", + "parse-filepath": "^1.0.2" + } + }, + "flagged-respawn": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-2.0.0.tgz", + "integrity": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==", + "dev": true + }, "focus-trap": { "version": "7.5.4", "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz", @@ -2167,23 +4677,446 @@ "tabbable": "^6.2.0" } }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "dev": true + }, + "for-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", + "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==", + "dev": true, + "requires": { + "for-in": "^1.0.1" + } + }, + "fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==", + "dev": true + }, + "fs-mkdirp-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-2.0.1.tgz", + "integrity": "sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.8", + "streamx": "^2.12.0" + } + }, "fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "optional": true }, - "hookable": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", - "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" + "function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "glob-stream": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-8.0.2.tgz", + "integrity": "sha512-R8z6eTB55t3QeZMmU1C+Gv+t5UnNRkA55c5yo67fAVfxODxieTwsjNG7utxS/73NdP1NbDgCrhVEg2h00y4fFw==", + "dev": true, + "requires": { + "@gulpjs/to-absolute-glob": "^4.0.0", + "anymatch": "^3.1.3", + "fastq": "^1.13.0", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "is-negated-glob": "^1.0.0", + "normalize-path": "^3.0.0", + "streamx": "^2.12.5" + }, + "dependencies": { + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "requires": { + "is-glob": "^4.0.3" + } + } + } + }, + "glob-watcher": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-6.0.0.tgz", + "integrity": "sha512-wGM28Ehmcnk2NqRORXFOTOR064L4imSw3EeOqU5bIwUf62eXGwg89WivH6VMahL8zlQHeodzvHpXplrqzrz3Nw==", + "dev": true, + "requires": { + "async-done": "^2.0.0", + "chokidar": "^3.5.3" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dev": true, + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==", + "dev": true, + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, + "globby": { + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", + "dev": true, + "requires": { + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.2", + "ignore": "^5.2.4", + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" + } + }, + "glogg": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-2.2.0.tgz", + "integrity": "sha512-eWv1ds/zAlz+M1ioHsyKJomfY7jbDDPpwSkv14KQj89bycx1nvK5/2Cj/T9g7kzJcX5Bc7Yv22FjfBZS/jl94A==", + "dev": true, + "requires": { + "sparkles": "^2.1.0" + } + }, + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "gulp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-5.0.0.tgz", + "integrity": "sha512-S8Z8066SSileaYw1S2N1I64IUc/myI2bqe2ihOBzO6+nKpvNSg7ZcWJt/AwF8LC/NVN+/QZ560Cb/5OPsyhkhg==", + "dev": true, + "requires": { + "glob-watcher": "^6.0.0", + "gulp-cli": "^3.0.0", + "undertaker": "^2.0.0", + "vinyl-fs": "^4.0.0" + } + }, + "gulp-cli": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-3.0.0.tgz", + "integrity": "sha512-RtMIitkT8DEMZZygHK2vEuLPqLPAFB4sntSxg4NoDta7ciwGZ18l7JuhCTiS5deOJi2IoK0btE+hs6R4sfj7AA==", + "dev": true, + "requires": { + "@gulpjs/messages": "^1.1.0", + "chalk": "^4.1.2", + "copy-props": "^4.0.0", + "gulplog": "^2.2.0", + "interpret": "^3.1.1", + "liftoff": "^5.0.0", + "mute-stdout": "^2.0.0", + "replace-homedir": "^2.0.0", + "semver-greatest-satisfied-range": "^2.0.0", + "string-width": "^4.2.3", + "v8flags": "^4.0.0", + "yargs": "^16.2.0" + } + }, + "gulp-replace": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-1.1.4.tgz", + "integrity": "sha512-SVSF7ikuWKhpAW4l4wapAqPPSToJoiNKsbDoUnRrSgwZHH7lH8pbPeQj1aOVYQrbZKhfSVBxVW+Py7vtulRktw==", + "dev": true, + "requires": { + "@types/node": "*", + "@types/vinyl": "^2.0.4", + "istextorbinary": "^3.0.0", + "replacestream": "^4.0.3", + "yargs-parser": ">=5.0.0-security.0" + } + }, + "gulplog": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-2.2.0.tgz", + "integrity": "sha512-V2FaKiOhpR3DRXZuYdRLn/qiY0yI5XmqbTKrYbdemJ+xOh2d2MOweI/XFgMzd/9+1twdvMwllnZbWZNJ+BOm4A==", + "dev": true, + "requires": { + "glogg": "^2.2.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "requires": { + "function-bind": "^1.1.2" + } + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "hookable": { + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", + "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==" + }, + "husky": { + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", + "dev": true + }, + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true + }, + "ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "interpret": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", + "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", + "dev": true + }, + "is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "dev": true, + "requires": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + } + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-core-module": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "dev": true, + "requires": { + "hasown": "^2.0.2" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-negated-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-path-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-3.0.0.tgz", + "integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==", + "dev": true + }, + "is-path-inside": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz", + "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==", + "dev": true + }, + "is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true + }, + "is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "dev": true, + "requires": { + "is-unc-path": "^1.0.0" + } + }, + "is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "dev": true, + "requires": { + "unc-path-regex": "^0.1.2" + } + }, + "is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==", + "dev": true + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true + }, + "istextorbinary": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-3.3.0.tgz", + "integrity": "sha512-Tvq1W6NAcZeJ8op+Hq7tdZ434rqnMx4CCZ7H0ff83uEloDvVbqAwaMTZcafKGJT0VHkYzuXUiCY4hlXQg6WfoQ==", + "dev": true, + "requires": { + "binaryextensions": "^2.2.0", + "textextensions": "^3.2.0" + } + }, + "last-run": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/last-run/-/last-run-2.0.0.tgz", + "integrity": "sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==", + "dev": true }, - "husky": { - "version": "9.1.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", - "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", + "lead": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-4.0.0.tgz", + "integrity": "sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==", "dev": true }, + "liftoff": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-5.0.0.tgz", + "integrity": "sha512-a5BQjbCHnB+cy+gsro8lXJ4kZluzOijzJ1UVVfyJYZC+IP2pLv1h4+aysQeKuTmyO8NAqfyQAk4HWaP/HjcKTg==", + "dev": true, + "requires": { + "extend": "^3.0.2", + "findup-sync": "^5.0.0", + "fined": "^2.0.0", + "flagged-respawn": "^2.0.0", + "is-plain-object": "^5.0.0", + "rechoir": "^0.8.0", + "resolve": "^1.20.0" + } + }, "magic-string": { "version": "0.30.8", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", @@ -2192,11 +5125,33 @@ "@jridgewell/sourcemap-codec": "^1.4.15" } }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "dev": true + }, "mark.js": { "version": "8.11.1", "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz", "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==" }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "requires": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + } + }, "minisearch": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.3.0.tgz", @@ -2207,11 +5162,128 @@ "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" }, + "mute-stdout": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-2.0.0.tgz", + "integrity": "sha512-32GSKM3Wyc8dg/p39lWPKYu8zci9mJFzV1Np9Of0ZEpe6Fhssn/FbI7ywAMd40uX+p3ZKh3T5EeCFv81qS3HmQ==", + "dev": true + }, "nanoid": { "version": "3.3.7", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "now-and-later": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-3.0.0.tgz", + "integrity": "sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true + }, + "object.defaults": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", + "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==", + "dev": true, + "requires": { + "array-each": "^1.0.1", + "array-slice": "^1.0.0", + "for-own": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "p-map": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", + "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", + "dev": true + }, + "parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==", + "dev": true, + "requires": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + } + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", + "dev": true + }, + "path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", + "dev": true, + "requires": { + "process": "^0.11.1", + "util": "^0.10.3" + } + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==", + "dev": true, + "requires": { + "path-root-regex": "^0.1.0" + } + }, + "path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==", + "dev": true + }, + "path-type": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", + "dev": true + }, "perfect-debounce": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", @@ -2222,6 +5294,12 @@ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, "postcss": { "version": "8.4.35", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", @@ -2237,6 +5315,162 @@ "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.6.tgz", "integrity": "sha512-gympg+T2Z1fG1unB8NH29yHJwnEaCH37Z32diPDku316OTnRPeMbiRV9kTrfZpocXjdfnWuFUl/Mj4BHaf6gnw==" }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "queue-tick": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", + "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", + "dev": true + }, + "readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "rechoir": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", + "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", + "dev": true, + "requires": { + "resolve": "^1.20.0" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", + "dev": true + }, + "replace-ext": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-2.0.0.tgz", + "integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==", + "dev": true + }, + "replace-homedir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-2.0.0.tgz", + "integrity": "sha512-bgEuQQ/BHW0XkkJtawzrfzHFSN70f/3cNOiHa2QsYxqrjaC30X1k74FJ6xswVBP0sr0SpGIdVFuPwfrYziVeyw==", + "dev": true + }, + "replacestream": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.3.tgz", + "integrity": "sha512-AC0FiLS352pBBiZhd4VXB1Ab/lh0lEgpP+GGvZqbQh8a5cmXVoTe5EX/YeTFArnp4SRGTHh1qCHu9lGs1qG8sA==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.3", + "object-assign": "^4.0.1", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true + }, + "resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "requires": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==", + "dev": true, + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-options": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-2.0.0.tgz", + "integrity": "sha512-/FopbmmFOQCfsCx77BRFdKOniglTiHumLgwvd6IDPihy1GKkadZbgQJBcTb2lMzSR1pndzd96b1nZrreZ7+9/A==", + "dev": true, + "requires": { + "value-or-function": "^4.0.0" + } + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, "rfdc": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", @@ -2264,12 +5498,49 @@ "fsevents": "~2.3.2" } }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, "search-insights": { "version": "2.13.0", "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.13.0.tgz", "integrity": "sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==", "peer": true }, + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "optional": true + }, + "semver-greatest-satisfied-range": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-2.0.0.tgz", + "integrity": "sha512-lH3f6kMbwyANB7HuOWRMlLCa2itaCrZJ+SAqqkSZrZKO/cAsk2EOyaKHUtNkVLFyFW9pct22SFesFp3Z7zpA0g==", + "dev": true, + "requires": { + "sver": "^1.8.3" + } + }, "shiki": { "version": "1.1.7", "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.7.tgz", @@ -2278,21 +5549,285 @@ "@shikijs/core": "1.1.7" } }, + "slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "dev": true + }, "source-map-js": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" }, + "sparkles": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-2.1.0.tgz", + "integrity": "sha512-r7iW1bDw8R/cFifrD3JnQJX0K1jqT0kprL48BiBpLZLJPmAm34zsVBsK5lc7HirZYZqMW65dOXZgbAGt/I6frg==", + "dev": true + }, "speakingurl": { "version": "14.0.1", "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz", "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==" }, + "stream-composer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-composer/-/stream-composer-1.0.2.tgz", + "integrity": "sha512-bnBselmwfX5K10AH6L4c8+S5lgZMWI7ZYrz2rvYjCPB2DIMC4Ig8OpxGpNJSxRZ58oti7y1IcNvjBAz9vW5m4w==", + "dev": true, + "requires": { + "streamx": "^2.13.2" + } + }, + "stream-exhaust": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", + "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==", + "dev": true + }, + "streamx": { + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.0.tgz", + "integrity": "sha512-Qz6MsDZXJ6ur9u+b+4xCG18TluU7PGlRfXVAAjNiGsFrBUt/ioyLkxbFaKJygoPs+/kW4VyBj0bSj89Qu0IGyg==", + "dev": true, + "requires": { + "bare-events": "^2.2.0", + "fast-fifo": "^1.3.2", + "queue-tick": "^1.0.1", + "text-decoder": "^1.1.0" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "sver": { + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/sver/-/sver-1.8.4.tgz", + "integrity": "sha512-71o1zfzyawLfIWBOmw8brleKyvnbn73oVHNCsu51uPMz/HWiKkkXsI31JjHW5zqXEqnPYkIiHd8ZmL7FCimLEA==", + "dev": true, + "requires": { + "semver": "^6.3.0" + } + }, "tabbable": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, + "teex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz", + "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==", + "dev": true, + "requires": { + "streamx": "^2.12.5" + } + }, + "text-decoder": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.2.tgz", + "integrity": "sha512-/MDslo7ZyWTA2vnk1j7XoDVfXsGk3tp+zFEJHJGm0UjIlQifonVFwlVbQDFh8KJzTBnT8ie115TYqir6bclddA==", + "dev": true, + "requires": { + "b4a": "^1.6.4" + } + }, + "textextensions": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-3.3.0.tgz", + "integrity": "sha512-mk82dS8eRABNbeVJrEiN5/UMSCliINAuz8mkUwH4SwslkNP//gbEzlWNS5au0z5Dpx40SQxzqZevZkn+WYJ9Dw==", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "to-through": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-3.0.0.tgz", + "integrity": "sha512-y8MN937s/HVhEoBU1SxfHC+wxCHkV1a9gW8eAdTadYh/bGyesZIVcbjI+mSpFbSVwQici/XjBjuUyri1dnXwBw==", + "dev": true, + "requires": { + "streamx": "^2.12.5" + } + }, + "unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==", + "dev": true + }, + "undertaker": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-2.0.0.tgz", + "integrity": "sha512-tO/bf30wBbTsJ7go80j0RzA2rcwX6o7XPBpeFcb+jzoeb4pfMM2zUeSDIkY1AWqeZabWxaQZ/h8N9t35QKDLPQ==", + "dev": true, + "requires": { + "bach": "^2.0.1", + "fast-levenshtein": "^3.0.0", + "last-run": "^2.0.0", + "undertaker-registry": "^2.0.0" + } + }, + "undertaker-registry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-2.0.0.tgz", + "integrity": "sha512-+hhVICbnp+rlzZMgxXenpvTxpuvA67Bfgtt+O9WOE5jo7w/dyiF1VmoZVIHvP2EkUjsyKyTwYKlLhA+j47m1Ew==", + "dev": true + }, + "undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "devOptional": true + }, + "unicorn-magic": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", + "dev": true + }, + "util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dev": true, + "requires": { + "inherits": "2.0.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + } + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "v8flags": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-4.0.1.tgz", + "integrity": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==", + "dev": true + }, + "value-or-function": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-4.0.0.tgz", + "integrity": "sha512-aeVK81SIuT6aMJfNo9Vte8Dw0/FZINGBV8BfCraGtqVxIeLAEhJyoWs8SmvRVmXfGss2PmmOwZCuBPbZR+IYWg==", + "dev": true + }, + "vinyl": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-3.0.0.tgz", + "integrity": "sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==", + "dev": true, + "requires": { + "clone": "^2.1.2", + "clone-stats": "^1.0.0", + "remove-trailing-separator": "^1.1.0", + "replace-ext": "^2.0.0", + "teex": "^1.0.1" + } + }, + "vinyl-contents": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/vinyl-contents/-/vinyl-contents-2.0.0.tgz", + "integrity": "sha512-cHq6NnGyi2pZ7xwdHSW1v4Jfnho4TEGtxZHw01cmnc8+i7jgR6bRnED/LbrKan/Q7CvVLbnvA5OepnhbpjBZ5Q==", + "dev": true, + "requires": { + "bl": "^5.0.0", + "vinyl": "^3.0.0" + } + }, + "vinyl-fs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-4.0.0.tgz", + "integrity": "sha512-7GbgBnYfaquMk3Qu9g22x000vbYkOex32930rBnc3qByw6HfMEAoELjCjoJv4HuEQxHAurT+nvMHm6MnJllFLw==", + "dev": true, + "requires": { + "fs-mkdirp-stream": "^2.0.1", + "glob-stream": "^8.0.0", + "graceful-fs": "^4.2.11", + "iconv-lite": "^0.6.3", + "is-valid-glob": "^1.0.0", + "lead": "^4.0.0", + "normalize-path": "3.0.0", + "resolve-options": "^2.0.0", + "stream-composer": "^1.0.2", + "streamx": "^2.14.0", + "to-through": "^3.0.0", + "value-or-function": "^4.0.0", + "vinyl": "^3.0.0", + "vinyl-sourcemap": "^2.0.0" + } + }, + "vinyl-sourcemap": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-2.0.0.tgz", + "integrity": "sha512-BAEvWxbBUXvlNoFQVFVHpybBbjW1r03WhohJzJDSfgrrK5xVYIDTan6xN14DlyImShgDRv2gl9qhM6irVMsV0Q==", + "dev": true, + "requires": { + "convert-source-map": "^2.0.0", + "graceful-fs": "^4.2.10", + "now-and-later": "^3.0.0", + "streamx": "^2.12.5", + "vinyl": "^3.0.0", + "vinyl-contents": "^2.0.0" + } + }, "vite": { "version": "5.1.5", "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz", @@ -2337,6 +5872,59 @@ "@vue/server-renderer": "3.4.21", "@vue/shared": "3.4.21" } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "requires": { + "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-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true } } } diff --git a/package.json b/package.json index 8e9e739..e8a6aaf 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "type": "module", "scripts": { "prepare": "husky install", + "www": "gulp www", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs" @@ -18,6 +19,12 @@ "vue": "^3.4.21" }, "devDependencies": { - "husky": "^9.1.7" + "del": "^8.0.0", + "fs": "^0.0.1-security", + "gulp": "^5.0.0", + "gulp-cli": "^3.0.0", + "gulp-replace": "^1.1.4", + "husky": "^9.1.7", + "path": "^0.12.7" } } From efc2d8244151f48226be53a23960c7ed154c8ec9 Mon Sep 17 00:00:00 2001 From: Deepak3642 Date: Tue, 10 Dec 2024 09:55:30 +0600 Subject: [PATCH 07/10] jobapp shortcode remove --- docs/comfortjobapp/shortcodes.md | 74 -------------------------------- 1 file changed, 74 deletions(-) diff --git a/docs/comfortjobapp/shortcodes.md b/docs/comfortjobapp/shortcodes.md index 4891a10..d8018c9 100644 --- a/docs/comfortjobapp/shortcodes.md +++ b/docs/comfortjobapp/shortcodes.md @@ -1,78 +1,4 @@ # Shortcodes -There are multiple shortcodes in both core plugin and pro addon. - -## 1. Resume List \[comfortresume_resume_archive\] Shortcode(Core) ## - -**Where to use:** You can add this shortcode to any page to show resume list, useful when you want it for specific post. -| param name | default value | possible values | -|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| search | | Any text you want to search| -| category | | Any category you want to search| -| tag | | Any tag you want to search| -| page | 1 | any numeric value | - - -## 2. Resume Details \[comfortresume_resume_details\] Shortcode(Core) ## - -**Where to use:** You can add this shortcode to any page to show a specific resume details, useful when you want it for specific post. -| param name | default value | possible Value | -|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| id | 0 | All possible resume ID. -| sections | | education,experience,skill,website,project,volunteer,hobby,course,language,honor,publication,patent,license,audio_video - -## 3. Frontend Resume Manager \[comfortresume_resume_manager\] Shortcode(Core) ## - -**Where to use:** You can add this shortcode to manage resumes from frontend. - -Shortcode can be added in theme directly following this below code snippet - -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 - - - - -## 4. Frontend Resume Dashboard \[comfortresume_resume_dashboard\] Shortcode(Core) ## - -**Where to use:** You can add this shortcode to see resume statistics in frontend. - -Shortcode can be added in theme directly following this below code snippet - -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 - -## 5. Recent Resume List \[comfortresume_recent_resume\] Shortcode(Core) ## - -**Where to use:** You can add this shortcode to see recent resume. - -| param name | default value | possible values | -|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| order | DESC | ASC, DESC | -| limit | 10 | Any numeric number | - - -Shortcode can be added in theme directly following this below code snippet - -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 - -## 6. Bookmarked Resume Dashboard \[comfortresume_bookmarked_resume_dashboard\] Shortcode(Pro) ## - -**Where to use:** You can add this shortcode to see bookmarked resume dashboard. - -Shortcode can be added in theme directly following this below code snippet - -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 - -## 7. Resume Grid Listing \[comfortresume_resume_grid\] Shortcode(Pro) ## - -**Where to use:** You can add this shortcode to see resume grid. - -| param name | default value | possible values | -|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| order | DESC | ASC, DESC | -| limit | 10 | Any numeric number | - -Shortcode can be added in theme directly following this below code snippet - -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 **Last modified:** December 9, 2024 \ No newline at end of file From 8f478519db4bb87f9dcd66730436595f088b45ab Mon Sep 17 00:00:00 2001 From: Deepak3642 Date: Tue, 10 Dec 2024 10:05:03 +0600 Subject: [PATCH 08/10] misc --- docs/.vitepress/cache/deps/_metadata.json | 20 +++++------ docs/.vitepress/config.ts | 41 +---------------------- 2 files changed, 11 insertions(+), 50 deletions(-) diff --git a/docs/.vitepress/cache/deps/_metadata.json b/docs/.vitepress/cache/deps/_metadata.json index a2a7998..d2bc7ed 100644 --- a/docs/.vitepress/cache/deps/_metadata.json +++ b/docs/.vitepress/cache/deps/_metadata.json @@ -1,43 +1,43 @@ { - "hash": "987d4313", - "configHash": "dc567159", - "lockfileHash": "41d153c2", - "browserHash": "82d62491", + "hash": "02aaf7db", + "configHash": "ad92dfca", + "lockfileHash": "6cd41986", + "browserHash": "32e4992c", "optimized": { "vue": { "src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", "file": "vue.js", - "fileHash": "d158ec23", + "fileHash": "f5ca9e97", "needsInterop": false }, "vitepress > @vue/devtools-api": { "src": "../../../../node_modules/@vue/devtools-api/dist/index.js", "file": "vitepress___@vue_devtools-api.js", - "fileHash": "c2dd3e35", + "fileHash": "95dff122", "needsInterop": false }, "vitepress > @vueuse/core": { "src": "../../../../node_modules/@vueuse/core/index.mjs", "file": "vitepress___@vueuse_core.js", - "fileHash": "aa24fae3", + "fileHash": "1fb39953", "needsInterop": false }, "vitepress > @vueuse/integrations/useFocusTrap": { "src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs", "file": "vitepress___@vueuse_integrations_useFocusTrap.js", - "fileHash": "f23d237f", + "fileHash": "617f2a91", "needsInterop": false }, "vitepress > mark.js/src/vanilla.js": { "src": "../../../../node_modules/mark.js/src/vanilla.js", "file": "vitepress___mark__js_src_vanilla__js.js", - "fileHash": "d78cc1df", + "fileHash": "0b71da27", "needsInterop": false }, "vitepress > minisearch": { "src": "../../../../node_modules/minisearch/dist/es/index.js", "file": "vitepress___minisearch.js", - "fileHash": "ffa68889", + "fileHash": "0f3cee6f", "needsInterop": false } }, diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 3bc1713..696806e 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -9,7 +9,7 @@ export default { themeConfig: { logo: "/logo.png", - siteTitle: "Comfort HRM", + siteTitle: "", search: { provider: "local", }, @@ -18,15 +18,6 @@ export default { { text: "Job", link: "/comfortjob/" }, { text: "Resume", link: "/comfortresume/" }, { text: "Job Application", link: "/comfortjobapp/" }, - // { - // // Dropdown Menu - // text: "Changelog", - // items: [ - // { text: "v0.0.1", link: "/item-1" }, - // { text: "v0.0.2", link: "/item-2" }, - // { text: "v0.0.3", link: "/item-3" }, - // ], - // }, ], //Social Icons socialLinks: [ @@ -93,37 +84,7 @@ export default { ], }, ], - }, - - - //Sidebar - // sidebar: [ - // { - // text: "Section A", - // collapsible: true, - // items: [ - // { text: "Introduction", link: "/introduction" }, - // { text: "Getting Started", link: "/getting-started" }, - // ], - // }, - // { - // text: "Section B", - // collapsible: false, - // items: [ - // { text: "Introduction", link: "/introduction" }, - // { text: "Getting Started", link: "/getting-started" }, - // ], - // }, - // { - // text: "Section C", - // collapsible: true, - // items: [ - // { text: "Introduction", link: "/introduction" }, - // { text: "Getting Started", link: "/getting-started" }, - // ], - // }, - // ], // you can disable the previous and next page here docFooter: { prev: 'Previous', From 20ff0a2a46f1b8f2b1090fb33985ec73b416aa03 Mon Sep 17 00:00:00 2001 From: Sabuj Kundu Date: Tue, 10 Dec 2024 10:50:05 +0600 Subject: [PATCH 09/10] git cache clear --- .gitignore | 3 +- docs/.vitepress/cache/deps/_metadata.json | 52 - docs/.vitepress/cache/deps/chunk-CKQ4TNQ3.js | 11402 ---------------- .../cache/deps/chunk-CKQ4TNQ3.js.map | 7 - docs/.vitepress/cache/deps/chunk-WBYXAOFP.js | 9092 ------------ .../cache/deps/chunk-WBYXAOFP.js.map | 7 - docs/.vitepress/cache/deps/package.json | 3 - .../deps/vitepress___@vue_devtools-api.js | 2574 ---- .../deps/vitepress___@vue_devtools-api.js.map | 7 - .../cache/deps/vitepress___@vueuse_core.js | 567 - .../deps/vitepress___@vueuse_core.js.map | 7 - ...ess___@vueuse_integrations_useFocusTrap.js | 1093 -- ...__@vueuse_integrations_useFocusTrap.js.map | 7 - .../vitepress___mark__js_src_vanilla__js.js | 1665 --- ...itepress___mark__js_src_vanilla__js.js.map | 7 - .../cache/deps/vitepress___minisearch.js | 1856 --- .../cache/deps/vitepress___minisearch.js.map | 7 - docs/.vitepress/cache/deps/vue.js | 323 - docs/.vitepress/cache/deps/vue.js.map | 7 - docs/.vitepress/config.ts | 10 +- docs/.vitepress/tsconfig.json | 7 + docs/public/favicon.ico | Bin 0 -> 1127 bytes gulpfile.js | 21 +- package-lock.json | 19 + package.json | 1 + 25 files changed, 50 insertions(+), 28694 deletions(-) delete mode 100644 docs/.vitepress/cache/deps/_metadata.json delete mode 100644 docs/.vitepress/cache/deps/chunk-CKQ4TNQ3.js delete mode 100644 docs/.vitepress/cache/deps/chunk-CKQ4TNQ3.js.map delete mode 100644 docs/.vitepress/cache/deps/chunk-WBYXAOFP.js delete mode 100644 docs/.vitepress/cache/deps/chunk-WBYXAOFP.js.map delete mode 100644 docs/.vitepress/cache/deps/package.json delete mode 100644 docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js delete mode 100644 docs/.vitepress/cache/deps/vitepress___@vue_devtools-api.js.map delete mode 100644 docs/.vitepress/cache/deps/vitepress___@vueuse_core.js delete mode 100644 docs/.vitepress/cache/deps/vitepress___@vueuse_core.js.map delete mode 100644 docs/.vitepress/cache/deps/vitepress___@vueuse_integrations_useFocusTrap.js delete mode 100644 docs/.vitepress/cache/deps/vitepress___@vueuse_integrations_useFocusTrap.js.map delete mode 100644 docs/.vitepress/cache/deps/vitepress___mark__js_src_vanilla__js.js delete mode 100644 docs/.vitepress/cache/deps/vitepress___mark__js_src_vanilla__js.js.map delete mode 100644 docs/.vitepress/cache/deps/vitepress___minisearch.js delete mode 100644 docs/.vitepress/cache/deps/vitepress___minisearch.js.map delete mode 100644 docs/.vitepress/cache/deps/vue.js delete mode 100644 docs/.vitepress/cache/deps/vue.js.map create mode 100644 docs/.vitepress/tsconfig.json create mode 100644 docs/public/favicon.ico diff --git a/.gitignore b/.gitignore index 166a3b0..f21766d 100644 --- a/.gitignore +++ b/.gitignore @@ -104,5 +104,6 @@ dist # TernJS port file .tern-port - +docs/.vitepress/cache +.env www \ No newline at end of file diff --git a/docs/.vitepress/cache/deps/_metadata.json b/docs/.vitepress/cache/deps/_metadata.json deleted file mode 100644 index d2bc7ed..0000000 --- a/docs/.vitepress/cache/deps/_metadata.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "hash": "02aaf7db", - "configHash": "ad92dfca", - "lockfileHash": "6cd41986", - "browserHash": "32e4992c", - "optimized": { - "vue": { - "src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", - "file": "vue.js", - "fileHash": "f5ca9e97", - "needsInterop": false - }, - "vitepress > @vue/devtools-api": { - "src": "../../../../node_modules/@vue/devtools-api/dist/index.js", - "file": "vitepress___@vue_devtools-api.js", - "fileHash": "95dff122", - "needsInterop": false - }, - "vitepress > @vueuse/core": { - "src": "../../../../node_modules/@vueuse/core/index.mjs", - "file": "vitepress___@vueuse_core.js", - "fileHash": "1fb39953", - "needsInterop": false - }, - "vitepress > @vueuse/integrations/useFocusTrap": { - "src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs", - "file": "vitepress___@vueuse_integrations_useFocusTrap.js", - "fileHash": "617f2a91", - "needsInterop": false - }, - "vitepress > mark.js/src/vanilla.js": { - "src": "../../../../node_modules/mark.js/src/vanilla.js", - "file": "vitepress___mark__js_src_vanilla__js.js", - "fileHash": "0b71da27", - "needsInterop": false - }, - "vitepress > minisearch": { - "src": "../../../../node_modules/minisearch/dist/es/index.js", - "file": "vitepress___minisearch.js", - "fileHash": "0f3cee6f", - "needsInterop": false - } - }, - "chunks": { - "chunk-WBYXAOFP": { - "file": "chunk-WBYXAOFP.js" - }, - "chunk-CKQ4TNQ3": { - "file": "chunk-CKQ4TNQ3.js" - } - } -} \ No newline at end of file diff --git a/docs/.vitepress/cache/deps/chunk-CKQ4TNQ3.js b/docs/.vitepress/cache/deps/chunk-CKQ4TNQ3.js deleted file mode 100644 index e34271c..0000000 --- a/docs/.vitepress/cache/deps/chunk-CKQ4TNQ3.js +++ /dev/null @@ -1,11402 +0,0 @@ -// node_modules/@vue/shared/dist/shared.esm-bundler.js -function makeMap(str, expectsLowerCase) { - const set2 = new Set(str.split(",")); - return expectsLowerCase ? (val) => set2.has(val.toLowerCase()) : (val) => set2.has(val); -} -var EMPTY_OBJ = true ? Object.freeze({}) : {}; -var EMPTY_ARR = true ? Object.freeze([]) : []; -var NOOP = () => { -}; -var NO = () => false; -var isOn = (key) => key.charCodeAt(0) === 111 && key.charCodeAt(1) === 110 && // uppercase letter -(key.charCodeAt(2) > 122 || key.charCodeAt(2) < 97); -var isModelListener = (key) => key.startsWith("onUpdate:"); -var extend = Object.assign; -var remove = (arr, el) => { - const i = arr.indexOf(el); - if (i > -1) { - arr.splice(i, 1); - } -}; -var hasOwnProperty = Object.prototype.hasOwnProperty; -var hasOwn = (val, key) => hasOwnProperty.call(val, key); -var isArray = Array.isArray; -var isMap = (val) => toTypeString(val) === "[object Map]"; -var isSet = (val) => toTypeString(val) === "[object Set]"; -var isDate = (val) => toTypeString(val) === "[object Date]"; -var isRegExp = (val) => toTypeString(val) === "[object RegExp]"; -var isFunction = (val) => typeof val === "function"; -var isString = (val) => typeof val === "string"; -var isSymbol = (val) => typeof val === "symbol"; -var isObject = (val) => val !== null && typeof val === "object"; -var isPromise = (val) => { - return (isObject(val) || isFunction(val)) && isFunction(val.then) && isFunction(val.catch); -}; -var objectToString = Object.prototype.toString; -var toTypeString = (value) => objectToString.call(value); -var toRawType = (value) => { - return toTypeString(value).slice(8, -1); -}; -var isPlainObject = (val) => toTypeString(val) === "[object Object]"; -var isIntegerKey = (key) => isString(key) && key !== "NaN" && key[0] !== "-" && "" + parseInt(key, 10) === key; -var isReservedProp = makeMap( - // the leading comma is intentional so empty string "" is also included - ",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted" -); -var isBuiltInDirective = makeMap( - "bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo" -); -var cacheStringFunction = (fn) => { - const cache = /* @__PURE__ */ Object.create(null); - return (str) => { - const hit = cache[str]; - return hit || (cache[str] = fn(str)); - }; -}; -var camelizeRE = /-(\w)/g; -var camelize = cacheStringFunction((str) => { - return str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : ""); -}); -var hyphenateRE = /\B([A-Z])/g; -var hyphenate = cacheStringFunction( - (str) => str.replace(hyphenateRE, "-$1").toLowerCase() -); -var capitalize = cacheStringFunction((str) => { - return str.charAt(0).toUpperCase() + str.slice(1); -}); -var toHandlerKey = cacheStringFunction((str) => { - const s = str ? `on${capitalize(str)}` : ``; - return s; -}); -var hasChanged = (value, oldValue) => !Object.is(value, oldValue); -var invokeArrayFns = (fns, arg) => { - for (let i = 0; i < fns.length; i++) { - fns[i](arg); - } -}; -var def = (obj, key, value) => { - Object.defineProperty(obj, key, { - configurable: true, - enumerable: false, - value - }); -}; -var looseToNumber = (val) => { - const n = parseFloat(val); - return isNaN(n) ? val : n; -}; -var toNumber = (val) => { - const n = isString(val) ? Number(val) : NaN; - return isNaN(n) ? val : n; -}; -var _globalThis; -var getGlobalThis = () => { - return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : {}); -}; -var GLOBALS_ALLOWED = "Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error"; -var isGloballyAllowed = makeMap(GLOBALS_ALLOWED); -function normalizeStyle(value) { - if (isArray(value)) { - const res = {}; - for (let i = 0; i < value.length; i++) { - const item = value[i]; - const normalized = isString(item) ? parseStringStyle(item) : normalizeStyle(item); - if (normalized) { - for (const key in normalized) { - res[key] = normalized[key]; - } - } - } - return res; - } else if (isString(value) || isObject(value)) { - return value; - } -} -var listDelimiterRE = /;(?![^(]*\))/g; -var propertyDelimiterRE = /:([^]+)/; -var styleCommentRE = /\/\*[^]*?\*\//g; -function parseStringStyle(cssText) { - const ret = {}; - cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => { - if (item) { - const tmp = item.split(propertyDelimiterRE); - tmp.length > 1 && (ret[tmp[0].trim()] = tmp[1].trim()); - } - }); - return ret; -} -function stringifyStyle(styles) { - let ret = ""; - if (!styles || isString(styles)) { - return ret; - } - for (const key in styles) { - const value = styles[key]; - const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key); - if (isString(value) || typeof value === "number") { - ret += `${normalizedKey}:${value};`; - } - } - return ret; -} -function normalizeClass(value) { - let res = ""; - if (isString(value)) { - res = value; - } else if (isArray(value)) { - for (let i = 0; i < value.length; i++) { - const normalized = normalizeClass(value[i]); - if (normalized) { - res += normalized + " "; - } - } - } else if (isObject(value)) { - for (const name in value) { - if (value[name]) { - res += name + " "; - } - } - } - return res.trim(); -} -function normalizeProps(props) { - if (!props) - return null; - let { class: klass, style } = props; - if (klass && !isString(klass)) { - props.class = normalizeClass(klass); - } - if (style) { - props.style = normalizeStyle(style); - } - return props; -} -var HTML_TAGS = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot"; -var SVG_TAGS = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view"; -var MATH_TAGS = "annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics"; -var VOID_TAGS = "area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr"; -var isHTMLTag = makeMap(HTML_TAGS); -var isSVGTag = makeMap(SVG_TAGS); -var isMathMLTag = makeMap(MATH_TAGS); -var isVoidTag = makeMap(VOID_TAGS); -var specialBooleanAttrs = `itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly`; -var isSpecialBooleanAttr = makeMap(specialBooleanAttrs); -var isBooleanAttr = makeMap( - specialBooleanAttrs + `,async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected` -); -function includeBooleanAttr(value) { - return !!value || value === ""; -} -var isKnownHtmlAttr = makeMap( - `accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,inert,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap` -); -var isKnownSvgAttr = makeMap( - `xmlns,accent-height,accumulate,additive,alignment-baseline,alphabetic,amplitude,arabic-form,ascent,attributeName,attributeType,azimuth,baseFrequency,baseline-shift,baseProfile,bbox,begin,bias,by,calcMode,cap-height,class,clip,clipPathUnits,clip-path,clip-rule,color,color-interpolation,color-interpolation-filters,color-profile,color-rendering,contentScriptType,contentStyleType,crossorigin,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominant-baseline,dur,dx,dy,edgeMode,elevation,enable-background,end,exponent,fill,fill-opacity,fill-rule,filter,filterRes,filterUnits,flood-color,flood-opacity,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,format,from,fr,fx,fy,g1,g2,glyph-name,glyph-orientation-horizontal,glyph-orientation-vertical,glyphRef,gradientTransform,gradientUnits,hanging,height,href,hreflang,horiz-adv-x,horiz-origin-x,id,ideographic,image-rendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lang,lengthAdjust,letter-spacing,lighting-color,limitingConeAngle,local,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,max,media,method,min,mode,name,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overline-position,overline-thickness,panose-1,paint-order,path,pathLength,patternContentUnits,patternTransform,patternUnits,ping,pointer-events,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,referrerPolicy,refX,refY,rel,rendering-intent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shape-rendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,string,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,style,surfaceScale,systemLanguage,tabindex,tableValues,target,targetX,targetY,text-anchor,text-decoration,text-rendering,textLength,to,transform,transform-origin,type,u1,u2,underline-position,underline-thickness,unicode,unicode-bidi,unicode-range,units-per-em,v-alphabetic,v-hanging,v-ideographic,v-mathematical,values,vector-effect,version,vert-adv-y,vert-origin-x,vert-origin-y,viewBox,viewTarget,visibility,width,widths,word-spacing,writing-mode,x,x-height,x1,x2,xChannelSelector,xlink:actuate,xlink:arcrole,xlink:href,xlink:role,xlink:show,xlink:title,xlink:type,xmlns:xlink,xml:base,xml:lang,xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan` -); -function isRenderableAttrValue(value) { - if (value == null) { - return false; - } - const type = typeof value; - return type === "string" || type === "number" || type === "boolean"; -} -function looseCompareArrays(a, b) { - if (a.length !== b.length) - return false; - let equal = true; - for (let i = 0; equal && i < a.length; i++) { - equal = looseEqual(a[i], b[i]); - } - return equal; -} -function looseEqual(a, b) { - if (a === b) - return true; - let aValidType = isDate(a); - let bValidType = isDate(b); - if (aValidType || bValidType) { - return aValidType && bValidType ? a.getTime() === b.getTime() : false; - } - aValidType = isSymbol(a); - bValidType = isSymbol(b); - if (aValidType || bValidType) { - return a === b; - } - aValidType = isArray(a); - bValidType = isArray(b); - if (aValidType || bValidType) { - return aValidType && bValidType ? looseCompareArrays(a, b) : false; - } - aValidType = isObject(a); - bValidType = isObject(b); - if (aValidType || bValidType) { - if (!aValidType || !bValidType) { - return false; - } - const aKeysCount = Object.keys(a).length; - const bKeysCount = Object.keys(b).length; - if (aKeysCount !== bKeysCount) { - return false; - } - for (const key in a) { - const aHasKey = a.hasOwnProperty(key); - const bHasKey = b.hasOwnProperty(key); - if (aHasKey && !bHasKey || !aHasKey && bHasKey || !looseEqual(a[key], b[key])) { - return false; - } - } - } - return String(a) === String(b); -} -function looseIndexOf(arr, val) { - return arr.findIndex((item) => looseEqual(item, val)); -} -var toDisplayString = (val) => { - return isString(val) ? val : val == null ? "" : isArray(val) || isObject(val) && (val.toString === objectToString || !isFunction(val.toString)) ? JSON.stringify(val, replacer, 2) : String(val); -}; -var replacer = (_key, val) => { - if (val && val.__v_isRef) { - return replacer(_key, val.value); - } else if (isMap(val)) { - return { - [`Map(${val.size})`]: [...val.entries()].reduce( - (entries, [key, val2], i) => { - entries[stringifySymbol(key, i) + " =>"] = val2; - return entries; - }, - {} - ) - }; - } else if (isSet(val)) { - return { - [`Set(${val.size})`]: [...val.values()].map((v) => stringifySymbol(v)) - }; - } else if (isSymbol(val)) { - return stringifySymbol(val); - } else if (isObject(val) && !isArray(val) && !isPlainObject(val)) { - return String(val); - } - return val; -}; -var stringifySymbol = (v, i = "") => { - var _a; - return isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v; -}; - -// node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js -function warn(msg, ...args) { - console.warn(`[Vue warn] ${msg}`, ...args); -} -var activeEffectScope; -var EffectScope = class { - constructor(detached = false) { - this.detached = detached; - this._active = true; - this.effects = []; - this.cleanups = []; - this.parent = activeEffectScope; - if (!detached && activeEffectScope) { - this.index = (activeEffectScope.scopes || (activeEffectScope.scopes = [])).push( - this - ) - 1; - } - } - get active() { - return this._active; - } - run(fn) { - if (this._active) { - const currentEffectScope = activeEffectScope; - try { - activeEffectScope = this; - return fn(); - } finally { - activeEffectScope = currentEffectScope; - } - } else if (true) { - warn(`cannot run an inactive effect scope.`); - } - } - /** - * This should only be called on non-detached scopes - * @internal - */ - on() { - activeEffectScope = this; - } - /** - * This should only be called on non-detached scopes - * @internal - */ - off() { - activeEffectScope = this.parent; - } - stop(fromParent) { - if (this._active) { - let i, l; - for (i = 0, l = this.effects.length; i < l; i++) { - this.effects[i].stop(); - } - for (i = 0, l = this.cleanups.length; i < l; i++) { - this.cleanups[i](); - } - if (this.scopes) { - for (i = 0, l = this.scopes.length; i < l; i++) { - this.scopes[i].stop(true); - } - } - if (!this.detached && this.parent && !fromParent) { - const last = this.parent.scopes.pop(); - if (last && last !== this) { - this.parent.scopes[this.index] = last; - last.index = this.index; - } - } - this.parent = void 0; - this._active = false; - } - } -}; -function effectScope(detached) { - return new EffectScope(detached); -} -function recordEffectScope(effect2, scope = activeEffectScope) { - if (scope && scope.active) { - scope.effects.push(effect2); - } -} -function getCurrentScope() { - return activeEffectScope; -} -function onScopeDispose(fn) { - if (activeEffectScope) { - activeEffectScope.cleanups.push(fn); - } else if (true) { - warn( - `onScopeDispose() is called when there is no active effect scope to be associated with.` - ); - } -} -var activeEffect; -var ReactiveEffect = class { - constructor(fn, trigger2, scheduler, scope) { - this.fn = fn; - this.trigger = trigger2; - this.scheduler = scheduler; - this.active = true; - this.deps = []; - this._dirtyLevel = 4; - this._trackId = 0; - this._runnings = 0; - this._shouldSchedule = false; - this._depsLength = 0; - recordEffectScope(this, scope); - } - get dirty() { - if (this._dirtyLevel === 2 || this._dirtyLevel === 3) { - this._dirtyLevel = 1; - pauseTracking(); - for (let i = 0; i < this._depsLength; i++) { - const dep = this.deps[i]; - if (dep.computed) { - triggerComputed(dep.computed); - if (this._dirtyLevel >= 4) { - break; - } - } - } - if (this._dirtyLevel === 1) { - this._dirtyLevel = 0; - } - resetTracking(); - } - return this._dirtyLevel >= 4; - } - set dirty(v) { - this._dirtyLevel = v ? 4 : 0; - } - run() { - this._dirtyLevel = 0; - if (!this.active) { - return this.fn(); - } - let lastShouldTrack = shouldTrack; - let lastEffect = activeEffect; - try { - shouldTrack = true; - activeEffect = this; - this._runnings++; - preCleanupEffect(this); - return this.fn(); - } finally { - postCleanupEffect(this); - this._runnings--; - activeEffect = lastEffect; - shouldTrack = lastShouldTrack; - } - } - stop() { - var _a; - if (this.active) { - preCleanupEffect(this); - postCleanupEffect(this); - (_a = this.onStop) == null ? void 0 : _a.call(this); - this.active = false; - } - } -}; -function triggerComputed(computed3) { - return computed3.value; -} -function preCleanupEffect(effect2) { - effect2._trackId++; - effect2._depsLength = 0; -} -function postCleanupEffect(effect2) { - if (effect2.deps.length > effect2._depsLength) { - for (let i = effect2._depsLength; i < effect2.deps.length; i++) { - cleanupDepEffect(effect2.deps[i], effect2); - } - effect2.deps.length = effect2._depsLength; - } -} -function cleanupDepEffect(dep, effect2) { - const trackId = dep.get(effect2); - if (trackId !== void 0 && effect2._trackId !== trackId) { - dep.delete(effect2); - if (dep.size === 0) { - dep.cleanup(); - } - } -} -function effect(fn, options) { - if (fn.effect instanceof ReactiveEffect) { - fn = fn.effect.fn; - } - const _effect = new ReactiveEffect(fn, NOOP, () => { - if (_effect.dirty) { - _effect.run(); - } - }); - if (options) { - extend(_effect, options); - if (options.scope) - recordEffectScope(_effect, options.scope); - } - if (!options || !options.lazy) { - _effect.run(); - } - const runner = _effect.run.bind(_effect); - runner.effect = _effect; - return runner; -} -function stop(runner) { - runner.effect.stop(); -} -var shouldTrack = true; -var pauseScheduleStack = 0; -var trackStack = []; -function pauseTracking() { - trackStack.push(shouldTrack); - shouldTrack = false; -} -function resetTracking() { - const last = trackStack.pop(); - shouldTrack = last === void 0 ? true : last; -} -function pauseScheduling() { - pauseScheduleStack++; -} -function resetScheduling() { - pauseScheduleStack--; - while (!pauseScheduleStack && queueEffectSchedulers.length) { - queueEffectSchedulers.shift()(); - } -} -function trackEffect(effect2, dep, debuggerEventExtraInfo) { - var _a; - if (dep.get(effect2) !== effect2._trackId) { - dep.set(effect2, effect2._trackId); - const oldDep = effect2.deps[effect2._depsLength]; - if (oldDep !== dep) { - if (oldDep) { - cleanupDepEffect(oldDep, effect2); - } - effect2.deps[effect2._depsLength++] = dep; - } else { - effect2._depsLength++; - } - if (true) { - (_a = effect2.onTrack) == null ? void 0 : _a.call(effect2, extend({ effect: effect2 }, debuggerEventExtraInfo)); - } - } -} -var queueEffectSchedulers = []; -function triggerEffects(dep, dirtyLevel, debuggerEventExtraInfo) { - var _a; - pauseScheduling(); - for (const effect2 of dep.keys()) { - let tracking; - if (effect2._dirtyLevel < dirtyLevel && (tracking != null ? tracking : tracking = dep.get(effect2) === effect2._trackId)) { - effect2._shouldSchedule || (effect2._shouldSchedule = effect2._dirtyLevel === 0); - effect2._dirtyLevel = dirtyLevel; - } - if (effect2._shouldSchedule && (tracking != null ? tracking : tracking = dep.get(effect2) === effect2._trackId)) { - if (true) { - (_a = effect2.onTrigger) == null ? void 0 : _a.call(effect2, extend({ effect: effect2 }, debuggerEventExtraInfo)); - } - effect2.trigger(); - if ((!effect2._runnings || effect2.allowRecurse) && effect2._dirtyLevel !== 2) { - effect2._shouldSchedule = false; - if (effect2.scheduler) { - queueEffectSchedulers.push(effect2.scheduler); - } - } - } - } - resetScheduling(); -} -var createDep = (cleanup, computed3) => { - const dep = /* @__PURE__ */ new Map(); - dep.cleanup = cleanup; - dep.computed = computed3; - return dep; -}; -var targetMap = /* @__PURE__ */ new WeakMap(); -var ITERATE_KEY = Symbol(true ? "iterate" : ""); -var MAP_KEY_ITERATE_KEY = Symbol(true ? "Map key iterate" : ""); -function track(target, type, key) { - if (shouldTrack && activeEffect) { - let depsMap = targetMap.get(target); - if (!depsMap) { - targetMap.set(target, depsMap = /* @__PURE__ */ new Map()); - } - let dep = depsMap.get(key); - if (!dep) { - depsMap.set(key, dep = createDep(() => depsMap.delete(key))); - } - trackEffect( - activeEffect, - dep, - true ? { - target, - type, - key - } : void 0 - ); - } -} -function trigger(target, type, key, newValue, oldValue, oldTarget) { - const depsMap = targetMap.get(target); - if (!depsMap) { - return; - } - let deps = []; - if (type === "clear") { - deps = [...depsMap.values()]; - } else if (key === "length" && isArray(target)) { - const newLength = Number(newValue); - depsMap.forEach((dep, key2) => { - if (key2 === "length" || !isSymbol(key2) && key2 >= newLength) { - deps.push(dep); - } - }); - } else { - if (key !== void 0) { - deps.push(depsMap.get(key)); - } - switch (type) { - case "add": - if (!isArray(target)) { - deps.push(depsMap.get(ITERATE_KEY)); - if (isMap(target)) { - deps.push(depsMap.get(MAP_KEY_ITERATE_KEY)); - } - } else if (isIntegerKey(key)) { - deps.push(depsMap.get("length")); - } - break; - case "delete": - if (!isArray(target)) { - deps.push(depsMap.get(ITERATE_KEY)); - if (isMap(target)) { - deps.push(depsMap.get(MAP_KEY_ITERATE_KEY)); - } - } - break; - case "set": - if (isMap(target)) { - deps.push(depsMap.get(ITERATE_KEY)); - } - break; - } - } - pauseScheduling(); - for (const dep of deps) { - if (dep) { - triggerEffects( - dep, - 4, - true ? { - target, - type, - key, - newValue, - oldValue, - oldTarget - } : void 0 - ); - } - } - resetScheduling(); -} -function getDepFromReactive(object, key) { - var _a; - return (_a = targetMap.get(object)) == null ? void 0 : _a.get(key); -} -var isNonTrackableKeys = makeMap(`__proto__,__v_isRef,__isVue`); -var builtInSymbols = new Set( - Object.getOwnPropertyNames(Symbol).filter((key) => key !== "arguments" && key !== "caller").map((key) => Symbol[key]).filter(isSymbol) -); -var arrayInstrumentations = createArrayInstrumentations(); -function createArrayInstrumentations() { - const instrumentations = {}; - ["includes", "indexOf", "lastIndexOf"].forEach((key) => { - instrumentations[key] = function(...args) { - const arr = toRaw(this); - for (let i = 0, l = this.length; i < l; i++) { - track(arr, "get", i + ""); - } - const res = arr[key](...args); - if (res === -1 || res === false) { - return arr[key](...args.map(toRaw)); - } else { - return res; - } - }; - }); - ["push", "pop", "shift", "unshift", "splice"].forEach((key) => { - instrumentations[key] = function(...args) { - pauseTracking(); - pauseScheduling(); - const res = toRaw(this)[key].apply(this, args); - resetScheduling(); - resetTracking(); - return res; - }; - }); - return instrumentations; -} -function hasOwnProperty2(key) { - const obj = toRaw(this); - track(obj, "has", key); - return obj.hasOwnProperty(key); -} -var BaseReactiveHandler = class { - constructor(_isReadonly = false, _isShallow = false) { - this._isReadonly = _isReadonly; - this._isShallow = _isShallow; - } - get(target, key, receiver) { - const isReadonly2 = this._isReadonly, isShallow2 = this._isShallow; - if (key === "__v_isReactive") { - return !isReadonly2; - } else if (key === "__v_isReadonly") { - return isReadonly2; - } else if (key === "__v_isShallow") { - return isShallow2; - } else if (key === "__v_raw") { - if (receiver === (isReadonly2 ? isShallow2 ? shallowReadonlyMap : readonlyMap : isShallow2 ? shallowReactiveMap : reactiveMap).get(target) || // receiver is not the reactive proxy, but has the same prototype - // this means the reciever is a user proxy of the reactive proxy - Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver)) { - return target; - } - return; - } - const targetIsArray = isArray(target); - if (!isReadonly2) { - if (targetIsArray && hasOwn(arrayInstrumentations, key)) { - return Reflect.get(arrayInstrumentations, key, receiver); - } - if (key === "hasOwnProperty") { - return hasOwnProperty2; - } - } - const res = Reflect.get(target, key, receiver); - if (isSymbol(key) ? builtInSymbols.has(key) : isNonTrackableKeys(key)) { - return res; - } - if (!isReadonly2) { - track(target, "get", key); - } - if (isShallow2) { - return res; - } - if (isRef(res)) { - return targetIsArray && isIntegerKey(key) ? res : res.value; - } - if (isObject(res)) { - return isReadonly2 ? readonly(res) : reactive(res); - } - return res; - } -}; -var MutableReactiveHandler = class extends BaseReactiveHandler { - constructor(isShallow2 = false) { - super(false, isShallow2); - } - set(target, key, value, receiver) { - let oldValue = target[key]; - if (!this._isShallow) { - const isOldValueReadonly = isReadonly(oldValue); - if (!isShallow(value) && !isReadonly(value)) { - oldValue = toRaw(oldValue); - value = toRaw(value); - } - if (!isArray(target) && isRef(oldValue) && !isRef(value)) { - if (isOldValueReadonly) { - return false; - } else { - oldValue.value = value; - return true; - } - } - } - const hadKey = isArray(target) && isIntegerKey(key) ? Number(key) < target.length : hasOwn(target, key); - const result = Reflect.set(target, key, value, receiver); - if (target === toRaw(receiver)) { - if (!hadKey) { - trigger(target, "add", key, value); - } else if (hasChanged(value, oldValue)) { - trigger(target, "set", key, value, oldValue); - } - } - return result; - } - deleteProperty(target, key) { - const hadKey = hasOwn(target, key); - const oldValue = target[key]; - const result = Reflect.deleteProperty(target, key); - if (result && hadKey) { - trigger(target, "delete", key, void 0, oldValue); - } - return result; - } - has(target, key) { - const result = Reflect.has(target, key); - if (!isSymbol(key) || !builtInSymbols.has(key)) { - track(target, "has", key); - } - return result; - } - ownKeys(target) { - track( - target, - "iterate", - isArray(target) ? "length" : ITERATE_KEY - ); - return Reflect.ownKeys(target); - } -}; -var ReadonlyReactiveHandler = class extends BaseReactiveHandler { - constructor(isShallow2 = false) { - super(true, isShallow2); - } - set(target, key) { - if (true) { - warn( - `Set operation on key "${String(key)}" failed: target is readonly.`, - target - ); - } - return true; - } - deleteProperty(target, key) { - if (true) { - warn( - `Delete operation on key "${String(key)}" failed: target is readonly.`, - target - ); - } - return true; - } -}; -var mutableHandlers = new MutableReactiveHandler(); -var readonlyHandlers = new ReadonlyReactiveHandler(); -var shallowReactiveHandlers = new MutableReactiveHandler( - true -); -var shallowReadonlyHandlers = new ReadonlyReactiveHandler(true); -var toShallow = (value) => value; -var getProto = (v) => Reflect.getPrototypeOf(v); -function get(target, key, isReadonly2 = false, isShallow2 = false) { - target = target["__v_raw"]; - const rawTarget = toRaw(target); - const rawKey = toRaw(key); - if (!isReadonly2) { - if (hasChanged(key, rawKey)) { - track(rawTarget, "get", key); - } - track(rawTarget, "get", rawKey); - } - const { has: has2 } = getProto(rawTarget); - const wrap = isShallow2 ? toShallow : isReadonly2 ? toReadonly : toReactive; - if (has2.call(rawTarget, key)) { - return wrap(target.get(key)); - } else if (has2.call(rawTarget, rawKey)) { - return wrap(target.get(rawKey)); - } else if (target !== rawTarget) { - target.get(key); - } -} -function has(key, isReadonly2 = false) { - const target = this["__v_raw"]; - const rawTarget = toRaw(target); - const rawKey = toRaw(key); - if (!isReadonly2) { - if (hasChanged(key, rawKey)) { - track(rawTarget, "has", key); - } - track(rawTarget, "has", rawKey); - } - return key === rawKey ? target.has(key) : target.has(key) || target.has(rawKey); -} -function size(target, isReadonly2 = false) { - target = target["__v_raw"]; - !isReadonly2 && track(toRaw(target), "iterate", ITERATE_KEY); - return Reflect.get(target, "size", target); -} -function add(value) { - value = toRaw(value); - const target = toRaw(this); - const proto = getProto(target); - const hadKey = proto.has.call(target, value); - if (!hadKey) { - target.add(value); - trigger(target, "add", value, value); - } - return this; -} -function set(key, value) { - value = toRaw(value); - const target = toRaw(this); - const { has: has2, get: get2 } = getProto(target); - let hadKey = has2.call(target, key); - if (!hadKey) { - key = toRaw(key); - hadKey = has2.call(target, key); - } else if (true) { - checkIdentityKeys(target, has2, key); - } - const oldValue = get2.call(target, key); - target.set(key, value); - if (!hadKey) { - trigger(target, "add", key, value); - } else if (hasChanged(value, oldValue)) { - trigger(target, "set", key, value, oldValue); - } - return this; -} -function deleteEntry(key) { - const target = toRaw(this); - const { has: has2, get: get2 } = getProto(target); - let hadKey = has2.call(target, key); - if (!hadKey) { - key = toRaw(key); - hadKey = has2.call(target, key); - } else if (true) { - checkIdentityKeys(target, has2, key); - } - const oldValue = get2 ? get2.call(target, key) : void 0; - const result = target.delete(key); - if (hadKey) { - trigger(target, "delete", key, void 0, oldValue); - } - return result; -} -function clear() { - const target = toRaw(this); - const hadItems = target.size !== 0; - const oldTarget = true ? isMap(target) ? new Map(target) : new Set(target) : void 0; - const result = target.clear(); - if (hadItems) { - trigger(target, "clear", void 0, void 0, oldTarget); - } - return result; -} -function createForEach(isReadonly2, isShallow2) { - return function forEach(callback, thisArg) { - const observed = this; - const target = observed["__v_raw"]; - const rawTarget = toRaw(target); - const wrap = isShallow2 ? toShallow : isReadonly2 ? toReadonly : toReactive; - !isReadonly2 && track(rawTarget, "iterate", ITERATE_KEY); - return target.forEach((value, key) => { - return callback.call(thisArg, wrap(value), wrap(key), observed); - }); - }; -} -function createIterableMethod(method, isReadonly2, isShallow2) { - return function(...args) { - const target = this["__v_raw"]; - const rawTarget = toRaw(target); - const targetIsMap = isMap(rawTarget); - const isPair = method === "entries" || method === Symbol.iterator && targetIsMap; - const isKeyOnly = method === "keys" && targetIsMap; - const innerIterator = target[method](...args); - const wrap = isShallow2 ? toShallow : isReadonly2 ? toReadonly : toReactive; - !isReadonly2 && track( - rawTarget, - "iterate", - isKeyOnly ? MAP_KEY_ITERATE_KEY : ITERATE_KEY - ); - return { - // iterator protocol - next() { - const { value, done } = innerIterator.next(); - return done ? { value, done } : { - value: isPair ? [wrap(value[0]), wrap(value[1])] : wrap(value), - done - }; - }, - // iterable protocol - [Symbol.iterator]() { - return this; - } - }; - }; -} -function createReadonlyMethod(type) { - return function(...args) { - if (true) { - const key = args[0] ? `on key "${args[0]}" ` : ``; - warn( - `${capitalize(type)} operation ${key}failed: target is readonly.`, - toRaw(this) - ); - } - return type === "delete" ? false : type === "clear" ? void 0 : this; - }; -} -function createInstrumentations() { - const mutableInstrumentations2 = { - get(key) { - return get(this, key); - }, - get size() { - return size(this); - }, - has, - add, - set, - delete: deleteEntry, - clear, - forEach: createForEach(false, false) - }; - const shallowInstrumentations2 = { - get(key) { - return get(this, key, false, true); - }, - get size() { - return size(this); - }, - has, - add, - set, - delete: deleteEntry, - clear, - forEach: createForEach(false, true) - }; - const readonlyInstrumentations2 = { - get(key) { - return get(this, key, true); - }, - get size() { - return size(this, true); - }, - has(key) { - return has.call(this, key, true); - }, - add: createReadonlyMethod("add"), - set: createReadonlyMethod("set"), - delete: createReadonlyMethod("delete"), - clear: createReadonlyMethod("clear"), - forEach: createForEach(true, false) - }; - const shallowReadonlyInstrumentations2 = { - get(key) { - return get(this, key, true, true); - }, - get size() { - return size(this, true); - }, - has(key) { - return has.call(this, key, true); - }, - add: createReadonlyMethod("add"), - set: createReadonlyMethod("set"), - delete: createReadonlyMethod("delete"), - clear: createReadonlyMethod("clear"), - forEach: createForEach(true, true) - }; - const iteratorMethods = ["keys", "values", "entries", Symbol.iterator]; - iteratorMethods.forEach((method) => { - mutableInstrumentations2[method] = createIterableMethod( - method, - false, - false - ); - readonlyInstrumentations2[method] = createIterableMethod( - method, - true, - false - ); - shallowInstrumentations2[method] = createIterableMethod( - method, - false, - true - ); - shallowReadonlyInstrumentations2[method] = createIterableMethod( - method, - true, - true - ); - }); - return [ - mutableInstrumentations2, - readonlyInstrumentations2, - shallowInstrumentations2, - shallowReadonlyInstrumentations2 - ]; -} -var [ - mutableInstrumentations, - readonlyInstrumentations, - shallowInstrumentations, - shallowReadonlyInstrumentations -] = createInstrumentations(); -function createInstrumentationGetter(isReadonly2, shallow) { - const instrumentations = shallow ? isReadonly2 ? shallowReadonlyInstrumentations : shallowInstrumentations : isReadonly2 ? readonlyInstrumentations : mutableInstrumentations; - return (target, key, receiver) => { - if (key === "__v_isReactive") { - return !isReadonly2; - } else if (key === "__v_isReadonly") { - return isReadonly2; - } else if (key === "__v_raw") { - return target; - } - return Reflect.get( - hasOwn(instrumentations, key) && key in target ? instrumentations : target, - key, - receiver - ); - }; -} -var mutableCollectionHandlers = { - get: createInstrumentationGetter(false, false) -}; -var shallowCollectionHandlers = { - get: createInstrumentationGetter(false, true) -}; -var readonlyCollectionHandlers = { - get: createInstrumentationGetter(true, false) -}; -var shallowReadonlyCollectionHandlers = { - get: createInstrumentationGetter(true, true) -}; -function checkIdentityKeys(target, has2, key) { - const rawKey = toRaw(key); - if (rawKey !== key && has2.call(target, rawKey)) { - const type = toRawType(target); - warn( - `Reactive ${type} contains both the raw and reactive versions of the same object${type === `Map` ? ` as keys` : ``}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.` - ); - } -} -var reactiveMap = /* @__PURE__ */ new WeakMap(); -var shallowReactiveMap = /* @__PURE__ */ new WeakMap(); -var readonlyMap = /* @__PURE__ */ new WeakMap(); -var shallowReadonlyMap = /* @__PURE__ */ new WeakMap(); -function targetTypeMap(rawType) { - switch (rawType) { - case "Object": - case "Array": - return 1; - case "Map": - case "Set": - case "WeakMap": - case "WeakSet": - return 2; - default: - return 0; - } -} -function getTargetType(value) { - return value["__v_skip"] || !Object.isExtensible(value) ? 0 : targetTypeMap(toRawType(value)); -} -function reactive(target) { - if (isReadonly(target)) { - return target; - } - return createReactiveObject( - target, - false, - mutableHandlers, - mutableCollectionHandlers, - reactiveMap - ); -} -function shallowReactive(target) { - return createReactiveObject( - target, - false, - shallowReactiveHandlers, - shallowCollectionHandlers, - shallowReactiveMap - ); -} -function readonly(target) { - return createReactiveObject( - target, - true, - readonlyHandlers, - readonlyCollectionHandlers, - readonlyMap - ); -} -function shallowReadonly(target) { - return createReactiveObject( - target, - true, - shallowReadonlyHandlers, - shallowReadonlyCollectionHandlers, - shallowReadonlyMap - ); -} -function createReactiveObject(target, isReadonly2, baseHandlers, collectionHandlers, proxyMap) { - if (!isObject(target)) { - if (true) { - warn(`value cannot be made reactive: ${String(target)}`); - } - return target; - } - if (target["__v_raw"] && !(isReadonly2 && target["__v_isReactive"])) { - return target; - } - const existingProxy = proxyMap.get(target); - if (existingProxy) { - return existingProxy; - } - const targetType = getTargetType(target); - if (targetType === 0) { - return target; - } - const proxy = new Proxy( - target, - targetType === 2 ? collectionHandlers : baseHandlers - ); - proxyMap.set(target, proxy); - return proxy; -} -function isReactive(value) { - if (isReadonly(value)) { - return isReactive(value["__v_raw"]); - } - return !!(value && value["__v_isReactive"]); -} -function isReadonly(value) { - return !!(value && value["__v_isReadonly"]); -} -function isShallow(value) { - return !!(value && value["__v_isShallow"]); -} -function isProxy(value) { - return isReactive(value) || isReadonly(value); -} -function toRaw(observed) { - const raw = observed && observed["__v_raw"]; - return raw ? toRaw(raw) : observed; -} -function markRaw(value) { - if (Object.isExtensible(value)) { - def(value, "__v_skip", true); - } - return value; -} -var toReactive = (value) => isObject(value) ? reactive(value) : value; -var toReadonly = (value) => isObject(value) ? readonly(value) : value; -var COMPUTED_SIDE_EFFECT_WARN = `Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free`; -var ComputedRefImpl = class { - constructor(getter, _setter, isReadonly2, isSSR) { - this.getter = getter; - this._setter = _setter; - this.dep = void 0; - this.__v_isRef = true; - this["__v_isReadonly"] = false; - this.effect = new ReactiveEffect( - () => getter(this._value), - () => triggerRefValue( - this, - this.effect._dirtyLevel === 2 ? 2 : 3 - ) - ); - this.effect.computed = this; - this.effect.active = this._cacheable = !isSSR; - this["__v_isReadonly"] = isReadonly2; - } - get value() { - const self2 = toRaw(this); - if ((!self2._cacheable || self2.effect.dirty) && hasChanged(self2._value, self2._value = self2.effect.run())) { - triggerRefValue(self2, 4); - } - trackRefValue(self2); - if (self2.effect._dirtyLevel >= 2) { - if (this._warnRecursive) { - warn(COMPUTED_SIDE_EFFECT_WARN, ` - -getter: `, this.getter); - } - triggerRefValue(self2, 2); - } - return self2._value; - } - set value(newValue) { - this._setter(newValue); - } - // #region polyfill _dirty for backward compatibility third party code for Vue <= 3.3.x - get _dirty() { - return this.effect.dirty; - } - set _dirty(v) { - this.effect.dirty = v; - } - // #endregion -}; -function computed(getterOrOptions, debugOptions, isSSR = false) { - let getter; - let setter; - const onlyGetter = isFunction(getterOrOptions); - if (onlyGetter) { - getter = getterOrOptions; - setter = true ? () => { - warn("Write operation failed: computed value is readonly"); - } : NOOP; - } else { - getter = getterOrOptions.get; - setter = getterOrOptions.set; - } - const cRef = new ComputedRefImpl(getter, setter, onlyGetter || !setter, isSSR); - if (debugOptions && !isSSR) { - cRef.effect.onTrack = debugOptions.onTrack; - cRef.effect.onTrigger = debugOptions.onTrigger; - } - return cRef; -} -function trackRefValue(ref2) { - var _a; - if (shouldTrack && activeEffect) { - ref2 = toRaw(ref2); - trackEffect( - activeEffect, - (_a = ref2.dep) != null ? _a : ref2.dep = createDep( - () => ref2.dep = void 0, - ref2 instanceof ComputedRefImpl ? ref2 : void 0 - ), - true ? { - target: ref2, - type: "get", - key: "value" - } : void 0 - ); - } -} -function triggerRefValue(ref2, dirtyLevel = 4, newVal) { - ref2 = toRaw(ref2); - const dep = ref2.dep; - if (dep) { - triggerEffects( - dep, - dirtyLevel, - true ? { - target: ref2, - type: "set", - key: "value", - newValue: newVal - } : void 0 - ); - } -} -function isRef(r) { - return !!(r && r.__v_isRef === true); -} -function ref(value) { - return createRef(value, false); -} -function shallowRef(value) { - return createRef(value, true); -} -function createRef(rawValue, shallow) { - if (isRef(rawValue)) { - return rawValue; - } - return new RefImpl(rawValue, shallow); -} -var RefImpl = class { - constructor(value, __v_isShallow) { - this.__v_isShallow = __v_isShallow; - this.dep = void 0; - this.__v_isRef = true; - this._rawValue = __v_isShallow ? value : toRaw(value); - this._value = __v_isShallow ? value : toReactive(value); - } - get value() { - trackRefValue(this); - return this._value; - } - set value(newVal) { - const useDirectValue = this.__v_isShallow || isShallow(newVal) || isReadonly(newVal); - newVal = useDirectValue ? newVal : toRaw(newVal); - if (hasChanged(newVal, this._rawValue)) { - this._rawValue = newVal; - this._value = useDirectValue ? newVal : toReactive(newVal); - triggerRefValue(this, 4, newVal); - } - } -}; -function triggerRef(ref2) { - triggerRefValue(ref2, 4, true ? ref2.value : void 0); -} -function unref(ref2) { - return isRef(ref2) ? ref2.value : ref2; -} -function toValue(source) { - return isFunction(source) ? source() : unref(source); -} -var shallowUnwrapHandlers = { - get: (target, key, receiver) => unref(Reflect.get(target, key, receiver)), - set: (target, key, value, receiver) => { - const oldValue = target[key]; - if (isRef(oldValue) && !isRef(value)) { - oldValue.value = value; - return true; - } else { - return Reflect.set(target, key, value, receiver); - } - } -}; -function proxyRefs(objectWithRefs) { - return isReactive(objectWithRefs) ? objectWithRefs : new Proxy(objectWithRefs, shallowUnwrapHandlers); -} -var CustomRefImpl = class { - constructor(factory) { - this.dep = void 0; - this.__v_isRef = true; - const { get: get2, set: set2 } = factory( - () => trackRefValue(this), - () => triggerRefValue(this) - ); - this._get = get2; - this._set = set2; - } - get value() { - return this._get(); - } - set value(newVal) { - this._set(newVal); - } -}; -function customRef(factory) { - return new CustomRefImpl(factory); -} -function toRefs(object) { - if (!isProxy(object)) { - warn(`toRefs() expects a reactive object but received a plain one.`); - } - const ret = isArray(object) ? new Array(object.length) : {}; - for (const key in object) { - ret[key] = propertyToRef(object, key); - } - return ret; -} -var ObjectRefImpl = class { - constructor(_object, _key, _defaultValue) { - this._object = _object; - this._key = _key; - this._defaultValue = _defaultValue; - this.__v_isRef = true; - } - get value() { - const val = this._object[this._key]; - return val === void 0 ? this._defaultValue : val; - } - set value(newVal) { - this._object[this._key] = newVal; - } - get dep() { - return getDepFromReactive(toRaw(this._object), this._key); - } -}; -var GetterRefImpl = class { - constructor(_getter) { - this._getter = _getter; - this.__v_isRef = true; - this.__v_isReadonly = true; - } - get value() { - return this._getter(); - } -}; -function toRef(source, key, defaultValue) { - if (isRef(source)) { - return source; - } else if (isFunction(source)) { - return new GetterRefImpl(source); - } else if (isObject(source) && arguments.length > 1) { - return propertyToRef(source, key, defaultValue); - } else { - return ref(source); - } -} -function propertyToRef(source, key, defaultValue) { - const val = source[key]; - return isRef(val) ? val : new ObjectRefImpl(source, key, defaultValue); -} -var TrackOpTypes = { - "GET": "get", - "HAS": "has", - "ITERATE": "iterate" -}; -var TriggerOpTypes = { - "SET": "set", - "ADD": "add", - "DELETE": "delete", - "CLEAR": "clear" -}; - -// node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js -var stack = []; -function pushWarningContext(vnode) { - stack.push(vnode); -} -function popWarningContext() { - stack.pop(); -} -function warn$1(msg, ...args) { - pauseTracking(); - const instance = stack.length ? stack[stack.length - 1].component : null; - const appWarnHandler = instance && instance.appContext.config.warnHandler; - const trace = getComponentTrace(); - if (appWarnHandler) { - callWithErrorHandling( - appWarnHandler, - instance, - 11, - [ - msg + args.map((a) => { - var _a, _b; - return (_b = (_a = a.toString) == null ? void 0 : _a.call(a)) != null ? _b : JSON.stringify(a); - }).join(""), - instance && instance.proxy, - trace.map( - ({ vnode }) => `at <${formatComponentName(instance, vnode.type)}>` - ).join("\n"), - trace - ] - ); - } else { - const warnArgs = [`[Vue warn]: ${msg}`, ...args]; - if (trace.length && // avoid spamming console during tests - true) { - warnArgs.push(` -`, ...formatTrace(trace)); - } - console.warn(...warnArgs); - } - resetTracking(); -} -function getComponentTrace() { - let currentVNode = stack[stack.length - 1]; - if (!currentVNode) { - return []; - } - const normalizedStack = []; - while (currentVNode) { - const last = normalizedStack[0]; - if (last && last.vnode === currentVNode) { - last.recurseCount++; - } else { - normalizedStack.push({ - vnode: currentVNode, - recurseCount: 0 - }); - } - const parentInstance = currentVNode.component && currentVNode.component.parent; - currentVNode = parentInstance && parentInstance.vnode; - } - return normalizedStack; -} -function formatTrace(trace) { - const logs = []; - trace.forEach((entry, i) => { - logs.push(...i === 0 ? [] : [` -`], ...formatTraceEntry(entry)); - }); - return logs; -} -function formatTraceEntry({ vnode, recurseCount }) { - const postfix = recurseCount > 0 ? `... (${recurseCount} recursive calls)` : ``; - const isRoot = vnode.component ? vnode.component.parent == null : false; - const open = ` at <${formatComponentName( - vnode.component, - vnode.type, - isRoot - )}`; - const close = `>` + postfix; - return vnode.props ? [open, ...formatProps(vnode.props), close] : [open + close]; -} -function formatProps(props) { - const res = []; - const keys = Object.keys(props); - keys.slice(0, 3).forEach((key) => { - res.push(...formatProp(key, props[key])); - }); - if (keys.length > 3) { - res.push(` ...`); - } - return res; -} -function formatProp(key, value, raw) { - if (isString(value)) { - value = JSON.stringify(value); - return raw ? value : [`${key}=${value}`]; - } else if (typeof value === "number" || typeof value === "boolean" || value == null) { - return raw ? value : [`${key}=${value}`]; - } else if (isRef(value)) { - value = formatProp(key, toRaw(value.value), true); - return raw ? value : [`${key}=Ref<`, value, `>`]; - } else if (isFunction(value)) { - return [`${key}=fn${value.name ? `<${value.name}>` : ``}`]; - } else { - value = toRaw(value); - return raw ? value : [`${key}=`, value]; - } -} -function assertNumber(val, type) { - if (false) - return; - if (val === void 0) { - return; - } else if (typeof val !== "number") { - warn$1(`${type} is not a valid number - got ${JSON.stringify(val)}.`); - } else if (isNaN(val)) { - warn$1(`${type} is NaN - the duration expression might be incorrect.`); - } -} -var ErrorCodes = { - "SETUP_FUNCTION": 0, - "0": "SETUP_FUNCTION", - "RENDER_FUNCTION": 1, - "1": "RENDER_FUNCTION", - "WATCH_GETTER": 2, - "2": "WATCH_GETTER", - "WATCH_CALLBACK": 3, - "3": "WATCH_CALLBACK", - "WATCH_CLEANUP": 4, - "4": "WATCH_CLEANUP", - "NATIVE_EVENT_HANDLER": 5, - "5": "NATIVE_EVENT_HANDLER", - "COMPONENT_EVENT_HANDLER": 6, - "6": "COMPONENT_EVENT_HANDLER", - "VNODE_HOOK": 7, - "7": "VNODE_HOOK", - "DIRECTIVE_HOOK": 8, - "8": "DIRECTIVE_HOOK", - "TRANSITION_HOOK": 9, - "9": "TRANSITION_HOOK", - "APP_ERROR_HANDLER": 10, - "10": "APP_ERROR_HANDLER", - "APP_WARN_HANDLER": 11, - "11": "APP_WARN_HANDLER", - "FUNCTION_REF": 12, - "12": "FUNCTION_REF", - "ASYNC_COMPONENT_LOADER": 13, - "13": "ASYNC_COMPONENT_LOADER", - "SCHEDULER": 14, - "14": "SCHEDULER" -}; -var ErrorTypeStrings$1 = { - ["sp"]: "serverPrefetch hook", - ["bc"]: "beforeCreate hook", - ["c"]: "created hook", - ["bm"]: "beforeMount hook", - ["m"]: "mounted hook", - ["bu"]: "beforeUpdate hook", - ["u"]: "updated", - ["bum"]: "beforeUnmount hook", - ["um"]: "unmounted hook", - ["a"]: "activated hook", - ["da"]: "deactivated hook", - ["ec"]: "errorCaptured hook", - ["rtc"]: "renderTracked hook", - ["rtg"]: "renderTriggered hook", - [0]: "setup function", - [1]: "render function", - [2]: "watcher getter", - [3]: "watcher callback", - [4]: "watcher cleanup function", - [5]: "native event handler", - [6]: "component event handler", - [7]: "vnode hook", - [8]: "directive hook", - [9]: "transition hook", - [10]: "app errorHandler", - [11]: "app warnHandler", - [12]: "ref function", - [13]: "async component loader", - [14]: "scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ." -}; -function callWithErrorHandling(fn, instance, type, args) { - try { - return args ? fn(...args) : fn(); - } catch (err) { - handleError(err, instance, type); - } -} -function callWithAsyncErrorHandling(fn, instance, type, args) { - if (isFunction(fn)) { - const res = callWithErrorHandling(fn, instance, type, args); - if (res && isPromise(res)) { - res.catch((err) => { - handleError(err, instance, type); - }); - } - return res; - } - const values = []; - for (let i = 0; i < fn.length; i++) { - values.push(callWithAsyncErrorHandling(fn[i], instance, type, args)); - } - return values; -} -function handleError(err, instance, type, throwInDev = true) { - const contextVNode = instance ? instance.vnode : null; - if (instance) { - let cur = instance.parent; - const exposedInstance = instance.proxy; - const errorInfo = true ? ErrorTypeStrings$1[type] : `https://vuejs.org/error-reference/#runtime-${type}`; - while (cur) { - const errorCapturedHooks = cur.ec; - if (errorCapturedHooks) { - for (let i = 0; i < errorCapturedHooks.length; i++) { - if (errorCapturedHooks[i](err, exposedInstance, errorInfo) === false) { - return; - } - } - } - cur = cur.parent; - } - const appErrorHandler = instance.appContext.config.errorHandler; - if (appErrorHandler) { - callWithErrorHandling( - appErrorHandler, - null, - 10, - [err, exposedInstance, errorInfo] - ); - return; - } - } - logError(err, type, contextVNode, throwInDev); -} -function logError(err, type, contextVNode, throwInDev = true) { - if (true) { - const info = ErrorTypeStrings$1[type]; - if (contextVNode) { - pushWarningContext(contextVNode); - } - warn$1(`Unhandled error${info ? ` during execution of ${info}` : ``}`); - if (contextVNode) { - popWarningContext(); - } - if (throwInDev) { - throw err; - } else { - console.error(err); - } - } else { - console.error(err); - } -} -var isFlushing = false; -var isFlushPending = false; -var queue = []; -var flushIndex = 0; -var pendingPostFlushCbs = []; -var activePostFlushCbs = null; -var postFlushIndex = 0; -var resolvedPromise = Promise.resolve(); -var currentFlushPromise = null; -var RECURSION_LIMIT = 100; -function nextTick(fn) { - const p2 = currentFlushPromise || resolvedPromise; - return fn ? p2.then(this ? fn.bind(this) : fn) : p2; -} -function findInsertionIndex(id) { - let start = flushIndex + 1; - let end = queue.length; - while (start < end) { - const middle = start + end >>> 1; - const middleJob = queue[middle]; - const middleJobId = getId(middleJob); - if (middleJobId < id || middleJobId === id && middleJob.pre) { - start = middle + 1; - } else { - end = middle; - } - } - return start; -} -function queueJob(job) { - if (!queue.length || !queue.includes( - job, - isFlushing && job.allowRecurse ? flushIndex + 1 : flushIndex - )) { - if (job.id == null) { - queue.push(job); - } else { - queue.splice(findInsertionIndex(job.id), 0, job); - } - queueFlush(); - } -} -function queueFlush() { - if (!isFlushing && !isFlushPending) { - isFlushPending = true; - currentFlushPromise = resolvedPromise.then(flushJobs); - } -} -function invalidateJob(job) { - const i = queue.indexOf(job); - if (i > flushIndex) { - queue.splice(i, 1); - } -} -function queuePostFlushCb(cb) { - if (!isArray(cb)) { - if (!activePostFlushCbs || !activePostFlushCbs.includes( - cb, - cb.allowRecurse ? postFlushIndex + 1 : postFlushIndex - )) { - pendingPostFlushCbs.push(cb); - } - } else { - pendingPostFlushCbs.push(...cb); - } - queueFlush(); -} -function flushPreFlushCbs(instance, seen, i = isFlushing ? flushIndex + 1 : 0) { - if (true) { - seen = seen || /* @__PURE__ */ new Map(); - } - for (; i < queue.length; i++) { - const cb = queue[i]; - if (cb && cb.pre) { - if (instance && cb.id !== instance.uid) { - continue; - } - if (checkRecursiveUpdates(seen, cb)) { - continue; - } - queue.splice(i, 1); - i--; - cb(); - } - } -} -function flushPostFlushCbs(seen) { - if (pendingPostFlushCbs.length) { - const deduped = [...new Set(pendingPostFlushCbs)].sort( - (a, b) => getId(a) - getId(b) - ); - pendingPostFlushCbs.length = 0; - if (activePostFlushCbs) { - activePostFlushCbs.push(...deduped); - return; - } - activePostFlushCbs = deduped; - if (true) { - seen = seen || /* @__PURE__ */ new Map(); - } - for (postFlushIndex = 0; postFlushIndex < activePostFlushCbs.length; postFlushIndex++) { - if (checkRecursiveUpdates(seen, activePostFlushCbs[postFlushIndex])) { - continue; - } - activePostFlushCbs[postFlushIndex](); - } - activePostFlushCbs = null; - postFlushIndex = 0; - } -} -var getId = (job) => job.id == null ? Infinity : job.id; -var comparator = (a, b) => { - const diff = getId(a) - getId(b); - if (diff === 0) { - if (a.pre && !b.pre) - return -1; - if (b.pre && !a.pre) - return 1; - } - return diff; -}; -function flushJobs(seen) { - isFlushPending = false; - isFlushing = true; - if (true) { - seen = seen || /* @__PURE__ */ new Map(); - } - queue.sort(comparator); - const check = true ? (job) => checkRecursiveUpdates(seen, job) : NOOP; - try { - for (flushIndex = 0; flushIndex < queue.length; flushIndex++) { - const job = queue[flushIndex]; - if (job && job.active !== false) { - if (check(job)) { - continue; - } - callWithErrorHandling(job, null, 14); - } - } - } finally { - flushIndex = 0; - queue.length = 0; - flushPostFlushCbs(seen); - isFlushing = false; - currentFlushPromise = null; - if (queue.length || pendingPostFlushCbs.length) { - flushJobs(seen); - } - } -} -function checkRecursiveUpdates(seen, fn) { - if (!seen.has(fn)) { - seen.set(fn, 1); - } else { - const count = seen.get(fn); - if (count > RECURSION_LIMIT) { - const instance = fn.ownerInstance; - const componentName = instance && getComponentName(instance.type); - handleError( - `Maximum recursive updates exceeded${componentName ? ` in component <${componentName}>` : ``}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`, - null, - 10 - ); - return true; - } else { - seen.set(fn, count + 1); - } - } -} -var isHmrUpdating = false; -var hmrDirtyComponents = /* @__PURE__ */ new Set(); -if (true) { - getGlobalThis().__VUE_HMR_RUNTIME__ = { - createRecord: tryWrap(createRecord), - rerender: tryWrap(rerender), - reload: tryWrap(reload) - }; -} -var map = /* @__PURE__ */ new Map(); -function registerHMR(instance) { - const id = instance.type.__hmrId; - let record = map.get(id); - if (!record) { - createRecord(id, instance.type); - record = map.get(id); - } - record.instances.add(instance); -} -function unregisterHMR(instance) { - map.get(instance.type.__hmrId).instances.delete(instance); -} -function createRecord(id, initialDef) { - if (map.has(id)) { - return false; - } - map.set(id, { - initialDef: normalizeClassComponent(initialDef), - instances: /* @__PURE__ */ new Set() - }); - return true; -} -function normalizeClassComponent(component) { - return isClassComponent(component) ? component.__vccOpts : component; -} -function rerender(id, newRender) { - const record = map.get(id); - if (!record) { - return; - } - record.initialDef.render = newRender; - [...record.instances].forEach((instance) => { - if (newRender) { - instance.render = newRender; - normalizeClassComponent(instance.type).render = newRender; - } - instance.renderCache = []; - isHmrUpdating = true; - instance.effect.dirty = true; - instance.update(); - isHmrUpdating = false; - }); -} -function reload(id, newComp) { - const record = map.get(id); - if (!record) - return; - newComp = normalizeClassComponent(newComp); - updateComponentDef(record.initialDef, newComp); - const instances = [...record.instances]; - for (const instance of instances) { - const oldComp = normalizeClassComponent(instance.type); - if (!hmrDirtyComponents.has(oldComp)) { - if (oldComp !== record.initialDef) { - updateComponentDef(oldComp, newComp); - } - hmrDirtyComponents.add(oldComp); - } - instance.appContext.propsCache.delete(instance.type); - instance.appContext.emitsCache.delete(instance.type); - instance.appContext.optionsCache.delete(instance.type); - if (instance.ceReload) { - hmrDirtyComponents.add(oldComp); - instance.ceReload(newComp.styles); - hmrDirtyComponents.delete(oldComp); - } else if (instance.parent) { - instance.parent.effect.dirty = true; - queueJob(instance.parent.update); - } else if (instance.appContext.reload) { - instance.appContext.reload(); - } else if (typeof window !== "undefined") { - window.location.reload(); - } else { - console.warn( - "[HMR] Root or manually mounted instance modified. Full reload required." - ); - } - } - queuePostFlushCb(() => { - for (const instance of instances) { - hmrDirtyComponents.delete( - normalizeClassComponent(instance.type) - ); - } - }); -} -function updateComponentDef(oldComp, newComp) { - extend(oldComp, newComp); - for (const key in oldComp) { - if (key !== "__file" && !(key in newComp)) { - delete oldComp[key]; - } - } -} -function tryWrap(fn) { - return (id, arg) => { - try { - return fn(id, arg); - } catch (e) { - console.error(e); - console.warn( - `[HMR] Something went wrong during Vue component hot-reload. Full reload required.` - ); - } - }; -} -var devtools$1; -var buffer = []; -var devtoolsNotInstalled = false; -function emit$1(event, ...args) { - if (devtools$1) { - devtools$1.emit(event, ...args); - } else if (!devtoolsNotInstalled) { - buffer.push({ event, args }); - } -} -function setDevtoolsHook$1(hook, target) { - var _a, _b; - devtools$1 = hook; - if (devtools$1) { - devtools$1.enabled = true; - buffer.forEach(({ event, args }) => devtools$1.emit(event, ...args)); - buffer = []; - } else if ( - // handle late devtools injection - only do this if we are in an actual - // browser environment to avoid the timer handle stalling test runner exit - // (#4815) - typeof window !== "undefined" && // some envs mock window but not fully - window.HTMLElement && // also exclude jsdom - !((_b = (_a = window.navigator) == null ? void 0 : _a.userAgent) == null ? void 0 : _b.includes("jsdom")) - ) { - const replay = target.__VUE_DEVTOOLS_HOOK_REPLAY__ = target.__VUE_DEVTOOLS_HOOK_REPLAY__ || []; - replay.push((newHook) => { - setDevtoolsHook$1(newHook, target); - }); - setTimeout(() => { - if (!devtools$1) { - target.__VUE_DEVTOOLS_HOOK_REPLAY__ = null; - devtoolsNotInstalled = true; - buffer = []; - } - }, 3e3); - } else { - devtoolsNotInstalled = true; - buffer = []; - } -} -function devtoolsInitApp(app, version2) { - emit$1("app:init", app, version2, { - Fragment, - Text, - Comment, - Static - }); -} -function devtoolsUnmountApp(app) { - emit$1("app:unmount", app); -} -var devtoolsComponentAdded = createDevtoolsComponentHook( - "component:added" - /* COMPONENT_ADDED */ -); -var devtoolsComponentUpdated = createDevtoolsComponentHook( - "component:updated" - /* COMPONENT_UPDATED */ -); -var _devtoolsComponentRemoved = createDevtoolsComponentHook( - "component:removed" - /* COMPONENT_REMOVED */ -); -var devtoolsComponentRemoved = (component) => { - if (devtools$1 && typeof devtools$1.cleanupBuffer === "function" && // remove the component if it wasn't buffered - !devtools$1.cleanupBuffer(component)) { - _devtoolsComponentRemoved(component); - } -}; -function createDevtoolsComponentHook(hook) { - return (component) => { - emit$1( - hook, - component.appContext.app, - component.uid, - component.parent ? component.parent.uid : void 0, - component - ); - }; -} -var devtoolsPerfStart = createDevtoolsPerformanceHook( - "perf:start" - /* PERFORMANCE_START */ -); -var devtoolsPerfEnd = createDevtoolsPerformanceHook( - "perf:end" - /* PERFORMANCE_END */ -); -function createDevtoolsPerformanceHook(hook) { - return (component, type, time) => { - emit$1(hook, component.appContext.app, component.uid, component, type, time); - }; -} -function devtoolsComponentEmit(component, event, params) { - emit$1( - "component:emit", - component.appContext.app, - component, - event, - params - ); -} -function emit(instance, event, ...rawArgs) { - if (instance.isUnmounted) - return; - const props = instance.vnode.props || EMPTY_OBJ; - if (true) { - const { - emitsOptions, - propsOptions: [propsOptions] - } = instance; - if (emitsOptions) { - if (!(event in emitsOptions) && true) { - if (!propsOptions || !(toHandlerKey(event) in propsOptions)) { - warn$1( - `Component emitted event "${event}" but it is neither declared in the emits option nor as an "${toHandlerKey(event)}" prop.` - ); - } - } else { - const validator = emitsOptions[event]; - if (isFunction(validator)) { - const isValid = validator(...rawArgs); - if (!isValid) { - warn$1( - `Invalid event arguments: event validation failed for event "${event}".` - ); - } - } - } - } - } - let args = rawArgs; - const isModelListener2 = event.startsWith("update:"); - const modelArg = isModelListener2 && event.slice(7); - if (modelArg && modelArg in props) { - const modifiersKey = `${modelArg === "modelValue" ? "model" : modelArg}Modifiers`; - const { number, trim } = props[modifiersKey] || EMPTY_OBJ; - if (trim) { - args = rawArgs.map((a) => isString(a) ? a.trim() : a); - } - if (number) { - args = rawArgs.map(looseToNumber); - } - } - if (true) { - devtoolsComponentEmit(instance, event, args); - } - if (true) { - const lowerCaseEvent = event.toLowerCase(); - if (lowerCaseEvent !== event && props[toHandlerKey(lowerCaseEvent)]) { - warn$1( - `Event "${lowerCaseEvent}" is emitted in component ${formatComponentName( - instance, - instance.type - )} but the handler is registered for "${event}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${hyphenate( - event - )}" instead of "${event}".` - ); - } - } - let handlerName; - let handler = props[handlerName = toHandlerKey(event)] || // also try camelCase event handler (#2249) - props[handlerName = toHandlerKey(camelize(event))]; - if (!handler && isModelListener2) { - handler = props[handlerName = toHandlerKey(hyphenate(event))]; - } - if (handler) { - callWithAsyncErrorHandling( - handler, - instance, - 6, - args - ); - } - const onceHandler = props[handlerName + `Once`]; - if (onceHandler) { - if (!instance.emitted) { - instance.emitted = {}; - } else if (instance.emitted[handlerName]) { - return; - } - instance.emitted[handlerName] = true; - callWithAsyncErrorHandling( - onceHandler, - instance, - 6, - args - ); - } -} -function normalizeEmitsOptions(comp, appContext, asMixin = false) { - const cache = appContext.emitsCache; - const cached = cache.get(comp); - if (cached !== void 0) { - return cached; - } - const raw = comp.emits; - let normalized = {}; - let hasExtends = false; - if (__VUE_OPTIONS_API__ && !isFunction(comp)) { - const extendEmits = (raw2) => { - const normalizedFromExtend = normalizeEmitsOptions(raw2, appContext, true); - if (normalizedFromExtend) { - hasExtends = true; - extend(normalized, normalizedFromExtend); - } - }; - if (!asMixin && appContext.mixins.length) { - appContext.mixins.forEach(extendEmits); - } - if (comp.extends) { - extendEmits(comp.extends); - } - if (comp.mixins) { - comp.mixins.forEach(extendEmits); - } - } - if (!raw && !hasExtends) { - if (isObject(comp)) { - cache.set(comp, null); - } - return null; - } - if (isArray(raw)) { - raw.forEach((key) => normalized[key] = null); - } else { - extend(normalized, raw); - } - if (isObject(comp)) { - cache.set(comp, normalized); - } - return normalized; -} -function isEmitListener(options, key) { - if (!options || !isOn(key)) { - return false; - } - key = key.slice(2).replace(/Once$/, ""); - return hasOwn(options, key[0].toLowerCase() + key.slice(1)) || hasOwn(options, hyphenate(key)) || hasOwn(options, key); -} -var currentRenderingInstance = null; -var currentScopeId = null; -function setCurrentRenderingInstance(instance) { - const prev = currentRenderingInstance; - currentRenderingInstance = instance; - currentScopeId = instance && instance.type.__scopeId || null; - return prev; -} -function pushScopeId(id) { - currentScopeId = id; -} -function popScopeId() { - currentScopeId = null; -} -var withScopeId = (_id) => withCtx; -function withCtx(fn, ctx = currentRenderingInstance, isNonScopedSlot) { - if (!ctx) - return fn; - if (fn._n) { - return fn; - } - const renderFnWithContext = (...args) => { - if (renderFnWithContext._d) { - setBlockTracking(-1); - } - const prevInstance = setCurrentRenderingInstance(ctx); - let res; - try { - res = fn(...args); - } finally { - setCurrentRenderingInstance(prevInstance); - if (renderFnWithContext._d) { - setBlockTracking(1); - } - } - if (true) { - devtoolsComponentUpdated(ctx); - } - return res; - }; - renderFnWithContext._n = true; - renderFnWithContext._c = true; - renderFnWithContext._d = true; - return renderFnWithContext; -} -var accessedAttrs = false; -function markAttrsAccessed() { - accessedAttrs = true; -} -function renderComponentRoot(instance) { - const { - type: Component, - vnode, - proxy, - withProxy, - props, - propsOptions: [propsOptions], - slots, - attrs, - emit: emit2, - render: render2, - renderCache, - data, - setupState, - ctx, - inheritAttrs - } = instance; - let result; - let fallthroughAttrs; - const prev = setCurrentRenderingInstance(instance); - if (true) { - accessedAttrs = false; - } - try { - if (vnode.shapeFlag & 4) { - const proxyToUse = withProxy || proxy; - const thisProxy = setupState.__isScriptSetup ? new Proxy(proxyToUse, { - get(target, key, receiver) { - warn$1( - `Property '${String( - key - )}' was accessed via 'this'. Avoid using 'this' in templates.` - ); - return Reflect.get(target, key, receiver); - } - }) : proxyToUse; - result = normalizeVNode( - render2.call( - thisProxy, - proxyToUse, - renderCache, - props, - setupState, - data, - ctx - ) - ); - fallthroughAttrs = attrs; - } else { - const render22 = Component; - if (attrs === props) { - markAttrsAccessed(); - } - result = normalizeVNode( - render22.length > 1 ? render22( - props, - true ? { - get attrs() { - markAttrsAccessed(); - return attrs; - }, - slots, - emit: emit2 - } : { attrs, slots, emit: emit2 } - ) : render22( - props, - null - /* we know it doesn't need it */ - ) - ); - fallthroughAttrs = Component.props ? attrs : getFunctionalFallthrough(attrs); - } - } catch (err) { - blockStack.length = 0; - handleError(err, instance, 1); - result = createVNode(Comment); - } - let root = result; - let setRoot = void 0; - if (result.patchFlag > 0 && result.patchFlag & 2048) { - [root, setRoot] = getChildRoot(result); - } - if (fallthroughAttrs && inheritAttrs !== false) { - const keys = Object.keys(fallthroughAttrs); - const { shapeFlag } = root; - if (keys.length) { - if (shapeFlag & (1 | 6)) { - if (propsOptions && keys.some(isModelListener)) { - fallthroughAttrs = filterModelListeners( - fallthroughAttrs, - propsOptions - ); - } - root = cloneVNode(root, fallthroughAttrs); - } else if (!accessedAttrs && root.type !== Comment) { - const allAttrs = Object.keys(attrs); - const eventAttrs = []; - const extraAttrs = []; - for (let i = 0, l = allAttrs.length; i < l; i++) { - const key = allAttrs[i]; - if (isOn(key)) { - if (!isModelListener(key)) { - eventAttrs.push(key[2].toLowerCase() + key.slice(3)); - } - } else { - extraAttrs.push(key); - } - } - if (extraAttrs.length) { - warn$1( - `Extraneous non-props attributes (${extraAttrs.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.` - ); - } - if (eventAttrs.length) { - warn$1( - `Extraneous non-emits event listeners (${eventAttrs.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.` - ); - } - } - } - } - if (vnode.dirs) { - if (!isElementRoot(root)) { - warn$1( - `Runtime directive used on component with non-element root node. The directives will not function as intended.` - ); - } - root = cloneVNode(root); - root.dirs = root.dirs ? root.dirs.concat(vnode.dirs) : vnode.dirs; - } - if (vnode.transition) { - if (!isElementRoot(root)) { - warn$1( - `Component inside renders non-element root node that cannot be animated.` - ); - } - root.transition = vnode.transition; - } - if (setRoot) { - setRoot(root); - } else { - result = root; - } - setCurrentRenderingInstance(prev); - return result; -} -var getChildRoot = (vnode) => { - const rawChildren = vnode.children; - const dynamicChildren = vnode.dynamicChildren; - const childRoot = filterSingleRoot(rawChildren, false); - if (!childRoot) { - return [vnode, void 0]; - } else if (childRoot.patchFlag > 0 && childRoot.patchFlag & 2048) { - return getChildRoot(childRoot); - } - const index = rawChildren.indexOf(childRoot); - const dynamicIndex = dynamicChildren ? dynamicChildren.indexOf(childRoot) : -1; - const setRoot = (updatedRoot) => { - rawChildren[index] = updatedRoot; - if (dynamicChildren) { - if (dynamicIndex > -1) { - dynamicChildren[dynamicIndex] = updatedRoot; - } else if (updatedRoot.patchFlag > 0) { - vnode.dynamicChildren = [...dynamicChildren, updatedRoot]; - } - } - }; - return [normalizeVNode(childRoot), setRoot]; -}; -function filterSingleRoot(children, recurse = true) { - let singleRoot; - for (let i = 0; i < children.length; i++) { - const child = children[i]; - if (isVNode(child)) { - if (child.type !== Comment || child.children === "v-if") { - if (singleRoot) { - return; - } else { - singleRoot = child; - if (recurse && singleRoot.patchFlag > 0 && singleRoot.patchFlag & 2048) { - return filterSingleRoot(singleRoot.children); - } - } - } - } else { - return; - } - } - return singleRoot; -} -var getFunctionalFallthrough = (attrs) => { - let res; - for (const key in attrs) { - if (key === "class" || key === "style" || isOn(key)) { - (res || (res = {}))[key] = attrs[key]; - } - } - return res; -}; -var filterModelListeners = (attrs, props) => { - const res = {}; - for (const key in attrs) { - if (!isModelListener(key) || !(key.slice(9) in props)) { - res[key] = attrs[key]; - } - } - return res; -}; -var isElementRoot = (vnode) => { - return vnode.shapeFlag & (6 | 1) || vnode.type === Comment; -}; -function shouldUpdateComponent(prevVNode, nextVNode, optimized) { - const { props: prevProps, children: prevChildren, component } = prevVNode; - const { props: nextProps, children: nextChildren, patchFlag } = nextVNode; - const emits = component.emitsOptions; - if ((prevChildren || nextChildren) && isHmrUpdating) { - return true; - } - if (nextVNode.dirs || nextVNode.transition) { - return true; - } - if (optimized && patchFlag >= 0) { - if (patchFlag & 1024) { - return true; - } - if (patchFlag & 16) { - if (!prevProps) { - return !!nextProps; - } - return hasPropsChanged(prevProps, nextProps, emits); - } else if (patchFlag & 8) { - const dynamicProps = nextVNode.dynamicProps; - for (let i = 0; i < dynamicProps.length; i++) { - const key = dynamicProps[i]; - if (nextProps[key] !== prevProps[key] && !isEmitListener(emits, key)) { - return true; - } - } - } - } else { - if (prevChildren || nextChildren) { - if (!nextChildren || !nextChildren.$stable) { - return true; - } - } - if (prevProps === nextProps) { - return false; - } - if (!prevProps) { - return !!nextProps; - } - if (!nextProps) { - return true; - } - return hasPropsChanged(prevProps, nextProps, emits); - } - return false; -} -function hasPropsChanged(prevProps, nextProps, emitsOptions) { - const nextKeys = Object.keys(nextProps); - if (nextKeys.length !== Object.keys(prevProps).length) { - return true; - } - for (let i = 0; i < nextKeys.length; i++) { - const key = nextKeys[i]; - if (nextProps[key] !== prevProps[key] && !isEmitListener(emitsOptions, key)) { - return true; - } - } - return false; -} -function updateHOCHostEl({ vnode, parent }, el) { - while (parent) { - const root = parent.subTree; - if (root.suspense && root.suspense.activeBranch === vnode) { - root.el = vnode.el; - } - if (root === vnode) { - (vnode = parent.vnode).el = el; - parent = parent.parent; - } else { - break; - } - } -} -var COMPONENTS = "components"; -var DIRECTIVES = "directives"; -function resolveComponent(name, maybeSelfReference) { - return resolveAsset(COMPONENTS, name, true, maybeSelfReference) || name; -} -var NULL_DYNAMIC_COMPONENT = Symbol.for("v-ndc"); -function resolveDynamicComponent(component) { - if (isString(component)) { - return resolveAsset(COMPONENTS, component, false) || component; - } else { - return component || NULL_DYNAMIC_COMPONENT; - } -} -function resolveDirective(name) { - return resolveAsset(DIRECTIVES, name); -} -function resolveAsset(type, name, warnMissing = true, maybeSelfReference = false) { - const instance = currentRenderingInstance || currentInstance; - if (instance) { - const Component = instance.type; - if (type === COMPONENTS) { - const selfName = getComponentName( - Component, - false - ); - if (selfName && (selfName === name || selfName === camelize(name) || selfName === capitalize(camelize(name)))) { - return Component; - } - } - const res = ( - // local registration - // check instance[type] first which is resolved for options API - resolve(instance[type] || Component[type], name) || // global registration - resolve(instance.appContext[type], name) - ); - if (!res && maybeSelfReference) { - return Component; - } - if (warnMissing && !res) { - const extra = type === COMPONENTS ? ` -If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.` : ``; - warn$1(`Failed to resolve ${type.slice(0, -1)}: ${name}${extra}`); - } - return res; - } else if (true) { - warn$1( - `resolve${capitalize(type.slice(0, -1))} can only be used in render() or setup().` - ); - } -} -function resolve(registry, name) { - return registry && (registry[name] || registry[camelize(name)] || registry[capitalize(camelize(name))]); -} -var isSuspense = (type) => type.__isSuspense; -var suspenseId = 0; -var SuspenseImpl = { - name: "Suspense", - // In order to make Suspense tree-shakable, we need to avoid importing it - // directly in the renderer. The renderer checks for the __isSuspense flag - // on a vnode's type and calls the `process` method, passing in renderer - // internals. - __isSuspense: true, - process(n1, n2, container, anchor, parentComponent, parentSuspense, namespace, slotScopeIds, optimized, rendererInternals) { - if (n1 == null) { - mountSuspense( - n2, - container, - anchor, - parentComponent, - parentSuspense, - namespace, - slotScopeIds, - optimized, - rendererInternals - ); - } else { - if (parentSuspense && parentSuspense.deps > 0 && !n1.suspense.isInFallback) { - n2.suspense = n1.suspense; - n2.suspense.vnode = n2; - n2.el = n1.el; - return; - } - patchSuspense( - n1, - n2, - container, - anchor, - parentComponent, - namespace, - slotScopeIds, - optimized, - rendererInternals - ); - } - }, - hydrate: hydrateSuspense, - create: createSuspenseBoundary, - normalize: normalizeSuspenseChildren -}; -var Suspense = SuspenseImpl; -function triggerEvent(vnode, name) { - const eventListener = vnode.props && vnode.props[name]; - if (isFunction(eventListener)) { - eventListener(); - } -} -function mountSuspense(vnode, container, anchor, parentComponent, parentSuspense, namespace, slotScopeIds, optimized, rendererInternals) { - const { - p: patch, - o: { createElement } - } = rendererInternals; - const hiddenContainer = createElement("div"); - const suspense = vnode.suspense = createSuspenseBoundary( - vnode, - parentSuspense, - parentComponent, - container, - hiddenContainer, - anchor, - namespace, - slotScopeIds, - optimized, - rendererInternals - ); - patch( - null, - suspense.pendingBranch = vnode.ssContent, - hiddenContainer, - null, - parentComponent, - suspense, - namespace, - slotScopeIds - ); - if (suspense.deps > 0) { - triggerEvent(vnode, "onPending"); - triggerEvent(vnode, "onFallback"); - patch( - null, - vnode.ssFallback, - container, - anchor, - parentComponent, - null, - // fallback tree will not have suspense context - namespace, - slotScopeIds - ); - setActiveBranch(suspense, vnode.ssFallback); - } else { - suspense.resolve(false, true); - } -} -function patchSuspense(n1, n2, container, anchor, parentComponent, namespace, slotScopeIds, optimized, { p: patch, um: unmount, o: { createElement } }) { - const suspense = n2.suspense = n1.suspense; - suspense.vnode = n2; - n2.el = n1.el; - const newBranch = n2.ssContent; - const newFallback = n2.ssFallback; - const { activeBranch, pendingBranch, isInFallback, isHydrating } = suspense; - if (pendingBranch) { - suspense.pendingBranch = newBranch; - if (isSameVNodeType(newBranch, pendingBranch)) { - patch( - pendingBranch, - newBranch, - suspense.hiddenContainer, - null, - parentComponent, - suspense, - namespace, - slotScopeIds, - optimized - ); - if (suspense.deps <= 0) { - suspense.resolve(); - } else if (isInFallback) { - if (!isHydrating) { - patch( - activeBranch, - newFallback, - container, - anchor, - parentComponent, - null, - // fallback tree will not have suspense context - namespace, - slotScopeIds, - optimized - ); - setActiveBranch(suspense, newFallback); - } - } - } else { - suspense.pendingId = suspenseId++; - if (isHydrating) { - suspense.isHydrating = false; - suspense.activeBranch = pendingBranch; - } else { - unmount(pendingBranch, parentComponent, suspense); - } - suspense.deps = 0; - suspense.effects.length = 0; - suspense.hiddenContainer = createElement("div"); - if (isInFallback) { - patch( - null, - newBranch, - suspense.hiddenContainer, - null, - parentComponent, - suspense, - namespace, - slotScopeIds, - optimized - ); - if (suspense.deps <= 0) { - suspense.resolve(); - } else { - patch( - activeBranch, - newFallback, - container, - anchor, - parentComponent, - null, - // fallback tree will not have suspense context - namespace, - slotScopeIds, - optimized - ); - setActiveBranch(suspense, newFallback); - } - } else if (activeBranch && isSameVNodeType(newBranch, activeBranch)) { - patch( - activeBranch, - newBranch, - container, - anchor, - parentComponent, - suspense, - namespace, - slotScopeIds, - optimized - ); - suspense.resolve(true); - } else { - patch( - null, - newBranch, - suspense.hiddenContainer, - null, - parentComponent, - suspense, - namespace, - slotScopeIds, - optimized - ); - if (suspense.deps <= 0) { - suspense.resolve(); - } - } - } - } else { - if (activeBranch && isSameVNodeType(newBranch, activeBranch)) { - patch( - activeBranch, - newBranch, - container, - anchor, - parentComponent, - suspense, - namespace, - slotScopeIds, - optimized - ); - setActiveBranch(suspense, newBranch); - } else { - triggerEvent(n2, "onPending"); - suspense.pendingBranch = newBranch; - if (newBranch.shapeFlag & 512) { - suspense.pendingId = newBranch.component.suspenseId; - } else { - suspense.pendingId = suspenseId++; - } - patch( - null, - newBranch, - suspense.hiddenContainer, - null, - parentComponent, - suspense, - namespace, - slotScopeIds, - optimized - ); - if (suspense.deps <= 0) { - suspense.resolve(); - } else { - const { timeout, pendingId } = suspense; - if (timeout > 0) { - setTimeout(() => { - if (suspense.pendingId === pendingId) { - suspense.fallback(newFallback); - } - }, timeout); - } else if (timeout === 0) { - suspense.fallback(newFallback); - } - } - } - } -} -var hasWarned = false; -function createSuspenseBoundary(vnode, parentSuspense, parentComponent, container, hiddenContainer, anchor, namespace, slotScopeIds, optimized, rendererInternals, isHydrating = false) { - if (!hasWarned) { - hasWarned = true; - console[console.info ? "info" : "log"]( - ` is an experimental feature and its API will likely change.` - ); - } - const { - p: patch, - m: move, - um: unmount, - n: next, - o: { parentNode, remove: remove2 } - } = rendererInternals; - let parentSuspenseId; - const isSuspensible = isVNodeSuspensible(vnode); - if (isSuspensible) { - if (parentSuspense == null ? void 0 : parentSuspense.pendingBranch) { - parentSuspenseId = parentSuspense.pendingId; - parentSuspense.deps++; - } - } - const timeout = vnode.props ? toNumber(vnode.props.timeout) : void 0; - if (true) { - assertNumber(timeout, `Suspense timeout`); - } - const initialAnchor = anchor; - const suspense = { - vnode, - parent: parentSuspense, - parentComponent, - namespace, - container, - hiddenContainer, - deps: 0, - pendingId: suspenseId++, - timeout: typeof timeout === "number" ? timeout : -1, - activeBranch: null, - pendingBranch: null, - isInFallback: !isHydrating, - isHydrating, - isUnmounted: false, - effects: [], - resolve(resume = false, sync = false) { - if (true) { - if (!resume && !suspense.pendingBranch) { - throw new Error( - `suspense.resolve() is called without a pending branch.` - ); - } - if (suspense.isUnmounted) { - throw new Error( - `suspense.resolve() is called on an already unmounted suspense boundary.` - ); - } - } - const { - vnode: vnode2, - activeBranch, - pendingBranch, - pendingId, - effects, - parentComponent: parentComponent2, - container: container2 - } = suspense; - let delayEnter = false; - if (suspense.isHydrating) { - suspense.isHydrating = false; - } else if (!resume) { - delayEnter = activeBranch && pendingBranch.transition && pendingBranch.transition.mode === "out-in"; - if (delayEnter) { - activeBranch.transition.afterLeave = () => { - if (pendingId === suspense.pendingId) { - move( - pendingBranch, - container2, - anchor === initialAnchor ? next(activeBranch) : anchor, - 0 - ); - queuePostFlushCb(effects); - } - }; - } - if (activeBranch) { - if (parentNode(activeBranch.el) !== suspense.hiddenContainer) { - anchor = next(activeBranch); - } - unmount(activeBranch, parentComponent2, suspense, true); - } - if (!delayEnter) { - move(pendingBranch, container2, anchor, 0); - } - } - setActiveBranch(suspense, pendingBranch); - suspense.pendingBranch = null; - suspense.isInFallback = false; - let parent = suspense.parent; - let hasUnresolvedAncestor = false; - while (parent) { - if (parent.pendingBranch) { - parent.effects.push(...effects); - hasUnresolvedAncestor = true; - break; - } - parent = parent.parent; - } - if (!hasUnresolvedAncestor && !delayEnter) { - queuePostFlushCb(effects); - } - suspense.effects = []; - if (isSuspensible) { - if (parentSuspense && parentSuspense.pendingBranch && parentSuspenseId === parentSuspense.pendingId) { - parentSuspense.deps--; - if (parentSuspense.deps === 0 && !sync) { - parentSuspense.resolve(); - } - } - } - triggerEvent(vnode2, "onResolve"); - }, - fallback(fallbackVNode) { - if (!suspense.pendingBranch) { - return; - } - const { vnode: vnode2, activeBranch, parentComponent: parentComponent2, container: container2, namespace: namespace2 } = suspense; - triggerEvent(vnode2, "onFallback"); - const anchor2 = next(activeBranch); - const mountFallback = () => { - if (!suspense.isInFallback) { - return; - } - patch( - null, - fallbackVNode, - container2, - anchor2, - parentComponent2, - null, - // fallback tree will not have suspense context - namespace2, - slotScopeIds, - optimized - ); - setActiveBranch(suspense, fallbackVNode); - }; - const delayEnter = fallbackVNode.transition && fallbackVNode.transition.mode === "out-in"; - if (delayEnter) { - activeBranch.transition.afterLeave = mountFallback; - } - suspense.isInFallback = true; - unmount( - activeBranch, - parentComponent2, - null, - // no suspense so unmount hooks fire now - true - // shouldRemove - ); - if (!delayEnter) { - mountFallback(); - } - }, - move(container2, anchor2, type) { - suspense.activeBranch && move(suspense.activeBranch, container2, anchor2, type); - suspense.container = container2; - }, - next() { - return suspense.activeBranch && next(suspense.activeBranch); - }, - registerDep(instance, setupRenderEffect) { - const isInPendingSuspense = !!suspense.pendingBranch; - if (isInPendingSuspense) { - suspense.deps++; - } - const hydratedEl = instance.vnode.el; - instance.asyncDep.catch((err) => { - handleError(err, instance, 0); - }).then((asyncSetupResult) => { - if (instance.isUnmounted || suspense.isUnmounted || suspense.pendingId !== instance.suspenseId) { - return; - } - instance.asyncResolved = true; - const { vnode: vnode2 } = instance; - if (true) { - pushWarningContext(vnode2); - } - handleSetupResult(instance, asyncSetupResult, false); - if (hydratedEl) { - vnode2.el = hydratedEl; - } - const placeholder = !hydratedEl && instance.subTree.el; - setupRenderEffect( - instance, - vnode2, - // component may have been moved before resolve. - // if this is not a hydration, instance.subTree will be the comment - // placeholder. - parentNode(hydratedEl || instance.subTree.el), - // anchor will not be used if this is hydration, so only need to - // consider the comment placeholder case. - hydratedEl ? null : next(instance.subTree), - suspense, - namespace, - optimized - ); - if (placeholder) { - remove2(placeholder); - } - updateHOCHostEl(instance, vnode2.el); - if (true) { - popWarningContext(); - } - if (isInPendingSuspense && --suspense.deps === 0) { - suspense.resolve(); - } - }); - }, - unmount(parentSuspense2, doRemove) { - suspense.isUnmounted = true; - if (suspense.activeBranch) { - unmount( - suspense.activeBranch, - parentComponent, - parentSuspense2, - doRemove - ); - } - if (suspense.pendingBranch) { - unmount( - suspense.pendingBranch, - parentComponent, - parentSuspense2, - doRemove - ); - } - } - }; - return suspense; -} -function hydrateSuspense(node, vnode, parentComponent, parentSuspense, namespace, slotScopeIds, optimized, rendererInternals, hydrateNode) { - const suspense = vnode.suspense = createSuspenseBoundary( - vnode, - parentSuspense, - parentComponent, - node.parentNode, - // eslint-disable-next-line no-restricted-globals - document.createElement("div"), - null, - namespace, - slotScopeIds, - optimized, - rendererInternals, - true - ); - const result = hydrateNode( - node, - suspense.pendingBranch = vnode.ssContent, - parentComponent, - suspense, - slotScopeIds, - optimized - ); - if (suspense.deps === 0) { - suspense.resolve(false, true); - } - return result; -} -function normalizeSuspenseChildren(vnode) { - const { shapeFlag, children } = vnode; - const isSlotChildren = shapeFlag & 32; - vnode.ssContent = normalizeSuspenseSlot( - isSlotChildren ? children.default : children - ); - vnode.ssFallback = isSlotChildren ? normalizeSuspenseSlot(children.fallback) : createVNode(Comment); -} -function normalizeSuspenseSlot(s) { - let block; - if (isFunction(s)) { - const trackBlock = isBlockTreeEnabled && s._c; - if (trackBlock) { - s._d = false; - openBlock(); - } - s = s(); - if (trackBlock) { - s._d = true; - block = currentBlock; - closeBlock(); - } - } - if (isArray(s)) { - const singleChild = filterSingleRoot(s); - if (!singleChild && s.filter((child) => child !== NULL_DYNAMIC_COMPONENT).length > 0) { - warn$1(` slots expect a single root node.`); - } - s = singleChild; - } - s = normalizeVNode(s); - if (block && !s.dynamicChildren) { - s.dynamicChildren = block.filter((c) => c !== s); - } - return s; -} -function queueEffectWithSuspense(fn, suspense) { - if (suspense && suspense.pendingBranch) { - if (isArray(fn)) { - suspense.effects.push(...fn); - } else { - suspense.effects.push(fn); - } - } else { - queuePostFlushCb(fn); - } -} -function setActiveBranch(suspense, branch) { - suspense.activeBranch = branch; - const { vnode, parentComponent } = suspense; - let el = branch.el; - while (!el && branch.component) { - branch = branch.component.subTree; - el = branch.el; - } - vnode.el = el; - if (parentComponent && parentComponent.subTree === vnode) { - parentComponent.vnode.el = el; - updateHOCHostEl(parentComponent, el); - } -} -function isVNodeSuspensible(vnode) { - var _a; - return ((_a = vnode.props) == null ? void 0 : _a.suspensible) != null && vnode.props.suspensible !== false; -} -var ssrContextKey = Symbol.for("v-scx"); -var useSSRContext = () => { - { - const ctx = inject(ssrContextKey); - if (!ctx) { - warn$1( - `Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build.` - ); - } - return ctx; - } -}; -function watchEffect(effect2, options) { - return doWatch(effect2, null, options); -} -function watchPostEffect(effect2, options) { - return doWatch( - effect2, - null, - true ? extend({}, options, { flush: "post" }) : { flush: "post" } - ); -} -function watchSyncEffect(effect2, options) { - return doWatch( - effect2, - null, - true ? extend({}, options, { flush: "sync" }) : { flush: "sync" } - ); -} -var INITIAL_WATCHER_VALUE = {}; -function watch(source, cb, options) { - if (!isFunction(cb)) { - warn$1( - `\`watch(fn, options?)\` signature has been moved to a separate API. Use \`watchEffect(fn, options?)\` instead. \`watch\` now only supports \`watch(source, cb, options?) signature.` - ); - } - return doWatch(source, cb, options); -} -function doWatch(source, cb, { - immediate, - deep, - flush, - once, - onTrack, - onTrigger -} = EMPTY_OBJ) { - if (cb && once) { - const _cb = cb; - cb = (...args) => { - _cb(...args); - unwatch(); - }; - } - if (deep !== void 0 && typeof deep === "number") { - warn$1( - `watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.` - ); - } - if (!cb) { - if (immediate !== void 0) { - warn$1( - `watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.` - ); - } - if (deep !== void 0) { - warn$1( - `watch() "deep" option is only respected when using the watch(source, callback, options?) signature.` - ); - } - if (once !== void 0) { - warn$1( - `watch() "once" option is only respected when using the watch(source, callback, options?) signature.` - ); - } - } - const warnInvalidSource = (s) => { - warn$1( - `Invalid watch source: `, - s, - `A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.` - ); - }; - const instance = currentInstance; - const reactiveGetter = (source2) => deep === true ? source2 : ( - // for deep: false, only traverse root-level properties - traverse(source2, deep === false ? 1 : void 0) - ); - let getter; - let forceTrigger = false; - let isMultiSource = false; - if (isRef(source)) { - getter = () => source.value; - forceTrigger = isShallow(source); - } else if (isReactive(source)) { - getter = () => reactiveGetter(source); - forceTrigger = true; - } else if (isArray(source)) { - isMultiSource = true; - forceTrigger = source.some((s) => isReactive(s) || isShallow(s)); - getter = () => source.map((s) => { - if (isRef(s)) { - return s.value; - } else if (isReactive(s)) { - return reactiveGetter(s); - } else if (isFunction(s)) { - return callWithErrorHandling(s, instance, 2); - } else { - warnInvalidSource(s); - } - }); - } else if (isFunction(source)) { - if (cb) { - getter = () => callWithErrorHandling(source, instance, 2); - } else { - getter = () => { - if (cleanup) { - cleanup(); - } - return callWithAsyncErrorHandling( - source, - instance, - 3, - [onCleanup] - ); - }; - } - } else { - getter = NOOP; - warnInvalidSource(source); - } - if (cb && deep) { - const baseGetter = getter; - getter = () => traverse(baseGetter()); - } - let cleanup; - let onCleanup = (fn) => { - cleanup = effect2.onStop = () => { - callWithErrorHandling(fn, instance, 4); - cleanup = effect2.onStop = void 0; - }; - }; - let ssrCleanup; - if (isInSSRComponentSetup) { - onCleanup = NOOP; - if (!cb) { - getter(); - } else if (immediate) { - callWithAsyncErrorHandling(cb, instance, 3, [ - getter(), - isMultiSource ? [] : void 0, - onCleanup - ]); - } - if (flush === "sync") { - const ctx = useSSRContext(); - ssrCleanup = ctx.__watcherHandles || (ctx.__watcherHandles = []); - } else { - return NOOP; - } - } - let oldValue = isMultiSource ? new Array(source.length).fill(INITIAL_WATCHER_VALUE) : INITIAL_WATCHER_VALUE; - const job = () => { - if (!effect2.active || !effect2.dirty) { - return; - } - if (cb) { - const newValue = effect2.run(); - if (deep || forceTrigger || (isMultiSource ? newValue.some((v, i) => hasChanged(v, oldValue[i])) : hasChanged(newValue, oldValue)) || false) { - if (cleanup) { - cleanup(); - } - callWithAsyncErrorHandling(cb, instance, 3, [ - newValue, - // pass undefined as the old value when it's changed for the first time - oldValue === INITIAL_WATCHER_VALUE ? void 0 : isMultiSource && oldValue[0] === INITIAL_WATCHER_VALUE ? [] : oldValue, - onCleanup - ]); - oldValue = newValue; - } - } else { - effect2.run(); - } - }; - job.allowRecurse = !!cb; - let scheduler; - if (flush === "sync") { - scheduler = job; - } else if (flush === "post") { - scheduler = () => queuePostRenderEffect(job, instance && instance.suspense); - } else { - job.pre = true; - if (instance) - job.id = instance.uid; - scheduler = () => queueJob(job); - } - const effect2 = new ReactiveEffect(getter, NOOP, scheduler); - const scope = getCurrentScope(); - const unwatch = () => { - effect2.stop(); - if (scope) { - remove(scope.effects, effect2); - } - }; - if (true) { - effect2.onTrack = onTrack; - effect2.onTrigger = onTrigger; - } - if (cb) { - if (immediate) { - job(); - } else { - oldValue = effect2.run(); - } - } else if (flush === "post") { - queuePostRenderEffect( - effect2.run.bind(effect2), - instance && instance.suspense - ); - } else { - effect2.run(); - } - if (ssrCleanup) - ssrCleanup.push(unwatch); - return unwatch; -} -function instanceWatch(source, value, options) { - const publicThis = this.proxy; - const getter = isString(source) ? source.includes(".") ? createPathGetter(publicThis, source) : () => publicThis[source] : source.bind(publicThis, publicThis); - let cb; - if (isFunction(value)) { - cb = value; - } else { - cb = value.handler; - options = value; - } - const reset = setCurrentInstance(this); - const res = doWatch(getter, cb.bind(publicThis), options); - reset(); - return res; -} -function createPathGetter(ctx, path) { - const segments = path.split("."); - return () => { - let cur = ctx; - for (let i = 0; i < segments.length && cur; i++) { - cur = cur[segments[i]]; - } - return cur; - }; -} -function traverse(value, depth, currentDepth = 0, seen) { - if (!isObject(value) || value["__v_skip"]) { - return value; - } - if (depth && depth > 0) { - if (currentDepth >= depth) { - return value; - } - currentDepth++; - } - seen = seen || /* @__PURE__ */ new Set(); - if (seen.has(value)) { - return value; - } - seen.add(value); - if (isRef(value)) { - traverse(value.value, depth, currentDepth, seen); - } else if (isArray(value)) { - for (let i = 0; i < value.length; i++) { - traverse(value[i], depth, currentDepth, seen); - } - } else if (isSet(value) || isMap(value)) { - value.forEach((v) => { - traverse(v, depth, currentDepth, seen); - }); - } else if (isPlainObject(value)) { - for (const key in value) { - traverse(value[key], depth, currentDepth, seen); - } - } - return value; -} -function validateDirectiveName(name) { - if (isBuiltInDirective(name)) { - warn$1("Do not use built-in directive ids as custom directive id: " + name); - } -} -function withDirectives(vnode, directives) { - if (currentRenderingInstance === null) { - warn$1(`withDirectives can only be used inside render functions.`); - return vnode; - } - const instance = getExposeProxy(currentRenderingInstance) || currentRenderingInstance.proxy; - const bindings = vnode.dirs || (vnode.dirs = []); - for (let i = 0; i < directives.length; i++) { - let [dir, value, arg, modifiers = EMPTY_OBJ] = directives[i]; - if (dir) { - if (isFunction(dir)) { - dir = { - mounted: dir, - updated: dir - }; - } - if (dir.deep) { - traverse(value); - } - bindings.push({ - dir, - instance, - value, - oldValue: void 0, - arg, - modifiers - }); - } - } - return vnode; -} -function invokeDirectiveHook(vnode, prevVNode, instance, name) { - const bindings = vnode.dirs; - const oldBindings = prevVNode && prevVNode.dirs; - for (let i = 0; i < bindings.length; i++) { - const binding = bindings[i]; - if (oldBindings) { - binding.oldValue = oldBindings[i].value; - } - let hook = binding.dir[name]; - if (hook) { - pauseTracking(); - callWithAsyncErrorHandling(hook, instance, 8, [ - vnode.el, - binding, - vnode, - prevVNode - ]); - resetTracking(); - } - } -} -var leaveCbKey = Symbol("_leaveCb"); -var enterCbKey = Symbol("_enterCb"); -function useTransitionState() { - const state = { - isMounted: false, - isLeaving: false, - isUnmounting: false, - leavingVNodes: /* @__PURE__ */ new Map() - }; - onMounted(() => { - state.isMounted = true; - }); - onBeforeUnmount(() => { - state.isUnmounting = true; - }); - return state; -} -var TransitionHookValidator = [Function, Array]; -var BaseTransitionPropsValidators = { - mode: String, - appear: Boolean, - persisted: Boolean, - // enter - onBeforeEnter: TransitionHookValidator, - onEnter: TransitionHookValidator, - onAfterEnter: TransitionHookValidator, - onEnterCancelled: TransitionHookValidator, - // leave - onBeforeLeave: TransitionHookValidator, - onLeave: TransitionHookValidator, - onAfterLeave: TransitionHookValidator, - onLeaveCancelled: TransitionHookValidator, - // appear - onBeforeAppear: TransitionHookValidator, - onAppear: TransitionHookValidator, - onAfterAppear: TransitionHookValidator, - onAppearCancelled: TransitionHookValidator -}; -var BaseTransitionImpl = { - name: `BaseTransition`, - props: BaseTransitionPropsValidators, - setup(props, { slots }) { - const instance = getCurrentInstance(); - const state = useTransitionState(); - return () => { - const children = slots.default && getTransitionRawChildren(slots.default(), true); - if (!children || !children.length) { - return; - } - let child = children[0]; - if (children.length > 1) { - let hasFound = false; - for (const c of children) { - if (c.type !== Comment) { - if (hasFound) { - warn$1( - " can only be used on a single element or component. Use for lists." - ); - break; - } - child = c; - hasFound = true; - if (false) - break; - } - } - } - const rawProps = toRaw(props); - const { mode } = rawProps; - if (mode && mode !== "in-out" && mode !== "out-in" && mode !== "default") { - warn$1(`invalid mode: ${mode}`); - } - if (state.isLeaving) { - return emptyPlaceholder(child); - } - const innerChild = getKeepAliveChild(child); - if (!innerChild) { - return emptyPlaceholder(child); - } - const enterHooks = resolveTransitionHooks( - innerChild, - rawProps, - state, - instance - ); - setTransitionHooks(innerChild, enterHooks); - const oldChild = instance.subTree; - const oldInnerChild = oldChild && getKeepAliveChild(oldChild); - if (oldInnerChild && oldInnerChild.type !== Comment && !isSameVNodeType(innerChild, oldInnerChild)) { - const leavingHooks = resolveTransitionHooks( - oldInnerChild, - rawProps, - state, - instance - ); - setTransitionHooks(oldInnerChild, leavingHooks); - if (mode === "out-in") { - state.isLeaving = true; - leavingHooks.afterLeave = () => { - state.isLeaving = false; - if (instance.update.active !== false) { - instance.effect.dirty = true; - instance.update(); - } - }; - return emptyPlaceholder(child); - } else if (mode === "in-out" && innerChild.type !== Comment) { - leavingHooks.delayLeave = (el, earlyRemove, delayedLeave) => { - const leavingVNodesCache = getLeavingNodesForType( - state, - oldInnerChild - ); - leavingVNodesCache[String(oldInnerChild.key)] = oldInnerChild; - el[leaveCbKey] = () => { - earlyRemove(); - el[leaveCbKey] = void 0; - delete enterHooks.delayedLeave; - }; - enterHooks.delayedLeave = delayedLeave; - }; - } - } - return child; - }; - } -}; -var BaseTransition = BaseTransitionImpl; -function getLeavingNodesForType(state, vnode) { - const { leavingVNodes } = state; - let leavingVNodesCache = leavingVNodes.get(vnode.type); - if (!leavingVNodesCache) { - leavingVNodesCache = /* @__PURE__ */ Object.create(null); - leavingVNodes.set(vnode.type, leavingVNodesCache); - } - return leavingVNodesCache; -} -function resolveTransitionHooks(vnode, props, state, instance) { - const { - appear, - mode, - persisted = false, - onBeforeEnter, - onEnter, - onAfterEnter, - onEnterCancelled, - onBeforeLeave, - onLeave, - onAfterLeave, - onLeaveCancelled, - onBeforeAppear, - onAppear, - onAfterAppear, - onAppearCancelled - } = props; - const key = String(vnode.key); - const leavingVNodesCache = getLeavingNodesForType(state, vnode); - const callHook3 = (hook, args) => { - hook && callWithAsyncErrorHandling( - hook, - instance, - 9, - args - ); - }; - const callAsyncHook = (hook, args) => { - const done = args[1]; - callHook3(hook, args); - if (isArray(hook)) { - if (hook.every((hook2) => hook2.length <= 1)) - done(); - } else if (hook.length <= 1) { - done(); - } - }; - const hooks = { - mode, - persisted, - beforeEnter(el) { - let hook = onBeforeEnter; - if (!state.isMounted) { - if (appear) { - hook = onBeforeAppear || onBeforeEnter; - } else { - return; - } - } - if (el[leaveCbKey]) { - el[leaveCbKey]( - true - /* cancelled */ - ); - } - const leavingVNode = leavingVNodesCache[key]; - if (leavingVNode && isSameVNodeType(vnode, leavingVNode) && leavingVNode.el[leaveCbKey]) { - leavingVNode.el[leaveCbKey](); - } - callHook3(hook, [el]); - }, - enter(el) { - let hook = onEnter; - let afterHook = onAfterEnter; - let cancelHook = onEnterCancelled; - if (!state.isMounted) { - if (appear) { - hook = onAppear || onEnter; - afterHook = onAfterAppear || onAfterEnter; - cancelHook = onAppearCancelled || onEnterCancelled; - } else { - return; - } - } - let called = false; - const done = el[enterCbKey] = (cancelled) => { - if (called) - return; - called = true; - if (cancelled) { - callHook3(cancelHook, [el]); - } else { - callHook3(afterHook, [el]); - } - if (hooks.delayedLeave) { - hooks.delayedLeave(); - } - el[enterCbKey] = void 0; - }; - if (hook) { - callAsyncHook(hook, [el, done]); - } else { - done(); - } - }, - leave(el, remove2) { - const key2 = String(vnode.key); - if (el[enterCbKey]) { - el[enterCbKey]( - true - /* cancelled */ - ); - } - if (state.isUnmounting) { - return remove2(); - } - callHook3(onBeforeLeave, [el]); - let called = false; - const done = el[leaveCbKey] = (cancelled) => { - if (called) - return; - called = true; - remove2(); - if (cancelled) { - callHook3(onLeaveCancelled, [el]); - } else { - callHook3(onAfterLeave, [el]); - } - el[leaveCbKey] = void 0; - if (leavingVNodesCache[key2] === vnode) { - delete leavingVNodesCache[key2]; - } - }; - leavingVNodesCache[key2] = vnode; - if (onLeave) { - callAsyncHook(onLeave, [el, done]); - } else { - done(); - } - }, - clone(vnode2) { - return resolveTransitionHooks(vnode2, props, state, instance); - } - }; - return hooks; -} -function emptyPlaceholder(vnode) { - if (isKeepAlive(vnode)) { - vnode = cloneVNode(vnode); - vnode.children = null; - return vnode; - } -} -function getKeepAliveChild(vnode) { - return isKeepAlive(vnode) ? ( - // #7121 ensure get the child component subtree in case - // it's been replaced during HMR - vnode.component ? vnode.component.subTree : vnode.children ? vnode.children[0] : void 0 - ) : vnode; -} -function setTransitionHooks(vnode, hooks) { - if (vnode.shapeFlag & 6 && vnode.component) { - setTransitionHooks(vnode.component.subTree, hooks); - } else if (vnode.shapeFlag & 128) { - vnode.ssContent.transition = hooks.clone(vnode.ssContent); - vnode.ssFallback.transition = hooks.clone(vnode.ssFallback); - } else { - vnode.transition = hooks; - } -} -function getTransitionRawChildren(children, keepComment = false, parentKey) { - let ret = []; - let keyedFragmentCount = 0; - for (let i = 0; i < children.length; i++) { - let child = children[i]; - const key = parentKey == null ? child.key : String(parentKey) + String(child.key != null ? child.key : i); - if (child.type === Fragment) { - if (child.patchFlag & 128) - keyedFragmentCount++; - ret = ret.concat( - getTransitionRawChildren(child.children, keepComment, key) - ); - } else if (keepComment || child.type !== Comment) { - ret.push(key != null ? cloneVNode(child, { key }) : child); - } - } - if (keyedFragmentCount > 1) { - for (let i = 0; i < ret.length; i++) { - ret[i].patchFlag = -2; - } - } - return ret; -} -function defineComponent(options, extraOptions) { - return isFunction(options) ? ( - // #8326: extend call and options.name access are considered side-effects - // by Rollup, so we have to wrap it in a pure-annotated IIFE. - (() => extend({ name: options.name }, extraOptions, { setup: options }))() - ) : options; -} -var isAsyncWrapper = (i) => !!i.type.__asyncLoader; -function defineAsyncComponent(source) { - if (isFunction(source)) { - source = { loader: source }; - } - const { - loader, - loadingComponent, - errorComponent, - delay = 200, - timeout, - // undefined = never times out - suspensible = true, - onError: userOnError - } = source; - let pendingRequest = null; - let resolvedComp; - let retries = 0; - const retry = () => { - retries++; - pendingRequest = null; - return load(); - }; - const load = () => { - let thisRequest; - return pendingRequest || (thisRequest = pendingRequest = loader().catch((err) => { - err = err instanceof Error ? err : new Error(String(err)); - if (userOnError) { - return new Promise((resolve2, reject) => { - const userRetry = () => resolve2(retry()); - const userFail = () => reject(err); - userOnError(err, userRetry, userFail, retries + 1); - }); - } else { - throw err; - } - }).then((comp) => { - if (thisRequest !== pendingRequest && pendingRequest) { - return pendingRequest; - } - if (!comp) { - warn$1( - `Async component loader resolved to undefined. If you are using retry(), make sure to return its return value.` - ); - } - if (comp && (comp.__esModule || comp[Symbol.toStringTag] === "Module")) { - comp = comp.default; - } - if (comp && !isObject(comp) && !isFunction(comp)) { - throw new Error(`Invalid async component load result: ${comp}`); - } - resolvedComp = comp; - return comp; - })); - }; - return defineComponent({ - name: "AsyncComponentWrapper", - __asyncLoader: load, - get __asyncResolved() { - return resolvedComp; - }, - setup() { - const instance = currentInstance; - if (resolvedComp) { - return () => createInnerComp(resolvedComp, instance); - } - const onError = (err) => { - pendingRequest = null; - handleError( - err, - instance, - 13, - !errorComponent - ); - }; - if (suspensible && instance.suspense || isInSSRComponentSetup) { - return load().then((comp) => { - return () => createInnerComp(comp, instance); - }).catch((err) => { - onError(err); - return () => errorComponent ? createVNode(errorComponent, { - error: err - }) : null; - }); - } - const loaded = ref(false); - const error = ref(); - const delayed = ref(!!delay); - if (delay) { - setTimeout(() => { - delayed.value = false; - }, delay); - } - if (timeout != null) { - setTimeout(() => { - if (!loaded.value && !error.value) { - const err = new Error( - `Async component timed out after ${timeout}ms.` - ); - onError(err); - error.value = err; - } - }, timeout); - } - load().then(() => { - loaded.value = true; - if (instance.parent && isKeepAlive(instance.parent.vnode)) { - instance.parent.effect.dirty = true; - queueJob(instance.parent.update); - } - }).catch((err) => { - onError(err); - error.value = err; - }); - return () => { - if (loaded.value && resolvedComp) { - return createInnerComp(resolvedComp, instance); - } else if (error.value && errorComponent) { - return createVNode(errorComponent, { - error: error.value - }); - } else if (loadingComponent && !delayed.value) { - return createVNode(loadingComponent); - } - }; - } - }); -} -function createInnerComp(comp, parent) { - const { ref: ref2, props, children, ce } = parent.vnode; - const vnode = createVNode(comp, props, children); - vnode.ref = ref2; - vnode.ce = ce; - delete parent.vnode.ce; - return vnode; -} -var isKeepAlive = (vnode) => vnode.type.__isKeepAlive; -var KeepAliveImpl = { - name: `KeepAlive`, - // Marker for special handling inside the renderer. We are not using a === - // check directly on KeepAlive in the renderer, because importing it directly - // would prevent it from being tree-shaken. - __isKeepAlive: true, - props: { - include: [String, RegExp, Array], - exclude: [String, RegExp, Array], - max: [String, Number] - }, - setup(props, { slots }) { - const instance = getCurrentInstance(); - const sharedContext = instance.ctx; - if (!sharedContext.renderer) { - return () => { - const children = slots.default && slots.default(); - return children && children.length === 1 ? children[0] : children; - }; - } - const cache = /* @__PURE__ */ new Map(); - const keys = /* @__PURE__ */ new Set(); - let current = null; - if (true) { - instance.__v_cache = cache; - } - const parentSuspense = instance.suspense; - const { - renderer: { - p: patch, - m: move, - um: _unmount, - o: { createElement } - } - } = sharedContext; - const storageContainer = createElement("div"); - sharedContext.activate = (vnode, container, anchor, namespace, optimized) => { - const instance2 = vnode.component; - move(vnode, container, anchor, 0, parentSuspense); - patch( - instance2.vnode, - vnode, - container, - anchor, - instance2, - parentSuspense, - namespace, - vnode.slotScopeIds, - optimized - ); - queuePostRenderEffect(() => { - instance2.isDeactivated = false; - if (instance2.a) { - invokeArrayFns(instance2.a); - } - const vnodeHook = vnode.props && vnode.props.onVnodeMounted; - if (vnodeHook) { - invokeVNodeHook(vnodeHook, instance2.parent, vnode); - } - }, parentSuspense); - if (true) { - devtoolsComponentAdded(instance2); - } - }; - sharedContext.deactivate = (vnode) => { - const instance2 = vnode.component; - move(vnode, storageContainer, null, 1, parentSuspense); - queuePostRenderEffect(() => { - if (instance2.da) { - invokeArrayFns(instance2.da); - } - const vnodeHook = vnode.props && vnode.props.onVnodeUnmounted; - if (vnodeHook) { - invokeVNodeHook(vnodeHook, instance2.parent, vnode); - } - instance2.isDeactivated = true; - }, parentSuspense); - if (true) { - devtoolsComponentAdded(instance2); - } - }; - function unmount(vnode) { - resetShapeFlag(vnode); - _unmount(vnode, instance, parentSuspense, true); - } - function pruneCache(filter) { - cache.forEach((vnode, key) => { - const name = getComponentName(vnode.type); - if (name && (!filter || !filter(name))) { - pruneCacheEntry(key); - } - }); - } - function pruneCacheEntry(key) { - const cached = cache.get(key); - if (!current || !isSameVNodeType(cached, current)) { - unmount(cached); - } else if (current) { - resetShapeFlag(current); - } - cache.delete(key); - keys.delete(key); - } - watch( - () => [props.include, props.exclude], - ([include, exclude]) => { - include && pruneCache((name) => matches(include, name)); - exclude && pruneCache((name) => !matches(exclude, name)); - }, - // prune post-render after `current` has been updated - { flush: "post", deep: true } - ); - let pendingCacheKey = null; - const cacheSubtree = () => { - if (pendingCacheKey != null) { - cache.set(pendingCacheKey, getInnerChild(instance.subTree)); - } - }; - onMounted(cacheSubtree); - onUpdated(cacheSubtree); - onBeforeUnmount(() => { - cache.forEach((cached) => { - const { subTree, suspense } = instance; - const vnode = getInnerChild(subTree); - if (cached.type === vnode.type && cached.key === vnode.key) { - resetShapeFlag(vnode); - const da = vnode.component.da; - da && queuePostRenderEffect(da, suspense); - return; - } - unmount(cached); - }); - }); - return () => { - pendingCacheKey = null; - if (!slots.default) { - return null; - } - const children = slots.default(); - const rawVNode = children[0]; - if (children.length > 1) { - if (true) { - warn$1(`KeepAlive should contain exactly one component child.`); - } - current = null; - return children; - } else if (!isVNode(rawVNode) || !(rawVNode.shapeFlag & 4) && !(rawVNode.shapeFlag & 128)) { - current = null; - return rawVNode; - } - let vnode = getInnerChild(rawVNode); - const comp = vnode.type; - const name = getComponentName( - isAsyncWrapper(vnode) ? vnode.type.__asyncResolved || {} : comp - ); - const { include, exclude, max } = props; - if (include && (!name || !matches(include, name)) || exclude && name && matches(exclude, name)) { - current = vnode; - return rawVNode; - } - const key = vnode.key == null ? comp : vnode.key; - const cachedVNode = cache.get(key); - if (vnode.el) { - vnode = cloneVNode(vnode); - if (rawVNode.shapeFlag & 128) { - rawVNode.ssContent = vnode; - } - } - pendingCacheKey = key; - if (cachedVNode) { - vnode.el = cachedVNode.el; - vnode.component = cachedVNode.component; - if (vnode.transition) { - setTransitionHooks(vnode, vnode.transition); - } - vnode.shapeFlag |= 512; - keys.delete(key); - keys.add(key); - } else { - keys.add(key); - if (max && keys.size > parseInt(max, 10)) { - pruneCacheEntry(keys.values().next().value); - } - } - vnode.shapeFlag |= 256; - current = vnode; - return isSuspense(rawVNode.type) ? rawVNode : vnode; - }; - } -}; -var KeepAlive = KeepAliveImpl; -function matches(pattern, name) { - if (isArray(pattern)) { - return pattern.some((p2) => matches(p2, name)); - } else if (isString(pattern)) { - return pattern.split(",").includes(name); - } else if (isRegExp(pattern)) { - return pattern.test(name); - } - return false; -} -function onActivated(hook, target) { - registerKeepAliveHook(hook, "a", target); -} -function onDeactivated(hook, target) { - registerKeepAliveHook(hook, "da", target); -} -function registerKeepAliveHook(hook, type, target = currentInstance) { - const wrappedHook = hook.__wdc || (hook.__wdc = () => { - let current = target; - while (current) { - if (current.isDeactivated) { - return; - } - current = current.parent; - } - return hook(); - }); - injectHook(type, wrappedHook, target); - if (target) { - let current = target.parent; - while (current && current.parent) { - if (isKeepAlive(current.parent.vnode)) { - injectToKeepAliveRoot(wrappedHook, type, target, current); - } - current = current.parent; - } - } -} -function injectToKeepAliveRoot(hook, type, target, keepAliveRoot) { - const injected = injectHook( - type, - hook, - keepAliveRoot, - true - /* prepend */ - ); - onUnmounted(() => { - remove(keepAliveRoot[type], injected); - }, target); -} -function resetShapeFlag(vnode) { - vnode.shapeFlag &= ~256; - vnode.shapeFlag &= ~512; -} -function getInnerChild(vnode) { - return vnode.shapeFlag & 128 ? vnode.ssContent : vnode; -} -function injectHook(type, hook, target = currentInstance, prepend = false) { - if (target) { - const hooks = target[type] || (target[type] = []); - const wrappedHook = hook.__weh || (hook.__weh = (...args) => { - if (target.isUnmounted) { - return; - } - pauseTracking(); - const reset = setCurrentInstance(target); - const res = callWithAsyncErrorHandling(hook, target, type, args); - reset(); - resetTracking(); - return res; - }); - if (prepend) { - hooks.unshift(wrappedHook); - } else { - hooks.push(wrappedHook); - } - return wrappedHook; - } else if (true) { - const apiName = toHandlerKey(ErrorTypeStrings$1[type].replace(/ hook$/, "")); - warn$1( - `${apiName} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.` - ); - } -} -var createHook = (lifecycle) => (hook, target = currentInstance) => ( - // post-create lifecycle registrations are noops during SSR (except for serverPrefetch) - (!isInSSRComponentSetup || lifecycle === "sp") && injectHook(lifecycle, (...args) => hook(...args), target) -); -var onBeforeMount = createHook("bm"); -var onMounted = createHook("m"); -var onBeforeUpdate = createHook("bu"); -var onUpdated = createHook("u"); -var onBeforeUnmount = createHook("bum"); -var onUnmounted = createHook("um"); -var onServerPrefetch = createHook("sp"); -var onRenderTriggered = createHook( - "rtg" -); -var onRenderTracked = createHook( - "rtc" -); -function onErrorCaptured(hook, target = currentInstance) { - injectHook("ec", hook, target); -} -function renderList(source, renderItem, cache, index) { - let ret; - const cached = cache && cache[index]; - if (isArray(source) || isString(source)) { - ret = new Array(source.length); - for (let i = 0, l = source.length; i < l; i++) { - ret[i] = renderItem(source[i], i, void 0, cached && cached[i]); - } - } else if (typeof source === "number") { - if (!Number.isInteger(source)) { - warn$1(`The v-for range expect an integer value but got ${source}.`); - } - ret = new Array(source); - for (let i = 0; i < source; i++) { - ret[i] = renderItem(i + 1, i, void 0, cached && cached[i]); - } - } else if (isObject(source)) { - if (source[Symbol.iterator]) { - ret = Array.from( - source, - (item, i) => renderItem(item, i, void 0, cached && cached[i]) - ); - } else { - const keys = Object.keys(source); - ret = new Array(keys.length); - for (let i = 0, l = keys.length; i < l; i++) { - const key = keys[i]; - ret[i] = renderItem(source[key], key, i, cached && cached[i]); - } - } - } else { - ret = []; - } - if (cache) { - cache[index] = ret; - } - return ret; -} -function createSlots(slots, dynamicSlots) { - for (let i = 0; i < dynamicSlots.length; i++) { - const slot = dynamicSlots[i]; - if (isArray(slot)) { - for (let j = 0; j < slot.length; j++) { - slots[slot[j].name] = slot[j].fn; - } - } else if (slot) { - slots[slot.name] = slot.key ? (...args) => { - const res = slot.fn(...args); - if (res) - res.key = slot.key; - return res; - } : slot.fn; - } - } - return slots; -} -function renderSlot(slots, name, props = {}, fallback, noSlotted) { - if (currentRenderingInstance.isCE || currentRenderingInstance.parent && isAsyncWrapper(currentRenderingInstance.parent) && currentRenderingInstance.parent.isCE) { - if (name !== "default") - props.name = name; - return createVNode("slot", props, fallback && fallback()); - } - let slot = slots[name]; - if (slot && slot.length > 1) { - warn$1( - `SSR-optimized slot function detected in a non-SSR-optimized render function. You need to mark this component with $dynamic-slots in the parent template.` - ); - slot = () => []; - } - if (slot && slot._c) { - slot._d = false; - } - openBlock(); - const validSlotContent = slot && ensureValidVNode(slot(props)); - const rendered = createBlock( - Fragment, - { - key: props.key || // slot content array of a dynamic conditional slot may have a branch - // key attached in the `createSlots` helper, respect that - validSlotContent && validSlotContent.key || `_${name}` - }, - validSlotContent || (fallback ? fallback() : []), - validSlotContent && slots._ === 1 ? 64 : -2 - ); - if (!noSlotted && rendered.scopeId) { - rendered.slotScopeIds = [rendered.scopeId + "-s"]; - } - if (slot && slot._c) { - slot._d = true; - } - return rendered; -} -function ensureValidVNode(vnodes) { - return vnodes.some((child) => { - if (!isVNode(child)) - return true; - if (child.type === Comment) - return false; - if (child.type === Fragment && !ensureValidVNode(child.children)) - return false; - return true; - }) ? vnodes : null; -} -function toHandlers(obj, preserveCaseIfNecessary) { - const ret = {}; - if (!isObject(obj)) { - warn$1(`v-on with no argument expects an object value.`); - return ret; - } - for (const key in obj) { - ret[preserveCaseIfNecessary && /[A-Z]/.test(key) ? `on:${key}` : toHandlerKey(key)] = obj[key]; - } - return ret; -} -var getPublicInstance = (i) => { - if (!i) - return null; - if (isStatefulComponent(i)) - return getExposeProxy(i) || i.proxy; - return getPublicInstance(i.parent); -}; -var publicPropertiesMap = ( - // Move PURE marker to new line to workaround compiler discarding it - // due to type annotation - extend(/* @__PURE__ */ Object.create(null), { - $: (i) => i, - $el: (i) => i.vnode.el, - $data: (i) => i.data, - $props: (i) => true ? shallowReadonly(i.props) : i.props, - $attrs: (i) => true ? shallowReadonly(i.attrs) : i.attrs, - $slots: (i) => true ? shallowReadonly(i.slots) : i.slots, - $refs: (i) => true ? shallowReadonly(i.refs) : i.refs, - $parent: (i) => getPublicInstance(i.parent), - $root: (i) => getPublicInstance(i.root), - $emit: (i) => i.emit, - $options: (i) => __VUE_OPTIONS_API__ ? resolveMergedOptions(i) : i.type, - $forceUpdate: (i) => i.f || (i.f = () => { - i.effect.dirty = true; - queueJob(i.update); - }), - $nextTick: (i) => i.n || (i.n = nextTick.bind(i.proxy)), - $watch: (i) => __VUE_OPTIONS_API__ ? instanceWatch.bind(i) : NOOP - }) -); -var isReservedPrefix = (key) => key === "_" || key === "$"; -var hasSetupBinding = (state, key) => state !== EMPTY_OBJ && !state.__isScriptSetup && hasOwn(state, key); -var PublicInstanceProxyHandlers = { - get({ _: instance }, key) { - const { ctx, setupState, data, props, accessCache, type, appContext } = instance; - if (key === "__isVue") { - return true; - } - let normalizedProps; - if (key[0] !== "$") { - const n = accessCache[key]; - if (n !== void 0) { - switch (n) { - case 1: - return setupState[key]; - case 2: - return data[key]; - case 4: - return ctx[key]; - case 3: - return props[key]; - } - } else if (hasSetupBinding(setupState, key)) { - accessCache[key] = 1; - return setupState[key]; - } else if (data !== EMPTY_OBJ && hasOwn(data, key)) { - accessCache[key] = 2; - return data[key]; - } else if ( - // only cache other properties when instance has declared (thus stable) - // props - (normalizedProps = instance.propsOptions[0]) && hasOwn(normalizedProps, key) - ) { - accessCache[key] = 3; - return props[key]; - } else if (ctx !== EMPTY_OBJ && hasOwn(ctx, key)) { - accessCache[key] = 4; - return ctx[key]; - } else if (!__VUE_OPTIONS_API__ || shouldCacheAccess) { - accessCache[key] = 0; - } - } - const publicGetter = publicPropertiesMap[key]; - let cssModule, globalProperties; - if (publicGetter) { - if (key === "$attrs") { - track(instance, "get", key); - markAttrsAccessed(); - } else if (key === "$slots") { - track(instance, "get", key); - } - return publicGetter(instance); - } else if ( - // css module (injected by vue-loader) - (cssModule = type.__cssModules) && (cssModule = cssModule[key]) - ) { - return cssModule; - } else if (ctx !== EMPTY_OBJ && hasOwn(ctx, key)) { - accessCache[key] = 4; - return ctx[key]; - } else if ( - // global properties - globalProperties = appContext.config.globalProperties, hasOwn(globalProperties, key) - ) { - { - return globalProperties[key]; - } - } else if (currentRenderingInstance && (!isString(key) || // #1091 avoid internal isRef/isVNode checks on component instance leading - // to infinite warning loop - key.indexOf("__v") !== 0)) { - if (data !== EMPTY_OBJ && isReservedPrefix(key[0]) && hasOwn(data, key)) { - warn$1( - `Property ${JSON.stringify( - key - )} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.` - ); - } else if (instance === currentRenderingInstance) { - warn$1( - `Property ${JSON.stringify(key)} was accessed during render but is not defined on instance.` - ); - } - } - }, - set({ _: instance }, key, value) { - const { data, setupState, ctx } = instance; - if (hasSetupBinding(setupState, key)) { - setupState[key] = value; - return true; - } else if (setupState.__isScriptSetup && hasOwn(setupState, key)) { - warn$1(`Cannot mutate