@bitrix24/b24ui-nuxt 2.0.8 → 2.1.0
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/dist/meta.d.mts +84957 -50082
- package/dist/meta.mjs +84957 -50082
- package/dist/module.d.mts +13 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +8 -7
- package/dist/runtime/air-design-tokens/001_b24_global.css +1 -1
- package/dist/runtime/air-design-tokens/003_b24_context_light.css +1 -1
- package/dist/runtime/air-design-tokens/004_b24_context_dark.css +1 -1
- package/dist/runtime/air-design-tokens/005_b24_context_edge-light.css +1 -1
- package/dist/runtime/air-design-tokens/006_b24_context_edge-dark.css +1 -1
- package/dist/runtime/air-design-tokens/007_b24_global.css +1 -1
- package/dist/runtime/air-design-tokens/008_ui_global.css +1 -1
- package/dist/runtime/air-design-tokens/009_b24_tools.css +1 -1
- package/dist/runtime/air-design-tokens/components/badge-counter.css +1 -1
- package/dist/runtime/air-design-tokens/components/button.css +1 -1
- package/dist/runtime/air-design-tokens/components/navigation-menu.css +1 -1
- package/dist/runtime/air-design-tokens/components/popup.css +1 -1
- package/dist/runtime/air-design-tokens/components/scrollbar.css +1 -2
- package/dist/runtime/air-design-tokens/index.css +1 -1
- package/dist/runtime/components/Advice.d.vue.ts +1 -1
- package/dist/runtime/components/Advice.vue +1 -3
- package/dist/runtime/components/Advice.vue.d.ts +1 -1
- package/dist/runtime/components/App.d.vue.ts +1 -1
- package/dist/runtime/components/App.vue +2 -1
- package/dist/runtime/components/App.vue.d.ts +1 -1
- package/dist/runtime/components/Avatar.d.vue.ts +2 -1
- package/dist/runtime/components/Avatar.vue.d.ts +2 -1
- package/dist/runtime/components/Button.vue +1 -0
- package/dist/runtime/components/ChatPrompt.d.vue.ts +2 -2
- package/dist/runtime/components/ChatPrompt.vue +5 -5
- package/dist/runtime/components/ChatPrompt.vue.d.ts +2 -2
- package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +5 -5
- package/dist/runtime/components/ChatPromptSubmit.vue +53 -4
- package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +5 -5
- package/dist/runtime/components/Checkbox.d.vue.ts +2 -1
- package/dist/runtime/components/Checkbox.vue.d.ts +2 -1
- package/dist/runtime/components/CommandPalette.vue +5 -4
- package/dist/runtime/components/DashboardSearch.d.vue.ts +3 -6
- package/dist/runtime/components/DashboardSearch.vue +2 -3
- package/dist/runtime/components/DashboardSearch.vue.d.ts +3 -6
- package/dist/runtime/components/DashboardSearchButton.d.vue.ts +2 -3
- package/dist/runtime/components/DashboardSearchButton.vue +44 -6
- package/dist/runtime/components/DashboardSearchButton.vue.d.ts +2 -3
- package/dist/runtime/components/Error.d.vue.ts +1 -1
- package/dist/runtime/components/Error.vue.d.ts +1 -1
- package/dist/runtime/components/FileUpload.d.vue.ts +3 -2
- package/dist/runtime/components/FileUpload.vue +9 -9
- package/dist/runtime/components/FileUpload.vue.d.ts +3 -2
- package/dist/runtime/components/Form.d.vue.ts +3 -2
- package/dist/runtime/components/Form.vue +3 -4
- package/dist/runtime/components/Form.vue.d.ts +3 -2
- package/dist/runtime/components/Input.d.vue.ts +7 -7
- package/dist/runtime/components/Input.vue +2 -2
- package/dist/runtime/components/Input.vue.d.ts +7 -7
- package/dist/runtime/components/InputDate.d.vue.ts +115 -0
- package/dist/runtime/components/InputDate.vue +198 -0
- package/dist/runtime/components/InputDate.vue.d.ts +115 -0
- package/dist/runtime/components/InputMenu.d.vue.ts +7 -128
- package/dist/runtime/components/InputMenu.vue +3 -3
- package/dist/runtime/components/InputMenu.vue.d.ts +7 -128
- package/dist/runtime/components/InputNumber.d.vue.ts +25 -124
- package/dist/runtime/components/InputNumber.vue +3 -3
- package/dist/runtime/components/InputNumber.vue.d.ts +25 -124
- package/dist/runtime/components/InputTags.d.vue.ts +6 -109
- package/dist/runtime/components/InputTags.vue +8 -8
- package/dist/runtime/components/InputTags.vue.d.ts +6 -109
- package/dist/runtime/components/InputTime.d.vue.ts +99 -0
- package/dist/runtime/components/InputTime.vue +170 -0
- package/dist/runtime/components/InputTime.vue.d.ts +99 -0
- package/dist/runtime/components/Link.d.vue.ts +4 -49
- package/dist/runtime/components/Link.vue +1 -0
- package/dist/runtime/components/Link.vue.d.ts +4 -49
- package/dist/runtime/components/Modal.d.vue.ts +6 -1
- package/dist/runtime/components/Modal.vue +37 -9
- package/dist/runtime/components/Modal.vue.d.ts +6 -1
- package/dist/runtime/components/Pagination.d.vue.ts +2 -2
- package/dist/runtime/components/Pagination.vue.d.ts +2 -2
- package/dist/runtime/components/PinInput.d.vue.ts +3 -3
- package/dist/runtime/components/PinInput.vue.d.ts +3 -3
- package/dist/runtime/components/Progress.d.vue.ts +1 -1
- package/dist/runtime/components/Progress.vue.d.ts +1 -1
- package/dist/runtime/components/Select.d.vue.ts +6 -107
- package/dist/runtime/components/Select.vue +3 -3
- package/dist/runtime/components/Select.vue.d.ts +6 -107
- package/dist/runtime/components/SelectMenu.d.vue.ts +7 -106
- package/dist/runtime/components/SelectMenu.vue +3 -3
- package/dist/runtime/components/SelectMenu.vue.d.ts +7 -106
- package/dist/runtime/components/Slideover.d.vue.ts +1 -1
- package/dist/runtime/components/Slideover.vue.d.ts +1 -1
- package/dist/runtime/components/Switch.d.vue.ts +2 -1
- package/dist/runtime/components/Switch.vue.d.ts +2 -1
- package/dist/runtime/components/Table.d.vue.ts +5 -4
- package/dist/runtime/components/Table.vue +4 -3
- package/dist/runtime/components/Table.vue.d.ts +5 -4
- package/dist/runtime/components/Textarea.d.vue.ts +7 -6
- package/dist/runtime/components/Textarea.vue +2 -2
- package/dist/runtime/components/Textarea.vue.d.ts +7 -6
- package/dist/runtime/components/Toast.vue +5 -5
- package/dist/runtime/components/Toaster.d.vue.ts +1 -1
- package/dist/runtime/components/Toaster.vue.d.ts +1 -1
- package/dist/runtime/components/color-mode/ColorModeAvatar.d.vue.ts +3 -3
- package/dist/runtime/components/color-mode/ColorModeAvatar.vue +16 -4
- package/dist/runtime/components/color-mode/ColorModeAvatar.vue.d.ts +3 -3
- package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +3 -3
- package/dist/runtime/components/color-mode/ColorModeButton.vue +54 -6
- package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +3 -3
- package/dist/runtime/components/color-mode/ColorModeImage.d.vue.ts +4 -3
- package/dist/runtime/components/color-mode/ColorModeImage.vue +4 -0
- package/dist/runtime/components/color-mode/ColorModeImage.vue.d.ts +4 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.d.vue.ts +5 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.vue +47 -5
- package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +5 -3
- package/dist/runtime/components/color-mode/ColorModeSwitch.d.vue.ts +2 -2
- package/dist/runtime/components/color-mode/ColorModeSwitch.vue +29 -5
- package/dist/runtime/components/color-mode/ColorModeSwitch.vue.d.ts +2 -2
- package/dist/runtime/components/content/ContentSearch.d.vue.ts +3 -6
- package/dist/runtime/components/content/ContentSearch.vue +2 -3
- package/dist/runtime/components/content/ContentSearch.vue.d.ts +3 -6
- package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +2 -3
- package/dist/runtime/components/content/ContentSearchButton.vue +43 -5
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +2 -3
- package/dist/runtime/components/content/ContentSurround.vue +7 -1
- package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +11 -7
- package/dist/runtime/components/locale/LocaleSelect.vue +50 -6
- package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +11 -7
- package/dist/runtime/components/prose/Callout.vue +4 -0
- package/dist/runtime/composables/index.d.ts +8 -0
- package/dist/runtime/composables/index.js +8 -0
- package/dist/runtime/composables/useFileUpload.d.ts +2 -1
- package/dist/runtime/composables/useFileUpload.js +13 -4
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/inertia/components/Link.d.vue.ts +17 -10
- package/dist/runtime/inertia/components/Link.vue +8 -6
- package/dist/runtime/inertia/components/Link.vue.d.ts +17 -10
- package/dist/runtime/inertia/stubs.d.ts +1 -1
- package/dist/runtime/plugins/colors.js +4 -8
- package/dist/runtime/types/html.d.ts +8 -0
- package/dist/runtime/types/index.d.ts +2 -0
- package/dist/runtime/types/index.js +2 -0
- package/dist/runtime/types/input.d.ts +5 -5
- package/dist/runtime/types/utils.d.ts +2 -0
- package/dist/runtime/utils/content.d.ts +2 -2
- package/dist/runtime/utils/dashboard.d.ts +1 -1
- package/dist/runtime/utils/link.d.ts +1 -0
- package/dist/runtime/utils/link.js +40 -24
- package/dist/runtime/vue/components/Link.d.vue.ts +8 -37
- package/dist/runtime/vue/components/Link.vue +6 -11
- package/dist/runtime/vue/components/Link.vue.d.ts +8 -37
- package/dist/runtime/vue/components/color-mode/ColorModeButton.d.vue.ts +2 -2
- package/dist/runtime/vue/components/color-mode/ColorModeButton.vue +55 -5
- package/dist/runtime/vue/components/color-mode/ColorModeButton.vue.d.ts +2 -2
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.d.vue.ts +5 -3
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue +46 -3
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +5 -3
- package/dist/runtime/vue/components/color-mode/ColorModeSwitch.d.vue.ts +1 -1
- package/dist/runtime/vue/components/color-mode/ColorModeSwitch.vue +24 -3
- package/dist/runtime/vue/components/color-mode/ColorModeSwitch.vue.d.ts +1 -1
- package/dist/runtime/vue/stubs.d.ts +2 -2
- package/dist/runtime/vue/stubs.js +1 -1
- package/dist/shared/{b24ui-nuxt.CEMVb5Ee.mjs → b24ui-nuxt.CXLCGBie.mjs} +353 -128
- package/dist/unplugin.d.mts +3 -1
- package/dist/unplugin.mjs +4 -3
- package/dist/vite.mjs +3 -3
- package/package.json +27 -17
- /package/dist/runtime/{air-design-tokens/002_b24_context_utility.css → types/html.js} +0 -0
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": "2.0
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -32,7 +32,14 @@
|
|
|
32
32
|
},
|
|
33
33
|
"./runtime/*": "./dist/runtime/*",
|
|
34
34
|
"./components/*": "./dist/runtime/components/*",
|
|
35
|
-
"./composables
|
|
35
|
+
"./composables": {
|
|
36
|
+
"types": "./dist/runtime/composables/index.d.ts",
|
|
37
|
+
"import": "./dist/runtime/composables/index.js"
|
|
38
|
+
},
|
|
39
|
+
"./composables/*": {
|
|
40
|
+
"types": "./dist/runtime/composables/*.d.ts",
|
|
41
|
+
"import": "./dist/runtime/composables/*.js"
|
|
42
|
+
},
|
|
36
43
|
"./utils": {
|
|
37
44
|
"types": "./dist/runtime/utils/index.d.ts",
|
|
38
45
|
"import": "./dist/runtime/utils/index.js"
|
|
@@ -66,8 +73,11 @@
|
|
|
66
73
|
"components/*": [
|
|
67
74
|
"./dist/runtime/components/*"
|
|
68
75
|
],
|
|
76
|
+
"composables": [
|
|
77
|
+
"./dist/runtime/composables/index.d.ts"
|
|
78
|
+
],
|
|
69
79
|
"composables/*": [
|
|
70
|
-
"./dist/runtime/composables
|
|
80
|
+
"./dist/runtime/composables/*.d.ts"
|
|
71
81
|
],
|
|
72
82
|
"utils": [
|
|
73
83
|
"./dist/runtime/utils/index.d.ts"
|
|
@@ -94,14 +104,14 @@
|
|
|
94
104
|
"vue-plugin.d.ts"
|
|
95
105
|
],
|
|
96
106
|
"dependencies": {
|
|
97
|
-
"@bitrix24/b24icons-vue": "^2.0.
|
|
107
|
+
"@bitrix24/b24icons-vue": "^2.0.5",
|
|
98
108
|
"@internationalized/date": "^3.10.0",
|
|
99
109
|
"@internationalized/number": "^3.6.5",
|
|
100
|
-
"@nuxt/kit": "^4.2.
|
|
101
|
-
"@nuxt/schema": "^4.2.
|
|
110
|
+
"@nuxt/kit": "^4.2.1",
|
|
111
|
+
"@nuxt/schema": "^4.2.1",
|
|
102
112
|
"@standard-schema/spec": "^1.0.0",
|
|
103
|
-
"@tailwindcss/postcss": "^4.1.
|
|
104
|
-
"@tailwindcss/vite": "^4.1.
|
|
113
|
+
"@tailwindcss/postcss": "^4.1.17",
|
|
114
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
105
115
|
"@tanstack/vue-table": "^8.21.3",
|
|
106
116
|
"@tanstack/vue-virtual": "^3.13.12",
|
|
107
117
|
"@unhead/vue": "^2.0.19",
|
|
@@ -128,18 +138,18 @@
|
|
|
128
138
|
"pathe": "^2.0.3",
|
|
129
139
|
"reka-ui": "2.6.0",
|
|
130
140
|
"scule": "^1.3.0",
|
|
131
|
-
"tailwind-merge": "^3.
|
|
141
|
+
"tailwind-merge": "^3.4.0",
|
|
132
142
|
"tailwind-variants": "^3.1.1",
|
|
133
|
-
"tailwindcss": "^4.1.
|
|
143
|
+
"tailwindcss": "^4.1.17",
|
|
134
144
|
"tinyglobby": "^0.2.15",
|
|
135
145
|
"unplugin": "^2.3.10",
|
|
136
146
|
"unplugin-auto-import": "^20.2.0",
|
|
137
147
|
"unplugin-vue-components": "^30.0.0",
|
|
138
148
|
"vaul-vue": "0.4.1",
|
|
139
|
-
"vue-component-type-helpers": "^3.1.
|
|
149
|
+
"vue-component-type-helpers": "^3.1.3"
|
|
140
150
|
},
|
|
141
151
|
"devDependencies": {
|
|
142
|
-
"@nuxt/content": "^3.
|
|
152
|
+
"@nuxt/content": "^3.8.0",
|
|
143
153
|
"@nuxt/eslint-config": "^1.10.0",
|
|
144
154
|
"@nuxt/module-builder": "^1.0.2",
|
|
145
155
|
"@nuxt/test-utils": "^3.20.1",
|
|
@@ -149,15 +159,15 @@
|
|
|
149
159
|
"nuxt-component-meta": "^0.14.1",
|
|
150
160
|
"sharp": "^0.34.3",
|
|
151
161
|
"@vue/test-utils": "^2.4.6",
|
|
152
|
-
"ai": "^5.0.
|
|
162
|
+
"ai": "^5.0.90",
|
|
153
163
|
"embla-carousel": "^8.6.0",
|
|
154
|
-
"eslint": "^9.
|
|
164
|
+
"eslint": "^9.39.1",
|
|
155
165
|
"happy-dom": "^20.0.10",
|
|
156
|
-
"nuxt": "^4.2.
|
|
166
|
+
"nuxt": "^4.2.1",
|
|
157
167
|
"vitest": "^3.2.4",
|
|
158
168
|
"vitest-axe": "^0.1.0",
|
|
159
169
|
"vitest-environment-nuxt": "^1.0.1",
|
|
160
|
-
"vue-tsc": "^3.1.
|
|
170
|
+
"vue-tsc": "^3.1.3"
|
|
161
171
|
},
|
|
162
172
|
"peerDependencies": {
|
|
163
173
|
"@inertiajs/vue3": "^2.0.7",
|
|
@@ -193,7 +203,7 @@
|
|
|
193
203
|
}
|
|
194
204
|
},
|
|
195
205
|
"resolutions": {
|
|
196
|
-
"@nuxt/kit": "^4.2.
|
|
206
|
+
"@nuxt/kit": "^4.2.1",
|
|
197
207
|
"@bitrix24/b24ui-nuxt": "workspace:*",
|
|
198
208
|
"debug": "4.3.7",
|
|
199
209
|
"typescript": "5.8.3",
|
|
File without changes
|