abckit 0.0.33 → 0.0.34

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: (any[] & { [key in keyof T]: Shape; })[number] | { [key in keyof T]: Shape; }[keyof T];
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: (any[] & { [key in keyof T]: Shape; })[number] | { [key in keyof T]: Shape; }[keyof T];
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.33",
4
+ "version": "0.0.34",
5
5
  "description": "Nuxt 4 module — UI components, auth, storage, GraphQL",
6
6
  "author": "productdevbook",
7
7
  "license": "MIT",
@@ -83,6 +83,7 @@
83
83
  "release": "pnpm publish --no-git-checks --access public"
84
84
  },
85
85
  "dependencies": {
86
+ "@better-auth/oauth-provider": "^1.4.9",
86
87
  "@capacitor/android": "7.4.4",
87
88
  "@capacitor/app": "^8.0.0",
88
89
  "@capacitor/browser": "^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.14",
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.19.1",
111
- "@pinia/colada-nuxt": "^0.2.6",
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
- "@better-auth/oauth-provider": "^1.4.9",
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.7.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.6.1",
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.0",
163
+ "vue-tsc": "^3.2.1",
164
164
  "zod": "^4.2.1"
165
165
  },
166
166
  "devDependencies": {
167
- "@antfu/eslint-config": "^6.7.2",
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",