@taiga-ui/addon-table 4.52.0-canary.a4e325d → 4.52.0-canary.bf9131e
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/components/reorder/reorder.component.d.ts +1 -1
- package/components/table-pagination/table-pagination.component.d.ts +2 -3
- package/directives/table-control/checkbox-table.directive.d.ts +2 -1
- package/fesm2022/taiga-ui-addon-table-components-reorder.mjs +7 -8
- package/fesm2022/taiga-ui-addon-table-components-reorder.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-table-components-table-pagination.mjs +8 -21
- package/fesm2022/taiga-ui-addon-table-components-table-pagination.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-table-components-table.mjs +65 -68
- package/fesm2022/taiga-ui-addon-table-components-table.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-table-directives-table-control.mjs +19 -17
- package/fesm2022/taiga-ui-addon-table-directives-table-control.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-table-directives-table-filters.mjs +12 -12
- package/fesm2022/taiga-ui-addon-table-directives-table-filters.mjs.map +1 -1
- package/fesm2022/taiga-ui-addon-table-tokens.mjs.map +1 -1
- package/package.json +2 -2
- package/tokens/i18n.d.ts +2 -2
package/tokens/i18n.d.ts
CHANGED
|
@@ -2,11 +2,11 @@ import { InjectionToken } from '@angular/core';
|
|
|
2
2
|
/**
|
|
3
3
|
* tui-reorder i18n button
|
|
4
4
|
*/
|
|
5
|
-
export declare const TUI_TABLE_SHOW_HIDE_MESSAGE: InjectionToken<import("
|
|
5
|
+
export declare const TUI_TABLE_SHOW_HIDE_MESSAGE: InjectionToken<import("@angular/core").Signal<string>>;
|
|
6
6
|
/**
|
|
7
7
|
* tui-table-pagination i18n texts
|
|
8
8
|
*/
|
|
9
|
-
export declare const TUI_TABLE_PAGINATION_TEXTS: InjectionToken<import("
|
|
9
|
+
export declare const TUI_TABLE_PAGINATION_TEXTS: InjectionToken<import("@angular/core").Signal<{
|
|
10
10
|
linesPerPage: string;
|
|
11
11
|
of: string;
|
|
12
12
|
pages: string;
|