mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Dropdown
This commit is contained in:
parent
4234b124cb
commit
ad2680a1b5
3 changed files with 426 additions and 313 deletions
11
components/lib/dropdown/Dropdown.d.ts
vendored
11
components/lib/dropdown/Dropdown.d.ts
vendored
|
@ -119,7 +119,7 @@ export interface DropdownPassThroughOptions {
|
|||
*/
|
||||
item?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the emptyMessage's DOM element.
|
||||
* Uses to pass attributes to the empty message's DOM element.
|
||||
*/
|
||||
emptyMessage?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
|
@ -130,6 +130,10 @@ export interface DropdownPassThroughOptions {
|
|||
* Uses to pass attributes to the hidden filter result's DOM element.
|
||||
*/
|
||||
hiddenFilterResult?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the hidden empty message's DOM element.
|
||||
*/
|
||||
hiddenEmptyMessage?: DropdownPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the hidden selected message's DOM element.
|
||||
*/
|
||||
|
@ -412,6 +416,11 @@ export interface DropdownProps {
|
|||
* @type {DropdownPassThroughOptions}
|
||||
*/
|
||||
pt?: DropdownPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue