x4js 2.2.23 → 2.2.24

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": "x4js",
3
- "version": "2.2.23",
3
+ "version": "2.2.24",
4
4
  "type": "module",
5
5
  "main": "src/x4.ts",
6
6
  "module": "src/x4.ts",
@@ -211,7 +211,7 @@ export class PropertyGrid extends VBox {
211
211
  type: 'number',
212
212
  id: item.name,
213
213
  name: item.name,
214
- value: value as string,
214
+ value: String(value),
215
215
  step: item.step,
216
216
  focus: ( e: EvFocus ) => {
217
217
  if( e.focus_out ) {