ng-mocks 14.1.3 → 14.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1596,13 +1596,13 @@ export declare const ngMocks: {
1596
1596
  *
1597
1597
  * @see https://ng-mocks.sudo.eu/api/ngMocks/change
1598
1598
  */
1599
- change(elSelector: DebugNodeSelector, value: any): void;
1599
+ change(elSelector: DebugNodeSelector, value: any, methodName?: string): void;
1600
1600
  /**
1601
1601
  * ngMocks.touch triggers ControlValueAccessor touch.
1602
1602
  *
1603
1603
  * @see https://ng-mocks.sudo.eu/api/ngMocks/touch
1604
1604
  */
1605
- touch(elSelector: DebugNode | DebugNodeSelector): void;
1605
+ touch(elSelector: DebugNode | DebugNodeSelector, methodName?: string): void;
1606
1606
  /**
1607
1607
  * ngMocks.click properly simulates a click on an element.
1608
1608
  *