@bitrix24/b24ui-nuxt 0.5.1 → 0.5.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/navigation-menu.ts +309 -17
- package/dist/meta.cjs +757 -644
- package/dist/meta.d.cts +757 -644
- package/dist/meta.d.mts +757 -644
- package/dist/meta.d.ts +757 -644
- package/dist/meta.mjs +757 -644
- 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/NavigationMenu.vue +23 -5
- package/dist/runtime/composables/defineLocale.js +0 -1
- package/dist/runtime/composables/defineShortcuts.js +0 -1
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/utils/link.d.ts +8 -8
- package/dist/runtime/vue/stubs.d.ts +1 -1
- package/dist/shared/{b24ui-nuxt.CBnBA3PE.mjs → b24ui-nuxt.BIuy4yic.mjs} +445 -20
- package/dist/shared/{b24ui-nuxt.ClMXHpMM.cjs → b24ui-nuxt.Bh_5o1_9.cjs} +445 -20
- 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 +9 -8
package/dist/unplugin.d.mts
CHANGED
|
@@ -29,4 +29,5 @@ interface Bitrix24UIOptions extends Omit<ModuleOptions, 'colorMode'> {
|
|
|
29
29
|
declare const runtimeDir: string;
|
|
30
30
|
declare const Bitrix24UIPlugin: unplugin.UnpluginInstance<Bitrix24UIOptions | undefined, boolean>;
|
|
31
31
|
|
|
32
|
-
export {
|
|
32
|
+
export { Bitrix24UIPlugin, runtimeDir };
|
|
33
|
+
export type { Bitrix24UIOptions };
|
package/dist/unplugin.d.ts
CHANGED
|
@@ -29,4 +29,5 @@ interface Bitrix24UIOptions extends Omit<ModuleOptions, 'colorMode'> {
|
|
|
29
29
|
declare const runtimeDir: string;
|
|
30
30
|
declare const Bitrix24UIPlugin: unplugin.UnpluginInstance<Bitrix24UIOptions | undefined, boolean>;
|
|
31
31
|
|
|
32
|
-
export {
|
|
32
|
+
export { Bitrix24UIPlugin, runtimeDir };
|
|
33
|
+
export type { Bitrix24UIOptions };
|
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 getDefaultUiConfig } from './shared/b24ui-nuxt.
|
|
6
|
+
import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.BIuy4yic.mjs';
|
|
7
7
|
import { globSync } from 'tinyglobby';
|
|
8
8
|
import { genSafeVariableName } from 'knitwork';
|
|
9
9
|
import MagicString from 'magic-string';
|
package/dist/vite.cjs
CHANGED
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": "0.5.
|
|
4
|
+
"version": "0.5.3",
|
|
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,14 +112,14 @@
|
|
|
111
112
|
"vue-router": "^4.5.0"
|
|
112
113
|
},
|
|
113
114
|
"devDependencies": {
|
|
114
|
-
"@
|
|
115
|
+
"@standard-schema/spec": "^1.0.0",
|
|
115
116
|
"@nuxt/eslint-config": "^1.2.0",
|
|
116
117
|
"@nuxt/module-builder": "^0.8.4",
|
|
117
118
|
"@nuxt/test-utils": "^3.17.2",
|
|
118
|
-
"@
|
|
119
|
+
"@types/canvas-confetti": "^1.9.0",
|
|
119
120
|
"@vue/test-utils": "^2.4.6",
|
|
120
121
|
"embla-carousel": "^8.5.2",
|
|
121
|
-
"eslint": "^9.
|
|
122
|
+
"eslint": "^9.23.0",
|
|
122
123
|
"happy-dom": "^17.4.4",
|
|
123
124
|
"joi": "^17.13.3",
|
|
124
125
|
"nuxt": "^3.16.1",
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
"debug": "4.3.7",
|
|
142
143
|
"rollup": "4.34.9",
|
|
143
144
|
"typescript": "5.6.3",
|
|
144
|
-
"unplugin": "^2.2.
|
|
145
|
+
"unplugin": "^2.2.2",
|
|
145
146
|
"vue": "3.5.13",
|
|
146
147
|
"vue-tsc": "2.2.0"
|
|
147
148
|
},
|