mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(refresher): default to disabled false, add to breaking changes
also updates the preview demo to add to the top of the list on pull to refresh fixes #14879
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -5443,7 +5443,7 @@ declare global {
|
||||
*/
|
||||
'complete': () => void;
|
||||
/**
|
||||
* If true, the refresher will be hidden. Defaults to `true`.
|
||||
* If true, the refresher will be hidden. Defaults to `false`.
|
||||
*/
|
||||
'disabled': boolean;
|
||||
/**
|
||||
@ -5489,7 +5489,7 @@ declare global {
|
||||
*/
|
||||
'closeDuration'?: string;
|
||||
/**
|
||||
* If true, the refresher will be hidden. Defaults to `true`.
|
||||
* If true, the refresher will be hidden. Defaults to `false`.
|
||||
*/
|
||||
'disabled'?: boolean;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user