@openmrs/esm-form-entry-app 12.3.5-pre.11640 → 12.3.5-pre.11647

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.
@@ -8,15 +8,15 @@ opera 131, opera 127, opera 126
8
8
  ✔ Copying assets complete.
9
9
 
10
10
  Initial chunk files  | Names  |  Raw size | Estimated transfer size
11
- main.c9fedbf76d90aec0.css, main.f39af111186e4619.js | main  |  77.44 kB |  21.49 kB
11
+ main.c9fedbf76d90aec0.css, main.08586a5feac7c90b.js | main  |  77.44 kB |  21.35 kB
12
12
  styles.c9fedbf76d90aec0.css  | styles  |  20.75 kB |  3.21 kB
13
- openmrs-esm-form-entry-app.js  | @openmrs/esm-form-entry-app |  9.59 kB |  4.16 kB
13
+ openmrs-esm-form-entry-app.js  | @openmrs/esm-form-entry-app |  9.59 kB |  4.17 kB
14
14
 
15
-    | Initial total  | 107.78 kB |  28.86 kB
15
+    | Initial total  | 107.78 kB |  28.74 kB
16
16
 
17
17
  Lazy chunk files  | Names  |  Raw size | Estimated transfer size
18
18
  8512.2e14258a3c327421.js  | bootstrap  |  1.85 MB |  410.97 kB
19
- 8888.9b10b6a7b3f10b76.js  | -  |  1.61 MB |  332.66 kB
19
+ 8888.8eaa57053e0eb219.js  | -  |  1.61 MB |  332.70 kB
20
20
  7239.2d755fb0d9cd6598.js  | html2canvas  | 200.30 kB |  37.54 kB
21
21
  3390.59bda41efc1a93b9.js  | canvg  | 157.28 kB |  44.90 kB
22
22
  739.c9fedbf76d90aec0.css, 739.512463b1dc6013ef.js  | -  |  75.36 kB |  19.77 kB
@@ -65,7 +65,7 @@ opera 131, opera 127, opera 126
65
65
  890.aed0da1bd90649d7.js  | -  |  2.75 kB |  975 bytes
66
66
  9895.cfb49e32de686175.js  | -  |  2.75 kB |  973 bytes
67
67
 
68
- Build at: 2026-07-10T05:49:30.679Z - Hash: 3642a65bd2c61ed4 - Time: 221751ms
68
+ Build at: 2026-07-11T01:10:50.720Z - Hash: 1c59c00a4a122fdd - Time: 223132ms
69
69
  
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.