@json-layout/core
Advanced tools
Comparing version 0.33.3 to 0.33.4
{ | ||
"name": "@json-layout/core", | ||
"version": "0.33.3", | ||
"version": "0.33.4", | ||
"description": "Compilation and state management utilities for JSON Layout.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -413,2 +413,3 @@ import { isSwitchStruct, childIsCompObject, isCompositeLayout, isFocusableLayout, isItemsLayout, isGetItemsExpression, isGetItemsFetch, isListLayout } from '@json-layout/vocabulary' | ||
if (activeChildTreeIndex !== -1) { | ||
if (context.initial) context.activatedItems[fullKey] = activeChildTreeIndex | ||
context.errors = context.errors?.filter(error => { | ||
@@ -415,0 +416,0 @@ const originalError = error.params?.errors?.[0] ?? error |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
175762
3938