onejs-core 2.0.9 → 2.0.10

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.
@@ -341,6 +341,7 @@ declare global {
341
341
  interface TextInputBaseField<T> extends BaseField<T> {
342
342
  text?: string
343
343
  "max-length"?: number
344
+ "is-delayed"?: boolean
344
345
  "is-password-field"?: boolean
345
346
  "mask-char"?: string
346
347
  "is-read-only"?: boolean
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "onejs-core",
3
3
  "description": "The JS part of OneJS, a UI framework and Scripting Engine for Unity.",
4
- "version": "2.0.9",
4
+ "version": "2.0.10",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./typings.d.ts",
7
7
  "bin": {