()
| 556 | } |
| 557 | |
| 558 | _fireChangeEvent() { |
| 559 | if (this._previousValue !== this.value) { |
| 560 | this._previousValue = this.value; |
| 561 | this.fireDecoratorEvent("change"); |
| 562 | } |
| 563 | } |
| 564 | |
| 565 | /** |
| 566 | * Value modifier - modifies the value of the component, validates the new value and enables/disables increment and |
no outgoing calls
no test coverage detected