@openmrs/esm-stock-management-app 1.0.1-pre.678 → 1.0.1-pre.680
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/172.js +1 -1
- package/dist/20.js +1 -1
- package/dist/26.js +1 -1
- package/dist/26.js.LICENSE.txt +20 -28
- package/dist/26.js.map +1 -1
- package/dist/273.js +2 -0
- package/dist/273.js.LICENSE.txt +40 -0
- package/dist/273.js.map +1 -0
- package/dist/290.js +1 -1
- package/dist/606.js +1 -1
- package/dist/627.js +1 -1
- package/dist/690.js +1 -0
- package/dist/690.js.map +1 -0
- package/dist/main.js +1 -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 +57 -57
- package/dist/openmrs-esm-stock-management-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/stock-items/add-stock-item/transactions/transaction-filters/transaction-locations-filter.component.tsx +0 -1
- package/src/stock-items/add-stock-item/transactions/transactions.component.tsx +16 -47
- package/src/stock-operations/add-stock-operation/add-stock-operation.component.tsx +18 -174
- package/src/stock-operations/add-stock-operation/add-stock-operation.scss +19 -0
- package/src/stock-operations/add-stock-operation/stock-operation-reference.component.tsx +38 -0
- package/src/stock-operations/add-stock-operation/stock-operation-related-link.component.tsx +38 -0
- package/src/stock-operations/add-stock-operation/stock-operation-status.component.tsx +170 -0
- package/src/stock-operations/edit-stock-operation/edit-stock-operation-action-menu.component.tsx +1 -1
- package/src/stock-operations/stock-operations-table.component.tsx +17 -156
- package/src/stock-operations/stock-operations-table.scss +18 -0
- package/dist/241.js +0 -1
- package/dist/241.js.map +0 -1
- package/dist/764.js +0 -2
- package/dist/764.js.LICENSE.txt +0 -32
- package/dist/764.js.map +0 -1
package/dist/26.js.LICENSE.txt
CHANGED
@@ -1,40 +1,32 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
purpose with or without fee is hereby granted.
|
12
|
-
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
14
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
15
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
16
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
17
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
18
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
19
|
-
PERFORMANCE OF THIS SOFTWARE.
|
20
|
-
***************************************************************************** */
|
1
|
+
/**
|
2
|
+
* @remix-run/router v1.14.1
|
3
|
+
*
|
4
|
+
* Copyright (c) Remix Software Inc.
|
5
|
+
*
|
6
|
+
* This source code is licensed under the MIT license found in the
|
7
|
+
* LICENSE.md file in the root directory of this source tree.
|
8
|
+
*
|
9
|
+
* @license MIT
|
10
|
+
*/
|
21
11
|
|
22
12
|
/**
|
23
|
-
*
|
24
|
-
* react-is.production.min.js
|
13
|
+
* React Router DOM v6.21.1
|
25
14
|
*
|
26
|
-
* Copyright (c)
|
15
|
+
* Copyright (c) Remix Software Inc.
|
27
16
|
*
|
28
17
|
* This source code is licensed under the MIT license found in the
|
29
|
-
* LICENSE file in the root directory of this source tree.
|
18
|
+
* LICENSE.md file in the root directory of this source tree.
|
19
|
+
*
|
20
|
+
* @license MIT
|
30
21
|
*/
|
31
22
|
|
32
23
|
/**
|
33
|
-
*
|
34
|
-
* use-sync-external-store-shim.production.min.js
|
24
|
+
* React Router v6.21.1
|
35
25
|
*
|
36
|
-
* Copyright (c)
|
26
|
+
* Copyright (c) Remix Software Inc.
|
37
27
|
*
|
38
28
|
* This source code is licensed under the MIT license found in the
|
39
|
-
* LICENSE file in the root directory of this source tree.
|
29
|
+
* LICENSE.md file in the root directory of this source tree.
|
30
|
+
*
|
31
|
+
* @license MIT
|
40
32
|
*/
|