@libs-ui/components-table 0.2.182 → 0.2.184

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.182",
3
+ "version": "0.2.184",
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.182",
7
+ "@libs-ui/components-buttons-button": "^0.2.184",
8
8
  "@iharbeck/ngx-virtual-scroller": "15.2.0",
9
- "@libs-ui/interfaces-types": "^0.2.182",
10
- "@libs-ui/components-buttons-sort": "^0.2.182",
11
- "@libs-ui/components-popover": "^0.2.182",
12
- "@libs-ui/components-avatar": "^0.2.182",
13
- "@libs-ui/components-dropdown": "^0.2.182",
14
- "@libs-ui/components-line-clamp": "^0.2.182",
15
- "@libs-ui/components-list": "^0.2.182",
16
- "@libs-ui/components-switch": "^0.2.182",
17
- "@libs-ui/services-http-request": "^0.2.182",
9
+ "@libs-ui/interfaces-types": "^0.2.184",
10
+ "@libs-ui/components-buttons-sort": "^0.2.184",
11
+ "@libs-ui/components-popover": "^0.2.184",
12
+ "@libs-ui/components-avatar": "^0.2.184",
13
+ "@libs-ui/components-dropdown": "^0.2.184",
14
+ "@libs-ui/components-line-clamp": "^0.2.184",
15
+ "@libs-ui/components-list": "^0.2.184",
16
+ "@libs-ui/components-switch": "^0.2.184",
17
+ "@libs-ui/services-http-request": "^0.2.184",
18
18
  "rxjs": "~7.8.0",
19
- "@libs-ui/components-checkbox-group": "^0.2.182",
20
- "@libs-ui/components-checkbox-single": "^0.2.182",
21
- "@libs-ui/components-scroll-overlay": "^0.2.182",
22
- "@libs-ui/components-spinner": "^0.2.182",
23
- "@libs-ui/icons": "^0.2.182",
24
- "@libs-ui/pipes-call-function-in-template": "^0.2.182",
25
- "@libs-ui/pipes-check-selected-by-key": "^0.2.182",
26
- "@libs-ui/utils": "^0.2.182",
19
+ "@libs-ui/components-checkbox-group": "^0.2.184",
20
+ "@libs-ui/components-checkbox-single": "^0.2.184",
21
+ "@libs-ui/components-scroll-overlay": "^0.2.184",
22
+ "@libs-ui/components-spinner": "^0.2.184",
23
+ "@libs-ui/icons": "^0.2.184",
24
+ "@libs-ui/pipes-call-function-in-template": "^0.2.184",
25
+ "@libs-ui/pipes-check-selected-by-key": "^0.2.184",
26
+ "@libs-ui/utils": "^0.2.184",
27
27
  "@ngx-translate/core": "^15.0.0",
28
- "@libs-ui/components-buttons-status": "^0.2.182",
29
- "@libs-ui/pipes-clone-object": "^0.2.182",
30
- "@libs-ui/pipes-security-trust": "^0.2.182",
31
- "@libs-ui/components-badge": "^0.2.182"
28
+ "@libs-ui/components-buttons-status": "^0.2.184",
29
+ "@libs-ui/pipes-clone-object": "^0.2.184",
30
+ "@libs-ui/pipes-security-trust": "^0.2.184",
31
+ "@libs-ui/components-badge": "^0.2.184"
32
32
  },
33
33
  "sideEffects": false,
34
34
  "module": "fesm2022/libs-ui-components-table.mjs",
@@ -35,7 +35,7 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
35
35
  private storeParamsCallApi;
36
36
  private timeoutLeaveItem;
37
37
  private functionControlSelectMoreItem?;
38
- private mouseScrollContext;
38
+ private mouseEnterHeader;
39
39
  private onDestroy;
40
40
  /** INPUT */
41
41
  readonly timeHighlighNewItem: import("@angular/core").InputSignalWithTransform<number, number | undefined>;
@@ -117,9 +117,6 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
117
117
  private checkExistItem;
118
118
  private removeItems;
119
119
  private getCount;
120
- protected handlerScrollBody(e: Event): void;
121
- protected handlerScrollHeader(e: Event): void;
122
- protected handlerScrollBottom(e: Event): void;
123
120
  private loadMore;
124
121
  private loadMoreSuccess;
125
122
  protected handlerChangeAllChecked(): void;
@@ -138,12 +135,14 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
138
135
  protected setIndexHover(e: Event, item: WritableSignal<TYPE_OBJECT>): void;
139
136
  protected resetIndexHoverWhenMouseLeave(e?: Event): void;
140
137
  protected resetIndexHover(e?: Event): void;
138
+ protected handlerMouseLeaveContainer(event: Event): void;
141
139
  protected handlerMouseEnterHeader(event: Event): void;
142
- protected handlerMouseEnterBody(event: Event): void;
140
+ protected handlerMouseLeaveHeader(event: Event): void;
143
141
  protected handlerMouseEnterFooter(event: Event): void;
144
- protected handlerMouseLeaveContainer(event: Event): void;
145
142
  protected handlerMouseLeaveFooter(event: Event): void;
146
- protected setMouseContext(context: 'header' | 'body' | 'footer' | undefined): void;
143
+ protected handlerScrollHeader(e: Event): void;
144
+ protected handlerScrollBody(e: Event): void;
145
+ protected handlerScrollBottom(e: Event): void;
147
146
  private resetScroll;
148
147
  private reset;
149
148
  private checkScroll;