kopia lustrzana https://github.com/shoelace-style/shoelace
Update event names to use kebab-case
rodzic
0df547631d
commit
89023a5a4a
|
@ -54,10 +54,10 @@ export class Switch {
|
|||
@Event({ eventName: 'sl-blur' }) slBlur: EventEmitter;
|
||||
|
||||
/** Emitted when the control's checked state changes. */
|
||||
@Event({eventName: 'sl-change' }) slChange: EventEmitter;
|
||||
@Event({ eventName: 'sl-change' }) slChange: EventEmitter;
|
||||
|
||||
/** Emitted when the control gains focus. */
|
||||
@Event({eventName: 'sl-focus' }) slFocus: EventEmitter;
|
||||
@Event({ eventName: 'sl-focus' }) slFocus: EventEmitter;
|
||||
|
||||
connectedCallback() {
|
||||
this.handleClick = this.handleClick.bind(this);
|
||||
|
|
Ładowanie…
Reference in New Issue