@kenyaemr/esm-billing-app 5.2.1-pre.893 → 5.2.1-pre.901
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 +9 -9
- package/dist/571.js +1 -0
- package/dist/571.js.map +1 -0
- package/dist/kenyaemr-esm-billing-app.js +1 -1
- package/dist/kenyaemr-esm-billing-app.js.buildmanifest.json +28 -28
- package/dist/kenyaemr-esm-billing-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +2 -2
- package/src/billable-services/bill-manager/bill-line-items.component.tsx +1 -0
- package/src/billable-services/bill-manager/workspaces/edit-bill-form.test.tsx +135 -0
- package/src/billable-services/bill-manager/workspaces/edit-bill-form.workspace.tsx +106 -61
- package/src/billable-services/bill-manager/workspaces/edit-bill-util.ts +29 -0
- package/src/billable-services/bill-manager/workspaces/edit-bill.scss +37 -0
- package/dist/242.js +0 -1
- package/dist/242.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
2
2
|
npx update-browserslist-db@latest
|
|
3
3
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
|
-
assets by path [1m[32m*.js[39m[22m 4.
|
|
4
|
+
assets by path [1m[32m*.js[39m[22m 4.76 MiB
|
|
5
5
|
assets by chunk 1.41 MiB (id hint: vendors)
|
|
6
6
|
assets by status [1m[33m1.35 MiB[39m[22m [1m[33m[big][39m[22m
|
|
7
7
|
asset [1m[33m130.js[39m[22m [1m[33m729 KiB[39m[22m [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m [1m[33m[big][39m[22m (id hint: vendors) 2 related assets
|
|
@@ -13,12 +13,12 @@ assets by path [1m[32m*.js[39m[22m 4.68 MiB
|
|
|
13
13
|
assets by path [1m[32m*.json[39m[22m 11.5 KiB
|
|
14
14
|
asset [1m[32mkenyaemr-esm-billing-app.js.buildmanifest.json[39m[22m 8.34 KiB [1m[32m[emitted][39m[22m
|
|
15
15
|
asset [1m[32mroutes.json[39m[22m 3.16 KiB [1m[32m[emitted][39m[22m [from: src/routes.json] [1m[32m[copied][39m[22m
|
|
16
|
-
orphan modules 3.
|
|
16
|
+
orphan modules 3.38 MiB [1m[33m[orphan][39m[22m 708 modules
|
|
17
17
|
runtime modules 39.5 KiB 28 modules
|
|
18
|
-
built modules 7.
|
|
18
|
+
built modules 7.06 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 132 modules
|
|
20
|
-
modules by path [1m./[39m[22m 1.
|
|
21
|
-
modules by path [1m./src/[39m[22m 1.
|
|
20
|
+
modules by path [1m./[39m[22m 1.63 MiB
|
|
21
|
+
modules by path [1m./src/[39m[22m 1.62 MiB 41 modules
|
|
22
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
|
|
@@ -31,15 +31,15 @@ built modules 7.01 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-sh
|
|
|
31
31
|
[1m[33mWARNING[39m[22m in [1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
32
32
|
This can impact web performance.
|
|
33
33
|
Assets:
|
|
34
|
-
main.js (1.
|
|
34
|
+
main.js (1.97 MiB)
|
|
35
35
|
130.js (729 KiB)
|
|
36
|
-
|
|
36
|
+
571.js (1.32 MiB)
|
|
37
37
|
990.js (652 KiB)[39m[22m
|
|
38
38
|
|
|
39
39
|
[1m[33mWARNING[39m[22m in [1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
40
40
|
Entrypoints:
|
|
41
|
-
main (1.
|
|
41
|
+
main (1.97 MiB)
|
|
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 130140 ms
|