@openmrs/esm-implementer-tools-app 3.2.1-pre.1010 → 3.2.1-pre.1016
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.
- package/dist/217.js +1 -1
- package/dist/217.js.map +1 -1
- package/dist/307.js +1 -1
- package/dist/307.js.map +1 -1
- package/dist/319.js +1 -1
- package/dist/371.js +2 -0
- package/dist/371.js.map +1 -0
- package/dist/494.js +2 -0
- package/dist/494.js.map +1 -0
- package/dist/574.js +1 -1
- package/dist/597.js +1 -1
- package/dist/597.js.map +1 -1
- package/dist/620.js +2 -0
- package/dist/620.js.map +1 -0
- package/dist/652.js +2 -0
- package/dist/652.js.map +1 -0
- package/dist/683.js +2 -0
- package/dist/683.js.map +1 -0
- package/dist/707.js +2 -0
- package/dist/707.js.map +1 -0
- package/dist/839.js +1 -1
- package/dist/839.js.map +1 -1
- package/dist/95.js +2 -0
- package/dist/95.js.map +1 -0
- package/dist/openmrs-esm-implementer-tools-app.js +1 -1
- package/dist/openmrs-esm-implementer-tools-app.js.buildmanifest.json +168 -70
- package/dist/openmrs-esm-implementer-tools-app.js.map +1 -1
- package/dist/openmrs-esm-implementer-tools-app.old +1 -1
- package/package.json +6 -4
- package/src/configuration/configuration.component.tsx +45 -26
- package/src/configuration/configuration.styles.scss +0 -12
- package/src/configuration/configuration.test.tsx +4 -4
- package/src/configuration/{config-subtree.component.tsx → interactive-editor/config-subtree.component.tsx} +1 -1
- package/src/configuration/{config-tree-for-module.component.tsx → interactive-editor/config-tree-for-module.component.tsx} +2 -2
- package/src/configuration/{config-tree.component.tsx → interactive-editor/config-tree.component.tsx} +2 -2
- package/src/configuration/interactive-editor/config-tree.styles.scss +3 -0
- package/src/configuration/{description.component.tsx → interactive-editor/description.component.tsx} +1 -1
- package/src/configuration/{description.styles.scss → interactive-editor/description.styles.scss} +1 -1
- package/src/configuration/interactive-editor/display-value.scss +5 -0
- package/src/configuration/{display-value.tsx → interactive-editor/display-value.tsx} +1 -1
- package/src/configuration/{editable-value.component.tsx → interactive-editor/editable-value.component.tsx} +1 -1
- package/src/configuration/{editable-value.styles.scss → interactive-editor/editable-value.styles.scss} +1 -1
- package/src/configuration/{extension-configure-tree.tsx → interactive-editor/extension-configure-tree.tsx} +0 -0
- package/src/configuration/{extension-slots-config-tree.tsx → interactive-editor/extension-slots-config-tree.tsx} +2 -2
- package/src/configuration/{layout → interactive-editor/layout}/layout.styles.css +0 -0
- package/src/configuration/{layout → interactive-editor/layout}/subtree.component.tsx +0 -0
- package/src/configuration/{layout → interactive-editor/layout}/tree-container.component.tsx +0 -0
- package/src/configuration/interactive-editor/value-editor.scss +5 -0
- package/src/configuration/{value-editor.tsx → interactive-editor/value-editor.tsx} +1 -1
- package/src/configuration/{value-editors → interactive-editor/value-editors}/array-editor.styles.css +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/array-editor.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/concept-search.resource.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/concept-search.styles.scss +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/concept-search.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/extension-slot-add.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/extension-slot-order.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/extension-slot-remove.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/object-editor.styles.css +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/object-editor.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/person-attribute-search.resource.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/person-attribute-search.tsx +0 -0
- package/src/configuration/{value-editors → interactive-editor/value-editors}/uuid-search.scss +1 -1
- package/src/configuration/{value-editors → interactive-editor/value-editors}/value-editor-field.tsx +0 -0
- package/src/configuration/json-editor/json-editor.component.tsx +67 -0
- package/src/configuration/json-editor/json-editor.scss +11 -0
- package/src/implementer-tools.component.tsx +4 -2
- package/src/store.ts +19 -0
- package/src/ui-editor/ui-editor.tsx +1 -1
- package/translations/en.json +3 -2
- package/translations/es.json +14 -7
- package/dist/237.js +0 -2
- package/dist/237.js.map +0 -1
- package/dist/664.js +0 -2
- package/dist/664.js.map +0 -1
- package/dist/865.js +0 -2
- 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.