@vc-shell/framework 1.1.86 → 1.1.87

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 (25) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/core/composables/useDynamicProperties/index.ts +31 -3
  3. package/dist/core/composables/useDynamicProperties/index.d.ts +3 -1
  4. package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
  5. package/dist/framework.js +5779 -5662
  6. package/dist/index.css +1 -1
  7. package/dist/locales/de.json +9 -0
  8. package/dist/locales/en.json +9 -0
  9. package/dist/tsconfig.tsbuildinfo +1 -1
  10. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts +2 -3
  11. package/dist/ui/components/atoms/vc-tooltip/vc-tooltip.vue.d.ts.map +1 -1
  12. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +1 -1
  13. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  14. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +1 -2
  15. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  16. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +2 -0
  17. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  18. package/package.json +4 -4
  19. package/ui/components/atoms/vc-tooltip/vc-tooltip.vue +1 -1
  20. package/ui/components/molecules/vc-input/vc-input.vue +35 -2
  21. package/ui/components/molecules/vc-select/vc-select.vue +21 -4
  22. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +90 -5
  23. package/core/api/virtocommerce.platform.ts +0 -10457
  24. package/dist/core/api/virtocommerce.platform.d.ts +0 -2442
  25. package/dist/core/api/virtocommerce.platform.d.ts.map +0 -1
@@ -52,6 +52,15 @@
52
52
  }
53
53
  },
54
54
  "ORGANISMS": {
55
+ "VC_DYNAMIC_PROPERTY": {
56
+ "ADD": "Wert hinzufügen",
57
+ "VALUE_TYPE": {
58
+ "COLOR": {
59
+ "PLACEHOLDER": "Farbcode",
60
+ "NAME": "Farbname"
61
+ }
62
+ }
63
+ },
55
64
  "VC_GALLERY": {
56
65
  "INTERNAL": {
57
66
  "VC_GALLERY_ITEM": {
@@ -52,6 +52,15 @@
52
52
  }
53
53
  },
54
54
  "ORGANISMS": {
55
+ "VC_DYNAMIC_PROPERTY": {
56
+ "ADD": "Add value",
57
+ "VALUE_TYPE": {
58
+ "COLOR": {
59
+ "PLACEHOLDER": "Color code",
60
+ "NAME": "Color name"
61
+ }
62
+ }
63
+ },
55
64
  "VC_GALLERY": {
56
65
  "INTERNAL": {
57
66
  "VC_GALLERY_ITEM": {