@libs-ui/components-list 0.2.126 → 0.2.128

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-ui/components-list",
3
- "version": "0.2.126",
3
+ "version": "0.2.128",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"
@@ -43,7 +43,7 @@ export declare class LibsUiComponentsListGroupComponent extends LibsUiComponents
43
43
  protected getLengthItem(): number;
44
44
  private getLengthAllGroup;
45
45
  protected getHeightGroupHasLine(): number;
46
- protected buildValueByConfig(item: any): string;
46
+ protected buildValueByConfig(item: WritableSignal<any>): string;
47
47
  static ɵfac: i0.ɵɵFactoryDeclaration<LibsUiComponentsListGroupComponent, never>;
48
48
  static ɵcmp: i0.ɵɵComponentDeclaration<LibsUiComponentsListGroupComponent, "libs_ui-components-list-templates_group", never, {}, {}, never, never, true, never>;
49
49
  }