File tree Expand file tree Collapse file tree 5 files changed +5
-20
lines changed
Expand file tree Collapse file tree 5 files changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,7 @@ export class Checkbox extends LitElement {
2323 requestUpdateOnAriaChange ( this ) ;
2424 }
2525
26- /**
27- * @nocollapse
28- * @export
29- */
26+ /** @nocollapse */
3027 static formAssociated = true ;
3128
3229 /**
Original file line number Diff line number Diff line change @@ -30,10 +30,7 @@ export class Radio extends LitElement {
3030 static override shadowRootOptions :
3131 ShadowRootInit = { ...LitElement . shadowRootOptions , delegatesFocus : true } ;
3232
33- /**
34- * @nocollapse
35- * @export
36- */
33+ /** @nocollapse */
3734 static formAssociated = true ;
3835
3936 /**
Original file line number Diff line number Diff line change @@ -40,10 +40,7 @@ export class Slider extends LitElement {
4040 static override shadowRootOptions :
4141 ShadowRootInit = { ...LitElement . shadowRootOptions , delegatesFocus : true } ;
4242
43- /**
44- * @nocollapse
45- * @export
46- */
43+ /** @nocollapse */
4744 static formAssociated = true ;
4845
4946 /**
Original file line number Diff line number Diff line change @@ -28,10 +28,7 @@ export class Switch extends LitElement {
2828 static override shadowRootOptions :
2929 ShadowRootInit = { mode : 'open' , delegatesFocus : true } ;
3030
31- /**
32- * @nocollapse
33- * @export
34- */
31+ /** @nocollapse */
3532 static formAssociated = true ;
3633
3734 /**
Original file line number Diff line number Diff line change @@ -45,10 +45,7 @@ export abstract class TextField extends LitElement {
4545 static override shadowRootOptions :
4646 ShadowRootInit = { ...LitElement . shadowRootOptions , delegatesFocus : true } ;
4747
48- /**
49- * @nocollapse
50- * @export
51- */
48+ /** @nocollapse */
5249 static formAssociated = true ;
5350
5451 @property ( { type : Boolean , reflect : true } ) disabled = false ;
You can’t perform that action at this time.
0 commit comments