@bitrix24/b24ui-nuxt 0.5.2 → 0.5.4
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/button.ts +10 -10
- package/.nuxt/b24ui/container.ts +1 -1
- package/.nuxt/b24ui/navigation-menu.ts +185 -11
- package/.nuxt/b24ui/switch.ts +1 -1
- package/.nuxt/b24ui/tabs.ts +1 -1
- package/dist/meta.cjs +48504 -45664
- package/dist/meta.d.cts +48504 -45664
- package/dist/meta.d.mts +48504 -45664
- package/dist/meta.d.ts +48504 -45664
- package/dist/meta.mjs +48504 -45664
- package/dist/module.cjs +1 -1
- package/dist/module.d.cts +2 -1
- package/dist/module.d.mts +2 -1
- package/dist/module.d.ts +2 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Alert.vue +1 -1
- package/dist/runtime/components/App.vue +1 -1
- package/dist/runtime/components/Button.vue +1 -1
- package/dist/runtime/components/Calendar.vue +40 -12
- package/dist/runtime/components/DescriptionList.vue +99 -85
- package/dist/runtime/components/DropdownMenu.vue +23 -12
- package/dist/runtime/components/DropdownMenuContent.vue +22 -15
- package/dist/runtime/components/InputMenu.vue +91 -53
- package/dist/runtime/components/Link.vue +3 -0
- package/dist/runtime/components/LinkBase.vue +1 -0
- package/dist/runtime/components/Modal.vue +1 -1
- package/dist/runtime/components/NavigationMenu.vue +65 -26
- package/dist/runtime/components/RadioGroup.vue +23 -12
- package/dist/runtime/components/Select.vue +74 -47
- package/dist/runtime/components/SelectMenu.vue +95 -56
- package/dist/runtime/components/Slideover.vue +1 -1
- package/dist/runtime/components/Tabs.vue +6 -5
- package/dist/runtime/components/Toast.vue +1 -1
- package/dist/runtime/composables/defineShortcuts.js +0 -1
- package/dist/runtime/composables/useComponentIcons.d.ts +2 -2
- package/dist/runtime/types/utils.d.ts +28 -7
- package/dist/runtime/utils/index.d.ts +1 -0
- package/dist/runtime/utils/index.js +3 -0
- package/dist/runtime/utils/link.d.ts +2 -25
- package/dist/runtime/utils/link.js +31 -1
- package/dist/runtime/vue/components/Link.vue +3 -0
- package/dist/runtime/vue/stubs.d.ts +3 -3
- package/dist/shared/{b24ui-nuxt.CKEqlXJP.cjs → b24ui-nuxt.BfU7TRfz.cjs} +311 -22
- package/dist/shared/{b24ui-nuxt.DQ3Ix7rC.mjs → b24ui-nuxt.CTERD7XY.mjs} +311 -22
- package/dist/types.d.mts +7 -1
- package/dist/types.d.ts +7 -1
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.d.cts +2 -1
- package/dist/unplugin.d.mts +2 -1
- package/dist/unplugin.d.ts +2 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +34 -18
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.5.
|
|
4
|
+
"version": "0.5.4",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -75,10 +75,11 @@
|
|
|
75
75
|
"@nuxt/kit": "^3.16.1",
|
|
76
76
|
"@nuxt/schema": "^3.16.1",
|
|
77
77
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
78
|
+
"@standard-schema/spec": "^1.0.0",
|
|
78
79
|
"@tailwindcss/postcss": "^4.0.15",
|
|
79
80
|
"@tailwindcss/vite": "^4.0.15",
|
|
80
81
|
"@tanstack/vue-table": "^8.21.2",
|
|
81
|
-
"@unhead/vue": "^2.0.0
|
|
82
|
+
"@unhead/vue": "^2.0.0",
|
|
82
83
|
"@vueuse/core": "^13.0.0",
|
|
83
84
|
"@vueuse/integrations": "^13.0.0",
|
|
84
85
|
"canvas-confetti": "^1.9.3",
|
|
@@ -98,12 +99,12 @@
|
|
|
98
99
|
"mlly": "^1.7.4",
|
|
99
100
|
"ohash": "^2.0.11",
|
|
100
101
|
"pathe": "^2.0.3",
|
|
101
|
-
"reka-ui": "^2.1.
|
|
102
|
+
"reka-ui": "^2.1.1",
|
|
102
103
|
"scule": "^1.3.0",
|
|
103
104
|
"tailwind-variants": "^1.0.0",
|
|
104
105
|
"tailwindcss": "^4.0.15",
|
|
105
106
|
"tinyglobby": "^0.2.12",
|
|
106
|
-
"unplugin": "^2.2.
|
|
107
|
+
"unplugin": "^2.2.2",
|
|
107
108
|
"unplugin-auto-import": "^19.1.1",
|
|
108
109
|
"unplugin-vue-components": "^28.4.1",
|
|
109
110
|
"vaul-vue": "^0.4.1",
|
|
@@ -111,37 +112,52 @@
|
|
|
111
112
|
"vue-router": "^4.5.0"
|
|
112
113
|
},
|
|
113
114
|
"devDependencies": {
|
|
114
|
-
"@types/canvas-confetti": "^1.9.0",
|
|
115
115
|
"@nuxt/eslint-config": "^1.2.0",
|
|
116
116
|
"@nuxt/module-builder": "^0.8.4",
|
|
117
117
|
"@nuxt/test-utils": "^3.17.2",
|
|
118
|
-
"@
|
|
118
|
+
"@types/canvas-confetti": "^1.9.0",
|
|
119
119
|
"@vue/test-utils": "^2.4.6",
|
|
120
120
|
"embla-carousel": "^8.5.2",
|
|
121
|
-
"eslint": "^9.
|
|
121
|
+
"eslint": "^9.23.0",
|
|
122
122
|
"happy-dom": "^17.4.4",
|
|
123
|
-
"joi": "^17.13.3",
|
|
124
123
|
"nuxt": "^3.16.1",
|
|
125
124
|
"nuxt-component-meta": "^0.10.0",
|
|
126
|
-
"superstruct": "^2.0.2",
|
|
127
|
-
"valibot": "^1.0.0",
|
|
128
125
|
"vitepress": "^1.5.0",
|
|
129
126
|
"vitest": "^3.0.9",
|
|
130
127
|
"vitest-environment-nuxt": "^1.0.1",
|
|
131
|
-
"vue-tsc": "^2.2.0"
|
|
132
|
-
"yup": "^1.6.1",
|
|
133
|
-
"zod": "^3.24.2"
|
|
128
|
+
"vue-tsc": "^2.2.0"
|
|
134
129
|
},
|
|
135
130
|
"peerDependencies": {
|
|
136
|
-
"
|
|
131
|
+
"joi": "^17.13.0",
|
|
132
|
+
"superstruct": "^2.0.0",
|
|
133
|
+
"typescript": "^5.6.3",
|
|
134
|
+
"valibot": "^1.0.0",
|
|
135
|
+
"yup": "^1.6.0",
|
|
136
|
+
"zod": "^3.24.0"
|
|
137
|
+
},
|
|
138
|
+
"peerDependenciesMeta": {
|
|
139
|
+
"joi": {
|
|
140
|
+
"optional": true
|
|
141
|
+
},
|
|
142
|
+
"valibot": {
|
|
143
|
+
"optional": true
|
|
144
|
+
},
|
|
145
|
+
"superstruct": {
|
|
146
|
+
"optional": true
|
|
147
|
+
},
|
|
148
|
+
"yup": {
|
|
149
|
+
"optional": true
|
|
150
|
+
},
|
|
151
|
+
"zod": {
|
|
152
|
+
"optional": true
|
|
153
|
+
}
|
|
137
154
|
},
|
|
138
155
|
"resolutions": {
|
|
139
156
|
"@bitrix24/b24ui-nuxt": "workspace:*",
|
|
140
157
|
"chokidar": "3.6.0",
|
|
141
158
|
"debug": "4.3.7",
|
|
142
159
|
"rollup": "4.34.9",
|
|
143
|
-
"
|
|
144
|
-
"unplugin": "^2.2.1",
|
|
160
|
+
"unplugin": "^2.2.2",
|
|
145
161
|
"vue": "3.5.13",
|
|
146
162
|
"vue-tsc": "2.2.0"
|
|
147
163
|
},
|
|
@@ -171,6 +187,7 @@
|
|
|
171
187
|
"dev:generate": "nuxt generate playground",
|
|
172
188
|
"dev:preview": "nuxt preview playground",
|
|
173
189
|
"dev:vue": "DEV=true vite playground-vue",
|
|
190
|
+
"dev:vue:build": "vite build playground-vue",
|
|
174
191
|
"demo:dev": "DEV=true nuxi dev demo",
|
|
175
192
|
"demo:generate": "nuxt generate demo",
|
|
176
193
|
"demo:preview": "nuxt preview demo",
|
|
@@ -184,7 +201,6 @@
|
|
|
184
201
|
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && cd playground-vue && vue-tsc --noEmit",
|
|
185
202
|
"typecheck-window": "vue-tsc --noEmit && nuxi typecheck playground && cd ../playground-vue && vue-tsc --noEmit",
|
|
186
203
|
"test": "vitest",
|
|
187
|
-
"test:vue": "vitest -c vitest.vue.config.ts"
|
|
188
|
-
"test:vue:build": "vite build playground-vue"
|
|
204
|
+
"test:vue": "vitest -c vitest.vue.config.ts"
|
|
189
205
|
}
|
|
190
206
|
}
|