refactor(input, textarea) remove unused event (#29183)

This commit is contained in:
Liam DeBeasi
2024-03-20 12:47:49 -04:00
committed by GitHub
parent 892594de06
commit 63a2d4fb44
4 changed files with 3 additions and 27 deletions

View File

@ -22,7 +22,7 @@ import type { SlotMutationController } from '@utils/slot-mutation-controller';
import { createColorClasses, hostContext } from '@utils/theme';
import { getIonMode } from '../../global/ionic-global';
import type { Color, StyleEventDetail } from '../../interface';
import type { Color } from '../../interface';
import { getCounterText } from '../input/input.utils';
import type { TextareaChangeEventDetail, TextareaInputEventDetail } from './textarea-interface';
@ -276,12 +276,6 @@ export class Textarea implements ComponentInterface {
*/
@Event() ionInput!: EventEmitter<TextareaInputEventDetail>;
/**
* Emitted when the styles change.
* @internal
*/
@Event() ionStyle!: EventEmitter<StyleEventDetail>;
/**
* Emitted when the input loses focus.
*/