.d.ts updates
parent
05c189a40d
commit
18a012aaa5
|
@ -192,23 +192,15 @@ export interface DatePickerPassThroughOptions {
|
||||||
* Used to pass attributes to the decade's DOM element.
|
* Used to pass attributes to the decade's DOM element.
|
||||||
*/
|
*/
|
||||||
decade?: DatePickerPassThroughOptionType;
|
decade?: DatePickerPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Used to pass attributes to the view day's DOM element.
|
|
||||||
*/
|
|
||||||
dayView?: DatePickerPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the next button's DOM element.
|
* Used to pass attributes to the next button's DOM element.
|
||||||
* @see {@link ButtonPassThroughOptions}
|
* @see {@link ButtonPassThroughOptions}
|
||||||
*/
|
*/
|
||||||
pcNextButton?: ButtonPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
pcNextButton?: ButtonPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
||||||
/**
|
|
||||||
* Used to pass attributes to the container's DOM element.
|
|
||||||
*/
|
|
||||||
container?: DatePickerPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the table's DOM element.
|
* Used to pass attributes to the table's DOM element.
|
||||||
*/
|
*/
|
||||||
table?: DatePickerPassThroughOptionType;
|
dayView?: DatePickerPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the table header's DOM element.
|
* Used to pass attributes to the table header's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -101,11 +101,11 @@ export interface GalleriaPassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the previous item button's DOM element.
|
* Used to pass attributes to the previous item button's DOM element.
|
||||||
*/
|
*/
|
||||||
previousItemButton?: GalleriaPassThroughOptionType;
|
prevButton?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the previous item icon's DOM element.
|
* Used to pass attributes to the previous item icon's DOM element.
|
||||||
*/
|
*/
|
||||||
previousItemIcon?: GalleriaPassThroughOptionType;
|
prevIcon?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the item's DOM element.
|
* Used to pass attributes to the item's DOM element.
|
||||||
*/
|
*/
|
||||||
|
@ -113,11 +113,11 @@ export interface GalleriaPassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the next item button's DOM element.
|
* Used to pass attributes to the next item button's DOM element.
|
||||||
*/
|
*/
|
||||||
nextItemButton?: GalleriaPassThroughOptionType;
|
nextButton?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the next item icon's DOM element.
|
* Used to pass attributes to the next item icon's DOM element.
|
||||||
*/
|
*/
|
||||||
nextItemIcon?: GalleriaPassThroughOptionType;
|
nextIcon?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the caption's DOM element.
|
* Used to pass attributes to the caption's DOM element.
|
||||||
*/
|
*/
|
||||||
|
@ -145,11 +145,11 @@ export interface GalleriaPassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the previous thumbnail button's DOM element.
|
* Used to pass attributes to the previous thumbnail button's DOM element.
|
||||||
*/
|
*/
|
||||||
previousThumbnailButton?: GalleriaPassThroughOptionType;
|
thumbnailPrevButton?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the previous thumbnail icon's DOM element.
|
* Used to pass attributes to the previous thumbnail icon's DOM element.
|
||||||
*/
|
*/
|
||||||
previousThumbnailIcon?: GalleriaPassThroughOptionType;
|
thumbnailPrevIcon?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the thumbnails viewport's DOM element.
|
* Used to pass attributes to the thumbnails viewport's DOM element.
|
||||||
*/
|
*/
|
||||||
|
@ -169,11 +169,11 @@ export interface GalleriaPassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the next thumbnail button's DOM element.
|
* Used to pass attributes to the next thumbnail button's DOM element.
|
||||||
*/
|
*/
|
||||||
nextThumbnailButton?: GalleriaPassThroughOptionType;
|
thumbnailNextButton?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the next thumbnail icon's DOM element.
|
* Used to pass attributes to the next thumbnail icon's DOM element.
|
||||||
*/
|
*/
|
||||||
nextThumbnailIcon?: GalleriaPassThroughOptionType;
|
thumbnailNextIcon?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the mask's DOM element.
|
* Used to pass attributes to the mask's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -140,10 +140,6 @@ export interface MultiSelectPassThroughOptions {
|
||||||
* @see {@link ChipPassThroughOptions}
|
* @see {@link ChipPassThroughOptions}
|
||||||
*/
|
*/
|
||||||
pcChip?: ChipPassThroughOptions<MultiSelectSharedPassThroughMethodOptions>;
|
pcChip?: ChipPassThroughOptions<MultiSelectSharedPassThroughMethodOptions>;
|
||||||
/**
|
|
||||||
* Used to pass attributes to the chip icon's DOM element.
|
|
||||||
*/
|
|
||||||
chipIcon?: MultiSelectPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the dropdown's DOM element.
|
* Used to pass attributes to the dropdown's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue