From 402f73f6ee8aa7d022b640333e6bfef4311fdc6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=A6=82=E6=91=B8=E9=B1=BC=E5=8E=BB?= <1780903673@qq.com> Date: Sat, 7 Dec 2024 23:51:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=96=87=E6=A1=A3=E7=BB=93=E6=9E=84=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=86=85=E5=AE=B9=E5=8F=AF=E7=94=A8=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=EF=BC=8C=E6=94=AF=E6=8C=81=E6=94=B6=E8=B5=B7=E6=BC=94?= =?UTF-8?q?=E7=A4=BAdemo=20(#765)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 39 +- docs/.vitepress/plugins/markdown-transform.ts | 5 +- .../theme/components/CustomFooter.vue | 9 +- .../.vitepress/theme/components/VPContent.vue | 107 + docs/.vitepress/theme/components/VPDoc.vue | 226 ++ docs/.vitepress/theme/components/VPIframe.vue | 242 ++ .../theme/components/VPLocalNav.vue | 166 ++ docs/.vitepress/theme/components/VPNavBar.vue | 266 ++ .../.vitepress/theme/components/VPSidebar.vue | 130 + docs/.vitepress/theme/components/frame.vue | 145 -- docs/.vitepress/theme/index.ts | 4 +- docs/.vitepress/theme/styles/vars.css | 33 +- docs/component/action-sheet.md | 2 - docs/component/backtop.md | 2 - docs/component/badge.md | 2 - docs/component/button.md | 2 - docs/component/calendar-view.md | 2 - docs/component/calendar.md | 2 - docs/component/card.md | 2 - docs/component/cell.md | 2 - docs/component/checkbox.md | 2 - docs/component/circle.md | 2 - docs/component/col-picker.md | 2 - docs/component/collapse.md | 2 - docs/component/config-provider.md | 2 - docs/component/count-down.md | 2 - docs/component/count-to.md | 2 - docs/component/curtain.md | 2 - docs/component/datetime-picker-view.md | 2 - docs/component/datetime-picker.md | 2 - docs/component/divider.md | 2 - docs/component/drop-menu.md | 2 - docs/component/fab.md | 2 - docs/component/form.md | 2 - docs/component/gap.md | 2 - docs/component/grid.md | 2 - docs/component/icon.md | 2 - docs/component/img-cropper.md | 2 - docs/component/img.md | 2 - docs/component/index-bar.md | 4 +- docs/component/input-number.md | 2 - docs/component/input.md | 2 - docs/component/keyboard.md | 2 - docs/component/layout.md | 2 - docs/component/loading.md | 2 - docs/component/loadmore.md | 2 - docs/component/message-box.md | 2 - docs/component/navbar.md | 2 - docs/component/notice-bar.md | 2 - docs/component/notify.md | 2 - docs/component/number-keyboard.md | 2 - docs/component/overlay.md | 2 - docs/component/pagination.md | 2 - docs/component/password-input.md | 2 - docs/component/picker-view.md | 2 - docs/component/picker.md | 2 - docs/component/popover.md | 2 - docs/component/popup.md | 2 - docs/component/progress.md | 2 - docs/component/radio.md | 2 - docs/component/rate.md | 2 - docs/component/resize.md | 2 - docs/component/search.md | 2 - docs/component/segmented.md | 2 - docs/component/select-picker.md | 2 - docs/component/sidebar.md | 2 - docs/component/skeleton.md | 2 - docs/component/slider.md | 2 - docs/component/sort-button.md | 2 - docs/component/status-tip.md | 2 - docs/component/steps.md | 2 - docs/component/sticky.md | 2 - docs/component/swipe-action.md | 2 - docs/component/swiper.md | 2 - docs/component/switch.md | 2 - docs/component/tabbar.md | 2 - docs/component/table.md | 2 - docs/component/tabs.md | 2 - docs/component/tag.md | 2 - docs/component/text.md | 2 - docs/component/textarea.md | 2 - docs/component/toast.md | 2 - docs/component/tooltip.md | 2 - docs/component/transition.md | 2 - docs/component/upload.md | 2 - docs/component/watermark.md | 2 - package.json | 6 +- pnpm-lock.yaml | 2284 ++++++++++++----- src/pages/radio/Index.vue | 8 +- .../components/wd-radio/types.ts | 12 +- 90 files changed, 2828 insertions(+), 1004 deletions(-) create mode 100644 docs/.vitepress/theme/components/VPContent.vue create mode 100644 docs/.vitepress/theme/components/VPDoc.vue create mode 100644 docs/.vitepress/theme/components/VPIframe.vue create mode 100644 docs/.vitepress/theme/components/VPLocalNav.vue create mode 100644 docs/.vitepress/theme/components/VPNavBar.vue create mode 100644 docs/.vitepress/theme/components/VPSidebar.vue delete mode 100644 docs/.vitepress/theme/components/frame.vue diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index f90bcf5f..faf4b8f0 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -1,7 +1,7 @@ /* * @Author: weisheng * @Date: 2023-07-27 10:26:09 - * @LastEditTime: 2024-11-09 21:52:24 + * @LastEditTime: 2024-12-07 15:20:53 * @LastEditors: weisheng * @Description: * @FilePath: /wot-design-uni/docs/.vitepress/config.mts @@ -9,6 +9,7 @@ */ import { defineConfig } from 'vitepress'; import viteCompression from 'vite-plugin-compression' +import { fileURLToPath, URL } from 'node:url' import { MarkdownTransform } from './plugins/markdown-transform' @@ -25,7 +26,41 @@ export default defineConfig({ ext: '.gz', }) ], - ssr: { noExternal: ['element-plus'] } + ssr: { noExternal: ['element-plus'] }, + resolve: { + alias: [ + { + find: /^.*\/VPSidebar\.vue$/, + replacement: fileURLToPath( + new URL('./theme/components/VPSidebar.vue', import.meta.url) + ) + }, + { + find: /^.*\/VPContent\.vue$/, + replacement: fileURLToPath( + new URL('./theme/components/VPContent.vue', import.meta.url) + ) + }, + { + find: /^.*\/VPDoc\.vue$/, + replacement: fileURLToPath( + new URL('./theme/components/VPDoc.vue', import.meta.url) + ) + }, + { + find: /^.*\/VPLocalNav\.vue$/, + replacement: fileURLToPath( + new URL('./theme/components/VPLocalNav.vue', import.meta.url) + ) + }, + { + find: /^.*\/VPNavBar\.vue$/, + replacement: fileURLToPath( + new URL('./theme/components/VPNavBar.vue', import.meta.url) + ) + } + ] + } }, title: `Wot Design Uni`, description: '一个参照wot-design打造的uni-app组件库', diff --git a/docs/.vitepress/plugins/markdown-transform.ts b/docs/.vitepress/plugins/markdown-transform.ts index b1e299f3..f165a3e1 100644 --- a/docs/.vitepress/plugins/markdown-transform.ts +++ b/docs/.vitepress/plugins/markdown-transform.ts @@ -1,4 +1,5 @@ -import type { Plugin } from 'vite' + +import { Plugin } from 'vite'; import { camelCase } from '../../../src/uni_modules/wot-design-uni/components/common/util' import path from 'path' export function MarkdownTransform(): Plugin { @@ -7,7 +8,7 @@ export function MarkdownTransform(): Plugin { enforce: 'pre', async transform(code, id) { if (!id.endsWith('.md')) return - if (!code.includes('')) return + if (!id.includes('/component')) return const GITHUB_URL = 'https://github.com/Moonofweisheng/wot-design-uni/tree/master' const componentId = path.basename(id, '.md') const componentName = `wd-${componentId}` diff --git a/docs/.vitepress/theme/components/CustomFooter.vue b/docs/.vitepress/theme/components/CustomFooter.vue index 35e3acd7..362f5534 100644 --- a/docs/.vitepress/theme/components/CustomFooter.vue +++ b/docs/.vitepress/theme/components/CustomFooter.vue @@ -1,19 +1,18 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/.vitepress/theme/components/VPDoc.vue b/docs/.vitepress/theme/components/VPDoc.vue new file mode 100644 index 00000000..782f8be9 --- /dev/null +++ b/docs/.vitepress/theme/components/VPDoc.vue @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/.vitepress/theme/components/VPIframe.vue b/docs/.vitepress/theme/components/VPIframe.vue new file mode 100644 index 00000000..8f36e1bc --- /dev/null +++ b/docs/.vitepress/theme/components/VPIframe.vue @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/.vitepress/theme/components/VPLocalNav.vue b/docs/.vitepress/theme/components/VPLocalNav.vue new file mode 100644 index 00000000..8a331a15 --- /dev/null +++ b/docs/.vitepress/theme/components/VPLocalNav.vue @@ -0,0 +1,166 @@ + + + + + + + + + {{ theme.sidebarMenuLabel || 'Menu' }} + + + + + + + + + diff --git a/docs/.vitepress/theme/components/VPNavBar.vue b/docs/.vitepress/theme/components/VPNavBar.vue new file mode 100644 index 00000000..6443dcdd --- /dev/null +++ b/docs/.vitepress/theme/components/VPNavBar.vue @@ -0,0 +1,266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/.vitepress/theme/components/VPSidebar.vue b/docs/.vitepress/theme/components/VPSidebar.vue new file mode 100644 index 00000000..77bf3e36 --- /dev/null +++ b/docs/.vitepress/theme/components/VPSidebar.vue @@ -0,0 +1,130 @@ + + + + + + + diff --git a/docs/.vitepress/theme/components/frame.vue b/docs/.vitepress/theme/components/frame.vue deleted file mode 100644 index d30b53ce..00000000 --- a/docs/.vitepress/theme/components/frame.vue +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index 5628e3ec..2b74ae14 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -1,7 +1,7 @@ /* * @Author: weisheng * @Date: 2024-10-12 22:09:33 - * @LastEditTime: 2024-11-09 23:03:07 + * @LastEditTime: 2024-12-07 20:34:33 * @LastEditors: weisheng * @Description: * @FilePath: /wot-design-uni/docs/.vitepress/theme/index.ts @@ -18,7 +18,6 @@ import NavBarTitleAfter from './components/NavBarTitleAfter.vue' import CustomFooter from './components/CustomFooter.vue' import SvgImage from './components/SvgImage.vue' import HomeStar from './components/HomeStar.vue' -import frame from './components/frame.vue' import ExternalLink from './components/ExternalLink.vue' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' @@ -36,7 +35,6 @@ export default { }, enhanceApp({ app }) { app.component('SvgImage', SvgImage) - app.component('frame', frame) app.component('ExternalLink',ExternalLink) app.use(ElementPlus) }, diff --git a/docs/.vitepress/theme/styles/vars.css b/docs/.vitepress/theme/styles/vars.css index a07f522a..1dc94986 100644 --- a/docs/.vitepress/theme/styles/vars.css +++ b/docs/.vitepress/theme/styles/vars.css @@ -1,4 +1,3 @@ - /** * Colors * -------------------------------------------------------------------------- */ @@ -40,17 +39,13 @@ :root { --vp-home-hero-name-color: transparent; - --vp-home-hero-name-background: -webkit-linear-gradient( - 120deg, - #4d80f0 30%, - #bd34fe - ); + --vp-home-hero-name-background: -webkit-linear-gradient(120deg, + #4d80f0 30%, + #bd34fe); - --vp-home-hero-image-background-image: linear-gradient( - -45deg, - #bd34fe 50%, - #4d80f0 50% - ); + --vp-home-hero-image-background-image: linear-gradient(-45deg, + #bd34fe 50%, + #4d80f0 50%); --vp-home-hero-image-filter: blur(40px); } @@ -100,7 +95,7 @@ over scoped class data attribute. */ .dark .vp-doc a, -.dark .vp-doc a > code, +.dark .vp-doc a>code, .dark .VPNavBarMenuLink.VPNavBarMenuLink:hover, .dark .VPNavBarMenuLink.VPNavBarMenuLink.active, .dark .link.link:hover, @@ -111,7 +106,7 @@ } .dark .vp-doc a:hover, -.dark .vp-doc a > code:hover { +.dark .vp-doc a>code:hover { color: var(--vp-c-brand-lightest); opacity: 1; } @@ -126,3 +121,15 @@ } + +/* side bar */ + +:root { + --vp-sidebar-width: 338px; + --vp-sidebar-bg-color: var(--vp-c-bg); +} + + +.dark { + --vp-sidebar-bg-color:var(--vp-c-bg-alt) +} \ No newline at end of file diff --git a/docs/component/action-sheet.md b/docs/component/action-sheet.md index e0490094..c368353d 100644 --- a/docs/component/action-sheet.md +++ b/docs/component/action-sheet.md @@ -1,5 +1,3 @@ - - # ActionSheet 动作面板 ## 基本用法 diff --git a/docs/component/backtop.md b/docs/component/backtop.md index c9c1bbfa..a5eee2b9 100644 --- a/docs/component/backtop.md +++ b/docs/component/backtop.md @@ -1,5 +1,3 @@ - - # Backtop 回到顶部 `1.2.21` ## 基本用法 diff --git a/docs/component/badge.md b/docs/component/badge.md index 9fce1400..8c4f6040 100644 --- a/docs/component/badge.md +++ b/docs/component/badge.md @@ -1,5 +1,3 @@ - - # Badge 徽标 diff --git a/docs/component/button.md b/docs/component/button.md index 73814d35..0958331f 100644 --- a/docs/component/button.md +++ b/docs/component/button.md @@ -1,5 +1,3 @@ - - # Button 按钮 ## 基本用法 diff --git a/docs/component/calendar-view.md b/docs/component/calendar-view.md index 62b59ca3..2b70c99f 100644 --- a/docs/component/calendar-view.md +++ b/docs/component/calendar-view.md @@ -1,5 +1,3 @@ - - # CalendarView 日历面板组件 提供日历单选、多选、范围选择、周维度、月维度等功能。可以根据实际业务场景基于该组件进行封装高度定制化组件。 diff --git a/docs/component/calendar.md b/docs/component/calendar.md index 44ec31c8..806e65bb 100644 --- a/docs/component/calendar.md +++ b/docs/component/calendar.md @@ -1,5 +1,3 @@ - - # Calendar 日历选择器 提供日历单选、多选、范围选择、周维度、月维度等功能。 diff --git a/docs/component/card.md b/docs/component/card.md index 443258f7..3d4daabc 100644 --- a/docs/component/card.md +++ b/docs/component/card.md @@ -1,5 +1,3 @@ - - # Card 卡片 ## 基本使用 diff --git a/docs/component/cell.md b/docs/component/cell.md index b7b92794..dc045f88 100644 --- a/docs/component/cell.md +++ b/docs/component/cell.md @@ -1,5 +1,3 @@ - - # Cell 单格 ## 基本用法 diff --git a/docs/component/checkbox.md b/docs/component/checkbox.md index 119a790b..b841d5fc 100644 --- a/docs/component/checkbox.md +++ b/docs/component/checkbox.md @@ -1,5 +1,3 @@ - - # Checkbox 复选框 ## 基本用法 diff --git a/docs/component/circle.md b/docs/component/circle.md index 44d79f9a..887cdda7 100644 --- a/docs/component/circle.md +++ b/docs/component/circle.md @@ -1,5 +1,3 @@ - - # Circle 环形进度条 0.1.19 圆环形的进度条组件,支持进度渐变动画。 diff --git a/docs/component/col-picker.md b/docs/component/col-picker.md index ccc69ffe..8cbe9232 100644 --- a/docs/component/col-picker.md +++ b/docs/component/col-picker.md @@ -1,5 +1,3 @@ - - # ColPicker 多列选择器 使用多列选择器来做级联,交互效果较好,多列选择器支持无限级选择。 diff --git a/docs/component/collapse.md b/docs/component/collapse.md index 7ea0490d..3556aa87 100644 --- a/docs/component/collapse.md +++ b/docs/component/collapse.md @@ -1,5 +1,3 @@ - - # Collapse 折叠面板 ## 基本使用 diff --git a/docs/component/config-provider.md b/docs/component/config-provider.md index dcdb7880..a603775f 100644 --- a/docs/component/config-provider.md +++ b/docs/component/config-provider.md @@ -1,5 +1,3 @@ - - # ConfigProvider 全局配置 ## 介绍 diff --git a/docs/component/count-down.md b/docs/component/count-down.md index f6ef075c..16f9bf11 100644 --- a/docs/component/count-down.md +++ b/docs/component/count-down.md @@ -1,5 +1,3 @@ - - # CountDown 倒计时0.1.58 用于实时展示倒计时数值,支持毫秒精度。 diff --git a/docs/component/count-to.md b/docs/component/count-to.md index 9f2dfb92..40333441 100644 --- a/docs/component/count-to.md +++ b/docs/component/count-to.md @@ -1,5 +1,3 @@ - - # CountTo 数字滚动1.3.8 ## 基本用法 diff --git a/docs/component/curtain.md b/docs/component/curtain.md index e9963aae..5d0e607a 100644 --- a/docs/component/curtain.md +++ b/docs/component/curtain.md @@ -1,5 +1,3 @@ - - # Curtain 幕帘 一般用于公告类的图片弹窗。 diff --git a/docs/component/datetime-picker-view.md b/docs/component/datetime-picker-view.md index a397065c..ba84b1da 100644 --- a/docs/component/datetime-picker-view.md +++ b/docs/component/datetime-picker-view.md @@ -1,5 +1,3 @@ - - # DatetimePickerView 日期时间选择器视图 diff --git a/docs/component/datetime-picker.md b/docs/component/datetime-picker.md index d058caa6..aaf5c55e 100644 --- a/docs/component/datetime-picker.md +++ b/docs/component/datetime-picker.md @@ -1,5 +1,3 @@ - - # DatetimePicker 日期时间选择器 为 Picker 组件的封装,在其内部构建好日期时间选项。 diff --git a/docs/component/divider.md b/docs/component/divider.md index 60b3b4b6..818ceff2 100644 --- a/docs/component/divider.md +++ b/docs/component/divider.md @@ -1,5 +1,3 @@ - - # Divider 分割线 :::danger 请注意 diff --git a/docs/component/drop-menu.md b/docs/component/drop-menu.md index b11f7c88..552a1161 100644 --- a/docs/component/drop-menu.md +++ b/docs/component/drop-menu.md @@ -1,5 +1,3 @@ - - # DropMenu 下拉菜单 ## 代码演示 diff --git a/docs/component/fab.md b/docs/component/fab.md index b1b663f8..6c4a936a 100644 --- a/docs/component/fab.md +++ b/docs/component/fab.md @@ -1,5 +1,3 @@ - - # Fab 悬浮按钮 悬浮动作按钮组件,按下可显示一组动作按钮。 diff --git a/docs/component/form.md b/docs/component/form.md index d93efc8c..78cc213a 100644 --- a/docs/component/form.md +++ b/docs/component/form.md @@ -1,5 +1,3 @@ - - # Form 表单 0.2.0 用于数据录入、校验,支持输入框、单选框、复选框、文件上传等类型,常见的 form 表单为`单元格`形式的展示,即左侧为表单的标题描述,右侧为表单的输入。 diff --git a/docs/component/gap.md b/docs/component/gap.md index 7a40a3a5..24088afe 100644 --- a/docs/component/gap.md +++ b/docs/component/gap.md @@ -1,5 +1,3 @@ - - # Gap 间隔槽 一般用于页面布局时代替margin或者padding;或者充当(底部)占位元素。 diff --git a/docs/component/grid.md b/docs/component/grid.md index cb958875..79087b77 100644 --- a/docs/component/grid.md +++ b/docs/component/grid.md @@ -1,5 +1,3 @@ - - # Grid 宫格 ## 代码演示 diff --git a/docs/component/icon.md b/docs/component/icon.md index 2877bab1..4acfa926 100644 --- a/docs/component/icon.md +++ b/docs/component/icon.md @@ -1,5 +1,3 @@ - - # Icon 图标 0.1.27 更新 diff --git a/docs/component/img-cropper.md b/docs/component/img-cropper.md index 8466c0a0..1b362fb5 100644 --- a/docs/component/img-cropper.md +++ b/docs/component/img-cropper.md @@ -1,5 +1,3 @@ - - # ImgCropper 图片裁剪 diff --git a/docs/component/img.md b/docs/component/img.md index 9d7a1008..4aab77e3 100644 --- a/docs/component/img.md +++ b/docs/component/img.md @@ -1,5 +1,3 @@ - - # Img 图片 增强版的 img 标签,提供多种图片填充模式,支持图片懒加载、加载完成、加载失败 diff --git a/docs/component/index-bar.md b/docs/component/index-bar.md index e36b4242..d0991420 100644 --- a/docs/component/index-bar.md +++ b/docs/component/index-bar.md @@ -1,6 +1,4 @@ - - -# IndexBar 索引栏 `1.2.21` +# IndexBar 索引栏 1.2.21 用于列表的索引分类显示和快速定位。 diff --git a/docs/component/input-number.md b/docs/component/input-number.md index 6dea1b57..23d8bb95 100644 --- a/docs/component/input-number.md +++ b/docs/component/input-number.md @@ -1,5 +1,3 @@ - - # InputNumber 计数器 diff --git a/docs/component/input.md b/docs/component/input.md index a5ae4a5b..474c7cea 100644 --- a/docs/component/input.md +++ b/docs/component/input.md @@ -1,5 +1,3 @@ - - # Input 输入框 ::: tip 提示 diff --git a/docs/component/keyboard.md b/docs/component/keyboard.md index 209590cb..4b4a3d26 100644 --- a/docs/component/keyboard.md +++ b/docs/component/keyboard.md @@ -1,5 +1,3 @@ - - # Keyboard 虚拟键盘 1.3.10 虚拟数字键盘,用于输入数字、密码、身份证或车牌号等场景。 diff --git a/docs/component/layout.md b/docs/component/layout.md index 272a5a6f..d7dcb0dc 100644 --- a/docs/component/layout.md +++ b/docs/component/layout.md @@ -1,5 +1,3 @@ - - # Layout 布局 `Layout` 组件由 `wd-col` 组件和 `wd-row` 组成。 diff --git a/docs/component/loading.md b/docs/component/loading.md index 31aa503c..f4bb9ef0 100644 --- a/docs/component/loading.md +++ b/docs/component/loading.md @@ -1,5 +1,3 @@ - - # Loading 加载指示器 diff --git a/docs/component/loadmore.md b/docs/component/loadmore.md index 5ba1be67..9ca2d080 100644 --- a/docs/component/loadmore.md +++ b/docs/component/loadmore.md @@ -1,5 +1,3 @@ - - # loadmore 加载更多 ## 基本用法 diff --git a/docs/component/message-box.md b/docs/component/message-box.md index 71765de3..f16f47f1 100644 --- a/docs/component/message-box.md +++ b/docs/component/message-box.md @@ -1,5 +1,3 @@ - - # MessageBox 弹框 弹框有三种:alert、confirm 和 prompt。 diff --git a/docs/component/navbar.md b/docs/component/navbar.md index 9369bb82..8770ad26 100644 --- a/docs/component/navbar.md +++ b/docs/component/navbar.md @@ -1,5 +1,3 @@ - - # Navbar 导航栏 0.1.33 为页面提供导航功能,常用于页面顶部。 diff --git a/docs/component/notice-bar.md b/docs/component/notice-bar.md index dbf3630c..c0c0bad2 100644 --- a/docs/component/notice-bar.md +++ b/docs/component/notice-bar.md @@ -1,5 +1,3 @@ - - # NoticeBar 通知栏 ## 基本用法 diff --git a/docs/component/notify.md b/docs/component/notify.md index 1b0615e8..9cfc545e 100644 --- a/docs/component/notify.md +++ b/docs/component/notify.md @@ -1,5 +1,3 @@ - - # Notify 消息通知 ## 基本用法 diff --git a/docs/component/number-keyboard.md b/docs/component/number-keyboard.md index f67b33ba..aa3a7d1a 100644 --- a/docs/component/number-keyboard.md +++ b/docs/component/number-keyboard.md @@ -1,5 +1,3 @@ - - # NumberKeyboard 数字键盘 虚拟数字键盘,用于输入数字、密码或身份证等场景。 diff --git a/docs/component/overlay.md b/docs/component/overlay.md index 5885546b..8765473b 100644 --- a/docs/component/overlay.md +++ b/docs/component/overlay.md @@ -1,5 +1,3 @@ - - # Overlay 遮罩层 0.1.30 创建一个遮罩层,用于强调特定的页面元素,并阻止用户进行其他操作。 diff --git a/docs/component/pagination.md b/docs/component/pagination.md index 0cc00212..a6fdadcd 100644 --- a/docs/component/pagination.md +++ b/docs/component/pagination.md @@ -1,5 +1,3 @@ - - # Pagination 分页 diff --git a/docs/component/password-input.md b/docs/component/password-input.md index 310fe63c..117178fa 100644 --- a/docs/component/password-input.md +++ b/docs/component/password-input.md @@ -1,5 +1,3 @@ - - # PasswordInput 密码输入框 0.2.0 带网格的输入框组件,可以用于输入密码、短信验证码等场景,通常与[数字键盘](./number-keyboard.md)组件配合使用。 diff --git a/docs/component/picker-view.md b/docs/component/picker-view.md index 7ee540dd..f33fef4e 100644 --- a/docs/component/picker-view.md +++ b/docs/component/picker-view.md @@ -1,5 +1,3 @@ - - # PickerView 选择器视图 ## 基本用法 diff --git a/docs/component/picker.md b/docs/component/picker.md index bc5a4447..a7314cf1 100644 --- a/docs/component/picker.md +++ b/docs/component/picker.md @@ -1,5 +1,3 @@ - - # Picker 选择器 Picker 组件为 popup 和 pickerView 的组合。 diff --git a/docs/component/popover.md b/docs/component/popover.md index 98b6317f..e8708df1 100644 --- a/docs/component/popover.md +++ b/docs/component/popover.md @@ -1,5 +1,3 @@ - - # Popover 气泡 常用于展示提示信息。 diff --git a/docs/component/popup.md b/docs/component/popup.md index 2c98c587..994db591 100644 --- a/docs/component/popup.md +++ b/docs/component/popup.md @@ -1,5 +1,3 @@ - - # Popup 弹出层 diff --git a/docs/component/progress.md b/docs/component/progress.md index 374376e5..ae8b3150 100644 --- a/docs/component/progress.md +++ b/docs/component/progress.md @@ -1,5 +1,3 @@ - - # Progress 进度条 用于展示操作的当前进度。 diff --git a/docs/component/radio.md b/docs/component/radio.md index 9e4d938a..3ef9ac72 100644 --- a/docs/component/radio.md +++ b/docs/component/radio.md @@ -1,5 +1,3 @@ - - # Radio 单选框 diff --git a/docs/component/rate.md b/docs/component/rate.md index 6c6ba460..6590bf5f 100644 --- a/docs/component/rate.md +++ b/docs/component/rate.md @@ -1,5 +1,3 @@ - - # Rate 评分 diff --git a/docs/component/resize.md b/docs/component/resize.md index 81a0a640..1431a06c 100644 --- a/docs/component/resize.md +++ b/docs/component/resize.md @@ -1,5 +1,3 @@ - - # Resize 监听元素尺寸变化 当组件包裹的文档流尺寸发生变化时,触发 `size` 事件。一般用于监听 dom 内容更新时导致的 dom 尺寸位置的变化,重新获取 dom 尺寸和位置,进行内容展示的计算操作。 diff --git a/docs/component/search.md b/docs/component/search.md index 11f9a435..7e553e32 100644 --- a/docs/component/search.md +++ b/docs/component/search.md @@ -1,5 +1,3 @@ - - # Search 搜索框 ## 基本用法 diff --git a/docs/component/segmented.md b/docs/component/segmented.md index 444cf704..68251866 100644 --- a/docs/component/segmented.md +++ b/docs/component/segmented.md @@ -1,5 +1,3 @@ - - # Segmented 分段器 0.1.23 ## 何时使用 diff --git a/docs/component/select-picker.md b/docs/component/select-picker.md index 0cec4e62..7a95febf 100644 --- a/docs/component/select-picker.md +++ b/docs/component/select-picker.md @@ -1,5 +1,3 @@ - - # SelectPicker 单复选选择器 0.1.34 更新 ## 基本用法 diff --git a/docs/component/sidebar.md b/docs/component/sidebar.md index ecaf619c..2601d849 100644 --- a/docs/component/sidebar.md +++ b/docs/component/sidebar.md @@ -1,5 +1,3 @@ - - # Sidebar 侧边导航 0.1.49 垂直展示的导航栏,用于在不同的内容区域之间进行切换。 diff --git a/docs/component/skeleton.md b/docs/component/skeleton.md index a97d5daf..0a405806 100644 --- a/docs/component/skeleton.md +++ b/docs/component/skeleton.md @@ -1,5 +1,3 @@ - - # Skeleton 骨架屏 用于等待加载内容所展示的占位图形组合,有动态效果加载效果,减少用户等待焦虑。 diff --git a/docs/component/slider.md b/docs/component/slider.md index 21484901..e4bcc920 100644 --- a/docs/component/slider.md +++ b/docs/component/slider.md @@ -1,5 +1,3 @@ - - # Slider 滑块 支持单向滑块和双向滑块。 diff --git a/docs/component/sort-button.md b/docs/component/sort-button.md index 7a566d6e..4e0a8cf0 100644 --- a/docs/component/sort-button.md +++ b/docs/component/sort-button.md @@ -1,5 +1,3 @@ - - # SortButton 排序按钮 diff --git a/docs/component/status-tip.md b/docs/component/status-tip.md index 695d81b7..4dfdda9a 100644 --- a/docs/component/status-tip.md +++ b/docs/component/status-tip.md @@ -1,5 +1,3 @@ - - # StatusTip 缺省提示 一般用于兜底占位展示。 diff --git a/docs/component/steps.md b/docs/component/steps.md index 9895e80b..4a943629 100644 --- a/docs/component/steps.md +++ b/docs/component/steps.md @@ -1,5 +1,3 @@ - - # Steps 步骤条 :::tip 破坏性更新提醒 diff --git a/docs/component/sticky.md b/docs/component/sticky.md index 2c61ca4a..a1bf3ad6 100644 --- a/docs/component/sticky.md +++ b/docs/component/sticky.md @@ -1,5 +1,3 @@ - - # Sticky 粘性布局 diff --git a/docs/component/swipe-action.md b/docs/component/swipe-action.md index 5fa7c8f9..ef64c365 100644 --- a/docs/component/swipe-action.md +++ b/docs/component/swipe-action.md @@ -1,5 +1,3 @@ - - # SwipeAction 滑动操作 :::warning diff --git a/docs/component/swiper.md b/docs/component/swiper.md index 5091d5f4..935a8071 100644 --- a/docs/component/swiper.md +++ b/docs/component/swiper.md @@ -1,5 +1,3 @@ - - # Swiper 轮播 用于创建轮播,它支持水平和垂直方向的滑动,可以自定义样式和指示器位置,支持视频和图片资源的轮播,支持设置轮播标题和自定义标题样式。 diff --git a/docs/component/switch.md b/docs/component/switch.md index 7a7b0a74..6e5af0e7 100644 --- a/docs/component/switch.md +++ b/docs/component/switch.md @@ -1,5 +1,3 @@ - - # Switch 开关 diff --git a/docs/component/tabbar.md b/docs/component/tabbar.md index 03b40a55..b1d80397 100644 --- a/docs/component/tabbar.md +++ b/docs/component/tabbar.md @@ -1,5 +1,3 @@ - - # Tabbar 标签栏 底部导航栏,用于在不同页面之间进行切换。 diff --git a/docs/component/table.md b/docs/component/table.md index e5b78206..84d768cc 100644 --- a/docs/component/table.md +++ b/docs/component/table.md @@ -1,5 +1,3 @@ - - # Table 表格 0.1.39 用于展示多条结构类似的数据, 可对数据进行排序等操作。 diff --git a/docs/component/tabs.md b/docs/component/tabs.md index 98f9539a..ef2a3719 100644 --- a/docs/component/tabs.md +++ b/docs/component/tabs.md @@ -1,5 +1,3 @@ - - # Tab 标签页 ## 基本用法 diff --git a/docs/component/tag.md b/docs/component/tag.md index 7ae3d76e..0c4046fe 100644 --- a/docs/component/tag.md +++ b/docs/component/tag.md @@ -1,5 +1,3 @@ - - # Tag 标签 ## 基本用法 diff --git a/docs/component/text.md b/docs/component/text.md index 151a4024..575ac7d3 100644 --- a/docs/component/text.md +++ b/docs/component/text.md @@ -1,5 +1,3 @@ - - # Text 文本 > 1.3.4 版本提供 diff --git a/docs/component/textarea.md b/docs/component/textarea.md index c6625545..be485db2 100644 --- a/docs/component/textarea.md +++ b/docs/component/textarea.md @@ -1,5 +1,3 @@ - - # Textarea 文本域 0.2.0 用于输入多行文本信息。 diff --git a/docs/component/toast.md b/docs/component/toast.md index b394fe16..19a59b80 100644 --- a/docs/component/toast.md +++ b/docs/component/toast.md @@ -1,5 +1,3 @@ - - # Toast 轻提示 ## 基本用法 diff --git a/docs/component/tooltip.md b/docs/component/tooltip.md index 5efabda3..b54e7d51 100644 --- a/docs/component/tooltip.md +++ b/docs/component/tooltip.md @@ -1,5 +1,3 @@ - - # Tooltip 文字提示 常用于展示提示信息。 diff --git a/docs/component/transition.md b/docs/component/transition.md index d6b294dc..8367cbb8 100644 --- a/docs/component/transition.md +++ b/docs/component/transition.md @@ -1,5 +1,3 @@ - - # Transition 动画 ## 基本用法 diff --git a/docs/component/upload.md b/docs/component/upload.md index 844c736c..0c1d681c 100644 --- a/docs/component/upload.md +++ b/docs/component/upload.md @@ -1,5 +1,3 @@ - - # Upload 上传 图片、视频和文件上传组件 diff --git a/docs/component/watermark.md b/docs/component/watermark.md index 113f488f..ce0877b4 100644 --- a/docs/component/watermark.md +++ b/docs/component/watermark.md @@ -1,5 +1,3 @@ - - # Watermark 水印 0.1.16 diff --git a/package.json b/package.json index f59bd666..a2e429c9 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "@dcloudio/uni-quickapp-webview": "3.0.0-4020420240722002", "element-plus": "^2.3.9", "vite-plugin-compression": "^0.5.1", - "vitepress": "^1.0.1", "vue": "^3.4.38", "vue-i18n": "^9.2.2" }, @@ -87,6 +86,7 @@ "@dcloudio/uni-cli-shared": "3.0.0-4020420240722002", "@dcloudio/uni-stacktracey": "3.0.0-4020420240722002", "@dcloudio/vite-plugin-uni": "3.0.0-4020420240722002", + "@element-plus/icons-vue": "^2.3.1", "@types/node": "^18.14.6", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", @@ -96,6 +96,7 @@ "@vant/touch-emulator": "^1.4.0", "@vue/runtime-core": "^3.4.38", "@vue/tsconfig": "^0.1.3", + "@vueuse/core": "^12.0.0", "eslint": "^8.36.0", "eslint-config-prettier": "^8.7.0", "eslint-plugin-prettier": "^4.2.1", @@ -117,7 +118,8 @@ "uni-read-pages-vite": "^0.0.6", "unplugin-auto-import": "^0.17.5", "unplugin-vue-components": "^0.26.0", - "vite": "5.2.8", + "vite": "5.4.11", + "vitepress": "^1.5.0", "vitest": "^0.30.1", "vue-eslint-parser": "^9.1.0", "vue-tsc": "^2.0.29" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 20f5dbf1..b04a3eee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,58 +10,55 @@ importers: dependencies: '@dcloudio/uni-app': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@dcloudio/types@3.4.12)(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-app-harmony': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-app-plus': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-components': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-h5': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-alipay': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-baidu': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-jd': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-kuaishou': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-lark': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-qq': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-toutiao': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-weixin': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-xhs': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-quickapp-webview': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) element-plus: specifier: ^2.3.9 version: 2.3.9(vue@3.4.38(typescript@5.5.4)) vite-plugin-compression: specifier: ^0.5.1 - version: 0.5.1(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)) - vitepress: - specifier: ^1.0.1 - version: 1.0.1(@algolia/client-search@4.23.2)(@types/node@18.15.3)(async-validator@4.2.5)(postcss@8.4.47)(sass@1.59.3)(search-insights@2.13.0)(terser@5.16.6)(typescript@5.5.4) + version: 0.5.1(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.5.4) @@ -80,16 +77,19 @@ importers: version: 3.4.12 '@dcloudio/uni-automator': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-cli-shared': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-stacktracey': specifier: 3.0.0-4020420240722002 version: 3.0.0-4020420240722002 '@dcloudio/vite-plugin-uni': specifier: 3.0.0-4020420240722002 - version: 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + version: 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + '@element-plus/icons-vue': + specifier: ^2.3.1 + version: 2.3.1(vue@3.4.38(typescript@5.5.4)) '@types/node': specifier: ^18.14.6 version: 18.15.3 @@ -104,7 +104,7 @@ importers: version: 1.0.0-alpha.4(@uni-helper/uni-app-types@1.0.0-alpha.4(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)))(@uni-helper/uni-cloud-types@1.0.0-alpha.4(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)))(@uni-helper/uni-ui-types@1.0.0-alpha.4(@uni-helper/uni-app-types@1.0.0-alpha.4(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)))(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)))(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4)) '@uni-helper/vite-plugin-uni-components': specifier: ^0.1.0 - version: 0.1.0(rollup@3.26.3) + version: 0.1.0(rollup@3.29.5) '@vant/area-data': specifier: ^1.4.1 version: 1.4.1 @@ -117,6 +117,9 @@ importers: '@vue/tsconfig': specifier: ^0.1.3 version: 0.1.3(@types/node@18.15.3) + '@vueuse/core': + specifier: ^12.0.0 + version: 12.0.0(typescript@5.5.4) eslint: specifier: ^8.36.0 version: 8.36.0 @@ -161,7 +164,7 @@ importers: version: 4.4.0 rollup-plugin-visualizer: specifier: ^5.9.0 - version: 5.9.0(rollup@3.26.3) + version: 5.9.0(rollup@3.29.5) sass: specifier: ^1.59.3 version: 1.59.3 @@ -176,13 +179,16 @@ importers: version: 0.0.6 unplugin-auto-import: specifier: ^0.17.5 - version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(rollup@3.26.3) + version: 0.17.5(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5) unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(@babel/parser@7.25.6)(rollup@3.26.3)(vue@3.4.38(typescript@5.5.4)) + version: 0.26.0(@babel/parser@7.26.3)(rollup@3.29.5)(vue@3.4.38(typescript@5.5.4)) vite: - specifier: 5.2.8 - version: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + specifier: 5.4.11 + version: 5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vitepress: + specifier: ^1.5.0 + version: 1.5.0(@algolia/client-search@5.15.0)(@types/node@18.15.3)(async-validator@4.2.5)(postcss@8.4.49)(sass@1.59.3)(search-insights@2.13.0)(terser@5.16.6)(typescript@5.5.4) vitest: specifier: ^0.30.1 version: 0.30.1(jsdom@16.7.0)(sass@1.59.3)(terser@5.16.6) @@ -195,70 +201,77 @@ importers: packages: - '@algolia/autocomplete-core@1.9.3': - resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==} + '@algolia/autocomplete-core@1.17.7': + resolution: {integrity: sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==} - '@algolia/autocomplete-plugin-algolia-insights@1.9.3': - resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==} + '@algolia/autocomplete-plugin-algolia-insights@1.17.7': + resolution: {integrity: sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==} peerDependencies: search-insights: '>= 1 < 3' - '@algolia/autocomplete-preset-algolia@1.9.3': - resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==} + '@algolia/autocomplete-preset-algolia@1.17.7': + resolution: {integrity: sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' - '@algolia/autocomplete-shared@1.9.3': - resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==} + '@algolia/autocomplete-shared@1.17.7': + resolution: {integrity: sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' - '@algolia/cache-browser-local-storage@4.23.2': - resolution: {integrity: sha512-PvRQdCmtiU22dw9ZcTJkrVKgNBVAxKgD0/cfiqyxhA5+PHzA2WDt6jOmZ9QASkeM2BpyzClJb/Wr1yt2/t78Kw==} + '@algolia/client-abtesting@5.15.0': + resolution: {integrity: sha512-FaEM40iuiv1mAipYyiptP4EyxkJ8qHfowCpEeusdHUC4C7spATJYArD2rX3AxkVeREkDIgYEOuXcwKUbDCr7Nw==} + engines: {node: '>= 14.0.0'} - '@algolia/cache-common@4.23.2': - resolution: {integrity: sha512-OUK/6mqr6CQWxzl/QY0/mwhlGvS6fMtvEPyn/7AHUx96NjqDA4X4+Ju7aXFQKh+m3jW9VPB0B9xvEQgyAnRPNw==} + '@algolia/client-analytics@5.15.0': + resolution: {integrity: sha512-lho0gTFsQDIdCwyUKTtMuf9nCLwq9jOGlLGIeQGKDxXF7HbiAysFIu5QW/iQr1LzMgDyM9NH7K98KY+BiIFriQ==} + engines: {node: '>= 14.0.0'} - '@algolia/cache-in-memory@4.23.2': - resolution: {integrity: sha512-rfbi/SnhEa3MmlqQvgYz/9NNJ156NkU6xFxjbxBtLWnHbpj+qnlMoKd+amoiacHRITpajg6zYbLM9dnaD3Bczw==} + '@algolia/client-common@5.15.0': + resolution: {integrity: sha512-IofrVh213VLsDkPoSKMeM9Dshrv28jhDlBDLRcVJQvlL8pzue7PEB1EZ4UoJFYS3NSn7JOcJ/V+olRQzXlJj1w==} + engines: {node: '>= 14.0.0'} - '@algolia/client-account@4.23.2': - resolution: {integrity: sha512-VbrOCLIN/5I7iIdskSoSw3uOUPF516k4SjDD4Qz3BFwa3of7D9A0lzBMAvQEJJEPHWdVraBJlGgdJq/ttmquJQ==} + '@algolia/client-insights@5.15.0': + resolution: {integrity: sha512-bDDEQGfFidDi0UQUCbxXOCdphbVAgbVmxvaV75cypBTQkJ+ABx/Npw7LkFGw1FsoVrttlrrQbwjvUB6mLVKs/w==} + engines: {node: '>= 14.0.0'} - '@algolia/client-analytics@4.23.2': - resolution: {integrity: sha512-lLj7irsAztGhMoEx/SwKd1cwLY6Daf1Q5f2AOsZacpppSvuFvuBrmkzT7pap1OD/OePjLKxicJS8wNA0+zKtuw==} + '@algolia/client-personalization@5.15.0': + resolution: {integrity: sha512-LfaZqLUWxdYFq44QrasCDED5bSYOswpQjSiIL7Q5fYlefAAUO95PzBPKCfUhSwhb4rKxigHfDkd81AvEicIEoA==} + engines: {node: '>= 14.0.0'} - '@algolia/client-common@4.23.2': - resolution: {integrity: sha512-Q2K1FRJBern8kIfZ0EqPvUr3V29ICxCm/q42zInV+VJRjldAD9oTsMGwqUQ26GFMdFYmqkEfCbY4VGAiQhh22g==} + '@algolia/client-query-suggestions@5.15.0': + resolution: {integrity: sha512-wu8GVluiZ5+il8WIRsGKu8VxMK9dAlr225h878GGtpTL6VBvwyJvAyLdZsfFIpY0iN++jiNb31q2C1PlPL+n/A==} + engines: {node: '>= 14.0.0'} - '@algolia/client-personalization@4.23.2': - resolution: {integrity: sha512-vwPsgnCGhUcHhhQG5IM27z8q7dWrN9itjdvgA6uKf2e9r7vB+WXt4OocK0CeoYQt3OGEAExryzsB8DWqdMK5wg==} + '@algolia/client-search@5.15.0': + resolution: {integrity: sha512-Z32gEMrRRpEta5UqVQA612sLdoqY3AovvUPClDfMxYrbdDAebmGDVPtSogUba1FZ4pP5dx20D3OV3reogLKsRA==} + engines: {node: '>= 14.0.0'} - '@algolia/client-search@4.23.2': - resolution: {integrity: sha512-CxSB29OVGSE7l/iyoHvamMonzq7Ev8lnk/OkzleODZ1iBcCs3JC/XgTIKzN/4RSTrJ9QybsnlrN/bYCGufo7qw==} + '@algolia/ingestion@1.15.0': + resolution: {integrity: sha512-MkqkAxBQxtQ5if/EX2IPqFA7LothghVyvPoRNA/meS2AW2qkHwcxjuiBxv4H6mnAVEPfJlhu9rkdVz9LgCBgJg==} + engines: {node: '>= 14.0.0'} - '@algolia/logger-common@4.23.2': - resolution: {integrity: sha512-jGM49Q7626cXZ7qRAWXn0jDlzvoA1FvN4rKTi1g0hxKsTTSReyYk0i1ADWjChDPl3Q+nSDhJuosM2bBUAay7xw==} + '@algolia/monitoring@1.15.0': + resolution: {integrity: sha512-QPrFnnGLMMdRa8t/4bs7XilPYnoUXDY8PMQJ1sf9ZFwhUysYYhQNX34/enoO0LBjpoOY6rLpha39YQEFbzgKyQ==} + engines: {node: '>= 14.0.0'} - '@algolia/logger-console@4.23.2': - resolution: {integrity: sha512-oo+lnxxEmlhTBTFZ3fGz1O8PJ+G+8FiAoMY2Qo3Q4w23xocQev6KqDTA1JQAGPDxAewNA2VBwWOsVXeXFjrI/Q==} + '@algolia/recommend@5.15.0': + resolution: {integrity: sha512-5eupMwSqMLDObgSMF0XG958zR6GJP3f7jHDQ3/WlzCM9/YIJiWIUoJFGsko9GYsA5xbLDHE/PhWtq4chcCdaGQ==} + engines: {node: '>= 14.0.0'} - '@algolia/recommend@4.23.2': - resolution: {integrity: sha512-Q75CjnzRCDzgIlgWfPnkLtrfF4t82JCirhalXkSSwe/c1GH5pWh4xUyDOR3KTMo+YxxX3zTlrL/FjHmUJEWEcg==} + '@algolia/requester-browser-xhr@5.15.0': + resolution: {integrity: sha512-Po/GNib6QKruC3XE+WKP1HwVSfCDaZcXu48kD+gwmtDlqHWKc7Bq9lrS0sNZ456rfCKhXksOmMfUs4wRM/Y96w==} + engines: {node: '>= 14.0.0'} - '@algolia/requester-browser-xhr@4.23.2': - resolution: {integrity: sha512-TO9wLlp8+rvW9LnIfyHsu8mNAMYrqNdQ0oLF6eTWFxXfxG3k8F/Bh7nFYGk2rFAYty4Fw4XUtrv/YjeNDtM5og==} + '@algolia/requester-fetch@5.15.0': + resolution: {integrity: sha512-rOZ+c0P7ajmccAvpeeNrUmEKoliYFL8aOR5qGW5pFq3oj3Iept7Y5mEtEsOBYsRt6qLnaXn4zUKf+N8nvJpcIw==} + engines: {node: '>= 14.0.0'} - '@algolia/requester-common@4.23.2': - resolution: {integrity: sha512-3EfpBS0Hri0lGDB5H/BocLt7Vkop0bTTLVUBB844HH6tVycwShmsV6bDR7yXbQvFP1uNpgePRD3cdBCjeHmk6Q==} - - '@algolia/requester-node-http@4.23.2': - resolution: {integrity: sha512-SVzgkZM/malo+2SB0NWDXpnT7nO5IZwuDTaaH6SjLeOHcya1o56LSWXk+3F3rNLz2GVH+I/rpYKiqmHhSOjerw==} - - '@algolia/transporter@4.23.2': - resolution: {integrity: sha512-GY3aGKBy+8AK4vZh8sfkatDciDVKad5rTY2S10Aefyjh7e7UGBP4zigf42qVXwU8VOPwi7l/L7OACGMOFcjB0Q==} + '@algolia/requester-node-http@5.15.0': + resolution: {integrity: sha512-b1jTpbFf9LnQHEJP5ddDJKE2sAlhYd7EVSOWgzo/27n/SfCoHfqD0VWntnWYD83PnOKvfe8auZ2+xCb0TXotrQ==} + engines: {node: '>= 14.0.0'} '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} @@ -271,6 +284,10 @@ packages: resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.26.2': + resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.25.4': resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} engines: {node: '>=6.9.0'} @@ -287,6 +304,10 @@ packages: resolution: {integrity: sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.26.3': + resolution: {integrity: sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.22.5': resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} @@ -348,6 +369,10 @@ packages: resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==} engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.25.9': + resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} + engines: {node: '>=6.9.0'} + '@babel/helper-remap-async-to-generator@7.25.0': resolution: {integrity: sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==} engines: {node: '>=6.9.0'} @@ -372,10 +397,18 @@ packages: resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.25.9': + resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.24.7': resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.9': + resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.24.8': resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} engines: {node: '>=6.9.0'} @@ -397,6 +430,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.26.3': + resolution: {integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3': resolution: {integrity: sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==} engines: {node: '>=6.9.0'} @@ -476,6 +514,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-import-attributes@7.26.0': + resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-import-meta@7.10.4': resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: @@ -540,6 +584,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-typescript@7.25.9': + resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6': resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} @@ -868,14 +918,26 @@ packages: resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} engines: {node: '>=6.9.0'} + '@babel/template@7.25.9': + resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.25.6': resolution: {integrity: sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.26.4': + resolution: {integrity: sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==} + engines: {node: '>=6.9.0'} + '@babel/types@7.25.6': resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} engines: {node: '>=6.9.0'} + '@babel/types@7.26.3': + resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -1068,14 +1130,14 @@ packages: peerDependencies: vite: ^5.2.8 - '@docsearch/css@3.6.0': - resolution: {integrity: sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==} + '@docsearch/css@3.8.0': + resolution: {integrity: sha512-pieeipSOW4sQ0+bE5UFC51AOZp9NGxg89wAlZ1BAQFaiRAGK1IKUaPQ0UGZeNctJXyqZ1UvBtOQh2HH+U5GtmA==} - '@docsearch/js@3.6.0': - resolution: {integrity: sha512-QujhqINEElrkIfKwyyyTfbsfMAYCkylInLYMRqHy7PHc8xTBQCow73tlo/Kc7oIwBrCLf0P3YhjlOeV4v8hevQ==} + '@docsearch/js@3.8.0': + resolution: {integrity: sha512-PVuV629f5UcYRtBWqK7ID6vNL5647+2ADJypwTjfeBIrJfwPuHtzLy39hMGMfFK+0xgRyhTR0FZ83EkdEraBlg==} - '@docsearch/react@3.6.0': - resolution: {integrity: sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==} + '@docsearch/react@3.8.0': + resolution: {integrity: sha512-WnFK720+iwTVt94CxY3u+FgX6exb3BfN5kE9xUY6uuAH/9W/UFboBZFLlrw/zxFRHoHZCOXRtOylsXF+6LHI+Q==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' react: '>= 16.8.0 < 19.0.0' @@ -1091,8 +1153,8 @@ packages: search-insights: optional: true - '@element-plus/icons-vue@2.1.0': - resolution: {integrity: sha512-PSBn3elNoanENc1vnCfh+3WA9fimRC7n+fWkf3rE5jvv+aBohNHABC/KAR5KWPecxWxDTVT1ERpRbOMRcOV/vA==} + '@element-plus/icons-vue@2.3.1': + resolution: {integrity: sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==} peerDependencies: vue: ^3.2.0 @@ -1102,8 +1164,14 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.16.17': - resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==} + '@esbuild/aix-ppc64@0.21.5': + resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.18.20': + resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -1114,8 +1182,14 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm@0.16.17': - resolution: {integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==} + '@esbuild/android-arm64@0.21.5': + resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm@0.18.20': + resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -1126,8 +1200,14 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-x64@0.16.17': - resolution: {integrity: sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==} + '@esbuild/android-arm@0.21.5': + resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.18.20': + resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -1138,8 +1218,14 @@ packages: cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.16.17': - resolution: {integrity: sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==} + '@esbuild/android-x64@0.21.5': + resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + '@esbuild/darwin-arm64@0.18.20': + resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -1150,8 +1236,14 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.16.17': - resolution: {integrity: sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==} + '@esbuild/darwin-arm64@0.21.5': + resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-x64@0.18.20': + resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -1162,8 +1254,14 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.16.17': - resolution: {integrity: sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==} + '@esbuild/darwin-x64@0.21.5': + resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.18.20': + resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -1174,8 +1272,14 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.16.17': - resolution: {integrity: sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==} + '@esbuild/freebsd-arm64@0.21.5': + resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.18.20': + resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -1186,8 +1290,14 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.16.17': - resolution: {integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==} + '@esbuild/freebsd-x64@0.21.5': + resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + '@esbuild/linux-arm64@0.18.20': + resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -1198,8 +1308,14 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.16.17': - resolution: {integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==} + '@esbuild/linux-arm64@0.21.5': + resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm@0.18.20': + resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -1210,8 +1326,14 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.16.17': - resolution: {integrity: sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==} + '@esbuild/linux-arm@0.21.5': + resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.18.20': + resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -1222,8 +1344,14 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.16.17': - resolution: {integrity: sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==} + '@esbuild/linux-ia32@0.21.5': + resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.18.20': + resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -1234,8 +1362,14 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.16.17': - resolution: {integrity: sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==} + '@esbuild/linux-loong64@0.21.5': + resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-mips64el@0.18.20': + resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -1246,8 +1380,14 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.16.17': - resolution: {integrity: sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==} + '@esbuild/linux-mips64el@0.21.5': + resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-ppc64@0.18.20': + resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -1258,8 +1398,14 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.16.17': - resolution: {integrity: sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==} + '@esbuild/linux-ppc64@0.21.5': + resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.18.20': + resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -1270,8 +1416,14 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.16.17': - resolution: {integrity: sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==} + '@esbuild/linux-riscv64@0.21.5': + resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.18.20': + resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -1282,8 +1434,14 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.16.17': - resolution: {integrity: sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==} + '@esbuild/linux-s390x@0.21.5': + resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.18.20': + resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -1294,8 +1452,14 @@ packages: cpu: [x64] os: [linux] - '@esbuild/netbsd-x64@0.16.17': - resolution: {integrity: sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==} + '@esbuild/linux-x64@0.21.5': + resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-x64@0.18.20': + resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -1306,8 +1470,14 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/openbsd-x64@0.16.17': - resolution: {integrity: sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==} + '@esbuild/netbsd-x64@0.21.5': + resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-x64@0.18.20': + resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -1318,8 +1488,14 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.16.17': - resolution: {integrity: sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==} + '@esbuild/openbsd-x64@0.21.5': + resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/sunos-x64@0.18.20': + resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -1330,8 +1506,14 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.16.17': - resolution: {integrity: sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==} + '@esbuild/sunos-x64@0.21.5': + resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.18.20': + resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -1342,8 +1524,14 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.16.17': - resolution: {integrity: sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==} + '@esbuild/win32-arm64@0.21.5': + resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.18.20': + resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -1354,8 +1542,14 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.16.17': - resolution: {integrity: sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==} + '@esbuild/win32-ia32@0.21.5': + resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.18.20': + resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -1366,6 +1560,12 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.21.5': + resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + '@eslint-community/eslint-utils@4.2.0': resolution: {integrity: sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1408,6 +1608,12 @@ packages: resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} engines: {node: '>=6.9.0'} + '@iconify-json/simple-icons@1.2.14': + resolution: {integrity: sha512-zLqb48pM1B5vegMBDouyv7FzrROV5HRIjDpl+/PKjY3P7AeSySaOeT6mzutF6hDZCJvn1J7qQ7lug3FOgegiiA==} + + '@iconify/types@2.0.0': + resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} + '@intlify/core-base@9.1.9': resolution: {integrity: sha512-x5T0p/Ja0S8hs5xs+ImKyYckVkL4CzcEXykVYYV6rcbXxJTe2o58IquSqX9bdncVKbRZP7GlBU1EcRaQEEJ+vw==} engines: {node: '>= 10'} @@ -1735,93 +1941,128 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.13.2': - resolution: {integrity: sha512-3XFIDKWMFZrMnao1mJhnOT1h2g0169Os848NhhmGweEcfJ4rCi+3yMCOLG4zA61rbJdkcrM/DjVZm9Hg5p5w7g==} + '@rollup/rollup-android-arm-eabi@4.28.1': + resolution: {integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.13.2': - resolution: {integrity: sha512-GdxxXbAuM7Y/YQM9/TwwP+L0omeE/lJAR1J+olu36c3LqqZEBdsIWeQ91KBe6nxwOnb06Xh7JS2U5ooWU5/LgQ==} + '@rollup/rollup-android-arm64@4.28.1': + resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.13.2': - resolution: {integrity: sha512-mCMlpzlBgOTdaFs83I4XRr8wNPveJiJX1RLfv4hggyIVhfB5mJfN4P8Z6yKh+oE4Luz+qq1P3kVdWrCKcMYrrA==} + '@rollup/rollup-darwin-arm64@4.28.1': + resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.13.2': - resolution: {integrity: sha512-yUoEvnH0FBef/NbB1u6d3HNGyruAKnN74LrPAfDQL3O32e3k3OSfLrPgSJmgb3PJrBZWfPyt6m4ZhAFa2nZp2A==} + '@rollup/rollup-darwin-x64@4.28.1': + resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==} cpu: [x64] os: [darwin] - '@rollup/rollup-linux-arm-gnueabihf@4.13.2': - resolution: {integrity: sha512-GYbLs5ErswU/Xs7aGXqzc3RrdEjKdmoCrgzhJWyFL0r5fL3qd1NPcDKDowDnmcoSiGJeU68/Vy+OMUluRxPiLQ==} + '@rollup/rollup-freebsd-arm64@4.28.1': + resolution: {integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==} + cpu: [arm64] + os: [freebsd] + + '@rollup/rollup-freebsd-x64@4.28.1': + resolution: {integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==} + cpu: [x64] + os: [freebsd] + + '@rollup/rollup-linux-arm-gnueabihf@4.28.1': + resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==} cpu: [arm] os: [linux] + libc: [glibc] - '@rollup/rollup-linux-arm64-gnu@4.13.2': - resolution: {integrity: sha512-L1+D8/wqGnKQIlh4Zre9i4R4b4noxzH5DDciyahX4oOz62CphY7WDWqJoQ66zNR4oScLNOqQJfNSIAe/6TPUmQ==} + '@rollup/rollup-linux-arm-musleabihf@4.28.1': + resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==} + cpu: [arm] + os: [linux] + libc: [musl] + + '@rollup/rollup-linux-arm64-gnu@4.28.1': + resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==} cpu: [arm64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-arm64-musl@4.13.2': - resolution: {integrity: sha512-tK5eoKFkXdz6vjfkSTCupUzCo40xueTOiOO6PeEIadlNBkadH1wNOH8ILCPIl8by/Gmb5AGAeQOFeLev7iZDOA==} + '@rollup/rollup-linux-arm64-musl@4.28.1': + resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==} cpu: [arm64] os: [linux] libc: [musl] - '@rollup/rollup-linux-powerpc64le-gnu@4.13.2': - resolution: {integrity: sha512-zvXvAUGGEYi6tYhcDmb9wlOckVbuD+7z3mzInCSTACJ4DQrdSLPNUeDIcAQW39M3q6PDquqLWu7pnO39uSMRzQ==} - cpu: [ppc64le] + '@rollup/rollup-linux-loongarch64-gnu@4.28.1': + resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==} + cpu: [loong64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-riscv64-gnu@4.13.2': - resolution: {integrity: sha512-C3GSKvMtdudHCN5HdmAMSRYR2kkhgdOfye4w0xzyii7lebVr4riCgmM6lRiSCnJn2w1Xz7ZZzHKuLrjx5620kw==} + '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': + resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-riscv64-gnu@4.28.1': + resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==} cpu: [riscv64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-s390x-gnu@4.13.2': - resolution: {integrity: sha512-l4U0KDFwzD36j7HdfJ5/TveEQ1fUTjFFQP5qIt9gBqBgu1G8/kCaq5Ok05kd5TG9F8Lltf3MoYsUMw3rNlJ0Yg==} + '@rollup/rollup-linux-s390x-gnu@4.28.1': + resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==} cpu: [s390x] os: [linux] libc: [glibc] - '@rollup/rollup-linux-x64-gnu@4.13.2': - resolution: {integrity: sha512-xXMLUAMzrtsvh3cZ448vbXqlUa7ZL8z0MwHp63K2IIID2+DeP5iWIT6g1SN7hg1VxPzqx0xZdiDM9l4n9LRU1A==} + '@rollup/rollup-linux-x64-gnu@4.28.1': + resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==} cpu: [x64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-x64-musl@4.13.2': - resolution: {integrity: sha512-M/JYAWickafUijWPai4ehrjzVPKRCyDb1SLuO+ZyPfoXgeCEAlgPkNXewFZx0zcnoIe3ay4UjXIMdXQXOZXWqA==} + '@rollup/rollup-linux-x64-musl@4.28.1': + resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==} cpu: [x64] os: [linux] libc: [musl] - '@rollup/rollup-win32-arm64-msvc@4.13.2': - resolution: {integrity: sha512-2YWwoVg9KRkIKaXSh0mz3NmfurpmYoBBTAXA9qt7VXk0Xy12PoOP40EFuau+ajgALbbhi4uTj3tSG3tVseCjuA==} + '@rollup/rollup-win32-arm64-msvc@4.28.1': + resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.13.2': - resolution: {integrity: sha512-2FSsE9aQ6OWD20E498NYKEQLneShWes0NGMPQwxWOdws35qQXH+FplabOSP5zEe1pVjurSDOGEVCE2agFwSEsw==} + '@rollup/rollup-win32-ia32-msvc@4.28.1': + resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.13.2': - resolution: {integrity: sha512-7h7J2nokcdPePdKykd8wtc8QqqkqxIrUz7MHj6aNr8waBRU//NLDVnNjQnqQO6fqtjrtCdftpbTuOKAyrAQETQ==} + '@rollup/rollup-win32-x64-msvc@4.28.1': + resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==} cpu: [x64] os: [win32] - '@shikijs/core@1.2.2': - resolution: {integrity: sha512-GXbTyNP6HlxpyWMR4eirW54Cxp84nVuivcV5hGVBgKnIl+UmD4AJgCX1uXuNRcFFAw58lB3HqryuezIc0iCLgw==} + '@shikijs/core@1.24.0': + resolution: {integrity: sha512-6pvdH0KoahMzr6689yh0QJ3rCgF4j1XsXRHNEeEN6M4xJTfQ6QPWrmHzIddotg+xPJUPEPzYzYCKzpYyhTI6Gw==} - '@shikijs/transformers@1.2.2': - resolution: {integrity: sha512-GL03TlMh9oBeBLU5pcYBKpZnZZVdXSJ4ec7EQ/uw9+NrVaHs6qTjVN8F/0mvKd+sXLbBga8XZWDdob5F5tx5lw==} + '@shikijs/engine-javascript@1.24.0': + resolution: {integrity: sha512-ZA6sCeSsF3Mnlxxr+4wGEJ9Tto4RHmfIS7ox8KIAbH0MTVUkw3roHPHZN+LlJMOHJJOVupe6tvuAzRpN8qK1vA==} + + '@shikijs/engine-oniguruma@1.24.0': + resolution: {integrity: sha512-Eua0qNOL73Y82lGA4GF5P+G2+VXX9XnuUxkiUuwcxQPH4wom+tE39kZpBFXfUuwNYxHSkrSxpB1p4kyRW0moSg==} + + '@shikijs/transformers@1.24.0': + resolution: {integrity: sha512-Qf/hby+PRPkoHncjYnJf5svK1aCsOUtQhuLzKPnmeXJtuUZCmbH0pTpdNtXe9tgln/RHlyRJnv7q46HHS1sO0Q==} + + '@shikijs/types@1.24.0': + resolution: {integrity: sha512-aptbEuq1Pk88DMlCe+FzXNnBZ17LCiLIGWAeCWhoFDzia5Q5Krx3DgnULLiouSdd6+LUM39XwXGppqYE0Ghtug==} + + '@shikijs/vscode-textmate@9.3.0': + resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} '@sinonjs/commons@1.8.6': resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} @@ -1872,9 +2113,15 @@ packages: '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + '@types/estree@1.0.6': + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + '@types/graceful-fs@4.1.9': resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} + '@types/hast@3.0.4': + resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + '@types/istanbul-lib-coverage@2.0.6': resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} @@ -1887,8 +2134,8 @@ packages: '@types/json-schema@7.0.11': resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} - '@types/linkify-it@3.0.5': - resolution: {integrity: sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==} + '@types/linkify-it@5.0.0': + resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==} '@types/lodash-es@4.17.8': resolution: {integrity: sha512-euY3XQcZmIzSy7YH5+Unb3b2X12Wtk54YWINBvvGQ5SmMvwb11JQskGsfkH/5HXK77Kr8GF0wkVDIxzAisWtog==} @@ -1896,11 +2143,14 @@ packages: '@types/lodash@4.14.197': resolution: {integrity: sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==} - '@types/markdown-it@13.0.7': - resolution: {integrity: sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==} + '@types/markdown-it@14.1.2': + resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==} - '@types/mdurl@1.0.5': - resolution: {integrity: sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==} + '@types/mdast@4.0.4': + resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} + + '@types/mdurl@2.0.0': + resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} '@types/minimist@1.2.2': resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} @@ -1908,8 +2158,8 @@ packages: '@types/node@18.15.3': resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==} - '@types/node@18.19.50': - resolution: {integrity: sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg==} + '@types/node@18.19.67': + resolution: {integrity: sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ==} '@types/normalize-package-data@2.4.1': resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -1923,6 +2173,9 @@ packages: '@types/stack-utils@2.0.3': resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} + '@types/unist@3.0.3': + resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} + '@types/web-bluetooth@0.0.16': resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} @@ -1993,6 +2246,9 @@ packages: resolution: {integrity: sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@ungap/structured-clone@1.2.0': + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + '@uni-helper/uni-app-types@1.0.0-alpha.4': resolution: {integrity: sha512-ptjRovIr2brNixzZHK3TqjYOt5bEqdYYQWjj0D11fwqqsw6Z24a1OH+X7EDWRUvLCFpfTV9hGPNwxh/wPnP4qQ==} engines: {node: '>=14.18'} @@ -2055,6 +2311,13 @@ packages: vite: ^5.0.0 vue: ^3.2.25 + '@vitejs/plugin-vue@5.2.1': + resolution: {integrity: sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + vite: ^5.0.0 || ^6.0.0 + vue: ^3.2.25 + '@vitest/expect@0.30.1': resolution: {integrity: sha512-c3kbEtN8XXJSeN81iDGq29bUzSjQhjES2WR3aColsS4lPGbivwLtas4DNUe0jD9gg/FYGIteqOenfU95EFituw==} @@ -2101,6 +2364,9 @@ packages: '@vue/compiler-core@3.4.38': resolution: {integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==} + '@vue/compiler-core@3.5.13': + resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} + '@vue/compiler-core@3.5.7': resolution: {integrity: sha512-A0gay3lK71MddsSnGlBxRPOugIVdACze9L/rCo5X5srCyjQfZOfYtSFMJc3aOZCM+xN55EQpb4R97rYn/iEbSw==} @@ -2110,6 +2376,9 @@ packages: '@vue/compiler-dom@3.4.38': resolution: {integrity: sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==} + '@vue/compiler-dom@3.5.13': + resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} + '@vue/compiler-dom@3.5.7': resolution: {integrity: sha512-GYWl3+gO8/g0ZdYaJ18fYHdI/WVic2VuuUd1NsPp60DWXKy+XjdhFsDW7FbUto8siYYZcosBGn9yVBkjhq1M8Q==} @@ -2119,6 +2388,9 @@ packages: '@vue/compiler-sfc@3.4.38': resolution: {integrity: sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==} + '@vue/compiler-sfc@3.5.13': + resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} + '@vue/compiler-sfc@3.5.7': resolution: {integrity: sha512-EjOJtCWJrC7HqoCEzOwpIYHm+JH7YmkxC1hG6VkqIukYRqj8KFUlTLK6hcT4nGgtVov2+ZfrdrRlcaqS78HnBA==} @@ -2128,6 +2400,9 @@ packages: '@vue/compiler-ssr@3.4.38': resolution: {integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==} + '@vue/compiler-ssr@3.5.13': + resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} + '@vue/compiler-ssr@3.5.7': resolution: {integrity: sha512-oZx+jXP2k5arV/8Ly3TpQbfFyimMw2ANrRqvHJoKjPqtEzazxQGZjCLOfq8TnZ3wy2TOXdqfmVp4q7FyYeHV4g==} @@ -2144,16 +2419,14 @@ packages: '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/devtools-api@7.0.25': - resolution: {integrity: sha512-fL6DlRp4MSXCLYcqYvKU7QhQZWE3Hfu7X8pC25BS74coJi7uJeSWs4tmrITcwFihNmC9S5GPiffkMdckkeWjzg==} + '@vue/devtools-api@7.6.7': + resolution: {integrity: sha512-PV4I31WaV2rfA8RGauM+69uFEzWkqtP561RiLU2wK+Ce85u3zyKW3aoESlLCNzkc4y0JaJyskH6zAE3xWOP8+Q==} - '@vue/devtools-kit@7.0.25': - resolution: {integrity: sha512-wbLkSnOTsKHPb1mB9koFHUoSAF8Dp6Ii/ocR2+DeXFY4oKqIjCeJb/4Lihk4rgqEhCy1WwxLfTgNDo83VvDYkQ==} - peerDependencies: - vue: ^3.0.0 + '@vue/devtools-kit@7.6.7': + resolution: {integrity: sha512-V8/jrXY/swHgnblABG9U4QCbE60c6RuPasmv2d9FvVqc5d94t1vDiESuvRmdNJBdWz4/D3q6ffgyAfRVjwHYEw==} - '@vue/devtools-shared@7.0.25': - resolution: {integrity: sha512-5+XYhcHSXuJSguYnNwL6/e6VTmXwCfryWQOkffh9ZU2zMByybqqqBrMWqvBkqTmMFCjPdzulo66xXbVbwLaElQ==} + '@vue/devtools-shared@7.6.7': + resolution: {integrity: sha512-QggO6SviAsolrePAXZ/sA1dSicSPt4TueZibCvydfhNDieL1lAuyMTgQDGst7TEvMGb4vgYv2I+1sDkO4jWNnw==} '@vue/language-core@2.0.29': resolution: {integrity: sha512-o2qz9JPjhdoVj8D2+9bDXbaI4q2uZTHQA/dbyZT4Bj1FR9viZxDJnLcKVHfxdn6wsOzRgpqIzJEEmSSvgMvDTQ==} @@ -2166,12 +2439,21 @@ packages: '@vue/reactivity@3.4.38': resolution: {integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==} + '@vue/reactivity@3.5.13': + resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} + '@vue/runtime-core@3.4.38': resolution: {integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==} + '@vue/runtime-core@3.5.13': + resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==} + '@vue/runtime-dom@3.4.38': resolution: {integrity: sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==} + '@vue/runtime-dom@3.5.13': + resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==} + '@vue/server-renderer@3.4.21': resolution: {integrity: sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==} peerDependencies: @@ -2182,12 +2464,20 @@ packages: peerDependencies: vue: 3.4.38 + '@vue/server-renderer@3.5.13': + resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==} + peerDependencies: + vue: 3.5.13 + '@vue/shared@3.4.21': resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} '@vue/shared@3.4.38': resolution: {integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==} + '@vue/shared@3.5.13': + resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} + '@vue/shared@3.5.7': resolution: {integrity: sha512-NBE1PBIvzIedxIc2RZiKXvGbJkrZ2/hLf3h8GlS4/sP9xcXEZMFWOazFkNd6aGeUCMaproe5MHVYB3/4AW9q9g==} @@ -2199,27 +2489,30 @@ packages: '@types/node': optional: true - '@vueuse/core@10.9.0': - resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==} + '@vueuse/core@11.3.0': + resolution: {integrity: sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==} + + '@vueuse/core@12.0.0': + resolution: {integrity: sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==} '@vueuse/core@9.13.0': resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==} - '@vueuse/integrations@10.9.0': - resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==} + '@vueuse/integrations@11.3.0': + resolution: {integrity: sha512-5fzRl0apQWrDezmobchoiGTkGw238VWESxZHazfhP3RM7pDSiyXy18QbfYkILoYNTd23HPAfQTJpkUc5QbkwTw==} peerDependencies: - async-validator: '*' - axios: '*' - change-case: '*' - drauu: '*' - focus-trap: '*' - fuse.js: '*' - idb-keyval: '*' - jwt-decode: '*' - nprogress: '*' - qrcode: '*' - sortablejs: '*' - universal-cookie: '*' + async-validator: ^4 + axios: ^1 + change-case: ^5 + drauu: ^0.4 + focus-trap: ^7 + fuse.js: ^7 + idb-keyval: ^6 + jwt-decode: ^4 + nprogress: ^0.2 + qrcode: ^1.5 + sortablejs: ^1 + universal-cookie: ^7 peerDependenciesMeta: async-validator: optional: true @@ -2246,14 +2539,20 @@ packages: universal-cookie: optional: true - '@vueuse/metadata@10.9.0': - resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} + '@vueuse/metadata@11.3.0': + resolution: {integrity: sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==} + + '@vueuse/metadata@12.0.0': + resolution: {integrity: sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==} '@vueuse/metadata@9.13.0': resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} - '@vueuse/shared@10.9.0': - resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==} + '@vueuse/shared@11.3.0': + resolution: {integrity: sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==} + + '@vueuse/shared@12.0.0': + resolution: {integrity: sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==} '@vueuse/shared@9.13.0': resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==} @@ -2305,6 +2604,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.14.0: + resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} + engines: {node: '>=0.4.0'} + hasBin: true + acorn@8.8.2: resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==} engines: {node: '>=0.4.0'} @@ -2335,8 +2639,9 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} - algoliasearch@4.23.2: - resolution: {integrity: sha512-8aCl055IsokLuPU8BzLjwzXjb7ty9TPcUFFOk0pYOwsE5DMVhE3kwCMFtsCFKcnoPZK7oObm+H5mbnSO/9ioxQ==} + algoliasearch@5.15.0: + resolution: {integrity: sha512-Yf3Swz1s63hjvBVZ/9f2P1Uu48GjmjCN+Esxb6MAONMGtZB1fRX8/S1AhUTtsuTlcGovbYLxpHgc7wEzstDZBw==} + engines: {node: '>= 14.0.0'} ansi-escapes@4.3.2: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} @@ -2477,6 +2782,9 @@ packages: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} + birpc@0.2.19: + resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==} + blueimp-md5@2.19.0: resolution: {integrity: sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==} @@ -2566,6 +2874,9 @@ packages: caniuse-lite@1.0.30001655: resolution: {integrity: sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==} + ccount@2.0.1: + resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} + chai@4.3.7: resolution: {integrity: sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==} engines: {node: '>=4'} @@ -2590,6 +2901,12 @@ packages: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} + character-entities-html4@2.1.0: + resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} + + character-entities-legacy@3.0.0: + resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} + chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} @@ -2661,6 +2978,9 @@ packages: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} + comma-separated-tokens@2.0.3: + resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} + commander@10.0.0: resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==} engines: {node: '>=14'} @@ -2792,6 +3112,10 @@ packages: resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} engines: {node: '>= 0.6'} + copy-anything@3.0.5: + resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==} + engines: {node: '>=12.13'} + core-js-compat@3.38.1: resolution: {integrity: sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==} @@ -2933,6 +3257,15 @@ packages: supports-color: optional: true + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} @@ -2982,6 +3315,10 @@ packages: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} + dequal@2.0.3: + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} + engines: {node: '>=6'} + destroy@1.2.0: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} @@ -2994,6 +3331,9 @@ packages: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} + devlop@1.1.0: + resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} + diff-sequences@27.5.1: resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -3044,6 +3384,9 @@ packages: resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} engines: {node: '>=10'} + emoji-regex-xs@1.0.0: + resolution: {integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==} + emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -3080,8 +3423,8 @@ packages: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} - esbuild@0.16.17: - resolution: {integrity: sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==} + esbuild@0.18.20: + resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} engines: {node: '>=12'} hasBin: true @@ -3090,6 +3433,11 @@ packages: engines: {node: '>=12'} hasBin: true + esbuild@0.21.5: + resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} + engines: {node: '>=12'} + hasBin: true + escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} @@ -3318,14 +3666,14 @@ packages: flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} - focus-trap@7.5.4: - resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} + focus-trap@7.6.2: + resolution: {integrity: sha512-9FhUxK1hVju2+AiQIDJ5Dd//9R2n2RAfJ0qfhF4IHGHgcoEUTMpbTeG/zbEuwaiYXfuAH6XE0/aCyxDdRM+W5w==} for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} - form-data@3.0.1: - resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} + form-data@3.0.2: + resolution: {integrity: sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==} engines: {node: '>= 6'} forwarded@0.2.0: @@ -3517,6 +3865,12 @@ packages: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} + hast-util-to-html@9.0.3: + resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} + + hast-util-whitespace@3.0.0: + resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} + he@1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true @@ -3542,6 +3896,9 @@ packages: resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} engines: {node: '>=8'} + html-void-elements@3.0.0: + resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} + http-errors@2.0.0: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} engines: {node: '>= 0.8'} @@ -3763,6 +4120,10 @@ packages: is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + is-what@4.1.16: + resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==} + engines: {node: '>=12.13'} + is-wsl@2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} @@ -3981,6 +4342,11 @@ packages: engines: {node: '>=4'} hasBin: true + jsesc@3.0.2: + resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} + engines: {node: '>=6'} + hasBin: true + json-parse-better-errors@1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} @@ -4173,6 +4539,9 @@ packages: magic-string@0.30.11: resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} + magic-string@0.30.14: + resolution: {integrity: sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==} + magic-string@0.30.2: resolution: {integrity: sha512-lNZdu7pewtq/ZvWUp9Wpf/x7WzMTsR26TWV03BRZrXFsv+BI6dy8RAiKgm1uM/kyR0rCfUcqvOlXKG66KhIGug==} engines: {node: '>=12'} @@ -4206,6 +4575,9 @@ packages: resolution: {integrity: sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==} engines: {node: '>=8'} + mdast-util-to-hast@13.2.0: + resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} + media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} @@ -4246,6 +4618,21 @@ packages: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} + micromark-util-character@2.1.1: + resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==} + + micromark-util-encode@2.0.1: + resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==} + + micromark-util-sanitize-uri@2.0.1: + resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==} + + micromark-util-symbol@2.0.1: + resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==} + + micromark-util-types@2.0.1: + resolution: {integrity: sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==} + micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} @@ -4323,8 +4710,8 @@ packages: miniprogram-api-typings@3.12.3: resolution: {integrity: sha512-o7bOfrU28MEMCBWo83nXv0ROQSBFxJcfCl4f2wTYqah64ipC5RGqLJfvWJTWhlQt2ECVwspSzM8LgvnfMo7TEQ==} - minisearch@6.3.0: - resolution: {integrity: sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==} + minisearch@7.1.1: + resolution: {integrity: sha512-b3YZEYCEH4EdCAtYP7OlDyx7FdPwNzuNwLQ34SfJpM9dlbBZzeXndGavTrC+VCiRWomL21SWfMc6SCKO/U2ZNw==} mitt@3.0.1: resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} @@ -4371,6 +4758,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@3.3.8: + resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} @@ -4427,8 +4819,8 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} - nwsapi@2.2.12: - resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==} + nwsapi@2.2.16: + resolution: {integrity: sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==} object-inspect@1.12.3: resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} @@ -4459,6 +4851,9 @@ packages: resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} engines: {node: '>=12'} + oniguruma-to-es@0.7.0: + resolution: {integrity: sha512-HRaRh09cE0gRS3+wi2zxekB+I5L8C/gN60S+vb11eADHUaB/q4u8wGGOX3GvwvitG8ixaeycZfeoyruKQzUgNg==} + open@8.4.2: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} @@ -4634,6 +5029,9 @@ packages: picocolors@1.1.0: resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} @@ -4741,8 +5139,12 @@ packages: resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} - preact@10.20.1: - resolution: {integrity: sha512-JIFjgFg9B2qnOoGiYMVBtrcFxHqn+dNXbq76bVmcaHYJFYR4lW67AOcXgAYQQTDYXDOg/kTZrKPNCdRgJ2UJmw==} + postcss@8.4.49: + resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} + engines: {node: ^10 || ^12 || >=14} + + preact@10.25.1: + resolution: {integrity: sha512-frxeZV2vhQSohQwJ7FvlqC40ze89+8friponWUFeVEkaCfhC6Eu4V0iND5C9CXz8JLndV07QRDeXzH1+Anz5Og==} prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} @@ -4772,12 +5174,15 @@ packages: resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} + property-information@6.5.0: + resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} + proxy-addr@2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - psl@1.9.0: - resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} + psl@1.15.0: + resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==} punycode@2.3.0: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} @@ -4877,6 +5282,15 @@ packages: regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + regex-recursion@4.3.0: + resolution: {integrity: sha512-5LcLnizwjcQ2ALfOj95MjcatxyqF5RPySx9yT+PaXu3Gox2vyAtLDjHB8NTJLtMGkvyau6nI3CfpwFCjPUIs/A==} + + regex-utilities@2.3.0: + resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==} + + regex@5.0.2: + resolution: {integrity: sha512-/pczGbKIQgfTMRV0XjABvc5RzLqQmwqxLHdQao2RTXPk+pmTXB2P0IaUHYdYyk412YLwUIkaeMd5T+RzVgTqnQ==} + regexp.prototype.flags@1.4.3: resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} engines: {node: '>= 0.4'} @@ -4931,8 +5345,8 @@ packages: rfdc@1.3.0: resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==} - rfdc@1.3.1: - resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} + rfdc@1.4.1: + resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} @@ -4953,13 +5367,13 @@ packages: rollup: optional: true - rollup@3.26.3: - resolution: {integrity: sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ==} + rollup@3.29.5: + resolution: {integrity: sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true - rollup@4.13.2: - resolution: {integrity: sha512-MIlLgsdMprDBXC+4hsPgzWUasLO9CE4zOkj/u6j+Z6j5A4zRY+CtiXAdJyPtgCsc42g658Aeh1DlrdVEJhsL2g==} + rollup@4.28.1: + resolution: {integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -5062,8 +5476,8 @@ packages: shell-quote@1.8.0: resolution: {integrity: sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==} - shiki@1.2.2: - resolution: {integrity: sha512-nqazfFgrU+DBLqk4+WjmGQz8sVWkcUcGriHqSM2zGk0GhjirVz4FyJ3AABEx91OpjGiKpuKBg2diYfRfQG3Fbg==} + shiki@1.24.0: + resolution: {integrity: sha512-qIneep7QRwxRd5oiHb8jaRzH15V/S8F3saCXOdjwRLgozZJr5x2yeBhQtqkO3FSzQDwYEFAYuifg4oHjpDghrg==} side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} @@ -5116,6 +5530,9 @@ packages: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} engines: {node: '>= 8'} + space-separated-tokens@2.0.2: + resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} + spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} @@ -5207,6 +5624,9 @@ packages: string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + stringify-entities@4.0.4: + resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} + stringify-package@1.0.1: resolution: {integrity: sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==} deprecated: This module is not used anymore, and has been replaced by @npmcli/package-json @@ -5249,6 +5669,10 @@ packages: strip-literal@1.3.0: resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==} + superjson@2.2.2: + resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==} + engines: {node: '>=16'} + supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -5372,6 +5796,9 @@ packages: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} + trim-lines@3.0.1: + resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} + trim-newlines@3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} @@ -5488,6 +5915,21 @@ packages: unimport@3.7.1: resolution: {integrity: sha512-V9HpXYfsZye5bPPYUgs0Otn3ODS1mDUciaBlXljI4C2fTwfFpvFZRywmlOu943puN9sncxROMZhsZCjNXEpzEQ==} + unist-util-is@6.0.0: + resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} + + unist-util-position@5.0.0: + resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} + + unist-util-stringify-position@4.0.0: + resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} + + unist-util-visit-parents@6.0.1: + resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} + + unist-util-visit@5.0.0: + resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} + universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} @@ -5579,6 +6021,12 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} + vfile-message@4.0.2: + resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} + + vfile@6.0.3: + resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} + vite-node@0.30.1: resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==} engines: {node: '>=v14.18.0'} @@ -5589,38 +6037,13 @@ packages: peerDependencies: vite: '>=2.0.0' - vite@4.0.3: - resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==} + vite@4.5.5: + resolution: {integrity: sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: '@types/node': '>= 14' less: '*' - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - - vite@5.2.8: - resolution: {integrity: sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' lightningcss: ^1.21.0 sass: '*' stylus: '*' @@ -5642,8 +6065,39 @@ packages: terser: optional: true - vitepress@1.0.1: - resolution: {integrity: sha512-eNr5pOBppYUUjEhv8S0S2t9Tv95LQ6mMeHj6ivaGwfHxpov70Vduuwl/QQMDRznKDSaP0WKV7a82Pb4JVOaqEw==} + vite@5.4.11: + resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + + vitepress@1.5.0: + resolution: {integrity: sha512-q4Q/G2zjvynvizdB3/bupdYkCJe2umSAMv9Ju4d92E6/NXJ59z70xB0q5p/4lpRyAwflDsbwy1mLV9Q5+nlB+g==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -5688,8 +6142,8 @@ packages: vscode-uri@3.0.8: resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} - vue-demi@0.14.5: - resolution: {integrity: sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA==} + vue-demi@0.14.10: + resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} engines: {node: '>=12'} hasBin: true peerDependencies: @@ -5699,8 +6153,8 @@ packages: '@vue/composition-api': optional: true - vue-demi@0.14.7: - resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} + vue-demi@0.14.5: + resolution: {integrity: sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA==} engines: {node: '>=12'} hasBin: true peerDependencies: @@ -5741,6 +6195,14 @@ packages: typescript: optional: true + vue@3.5.13: + resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + w3c-hr-time@1.0.2: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} deprecated: Use your platform's native performance.now() and performance.timeOrigin. @@ -5932,111 +6394,115 @@ packages: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} + zwitch@2.0.4: + resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} + snapshots: - '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)(search-insights@2.13.0)': + '@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0)(search-insights@2.13.0)': dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)(search-insights@2.13.0) - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2) + '@algolia/autocomplete-plugin-algolia-insights': 1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0)(search-insights@2.13.0) + '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0) transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - search-insights - '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)(search-insights@2.13.0)': + '@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0)(search-insights@2.13.0)': dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2) + '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0) search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)': + '@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0)': dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2) - '@algolia/client-search': 4.23.2 - algoliasearch: 4.23.2 + '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0) + '@algolia/client-search': 5.15.0 + algoliasearch: 5.15.0 - '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)': + '@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0)': dependencies: - '@algolia/client-search': 4.23.2 - algoliasearch: 4.23.2 + '@algolia/client-search': 5.15.0 + algoliasearch: 5.15.0 - '@algolia/cache-browser-local-storage@4.23.2': + '@algolia/client-abtesting@5.15.0': dependencies: - '@algolia/cache-common': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/cache-common@4.23.2': {} - - '@algolia/cache-in-memory@4.23.2': + '@algolia/client-analytics@5.15.0': dependencies: - '@algolia/cache-common': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/client-account@4.23.2': + '@algolia/client-common@5.15.0': {} + + '@algolia/client-insights@5.15.0': dependencies: - '@algolia/client-common': 4.23.2 - '@algolia/client-search': 4.23.2 - '@algolia/transporter': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/client-analytics@4.23.2': + '@algolia/client-personalization@5.15.0': dependencies: - '@algolia/client-common': 4.23.2 - '@algolia/client-search': 4.23.2 - '@algolia/requester-common': 4.23.2 - '@algolia/transporter': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/client-common@4.23.2': + '@algolia/client-query-suggestions@5.15.0': dependencies: - '@algolia/requester-common': 4.23.2 - '@algolia/transporter': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/client-personalization@4.23.2': + '@algolia/client-search@5.15.0': dependencies: - '@algolia/client-common': 4.23.2 - '@algolia/requester-common': 4.23.2 - '@algolia/transporter': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/client-search@4.23.2': + '@algolia/ingestion@1.15.0': dependencies: - '@algolia/client-common': 4.23.2 - '@algolia/requester-common': 4.23.2 - '@algolia/transporter': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/logger-common@4.23.2': {} - - '@algolia/logger-console@4.23.2': + '@algolia/monitoring@1.15.0': dependencies: - '@algolia/logger-common': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/recommend@4.23.2': + '@algolia/recommend@5.15.0': dependencies: - '@algolia/cache-browser-local-storage': 4.23.2 - '@algolia/cache-common': 4.23.2 - '@algolia/cache-in-memory': 4.23.2 - '@algolia/client-common': 4.23.2 - '@algolia/client-search': 4.23.2 - '@algolia/logger-common': 4.23.2 - '@algolia/logger-console': 4.23.2 - '@algolia/requester-browser-xhr': 4.23.2 - '@algolia/requester-common': 4.23.2 - '@algolia/requester-node-http': 4.23.2 - '@algolia/transporter': 4.23.2 + '@algolia/client-common': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 - '@algolia/requester-browser-xhr@4.23.2': + '@algolia/requester-browser-xhr@5.15.0': dependencies: - '@algolia/requester-common': 4.23.2 + '@algolia/client-common': 5.15.0 - '@algolia/requester-common@4.23.2': {} - - '@algolia/requester-node-http@4.23.2': + '@algolia/requester-fetch@5.15.0': dependencies: - '@algolia/requester-common': 4.23.2 + '@algolia/client-common': 5.15.0 - '@algolia/transporter@4.23.2': + '@algolia/requester-node-http@5.15.0': dependencies: - '@algolia/cache-common': 4.23.2 - '@algolia/logger-common': 4.23.2 - '@algolia/requester-common': 4.23.2 + '@algolia/client-common': 5.15.0 '@ampproject/remapping@2.3.0': dependencies: @@ -6050,6 +6516,12 @@ snapshots: '@babel/highlight': 7.24.7 picocolors: 1.0.1 + '@babel/code-frame@7.26.2': + dependencies: + '@babel/helper-validator-identifier': 7.25.9 + js-tokens: 4.0.0 + picocolors: 1.1.1 + '@babel/compat-data@7.25.4': {} '@babel/core@7.24.3': @@ -6099,6 +6571,14 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + '@babel/generator@7.26.3': + dependencies: + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 3.0.2 + '@babel/helper-annotate-as-pure@7.22.5': dependencies: '@babel/types': 7.25.6 @@ -6213,6 +6693,8 @@ snapshots: '@babel/helper-plugin-utils@7.24.8': {} + '@babel/helper-plugin-utils@7.25.9': {} + '@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -6256,8 +6738,12 @@ snapshots: '@babel/helper-string-parser@7.24.8': {} + '@babel/helper-string-parser@7.25.9': {} + '@babel/helper-validator-identifier@7.24.7': {} + '@babel/helper-validator-identifier@7.25.9': {} + '@babel/helper-validator-option@7.24.8': {} '@babel/helper-wrap-function@7.25.0': @@ -6284,6 +6770,10 @@ snapshots: dependencies: '@babel/types': 7.25.6 + '@babel/parser@7.26.3': + dependencies: + '@babel/types': 7.26.3 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 @@ -6331,7 +6821,7 @@ snapshots: '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2)': dependencies: @@ -6363,6 +6853,11 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.3)': dependencies: '@babel/core': 7.24.3 @@ -6428,10 +6923,10 @@ snapshots: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.25.2)': + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.25.9 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2)': dependencies: @@ -6887,6 +7382,12 @@ snapshots: '@babel/parser': 7.25.6 '@babel/types': 7.25.6 + '@babel/template@7.25.9': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 + '@babel/traverse@7.25.6': dependencies: '@babel/code-frame': 7.24.7 @@ -6899,12 +7400,29 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.26.4': + dependencies: + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.3 + '@babel/parser': 7.26.3 + '@babel/template': 7.25.9 + '@babel/types': 7.26.3 + debug: 4.4.0 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.25.6': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.26.3': + dependencies: + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@bcoe/v8-coverage@0.2.3': {} '@commitlint/cli@19.5.0(@types/node@18.15.3)(typescript@5.5.4)': @@ -7026,9 +7544,9 @@ snapshots: '@dcloudio/types@3.4.12': {} - '@dcloudio/uni-app-harmony@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-app-harmony@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-app-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-app-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) debug: 4.3.6 fs-extra: 10.1.0 licia: 1.38.0 @@ -7043,10 +7561,10 @@ snapshots: - vite - vue - '@dcloudio/uni-app-plus@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-app-plus@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-app-uts': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-app-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-app-uts': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-app-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-app-vue': 3.0.0-4020420240722002 debug: 4.3.6 fs-extra: 10.1.0 @@ -7062,17 +7580,17 @@ snapshots: - vite - vue - '@dcloudio/uni-app-uts@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-app-uts@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: '@babel/parser': 7.25.6 '@babel/types': 7.25.6 - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-i18n': 3.0.0-4020420240722002 '@dcloudio/uni-nvue-styler': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 @@ -7085,7 +7603,7 @@ snapshots: magic-string: 0.30.11 picocolors: 1.0.1 source-map-js: 1.2.0 - unplugin-auto-import: 0.16.7(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(rollup@3.26.3) + unplugin-auto-import: 0.16.7(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5) transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -7095,14 +7613,14 @@ snapshots: - ts-node - vue - '@dcloudio/uni-app-vite@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-app-vite@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-i18n': 3.0.0-4020420240722002 '@dcloudio/uni-nvue-styler': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) - '@vitejs/plugin-vue': 5.0.4(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) + '@vitejs/plugin-vue': 5.0.4(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 debug: 4.3.7 @@ -7120,15 +7638,15 @@ snapshots: '@dcloudio/uni-app-vue@3.0.0-4020420240722002': {} - '@dcloudio/uni-app@3.0.0-4020420240722002(@dcloudio/types@3.4.12)(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-app@3.0.0-4020420240722002(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: '@dcloudio/types': 3.4.12 - '@dcloudio/uni-cloud': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-components': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cloud': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-components': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-i18n': 3.0.0-4020420240722002 - '@dcloudio/uni-push': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-push': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-shared': 3.0.0-4020420240722002 - '@dcloudio/uni-stat': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-stat': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@vue/shared': 3.4.21 transitivePeerDependencies: - '@nuxt/kit' @@ -7139,9 +7657,9 @@ snapshots: - ts-node - vue - '@dcloudio/uni-automator@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-automator@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) address: 1.2.2 cross-env: 7.0.3 debug: 4.3.6 @@ -7166,7 +7684,7 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-cli-shared@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-cli-shared@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.7 @@ -7178,7 +7696,7 @@ snapshots: '@intlify/core-base': 9.1.9 '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 @@ -7186,7 +7704,7 @@ snapshots: '@vue/server-renderer': 3.4.21(vue@3.4.38(typescript@5.5.4)) '@vue/shared': 3.4.21 adm-zip: 0.5.16 - autoprefixer: 10.4.20(postcss@8.4.47) + autoprefixer: 10.4.20(postcss@8.4.49) base64url: 3.0.1 chokidar: 3.5.3 compare-versions: 3.6.0 @@ -7206,14 +7724,14 @@ snapshots: module-alias: 2.2.2 os-locale-s-fix: 1.0.8-fix-1 picocolors: 1.0.1 - postcss-import: 14.1.0(postcss@8.4.47) - postcss-load-config: 3.1.4(postcss@8.4.47)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)) - postcss-modules: 4.3.1(postcss@8.4.47) + postcss-import: 14.1.0(postcss@8.4.49) + postcss-load-config: 3.1.4(postcss@8.4.49)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)) + postcss-modules: 4.3.1(postcss@8.4.49) postcss-selector-parser: 6.0.11 resolve: 1.22.8 source-map-js: 1.2.0 tapable: 2.2.1 - unplugin-auto-import: 0.16.7(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(rollup@3.26.3) + unplugin-auto-import: 0.16.7(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5) xregexp: 3.1.0 transitivePeerDependencies: - '@nuxt/kit' @@ -7224,9 +7742,9 @@ snapshots: - ts-node - vue - '@dcloudio/uni-cloud@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-cloud@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-i18n': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 @@ -7240,10 +7758,10 @@ snapshots: - ts-node - vue - '@dcloudio/uni-components@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-components@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cloud': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-h5': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cloud': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-h5': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-i18n': 3.0.0-4020420240722002 transitivePeerDependencies: - '@nuxt/kit' @@ -7254,11 +7772,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-h5-vite@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-h5-vite@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-shared': 3.0.0-4020420240722002 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 '@vue/server-renderer': 3.4.21(vue@3.4.38(typescript@5.5.4)) @@ -7283,9 +7801,9 @@ snapshots: transitivePeerDependencies: - vue - '@dcloudio/uni-h5@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-h5@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-h5-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-h5-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-h5-vue': 3.0.0-4020420240722002(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-i18n': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 @@ -7308,10 +7826,10 @@ snapshots: '@dcloudio/uni-i18n@3.0.0-4020420240722002': {} - '@dcloudio/uni-mp-alipay@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-alipay@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-core': 3.4.21 @@ -7325,13 +7843,13 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-baidu@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-baidu@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 - '@dcloudio/uni-mp-weixin': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-weixin': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-core': 3.4.21 '@vue/shared': 3.4.21 @@ -7351,12 +7869,12 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-mp-compiler@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-compiler@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: '@babel/generator': 7.25.6 '@babel/parser': 7.25.6 '@babel/types': 7.25.6 - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 @@ -7371,11 +7889,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-jd@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-jd@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 @@ -7388,13 +7906,13 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-kuaishou@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-kuaishou@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 - '@dcloudio/uni-mp-weixin': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-weixin': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-core': 3.4.21 '@vue/shared': 3.4.21 @@ -7409,12 +7927,12 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-mp-lark@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-lark@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-toutiao': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-toutiao': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-core': 3.4.21 @@ -7428,10 +7946,10 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-qq@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-qq@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 @@ -7445,11 +7963,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-toutiao@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-toutiao@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-core': 3.4.21 @@ -7463,11 +7981,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-vite@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-vite@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-i18n': 3.0.0-4020420240722002 - '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-sfc': 3.4.21 @@ -7487,10 +8005,10 @@ snapshots: '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 - '@dcloudio/uni-mp-weixin@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-weixin@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 @@ -7510,11 +8028,11 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-mp-xhs@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-xhs@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 @@ -7532,9 +8050,9 @@ snapshots: parse-css-font: 4.0.0 postcss: 8.4.47 - '@dcloudio/uni-push@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-push@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -7544,10 +8062,10 @@ snapshots: - ts-node - vue - '@dcloudio/uni-quickapp-webview@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-quickapp-webview@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 @@ -7566,9 +8084,9 @@ snapshots: '@dcloudio/uni-stacktracey@3.0.0-4020420240722002': {} - '@dcloudio/uni-stat@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-stat@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-shared': 3.0.0-4020420240722002 debug: 4.3.7 transitivePeerDependencies: @@ -7580,17 +8098,17 @@ snapshots: - ts-node - vue - '@dcloudio/vite-plugin-uni@3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/vite-plugin-uni@3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': dependencies: '@babel/core': 7.24.3 '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.3) '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.24.3) - '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(postcss@8.4.47)(rollup@3.26.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.4.49)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-shared': 3.0.0-4020420240722002 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) - '@vitejs/plugin-legacy': 5.4.2(terser@5.16.6)(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)) - '@vitejs/plugin-vue': 5.0.4(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) + '@vitejs/plugin-legacy': 5.4.2(terser@5.16.6)(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)) + '@vitejs/plugin-vue': 5.0.4(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 @@ -7606,8 +8124,8 @@ snapshots: magic-string: 0.30.8 picocolors: 1.0.1 terser: 5.16.6 - unplugin-auto-import: 0.16.7(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(rollup@3.26.3) - vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + unplugin-auto-import: 0.16.7(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5) + vite: 5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -7617,12 +8135,12 @@ snapshots: - ts-node - vue - '@docsearch/css@3.6.0': {} + '@docsearch/css@3.8.0': {} - '@docsearch/js@3.6.0(@algolia/client-search@4.23.2)(search-insights@2.13.0)': + '@docsearch/js@3.8.0(@algolia/client-search@5.15.0)(search-insights@2.13.0)': dependencies: - '@docsearch/react': 3.6.0(@algolia/client-search@4.23.2)(search-insights@2.13.0) - preact: 10.20.1 + '@docsearch/react': 3.8.0(@algolia/client-search@5.15.0)(search-insights@2.13.0) + preact: 10.25.1 transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -7630,156 +8148,225 @@ snapshots: - react-dom - search-insights - '@docsearch/react@3.6.0(@algolia/client-search@4.23.2)(search-insights@2.13.0)': + '@docsearch/react@3.8.0(@algolia/client-search@5.15.0)(search-insights@2.13.0)': dependencies: - '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2)(search-insights@2.13.0) - '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.2)(algoliasearch@4.23.2) - '@docsearch/css': 3.6.0 - algoliasearch: 4.23.2 + '@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0)(search-insights@2.13.0) + '@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.15.0)(algoliasearch@5.15.0) + '@docsearch/css': 3.8.0 + algoliasearch: 5.15.0 optionalDependencies: search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' - '@element-plus/icons-vue@2.1.0(vue@3.4.38(typescript@5.5.4))': + '@element-plus/icons-vue@2.3.1(vue@3.4.38(typescript@5.5.4))': dependencies: vue: 3.4.38(typescript@5.5.4) '@esbuild/aix-ppc64@0.20.2': optional: true - '@esbuild/android-arm64@0.16.17': + '@esbuild/aix-ppc64@0.21.5': + optional: true + + '@esbuild/android-arm64@0.18.20': optional: true '@esbuild/android-arm64@0.20.2': optional: true - '@esbuild/android-arm@0.16.17': + '@esbuild/android-arm64@0.21.5': + optional: true + + '@esbuild/android-arm@0.18.20': optional: true '@esbuild/android-arm@0.20.2': optional: true - '@esbuild/android-x64@0.16.17': + '@esbuild/android-arm@0.21.5': + optional: true + + '@esbuild/android-x64@0.18.20': optional: true '@esbuild/android-x64@0.20.2': optional: true - '@esbuild/darwin-arm64@0.16.17': + '@esbuild/android-x64@0.21.5': + optional: true + + '@esbuild/darwin-arm64@0.18.20': optional: true '@esbuild/darwin-arm64@0.20.2': optional: true - '@esbuild/darwin-x64@0.16.17': + '@esbuild/darwin-arm64@0.21.5': + optional: true + + '@esbuild/darwin-x64@0.18.20': optional: true '@esbuild/darwin-x64@0.20.2': optional: true - '@esbuild/freebsd-arm64@0.16.17': + '@esbuild/darwin-x64@0.21.5': + optional: true + + '@esbuild/freebsd-arm64@0.18.20': optional: true '@esbuild/freebsd-arm64@0.20.2': optional: true - '@esbuild/freebsd-x64@0.16.17': + '@esbuild/freebsd-arm64@0.21.5': + optional: true + + '@esbuild/freebsd-x64@0.18.20': optional: true '@esbuild/freebsd-x64@0.20.2': optional: true - '@esbuild/linux-arm64@0.16.17': + '@esbuild/freebsd-x64@0.21.5': + optional: true + + '@esbuild/linux-arm64@0.18.20': optional: true '@esbuild/linux-arm64@0.20.2': optional: true - '@esbuild/linux-arm@0.16.17': + '@esbuild/linux-arm64@0.21.5': + optional: true + + '@esbuild/linux-arm@0.18.20': optional: true '@esbuild/linux-arm@0.20.2': optional: true - '@esbuild/linux-ia32@0.16.17': + '@esbuild/linux-arm@0.21.5': + optional: true + + '@esbuild/linux-ia32@0.18.20': optional: true '@esbuild/linux-ia32@0.20.2': optional: true - '@esbuild/linux-loong64@0.16.17': + '@esbuild/linux-ia32@0.21.5': + optional: true + + '@esbuild/linux-loong64@0.18.20': optional: true '@esbuild/linux-loong64@0.20.2': optional: true - '@esbuild/linux-mips64el@0.16.17': + '@esbuild/linux-loong64@0.21.5': + optional: true + + '@esbuild/linux-mips64el@0.18.20': optional: true '@esbuild/linux-mips64el@0.20.2': optional: true - '@esbuild/linux-ppc64@0.16.17': + '@esbuild/linux-mips64el@0.21.5': + optional: true + + '@esbuild/linux-ppc64@0.18.20': optional: true '@esbuild/linux-ppc64@0.20.2': optional: true - '@esbuild/linux-riscv64@0.16.17': + '@esbuild/linux-ppc64@0.21.5': + optional: true + + '@esbuild/linux-riscv64@0.18.20': optional: true '@esbuild/linux-riscv64@0.20.2': optional: true - '@esbuild/linux-s390x@0.16.17': + '@esbuild/linux-riscv64@0.21.5': + optional: true + + '@esbuild/linux-s390x@0.18.20': optional: true '@esbuild/linux-s390x@0.20.2': optional: true - '@esbuild/linux-x64@0.16.17': + '@esbuild/linux-s390x@0.21.5': + optional: true + + '@esbuild/linux-x64@0.18.20': optional: true '@esbuild/linux-x64@0.20.2': optional: true - '@esbuild/netbsd-x64@0.16.17': + '@esbuild/linux-x64@0.21.5': + optional: true + + '@esbuild/netbsd-x64@0.18.20': optional: true '@esbuild/netbsd-x64@0.20.2': optional: true - '@esbuild/openbsd-x64@0.16.17': + '@esbuild/netbsd-x64@0.21.5': + optional: true + + '@esbuild/openbsd-x64@0.18.20': optional: true '@esbuild/openbsd-x64@0.20.2': optional: true - '@esbuild/sunos-x64@0.16.17': + '@esbuild/openbsd-x64@0.21.5': + optional: true + + '@esbuild/sunos-x64@0.18.20': optional: true '@esbuild/sunos-x64@0.20.2': optional: true - '@esbuild/win32-arm64@0.16.17': + '@esbuild/sunos-x64@0.21.5': + optional: true + + '@esbuild/win32-arm64@0.18.20': optional: true '@esbuild/win32-arm64@0.20.2': optional: true - '@esbuild/win32-ia32@0.16.17': + '@esbuild/win32-arm64@0.21.5': + optional: true + + '@esbuild/win32-ia32@0.18.20': optional: true '@esbuild/win32-ia32@0.20.2': optional: true - '@esbuild/win32-x64@0.16.17': + '@esbuild/win32-ia32@0.21.5': + optional: true + + '@esbuild/win32-x64@0.18.20': optional: true '@esbuild/win32-x64@0.20.2': optional: true + '@esbuild/win32-x64@0.21.5': + optional: true + '@eslint-community/eslint-utils@4.2.0(eslint@8.36.0)': dependencies: eslint: 8.36.0 @@ -7828,6 +8415,12 @@ snapshots: '@hutson/parse-repository-url@3.0.2': {} + '@iconify-json/simple-icons@1.2.14': + dependencies: + '@iconify/types': 2.0.0 + + '@iconify/types@2.0.0': {} + '@intlify/core-base@9.1.9': dependencies: '@intlify/devtools-if': 9.1.9 @@ -7899,7 +8492,7 @@ snapshots: '@jest/console@27.5.1': dependencies: '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -7912,7 +8505,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -7946,14 +8539,14 @@ snapshots: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 jest-mock: 27.5.1 '@jest/fake-timers@27.5.1': dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 18.19.50 + '@types/node': 18.19.67 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -7971,7 +8564,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -8040,7 +8633,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 18.19.50 + '@types/node': 18.19.67 '@types/yargs': 16.0.9 chalk: 4.1.2 @@ -8360,64 +8953,101 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - '@rollup/pluginutils@5.1.0(rollup@3.26.3)': + '@rollup/pluginutils@5.1.0(rollup@3.29.5)': dependencies: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: - rollup: 3.26.3 + rollup: 3.29.5 - '@rollup/rollup-android-arm-eabi@4.13.2': + '@rollup/rollup-android-arm-eabi@4.28.1': optional: true - '@rollup/rollup-android-arm64@4.13.2': + '@rollup/rollup-android-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-arm64@4.13.2': + '@rollup/rollup-darwin-arm64@4.28.1': optional: true - '@rollup/rollup-darwin-x64@4.13.2': + '@rollup/rollup-darwin-x64@4.28.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.13.2': + '@rollup/rollup-freebsd-arm64@4.28.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.13.2': + '@rollup/rollup-freebsd-x64@4.28.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.13.2': + '@rollup/rollup-linux-arm-gnueabihf@4.28.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.13.2': + '@rollup/rollup-linux-arm-musleabihf@4.28.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.13.2': + '@rollup/rollup-linux-arm64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.13.2': + '@rollup/rollup-linux-arm64-musl@4.28.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.13.2': + '@rollup/rollup-linux-loongarch64-gnu@4.28.1': optional: true - '@rollup/rollup-linux-x64-musl@4.13.2': + '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.13.2': + '@rollup/rollup-linux-riscv64-gnu@4.28.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.13.2': + '@rollup/rollup-linux-s390x-gnu@4.28.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.13.2': + '@rollup/rollup-linux-x64-gnu@4.28.1': optional: true - '@shikijs/core@1.2.2': {} + '@rollup/rollup-linux-x64-musl@4.28.1': + optional: true - '@shikijs/transformers@1.2.2': + '@rollup/rollup-win32-arm64-msvc@4.28.1': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.28.1': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.28.1': + optional: true + + '@shikijs/core@1.24.0': dependencies: - shiki: 1.2.2 + '@shikijs/engine-javascript': 1.24.0 + '@shikijs/engine-oniguruma': 1.24.0 + '@shikijs/types': 1.24.0 + '@shikijs/vscode-textmate': 9.3.0 + '@types/hast': 3.0.4 + hast-util-to-html: 9.0.3 + + '@shikijs/engine-javascript@1.24.0': + dependencies: + '@shikijs/types': 1.24.0 + '@shikijs/vscode-textmate': 9.3.0 + oniguruma-to-es: 0.7.0 + + '@shikijs/engine-oniguruma@1.24.0': + dependencies: + '@shikijs/types': 1.24.0 + '@shikijs/vscode-textmate': 9.3.0 + + '@shikijs/transformers@1.24.0': + dependencies: + shiki: 1.24.0 + + '@shikijs/types@1.24.0': + dependencies: + '@shikijs/vscode-textmate': 9.3.0 + '@types/hast': 3.0.4 + + '@shikijs/vscode-textmate@9.3.0': {} '@sinonjs/commons@1.8.6': dependencies: @@ -8445,24 +9075,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.25.6 - '@babel/types': 7.25.6 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.26.3 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.25.6 - '@babel/types': 7.25.6 + '@babel/parser': 7.26.3 + '@babel/types': 7.26.3 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.26.3 '@types/chai-subset@1.3.3': dependencies: @@ -8476,9 +9106,15 @@ snapshots: '@types/estree@1.0.5': {} + '@types/estree@1.0.6': {} + '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 18.19.50 + '@types/node': 18.19.67 + + '@types/hast@3.0.4': + dependencies: + '@types/unist': 3.0.3 '@types/istanbul-lib-coverage@2.0.6': {} @@ -8492,7 +9128,7 @@ snapshots: '@types/json-schema@7.0.11': {} - '@types/linkify-it@3.0.5': {} + '@types/linkify-it@5.0.0': {} '@types/lodash-es@4.17.8': dependencies: @@ -8500,18 +9136,22 @@ snapshots: '@types/lodash@4.14.197': {} - '@types/markdown-it@13.0.7': + '@types/markdown-it@14.1.2': dependencies: - '@types/linkify-it': 3.0.5 - '@types/mdurl': 1.0.5 + '@types/linkify-it': 5.0.0 + '@types/mdurl': 2.0.0 - '@types/mdurl@1.0.5': {} + '@types/mdast@4.0.4': + dependencies: + '@types/unist': 3.0.3 + + '@types/mdurl@2.0.0': {} '@types/minimist@1.2.2': {} '@types/node@18.15.3': {} - '@types/node@18.19.50': + '@types/node@18.19.67': dependencies: undici-types: 5.26.5 @@ -8523,6 +9163,8 @@ snapshots: '@types/stack-utils@2.0.3': {} + '@types/unist@3.0.3': {} + '@types/web-bluetooth@0.0.16': {} '@types/web-bluetooth@0.0.20': {} @@ -8617,6 +9259,8 @@ snapshots: '@typescript-eslint/types': 5.55.0 eslint-visitor-keys: 3.3.0 + '@ungap/structured-clone@1.2.0': {} + '@uni-helper/uni-app-types@1.0.0-alpha.4(typescript@5.5.4)(vue@3.4.38(typescript@5.5.4))': dependencies: typescript: 5.5.4 @@ -8641,10 +9285,10 @@ snapshots: typescript: 5.5.4 vue: 3.4.38(typescript@5.5.4) - '@uni-helper/vite-plugin-uni-components@0.1.0(rollup@3.26.3)': + '@uni-helper/vite-plugin-uni-components@0.1.0(rollup@3.29.5)': dependencies: '@antfu/utils': 0.7.7 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) chokidar: 3.5.3 debug: 4.3.7 fast-glob: 3.3.2 @@ -8660,7 +9304,7 @@ snapshots: '@vant/touch-emulator@1.4.0': {} - '@vitejs/plugin-legacy@5.4.2(terser@5.16.6)(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))': + '@vitejs/plugin-legacy@5.4.2(terser@5.16.6)(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))': dependencies: '@babel/core': 7.25.2 '@babel/preset-env': 7.25.4(@babel/core@7.25.2) @@ -8671,25 +9315,30 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.16.6 - vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vite: 5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': dependencies: '@babel/core': 7.24.3 '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.24.3) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.24.3) - vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vite: 5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.0.4(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': + '@vitejs/plugin-vue@5.0.4(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))': dependencies: - vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vite: 5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) vue: 3.4.38(typescript@5.5.4) + '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.5.13(typescript@5.5.4))': + dependencies: + vite: 5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vue: 3.5.13(typescript@5.5.4) + '@vitest/expect@0.30.1': dependencies: '@vitest/spy': 0.30.1 @@ -8777,6 +9426,14 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 + '@vue/compiler-core@3.5.13': + dependencies: + '@babel/parser': 7.26.3 + '@vue/shared': 3.5.13 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + '@vue/compiler-core@3.5.7': dependencies: '@babel/parser': 7.25.6 @@ -8795,6 +9452,11 @@ snapshots: '@vue/compiler-core': 3.4.38 '@vue/shared': 3.4.38 + '@vue/compiler-dom@3.5.13': + dependencies: + '@vue/compiler-core': 3.5.13 + '@vue/shared': 3.5.13 + '@vue/compiler-dom@3.5.7': dependencies: '@vue/compiler-core': 3.5.7 @@ -8824,6 +9486,18 @@ snapshots: postcss: 8.4.47 source-map-js: 1.2.1 + '@vue/compiler-sfc@3.5.13': + dependencies: + '@babel/parser': 7.26.3 + '@vue/compiler-core': 3.5.13 + '@vue/compiler-dom': 3.5.13 + '@vue/compiler-ssr': 3.5.13 + '@vue/shared': 3.5.13 + estree-walker: 2.0.2 + magic-string: 0.30.14 + postcss: 8.4.49 + source-map-js: 1.2.1 + '@vue/compiler-sfc@3.5.7': dependencies: '@babel/parser': 7.25.6 @@ -8833,7 +9507,7 @@ snapshots: '@vue/shared': 3.5.7 estree-walker: 2.0.2 magic-string: 0.30.11 - postcss: 8.4.47 + postcss: 8.4.49 source-map-js: 1.2.1 '@vue/compiler-ssr@3.4.21': @@ -8846,6 +9520,11 @@ snapshots: '@vue/compiler-dom': 3.4.38 '@vue/shared': 3.4.38 + '@vue/compiler-ssr@3.5.13': + dependencies: + '@vue/compiler-dom': 3.5.13 + '@vue/shared': 3.5.13 + '@vue/compiler-ssr@3.5.7': dependencies: '@vue/compiler-dom': 3.5.7 @@ -8862,24 +9541,23 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-api@7.0.25(vue@3.4.38(typescript@5.5.4))': + '@vue/devtools-api@7.6.7': dependencies: - '@vue/devtools-kit': 7.0.25(vue@3.4.38(typescript@5.5.4)) - transitivePeerDependencies: - - vue + '@vue/devtools-kit': 7.6.7 - '@vue/devtools-kit@7.0.25(vue@3.4.38(typescript@5.5.4))': + '@vue/devtools-kit@7.6.7': dependencies: - '@vue/devtools-shared': 7.0.25 + '@vue/devtools-shared': 7.6.7 + birpc: 0.2.19 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - vue: 3.4.38(typescript@5.5.4) + superjson: 2.2.2 - '@vue/devtools-shared@7.0.25': + '@vue/devtools-shared@7.6.7': dependencies: - rfdc: 1.3.1 + rfdc: 1.4.1 '@vue/language-core@2.0.29(typescript@5.5.4)': dependencies: @@ -8898,11 +9576,20 @@ snapshots: dependencies: '@vue/shared': 3.4.38 + '@vue/reactivity@3.5.13': + dependencies: + '@vue/shared': 3.5.13 + '@vue/runtime-core@3.4.38': dependencies: '@vue/reactivity': 3.4.38 '@vue/shared': 3.4.38 + '@vue/runtime-core@3.5.13': + dependencies: + '@vue/reactivity': 3.5.13 + '@vue/shared': 3.5.13 + '@vue/runtime-dom@3.4.38': dependencies: '@vue/reactivity': 3.4.38 @@ -8910,6 +9597,13 @@ snapshots: '@vue/shared': 3.4.38 csstype: 3.1.3 + '@vue/runtime-dom@3.5.13': + dependencies: + '@vue/reactivity': 3.5.13 + '@vue/runtime-core': 3.5.13 + '@vue/shared': 3.5.13 + csstype: 3.1.3 + '@vue/server-renderer@3.4.21(vue@3.4.38(typescript@5.5.4))': dependencies: '@vue/compiler-ssr': 3.4.21 @@ -8922,26 +9616,43 @@ snapshots: '@vue/shared': 3.4.38 vue: 3.4.38(typescript@5.5.4) + '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.5.4))': + dependencies: + '@vue/compiler-ssr': 3.5.13 + '@vue/shared': 3.5.13 + vue: 3.5.13(typescript@5.5.4) + '@vue/shared@3.4.21': {} '@vue/shared@3.4.38': {} + '@vue/shared@3.5.13': {} + '@vue/shared@3.5.7': {} '@vue/tsconfig@0.1.3(@types/node@18.15.3)': optionalDependencies: '@types/node': 18.15.3 - '@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4))': + '@vueuse/core@11.3.0(vue@3.5.13(typescript@5.5.4))': dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 10.9.0 - '@vueuse/shared': 10.9.0(vue@3.4.38(typescript@5.5.4)) - vue-demi: 0.14.7(vue@3.4.38(typescript@5.5.4)) + '@vueuse/metadata': 11.3.0 + '@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.5.13(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue + '@vueuse/core@12.0.0(typescript@5.5.4)': + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 12.0.0 + '@vueuse/shared': 12.0.0(typescript@5.5.4) + vue: 3.5.13(typescript@5.5.4) + transitivePeerDependencies: + - typescript + '@vueuse/core@9.13.0(vue@3.4.38(typescript@5.5.4))': dependencies: '@types/web-bluetooth': 0.0.16 @@ -8952,29 +9663,37 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/integrations@10.9.0(async-validator@4.2.5)(focus-trap@7.5.4)(vue@3.4.38(typescript@5.5.4))': + '@vueuse/integrations@11.3.0(async-validator@4.2.5)(focus-trap@7.6.2)(vue@3.5.13(typescript@5.5.4))': dependencies: - '@vueuse/core': 10.9.0(vue@3.4.38(typescript@5.5.4)) - '@vueuse/shared': 10.9.0(vue@3.4.38(typescript@5.5.4)) - vue-demi: 0.14.7(vue@3.4.38(typescript@5.5.4)) + '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.5.4)) + '@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.5.13(typescript@5.5.4)) optionalDependencies: async-validator: 4.2.5 - focus-trap: 7.5.4 + focus-trap: 7.6.2 transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/metadata@10.9.0': {} + '@vueuse/metadata@11.3.0': {} + + '@vueuse/metadata@12.0.0': {} '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@10.9.0(vue@3.4.38(typescript@5.5.4))': + '@vueuse/shared@11.3.0(vue@3.5.13(typescript@5.5.4))': dependencies: - vue-demi: 0.14.7(vue@3.4.38(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.5.13(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue + '@vueuse/shared@12.0.0(typescript@5.5.4)': + dependencies: + vue: 3.5.13(typescript@5.5.4) + transitivePeerDependencies: + - typescript + '@vueuse/shared@9.13.0(vue@3.4.38(typescript@5.5.4))': dependencies: vue-demi: 0.14.5(vue@3.4.38(typescript@5.5.4)) @@ -9009,7 +9728,7 @@ snapshots: acorn-walk@8.3.4: dependencies: - acorn: 8.12.1 + acorn: 8.14.0 optional: true acorn@7.4.1: {} @@ -9018,6 +9737,8 @@ snapshots: acorn@8.12.1: {} + acorn@8.14.0: {} + acorn@8.8.2: {} add-stream@1.0.0: {} @@ -9028,7 +9749,7 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -9051,23 +9772,21 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - algoliasearch@4.23.2: + algoliasearch@5.15.0: dependencies: - '@algolia/cache-browser-local-storage': 4.23.2 - '@algolia/cache-common': 4.23.2 - '@algolia/cache-in-memory': 4.23.2 - '@algolia/client-account': 4.23.2 - '@algolia/client-analytics': 4.23.2 - '@algolia/client-common': 4.23.2 - '@algolia/client-personalization': 4.23.2 - '@algolia/client-search': 4.23.2 - '@algolia/logger-common': 4.23.2 - '@algolia/logger-console': 4.23.2 - '@algolia/recommend': 4.23.2 - '@algolia/requester-browser-xhr': 4.23.2 - '@algolia/requester-common': 4.23.2 - '@algolia/requester-node-http': 4.23.2 - '@algolia/transporter': 4.23.2 + '@algolia/client-abtesting': 5.15.0 + '@algolia/client-analytics': 5.15.0 + '@algolia/client-common': 5.15.0 + '@algolia/client-insights': 5.15.0 + '@algolia/client-personalization': 5.15.0 + '@algolia/client-query-suggestions': 5.15.0 + '@algolia/client-search': 5.15.0 + '@algolia/ingestion': 1.15.0 + '@algolia/monitoring': 1.15.0 + '@algolia/recommend': 5.15.0 + '@algolia/requester-browser-xhr': 5.15.0 + '@algolia/requester-fetch': 5.15.0 + '@algolia/requester-node-http': 5.15.0 ansi-escapes@4.3.2: dependencies: @@ -9126,14 +9845,14 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.4.20(postcss@8.4.47): + autoprefixer@10.4.20(postcss@8.4.49): dependencies: browserslist: 4.23.3 caniuse-lite: 1.0.30001655 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.5: {} @@ -9154,7 +9873,7 @@ snapshots: babel-plugin-istanbul@6.1.1: dependencies: - '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-plugin-utils': 7.25.9 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -9164,8 +9883,8 @@ snapshots: babel-plugin-jest-hoist@27.5.1: dependencies: - '@babel/template': 7.25.0 - '@babel/types': 7.25.6 + '@babel/template': 7.25.9 + '@babel/types': 7.26.3 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 @@ -9200,7 +9919,7 @@ snapshots: '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.25.2) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2) '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2) - '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.25.2) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.25.2) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2) @@ -9226,6 +9945,8 @@ snapshots: binary-extensions@2.2.0: {} + birpc@0.2.19: {} + blueimp-md5@2.19.0: {} bmp-js@0.1.0: {} @@ -9318,6 +10039,8 @@ snapshots: caniuse-lite@1.0.30001655: {} + ccount@2.0.1: {} + chai@4.3.7: dependencies: assertion-error: 1.1.0 @@ -9345,6 +10068,10 @@ snapshots: char-regex@1.0.2: {} + character-entities-html4@2.1.0: {} + + character-entities-legacy@3.0.0: {} + chardet@0.7.0: {} check-error@1.0.2: {} @@ -9417,6 +10144,8 @@ snapshots: dependencies: delayed-stream: 1.0.0 + comma-separated-tokens@2.0.3: {} + commander@10.0.0: {} commander@2.20.3: {} @@ -9591,6 +10320,10 @@ snapshots: cookie@0.5.0: {} + copy-anything@3.0.5: + dependencies: + is-what: 4.1.16 + core-js-compat@3.38.1: dependencies: browserslist: 4.23.3 @@ -9698,6 +10431,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.0: + dependencies: + ms: 2.1.3 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -9734,12 +10471,18 @@ snapshots: depd@2.0.0: {} + dequal@2.0.3: {} + destroy@1.2.0: {} detect-indent@6.1.0: {} detect-newline@3.1.0: {} + devlop@1.1.0: + dependencies: + dequal: 2.0.3 + diff-sequences@27.5.1: {} diff@4.0.2: @@ -9777,7 +10520,7 @@ snapshots: element-plus@2.3.9(vue@3.4.38(typescript@5.5.4)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.1.0(vue@3.4.38(typescript@5.5.4)) + '@element-plus/icons-vue': 2.3.1(vue@3.4.38(typescript@5.5.4)) '@floating-ui/dom': 1.5.1 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.14.197 @@ -9797,6 +10540,8 @@ snapshots: emittery@0.8.1: {} + emoji-regex-xs@1.0.0: {} + emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} @@ -9862,30 +10607,30 @@ snapshots: is-date-object: 1.0.5 is-symbol: 1.0.4 - esbuild@0.16.17: + esbuild@0.18.20: optionalDependencies: - '@esbuild/android-arm': 0.16.17 - '@esbuild/android-arm64': 0.16.17 - '@esbuild/android-x64': 0.16.17 - '@esbuild/darwin-arm64': 0.16.17 - '@esbuild/darwin-x64': 0.16.17 - '@esbuild/freebsd-arm64': 0.16.17 - '@esbuild/freebsd-x64': 0.16.17 - '@esbuild/linux-arm': 0.16.17 - '@esbuild/linux-arm64': 0.16.17 - '@esbuild/linux-ia32': 0.16.17 - '@esbuild/linux-loong64': 0.16.17 - '@esbuild/linux-mips64el': 0.16.17 - '@esbuild/linux-ppc64': 0.16.17 - '@esbuild/linux-riscv64': 0.16.17 - '@esbuild/linux-s390x': 0.16.17 - '@esbuild/linux-x64': 0.16.17 - '@esbuild/netbsd-x64': 0.16.17 - '@esbuild/openbsd-x64': 0.16.17 - '@esbuild/sunos-x64': 0.16.17 - '@esbuild/win32-arm64': 0.16.17 - '@esbuild/win32-ia32': 0.16.17 - '@esbuild/win32-x64': 0.16.17 + '@esbuild/android-arm': 0.18.20 + '@esbuild/android-arm64': 0.18.20 + '@esbuild/android-x64': 0.18.20 + '@esbuild/darwin-arm64': 0.18.20 + '@esbuild/darwin-x64': 0.18.20 + '@esbuild/freebsd-arm64': 0.18.20 + '@esbuild/freebsd-x64': 0.18.20 + '@esbuild/linux-arm': 0.18.20 + '@esbuild/linux-arm64': 0.18.20 + '@esbuild/linux-ia32': 0.18.20 + '@esbuild/linux-loong64': 0.18.20 + '@esbuild/linux-mips64el': 0.18.20 + '@esbuild/linux-ppc64': 0.18.20 + '@esbuild/linux-riscv64': 0.18.20 + '@esbuild/linux-s390x': 0.18.20 + '@esbuild/linux-x64': 0.18.20 + '@esbuild/netbsd-x64': 0.18.20 + '@esbuild/openbsd-x64': 0.18.20 + '@esbuild/sunos-x64': 0.18.20 + '@esbuild/win32-arm64': 0.18.20 + '@esbuild/win32-ia32': 0.18.20 + '@esbuild/win32-x64': 0.18.20 esbuild@0.20.2: optionalDependencies: @@ -9913,6 +10658,32 @@ snapshots: '@esbuild/win32-ia32': 0.20.2 '@esbuild/win32-x64': 0.20.2 + esbuild@0.21.5: + optionalDependencies: + '@esbuild/aix-ppc64': 0.21.5 + '@esbuild/android-arm': 0.21.5 + '@esbuild/android-arm64': 0.21.5 + '@esbuild/android-x64': 0.21.5 + '@esbuild/darwin-arm64': 0.21.5 + '@esbuild/darwin-x64': 0.21.5 + '@esbuild/freebsd-arm64': 0.21.5 + '@esbuild/freebsd-x64': 0.21.5 + '@esbuild/linux-arm': 0.21.5 + '@esbuild/linux-arm64': 0.21.5 + '@esbuild/linux-ia32': 0.21.5 + '@esbuild/linux-loong64': 0.21.5 + '@esbuild/linux-mips64el': 0.21.5 + '@esbuild/linux-ppc64': 0.21.5 + '@esbuild/linux-riscv64': 0.21.5 + '@esbuild/linux-s390x': 0.21.5 + '@esbuild/linux-x64': 0.21.5 + '@esbuild/netbsd-x64': 0.21.5 + '@esbuild/openbsd-x64': 0.21.5 + '@esbuild/sunos-x64': 0.21.5 + '@esbuild/win32-arm64': 0.21.5 + '@esbuild/win32-ia32': 0.21.5 + '@esbuild/win32-x64': 0.21.5 + escalade@3.1.1: {} escalade@3.2.0: {} @@ -10220,7 +10991,7 @@ snapshots: flatted@3.2.7: {} - focus-trap@7.5.4: + focus-trap@7.6.2: dependencies: tabbable: 6.2.0 @@ -10228,7 +10999,7 @@ snapshots: dependencies: is-callable: 1.2.7 - form-data@3.0.1: + form-data@3.0.2: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 @@ -10425,6 +11196,24 @@ snapshots: dependencies: function-bind: 1.1.2 + hast-util-to-html@9.0.3: + dependencies: + '@types/hast': 3.0.4 + '@types/unist': 3.0.3 + ccount: 2.0.1 + comma-separated-tokens: 2.0.3 + hast-util-whitespace: 3.0.0 + html-void-elements: 3.0.0 + mdast-util-to-hast: 13.2.0 + property-information: 6.5.0 + space-separated-tokens: 2.0.2 + stringify-entities: 4.0.4 + zwitch: 2.0.4 + + hast-util-whitespace@3.0.0: + dependencies: + '@types/hast': 3.0.4 + he@1.2.0: {} hookable@5.5.3: {} @@ -10443,6 +11232,8 @@ snapshots: html-tags@3.3.1: {} + html-void-elements@3.0.0: {} + http-errors@2.0.0: dependencies: depd: 2.0.0 @@ -10455,14 +11246,14 @@ snapshots: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -10478,9 +11269,9 @@ snapshots: icss-replace-symbols@1.1.0: {} - icss-utils@5.1.0(postcss@8.4.47): + icss-utils@5.1.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 ieee754@1.2.1: {} @@ -10647,6 +11438,8 @@ snapshots: dependencies: call-bind: 1.0.2 + is-what@4.1.16: {} + is-wsl@2.2.0: dependencies: is-docker: 2.2.1 @@ -10662,7 +11455,7 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: '@babel/core': 7.25.2 - '@babel/parser': 7.25.6 + '@babel/parser': 7.26.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -10677,7 +11470,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.7 + debug: 4.4.0 istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -10699,7 +11492,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -10797,7 +11590,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -10812,7 +11605,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -10822,7 +11615,7 @@ snapshots: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.9 - '@types/node': 18.19.50 + '@types/node': 18.19.67 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -10841,7 +11634,7 @@ snapshots: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -10871,7 +11664,7 @@ snapshots: jest-message-util@27.5.1: dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.26.2 '@jest/types': 27.5.1 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -10884,7 +11677,7 @@ snapshots: jest-mock@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): optionalDependencies: @@ -10920,7 +11713,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -10971,16 +11764,16 @@ snapshots: jest-serializer@27.5.1: dependencies: - '@types/node': 18.19.50 + '@types/node': 18.19.67 graceful-fs: 4.2.11 jest-snapshot@27.5.1: dependencies: '@babel/core': 7.25.2 - '@babel/generator': 7.25.6 - '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.25.2) - '@babel/traverse': 7.25.6 - '@babel/types': 7.25.6 + '@babel/generator': 7.26.3 + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.25.2) + '@babel/traverse': 7.26.4 + '@babel/types': 7.26.3 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.20.6 @@ -11004,7 +11797,7 @@ snapshots: jest-util@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -11023,7 +11816,7 @@ snapshots: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.19.50 + '@types/node': 18.19.67 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -11031,7 +11824,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 18.19.50 + '@types/node': 18.19.67 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -11078,7 +11871,7 @@ snapshots: jsdom@16.7.0: dependencies: abab: 2.0.6 - acorn: 8.12.1 + acorn: 8.14.0 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -11086,12 +11879,12 @@ snapshots: decimal.js: 10.4.3 domexception: 2.0.1 escodegen: 2.1.0 - form-data: 3.0.1 + form-data: 3.0.2 html-encoding-sniffer: 2.0.1 http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.12 + nwsapi: 2.2.16 parse5: 6.0.1 saxes: 5.0.1 symbol-tree: 3.2.4 @@ -11113,6 +11906,8 @@ snapshots: jsesc@2.5.2: {} + jsesc@3.0.2: {} + json-parse-better-errors@1.0.2: {} json-parse-even-better-errors@2.3.1: {} @@ -11298,6 +12093,10 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 + magic-string@0.30.14: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + magic-string@0.30.2: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 @@ -11327,6 +12126,18 @@ snapshots: dependencies: blueimp-md5: 2.19.0 + mdast-util-to-hast@13.2.0: + dependencies: + '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 + '@ungap/structured-clone': 1.2.0 + devlop: 1.1.0 + micromark-util-sanitize-uri: 2.0.1 + trim-lines: 3.0.1 + unist-util-position: 5.0.0 + unist-util-visit: 5.0.0 + vfile: 6.0.3 + media-typer@0.3.0: {} memoize-one@6.0.0: {} @@ -11361,6 +12172,23 @@ snapshots: methods@1.1.2: {} + micromark-util-character@2.1.1: + dependencies: + micromark-util-symbol: 2.0.1 + micromark-util-types: 2.0.1 + + micromark-util-encode@2.0.1: {} + + micromark-util-sanitize-uri@2.0.1: + dependencies: + micromark-util-character: 2.1.1 + micromark-util-encode: 2.0.1 + micromark-util-symbol: 2.0.1 + + micromark-util-symbol@2.0.1: {} + + micromark-util-types@2.0.1: {} + micromatch@4.0.5: dependencies: braces: 3.0.2 @@ -11425,7 +12253,7 @@ snapshots: miniprogram-api-typings@3.12.3: {} - minisearch@6.3.0: {} + minisearch@7.1.1: {} mitt@3.0.1: {} @@ -11465,6 +12293,8 @@ snapshots: nanoid@3.3.7: {} + nanoid@3.3.8: {} + natural-compare-lite@1.4.0: {} natural-compare@1.4.0: {} @@ -11523,7 +12353,7 @@ snapshots: dependencies: boolbase: 1.0.0 - nwsapi@2.2.12: {} + nwsapi@2.2.16: {} object-inspect@1.12.3: {} @@ -11554,6 +12384,12 @@ snapshots: dependencies: mimic-fn: 4.0.0 + oniguruma-to-es@0.7.0: + dependencies: + emoji-regex-xs: 1.0.0 + regex: 5.0.2 + regex-recursion: 4.3.0 + open@8.4.2: dependencies: define-lazy-prop: 2.0.0 @@ -11709,6 +12545,8 @@ snapshots: picocolors@1.1.0: {} + picocolors@1.1.1: {} + picomatch@2.3.1: {} pidtree@0.3.1: {} @@ -11737,52 +12575,52 @@ snapshots: pngjs@3.4.0: {} - postcss-import@14.1.0(postcss@8.4.47): + postcss-import@14.1.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 - postcss-load-config@3.1.4(postcss@8.4.47)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)): + postcss-load-config@3.1.4(postcss@8.4.49)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)): dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: - postcss: 8.4.47 + postcss: 8.4.49 ts-node: 10.9.2(@types/node@18.15.3)(typescript@5.5.4) - postcss-modules-extract-imports@3.0.0(postcss@8.4.47): + postcss-modules-extract-imports@3.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 - postcss-modules-local-by-default@4.0.0(postcss@8.4.47): + postcss-modules-local-by-default@4.0.0(postcss@8.4.49): dependencies: - icss-utils: 5.1.0(postcss@8.4.47) - postcss: 8.4.47 + icss-utils: 5.1.0(postcss@8.4.49) + postcss: 8.4.49 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.0.0(postcss@8.4.47): + postcss-modules-scope@3.0.0(postcss@8.4.49): dependencies: - postcss: 8.4.47 + postcss: 8.4.49 postcss-selector-parser: 6.0.11 - postcss-modules-values@4.0.0(postcss@8.4.47): + postcss-modules-values@4.0.0(postcss@8.4.49): dependencies: - icss-utils: 5.1.0(postcss@8.4.47) - postcss: 8.4.47 + icss-utils: 5.1.0(postcss@8.4.49) + postcss: 8.4.49 - postcss-modules@4.3.1(postcss@8.4.47): + postcss-modules@4.3.1(postcss@8.4.49): dependencies: generic-names: 4.0.0 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 8.4.47 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.47) - postcss-modules-local-by-default: 4.0.0(postcss@8.4.47) - postcss-modules-scope: 3.0.0(postcss@8.4.47) - postcss-modules-values: 4.0.0(postcss@8.4.47) + postcss: 8.4.49 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.49) + postcss-modules-local-by-default: 4.0.0(postcss@8.4.49) + postcss-modules-scope: 3.0.0(postcss@8.4.49) + postcss-modules-values: 4.0.0(postcss@8.4.49) string-hash: 1.1.3 postcss-selector-parser@6.0.11: @@ -11810,7 +12648,13 @@ snapshots: picocolors: 1.1.0 source-map-js: 1.2.1 - preact@10.20.1: {} + postcss@8.4.49: + dependencies: + nanoid: 3.3.8 + picocolors: 1.1.1 + source-map-js: 1.2.1 + + preact@10.25.1: {} prelude-ls@1.2.1: {} @@ -11835,12 +12679,16 @@ snapshots: kleur: 3.0.3 sisteransi: 1.0.5 + property-information@6.5.0: {} + proxy-addr@2.0.7: dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 - psl@1.9.0: {} + psl@1.15.0: + dependencies: + punycode: 2.3.1 punycode@2.3.0: {} @@ -11946,6 +12794,16 @@ snapshots: dependencies: '@babel/runtime': 7.21.0 + regex-recursion@4.3.0: + dependencies: + regex-utilities: 2.3.0 + + regex-utilities@2.3.0: {} + + regex@5.0.2: + dependencies: + regex-utilities: 2.3.0 + regexp.prototype.flags@1.4.3: dependencies: call-bind: 1.0.2 @@ -11996,7 +12854,7 @@ snapshots: rfdc@1.3.0: {} - rfdc@1.3.1: {} + rfdc@1.4.1: {} rimraf@3.0.2: dependencies: @@ -12006,38 +12864,42 @@ snapshots: dependencies: glob: 9.2.1 - rollup-plugin-visualizer@5.9.0(rollup@3.26.3): + rollup-plugin-visualizer@5.9.0(rollup@3.29.5): dependencies: open: 8.4.2 picomatch: 2.3.1 source-map: 0.7.4 yargs: 17.7.1 optionalDependencies: - rollup: 3.26.3 + rollup: 3.29.5 - rollup@3.26.3: + rollup@3.29.5: optionalDependencies: fsevents: 2.3.3 - rollup@4.13.2: + rollup@4.28.1: dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.13.2 - '@rollup/rollup-android-arm64': 4.13.2 - '@rollup/rollup-darwin-arm64': 4.13.2 - '@rollup/rollup-darwin-x64': 4.13.2 - '@rollup/rollup-linux-arm-gnueabihf': 4.13.2 - '@rollup/rollup-linux-arm64-gnu': 4.13.2 - '@rollup/rollup-linux-arm64-musl': 4.13.2 - '@rollup/rollup-linux-powerpc64le-gnu': 4.13.2 - '@rollup/rollup-linux-riscv64-gnu': 4.13.2 - '@rollup/rollup-linux-s390x-gnu': 4.13.2 - '@rollup/rollup-linux-x64-gnu': 4.13.2 - '@rollup/rollup-linux-x64-musl': 4.13.2 - '@rollup/rollup-win32-arm64-msvc': 4.13.2 - '@rollup/rollup-win32-ia32-msvc': 4.13.2 - '@rollup/rollup-win32-x64-msvc': 4.13.2 + '@rollup/rollup-android-arm-eabi': 4.28.1 + '@rollup/rollup-android-arm64': 4.28.1 + '@rollup/rollup-darwin-arm64': 4.28.1 + '@rollup/rollup-darwin-x64': 4.28.1 + '@rollup/rollup-freebsd-arm64': 4.28.1 + '@rollup/rollup-freebsd-x64': 4.28.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.28.1 + '@rollup/rollup-linux-arm-musleabihf': 4.28.1 + '@rollup/rollup-linux-arm64-gnu': 4.28.1 + '@rollup/rollup-linux-arm64-musl': 4.28.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.28.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.28.1 + '@rollup/rollup-linux-riscv64-gnu': 4.28.1 + '@rollup/rollup-linux-s390x-gnu': 4.28.1 + '@rollup/rollup-linux-x64-gnu': 4.28.1 + '@rollup/rollup-linux-x64-musl': 4.28.1 + '@rollup/rollup-win32-arm64-msvc': 4.28.1 + '@rollup/rollup-win32-ia32-msvc': 4.28.1 + '@rollup/rollup-win32-x64-msvc': 4.28.1 fsevents: 2.3.3 run-async@2.4.1: {} @@ -12139,9 +13001,14 @@ snapshots: shell-quote@1.8.0: {} - shiki@1.2.2: + shiki@1.24.0: dependencies: - '@shikijs/core': 1.2.2 + '@shikijs/core': 1.24.0 + '@shikijs/engine-javascript': 1.24.0 + '@shikijs/engine-oniguruma': 1.24.0 + '@shikijs/types': 1.24.0 + '@shikijs/vscode-textmate': 9.3.0 + '@types/hast': 3.0.4 side-channel@1.0.4: dependencies: @@ -12189,6 +13056,8 @@ snapshots: source-map@0.7.4: {} + space-separated-tokens@2.0.2: {} + spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 @@ -12299,6 +13168,11 @@ snapshots: dependencies: safe-buffer: 5.2.1 + stringify-entities@4.0.4: + dependencies: + character-entities-html4: 2.1.0 + character-entities-legacy: 3.0.0 + stringify-package@1.0.1: {} strip-ansi@6.0.1: @@ -12331,6 +13205,10 @@ snapshots: dependencies: acorn: 8.11.3 + superjson@2.2.2: + dependencies: + copy-anything: 3.0.5 + supports-color@5.5.0: dependencies: has-flag: 3.0.0 @@ -12427,7 +13305,7 @@ snapshots: tough-cookie@4.1.4: dependencies: - psl: 1.9.0 + psl: 1.15.0 punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 @@ -12436,6 +13314,8 @@ snapshots: dependencies: punycode: 2.3.1 + trim-lines@3.0.1: {} + trim-newlines@3.0.1: {} ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4): @@ -12446,7 +13326,7 @@ snapshots: '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 '@types/node': 18.15.3 - acorn: 8.12.1 + acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 @@ -12530,9 +13410,9 @@ snapshots: unicorn-magic@0.1.0: {} - unimport@3.7.1(rollup@3.26.3): + unimport@3.7.1(rollup@3.29.5): dependencies: - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) acorn: 8.11.3 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 @@ -12548,46 +13428,69 @@ snapshots: transitivePeerDependencies: - rollup + unist-util-is@6.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-position@5.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-stringify-position@4.0.0: + dependencies: + '@types/unist': 3.0.3 + + unist-util-visit-parents@6.0.1: + dependencies: + '@types/unist': 3.0.3 + unist-util-is: 6.0.0 + + unist-util-visit@5.0.0: + dependencies: + '@types/unist': 3.0.3 + unist-util-is: 6.0.0 + unist-util-visit-parents: 6.0.1 + universalify@0.2.0: {} universalify@2.0.0: {} unpipe@1.0.0: {} - unplugin-auto-import@0.16.7(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(rollup@3.26.3): + unplugin-auto-import@0.16.7(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5): dependencies: '@antfu/utils': 0.7.7 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.11 minimatch: 9.0.5 - unimport: 3.7.1(rollup@3.26.3) + unimport: 3.7.1(rollup@3.29.5) unplugin: 1.7.1 optionalDependencies: - '@vueuse/core': 10.9.0(vue@3.4.38(typescript@5.5.4)) + '@vueuse/core': 12.0.0(typescript@5.5.4) transitivePeerDependencies: - rollup - unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.38(typescript@5.5.4)))(rollup@3.26.3): + unplugin-auto-import@0.17.5(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5): dependencies: '@antfu/utils': 0.7.7 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.8 minimatch: 9.0.3 - unimport: 3.7.1(rollup@3.26.3) + unimport: 3.7.1(rollup@3.29.5) unplugin: 1.7.1 optionalDependencies: - '@vueuse/core': 10.9.0(vue@3.4.38(typescript@5.5.4)) + '@vueuse/core': 12.0.0(typescript@5.5.4) transitivePeerDependencies: - rollup - unplugin-vue-components@0.26.0(@babel/parser@7.25.6)(rollup@3.26.3)(vue@3.4.38(typescript@5.5.4)): + unplugin-vue-components@0.26.0(@babel/parser@7.26.3)(rollup@3.29.5)(vue@3.4.38(typescript@5.5.4)): dependencies: '@antfu/utils': 0.7.7 - '@rollup/pluginutils': 5.1.0(rollup@3.26.3) + '@rollup/pluginutils': 5.1.0(rollup@3.29.5) chokidar: 3.5.3 debug: 4.3.4 fast-glob: 3.3.2 @@ -12598,7 +13501,7 @@ snapshots: unplugin: 1.7.1 vue: 3.4.38(typescript@5.5.4) optionalDependencies: - '@babel/parser': 7.25.6 + '@babel/parser': 7.26.3 transitivePeerDependencies: - rollup - supports-color @@ -12651,6 +13554,16 @@ snapshots: vary@1.1.2: {} + vfile-message@4.0.2: + dependencies: + '@types/unist': 3.0.3 + unist-util-stringify-position: 4.0.0 + + vfile@6.0.3: + dependencies: + '@types/unist': 3.0.3 + vfile-message: 4.0.2 + vite-node@0.30.1(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6): dependencies: cac: 6.7.14 @@ -12658,67 +13571,70 @@ snapshots: mlly: 1.2.0 pathe: 1.1.0 picocolors: 1.0.1 - vite: 4.0.3(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vite: 4.5.5(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) transitivePeerDependencies: - '@types/node' - less + - lightningcss - sass - stylus - sugarss - supports-color - terser - vite-plugin-compression@0.5.1(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)): + vite-plugin-compression@0.5.1(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)): dependencies: chalk: 4.1.2 debug: 4.3.4 fs-extra: 10.1.0 - vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vite: 5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) transitivePeerDependencies: - supports-color - vite@4.0.3(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6): + vite@4.5.5(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6): dependencies: - esbuild: 0.16.17 + esbuild: 0.18.20 postcss: 8.4.28 - resolve: 1.22.8 - rollup: 3.26.3 + rollup: 3.29.5 optionalDependencies: '@types/node': 18.15.3 fsevents: 2.3.3 sass: 1.59.3 terser: 5.16.6 - vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6): + vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6): dependencies: - esbuild: 0.20.2 - postcss: 8.4.38 - rollup: 4.13.2 + esbuild: 0.21.5 + postcss: 8.4.49 + rollup: 4.28.1 optionalDependencies: '@types/node': 18.15.3 fsevents: 2.3.3 sass: 1.59.3 terser: 5.16.6 - vitepress@1.0.1(@algolia/client-search@4.23.2)(@types/node@18.15.3)(async-validator@4.2.5)(postcss@8.4.47)(sass@1.59.3)(search-insights@2.13.0)(terser@5.16.6)(typescript@5.5.4): + vitepress@1.5.0(@algolia/client-search@5.15.0)(@types/node@18.15.3)(async-validator@4.2.5)(postcss@8.4.49)(sass@1.59.3)(search-insights@2.13.0)(terser@5.16.6)(typescript@5.5.4): dependencies: - '@docsearch/css': 3.6.0 - '@docsearch/js': 3.6.0(@algolia/client-search@4.23.2)(search-insights@2.13.0) - '@shikijs/core': 1.2.2 - '@shikijs/transformers': 1.2.2 - '@types/markdown-it': 13.0.7 - '@vitejs/plugin-vue': 5.0.4(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4)) - '@vue/devtools-api': 7.0.25(vue@3.4.38(typescript@5.5.4)) - '@vueuse/core': 10.9.0(vue@3.4.38(typescript@5.5.4)) - '@vueuse/integrations': 10.9.0(async-validator@4.2.5)(focus-trap@7.5.4)(vue@3.4.38(typescript@5.5.4)) - focus-trap: 7.5.4 + '@docsearch/css': 3.8.0 + '@docsearch/js': 3.8.0(@algolia/client-search@5.15.0)(search-insights@2.13.0) + '@iconify-json/simple-icons': 1.2.14 + '@shikijs/core': 1.24.0 + '@shikijs/transformers': 1.24.0 + '@shikijs/types': 1.24.0 + '@types/markdown-it': 14.1.2 + '@vitejs/plugin-vue': 5.2.1(vite@5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.5.13(typescript@5.5.4)) + '@vue/devtools-api': 7.6.7 + '@vue/shared': 3.5.13 + '@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.5.4)) + '@vueuse/integrations': 11.3.0(async-validator@4.2.5)(focus-trap@7.6.2)(vue@3.5.13(typescript@5.5.4)) + focus-trap: 7.6.2 mark.js: 8.11.1 - minisearch: 6.3.0 - shiki: 1.2.2 - vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) - vue: 3.4.38(typescript@5.5.4) + minisearch: 7.1.1 + shiki: 1.24.0 + vite: 5.4.11(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vue: 3.5.13(typescript@5.5.4) optionalDependencies: - postcss: 8.4.47 + postcss: 8.4.49 transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -12738,6 +13654,7 @@ snapshots: - react - react-dom - sass + - sass-embedded - search-insights - sortablejs - stylus @@ -12771,13 +13688,14 @@ snapshots: strip-literal: 1.0.1 tinybench: 2.4.0 tinypool: 0.4.0 - vite: 4.0.3(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) + vite: 4.5.5(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) vite-node: 0.30.1(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6) why-is-node-running: 2.2.2 optionalDependencies: jsdom: 16.7.0 transitivePeerDependencies: - less + - lightningcss - sass - stylus - sugarss @@ -12786,11 +13704,11 @@ snapshots: vscode-uri@3.0.8: {} - vue-demi@0.14.5(vue@3.4.38(typescript@5.5.4)): + vue-demi@0.14.10(vue@3.5.13(typescript@5.5.4)): dependencies: - vue: 3.4.38(typescript@5.5.4) + vue: 3.5.13(typescript@5.5.4) - vue-demi@0.14.7(vue@3.4.38(typescript@5.5.4)): + vue-demi@0.14.5(vue@3.4.38(typescript@5.5.4)): dependencies: vue: 3.4.38(typescript@5.5.4) @@ -12837,6 +13755,16 @@ snapshots: optionalDependencies: typescript: 5.5.4 + vue@3.5.13(typescript@5.5.4): + dependencies: + '@vue/compiler-dom': 3.5.13 + '@vue/compiler-sfc': 3.5.13 + '@vue/runtime-dom': 3.5.13 + '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.5.4)) + '@vue/shared': 3.5.13 + optionalDependencies: + typescript: 5.5.4 + w3c-hr-time@1.0.2: dependencies: browser-process-hrtime: 1.0.0 @@ -13008,3 +13936,5 @@ snapshots: yocto-queue@0.1.0: {} yocto-queue@1.0.0: {} + + zwitch@2.0.4: {} diff --git a/src/pages/radio/Index.vue b/src/pages/radio/Index.vue index 151e51f2..7c6a7846 100644 --- a/src/pages/radio/Index.vue +++ b/src/pages/radio/Index.vue @@ -53,11 +53,16 @@ 单选框1 单选框2 - + 单选框1 单选框2 + + + 单选框1 + 单选框2 + @@ -132,6 +137,7 @@ const value9 = ref(1) const value10 = ref(1) const value11 = ref(1) const value12 = ref(1) +const value13 = ref(1) function change(e: any) { console.log(e) diff --git a/src/uni_modules/wot-design-uni/components/wd-radio/types.ts b/src/uni_modules/wot-design-uni/components/wd-radio/types.ts index a683c8ae..d0f03ccd 100644 --- a/src/uni_modules/wot-design-uni/components/wd-radio/types.ts +++ b/src/uni_modules/wot-design-uni/components/wd-radio/types.ts @@ -1,10 +1,10 @@ /* * @Author: weisheng * @Date: 2024-03-15 20:40:34 - * @LastEditTime: 2024-03-18 16:01:19 + * @LastEditTime: 2024-12-07 18:52:34 * @LastEditors: weisheng * @Description: - * @FilePath: \wot-design-uni\src\uni_modules\wot-design-uni\components\wd-radio\types.ts + * @FilePath: /wot-design-uni/src/uni_modules/wot-design-uni/components/wd-radio/types.ts * 记得注释 */ import type { PropType } from 'vue' @@ -41,9 +41,11 @@ export const radioProps = { }, /** 最大宽度 */ maxWidth: String, - /** 图标位置,默认为 left */ + /** + * 图标位置 + * 可选值: 'left' | 'right' | 'auto' + */ iconPlacement: { - type: [String, null] as PropType, - default: null + type: String as PropType } }