You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
162 lines
5.6 KiB
162 lines
5.6 KiB
2 years ago
|
/*!
|
||
2 years ago
|
*
|
||
|
* jsPDF AutoTable plugin v3.5.25
|
||
|
*
|
||
|
* Copyright (c) 2022 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable
|
||
|
* Licensed under the MIT License.
|
||
|
* http://opensource.org/licenses/mit-license
|
||
2 years ago
|
*
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
2 years ago
|
* The buffer module from node.js, for the browser.
|
||
|
*
|
||
|
* @author Feross Aboukhadijeh <http://feross.org>
|
||
|
* @license MIT
|
||
2 years ago
|
*/
|
||
|
|
||
|
/*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
||
|
|
||
|
/*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
||
|
|
||
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||
|
|
||
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||
|
|
||
|
/*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
||
|
|
||
|
/**
|
||
|
* @license
|
||
|
*
|
||
|
* Copyright (c) 2014 James Robb, https://github.com/jamesbrobb
|
||
|
*
|
||
|
*
|
||
|
* ====================================================================
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @license
|
||
|
* Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
|
||
|
*
|
||
|
* Licensed under the MIT License.
|
||
|
* http://opensource.org/licenses/mit-license
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @license
|
||
|
* Copyright (c) 2016 Alexander Weidt,
|
||
|
* https://github.com/BiggA94
|
||
|
*
|
||
|
* Licensed under the MIT License. http://opensource.org/licenses/mit-license
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @license
|
||
|
* Copyright (c) 2017 Aras Abbasi
|
||
|
*
|
||
|
* Licensed under the MIT License.
|
||
|
* http://opensource.org/licenses/mit-license
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @license
|
||
|
* Licensed under the MIT License.
|
||
|
* http://opensource.org/licenses/mit-license
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* jsPDF fromHTML plugin. BETA stage. API subject to change. Needs browser
|
||
|
* Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
|
||
|
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
|
||
|
* 2014 Diego Casorran, https://github.com/diegocr
|
||
|
* 2014 Daniel Husar, https://github.com/danielhusar
|
||
|
* 2014 Wolfgang Gassler, https://github.com/woolfg
|
||
|
* 2014 Steven Spungin, https://github.com/flamenco
|
||
|
*
|
||
|
* @license
|
||
|
*
|
||
|
* ====================================================================
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @license
|
||
|
* ====================================================================
|
||
|
* Copyright (c) 2013 Youssef Beddad, youssef.beddad@gmail.com
|
||
|
* 2013 Eduardo Menezes de Morais, eduardo.morais@usp.br
|
||
|
* 2013 Lee Driscoll, https://github.com/lsdriscoll
|
||
|
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
|
||
|
* 2014 James Hall, james@parall.ax
|
||
|
* 2014 Diego Casorran, https://github.com/diegocr
|
||
|
*
|
||
|
*
|
||
|
* ====================================================================
|
||
|
*/
|
||
|
|
||
|
/** @license
|
||
|
* Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
|
||
|
*
|
||
|
*
|
||
|
* ====================================================================
|
||
|
*/
|
||
|
|
||
|
/** @license
|
||
|
* MIT license.
|
||
|
* Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
|
||
|
* 2014 Diego Casorran, https://github.com/diegocr
|
||
|
*
|
||
|
*
|
||
|
* ====================================================================
|
||
|
*/
|
||
|
|
||
|
/** @license
|
||
|
* jsPDF - PDF Document creation from JavaScript
|
||
|
* Version 1.5.3 Built on 2018-12-27T14:11:42.696Z
|
||
|
* CommitID d93d28db14
|
||
|
*
|
||
|
* Copyright (c) 2010-2016 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
|
||
|
* 2010 Aaron Spike, https://github.com/acspike
|
||
|
* 2012 Willow Systems Corporation, willow-systems.com
|
||
|
* 2012 Pablo Hess, https://github.com/pablohess
|
||
|
* 2012 Florian Jenett, https://github.com/fjenett
|
||
|
* 2013 Warren Weckesser, https://github.com/warrenweckesser
|
||
|
* 2013 Youssef Beddad, https://github.com/lifof
|
||
|
* 2013 Lee Driscoll, https://github.com/lsdriscoll
|
||
|
* 2013 Stefan Slonevskiy, https://github.com/stefslon
|
||
|
* 2013 Jeremy Morel, https://github.com/jmorel
|
||
|
* 2013 Christoph Hartmann, https://github.com/chris-rock
|
||
|
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
|
||
|
* 2014 James Makes, https://github.com/dollaruw
|
||
|
* 2014 Diego Casorran, https://github.com/diegocr
|
||
|
* 2014 Steven Spungin, https://github.com/Flamenco
|
||
|
* 2014 Kenneth Glassey, https://github.com/Gavvers
|
||
|
*
|
||
|
* Licensed under the MIT License
|
||
|
*
|
||
|
* Contributor(s):
|
||
|
* siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango,
|
||
|
* kim3er, mfo, alnorth, Flamenco
|
||
|
*/
|
||
|
|
||
|
/** @license
|
||
|
* jsPDF addImage plugin
|
||
|
* Copyright (c) 2012 Jason Siefken, https://github.com/siefkenj/
|
||
|
* 2013 Chris Dowling, https://github.com/gingerchris
|
||
|
* 2013 Trinh Ho, https://github.com/ineedfat
|
||
|
* 2013 Edwin Alejandro Perez, https://github.com/eaparango
|
||
|
* 2013 Norah Smith, https://github.com/burnburnrocket
|
||
|
* 2014 Diego Casorran, https://github.com/diegocr
|
||
|
* 2014 James Robb, https://github.com/jamesbrobb
|
||
|
*
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/** @license
|
||
|
jsPDF standard_fonts_metrics plugin
|
||
|
* Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
|
||
|
* MIT license.
|
||
|
*
|
||
|
* ====================================================================
|
||
|
*/
|
||
|
|
||
|
//! moment.js
|