.dts changes

pull/3711/head
Bahadır Sofuoğlu 2023-03-08 14:02:08 +03:00
parent 649d401152
commit 3832bd30a4
12 changed files with 164 additions and 164 deletions

View File

@ -244,12 +244,12 @@ export interface AutoCompleteProps {
searchLocale?: string | 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'
*/
searchMessage?: 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;
/**

View File

@ -145,12 +145,12 @@ export interface CascadeSelectProps {
searchLocale?: string | 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'
*/
searchMessage?: 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;
/**

View File

@ -596,7 +596,7 @@ export interface DataTableProps {
* - {first}
* - {last}
* - {totalRecords}
* @defaultValue ({currentPage} of {totalPages})
* @defaultValue '({currentPage} of {totalPages})'
*/
currentPageReportTemplate?: string | undefined;
/**

View File

@ -110,7 +110,7 @@ export interface DataViewProps {
* - {last}
* - {totalRecords}
*
* @defaultValue ({currentPage} of {totalPages})
* @defaultValue '({currentPage} of {totalPages})'
*/
currentPageReportTemplate?: string | undefined;
/**

View File

@ -209,12 +209,12 @@ export interface DropdownProps {
selectOnFocus?: 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;
/**

View File

@ -190,7 +190,7 @@ export interface FileUploadProps {
invalidFileLimitMessage?: string | undefined;
/**
* Message of the invalid fize type.
* @defaultValue {0}: Invalid file type.
* @defaultValue '{0}: Invalid file type.'
*/
invalidFileTypeMessage?: string | undefined;
/**

View File

@ -74,7 +74,7 @@ export interface KnobProps {
showValue?: boolean | undefined;
/**
* Template string of the value.
* @defaultValue {value}
* @defaultValue '{value}'
*/
valueTemplate?: string | undefined;
/**

View File

@ -140,12 +140,12 @@ export interface ListboxProps {
selectOnFocus?: 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;
/**

View File

@ -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;
/**

View File

@ -84,7 +84,7 @@ export interface PaginatorProps {
* - {last}
* - {totalRecords}
*
* @defaultValue ({currentPage} of {totalPages})
* @defaultValue '({currentPage} of {totalPages})'
*/
currentPageReportTemplate?: string | undefined;
/**

View File

@ -243,7 +243,7 @@ export interface TreeTableProps {
* - {last}
* - {totalRecords}
*
* @defaultValue ({currentPage} of {totalPages})
* @defaultValue '({currentPage} of {totalPages})'
*/
currentPageReportTemplate?: string | undefined;
/**

File diff suppressed because it is too large Load Diff