@hatiolab/things-scene 3.4.32 → 3.4.33

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": "@hatiolab/things-scene",
3
- "version": "3.4.32",
3
+ "version": "3.4.33",
4
4
  "description": "2D graphic library",
5
5
  "main": "src/index.js",
6
6
  "module": "things-scene.mjs",
package/things-scene.d.ts CHANGED
@@ -71,7 +71,11 @@ declare module '@hatiolab/things-scene' {
71
71
  | string
72
72
  }[]
73
73
  'value-property'?: string
74
+ readonly?: boolean
74
75
  valueProperty?: string
76
+ editor?: {
77
+ fullwidth?: boolean
78
+ }
75
79
  help?: string
76
80
  }
77
81