@balkangraph/orgchart.js 8.14.39 → 8.14.41

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
@@ -931,6 +931,11 @@ declare class OrgChart extends OrgChartBase {
931
931
  */
932
932
  static RESET_MOVABLE_ONEXPANDCOLLAPSE: boolean;
933
933
 
934
+ /**
935
+ * Filter menu is ordered alphabetically
936
+ */
937
+ static FILTER_ALPHABETICALLY: boolean;
938
+
934
939
  /**
935
940
  * @ignore
936
941
  */