@balkangraph/orgchart.js 8.21.19 → 8.21.24
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 +5 -0
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -5673,6 +5673,7 @@ declare namespace OrgChart {
|
|
|
5673
5673
|
* photoBinding: "img", // the photo property name
|
|
5674
5674
|
* focusBinding: "name",
|
|
5675
5675
|
* addMore: "Add am element",
|
|
5676
|
+
* saveOnHide: false,
|
|
5676
5677
|
* addMoreBtn: "Add",
|
|
5677
5678
|
* addMoreFieldName: "Element name:",
|
|
5678
5679
|
* saveAndCloseBtn: "Save",
|
|
@@ -5714,6 +5715,10 @@ declare namespace OrgChart {
|
|
|
5714
5715
|
photoBinding?: string,
|
|
5715
5716
|
focusBinding?: string,
|
|
5716
5717
|
addMore?: string,
|
|
5718
|
+
/**
|
|
5719
|
+
* "Save" and "Cancel" buttons are invisible when true, and the orgchart is saved when the edit form hides.
|
|
5720
|
+
*/
|
|
5721
|
+
saveOnHide?: boolean,
|
|
5717
5722
|
addMoreBtn?: string,
|
|
5718
5723
|
addMoreFieldName?: string,
|
|
5719
5724
|
saveAndCloseBtn?: 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":"8.21.
|
|
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.21.24"}
|