@kenyaemr/esm-billing-app 5.2.1-pre.853 → 5.2.1-pre.855
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 +4 -4
- package/dist/260.js +1 -1
- package/dist/260.js.map +1 -1
- package/dist/574.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +9 -9
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/billable-services/bill-manager/bill-line-items.component.tsx +62 -33
- package/src/billable-services/bill-manager/bill-manager.scss +12 -0
- package/src/billable-services/bill-manager/modals/cancel-bill.scss +10 -0
- package/src/billable-services/bill-manager/modals/refund-bill.modal.tsx +84 -0
- package/src/billable-services/bill-manager/patient-bills.component.tsx +16 -3
- package/src/helpers/functions.ts +1 -1
- package/src/routes.json +4 -0
- package/translations/en.json +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -12,14 +12,14 @@ assets by path [1m[32m*.js[39m[22m 4.4 MiB
|
|
|
12
12
|
+ 10 assets
|
|
13
13
|
assets by path [1m[32m*.json[39m[22m 10.7 KiB
|
|
14
14
|
asset [1m[32mkenyaemr-esm-billing-app.js.buildmanifest.json[39m[22m 8.34 KiB [1m[32m[emitted][39m[22m
|
|
15
|
-
asset [1m[32mroutes.json[39m[22m 2.
|
|
15
|
+
asset [1m[32mroutes.json[39m[22m 2.38 KiB [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
16
16
|
orphan modules 3.47 MiB [1m[33m[orphan][39m[22m 695 modules
|
|
17
17
|
runtime modules 39.5 KiB 28 modules
|
|
18
18
|
built modules 6.85 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
19
19
|
modules by path [1m../../node_modules/[39m[22m 5.43 MiB 131 modules
|
|
20
|
-
modules by path [1m./[39m[22m 1.
|
|
20
|
+
modules by path [1m./[39m[22m 1.43 MiB
|
|
21
21
|
modules by path [1m./src/[39m[22m 1.42 MiB 37 modules
|
|
22
|
-
modules by path [1m./translations/[39m[22m 5.
|
|
22
|
+
modules by path [1m./translations/[39m[22m 5.48 KiB 2 modules
|
|
23
23
|
provide-module modules 252 bytes
|
|
24
24
|
modules by path [1mprovide shared module (default) swr/[39m[22m 84 bytes 2 modules
|
|
25
25
|
+ 4 modules
|
|
@@ -42,4 +42,4 @@ Entrypoints:
|
|
|
42
42
|
main.js
|
|
43
43
|
[39m[22m
|
|
44
44
|
|
|
45
|
-
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in
|
|
45
|
+
webpack 5.88.0 compiled with [1m[33m2 warnings[39m[22m in 196343 ms
|