@vc-shell/framework 1.1.70 → 1.1.71

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 CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.1.71](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.70...v1.1.71) (2025-08-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update event binding for menu item click in useAppSlots composable ([c45e045](https://github.com/VirtoCommerce/vc-shell/commit/c45e045bb10ffc0603d61f79b6ae2de1f7d36d5a))
7
+
8
+
9
+
1
10
  ## [1.1.70](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.69...v1.1.70) (2025-08-20)
2
11
 
3
12
 
package/dist/framework.js CHANGED
@@ -19229,7 +19229,7 @@ function Hw(n, e, t) {
19229
19229
  const s = {
19230
19230
  navmenu: () => e.disableMenu ? [] : Q(Gw, {
19231
19231
  version: e.version,
19232
- onItemClick: t.onMenuItemClick
19232
+ "onItem:click": t.onMenuItemClick
19233
19233
  }),
19234
19234
  userDropdown: () => e.isEmbedded ? [] : Q(na, {
19235
19235
  avatarUrl: e.avatar,