@jsonforms/examples
Advanced tools
Comparing version 3.3.0-alpha.1 to 3.3.0-beta.0
@@ -14,2 +14,3 @@ import * as allOf from './examples/allOf'; | ||
import * as arrayWithSorting from './examples/arrays-with-sorting'; | ||
import * as arrayWithTranslatedCustomChildLabel from './examples/arrays-with-translated-custom-element-label'; | ||
import * as arrayWithDefaults from './examples/arrays-with-defaults'; | ||
@@ -55,2 +56,2 @@ import * as stringArray from './examples/stringArray'; | ||
import * as ifThenElse from './examples/if_then_else'; | ||
export { issue_1948, defaultExample, allOf, anyOf, oneOf, oneOfArray, anyOfOneOfAllOfResolve, stringArray, array, arrayI18n, nestedArray, nestedCategorization, arrayWithDetail, arrayWithDetailAndRule, arrayWithCustomChildLabel, arrayWithSorting, categorization, stepper, steppershownav, controlOptions, generateSchema, generateUISchema, layout, person, rule, ruleInheritance, dates, generateDynamic, config, text, numbers, scope, listWithDetail, listWithDetailRegistered, object, i18n, oneOfRecursive, huge, ifThenElse, onChange, enumExample, radioGroupExample, multiEnum, multiEnumWithLabelAndDesc, enumInArray, readonly, listWithDetailPrimitives, conditionalSchemaComposition, additionalErrors, issue_1884, arrayWithDefaults, }; | ||
export { issue_1948, defaultExample, allOf, anyOf, oneOf, oneOfArray, anyOfOneOfAllOfResolve, stringArray, array, arrayI18n, nestedArray, nestedCategorization, arrayWithDetail, arrayWithDetailAndRule, arrayWithCustomChildLabel, arrayWithSorting, arrayWithTranslatedCustomChildLabel, categorization, stepper, steppershownav, controlOptions, generateSchema, generateUISchema, layout, person, rule, ruleInheritance, dates, generateDynamic, config, text, numbers, scope, listWithDetail, listWithDetailRegistered, object, i18n, oneOfRecursive, huge, ifThenElse, onChange, enumExample, radioGroupExample, multiEnum, multiEnumWithLabelAndDesc, enumInArray, readonly, listWithDetailPrimitives, conditionalSchemaComposition, additionalErrors, issue_1884, arrayWithDefaults, }; |
{ | ||
"name": "@jsonforms/examples", | ||
"version": "3.3.0-alpha.1", | ||
"version": "3.3.0-beta.0", | ||
"description": "JSON Forms Example Data", | ||
@@ -42,3 +42,3 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"peerDependencies": { | ||
"@jsonforms/core": "3.3.0-alpha.1" | ||
"@jsonforms/core": "3.3.0-beta.0" | ||
}, | ||
@@ -62,3 +62,3 @@ "devDependencies": { | ||
"typescript": "~4.9.5", | ||
"@jsonforms/core": "3.3.0-alpha.1" | ||
"@jsonforms/core": "3.3.0-beta.0" | ||
}, | ||
@@ -65,0 +65,0 @@ "scripts": { |
@@ -38,2 +38,3 @@ /* | ||
import * as arrayWithSorting from './examples/arrays-with-sorting'; | ||
import * as arrayWithTranslatedCustomChildLabel from './examples/arrays-with-translated-custom-element-label'; | ||
import * as arrayWithDefaults from './examples/arrays-with-defaults'; | ||
@@ -98,2 +99,3 @@ import * as stringArray from './examples/stringArray'; | ||
arrayWithSorting, | ||
arrayWithTranslatedCustomChildLabel, | ||
categorization, | ||
@@ -100,0 +102,0 @@ stepper, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1538406
125
23469