@jsonforms/core 3.0.0-beta.1 → 3.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/README.md +11 -0
  2. package/docs/assets/js/search.json +1 -1
  3. package/docs/enums/ruleeffect.html +4 -4
  4. package/docs/globals.html +357 -217
  5. package/docs/index.html +29 -4
  6. package/docs/interfaces/addcellrendereraction.html +3 -3
  7. package/docs/interfaces/addrendereraction.html +3 -3
  8. package/docs/interfaces/adduischemaaction.html +3 -3
  9. package/docs/interfaces/andcondition.html +2 -2
  10. package/docs/interfaces/arraycontrolprops.html +21 -21
  11. package/docs/interfaces/arraylayoutprops.html +21 -21
  12. package/docs/interfaces/categorization.html +5 -5
  13. package/docs/interfaces/category.html +5 -5
  14. package/docs/interfaces/cellprops.html +12 -12
  15. package/docs/interfaces/combinatorrendererprops.html +143 -36
  16. package/docs/interfaces/composablecondition.html +2 -2
  17. package/docs/interfaces/condition.html +1 -1
  18. package/docs/interfaces/controlelement.html +22 -4
  19. package/docs/interfaces/controlprops.html +16 -16
  20. package/docs/interfaces/controlstate.html +2 -2
  21. package/docs/interfaces/controlwithdetailprops.html +17 -17
  22. package/docs/interfaces/dispatchcellprops.html +10 -10
  23. package/docs/interfaces/dispatchcellstateprops.html +10 -10
  24. package/docs/interfaces/dispatchpropsofarraycontrol.html +4 -4
  25. package/docs/interfaces/dispatchpropsofcontrol.html +1 -1
  26. package/docs/interfaces/dispatchpropsofmultienumcontrol.html +2 -2
  27. package/docs/interfaces/enumcellprops.html +13 -13
  28. package/docs/interfaces/enumoption.html +2 -2
  29. package/docs/interfaces/grouplayout.html +5 -5
  30. package/docs/interfaces/horizontallayout.html +4 -4
  31. package/docs/interfaces/initactionoptions.html +14 -0
  32. package/docs/interfaces/internationalizable.html +167 -0
  33. package/docs/interfaces/jsonformscore.html +17 -3
  34. package/docs/interfaces/jsonformsprops.html +9 -9
  35. package/docs/interfaces/labeldescription.html +2 -2
  36. package/docs/interfaces/labelelement.html +4 -4
  37. package/docs/interfaces/layout.html +4 -4
  38. package/docs/interfaces/layoutprops.html +10 -10
  39. package/docs/interfaces/leafcondition.html +2 -2
  40. package/docs/interfaces/orcondition.html +2 -2
  41. package/docs/interfaces/ownpropsofcell.html +9 -9
  42. package/docs/interfaces/ownpropsofcontrol.html +9 -12
  43. package/docs/interfaces/ownpropsofenum.html +1 -1
  44. package/docs/interfaces/ownpropsofenumcell.html +10 -10
  45. package/docs/interfaces/ownpropsofjsonformsrenderer.html +8 -8
  46. package/docs/interfaces/ownpropsoflayout.html +9 -9
  47. package/docs/interfaces/ownpropsofmasterlistitem.html +6 -6
  48. package/docs/interfaces/ownpropsofrenderer.html +8 -8
  49. package/docs/interfaces/registerdefaultdataaction.html +3 -3
  50. package/docs/interfaces/removecellrendereraction.html +3 -3
  51. package/docs/interfaces/removerendereraction.html +3 -3
  52. package/docs/interfaces/removeuischemaaction.html +2 -2
  53. package/docs/interfaces/rendererprops.html +9 -9
  54. package/docs/interfaces/rule.html +2 -2
  55. package/docs/interfaces/schemabasedcondition.html +2 -2
  56. package/docs/interfaces/setajvaction.html +2 -2
  57. package/docs/interfaces/setconfigaction.html +2 -2
  58. package/docs/interfaces/setlocaleaction.html +2 -2
  59. package/docs/interfaces/setschemaaction.html +2 -2
  60. package/docs/interfaces/settranslatoraction.html +3 -3
  61. package/docs/interfaces/setuischemaaction.html +2 -2
  62. package/docs/interfaces/setvalidationmodeaction.html +2 -2
  63. package/docs/interfaces/statepropsofarraycontrol.html +17 -17
  64. package/docs/interfaces/statepropsofarraylayout.html +17 -17
  65. package/docs/interfaces/statepropsofcell.html +11 -11
  66. package/docs/interfaces/statepropsofcombinator.html +147 -40
  67. package/docs/interfaces/statepropsofcontrol.html +18 -15
  68. package/docs/interfaces/statepropsofcontrolwithdetail.html +16 -16
  69. package/docs/interfaces/statepropsofenumcell.html +12 -12
  70. package/docs/interfaces/statepropsofjsonformsrenderer.html +9 -9
  71. package/docs/interfaces/statepropsoflayout.html +10 -10
  72. package/docs/interfaces/statepropsofmasteritem.html +7 -7
  73. package/docs/interfaces/statepropsofrenderer.html +9 -9
  74. package/docs/interfaces/statepropsofscopedrenderer.html +12 -12
  75. package/docs/interfaces/uischemaelement.html +3 -3
  76. package/docs/interfaces/unregisterdefaultdataaction.html +2 -2
  77. package/docs/interfaces/updatei18naction.html +4 -4
  78. package/docs/interfaces/verticallayout.html +4 -4
  79. package/docs/interfaces/withclassname.html +1 -1
  80. package/lib/actions/actions.d.ts +1 -0
  81. package/lib/jsonforms-core.cjs.js +201 -179
  82. package/lib/jsonforms-core.cjs.js.map +1 -1
  83. package/lib/jsonforms-core.esm.js +182 -166
  84. package/lib/jsonforms-core.esm.js.map +1 -1
  85. package/lib/models/uischema.d.ts +10 -1
  86. package/lib/reducers/core.d.ts +1 -0
  87. package/lib/reducers/reducers.d.ts +2 -2
  88. package/lib/testers/testers.d.ts +8 -7
  89. package/lib/util/combinators.d.ts +0 -1
  90. package/lib/util/path.d.ts +10 -0
  91. package/lib/util/renderer.d.ts +2 -2
  92. package/lib/util/resolvers.d.ts +1 -1
  93. package/lib/util/util.d.ts +1 -1
  94. package/package.json +2 -2
  95. package/src/actions/actions.ts +1 -0
  96. package/src/generators/uischema.ts +4 -4
  97. package/src/i18n/i18nUtil.ts +10 -7
  98. package/src/models/uischema.ts +14 -1
  99. package/src/reducers/core.ts +30 -3
  100. package/src/reducers/reducers.ts +12 -4
  101. package/src/testers/testers.ts +61 -34
  102. package/src/util/combinators.ts +17 -32
  103. package/src/util/label.ts +2 -2
  104. package/src/util/path.ts +18 -6
  105. package/src/util/renderer.ts +20 -32
  106. package/src/util/resolvers.ts +57 -68
  107. package/src/util/util.ts +1 -1
  108. package/stats.html +1 -1
  109. package/test/generators/uischema.test.ts +18 -0
  110. package/test/i18n/i18nUtil.test.ts +41 -1
  111. package/test/reducers/core.test.ts +203 -1
  112. package/test/testers.test.ts +208 -120
  113. package/test/util/path.test.ts +37 -20
  114. package/test/util/renderer.test.ts +1 -1
  115. package/test/util/resolvers.test.ts +99 -8
