@vc-shell/framework 2.0.0-alpha.29 → 2.0.0-alpha.30
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/CHANGELOG.md +15 -0
- package/dist/ai-agent/index.js +2 -2
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-Db771GeP.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-D3sixNg-.js} +1249 -1228
- package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-Ce5JuGln.js → VcTableAdapter.vue_vue_type_style_index_0_lang-CR4ei-0r.js} +6050 -5956
- package/dist/chunks/{index-DG6mwrja.js → index-BZeKYd8J.js} +1 -1
- package/dist/chunks/{index-WxG6Hq5V.js → index-BzpX90RF.js} +2 -2
- package/dist/chunks/{vc-toast.vue_vue_type_style_index_0_lang-CYlMO79c.js → vc-toast.vue_vue_type_style_index_0_lang-DsKZR5xz.js} +1 -1
- package/dist/core/blade-navigation/types/index.d.ts +27 -0
- package/dist/core/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/core/composables/useBlade/index.d.ts +5 -1
- package/dist/core/composables/useBlade/index.d.ts.map +1 -1
- package/dist/framework.js +104 -102
- package/dist/index.css +1 -1
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/locales/de.js +2 -1
- package/dist/locales/en.js +2 -1
- package/dist/locales/en.json +2 -1
- package/dist/locales/types.d.ts +1 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/DataTableHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
- package/dist/ui/index.js +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [2.0.0-alpha.30](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2026-03-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **blade:** restore expand/collapse button in vc-blade ([4c3abbe](https://github.com/VirtoCommerce/vc-shell/commit/4c3abbed1604835e316e24da86c35a714b1ca200))
|
|
7
|
+
* **blade:** watch shortErrorMessage for updates, re-export IBladeBanner, add dismiss-error test ([60298dd](https://github.com/VirtoCommerce/vc-shell/commit/60298ddd29bb8d32a553a57eef15f7c05aabb609))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **blade:** add addBanner/removeBanner/clearBanners to useBlade() ([773362f](https://github.com/VirtoCommerce/vc-shell/commit/773362f8958782509b5e153c1c2889fffebf92a8))
|
|
13
|
+
* **blade:** add IBladeBanner interface and BladeBannersKey injection key ([8c8ceb8](https://github.com/VirtoCommerce/vc-shell/commit/8c8ceb808b5f18f16f021d1c91d152308f59a4fc))
|
|
14
|
+
* **blade:** provide BladeBannersKey in VcBladeSlot ([86c47e7](https://github.com/VirtoCommerce/vc-shell/commit/86c47e788afb8090364ebfefca10ae5db332b54e))
|
|
15
|
+
* **blade:** rewrite BladeStatusBanners for unified banner list with custom banners support ([887c5b9](https://github.com/VirtoCommerce/vc-shell/commit/887c5b9c66ad3afcc95c9b03a50943ac3bb5b46c))
|
|
1
16
|
# [2.0.0-alpha.29](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2026-03-26)
|
|
2
17
|
|
|
3
18
|
|
package/dist/ai-agent/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as _, u as a } from "../chunks/index-
|
|
2
|
-
import { A as t, D as s, E as T, H as n, g as o, h as D, i as S } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-
|
|
1
|
+
import { a as _, u as a } from "../chunks/index-BZeKYd8J.js";
|
|
2
|
+
import { A as t, D as s, E as T, H as n, g as o, h as D, i as S } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D3sixNg-.js";
|
|
3
3
|
export {
|
|
4
4
|
t as AI_AGENT_URL_ENV_KEY,
|
|
5
5
|
s as DEFAULT_AI_AGENT_CONFIG,
|