@operato/board 1.4.57 → 1.4.59

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": "@operato/board",
3
- "version": "1.4.57",
3
+ "version": "1.4.59",
4
4
  "description": "Webcomponent for board following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -148,5 +148,5 @@
148
148
  "prettier --write"
149
149
  ]
150
150
  },
151
- "gitHead": "d18a96ad0d1a4ab65acfec887d170235d0e31ea4"
151
+ "gitHead": "8f4c3142f2c6d9517545f99af0f3f1f705295b24"
152
152
  }
@@ -86,9 +86,7 @@ export class PropertyEventHover extends LitElement {
86
86
  <option value="data-toggle">toggle(true/false) target component data</option>
87
87
  <option value="data-tristate">tristate(0/1/2) target component data</option>
88
88
  <option value="data-set">set value to target component data</option>
89
- <option value="partial-data-set">set partial value to target component data</option>
90
89
  <option value="value-set">set value to target component value</option>
91
- <option value="partial-value-set">set partial value to target component value</option>
92
90
  <option value="mouse-cursor">change mouse cursor to target style</option>
93
91
  </select>
94
92
 
@@ -62,6 +62,7 @@ export class PropertyEventTap extends LitElement {
62
62
  <option value="toggle-info-window">toggle infowindow</option>
63
63
  <option value="data-toggle">toggle(true/false) target component data</option>
64
64
  <option value="data-tristate">tristate(0/1/2) target component data</option>
65
+ <option value="data-spreading">forcely execute data spreading of target component</option>
65
66
  <option value="data-set">set value to target component data</option>
66
67
  <option value="partial-data-set">set partial value to target component data</option>
67
68
  <option value="value-set">set value to target component value</option>
@@ -147,6 +148,7 @@ export class PropertyEventTap extends LitElement {
147
148
  case 'value-set':
148
149
  case 'popup':
149
150
  case 'modal-popup':
151
+ case 'data-spreading':
150
152
  let ids =
151
153
  (this.scene &&
152
154
  this.scene.ids.map(i => {