@ampath/esm-dispensing-app 1.10.1-pre.13 → 1.10.1-pre.17
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/cache/5fb7368474d7997b-meta.json +1 -0
- package/.turbo/cache/5fb7368474d7997b.tar.zst +0 -0
- package/.turbo/turbo-build.log +3 -3
- package/dist/2087.js +1 -1
- package/dist/2087.js.map +1 -1
- package/dist/{7252.js → 4099.js} +1 -1
- package/dist/{7252.js.map → 4099.js.map} +1 -1
- package/dist/6841.js +1 -1
- package/dist/6841.js.map +1 -1
- package/dist/963.js +1 -1
- package/dist/963.js.map +1 -1
- package/dist/9764.js +1 -0
- package/dist/9764.js.map +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-dispensing-app.js.buildmanifest.json +61 -61
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/components/action-buttons.component.tsx +3 -0
- package/src/components/action-buttons.test.tsx +1 -0
- package/src/components/prescription-actions/close-action-button.component.tsx +3 -0
- package/src/components/prescription-actions/pause-action-button.component.tsx +3 -0
- package/src/config-schema.ts +1 -1
- package/src/forms/close-dispense-form.workspace.tsx +13 -1
- package/src/forms/pause-dispense-form.workspace.tsx +13 -1
- package/src/prescriptions/prescription-details.component.tsx +9 -1
- package/.turbo/cache/9a2cc5695d440e0a-meta.json +0 -1
- package/.turbo/cache/9a2cc5695d440e0a.tar.zst +0 -0
- package/dist/609.js +0 -1
- package/dist/609.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"hash":"5fb7368474d7997b","duration":42275}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,14 +13,14 @@ assets by path *.js 4.04 MiB
|
|
|
13
13
|
assets by path *.json 34.7 KiB
|
|
14
14
|
asset openmrs-esm-dispensing-app.js.buildmanifest.json 32 KiB [emitted]
|
|
15
15
|
asset routes.json 2.68 KiB [emitted] [from: src/routes.json] [copied]
|
|
16
|
-
orphan modules 9.43 MiB [orphan]
|
|
16
|
+
orphan modules 9.43 MiB [orphan] 3175 modules
|
|
17
17
|
runtime modules 41.9 KiB 30 modules
|
|
18
18
|
built modules 8.71 MiB (javascript) 336 bytes (share-init) 336 bytes (consume-shared) [built]
|
|
19
19
|
modules by path ./node_modules/ 7.79 MiB 571 modules
|
|
20
20
|
modules by path ./translations/ 219 KiB
|
|
21
21
|
./translations/ lazy nonrecursive .json$ 160 bytes [built] [code generated]
|
|
22
22
|
+ 42 modules
|
|
23
|
-
modules by path ./src/
|
|
23
|
+
modules by path ./src/ 729 KiB 35 modules
|
|
24
24
|
provide-module modules 336 bytes
|
|
25
25
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
26
26
|
+ 6 modules
|
|
@@ -42,4 +42,4 @@ Entrypoints:
|
|
|
42
42
|
main (613 KiB)
|
|
43
43
|
main.js
|
|
44
44
|
|
|
45
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
45
|
+
webpack 5.99.9 compiled with 2 warnings in 40099 ms
|