@balkangraph/orgchart.js 8.2.24 → 8.2.25
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 +2 -2
- package/orgchart.js +1 -1
- package/package.json +1 -1
package/orgchart.d.ts
CHANGED
|
@@ -1927,12 +1927,12 @@ declare namespace OrgChart {
|
|
|
1927
1927
|
editForm?: {
|
|
1928
1928
|
readOnly?: boolean,
|
|
1929
1929
|
titleBinding?: string,
|
|
1930
|
-
photoBinding?: string,
|
|
1930
|
+
photoBinding?: string,
|
|
1931
|
+
focusBinding?: string,
|
|
1931
1932
|
addMore?: string,
|
|
1932
1933
|
addMoreBtn?: string,
|
|
1933
1934
|
addMoreFieldName?: string,
|
|
1934
1935
|
generateElementsFromFields?: boolean,
|
|
1935
|
-
focus?: string,
|
|
1936
1936
|
buttons?: {
|
|
1937
1937
|
[key: string]: {
|
|
1938
1938
|
icon?: string,
|