@libs-ui/components-table 0.2.356-38 → 0.2.356-40

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,39 +1,39 @@
1
1
  {
2
2
  "name": "@libs-ui/components-table",
3
- "version": "0.2.356-38",
3
+ "version": "0.2.356-40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
- "@libs-ui/components-buttons-button": "0.2.356-38",
7
+ "@libs-ui/components-buttons-button": "0.2.356-40",
8
8
  "@iharbeck/ngx-virtual-scroller": "15.2.0",
9
- "@libs-ui/interfaces-types": "0.2.356-38",
10
- "@libs-ui/components-buttons-sort": "0.2.356-38",
11
- "@libs-ui/components-popover": "0.2.356-38",
12
- "@libs-ui/components-avatar": "0.2.356-38",
13
- "@libs-ui/components-dropdown": "0.2.356-38",
14
- "@libs-ui/components-line-clamp": "0.2.356-38",
15
- "@libs-ui/components-list": "0.2.356-38",
16
- "@libs-ui/components-switch": "0.2.356-38",
17
- "@libs-ui/services-http-request": "0.2.356-38",
9
+ "@libs-ui/interfaces-types": "0.2.356-40",
10
+ "@libs-ui/components-buttons-sort": "0.2.356-40",
11
+ "@libs-ui/components-popover": "0.2.356-40",
12
+ "@libs-ui/components-avatar": "0.2.356-40",
13
+ "@libs-ui/components-dropdown": "0.2.356-40",
14
+ "@libs-ui/components-line-clamp": "0.2.356-40",
15
+ "@libs-ui/components-list": "0.2.356-40",
16
+ "@libs-ui/components-switch": "0.2.356-40",
17
+ "@libs-ui/services-http-request": "0.2.356-40",
18
18
  "rxjs": "~7.8.0",
19
- "@libs-ui/components-checkbox-group": "0.2.356-38",
20
- "@libs-ui/components-checkbox-single": "0.2.356-38",
21
- "@libs-ui/components-scroll-overlay": "0.2.356-38",
22
- "@libs-ui/components-spinner": "0.2.356-38",
23
- "@libs-ui/icons": "0.2.356-38",
24
- "@libs-ui/pipes-call-function-in-template": "0.2.356-38",
25
- "@libs-ui/pipes-check-selected-by-key": "0.2.356-38",
26
- "@libs-ui/utils": "0.2.356-38",
19
+ "@libs-ui/components-checkbox-group": "0.2.356-40",
20
+ "@libs-ui/components-checkbox-single": "0.2.356-40",
21
+ "@libs-ui/components-scroll-overlay": "0.2.356-40",
22
+ "@libs-ui/components-spinner": "0.2.356-40",
23
+ "@libs-ui/icons": "0.2.356-40",
24
+ "@libs-ui/pipes-call-function-in-template": "0.2.356-40",
25
+ "@libs-ui/pipes-check-selected-by-key": "0.2.356-40",
26
+ "@libs-ui/utils": "0.2.356-40",
27
27
  "@ngx-translate/core": "^15.0.0",
28
- "@libs-ui/components-buttons-status": "0.2.356-38",
29
- "@libs-ui/pipes-clone-object": "0.2.356-38",
30
- "@libs-ui/pipes-security-trust": "0.2.356-38",
31
- "@libs-ui/components-badge": "0.2.356-38",
32
- "@libs-ui/pipes-convert-object-to-signal": "0.2.356-38",
33
- "@libs-ui/pipes-get-value-of-object": "0.2.356-38",
34
- "@libs-ui/components-component-outlet": "0.2.356-38",
35
- "@libs-ui/components-pagination": "0.2.356-38",
36
- "@libs-ui/components-scroll-measure-items-direction-horizontal": "0.2.356-38"
28
+ "@libs-ui/components-buttons-status": "0.2.356-40",
29
+ "@libs-ui/pipes-clone-object": "0.2.356-40",
30
+ "@libs-ui/pipes-security-trust": "0.2.356-40",
31
+ "@libs-ui/components-badge": "0.2.356-40",
32
+ "@libs-ui/pipes-convert-object-to-signal": "0.2.356-40",
33
+ "@libs-ui/pipes-get-value-of-object": "0.2.356-40",
34
+ "@libs-ui/components-component-outlet": "0.2.356-40",
35
+ "@libs-ui/components-pagination": "0.2.356-40",
36
+ "@libs-ui/components-scroll-measure-items-direction-horizontal": "0.2.356-40"
37
37
  },
38
38
  "sideEffects": false,
39
39
  "module": "fesm2022/libs-ui-components-table.mjs",
@@ -18,18 +18,18 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
18
18
  /** GROUP 2 — protected non-signal */
19
19
  protected itemOfIndexHover?: TYPE_ITEM_DATA_TABLE;
20
20
  /** GROUP 3 — private signal */
21
- private moreItemPopoverConfig;
22
- private moreItemTextConfig;
23
- private moreItemHttpData;
24
- private hasScroll;
25
- private instanceSort;
26
- private pagingStore;
27
- private loadedLastItem;
28
- private storeParamsCallApi;
29
- private timeoutLeaveItem;
30
- private mouseEnterHeader;
31
- private stores;
32
- private totalItemInBackend;
21
+ private readonly moreItemPopoverConfig;
22
+ private readonly moreItemTextConfig;
23
+ private readonly moreItemHttpData;
24
+ private readonly hasScroll;
25
+ private readonly instanceSort;
26
+ private readonly pagingStore;
27
+ private readonly loadedLastItem;
28
+ private readonly storeParamsCallApi;
29
+ private readonly timeoutLeaveItem;
30
+ private readonly mouseEnterHeader;
31
+ private readonly stores;
32
+ private readonly totalItemInBackend;
33
33
  /** GROUP 4 — protected signal */
34
34
  protected keysSelected: WritableSignal<any[]>;
35
35
  protected loading: WritableSignal<boolean>;
@@ -134,12 +134,12 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
134
134
  readonly outTotalItem: import("@angular/core").OutputEmitterRef<number>;
135
135
  readonly outLoadDataError: import("@angular/core").OutputEmitterRef<IHttpResponseError>;
136
136
  /** GROUP 8 — viewChild() (private) */
137
- private headerElementRef;
138
- private footerElementRef;
139
- private footerLeftElementRef;
140
- private bodyElementRef;
141
- private bodyComponentRef;
142
- private paginationRef;
137
+ private readonly headerElementRef;
138
+ private readonly footerElementRef;
139
+ private readonly footerLeftElementRef;
140
+ private readonly bodyElementRef;
141
+ private readonly bodyComponentRef;
142
+ private readonly paginationRef;
143
143
  /** GROUP 9 — inject() (private readonly) */
144
144
  private readonly httpRequestService;
145
145
  private readonly destroyRef;
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  export declare class LibsUiComponentsTableTemplatesComponent implements OnDestroy {
10
10
  private lockClick;
11
11
  private lockClickTimeoutId;
12
- private functionControls;
12
+ private readonly functionControls;
13
13
  protected isImageError: import("@angular/core").WritableSignal<boolean | undefined>;
14
14
  readonly isHover: import("@angular/core").InputSignal<boolean | undefined>;
15
15
  readonly configs: import("@angular/core").InputSignal<ITableTemplateConfig[] | undefined>;