@balkangraph/orgchart.js 8.14.94 → 8.14.96

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 CHANGED
@@ -1924,7 +1924,7 @@ declare class OrgChart {
1924
1924
  /**
1925
1925
  * Filter menu is ordered alphabetically by default
1926
1926
  * ```typescript
1927
- * OrgChart.EXPORT_PAGES_CUT_NODES = false;
1927
+ * OrgChart.FILTER_ALPHABETICALLY = false;
1928
1928
  * ```
1929
1929
  */
1930
1930
  static FILTER_ALPHABETICALLY: boolean;