@openmrs/esm-stock-management-app 1.0.1-pre.791 → 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.
Files changed (56) hide show
  1. package/dist/165.js +2 -0
  2. package/dist/{140.js.LICENSE.txt → 165.js.LICENSE.txt} +25 -1
  3. package/dist/165.js.map +1 -0
  4. package/dist/172.js +1 -1
  5. package/dist/172.js.map +1 -1
  6. package/dist/20.js +1 -1
  7. package/dist/290.js +1 -1
  8. package/dist/290.js.map +1 -1
  9. package/dist/600.js +1 -0
  10. package/dist/{942.js.map → 600.js.map} +1 -1
  11. package/dist/606.js +1 -1
  12. package/dist/627.js +1 -1
  13. package/dist/629.js +1 -1
  14. package/dist/629.js.map +1 -1
  15. package/dist/707.js +1 -1
  16. package/dist/707.js.map +1 -1
  17. package/dist/793.js +1 -1
  18. package/dist/793.js.LICENSE.txt +4 -0
  19. package/dist/793.js.map +1 -1
  20. package/dist/880.js +1 -1
  21. package/dist/880.js.map +1 -1
  22. package/dist/main.js +1 -1
  23. package/dist/main.js.LICENSE.txt +25 -1
  24. package/dist/main.js.map +1 -1
  25. package/dist/openmrs-esm-stock-management-app.js +1 -1
  26. package/dist/openmrs-esm-stock-management-app.js.buildmanifest.json +62 -89
  27. package/dist/openmrs-esm-stock-management-app.js.map +1 -1
  28. package/dist/routes.json +1 -1
  29. package/package.json +4 -4
  30. package/src/core/components/carbon/controlled-radio-button-group/controlled-radio-button-group.component.tsx +3 -3
  31. package/src/core/components/side-nav/side-nav.scss +1 -1
  32. package/src/core/components/table/table.component.tsx +3 -1
  33. package/src/setup-tests.ts +5 -1
  34. package/src/stock-items/add-stock-item/stock-item-details/stock-item-details.component.tsx +5 -5
  35. package/src/stock-items/add-stock-item/stock-item-rules/add-stock-rules.scss +1 -1
  36. package/src/stock-items/add-stock-item/stock-item-rules/stock-item-rules.scss +1 -1
  37. package/src/stock-operations/stock-operations-forms/input-components/stock-operation-reason-selector.component.tsx +1 -1
  38. package/src/stock-operations/stock-operations-forms/input-components/unique-batch-no-entry-input.component.tsx +7 -5
  39. package/src/stock-operations/stock-operations-forms/input-components/users-selector.component.tsx +2 -2
  40. package/src/stock-operations/stock-operations-forms/step1.test.tsx +14 -13
  41. package/src/stock-operations/stock-operations-forms/steps/base-operation-details-form-step.tsx +3 -3
  42. package/src/stock-operations/stock-operations-forms/steps/received-items.component.tsx +8 -3
  43. package/src/stock-operations/stock-operations-forms/steps/stock-operation-items-form-step.component.tsx +10 -5
  44. package/src/stock-operations/stock-operations-forms/steps/stock-operation-items-form-step.scc.scss +1 -1
  45. package/src/stock-operations/stock-operations-forms/steps/stock-operation-submission-form-step.component.tsx +8 -3
  46. package/src/stock-operations/stock-operations-forms/stock-operation-form.scss +1 -1
  47. package/src/stock-operations/stock-operations-forms/stock-operation-stepper/stock-operation-stepper.component.tsx +1 -0
  48. package/src/stock-reports/generate-report/create-stock-report.scss +1 -1
  49. package/src/stock-sources/stock-sources.scss +1 -1
  50. package/src/stock-user-role-scopes/add-stock-user-scope/add-stock-user-role-scope.scss +1 -1
  51. package/tsconfig.json +5 -15
  52. package/dist/140.js +0 -2
  53. package/dist/140.js.map +0 -1
  54. package/dist/46.js +0 -1
  55. package/dist/46.js.map +0 -1
  56. package/dist/942.js +0 -1
@@ -4,6 +4,11 @@
4
4
  http://jedwatson.github.io/classnames
5
5
  */
6
6
 
7
+ /*!
8
+ * tabbable 6.2.0
9
+ * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
10
+ */
11
+
7
12
  /*! *****************************************************************************
8
13
  Copyright (c) Microsoft Corporation.
9
14
 
@@ -39,6 +44,16 @@
39
44
  * LICENSE file in the root directory of this source tree.
40
45
  */
41
46
 
47
+ /**
48
+ * @license React
49
+ * react-jsx-runtime.production.min.js
50
+ *
51
+ * Copyright (c) Facebook, Inc. and its affiliates.
52
+ *
53
+ * This source code is licensed under the MIT license found in the
54
+ * LICENSE file in the root directory of this source tree.
55
+ */
56
+
42
57
  /**
43
58
  * @license React
44
59
  * scheduler.production.min.js
@@ -51,7 +66,16 @@
51
66
 
52
67
  /**
53
68
  * @license React
54
- * use-sync-external-store-shim.production.min.js
69
+ * use-sync-external-store-shim.production.js
70
+ *
71
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE file in the root directory of this source tree.
75
+ */
76
+
77
+ /** @license React v16.13.1
78
+ * react-is.production.min.js
55
79
  *
56
80
  * Copyright (c) Facebook, Inc. and its affiliates.
57
81
  *