@kenyaemr/esm-billing-app 5.4.2-pre.2265 → 5.4.2-pre.2271
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 +14 -14
- package/dist/115.js +1 -0
- package/dist/115.js.map +1 -0
- package/dist/300.js +1 -1
- package/dist/46.js +8 -0
- package/dist/46.js.map +1 -0
- package/dist/kenyaemr-esm-billing-app.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +428 -428
- package/dist/kenyaemr-esm-billing-app.js.map +1 -1
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/billable-services/bill-manager/patient-bills.component.tsx +1 -4
- package/src/billing.resource.ts +2 -0
- package/src/index.ts +2 -0
- package/src/invoice/invoice.component.tsx +110 -13
- package/src/invoice/invoice.resource.ts +41 -0
- package/src/invoice/invoice.scss +30 -5
- package/src/modal/bill-action.modal.scss +7 -0
- package/src/modal/bill-action.modal.tsx +122 -0
- package/src/past-patient-bills/patient-bills.component.tsx +1 -2
- package/src/prompt-payment/prompt-payment-modal.component.tsx +5 -2
- package/src/prompt-payment/prompt-payment.resource.tsx +1 -1
- package/src/routes.json +4 -0
- package/src/types/index.ts +2 -0
- package/src/utils.ts +4 -0
- package/translations/en.json +4 -0
- package/dist/632.js +0 -1
- package/dist/632.js.map +0 -1
- package/dist/910.js +0 -8
- package/dist/910.js.map +0 -1
- package/src/invoice/print-bill-receipt/receipt-print-button.component.tsx +0 -57
- /package/dist/{910.js.LICENSE.txt → 46.js.LICENSE.txt} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,20 +6,20 @@ assets by info 8.87 MiB [immutable]
|
|
|
6
6
|
assets by chunk 3.85 MiB (id hint: vendors)
|
|
7
7
|
assets by status 3.51 MiB [big]
|
|
8
8
|
asset 679.js 1.59 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
9
|
-
asset
|
|
9
|
+
asset 46.js 1.31 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
10
10
|
asset 842.js 614 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
11
11
|
+ 8 assets
|
|
12
|
-
assets by path *.json 61.
|
|
12
|
+
assets by path *.json 61.4 KiB
|
|
13
13
|
asset kenyaemr-esm-billing-app.js.buildmanifest.json 55.3 KiB [emitted]
|
|
14
|
-
asset routes.json 6.
|
|
14
|
+
asset routes.json 6.1 KiB [emitted] [from: src/routes.json] [copied]
|
|
15
15
|
+ 9 assets
|
|
16
|
-
orphan modules 9.
|
|
16
|
+
orphan modules 9.36 MiB [orphan] 3623 modules
|
|
17
17
|
runtime modules 42.4 KiB 32 modules
|
|
18
|
-
built modules 14.
|
|
19
|
-
modules by path ../../node_modules/ 11.
|
|
20
|
-
modules by path ./ 3.
|
|
21
|
-
modules by path ./src/ 3.
|
|
22
|
-
modules by path ./translations/ 11.
|
|
18
|
+
built modules 14.6 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
|
|
19
|
+
modules by path ../../node_modules/ 11.4 MiB 1175 modules
|
|
20
|
+
modules by path ./ 3.22 MiB
|
|
21
|
+
modules by path ./src/ 3.21 MiB 73 modules
|
|
22
|
+
modules by path ./translations/ 11.8 KiB 2 modules
|
|
23
23
|
provide-module modules 294 bytes
|
|
24
24
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
25
25
|
+ 5 modules
|
|
@@ -36,15 +36,15 @@ Assets:
|
|
|
36
36
|
9ebb9ac2c9c875649c72722bc585d445.js (313 KiB)
|
|
37
37
|
bc27b2d7127da36a976f00f889810836.js (497 KiB)
|
|
38
38
|
5398e3b596fa15df4d84b2aa0464e5c4.js (1.51 MiB)
|
|
39
|
-
main.js (3.
|
|
39
|
+
main.js (3.81 MiB)
|
|
40
40
|
842.js (614 KiB)
|
|
41
|
-
|
|
41
|
+
115.js (2.41 MiB)
|
|
42
42
|
679.js (1.59 MiB)
|
|
43
|
-
|
|
43
|
+
46.js (1.31 MiB)
|
|
44
44
|
|
|
45
45
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
46
46
|
Entrypoints:
|
|
47
|
-
main (3.
|
|
47
|
+
main (3.81 MiB)
|
|
48
48
|
main.js
|
|
49
49
|
|
|
50
|
-
webpack 5.99.9 compiled with 2 warnings in
|
|
50
|
+
webpack 5.99.9 compiled with 2 warnings in 337777 ms
|