mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
Merge branch 'main' into chore-update-next-from-main
This commit is contained in:
@ -126,10 +126,9 @@ import type { AccordionGroupChangeEventDetail as IIonAccordionGroupAccordionGrou
|
||||
|
||||
export declare interface IonAccordionGroup extends Components.IonAccordionGroup {
|
||||
/**
|
||||
* Emitted when the value property has changed
|
||||
as a result of a user action such as a click.
|
||||
This event will not emit when programmatically setting
|
||||
the value property.
|
||||
* Emitted when the value property has changed as a result of a user action such as a click.
|
||||
|
||||
This event will not emit when programmatically setting the `value` property.
|
||||
*/
|
||||
ionChange: EventEmitter<CustomEvent<IIonAccordionGroupAccordionGroupChangeEventDetail>>;
|
||||
}
|
||||
@ -1489,6 +1488,8 @@ import type { PickerColumnChangeEventDetail as IIonPickerColumnPickerColumnChang
|
||||
export declare interface IonPickerColumn extends Components.IonPickerColumn {
|
||||
/**
|
||||
* Emitted when the value has changed.
|
||||
|
||||
This event will not emit when programmatically setting the `value` property.
|
||||
*/
|
||||
ionChange: EventEmitter<CustomEvent<IIonPickerColumnPickerColumnChangeEventDetail>>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user