@openmrs/esm-app-shell 5.5.1-pre.1756 → 5.5.1-pre.1762

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 (33) hide show
  1. package/.turbo/turbo-build.log +103 -103
  2. package/dist/{2e49bd21ea50fd0d.js → 7ba811602c7a0036.js} +1 -1
  3. package/dist/{2e49bd21ea50fd0d.js.map → 7ba811602c7a0036.js.map} +1 -1
  4. package/dist/index.html +1 -1
  5. package/dist/{openmrs.abc5ce6ee63d9761.css → openmrs.1cd883931e32a968.css} +2 -2
  6. package/dist/openmrs.1cd883931e32a968.css.map +1 -0
  7. package/dist/openmrs.53253a5ac31edd82.js +2 -0
  8. package/dist/openmrs.53253a5ac31edd82.js.map +1 -0
  9. package/dist/service-worker.js +1 -1
  10. package/lib/esm-devtools-app/main.js +1 -1
  11. package/lib/esm-devtools-app/openmrs-esm-devtools-app.js +1 -1
  12. package/lib/esm-devtools-app/openmrs-esm-devtools-app.js.buildmanifest.json +2 -2
  13. package/lib/esm-devtools-app/routes.json +1 -1
  14. package/lib/esm-login-app/main.js +1 -1
  15. package/lib/esm-login-app/openmrs-esm-login-app.js +1 -1
  16. package/lib/esm-login-app/openmrs-esm-login-app.js.buildmanifest.json +2 -2
  17. package/lib/esm-login-app/routes.json +1 -1
  18. package/lib/esm-offline-tools-app/main.js +1 -1
  19. package/lib/esm-offline-tools-app/openmrs-esm-offline-tools-app.js +1 -1
  20. package/lib/esm-offline-tools-app/openmrs-esm-offline-tools-app.js.buildmanifest.json +2 -2
  21. package/lib/esm-offline-tools-app/routes.json +1 -1
  22. package/lib/esm-primary-navigation-app/main.js +1 -1
  23. package/lib/esm-primary-navigation-app/openmrs-esm-primary-navigation-app.js +1 -1
  24. package/lib/esm-primary-navigation-app/openmrs-esm-primary-navigation-app.js.buildmanifest.json +2 -2
  25. package/lib/esm-primary-navigation-app/routes.json +1 -1
  26. package/lib/index.html +1 -1
  27. package/lib/openmrs.js +18 -7
  28. package/lib/service-worker.js +1 -1
  29. package/package.json +3 -3
  30. package/dist/openmrs.28dbf400d1229600.js +0 -2
  31. package/dist/openmrs.28dbf400d1229600.js.map +0 -1
  32. package/dist/openmrs.abc5ce6ee63d9761.css.map +0 -1
  33. /package/dist/{openmrs.28dbf400d1229600.js.LICENSE.txt → openmrs.53253a5ac31edd82.js.LICENSE.txt} +0 -0
