mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Updates for 2.7.7 (#35919)
* Added options.chart.axisShortNumberFormat * validateFormulas option in Flexmonster * new option properties were added showFieldListSearch strictDataTypes * Added ContextMenuItem.class * ExportOptions.fontUrl * Options.caseSensitiveMembers
This commit is contained in:
committed by
Andrew Casey
parent
001ee994e3
commit
2fdfb426a3
Vendored
+2
@@ -291,6 +291,7 @@ declare namespace Flexmonster {
|
||||
validateFormulas?: boolean;
|
||||
showFieldListSearch?: boolean;
|
||||
strictDataTypes?: boolean;
|
||||
caseSensitiveMembers?: boolean;
|
||||
}
|
||||
|
||||
interface PrintOptions {
|
||||
@@ -359,6 +360,7 @@ declare namespace Flexmonster {
|
||||
useCustomizeCellForData?: boolean;
|
||||
excelExportAll?: boolean;
|
||||
requestHeader?: object;
|
||||
fontUrl?: string;
|
||||
}
|
||||
|
||||
interface Hierarchy {
|
||||
|
||||
Reference in New Issue
Block a user