@vc-shell/framework 1.0.117 → 1.0.118

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 (50) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/framework.mjs +12405 -12165
  3. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -1
  4. package/dist/shared/modules/dynamic/components/factories.d.ts +4 -1
  5. package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -1
  6. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +131 -0
  7. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -0
  8. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +131 -0
  9. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -0
  10. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +131 -0
  11. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -0
  12. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  13. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +1 -1
  14. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -1
  15. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +8 -0
  16. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  17. package/dist/shared/modules/dynamic/types/index.d.ts +24 -2
  18. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  19. package/dist/shared/modules/dynamic/types/models.d.ts +14 -2
  20. package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/dist/ui/components/molecules/index.d.ts +1 -0
  23. package/dist/ui/components/molecules/index.d.ts.map +1 -1
  24. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts +33 -0
  25. package/dist/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue.d.ts.map +1 -0
  26. package/dist/ui/components/molecules/vc-field/index.d.ts +2 -0
  27. package/dist/ui/components/molecules/vc-field/index.d.ts.map +1 -0
  28. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +45 -0
  29. package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -0
  30. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  31. package/dist/ui/types/index.d.ts +1 -0
  32. package/dist/ui/types/index.d.ts.map +1 -1
  33. package/package.json +4 -4
  34. package/shared/modules/dynamic/components/FIELD_MAP.ts +7 -0
  35. package/shared/modules/dynamic/components/SchemaRender.ts +3 -3
  36. package/shared/modules/dynamic/components/factories.ts +33 -0
  37. package/shared/modules/dynamic/components/fields/ContentField.ts +25 -0
  38. package/shared/modules/dynamic/components/fields/ImageField.ts +30 -0
  39. package/shared/modules/dynamic/components/fields/VideoField.ts +28 -0
  40. package/shared/modules/dynamic/factories/types/index.ts +1 -1
  41. package/shared/modules/dynamic/helpers/nodeBuilder.ts +9 -8
  42. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +39 -2
  43. package/shared/modules/dynamic/types/index.ts +30 -2
  44. package/shared/modules/dynamic/types/models.ts +21 -1
  45. package/ui/components/molecules/index.ts +1 -0
  46. package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +66 -0
  47. package/ui/components/molecules/vc-field/index.ts +1 -0
  48. package/ui/components/molecules/vc-field/vc-field.vue +67 -0
  49. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +4 -2
  50. package/ui/types/index.ts +1 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [1.0.118](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.117...v1.0.118) (2023-11-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **@vc-shell/framework:** refactor bladeContext ([1588cee](https://github.com/VirtoCommerce/vc-shell/commit/1588cee760719081b7c60d3c3fb6791bac4de17d))
7
+ * **framework:** vc-table-cell condition fix ([b96dbcc](https://github.com/VirtoCommerce/vc-shell/commit/b96dbcc9adb671542b27d285c648fafd93cd8dfb))
8
+ * nodeBuilder reactivity loss fix ([ace445e](https://github.com/VirtoCommerce/vc-shell/commit/ace445e3525355b879cb59cdac4a2876421e594c))
9
+
10
+
11
+ ### Features
12
+
13
+ * **@vc-shell/framework:** dynamic vc-image ([a04dc2f](https://github.com/VirtoCommerce/vc-shell/commit/a04dc2f0d8a53ad5cd797b4403d1c2f20bb07062))
14
+ * **@vc-shell/framework:** dynamic vc-video ([433384d](https://github.com/VirtoCommerce/vc-shell/commit/433384d99ba7ff78fdb143e4e64cb0eb124a4765))
15
+ * **@vc-shell/framework:** reorderable table ([eae2236](https://github.com/VirtoCommerce/vc-shell/commit/eae2236119cac231ed846bb32d0b9f6e50a7cc11))
16
+ * **@vc-shell/framework:** vc-field component ([67d04d0](https://github.com/VirtoCommerce/vc-shell/commit/67d04d04a495c124e9490157c773eace0bef21a0))
17
+
18
+
19
+
1
20
  ## [1.0.117](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.116...v1.0.117) (2023-11-06)
2
21
 
3
22