intelica-library-ui 0.1.141 → 0.1.142

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,7 +1,7 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { AfterViewInit, EventEmitter } from "@angular/core";
2
2
  import { ControlValueAccessor } from "@angular/forms";
3
3
  import * as i0 from "@angular/core";
4
- export declare class MultiSelectComponent implements ControlValueAccessor {
4
+ export declare class MultiSelectComponent implements ControlValueAccessor, AfterViewInit {
5
5
  /**
6
6
  * @description Id
7
7
  * @default ""
@@ -19,13 +19,13 @@ export declare class MultiSelectComponent implements ControlValueAccessor {
19
19
  * @default "text"
20
20
  * @type {{value: string, label: string}[]}
21
21
  */
22
- optionLabel: string;
22
+ optionLabel: string | undefined;
23
23
  /**
24
24
  * @description Value name.
25
25
  * @default "value"
26
26
  * @type {{value: string, label: string}[]}
27
27
  */
28
- optionValue: string;
28
+ optionValue: string | undefined;
29
29
  /**
30
30
  * @description Placeholder
31
31
  * @default "Select an item"
@@ -102,6 +102,7 @@ export declare class MultiSelectComponent implements ControlValueAccessor {
102
102
  selectedOptions: string[];
103
103
  onChangeFn: any;
104
104
  onTouchedFn: any;
105
+ ngAfterViewInit(): void;
105
106
  writeValue(value: string[]): void;
106
107
  registerOnChange(fn: any): void;
107
108
  registerOnTouched(fn: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-ui",
3
- "version": "0.1.141",
3
+ "version": "0.1.142",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",