@pega/angular-sdk-components 0.23.16 → 0.23.17

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.
@@ -41,7 +41,6 @@ export declare class CurrencyComponent implements OnInit, OnDestroy {
41
41
  onStateChange(): void;
42
42
  checkAndUpdate(): void;
43
43
  updateSelf(): void;
44
- fieldOnChange(event: any): void;
45
44
  fieldOnBlur(event: any): void;
46
45
  getErrorMessage(): string;
47
46
  static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyComponent, never>;
@@ -35,7 +35,6 @@ export declare class EmailComponent implements OnInit, OnDestroy {
35
35
  onStateChange(): void;
36
36
  checkAndUpdate(): void;
37
37
  updateSelf(): void;
38
- fieldOnChange(event: any): void;
39
38
  fieldOnBlur(event: any): void;
40
39
  getErrorMessage(): string;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<EmailComponent, never>;
@@ -35,7 +35,6 @@ export declare class IntegerComponent implements OnInit, OnDestroy {
35
35
  onStateChange(): void;
36
36
  checkAndUpdate(): void;
37
37
  updateSelf(): void;
38
- fieldOnChange(event: any): void;
39
38
  fieldOnBlur(event: any): void;
40
39
  getErrorMessage(): string;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<IntegerComponent, never>;
@@ -35,7 +35,6 @@ export declare class PercentageComponent implements OnInit, OnDestroy {
35
35
  onStateChange(): void;
36
36
  checkAndUpdate(): void;
37
37
  updateSelf(): void;
38
- fieldOnChange(event: any): void;
39
38
  fieldOnBlur(event: any): void;
40
39
  getErrorMessage(): string;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<PercentageComponent, never>;
@@ -36,7 +36,6 @@ export declare class TextInputComponent implements OnInit, OnDestroy {
36
36
  onStateChange(): void;
37
37
  checkAndUpdate(): void;
38
38
  updateSelf(): void;
39
- fieldOnChange(event: any): void;
40
39
  fieldOnBlur(event: any): void;
41
40
  getErrorMessage(): string;
42
41
  static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
@@ -35,7 +35,6 @@ export declare class UrlComponent implements OnInit, OnDestroy {
35
35
  onStateChange(): void;
36
36
  checkAndUpdate(): void;
37
37
  updateSelf(): void;
38
- fieldOnChange(event: any): void;
39
38
  fieldOnBlur(event: any): void;
40
39
  getErrorMessage(): string;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<UrlComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/angular-sdk-components",
3
- "version": "0.23.16",
3
+ "version": "0.23.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12"