mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5592 - For OrgChart, Paginator, Picklist, Timeline
This commit is contained in:
parent
abef162a11
commit
3596026387
17 changed files with 105 additions and 97 deletions
|
@ -132,29 +132,37 @@ export interface OrganizationChartPassThroughOptions {
|
|||
*/
|
||||
node?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the nodeToggler's DOM element.
|
||||
* Used to pass attributes to the node toggle button's DOM element.
|
||||
*/
|
||||
nodeToggler?: OrganizationChartPassThroughOptionType;
|
||||
nodeToggleButton?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the nodeTogglerIcon's DOM element.
|
||||
* Used to pass attributes to the node toggle button icon's DOM element.
|
||||
*/
|
||||
nodeTogglerIcon?: OrganizationChartPassThroughOptionType;
|
||||
nodeToggleButtonIcon?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lines's DOM element.
|
||||
* Used to pass attributes to the connectors's DOM element.
|
||||
*/
|
||||
lines?: OrganizationChartPassThroughOptionType;
|
||||
connectors?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lineCell's DOM element.
|
||||
*/
|
||||
lineCell?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lineDown's DOM element.
|
||||
* Used to pass attributes to the connector down's DOM element.
|
||||
*/
|
||||
lineDown?: OrganizationChartPassThroughOptionType;
|
||||
connectorDown?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the nodes's DOM element.
|
||||
* Used to pass attributes to the connector left's DOM element.
|
||||
*/
|
||||
nodes?: OrganizationChartPassThroughOptionType;
|
||||
connectorLeft?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the connector right's DOM element.
|
||||
*/
|
||||
connectorRight?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the node children's DOM element.
|
||||
*/
|
||||
nodeChildren?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the nodeCell's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue