feat: update

This commit is contained in:
Sadegh Barati 2024-01-17 22:36:44 +03:30
parent 070a51647e
commit f1f7f4b559
3 changed files with 48 additions and 8 deletions

View File

@ -310,6 +310,13 @@ export const Index = {
component: () => import('../src/lib/registry/default/example/CommandDialogDemo.vue').then(m => m.default), component: () => import('../src/lib/registry/default/example/CommandDialogDemo.vue').then(m => m.default),
files: ['../src/lib/registry/default/example/CommandDialogDemo.vue'], files: ['../src/lib/registry/default/example/CommandDialogDemo.vue'],
}, },
CommandDialogUseFuseDemo: {
name: 'CommandDialogUseFuseDemo',
type: 'components:example',
registryDependencies: ['command'],
component: () => import('../src/lib/registry/default/example/CommandDialogUseFuseDemo.vue').then(m => m.default),
files: ['../src/lib/registry/default/example/CommandDialogUseFuseDemo.vue'],
},
ContextMenuDemo: { ContextMenuDemo: {
name: 'ContextMenuDemo', name: 'ContextMenuDemo',
type: 'components:example', type: 'components:example',
@ -1152,6 +1159,13 @@ export const Index = {
component: () => import('../src/lib/registry/new-york/example/CommandDialogDemo.vue').then(m => m.default), component: () => import('../src/lib/registry/new-york/example/CommandDialogDemo.vue').then(m => m.default),
files: ['../src/lib/registry/new-york/example/CommandDialogDemo.vue'], files: ['../src/lib/registry/new-york/example/CommandDialogDemo.vue'],
}, },
CommandDialogUseFuseDemo: {
name: 'CommandDialogUseFuseDemo',
type: 'components:example',
registryDependencies: ['command'],
component: () => import('../src/lib/registry/new-york/example/CommandDialogUseFuseDemo.vue').then(m => m.default),
files: ['../src/lib/registry/new-york/example/CommandDialogUseFuseDemo.vue'],
},
ContextMenuDemo: { ContextMenuDemo: {
name: 'ContextMenuDemo', name: 'ContextMenuDemo',
type: 'components:example', type: 'components:example',

View File

@ -24,6 +24,7 @@
"@unovis/vue": "1.3.0-beta.3", "@unovis/vue": "1.3.0-beta.3",
"@vee-validate/zod": "^4.12.3", "@vee-validate/zod": "^4.12.3",
"@vueuse/core": "^10.5.0", "@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.7.2",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"codesandbox": "^2.2.3", "codesandbox": "^2.2.3",

View File

@ -71,6 +71,9 @@ importers:
'@vueuse/core': '@vueuse/core':
specifier: ^10.5.0 specifier: ^10.5.0
version: 10.5.0(vue@3.4.8) version: 10.5.0(vue@3.4.8)
'@vueuse/integrations':
specifier: ^10.7.2
version: 10.7.2(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.8)
class-variance-authority: class-variance-authority:
specifier: ^0.7.0 specifier: ^0.7.0
version: 0.7.0 version: 0.7.0
@ -4277,6 +4280,9 @@ packages:
/@types/web-bluetooth@0.0.18: /@types/web-bluetooth@0.0.18:
resolution: {integrity: sha512-v/ZHEj9xh82usl8LMR3GarzFY1IrbXJw5L4QfQhokjRV91q+SelFqxQWSep1ucXEZ22+dSTwLFkXeur25sPIbw==} resolution: {integrity: sha512-v/ZHEj9xh82usl8LMR3GarzFY1IrbXJw5L4QfQhokjRV91q+SelFqxQWSep1ucXEZ22+dSTwLFkXeur25sPIbw==}
/@types/web-bluetooth@0.0.20:
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
/@typescript-eslint/eslint-plugin@6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.53.0)(typescript@5.2.2): /@typescript-eslint/eslint-plugin@6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.53.0)(typescript@5.2.2):
resolution: {integrity: sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==} resolution: {integrity: sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==}
engines: {node: ^16.0.0 || >=18.0.0} engines: {node: ^16.0.0 || >=18.0.0}
@ -5196,8 +5202,19 @@ packages:
- '@vue/composition-api' - '@vue/composition-api'
- vue - vue
/@vueuse/integrations@10.5.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.8): /@vueuse/core@10.7.2(vue@3.4.8):
resolution: {integrity: sha512-fm5sXLCK0Ww3rRnzqnCQRmfjDURaI4xMsx+T+cec0ngQqHx/JgUtm8G0vRjwtonIeTBsH1Q8L3SucE+7K7upJQ==} resolution: {integrity: sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==}
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.7.2
'@vueuse/shared': 10.7.2(vue@3.4.8)
vue-demi: 0.14.6(vue@3.4.8)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
/@vueuse/integrations@10.7.2(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.8):
resolution: {integrity: sha512-+u3RLPFedjASs5EKPc69Ge49WNgqeMfSxFn+qrQTzblPXZg6+EFzhjarS5edj2qAf6xQ93f95TUxRwKStXj/sQ==}
peerDependencies: peerDependencies:
async-validator: '*' async-validator: '*'
axios: '*' axios: '*'
@ -5237,19 +5254,21 @@ packages:
universal-cookie: universal-cookie:
optional: true optional: true
dependencies: dependencies:
'@vueuse/core': 10.5.0(vue@3.4.8) '@vueuse/core': 10.7.2(vue@3.4.8)
'@vueuse/shared': 10.5.0(vue@3.4.8) '@vueuse/shared': 10.7.2(vue@3.4.8)
focus-trap: 7.5.4 focus-trap: 7.5.4
fuse.js: 7.0.0 fuse.js: 7.0.0
vue-demi: 0.14.6(vue@3.4.8) vue-demi: 0.14.6(vue@3.4.8)
transitivePeerDependencies: transitivePeerDependencies:
- '@vue/composition-api' - '@vue/composition-api'
- vue - vue
dev: true
/@vueuse/metadata@10.5.0: /@vueuse/metadata@10.5.0:
resolution: {integrity: sha512-fEbElR+MaIYyCkeM0SzWkdoMtOpIwO72x8WsZHRE7IggiOlILttqttM69AS13nrDxosnDBYdyy3C5mR1LCxHsw==} resolution: {integrity: sha512-fEbElR+MaIYyCkeM0SzWkdoMtOpIwO72x8WsZHRE7IggiOlILttqttM69AS13nrDxosnDBYdyy3C5mR1LCxHsw==}
/@vueuse/metadata@10.7.2:
resolution: {integrity: sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==}
/@vueuse/shared@10.5.0(vue@3.4.8): /@vueuse/shared@10.5.0(vue@3.4.8):
resolution: {integrity: sha512-18iyxbbHYLst9MqU1X1QNdMHIjks6wC7XTVf0KNOv5es/Ms6gjVFCAAWTVP2JStuGqydg3DT+ExpFORUEi9yhg==} resolution: {integrity: sha512-18iyxbbHYLst9MqU1X1QNdMHIjks6wC7XTVf0KNOv5es/Ms6gjVFCAAWTVP2JStuGqydg3DT+ExpFORUEi9yhg==}
dependencies: dependencies:
@ -5258,6 +5277,14 @@ packages:
- '@vue/composition-api' - '@vue/composition-api'
- vue - vue
/@vueuse/shared@10.7.2(vue@3.4.8):
resolution: {integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==}
dependencies:
vue-demi: 0.14.6(vue@3.4.8)
transitivePeerDependencies:
- '@vue/composition-api'
- vue
/JSONStream@1.3.5: /JSONStream@1.3.5:
resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==}
hasBin: true hasBin: true
@ -8311,7 +8338,6 @@ packages:
resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==}
dependencies: dependencies:
tabbable: 6.2.0 tabbable: 6.2.0
dev: true
/follow-redirects@1.5.10: /follow-redirects@1.5.10:
resolution: {integrity: sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==} resolution: {integrity: sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==}
@ -12985,7 +13011,6 @@ packages:
/tabbable@6.2.0: /tabbable@6.2.0:
resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
dev: true
/tailwind-merge@2.0.0: /tailwind-merge@2.0.0:
resolution: {integrity: sha512-WO8qghn9yhsldLSg80au+3/gY9E4hFxIvQ3qOmlpXnqpDKoMruKfi/56BbbMg6fHTQJ9QD3cc79PoWqlaQE4rw==} resolution: {integrity: sha512-WO8qghn9yhsldLSg80au+3/gY9E4hFxIvQ3qOmlpXnqpDKoMruKfi/56BbbMg6fHTQJ9QD3cc79PoWqlaQE4rw==}
@ -14327,7 +14352,7 @@ packages:
'@vitejs/plugin-vue': 4.3.1(vite@4.5.0)(vue@3.4.8) '@vitejs/plugin-vue': 4.3.1(vite@4.5.0)(vue@3.4.8)
'@vue/devtools-api': 6.5.1 '@vue/devtools-api': 6.5.1
'@vueuse/core': 10.5.0(vue@3.4.8) '@vueuse/core': 10.5.0(vue@3.4.8)
'@vueuse/integrations': 10.5.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.8) '@vueuse/integrations': 10.7.2(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.8)
focus-trap: 7.5.4 focus-trap: 7.5.4
mark.js: 8.11.1 mark.js: 8.11.1
minisearch: 6.1.0 minisearch: 6.1.0