@json-layout/core
Advanced tools
Comparing version
{ | ||
"name": "@json-layout/core", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Compilation and state management utilities for JSON Layout.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -8,2 +8,3 @@ /** @type {import('./types.js').LocaleMessages} */ | ||
edit: 'Bearbeiten', | ||
confirm: 'Bestätigen', | ||
close: 'Schließen', | ||
@@ -10,0 +11,0 @@ duplicate: 'Duplizieren', |
@@ -8,2 +8,3 @@ /** @type {import('./types.js').LocaleMessages} */ | ||
edit: 'Edit', | ||
confirm: 'Confirm', | ||
close: 'Close', | ||
@@ -10,0 +11,0 @@ duplicate: 'Duplicate', |
@@ -8,2 +8,3 @@ /** @type {import('./types.js').LocaleMessages} */ | ||
edit: 'Éditer', | ||
confirm: 'Confirmer', | ||
close: 'Fermer', | ||
@@ -10,0 +11,0 @@ duplicate: 'Dupliquer', |
@@ -7,2 +7,3 @@ /** @type {import('./types.js').LocaleMessages} */ | ||
delete: 'Verwijderen', | ||
confirm: 'Bevestigen', | ||
edit: 'Bewerken', | ||
@@ -9,0 +10,0 @@ close: 'Sluiten', |
@@ -9,2 +9,3 @@ export interface CompileOptionsMessages { | ||
delete: string | ||
confirm: string | ||
edit: string | ||
@@ -11,0 +12,0 @@ close: string |
@@ -336,3 +336,3 @@ import { isSwitchStruct, childIsCompositeCompObject, childIsSlotCompObject, isCompositeLayout, isFocusableLayout, isItemsLayout, isGetItemsExpression, isGetItemsFetch, isListLayout } from '@json-layout/vocabulary' | ||
context.initial, | ||
context.rehydrateErrors?.length, | ||
context.rehydrateErrors?.length ?? 0, | ||
data | ||
@@ -339,0 +339,0 @@ ] |
@@ -98,3 +98,3 @@ import { type ErrorObject } from 'ajv/dist/2019.js' | ||
boolean, | ||
number | undefined, | ||
number, | ||
unknown | ||
@@ -101,0 +101,0 @@ ] |
@@ -7,2 +7,3 @@ declare const _default: { | ||
edit: string; | ||
confirm: string; | ||
close: string; | ||
@@ -9,0 +10,0 @@ duplicate: string; |
@@ -7,2 +7,3 @@ declare const _default: { | ||
edit: string; | ||
confirm: string; | ||
close: string; | ||
@@ -9,0 +10,0 @@ duplicate: string; |
@@ -7,2 +7,3 @@ declare const _default: { | ||
edit: string; | ||
confirm: string; | ||
close: string; | ||
@@ -9,0 +10,0 @@ duplicate: string; |
@@ -6,2 +6,3 @@ declare const _default: { | ||
delete: string; | ||
confirm: string; | ||
edit: string; | ||
@@ -8,0 +9,0 @@ close: string; |
@@ -8,2 +8,3 @@ export interface CompileOptionsMessages { | ||
delete: string; | ||
confirm: string; | ||
edit: string; | ||
@@ -10,0 +11,0 @@ close: string; |
@@ -64,3 +64,3 @@ import { type ErrorObject } from 'ajv/dist/2019.js'; | ||
boolean, | ||
number | undefined, | ||
number, | ||
unknown | ||
@@ -67,0 +67,0 @@ ]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
184655
0.12%4204
0.24%