Merge remote-tracking branch 'origin/main' into chore/sync-with-main

This commit is contained in:
Sean Perkins
2022-07-01 10:49:14 -04:00
369 changed files with 749 additions and 597 deletions

View File

@ -1866,6 +1866,10 @@ export namespace Components {
*/
"numericInput": boolean;
"scrollActiveItemIntoView": () => Promise<void>;
/**
* Sets the value prop and fires the ionChange event. This is used when we need to fire ionChange from user-generated events that cannot be caught with normal input/change event listeners.
*/
"setValue": (value?: string | number | undefined) => Promise<void>;
/**
* The selected option in the picker.
*/