()
| 1536 | } |
| 1537 | |
| 1538 | private emitStyle() { |
| 1539 | this.ionStyle.emit({ |
| 1540 | interactive: true, |
| 1541 | datetime: true, |
| 1542 | 'interactive-disabled': this.disabled, |
| 1543 | }); |
| 1544 | } |
| 1545 | |
| 1546 | private onFocus = () => { |
| 1547 | this.ionFocus.emit(); |
no outgoing calls
no test coverage detected