@onecx/angular-accelerator 6.24.0 → 6.25.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/fesm2022/onecx-angular-accelerator.mjs +20 -5
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
- package/lib/components/data-layout-selection/data-layout-selection.component.d.ts +7 -6
- package/lib/components/filter-view/filter-view.component.d.ts +5 -0
- package/package.json +8 -8
package/assets/i18n/de.json
CHANGED
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
"OCX_FILTER_VIEW": {
|
|
110
110
|
"NO_FILTERS": "Keine Filter ausgewählt",
|
|
111
|
+
"SELECTED_FILTERS_COUNT": "{{results}} aktive Filters.",
|
|
111
112
|
"RESET_FILTERS_BUTTON": {
|
|
112
113
|
"ARIA_LABEL": "Angewandte Filter zurücksetzen",
|
|
113
114
|
"DETAIL": "Angewandte Filter zurücksetzen"
|
package/assets/i18n/en.json
CHANGED