@libs-ui/components-table 0.2.186 → 0.2.187
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,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-table",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.187",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^18.2.0",
|
|
6
6
|
"@angular/core": "^18.2.0",
|
|
7
|
-
"@libs-ui/components-buttons-button": "^0.2.
|
|
7
|
+
"@libs-ui/components-buttons-button": "^0.2.187",
|
|
8
8
|
"@iharbeck/ngx-virtual-scroller": "15.2.0",
|
|
9
|
-
"@libs-ui/interfaces-types": "^0.2.
|
|
10
|
-
"@libs-ui/components-buttons-sort": "^0.2.
|
|
11
|
-
"@libs-ui/components-popover": "^0.2.
|
|
12
|
-
"@libs-ui/components-avatar": "^0.2.
|
|
13
|
-
"@libs-ui/components-dropdown": "^0.2.
|
|
14
|
-
"@libs-ui/components-line-clamp": "^0.2.
|
|
15
|
-
"@libs-ui/components-list": "^0.2.
|
|
16
|
-
"@libs-ui/components-switch": "^0.2.
|
|
17
|
-
"@libs-ui/services-http-request": "^0.2.
|
|
9
|
+
"@libs-ui/interfaces-types": "^0.2.187",
|
|
10
|
+
"@libs-ui/components-buttons-sort": "^0.2.187",
|
|
11
|
+
"@libs-ui/components-popover": "^0.2.187",
|
|
12
|
+
"@libs-ui/components-avatar": "^0.2.187",
|
|
13
|
+
"@libs-ui/components-dropdown": "^0.2.187",
|
|
14
|
+
"@libs-ui/components-line-clamp": "^0.2.187",
|
|
15
|
+
"@libs-ui/components-list": "^0.2.187",
|
|
16
|
+
"@libs-ui/components-switch": "^0.2.187",
|
|
17
|
+
"@libs-ui/services-http-request": "^0.2.187",
|
|
18
18
|
"rxjs": "~7.8.0",
|
|
19
|
-
"@libs-ui/components-checkbox-group": "^0.2.
|
|
20
|
-
"@libs-ui/components-checkbox-single": "^0.2.
|
|
21
|
-
"@libs-ui/components-scroll-overlay": "^0.2.
|
|
22
|
-
"@libs-ui/components-spinner": "^0.2.
|
|
23
|
-
"@libs-ui/icons": "^0.2.
|
|
24
|
-
"@libs-ui/pipes-call-function-in-template": "^0.2.
|
|
25
|
-
"@libs-ui/pipes-check-selected-by-key": "^0.2.
|
|
26
|
-
"@libs-ui/utils": "^0.2.
|
|
19
|
+
"@libs-ui/components-checkbox-group": "^0.2.187",
|
|
20
|
+
"@libs-ui/components-checkbox-single": "^0.2.187",
|
|
21
|
+
"@libs-ui/components-scroll-overlay": "^0.2.187",
|
|
22
|
+
"@libs-ui/components-spinner": "^0.2.187",
|
|
23
|
+
"@libs-ui/icons": "^0.2.187",
|
|
24
|
+
"@libs-ui/pipes-call-function-in-template": "^0.2.187",
|
|
25
|
+
"@libs-ui/pipes-check-selected-by-key": "^0.2.187",
|
|
26
|
+
"@libs-ui/utils": "^0.2.187",
|
|
27
27
|
"@ngx-translate/core": "^15.0.0",
|
|
28
|
-
"@libs-ui/components-buttons-status": "^0.2.
|
|
29
|
-
"@libs-ui/pipes-clone-object": "^0.2.
|
|
30
|
-
"@libs-ui/pipes-security-trust": "^0.2.
|
|
31
|
-
"@libs-ui/components-badge": "^0.2.
|
|
28
|
+
"@libs-ui/components-buttons-status": "^0.2.187",
|
|
29
|
+
"@libs-ui/pipes-clone-object": "^0.2.187",
|
|
30
|
+
"@libs-ui/pipes-security-trust": "^0.2.187",
|
|
31
|
+
"@libs-ui/components-badge": "^0.2.187"
|
|
32
32
|
},
|
|
33
33
|
"sideEffects": false,
|
|
34
34
|
"module": "fesm2022/libs-ui-components-table.mjs",
|
package/table.component.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
|
|
|
35
35
|
private storeParamsCallApi;
|
|
36
36
|
private timeoutLeaveItem;
|
|
37
37
|
private functionControlSelectMoreItem?;
|
|
38
|
+
private mouseEnterHeader;
|
|
38
39
|
private onDestroy;
|
|
39
40
|
/** INPUT */
|
|
40
41
|
readonly timeHighlighNewItem: import("@angular/core").InputSignalWithTransform<number, number | undefined>;
|
|
@@ -136,8 +137,11 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
|
|
|
136
137
|
protected resetIndexHoverWhenMouseLeave(e?: Event): void;
|
|
137
138
|
protected resetIndexHover(e?: Event): void;
|
|
138
139
|
protected handlerMouseLeaveContainer(event: Event): void;
|
|
140
|
+
protected handlerMouseEnterHeader(event: Event): void;
|
|
141
|
+
protected handlerMouseLeaveHeader(event: Event): void;
|
|
139
142
|
protected handlerMouseEnterFooter(event: Event): void;
|
|
140
143
|
protected handlerMouseLeaveFooter(event: Event): void;
|
|
144
|
+
protected handlerScrollHeader(e: Event): void;
|
|
141
145
|
protected handlerScrollBody(e: Event): void;
|
|
142
146
|
protected handlerScrollBottom(e: Event): void;
|
|
143
147
|
private resetScroll;
|