@taiga-ui/addon-table 4.4.1-canary.ce69ccc → 4.5.0-canary.10e0b5f

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.
@@ -9,7 +9,7 @@ export declare class TuiTablePagination {
9
9
  private readonly options;
10
10
  protected open: boolean;
11
11
  protected readonly icons: import("@taiga-ui/core/tokens").TuiSpinIcons;
12
- protected readonly spinTexts$: import("rxjs").Observable<[previous: string, next: string]>;
12
+ protected readonly spinTexts$: import("rxjs").Observable<readonly [previous: string, next: string]>;
13
13
  protected readonly texts$: import("rxjs").Observable<{
14
14
  linesPerPage: string;
15
15
  of: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-table",
3
- "version": "4.4.1-canary.ce69ccc",
3
+ "version": "4.5.0-canary.10e0b5f",
4
4
  "description": "A library to display tabled data with filters, search, group actions, etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -16,11 +16,11 @@
16
16
  "@angular/common": ">=16.0.0",
17
17
  "@angular/core": ">=16.0.0",
18
18
  "@ng-web-apis/intersection-observer": "^4.2.1",
19
- "@taiga-ui/cdk": "^4.4.1-canary.ce69ccc",
20
- "@taiga-ui/core": "^4.4.1-canary.ce69ccc",
21
- "@taiga-ui/i18n": "^4.4.1-canary.ce69ccc",
22
- "@taiga-ui/kit": "^4.4.1-canary.ce69ccc",
23
- "@taiga-ui/polymorpheus": "^4.6.4",
19
+ "@taiga-ui/cdk": "^4.5.0-canary.10e0b5f",
20
+ "@taiga-ui/core": "^4.5.0-canary.10e0b5f",
21
+ "@taiga-ui/i18n": "^4.5.0-canary.10e0b5f",
22
+ "@taiga-ui/kit": "^4.5.0-canary.10e0b5f",
23
+ "@taiga-ui/polymorpheus": "^4.7.0",
24
24
  "rxjs": ">=7.0.0"
25
25
  },
26
26
  "module": "fesm2022/taiga-ui-addon-table.mjs",