@tego/web 1.6.23 → 1.6.25
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/assets/{8283.2d41f4ad.js → 814.f1439811.js} +29 -9
- package/dist/assets/{8283.2d41f4ad.js.LICENSE.txt → 814.f1439811.js.LICENSE.txt} +19 -7
- package/dist/assets/index.4f281208.js +2 -0
- package/dist/index.html +2 -2
- package/package.json +2 -2
- package/dist/assets/index.9cc51cb7.js +0 -2
- /package/dist/assets/{8283.dd72e2c0.css → 814.dd72e2c0.css} +0 -0
- /package/dist/assets/{index.9cc51cb7.js.LICENSE.txt → index.4f281208.js.LICENSE.txt} +0 -0
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @license
|
|
3
|
+
* docx-preview <https://github.com/VolodymyrBaydalka/docxjs>
|
|
4
|
+
* Released under Apache License 2.0 <https://github.com/VolodymyrBaydalka/docxjs/blob/master/LICENSE>
|
|
5
|
+
* Copyright Volodymyr Baydalka
|
|
6
|
+
*/
|
|
7
|
+
|
|
1
8
|
/*
|
|
2
9
|
object-assign
|
|
3
10
|
(c) Sindre Sorhus
|
|
@@ -22,6 +29,18 @@ object-assign
|
|
|
22
29
|
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
23
30
|
*/
|
|
24
31
|
|
|
32
|
+
/*!
|
|
33
|
+
|
|
34
|
+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
35
|
+
<http://stuartk.com/jszip>
|
|
36
|
+
|
|
37
|
+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
38
|
+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
|
|
39
|
+
|
|
40
|
+
JSZip uses the library pako released under the MIT license :
|
|
41
|
+
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
42
|
+
*/
|
|
43
|
+
|
|
25
44
|
/*!
|
|
26
45
|
Copyright (c) 2015 Jed Watson.
|
|
27
46
|
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
@@ -141,13 +160,6 @@ object-assign
|
|
|
141
160
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
142
161
|
*/
|
|
143
162
|
|
|
144
|
-
/**
|
|
145
|
-
* @license Complex.js v2.1.1 12/05/2020
|
|
146
|
-
*
|
|
147
|
-
* Copyright (c) 2020, Robert Eisele (robert@xarg.org)
|
|
148
|
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
149
|
-
**/
|
|
150
|
-
|
|
151
163
|
/**
|
|
152
164
|
* @license Fraction.js v4.3.7 31/08/2023
|
|
153
165
|
* https://www.xarg.org/2014/03/rational-numbers-in-javascript/
|