@balkangraph/orgchart.js 9.0.12 → 9.0.14

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
@@ -2235,13 +2235,13 @@ declare class OrgChart {
2235
2235
 
2236
2236
 
2237
2237
 
2238
- /**
2239
- * Hides the Edit Form when the chart is moved with pan
2240
- * ```typescript
2241
- * OrgChart.HIDE_EDIT_FORM_ON_PAN = false; // the default value is true
2242
- * ```
2243
- */
2244
- static HIDE_EDIT_FORM_ON_PAN: boolean;
2238
+ // /**
2239
+ // * Hides the Edit Form when the chart is moved with pan
2240
+ // * ```typescript
2241
+ // * OrgChart.HIDE_EDIT_FORM_ON_PAN = false; // the default value is true
2242
+ // * ```
2243
+ // */
2244
+ // static HIDE_EDIT_FORM_ON_PAN: boolean;
2245
2245
 
2246
2246
  /**
2247
2247
  * @ignore
@@ -5743,11 +5743,9 @@ declare namespace OrgChart {
5743
5743
  * photoBinding: "img", // the photo property name
5744
5744
  * focusBinding: "name",
5745
5745
  * addMore: "Add am element",
5746
- * saveOnHide: false,
5747
5746
  * addMoreBtn: "Add",
5748
5747
  * addMoreFieldName: "Element name:",
5749
5748
  * saveAndCloseBtn: "Save",
5750
- * cancelBtn: "Close",
5751
5749
  * generateElementsFromFields: false,
5752
5750
  * buttons: {
5753
5751
  * edit: {
@@ -5788,11 +5786,9 @@ declare namespace OrgChart {
5788
5786
  /**
5789
5787
  * "Save" and "Cancel" buttons are invisible when true, and the orgchart is saved when the edit form hides.
5790
5788
  */
5791
- saveOnHide?: boolean,
5792
5789
  addMoreBtn?: string,
5793
5790
  addMoreFieldName?: string,
5794
5791
  saveAndCloseBtn?: string,
5795
- cancelBtn?: string,
5796
5792
  generateElementsFromFields?: boolean,
5797
5793
  buttons?: {
5798
5794
  [key: string]: {
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":"9.00.12"}
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":"9.00.14"}