@egovernments/digit-ui-module-workbench 1.1.1 → 2.0.0-dev-01
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 +121 -0
- package/dist/main.js.br +0 -0
- package/dist/main.js.map +1 -0
- package/package.json +59 -24
- package/CHANGELOG.md +0 -196
- package/dist/index.js +0 -1
|
@@ -0,0 +1,121 @@
|
|
|
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
|
+
/*! *****************************************************************************
|
|
21
|
+
Copyright (c) Microsoft Corporation.
|
|
22
|
+
|
|
23
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
24
|
+
purpose with or without fee is hereby granted.
|
|
25
|
+
|
|
26
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
27
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
28
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
29
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
30
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
31
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
32
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
33
|
+
***************************************************************************** */
|
|
34
|
+
|
|
35
|
+
/*! ExcelJS 19-10-2023 */
|
|
36
|
+
|
|
37
|
+
/*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
38
|
+
|
|
39
|
+
/*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
40
|
+
|
|
41
|
+
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
42
|
+
|
|
43
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
44
|
+
|
|
45
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
46
|
+
|
|
47
|
+
/*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @license
|
|
51
|
+
* Lodash (Custom Build) <https://lodash.com/>
|
|
52
|
+
* Build: `lodash modularize exports="es" -o ./`
|
|
53
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
54
|
+
* Released under MIT license <https://lodash.com/license>
|
|
55
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
56
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @license
|
|
61
|
+
* Lodash <https://lodash.com/>
|
|
62
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
63
|
+
* Released under MIT license <https://lodash.com/license>
|
|
64
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
65
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @license React
|
|
70
|
+
* react-is.production.min.js
|
|
71
|
+
*
|
|
72
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
73
|
+
*
|
|
74
|
+
* This source code is licensed under the MIT license found in the
|
|
75
|
+
* LICENSE file in the root directory of this source tree.
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @license React
|
|
80
|
+
* react-jsx-runtime.production.js
|
|
81
|
+
*
|
|
82
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
83
|
+
*
|
|
84
|
+
* This source code is licensed under the MIT license found in the
|
|
85
|
+
* LICENSE file in the root directory of this source tree.
|
|
86
|
+
*/
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Character class utilities for XML NS 1.0 edition 3.
|
|
90
|
+
*
|
|
91
|
+
* @author Louis-Dominique Dubeau
|
|
92
|
+
* @license MIT
|
|
93
|
+
* @copyright Louis-Dominique Dubeau
|
|
94
|
+
*/
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Character classes and associated utilities for the 2nd edition of XML 1.1.
|
|
98
|
+
*
|
|
99
|
+
* @author Louis-Dominique Dubeau
|
|
100
|
+
* @license MIT
|
|
101
|
+
* @copyright Louis-Dominique Dubeau
|
|
102
|
+
*/
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Character classes and associated utilities for the 5th edition of XML 1.0.
|
|
106
|
+
*
|
|
107
|
+
* @author Louis-Dominique Dubeau
|
|
108
|
+
* @license MIT
|
|
109
|
+
* @copyright Louis-Dominique Dubeau
|
|
110
|
+
*/
|
|
111
|
+
|
|
112
|
+
/** @license React v16.13.1
|
|
113
|
+
* react-is.production.min.js
|
|
114
|
+
*
|
|
115
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
116
|
+
*
|
|
117
|
+
* This source code is licensed under the MIT license found in the
|
|
118
|
+
* LICENSE file in the root directory of this source tree.
|
|
119
|
+
*/
|
|
120
|
+
|
|
121
|
+
/** @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
|