@vc-shell/framework 1.0.192 → 1.0.194

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 (20) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/framework.js +13664 -13584
  3. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +2 -0
  4. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  5. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
  6. package/dist/shared/modules/dynamic/factories/types/index.d.ts +1 -0
  7. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  8. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  9. package/dist/tsconfig.tsbuildinfo +1 -1
  10. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +0 -1
  11. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
  12. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  13. package/package.json +4 -4
  14. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +90 -23
  15. package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +2 -1
  16. package/shared/modules/dynamic/factories/types/index.ts +1 -0
  17. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +7 -4
  18. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +20 -6
  19. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +0 -2
  20. package/ui/components/organisms/vc-table/vc-table.vue +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## [1.0.194](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.193...v1.0.194) (2024-04-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ui:** vc-table immediate watch on items ([45cd08a](https://github.com/VirtoCommerce/vc-shell/commit/45cd08a69483f8106247bdd9b213a23fb81a24cb))
7
+
8
+
9
+ ### Features
10
+
11
+ * **dynamic:** added vee-validate's errorBag into validationState object ([164be3c](https://github.com/VirtoCommerce/vc-shell/commit/164be3cacd3c76ae4043a79825604dea9026de2f))
12
+
13
+
14
+
15
+ ## [1.0.193](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.192...v1.0.193) (2024-04-11)
16
+
17
+
18
+ ### Features
19
+
20
+ * **navigation:** query params ([f7b13ce](https://github.com/VirtoCommerce/vc-shell/commit/f7b13ce28eb4dbd8c6d81b3b3c2bd57faad59abf))
21
+
22
+
23
+
1
24
  ## [1.0.192](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.191...v1.0.192) (2024-04-11)
2
25
 
3
26