feat: 添加自定义切换组件,更新 FormKit 配置以支持新类型
This commit is contained in:
29
pnpm-lock.yaml
generated
29
pnpm-lock.yaml
generated
@ -29,6 +29,9 @@ importers:
|
||||
'@formkit/zod':
|
||||
specifier: ^1.6.9
|
||||
version: 1.6.9(zod@3.23.8)
|
||||
'@headlessui/vue':
|
||||
specifier: ^1.7.23
|
||||
version: 1.7.23(vue@3.5.13(typescript@5.6.3))
|
||||
autoprefixer:
|
||||
specifier: latest
|
||||
version: 10.4.20(postcss@8.4.49)
|
||||
@ -299,6 +302,12 @@ packages:
|
||||
peerDependencies:
|
||||
zod: ^3.0.0
|
||||
|
||||
'@headlessui/vue@1.7.23':
|
||||
resolution: {integrity: sha512-JzdCNqurrtuu0YW6QaDtR2PIYCKPUWq28csDyMvN4zmGccmE7lz40Is6hc3LA4HFeCI7sekZ/PQMTNmn9I/4Wg==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
|
||||
'@isaacs/cliui@8.0.2':
|
||||
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
||||
engines: {node: '>=12'}
|
||||
@ -436,6 +445,14 @@ packages:
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@tanstack/virtual-core@3.10.9':
|
||||
resolution: {integrity: sha512-kBknKOKzmeR7lN+vSadaKWXaLS0SZZG+oqpQ/k80Q6g9REn6zRHS/ZYdrIzHnpHgy/eWs00SujveUN/GJT2qTw==}
|
||||
|
||||
'@tanstack/vue-virtual@3.10.9':
|
||||
resolution: {integrity: sha512-KU2quiwJQpA0sdflpXw24bhW+x8PG+FlrSJK3Ilobim671HNn4ztLVWUCEz3Inei4dLYq+GW1MK9X6i6ZeirkQ==}
|
||||
peerDependencies:
|
||||
vue: ^2.7.0 || ^3.0.0
|
||||
|
||||
'@types/estree@1.0.6':
|
||||
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
||||
|
||||
@ -1208,6 +1225,11 @@ snapshots:
|
||||
'@formkit/core': 1.6.9
|
||||
zod: 3.23.8
|
||||
|
||||
'@headlessui/vue@1.7.23(vue@3.5.13(typescript@5.6.3))':
|
||||
dependencies:
|
||||
'@tanstack/vue-virtual': 3.10.9(vue@3.5.13(typescript@5.6.3))
|
||||
vue: 3.5.13(typescript@5.6.3)
|
||||
|
||||
'@isaacs/cliui@8.0.2':
|
||||
dependencies:
|
||||
string-width: 5.1.2
|
||||
@ -1303,6 +1325,13 @@ snapshots:
|
||||
'@rollup/rollup-win32-x64-msvc@4.27.2':
|
||||
optional: true
|
||||
|
||||
'@tanstack/virtual-core@3.10.9': {}
|
||||
|
||||
'@tanstack/vue-virtual@3.10.9(vue@3.5.13(typescript@5.6.3))':
|
||||
dependencies:
|
||||
'@tanstack/virtual-core': 3.10.9
|
||||
vue: 3.5.13(typescript@5.6.3)
|
||||
|
||||
'@types/estree@1.0.6': {}
|
||||
|
||||
'@vitejs/plugin-vue@5.2.0(vite@5.4.11)(vue@3.5.13(typescript@5.6.3))':
|
||||
|
Reference in New Issue
Block a user