@egovernments/digit-ui-libraries 1.9.2 → 2.0.0-dev-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.
@@ -0,0 +1,368 @@
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
+ Copyright (c) 2008, Adobe Systems Incorporated
59
+ All rights reserved.
60
+
61
+ Redistribution and use in source and binary forms, with or without
62
+ modification, are permitted provided that the following conditions are
63
+ met:
64
+
65
+ * Redistributions of source code must retain the above copyright notice,
66
+ this list of conditions and the following disclaimer.
67
+
68
+ * Redistributions in binary form must reproduce the above copyright
69
+ notice, this list of conditions and the following disclaimer in the
70
+ documentation and/or other materials provided with the distribution.
71
+
72
+ * Neither the name of Adobe Systems Incorporated nor the names of its
73
+ contributors may be used to endorse or promote products derived from
74
+ this software without specific prior written permission.
75
+
76
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
77
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
78
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
79
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
80
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
81
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
82
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
83
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
84
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
85
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
86
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
87
+ */
88
+
89
+ /**
90
+ * @license
91
+ *
92
+ * Copyright (c) 2014 James Robb, https://github.com/jamesbrobb
93
+ *
94
+ * Permission is hereby granted, free of charge, to any person obtaining
95
+ * a copy of this software and associated documentation files (the
96
+ * "Software"), to deal in the Software without restriction, including
97
+ * without limitation the rights to use, copy, modify, merge, publish,
98
+ * distribute, sublicense, and/or sell copies of the Software, and to
99
+ * permit persons to whom the Software is furnished to do so, subject to
100
+ * the following conditions:
101
+ *
102
+ * The above copyright notice and this permission notice shall be
103
+ * included in all copies or substantial portions of the Software.
104
+ *
105
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
106
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
107
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
108
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
109
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
110
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
111
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
112
+ * ====================================================================
113
+ */
114
+
115
+ /**
116
+ * @license
117
+ *
118
+ * Licensed under the MIT License.
119
+ * http://opensource.org/licenses/mit-license
120
+ */
121
+
122
+ /**
123
+ * @license
124
+ * (c) Dean McNamee <dean@gmail.com>, 2013.
125
+ *
126
+ * https://github.com/deanm/omggif
127
+ *
128
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
129
+ * of this software and associated documentation files (the "Software"), to
130
+ * deal in the Software without restriction, including without limitation the
131
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
132
+ * sell copies of the Software, and to permit persons to whom the Software is
133
+ * furnished to do so, subject to the following conditions:
134
+ *
135
+ * The above copyright notice and this permission notice shall be included in
136
+ * all copies or substantial portions of the Software.
137
+ *
138
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
139
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
140
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
141
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
142
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
143
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
144
+ * IN THE SOFTWARE.
145
+ *
146
+ * omggif is a JavaScript implementation of a GIF 89a encoder and decoder,
147
+ * including animation and compression. It does not rely on any specific
148
+ * underlying system, so should run in the browser, Node, or Plask.
149
+ */
150
+
151
+ /**
152
+ * @license
153
+ * Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
154
+ *
155
+ * Licensed under the MIT License.
156
+ * http://opensource.org/licenses/mit-license
157
+ */
158
+
159
+ /**
160
+ * @license
161
+ * Copyright (c) 2017 Aras Abbasi
162
+ *
163
+ * Licensed under the MIT License.
164
+ * http://opensource.org/licenses/mit-license
165
+ */
166
+
167
+ /**
168
+ * @license
169
+ * Copyright (c) 2018 Aras Abbasi
170
+ *
171
+ * Licensed under the MIT License.
172
+ * http://opensource.org/licenses/mit-license
173
+ */
174
+
175
+ /**
176
+ * @license
177
+ * Copyright (c) 2019 Aras Abbasi
178
+ *
179
+ * Licensed under the MIT License.
180
+ * http://opensource.org/licenses/mit-license
181
+ */
182
+
183
+ /**
184
+ * @license
185
+ * FPDF is released under a permissive license: there is no usage restriction.
186
+ * You may embed it freely in your application (commercial or not), with or
187
+ * without modifications.
188
+ *
189
+ * Reference: http://www.fpdf.org/en/script/script37.php
190
+ */
191
+
192
+ /**
193
+ * @license
194
+ * Joseph Myers does not specify a particular license for his work.
195
+ *
196
+ * Author: Joseph Myers
197
+ * Accessed from: http://www.myersdaily.org/joseph/javascript/md5.js
198
+ *
199
+ * Modified by: Owen Leong
200
+ */
201
+
202
+ /**
203
+ * @license
204
+ * Licensed under the MIT License.
205
+ * http://opensource.org/licenses/mit-license
206
+ * Author: Owen Leong (@owenl131)
207
+ * Date: 15 Oct 2020
208
+ * References:
209
+ * https://www.cs.cmu.edu/~dst/Adobe/Gallery/anon21jul01-pdf-encryption.txt
210
+ * https://github.com/foliojs/pdfkit/blob/master/lib/security.js
211
+ * http://www.fpdf.org/en/script/script37.php
212
+ */
213
+
214
+ /**
215
+ * @license
216
+ * Licensed under the MIT License.
217
+ * http://opensource.org/licenses/mit-license
218
+ */
219
+
220
+ /**
221
+ * @license
222
+ * Lodash <https://lodash.com/>
223
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
224
+ * Released under MIT license <https://lodash.com/license>
225
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
226
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
227
+ */
228
+
229
+ /**
230
+ * @license
231
+ * Unicode Bidi Engine based on the work of Alex Shensis (@asthensis)
232
+ * MIT License
233
+ */
234
+
235
+ /**
236
+ * @license
237
+ * jsPDF fileloading PlugIn
238
+ * Copyright (c) 2018 Aras Abbasi (aras.abbasi@gmail.com)
239
+ *
240
+ * Licensed under the MIT License.
241
+ * http://opensource.org/licenses/mit-license
242
+ */
243
+
244
+ /**
245
+ * @license
246
+ * jsPDF filters PlugIn
247
+ * Copyright (c) 2014 Aras Abbasi
248
+ *
249
+ * Licensed under the MIT License.
250
+ * http://opensource.org/licenses/mit-license
251
+ */
252
+
253
+ /**
254
+ * @license
255
+ * jsPDF virtual FileSystem functionality
256
+ *
257
+ * Licensed under the MIT License.
258
+ * http://opensource.org/licenses/mit-license
259
+ */
260
+
261
+ /**
262
+ * A class to parse color values
263
+ * @author Stoyan Stefanov <sstoo@gmail.com>
264
+ * {@link http://www.phpied.com/rgb-color-parser-in-javascript/}
265
+ * @license Use it if you like it
266
+ */
267
+
268
+ /** ====================================================================
269
+ * @license
270
+ * jsPDF XMP metadata plugin
271
+ * Copyright (c) 2016 Jussi Utunen, u-jussi@suomi24.fi
272
+ *
273
+ * Permission is hereby granted, free of charge, to any person obtaining
274
+ * a copy of this software and associated documentation files (the
275
+ * "Software"), to deal in the Software without restriction, including
276
+ * without limitation the rights to use, copy, modify, merge, publish,
277
+ * distribute, sublicense, and/or sell copies of the Software, and to
278
+ * permit persons to whom the Software is furnished to do so, subject to
279
+ * the following conditions:
280
+ *
281
+ * The above copyright notice and this permission notice shall be
282
+ * included in all copies or substantial portions of the Software.
283
+ *
284
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
285
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
286
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
287
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
288
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
289
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
290
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
291
+ * ====================================================================
292
+ */
293
+
294
+ /** @license
295
+ * Copyright (c) 2017 Dominik Homberger
296
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
297
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
298
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
299
+ https://webpjs.appspot.com
300
+ WebPRiffParser dominikhlbg@gmail.com
301
+ */
302
+
303
+ /** @license
304
+ *
305
+ * jsPDF - PDF Document creation from JavaScript
306
+ * Version 2.5.1 Built on 2022-01-28T15:37:57.791Z
307
+ * CommitID 00000000
308
+ *
309
+ * Copyright (c) 2010-2021 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
310
+ * 2015-2021 yWorks GmbH, http://www.yworks.com
311
+ * 2015-2021 Lukas Holländer <lukas.hollaender@yworks.com>, https://github.com/HackbrettXXX
312
+ * 2016-2018 Aras Abbasi <aras.abbasi@gmail.com>
313
+ * 2010 Aaron Spike, https://github.com/acspike
314
+ * 2012 Willow Systems Corporation, https://github.com/willowsystems
315
+ * 2012 Pablo Hess, https://github.com/pablohess
316
+ * 2012 Florian Jenett, https://github.com/fjenett
317
+ * 2013 Warren Weckesser, https://github.com/warrenweckesser
318
+ * 2013 Youssef Beddad, https://github.com/lifof
319
+ * 2013 Lee Driscoll, https://github.com/lsdriscoll
320
+ * 2013 Stefan Slonevskiy, https://github.com/stefslon
321
+ * 2013 Jeremy Morel, https://github.com/jmorel
322
+ * 2013 Christoph Hartmann, https://github.com/chris-rock
323
+ * 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
324
+ * 2014 James Makes, https://github.com/dollaruw
325
+ * 2014 Diego Casorran, https://github.com/diegocr
326
+ * 2014 Steven Spungin, https://github.com/Flamenco
327
+ * 2014 Kenneth Glassey, https://github.com/Gavvers
328
+ *
329
+ * Permission is hereby granted, free of charge, to any person obtaining
330
+ * a copy of this software and associated documentation files (the
331
+ * "Software"), to deal in the Software without restriction, including
332
+ * without limitation the rights to use, copy, modify, merge, publish,
333
+ * distribute, sublicense, and/or sell copies of the Software, and to
334
+ * permit persons to whom the Software is furnished to do so, subject to
335
+ * the following conditions:
336
+ *
337
+ * The above copyright notice and this permission notice shall be
338
+ * included in all copies or substantial portions of the Software.
339
+ *
340
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
341
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
342
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
343
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
344
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
345
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
346
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
347
+ *
348
+ * Contributor(s):
349
+ * siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango,
350
+ * kim3er, mfo, alnorth, Flamenco
351
+ */
352
+
353
+ /** @preserve
354
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
355
+ * derived from CryptoJS.mode.CTR
356
+ * Jan Hruby jhruby.web@gmail.com
357
+ */
358
+
359
+ /** @preserve
360
+ (c) 2012 by Cédric Mesnil. All rights reserved.
361
+
362
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
363
+
364
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
365
+ - 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.
366
+
367
+ 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.
368
+ */