@vc-shell/framework 1.1.70 → 1.1.72
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,21 @@
|
|
|
1
|
+
## [1.1.72](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.71...v1.1.72) (2025-08-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update max height for generic dropdown ([37abe30](https://github.com/VirtoCommerce/vc-shell/commit/37abe30c5994a622798af3919e70f06aca72d482))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.1.71](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.70...v1.1.71) (2025-08-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* update event binding for menu item click in useAppSlots composable ([c45e045](https://github.com/VirtoCommerce/vc-shell/commit/c45e045bb10ffc0603d61f79b6ae2de1f7d36d5a))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
## [1.1.70](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.69...v1.1.70) (2025-08-20)
|
|
2
20
|
|
|
3
21
|
|
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
|
-
|
|
19232
|
+
"onItem:click": t.onMenuItemClick
|
|
19233
19233
|
}),
|
|
19234
19234
|
userDropdown: () => e.isEmbedded ? [] : Q(na, {
|
|
19235
19235
|
avatarUrl: e.avatar,
|