ca-components 1.7.92 → 1.7.93

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.
@@ -20,7 +20,6 @@ export declare class RestrictInputDirective extends RestrictInputDirective_base
20
20
  private inputPatternPipe;
21
21
  private lastValidInputValue;
22
22
  constructor(el: ElementRef, injector: Injector);
23
- onPaste(event: ClipboardEvent): void;
24
23
  onInput(event: InputEvent): void;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<RestrictInputDirective, never>;
26
25
  static ɵdir: i0.ɵɵDirectiveDeclaration<RestrictInputDirective, "[restrictInput]", never, { "restrictInput": { "alias": "restrictInput"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "1.7.92",
3
+ "version": "1.7.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13",