@vc-shell/framework 2.0.4 → 2.0.6

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 (28) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ai-agent/index.js +2 -2
  3. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-CTHTF63Q.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js} +1578 -952
  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-dJW2U276.js → VcTableAdapter.vue_vue_type_style_index_0_lang-D-O9CMNo.js} +1851 -1829
  6. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D-O9CMNo.js.map +1 -0
  7. package/dist/chunks/{index-CYv6y-92.js → index-CacTeJdd.js} +1 -1
  8. package/dist/chunks/{index-CYv6y-92.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/framework.js +315 -320
  12. package/dist/tsconfig.tsbuildinfo +1 -1
  13. package/dist/ui/components/molecules/vc-dropdown-panel/panel-anchor-registry.d.ts +1 -1
  14. package/dist/ui/components/molecules/vc-dropdown-panel/panel-anchor-registry.d.ts.map +1 -1
  15. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +4 -4
  16. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
  17. package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
  18. package/dist/ui/components/organisms/vc-data-table/VcTableAdapter.vue.d.ts.map +1 -1
  19. package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersPanel.vue.d.ts +4 -3
  20. package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
  21. package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts +4 -3
  22. package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts.map +1 -1
  23. package/dist/ui/composables/useFloatingPosition.d.ts +2 -2
  24. package/dist/ui/composables/useFloatingPosition.d.ts.map +1 -1
  25. package/dist/ui/index.js +2 -2
  26. package/package.json +4 -4
  27. package/dist/chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CTHTF63Q.js.map +0 -1
  28. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-dJW2U276.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.6](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.5...v2.0.6) (2026-05-25)
4
+
5
+ ### Features
6
+
7
+ - docs-sync improvements, lint rules, and reference docs alignment (#229) ([a3ddbc2](https://github.com/VirtoCommerce/vc-shell/commit/a3ddbc29a90e55632df702f776e11bc8bc4aec67)), closes [#229](https://github.com/VirtoCommerce/vc-shell/issues/229)
8
+
9
+ ## [2.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.4...v2.0.5) (2026-05-25)
10
+
11
+ ### Features
12
+
13
+ - migrate Module Federation host to backoffice modularity manifest endpoint (#228) ([b767fd8](https://github.com/VirtoCommerce/vc-shell/commit/b767fd821dda91690f23fd7122602f311d884c3f)), closes [#228](https://github.com/VirtoCommerce/vc-shell/issues/228) [vc-platform#3019](https://github.com/vc-platform/issues/3019)
14
+
3
15
  ## [2.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.3...v2.0.4) (2026-05-18)
4
16
 
5
17
  ### Features
@@ -1,5 +1,5 @@
1
- import { a, u as _ } from "../chunks/index-CYv6y-92.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-CTHTF63Q.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,