From f1f7f4b559e3cfb4deafdb8230352c757e3e80d6 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Wed, 17 Jan 2024 22:36:44 +0330 Subject: [PATCH] feat: update --- apps/www/__registry__/index.ts | 14 ++++++++++++ apps/www/package.json | 1 + pnpm-lock.yaml | 41 +++++++++++++++++++++++++++------- 3 files changed, 48 insertions(+), 8 deletions(-) diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 404c73f9..c41e94ea 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -310,6 +310,13 @@ export const Index = { component: () => import('../src/lib/registry/default/example/CommandDialogDemo.vue').then(m => m.default), 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: { name: 'ContextMenuDemo', type: 'components:example', @@ -1152,6 +1159,13 @@ export const Index = { component: () => import('../src/lib/registry/new-york/example/CommandDialogDemo.vue').then(m => m.default), 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: { name: 'ContextMenuDemo', type: 'components:example', diff --git a/apps/www/package.json b/apps/www/package.json index 8a435bf4..d94a9052 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -24,6 +24,7 @@ "@unovis/vue": "1.3.0-beta.3", "@vee-validate/zod": "^4.12.3", "@vueuse/core": "^10.5.0", + "@vueuse/integrations": "^10.7.2", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "codesandbox": "^2.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94724d95..0a094af6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,6 +71,9 @@ importers: '@vueuse/core': specifier: ^10.5.0 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: specifier: ^0.7.0 version: 0.7.0 @@ -4277,6 +4280,9 @@ packages: /@types/web-bluetooth@0.0.18: 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): resolution: {integrity: sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==} engines: {node: ^16.0.0 || >=18.0.0} @@ -5196,8 +5202,19 @@ packages: - '@vue/composition-api' - vue - /@vueuse/integrations@10.5.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.8): - resolution: {integrity: sha512-fm5sXLCK0Ww3rRnzqnCQRmfjDURaI4xMsx+T+cec0ngQqHx/JgUtm8G0vRjwtonIeTBsH1Q8L3SucE+7K7upJQ==} + /@vueuse/core@10.7.2(vue@3.4.8): + 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: async-validator: '*' axios: '*' @@ -5237,19 +5254,21 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.5.0(vue@3.4.8) - '@vueuse/shared': 10.5.0(vue@3.4.8) + '@vueuse/core': 10.7.2(vue@3.4.8) + '@vueuse/shared': 10.7.2(vue@3.4.8) focus-trap: 7.5.4 fuse.js: 7.0.0 vue-demi: 0.14.6(vue@3.4.8) transitivePeerDependencies: - '@vue/composition-api' - vue - dev: true /@vueuse/metadata@10.5.0: 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): resolution: {integrity: sha512-18iyxbbHYLst9MqU1X1QNdMHIjks6wC7XTVf0KNOv5es/Ms6gjVFCAAWTVP2JStuGqydg3DT+ExpFORUEi9yhg==} dependencies: @@ -5258,6 +5277,14 @@ packages: - '@vue/composition-api' - 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: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true @@ -8311,7 +8338,6 @@ packages: resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} dependencies: tabbable: 6.2.0 - dev: true /follow-redirects@1.5.10: resolution: {integrity: sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==} @@ -12985,7 +13011,6 @@ packages: /tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} - dev: true /tailwind-merge@2.0.0: 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) '@vue/devtools-api': 6.5.1 '@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 mark.js: 8.11.1 minisearch: 6.1.0