parent
70980de77a
commit
428dbe0469
|
@ -80,7 +80,7 @@ export interface AccordionClickEvent extends AccordionTabOpenEvent {}
|
|||
*/
|
||||
export interface AccordionPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: AccordionPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,15 +50,15 @@ export interface AccordionContentPassThroughMethodOptions {
|
|||
*/
|
||||
export interface AccordionContentPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: AccordionContentPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the transitions DOM element.
|
||||
* Used to pass attributes to the transition's DOM element.
|
||||
*/
|
||||
transition?: AccordionContentPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: AccordionContentPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,11 +50,11 @@ export interface AccordionHeaderPassThroughMethodOptions {
|
|||
*/
|
||||
export interface AccordionHeaderPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: AccordionHeaderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
toggleicon?: AccordionHeaderPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface AccordionPanelPassThroughMethodOptions {
|
|||
*/
|
||||
export interface AccordionPanelPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: AccordionPanelPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -52,31 +52,31 @@ export interface AccordionTabPassThroughMethodOptions {
|
|||
*/
|
||||
export interface AccordionTabPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headeractions DOM element.
|
||||
* Used to pass attributes to the headeraction's DOM element.
|
||||
*/
|
||||
headerAction?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headericons DOM element.
|
||||
* Used to pass attributes to the headericon's DOM element.
|
||||
*/
|
||||
headerIcon?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headertitles DOM element.
|
||||
* Used to pass attributes to the headertitle's DOM element.
|
||||
*/
|
||||
headerTitle?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the toggleablecontents DOM element.
|
||||
* Used to pass attributes to the toggleablecontent's DOM element.
|
||||
*/
|
||||
toggleableContent?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: AccordionTabPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -140,7 +140,7 @@ export interface AutoCompleteCompleteEvent {
|
|||
*/
|
||||
export interface AutoCompletePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
|
@ -149,11 +149,11 @@ export interface AutoCompletePassThroughOptions {
|
|||
*/
|
||||
pcInput?: InputTextPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions> | AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input multiples DOM element.
|
||||
* Used to pass attributes to the input multiple's DOM element.
|
||||
*/
|
||||
inputMultiple?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the chips DOM element.
|
||||
* Used to pass attributes to the chip's DOM element.
|
||||
*/
|
||||
chipItem?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
|
@ -162,27 +162,27 @@ export interface AutoCompletePassThroughOptions {
|
|||
*/
|
||||
pcChip?: ChipPassThroughOptions<AutoCompleteSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the chip icons DOM element.
|
||||
* Used to pass attributes to the chip icon's DOM element.
|
||||
*/
|
||||
chipIcon?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input chips DOM element.
|
||||
* Used to pass attributes to the input chip's DOM element.
|
||||
*/
|
||||
inputChip?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the loaders DOM element.
|
||||
* Used to pass attributes to the loader's DOM element.
|
||||
*/
|
||||
loader?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the dropdowns DOM element.
|
||||
* Used to pass attributes to the dropdown's DOM element.
|
||||
*/
|
||||
dropdown?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the dropdown icons DOM element.
|
||||
* Used to pass attributes to the dropdown icon's DOM element.
|
||||
*/
|
||||
dropdownIcon?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the overlays DOM element.
|
||||
* Used to pass attributes to the overlay's DOM element.
|
||||
*/
|
||||
overlay?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
|
@ -191,27 +191,27 @@ export interface AutoCompletePassThroughOptions {
|
|||
*/
|
||||
virtualScroller?: VirtualScrollerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the option groups DOM element.
|
||||
* Used to pass attributes to the option group's DOM element.
|
||||
*/
|
||||
optionGroup?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the options DOM element.
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
option?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the empty messages DOM element.
|
||||
* Used to pass attributes to the empty message's DOM element.
|
||||
*/
|
||||
emptyMessage?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the search result messages DOM element.
|
||||
* Used to pass attributes to the search result message's DOM element.
|
||||
*/
|
||||
searchResultMessage?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the selected messages DOM element.
|
||||
* Used to pass attributes to the selected message's DOM element.
|
||||
*/
|
||||
selectedMessage?: AutoCompletePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -52,19 +52,19 @@ export interface AvatarPassThroughAttributes {
|
|||
*/
|
||||
export interface AvatarPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: AvatarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: AvatarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: AvatarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the images DOM element.
|
||||
* Used to pass attributes to the image's DOM element.
|
||||
*/
|
||||
image?: AvatarPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -53,7 +53,7 @@ export interface AvatarGroupPassThroughAttributes {
|
|||
*/
|
||||
export interface AvatarGroupPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: AvatarGroupPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -49,7 +49,7 @@ export interface BadgePassThroughAttributes {
|
|||
*/
|
||||
export interface BadgePassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: BadgePassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -63,7 +63,7 @@ export interface BadgeDirectiveOptions {
|
|||
*/
|
||||
export interface BadgeDirectivePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: BadgeDirectivePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,11 +50,11 @@ export interface BlockUIPassThroughMethodOptions {
|
|||
*/
|
||||
export interface BlockUIPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: BlockUIPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the masks DOM element.
|
||||
* Used to pass attributes to the mask's DOM element.
|
||||
*/
|
||||
mask?: BlockUIPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -51,35 +51,35 @@ export interface BreadcrumbPassThroughMethodOptions {
|
|||
*/
|
||||
export interface BreadcrumbPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item icons DOM element.
|
||||
* Used to pass attributes to the item icon's DOM element.
|
||||
*/
|
||||
itemIcon?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separator icons DOM element.
|
||||
* Used to pass attributes to the separator icon's DOM element.
|
||||
*/
|
||||
separatorIcon?: BreadcrumbPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -46,19 +46,19 @@ export interface ButtonPassThroughMethodOptions<T> {
|
|||
*/
|
||||
export interface ButtonPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ButtonPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the loading icons DOM element.
|
||||
* Used to pass attributes to the loading icon's DOM element.
|
||||
*/
|
||||
loadingIcon?: ButtonPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: ButtonPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: ButtonPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -38,7 +38,7 @@ export interface ButtonGroupPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ButtonGroupPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ButtonGroupPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -42,35 +42,35 @@ export interface CardPassThroughMethodOptions {
|
|||
*/
|
||||
export interface CardPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the bodys DOM element.
|
||||
* Used to pass attributes to the body's DOM element.
|
||||
*/
|
||||
body?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the captions DOM element.
|
||||
* Used to pass attributes to the caption's DOM element.
|
||||
*/
|
||||
caption?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the titles DOM element.
|
||||
* Used to pass attributes to the title's DOM element.
|
||||
*/
|
||||
title?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the subtitles DOM element.
|
||||
* Used to pass attributes to the subtitle's DOM element.
|
||||
*/
|
||||
subtitle?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: CardPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: CardPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -69,61 +69,61 @@ export interface CarouselSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface CarouselPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the content containers DOM element.
|
||||
* Used to pass attributes to the content container's DOM element.
|
||||
*/
|
||||
contentContainer?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previous buttons DOM element.
|
||||
* Used to pass attributes to the previous button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcPreviousButton?: ButtonPassThroughOptions<CarouselSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the viewports DOM element.
|
||||
* Used to pass attributes to the viewport's DOM element.
|
||||
*/
|
||||
viewport?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items lists DOM element.
|
||||
* Used to pass attributes to the items list's DOM element.
|
||||
*/
|
||||
itemList?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item clones DOM element.
|
||||
* Used to pass attributes to the item clone's DOM element.
|
||||
*/
|
||||
itemClone?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the next buttons DOM element.
|
||||
* Used to pass attributes to the next button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcNextButton?: ButtonPassThroughOptions<CarouselSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the indicator lists DOM element.
|
||||
* Used to pass attributes to the indicator list's DOM element.
|
||||
*/
|
||||
indicatorList?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the indicators DOM element.
|
||||
* Used to pass attributes to the indicator's DOM element.
|
||||
*/
|
||||
indicator?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the indicator buttons DOM element.
|
||||
* Used to pass attributes to the indicator button's DOM element.
|
||||
*/
|
||||
indicatorButton?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: CarouselPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -77,71 +77,71 @@ export interface CascadeSelectGroupChangeEvent extends CascadeSelectChangeEvent
|
|||
*/
|
||||
export interface CascadeSelectPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inputs DOM element.
|
||||
* Used to pass attributes to the input's DOM element.
|
||||
*/
|
||||
input?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the dropdown buttons DOM element.
|
||||
* Used to pass attributes to the dropdown button's DOM element.
|
||||
*/
|
||||
dropdown?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the dropdown icons DOM element.
|
||||
* Used to pass attributes to the dropdown icon's DOM element.
|
||||
*/
|
||||
dropdownIcon?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the loading icons DOM element.
|
||||
* Used to pass attributes to the loading icon's DOM element.
|
||||
*/
|
||||
loadingIcon?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the overlays DOM element.
|
||||
* Used to pass attributes to the overlay's DOM element.
|
||||
*/
|
||||
overlay?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the list containers DOM element.
|
||||
* Used to pass attributes to the list container's DOM element.
|
||||
*/
|
||||
listContainer?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the options DOM element.
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
option?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the option contents DOM element.
|
||||
* Used to pass attributes to the option content's DOM element.
|
||||
*/
|
||||
optionContent?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the option texts DOM element.
|
||||
* Used to pass attributes to the option text's DOM element.
|
||||
*/
|
||||
optionText?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the option lists DOM element.
|
||||
* Used to pass attributes to the option list's DOM element.
|
||||
*/
|
||||
optionList?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the group icons DOM element.
|
||||
* Used to pass attributes to the group icon's DOM element.
|
||||
*/
|
||||
groupIcon?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden input containers DOM element.
|
||||
* Used to pass attributes to the hidden input container's DOM element.
|
||||
*/
|
||||
hiddenInputContainer?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden selected messages DOM element.
|
||||
* Used to pass attributes to the hidden selected message's DOM element.
|
||||
*/
|
||||
hiddenSelectedMessage?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the search result message text arias DOM element.
|
||||
* Used to pass attributes to the search result message text aria's DOM element.
|
||||
*/
|
||||
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -46,11 +46,11 @@ export interface ChartPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ChartPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the canvass DOM element.
|
||||
* Used to pass attributes to the canvas's DOM element.
|
||||
*/
|
||||
canvas?: ChartPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -54,19 +54,19 @@ export interface CheckboxPassThroughMethodOptions {
|
|||
*/
|
||||
export interface CheckboxPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: CheckboxPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inputs DOM element.
|
||||
* Used to pass attributes to the input's DOM element.
|
||||
*/
|
||||
input?: CheckboxPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the boxs DOM element.
|
||||
* Used to pass attributes to the box's DOM element.
|
||||
*/
|
||||
box?: CheckboxPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: CheckboxPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,15 +50,15 @@ export interface ChipPassThroughMethodOptions<T> {
|
|||
*/
|
||||
export interface ChipPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ChipPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the images DOM element.
|
||||
* Used to pass attributes to the image's DOM element.
|
||||
*/
|
||||
image?: ChipPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: ChipPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -66,7 +66,7 @@ export interface ChipPassThroughOptions<T = any> {
|
|||
*/
|
||||
label?: ChipPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the removeIcons DOM element.
|
||||
* Used to pass attributes to the removeIcon's DOM element.
|
||||
*/
|
||||
removeIcon?: ChipPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -67,39 +67,39 @@ export interface ColorPickerChangeEvent {
|
|||
*/
|
||||
export interface ColorPickerPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previews DOM element.
|
||||
* Used to pass attributes to the preview's DOM element.
|
||||
*/
|
||||
preview?: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the panels DOM element.
|
||||
* Used to pass attributes to the panel's DOM element.
|
||||
*/
|
||||
panel?: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the color selectors DOM element.
|
||||
* Used to pass attributes to the color selector's DOM element.
|
||||
*/
|
||||
colorSelector?: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the color backgrounds DOM element.
|
||||
* Used to pass attributes to the color background's DOM element.
|
||||
*/
|
||||
colorBackground?: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the color handlers DOM element.
|
||||
* Used to pass attributes to the color handler's DOM element.
|
||||
*/
|
||||
colorHandle?: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hues DOM element.
|
||||
* Used to pass attributes to the hue's DOM element.
|
||||
*/
|
||||
hue?: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hue handlers DOM element.
|
||||
* Used to pass attributes to the hue handler's DOM element.
|
||||
*/
|
||||
hueHandle: ColorPickerPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -127,31 +127,31 @@ export interface ColumnLoadingOptions extends VirtualScrollerLoaderOptions {
|
|||
*/
|
||||
export interface ColumnPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header cells DOM element.
|
||||
* Used to pass attributes to the header cell's DOM element.
|
||||
*/
|
||||
headerCell?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the column resizers DOM element.
|
||||
* Used to pass attributes to the column resizer's DOM element.
|
||||
*/
|
||||
columnResizer?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the column header contents DOM element.
|
||||
* Used to pass attributes to the column header content's DOM element.
|
||||
*/
|
||||
columnHeaderContent?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header titles DOM element.
|
||||
* Used to pass attributes to the header title's DOM element.
|
||||
*/
|
||||
columnTitle?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the sorts DOM element.
|
||||
* Used to pass attributes to the sort's DOM element.
|
||||
*/
|
||||
sort?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the sort icons DOM element.
|
||||
* Used to pass attributes to the sort icon's DOM element.
|
||||
*/
|
||||
sortIcon?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
|
@ -163,47 +163,47 @@ export interface ColumnPassThroughOptions {
|
|||
*/
|
||||
pcHeaderCheckbox?: CheckboxPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the column filters DOM element.
|
||||
* Used to pass attributes to the column filter's DOM element.
|
||||
*/
|
||||
filter?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter element containers DOM element.
|
||||
* Used to pass attributes to the filter element container's DOM element.
|
||||
*/
|
||||
filterElementContainer?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the column filter buttons DOM element.
|
||||
* Used to pass attributes to the column filter button's DOM element.
|
||||
*/
|
||||
pcColumnFilterButton?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter menu icons DOM element.
|
||||
* Used to pass attributes to the filter menu icon's DOM element.
|
||||
*/
|
||||
filterMenuIcon?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the column filter clear buttons DOM element.
|
||||
* Used to pass attributes to the column filter clear button's DOM element.
|
||||
*/
|
||||
pcColumnFilterClearButton?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter clear icons DOM element.
|
||||
* Used to pass attributes to the filter clear icon's DOM element.
|
||||
*/
|
||||
filterClearIcon?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter overlays DOM element.
|
||||
* Used to pass attributes to the filter overlay's DOM element.
|
||||
*/
|
||||
filterOverlay?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter constraint lists DOM element.
|
||||
* Used to pass attributes to the filter constraint list's DOM element.
|
||||
*/
|
||||
filterConstraintList?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter constraints DOM element.
|
||||
* Used to pass attributes to the filter constraint's DOM element.
|
||||
*/
|
||||
filterConstraint?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter constraint separators DOM element.
|
||||
* Used to pass attributes to the filter constraint separator's DOM element.
|
||||
*/
|
||||
filterConstraintSeparator?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter operators DOM element.
|
||||
* Used to pass attributes to the filter operator's DOM element.
|
||||
*/
|
||||
filterOperator?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
|
@ -216,7 +216,7 @@ export interface ColumnPassThroughOptions {
|
|||
*/
|
||||
filterRuleList?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the filter rules DOM element.
|
||||
* Used to pass attributes to the filter rule's DOM element.
|
||||
*/
|
||||
filterRule?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
|
@ -225,7 +225,7 @@ export interface ColumnPassThroughOptions {
|
|||
*/
|
||||
pcFilterConstraintDropdown?: SelectPassThroughOptionType<ColumnSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the filter remove button containers DOM element.
|
||||
* Used to pass attributes to the filter remove button container's DOM element.
|
||||
*/
|
||||
filterRemove?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
|
@ -234,7 +234,7 @@ export interface ColumnPassThroughOptions {
|
|||
*/
|
||||
pcFilterRemoveRuleButton?: ButtonPassThroughOptions<ColumnSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the filter add button containers DOM element.
|
||||
* Used to pass attributes to the filter add button container's DOM element.
|
||||
*/
|
||||
filterAddButtonContainer?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
|
@ -243,7 +243,7 @@ export interface ColumnPassThroughOptions {
|
|||
*/
|
||||
pcFilterAddRuleButton?: ButtonPassThroughOptions<ColumnSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the filter buttonbars DOM element.
|
||||
* Used to pass attributes to the filter buttonbar's DOM element.
|
||||
*/
|
||||
filterButtonbar?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
|
@ -257,47 +257,47 @@ export interface ColumnPassThroughOptions {
|
|||
*/
|
||||
pcFilterApplyButton?: ButtonPassThroughOptions<ColumnSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the row toggler buttons DOM element.
|
||||
* Used to pass attributes to the row toggler button's DOM element.
|
||||
*/
|
||||
rowToggleButton?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row toggler icons DOM element.
|
||||
* Used to pass attributes to the row toggler icon's DOM element.
|
||||
*/
|
||||
rowToggleIcon?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the body cells DOM element.
|
||||
* Used to pass attributes to the body cell's DOM element.
|
||||
*/
|
||||
bodyCell?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the reorderable row handles DOM element.
|
||||
* Used to pass attributes to the reorderable row handle's DOM element.
|
||||
*/
|
||||
reorderableRowHandle?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the radiobuttons DOM element.
|
||||
* Used to pass attributes to the radiobutton's DOM element.
|
||||
*/
|
||||
pcRowRadiobutton?: RadioButtonPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the checkboxs DOM element.
|
||||
* Used to pass attributes to the checkbox's DOM element.
|
||||
*/
|
||||
pcRowCheckbox?: CheckboxPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row editor init buttons DOM element.
|
||||
* Used to pass attributes to the row editor init button's DOM element.
|
||||
*/
|
||||
pcRowEditorInit?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row editor save buttons DOM element.
|
||||
* Used to pass attributes to the row editor save button's DOM element.
|
||||
*/
|
||||
pcRowEditorSave?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row editor cancel buttons DOM element.
|
||||
* Used to pass attributes to the row editor cancel button's DOM element.
|
||||
*/
|
||||
pcRowEditorCancel?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footer cells DOM element.
|
||||
* Used to pass attributes to the footer cell's DOM element.
|
||||
*/
|
||||
footerCell?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the body cell contents DOM element.
|
||||
* Used to pass attributes to the body cell content's DOM element.
|
||||
*/
|
||||
bodyCellContent?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -49,7 +49,7 @@ export interface ColumnGroupPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ColumnGroupPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ColumnGroupPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -66,15 +66,15 @@ export interface ConfirmDialogSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ConfirmDialogPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header titles DOM element.
|
||||
* Used to pass attributes to the header title's DOM element.
|
||||
*/
|
||||
title?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
|
@ -90,19 +90,19 @@ export interface ConfirmDialogPassThroughOptions {
|
|||
*/
|
||||
closeButtonIcon?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the messages DOM element.
|
||||
* Used to pass attributes to the message's DOM element.
|
||||
*/
|
||||
message?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -68,23 +68,23 @@ export interface ConfirmPopupSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ConfirmPopupPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ConfirmPopupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: ConfirmPopupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: ConfirmPopupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the messages DOM element.
|
||||
* Used to pass attributes to the message's DOM element.
|
||||
*/
|
||||
message?: ConfirmPopupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: ConfirmPopupPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -58,43 +58,43 @@ export interface ContextMenuPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ContextMenuPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the root lists DOM element.
|
||||
* Used to pass attributes to the root list's DOM element.
|
||||
*/
|
||||
rootList?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item contents DOM element.
|
||||
* Used to pass attributes to the item content's DOM element.
|
||||
*/
|
||||
itemContent?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item icons DOM element.
|
||||
* Used to pass attributes to the item icon's DOM element.
|
||||
*/
|
||||
itemIcon?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenu icons DOM element.
|
||||
* Used to pass attributes to the submenu icon's DOM element.
|
||||
*/
|
||||
submenuIcon?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenus DOM element.
|
||||
* Used to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: ContextMenuPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -654,19 +654,19 @@ export interface DataTableStateEvent {
|
|||
*/
|
||||
export interface DataTablePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the masks DOM element.
|
||||
* Used to pass attributes to the mask's DOM element.
|
||||
*/
|
||||
mask?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the loading icons DOM element.
|
||||
* Used to pass attributes to the loading icon's DOM element.
|
||||
*/
|
||||
loadingIcon?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
|
@ -675,7 +675,7 @@ export interface DataTablePassThroughOptions {
|
|||
*/
|
||||
paginator?: PaginatorPassThroughOptionType<DataTableSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the table containers DOM element.
|
||||
* Used to pass attributes to the table container's DOM element.
|
||||
*/
|
||||
tableContainer?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
|
@ -684,83 +684,83 @@ export interface DataTablePassThroughOptions {
|
|||
*/
|
||||
virtualScroller?: VirtualScrollerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the tables DOM element.
|
||||
* Used to pass attributes to the table's DOM element.
|
||||
*/
|
||||
table?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the virtual scroller spacers DOM element.
|
||||
* Used to pass attributes to the virtual scroller spacer's DOM element.
|
||||
*/
|
||||
virtualScrollerSpacer?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the theads DOM element.
|
||||
* Used to pass attributes to the thead's DOM element.
|
||||
*/
|
||||
thead?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header rows DOM element.
|
||||
* Used to pass attributes to the header row's DOM element.
|
||||
*/
|
||||
headerRow?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the tbodys DOM element.
|
||||
* Used to pass attributes to the tbody's DOM element.
|
||||
*/
|
||||
tbody?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the rowg roup headers DOM element.
|
||||
* Used to pass attributes to the rowg roup header's DOM element.
|
||||
*/
|
||||
rowGroupHeader?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row group header cells DOM element.
|
||||
* Used to pass attributes to the row group header cell's DOM element.
|
||||
*/
|
||||
rowGroupHeaderCell?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the body rows DOM element.
|
||||
* Used to pass attributes to the body row's DOM element.
|
||||
*/
|
||||
bodyRow?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row expansions DOM element.
|
||||
* Used to pass attributes to the row expansion's DOM element.
|
||||
*/
|
||||
rowExpansion?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row expansion cells DOM element.
|
||||
* Used to pass attributes to the row expansion cell's DOM element.
|
||||
*/
|
||||
rowExpansionCell?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row group footers DOM element.
|
||||
* Used to pass attributes to the row group footer's DOM element.
|
||||
*/
|
||||
rowGroupFooter?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row group footer cells DOM element.
|
||||
* Used to pass attributes to the row group footer cell's DOM element.
|
||||
*/
|
||||
rowGroupFooterCell?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the empty messages DOM element.
|
||||
* Used to pass attributes to the empty message's DOM element.
|
||||
*/
|
||||
emptyMessage?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the empty message cells DOM element.
|
||||
* Used to pass attributes to the empty message cell's DOM element.
|
||||
*/
|
||||
emptyMessageCell?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the tfoots DOM element.
|
||||
* Used to pass attributes to the tfoot's DOM element.
|
||||
*/
|
||||
tfoot?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footer rows DOM element.
|
||||
* Used to pass attributes to the footer row's DOM element.
|
||||
*/
|
||||
footerRow?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the column resize indicators DOM element.
|
||||
* Used to pass attributes to the column resize indicator's DOM element.
|
||||
*/
|
||||
columnResizeIndicator?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row reorder indicator ups DOM element.
|
||||
* Used to pass attributes to the row reorder indicator up's DOM element.
|
||||
*/
|
||||
rowReorderIndicatorUp?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the row reorder indicator downs DOM element.
|
||||
* Used to pass attributes to the row reorder indicator down's DOM element.
|
||||
*/
|
||||
rowReorderIndicatorDown?: DataTablePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -88,11 +88,11 @@ export interface DataViewPageEvent {
|
|||
*/
|
||||
export interface DataViewPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
|
@ -101,15 +101,15 @@ export interface DataViewPassThroughOptions {
|
|||
*/
|
||||
pcPaginator?: PaginatorPassThroughOptionType<DataViewSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the empty messages DOM element.
|
||||
* Used to pass attributes to the empty message's DOM element.
|
||||
*/
|
||||
emptyMessage?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: DataViewPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -131,7 +131,7 @@ export interface DatePickerBlurEvent {
|
|||
*/
|
||||
export interface DatePickerPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
|
@ -140,225 +140,225 @@ export interface DatePickerPassThroughOptions {
|
|||
*/
|
||||
pcInput?: InputTextPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the dropdowns DOM element.
|
||||
* Used to pass attributes to the dropdown's DOM element.
|
||||
*/
|
||||
dropdown?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the dropdown icons DOM element.
|
||||
* Used to pass attributes to the dropdown icon's DOM element.
|
||||
*/
|
||||
dropdownIcon?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input icon containers DOM element.
|
||||
* Used to pass attributes to the input icon container's DOM element.
|
||||
*/
|
||||
inputIconContainer?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input icons DOM element.
|
||||
* Used to pass attributes to the input icon's DOM element.
|
||||
*/
|
||||
inputIcon?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the panels DOM element.
|
||||
* Used to pass attributes to the panel's DOM element.
|
||||
*/
|
||||
panel?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the calendar containers DOM element.
|
||||
* Used to pass attributes to the calendar container's DOM element.
|
||||
*/
|
||||
calendarContainer?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the calendars DOM element.
|
||||
* Used to pass attributes to the calendar's DOM element.
|
||||
*/
|
||||
calendar?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previous buttons DOM element.
|
||||
* Used to pass attributes to the previous button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcPreviousButton?: ButtonPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the titles DOM element.
|
||||
* Used to pass attributes to the title's DOM element.
|
||||
*/
|
||||
title?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the view months DOM element.
|
||||
* Used to pass attributes to the view month's DOM element.
|
||||
*/
|
||||
viewMonth?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the view years DOM element.
|
||||
* Used to pass attributes to the view year's DOM element.
|
||||
*/
|
||||
viewYear?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the decades DOM element.
|
||||
* Used to pass attributes to the decade's DOM element.
|
||||
*/
|
||||
decade?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the view days DOM element.
|
||||
* Used to pass attributes to the view day's DOM element.
|
||||
*/
|
||||
dayView?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the next buttons DOM element.
|
||||
* Used to pass attributes to the next button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcNextButton?: ButtonPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the containers DOM element.
|
||||
* Used to pass attributes to the container's DOM element.
|
||||
*/
|
||||
container?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the tables DOM element.
|
||||
* Used to pass attributes to the table's DOM element.
|
||||
*/
|
||||
table?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the table headers DOM element.
|
||||
* Used to pass attributes to the table header's DOM element.
|
||||
*/
|
||||
tableHeader?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the table header rows DOM element.
|
||||
* Used to pass attributes to the table header row's DOM element.
|
||||
*/
|
||||
tableHeaderRow?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the week headers DOM element.
|
||||
* Used to pass attributes to the week header's DOM element.
|
||||
*/
|
||||
weekHeader?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the week header labels DOM element.
|
||||
* Used to pass attributes to the week header label's DOM element.
|
||||
*/
|
||||
weekHeaderLabel?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the table header cells DOM element.
|
||||
* Used to pass attributes to the table header cell's DOM element.
|
||||
*/
|
||||
tableHeaderCell?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the week day cells DOM element.
|
||||
* Used to pass attributes to the week day cell's DOM element.
|
||||
*/
|
||||
weekDayCell?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the week days DOM element.
|
||||
* Used to pass attributes to the week day's DOM element.
|
||||
*/
|
||||
weekDay?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the table bodys DOM element.
|
||||
* Used to pass attributes to the table body's DOM element.
|
||||
*/
|
||||
tableBody?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the table body rows DOM element.
|
||||
* Used to pass attributes to the table body row's DOM element.
|
||||
*/
|
||||
tableBodyRow?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the week numbers DOM element.
|
||||
* Used to pass attributes to the week number's DOM element.
|
||||
*/
|
||||
weekNumber?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the week label containers DOM element.
|
||||
* Used to pass attributes to the week label container's DOM element.
|
||||
*/
|
||||
weekLabelContainer?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the day cells DOM element.
|
||||
* Used to pass attributes to the day cell's DOM element.
|
||||
*/
|
||||
dayCell?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the days DOM element.
|
||||
* Used to pass attributes to the day's DOM element.
|
||||
*/
|
||||
day?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the month views DOM element.
|
||||
* Used to pass attributes to the month view's DOM element.
|
||||
*/
|
||||
monthView?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the months DOM element.
|
||||
* Used to pass attributes to the month's DOM element.
|
||||
*/
|
||||
month?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the year views DOM element.
|
||||
* Used to pass attributes to the year view's DOM element.
|
||||
*/
|
||||
yearView?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the years DOM element.
|
||||
* Used to pass attributes to the year's DOM element.
|
||||
*/
|
||||
year?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the time pickers DOM element.
|
||||
* Used to pass attributes to the time picker's DOM element.
|
||||
*/
|
||||
timePicker?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hour pickers DOM element.
|
||||
* Used to pass attributes to the hour picker's DOM element.
|
||||
*/
|
||||
hourPicker?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hours DOM element.
|
||||
* Used to pass attributes to the hour's DOM element.
|
||||
*/
|
||||
hour?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separator containers DOM element.
|
||||
* Used to pass attributes to the separator container's DOM element.
|
||||
*/
|
||||
separatorContainer?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the minute pickers DOM element.
|
||||
* Used to pass attributes to the minute picker's DOM element.
|
||||
*/
|
||||
minutePicker?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the minutes DOM element.
|
||||
* Used to pass attributes to the minute's DOM element.
|
||||
*/
|
||||
minute?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the second pickers DOM element.
|
||||
* Used to pass attributes to the second picker's DOM element.
|
||||
*/
|
||||
secondPicker?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the seconds DOM element.
|
||||
* Used to pass attributes to the second's DOM element.
|
||||
*/
|
||||
second?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the ampm pickers DOM element.
|
||||
* Used to pass attributes to the ampm picker's DOM element.
|
||||
*/
|
||||
ampmPicker?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the ampms DOM element.
|
||||
* Used to pass attributes to the ampm's DOM element.
|
||||
*/
|
||||
ampm?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the buttonbars DOM element.
|
||||
* Used to pass attributes to the buttonbar's DOM element.
|
||||
*/
|
||||
buttonbar?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the increment buttons DOM element.
|
||||
* Used to pass attributes to the increment button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcIncrementButton?: ButtonPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the decrement buttons DOM element.
|
||||
* Used to pass attributes to the decrement button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcDecrementButton?: ButtonPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the today buttons DOM element.
|
||||
* Used to pass attributes to the today button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcTodayButton?: ButtonPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the clear buttons DOM element.
|
||||
* Used to pass attributes to the clear button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcClearButton?: ButtonPassThroughOptions<DatePickerSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the aria selected days DOM element.
|
||||
* Used to pass attributes to the aria selected day's DOM element.
|
||||
*/
|
||||
hiddenSelectedDay?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the aria months DOM element.
|
||||
* Used to pass attributes to the aria month's DOM element.
|
||||
*/
|
||||
hiddenMonth?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the aria years DOM element.
|
||||
* Used to pass attributes to the aria year's DOM element.
|
||||
*/
|
||||
hiddenYear?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the datepicker masks DOM element.
|
||||
* Used to pass attributes to the datepicker mask's DOM element.
|
||||
*/
|
||||
datepickerMask?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface DeferredContentPassThroughMethodOptions {
|
|||
*/
|
||||
export interface DeferredContentPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: DeferredContentPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -63,15 +63,15 @@ export interface DialogSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface DialogPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: DialogPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: DialogPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the header titles DOM element.
|
||||
* Used to pass attributes to the header title's DOM element.
|
||||
*/
|
||||
title?: DialogPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -89,15 +89,15 @@ export interface DialogPassThroughOptions<T = any> {
|
|||
*/
|
||||
pcCloseButton?: ButtonPassThroughOptions<DialogSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: DialogPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: DialogPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the masks DOM element.
|
||||
* Used to pass attributes to the mask's DOM element.
|
||||
*/
|
||||
mask?: DialogPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -46,11 +46,11 @@ export interface DividerPassThroughMethodOptions {
|
|||
*/
|
||||
export interface DividerPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: DividerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: DividerPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -55,31 +55,31 @@ export interface DockPassThroughMethodOptions {
|
|||
*/
|
||||
export interface DockPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: DockPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the list containers DOM element.
|
||||
* Used to pass attributes to the list container's DOM element.
|
||||
*/
|
||||
listContainer?: DockPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: DockPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: DockPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item contents DOM element.
|
||||
* Used to pass attributes to the item content's DOM element.
|
||||
*/
|
||||
itemContent?: DockPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: DockPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item icons DOM element.
|
||||
* Used to pass attributes to the item icon's DOM element.
|
||||
*/
|
||||
itemIcon?: DockPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -67,28 +67,28 @@ export interface DrawerSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface DrawerPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: DrawerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: DrawerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header contents DOM element.
|
||||
* Used to pass attributes to the header content's DOM element.
|
||||
*/
|
||||
title?: DrawerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the close buttons DOM element.
|
||||
* Used to pass attributes to the close button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcCloseButton?: ButtonPassThroughOptions<DrawerSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: DrawerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the masks DOM element.
|
||||
* Used to pass attributes to the mask's DOM element.
|
||||
*/
|
||||
mask?: DrawerPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -117,11 +117,11 @@ export interface EditorLoadEvent {
|
|||
*/
|
||||
export interface EditorPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the toolbars DOM element.
|
||||
* Used to pass attributes to the toolbar's DOM element.
|
||||
*/
|
||||
toolbar?: EditorPassThroughOptionType;
|
||||
/**
|
||||
|
@ -129,59 +129,59 @@ export interface EditorPassThroughOptions {
|
|||
*/
|
||||
formats?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the options DOM element.
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
option?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the bolds DOM element.
|
||||
* Used to pass attributes to the bold's DOM element.
|
||||
*/
|
||||
bold?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the italics DOM element.
|
||||
* Used to pass attributes to the italic's DOM element.
|
||||
*/
|
||||
italic?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the underlines DOM element.
|
||||
* Used to pass attributes to the underline's DOM element.
|
||||
*/
|
||||
underline?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the colors DOM element.
|
||||
* Used to pass attributes to the color's DOM element.
|
||||
*/
|
||||
color?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the backgrounds DOM element.
|
||||
* Used to pass attributes to the background's DOM element.
|
||||
*/
|
||||
background?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the selects DOM element.
|
||||
* Used to pass attributes to the select's DOM element.
|
||||
*/
|
||||
select?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the links DOM element.
|
||||
* Used to pass attributes to the link's DOM element.
|
||||
*/
|
||||
link?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the images DOM element.
|
||||
* Used to pass attributes to the image's DOM element.
|
||||
*/
|
||||
image?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the code blocks DOM element.
|
||||
* Used to pass attributes to the code block's DOM element.
|
||||
*/
|
||||
codeBlock?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the cleans DOM element.
|
||||
* Used to pass attributes to the clean's DOM element.
|
||||
*/
|
||||
clean?: EditorPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: EditorPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -67,35 +67,35 @@ export interface FieldsetToggleEvent {
|
|||
*/
|
||||
export interface FieldsetPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the legends DOM element.
|
||||
* Used to pass attributes to the legend's DOM element.
|
||||
*/
|
||||
legend?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the togglers DOM element.
|
||||
* Used to pass attributes to the toggler's DOM element.
|
||||
*/
|
||||
toggler?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the toggle icons DOM element.
|
||||
* Used to pass attributes to the toggle icon's DOM element.
|
||||
*/
|
||||
toggleIcon?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the legend labels DOM element.
|
||||
* Used to pass attributes to the legend label's DOM element.
|
||||
*/
|
||||
toggleButton?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the legend labels DOM element.
|
||||
* Used to pass attributes to the legend label's DOM element.
|
||||
*/
|
||||
legendLabel?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the content containers DOM element.
|
||||
* Used to pass attributes to the content container's DOM element.
|
||||
*/
|
||||
contentContainer?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: FieldsetPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -196,15 +196,15 @@ export interface FileUploadRemoveUploadedFile {
|
|||
*/
|
||||
export interface FileUploadPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inputs DOM element.
|
||||
* Used to pass attributes to the input's DOM element.
|
||||
*/
|
||||
input?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
|
@ -223,7 +223,7 @@ export interface FileUploadPassThroughOptions {
|
|||
*/
|
||||
pcCancelButton?: ButtonPassThroughOptions<FileUploadPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
|
@ -232,28 +232,28 @@ export interface FileUploadPassThroughOptions {
|
|||
*/
|
||||
pcProgressbar?: ProgressBarPassThroughOptions<FileUploadPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the messages DOM element.
|
||||
* Used to pass attributes to the message's DOM element.
|
||||
* @see {@link MessagePassThroughOptions}
|
||||
*/
|
||||
pcMessage?: MessagePassThroughOptions<FileUploadPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the files DOM element.
|
||||
* Used to pass attributes to the file's DOM element.
|
||||
*/
|
||||
file?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the file thumbnails DOM element.
|
||||
* Used to pass attributes to the file thumbnail's DOM element.
|
||||
*/
|
||||
fileThumbnail?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the file infos DOM element.
|
||||
* Used to pass attributes to the file info's DOM element.
|
||||
*/
|
||||
fileInfo?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the fileNames DOM element.
|
||||
* Used to pass attributes to the fileName's DOM element.
|
||||
*/
|
||||
fileName?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the fileSizes DOM element.
|
||||
* Used to pass attributes to the fileSize's DOM element.
|
||||
*/
|
||||
fileSize?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
|
@ -266,12 +266,12 @@ export interface FileUploadPassThroughOptions {
|
|||
*/
|
||||
fileActions?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the file remove buttons DOM element.
|
||||
* Used to pass attributes to the file remove button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcFileRemoveButton?: ButtonPassThroughOptions<FileUploadPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the emptys DOM element.
|
||||
* Used to pass attributes to the empty's DOM element.
|
||||
*/
|
||||
empty?: FileUploadPassThroughOptionType;
|
||||
/**
|
||||
|
@ -280,7 +280,7 @@ export interface FileUploadPassThroughOptions {
|
|||
*/
|
||||
pcMessages?: MessagePassThroughOptions<FileUploadPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the basic mode's buttons DOM element.
|
||||
* Used to pass attributes to the basic mode's button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcButton?: ButtonPassThroughOptions<FileUploadPassThroughMethodOptions>;
|
||||
|
|
|
@ -48,7 +48,7 @@ export interface FloatLabelPassThroughMethodOptions {
|
|||
*/
|
||||
export interface FloatLabelPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: FloatLabelPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,15 +50,15 @@ export interface FocusTrapOptions {
|
|||
*/
|
||||
export interface FocusTrapDirectivePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: FocusTrapDirectivePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the first focusable elements DOM element.
|
||||
* Used to pass attributes to the first focusable element's DOM element.
|
||||
*/
|
||||
firstFocusableElement?: FocusTrapDirectivePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the last focusable elements DOM element.
|
||||
* Used to pass attributes to the last focusable element's DOM element.
|
||||
*/
|
||||
lastFocusableElement?: FocusTrapDirectivePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -67,31 +67,31 @@ export interface GalleriaResponsiveOptions {
|
|||
*/
|
||||
export interface GalleriaPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the close buttons DOM element.
|
||||
* Used to pass attributes to the close button's DOM element.
|
||||
*/
|
||||
closeButton?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the close icons DOM element.
|
||||
* Used to pass attributes to the close icon's DOM element.
|
||||
*/
|
||||
closeIcon?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item containers DOM element.
|
||||
* Used to pass attributes to the item container's DOM element.
|
||||
*/
|
||||
itemsContainer?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
|
@ -99,39 +99,39 @@ export interface GalleriaPassThroughOptions {
|
|||
*/
|
||||
items?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previous item buttons DOM element.
|
||||
* Used to pass attributes to the previous item button's DOM element.
|
||||
*/
|
||||
previousItemButton?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previous item icons DOM element.
|
||||
* Used to pass attributes to the previous item icon's DOM element.
|
||||
*/
|
||||
previousItemIcon?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the next item buttons DOM element.
|
||||
* Used to pass attributes to the next item button's DOM element.
|
||||
*/
|
||||
nextItemButton?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the next item icons DOM element.
|
||||
* Used to pass attributes to the next item icon's DOM element.
|
||||
*/
|
||||
nextItemIcon?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the captions DOM element.
|
||||
* Used to pass attributes to the caption's DOM element.
|
||||
*/
|
||||
caption?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the indicator lists DOM element.
|
||||
* Used to pass attributes to the indicator list's DOM element.
|
||||
*/
|
||||
indicatorList?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the indicators DOM element.
|
||||
* Used to pass attributes to the indicator's DOM element.
|
||||
*/
|
||||
indicator?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the indicator buttons DOM element.
|
||||
* Used to pass attributes to the indicator button's DOM element.
|
||||
*/
|
||||
indicatorButton?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
|
@ -139,19 +139,19 @@ export interface GalleriaPassThroughOptions {
|
|||
*/
|
||||
thumbnails?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the thumbnail contents DOM element.
|
||||
* Used to pass attributes to the thumbnail content's DOM element.
|
||||
*/
|
||||
thumbnailContent?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previous thumbnail buttons DOM element.
|
||||
* Used to pass attributes to the previous thumbnail button's DOM element.
|
||||
*/
|
||||
previousThumbnailButton?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previous thumbnail icons DOM element.
|
||||
* Used to pass attributes to the previous thumbnail icon's DOM element.
|
||||
*/
|
||||
previousThumbnailIcon?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the thumbnails viewports DOM element.
|
||||
* Used to pass attributes to the thumbnails viewport's DOM element.
|
||||
*/
|
||||
thumbnailsViewport?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
|
@ -159,23 +159,23 @@ export interface GalleriaPassThroughOptions {
|
|||
*/
|
||||
thumbnailItems?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the thumbnail items DOM element.
|
||||
* Used to pass attributes to the thumbnail item's DOM element.
|
||||
*/
|
||||
thumbnailItem?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the thumbnails DOM element.
|
||||
* Used to pass attributes to the thumbnail's DOM element.
|
||||
*/
|
||||
thumbnail?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the next thumbnail buttons DOM element.
|
||||
* Used to pass attributes to the next thumbnail button's DOM element.
|
||||
*/
|
||||
nextThumbnailButton?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the next thumbnail icons DOM element.
|
||||
* Used to pass attributes to the next thumbnail icon's DOM element.
|
||||
*/
|
||||
nextThumbnailIcon?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the masks DOM element.
|
||||
* Used to pass attributes to the mask's DOM element.
|
||||
*/
|
||||
mask?: GalleriaPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -46,7 +46,7 @@ export interface IconFieldPassThroughMethodOptions<T = any> {
|
|||
*/
|
||||
export interface IconFieldPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: IconFieldPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -52,75 +52,75 @@ export interface ImagePassThroughMethodOptions {
|
|||
*/
|
||||
export interface ImagePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the images DOM element.
|
||||
* Used to pass attributes to the image's DOM element.
|
||||
*/
|
||||
image?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the preview masks DOM element.
|
||||
* Used to pass attributes to the preview mask's DOM element.
|
||||
*/
|
||||
previewMask?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the preview icons DOM element.
|
||||
* Used to pass attributes to the preview icon's DOM element.
|
||||
*/
|
||||
previewIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the masks DOM element.
|
||||
* Used to pass attributes to the mask's DOM element.
|
||||
*/
|
||||
mask?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the toolbars DOM element.
|
||||
* Used to pass attributes to the toolbar's DOM element.
|
||||
*/
|
||||
toolbar?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the rotate right buttons DOM element.
|
||||
* Used to pass attributes to the rotate right button's DOM element.
|
||||
*/
|
||||
rotateRightButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the rotate right icons DOM element.
|
||||
* Used to pass attributes to the rotate right icon's DOM element.
|
||||
*/
|
||||
rotateRightIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the rotate left buttons DOM element.
|
||||
* Used to pass attributes to the rotate left button's DOM element.
|
||||
*/
|
||||
rotateLeftButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the rotate left icons DOM element.
|
||||
* Used to pass attributes to the rotate left icon's DOM element.
|
||||
*/
|
||||
rotateLeftIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the zoom out buttons DOM element.
|
||||
* Used to pass attributes to the zoom out button's DOM element.
|
||||
*/
|
||||
zoomOutButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the zoom out icons DOM element.
|
||||
* Used to pass attributes to the zoom out icon's DOM element.
|
||||
*/
|
||||
zoomOutIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the zoom in buttons DOM element.
|
||||
* Used to pass attributes to the zoom in button's DOM element.
|
||||
*/
|
||||
zoomInButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the zoom in icons DOM element.
|
||||
* Used to pass attributes to the zoom in icon's DOM element.
|
||||
*/
|
||||
zoomInIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the close buttons DOM element.
|
||||
* Used to pass attributes to the close button's DOM element.
|
||||
*/
|
||||
closeButton?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the close icons DOM element.
|
||||
* Used to pass attributes to the close icon's DOM element.
|
||||
*/
|
||||
closeIcon?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the original containers DOM element.
|
||||
* Used to pass attributes to the original container's DOM element.
|
||||
*/
|
||||
originalContainer?: ImagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the originals DOM element.
|
||||
* Used to pass attributes to the original's DOM element.
|
||||
*/
|
||||
original?: ImagePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,15 +50,15 @@ export interface InlineMessagePassThroughMethodOptions {
|
|||
*/
|
||||
export interface InlineMessagePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InlineMessagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: InlineMessagePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the texts DOM element.
|
||||
* Used to pass attributes to the text's DOM element.
|
||||
*/
|
||||
text?: InlineMessagePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -64,15 +64,15 @@ export interface InplaceSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface InplacePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InplacePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the displays DOM element.
|
||||
* Used to pass attributes to the display's DOM element.
|
||||
*/
|
||||
display?: InplacePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: InplacePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -87,15 +87,15 @@ export interface InputChipsRemoveEvent extends InputChipsAddEvent {}
|
|||
*/
|
||||
export interface InputChipsPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inputs DOM element.
|
||||
* Used to pass attributes to the input's DOM element.
|
||||
*/
|
||||
input?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the chips DOM element.
|
||||
* Used to pass attributes to the chip's DOM element.
|
||||
*/
|
||||
chipItem?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
|
@ -104,15 +104,15 @@ export interface InputChipsPassThroughOptions {
|
|||
*/
|
||||
pcChip?: ChipPassThroughOptions<InputChipsSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the chip icons DOM element.
|
||||
* Used to pass attributes to the chip icon's DOM element.
|
||||
*/
|
||||
chipIcon?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input items DOM element.
|
||||
* Used to pass attributes to the input item's DOM element.
|
||||
*/
|
||||
inputItem?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the input item fields DOM element.
|
||||
* Used to pass attributes to the input item field's DOM element.
|
||||
*/
|
||||
inputItemField?: InputChipsPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -42,7 +42,7 @@ export interface InputGroupPassThroughMethodOptions {
|
|||
*/
|
||||
export interface InputGroupPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InputGroupPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -42,7 +42,7 @@ export interface InputGroupAddonPassThroughMethodOptions {
|
|||
*/
|
||||
export interface InputGroupAddonPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InputGroupAddonPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -42,7 +42,7 @@ export interface InputIconPassThroughMethodOptions<T = any> {
|
|||
*/
|
||||
export interface InputIconPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InputIconPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -97,7 +97,7 @@ export interface InputNumberBlurEvent {
|
|||
*/
|
||||
export interface InputNumberPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -106,23 +106,23 @@ export interface InputNumberPassThroughOptions<T = any> {
|
|||
*/
|
||||
pcInput?: InputTextPassThroughOptions<InputNumberSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the button groups DOM element.
|
||||
* Used to pass attributes to the button group's DOM element.
|
||||
*/
|
||||
buttonGroup?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the increment buttons DOM element.
|
||||
* Used to pass attributes to the increment button's DOM element.
|
||||
*/
|
||||
incrementButton?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the increment icons DOM element.
|
||||
* Used to pass attributes to the increment icon's DOM element.
|
||||
*/
|
||||
incrementIcon?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the decrement buttons DOM element.
|
||||
* Used to pass attributes to the decrement button's DOM element.
|
||||
*/
|
||||
decrementButton?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the decrement icons DOM element.
|
||||
* Used to pass attributes to the decrement icon's DOM element.
|
||||
*/
|
||||
decrementIcon?: InputNumberPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -61,7 +61,7 @@ export interface InputOtpSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface InputOtpPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InputOtpPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -46,7 +46,7 @@ export interface InputTextPassThroughMethodOptions<T = any> {
|
|||
*/
|
||||
export interface InputTextPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: InputTextPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -49,15 +49,15 @@ export interface KnobPassThroughMethodOptions {
|
|||
*/
|
||||
export interface KnobPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: KnobPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the svgs DOM element.
|
||||
* Used to pass attributes to the svg's DOM element.
|
||||
*/
|
||||
svg?: KnobPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the ranges DOM element.
|
||||
* Used to pass attributes to the range's DOM element.
|
||||
*/
|
||||
range?: KnobPassThroughOptionType;
|
||||
/**
|
||||
|
@ -65,7 +65,7 @@ export interface KnobPassThroughOptions {
|
|||
*/
|
||||
value?: KnobPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the texts DOM element.
|
||||
* Used to pass attributes to the text's DOM element.
|
||||
*/
|
||||
text?: KnobPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -117,11 +117,11 @@ export interface ListboxFilterEvent {
|
|||
*/
|
||||
export interface ListboxPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -140,11 +140,11 @@ export interface ListboxPassThroughOptions<T = any> {
|
|||
*/
|
||||
pcFilterIconContainer?: InputIconPassThroughOptions<ListboxSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the filter icons DOM element.
|
||||
* Used to pass attributes to the filter icon's DOM element.
|
||||
*/
|
||||
filterIcon?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the list containers DOM element.
|
||||
* Used to pass attributes to the list container's DOM element.
|
||||
*/
|
||||
listContainer?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -153,43 +153,43 @@ export interface ListboxPassThroughOptions<T = any> {
|
|||
*/
|
||||
virtualScroller?: VirtualScrollerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option groups DOM element.
|
||||
* Used to pass attributes to the option group's DOM element.
|
||||
*/
|
||||
optionGroup?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the options DOM element.
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
option?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option check icons DOM element.
|
||||
* Used to pass attributes to the option check icon's DOM element.
|
||||
*/
|
||||
optionCheckIcon?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option blank icons DOM element.
|
||||
* Used to pass attributes to the option blank icon's DOM element.
|
||||
*/
|
||||
optionBlankIcon?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the emptyMessages DOM element.
|
||||
* Used to pass attributes to the emptyMessage's DOM element.
|
||||
*/
|
||||
emptyMessage?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden first focusable elements DOM element.
|
||||
* Used to pass attributes to the hidden first focusable element's DOM element.
|
||||
*/
|
||||
hiddenFirstFocusableEl?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden filter results DOM element.
|
||||
* Used to pass attributes to the hidden filter result's DOM element.
|
||||
*/
|
||||
hiddenFilterResult?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden selected messages DOM element.
|
||||
* Used to pass attributes to the hidden selected message's DOM element.
|
||||
*/
|
||||
hiddenSelectedMessage?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden last focusable elements DOM element.
|
||||
* Used to pass attributes to the hidden last focusable element's DOM element.
|
||||
*/
|
||||
hiddenLastFocusableEl?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -55,35 +55,35 @@ export interface MegaMenuPassThroughMethodOptions {
|
|||
*/
|
||||
export interface MegaMenuPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the root lists DOM element.
|
||||
* Used to pass attributes to the root list's DOM element.
|
||||
*/
|
||||
rootList?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item contents DOM element.
|
||||
* Used to pass attributes to the item content's DOM element.
|
||||
*/
|
||||
itemContent?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item icons DOM element.
|
||||
* Used to pass attributes to the item icon's DOM element.
|
||||
*/
|
||||
itemIcon?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenu icons DOM element.
|
||||
* Used to pass attributes to the submenu icon's DOM element.
|
||||
*/
|
||||
submenuIcon?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
|
@ -91,27 +91,27 @@ export interface MegaMenuPassThroughOptions {
|
|||
*/
|
||||
overlay?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the grids DOM element.
|
||||
* Used to pass attributes to the grid's DOM element.
|
||||
*/
|
||||
grid?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the columns DOM element.
|
||||
* Used to pass attributes to the column's DOM element.
|
||||
*/
|
||||
column?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenu items DOM element.
|
||||
* Used to pass attributes to the submenu item's DOM element.
|
||||
*/
|
||||
submenuLabel?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenus DOM element.
|
||||
* Used to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the mobile popup menu buttons DOM element.
|
||||
* Used to pass attributes to the mobile popup menu button's DOM element.
|
||||
*/
|
||||
button?: MegaMenuPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -57,39 +57,39 @@ export interface MenuPassThroughMethodOptions {
|
|||
*/
|
||||
export interface MenuPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenu items DOM element.
|
||||
* Used to pass attributes to the submenu item's DOM element.
|
||||
*/
|
||||
submenuItem?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item contents DOM element.
|
||||
* Used to pass attributes to the item content's DOM element.
|
||||
*/
|
||||
itemContent?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item icons DOM element.
|
||||
* Used to pass attributes to the item icon's DOM element.
|
||||
*/
|
||||
itemIcon?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: MenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: MenuPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -55,51 +55,51 @@ export interface MenubarPassThroughMethodOptions {
|
|||
*/
|
||||
export interface MenubarPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the root lists DOM element.
|
||||
* Used to pass attributes to the root list's DOM element.
|
||||
*/
|
||||
rootList?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item contents DOM element.
|
||||
* Used to pass attributes to the item content's DOM element.
|
||||
*/
|
||||
itemContent?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item icons DOM element.
|
||||
* Used to pass attributes to the item icon's DOM element.
|
||||
*/
|
||||
itemIcon?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenu icons DOM element.
|
||||
* Used to pass attributes to the submenu icon's DOM element.
|
||||
*/
|
||||
submenuIcon?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the mobile menu buttons DOM element.
|
||||
* Used to pass attributes to the mobile menu button's DOM element.
|
||||
*/
|
||||
button?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the mobile menu button icons DOM element.
|
||||
* Used to pass attributes to the mobile menu button icon's DOM element.
|
||||
*/
|
||||
buttonicon?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenus DOM element.
|
||||
* Used to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: MenubarPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -48,37 +48,37 @@ export interface MessagePassThroughMethodOptions<T = any> {
|
|||
*/
|
||||
export interface MessagePassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: MessagePassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: MessagePassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: MessagePassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the texts DOM element.
|
||||
* Used to pass attributes to the text's DOM element.
|
||||
*/
|
||||
text?: MessagePassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the buttons DOM element.
|
||||
* Used to pass attributes to the button's DOM element.
|
||||
* @deprecated since v3.30.2. Use 'closeButton' option.
|
||||
*/
|
||||
button?: MessagePassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the buttons DOM element.
|
||||
* Used to pass attributes to the button's DOM element.
|
||||
*/
|
||||
closeButton?: MessagePassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the button icons DOM element.
|
||||
* Used to pass attributes to the button icon's DOM element.
|
||||
* @deprecated since v3.30.2. Use 'closeIcon' option.
|
||||
*/
|
||||
buttonIcon?: MessagePassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the button icons DOM element.
|
||||
* Used to pass attributes to the button icon's DOM element.
|
||||
*/
|
||||
closeIcon?: MessagePassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -49,35 +49,35 @@ export interface MeterGroupPassThroughMethodOptions {
|
|||
*/
|
||||
export interface MeterGroupPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: MeterGroupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the meter containers DOM element.
|
||||
* Used to pass attributes to the meter container's DOM element.
|
||||
*/
|
||||
meters?: MeterGroupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the meters DOM element.
|
||||
* Used to pass attributes to the meter's DOM element.
|
||||
*/
|
||||
meter?: MeterGroupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the label lists DOM element.
|
||||
* Used to pass attributes to the label list's DOM element.
|
||||
*/
|
||||
labelList?: MeterGroupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the label list items DOM element.
|
||||
* Used to pass attributes to the label list item's DOM element.
|
||||
*/
|
||||
label?: MeterGroupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the label icon types DOM element.
|
||||
* Used to pass attributes to the label icon type's DOM element.
|
||||
*/
|
||||
labelIcon?: MeterGroupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the label list types DOM element.
|
||||
* Used to pass attributes to the label list type's DOM element.
|
||||
*/
|
||||
labelMarker?: MeterGroupPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
labelText?: MeterGroupPassThroughOptionType;
|
||||
}
|
||||
|
|
|
@ -120,19 +120,19 @@ export interface MultiSelectFilterEvent {
|
|||
*/
|
||||
export interface MultiSelectPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the label containers DOM element.
|
||||
* Used to pass attributes to the label container's DOM element.
|
||||
*/
|
||||
labelContainer?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the chips DOM element.
|
||||
* Used to pass attributes to the chip's DOM element.
|
||||
*/
|
||||
chipItem?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
|
@ -141,27 +141,27 @@ export interface MultiSelectPassThroughOptions {
|
|||
*/
|
||||
pcChip?: ChipPassThroughOptions<MultiSelectSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the chip icons DOM element.
|
||||
* Used to pass attributes to the chip icon's DOM element.
|
||||
*/
|
||||
chipIcon?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the dropdowns DOM element.
|
||||
* Used to pass attributes to the dropdown's DOM element.
|
||||
*/
|
||||
dropdown?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the dropdown icons DOM element.
|
||||
* Used to pass attributes to the dropdown icon's DOM element.
|
||||
*/
|
||||
dropdownIcon?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the overlays DOM element.
|
||||
* Used to pass attributes to the overlay's DOM element.
|
||||
*/
|
||||
overlay?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header checkboxs DOM element.
|
||||
* Used to pass attributes to the header checkbox's DOM element.
|
||||
*/
|
||||
pcHeaderCheckbox?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
|
@ -180,11 +180,11 @@ export interface MultiSelectPassThroughOptions {
|
|||
*/
|
||||
pcFilterIconContainer?: InputIconPassThroughOptions<MultiSelectSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the filter icons DOM element.
|
||||
* Used to pass attributes to the filter icon's DOM element.
|
||||
*/
|
||||
filterIcon?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the list containers DOM element.
|
||||
* Used to pass attributes to the list container's DOM element.
|
||||
*/
|
||||
listContainer?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
|
@ -193,47 +193,47 @@ export interface MultiSelectPassThroughOptions {
|
|||
*/
|
||||
virtualScroller?: VirtualScrollerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the option groups DOM element.
|
||||
* Used to pass attributes to the option group's DOM element.
|
||||
*/
|
||||
optionGroup?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the options DOM element.
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
option?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the option labels DOM element.
|
||||
* Used to pass attributes to the option label's DOM element.
|
||||
*/
|
||||
optionLabel?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the option checkboxs DOM element.
|
||||
* Used to pass attributes to the option checkbox's DOM element.
|
||||
*/
|
||||
pcOptionCheckbox?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the emptyMessages DOM element.
|
||||
* Used to pass attributes to the emptyMessage's DOM element.
|
||||
*/
|
||||
emptyMessage?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden input containers DOM element.
|
||||
* Used to pass attributes to the hidden input container's DOM element.
|
||||
*/
|
||||
hiddenInputContainer?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden first focusable elements DOM element.
|
||||
* Used to pass attributes to the hidden first focusable element's DOM element.
|
||||
*/
|
||||
hiddenFirstFocusableEl?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden filter results DOM element.
|
||||
* Used to pass attributes to the hidden filter result's DOM element.
|
||||
*/
|
||||
hiddenFilterResult?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden selected messages DOM element.
|
||||
* Used to pass attributes to the hidden selected message's DOM element.
|
||||
*/
|
||||
hiddenSelectedMessage?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden last focusable elements DOM element.
|
||||
* Used to pass attributes to the hidden last focusable element's DOM element.
|
||||
*/
|
||||
hiddenLastFocusableEl?: MultiSelectPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -102,7 +102,7 @@ export interface OrderListSelectionChangeEvent {
|
|||
*/
|
||||
export interface OrderListPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: OrderListPassThroughOptionType;
|
||||
/**
|
||||
|
@ -130,7 +130,7 @@ export interface OrderListPassThroughOptions {
|
|||
*/
|
||||
pcMoveBottomButton?: ButtonPassThroughOptions<OrderListSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the containers DOM element.
|
||||
* Used to pass attributes to the container's DOM element.
|
||||
*/
|
||||
container?: OrderListPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -108,15 +108,15 @@ export interface OrganizationChartCollapsedKeys {
|
|||
*/
|
||||
export interface OrganizationChartPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the tables DOM element.
|
||||
* Used to pass attributes to the table's DOM element.
|
||||
*/
|
||||
table?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the bodys DOM element.
|
||||
* Used to pass attributes to the body's DOM element.
|
||||
*/
|
||||
body?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
|
@ -124,47 +124,47 @@ export interface OrganizationChartPassThroughOptions {
|
|||
*/
|
||||
row?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the cells DOM element.
|
||||
* Used to pass attributes to the cell's DOM element.
|
||||
*/
|
||||
cell?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the nodes DOM element.
|
||||
* Used to pass attributes to the node's DOM element.
|
||||
*/
|
||||
node?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the node toggle buttons DOM element.
|
||||
* Used to pass attributes to the node toggle button's DOM element.
|
||||
*/
|
||||
nodeToggleButton?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the node toggle button icons DOM element.
|
||||
* Used to pass attributes to the node toggle button icon's DOM element.
|
||||
*/
|
||||
nodeToggleButtonIcon?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the connectorss DOM element.
|
||||
* Used to pass attributes to the connectors's DOM element.
|
||||
*/
|
||||
connectors?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lineCells DOM element.
|
||||
* Used to pass attributes to the lineCell's DOM element.
|
||||
*/
|
||||
lineCell?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the connector downs DOM element.
|
||||
* Used to pass attributes to the connector down's DOM element.
|
||||
*/
|
||||
connectorDown?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the connector lefts DOM element.
|
||||
* Used to pass attributes to the connector left's DOM element.
|
||||
*/
|
||||
connectorLeft?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the connector rights DOM element.
|
||||
* Used to pass attributes to the connector right's DOM element.
|
||||
*/
|
||||
connectorRight?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the node childrens DOM element.
|
||||
* Used to pass attributes to the node children's DOM element.
|
||||
*/
|
||||
nodeChildren?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the nodeCells DOM element.
|
||||
* Used to pass attributes to the nodeCell's DOM element.
|
||||
*/
|
||||
nodeCell?: OrganizationChartPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -66,59 +66,59 @@ export interface PaginatorSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface PaginatorPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the paginator containers DOM element.
|
||||
* Used to pass attributes to the paginator container's DOM element.
|
||||
*/
|
||||
paginatorContainer?: PaginatorPassThroughOptionType<T> | any;
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the content starts DOM element.
|
||||
* Used to pass attributes to the content start's DOM element.
|
||||
*/
|
||||
contentStart?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the first page buttons DOM element.
|
||||
* Used to pass attributes to the first page button's DOM element.
|
||||
*/
|
||||
first?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the first icons DOM element.
|
||||
* Used to pass attributes to the first icon's DOM element.
|
||||
*/
|
||||
firstIcon?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the prev page buttons DOM element.
|
||||
* Used to pass attributes to the prev page button's DOM element.
|
||||
*/
|
||||
prev?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the prev page icons DOM element.
|
||||
* Used to pass attributes to the prev page icon's DOM element.
|
||||
*/
|
||||
prevIcon?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the next page buttons DOM element.
|
||||
* Used to pass attributes to the next page button's DOM element.
|
||||
*/
|
||||
next?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the next page icons DOM element.
|
||||
* Used to pass attributes to the next page icon's DOM element.
|
||||
*/
|
||||
nextIcon?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the last page buttons DOM element.
|
||||
* Used to pass attributes to the last page button's DOM element.
|
||||
*/
|
||||
last?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the last page icons DOM element.
|
||||
* Used to pass attributes to the last page icon's DOM element.
|
||||
*/
|
||||
lastIcon?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the pagess DOM element.
|
||||
* Used to pass attributes to the pages's DOM element.
|
||||
*/
|
||||
pages?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the page buttons DOM element.
|
||||
* Used to pass attributes to the page button's DOM element.
|
||||
*/
|
||||
page?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the currents DOM element.
|
||||
* Used to pass attributes to the current's DOM element.
|
||||
*/
|
||||
current?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -137,7 +137,7 @@ export interface PaginatorPassThroughOptions<T = any> {
|
|||
*/
|
||||
pcJumpToPageInput?: InputNumberPassThroughOptions<PaginatorSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the content ends DOM element.
|
||||
* Used to pass attributes to the content end's DOM element.
|
||||
*/
|
||||
contentEnd?: PaginatorPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -82,15 +82,15 @@ export interface PanelToggleEvent {
|
|||
*/
|
||||
export interface PanelPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: PanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: PanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the titles DOM element.
|
||||
* Used to pass attributes to the title's DOM element.
|
||||
*/
|
||||
title?: PanelPassThroughOptionType;
|
||||
/**
|
||||
|
@ -98,20 +98,20 @@ export interface PanelPassThroughOptions {
|
|||
*/
|
||||
headerActions?: PanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the toggle button buttons DOM element.
|
||||
* Used to pass attributes to the toggle button button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
pcToggleButton?: ButtonPassThroughOptions<PanelSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the content containers DOM element.
|
||||
* Used to pass attributes to the content container's DOM element.
|
||||
*/
|
||||
contentContainer?: PanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: PanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the footers DOM element.
|
||||
* Used to pass attributes to the footer's DOM element.
|
||||
*/
|
||||
footer?: PanelPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -57,75 +57,75 @@ export interface PanelMenuPassThroughMethodOptions {
|
|||
*/
|
||||
export interface PanelMenuPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the panels DOM element.
|
||||
* Used to pass attributes to the panel's DOM element.
|
||||
*/
|
||||
panel?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header contents DOM element.
|
||||
* Used to pass attributes to the header content's DOM element.
|
||||
*/
|
||||
headerContent?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header links DOM element.
|
||||
* Used to pass attributes to the header link's DOM element.
|
||||
*/
|
||||
headerLink?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenuIcons DOM element.
|
||||
* Used to pass attributes to the submenuIcon's DOM element.
|
||||
*/
|
||||
submenuIcon?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header icons DOM element.
|
||||
* Used to pass attributes to the header icon's DOM element.
|
||||
*/
|
||||
headerIcon?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header labels DOM element.
|
||||
* Used to pass attributes to the header label's DOM element.
|
||||
*/
|
||||
headerLabel?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the content containers DOM element.
|
||||
* Used to pass attributes to the content container's DOM element.
|
||||
*/
|
||||
contentContainer?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the root lists DOM element.
|
||||
* Used to pass attributes to the root list's DOM element.
|
||||
*/
|
||||
rootList?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the list items DOM element.
|
||||
* Used to pass attributes to the list item's DOM element.
|
||||
*/
|
||||
menuitem?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item contents DOM element.
|
||||
* Used to pass attributes to the item content's DOM element.
|
||||
*/
|
||||
itemContent?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item icons DOM element.
|
||||
* Used to pass attributes to the item icon's DOM element.
|
||||
*/
|
||||
itemIcon?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the submenus DOM element.
|
||||
* Used to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: PanelMenuPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -67,7 +67,7 @@ export interface PasswordSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface PasswordPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: PasswordPassThroughOptionType;
|
||||
/**
|
||||
|
@ -76,27 +76,27 @@ export interface PasswordPassThroughOptions {
|
|||
*/
|
||||
ptInput?: InputTextPassThroughOptions<PasswordSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the mask icons DOM element.
|
||||
* Used to pass attributes to the mask icon's DOM element.
|
||||
*/
|
||||
maskIcon?: PasswordPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the unmask icons DOM element.
|
||||
* Used to pass attributes to the unmask icon's DOM element.
|
||||
*/
|
||||
unmaskIcon?: PasswordPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the overlays DOM element.
|
||||
* Used to pass attributes to the overlay's DOM element.
|
||||
*/
|
||||
overlay?: PasswordPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the meters DOM element.
|
||||
* Used to pass attributes to the meter's DOM element.
|
||||
*/
|
||||
meter?: PasswordPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the meter labels DOM element.
|
||||
* Used to pass attributes to the meter label's DOM element.
|
||||
*/
|
||||
meterLabel?: PasswordPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the meter texts DOM element.
|
||||
* Used to pass attributes to the meter text's DOM element.
|
||||
*/
|
||||
meterText?: PasswordPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -146,7 +146,7 @@ export interface PickListMoveAllToSourceEvent extends PickListMoveToTargetEvent
|
|||
*/
|
||||
export interface PickListPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: PickListPassThroughOptionType;
|
||||
/**
|
||||
|
@ -174,11 +174,11 @@ export interface PickListPassThroughOptions {
|
|||
*/
|
||||
pcList?: ListboxPassThroughOptions<PickListSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the source list containerrs DOM element.
|
||||
* Used to pass attributes to the source list containerr's DOM element.
|
||||
*/
|
||||
sourceListContainer?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the source lists DOM element.
|
||||
* Used to pass attributes to the source list's DOM element.
|
||||
*/
|
||||
sourceList?: PickListPassThroughOptionType;
|
||||
/**
|
||||
|
@ -202,15 +202,15 @@ export interface PickListPassThroughOptions {
|
|||
*/
|
||||
moveAllToSourceButton?: ButtonPassThroughOptions<PickListSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the target list containers DOM element.
|
||||
* Used to pass attributes to the target list container's DOM element.
|
||||
*/
|
||||
targetListContainer?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the target lists DOM element.
|
||||
* Used to pass attributes to the target list's DOM element.
|
||||
*/
|
||||
targetList?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the target items DOM element.
|
||||
* Used to pass attributes to the target item's DOM element.
|
||||
*/
|
||||
item?: PickListPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -52,11 +52,11 @@ export interface PopoverPassThroughMethodOptions {
|
|||
*/
|
||||
export interface PopoverPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: PopoverPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: PopoverPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -42,19 +42,19 @@ export interface ProgressBarPassThroughMethodOptions<T> {
|
|||
*/
|
||||
export interface ProgressBarPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ProgressBarPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the indeterminate containers DOM element.
|
||||
* Used to pass attributes to the indeterminate container's DOM element.
|
||||
*/
|
||||
indeterminateContainer?: ProgressBarPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the values DOM element.
|
||||
* Used to pass attributes to the value's DOM element.
|
||||
*/
|
||||
value?: ProgressBarPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: ProgressBarPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -45,15 +45,15 @@ export interface ProgressSpinnerPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ProgressSpinnerPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ProgressSpinnerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the spinners DOM element.
|
||||
* Used to pass attributes to the spinner's DOM element.
|
||||
*/
|
||||
spinner?: ProgressSpinnerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the circles DOM element.
|
||||
* Used to pass attributes to the circle's DOM element.
|
||||
*/
|
||||
circle?: ProgressSpinnerPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -53,19 +53,19 @@ export interface RadioButtonPassThroughMethodOptions {
|
|||
*/
|
||||
export interface RadioButtonPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: RadioButtonPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inputs DOM element.
|
||||
* Used to pass attributes to the input's DOM element.
|
||||
*/
|
||||
input?: RadioButtonPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the boxs DOM element.
|
||||
* Used to pass attributes to the box's DOM element.
|
||||
*/
|
||||
box?: RadioButtonPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: RadioButtonPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -54,27 +54,27 @@ export interface RatingPassThroughMethodOptions {
|
|||
*/
|
||||
export interface RatingPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: RatingPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the options DOM element.
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
option?: RatingPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the on icons DOM element.
|
||||
* Used to pass attributes to the on icon's DOM element.
|
||||
*/
|
||||
onIcon?: RatingPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the off icons DOM element.
|
||||
* Used to pass attributes to the off icon's DOM element.
|
||||
*/
|
||||
offIcon?: RatingPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden option input containers DOM element.
|
||||
* Used to pass attributes to the hidden option input container's DOM element.
|
||||
*/
|
||||
hiddenOptionInputContainer?: RatingPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the hidden option inputs DOM element.
|
||||
* Used to pass attributes to the hidden option input's DOM element.
|
||||
*/
|
||||
hiddenOptionInput?: RatingPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -45,7 +45,7 @@ export interface RippleOptions {
|
|||
*/
|
||||
export interface RippleDirectivePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: RippleDirectivePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -48,7 +48,7 @@ export interface RowPassThroughMethodOptions {
|
|||
*/
|
||||
export interface RowPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: RowPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,23 +50,23 @@ export interface ScrollPanelPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ScrollPanelPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ScrollPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the content containers DOM element.
|
||||
* Used to pass attributes to the content container's DOM element.
|
||||
*/
|
||||
contentContainer?: ScrollPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: ScrollPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the horizontal panels DOM element.
|
||||
* Used to pass attributes to the horizontal panel's DOM element.
|
||||
*/
|
||||
barX?: ScrollPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the vertical panels DOM element.
|
||||
* Used to pass attributes to the vertical panel's DOM element.
|
||||
*/
|
||||
barY?: ScrollPanelPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -67,12 +67,12 @@ export interface ScrollTopSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ScrollTopPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the previous buttons DOM element.
|
||||
* Used to pass attributes to the previous button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
root?: ButtonPassThroughOptions<ScrollTopSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the previous buttons DOM element.
|
||||
* Used to pass attributes to the previous button's DOM element.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
button?: ButtonPassThroughOptions<ScrollTopSharedPassThroughMethodOptions>;
|
||||
|
|
|
@ -100,15 +100,15 @@ export interface SelectFilterEvent {
|
|||
*/
|
||||
export interface SelectPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the clear icons DOM element.
|
||||
* Used to pass attributes to the clear icon's DOM element.
|
||||
*/
|
||||
clearIcon?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -116,15 +116,15 @@ export interface SelectPassThroughOptions<T = any> {
|
|||
*/
|
||||
dropdown?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the loading icons DOM element.
|
||||
* Used to pass attributes to the loading icon's DOM element.
|
||||
*/
|
||||
loadingIcon?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the overlays DOM element.
|
||||
* Used to pass attributes to the overlay's DOM element.
|
||||
*/
|
||||
overlay?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
*/
|
||||
header?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -143,11 +143,11 @@ export interface SelectPassThroughOptions<T = any> {
|
|||
*/
|
||||
pcFilterIconContainer?: InputIconPassThroughOptions<SelectSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the filter icons DOM element.
|
||||
* Used to pass attributes to the filter icon's DOM element.
|
||||
*/
|
||||
filterIcon?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the list containers DOM element.
|
||||
* Used to pass attributes to the list container's DOM element.
|
||||
*/
|
||||
listContainer?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -156,55 +156,55 @@ export interface SelectPassThroughOptions<T = any> {
|
|||
*/
|
||||
virtualScroller?: VirtualScrollerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option groups DOM element.
|
||||
* Used to pass attributes to the option group's DOM element.
|
||||
*/
|
||||
optionGroup?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option group labels DOM element.
|
||||
* Used to pass attributes to the option group label's DOM element.
|
||||
*/
|
||||
optionGroupLabel?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the options DOM element.
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
*/
|
||||
option?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option labels DOM element.
|
||||
* Used to pass attributes to the option label's DOM element.
|
||||
*/
|
||||
optionLabel?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option check icons DOM element.
|
||||
* Used to pass attributes to the option check icon's DOM element.
|
||||
*/
|
||||
optionCheckIcon?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option blank icons DOM element.
|
||||
* Used to pass attributes to the option blank icon's DOM element.
|
||||
*/
|
||||
optionBlankIcon?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the empty messages DOM element.
|
||||
* Used to pass attributes to the empty message's DOM element.
|
||||
*/
|
||||
emptyMessage?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden first focusable elements DOM element.
|
||||
* Used to pass attributes to the hidden first focusable element's DOM element.
|
||||
*/
|
||||
hiddenFirstFocusableEl?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden filter results DOM element.
|
||||
* Used to pass attributes to the hidden filter result's DOM element.
|
||||
*/
|
||||
hiddenFilterResult?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden empty messages DOM element.
|
||||
* Used to pass attributes to the hidden empty message's DOM element.
|
||||
*/
|
||||
hiddenEmptyMessage?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden selected messages DOM element.
|
||||
* Used to pass attributes to the hidden selected message's DOM element.
|
||||
*/
|
||||
hiddenSelectedMessage?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden last focusable elements DOM element.
|
||||
* Used to pass attributes to the hidden last focusable element's DOM element.
|
||||
*/
|
||||
hiddenLastFocusableEl?: SelectPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -55,7 +55,7 @@ export interface SelectButtonPassThroughMethodOptions {
|
|||
*/
|
||||
export interface SelectButtonPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SelectButtonPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -45,7 +45,7 @@ export interface SkeletonPassThroughMethodOptions {
|
|||
*/
|
||||
export interface SkeletonPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SkeletonPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -45,23 +45,23 @@ export interface SliderPassThroughMethodOptions {
|
|||
*/
|
||||
export interface SliderPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SliderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the ranges DOM element.
|
||||
* Used to pass attributes to the range's DOM element.
|
||||
*/
|
||||
range?: SliderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the handles DOM element.
|
||||
* Used to pass attributes to the handle's DOM element.
|
||||
*/
|
||||
handle?: SliderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the start handlers DOM element.
|
||||
* Used to pass attributes to the start handler's DOM element.
|
||||
*/
|
||||
startHandler?: SliderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the end handlers DOM element.
|
||||
* Used to pass attributes to the end handler's DOM element.
|
||||
*/
|
||||
endHandler?: SliderPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -70,7 +70,7 @@ export interface SpeedDialSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface SpeedDialPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SpeedDialPassThroughOptionType;
|
||||
/**
|
||||
|
@ -79,11 +79,11 @@ export interface SpeedDialPassThroughOptions {
|
|||
*/
|
||||
pcButton?: ButtonPassThroughOptions<SpeedDialSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: SpeedDialPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: SpeedDialPassThroughOptionType;
|
||||
/**
|
||||
|
@ -92,11 +92,11 @@ export interface SpeedDialPassThroughOptions {
|
|||
*/
|
||||
action?: ButtonPassThroughOptions<SpeedDialSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the action icons DOM element.
|
||||
* Used to pass attributes to the action icon's DOM element.
|
||||
*/
|
||||
actionIcon?: SpeedDialPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the masks DOM element.
|
||||
* Used to pass attributes to the mask's DOM element.
|
||||
*/
|
||||
mask?: SpeedDialPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -67,7 +67,7 @@ export interface SplitButtonSharedPassThroughMethodOptions {
|
|||
*/
|
||||
export interface SplitButtonPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SplitButtonPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -99,15 +99,15 @@ export interface SplitterResizeEndEvent {
|
|||
*/
|
||||
export interface SplitterPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SplitterPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the gutters DOM element.
|
||||
* Used to pass attributes to the gutter's DOM element.
|
||||
*/
|
||||
gutter?: SplitterPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the gutter handles DOM element.
|
||||
* Used to pass attributes to the gutter handle's DOM element.
|
||||
*/
|
||||
gutterHandle?: SplitterPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface SplitterPanelPassThroughMethodOptions {
|
|||
*/
|
||||
export interface SplitterPanelPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SplitterPanelPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -51,11 +51,11 @@ export interface StepperPassThroughMethodOptions {
|
|||
*/
|
||||
export interface StepperPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: StepperPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: StepperPassThroughOptionType;
|
||||
/**
|
||||
|
@ -63,7 +63,7 @@ export interface StepperPassThroughOptions {
|
|||
*/
|
||||
panels?: StepperPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the end handlers DOM element.
|
||||
* Used to pass attributes to the end handler's DOM element.
|
||||
*/
|
||||
stepperpanel?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -52,35 +52,35 @@ export interface StepperPanelPassThroughMethodOptions {
|
|||
*/
|
||||
export interface StepperPanelPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item headers DOM element.
|
||||
* Used to pass attributes to the item header's DOM element.
|
||||
*/
|
||||
itemHeader?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item numbers DOM element.
|
||||
* Used to pass attributes to the item number's DOM element.
|
||||
*/
|
||||
itemNumber?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item titles DOM element.
|
||||
* Used to pass attributes to the item title's DOM element.
|
||||
*/
|
||||
itemTitle?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the panel content containers DOM element.
|
||||
* Used to pass attributes to the panel content container's DOM element.
|
||||
*/
|
||||
panelContentContainer?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the panel contents DOM element.
|
||||
* Used to pass attributes to the panel content's DOM element.
|
||||
*/
|
||||
panelContent?: StepperPanelPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -51,27 +51,27 @@ export interface StepsPassThroughMethodOptions {
|
|||
*/
|
||||
export interface StepsPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: StepsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
list?: StepsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the list items DOM element.
|
||||
* Used to pass attributes to the list item's DOM element.
|
||||
*/
|
||||
item?: StepsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: StepsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item numbers DOM element.
|
||||
* Used to pass attributes to the item number's DOM element.
|
||||
*/
|
||||
itemNumber?: StepsPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: StepsPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface TabPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TabPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TabPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface TabListPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TabListPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TabListPassThroughOptionType;
|
||||
/**
|
||||
|
@ -62,11 +62,11 @@ export interface TabListPassThroughOptions {
|
|||
*/
|
||||
nextButton?: TabListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
content?: TabListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inkbars DOM element.
|
||||
* Used to pass attributes to the inkbar's DOM element.
|
||||
*/
|
||||
inkbar?: TabListPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -55,31 +55,31 @@ export interface TabMenuPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TabMenuPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the tablists DOM element.
|
||||
* Used to pass attributes to the tablist's DOM element.
|
||||
*/
|
||||
tablist?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the items DOM element.
|
||||
* Used to pass attributes to the item's DOM element.
|
||||
*/
|
||||
item?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item itemIcons DOM element.
|
||||
* Used to pass attributes to the item itemIcon's DOM element.
|
||||
*/
|
||||
itemIcon?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inkbars DOM element.
|
||||
* Used to pass attributes to the inkbar's DOM element.
|
||||
*/
|
||||
activeBar?: TabMenuPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,26 +50,26 @@ export interface TabPanelPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TabPanelPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TabPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
* @deprecated since v4. Only supported by TabView.
|
||||
*/
|
||||
header?: TabPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header actions DOM element.
|
||||
* Used to pass attributes to the header action's DOM element.
|
||||
* @deprecated since v4. Only supported by TabView.
|
||||
*/
|
||||
headerAction?: TabPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the titles DOM element.
|
||||
* Used to pass attributes to the title's DOM element.
|
||||
* @deprecated since v4. Only supported by TabView.
|
||||
*/
|
||||
headerTitle?: TabPanelPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
* @deprecated since v4. Only supported by TabView.
|
||||
*/
|
||||
content?: TabPanelPassThroughOptionType;
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface TabPanelsPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TabPanelsPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TabPanelsPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface TabsPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TabsPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TabsPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -74,43 +74,43 @@ export interface TabViewClickEvent extends TabViewChangeEvent {}
|
|||
*/
|
||||
export interface TabViewPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the nav containers DOM element.
|
||||
* Used to pass attributes to the nav container's DOM element.
|
||||
*/
|
||||
navContainer?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the nav contents DOM element.
|
||||
* Used to pass attributes to the nav content's DOM element.
|
||||
*/
|
||||
navContent?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
*/
|
||||
nav?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the inkbars DOM element.
|
||||
* Used to pass attributes to the inkbar's DOM element.
|
||||
*/
|
||||
inkbar?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previous buttons DOM element.
|
||||
* Used to pass attributes to the previous button's DOM element.
|
||||
*/
|
||||
previousButton?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the previous button icons DOM element.
|
||||
* Used to pass attributes to the previous button icon's DOM element.
|
||||
*/
|
||||
previousIcon?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the next buttons DOM element.
|
||||
* Used to pass attributes to the next button's DOM element.
|
||||
*/
|
||||
nextButton?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the next button icons DOM element.
|
||||
* Used to pass attributes to the next button icon's DOM element.
|
||||
*/
|
||||
nextIcon?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the panels DOM element.
|
||||
* Used to pass attributes to the panel's DOM element.
|
||||
*/
|
||||
panelContainer?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -46,15 +46,15 @@ export interface TagPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TagPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TagPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: TagPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: TagPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -49,15 +49,15 @@ export interface TerminalPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TerminalPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the welcome messages DOM element.
|
||||
* Used to pass attributes to the welcome message's DOM element.
|
||||
*/
|
||||
welcomeMessage?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
|
@ -65,23 +65,23 @@ export interface TerminalPassThroughOptions {
|
|||
*/
|
||||
commands?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the prompts DOM element.
|
||||
* Used to pass attributes to the prompt's DOM element.
|
||||
*/
|
||||
prompt?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the commands DOM element.
|
||||
* Used to pass attributes to the command's DOM element.
|
||||
*/
|
||||
command?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the responses DOM element.
|
||||
* Used to pass attributes to the response's DOM element.
|
||||
*/
|
||||
response?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the containers DOM element.
|
||||
* Used to pass attributes to the container's DOM element.
|
||||
*/
|
||||
container?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the command texts DOM element.
|
||||
* Used to pass attributes to the command text's DOM element.
|
||||
*/
|
||||
commandText?: TerminalPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,7 +50,7 @@ export interface TextareaPassThroughMethodOptions {
|
|||
*/
|
||||
export interface TextareaPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TextareaPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -57,43 +57,43 @@ export interface TieredMenuPassThroughMethodOptions<T> {
|
|||
*/
|
||||
export interface TieredMenuPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the root lists DOM element.
|
||||
* Used to pass attributes to the root list's DOM element.
|
||||
*/
|
||||
rootList?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the list items DOM element.
|
||||
* Used to pass attributes to the list item's DOM element.
|
||||
*/
|
||||
item?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the item contents DOM element.
|
||||
* Used to pass attributes to the item content's DOM element.
|
||||
*/
|
||||
itemContent?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the item links DOM element.
|
||||
* Used to pass attributes to the item link's DOM element.
|
||||
*/
|
||||
itemLink?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the item icons DOM element.
|
||||
* Used to pass attributes to the item icon's DOM element.
|
||||
*/
|
||||
itemIcon?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the item labels DOM element.
|
||||
* Used to pass attributes to the item label's DOM element.
|
||||
*/
|
||||
itemLabel?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the submenu icons DOM element.
|
||||
* Used to pass attributes to the submenu icon's DOM element.
|
||||
*/
|
||||
submenuIcon?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the separators DOM element.
|
||||
* Used to pass attributes to the separator's DOM element.
|
||||
*/
|
||||
separator?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the submenus DOM element.
|
||||
* Used to pass attributes to the submenu's DOM element.
|
||||
*/
|
||||
submenu?: TieredMenuPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
|
@ -50,31 +50,31 @@ export interface TimelinePassThroughMethodOptions {
|
|||
*/
|
||||
export interface TimelinePassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: TimelinePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the events DOM element.
|
||||
* Used to pass attributes to the event's DOM element.
|
||||
*/
|
||||
event?: TimelinePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the event opposites DOM element.
|
||||
* Used to pass attributes to the event opposite's DOM element.
|
||||
*/
|
||||
eventOpposite?: TimelinePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the event separators DOM element.
|
||||
* Used to pass attributes to the event separator's DOM element.
|
||||
*/
|
||||
eventSeparator?: TimelinePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the event markers DOM element.
|
||||
* Used to pass attributes to the event marker's DOM element.
|
||||
*/
|
||||
eventMarker?: TimelinePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the event connectors DOM element.
|
||||
* Used to pass attributes to the event connector's DOM element.
|
||||
*/
|
||||
eventConnector?: TimelinePassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the event contents DOM element.
|
||||
* Used to pass attributes to the event content's DOM element.
|
||||
*/
|
||||
eventContent?: TimelinePassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -52,48 +52,48 @@ export interface ToastPassThroughMethodOptions {
|
|||
*/
|
||||
export interface ToastPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the messages DOM element.
|
||||
* Used to pass attributes to the message's DOM element.
|
||||
*/
|
||||
message?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the message contents DOM element.
|
||||
* Used to pass attributes to the message content's DOM element.
|
||||
*/
|
||||
messageContent?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the message icons DOM element.
|
||||
* Used to pass attributes to the message icon's DOM element.
|
||||
*/
|
||||
messageIcon?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the message texts DOM element.
|
||||
* Used to pass attributes to the message text's DOM element.
|
||||
*/
|
||||
messageText?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the summarys DOM element.
|
||||
* Used to pass attributes to the summary's DOM element.
|
||||
*/
|
||||
summary?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the details DOM element.
|
||||
* Used to pass attributes to the detail's DOM element.
|
||||
*/
|
||||
detail?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the button containers DOM element.
|
||||
* Used to pass attributes to the button container's DOM element.
|
||||
*/
|
||||
buttonContainer?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the buttons DOM element.
|
||||
* Used to pass attributes to the button's DOM element.
|
||||
* @deprecated since v3.30.2. Use 'closeButton' option.
|
||||
*/
|
||||
button?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the buttons DOM element.
|
||||
* Used to pass attributes to the button's DOM element.
|
||||
*/
|
||||
closeButton?: ToastPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the button icons DOM element.
|
||||
* Used to pass attributes to the button icon's DOM element.
|
||||
*/
|
||||
closeIcon?: ToastPassThroughOptionType;
|
||||
/**
|
||||
|
|
|
@ -50,19 +50,19 @@ export interface ToggleButtonPassThroughMethodOptions<T = any> {
|
|||
*/
|
||||
export interface ToggleButtonPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: ToggleButtonPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the contents DOM element.
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
content?: ToggleButtonPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the icons DOM element.
|
||||
* Used to pass attributes to the icon's DOM element.
|
||||
*/
|
||||
icon?: ToggleButtonPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the labels DOM element.
|
||||
* Used to pass attributes to the label's DOM element.
|
||||
*/
|
||||
label?: ToggleButtonPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue