@vc-shell/framework 2.0.0-alpha.24 → 2.0.0-alpha.25

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/ai-agent/index.js +2 -2
  3. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-BP2AONee.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-DHLKAqm0.js} +199 -199
  4. package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-Dcmfbvu-.js → VcTableAdapter.vue_vue_type_style_index_0_lang-TnE_L5Rp.js} +402 -397
  5. package/dist/chunks/{index-Dv4ed_py.js → index-BJbOVN0O.js} +2 -2
  6. package/dist/chunks/{index-CqUIFifF.js → index-Des1Cxbn.js} +1 -1
  7. package/dist/chunks/{vc-toast.vue_vue_type_style_index_0_lang-NNvJU00Y.js → vc-toast.vue_vue_type_style_index_0_lang-D-kMIagL.js} +1 -1
  8. package/dist/chunks/vendor-tiptap-extension-placeholder-D1_k7Sra.js +1 -0
  9. package/dist/chunks/{vendor-tiptap-extensions-CqOFzZAS.js → vendor-tiptap-extensions-pwHVUzkb.js} +55 -54
  10. package/dist/chunks/{vendor-tiptap-starter-kit-DcsDv0Wg.js → vendor-tiptap-starter-kit-BEsLVJ4Q.js} +1 -1
  11. package/dist/core/composables/index.d.ts +0 -1
  12. package/dist/core/composables/index.d.ts.map +1 -1
  13. package/dist/core/composables/useBladeWidgets.d.ts +16 -0
  14. package/dist/core/composables/useBladeWidgets.d.ts.map +1 -1
  15. package/dist/core/services/widget-service.d.ts +5 -12
  16. package/dist/core/services/widget-service.d.ts.map +1 -1
  17. package/dist/framework.js +1148 -1148
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/injection-keys.d.ts +2 -1
  21. package/dist/injection-keys.d.ts.map +1 -1
  22. package/dist/test-helpers.d.ts.map +1 -1
  23. package/dist/tsconfig.tsbuildinfo +1 -1
  24. package/dist/ui/components/organisms/vc-blade/_internal/widgets/{WidgetProvider.vue.d.ts → WidgetScope.vue.d.ts} +1 -1
  25. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetScope.vue.d.ts.map +1 -0
  26. package/dist/ui/index.js +3 -3
  27. package/package.json +4 -4
  28. package/dist/chunks/vendor-tiptap-extension-placeholder-WyhAnzy7.js +0 -1
  29. package/dist/core/composables/useWidget/index.d.ts +0 -18
  30. package/dist/core/composables/useWidget/index.d.ts.map +0 -1
  31. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetProvider.vue.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.0.0-alpha.25](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2026-03-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * break circular dependency between injection-keys and useBladeWidgets ([99a2f02](https://github.com/VirtoCommerce/vc-shell/commit/99a2f022b4f72e3c8d22b9de32fd796f8b03bbf2))
7
+ * **framework:** add viteBladePlugin to library build config ([78381b9](https://github.com/VirtoCommerce/vc-shell/commit/78381b9ef4f0bcba0c6f1bd374ad73c52fab0366))
1
8
  # [2.0.0-alpha.24](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2026-03-25)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
- import { a, u as t } from "../chunks/index-CqUIFifF.js";
2
- import { A as s, D as o, g, h as i, i as _ } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-BP2AONee.js";
1
+ import { a, u as t } from "../chunks/index-Des1Cxbn.js";
2
+ import { A as s, D as o, g, h as i, i as _ } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DHLKAqm0.js";
3
3
  export {
4
4
  s as AI_AGENT_URL_ENV_KEY,
5
5
  o as DEFAULT_AI_AGENT_CONFIG,