@bitrix24/b24ui-nuxt 0.1.5 → 0.1.7
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/badge.ts +20 -1
- package/.nuxt/b24ui/button-group.ts +1 -1
- package/.nuxt/b24ui/button.ts +2 -2
- package/.nuxt/b24ui/index.ts +1 -0
- package/.nuxt/b24ui/input.ts +3 -3
- package/.nuxt/b24ui/select-menu.ts +517 -0
- package/.nuxt/b24ui/select.ts +8 -8
- package/.nuxt/b24ui/textarea.ts +3 -3
- package/dist/meta.cjs +5136 -217
- package/dist/meta.d.cts +5136 -217
- package/dist/meta.d.mts +5136 -217
- package/dist/meta.d.ts +5136 -217
- package/dist/meta.mjs +5136 -217
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/App.vue +2 -3
- package/dist/runtime/components/Badge.vue +4 -1
- package/dist/runtime/components/Button.vue +1 -3
- package/dist/runtime/components/ButtonGroup.vue +1 -1
- package/dist/runtime/components/SelectMenu.vue +465 -0
- package/dist/runtime/composables/useComponentIcons.d.ts +2 -2
- package/dist/runtime/types/index.d.ts +2 -0
- package/dist/runtime/types/index.js +2 -0
- package/dist/runtime/vue/components/Link.vue +1 -0
- package/dist/shared/{b24ui-nuxt.D8eTlsIC.cjs → b24ui-nuxt.ZUYaG6CJ.cjs} +118 -75
- package/dist/shared/{b24ui-nuxt.CGBDJv97.mjs → b24ui-nuxt.vQRZieQw.mjs} +119 -76
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +13 -10
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.1.
|
|
4
|
+
"version": "0.1.7",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"types": "./vue-plugin.d.ts"
|
|
36
36
|
},
|
|
37
37
|
"./runtime/*": "./dist/runtime/*",
|
|
38
|
+
"./utils/*": {
|
|
39
|
+
"types": "./dist/runtime/utils/*.d.ts",
|
|
40
|
+
"import": "./dist/runtime/utils/*.js"
|
|
41
|
+
},
|
|
38
42
|
"./locale": {
|
|
39
43
|
"types": "./dist/runtime/locale/index.d.ts",
|
|
40
44
|
"import": "./dist/runtime/locale/index.js"
|
|
@@ -65,8 +69,8 @@
|
|
|
65
69
|
"@nuxt/kit": "^3.15.4",
|
|
66
70
|
"@nuxt/schema": "^3.15.4",
|
|
67
71
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
68
|
-
"@tailwindcss/postcss": "^4.0.
|
|
69
|
-
"@tailwindcss/vite": "^4.0.
|
|
72
|
+
"@tailwindcss/postcss": "^4.0.3",
|
|
73
|
+
"@tailwindcss/vite": "^4.0.3",
|
|
70
74
|
"@tanstack/vue-table": "^8.20.5",
|
|
71
75
|
"@unhead/vue": "^1.11.18",
|
|
72
76
|
"@vueuse/core": "^12.5.0",
|
|
@@ -81,7 +85,7 @@
|
|
|
81
85
|
"embla-carousel-fade": "^8.5.2",
|
|
82
86
|
"embla-carousel-vue": "^8.5.2",
|
|
83
87
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
84
|
-
"fuse.js": "^7.
|
|
88
|
+
"fuse.js": "^7.1.0",
|
|
85
89
|
"knitwork": "^1.2.0",
|
|
86
90
|
"magic-string": "^0.30.17",
|
|
87
91
|
"mlly": "^1.7.4",
|
|
@@ -90,18 +94,18 @@
|
|
|
90
94
|
"reka-ui": "1.0.0-alpha.9",
|
|
91
95
|
"scule": "^1.3.0",
|
|
92
96
|
"tailwind-variants": "^0.3.1",
|
|
93
|
-
"tailwindcss": "^4.0.
|
|
97
|
+
"tailwindcss": "^4.0.3",
|
|
94
98
|
"tinyglobby": "^0.2.10",
|
|
95
99
|
"unplugin": "^2.1.2",
|
|
96
100
|
"unplugin-auto-import": "^19.0.0",
|
|
97
101
|
"unplugin-vue-components": "^28.0.0",
|
|
98
|
-
"vaul-vue": "^0.2.
|
|
102
|
+
"vaul-vue": "^0.2.1"
|
|
99
103
|
},
|
|
100
104
|
"devDependencies": {
|
|
101
|
-
"@nuxt/eslint-config": "^0.
|
|
105
|
+
"@nuxt/eslint-config": "^1.0.0",
|
|
102
106
|
"@nuxt/module-builder": "^0.8.4",
|
|
103
107
|
"@nuxt/test-utils": "^3.15.4",
|
|
104
|
-
"@standard-schema/spec": "1.0.0",
|
|
108
|
+
"@standard-schema/spec": "^1.0.0",
|
|
105
109
|
"@vue/test-utils": "^2.4.6",
|
|
106
110
|
"embla-carousel": "^8.5.2",
|
|
107
111
|
"eslint": "^9.19.0",
|
|
@@ -113,7 +117,7 @@
|
|
|
113
117
|
"superstruct": "^2.0.2",
|
|
114
118
|
"valibot": "^0.42.1",
|
|
115
119
|
"vitepress": "^1.5.0",
|
|
116
|
-
"vitest": "^3.0.
|
|
120
|
+
"vitest": "^3.0.5",
|
|
117
121
|
"vitest-environment-nuxt": "^1.0.1",
|
|
118
122
|
"vue-tsc": "^2.2.0",
|
|
119
123
|
"yup": "^1.6.1",
|
|
@@ -138,7 +142,6 @@
|
|
|
138
142
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && vite build playground-vue && nuxt-component-meta playground --outputDir ../src/.component-meta/",
|
|
139
143
|
"dev:prepare_short": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && vite build playground-vue",
|
|
140
144
|
"build": "nuxt-module-build build",
|
|
141
|
-
"build_short": "nuxt-module-build build",
|
|
142
145
|
"dev": "set DEV=true && nuxi dev playground",
|
|
143
146
|
"dev:build": "nuxi build playground",
|
|
144
147
|
"dev:generate": "nuxt generate playground",
|