@json-layout/vocabulary
Advanced tools
Comparing version 0.15.0 to 0.16.0
{ | ||
"name": "@json-layout/vocabulary", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"description": "Main JSON Layout vocabulary as JSON schemas and Typescript types. Also contains some small utility functions to validate and normalize annotations.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -276,3 +276,5 @@ import { validateLayoutKeyword, isComponentName, isPartialCompObject, isPartialChildren, isPartialSwitch, isPartialGetItemsExpr, isPartialGetItemsObj, isPartialSlotMarkdown, isPartialGetItemsFetch, isPartialChildComposite } from './layout-keyword/index.js' | ||
} else { | ||
if (!('label' in partial)) partial.label = schemaFragment.title ?? key | ||
if (!('label' in partial) && partial.comp !== 'one-of-select') { | ||
partial.label = schemaFragment.title ?? key | ||
} | ||
} | ||
@@ -279,0 +281,0 @@ |
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
183921
5305