@libs-ui/components-list 0.2.342-0 → 0.2.344-0
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/list.component.mjs +9 -8
- package/esm2022/templates/group/group.component.mjs +4 -4
- package/esm2022/templates/templates.component.abstract.mjs +12 -13
- package/fesm2022/libs-ui-components-list.mjs +17 -18
- package/fesm2022/libs-ui-components-list.mjs.map +1 -1
- package/list.component.d.ts +3 -2
- package/package.json +23 -23
- package/templates/templates.component.abstract.d.ts +3 -3
package/list.component.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ export declare class LibsUiComponentsListComponent implements OnInit, OnDestroy
|
|
|
15
15
|
protected isErrorRequired: import("@angular/core").WritableSignal<boolean>;
|
|
16
16
|
protected loading: import("@angular/core").WritableSignal<boolean>;
|
|
17
17
|
protected keySearchStore: import("@angular/core").WritableSignal<string | undefined>;
|
|
18
|
-
private onDestroy;
|
|
19
18
|
private onSearch;
|
|
20
19
|
private onRefresh;
|
|
21
20
|
private onSetHiddenItemByKey;
|
|
@@ -23,6 +22,7 @@ export declare class LibsUiComponentsListComponent implements OnInit, OnDestroy
|
|
|
23
22
|
private onRemoveItems;
|
|
24
23
|
private onUpdateData;
|
|
25
24
|
private cleanUpEffect;
|
|
25
|
+
private isDestroyed;
|
|
26
26
|
private componentRef?;
|
|
27
27
|
private configData;
|
|
28
28
|
private groupMultiKeySelected;
|
|
@@ -56,7 +56,7 @@ export declare class LibsUiComponentsListComponent implements OnInit, OnDestroy
|
|
|
56
56
|
readonly validRequired: import("@angular/core").InputSignal<IValidRequired | undefined>;
|
|
57
57
|
readonly showValidateBottom: import("@angular/core").InputSignal<boolean | undefined>;
|
|
58
58
|
readonly zIndex: import("@angular/core").InputSignal<number | undefined>;
|
|
59
|
-
readonly loadingIconSize: import("@angular/core").InputSignal<"
|
|
59
|
+
readonly loadingIconSize: import("@angular/core").InputSignal<"large" | "medium" | "small" | "smaller" | undefined>;
|
|
60
60
|
readonly templateRefSearchNoData: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
61
61
|
readonly resetKeyWhenSelectAllKeyDropdown: import("@angular/core").InputSignal<boolean | undefined>;
|
|
62
62
|
readonly ignoreClassDisableDefaultWhenUseKeysDisableItem: import("@angular/core").InputSignal<boolean | undefined>;
|
|
@@ -77,6 +77,7 @@ export declare class LibsUiComponentsListComponent implements OnInit, OnDestroy
|
|
|
77
77
|
protected listViewElementRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
78
78
|
protected contentElementRef: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
79
79
|
private dynamicComponentService;
|
|
80
|
+
private destroyRef;
|
|
80
81
|
constructor();
|
|
81
82
|
ngOnInit(): void;
|
|
82
83
|
get FunctionsControl(): IListFunctionControlEvent;
|
package/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-list",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.344-0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/utils": "0.2.
|
|
8
|
-
"@libs-ui/components-avatar": "0.2.
|
|
9
|
-
"@libs-ui/components-badge": "0.2.
|
|
10
|
-
"@libs-ui/components-buttons-button": "0.2.
|
|
11
|
-
"@libs-ui/components-buttons-sort": "0.2.
|
|
12
|
-
"@libs-ui/components-checkbox-group": "0.2.
|
|
13
|
-
"@libs-ui/components-label": "0.2.
|
|
14
|
-
"@libs-ui/components-popover": "0.2.
|
|
15
|
-
"@libs-ui/services-http-request": "0.2.
|
|
7
|
+
"@libs-ui/utils": "0.2.344-0",
|
|
8
|
+
"@libs-ui/components-avatar": "0.2.344-0",
|
|
9
|
+
"@libs-ui/components-badge": "0.2.344-0",
|
|
10
|
+
"@libs-ui/components-buttons-button": "0.2.344-0",
|
|
11
|
+
"@libs-ui/components-buttons-sort": "0.2.344-0",
|
|
12
|
+
"@libs-ui/components-checkbox-group": "0.2.344-0",
|
|
13
|
+
"@libs-ui/components-label": "0.2.344-0",
|
|
14
|
+
"@libs-ui/components-popover": "0.2.344-0",
|
|
15
|
+
"@libs-ui/services-http-request": "0.2.344-0",
|
|
16
16
|
"rxjs": "~7.8.0",
|
|
17
|
-
"@libs-ui/interfaces-types": "0.2.
|
|
18
|
-
"@libs-ui/components-inputs-input": "0.2.
|
|
19
|
-
"@libs-ui/components-inputs-search": "0.2.
|
|
20
|
-
"@libs-ui/components-inputs-valid": "0.2.
|
|
21
|
-
"@libs-ui/services-dynamic-component": "0.2.
|
|
17
|
+
"@libs-ui/interfaces-types": "0.2.344-0",
|
|
18
|
+
"@libs-ui/components-inputs-input": "0.2.344-0",
|
|
19
|
+
"@libs-ui/components-inputs-search": "0.2.344-0",
|
|
20
|
+
"@libs-ui/components-inputs-valid": "0.2.344-0",
|
|
21
|
+
"@libs-ui/services-dynamic-component": "0.2.344-0",
|
|
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.
|
|
25
|
-
"@libs-ui/components-scroll-overlay": "0.2.
|
|
26
|
-
"@libs-ui/components-spinner": "0.2.
|
|
27
|
-
"@libs-ui/icons": "0.2.
|
|
28
|
-
"@libs-ui/pipes-call-function-in-template": "0.2.
|
|
29
|
-
"@libs-ui/pipes-convert-object-to-signal": "0.2.
|
|
30
|
-
"@libs-ui/components-radio-single": "0.2.
|
|
31
|
-
"@libs-ui/components-switch": "0.2.
|
|
24
|
+
"@libs-ui/components-checkbox-single": "0.2.344-0",
|
|
25
|
+
"@libs-ui/components-scroll-overlay": "0.2.344-0",
|
|
26
|
+
"@libs-ui/components-spinner": "0.2.344-0",
|
|
27
|
+
"@libs-ui/icons": "0.2.344-0",
|
|
28
|
+
"@libs-ui/pipes-call-function-in-template": "0.2.344-0",
|
|
29
|
+
"@libs-ui/pipes-convert-object-to-signal": "0.2.344-0",
|
|
30
|
+
"@libs-ui/components-radio-single": "0.2.344-0",
|
|
31
|
+
"@libs-ui/components-switch": "0.2.344-0"
|
|
32
32
|
},
|
|
33
33
|
"sideEffects": false,
|
|
34
34
|
"module": "fesm2022/libs-ui-components-list.mjs",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, TemplateRef, WritableSignal } from '@angular/core';
|
|
1
|
+
import { DestroyRef, ElementRef, OnDestroy, TemplateRef, WritableSignal } from '@angular/core';
|
|
2
2
|
import { ISort } from '@libs-ui/components-buttons-sort';
|
|
3
3
|
import { IInputSearchConfig } from '@libs-ui/components-inputs-search';
|
|
4
4
|
import { IFlagMouse } from '@libs-ui/components-popover';
|
|
@@ -24,7 +24,6 @@ export declare abstract class LibsUiComponentsListTemplatesComponentAbstract imp
|
|
|
24
24
|
protected heightItem: WritableSignal<number>;
|
|
25
25
|
protected timeIntervalIntervalSetHeightViewPort: WritableSignal<number>;
|
|
26
26
|
protected timeIntervalCheckScroll: WritableSignal<number>;
|
|
27
|
-
protected onDestroy: Subject<void>;
|
|
28
27
|
protected intervalSetHeightViewPortSubscription: Subscription;
|
|
29
28
|
protected intervalCheckScrollSubscription: Subscription;
|
|
30
29
|
readonly functionGetItemsAutoAddList: import("@angular/core").InputSignal<(() => Array<any>) | undefined>;
|
|
@@ -50,7 +49,7 @@ export declare abstract class LibsUiComponentsListTemplatesComponentAbstract imp
|
|
|
50
49
|
readonly disable: import("@angular/core").InputSignal<boolean | undefined>;
|
|
51
50
|
readonly disableLabel: import("@angular/core").InputSignal<boolean | undefined>;
|
|
52
51
|
readonly zIndex: import("@angular/core").InputSignal<number>;
|
|
53
|
-
readonly loadingIconSize: import("@angular/core").InputSignal<"
|
|
52
|
+
readonly loadingIconSize: import("@angular/core").InputSignal<"large" | "medium" | "small" | "smaller" | undefined>;
|
|
54
53
|
readonly resetKeyWhenSelectAllKeyDropdown: import("@angular/core").InputSignal<boolean | undefined>;
|
|
55
54
|
readonly ignoreClassDisableDefaultWhenUseKeysDisableItem: import("@angular/core").InputSignal<boolean | undefined>;
|
|
56
55
|
readonly templateRefSearchNoData: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
@@ -71,6 +70,7 @@ export declare abstract class LibsUiComponentsListTemplatesComponentAbstract imp
|
|
|
71
70
|
protected elementScroll: import("@angular/core").Signal<ElementRef<any> | undefined>;
|
|
72
71
|
protected translateService: TranslateService;
|
|
73
72
|
protected httpRequestService: LibsUiHttpRequestService;
|
|
73
|
+
protected destroyRef: DestroyRef;
|
|
74
74
|
constructor();
|
|
75
75
|
ngOnInit(): void;
|
|
76
76
|
private updateData;
|