@kubb/plugin-vue-query 5.0.0-beta.10 → 5.0.0-beta.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -26
- package/dist/index.cjs +1629 -147
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +358 -6
- package/dist/index.js +1600 -145
- package/dist/index.js.map +1 -1
- package/package.json +9 -32
- package/dist/components-B6jAb2as.js +0 -1150
- package/dist/components-B6jAb2as.js.map +0 -1
- package/dist/components-X0P-3W2G.cjs +0 -1264
- package/dist/components-X0P-3W2G.cjs.map +0 -1
- package/dist/components.cjs +0 -9
- package/dist/components.d.ts +0 -187
- package/dist/components.js +0 -2
- package/dist/generators-B33PbKzu.js +0 -681
- package/dist/generators-B33PbKzu.js.map +0 -1
- package/dist/generators-BE3KD0IR.cjs +0 -698
- package/dist/generators-BE3KD0IR.cjs.map +0 -1
- package/dist/generators.cjs +0 -5
- package/dist/generators.d.ts +0 -15
- package/dist/generators.js +0 -2
- package/dist/types-Bkm7bWT3.d.ts +0 -243
- package/extension.yaml +0 -732
- package/src/components/InfiniteQuery.tsx +0 -120
- package/src/components/InfiniteQueryOptions.tsx +0 -201
- package/src/components/Mutation.tsx +0 -148
- package/src/components/MutationKey.tsx +0 -1
- package/src/components/Query.tsx +0 -119
- package/src/components/QueryKey.tsx +0 -51
- package/src/components/QueryOptions.tsx +0 -134
- package/src/components/index.ts +0 -7
- package/src/generators/index.ts +0 -3
- package/src/generators/infiniteQueryGenerator.tsx +0 -194
- package/src/generators/mutationGenerator.tsx +0 -153
- package/src/generators/queryGenerator.tsx +0 -179
- package/src/index.ts +0 -2
- package/src/plugin.ts +0 -167
- package/src/resolvers/resolverVueQuery.ts +0 -65
- package/src/types.ts +0 -245
- package/src/utils.ts +0 -49
- /package/dist/{chunk--u3MIqq1.js → rolldown-runtime-C0LytTxp.js} +0 -0
package/README.md
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<h1>@kubb/plugin-vue-query</h1>
|
|
3
2
|
<a href="https://kubb.dev" target="_blank" rel="noopener noreferrer">
|
|
4
|
-
<img
|
|
3
|
+
<img src="https://kubb.dev/og.png" alt="Kubb banner">
|
|
5
4
|
</a>
|
|
6
5
|
|
|
7
6
|
[![npm version][npm-version-src]][npm-version-href]
|
|
8
7
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
9
|
-
[![
|
|
8
|
+
[![Stars][stars-src]][stars-href]
|
|
10
9
|
[![License][license-src]][license-href]
|
|
11
|
-
[![
|
|
10
|
+
[![Node][node-src]][node-href]
|
|
12
11
|
|
|
13
12
|
<h4>
|
|
14
|
-
<a href="https://codesandbox.io/s/github/kubb-labs/plugins/tree/main/examples/vue-query" target="_blank">View Demo</a>
|
|
15
|
-
<span> · </span>
|
|
16
13
|
<a href="https://kubb.dev/plugins/vue-query" target="_blank">Documentation</a>
|
|
17
14
|
<span> · </span>
|
|
18
15
|
<a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a>
|
|
@@ -21,14 +18,13 @@
|
|
|
21
18
|
</h4>
|
|
22
19
|
</div>
|
|
23
20
|
|
|
24
|
-
|
|
21
|
+
<br />
|
|
22
|
+
|
|
23
|
+
# @kubb/plugin-vue-query
|
|
25
24
|
|
|
26
|
-
|
|
25
|
+
### Generate Vue Query composables with Kubb
|
|
27
26
|
|
|
28
|
-
-
|
|
29
|
-
- Infers request, response, and error types from the spec
|
|
30
|
-
- Uses Vue 3 Composition API types, including `MaybeRef` and `MaybeRefOrGetter`
|
|
31
|
-
- Works with `@kubb/plugin-ts`, `@kubb/plugin-zod`, and `@kubb/plugin-client`
|
|
27
|
+
`@kubb/plugin-vue-query` generates TanStack Query composables with Kubb. Each operation becomes a typed `useQuery`, `useMutation`, or `useInfiniteQuery` composable for Vue 3.
|
|
32
28
|
|
|
33
29
|
## Installation
|
|
34
30
|
|
|
@@ -46,7 +42,7 @@ See the [full documentation](https://kubb.dev/plugins/vue-query) for configurati
|
|
|
46
42
|
|
|
47
43
|
## Supporting Kubb
|
|
48
44
|
|
|
49
|
-
Kubb is an
|
|
45
|
+
Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider:
|
|
50
46
|
|
|
51
47
|
- [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
|
|
52
48
|
|
|
@@ -56,19 +52,19 @@ Kubb is an MIT-licensed open source project with its ongoing development made po
|
|
|
56
52
|
</a>
|
|
57
53
|
</p>
|
|
58
54
|
|
|
55
|
+
## License
|
|
56
|
+
|
|
57
|
+
[MIT](https://github.com/kubb-labs/plugins/blob/main/LICENSE)
|
|
58
|
+
|
|
59
59
|
<!-- Badges -->
|
|
60
60
|
|
|
61
|
-
[npm-version-src]: https://
|
|
62
|
-
[npm-version-href]: https://
|
|
63
|
-
[npm-downloads-src]: https://
|
|
64
|
-
[npm-downloads-href]: https://
|
|
65
|
-
[
|
|
61
|
+
[npm-version-src]: https://shieldcn.dev/npm/v/@kubb/plugin-vue-query.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
62
|
+
[npm-version-href]: https://npmx.dev/package/@kubb/plugin-vue-query
|
|
63
|
+
[npm-downloads-src]: https://shieldcn.dev/npm/dm/@kubb/plugin-vue-query.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
64
|
+
[npm-downloads-href]: https://npmx.dev/package/@kubb/plugin-vue-query
|
|
65
|
+
[stars-src]: https://shieldcn.dev/github/stars/kubb-labs/kubb.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
66
|
+
[stars-href]: https://github.com/kubb-labs/kubb
|
|
67
|
+
[license-src]: https://shieldcn.dev/npm/license/@kubb/plugin-vue-query.svg?variant=secondary&size=xs&theme=zinc
|
|
66
68
|
[license-href]: https://github.com/kubb-labs/kubb/blob/main/LICENSE
|
|
67
|
-
[
|
|
68
|
-
[
|
|
69
|
-
[minified-src]: https://img.shields.io/bundlephobia/min/@kubb/plugin-vue-query?style=flat&colorA=18181B&colorB=f58517
|
|
70
|
-
[minified-href]: https://www.npmjs.com/package/@kubb/plugin-vue-query
|
|
71
|
-
[coverage-src]: https://img.shields.io/codecov/c/github/kubb-labs/kubb?style=flat&colorA=18181B&colorB=f58517
|
|
72
|
-
[coverage-href]: https://www.npmjs.com/package/@kubb/plugin-vue-query
|
|
73
|
-
[sponsors-src]: https://img.shields.io/github/sponsors/stijnvanhulle?style=flat&colorA=18181B&colorB=f58517
|
|
74
|
-
[sponsors-href]: https://github.com/sponsors/stijnvanhulle/
|
|
69
|
+
[node-src]: https://shieldcn.dev/npm/node/@kubb/plugin-vue-query.svg?variant=secondary&size=xs&theme=zinc&mode=dark
|
|
70
|
+
[node-href]: https://npmx.dev/package/@kubb/plugin-vue-query
|