Hello,
I have file ej.widgets.all.d.ts version 13.3.0.7 and I found out that it is missing many enumerations, or the methods are incomplete.
Example:
ej.datavisualization.Diagram.PortVisibility
ej.datavisualization.Diagram.PortShapes
class Diagram extends EJ.Core.Widget {
Missing a lot of functions and properties when compared to the API reference. http://help.syncfusion.com/js/api/ejdiagram
}
Is it a bug or the tyescript definitions file is just not updated?