balkan-orgchart-js 9.2.41 → 9.2.43
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.mts +4 -3
- package/orgchart.d.ts +4 -3
- package/orgchart.js +41 -6
- package/orgchart.mjs +67 -12
- package/package.json +1 -1
package/orgchart.d.mts
CHANGED
|
@@ -5378,6 +5378,7 @@ declare namespace OrgChart {
|
|
|
5378
5378
|
* - diva
|
|
5379
5379
|
* - base
|
|
5380
5380
|
* - isla
|
|
5381
|
+
* - emily
|
|
5381
5382
|
* - deborah
|
|
5382
5383
|
*
|
|
5383
5384
|
* Default value - *ana*.
|
|
@@ -5388,7 +5389,7 @@ declare namespace OrgChart {
|
|
|
5388
5389
|
* ```
|
|
5389
5390
|
* {@link https://balkan.app/OrgChartJS/Docs/PredefinedTemplates | See doc...}
|
|
5390
5391
|
*/
|
|
5391
|
-
template?: "ana" | "ula" | "olivia" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {}),
|
|
5392
|
+
template?: "ana" | "ula" | "olivia" | "emily" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {}),
|
|
5392
5393
|
/**
|
|
5393
5394
|
* With tags option you can:
|
|
5394
5395
|
* - Set a specific template for tagged node/s {@link https://balkan.app/OrgChartJS/Docs/MultipleTemplates | See doc...}
|
|
@@ -5410,7 +5411,7 @@ declare namespace OrgChart {
|
|
|
5410
5411
|
*/
|
|
5411
5412
|
tags?: {
|
|
5412
5413
|
[key: string]: {
|
|
5413
|
-
template?: "ana" | "ula" | "olivia" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {}),
|
|
5414
|
+
template?: "ana" | "ula" | "olivia" | "emily" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {}),
|
|
5414
5415
|
subLevels?: number,
|
|
5415
5416
|
nodeMenu?: OrgChart.menu,
|
|
5416
5417
|
nodeCircleMenu?: OrgChart.circleMenu,
|
|
@@ -5428,7 +5429,7 @@ declare namespace OrgChart {
|
|
|
5428
5429
|
level?: number,
|
|
5429
5430
|
allChildren?: boolean
|
|
5430
5431
|
},
|
|
5431
|
-
template?: "ana" | "ula" | "olivia" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {})
|
|
5432
|
+
template?: "ana" | "ula" | "olivia" | "emily" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {})
|
|
5432
5433
|
}
|
|
5433
5434
|
};
|
|
5434
5435
|
},
|
package/orgchart.d.ts
CHANGED
|
@@ -5378,6 +5378,7 @@ declare namespace OrgChart {
|
|
|
5378
5378
|
* - diva
|
|
5379
5379
|
* - base
|
|
5380
5380
|
* - isla
|
|
5381
|
+
* - emily
|
|
5381
5382
|
* - deborah
|
|
5382
5383
|
*
|
|
5383
5384
|
* Default value - *ana*.
|
|
@@ -5388,7 +5389,7 @@ declare namespace OrgChart {
|
|
|
5388
5389
|
* ```
|
|
5389
5390
|
* {@link https://balkan.app/OrgChartJS/Docs/PredefinedTemplates | See doc...}
|
|
5390
5391
|
*/
|
|
5391
|
-
template?: "ana" | "ula" | "olivia" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {}),
|
|
5392
|
+
template?: "ana" | "ula" | "olivia" | "emily" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {}),
|
|
5392
5393
|
/**
|
|
5393
5394
|
* With tags option you can:
|
|
5394
5395
|
* - Set a specific template for tagged node/s {@link https://balkan.app/OrgChartJS/Docs/MultipleTemplates | See doc...}
|
|
@@ -5410,7 +5411,7 @@ declare namespace OrgChart {
|
|
|
5410
5411
|
*/
|
|
5411
5412
|
tags?: {
|
|
5412
5413
|
[key: string]: {
|
|
5413
|
-
template?: "ana" | "ula" | "olivia" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {}),
|
|
5414
|
+
template?: "ana" | "ula" | "olivia" | "emily" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {}),
|
|
5414
5415
|
subLevels?: number,
|
|
5415
5416
|
nodeMenu?: OrgChart.menu,
|
|
5416
5417
|
nodeCircleMenu?: OrgChart.circleMenu,
|
|
@@ -5428,7 +5429,7 @@ declare namespace OrgChart {
|
|
|
5428
5429
|
level?: number,
|
|
5429
5430
|
allChildren?: boolean
|
|
5430
5431
|
},
|
|
5431
|
-
template?: "ana" | "ula" | "olivia" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {})
|
|
5432
|
+
template?: "ana" | "ula" | "olivia" | "emily" | "belinda" | "rony" | "mery" | "polina" | "mila" | "diva" | "luba" | "isla" | "deborah" | "base" | "group" | "invisibleGroup" | "treeListItem" | "clara" | (string & {})
|
|
5432
5433
|
}
|
|
5433
5434
|
};
|
|
5434
5435
|
},
|