ls-pro-common 3.1.33 → 3.1.35
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/common.js +1 -1
- package/dist/common.js.LICENSE.txt +31 -0
- package/dist/common.min.js +1 -1
- package/dist/common.min.js.LICENSE.txt +31 -0
- package/es/components/ViewOffice.d.ts +2 -0
- package/es/components/ViewOffice.js +35 -6
- package/es/http/index.js +4 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +2 -1
- package/lib/components/ViewOffice.d.ts +2 -0
- package/lib/components/ViewOffice.js +35 -6
- package/lib/http/index.js +4 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +2 -1
- package/package.json +1 -1
|
@@ -4,6 +4,28 @@
|
|
|
4
4
|
http://jedwatson.github.io/classnames
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
|
|
9
|
+
Code licensed under the BSD License:
|
|
10
|
+
http://developer.yahoo.com/yui/license.html
|
|
11
|
+
version: 2.9.0
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*! *****************************************************************************
|
|
15
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
16
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
17
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
18
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
19
|
+
|
|
20
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
21
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
22
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
23
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
24
|
+
|
|
25
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
26
|
+
and limitations under the License.
|
|
27
|
+
***************************************************************************** */
|
|
28
|
+
|
|
7
29
|
/*! *****************************************************************************
|
|
8
30
|
Copyright (c) Microsoft Corporation.
|
|
9
31
|
|
|
@@ -21,6 +43,15 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
21
43
|
|
|
22
44
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
23
45
|
|
|
46
|
+
/**
|
|
47
|
+
* @fileOverview
|
|
48
|
+
* @name asn1-1.0.js
|
|
49
|
+
* @author Kenji Urushima kenji.urushima@gmail.com
|
|
50
|
+
* @version asn1 1.0.13 (2017-Jun-02)
|
|
51
|
+
* @since jsrsasign 2.1
|
|
52
|
+
* @license <a href="https://kjur.github.io/jsrsasign/license/">MIT License</a>
|
|
53
|
+
*/
|
|
54
|
+
|
|
24
55
|
/**
|
|
25
56
|
* @license
|
|
26
57
|
* Lodash <https://lodash.com/>
|