@openmrs/esm-stock-management-app 1.0.1-pre.630 → 1.0.1-pre.635
Sign up to get free protection for your applications and to get access to all the features.
- package/.eslintignore +1 -1
- package/.husky/pre-commit +0 -3
- package/.husky/pre-push +1 -6
- package/dist/173.js +1 -1
- package/dist/173.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +6 -6
- package/dist/routes.json +1 -1
- package/package.json +4 -2
- package/src/core/components/carbon/controlled-number-input/controlled-number-input.component.tsx +1 -0
- package/src/stock-batch/stock-batch.resource.ts +2 -2
- package/src/stock-home/stock-home-inventory-expiry.resource.tsx +2 -2
- package/src/stock-home/stock-home-inventory-items.resource.tsx +2 -2
- package/src/stock-home/stock-home-issuing.resource.tsx +2 -2
- package/src/stock-home/stock-home-receiving.resource.tsx +2 -2
- package/src/stock-home/useDisposalList.tsx +2 -2
- package/src/stock-home/useStockList.tsx +2 -2
- package/src/stock-items/add-stock-item/batch-information/batch-information.resource.tsx +2 -2
- package/src/stock-items/add-stock-item/packaging-units/packaging-units.resource.tsx +2 -2
- package/src/stock-items/add-stock-item/quantities/quantities.resource.tsx +2 -2
- package/src/stock-items/add-stock-item/stock-item-references/stock-item-references.resource.ts +2 -2
- package/src/stock-items/add-stock-item/stock-item-rules/stock-item-rules.resource.tsx +2 -2
- package/src/stock-items/add-stock-item/stock-item-rules/stock-rules-filter.component.tsx +2 -2
- package/src/stock-items/add-stock-item/stock-item-rules/stock-rules.resource.ts +2 -2
- package/src/stock-items/add-stock-item/transactions/transactions.resource.tsx +2 -2
- package/src/stock-items/stock-items-table.resource.ts +2 -2
- package/src/stock-items/stock-items.resource.ts +9 -9
- package/src/stock-lookups/stock-lookups.resource.ts +12 -12
- package/src/stock-operations/add-stock-operation/add-stock-operation.component.tsx +2 -2
- package/src/stock-operations/add-stock-operation/add-stock-operation.resource.tsx +3 -3
- package/src/stock-operations/add-stock-operation/stock-items-addition-row.component.tsx +5 -4
- package/src/stock-operations/qty-uom-selector/qty-uom-selector.component.tsx +2 -2
- package/src/stock-operations/stock-operation-operations-filter/stock-operation-operations-filter.component.tsx +2 -2
- package/src/stock-operations/stock-operation-reason-selector/stock-operation-reason-selector.component.tsx +2 -2
- package/src/stock-operations/stock-operation-sources-filter/stock-operation-sources-filter.component.tsx +2 -2
- package/src/stock-operations/stock-operation-types-selector/stock-operation-types-selector.component.tsx +2 -2
- package/src/stock-operations/stock-operations-table.resource.tsx +2 -2
- package/src/stock-operations/stock-operations.resource.ts +3 -3
- package/src/stock-reports/generate-report/create-stock-report.component.tsx +3 -2
- package/src/stock-reports/stock-reports.resource.ts +2 -2
- package/src/stock-sources/stock-sources-filter/stock-sources-filter.component.tsx +2 -2
- package/src/stock-sources/stock-sources-items-table.resource.ts +2 -2
- package/src/stock-sources/stock-sources.resource.ts +2 -2
- package/src/stock-user-role-scopes/stock-user-role-scopes-items-table.resource.ts +2 -2
- package/src/stock-user-role-scopes/stock-user-role-scopes.resource.ts +2 -2
package/.eslintignore
CHANGED
@@ -1 +1 @@
|
|
1
|
-
**/*.d.
|
1
|
+
**/*.d.ts
|
package/.husky/pre-commit
CHANGED