@balkangraph/orgchart.js 8.19.31 → 8.19.33

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
@@ -1252,10 +1252,10 @@ declare class OrgChart {
1252
1252
  onRedraw(listener: (this: OrgChart) => void): OrgChart;
1253
1253
 
1254
1254
  /**
1255
- * The onExpandCollpaseButtonClick event occurs when the chart is redrawed.
1255
+ * The onExpandCollapseButtonClick event occurs when the chart is redrawed.
1256
1256
  * ```typescript
1257
1257
  * let chart = new OrgChart('#tree', {});
1258
- * chart.onExpandCollpaseButtonClick(() => {
1258
+ * chart.onExpandCollapseButtonClick(() => {
1259
1259
  * //return false; to cancel the operation
1260
1260
  * });
1261
1261
  * chart.load(nodes);
@@ -1263,7 +1263,7 @@ declare class OrgChart {
1263
1263
  * @category Event Listeners
1264
1264
  * @param listener
1265
1265
  */
1266
- onExpandCollpaseButtonClick(listener: (this: OrgChart, args: {
1266
+ onExpandCollapseButtonClick(listener: (this: OrgChart, args: {
1267
1267
  /**
1268
1268
  * Indicates id the operation is collaps or expand
1269
1269
  */
package/orgchart.js CHANGED
@@ -1 +1 @@
1
- /* eslint-disable */
1
+ /* eslint-disable */
package/package.json CHANGED
@@ -1 +1 @@
1
- {"author":{"name":"BALKAN App"},"bugs":{"email":"support@balkan.app","url":"https://github.com/BALKANGraph/OrgChartJS/issues"},"deprecated":false,"description":"Ultimate Organizational Chart JavaScript library, Interactive Diagrams","files":["orgchart.js","orgchart.d.ts","package.json","README.md"],"homepage":"https://balkan.app/","keywords":["diagram","chart","tree","orgchart","graph","svg","hierarchy","family-tree","decision-tree","visualization","tree-layout","hierarchical","javascript","js","html","html5"],"license":"SEE LICENSE IN https://balkan.app","main":"orgchart.js","types":"orgchart.d.ts","name":"@balkangraph/orgchart.js","repository":{"type":"git","url":"https://github.com/BALKANGraph/OrgChartJS"},"dependencies":{},"version":"8.19.31"}
1
+ {"author":{"name":"BALKAN App"},"bugs":{"email":"support@balkan.app","url":"https://github.com/BALKANGraph/OrgChartJS/issues"},"deprecated":false,"description":"Ultimate Organizational Chart JavaScript library, Interactive Diagrams","files":["orgchart.js","orgchart.d.ts","package.json","README.md"],"homepage":"https://balkan.app/","keywords":["diagram","chart","tree","orgchart","graph","svg","hierarchy","family-tree","decision-tree","visualization","tree-layout","hierarchical","javascript","js","html","html5"],"license":"SEE LICENSE IN https://balkan.app","main":"orgchart.js","types":"orgchart.d.ts","name":"@balkangraph/orgchart.js","repository":{"type":"git","url":"https://github.com/BALKANGraph/OrgChartJS"},"dependencies":{},"version":"8.19.33"}