mn-angular-lib 1.0.70 → 1.0.71

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mn-angular-lib",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -1731,6 +1731,7 @@ declare class MnDatetime implements OnInit {
1731
1731
  setDisabledState(isDisabled: boolean): void;
1732
1732
  handleInput(raw: string): void;
1733
1733
  handleBlur(): void;
1734
+ handleClick(input: HTMLInputElement): void;
1734
1735
  get control(): _angular_forms.AbstractControl<any, any, any> | null;
1735
1736
  get showError(): boolean;
1736
1737
  private pickErrorKey;