@balkangraph/orgchart.js 8.15.13 → 8.15.15

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
@@ -3274,6 +3274,8 @@ declare namespace OrgChart {
3274
3274
  * ```
3275
3275
  */
3276
3276
  collapse,
3277
+
3278
+
3277
3279
  exporting,
3278
3280
  init,
3279
3281
 
@@ -3298,6 +3300,15 @@ declare namespace OrgChart {
3298
3300
  expandCollapse,
3299
3301
  pan,
3300
3302
  zoom,
3303
+
3304
+ /**
3305
+ * OrgChart.action.ctrlZoom = 22;
3306
+ * ```typescript
3307
+ * let chart = new OrgChart('#tree', {
3308
+ * mouseScrool: OrgChart.action.ctrlZoom,
3309
+ * });
3310
+ * ```
3311
+ */
3301
3312
  ctrlZoom,
3302
3313
  xScroll,
3303
3314
  yScroll,