@openmrs/esm-stock-management-app 1.0.1-pre.790 → 1.0.1-pre.794
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/dist/165.js +2 -0
- package/dist/{493.js.LICENSE.txt → 165.js.LICENSE.txt} +25 -1
- package/dist/165.js.map +1 -0
- package/dist/172.js +1 -1
- package/dist/172.js.map +1 -1
- package/dist/20.js +1 -1
- package/dist/290.js +1 -1
- package/dist/290.js.map +1 -1
- package/dist/600.js +1 -0
- package/dist/{942.js.map → 600.js.map} +1 -1
- package/dist/606.js +1 -1
- package/dist/627.js +1 -1
- package/dist/629.js +1 -1
- package/dist/629.js.map +1 -1
- package/dist/707.js +1 -1
- package/dist/707.js.map +1 -1
- package/dist/793.js +1 -1
- package/dist/793.js.LICENSE.txt +4 -0
- package/dist/793.js.map +1 -1
- package/dist/880.js +1 -1
- package/dist/880.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +25 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-stock-management-app.js +1 -1
- package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +70 -97
- package/dist/openmrs-esm-stock-management-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +6 -6
- package/src/core/components/carbon/controlled-radio-button-group/controlled-radio-button-group.component.tsx +3 -3
- package/src/core/components/side-nav/side-nav.scss +1 -1
- package/src/core/components/table/table.component.tsx +3 -1
- package/src/setup-tests.ts +5 -1
- package/src/stock-items/add-stock-item/stock-item-details/stock-item-details.component.tsx +5 -5
- package/src/stock-items/add-stock-item/stock-item-rules/add-stock-rules.scss +1 -1
- package/src/stock-items/add-stock-item/stock-item-rules/stock-item-rules.scss +1 -1
- package/src/stock-operations/stock-operations-forms/input-components/stock-operation-reason-selector.component.tsx +1 -1
- package/src/stock-operations/stock-operations-forms/input-components/unique-batch-no-entry-input.component.tsx +7 -5
- package/src/stock-operations/stock-operations-forms/input-components/users-selector.component.tsx +2 -2
- package/src/stock-operations/stock-operations-forms/step1.test.tsx +14 -13
- package/src/stock-operations/stock-operations-forms/steps/base-operation-details-form-step.tsx +3 -3
- package/src/stock-operations/stock-operations-forms/steps/received-items.component.tsx +8 -3
- package/src/stock-operations/stock-operations-forms/steps/stock-operation-items-form-step.component.tsx +10 -5
- package/src/stock-operations/stock-operations-forms/steps/stock-operation-items-form-step.scc.scss +1 -1
- package/src/stock-operations/stock-operations-forms/steps/stock-operation-submission-form-step.component.tsx +8 -3
- package/src/stock-operations/stock-operations-forms/stock-operation-form.scss +1 -1
- package/src/stock-operations/stock-operations-forms/stock-operation-stepper/stock-operation-stepper.component.tsx +1 -0
- package/src/stock-reports/generate-report/create-stock-report.scss +1 -1
- package/src/stock-sources/stock-sources.scss +1 -1
- package/src/stock-user-role-scopes/add-stock-user-scope/add-stock-user-role-scope.scss +1 -1
- package/tsconfig.json +5 -15
- package/dist/46.js +0 -1
- package/dist/46.js.map +0 -1
- package/dist/493.js +0 -2
- package/dist/493.js.map +0 -1
- package/dist/942.js +0 -1
package/dist/793.js.LICENSE.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1
1
|
/*! For license information please see openmrs-esm-api.js.LICENSE.txt */
|
2
2
|
|
3
|
+
/*! For license information please see openmrs-esm-react-utils.js.LICENSE.txt */
|
4
|
+
|
3
5
|
/*! For license information please see openmrs-esm-styleguide.js.LICENSE.txt */
|
6
|
+
|
7
|
+
/*! For license information please see openmrs-esm-utils.js.LICENSE.txt */
|