@vc-shell/framework 2.0.5 → 2.0.6-pr230.6c46c06
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 +6 -0
- package/dist/ai-agent/index.js +2 -2
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-Y09G7Gnw.js} +659 -720
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js.map → VcAiAgentPanel.vue_vue_type_style_index_0_lang-Y09G7Gnw.js.map} +1 -1
- package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-HqgHfIV-.js → VcTableAdapter.vue_vue_type_style_index_0_lang-D9etTnaF.js} +1851 -1829
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D9etTnaF.js.map +1 -0
- package/dist/chunks/index-B78ceaW1.js +45 -0
- package/dist/chunks/index-B78ceaW1.js.map +1 -0
- package/dist/chunks/vendor-lodash-es-D2n90GJy.js +1436 -0
- package/dist/chunks/vendor-lodash-es-D2n90GJy.js.map +1 -0
- package/dist/core/plugins/ai-agent/composables/index.d.ts +1 -1
- package/dist/core/plugins/ai-agent/composables/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts +2 -2
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts +7 -18
- package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/constants.d.ts +0 -5
- package/dist/core/plugins/ai-agent/constants.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/index.d.ts +1 -1
- package/dist/core/plugins/ai-agent/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/public.d.ts +1 -1
- package/dist/core/plugins/ai-agent/public.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts +1 -5
- package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/services/message-transport.d.ts +1 -3
- package/dist/core/plugins/ai-agent/services/message-transport.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/types.d.ts +1 -44
- package/dist/core/plugins/ai-agent/types.d.ts.map +1 -1
- package/dist/framework.js +8 -8
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/panel-anchor-registry.d.ts +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/panel-anchor-registry.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts +4 -4
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/VcTableAdapter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersPanel.vue.d.ts +4 -3
- package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts +4 -3
- package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts.map +1 -1
- package/dist/ui/composables/useFloatingPosition.d.ts +2 -2
- package/dist/ui/composables/useFloatingPosition.d.ts.map +1 -1
- package/dist/ui/index.js +2 -2
- package/package.json +4 -4
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-HqgHfIV-.js.map +0 -1
- package/dist/chunks/index-CacTeJdd.js +0 -117
- package/dist/chunks/index-CacTeJdd.js.map +0 -1
- package/dist/chunks/vendor-lodash-es-CfnUOh0o.js +0 -1490
- package/dist/chunks/vendor-lodash-es-CfnUOh0o.js.map +0 -1
- package/dist/core/plugins/ai-agent/utils/deep-merge-changes.d.ts +0 -16
- package/dist/core/plugins/ai-agent/utils/deep-merge-changes.d.ts.map +0 -1
- package/dist/core/plugins/ai-agent/utils/index.d.ts +0 -2
- package/dist/core/plugins/ai-agent/utils/index.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
## [2.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.4...v2.0.5) (2026-05-25)
|
|
4
10
|
|
|
5
11
|
### Features
|
package/dist/ai-agent/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a, u as _ } from "../chunks/index-
|
|
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-
|
|
1
|
+
import { a, u as _ } from "../chunks/index-B78ceaW1.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-Y09G7Gnw.js";
|
|
3
3
|
export {
|
|
4
4
|
t as AI_AGENT_URL_ENV_KEY,
|
|
5
5
|
s as DEFAULT_AI_AGENT_CONFIG,
|