E
Size: a a a
E
VA
N👩
E
Вキ
GK
VA
D
VA
N👩
GK
IB
IB
transform(index: any): any {
if (index === this.previousInput) {
return super.transform(this.previousResult);
}
const input = this.getValue(index);
this.previousInput = index;
this.previousResult = input;
return super.transform(input);
}
IB
GK
VA
Вキ