@libs-ui/components-table 0.2.264 → 0.2.265

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,36 +1,36 @@
1
1
  {
2
2
  "name": "@libs-ui/components-table",
3
- "version": "0.2.264",
3
+ "version": "0.2.265",
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.264",
7
+ "@libs-ui/components-buttons-button": "^0.2.265",
8
8
  "@iharbeck/ngx-virtual-scroller": "15.2.0",
9
- "@libs-ui/interfaces-types": "^0.2.264",
10
- "@libs-ui/components-buttons-sort": "^0.2.264",
11
- "@libs-ui/components-popover": "^0.2.264",
12
- "@libs-ui/components-avatar": "^0.2.264",
13
- "@libs-ui/components-dropdown": "^0.2.264",
14
- "@libs-ui/components-line-clamp": "^0.2.264",
15
- "@libs-ui/components-list": "^0.2.264",
16
- "@libs-ui/components-switch": "^0.2.264",
17
- "@libs-ui/services-http-request": "^0.2.264",
9
+ "@libs-ui/interfaces-types": "^0.2.265",
10
+ "@libs-ui/components-buttons-sort": "^0.2.265",
11
+ "@libs-ui/components-popover": "^0.2.265",
12
+ "@libs-ui/components-avatar": "^0.2.265",
13
+ "@libs-ui/components-dropdown": "^0.2.265",
14
+ "@libs-ui/components-line-clamp": "^0.2.265",
15
+ "@libs-ui/components-list": "^0.2.265",
16
+ "@libs-ui/components-switch": "^0.2.265",
17
+ "@libs-ui/services-http-request": "^0.2.265",
18
18
  "rxjs": "~7.8.0",
19
- "@libs-ui/components-checkbox-group": "^0.2.264",
20
- "@libs-ui/components-checkbox-single": "^0.2.264",
21
- "@libs-ui/components-scroll-overlay": "^0.2.264",
22
- "@libs-ui/components-spinner": "^0.2.264",
23
- "@libs-ui/icons": "^0.2.264",
24
- "@libs-ui/pipes-call-function-in-template": "^0.2.264",
25
- "@libs-ui/pipes-check-selected-by-key": "^0.2.264",
26
- "@libs-ui/utils": "^0.2.264",
19
+ "@libs-ui/components-checkbox-group": "^0.2.265",
20
+ "@libs-ui/components-checkbox-single": "^0.2.265",
21
+ "@libs-ui/components-scroll-overlay": "^0.2.265",
22
+ "@libs-ui/components-spinner": "^0.2.265",
23
+ "@libs-ui/icons": "^0.2.265",
24
+ "@libs-ui/pipes-call-function-in-template": "^0.2.265",
25
+ "@libs-ui/pipes-check-selected-by-key": "^0.2.265",
26
+ "@libs-ui/utils": "^0.2.265",
27
27
  "@ngx-translate/core": "^15.0.0",
28
- "@libs-ui/components-buttons-status": "^0.2.264",
29
- "@libs-ui/pipes-clone-object": "^0.2.264",
30
- "@libs-ui/pipes-security-trust": "^0.2.264",
31
- "@libs-ui/components-badge": "^0.2.264",
32
- "@libs-ui/pipes-convert-object-to-signal": "^0.2.264",
33
- "@libs-ui/pipes-get-value-of-object": "^0.2.264"
28
+ "@libs-ui/components-buttons-status": "^0.2.265",
29
+ "@libs-ui/pipes-clone-object": "^0.2.265",
30
+ "@libs-ui/pipes-security-trust": "^0.2.265",
31
+ "@libs-ui/components-badge": "^0.2.265",
32
+ "@libs-ui/pipes-convert-object-to-signal": "^0.2.265",
33
+ "@libs-ui/pipes-get-value-of-object": "^0.2.265"
34
34
  },
35
35
  "sideEffects": false,
36
36
  "module": "fesm2022/libs-ui-components-table.mjs",
@@ -126,7 +126,7 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
126
126
  protected handlerChangeCheckedAllItems(event: ICheckboxEvent): void;
127
127
  private checkCancelConditionCheckedItem;
128
128
  protected handlerChangeItemChecked(event: ICheckboxItem, item: TYPE_OBJECT): void;
129
- protected handlerChangeSort(sort: ISort): void;
129
+ protected handlerChangeSort(sort: ISort, itemHeaderRef: HTMLElement): Promise<void>;
130
130
  private handlerSortLocal;
131
131
  protected handlerFunctionControlMoreSelectItem(functionControl: IDropdownFunctionControlEvent): void;
132
132
  protected handlerSelectedMoreItem(event: IEmitSelectKey | undefined): void;