@libs-ui/components-list 0.2.125 → 0.2.127
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/defines/list.define.d.ts +1 -1
- package/esm2022/templates/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/templates/group/group.component.mjs +31 -19
- package/esm2022/templates/group/item/item.component.mjs +3 -3
- package/fesm2022/libs-ui-components-list.mjs +34 -22
- package/fesm2022/libs-ui-components-list.mjs.map +1 -1
- package/package.json +1 -1
- package/templates/group/group.component.d.ts +1 -1
package/package.json
CHANGED
|
@@ -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
|
}
|