chore: sync with main

This commit is contained in:
Liam DeBeasi
2024-05-01 10:12:06 -04:00
188 changed files with 1973 additions and 1658 deletions

View File

@ -75,6 +75,8 @@ export class PickerColumn implements ComponentInterface {
/**
* Emitted when the value has changed.
*
* This event will not emit when programmatically setting the `value` property.
*/
@Event() ionChange!: EventEmitter<PickerColumnChangeEventDetail>;