@egovernments/digit-ui-libraries 1.9.1-beta.7 → 2.0.0-rc19-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.
@@ -0,0 +1,90 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ * The buffer module from node.js, for the browser.
9
+ *
10
+ * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
11
+ * @license MIT
12
+ */
13
+
14
+ /*!
15
+ * The buffer module from node.js, for the browser.
16
+ *
17
+ * @author Feross Aboukhadijeh <http://feross.org>
18
+ * @license MIT
19
+ */
20
+
21
+ /*!
22
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
23
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
24
+ * Released under MIT License
25
+ */
26
+
27
+ /*! *****************************************************************************
28
+ Copyright (c) Microsoft Corporation.
29
+
30
+ Permission to use, copy, modify, and/or distribute this software for any
31
+ purpose with or without fee is hereby granted.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
34
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
35
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
36
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
37
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
38
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
39
+ PERFORMANCE OF THIS SOFTWARE.
40
+ ***************************************************************************** */
41
+
42
+ /*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */
43
+
44
+ /*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */
45
+
46
+ /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
47
+
48
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
49
+
50
+ /*! jsonpath 1.1.1 */
51
+
52
+ /*! pdfmake v0.1.72, @license MIT, @link http://pdfmake.org */
53
+
54
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
55
+
56
+ /**
57
+ * @license
58
+ * Lodash <https://lodash.com/>
59
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
60
+ * Released under MIT license <https://lodash.com/license>
61
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
62
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
63
+ */
64
+
65
+ /**
66
+ * @license React
67
+ * react-jsx-runtime.production.js
68
+ *
69
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
70
+ *
71
+ * This source code is licensed under the MIT license found in the
72
+ * LICENSE file in the root directory of this source tree.
73
+ */
74
+
75
+ /** @preserve
76
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
77
+ * derived from CryptoJS.mode.CTR
78
+ * Jan Hruby jhruby.web@gmail.com
79
+ */
80
+
81
+ /** @preserve
82
+ (c) 2012 by Cédric Mesnil. All rights reserved.
83
+
84
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
85
+
86
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
87
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
88
+
89
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
90
+ */