@openmrs/esm-patient-forms-app 11.3.1-patch.9064 → 11.3.1-patch.9310
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 +25 -23
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/2146.js +1 -1
- package/dist/2621.js +2 -0
- package/dist/2621.js.map +1 -0
- package/dist/2690.js +1 -1
- package/dist/3099.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4078.js +1 -1
- package/dist/4078.js.map +1 -1
- package/dist/4132.js +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/4341.js +1 -0
- package/dist/4341.js.map +1 -0
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4944.js +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/5670.js +1 -1
- package/dist/5670.js.map +1 -1
- package/dist/5792.js +2 -0
- package/dist/{7906.js.LICENSE.txt → 5792.js.LICENSE.txt} +10 -0
- package/dist/5792.js.map +1 -0
- package/dist/6022.js +1 -1
- package/dist/6336.js +1 -0
- package/dist/6336.js.map +1 -0
- package/dist/6468.js +1 -1
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7003.js +1 -1
- package/dist/7003.js.map +1 -1
- package/dist/7007.js +1 -1
- package/dist/7007.js.map +1 -1
- package/dist/707.js +1 -1
- package/dist/707.js.map +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8349.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9431.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/9649.js +1 -0
- package/dist/9649.js.map +1 -0
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-forms-app.js +1 -1
- package/dist/openmrs-esm-patient-forms-app.js.buildmanifest.json +251 -281
- package/dist/openmrs-esm-patient-forms-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +3 -3
- package/src/clinical-form-action-button.component.tsx +17 -40
- package/src/clinical-form-action-button.test.tsx +29 -53
- package/src/config-schema.ts +1 -1
- package/src/forms/exported-form-entry.workspace.tsx +32 -0
- package/src/forms/exported-forms-dashboard.workspace.tsx +45 -0
- package/src/forms/form-entry.component.tsx +138 -0
- package/src/forms/form-entry.resources.ts +37 -0
- package/src/forms/form-entry.test.tsx +17 -36
- package/src/forms/form-entry.workspace.tsx +19 -100
- package/src/forms/forms-dashboard.component.tsx +13 -59
- package/src/forms/forms-dashboard.test.tsx +4 -31
- package/src/forms/forms-dashboard.workspace.tsx +33 -10
- package/src/forms/forms-list.component.tsx +20 -41
- package/src/forms/forms-list.test.tsx +2 -2
- package/src/forms/forms-table.component.tsx +2 -2
- package/src/hooks/use-forms.ts +3 -4
- package/src/index.ts +1 -9
- package/src/offline-forms/offline-forms.component.tsx +3 -3
- package/src/offline-forms/use-offline-form-encounters.ts +2 -2
- package/src/offline.ts +5 -7
- package/src/routes.json +14 -45
- package/translations/am.json +2 -0
- package/translations/ar.json +2 -0
- package/translations/ar_SY.json +2 -0
- package/translations/bn.json +2 -0
- package/translations/de.json +2 -0
- package/translations/en.json +2 -0
- package/translations/en_US.json +2 -0
- package/translations/es.json +2 -0
- package/translations/es_MX.json +2 -0
- package/translations/fr.json +2 -0
- package/translations/he.json +2 -0
- package/translations/hi.json +2 -0
- package/translations/hi_IN.json +2 -0
- package/translations/id.json +2 -0
- package/translations/it.json +2 -0
- package/translations/ka.json +2 -0
- package/translations/km.json +2 -0
- package/translations/ku.json +2 -0
- package/translations/ky.json +2 -0
- package/translations/lg.json +2 -0
- package/translations/ne.json +2 -0
- package/translations/pl.json +2 -0
- package/translations/pt.json +2 -0
- package/translations/pt_BR.json +2 -0
- package/translations/qu.json +2 -0
- package/translations/ro_RO.json +2 -0
- package/translations/ru_RU.json +2 -0
- package/translations/si.json +2 -0
- package/translations/sw.json +2 -0
- package/translations/sw_KE.json +2 -0
- package/translations/tr.json +2 -0
- package/translations/tr_TR.json +2 -0
- package/translations/uk.json +2 -0
- package/translations/uz.json +2 -0
- package/translations/uz@Latn.json +2 -0
- package/translations/uz_UZ.json +2 -0
- package/translations/vi.json +2 -0
- package/translations/zh.json +2 -0
- package/translations/zh_CN.json +2 -0
- package/dist/1123.js +0 -2
- package/dist/1123.js.LICENSE.txt +0 -9
- package/dist/1123.js.map +0 -1
- package/dist/2773.js +0 -1
- package/dist/2773.js.map +0 -1
- package/dist/4340.js +0 -2
- package/dist/4340.js.map +0 -1
- package/dist/5639.js +0 -1
- package/dist/5639.js.map +0 -1
- package/dist/5696.js +0 -1
- package/dist/5696.js.map +0 -1
- package/dist/7906.js +0 -2
- package/dist/7906.js.map +0 -1
- package/dist/8803.js +0 -1
- package/dist/8803.js.map +0 -1
- package/src/htmlformentry/html-form-entry.workspace.tsx +0 -59
- /package/dist/{4340.js.LICENSE.txt → 2621.js.LICENSE.txt} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
|
|
2
|
+
npx update-browserslist-db@latest
|
|
3
|
+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
|
+
assets by path [1m[32m*.js[39m[22m 2.98 MiB
|
|
5
|
+
assets by chunk 2.51 MiB (id hint: vendors)
|
|
6
|
+
assets by status [1m[33m2.34 MiB[39m[22m [1m[33m[big][39m[22m
|
|
7
|
+
asset [1m[33m2621.js[39m[22m [1m[33m2.01 MiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
8
|
+
asset [1m[33m5792.js[39m[22m [1m[33m334 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
6
9
|
asset [1m[32m2913.js[39m[22m 67.8 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 2 related assets
|
|
7
10
|
asset [1m[32m2457.js[39m[22m 45.4 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 2 related assets
|
|
8
|
-
asset [1m[32m5670.js[39m[22m 44.
|
|
9
|
-
asset [1m[
|
|
11
|
+
asset [1m[32m5670.js[39m[22m 44.7 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 1 related asset
|
|
12
|
+
asset [1m[32m6336.js[39m[22m 13.6 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 1 related asset
|
|
10
13
|
asset [1m[32m2372.js[39m[22m 6.09 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 1 related asset
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
asset [1m[
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
modules by path [1m../../node_modules/[39m[22m 7.1 MiB 596 modules
|
|
14
|
+
+ 55 assets
|
|
15
|
+
assets by path [1m[32m*.json[39m[22m 32.6 KiB
|
|
16
|
+
asset [1m[32mopenmrs-esm-patient-forms-app.js.buildmanifest.json[39m[22m 31.4 KiB [1m[32m[emitted][39m[22m
|
|
17
|
+
asset [1m[32mroutes.json[39m[22m 1.18 KiB [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
18
|
+
orphan modules 9.84 MiB [1m[33m[orphan][39m[22m 3083 modules
|
|
19
|
+
runtime modules 44.4 KiB 28 modules
|
|
20
|
+
built modules 7.61 MiB (javascript) 420 bytes (share-init) 420 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
21
|
+
modules by path [1m../../node_modules/[39m[22m 7.06 MiB 581 modules
|
|
20
22
|
modules by path [1m./[39m[22m 307 KiB
|
|
21
|
-
modules by path [1m./translations/[39m[22m
|
|
22
|
-
modules by path [1m./src/[39m[22m
|
|
23
|
+
modules by path [1m./translations/[39m[22m 28.1 KiB 40 modules
|
|
24
|
+
modules by path [1m./src/[39m[22m 279 KiB 17 modules
|
|
23
25
|
provide-module modules 420 bytes 10 modules
|
|
24
26
|
consume-shared-module modules 420 bytes 10 modules
|
|
25
|
-
modules by path [1m../esm-patient-common-lib/src/[39m[22m
|
|
26
|
-
[1m../esm-patient-common-lib/src/index.ts +
|
|
27
|
+
modules by path [1m../esm-patient-common-lib/src/[39m[22m 250 KiB
|
|
28
|
+
[1m../esm-patient-common-lib/src/index.ts + 62 modules[39m[22m 122 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
27
29
|
../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]![1m../esm-patient-common-lib/src/cards/card-header.scss[39m[22m 31.4 KiB [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
28
30
|
+ 3 modules
|
|
29
31
|
[1mcontainer entry[39m[22m 42 bytes [1m[33m[built][39m[22m [1m[33m[code generated][39m[22m
|
|
@@ -31,7 +33,7 @@ built modules 7.63 MiB (javascript) 420 bytes (share-init) 420 bytes (consume-sh
|
|
|
31
33
|
[1m[33mWARNING[39m[22m in [1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
32
34
|
This can impact web performance.
|
|
33
35
|
Assets:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
+
5792.js (334 KiB)
|
|
37
|
+
2621.js (2.01 MiB)[39m[22m
|
|
36
38
|
|
|
37
|
-
webpack 5.99.9 compiled with [1m[33m1 warning[39m[22m in
|
|
39
|
+
webpack 5.99.9 compiled with [1m[33m1 warning[39m[22m in 122392 ms
|
package/dist/1119.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_forms_app=globalThis.webpackChunk_openmrs_esm_patient_forms_app||[]).push([[1119],{41119:e=>{e.exports=JSON.parse('{"clinicalForm":"Clinical Form","clinicalForms":"Clinical forms","formName":"Form Name (A-Z)","forms":"Forms","homeOverviewCardView":"View","lastCompleted":"Last completed","never":"Never","noFormsToDisplay":"There are no forms to display.","offlineForms":"Offline forms","offlineForms__lower":"offline forms","offlineFormsOverviewCardAvailableOffline":"Available offline","offlineFormsTableFormAvailableOffline":"Offline","offlineFormsTableFormNameHeader":"Form name","offlineFormsTitle":"Offline forms","offlinePatientsTableSearchLabel":"Search this list","offlinePatientsTableSearchPlaceholder":"Search this list","offlineToggle":"Offline toggle","searchThisList":"Search this list"}')}}]);
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_forms_app=globalThis.webpackChunk_openmrs_esm_patient_forms_app||[]).push([[1119],{41119:e=>{e.exports=JSON.parse('{"clinicalForm":"Clinical Form","clinicalForms":"Clinical forms","formName":"Form Name (A-Z)","forms":"Forms","homeOverviewCardView":"View","lastCompleted":"Last completed","never":"Never","noFormsToDisplay":"There are no forms to display.","off":"Off","offlineForms":"Offline forms","offlineForms__lower":"offline forms","offlineFormsOverviewCardAvailableOffline":"Available offline","offlineFormsTableFormAvailableOffline":"Offline","offlineFormsTableFormNameHeader":"Form name","offlineFormsTitle":"Offline forms","offlinePatientsTableSearchLabel":"Search this list","offlinePatientsTableSearchPlaceholder":"Search this list","offlineToggle":"Offline toggle","on":"On","searchThisList":"Search this list"}')}}]);
|
package/dist/1197.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_forms_app=globalThis.webpackChunk_openmrs_esm_patient_forms_app||[]).push([[1197],{81197:e=>{e.exports=JSON.parse('{"clinicalForm":"Clinical Form","clinicalForms":"Clinical forms","formName":"Form Name (A-Z)","forms":"Forms","homeOverviewCardView":"View","lastCompleted":"Last completed","never":"Never","noFormsToDisplay":"There are no forms to display.","offlineForms":"Offline forms","offlineForms__lower":"offline forms","offlineFormsOverviewCardAvailableOffline":"Available offline","offlineFormsTableFormAvailableOffline":"Offline","offlineFormsTableFormNameHeader":"Form name","offlineFormsTitle":"Offline forms","offlinePatientsTableSearchLabel":"Search this list","offlinePatientsTableSearchPlaceholder":"Search this list","offlineToggle":"Offline toggle","searchThisList":"Search this list"}')}}]);
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_forms_app=globalThis.webpackChunk_openmrs_esm_patient_forms_app||[]).push([[1197],{81197:e=>{e.exports=JSON.parse('{"clinicalForm":"Clinical Form","clinicalForms":"Clinical forms","formName":"Form Name (A-Z)","forms":"Forms","homeOverviewCardView":"View","lastCompleted":"Last completed","never":"Never","noFormsToDisplay":"There are no forms to display.","off":"Off","offlineForms":"Offline forms","offlineForms__lower":"offline forms","offlineFormsOverviewCardAvailableOffline":"Available offline","offlineFormsTableFormAvailableOffline":"Offline","offlineFormsTableFormNameHeader":"Form name","offlineFormsTitle":"Offline forms","offlinePatientsTableSearchLabel":"Search this list","offlinePatientsTableSearchPlaceholder":"Search this list","offlineToggle":"Offline toggle","on":"On","searchThisList":"Search this list"}')}}]);
|
package/dist/2146.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_forms_app=globalThis.webpackChunk_openmrs_esm_patient_forms_app||[]).push([[2146],{12146:e=>{e.exports=JSON.parse('{"clinicalForm":"Clinical Form","clinicalForms":"Clinical forms","formName":"Form Name (A-Z)","forms":"Forms","homeOverviewCardView":"View","lastCompleted":"Last completed","never":"Never","noFormsToDisplay":"There are no forms to display.","offlineForms":"Offline forms","offlineForms__lower":"offline forms","offlineFormsOverviewCardAvailableOffline":"Available offline","offlineFormsTableFormAvailableOffline":"Offline","offlineFormsTableFormNameHeader":"Form name","offlineFormsTitle":"Offline forms","offlinePatientsTableSearchLabel":"Search this list","offlinePatientsTableSearchPlaceholder":"Search this list","offlineToggle":"Offline toggle","searchThisList":"Search this list"}')}}]);
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_forms_app=globalThis.webpackChunk_openmrs_esm_patient_forms_app||[]).push([[2146],{12146:e=>{e.exports=JSON.parse('{"clinicalForm":"Clinical Form","clinicalForms":"Clinical forms","formName":"Form Name (A-Z)","forms":"Forms","homeOverviewCardView":"View","lastCompleted":"Last completed","never":"Never","noFormsToDisplay":"There are no forms to display.","off":"Off","offlineForms":"Offline forms","offlineForms__lower":"offline forms","offlineFormsOverviewCardAvailableOffline":"Available offline","offlineFormsTableFormAvailableOffline":"Offline","offlineFormsTableFormNameHeader":"Form name","offlineFormsTitle":"Offline forms","offlinePatientsTableSearchLabel":"Search this list","offlinePatientsTableSearchPlaceholder":"Search this list","offlineToggle":"Offline toggle","on":"On","searchThisList":"Search this list"}')}}]);
|