mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
chore(): run build (#26675)
This commit is contained in:
@ -553,13 +553,13 @@ export declare interface IonChip extends Components.IonChip {}
|
|||||||
|
|
||||||
@ProxyCmp({
|
@ProxyCmp({
|
||||||
defineCustomElementFn: undefined,
|
defineCustomElementFn: undefined,
|
||||||
inputs: ['color', 'disabled', 'mode', 'outline', 'useBase']
|
inputs: ['color', 'disabled', 'outline']
|
||||||
})
|
})
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ion-chip',
|
selector: 'ion-chip',
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
template: '<ng-content></ng-content>',
|
template: '<ng-content></ng-content>',
|
||||||
inputs: ['color', 'disabled', 'mode', 'outline', 'useBase']
|
inputs: ['color', 'disabled', 'outline']
|
||||||
})
|
})
|
||||||
export class IonChip {
|
export class IonChip {
|
||||||
protected el: HTMLElement;
|
protected el: HTMLElement;
|
||||||
|
@ -340,9 +340,7 @@ ion-checkbox,part,mark
|
|||||||
ion-chip,shadow
|
ion-chip,shadow
|
||||||
ion-chip,prop,color,"danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string & Record<never, never> | undefined,undefined,false,true
|
ion-chip,prop,color,"danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string & Record<never, never> | undefined,undefined,false,true
|
||||||
ion-chip,prop,disabled,boolean,false,false,false
|
ion-chip,prop,disabled,boolean,false,false,false
|
||||||
ion-chip,prop,mode,"ios" | "md",undefined,false,false
|
|
||||||
ion-chip,prop,outline,boolean,false,false,false
|
ion-chip,prop,outline,boolean,false,false,false
|
||||||
ion-chip,prop,useBase,true | false,undefined,false,false
|
|
||||||
ion-chip,css-prop,--background
|
ion-chip,css-prop,--background
|
||||||
ion-chip,css-prop,--color
|
ion-chip,css-prop,--color
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user