jspdf-autotable
Advanced tools
Comparing version 3.5.27 to 3.5.28
@@ -198,3 +198,5 @@ // Generated by dts-bundle-generator v7.1.0 | ||
export type FontStyle = "normal" | "bold" | "italic" | "bolditalic"; | ||
export type FontType = "helvetica" | "times" | "courier"; | ||
export type StandardFontType = "helvetica" | "times" | "courier"; | ||
export type CustomFontType = string; | ||
export type FontType = StandardFontType | CustomFontType; | ||
export type HAlignType = "left" | "center" | "right" | "justify"; | ||
@@ -201,0 +203,0 @@ export type VAlignType = "top" | "middle" | "bottom"; |
/*! | ||
* | ||
* jsPDF AutoTable plugin v3.5.27 | ||
* jsPDF AutoTable plugin v3.5.28 | ||
* | ||
@@ -5,0 +5,0 @@ * Copyright (c) 2022 Simon Bengtsson, https://github.com/simonbengtsson/jsPDF-AutoTable |
{ | ||
"name": "jspdf-autotable", | ||
"version": "3.5.27", | ||
"version": "3.5.28", | ||
"description": "Generate pdf tables with javascript (jsPDF plugin)", | ||
@@ -5,0 +5,0 @@ "main": "dist/jspdf.plugin.autotable.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
232897
4705