mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
feat(spinner): add size for ionic theme (#29699)
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
@ -1892,14 +1892,14 @@ export declare interface IonSkeletonText extends Components.IonSkeletonText {}
|
||||
|
||||
@ProxyCmp({
|
||||
defineCustomElementFn: defineIonSpinner,
|
||||
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'theme']
|
||||
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme']
|
||||
})
|
||||
@Component({
|
||||
selector: 'ion-spinner',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
template: '<ng-content></ng-content>',
|
||||
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
||||
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'theme'],
|
||||
inputs: ['color', 'duration', 'mode', 'name', 'paused', 'size', 'theme'],
|
||||
standalone: true
|
||||
})
|
||||
export class IonSpinner {
|
||||
|
Reference in New Issue
Block a user