@openmrs/esm-implementer-tools-app 3.2.1-pre.1012 → 3.2.1-pre.1018

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 (74) hide show
  1. package/dist/307.js +1 -1
  2. package/dist/307.js.map +1 -1
  3. package/dist/319.js +1 -1
  4. package/dist/371.js +2 -0
  5. package/dist/371.js.map +1 -0
  6. package/dist/494.js +2 -0
  7. package/dist/494.js.map +1 -0
  8. package/dist/574.js +1 -1
  9. package/dist/597.js +1 -1
  10. package/dist/597.js.map +1 -1
  11. package/dist/620.js +2 -0
  12. package/dist/620.js.map +1 -0
  13. package/dist/652.js +2 -0
  14. package/dist/652.js.map +1 -0
  15. package/dist/683.js +2 -0
  16. package/dist/683.js.map +1 -0
  17. package/dist/707.js +2 -0
  18. package/dist/707.js.map +1 -0
  19. package/dist/839.js +1 -1
  20. package/dist/839.js.map +1 -1
  21. package/dist/95.js +2 -0
  22. package/dist/95.js.map +1 -0
  23. package/dist/openmrs-esm-implementer-tools-app.js +1 -1
  24. package/dist/openmrs-esm-implementer-tools-app.js.buildmanifest.json +168 -70
  25. package/dist/openmrs-esm-implementer-tools-app.js.map +1 -1
  26. package/dist/openmrs-esm-implementer-tools-app.old +1 -1
  27. package/package.json +6 -4
  28. package/src/configuration/configuration.component.tsx +41 -22
  29. package/src/configuration/configuration.styles.scss +0 -12
  30. package/src/configuration/configuration.test.tsx +4 -4
  31. package/src/configuration/{config-subtree.component.tsx → interactive-editor/config-subtree.component.tsx} +1 -1
  32. package/src/configuration/{config-tree-for-module.component.tsx → interactive-editor/config-tree-for-module.component.tsx} +0 -0
  33. package/src/configuration/{config-tree.component.tsx → interactive-editor/config-tree.component.tsx} +2 -2
  34. package/src/configuration/interactive-editor/config-tree.styles.scss +3 -0
  35. package/src/configuration/{description.component.tsx → interactive-editor/description.component.tsx} +1 -1
  36. package/src/configuration/{description.styles.scss → interactive-editor/description.styles.scss} +1 -1
  37. package/src/configuration/interactive-editor/display-value.scss +5 -0
  38. package/src/configuration/{display-value.tsx → interactive-editor/display-value.tsx} +1 -1
  39. package/src/configuration/{editable-value.component.tsx → interactive-editor/editable-value.component.tsx} +1 -1
  40. package/src/configuration/{editable-value.styles.scss → interactive-editor/editable-value.styles.scss} +1 -1
  41. package/src/configuration/{extension-configure-tree.tsx → interactive-editor/extension-configure-tree.tsx} +0 -0
  42. package/src/configuration/{extension-slots-config-tree.tsx → interactive-editor/extension-slots-config-tree.tsx} +1 -1
  43. package/src/configuration/{layout → interactive-editor/layout}/layout.styles.css +0 -0
  44. package/src/configuration/{layout → interactive-editor/layout}/subtree.component.tsx +0 -0
  45. package/src/configuration/{layout → interactive-editor/layout}/tree-container.component.tsx +0 -0
  46. package/src/configuration/interactive-editor/value-editor.scss +5 -0
  47. package/src/configuration/{value-editor.tsx → interactive-editor/value-editor.tsx} +1 -1
  48. package/src/configuration/{value-editors → interactive-editor/value-editors}/array-editor.styles.css +0 -0
  49. package/src/configuration/{value-editors → interactive-editor/value-editors}/array-editor.tsx +0 -0
  50. package/src/configuration/{value-editors → interactive-editor/value-editors}/concept-search.resource.tsx +0 -0
  51. package/src/configuration/{value-editors → interactive-editor/value-editors}/concept-search.styles.scss +0 -0
  52. package/src/configuration/{value-editors → interactive-editor/value-editors}/concept-search.tsx +0 -0
  53. package/src/configuration/{value-editors → interactive-editor/value-editors}/extension-slot-add.tsx +0 -0
  54. package/src/configuration/{value-editors → interactive-editor/value-editors}/extension-slot-order.tsx +0 -0
  55. package/src/configuration/{value-editors → interactive-editor/value-editors}/extension-slot-remove.tsx +0 -0
  56. package/src/configuration/{value-editors → interactive-editor/value-editors}/object-editor.styles.css +0 -0
  57. package/src/configuration/{value-editors → interactive-editor/value-editors}/object-editor.tsx +0 -0
  58. package/src/configuration/{value-editors → interactive-editor/value-editors}/person-attribute-search.resource.tsx +0 -0
  59. package/src/configuration/{value-editors → interactive-editor/value-editors}/person-attribute-search.tsx +0 -0
  60. package/src/configuration/{value-editors → interactive-editor/value-editors}/uuid-search.scss +1 -1
  61. package/src/configuration/{value-editors → interactive-editor/value-editors}/value-editor-field.tsx +0 -0
  62. package/src/configuration/json-editor/json-editor.component.tsx +67 -0
  63. package/src/configuration/json-editor/json-editor.scss +11 -0
  64. package/src/implementer-tools.component.tsx +4 -2
  65. package/src/store.ts +19 -0
  66. package/src/ui-editor/ui-editor.tsx +1 -1
  67. package/translations/en.json +3 -2
  68. package/translations/es.json +14 -7
  69. package/dist/237.js +0 -2
  70. package/dist/237.js.map +0 -1
  71. package/dist/664.js +0 -2
  72. package/dist/664.js.map +0 -1
  73. package/dist/865.js +0 -2
  74. package/dist/865.js.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.