@openmrs/esm-form-entry-app 12.3.5-pre.11638 → 12.3.5-pre.11642
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/.turbo/turbo-build.log +1 -1
- package/README.md +5 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -65,7 +65,7 @@ opera 131, opera 127, opera 126[39m[22m
|
|
|
65
65
|
[32m890.aed0da1bd90649d7.js[39m [2m | [22m[2m-[22m [2m | [22m [36m2.75 kB[39m[2m | [22m [36m975 bytes[39m
|
|
66
66
|
[32m9895.cfb49e32de686175.js[39m [2m | [22m[2m-[22m [2m | [22m [36m2.75 kB[39m[2m | [22m [36m973 bytes[39m
|
|
67
67
|
|
|
68
|
-
Build at: 2026-07-
|
|
68
|
+
Build at: 2026-07-10T10:06:42.486Z - Hash: 3642a65bd2c61ed4 - Time: 141137ms
|
|
69
69
|
[1m[33m
|
|
70
70
|
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@carbon/react/es/components/Accordion/Accordion.js depends on 'prop-types'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
71
71
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
# esm-form-entry-app
|
|
2
2
|
|
|
3
|
-
This widget encapsulates the form entry capabilities of the AMPATH form engine. It's essentially a wrapper around an Angular application that renders JSON schemas built using the AMPATH form engine as HTML forms. The user can fill and submit forms and receive success or error notifications upon submission. Read the docs [here](https://ampath-forms.vercel.app).
|
|
3
|
+
This widget encapsulates the form entry capabilities of the AMPATH form engine. It's essentially a wrapper around an Angular application that renders JSON schemas built using the AMPATH form engine as HTML forms. The user can fill and submit forms and receive success or error notifications upon submission. Read the docs [here](https://ampath-forms.vercel.app).
|
|
4
|
+
|
|
5
|
+
## Angular version policy
|
|
6
|
+
|
|
7
|
+
This app is the Angular part of an otherwise React codebase. It moves together with [openmrs-ngx-formentry](https://github.com/openmrs/openmrs-ngx-formentry) and [openmrs-ngx-file-uploader](https://github.com/openmrs/openmrs-ngx-file-uploader): all three must use the same Angular major version, and that version must still be supported by Angular through the next RefApp release. Before proposing or reviewing an Angular major version bump, read the [Angular version support policy](https://o3-docs.openmrs.org/en-US/docs/frontend-modules/angular-version-policy). It explains when to migrate, how to pick the target version, and which toolchain packages must be ready first.
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0","o3forms":"*"},"extensions":[{"name":"form-widget","component":"formWidget","slot":"form-widget-slot","online":true,"offline":true}],"version":"12.3.5-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0","o3forms":"*"},"extensions":[{"name":"form-widget","component":"formWidget","slot":"form-widget-slot","online":true,"offline":true}],"version":"12.3.5-pre.11642"}
|