abckit 0.0.33 → 0.0.35
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.
|
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends ZodObjectOrWrapped>(__VLS_props: NonNulla
|
|
|
17
17
|
expose: (exposed: {}) => void;
|
|
18
18
|
attrs: any;
|
|
19
19
|
slots: { [K in NonNullable<keyof z.core.output<T>>]?: ((props: {
|
|
20
|
-
shape:
|
|
20
|
+
shape: unknown;
|
|
21
21
|
fieldName: string;
|
|
22
22
|
config: ConfigItem;
|
|
23
23
|
}) => any) | undefined; } & {
|
|
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends ZodObjectOrWrapped>(__VLS_props: NonNulla
|
|
|
17
17
|
expose: (exposed: {}) => void;
|
|
18
18
|
attrs: any;
|
|
19
19
|
slots: { [K in NonNullable<keyof z.core.output<T>>]?: ((props: {
|
|
20
|
-
shape:
|
|
20
|
+
shape: unknown;
|
|
21
21
|
fieldName: string;
|
|
22
22
|
config: ConfigItem;
|
|
23
23
|
}) => any) | undefined; } & {
|
|
@@ -34,6 +34,7 @@ const props = defineProps({
|
|
|
34
34
|
reference: { type: null, required: false },
|
|
35
35
|
asChild: { type: Boolean, required: false },
|
|
36
36
|
as: { type: null, required: false },
|
|
37
|
+
disableOutsidePointerEvents: { type: Boolean, required: false },
|
|
37
38
|
class: { type: null, required: false }
|
|
38
39
|
});
|
|
39
40
|
const emits = defineEmits(["closeAutoFocus", "escapeKeyDown", "pointerDownOutside"]);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "abckit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.35",
|
|
5
5
|
"description": "Nuxt 4 module — UI components, auth, storage, GraphQL",
|
|
6
6
|
"author": "productdevbook",
|
|
7
7
|
"license": "MIT",
|
|
@@ -83,15 +83,16 @@
|
|
|
83
83
|
"release": "pnpm publish --no-git-checks --access public"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@
|
|
86
|
+
"@better-auth/oauth-provider": "^1.4.9",
|
|
87
|
+
"@capacitor/android": "^8.0.0",
|
|
87
88
|
"@capacitor/app": "^8.0.0",
|
|
88
89
|
"@capacitor/browser": "^8.0.0",
|
|
89
|
-
"@capacitor/cli": "
|
|
90
|
+
"@capacitor/cli": "^8.0.0",
|
|
90
91
|
"@capacitor/core": "^8.0.0",
|
|
91
92
|
"@capacitor/device": "^8.0.0",
|
|
92
|
-
"@capacitor/geolocation": "^
|
|
93
|
+
"@capacitor/geolocation": "^8.0.0",
|
|
93
94
|
"@capacitor/haptics": "^8.0.0",
|
|
94
|
-
"@capacitor/ios": "
|
|
95
|
+
"@capacitor/ios": "^8.0.0",
|
|
95
96
|
"@capacitor/network": "^8.0.0",
|
|
96
97
|
"@capacitor/preferences": "^8.0.0",
|
|
97
98
|
"@capacitor/push-notifications": "^8.0.0",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
"@capacitor/status-bar": "^8.0.0",
|
|
100
101
|
"@capgo/capacitor-social-login": "^8.2.5",
|
|
101
102
|
"@graphql-tools/utils": "^10.11.0",
|
|
102
|
-
"@ionic/vue": "^8.7.
|
|
103
|
+
"@ionic/vue": "^8.7.15",
|
|
103
104
|
"@nuxt/icon": "^2.1.1",
|
|
104
105
|
"@nuxt/scripts": "^0.13.2",
|
|
105
106
|
"@nuxtjs/color-mode": "^4.0.0",
|
|
@@ -107,8 +108,8 @@
|
|
|
107
108
|
"@nuxtjs/ionic": "^1.0.2",
|
|
108
109
|
"@nuxtjs/tailwindcss": "7.0.0-beta.1",
|
|
109
110
|
"@openfga/sdk": "^0.9.1",
|
|
110
|
-
"@pinia/colada": "^0.
|
|
111
|
-
"@pinia/colada-nuxt": "^0.
|
|
111
|
+
"@pinia/colada": "^0.20.0",
|
|
112
|
+
"@pinia/colada-nuxt": "^0.3.0",
|
|
112
113
|
"@pinia/colada-plugin-auto-refetch": "^0.2.4",
|
|
113
114
|
"@pinia/nuxt": "^0.11.3",
|
|
114
115
|
"@polar-sh/sdk": "^0.42.1",
|
|
@@ -124,8 +125,7 @@
|
|
|
124
125
|
"@vueuse/sound": "^2.1.3",
|
|
125
126
|
"apiful": "^4.0.0",
|
|
126
127
|
"aws4fetch": "^1.0.20",
|
|
127
|
-
"
|
|
128
|
-
"better-auth": "^1.4.7",
|
|
128
|
+
"better-auth": "^1.4.9",
|
|
129
129
|
"capacitor-native-settings": "^7.0.2",
|
|
130
130
|
"class-variance-authority": "^0.7.1",
|
|
131
131
|
"clsx": "^2.1.1",
|
|
@@ -142,13 +142,13 @@
|
|
|
142
142
|
"graphql-scalars": "^1.25.0",
|
|
143
143
|
"graphql-yoga": "^5.18.0",
|
|
144
144
|
"md-editor-v3": "^6.2.1",
|
|
145
|
-
"nitro-graphql": "^1.
|
|
145
|
+
"nitro-graphql": "^1.8.0",
|
|
146
146
|
"nitropack": "^2.12.9",
|
|
147
147
|
"notivue": "^2.4.5",
|
|
148
148
|
"pg": "^8.16.3",
|
|
149
149
|
"pinia": "^3.0.4",
|
|
150
150
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
151
|
-
"reka-ui": "^2.
|
|
151
|
+
"reka-ui": "^2.7.0",
|
|
152
152
|
"tailwind-merge": "^3.4.0",
|
|
153
153
|
"tailwindcss": "^4.1.18",
|
|
154
154
|
"tw-animate-css": "^1.4.0",
|
|
@@ -160,11 +160,11 @@
|
|
|
160
160
|
"vue-input-otp": "^0.3.2",
|
|
161
161
|
"vue-router": "^4.6.4",
|
|
162
162
|
"vue-sonner": "^2.0.9",
|
|
163
|
-
"vue-tsc": "^3.2.
|
|
163
|
+
"vue-tsc": "^3.2.1",
|
|
164
164
|
"zod": "^4.2.1"
|
|
165
165
|
},
|
|
166
166
|
"devDependencies": {
|
|
167
|
-
"@antfu/eslint-config": "^6.7.
|
|
167
|
+
"@antfu/eslint-config": "^6.7.3",
|
|
168
168
|
"@nuxt/eslint": "latest",
|
|
169
169
|
"@nuxt/module-builder": "^1.0.2",
|
|
170
170
|
"@nuxt/schema": "^4.2.2",
|
|
@@ -177,6 +177,90 @@
|
|
|
177
177
|
"typescript": "^5.9.3",
|
|
178
178
|
"vue": "^3.5.26"
|
|
179
179
|
},
|
|
180
|
+
"peerDependencies": {
|
|
181
|
+
"@better-auth/oauth-provider": "^1.4.9",
|
|
182
|
+
"@capacitor/android": "^8.0.0",
|
|
183
|
+
"@capacitor/app": "^8.0.0",
|
|
184
|
+
"@capacitor/browser": "^8.0.0",
|
|
185
|
+
"@capacitor/cli": "^8.0.0",
|
|
186
|
+
"@capacitor/core": "^8.0.0",
|
|
187
|
+
"@capacitor/device": "^8.0.0",
|
|
188
|
+
"@capacitor/geolocation": "^8.0.0",
|
|
189
|
+
"@capacitor/haptics": "^8.0.0",
|
|
190
|
+
"@capacitor/ios": "^8.0.0",
|
|
191
|
+
"@capacitor/network": "^8.0.0",
|
|
192
|
+
"@capacitor/preferences": "^8.0.0",
|
|
193
|
+
"@capacitor/push-notifications": "^8.0.0",
|
|
194
|
+
"@capacitor/splash-screen": "^8.0.0",
|
|
195
|
+
"@capacitor/status-bar": "^8.0.0",
|
|
196
|
+
"@capgo/capacitor-social-login": "^8.2.5",
|
|
197
|
+
"@graphql-tools/utils": "^10.11.0",
|
|
198
|
+
"@ionic/vue": "^8.7.15",
|
|
199
|
+
"@nuxt/icon": "^2.1.1",
|
|
200
|
+
"@nuxt/scripts": "^0.13.2",
|
|
201
|
+
"@nuxtjs/color-mode": "^4.0.0",
|
|
202
|
+
"@nuxtjs/i18n": "^10.2.1",
|
|
203
|
+
"@nuxtjs/ionic": "^1.0.2",
|
|
204
|
+
"@nuxtjs/tailwindcss": "7.0.0-beta.1",
|
|
205
|
+
"@openfga/sdk": "^0.9.1",
|
|
206
|
+
"@pinia/colada": "^0.20.0",
|
|
207
|
+
"@pinia/colada-nuxt": "^0.3.0",
|
|
208
|
+
"@pinia/colada-plugin-auto-refetch": "^0.2.4",
|
|
209
|
+
"@pinia/nuxt": "^0.11.3",
|
|
210
|
+
"@polar-sh/sdk": "^0.42.1",
|
|
211
|
+
"@sentry/nuxt": "^10.32.1",
|
|
212
|
+
"@sindresorhus/slugify": "^3.0.0",
|
|
213
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
214
|
+
"@tanstack/vue-table": "^8.21.3",
|
|
215
|
+
"@unovis/vue": "^1.6.2",
|
|
216
|
+
"@vee-validate/nuxt": "5.0.0-beta.0",
|
|
217
|
+
"@vueuse/core": "^14.1.0",
|
|
218
|
+
"@vueuse/nuxt": "^14.1.0",
|
|
219
|
+
"@vueuse/router": "^14.1.0",
|
|
220
|
+
"@vueuse/sound": "^2.1.3",
|
|
221
|
+
"apiful": "^4.0.0",
|
|
222
|
+
"aws4fetch": "^1.0.20",
|
|
223
|
+
"better-auth": "^1.4.9",
|
|
224
|
+
"capacitor-native-settings": "^7.0.2",
|
|
225
|
+
"class-variance-authority": "^0.7.1",
|
|
226
|
+
"clsx": "^2.1.1",
|
|
227
|
+
"consola": "^3.4.2",
|
|
228
|
+
"dataloader": "^2.2.3",
|
|
229
|
+
"date-fns": "^4.1.0",
|
|
230
|
+
"defu": "^6.1.4",
|
|
231
|
+
"drizzle-kit": "^0.31.8",
|
|
232
|
+
"drizzle-orm": "^0.45.1",
|
|
233
|
+
"drizzle-zod": "^0.8.3",
|
|
234
|
+
"embla-carousel-vue": "^8.6.0",
|
|
235
|
+
"graphql": "^16.12.0",
|
|
236
|
+
"graphql-config": "^5.1.5",
|
|
237
|
+
"graphql-scalars": "^1.25.0",
|
|
238
|
+
"graphql-yoga": "^5.18.0",
|
|
239
|
+
"h3": "^1.15.4",
|
|
240
|
+
"md-editor-v3": "^6.2.1",
|
|
241
|
+
"nitro-graphql": "^1.8.0",
|
|
242
|
+
"nitropack": "^2.12.9",
|
|
243
|
+
"notivue": "^2.4.5",
|
|
244
|
+
"nuxt": "^4.2.2",
|
|
245
|
+
"pg": "^8.16.3",
|
|
246
|
+
"pinia": "^3.0.4",
|
|
247
|
+
"pinia-plugin-persistedstate": "^4.7.1",
|
|
248
|
+
"reka-ui": "^2.7.0",
|
|
249
|
+
"tailwind-merge": "^3.4.0",
|
|
250
|
+
"tailwindcss": "^4.1.18",
|
|
251
|
+
"tw-animate-css": "^1.4.0",
|
|
252
|
+
"unstorage": "^1.17.3",
|
|
253
|
+
"uuid": "^13.0.0",
|
|
254
|
+
"vaul-vue": "^0.4.1",
|
|
255
|
+
"vee-validate": "5.0.0-beta.0",
|
|
256
|
+
"vite-tsconfig-paths": "^6.0.3",
|
|
257
|
+
"vue": "^3.5.26",
|
|
258
|
+
"vue-input-otp": "^0.3.2",
|
|
259
|
+
"vue-router": "^4.6.4",
|
|
260
|
+
"vue-sonner": "^2.0.9",
|
|
261
|
+
"vue-tsc": "^3.2.1",
|
|
262
|
+
"zod": "^4.2.1"
|
|
263
|
+
},
|
|
180
264
|
"resolutions": {
|
|
181
265
|
"abckit": "workspace:*"
|
|
182
266
|
},
|