@openmrs/esm-billing-app 1.1.2-pre.1825 → 1.1.2-pre.1828
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/50fe429486b78aef-meta.json +1 -0
- package/.turbo/cache/50fe429486b78aef.tar.zst +0 -0
- package/.turbo/turbo-build.log +5 -5
- package/__mocks__/bills.mock.ts +1 -0
- package/dist/2269.js +1 -0
- package/dist/2269.js.map +1 -0
- package/dist/5117.js +1 -1
- package/dist/5117.js.map +1 -1
- package/dist/6472.js +1 -1
- package/dist/6472.js.map +1 -1
- package/dist/6594.js +1 -0
- package/dist/6594.js.map +1 -0
- package/dist/990.js +1 -0
- package/dist/990.js.map +1 -0
- package/dist/main.js +6 -6
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-billing-app.js +3 -3
- package/dist/openmrs-esm-billing-app.js.buildmanifest.json +81 -33
- package/dist/openmrs-esm-billing-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/bill-item-actions/edit-bill-item.test.tsx +1 -0
- package/src/billable-services/billable-services-home.component.tsx +2 -0
- package/src/billing.resource.test.ts +1 -0
- package/src/bills-table/bills-table.component.tsx +11 -1
- package/src/bills-table/bills-table.test.tsx +2 -0
- package/src/discounts/discounts-table.component.tsx +2 -4
- package/src/discounts/discounts-table.test.tsx +13 -19
- package/src/discounts/request-discount.modal.tsx +1 -0
- package/src/index.ts +26 -7
- package/src/invoice/invoice-table.component.tsx +51 -29
- package/src/invoice/invoice-table.test.tsx +84 -1
- package/src/invoice/invoice.component.tsx +63 -22
- package/src/invoice/invoice.test.tsx +166 -41
- package/src/invoice/line-item-action-menu.component.tsx +12 -0
- package/src/invoice/payments/payment-history/payment-history.test.tsx +2 -0
- package/src/invoice/payments/payments.component.tsx +9 -1
- package/src/invoice/payments/payments.test.tsx +1 -0
- package/src/modal/finalize-bill-confirmation.modal.test.tsx +1 -0
- package/src/refunds/admin/refund-requests-left-panel-link.component.tsx +43 -0
- package/src/refunds/admin/refund-requests.component.tsx +324 -0
- package/src/refunds/admin/refund-requests.scss +133 -0
- package/src/refunds/admin/refund-requests.test.tsx +99 -0
- package/src/refunds/admin/review-bill-refunds/bill-line-items-table/bill-line-items-table.component.tsx +42 -0
- package/src/refunds/admin/review-bill-refunds/bill-line-items-table/bill-line-items-table.scss +76 -0
- package/src/refunds/admin/review-bill-refunds/bill-payments-table/bill-payments-table.component.tsx +50 -0
- package/src/refunds/admin/review-bill-refunds/bill-payments-table/bill-payments-table.scss +63 -0
- package/src/refunds/admin/review-bill-refunds/bill-receipt-rail/bill-receipt-rail.component.tsx +84 -0
- package/src/refunds/admin/review-bill-refunds/bill-receipt-rail/bill-receipt-rail.scss +54 -0
- package/src/refunds/admin/review-bill-refunds/bill-totals-summary/bill-totals-summary.component.tsx +83 -0
- package/src/refunds/admin/review-bill-refunds/bill-totals-summary/bill-totals-summary.scss +65 -0
- package/src/refunds/admin/review-bill-refunds/refund-card/refund-card.component.tsx +170 -0
- package/src/refunds/admin/review-bill-refunds/refund-card/refund-card.scss +155 -0
- package/src/refunds/admin/review-bill-refunds/refund-review-stack/refund-review-stack.component.tsx +86 -0
- package/src/refunds/admin/review-bill-refunds/refund-review-stack/refund-review-stack.scss +40 -0
- package/src/refunds/admin/review-bill-refunds/review-bill-refunds.modal.scss +14 -0
- package/src/refunds/admin/review-bill-refunds/review-bill-refunds.modal.test.tsx +313 -0
- package/src/refunds/admin/review-bill-refunds/review-bill-refunds.modal.tsx +188 -0
- package/src/refunds/admin/review-bill-refunds/review-bill-refunds.utils.ts +66 -0
- package/src/refunds/refunds-table.component.tsx +137 -0
- package/src/refunds/refunds-table.scss +37 -0
- package/src/refunds/refunds-table.test.tsx +105 -0
- package/src/refunds/refunds.resource.test.ts +44 -0
- package/src/refunds/refunds.resource.ts +42 -0
- package/src/refunds/refunds.types.test.ts +15 -0
- package/src/refunds/request-refund.modal.scss +84 -0
- package/src/refunds/request-refund.modal.test.tsx +204 -0
- package/src/refunds/request-refund.modal.tsx +218 -0
- package/src/routes.json +9 -1
- package/src/types/index.ts +43 -1
- package/translations/en.json +60 -0
- package/.turbo/cache/917d99f18d50f7e4-meta.json +0 -1
- package/.turbo/cache/917d99f18d50f7e4.tar.zst +0 -0
- package/dist/3395.js +0 -1
- package/dist/3395.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"hash":"50fe429486b78aef","duration":14087}
|
|
Binary file
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
[1m[33mWARNING[39m[22m in [33mâš [0m asset size limit: The following asset(s) exceed the recommended size limit (244.141 KiB). This can impact web performance.
|
|
2
2
|
│ Assets:
|
|
3
|
-
│ main.js (1.
|
|
4
|
-
│ 6472.js (329.
|
|
5
|
-
│ 3395.js (1.132 MiB)
|
|
3
|
+
│ main.js (1.761 MiB)
|
|
4
|
+
│ 6472.js (329.723 KiB)
|
|
6
5
|
│ 2250.js (1.677 MiB)
|
|
6
|
+
│ 990.js (1.227 MiB)
|
|
7
7
|
[0m
|
|
8
8
|
|
|
9
9
|
[1m[33mWARNING[39m[22m in [33mâš [0m entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244.141 KiB). This can impact web performance.
|
|
10
10
|
│ Entrypoints:
|
|
11
|
-
│ main (1.
|
|
11
|
+
│ main (1.761 MiB)
|
|
12
12
|
│ main.js
|
|
13
13
|
[0m
|
|
14
14
|
|
|
15
|
-
Rspack compiled with [1m[33m2 warnings[39m[22m in 12.
|
|
15
|
+
Rspack compiled with [1m[33m2 warnings[39m[22m in 12.84 s
|