mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
.dts changes
This commit is contained in:
parent
649d401152
commit
3832bd30a4
12 changed files with 164 additions and 164 deletions
6
components/multiselect/MultiSelect.d.ts
vendored
6
components/multiselect/MultiSelect.d.ts
vendored
|
@ -168,7 +168,7 @@ export interface MultiSelectProps {
|
|||
display?: 'comma' | 'chip' | undefined;
|
||||
/**
|
||||
* Label to display after exceeding max selected labels.
|
||||
* @defaultValue {0} items selected
|
||||
* @defaultValue '{0} items selected'
|
||||
*/
|
||||
selectedItemsLabel?: string | undefined;
|
||||
/**
|
||||
|
@ -246,12 +246,12 @@ export interface MultiSelectProps {
|
|||
autoFilterFocus?: boolean | undefined;
|
||||
/**
|
||||
* Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration.
|
||||
* @defaultValue {0} results are available
|
||||
* @defaultValue '{0} results are available'
|
||||
*/
|
||||
filterMessage?: string | undefined;
|
||||
/**
|
||||
* Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration.
|
||||
* @defaultValue {0} items selected
|
||||
* @defaultValue '{0} items selected'
|
||||
*/
|
||||
selectionMessage?: string | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue