@bitrix24/b24ui-nuxt 0.6.1 → 0.6.3
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/.nuxt/b24ui/dropdown-menu.ts +1 -1
- package/.nuxt/b24ui/input-menu.ts +1 -1
- package/.nuxt/b24ui/popover.ts +1 -1
- package/.nuxt/b24ui/select-menu.ts +4 -1
- package/.nuxt/b24ui/select.ts +1 -1
- package/.nuxt/b24ui/tooltip.ts +1 -1
- package/dist/meta.d.mts +419 -18
- package/dist/meta.mjs +419 -18
- package/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/components/Form.vue +2 -1
- package/dist/runtime/components/Form.vue.d.ts +6 -0
- package/dist/runtime/inertia/components/Link.vue +153 -0
- package/dist/runtime/inertia/components/Link.vue.d.ts +97 -0
- package/dist/runtime/inertia/stubs.d.ts +45 -0
- package/dist/runtime/inertia/stubs.js +84 -0
- package/dist/runtime/types/utils.d.ts +5 -4
- package/dist/runtime/utils/link.js +1 -0
- package/dist/runtime/vue/components/Link.vue +2 -2
- package/dist/runtime/vue/stubs.d.ts +1 -1
- package/dist/shared/{b24ui-nuxt.wBs9vEU5.mjs → b24ui-nuxt.jU270f-Q.mjs} +13 -5
- package/dist/unplugin.d.mts +4 -0
- package/dist/unplugin.mjs +25 -4
- package/dist/vite.mjs +1 -1
- package/package.json +18 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrix24/b24ui-nuxt",
|
|
3
3
|
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.3",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@bitrix24/b24icons-vue": "^1.0.5",
|
|
104
104
|
"@bitrix24/b24style": "^1.0.1",
|
|
105
|
-
"@internationalized/date": "^3.
|
|
106
|
-
"@internationalized/number": "^3.6.
|
|
105
|
+
"@internationalized/date": "^3.8.0",
|
|
106
|
+
"@internationalized/number": "^3.6.1",
|
|
107
107
|
"@nuxt/kit": "^3.16.2",
|
|
108
108
|
"@nuxt/schema": "^3.16.2",
|
|
109
109
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
110
110
|
"@standard-schema/spec": "^1.0.0",
|
|
111
|
-
"@tailwindcss/postcss": "^4.1.
|
|
112
|
-
"@tailwindcss/vite": "^4.1.
|
|
111
|
+
"@tailwindcss/postcss": "^4.1.4",
|
|
112
|
+
"@tailwindcss/vite": "^4.1.4",
|
|
113
113
|
"@tanstack/vue-table": "^8.21.2",
|
|
114
114
|
"@unhead/vue": "^2.0.3",
|
|
115
115
|
"@vueuse/core": "^13.0.0",
|
|
@@ -135,14 +135,12 @@
|
|
|
135
135
|
"reka-ui": "^2.2.0",
|
|
136
136
|
"scule": "^1.3.0",
|
|
137
137
|
"tailwind-variants": "^1.0.0",
|
|
138
|
-
"tailwindcss": "^4.1.
|
|
138
|
+
"tailwindcss": "^4.1.4",
|
|
139
139
|
"tinyglobby": "^0.2.12",
|
|
140
|
-
"unplugin": "^2.3.
|
|
140
|
+
"unplugin": "^2.3.2",
|
|
141
141
|
"unplugin-auto-import": "^19.1.2",
|
|
142
|
-
"unplugin-vue-components": "^28.
|
|
143
|
-
"vaul-vue": "^0.4.1"
|
|
144
|
-
"vue": "^3.5.13",
|
|
145
|
-
"vue-router": "^4.5.0"
|
|
142
|
+
"unplugin-vue-components": "^28.5.0",
|
|
143
|
+
"vaul-vue": "^0.4.1"
|
|
146
144
|
},
|
|
147
145
|
"devDependencies": {
|
|
148
146
|
"@nuxt/eslint-config": "^1.3.0",
|
|
@@ -161,14 +159,19 @@
|
|
|
161
159
|
"vue-tsc": "^2.2.0"
|
|
162
160
|
},
|
|
163
161
|
"peerDependencies": {
|
|
162
|
+
"@inertiajs/vue3": "^2.0.7",
|
|
164
163
|
"joi": "^17.13.0",
|
|
165
164
|
"superstruct": "^2.0.0",
|
|
166
165
|
"typescript": "^5.6.3",
|
|
167
166
|
"valibot": "^1.0.0",
|
|
167
|
+
"vue-router": "^4.5.0",
|
|
168
168
|
"yup": "^1.6.0",
|
|
169
169
|
"zod": "^3.24.0"
|
|
170
170
|
},
|
|
171
171
|
"peerDependenciesMeta": {
|
|
172
|
+
"@inertiajs/vue3": {
|
|
173
|
+
"optional": true
|
|
174
|
+
},
|
|
172
175
|
"joi": {
|
|
173
176
|
"optional": true
|
|
174
177
|
},
|
|
@@ -178,6 +181,9 @@
|
|
|
178
181
|
"superstruct": {
|
|
179
182
|
"optional": true
|
|
180
183
|
},
|
|
184
|
+
"vue-router": {
|
|
185
|
+
"optional": true
|
|
186
|
+
},
|
|
181
187
|
"yup": {
|
|
182
188
|
"optional": true
|
|
183
189
|
},
|
|
@@ -190,7 +196,7 @@
|
|
|
190
196
|
"chokidar": "3.6.0",
|
|
191
197
|
"debug": "4.3.7",
|
|
192
198
|
"rollup": "4.34.9",
|
|
193
|
-
"unplugin": "^2.3.
|
|
199
|
+
"unplugin": "^2.3.2",
|
|
194
200
|
"vue-tsc": "2.2.0"
|
|
195
201
|
},
|
|
196
202
|
"keywords": [
|