@onecx/angular-accelerator 5.28.0 → 5.29.0
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/assets/i18n/de.json +1 -0
- package/assets/i18n/en.json +1 -0
- package/esm2022/lib/components/data-table/data-table.component.mjs +14 -13
- package/esm2022/lib/components/page-header/page-header.component.mjs +2 -1
- package/fesm2022/onecx-angular-accelerator.mjs +19 -18
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
- package/package.json +5 -5
package/assets/i18n/de.json
CHANGED
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"ARIA_LABEL": "{{column}} {{direction}} sortieren"
|
|
74
74
|
},
|
|
75
75
|
"SELECT_ALL_ARIA_LABEL": "Selektiere alle Zeilen der Tabelle",
|
|
76
|
+
"SELECT_ALL_TOOLTIP": "Selektiere alle",
|
|
76
77
|
"SELECT_ARIA_LABEL": "Selektiere die Tabellenspalte mit der ID {{key}}",
|
|
77
78
|
"FILTER_YES": "Ja",
|
|
78
79
|
"FILTER_NO": "Nein"
|
package/assets/i18n/en.json
CHANGED
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"ARIA_LABEL": "Toggle {{column}} sorting direction to {{direction}}"
|
|
74
74
|
},
|
|
75
75
|
"SELECT_ALL_ARIA_LABEL": "Select all table rows",
|
|
76
|
+
"SELECT_ALL_TOOLTIP": "Select all",
|
|
76
77
|
"SELECT_ARIA_LABEL": "Select table row with id {{key}}",
|
|
77
78
|
"FILTER_YES": "Yes",
|
|
78
79
|
"FILTER_NO": "No"
|