ca-components 1.0.84 → 1.0.85

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.
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ElementRef } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
2
2
  import { ControlValueAccessor, NgControl } from '@angular/forms';
3
3
  import { ICaInput } from '../config';
4
4
  import { InputChangeValue } from '../utils';
@@ -8,6 +8,7 @@ import { DropdownTemplateTypeEnum } from '../../ca-input-dropdown/enums';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class InputTestComponent implements ControlValueAccessor, AfterViewInit {
10
10
  ngControl: NgControl;
11
+ chdet: ChangeDetectorRef;
11
12
  inputValue: InputChangeValue;
12
13
  _inputConfig: ICaInput;
13
14
  inputElement: ElementRef;
@@ -26,7 +27,7 @@ export declare class InputTestComponent implements ControlValueAccessor, AfterVi
26
27
  dropdownTemplateTypeEnum: typeof DropdownTemplateTypeEnum;
27
28
  isTogglePassword: boolean;
28
29
  get inputConfig(): ICaInput;
29
- constructor(ngControl: NgControl);
30
+ constructor(ngControl: NgControl, chdet: ChangeDetectorRef);
30
31
  ngAfterViewInit(): void;
31
32
  get control(): import("@angular/forms").AbstractControl<any, any> | null;
32
33
  registerOnChange(fn: any): void;
@@ -44,6 +45,6 @@ export declare class InputTestComponent implements ControlValueAccessor, AfterVi
44
45
  handleCapsLock(status: boolean): void;
45
46
  identify(index: number): number;
46
47
  onPlaceholderIconEvent(event: Event): void;
47
- static ɵfac: i0.ɵɵFactoryDeclaration<InputTestComponent, [{ optional: true; self: true; }]>;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputTestComponent, [{ optional: true; self: true; }, null]>;
48
49
  static ɵcmp: i0.ɵɵComponentDeclaration<InputTestComponent, "ca-input-test", never, { "selectedDropdownLabelColor": { "alias": "selectedDropdownLabelColor"; "required": false; }; "template": { "alias": "template"; "required": false; }; "incorrectValue": { "alias": "incorrectValue"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; }, {}, never, never, true, never>;
49
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13",