@balkangraph/orgchart.js 8.4.9 → 8.4.10
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 +5 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -793,6 +793,11 @@ declare class OrgChart extends OrgChartBase {
|
|
|
793
793
|
static HIDE_EDIT_FORM_ON_PAN: boolean;
|
|
794
794
|
static ARRAY_FIELDS: Array<string>;
|
|
795
795
|
|
|
796
|
+
/**
|
|
797
|
+
* Csv import and export delimiter/separator
|
|
798
|
+
*/
|
|
799
|
+
static CSV_DELIMITER: string;
|
|
800
|
+
|
|
796
801
|
/**
|
|
797
802
|
* @ignore
|
|
798
803
|
*/
|