emacroh5lib 1.0.89 → 1.0.91
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/emacroh5lib.min.12.js +2 -0
- package/dist/{emacroh5lib.min.js.LICENSE.txt → emacroh5lib.min.12.js.LICENSE.txt} +22 -14
- package/dist/emacroh5lib.min.990.js +2 -0
- package/dist/emacroh5lib.min.990.js.LICENSE.txt +70 -0
- package/dist/emacroh5lib.min.main.js +1 -0
- package/package.json +3 -4
- package/tsconfig.json +8 -11
- package/webpack.config.js +11 -6
- package/dist/emacroh5lib.min.js +0 -2
- package/dist/main.css +0 -186
@@ -1,22 +1,22 @@
|
|
1
1
|
/*!
|
2
|
-
* Sizzle CSS Selector Engine v2.3.
|
2
|
+
* Sizzle CSS Selector Engine v2.3.10
|
3
3
|
* https://sizzlejs.com/
|
4
4
|
*
|
5
5
|
* Copyright JS Foundation and other contributors
|
6
6
|
* Released under the MIT license
|
7
7
|
* https://js.foundation/
|
8
8
|
*
|
9
|
-
* Date:
|
9
|
+
* Date: 2023-02-14
|
10
10
|
*/
|
11
11
|
|
12
12
|
/*!
|
13
|
-
* Vue.js v2.
|
14
|
-
* (c) 2014-
|
13
|
+
* Vue.js v2.7.14
|
14
|
+
* (c) 2014-2022 Evan You
|
15
15
|
* Released under the MIT License.
|
16
16
|
*/
|
17
17
|
|
18
18
|
/*!
|
19
|
-
* jQuery JavaScript Library v3.6.
|
19
|
+
* jQuery JavaScript Library v3.6.4
|
20
20
|
* https://jquery.com/
|
21
21
|
*
|
22
22
|
* Includes Sizzle.js
|
@@ -26,26 +26,34 @@
|
|
26
26
|
* Released under the MIT license
|
27
27
|
* https://jquery.org/license
|
28
28
|
*
|
29
|
-
* Date:
|
29
|
+
* Date: 2023-03-08T15:28Z
|
30
30
|
*/
|
31
31
|
|
32
|
-
/*!
|
33
|
-
fflate - fast JavaScript compression/decompression
|
34
|
-
<https://101arrowz.github.io/fflate>
|
35
|
-
Licensed under MIT. https://github.com/101arrowz/fflate/blob/master/LICENSE
|
36
|
-
version 0.6.9
|
37
|
-
*/
|
38
|
-
|
39
32
|
/*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
|
40
33
|
|
41
34
|
/*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
42
35
|
|
43
36
|
/**
|
44
|
-
* vue-class-component v7.2.
|
37
|
+
* vue-class-component v7.2.6
|
45
38
|
* (c) 2015-present Evan You
|
46
39
|
* @license MIT
|
47
40
|
*/
|
48
41
|
|
42
|
+
/**
|
43
|
+
* @license
|
44
|
+
* Copyright 2010-2022 Three.js Authors
|
45
|
+
* SPDX-License-Identifier: MIT
|
46
|
+
*/
|
47
|
+
|
48
|
+
/**
|
49
|
+
* @license
|
50
|
+
* Lodash <https://lodash.com/>
|
51
|
+
* Copyright JS Foundation and other contributors <https://js.foundation/>
|
52
|
+
* Released under MIT license <https://lodash.com/license>
|
53
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
54
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
55
|
+
*/
|
56
|
+
|
49
57
|
/**
|
50
58
|
* Checks if an event is supported in the current execution environment.
|
51
59
|
*
|