@openmrs/esm-stock-management-app 1.0.1-pre.485 → 1.0.1-pre.489
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/26.js +1 -1
- package/dist/26.js.LICENSE.txt +28 -20
- package/dist/26.js.map +1 -1
- package/dist/647.js +1 -0
- package/dist/647.js.map +1 -0
- package/dist/764.js +2 -0
- package/dist/764.js.LICENSE.txt +32 -0
- package/dist/764.js.map +1 -0
- package/dist/793.js +2 -0
- package/dist/793.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 +68 -68
- 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/stock-item-details/stock-item-details.component.tsx +2 -0
- package/src/stock-items/add-stock-item/stock-item-units-edit/stock-item-units-edit.component.tsx +2 -0
- package/src/stock-items/validationSchema.ts +2 -2
- package/src/stock-operations/add-stock-operation/stock-items-addition-row.component.tsx +1 -0
- package/src/stock-reports/generate-report/create-stock-report.component.tsx +2 -3
- package/dist/474.js +0 -1
- package/dist/474.js.map +0 -1
- package/dist/800.js +0 -2
- package/dist/800.js.map +0 -1
- package/dist/876.js +0 -2
- package/dist/876.js.LICENSE.txt +0 -40
- package/dist/876.js.map +0 -1
- /package/dist/{800.js.LICENSE.txt → 793.js.LICENSE.txt} +0 -0
package/dist/26.js.LICENSE.txt
CHANGED
@@ -1,32 +1,40 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
1
|
+
/*!
|
2
|
+
Copyright (c) 2018 Jed Watson.
|
3
|
+
Licensed under the MIT License (MIT), see
|
4
|
+
http://jedwatson.github.io/classnames
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*! *****************************************************************************
|
8
|
+
Copyright (c) Microsoft Corporation.
|
9
|
+
|
10
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
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
|
+
***************************************************************************** */
|
11
21
|
|
12
22
|
/**
|
13
|
-
* React
|
23
|
+
* @license React
|
24
|
+
* react-is.production.min.js
|
14
25
|
*
|
15
|
-
* Copyright (c)
|
26
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
16
27
|
*
|
17
28
|
* This source code is licensed under the MIT license found in the
|
18
|
-
* LICENSE
|
19
|
-
*
|
20
|
-
* @license MIT
|
29
|
+
* LICENSE file in the root directory of this source tree.
|
21
30
|
*/
|
22
31
|
|
23
32
|
/**
|
24
|
-
* React
|
33
|
+
* @license React
|
34
|
+
* use-sync-external-store-shim.production.min.js
|
25
35
|
*
|
26
|
-
* Copyright (c)
|
36
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
27
37
|
*
|
28
38
|
* This source code is licensed under the MIT license found in the
|
29
|
-
* LICENSE
|
30
|
-
*
|
31
|
-
* @license MIT
|
39
|
+
* LICENSE file in the root directory of this source tree.
|
32
40
|
*/
|