@vc-shell/framework 2.0.3 → 2.0.4-pr228.1e79eae

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 (30) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/ai-agent/index.js +2 -2
  3. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-Bgkc3--0.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js} +1662 -1109
  4. package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js.map +1 -0
  5. package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-Df8FWaeV.js → VcTableAdapter.vue_vue_type_style_index_0_lang-HqgHfIV-.js} +8474 -8405
  6. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-HqgHfIV-.js.map +1 -0
  7. package/dist/chunks/{index-BXwiMzC3.js → index-CacTeJdd.js} +1 -1
  8. package/dist/chunks/{index-BXwiMzC3.js.map → index-CacTeJdd.js.map} +1 -1
  9. package/dist/core/api/platform.d.ts +334 -104
  10. package/dist/core/api/platform.d.ts.map +1 -1
  11. package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts +1 -1
  12. package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts.map +1 -1
  13. package/dist/framework.js +508 -513
  14. package/dist/index.css +1 -1
  15. package/dist/tsconfig.tsbuildinfo +1 -1
  16. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  17. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  18. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts +4 -2
  19. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
  20. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts +4 -2
  21. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts.map +1 -1
  22. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  23. package/dist/ui/index.js +2 -2
  24. package/package.json +4 -4
  25. package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-Bgkc3--0.js.map +0 -1
  26. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-Df8FWaeV.js.map +0 -1
  27. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts +0 -4
  28. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeaderSkeleton.vue.d.ts.map +0 -1
  29. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts +0 -4
  30. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.3...v2.0.4) (2026-05-18)
4
+
5
+ ### Features
6
+
7
+ - **docs-sync:** introduce Plugins category (#223) ([8ddc48b](https://github.com/VirtoCommerce/vc-shell/commit/8ddc48bffb65964adacd1a3170c2d6c63d312f68)), closes [#223](https://github.com/VirtoCommerce/vc-shell/issues/223)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **ai-agent:** return undefined from useAiAgent() if not provided (#227) ([d15c26a](https://github.com/VirtoCommerce/vc-shell/commit/d15c26a1ec1eeceac6f96ca66b96fb0b41cf4c46)), closes [#227](https://github.com/VirtoCommerce/vc-shell/issues/227)
12
+
3
13
  ## [2.0.3](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.2...v2.0.3) (2026-04-30)
4
14
 
5
15
  ### Bug Fixes
@@ -1,5 +1,5 @@
1
- import { a, u as _ } from "../chunks/index-BXwiMzC3.js";
2
- import { A as t, D as s, E as T, H as n, a as o, c as D, u as S } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-Bgkc3--0.js";
1
+ import { a, u as _ } from "../chunks/index-CacTeJdd.js";
2
+ import { A as t, D as s, E as T, H as n, a as o, c as D, u as S } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js";
3
3
  export {
4
4
  t as AI_AGENT_URL_ENV_KEY,
5
5
  s as DEFAULT_AI_AGENT_CONFIG,