mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor #5071
This commit is contained in:
parent
c06c73e285
commit
bd5b3f7c6a
22 changed files with 258 additions and 463 deletions
20
components/lib/multiselect/MultiSelect.d.ts
vendored
20
components/lib/multiselect/MultiSelect.d.ts
vendored
|
@ -145,10 +145,6 @@ export interface MultiSelectPassThroughOptions {
|
|||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header checkbox container's DOM element.
|
||||
*/
|
||||
headerCheckboxContainer?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header checkbox's DOM element.
|
||||
*/
|
||||
|
@ -195,17 +191,9 @@ export interface MultiSelectPassThroughOptions {
|
|||
*/
|
||||
item?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the checkbox container's DOM element.
|
||||
* Used to pass attributes to the item checkbox's DOM element.
|
||||
*/
|
||||
checkboxContainer?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the checkbox's DOM element.
|
||||
*/
|
||||
checkbox?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the checkbox icon's DOM element.
|
||||
*/
|
||||
checkboxIcon?: MultiSelectPassThroughOptionType;
|
||||
itemCheckbox?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
|
@ -214,10 +202,6 @@ export interface MultiSelectPassThroughOptions {
|
|||
* Used to pass attributes to the emptyMessage's DOM element.
|
||||
*/
|
||||
emptyMessage?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden input wrapper's DOM element.
|
||||
*/
|
||||
hiddenInputWrapper?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden input's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue