@bitrix24/b24ui-nuxt 0.1.7 → 0.2.2
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/alert.ts +18 -8
- package/.nuxt/b24ui/badge.ts +1 -1
- package/.nuxt/b24ui/content/description-list.ts +17 -7
- package/.nuxt/b24ui/dropdown-menu.ts +235 -0
- package/.nuxt/b24ui/index.ts +2 -0
- package/.nuxt/b24ui/input-menu.ts +591 -0
- package/.nuxt/b24ui/input.ts +5 -5
- package/.nuxt/b24ui/select-menu.ts +6 -6
- package/.nuxt/b24ui/select.ts +6 -6
- package/.nuxt/b24ui/toast.ts +18 -8
- package/.nuxt/b24ui.css +2 -0
- package/README.md +8 -8
- package/dist/meta.cjs +13508 -1751
- package/dist/meta.d.cts +13508 -1751
- package/dist/meta.d.mts +13508 -1751
- package/dist/meta.d.ts +13508 -1751
- package/dist/meta.mjs +13508 -1751
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Alert.vue +13 -10
- package/dist/runtime/components/DropdownMenu.vue +135 -0
- package/dist/runtime/components/DropdownMenuContent.vue +182 -0
- package/dist/runtime/components/InputMenu.vue +507 -0
- package/dist/runtime/components/Toast.vue +26 -14
- package/dist/runtime/components/Toaster.vue +2 -2
- package/dist/runtime/components/content/DescriptionList.vue +9 -7
- package/dist/runtime/composables/useComponentIcons.d.ts +2 -2
- package/dist/runtime/composables/useToast.d.ts +5 -4
- package/dist/runtime/composables/useToast.js +2 -2
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/types/index.d.ts +2 -0
- package/dist/runtime/types/index.js +2 -0
- package/dist/runtime/types/utils.d.ts +5 -0
- package/dist/runtime/vue/components/Link.vue +1 -0
- package/dist/shared/{b24ui-nuxt.vQRZieQw.mjs → b24ui-nuxt.CYvh5VlN.mjs} +653 -31
- package/dist/shared/{b24ui-nuxt.ZUYaG6CJ.cjs → b24ui-nuxt.DgnM0VWe.cjs} +653 -31
- 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 +24 -5
package/dist/unplugin.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const pathe = require('pathe');
|
|
|
5
5
|
const unplugin = require('unplugin');
|
|
6
6
|
const defu = require('defu');
|
|
7
7
|
const tailwind = require('@tailwindcss/vite');
|
|
8
|
-
const templates = require('./shared/b24ui-nuxt.
|
|
8
|
+
const templates = require('./shared/b24ui-nuxt.DgnM0VWe.cjs');
|
|
9
9
|
const tinyglobby = require('tinyglobby');
|
|
10
10
|
const knitwork = require('knitwork');
|
|
11
11
|
const MagicString = require('magic-string');
|
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.CYvh5VlN.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.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"imports": {
|
|
48
|
-
"#build/b24ui/*": "./.nuxt/b24ui/*.ts"
|
|
48
|
+
"#build/b24ui/*": "./.nuxt/b24ui/*.ts",
|
|
49
|
+
"#build/b24ui.css": "./.nuxt/b24ui.css"
|
|
49
50
|
},
|
|
50
51
|
"bin": {
|
|
51
52
|
"bitrix24-ui": "./cli/index.mjs"
|
|
@@ -57,6 +58,7 @@
|
|
|
57
58
|
"README.md",
|
|
58
59
|
"LICENSE",
|
|
59
60
|
".nuxt/b24ui",
|
|
61
|
+
".nuxt/b24ui.css",
|
|
60
62
|
"dist",
|
|
61
63
|
"cli",
|
|
62
64
|
"vue-plugin.d.ts"
|
|
@@ -69,8 +71,8 @@
|
|
|
69
71
|
"@nuxt/kit": "^3.15.4",
|
|
70
72
|
"@nuxt/schema": "^3.15.4",
|
|
71
73
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
72
|
-
"@tailwindcss/postcss": "^4.0.
|
|
73
|
-
"@tailwindcss/vite": "^4.0.
|
|
74
|
+
"@tailwindcss/postcss": "^4.0.4",
|
|
75
|
+
"@tailwindcss/vite": "^4.0.4",
|
|
74
76
|
"@tanstack/vue-table": "^8.20.5",
|
|
75
77
|
"@unhead/vue": "^1.11.18",
|
|
76
78
|
"@vueuse/core": "^12.5.0",
|
|
@@ -94,7 +96,7 @@
|
|
|
94
96
|
"reka-ui": "1.0.0-alpha.9",
|
|
95
97
|
"scule": "^1.3.0",
|
|
96
98
|
"tailwind-variants": "^0.3.1",
|
|
97
|
-
"tailwindcss": "^4.0.
|
|
99
|
+
"tailwindcss": "^4.0.4",
|
|
98
100
|
"tinyglobby": "^0.2.10",
|
|
99
101
|
"unplugin": "^2.1.2",
|
|
100
102
|
"unplugin-auto-import": "^19.0.0",
|
|
@@ -138,6 +140,23 @@
|
|
|
138
140
|
"unplugin": "^2.1.2",
|
|
139
141
|
"vite": "^6.0.7"
|
|
140
142
|
},
|
|
143
|
+
"keywords": [
|
|
144
|
+
"bitrix24-ui",
|
|
145
|
+
"bitrix24",
|
|
146
|
+
"nuxt",
|
|
147
|
+
"vue3",
|
|
148
|
+
"tailwindcss",
|
|
149
|
+
"component library",
|
|
150
|
+
"vue",
|
|
151
|
+
"vuejs",
|
|
152
|
+
"vue.js",
|
|
153
|
+
"typescript",
|
|
154
|
+
"vue-components",
|
|
155
|
+
"ui",
|
|
156
|
+
"tailwind",
|
|
157
|
+
"framework",
|
|
158
|
+
"ui-framework"
|
|
159
|
+
],
|
|
141
160
|
"scripts": {
|
|
142
161
|
"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/",
|
|
143
162
|
"dev:prepare_short": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && vite build playground-vue",
|