@libs-ui/components-list 0.2.357-1 → 0.2.357-10
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/README.md +4 -13
- package/esm2022/templates/group/group.component.mjs +57 -6
- package/esm2022/templates/group/item/item.component.mjs +3 -3
- package/fesm2022/libs-ui-components-list.mjs +57 -6
- package/fesm2022/libs-ui-components-list.mjs.map +1 -1
- package/package.json +26 -26
- package/templates/group/group.component.d.ts +4 -0
package/package.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-list",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-10",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/utils": "0.2.357-
|
|
8
|
-
"@libs-ui/components-avatar": "0.2.357-
|
|
9
|
-
"@libs-ui/components-badge": "0.2.357-
|
|
10
|
-
"@libs-ui/components-buttons-button": "0.2.357-
|
|
11
|
-
"@libs-ui/components-buttons-sort": "0.2.357-
|
|
12
|
-
"@libs-ui/components-checkbox-group": "0.2.357-
|
|
13
|
-
"@libs-ui/components-label": "0.2.357-
|
|
14
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
15
|
-
"@libs-ui/services-http-request": "0.2.357-
|
|
7
|
+
"@libs-ui/utils": "0.2.357-10",
|
|
8
|
+
"@libs-ui/components-avatar": "0.2.357-10",
|
|
9
|
+
"@libs-ui/components-badge": "0.2.357-10",
|
|
10
|
+
"@libs-ui/components-buttons-button": "0.2.357-10",
|
|
11
|
+
"@libs-ui/components-buttons-sort": "0.2.357-10",
|
|
12
|
+
"@libs-ui/components-checkbox-group": "0.2.357-10",
|
|
13
|
+
"@libs-ui/components-label": "0.2.357-10",
|
|
14
|
+
"@libs-ui/components-popover": "0.2.357-10",
|
|
15
|
+
"@libs-ui/services-http-request": "0.2.357-10",
|
|
16
16
|
"rxjs": "~7.8.0",
|
|
17
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
18
|
-
"@libs-ui/components-inputs-input": "0.2.357-
|
|
19
|
-
"@libs-ui/components-inputs-search": "0.2.357-
|
|
20
|
-
"@libs-ui/components-inputs-valid": "0.2.357-
|
|
21
|
-
"@libs-ui/services-dynamic-component": "0.2.357-
|
|
17
|
+
"@libs-ui/interfaces-types": "0.2.357-10",
|
|
18
|
+
"@libs-ui/components-inputs-input": "0.2.357-10",
|
|
19
|
+
"@libs-ui/components-inputs-search": "0.2.357-10",
|
|
20
|
+
"@libs-ui/components-inputs-valid": "0.2.357-10",
|
|
21
|
+
"@libs-ui/services-dynamic-component": "0.2.357-10",
|
|
22
22
|
"@ngx-translate/core": "^15.0.0",
|
|
23
23
|
"@iharbeck/ngx-virtual-scroller": "15.2.0",
|
|
24
|
-
"@libs-ui/components-checkbox-single": "0.2.357-
|
|
25
|
-
"@libs-ui/components-scroll-overlay": "0.2.357-
|
|
26
|
-
"@libs-ui/components-spinner": "0.2.357-
|
|
27
|
-
"@libs-ui/icons": "0.2.357-
|
|
28
|
-
"@libs-ui/pipes-call-function-in-template": "0.2.357-
|
|
29
|
-
"@libs-ui/pipes-convert-object-to-signal": "0.2.357-
|
|
30
|
-
"@libs-ui/components-radio-single": "0.2.357-
|
|
31
|
-
"@libs-ui/components-switch": "0.2.357-
|
|
32
|
-
"@libs-ui/components-component-outlet": "0.2.357-
|
|
33
|
-
"@libs-ui/pipes-convert-signal-to-object": "0.2.357-
|
|
34
|
-
"@libs-ui/pipes-get-value-of-object": "0.2.357-
|
|
24
|
+
"@libs-ui/components-checkbox-single": "0.2.357-10",
|
|
25
|
+
"@libs-ui/components-scroll-overlay": "0.2.357-10",
|
|
26
|
+
"@libs-ui/components-spinner": "0.2.357-10",
|
|
27
|
+
"@libs-ui/icons": "0.2.357-10",
|
|
28
|
+
"@libs-ui/pipes-call-function-in-template": "0.2.357-10",
|
|
29
|
+
"@libs-ui/pipes-convert-object-to-signal": "0.2.357-10",
|
|
30
|
+
"@libs-ui/components-radio-single": "0.2.357-10",
|
|
31
|
+
"@libs-ui/components-switch": "0.2.357-10",
|
|
32
|
+
"@libs-ui/components-component-outlet": "0.2.357-10",
|
|
33
|
+
"@libs-ui/pipes-convert-signal-to-object": "0.2.357-10",
|
|
34
|
+
"@libs-ui/pipes-get-value-of-object": "0.2.357-10"
|
|
35
35
|
},
|
|
36
36
|
"sideEffects": false,
|
|
37
37
|
"module": "fesm2022/libs-ui-components-list.mjs",
|
|
@@ -13,9 +13,12 @@ export declare class LibsUiComponentsListGroupComponent extends LibsUiComponents
|
|
|
13
13
|
protected calculatorHeighItemSuccess: WritableSignal<boolean>;
|
|
14
14
|
protected keyFetch: WritableSignal<string>;
|
|
15
15
|
private readonly PATTERN_FAKE_ID;
|
|
16
|
+
private readonly elementScrollContent;
|
|
17
|
+
private resizeObserverCorrectHeight?;
|
|
16
18
|
private readonly mappingItemsChecked;
|
|
17
19
|
private readonly selectFirstItem;
|
|
18
20
|
private readonly firstItemSelected;
|
|
21
|
+
constructor();
|
|
19
22
|
ngOnInit(): void;
|
|
20
23
|
protected handlerCheckedOrUnCheckedAll(checked: boolean): void;
|
|
21
24
|
protected checkedGroupItems(items?: Array<WritableSignal<any>>, parent?: WritableSignal<any>): void;
|
|
@@ -35,6 +38,7 @@ export declare class LibsUiComponentsListGroupComponent extends LibsUiComponents
|
|
|
35
38
|
protected processSearch(): void;
|
|
36
39
|
protected processData(): void;
|
|
37
40
|
private refreshView;
|
|
41
|
+
private correctHeightViewPortByRealRows;
|
|
38
42
|
private expandAllItemsInGroup;
|
|
39
43
|
private convertDataByGroupInItem;
|
|
40
44
|
private setDisplayItem;
|