@bitrix24/b24ui-nuxt 2.1.9 → 2.1.10
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 +16 -22
- package/dist/meta.mjs +16 -22
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/PinInput.vue +1 -1
- package/dist/runtime/composables/useFileUpload.d.ts +1 -2
- package/dist/runtime/utils/locale.d.ts +1 -2
- package/dist/shared/{b24ui-nuxt.auTgHcA7.mjs → b24ui-nuxt.BCphUjPy.mjs} +6 -6
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +8 -9
package/dist/meta.d.mts
CHANGED
|
@@ -5040,13 +5040,13 @@ var B24UIMeta = {
|
|
|
5040
5040
|
}
|
|
5041
5041
|
],
|
|
5042
5042
|
"required": false,
|
|
5043
|
-
"type": "
|
|
5043
|
+
"type": "n<ContentSearchLink> | undefined",
|
|
5044
5044
|
"schema": {
|
|
5045
5045
|
"kind": "enum",
|
|
5046
|
-
"type": "
|
|
5046
|
+
"type": "n<ContentSearchLink> | undefined",
|
|
5047
5047
|
"schema": {
|
|
5048
5048
|
"0": "undefined",
|
|
5049
|
-
"1": "
|
|
5049
|
+
"1": "n<ContentSearchLink>"
|
|
5050
5050
|
}
|
|
5051
5051
|
}
|
|
5052
5052
|
},
|
|
@@ -40084,7 +40084,7 @@ var B24UIMeta = {
|
|
|
40084
40084
|
}
|
|
40085
40085
|
],
|
|
40086
40086
|
"exposed": [],
|
|
40087
|
-
"hash": "
|
|
40087
|
+
"hash": "oszp6iHDzOW6MJjILQO2vnGabd2HF9qteihnQhKD4qE"
|
|
40088
40088
|
}
|
|
40089
40089
|
},
|
|
40090
40090
|
"B24CommandPalette": {
|
|
@@ -40410,13 +40410,13 @@ var B24UIMeta = {
|
|
|
40410
40410
|
}
|
|
40411
40411
|
],
|
|
40412
40412
|
"required": false,
|
|
40413
|
-
"type": "
|
|
40413
|
+
"type": "n<CommandPaletteItem> | undefined",
|
|
40414
40414
|
"schema": {
|
|
40415
40415
|
"kind": "enum",
|
|
40416
|
-
"type": "
|
|
40416
|
+
"type": "n<CommandPaletteItem> | undefined",
|
|
40417
40417
|
"schema": {
|
|
40418
40418
|
"0": "undefined",
|
|
40419
|
-
"1": "
|
|
40419
|
+
"1": "n<CommandPaletteItem>"
|
|
40420
40420
|
}
|
|
40421
40421
|
}
|
|
40422
40422
|
},
|
|
@@ -47181,13 +47181,13 @@ var B24UIMeta = {
|
|
|
47181
47181
|
}
|
|
47182
47182
|
],
|
|
47183
47183
|
"required": false,
|
|
47184
|
-
"type": "
|
|
47184
|
+
"type": "n<CommandPaletteItem> | undefined",
|
|
47185
47185
|
"schema": {
|
|
47186
47186
|
"kind": "enum",
|
|
47187
|
-
"type": "
|
|
47187
|
+
"type": "n<CommandPaletteItem> | undefined",
|
|
47188
47188
|
"schema": {
|
|
47189
47189
|
"0": "undefined",
|
|
47190
|
-
"1": "
|
|
47190
|
+
"1": "n<CommandPaletteItem>"
|
|
47191
47191
|
}
|
|
47192
47192
|
}
|
|
47193
47193
|
},
|
|
@@ -70555,7 +70555,7 @@ var B24UIMeta = {
|
|
|
70555
70555
|
}
|
|
70556
70556
|
],
|
|
70557
70557
|
"exposed": [],
|
|
70558
|
-
"hash": "
|
|
70558
|
+
"hash": "GyBuBzJ9tnKHmAXO-Hg9XX3L3GUrDvZt6MK2mnkL7p8"
|
|
70559
70559
|
}
|
|
70560
70560
|
},
|
|
70561
70561
|
"B24InputMenu": {
|
|
@@ -90778,23 +90778,17 @@ var B24UIMeta = {
|
|
|
90778
90778
|
"description": "The default value of the pin inputs when it is initially rendered. Use when you do not need to control its checked state.",
|
|
90779
90779
|
"tags": [],
|
|
90780
90780
|
"required": false,
|
|
90781
|
-
"type": "string[]
|
|
90781
|
+
"type": "string[] | undefined",
|
|
90782
90782
|
"schema": {
|
|
90783
90783
|
"kind": "enum",
|
|
90784
|
-
"type": "string[]
|
|
90784
|
+
"type": "string[] | undefined",
|
|
90785
90785
|
"schema": {
|
|
90786
90786
|
"0": "undefined",
|
|
90787
90787
|
"1": {
|
|
90788
90788
|
"kind": "array",
|
|
90789
|
-
"type": "string[]
|
|
90789
|
+
"type": "string[]",
|
|
90790
90790
|
"schema": [
|
|
90791
|
-
|
|
90792
|
-
"kind": "array",
|
|
90793
|
-
"type": "string[]",
|
|
90794
|
-
"schema": [
|
|
90795
|
-
"string"
|
|
90796
|
-
]
|
|
90797
|
-
}
|
|
90791
|
+
"string"
|
|
90798
90792
|
]
|
|
90799
90793
|
}
|
|
90800
90794
|
}
|
|
@@ -90990,7 +90984,7 @@ var B24UIMeta = {
|
|
|
90990
90984
|
}
|
|
90991
90985
|
],
|
|
90992
90986
|
"exposed": [],
|
|
90993
|
-
"hash": "
|
|
90987
|
+
"hash": "kuPoEFkc4yk6HMSh63FMI58xsITUeGAoR_lK8yoTM2c"
|
|
90994
90988
|
}
|
|
90995
90989
|
},
|
|
90996
90990
|
"B24Popover": {
|
package/dist/meta.mjs
CHANGED
|
@@ -5040,13 +5040,13 @@ const B24UIMeta = {
|
|
|
5040
5040
|
}
|
|
5041
5041
|
],
|
|
5042
5042
|
"required": false,
|
|
5043
|
-
"type": "
|
|
5043
|
+
"type": "n<ContentSearchLink> | undefined",
|
|
5044
5044
|
"schema": {
|
|
5045
5045
|
"kind": "enum",
|
|
5046
|
-
"type": "
|
|
5046
|
+
"type": "n<ContentSearchLink> | undefined",
|
|
5047
5047
|
"schema": {
|
|
5048
5048
|
"0": "undefined",
|
|
5049
|
-
"1": "
|
|
5049
|
+
"1": "n<ContentSearchLink>"
|
|
5050
5050
|
}
|
|
5051
5051
|
}
|
|
5052
5052
|
},
|
|
@@ -40084,7 +40084,7 @@ const B24UIMeta = {
|
|
|
40084
40084
|
}
|
|
40085
40085
|
],
|
|
40086
40086
|
"exposed": [],
|
|
40087
|
-
"hash": "
|
|
40087
|
+
"hash": "oszp6iHDzOW6MJjILQO2vnGabd2HF9qteihnQhKD4qE"
|
|
40088
40088
|
}
|
|
40089
40089
|
},
|
|
40090
40090
|
"B24CommandPalette": {
|
|
@@ -40410,13 +40410,13 @@ const B24UIMeta = {
|
|
|
40410
40410
|
}
|
|
40411
40411
|
],
|
|
40412
40412
|
"required": false,
|
|
40413
|
-
"type": "
|
|
40413
|
+
"type": "n<CommandPaletteItem> | undefined",
|
|
40414
40414
|
"schema": {
|
|
40415
40415
|
"kind": "enum",
|
|
40416
|
-
"type": "
|
|
40416
|
+
"type": "n<CommandPaletteItem> | undefined",
|
|
40417
40417
|
"schema": {
|
|
40418
40418
|
"0": "undefined",
|
|
40419
|
-
"1": "
|
|
40419
|
+
"1": "n<CommandPaletteItem>"
|
|
40420
40420
|
}
|
|
40421
40421
|
}
|
|
40422
40422
|
},
|
|
@@ -47181,13 +47181,13 @@ const B24UIMeta = {
|
|
|
47181
47181
|
}
|
|
47182
47182
|
],
|
|
47183
47183
|
"required": false,
|
|
47184
|
-
"type": "
|
|
47184
|
+
"type": "n<CommandPaletteItem> | undefined",
|
|
47185
47185
|
"schema": {
|
|
47186
47186
|
"kind": "enum",
|
|
47187
|
-
"type": "
|
|
47187
|
+
"type": "n<CommandPaletteItem> | undefined",
|
|
47188
47188
|
"schema": {
|
|
47189
47189
|
"0": "undefined",
|
|
47190
|
-
"1": "
|
|
47190
|
+
"1": "n<CommandPaletteItem>"
|
|
47191
47191
|
}
|
|
47192
47192
|
}
|
|
47193
47193
|
},
|
|
@@ -70555,7 +70555,7 @@ const B24UIMeta = {
|
|
|
70555
70555
|
}
|
|
70556
70556
|
],
|
|
70557
70557
|
"exposed": [],
|
|
70558
|
-
"hash": "
|
|
70558
|
+
"hash": "GyBuBzJ9tnKHmAXO-Hg9XX3L3GUrDvZt6MK2mnkL7p8"
|
|
70559
70559
|
}
|
|
70560
70560
|
},
|
|
70561
70561
|
"B24InputMenu": {
|
|
@@ -90778,23 +90778,17 @@ const B24UIMeta = {
|
|
|
90778
90778
|
"description": "The default value of the pin inputs when it is initially rendered. Use when you do not need to control its checked state.",
|
|
90779
90779
|
"tags": [],
|
|
90780
90780
|
"required": false,
|
|
90781
|
-
"type": "string[]
|
|
90781
|
+
"type": "string[] | undefined",
|
|
90782
90782
|
"schema": {
|
|
90783
90783
|
"kind": "enum",
|
|
90784
|
-
"type": "string[]
|
|
90784
|
+
"type": "string[] | undefined",
|
|
90785
90785
|
"schema": {
|
|
90786
90786
|
"0": "undefined",
|
|
90787
90787
|
"1": {
|
|
90788
90788
|
"kind": "array",
|
|
90789
|
-
"type": "string[]
|
|
90789
|
+
"type": "string[]",
|
|
90790
90790
|
"schema": [
|
|
90791
|
-
|
|
90792
|
-
"kind": "array",
|
|
90793
|
-
"type": "string[]",
|
|
90794
|
-
"schema": [
|
|
90795
|
-
"string"
|
|
90796
|
-
]
|
|
90797
|
-
}
|
|
90791
|
+
"string"
|
|
90798
90792
|
]
|
|
90799
90793
|
}
|
|
90800
90794
|
}
|
|
@@ -90990,7 +90984,7 @@ const B24UIMeta = {
|
|
|
90990
90984
|
}
|
|
90991
90985
|
],
|
|
90992
90986
|
"exposed": [],
|
|
90993
|
-
"hash": "
|
|
90987
|
+
"hash": "kuPoEFkc4yk6HMSh63FMI58xsITUeGAoR_lK8yoTM2c"
|
|
90994
90988
|
}
|
|
90995
90989
|
},
|
|
90996
90990
|
"B24Popover": {
|
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defu } from 'defu';
|
|
2
2
|
import { defineNuxtModule, createResolver, addPlugin, hasNuxtModule, addComponentsDir, addImportsDir, installModule } from '@nuxt/kit';
|
|
3
|
-
import { d as defaultOptions, v as version, n as name, a as getDefaultConfig, b as addTemplates } from './shared/b24ui-nuxt.
|
|
3
|
+
import { d as defaultOptions, v as version, n as name, a as getDefaultConfig, b as addTemplates } from './shared/b24ui-nuxt.BCphUjPy.mjs';
|
|
4
4
|
import 'node:url';
|
|
5
5
|
import 'scule';
|
|
6
6
|
import 'knitwork';
|
|
@@ -23,7 +23,7 @@ const props = defineProps({
|
|
|
23
23
|
highlight: { type: Boolean, required: false },
|
|
24
24
|
class: { type: null, required: false },
|
|
25
25
|
b24ui: { type: null, required: false },
|
|
26
|
-
defaultValue: { type:
|
|
26
|
+
defaultValue: { type: null, required: false },
|
|
27
27
|
disabled: { type: Boolean, required: false },
|
|
28
28
|
id: { type: String, required: false },
|
|
29
29
|
mask: { type: Boolean, required: false },
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type { ComponentPublicInstance } from 'vue';
|
|
2
|
-
import type { MaybeRef } from '@vueuse/core';
|
|
1
|
+
import type { ComponentPublicInstance, MaybeRef } from 'vue';
|
|
3
2
|
export interface UseFileUploadOptions {
|
|
4
3
|
/**
|
|
5
4
|
* Specifies the allowed file types. Provide a comma-separated list of MIME types or file extensions.
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type { Ref } from 'vue';
|
|
1
|
+
import type { Ref, MaybeRef } from 'vue';
|
|
2
2
|
import type { Locale, Direction } from '../types/locale';
|
|
3
|
-
import type { MaybeRef } from '@vueuse/core';
|
|
4
3
|
export type TranslatorOption = Record<string, string | number>;
|
|
5
4
|
export type Translator = (path: string, option?: TranslatorOption) => string;
|
|
6
5
|
export type LocaleContext<M> = {
|
|
@@ -8,7 +8,7 @@ import { globSync } from 'tinyglobby';
|
|
|
8
8
|
import { defuFn } from 'defu';
|
|
9
9
|
|
|
10
10
|
const name = "@bitrix24/b24ui-nuxt";
|
|
11
|
-
const version = "2.1.
|
|
11
|
+
const version = "2.1.10";
|
|
12
12
|
|
|
13
13
|
function getDefaultConfig(theme) {
|
|
14
14
|
return {
|
|
@@ -1665,13 +1665,13 @@ const chatMessage = {
|
|
|
1665
1665
|
variants: {
|
|
1666
1666
|
variant: {
|
|
1667
1667
|
message: {
|
|
1668
|
-
content: "bg-
|
|
1668
|
+
content: "ring-1 ring-(--ui-color-divider-vibrant-default) bg-(--ui-color-palette-white-base) text-(--ui-color-palette-black-base)"
|
|
1669
1669
|
},
|
|
1670
1670
|
event: {
|
|
1671
|
-
content: "bg-
|
|
1671
|
+
content: "bg-(--ui-color-design-outline-stroke) ring ring-(--ui-color-design-outline-content-secondary)"
|
|
1672
1672
|
},
|
|
1673
1673
|
system: {
|
|
1674
|
-
content: "bg-
|
|
1674
|
+
content: "bg-(--ui-color-copilot-bg-content-3)"
|
|
1675
1675
|
}
|
|
1676
1676
|
},
|
|
1677
1677
|
side: {
|
|
@@ -1731,7 +1731,7 @@ const chatMessage = {
|
|
|
1731
1731
|
variant: ["message", "event", "system"],
|
|
1732
1732
|
compact: false,
|
|
1733
1733
|
class: {
|
|
1734
|
-
content: "
|
|
1734
|
+
content: "ps-[14px] pe-[10px] py-[8px] rounded-md min-h-[42px]",
|
|
1735
1735
|
leading: "mt-2"
|
|
1736
1736
|
}
|
|
1737
1737
|
},
|
|
@@ -1739,7 +1739,7 @@ const chatMessage = {
|
|
|
1739
1739
|
variant: ["message", "event", "system"],
|
|
1740
1740
|
compact: true,
|
|
1741
1741
|
class: {
|
|
1742
|
-
content: "
|
|
1742
|
+
content: "ps-[14px] pe-[10px] py-[8px] rounded-sm min-h-[32px]",
|
|
1743
1743
|
leading: "mt-1"
|
|
1744
1744
|
}
|
|
1745
1745
|
},
|
package/dist/unplugin.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { join, normalize } from 'pathe';
|
|
|
3
3
|
import { createUnplugin } from 'unplugin';
|
|
4
4
|
import { defu } from 'defu';
|
|
5
5
|
import tailwind from '@tailwindcss/vite';
|
|
6
|
-
import { g as getTemplates, d as defaultOptions, a as getDefaultConfig } from './shared/b24ui-nuxt.
|
|
6
|
+
import { g as getTemplates, d as defaultOptions, a as getDefaultConfig } from './shared/b24ui-nuxt.BCphUjPy.mjs';
|
|
7
7
|
import fs from 'node:fs';
|
|
8
8
|
import path from 'node:path';
|
|
9
9
|
import MagicString from 'magic-string';
|
package/dist/vite.mjs
CHANGED
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.1.
|
|
4
|
+
"version": "2.1.10",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"@tanstack/vue-table": "^8.21.3",
|
|
120
120
|
"@tanstack/vue-virtual": "^3.13.12",
|
|
121
121
|
"@unhead/vue": "^2.0.19",
|
|
122
|
-
"@vueuse/core": "^
|
|
123
|
-
"@vueuse/integrations": "^
|
|
122
|
+
"@vueuse/core": "^14.1.0",
|
|
123
|
+
"@vueuse/integrations": "^14.1.0",
|
|
124
124
|
"canvas-confetti": "^1.9.3",
|
|
125
125
|
"colortranslator": "^5.0.0",
|
|
126
126
|
"consola": "^3.4.2",
|
|
@@ -140,20 +140,20 @@
|
|
|
140
140
|
"motion-v": "^1.7.3",
|
|
141
141
|
"ohash": "^2.0.11",
|
|
142
142
|
"pathe": "^2.0.3",
|
|
143
|
-
"reka-ui": "2.6.
|
|
143
|
+
"reka-ui": "2.6.1",
|
|
144
144
|
"scule": "^1.3.0",
|
|
145
145
|
"tailwind-merge": "^3.4.0",
|
|
146
146
|
"tailwind-variants": "^3.2.2",
|
|
147
147
|
"tailwindcss": "^4.1.17",
|
|
148
148
|
"tinyglobby": "^0.2.15",
|
|
149
149
|
"unplugin": "^2.3.11",
|
|
150
|
-
"unplugin-auto-import": "^20.
|
|
150
|
+
"unplugin-auto-import": "^20.3.0",
|
|
151
151
|
"unplugin-vue-components": "^30.0.0",
|
|
152
152
|
"vaul-vue": "0.4.1",
|
|
153
153
|
"vue-component-type-helpers": "^3.1.5"
|
|
154
154
|
},
|
|
155
155
|
"devDependencies": {
|
|
156
|
-
"@nuxt/eslint-config": "^1.
|
|
156
|
+
"@nuxt/eslint-config": "^1.11.0",
|
|
157
157
|
"@nuxt/module-builder": "^1.0.2",
|
|
158
158
|
"@nuxt/test-utils": "^3.20.1",
|
|
159
159
|
"@types/canvas-confetti": "^1.9.0",
|
|
@@ -162,10 +162,10 @@
|
|
|
162
162
|
"nuxt-component-meta": "^0.14.2",
|
|
163
163
|
"sharp": "^0.34.3",
|
|
164
164
|
"@vue/test-utils": "^2.4.6",
|
|
165
|
-
"ai": "^5.0.
|
|
165
|
+
"ai": "^5.0.105",
|
|
166
166
|
"embla-carousel": "^8.6.0",
|
|
167
167
|
"eslint": "^9.39.1",
|
|
168
|
-
"happy-dom": "^20.0.
|
|
168
|
+
"happy-dom": "^20.0.11",
|
|
169
169
|
"nuxt": "^4.2.1",
|
|
170
170
|
"vitest": "^3.2.4",
|
|
171
171
|
"vitest-axe": "^0.1.0",
|
|
@@ -212,7 +212,6 @@
|
|
|
212
212
|
"resolutions": {
|
|
213
213
|
"@nuxt/kit": "^4.2.1",
|
|
214
214
|
"@bitrix24/b24ui-nuxt": "workspace:*",
|
|
215
|
-
"debug": "4.3.7",
|
|
216
215
|
"typescript": "5.8.3",
|
|
217
216
|
"unplugin": "^2.3.11"
|
|
218
217
|
},
|