.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; searchLocale?: string | undefined;
/** /**
* Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration. * 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; searchMessage?: string | undefined;
/** /**
* Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration. * 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; selectionMessage?: string | undefined;
/** /**

View File

@ -145,12 +145,12 @@ export interface CascadeSelectProps {
searchLocale?: string | undefined; searchLocale?: string | undefined;
/** /**
* Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration. * 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; searchMessage?: string | undefined;
/** /**
* Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration. * 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; selectionMessage?: string | undefined;
/** /**

View File

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

View File

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

View File

@ -209,12 +209,12 @@ export interface DropdownProps {
selectOnFocus?: boolean | undefined; selectOnFocus?: boolean | undefined;
/** /**
* Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration. * 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; filterMessage?: string | undefined;
/** /**
* Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration. * 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; selectionMessage?: string | undefined;
/** /**

View File

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

View File

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

View File

@ -140,12 +140,12 @@ export interface ListboxProps {
selectOnFocus?: boolean | undefined; selectOnFocus?: boolean | undefined;
/** /**
* Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration. * 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; filterMessage?: string | undefined;
/** /**
* Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration. * 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; selectionMessage?: string | undefined;
/** /**

View File

@ -168,7 +168,7 @@ export interface MultiSelectProps {
display?: 'comma' | 'chip' | undefined; display?: 'comma' | 'chip' | undefined;
/** /**
* Label to display after exceeding max selected labels. * Label to display after exceeding max selected labels.
* @defaultValue {0} items selected * @defaultValue '{0} items selected'
*/ */
selectedItemsLabel?: string | undefined; selectedItemsLabel?: string | undefined;
/** /**
@ -246,12 +246,12 @@ export interface MultiSelectProps {
autoFilterFocus?: boolean | undefined; autoFilterFocus?: boolean | undefined;
/** /**
* Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration. * 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; filterMessage?: string | undefined;
/** /**
* Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration. * 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; selectionMessage?: string | undefined;
/** /**

View File

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

View File

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

File diff suppressed because it is too large Load Diff