@viur/shop-components 0.1.10 → 0.1.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viur/shop-components",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Frontend Vue components for the shop module of ViUR",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,6 +27,11 @@
27
27
  label="placeholder">
28
28
  </slot>
29
29
 
30
+ <slot boneName="address_addition"
31
+ :widget="getBoneWidget(formState.structure['address_addition']['type'])"
32
+ label="placeholder">
33
+ </slot>
34
+
30
35
  <slot
31
36
  boneName="zip_code"
32
37
  :widget="getBoneWidget(formState.structure['zip_code']['type'])"
@@ -94,6 +99,10 @@ const formUpdate = inject("formUpdate");
94
99
  grid-column: 4 / span 1;
95
100
  }
96
101
 
102
+ :deep(.wrapper-bone-address_addition){
103
+ grid-column: 1 / span 4;
104
+ }
105
+
97
106
  :deep(.wrapper-bone-zip_code){
98
107
  grid-column: 1 / span 2;
99
108
  }