@kenyaemr/esm-billing-app 5.2.1-pre.889 → 5.2.1-pre.893
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 +2 -2
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/routes.json +7 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -12,7 +12,7 @@ assets by path [1m[32m*.js[39m[22m 4.68 MiB
|
|
|
12
12
|
+ 10 assets
|
|
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
|
-
asset [1m[32mroutes.json[39m[22m 3.
|
|
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
16
|
orphan modules 3.37 MiB [1m[33m[orphan][39m[22m 706 modules
|
|
17
17
|
runtime modules 39.5 KiB 28 modules
|
|
18
18
|
built modules 7.01 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [1m[33m[built][39m[22m
|
|
@@ -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 129480 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[{"component":"billableServicesHome","route":"billable-services"},{"component":"requirePaymentModal","routeRegex":"^patient/.+/chart","online":true,"offline":false}],"extensions":[{"component":"billingDashboardLink","name":"billing-dashboard-link","slot":"
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[{"component":"billableServicesHome","route":"billable-services"},{"component":"requirePaymentModal","routeRegex":"^patient/.+/chart","online":true,"offline":false}],"extensions":[{"component":"billingDashboardLink","name":"billing-dashboard-link","slot":"homepage-dashboard-slot","meta":{"name":"billing","title":"billing","slot":"billing-dashboard-slot"}},{"component":"benefitsPackageDashboardLink","name":"benefits-package-dashboard-link","slot":"patient-chart-dashboard-slot","meta":{"name":"benefits-package","slot":"patient-chart-benefits-dashboard-slot","path":"Benefits Package","columns":1,"columnSpan":1}},{"component":"benefitsPackage","name":"benefits-package","slot":"patient-chart-benefits-dashboard-slot"},{"component":"root","name":"billing-dashboard-root","slot":"billing-dashboard-slot"},{"component":"shrAuthorizationForm","name":"shr-authorization-form"},{"name":"billing-patient-summary","component":"billingPatientSummary","slot":"patient-chart-billing-dashboard-slot","order":10,"meta":{"columnSpan":4}},{"name":"billing-summary-dashboard-link","component":"billingSummaryDashboardLink","slot":"patient-chart-dashboard-slot","order":11,"meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-billing-dashboard-slot","path":"Billing","layoutMode":"anchored"}},{"name":"patient-chart-shr-summary-dashboard-link","component":"shrSummaryDashboardLink","slot":"patient-chart-dashboard-slot","meta":{"columns":1,"columnSpan":1,"slot":"patient-chart-shr-summary-dashboard-slot","path":"SHR Summary"}},{"name":"billing-check-in-form","slot":"extra-visit-attribute-slot","component":"billingCheckInForm"},{"name":"SHR Summary","slot":"patient-chart-shr-summary-dashboard-slot","component":"patientSHRSummary"},{"slot":"system-admin-page-card-link-slot","component":"billableServicesCardLink","name":"billable-services-admin-card-link"},{"name":"billing-form","component":"billingForm"},{"name":"require-billing-modal","component":"requirePaymentModal"},{"name":"patient-banner-billing-tags","component":"visitAttributeTags","slot":"patient-banner-tags-slot","order":2},{"name":"initiate-payment-modal","component":"initiatePaymentDialog"},{"name":"cancel-bill-modal","component":"cancelBillModal"},{"name":"refund-bill-modal","component":"refundBillModal"},{"name":"delete-bill-modal","component":"deleteBillModal"},{"name":"lab-order-billable-item","component":"labOrder","slot":"top-of-lab-order-form-slot"},{"name":"procedure-order-billable-item","component":"procedureOrder","slot":"top-of-procedure-order-form-slot"},{"name":"imaging-order-billable-item","component":"imagingOrder","slot":"top-of-imaging-order-form-slot"},{"name":"price-info-order","component":"priceInfoOrder"},{"name":"drug-order-billable-item","component":"drugOrder","slot":"medication-info-slot"},{"name":"test-order-action","component":"testOrderAction","slot":"tests-ordered-actions-slot","order":0}],"workspaces":[{"name":"waive-bill-form","component":"waiveBillForm","title":"Waive Bill Form","type":"other-form"},{"name":"edit-bill-form","component":"editBillForm","title":"Edit Bill Form","type":"other-form"}],"version":"5.2.0"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kenyaemr/esm-billing-app",
|
|
3
|
-
"version": "5.2.1-pre.
|
|
3
|
+
"version": "5.2.1-pre.893",
|
|
4
4
|
"description": "Billing app for KenyaEMR",
|
|
5
5
|
"browser": "dist/kenyaemr-esm-billing-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"webpack": "^5.74.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "2ca1974ec1714e9b90153454f7ee7b669500b1d9"
|
|
55
55
|
}
|
package/src/routes.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"pages": [
|
|
7
7
|
{
|
|
8
8
|
"component": "billableServicesHome",
|
|
9
|
-
"route":"billable-services"
|
|
9
|
+
"route": "billable-services"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"component": "requirePaymentModal",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{
|
|
20
20
|
"component": "billingDashboardLink",
|
|
21
21
|
"name": "billing-dashboard-link",
|
|
22
|
-
"slot": "
|
|
22
|
+
"slot": "homepage-dashboard-slot",
|
|
23
23
|
"meta": {
|
|
24
24
|
"name": "billing",
|
|
25
25
|
"title": "billing",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
{
|
|
52
52
|
"component": "shrAuthorizationForm",
|
|
53
53
|
"name": "shr-authorization-form"
|
|
54
|
-
}
|
|
55
|
-
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
56
|
"name": "billing-patient-summary",
|
|
57
57
|
"component": "billingPatientSummary",
|
|
58
58
|
"slot": "patient-chart-billing-dashboard-slot",
|
|
@@ -72,7 +72,6 @@
|
|
|
72
72
|
"slot": "patient-chart-billing-dashboard-slot",
|
|
73
73
|
"path": "Billing",
|
|
74
74
|
"layoutMode": "anchored"
|
|
75
|
-
|
|
76
75
|
}
|
|
77
76
|
},
|
|
78
77
|
{
|
|
@@ -121,11 +120,11 @@
|
|
|
121
120
|
},
|
|
122
121
|
{
|
|
123
122
|
"name": "cancel-bill-modal",
|
|
124
|
-
"component": "cancelBillModal"
|
|
123
|
+
"component": "cancelBillModal"
|
|
125
124
|
},
|
|
126
125
|
{
|
|
127
126
|
"name": "refund-bill-modal",
|
|
128
|
-
"component": "refundBillModal"
|
|
127
|
+
"component": "refundBillModal"
|
|
129
128
|
},
|
|
130
129
|
{
|
|
131
130
|
"name": "delete-bill-modal",
|
|
@@ -176,4 +175,4 @@
|
|
|
176
175
|
"type": "other-form"
|
|
177
176
|
}
|
|
178
177
|
]
|
|
179
|
-
}
|
|
178
|
+
}
|