@libs-ui/components-table 0.2.356-29 → 0.2.356-30

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-29",
3
+ "version": "0.2.356-30",
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-29",
7
+ "@libs-ui/components-buttons-button": "0.2.356-30",
8
8
  "@iharbeck/ngx-virtual-scroller": "15.2.0",
9
- "@libs-ui/interfaces-types": "0.2.356-29",
10
- "@libs-ui/components-buttons-sort": "0.2.356-29",
11
- "@libs-ui/components-popover": "0.2.356-29",
12
- "@libs-ui/components-avatar": "0.2.356-29",
13
- "@libs-ui/components-dropdown": "0.2.356-29",
14
- "@libs-ui/components-line-clamp": "0.2.356-29",
15
- "@libs-ui/components-list": "0.2.356-29",
16
- "@libs-ui/components-switch": "0.2.356-29",
17
- "@libs-ui/services-http-request": "0.2.356-29",
9
+ "@libs-ui/interfaces-types": "0.2.356-30",
10
+ "@libs-ui/components-buttons-sort": "0.2.356-30",
11
+ "@libs-ui/components-popover": "0.2.356-30",
12
+ "@libs-ui/components-avatar": "0.2.356-30",
13
+ "@libs-ui/components-dropdown": "0.2.356-30",
14
+ "@libs-ui/components-line-clamp": "0.2.356-30",
15
+ "@libs-ui/components-list": "0.2.356-30",
16
+ "@libs-ui/components-switch": "0.2.356-30",
17
+ "@libs-ui/services-http-request": "0.2.356-30",
18
18
  "rxjs": "~7.8.0",
19
- "@libs-ui/components-checkbox-group": "0.2.356-29",
20
- "@libs-ui/components-checkbox-single": "0.2.356-29",
21
- "@libs-ui/components-scroll-overlay": "0.2.356-29",
22
- "@libs-ui/components-spinner": "0.2.356-29",
23
- "@libs-ui/icons": "0.2.356-29",
24
- "@libs-ui/pipes-call-function-in-template": "0.2.356-29",
25
- "@libs-ui/pipes-check-selected-by-key": "0.2.356-29",
26
- "@libs-ui/utils": "0.2.356-29",
19
+ "@libs-ui/components-checkbox-group": "0.2.356-30",
20
+ "@libs-ui/components-checkbox-single": "0.2.356-30",
21
+ "@libs-ui/components-scroll-overlay": "0.2.356-30",
22
+ "@libs-ui/components-spinner": "0.2.356-30",
23
+ "@libs-ui/icons": "0.2.356-30",
24
+ "@libs-ui/pipes-call-function-in-template": "0.2.356-30",
25
+ "@libs-ui/pipes-check-selected-by-key": "0.2.356-30",
26
+ "@libs-ui/utils": "0.2.356-30",
27
27
  "@ngx-translate/core": "^15.0.0",
28
- "@libs-ui/components-buttons-status": "0.2.356-29",
29
- "@libs-ui/pipes-clone-object": "0.2.356-29",
30
- "@libs-ui/pipes-security-trust": "0.2.356-29",
31
- "@libs-ui/components-badge": "0.2.356-29",
32
- "@libs-ui/pipes-convert-object-to-signal": "0.2.356-29",
33
- "@libs-ui/pipes-get-value-of-object": "0.2.356-29",
34
- "@libs-ui/components-component-outlet": "0.2.356-29",
35
- "@libs-ui/components-pagination": "0.2.356-29",
36
- "@libs-ui/components-scroll-measure-items-direction-horizontal": "0.2.356-29"
28
+ "@libs-ui/components-buttons-status": "0.2.356-30",
29
+ "@libs-ui/pipes-clone-object": "0.2.356-30",
30
+ "@libs-ui/pipes-security-trust": "0.2.356-30",
31
+ "@libs-ui/components-badge": "0.2.356-30",
32
+ "@libs-ui/pipes-convert-object-to-signal": "0.2.356-30",
33
+ "@libs-ui/pipes-get-value-of-object": "0.2.356-30",
34
+ "@libs-ui/components-component-outlet": "0.2.356-30",
35
+ "@libs-ui/components-pagination": "0.2.356-30",
36
+ "@libs-ui/components-scroll-measure-items-direction-horizontal": "0.2.356-30"
37
37
  },
38
38
  "sideEffects": false,
39
39
  "module": "fesm2022/libs-ui-components-table.mjs",
@@ -96,6 +96,7 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
96
96
  disable?: boolean;
97
97
  numberPageDisplay?: number;
98
98
  showTotalPage?: boolean;
99
+ firstPageStartNumber?: 0 | 1;
99
100
  showInputGotoPage?: boolean;
100
101
  modeDisplayTotalPageAndGotoPage?: "top" | "bottom" | "left" | "right";
101
102
  classDisplayTotalPageAndGotoPage?: string;
@@ -121,6 +122,7 @@ export declare class LibsUiComponentsTableComponent implements OnInit, OnDestroy
121
122
  numberPageDisplay: number;
122
123
  showTotalPage: boolean;
123
124
  showInputGotoPage: boolean;
125
+ firstPageStartNumber: 0 | 1;
124
126
  }>;
125
127
  protected pagingTotalItems: import("@angular/core").Signal<number>;
126
128
  protected pagingPerPage: import("@angular/core").Signal<number>;