ps-toolkit-ui 1.19.16 → 1.19.18

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.
@@ -114,6 +114,7 @@ export declare class InputClass {
114
114
  modal: ModalClass;
115
115
  request: any;
116
116
  nameFun: (r: any) => void;
117
+ onFocusIn: (e: any) => void;
117
118
  onFocusOut: (e: any) => void;
118
119
  focus(changeIndex?: boolean): void;
119
120
  changeType: (t: InputType) => void;
@@ -7,9 +7,10 @@ export declare class FormIconComponent implements OnInit {
7
7
  inputBase: ElementRef;
8
8
  constructor();
9
9
  ngOnInit(): void;
10
- onFocusIn(): void;
10
+ onFocusIn(e?: any): void;
11
+ onFocusOut(e?: any): void;
11
12
  onClick(e: any): void;
12
- mouseClick(): void;
13
- codeClick(): void;
13
+ mouseClick(e: any): void;
14
+ codeClick(e: any): void;
14
15
  onKeyDown(e: any): void;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.19.16",
3
+ "version": "1.19.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"