@balkangraph/orgchart.js 8.14.112 → 8.14.113

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
@@ -2094,20 +2094,49 @@ declare class OrgChart {
2094
2094
  static FILTER_ALPHABETICALLY: boolean;
2095
2095
 
2096
2096
  /**
2097
- * @ignore
2097
+ * Generates random id for a node
2098
+ * ```typescript
2099
+ * let id = OrgChart.randomId();
2100
+ * ```
2098
2101
  */
2099
-
2100
2102
  static randomId(): any;
2103
+
2104
+ /**
2105
+ * @ignore
2106
+ */
2101
2107
  static searchUI: any;
2108
+ /**
2109
+ * @ignore
2110
+ */
2102
2111
  static editUI: any;
2112
+ /**
2113
+ * @ignore
2114
+ */
2103
2115
  static pdfPrevUI: OrgChart.pdfPrevUI;
2104
2116
  // static menuUI: any;
2117
+ /**
2118
+ * @ignore
2119
+ */
2105
2120
  static attr: any;
2121
+ /**
2122
+ * @ignore
2123
+ */
2106
2124
  static toolbarUI: any;
2125
+ /**
2126
+ * @ignore
2127
+ */
2107
2128
  static elements: any;
2108
-
2129
+ /**
2130
+ * @ignore
2131
+ */
2109
2132
  static expcollOpenTag: any;
2133
+ /**
2134
+ * @ignore
2135
+ */
2110
2136
  static upOpenTag: any;
2137
+ /**
2138
+ * @ignore
2139
+ */
2111
2140
  static grCloseTag: any;
2112
2141
  }
2113
2142