@egovernments/digit-ui-module-workbench 1.0.28 → 2.0.0-rc19-02
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/main.js +14 -0
- package/dist/main.js.LICENSE.txt +92 -0
- package/dist/main.js.br +0 -0
- package/dist/main.js.map +1 -0
- package/package.json +64 -24
- package/CHANGELOG.md +0 -63
- package/dist/index.js +0 -1
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
|
|
3
|
+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
4
|
+
<http://stuartk.com/jszip>
|
|
5
|
+
|
|
6
|
+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
7
|
+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
|
|
8
|
+
|
|
9
|
+
JSZip uses the library pako released under the MIT license :
|
|
10
|
+
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
* The buffer module from node.js, for the browser.
|
|
15
|
+
*
|
|
16
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
17
|
+
* @license MIT
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
/*! ExcelJS 19-10-2023 */
|
|
21
|
+
|
|
22
|
+
/*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
23
|
+
|
|
24
|
+
/*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
25
|
+
|
|
26
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
27
|
+
|
|
28
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @license
|
|
32
|
+
* Lodash <https://lodash.com/>
|
|
33
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
34
|
+
* Released under MIT license <https://lodash.com/license>
|
|
35
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
36
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @license React
|
|
41
|
+
* react-is.production.min.js
|
|
42
|
+
*
|
|
43
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
44
|
+
*
|
|
45
|
+
* This source code is licensed under the MIT license found in the
|
|
46
|
+
* LICENSE file in the root directory of this source tree.
|
|
47
|
+
*/
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @license React
|
|
51
|
+
* react-jsx-runtime.production.js
|
|
52
|
+
*
|
|
53
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
54
|
+
*
|
|
55
|
+
* This source code is licensed under the MIT license found in the
|
|
56
|
+
* LICENSE file in the root directory of this source tree.
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Character class utilities for XML NS 1.0 edition 3.
|
|
61
|
+
*
|
|
62
|
+
* @author Louis-Dominique Dubeau
|
|
63
|
+
* @license MIT
|
|
64
|
+
* @copyright Louis-Dominique Dubeau
|
|
65
|
+
*/
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Character classes and associated utilities for the 2nd edition of XML 1.1.
|
|
69
|
+
*
|
|
70
|
+
* @author Louis-Dominique Dubeau
|
|
71
|
+
* @license MIT
|
|
72
|
+
* @copyright Louis-Dominique Dubeau
|
|
73
|
+
*/
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Character classes and associated utilities for the 5th edition of XML 1.0.
|
|
77
|
+
*
|
|
78
|
+
* @author Louis-Dominique Dubeau
|
|
79
|
+
* @license MIT
|
|
80
|
+
* @copyright Louis-Dominique Dubeau
|
|
81
|
+
*/
|
|
82
|
+
|
|
83
|
+
/** @license React v16.13.1
|
|
84
|
+
* react-is.production.min.js
|
|
85
|
+
*
|
|
86
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
87
|
+
*
|
|
88
|
+
* This source code is licensed under the MIT license found in the
|
|
89
|
+
* LICENSE file in the root directory of this source tree.
|
|
90
|
+
*/
|
|
91
|
+
|
|
92
|
+
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
package/dist/main.js.br
ADDED
|
Binary file
|