@balkangraph/orgchart.js 8.14.54 → 8.14.55
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.
- package/orgchart.d.ts +14 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -752,8 +752,8 @@ declare class OrgChart extends OrgChartBase {
|
|
|
752
752
|
}
|
|
753
753
|
|
|
754
754
|
|
|
755
|
-
static templates
|
|
756
|
-
|
|
755
|
+
static templates: { [key: string]: OrgChart.template} ;
|
|
756
|
+
|
|
757
757
|
|
|
758
758
|
static scroll: {
|
|
759
759
|
visible?: boolean,
|
|
@@ -779,6 +779,18 @@ declare class OrgChart extends OrgChartBase {
|
|
|
779
779
|
|
|
780
780
|
static animate(element: Object, attrStart?: Object, attrEnd?: Object, duration?: number, func?: OrgChart.anim, callback?: Function, tick?: boolean): void;
|
|
781
781
|
|
|
782
|
+
static miniMap: {
|
|
783
|
+
colors: Array<string>,
|
|
784
|
+
selectorBackgroundColor: string,
|
|
785
|
+
focusStroke: string,
|
|
786
|
+
opacity: number,
|
|
787
|
+
border: string,
|
|
788
|
+
width: number,
|
|
789
|
+
height: number,
|
|
790
|
+
padding: number,
|
|
791
|
+
position: Object
|
|
792
|
+
};
|
|
793
|
+
|
|
782
794
|
static VERSION: string;
|
|
783
795
|
/**
|
|
784
796
|
* @ignore
|