@@ -1,103 +1,103 @@
1
- @openmrs/esm-app-shell:build: cache hit, replaying output f5a38c894fb5cccd
2
- @openmrs/esm-app-shell:build: 
3
- @openmrs/esm-app-shell:build: > @openmrs/esm-app-shell@5.5.1-pre.1756 build:production
4
- @openmrs/esm-app-shell:build: > cross-env OMRS_ESM_IMPORTMAP_URL="https://dev3.openmrs.org/openmrs/spa/importmap.json" OMRS_OFFLINE="enable" OMRS_CLEAN_BEFORE_BUILD="true" NODE_ENV="production" webpack --mode production
5
- @openmrs/esm-app-shell:build: 
6
- @openmrs/esm-app-shell:build: (node:3302) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
7
- @openmrs/esm-app-shell:build: BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
8
- @openmrs/esm-app-shell:build:  Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
9
- @openmrs/esm-app-shell:build:  Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
10
- @openmrs/esm-app-shell:build: (Use `node --trace-deprecation ...` to show where the warning was created)
11
- @openmrs/esm-app-shell:build: assets by info 5.1 MiB [immutable]
12
- @openmrs/esm-app-shell:build:  assets by path *.woff 1.35 MiB 90 assets
13
- @openmrs/esm-app-shell:build:  assets by path *.woff2 1.04 MiB 90 assets
14
- @openmrs/esm-app-shell:build:  assets by path *.js 1.37 MiB 13 assets
15
- @openmrs/esm-app-shell:build:  + 1 asset
16
- @openmrs/esm-app-shell:build: assets by path *.png 64.8 KiB
17
- @openmrs/esm-app-shell:build:  asset logo-512.png 15.5 KiB [emitted] [from: src/assets/logo-512.png] [copied]
18
- @openmrs/esm-app-shell:build:  asset icon_512x512.7163efb26df832de513bc58d925ea22e.png 13.9 KiB [emitted]
19
- @openmrs/esm-app-shell:build:  asset icon_384x384.c8923df6b6bd08eba5c79b78d7fcecc0.png 12.7 KiB [emitted]
20
- @openmrs/esm-app-shell:build:  + 5 assets
21
- @openmrs/esm-app-shell:build: asset service-worker.js 159 KiB [emitted] [minimized] 1 related asset
22
- @openmrs/esm-app-shell:build: asset index.html 3.09 KiB [emitted]
23
- @openmrs/esm-app-shell:build: asset logo.svg 1.33 KiB [emitted] [from: src/assets/logo.svg] [copied]
24
- @openmrs/esm-app-shell:build: asset manifest.266df36f2271d27ae9bcaa196a2976ae.json 1.29 KiB [emitted]
25
- @openmrs/esm-app-shell:build: asset favicon.ico 1.12 KiB [emitted] [from: src/assets/favicon.ico] [copied]
26
- @openmrs/esm-app-shell:build: Entrypoint main [big] 2.66 MiB (1.79 MiB) = openmrs.abc5ce6ee63d9761.css 1.34 MiB openmrs.28dbf400d1229600.js 1.33 MiB 2 auxiliary assets
27
- @openmrs/esm-app-shell:build: orphan modules 10.3 MiB (javascript) 39.7 KiB (css/mini-extract) 2.4 MiB (asset) 73.8 KiB (runtime) [orphan] 1625 modules
28
- @openmrs/esm-app-shell:build: runtime modules 20.6 KiB 15 modules
29
- @openmrs/esm-app-shell:build: built modules 5.19 MiB (javascript) 1.34 MiB (css/mini-extract) 462 bytes (share-init) 462 bytes (consume-shared) [built]
30
- @openmrs/esm-app-shell:build:  modules by path ../../../node_modules/ 3.03 MiB (javascript) 582 KiB (css/mini-extract)
31
- @openmrs/esm-app-shell:build:  javascript modules 3.03 MiB 301 modules
32
- @openmrs/esm-app-shell:build:  css modules 582 KiB 11 modules
33
- @openmrs/esm-app-shell:build:  modules by path ../../framework/ 2.01 MiB (javascript) 793 KiB (css/mini-extract) 172 modules
34
- @openmrs/esm-app-shell:build:  provide-module modules 462 bytes 11 modules
35
- @openmrs/esm-app-shell:build:  consume-shared-module modules 462 bytes 11 modules
36
- @openmrs/esm-app-shell:build:  modules by path ./src/ 152 KiB
37
- @openmrs/esm-app-shell:build:  ./src/index.ts + 1 modules 84.3 KiB [built] [code generated]
38
- @openmrs/esm-app-shell:build:  ./src/run.ts + 4 modules 59.9 KiB [built] [code generated]
39
- @openmrs/esm-app-shell:build:  ./src/ui/breadcrumbs.tsx 7.37 KiB [built] [code generated]
40
- @openmrs/esm-app-shell:build: 
41
- @openmrs/esm-app-shell:build: LOG from InjectManifest
42
- @openmrs/esm-app-shell:build: <i> The service worker at service-worker.js will precache
43
- @openmrs/esm-app-shell:build: <i>  201 URLs, totaling 5.38 MB.
44
- @openmrs/esm-app-shell:build: 
45
- @openmrs/esm-app-shell:build: WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
46
- @openmrs/esm-app-shell:build: This can impact web performance.
47
- @openmrs/esm-app-shell:build: Assets:
48
- @openmrs/esm-app-shell:build:  openmrs.abc5ce6ee63d9761.css (1.34 MiB)
49
- @openmrs/esm-app-shell:build:  openmrs.28dbf400d1229600.js (1.33 MiB)
50
- @openmrs/esm-app-shell:build: 
51
- @openmrs/esm-app-shell:build: WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
52
- @openmrs/esm-app-shell:build: Entrypoints:
53
- @openmrs/esm-app-shell:build:  main (2.66 MiB)
54
- @openmrs/esm-app-shell:build:  openmrs.abc5ce6ee63d9761.css
55
- @openmrs/esm-app-shell:build:  openmrs.28dbf400d1229600.js
56
- @openmrs/esm-app-shell:build: 
57
- @openmrs/esm-app-shell:build: 
58
- @openmrs/esm-app-shell:build: webpack 5.88.0 compiled with 2 warnings in 99375 ms
59
- @openmrs/esm-app-shell:build: 
60
- @openmrs/esm-app-shell:build: > @openmrs/esm-app-shell@5.5.1-pre.1756 build:development
61
- @openmrs/esm-app-shell:build: > cross-env OMRS_OFFLINE="enable" OMRS_CLEAN_BEFORE_BUILD="true" NODE_ENV="development" webpack --mode development
62
- @openmrs/esm-app-shell:build: 
63
- @openmrs/esm-app-shell:build: Not serving @openmrs/esm-implementer-tools-app because couldn't find /home/runner/work/openmrs-esm-core/openmrs-esm-core/packages/apps/esm-implementer-tools-app/dist
64
- @openmrs/esm-app-shell:build: (node:3510) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
65
- @openmrs/esm-app-shell:build: BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
66
- @openmrs/esm-app-shell:build:  Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
67
- @openmrs/esm-app-shell:build:  Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
68
- @openmrs/esm-app-shell:build: (Use `node --trace-deprecation ...` to show where the warning was created)
69
- @openmrs/esm-app-shell:build: assets by info 2.74 MiB [immutable]
70
- @openmrs/esm-app-shell:build:  assets by chunk 2.4 MiB (auxiliary name: main) 180 assets
71
- @openmrs/esm-app-shell:build:  assets by path *.js 352 KiB
72
- @openmrs/esm-app-shell:build:  asset 16952260ac894787.js 168 KiB [emitted] [immutable] (id hint: vendors)
73
- @openmrs/esm-app-shell:build:  + 11 assets
74
- @openmrs/esm-app-shell:build: assets by path esm-login-app/ 2.65 MiB 56 assets
75
- @openmrs/esm-app-shell:build: assets by path esm-offline-tools-app/ 4.21 MiB 40 assets
76
- @openmrs/esm-app-shell:build: assets by path esm-primary-navigation-app/ 2.61 MiB 39 assets
77
- @openmrs/esm-app-shell:build: assets by path esm-devtools-app/ 2.02 MiB 28 assets
78
- @openmrs/esm-app-shell:build: assets by path *.png 64.8 KiB
79
- @openmrs/esm-app-shell:build:  asset logo-512.png 15.5 KiB [emitted] [from: src/assets/logo-512.png] [copied]
80
- @openmrs/esm-app-shell:build:  asset icon_512x512.7163efb26df832de513bc58d925ea22e.png 13.9 KiB [emitted]
81
- @openmrs/esm-app-shell:build:  + 6 assets
82
- @openmrs/esm-app-shell:build: + 6 assets
83
- @openmrs/esm-app-shell:build: orphan modules 1.48 MiB [orphan] 447 modules
84
- @openmrs/esm-app-shell:build: runtime modules 24.1 KiB 15 modules
85
- @openmrs/esm-app-shell:build: javascript modules 12.7 MiB 1270 modules
86
- @openmrs/esm-app-shell:build: asset modules 40.1 KiB (javascript) 2.4 MiB (asset)
87
- @openmrs/esm-app-shell:build:  modules by path ../../framework/esm-styleguide/dist/ 7.38 KiB (javascript) 2.4 MiB (asset) 180 modules
88
- @openmrs/esm-app-shell:build:  modules by path ../../framework/esm-styleguide/src/ 32.7 KiB 27 modules
89
- @openmrs/esm-app-shell:build: provide-module modules 462 bytes 11 modules
90
- @openmrs/esm-app-shell:build: consume-shared-module modules 462 bytes
91
- @openmrs/esm-app-shell:build:  modules by path consume shared module (default) @openmrs/ 84 bytes 2 modules
92
- @openmrs/esm-app-shell:build:  modules by path consume shared module (default) swr/ 84 bytes 2 modules
93
- @openmrs/esm-app-shell:build:  + 7 modules
94
- @openmrs/esm-app-shell:build: optional modules 7.13 KiB [optional]
95
- @openmrs/esm-app-shell:build:  ../../framework/esm-translations/translations/am.json 800 bytes [optional] [built] [code generated]
96
- @openmrs/esm-app-shell:build:  ../../framework/esm-translations/translations/ar.json 799 bytes [optional] [built] [code generated]
97
- @openmrs/esm-app-shell:build:  + 7 modules
98
- @openmrs/esm-app-shell:build: 
99
- @openmrs/esm-app-shell:build: LOG from InjectManifest
100
- @openmrs/esm-app-shell:build: <i> The service worker at service-worker.js will precache
101
- @openmrs/esm-app-shell:build: <i>  313 URLs, totaling 48 MB.
102
- @openmrs/esm-app-shell:build: 
103
- @openmrs/esm-app-shell:build: webpack 5.88.0 compiled successfully in 10443 ms
1
+ @openmrs/esm-app-shell:build: cache hit, replaying output 76203f1cd47cc716
2
+ @openmrs/esm-app-shell:build: 
3
+ @openmrs/esm-app-shell:build: > @openmrs/esm-app-shell@5.5.1-pre.1762 build:production
4
+ @openmrs/esm-app-shell:build: > cross-env OMRS_ESM_IMPORTMAP_URL="https://dev3.openmrs.org/openmrs/spa/importmap.json" OMRS_OFFLINE="enable" OMRS_CLEAN_BEFORE_BUILD="true" NODE_ENV="production" webpack --mode production
5
+ @openmrs/esm-app-shell:build: 
6
+ @openmrs/esm-app-shell:build: (node:3334) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
7
+ @openmrs/esm-app-shell:build: BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
8
+ @openmrs/esm-app-shell:build:  Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
9
+ @openmrs/esm-app-shell:build:  Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
10
+ @openmrs/esm-app-shell:build: (Use `node --trace-deprecation ...` to show where the warning was created)
11
+ @openmrs/esm-app-shell:build: assets by info 5.1 MiB [immutable]
12
+ @openmrs/esm-app-shell:build:  assets by path *.woff 1.35 MiB 90 assets
13
+ @openmrs/esm-app-shell:build:  assets by path *.woff2 1.04 MiB 90 assets
14
+ @openmrs/esm-app-shell:build:  assets by path *.js 1.37 MiB 13 assets
15
+ @openmrs/esm-app-shell:build:  + 1 asset
16
+ @openmrs/esm-app-shell:build: assets by path *.png 64.8 KiB
17
+ @openmrs/esm-app-shell:build:  asset logo-512.png 15.5 KiB [emitted] [from: src/assets/logo-512.png] [copied]
18
+ @openmrs/esm-app-shell:build:  asset icon_512x512.7163efb26df832de513bc58d925ea22e.png 13.9 KiB [emitted]
19
+ @openmrs/esm-app-shell:build:  asset icon_384x384.c8923df6b6bd08eba5c79b78d7fcecc0.png 12.7 KiB [emitted]
20
+ @openmrs/esm-app-shell:build:  + 5 assets
21
+ @openmrs/esm-app-shell:build: asset service-worker.js 159 KiB [emitted] [minimized] 1 related asset
22
+ @openmrs/esm-app-shell:build: asset index.html 3.09 KiB [emitted]
23
+ @openmrs/esm-app-shell:build: asset logo.svg 1.33 KiB [emitted] [from: src/assets/logo.svg] [copied]
24
+ @openmrs/esm-app-shell:build: asset manifest.266df36f2271d27ae9bcaa196a2976ae.json 1.29 KiB [emitted]
25
+ @openmrs/esm-app-shell:build: asset favicon.ico 1.12 KiB [emitted] [from: src/assets/favicon.ico] [copied]
26
+ @openmrs/esm-app-shell:build: Entrypoint main [big] 2.66 MiB (1.79 MiB) = openmrs.1cd883931e32a968.css 1.34 MiB openmrs.53253a5ac31edd82.js 1.33 MiB 2 auxiliary assets
27
+ @openmrs/esm-app-shell:build: orphan modules 10.8 MiB (javascript) 39.7 KiB (css/mini-extract) 2.4 MiB (asset) 73.8 KiB (runtime) [orphan] 2104 modules
28
+ @openmrs/esm-app-shell:build: runtime modules 20.6 KiB 15 modules
29
+ @openmrs/esm-app-shell:build: built modules 5.19 MiB (javascript) 1.34 MiB (css/mini-extract) 462 bytes (share-init) 462 bytes (consume-shared) [built]
30
+ @openmrs/esm-app-shell:build:  modules by path ../../../node_modules/ 3.03 MiB (javascript) 582 KiB (css/mini-extract)
31
+ @openmrs/esm-app-shell:build:  javascript modules 3.03 MiB 303 modules
32
+ @openmrs/esm-app-shell:build:  css modules 582 KiB 11 modules
33
+ @openmrs/esm-app-shell:build:  modules by path ../../framework/ 2.01 MiB (javascript) 793 KiB (css/mini-extract) 172 modules
34
+ @openmrs/esm-app-shell:build:  provide-module modules 462 bytes 11 modules
35
+ @openmrs/esm-app-shell:build:  consume-shared-module modules 462 bytes 11 modules
36
+ @openmrs/esm-app-shell:build:  modules by path ./src/ 152 KiB
37
+ @openmrs/esm-app-shell:build:  ./src/index.ts + 1 modules 84.3 KiB [built] [code generated]
38
+ @openmrs/esm-app-shell:build:  ./src/run.ts + 4 modules 59.9 KiB [built] [code generated]
39
+ @openmrs/esm-app-shell:build:  ./src/ui/breadcrumbs.tsx 7.37 KiB [built] [code generated]
40
+ @openmrs/esm-app-shell:build: 
41
+ @openmrs/esm-app-shell:build: LOG from InjectManifest
42
+ @openmrs/esm-app-shell:build: <i> The service worker at service-worker.js will precache
43
+ @openmrs/esm-app-shell:build: <i>  201 URLs, totaling 5.38 MB.
44
+ @openmrs/esm-app-shell:build: 
45
+ @openmrs/esm-app-shell:build: WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
46
+ @openmrs/esm-app-shell:build: This can impact web performance.
47
+ @openmrs/esm-app-shell:build: Assets:
48
+ @openmrs/esm-app-shell:build:  openmrs.1cd883931e32a968.css (1.34 MiB)
49
+ @openmrs/esm-app-shell:build:  openmrs.53253a5ac31edd82.js (1.33 MiB)
50
+ @openmrs/esm-app-shell:build: 
51
+ @openmrs/esm-app-shell:build: WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
52
+ @openmrs/esm-app-shell:build: Entrypoints:
53
+ @openmrs/esm-app-shell:build:  main (2.66 MiB)
54
+ @openmrs/esm-app-shell:build:  openmrs.1cd883931e32a968.css
55
+ @openmrs/esm-app-shell:build:  openmrs.53253a5ac31edd82.js
56
+ @openmrs/esm-app-shell:build: 
57
+ @openmrs/esm-app-shell:build: 
58
+ @openmrs/esm-app-shell:build: webpack 5.88.0 compiled with 2 warnings in 98904 ms
59
+ @openmrs/esm-app-shell:build: 
60
+ @openmrs/esm-app-shell:build: > @openmrs/esm-app-shell@5.5.1-pre.1762 build:development
61
+ @openmrs/esm-app-shell:build: > cross-env OMRS_OFFLINE="enable" OMRS_CLEAN_BEFORE_BUILD="true" NODE_ENV="development" webpack --mode development
62
+ @openmrs/esm-app-shell:build: 
63
+ @openmrs/esm-app-shell:build: Not serving @openmrs/esm-implementer-tools-app because couldn't find /home/runner/work/openmrs-esm-core/openmrs-esm-core/packages/apps/esm-implementer-tools-app/dist
64
+ @openmrs/esm-app-shell:build: (node:3541) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
65
+ @openmrs/esm-app-shell:build: BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
66
+ @openmrs/esm-app-shell:build:  Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
67
+ @openmrs/esm-app-shell:build:  Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
68
+ @openmrs/esm-app-shell:build: (Use `node --trace-deprecation ...` to show where the warning was created)
69
+ @openmrs/esm-app-shell:build: assets by info 2.74 MiB [immutable]
70
+ @openmrs/esm-app-shell:build:  assets by chunk 2.4 MiB (auxiliary name: main) 180 assets
71
+ @openmrs/esm-app-shell:build:  assets by path *.js 352 KiB
72
+ @openmrs/esm-app-shell:build:  asset 16952260ac894787.js 168 KiB [emitted] [immutable] (id hint: vendors)
73
+ @openmrs/esm-app-shell:build:  + 11 assets
74
+ @openmrs/esm-app-shell:build: assets by path esm-login-app/ 2.65 MiB 56 assets
75
+ @openmrs/esm-app-shell:build: assets by path esm-offline-tools-app/ 4.21 MiB 40 assets
76
+ @openmrs/esm-app-shell:build: assets by path esm-primary-navigation-app/ 2.61 MiB 39 assets
77
+ @openmrs/esm-app-shell:build: assets by path esm-devtools-app/ 2.02 MiB 28 assets
78
+ @openmrs/esm-app-shell:build: assets by path *.png 64.8 KiB
79
+ @openmrs/esm-app-shell:build:  asset logo-512.png 15.5 KiB [emitted] [from: src/assets/logo-512.png] [copied]
80
+ @openmrs/esm-app-shell:build:  asset icon_512x512.7163efb26df832de513bc58d925ea22e.png 13.9 KiB [emitted]
81
+ @openmrs/esm-app-shell:build:  + 6 assets
82
+ @openmrs/esm-app-shell:build: + 6 assets
83
+ @openmrs/esm-app-shell:build: orphan modules 1.98 MiB [orphan] 927 modules
84
+ @openmrs/esm-app-shell:build: runtime modules 24.1 KiB 15 modules
85
+ @openmrs/esm-app-shell:build: javascript modules 12.7 MiB 1271 modules
86
+ @openmrs/esm-app-shell:build: asset modules 40.1 KiB (javascript) 2.4 MiB (asset)
87
+ @openmrs/esm-app-shell:build:  modules by path ../../framework/esm-styleguide/dist/ 7.38 KiB (javascript) 2.4 MiB (asset) 180 modules
88
+ @openmrs/esm-app-shell:build:  modules by path ../../framework/esm-styleguide/src/ 32.7 KiB 27 modules
89
+ @openmrs/esm-app-shell:build: provide-module modules 462 bytes 11 modules
90
+ @openmrs/esm-app-shell:build: consume-shared-module modules 462 bytes
91
+ @openmrs/esm-app-shell:build:  modules by path consume shared module (default) @openmrs/ 84 bytes 2 modules
92
+ @openmrs/esm-app-shell:build:  modules by path consume shared module (default) swr/ 84 bytes 2 modules
93
+ @openmrs/esm-app-shell:build:  + 7 modules
94
+ @openmrs/esm-app-shell:build: optional modules 7.13 KiB [optional]
95
+ @openmrs/esm-app-shell:build:  ../../framework/esm-translations/translations/am.json 800 bytes [optional] [built] [code generated]
96
+ @openmrs/esm-app-shell:build:  ../../framework/esm-translations/translations/ar.json 799 bytes [optional] [built] [code generated]
97
+ @openmrs/esm-app-shell:build:  + 7 modules
98
+ @openmrs/esm-app-shell:build: 
99
+ @openmrs/esm-app-shell:build: LOG from InjectManifest
100
+ @openmrs/esm-app-shell:build: <i> The service worker at service-worker.js will precache
101
+ @openmrs/esm-app-shell:build: <i>  313 URLs, totaling 48 MB.
102
+ @openmrs/esm-app-shell:build: 
103
+ @openmrs/esm-app-shell:build: webpack 5.88.0 compiled successfully in 10321 ms
@@ -1 +1 @@
1
- "use strict";(self.webpackChunk_openmrs_esm_app_shell=self.webpackChunk_openmrs_esm_app_shell||[]).push([[954],{1954:(e,t,r)=>{r.r(t),r.d(t,{Breadcrumbs:()=>v,CustomBreadcrumbItem:()=>h,default:()=>O});var n=r(4318),o=r.n(n),a=r(8051),i=r(5632);function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function c(e){if(Array.isArray(e))return e}function l(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function s(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function f(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function p(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})))),n.forEach((function(t){l(e,t,r[t])}))}return e}function b(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r.push.apply(r,n)}return r}(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})),e}function m(e,t){return c(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a=[],i=!0,u=!1;try{for(r=r.call(e);!(i=(n=r.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){u=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(u)throw o}}return a}}(e,t)||y(e,t)||f()}function y(e,t){if(e){if("string"==typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?u(e,t):void 0}}function d(e,t){var r,n,o=function(e){if(Array.isArray(e))return u(e)}(n=t)||s(n)||y(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}();return e.replace(/:([A-Za-z0-9_]+)/g,(function(e){return null!==(r=o.shift())&&void 0!==r?r:e}))}function g(e,t){var r=null==t?void 0:t.exec(e);if(r)return(c(n=r)||s(n)||y(n)||f()).slice(1);var n,o=e.split("/");return o.pop(),o.length>1?g(o.join("/"),t):[]}var h=function(e){var t=e.breadcrumbRegistration,r=e.params,u=m((0,n.useState)(""),2),c=u[0],l=u[1];return(0,n.useEffect)((function(){"function"==typeof t.settings.title?Promise.resolve(t.settings.title(r)).then((function(e){return l(e)})):l(t.settings.title)}),[t,r]),o().createElement(a.gN6,{key:t.settings.path},o().createElement(i.ConfigurableLink,{to:d(t.settings.path,r)},c||o().createElement(a.lSo,null)))},v=function(){var e=m((0,n.useState)(location.pathname),2),t=e[0],r=e[1],u=(0,i.getBreadcrumbsFor)(t),c=u[u.length-1],l=g(t,null==c?void 0:c.matcher);return(0,n.useEffect)((function(){var e=function(){return r(location.pathname)};return window.addEventListener("popstate",e),function(){return window.removeEventListener("popstate",e)}}),[]),u.length>4&&u.splice(1,u.length-3,b(p({},u[1]),{settings:b(p({},u[1].settings),{title:"..."})})),o().createElement(a.aGc,{className:"breadcrumbs-container"},u.map((function(e,t){return o().createElement(h,{key:"breadcrumb-item-".concat(t),breadcrumbRegistration:e,params:l})})))};const O=v}}]);
1
+ "use strict";(self.webpackChunk_openmrs_esm_app_shell=self.webpackChunk_openmrs_esm_app_shell||[]).push([[954],{1954:(e,t,r)=>{r.r(t),r.d(t,{Breadcrumbs:()=>v,CustomBreadcrumbItem:()=>h,default:()=>O});var n=r(4318),o=r.n(n),a=r(9432),i=r(5632);function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function c(e){if(Array.isArray(e))return e}function l(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function s(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function f(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function p(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})))),n.forEach((function(t){l(e,t,r[t])}))}return e}function b(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r.push.apply(r,n)}return r}(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})),e}function m(e,t){return c(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a=[],i=!0,u=!1;try{for(r=r.call(e);!(i=(n=r.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){u=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(u)throw o}}return a}}(e,t)||y(e,t)||f()}function y(e,t){if(e){if("string"==typeof e)return u(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?u(e,t):void 0}}function d(e,t){var r,n,o=function(e){if(Array.isArray(e))return u(e)}(n=t)||s(n)||y(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}();return e.replace(/:([A-Za-z0-9_]+)/g,(function(e){return null!==(r=o.shift())&&void 0!==r?r:e}))}function g(e,t){var r=null==t?void 0:t.exec(e);if(r)return(c(n=r)||s(n)||y(n)||f()).slice(1);var n,o=e.split("/");return o.pop(),o.length>1?g(o.join("/"),t):[]}var h=function(e){var t=e.breadcrumbRegistration,r=e.params,u=m((0,n.useState)(""),2),c=u[0],l=u[1];return(0,n.useEffect)((function(){"function"==typeof t.settings.title?Promise.resolve(t.settings.title(r)).then((function(e){return l(e)})):l(t.settings.title)}),[t,r]),o().createElement(a.gN6,{key:t.settings.path},o().createElement(i.ConfigurableLink,{to:d(t.settings.path,r)},c||o().createElement(a.lSo,null)))},v=function(){var e=m((0,n.useState)(location.pathname),2),t=e[0],r=e[1],u=(0,i.getBreadcrumbsFor)(t),c=u[u.length-1],l=g(t,null==c?void 0:c.matcher);return(0,n.useEffect)((function(){var e=function(){return r(location.pathname)};return window.addEventListener("popstate",e),function(){return window.removeEventListener("popstate",e)}}),[]),u.length>4&&u.splice(1,u.length-3,b(p({},u[1]),{settings:b(p({},u[1].settings),{title:"..."})})),o().createElement(a.aGc,{className:"breadcrumbs-container"},u.map((function(e,t){return o().createElement(h,{key:"breadcrumb-item-".concat(t),breadcrumbRegistration:e,params:l})})))};const O=v}}]);
@@ -1 +1 @@
1
- {"version":3,"file":"2e49bd21ea50fd0d.js","mappings":"gmEAKA,SAASA,EAAQC,EAAcC,GAC7B,IACgDC,E,EAD1CA,E,+CAAYD,I,uLAClB,OAAOD,EAAKG,QAAQ,qBAAqB,SAACC,G,OAAiB,QAAXF,EAAAA,EAAMG,eAANH,IAAAA,EAAAA,EAAiBE,C,GACnE,CAEA,SAASE,EAAUN,EAAcO,GAC/B,IAAMC,EAAQD,aAAAA,EAAAA,EAASE,KAAKT,GAE5B,GAAIQ,EAEF,O,IADsBA,I,iBAAAA,MAAb,GAGT,I,EAAME,EAAWV,EAAKW,MAAM,KAG5B,OAFAD,EAASE,MAELF,EAASG,OAAS,EAEbP,EADSI,EAASI,KAAK,KACJP,GAIvB,EACT,CAOO,IAAMQ,EAA4D,Y,IAAGC,EAAAA,EAAAA,uBAAwBf,EAAAA,EAAAA,OACxEgB,EAAAA,GAAAA,EAAAA,EAAAA,UAAS,OAA5BC,EAAmBD,EAAAA,GAAZE,EAAYF,EAAAA,GAU1B,OARAG,EAAAA,EAAAA,YAAU,WAC6C,mBAA1CJ,EAAuBK,SAASH,MACzCI,QAAQC,QAAQP,EAAuBK,SAASH,MAAMjB,IAASuB,MAAK,SAACC,G,OAAQN,EAASM,E,IAEtFN,EAASH,EAAuBK,SAASH,MAE7C,GAAG,CAACF,EAAwBf,IAG1B,kBAACyB,EAAAA,IAAcA,CAACC,IAAKX,EAAuBK,SAASrB,MACnD,kBAAC4B,EAAAA,iBAAgBA,CAACC,GAAI9B,EAAQiB,EAAuBK,SAASrB,KAAMC,IACjEiB,GAAgB,kBAACY,EAAAA,IAAaA,OAIvC,EAEaC,EAAwB,WACnC,IAAwBd,EAAAA,GAAAA,EAAAA,EAAAA,UAASe,SAASC,UAAQ,GAA3CjC,EAAiBiB,EAAAA,GAAXiB,EAAWjB,EAAAA,GAClBkB,GAAcC,EAAAA,EAAAA,mBAAkBpC,GAChCqC,EAAYF,EAAYA,EAAYtB,OAAS,GAC7CZ,EAASK,EAAUN,EAAMqC,aAAAA,EAAAA,EAAW9B,SAkB1C,OAhBAa,EAAAA,EAAAA,YAAU,WACR,IAAMkB,EAAU,W,OAAMJ,EAAQF,SAASC,S,EAEvC,OADAM,OAAOC,iBAAiB,WAAYF,GAC7B,W,OAAMC,OAAOE,oBAAoB,WAAYH,E,CACtD,GAAG,IAECH,EAAYtB,OAAS,GACvBsB,EAAYO,OAAO,EAAGP,EAAYtB,OAAS,EAAG,OACzCsB,EAAY,IAAE,CACjBd,SAAU,OACLc,EAAY,GAAGd,UAAQ,CAC1BH,MAAO,WAMX,kBAACyB,EAAAA,IAAUA,CAACC,UAAU,yBACnBT,EAAYU,KAAI,SAACC,EAAIC,G,OACpB,kBAAChC,EAAAA,CAAqBY,IAAK,mBAAyB,OAANoB,GAAS/B,uBAAwB8B,EAAI7C,OAAQA,G,IAInG,EAEA,S","sources":["webpack://@openmrs/esm-app-shell/./src/ui/breadcrumbs.tsx"],"names":["getPath","path","params","parts","replace","s","shift","getParams","matcher","match","exec","segments","split","pop","length","join","CustomBreadcrumbItem","breadcrumbRegistration","useState","title","setTitle","useEffect","settings","Promise","resolve","then","res","BreadcrumbItem","key","ConfigurableLink","to","InlineLoading","Breadcrumbs","location","pathname","setPath","breadcrumbs","getBreadcrumbsFor","currentBc","handler","window","addEventListener","removeEventListener","splice","Breadcrumb","className","map","bc","index"],"sourceRoot":""}
1
+ {"version":3,"file":"7ba811602c7a0036.js","mappings":"gmEAKA,SAASA,EAAQC,EAAcC,GAC7B,IACgDC,E,EAD1CA,E,+CAAYD,I,uLAClB,OAAOD,EAAKG,QAAQ,qBAAqB,SAACC,G,OAAiB,QAAXF,EAAAA,EAAMG,eAANH,IAAAA,EAAAA,EAAiBE,C,GACnE,CAEA,SAASE,EAAUN,EAAcO,GAC/B,IAAMC,EAAQD,aAAAA,EAAAA,EAASE,KAAKT,GAE5B,GAAIQ,EAEF,O,IADsBA,I,iBAAAA,MAAb,GAGT,I,EAAME,EAAWV,EAAKW,MAAM,KAG5B,OAFAD,EAASE,MAELF,EAASG,OAAS,EAEbP,EADSI,EAASI,KAAK,KACJP,GAIvB,EACT,CAOO,IAAMQ,EAA4D,Y,IAAGC,EAAAA,EAAAA,uBAAwBf,EAAAA,EAAAA,OACxEgB,EAAAA,GAAAA,EAAAA,EAAAA,UAAS,OAA5BC,EAAmBD,EAAAA,GAAZE,EAAYF,EAAAA,GAU1B,OARAG,EAAAA,EAAAA,YAAU,WAC6C,mBAA1CJ,EAAuBK,SAASH,MACzCI,QAAQC,QAAQP,EAAuBK,SAASH,MAAMjB,IAASuB,MAAK,SAACC,G,OAAQN,EAASM,E,IAEtFN,EAASH,EAAuBK,SAASH,MAE7C,GAAG,CAACF,EAAwBf,IAG1B,kBAACyB,EAAAA,IAAcA,CAACC,IAAKX,EAAuBK,SAASrB,MACnD,kBAAC4B,EAAAA,iBAAgBA,CAACC,GAAI9B,EAAQiB,EAAuBK,SAASrB,KAAMC,IACjEiB,GAAgB,kBAACY,EAAAA,IAAaA,OAIvC,EAEaC,EAAwB,WACnC,IAAwBd,EAAAA,GAAAA,EAAAA,EAAAA,UAASe,SAASC,UAAQ,GAA3CjC,EAAiBiB,EAAAA,GAAXiB,EAAWjB,EAAAA,GAClBkB,GAAcC,EAAAA,EAAAA,mBAAkBpC,GAChCqC,EAAYF,EAAYA,EAAYtB,OAAS,GAC7CZ,EAASK,EAAUN,EAAMqC,aAAAA,EAAAA,EAAW9B,SAkB1C,OAhBAa,EAAAA,EAAAA,YAAU,WACR,IAAMkB,EAAU,W,OAAMJ,EAAQF,SAASC,S,EAEvC,OADAM,OAAOC,iBAAiB,WAAYF,GAC7B,W,OAAMC,OAAOE,oBAAoB,WAAYH,E,CACtD,GAAG,IAECH,EAAYtB,OAAS,GACvBsB,EAAYO,OAAO,EAAGP,EAAYtB,OAAS,EAAG,OACzCsB,EAAY,IAAE,CACjBd,SAAU,OACLc,EAAY,GAAGd,UAAQ,CAC1BH,MAAO,WAMX,kBAACyB,EAAAA,IAAUA,CAACC,UAAU,yBACnBT,EAAYU,KAAI,SAACC,EAAIC,G,OACpB,kBAAChC,EAAAA,CAAqBY,IAAK,mBAAyB,OAANoB,GAAS/B,uBAAwB8B,EAAI7C,OAAQA,G,IAInG,EAEA,S","sources":["webpack://@openmrs/esm-app-shell/./src/ui/breadcrumbs.tsx"],"names":["getPath","path","params","parts","replace","s","shift","getParams","matcher","match","exec","segments","split","pop","length","join","CustomBreadcrumbItem","breadcrumbRegistration","useState","title","setTitle","useEffect","settings","Promise","resolve","then","res","BreadcrumbItem","key","ConfigurableLink","to","InlineLoading","Breadcrumbs","location","pathname","setPath","breadcrumbs","getBreadcrumbsFor","currentBc","handler","window","addEventListener","removeEventListener","splice","Breadcrumb","className","map","bc","index"],"sourceRoot":""}
package/dist/index.html CHANGED
@@ -1,4 +1,4 @@
1
- <!doctype html><html lang="en" data-default-lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>OpenMRS</title><link rel="shortcut icon" type="image/x-icon" href="/openmrs/spa/favicon.ico"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="importmap-type" content="systemjs-importmap"><link href="/openmrs/spa/openmrs.abc5ce6ee63d9761.css" rel="stylesheet"><link rel="preload" href="https://dev3.openmrs.org/openmrs/spa/importmap.json" as="fetch" crossorigin="anonymous"><script type="systemjs-importmap" src="https://dev3.openmrs.org/openmrs/spa/importmap.json"></script><link rel="preload" href="/openmrs/spa/routes.registry.json" as="fetch" crossorigin="anonymous"><script type="openmrs-routes" src="/openmrs/spa/routes.registry.json"></script><meta name="theme-color" content="#000000" /><link rel="manifest" href="/openmrs/spa/manifest.266df36f2271d27ae9bcaa196a2976ae.json" /></head><body><script src="/openmrs/spa/openmrs.28dbf400d1229600.js"></script><div class="omrs-toasts-container"></div><div class="omrs-inline-notifications-container"></div><div class="omrs-actionable-notifications-container"></div><div class="omrs-snackbars-container"></div><div class="omrs-modals-container"></div><template id="loading-spinner"><div class="omrs-loading-spinner"><div data-inline-loading="" class="cds--inline-loading" role="alert" aria-live="assertive"><div class="cds--inline-loading__animation"><div data-inline-loading-spinner="" class="cds--loading cds--loading--small"><svg class="cds--loading__svg" viewBox="-75 -75 150 150"><circle class="cds--loading__background" cx="0" cy="0" r="26.8125"></circle><circle class="cds--loading__stroke" cx="0" cy="0" r="26.8125"></circle></svg></div></div><p data-inline-loading-text-active="" class="cds--inline-loading__text">Loading ...</p></div></div></template><template id="app-error"><div class="omrs-app-error"><h1>Application Error</h1><p>Something went wrong. Please try reloading.</p><p>If the problem persists contact your system administrator.</p><div id="buttons"><button class="cds--btn cds--btn--primary" onclick="location.reload()">Reload</button></div><div class="cds--snippet cds--snippet--single"><div tabindex="0" class="cds--snippet-container" aria-label="Code Snippet Text"><pre>
1
+ <!doctype html><html lang="en" data-default-lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>OpenMRS</title><link rel="shortcut icon" type="image/x-icon" href="/openmrs/spa/favicon.ico"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="importmap-type" content="systemjs-importmap"><link href="/openmrs/spa/openmrs.1cd883931e32a968.css" rel="stylesheet"><link rel="preload" href="https://dev3.openmrs.org/openmrs/spa/importmap.json" as="fetch" crossorigin="anonymous"><script type="systemjs-importmap" src="https://dev3.openmrs.org/openmrs/spa/importmap.json"></script><link rel="preload" href="/openmrs/spa/routes.registry.json" as="fetch" crossorigin="anonymous"><script type="openmrs-routes" src="/openmrs/spa/routes.registry.json"></script><meta name="theme-color" content="#000000" /><link rel="manifest" href="/openmrs/spa/manifest.266df36f2271d27ae9bcaa196a2976ae.json" /></head><body><script src="/openmrs/spa/openmrs.53253a5ac31edd82.js"></script><div class="omrs-toasts-container"></div><div class="omrs-inline-notifications-container"></div><div class="omrs-actionable-notifications-container"></div><div class="omrs-snackbars-container"></div><div class="omrs-modals-container"></div><template id="loading-spinner"><div class="omrs-loading-spinner"><div data-inline-loading="" class="cds--inline-loading" role="alert" aria-live="assertive"><div class="cds--inline-loading__animation"><div data-inline-loading-spinner="" class="cds--loading cds--loading--small"><svg class="cds--loading__svg" viewBox="-75 -75 150 150"><circle class="cds--loading__background" cx="0" cy="0" r="26.8125"></circle><circle class="cds--loading__stroke" cx="0" cy="0" r="26.8125"></circle></svg></div></div><p data-inline-loading-text-active="" class="cds--inline-loading__text">Loading ...</p></div></div></template><template id="app-error"><div class="omrs-app-error"><h1>Application Error</h1><p>Something went wrong. Please try reloading.</p><p>If the problem persists contact your system administrator.</p><div id="buttons"><button class="cds--btn cds--btn--primary" onclick="location.reload()">Reload</button></div><div class="cds--snippet cds--snippet--single"><div tabindex="0" class="cds--snippet-container" aria-label="Code Snippet Text"><pre>
2
2
  <code data-var="message"></code>
3
3
  </pre></div><button data-copy-btn class="cds--copy-btn" type="button" tabindex="0" onclick="copyText(this.parentElement)"><span class="cds--assistive-text cds--copy-btn__feedback">Copied!</span> <svg focusable="false" preserveAspectRatio="xMidYMid meet" style="will-change: transform;" xmlns="http://www.w3.org/2000/svg" class="cds--snippet__icon" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"><path d="M14,5v9H5V5h9m0-1H5A1,1,0,0,0,4,5v9a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1Z"></path><path d="M2,9H1V2A1,1,0,0,1,2,1H9V2H2Z"></path></svg></button></div></div></template><script>initializeSpa({
4
4
  apiUrl: "/openmrs",