package/stats.html CHANGED
@@ -3259,7 +3259,7 @@ var drawChart = (function (exports) {
3259
3259
  </script>
3260
3260
  <script>
3261
3261
  /*<!--*/
3262
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"jsonforms-core.esm.js","children":[{"name":"src","children":[{"name":"generators","children":[{"uid":"0ae3-1","name":"schema.ts"},{"uid":"0ae3-59","name":"uischema.ts"},{"uid":"0ae3-61","name":"Generate.ts"}]},{"name":"models","children":[{"uid":"0ae3-3","name":"draft4.ts"},{"uid":"0ae3-5","name":"uischema.ts"}]},{"name":"util","children":[{"uid":"0ae3-7","name":"array.ts"},{"uid":"0ae3-35","name":"resolvers.ts"},{"uid":"0ae3-37","name":"path.ts"},{"uid":"0ae3-39","name":"runtime.ts"},{"uid":"0ae3-41","name":"util.ts"},{"uid":"0ae3-43","name":"label.ts"},{"uid":"0ae3-45","name":"combinators.ts"},{"uid":"0ae3-47","name":"renderer.ts"},{"uid":"0ae3-49","name":"cell.ts"},{"uid":"0ae3-51","name":"ids.ts"},{"uid":"0ae3-53","name":"schema.ts"},{"uid":"0ae3-55","name":"uischema.ts"},{"uid":"0ae3-57","name":"validator.ts"}]},{"name":"reducers","children":[{"uid":"0ae3-9","name":"cells.ts"},{"uid":"0ae3-13","name":"config.ts"},{"uid":"0ae3-15","name":"core.ts"},{"uid":"0ae3-17","name":"default-data.ts"},{"uid":"0ae3-21","name":"i18n.ts"},{"uid":"0ae3-23","name":"renderers.ts"},{"uid":"0ae3-29","name":"uischemas.ts"},{"uid":"0ae3-31","name":"reducers.ts"},{"uid":"0ae3-33","name":"selectors.ts"}]},{"uid":"0ae3-11","name":"configDefault.ts"},{"name":"i18n/i18nUtil.ts","uid":"0ae3-19"},{"name":"testers","children":[{"uid":"0ae3-25","name":"testers.ts"},{"uid":"0ae3-27","name":"index.ts"}]},{"name":"actions","children":[{"uid":"0ae3-63","name":"actions.ts"},{"uid":"0ae3-65","name":"index.ts"}]},{"uid":"0ae3-67","name":"Helpers.ts"},{"uid":"0ae3-69","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"0ae3-1":{"renderedLength":3843,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-0"},"0ae3-3":{"renderedLength":4050,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-2"},"0ae3-5":{"renderedLength":336,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-4"},"0ae3-7":{"renderedLength":421,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-6"},"0ae3-9":{"renderedLength":294,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-8"},"0ae3-11":{"renderedLength":133,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-10"},"0ae3-13":{"renderedLength":322,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-12"},"0ae3-15":{"renderedLength":9352,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-14"},"0ae3-17":{"renderedLength":434,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-16"},"0ae3-19":{"renderedLength":1945,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-18"},"0ae3-21":{"renderedLength":1754,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-20"},"0ae3-23":{"renderedLength":370,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-22"},"0ae3-25":{"renderedLength":7550,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-24"},"0ae3-27":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-26"},"0ae3-29":{"renderedLength":783,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-28"},"0ae3-31":{"renderedLength":1678,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-30"},"0ae3-33":{"renderedLength":573,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-32"},"0ae3-35":{"renderedLength":3307,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-34"},"0ae3-37":{"renderedLength":1085,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-36"},"0ae3-39":{"renderedLength":3621,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-38"},"0ae3-41":{"renderedLength":1502,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-40"},"0ae3-43":{"renderedLength":1281,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-42"},"0ae3-45":{"renderedLength":887,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-44"},"0ae3-47":{"renderedLength":13748,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-46"},"0ae3-49":{"renderedLength":2622,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-48"},"0ae3-51":{"renderedLength":621,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-50"},"0ae3-53":{"renderedLength":365,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-52"},"0ae3-55":{"renderedLength":609,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-54"},"0ae3-57":{"renderedLength":196,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-56"},"0ae3-59":{"renderedLength":3278,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-58"},"0ae3-61":{"renderedLength":137,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-60"},"0ae3-63":{"renderedLength":3051,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-62"},"0ae3-65":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-64"},"0ae3-67":{"renderedLength":80,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-66"},"0ae3-69":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"0ae3-68"}},"nodeMetas":{"0ae3-0":{"id":"/src/generators/schema.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-1"},"imported":[],"importedBy":[{"uid":"0ae3-70"},{"uid":"0ae3-60"}]},"0ae3-2":{"id":"/src/models/draft4.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-3"},"imported":[],"importedBy":[{"uid":"0ae3-71"}]},"0ae3-4":{"id":"/src/models/uischema.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-5"},"imported":[],"importedBy":[{"uid":"0ae3-71"}]},"0ae3-6":{"id":"/src/util/array.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-7"},"imported":[],"importedBy":[{"uid":"0ae3-73"},{"uid":"0ae3-46"}]},"0ae3-8":{"id":"/src/reducers/cells.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-9"},"imported":[{"uid":"0ae3-64"}],"importedBy":[{"uid":"0ae3-72"},{"uid":"0ae3-30"}]},"0ae3-10":{"id":"/src/configDefault.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-11"},"imported":[],"importedBy":[{"uid":"0ae3-12"}]},"0ae3-12":{"id":"/src/reducers/config.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-13"},"imported":[{"uid":"0ae3-85"},{"uid":"0ae3-64"},{"uid":"0ae3-10"}],"importedBy":[{"uid":"0ae3-72"},{"uid":"0ae3-30"}]},"0ae3-14":{"id":"/src/reducers/core.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-15"},"imported":[{"uid":"0ae3-86"},{"uid":"0ae3-87"},{"uid":"0ae3-88"},{"uid":"0ae3-89"},{"uid":"0ae3-90"},{"uid":"0ae3-91"},{"uid":"0ae3-64"},{"uid":"0ae3-73"}],"importedBy":[{"uid":"0ae3-72"},{"uid":"0ae3-30"},{"uid":"0ae3-32"}]},"0ae3-16":{"id":"/src/reducers/default-data.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-17"},"imported":[{"uid":"0ae3-64"}],"importedBy":[{"uid":"0ae3-72"},{"uid":"0ae3-30"},{"uid":"0ae3-32"}]},"0ae3-18":{"id":"/src/i18n/i18nUtil.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-19"},"imported":[{"uid":"0ae3-72"},{"uid":"0ae3-73"}],"importedBy":[{"uid":"0ae3-75"}]},"0ae3-20":{"id":"/src/reducers/i18n.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-21"},"imported":[{"uid":"0ae3-75"},{"uid":"0ae3-64"}],"importedBy":[{"uid":"0ae3-72"},{"uid":"0ae3-30"}]},"0ae3-22":{"id":"/src/reducers/renderers.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-23"},"imported":[{"uid":"0ae3-64"}],"importedBy":[{"uid":"0ae3-72"},{"uid":"0ae3-30"}]},"0ae3-24":{"id":"/src/testers/testers.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-25"},"imported":[{"uid":"0ae3-82"},{"uid":"0ae3-88"},{"uid":"0ae3-94"},{"uid":"0ae3-95"},{"uid":"0ae3-96"},{"uid":"0ae3-97"},{"uid":"0ae3-98"},{"uid":"0ae3-99"},{"uid":"0ae3-73"}],"importedBy":[{"uid":"0ae3-26"}]},"0ae3-26":{"id":"/src/testers/index.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-27"},"imported":[{"uid":"0ae3-24"}],"importedBy":[{"uid":"0ae3-68"},{"uid":"0ae3-28"}]},"0ae3-28":{"id":"/src/reducers/uischemas.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-29"},"imported":[{"uid":"0ae3-92"},{"uid":"0ae3-93"},{"uid":"0ae3-64"},{"uid":"0ae3-26"}],"importedBy":[{"uid":"0ae3-72"},{"uid":"0ae3-30"}]},"0ae3-30":{"id":"/src/reducers/reducers.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-31"},"imported":[{"uid":"0ae3-14"},{"uid":"0ae3-16"},{"uid":"0ae3-22"},{"uid":"0ae3-28"},{"uid":"0ae3-20"},{"uid":"0ae3-70"},{"uid":"0ae3-8"},{"uid":"0ae3-12"},{"uid":"0ae3-88"},{"uid":"0ae3-72"}],"importedBy":[{"uid":"0ae3-72"}]},"0ae3-32":{"id":"/src/reducers/selectors.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-33"},"imported":[{"uid":"0ae3-88"},{"uid":"0ae3-14"},{"uid":"0ae3-16"}],"importedBy":[{"uid":"0ae3-72"}]},"0ae3-34":{"id":"/src/util/resolvers.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-35"},"imported":[{"uid":"0ae3-82"},{"uid":"0ae3-88"}],"importedBy":[{"uid":"0ae3-73"},{"uid":"0ae3-44"},{"uid":"0ae3-38"},{"uid":"0ae3-40"}]},"0ae3-36":{"id":"/src/util/path.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-37"},"imported":[{"uid":"0ae3-82"},{"uid":"0ae3-101"}],"importedBy":[{"uid":"0ae3-73"},{"uid":"0ae3-46"},{"uid":"0ae3-38"},{"uid":"0ae3-40"}]},"0ae3-38":{"id":"/src/util/runtime.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-39"},"imported":[{"uid":"0ae3-103"},{"uid":"0ae3-71"},{"uid":"0ae3-34"},{"uid":"0ae3-36"},{"uid":"0ae3-72"}],"importedBy":[{"uid":"0ae3-73"},{"uid":"0ae3-48"},{"uid":"0ae3-46"},{"uid":"0ae3-40"}]},"0ae3-40":{"id":"/src/util/util.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-41"},"imported":[{"uid":"0ae3-82"},{"uid":"0ae3-96"},{"uid":"0ae3-99"},{"uid":"0ae3-102"},{"uid":"0ae3-34"},{"uid":"0ae3-36"},{"uid":"0ae3-38"}],"importedBy":[{"uid":"0ae3-73"},{"uid":"0ae3-48"},{"uid":"0ae3-46"}]},"0ae3-42":{"id":"/src/util/label.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-43"},"imported":[{"uid":"0ae3-83"}],"importedBy":[{"uid":"0ae3-73"},{"uid":"0ae3-46"}]},"0ae3-44":{"id":"/src/util/combinators.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-45"},"imported":[{"uid":"0ae3-34"},{"uid":"0ae3-72"}],"importedBy":[{"uid":"0ae3-73"},{"uid":"0ae3-46"}]},"0ae3-46":{"id":"/src/util/renderer.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-47"},"imported":[{"uid":"0ae3-88"},{"uid":"0ae3-102"},{"uid":"0ae3-72"},{"uid":"0ae3-38"},{"uid":"0ae3-42"},{"uid":"0ae3-44"},{"uid":"0ae3-6"},{"uid":"0ae3-40"},{"uid":"0ae3-36"},{"uid":"0ae3-64"},{"uid":"0ae3-75"}],"importedBy":[{"uid":"0ae3-73"},{"uid":"0ae3-48"}]},"0ae3-48":{"id":"/src/util/cell.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-49"},"imported":[{"uid":"0ae3-82"},{"uid":"0ae3-100"},{"uid":"0ae3-72"},{"uid":"0ae3-40"},{"uid":"0ae3-38"},{"uid":"0ae3-46"},{"uid":"0ae3-75"}],"importedBy":[{"uid":"0ae3-73"}]},"0ae3-50":{"id":"/src/util/ids.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-51"},"imported":[],"importedBy":[{"uid":"0ae3-73"}]},"0ae3-52":{"id":"/src/util/schema.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-53"},"imported":[{"uid":"0ae3-102"}],"importedBy":[{"uid":"0ae3-73"}]},"0ae3-54":{"id":"/src/util/uischema.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-55"},"imported":[{"uid":"0ae3-82"},{"uid":"0ae3-71"}],"importedBy":[{"uid":"0ae3-73"}]},"0ae3-56":{"id":"/src/util/validator.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-57"},"imported":[{"uid":"0ae3-104"},{"uid":"0ae3-105"}],"importedBy":[{"uid":"0ae3-73"}]},"0ae3-58":{"id":"/src/generators/uischema.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-59"},"imported":[{"uid":"0ae3-82"},{"uid":"0ae3-83"},{"uid":"0ae3-84"},{"uid":"0ae3-71"},{"uid":"0ae3-73"}],"importedBy":[{"uid":"0ae3-70"},{"uid":"0ae3-60"}]},"0ae3-60":{"id":"/src/generators/Generate.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-61"},"imported":[{"uid":"0ae3-0"},{"uid":"0ae3-58"}],"importedBy":[{"uid":"0ae3-70"}]},"0ae3-62":{"id":"/src/actions/actions.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-63"},"imported":[{"uid":"0ae3-70"}],"importedBy":[{"uid":"0ae3-64"}]},"0ae3-64":{"id":"/src/actions/index.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-65"},"imported":[{"uid":"0ae3-62"}],"importedBy":[{"uid":"0ae3-68"},{"uid":"0ae3-8"},{"uid":"0ae3-12"},{"uid":"0ae3-14"},{"uid":"0ae3-16"},{"uid":"0ae3-20"},{"uid":"0ae3-22"},{"uid":"0ae3-28"},{"uid":"0ae3-46"}]},"0ae3-66":{"id":"/src/Helpers.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-67"},"imported":[{"uid":"0ae3-73"}],"importedBy":[{"uid":"0ae3-68"}]},"0ae3-68":{"id":"/src/index.ts","moduleParts":{"jsonforms-core.esm.js":"0ae3-69"},"imported":[{"uid":"0ae3-64"},{"uid":"0ae3-70"},{"uid":"0ae3-71"},{"uid":"0ae3-72"},{"uid":"0ae3-26"},{"uid":"0ae3-73"},{"uid":"0ae3-66"},{"uid":"0ae3-74"},{"uid":"0ae3-75"}],"importedBy":[],"isEntry":true},"0ae3-70":{"id":"/src/generators/index.ts","moduleParts":{},"imported":[{"uid":"0ae3-60"},{"uid":"0ae3-0"},{"uid":"0ae3-58"}],"importedBy":[{"uid":"0ae3-68"},{"uid":"0ae3-62"},{"uid":"0ae3-30"}]},"0ae3-71":{"id":"/src/models/index.ts","moduleParts":{},"imported":[{"uid":"0ae3-2"},{"uid":"0ae3-76"},{"uid":"0ae3-77"},{"uid":"0ae3-78"},{"uid":"0ae3-4"}],"importedBy":[{"uid":"0ae3-68"},{"uid":"0ae3-58"},{"uid":"0ae3-38"},{"uid":"0ae3-54"}]},"0ae3-72":{"id":"/src/reducers/index.ts","moduleParts":{},"imported":[{"uid":"0ae3-8"},{"uid":"0ae3-12"},{"uid":"0ae3-14"},{"uid":"0ae3-16"},{"uid":"0ae3-20"},{"uid":"0ae3-30"},{"uid":"0ae3-22"},{"uid":"0ae3-32"},{"uid":"0ae3-28"}],"importedBy":[{"uid":"0ae3-68"},{"uid":"0ae3-30"},{"uid":"0ae3-48"},{"uid":"0ae3-44"},{"uid":"0ae3-46"},{"uid":"0ae3-38"},{"uid":"0ae3-18"}]},"0ae3-73":{"id":"/src/util/index.ts","moduleParts":{},"imported":[{"uid":"0ae3-6"},{"uid":"0ae3-48"},{"uid":"0ae3-44"},{"uid":"0ae3-79"},{"uid":"0ae3-50"},{"uid":"0ae3-42"},{"uid":"0ae3-36"},{"uid":"0ae3-46"},{"uid":"0ae3-34"},{"uid":"0ae3-38"},{"uid":"0ae3-52"},{"uid":"0ae3-80"},{"uid":"0ae3-54"},{"uid":"0ae3-40"},{"uid":"0ae3-56"}],"importedBy":[{"uid":"0ae3-68"},{"uid":"0ae3-66"},{"uid":"0ae3-58"},{"uid":"0ae3-14"},{"uid":"0ae3-24"},{"uid":"0ae3-18"}]},"0ae3-74":{"id":"/src/store.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-68"}]},"0ae3-75":{"id":"/src/i18n/index.ts","moduleParts":{},"imported":[{"uid":"0ae3-81"},{"uid":"0ae3-18"}],"importedBy":[{"uid":"0ae3-68"},{"uid":"0ae3-20"},{"uid":"0ae3-48"},{"uid":"0ae3-46"}]},"0ae3-76":{"id":"/src/models/jsonSchema.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-71"}]},"0ae3-77":{"id":"/src/models/jsonSchema4.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-71"}]},"0ae3-78":{"id":"/src/models/jsonSchema7.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-71"}]},"0ae3-79":{"id":"/src/util/Formatted.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-73"}]},"0ae3-80":{"id":"/src/util/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-73"}]},"0ae3-81":{"id":"/src/i18n/i18nTypes.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-75"}]},"0ae3-82":{"id":"lodash/isEmpty","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-58"},{"uid":"0ae3-24"},{"uid":"0ae3-48"},{"uid":"0ae3-36"},{"uid":"0ae3-34"},{"uid":"0ae3-54"},{"uid":"0ae3-40"}],"isExternal":true},"0ae3-83":{"id":"lodash/startCase","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-58"},{"uid":"0ae3-42"}],"isExternal":true},"0ae3-84":{"id":"lodash/keys","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-58"}],"isExternal":true},"0ae3-85":{"id":"lodash/merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-12"}],"isExternal":true},"0ae3-86":{"id":"lodash/cloneDeep","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-14"}],"isExternal":true},"0ae3-87":{"id":"lodash/fp/set","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-14"}],"isExternal":true},"0ae3-88":{"id":"lodash/get","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-14"},{"uid":"0ae3-30"},{"uid":"0ae3-32"},{"uid":"0ae3-24"},{"uid":"0ae3-46"},{"uid":"0ae3-34"}],"isExternal":true},"0ae3-89":{"id":"lodash/filter","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-14"}],"isExternal":true},"0ae3-90":{"id":"lodash/isEqual","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-14"}],"isExternal":true},"0ae3-91":{"id":"lodash/isFunction","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-14"}],"isExternal":true},"0ae3-92":{"id":"lodash/maxBy","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-28"}],"isExternal":true},"0ae3-93":{"id":"lodash/remove","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-28"}],"isExternal":true},"0ae3-94":{"id":"lodash/endsWith","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-24"}],"isExternal":true},"0ae3-95":{"id":"lodash/last","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-24"}],"isExternal":true},"0ae3-96":{"id":"lodash/isArray","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-24"},{"uid":"0ae3-40"}],"isExternal":true},"0ae3-97":{"id":"lodash/reduce","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-24"}],"isExternal":true},"0ae3-98":{"id":"lodash/toPairs","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-24"}],"isExternal":true},"0ae3-99":{"id":"lodash/includes","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-24"},{"uid":"0ae3-40"}],"isExternal":true},"0ae3-100":{"id":"lodash/union","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-48"}],"isExternal":true},"0ae3-101":{"id":"lodash/range","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-36"}],"isExternal":true},"0ae3-102":{"id":"lodash/find","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-46"},{"uid":"0ae3-52"},{"uid":"0ae3-40"}],"isExternal":true},"0ae3-103":{"id":"lodash/has","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-38"}],"isExternal":true},"0ae3-104":{"id":"ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-56"}],"isExternal":true},"0ae3-105":{"id":"ajv-formats","moduleParts":{},"imported":[],"importedBy":[{"uid":"0ae3-56"}],"isExternal":true}},"env":{"rollup":"2.61.1"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
3262
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"jsonforms-core.esm.js","children":[{"name":"src","children":[{"name":"generators","children":[{"uid":"7b5e-1","name":"schema.ts"},{"uid":"7b5e-59","name":"uischema.ts"},{"uid":"7b5e-61","name":"Generate.ts"}]},{"name":"models","children":[{"uid":"7b5e-3","name":"draft4.ts"},{"uid":"7b5e-5","name":"uischema.ts"}]},{"name":"util","children":[{"uid":"7b5e-7","name":"array.ts"},{"uid":"7b5e-35","name":"path.ts"},{"uid":"7b5e-37","name":"resolvers.ts"},{"uid":"7b5e-39","name":"runtime.ts"},{"uid":"7b5e-41","name":"util.ts"},{"uid":"7b5e-43","name":"label.ts"},{"uid":"7b5e-45","name":"renderer.ts"},{"uid":"7b5e-47","name":"cell.ts"},{"uid":"7b5e-49","name":"combinators.ts"},{"uid":"7b5e-51","name":"ids.ts"},{"uid":"7b5e-53","name":"schema.ts"},{"uid":"7b5e-55","name":"uischema.ts"},{"uid":"7b5e-57","name":"validator.ts"}]},{"name":"reducers","children":[{"uid":"7b5e-9","name":"cells.ts"},{"uid":"7b5e-13","name":"config.ts"},{"uid":"7b5e-15","name":"core.ts"},{"uid":"7b5e-17","name":"default-data.ts"},{"uid":"7b5e-21","name":"i18n.ts"},{"uid":"7b5e-23","name":"renderers.ts"},{"uid":"7b5e-29","name":"uischemas.ts"},{"uid":"7b5e-31","name":"reducers.ts"},{"uid":"7b5e-33","name":"selectors.ts"}]},{"uid":"7b5e-11","name":"configDefault.ts"},{"name":"i18n/i18nUtil.ts","uid":"7b5e-19"},{"name":"testers","children":[{"uid":"7b5e-25","name":"testers.ts"},{"uid":"7b5e-27","name":"index.ts"}]},{"name":"actions","children":[{"uid":"7b5e-63","name":"actions.ts"},{"uid":"7b5e-65","name":"index.ts"}]},{"uid":"7b5e-67","name":"Helpers.ts"},{"uid":"7b5e-69","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"7b5e-1":{"renderedLength":3843,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-0"},"7b5e-3":{"renderedLength":4050,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-2"},"7b5e-5":{"renderedLength":478,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-4"},"7b5e-7":{"renderedLength":421,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-6"},"7b5e-9":{"renderedLength":294,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-8"},"7b5e-11":{"renderedLength":133,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-10"},"7b5e-13":{"renderedLength":322,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-12"},"7b5e-15":{"renderedLength":10156,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-14"},"7b5e-17":{"renderedLength":434,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-16"},"7b5e-19":{"renderedLength":2075,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-18"},"7b5e-21":{"renderedLength":1754,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-20"},"7b5e-23":{"renderedLength":370,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-22"},"7b5e-25":{"renderedLength":8508,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-24"},"7b5e-27":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-26"},"7b5e-29":{"renderedLength":783,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-28"},"7b5e-31":{"renderedLength":1846,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-30"},"7b5e-33":{"renderedLength":573,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-32"},"7b5e-35":{"renderedLength":1308,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-34"},"7b5e-37":{"renderedLength":3040,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-36"},"7b5e-39":{"renderedLength":3621,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-38"},"7b5e-41":{"renderedLength":1502,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-40"},"7b5e-43":{"renderedLength":1289,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-42"},"7b5e-45":{"renderedLength":13284,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-44"},"7b5e-47":{"renderedLength":2622,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-46"},"7b5e-49":{"renderedLength":671,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-48"},"7b5e-51":{"renderedLength":621,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-50"},"7b5e-53":{"renderedLength":365,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-52"},"7b5e-55":{"renderedLength":609,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-54"},"7b5e-57":{"renderedLength":196,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-56"},"7b5e-59":{"renderedLength":3310,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-58"},"7b5e-61":{"renderedLength":137,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-60"},"7b5e-63":{"renderedLength":3051,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-62"},"7b5e-65":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-64"},"7b5e-67":{"renderedLength":80,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-66"},"7b5e-69":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"mainUid":"7b5e-68"}},"nodeMetas":{"7b5e-0":{"id":"/src/generators/schema.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-1"},"imported":[],"importedBy":[{"uid":"7b5e-70"},{"uid":"7b5e-60"}]},"7b5e-2":{"id":"/src/models/draft4.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-3"},"imported":[],"importedBy":[{"uid":"7b5e-71"}]},"7b5e-4":{"id":"/src/models/uischema.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-5"},"imported":[],"importedBy":[{"uid":"7b5e-71"}]},"7b5e-6":{"id":"/src/util/array.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-7"},"imported":[],"importedBy":[{"uid":"7b5e-73"},{"uid":"7b5e-44"}]},"7b5e-8":{"id":"/src/reducers/cells.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-9"},"imported":[{"uid":"7b5e-64"}],"importedBy":[{"uid":"7b5e-72"},{"uid":"7b5e-30"}]},"7b5e-10":{"id":"/src/configDefault.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-11"},"imported":[],"importedBy":[{"uid":"7b5e-12"}]},"7b5e-12":{"id":"/src/reducers/config.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-13"},"imported":[{"uid":"7b5e-85"},{"uid":"7b5e-64"},{"uid":"7b5e-10"}],"importedBy":[{"uid":"7b5e-72"},{"uid":"7b5e-30"}]},"7b5e-14":{"id":"/src/reducers/core.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-15"},"imported":[{"uid":"7b5e-86"},{"uid":"7b5e-87"},{"uid":"7b5e-88"},{"uid":"7b5e-89"},{"uid":"7b5e-90"},{"uid":"7b5e-91"},{"uid":"7b5e-64"},{"uid":"7b5e-73"}],"importedBy":[{"uid":"7b5e-72"},{"uid":"7b5e-30"},{"uid":"7b5e-32"}]},"7b5e-16":{"id":"/src/reducers/default-data.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-17"},"imported":[{"uid":"7b5e-64"}],"importedBy":[{"uid":"7b5e-72"},{"uid":"7b5e-30"},{"uid":"7b5e-32"}]},"7b5e-18":{"id":"/src/i18n/i18nUtil.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-19"},"imported":[{"uid":"7b5e-71"},{"uid":"7b5e-72"},{"uid":"7b5e-73"}],"importedBy":[{"uid":"7b5e-75"}]},"7b5e-20":{"id":"/src/reducers/i18n.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-21"},"imported":[{"uid":"7b5e-75"},{"uid":"7b5e-64"}],"importedBy":[{"uid":"7b5e-72"},{"uid":"7b5e-30"}]},"7b5e-22":{"id":"/src/reducers/renderers.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-23"},"imported":[{"uid":"7b5e-64"}],"importedBy":[{"uid":"7b5e-72"},{"uid":"7b5e-30"}]},"7b5e-24":{"id":"/src/testers/testers.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-25"},"imported":[{"uid":"7b5e-82"},{"uid":"7b5e-88"},{"uid":"7b5e-94"},{"uid":"7b5e-95"},{"uid":"7b5e-96"},{"uid":"7b5e-97"},{"uid":"7b5e-98"},{"uid":"7b5e-99"},{"uid":"7b5e-73"}],"importedBy":[{"uid":"7b5e-26"}]},"7b5e-26":{"id":"/src/testers/index.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-27"},"imported":[{"uid":"7b5e-24"}],"importedBy":[{"uid":"7b5e-68"},{"uid":"7b5e-28"}]},"7b5e-28":{"id":"/src/reducers/uischemas.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-29"},"imported":[{"uid":"7b5e-92"},{"uid":"7b5e-93"},{"uid":"7b5e-64"},{"uid":"7b5e-26"}],"importedBy":[{"uid":"7b5e-72"},{"uid":"7b5e-30"}]},"7b5e-30":{"id":"/src/reducers/reducers.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-31"},"imported":[{"uid":"7b5e-14"},{"uid":"7b5e-16"},{"uid":"7b5e-22"},{"uid":"7b5e-28"},{"uid":"7b5e-20"},{"uid":"7b5e-70"},{"uid":"7b5e-8"},{"uid":"7b5e-12"},{"uid":"7b5e-88"},{"uid":"7b5e-72"}],"importedBy":[{"uid":"7b5e-72"}]},"7b5e-32":{"id":"/src/reducers/selectors.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-33"},"imported":[{"uid":"7b5e-88"},{"uid":"7b5e-14"},{"uid":"7b5e-16"}],"importedBy":[{"uid":"7b5e-72"}]},"7b5e-34":{"id":"/src/util/path.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-35"},"imported":[{"uid":"7b5e-82"},{"uid":"7b5e-101"}],"importedBy":[{"uid":"7b5e-73"},{"uid":"7b5e-42"},{"uid":"7b5e-44"},{"uid":"7b5e-36"},{"uid":"7b5e-38"},{"uid":"7b5e-40"}]},"7b5e-36":{"id":"/src/util/resolvers.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-37"},"imported":[{"uid":"7b5e-82"},{"uid":"7b5e-88"},{"uid":"7b5e-34"}],"importedBy":[{"uid":"7b5e-73"},{"uid":"7b5e-38"},{"uid":"7b5e-40"}]},"7b5e-38":{"id":"/src/util/runtime.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-39"},"imported":[{"uid":"7b5e-103"},{"uid":"7b5e-71"},{"uid":"7b5e-36"},{"uid":"7b5e-34"},{"uid":"7b5e-72"}],"importedBy":[{"uid":"7b5e-73"},{"uid":"7b5e-46"},{"uid":"7b5e-44"},{"uid":"7b5e-40"}]},"7b5e-40":{"id":"/src/util/util.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-41"},"imported":[{"uid":"7b5e-82"},{"uid":"7b5e-96"},{"uid":"7b5e-99"},{"uid":"7b5e-102"},{"uid":"7b5e-36"},{"uid":"7b5e-34"},{"uid":"7b5e-38"}],"importedBy":[{"uid":"7b5e-73"},{"uid":"7b5e-46"},{"uid":"7b5e-48"},{"uid":"7b5e-44"}]},"7b5e-42":{"id":"/src/util/label.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-43"},"imported":[{"uid":"7b5e-83"},{"uid":"7b5e-34"}],"importedBy":[{"uid":"7b5e-73"},{"uid":"7b5e-44"}]},"7b5e-44":{"id":"/src/util/renderer.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-45"},"imported":[{"uid":"7b5e-88"},{"uid":"7b5e-102"},{"uid":"7b5e-72"},{"uid":"7b5e-38"},{"uid":"7b5e-42"},{"uid":"7b5e-6"},{"uid":"7b5e-40"},{"uid":"7b5e-34"},{"uid":"7b5e-64"},{"uid":"7b5e-75"}],"importedBy":[{"uid":"7b5e-73"},{"uid":"7b5e-46"}]},"7b5e-46":{"id":"/src/util/cell.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-47"},"imported":[{"uid":"7b5e-82"},{"uid":"7b5e-100"},{"uid":"7b5e-72"},{"uid":"7b5e-40"},{"uid":"7b5e-38"},{"uid":"7b5e-44"},{"uid":"7b5e-75"}],"importedBy":[{"uid":"7b5e-73"}]},"7b5e-48":{"id":"/src/util/combinators.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-49"},"imported":[{"uid":"7b5e-72"},{"uid":"7b5e-40"}],"importedBy":[{"uid":"7b5e-73"}]},"7b5e-50":{"id":"/src/util/ids.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-51"},"imported":[],"importedBy":[{"uid":"7b5e-73"}]},"7b5e-52":{"id":"/src/util/schema.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-53"},"imported":[{"uid":"7b5e-102"}],"importedBy":[{"uid":"7b5e-73"}]},"7b5e-54":{"id":"/src/util/uischema.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-55"},"imported":[{"uid":"7b5e-82"},{"uid":"7b5e-71"}],"importedBy":[{"uid":"7b5e-73"}]},"7b5e-56":{"id":"/src/util/validator.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-57"},"imported":[{"uid":"7b5e-104"},{"uid":"7b5e-105"}],"importedBy":[{"uid":"7b5e-73"}]},"7b5e-58":{"id":"/src/generators/uischema.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-59"},"imported":[{"uid":"7b5e-82"},{"uid":"7b5e-83"},{"uid":"7b5e-84"},{"uid":"7b5e-71"},{"uid":"7b5e-73"}],"importedBy":[{"uid":"7b5e-70"},{"uid":"7b5e-60"}]},"7b5e-60":{"id":"/src/generators/Generate.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-61"},"imported":[{"uid":"7b5e-0"},{"uid":"7b5e-58"}],"importedBy":[{"uid":"7b5e-70"}]},"7b5e-62":{"id":"/src/actions/actions.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-63"},"imported":[{"uid":"7b5e-70"}],"importedBy":[{"uid":"7b5e-64"}]},"7b5e-64":{"id":"/src/actions/index.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-65"},"imported":[{"uid":"7b5e-62"}],"importedBy":[{"uid":"7b5e-68"},{"uid":"7b5e-8"},{"uid":"7b5e-12"},{"uid":"7b5e-14"},{"uid":"7b5e-16"},{"uid":"7b5e-20"},{"uid":"7b5e-22"},{"uid":"7b5e-28"},{"uid":"7b5e-44"}]},"7b5e-66":{"id":"/src/Helpers.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-67"},"imported":[{"uid":"7b5e-73"}],"importedBy":[{"uid":"7b5e-68"}]},"7b5e-68":{"id":"/src/index.ts","moduleParts":{"jsonforms-core.esm.js":"7b5e-69"},"imported":[{"uid":"7b5e-64"},{"uid":"7b5e-70"},{"uid":"7b5e-71"},{"uid":"7b5e-72"},{"uid":"7b5e-26"},{"uid":"7b5e-73"},{"uid":"7b5e-66"},{"uid":"7b5e-74"},{"uid":"7b5e-75"}],"importedBy":[],"isEntry":true},"7b5e-70":{"id":"/src/generators/index.ts","moduleParts":{},"imported":[{"uid":"7b5e-60"},{"uid":"7b5e-0"},{"uid":"7b5e-58"}],"importedBy":[{"uid":"7b5e-68"},{"uid":"7b5e-62"},{"uid":"7b5e-30"}]},"7b5e-71":{"id":"/src/models/index.ts","moduleParts":{},"imported":[{"uid":"7b5e-2"},{"uid":"7b5e-76"},{"uid":"7b5e-77"},{"uid":"7b5e-78"},{"uid":"7b5e-4"}],"importedBy":[{"uid":"7b5e-68"},{"uid":"7b5e-58"},{"uid":"7b5e-38"},{"uid":"7b5e-54"},{"uid":"7b5e-18"}]},"7b5e-72":{"id":"/src/reducers/index.ts","moduleParts":{},"imported":[{"uid":"7b5e-8"},{"uid":"7b5e-12"},{"uid":"7b5e-14"},{"uid":"7b5e-16"},{"uid":"7b5e-20"},{"uid":"7b5e-30"},{"uid":"7b5e-22"},{"uid":"7b5e-32"},{"uid":"7b5e-28"}],"importedBy":[{"uid":"7b5e-68"},{"uid":"7b5e-30"},{"uid":"7b5e-46"},{"uid":"7b5e-48"},{"uid":"7b5e-44"},{"uid":"7b5e-38"},{"uid":"7b5e-18"}]},"7b5e-73":{"id":"/src/util/index.ts","moduleParts":{},"imported":[{"uid":"7b5e-6"},{"uid":"7b5e-46"},{"uid":"7b5e-48"},{"uid":"7b5e-79"},{"uid":"7b5e-50"},{"uid":"7b5e-42"},{"uid":"7b5e-34"},{"uid":"7b5e-44"},{"uid":"7b5e-36"},{"uid":"7b5e-38"},{"uid":"7b5e-52"},{"uid":"7b5e-80"},{"uid":"7b5e-54"},{"uid":"7b5e-40"},{"uid":"7b5e-56"}],"importedBy":[{"uid":"7b5e-68"},{"uid":"7b5e-66"},{"uid":"7b5e-58"},{"uid":"7b5e-14"},{"uid":"7b5e-24"},{"uid":"7b5e-18"}]},"7b5e-74":{"id":"/src/store.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-68"}]},"7b5e-75":{"id":"/src/i18n/index.ts","moduleParts":{},"imported":[{"uid":"7b5e-81"},{"uid":"7b5e-18"}],"importedBy":[{"uid":"7b5e-68"},{"uid":"7b5e-20"},{"uid":"7b5e-46"},{"uid":"7b5e-44"}]},"7b5e-76":{"id":"/src/models/jsonSchema.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-71"}]},"7b5e-77":{"id":"/src/models/jsonSchema4.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-71"}]},"7b5e-78":{"id":"/src/models/jsonSchema7.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-71"}]},"7b5e-79":{"id":"/src/util/Formatted.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-73"}]},"7b5e-80":{"id":"/src/util/type.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-73"}]},"7b5e-81":{"id":"/src/i18n/i18nTypes.ts","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-75"}]},"7b5e-82":{"id":"lodash/isEmpty","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-58"},{"uid":"7b5e-24"},{"uid":"7b5e-46"},{"uid":"7b5e-34"},{"uid":"7b5e-36"},{"uid":"7b5e-54"},{"uid":"7b5e-40"}],"isExternal":true},"7b5e-83":{"id":"lodash/startCase","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-58"},{"uid":"7b5e-42"}],"isExternal":true},"7b5e-84":{"id":"lodash/keys","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-58"}],"isExternal":true},"7b5e-85":{"id":"lodash/merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-12"}],"isExternal":true},"7b5e-86":{"id":"lodash/cloneDeep","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-14"}],"isExternal":true},"7b5e-87":{"id":"lodash/fp/set","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-14"}],"isExternal":true},"7b5e-88":{"id":"lodash/get","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-14"},{"uid":"7b5e-30"},{"uid":"7b5e-32"},{"uid":"7b5e-24"},{"uid":"7b5e-44"},{"uid":"7b5e-36"}],"isExternal":true},"7b5e-89":{"id":"lodash/filter","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-14"}],"isExternal":true},"7b5e-90":{"id":"lodash/isEqual","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-14"}],"isExternal":true},"7b5e-91":{"id":"lodash/isFunction","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-14"}],"isExternal":true},"7b5e-92":{"id":"lodash/maxBy","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-28"}],"isExternal":true},"7b5e-93":{"id":"lodash/remove","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-28"}],"isExternal":true},"7b5e-94":{"id":"lodash/endsWith","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-24"}],"isExternal":true},"7b5e-95":{"id":"lodash/last","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-24"}],"isExternal":true},"7b5e-96":{"id":"lodash/isArray","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-24"},{"uid":"7b5e-40"}],"isExternal":true},"7b5e-97":{"id":"lodash/reduce","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-24"}],"isExternal":true},"7b5e-98":{"id":"lodash/toPairs","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-24"}],"isExternal":true},"7b5e-99":{"id":"lodash/includes","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-24"},{"uid":"7b5e-40"}],"isExternal":true},"7b5e-100":{"id":"lodash/union","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-46"}],"isExternal":true},"7b5e-101":{"id":"lodash/range","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-34"}],"isExternal":true},"7b5e-102":{"id":"lodash/find","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-44"},{"uid":"7b5e-52"},{"uid":"7b5e-40"}],"isExternal":true},"7b5e-103":{"id":"lodash/has","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-38"}],"isExternal":true},"7b5e-104":{"id":"ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-56"}],"isExternal":true},"7b5e-105":{"id":"ajv-formats","moduleParts":{},"imported":[],"importedBy":[{"uid":"7b5e-56"}],"isExternal":true}},"env":{"rollup":"2.61.1"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
3263
3263
 
3264
3264
  const run = () => {
3265
3265
  const width = window.innerWidth;
@@ -556,3 +556,21 @@ test('generate control for nested oneOf', t => {
556
556
  };
557
557
  t.deepEqual(generateDefaultUISchema(schema), uischema);
558
558
  });
559
+
560
+ test('encode "/" in generated ui schema', t => {
561
+ const schema: JsonSchema = {
562
+ properties: {
563
+ 'some / initial / value': {
564
+ type : 'integer'
565
+ }
566
+ }
567
+ };
568
+ const uischema: Layout = {
569
+ type: 'VerticalLayout',
570
+ elements: [{
571
+ type: 'Control',
572
+ scope: '#/properties/some ~1 initial ~1 value'
573
+ }] as ControlElement[]
574
+ };
575
+ t.deepEqual(generateDefaultUISchema(schema), uischema);
576
+ });
@@ -24,7 +24,7 @@
24
24
  */
25
25
  import test from 'ava';
26
26
 
27
- import { transformPathToI18nPrefix } from '../../src';
27
+ import { ControlElement, getI18nKeyPrefixBySchema, i18nJsonSchema, transformPathToI18nPrefix } from '../../src';
28
28
 
29
29
  test('transformPathToI18nPrefix returns root when empty', t => {
30
30
  t.is(transformPathToI18nPrefix(''), 'root');
@@ -46,3 +46,43 @@ test('transformPathToI18nPrefix removes array indices', t => {
46
46
  t.is(transformPathToI18nPrefix('foo1.23.b2ar3.1.5.foo'), 'foo1.b2ar3.foo');
47
47
  t.is(transformPathToI18nPrefix('3'), 'root');
48
48
  });
49
+
50
+ test('getI18nKeyPrefixBySchema gets key from uischema over schema', t => {
51
+ const control: ControlElement = {
52
+ type: 'Control',
53
+ scope: '#/properties/foo',
54
+ i18n: 'controlFoo'
55
+ };
56
+ const schema: i18nJsonSchema = {
57
+ type: 'string',
58
+ i18n: 'schemaFoo'
59
+ }
60
+ t.is(getI18nKeyPrefixBySchema(schema, control), 'controlFoo');
61
+ });
62
+
63
+ test('getI18nKeyPrefixBySchema gets schema key for missing uischema key', t => {
64
+ const control: ControlElement = {
65
+ type: 'Control',
66
+ scope: '#/properties/foo',
67
+ };
68
+ const schema: i18nJsonSchema = {
69
+ type: 'string',
70
+ i18n: 'schemaFoo'
71
+ }
72
+ t.is(getI18nKeyPrefixBySchema(schema, control), 'schemaFoo');
73
+ });
74
+
75
+ test('getI18nKeyPrefixBySchema returns undefined for missing uischema and schema keys', t => {
76
+ const control: ControlElement = {
77
+ type: 'Control',
78
+ scope: '#/properties/foo',
79
+ };
80
+ const schema: i18nJsonSchema = {
81
+ type: 'string',
82
+ }
83
+ t.is(getI18nKeyPrefixBySchema(schema, control), undefined);
84
+ });
85
+
86
+ test('getI18nKeyPrefixBySchema returns undefined for undefined parameters', t => {
87
+ t.is(getI18nKeyPrefixBySchema(undefined, undefined), undefined);
88
+ });
@@ -133,6 +133,15 @@ test('core reducer - previous state - init without options should keep previous
133
133
  }
134
134
  };
135
135
  const myAjv = new Ajv();
136
+ const additionalErrors = [{
137
+ instancePath: '',
138
+ dataPath: '',
139
+ schemaPath: '#/required',
140
+ keyword: 'required',
141
+ params: {
142
+ missingProperty: 'foo'
143
+ },
144
+ }];
136
145
  const after = coreReducer(
137
146
  {
138
147
  data: {},
@@ -141,10 +150,12 @@ test('core reducer - previous state - init without options should keep previous
141
150
  type: 'Label'
142
151
  },
143
152
  ajv: myAjv,
153
+ additionalErrors
144
154
  },
145
155
  init({}, schema)
146
156
  );
147
157
  t.deepEqual(after.ajv, myAjv);
158
+ t.deepEqual(after.additionalErrors, additionalErrors);
148
159
  });
149
160
 
150
161
  test('core reducer - previous state - init with ajv options object should overwrite ajv', t => {
@@ -173,6 +184,49 @@ test('core reducer - previous state - init with ajv options object should overwr
173
184
  t.deepEqual(after.ajv, newAjv);
174
185
  });
175
186
 
187
+ test('core reducer - previous state - init with additionalErrors option object should overwrite additionalErrors', t => {
188
+ const schema: JsonSchema = {
189
+ type: 'object',
190
+ properties: {
191
+ foo: {
192
+ type: 'string',
193
+ const: 'bar'
194
+ }
195
+ }
196
+ };
197
+
198
+ const prevAdditionalErrors = [{
199
+ instancePath: '',
200
+ dataPath: '',
201
+ schemaPath: '#/required',
202
+ keyword: 'required',
203
+ params: {
204
+ missingProperty: 'foo'
205
+ },
206
+ }];
207
+ const currentAdditionalErrors = [{
208
+ instancePath: '',
209
+ dataPath: '',
210
+ schemaPath: '#/required',
211
+ keyword: 'required',
212
+ params: {
213
+ missingProperty: 'bar'
214
+ },
215
+ }];
216
+ const after = coreReducer(
217
+ {
218
+ data: {},
219
+ schema: {},
220
+ uischema: {
221
+ type: 'Label'
222
+ },
223
+ additionalErrors: prevAdditionalErrors
224
+ },
225
+ init({}, schema, undefined, { additionalErrors: currentAdditionalErrors })
226
+ );
227
+ t.deepEqual(after.additionalErrors, currentAdditionalErrors);
228
+ });
229
+
176
230
  test('core reducer - previous state - init with empty options should not overwrite', t => {
177
231
  const schema: JsonSchema = {
178
232
  type: 'object',
@@ -184,6 +238,15 @@ test('core reducer - previous state - init with empty options should not overwri
184
238
  }
185
239
  };
186
240
  const myAjv = new Ajv();
241
+ const additionalErrors = [{
242
+ instancePath: '',
243
+ dataPath: '',
244
+ schemaPath: '#/required',
245
+ keyword: 'required',
246
+ params: {
247
+ missingProperty: 'foo'
248
+ },
249
+ }];
187
250
  const after = coreReducer(
188
251
  {
189
252
  data: {},
@@ -192,10 +255,12 @@ test('core reducer - previous state - init with empty options should not overwri
192
255
  type: 'Label'
193
256
  },
194
257
  ajv: myAjv,
258
+ additionalErrors
195
259
  },
196
260
  init({}, schema, undefined, {})
197
261
  );
198
262
  t.deepEqual(after.ajv, myAjv);
263
+ t.deepEqual(after.additionalErrors, additionalErrors);
199
264
  });
200
265
 
201
266
  test('core reducer - previous state - init with undefined data should not change data', t => {
@@ -1181,6 +1246,108 @@ test('errorAt respects hide validation mode', t => {
1181
1246
  t.is(errorAt('animal', schema)(core).length, 0);
1182
1247
  })
1183
1248
 
1249
+ test('errorAt contains additionalErrors', t => {
1250
+ const schema = {
1251
+ type: 'object',
1252
+ properties: {
1253
+ animal: {
1254
+ type: 'string'
1255
+ }
1256
+ }
1257
+ };
1258
+
1259
+ const data = {
1260
+ animal: 100
1261
+ };
1262
+
1263
+ const additionalErrors = [{
1264
+ instancePath: '',
1265
+ dataPath: '',
1266
+ schemaPath: '#/required',
1267
+ keyword: 'required',
1268
+ params: {
1269
+ missingProperty: 'animal'
1270
+ },
1271
+ }];
1272
+ const core: JsonFormsCore = coreReducer(
1273
+ undefined,
1274
+ init(data, schema, undefined, { additionalErrors })
1275
+ );
1276
+ t.is(core.errors.length, 1);
1277
+ t.is(core.additionalErrors.length, 1);
1278
+ const errorsAt = errorAt('animal', schema)(core);
1279
+ t.is(errorsAt.length, 2);
1280
+ t.true(errorsAt.indexOf(additionalErrors[0]) > -1);
1281
+ });
1282
+
1283
+ test('errorAt contains additionalErrors for validation mode NoValidation ', t => {
1284
+ const schema = {
1285
+ type: 'object',
1286
+ properties: {
1287
+ animal: {
1288
+ type: 'string'
1289
+ }
1290
+ }
1291
+ };
1292
+
1293
+ const data = {
1294
+ animal: 100
1295
+ };
1296
+
1297
+ const additionalErrors = [{
1298
+ instancePath: '',
1299
+ dataPath: '',
1300
+ schemaPath: '#/required',
1301
+ keyword: 'required',
1302
+ params: {
1303
+ missingProperty: 'animal'
1304
+ },
1305
+ }];
1306
+ const core: JsonFormsCore = coreReducer(
1307
+ undefined,
1308
+ init(data, schema, undefined, { additionalErrors, validationMode: 'NoValidation' })
1309
+ );
1310
+ t.is(core.errors.length, 0);
1311
+ t.is(core.additionalErrors.length, 1);
1312
+ const errorsAt = errorAt('animal', schema)(core);
1313
+ t.is(errorsAt.length, 1);
1314
+ t.is(errorsAt.indexOf(additionalErrors[0]), 0);
1315
+ });
1316
+
1317
+ test('errorAt contains additionalErrors for validation mode ValidateAndHide ', t => {
1318
+ const schema = {
1319
+ type: 'object',
1320
+ properties: {
1321
+ animal: {
1322
+ type: 'string'
1323
+ }
1324
+ }
1325
+ };
1326
+
1327
+ const data = {
1328
+ animal: 100
1329
+ };
1330
+
1331
+ const additionalErrors = [{
1332
+ instancePath: '',
1333
+ dataPath: '',
1334
+ schemaPath: '#/required',
1335
+ keyword: 'required',
1336
+ params: {
1337
+ missingProperty: 'animal'
1338
+ },
1339
+ }];
1340
+ const core: JsonFormsCore = coreReducer(
1341
+ undefined,
1342
+ init(data, schema, undefined, { additionalErrors, validationMode: 'ValidateAndHide' })
1343
+ );
1344
+ t.is(core.errors.length, 1);
1345
+ t.is(core.additionalErrors.length, 1);
1346
+ const errorsAt = errorAt('animal', schema)(core);
1347
+ t.is(errorsAt.length, 1);
1348
+ t.is(errorsAt.indexOf(additionalErrors[0]), 0);
1349
+ });
1350
+
1184
1351
  test('core reducer - setValidationMode - No validation should not produce errors', t => {
1185
1352
  const schema = {
1186
1353
  type: 'object',
@@ -1424,7 +1591,7 @@ test('core reducer - update core - unchanged state properties should be unchange
1424
1591
  before,
1425
1592
  updateCore({
1426
1593
  animal: 'cat'
1427
- }, before.schema, before.uischema, before.ajv)
1594
+ }, before.schema, before.uischema, { ajv: before.ajv, additionalErrors: before.additionalErrors })
1428
1595
  );
1429
1596
  t.true(before.schema === afterDataUpdate.schema);
1430
1597
  t.true(before.ajv === afterDataUpdate.ajv);
@@ -1432,6 +1599,7 @@ test('core reducer - update core - unchanged state properties should be unchange
1432
1599
  t.true(before.uischema === afterDataUpdate.uischema);
1433
1600
  t.true(before.validationMode === afterDataUpdate.validationMode);
1434
1601
  t.true(before.validator === afterDataUpdate.validator);
1602
+ t.true(before.additionalErrors === afterDataUpdate.additionalErrors);
1435
1603
 
1436
1604
  const updatedSchema = {
1437
1605
  type: 'object',
@@ -1452,6 +1620,40 @@ test('core reducer - update core - unchanged state properties should be unchange
1452
1620
  t.true(before.data === afterSchemaUpdate.data);
1453
1621
  });
1454
1622
 
1623
+ test('core reducer - update core - additionalErrors should update', t => {
1624
+ const schema = {
1625
+ type: 'object',
1626
+ properties: {
1627
+ animal: {
1628
+ type: 'string'
1629
+ }
1630
+ }
1631
+ };
1632
+
1633
+ const data = {
1634
+ animal: 'dog'
1635
+ };
1636
+ const before: JsonFormsCore = coreReducer(
1637
+ undefined,
1638
+ init(data, schema, undefined, { additionalErrors: [] })
1639
+ );
1640
+
1641
+ const additionalErrors = [{
1642
+ instancePath: '',
1643
+ dataPath: '',
1644
+ schemaPath: '#/required',
1645
+ keyword: 'required',
1646
+ params: {
1647
+ missingProperty: 'animal'
1648
+ },
1649
+ }];
1650
+ const after: JsonFormsCore = coreReducer(
1651
+ before,
1652
+ updateCore(before.data, before.schema, before.uischema, { additionalErrors })
1653
+ );
1654
+ t.true(after.additionalErrors === additionalErrors);
1655
+ });
1656
+
1455
1657
  test('core reducer - setSchema - schema with id', t => {
1456
1658
  const schema: JsonSchema = {
1457
1659
  $id: 'https://www.jsonforms.io/example.json',