.d.ts updates
parent
156cf04f2e
commit
df0b0eac0d
|
@ -127,10 +127,6 @@ export interface AutoCompletePassThroughOptions {
|
||||||
* Uses to pass attributes to the Button component.
|
* Uses to pass attributes to the Button component.
|
||||||
*/
|
*/
|
||||||
dropdownButton?: ButtonPassThroughOptionType;
|
dropdownButton?: ButtonPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Uses to pass attributes to the search result message's DOM element.
|
|
||||||
*/
|
|
||||||
searchResultMessage?: AutoCompletePassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the panel's DOM element.
|
* Uses to pass attributes to the panel's DOM element.
|
||||||
*/
|
*/
|
||||||
|
@ -156,6 +152,10 @@ export interface AutoCompletePassThroughOptions {
|
||||||
* Uses to pass attributes to the empty message's DOM element.
|
* Uses to pass attributes to the empty message's DOM element.
|
||||||
*/
|
*/
|
||||||
emptyMessage?: AutoCompletePassThroughOptionType;
|
emptyMessage?: AutoCompletePassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Uses to pass attributes to the search result message's DOM element.
|
||||||
|
*/
|
||||||
|
searchResultMessage?: AutoCompletePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the selected message's DOM element.
|
* Uses to pass attributes to the selected message's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -156,6 +156,10 @@ export interface CalendarPassThroughOptions {
|
||||||
* Uses to pass attributes to the table header row's DOM element.
|
* Uses to pass attributes to the table header row's DOM element.
|
||||||
*/
|
*/
|
||||||
tableHeaderRow?: CalendarPassThroughOptionType;
|
tableHeaderRow?: CalendarPassThroughOptionType;
|
||||||
|
/**
|
||||||
|
* Uses to pass attributes to the week header's DOM element.
|
||||||
|
*/
|
||||||
|
weekHeader?: CalendarPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Uses to pass attributes to the table header cell's DOM element.
|
* Uses to pass attributes to the table header cell's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue