@json-layout/core
Advanced tools
Comparing version 0.25.0 to 0.26.0
{ | ||
"name": "@json-layout/core", | ||
"version": "0.25.0", | ||
"version": "0.26.0", | ||
"description": "Compilation and state management utilities for JSON Layout.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
import en from './en.js' | ||
import fr from './fr.js' | ||
import nl from './nl.js' | ||
@@ -7,3 +8,4 @@ /** @type {Record<string, import('./types.js').LocaleMessages>} */ | ||
en, | ||
fr | ||
fr, | ||
nl | ||
} |
@@ -128,7 +128,2 @@ import en from '../i18n/en.js' | ||
{ | ||
key: 'autofocus', | ||
description: 'Activate autofocus. The focus will be given to the first input of the form.', | ||
default: false | ||
}, | ||
{ | ||
key: 'readOnlyPropertiesMode', | ||
@@ -142,3 +137,8 @@ description: 'Control the way readOnly properties from the schema are managed.', | ||
} | ||
}, | ||
{ | ||
key: 'autofocus', | ||
description: 'Activate autofocus. The focus will be given to the first input of the form.', | ||
default: false | ||
} | ||
] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108615
23
2788