@topconsultnpm/sdkui-react-beta 6.12.64 → 6.12.65

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.
@@ -231,6 +231,7 @@ export declare class SDKUI_Localizator {
231
231
  static get NoDcmtFound(): "Kein Dokument gefunden" | "No documents found" | "Ningún documento encontrado" | "Pas de documents trouvés" | "Nenhum documento encontrado" | "Nessun documento trovato";
232
232
  static get NoMessages(): string;
233
233
  static get NoMessagesFound(): string;
234
+ static get NoResultsFound(): string;
234
235
  static get NoneSelection(): "Keine Auswahl" | "No selection" | "Ninguna selección" | "Pas de sélections" | "Nenhuma seleção" | "Nessuna selezione";
235
236
  static get OfSystem(): "Des Systems" | "Of system" | "Del sistema" | "Du système" | "Do sistema" | "Di sistema";
236
237
  static get OldPassword(): "Altes Kennwort" | "Old password" | "Contraseña anterior" | "Ancien mot de passe" | "Senha Antiga" | "Password vecchia";
@@ -2261,6 +2261,16 @@ export class SDKUI_Localizator {
2261
2261
  default: return "Nessun messaggio trovato";
2262
2262
  }
2263
2263
  }
2264
+ static get NoResultsFound() {
2265
+ switch (this._cultureID) {
2266
+ case CultureIDs.De_DE: return "Kein Ergebnis gefunden";
2267
+ case CultureIDs.En_US: return "No results found";
2268
+ case CultureIDs.Es_ES: return "No se encontraron resultados";
2269
+ case CultureIDs.Fr_FR: return "Aucun résultat trouvé";
2270
+ case CultureIDs.Pt_PT: return "Nenhum resultado encontrado";
2271
+ default: return "Nessun risultato trovato";
2272
+ }
2273
+ }
2264
2274
  static get NoneSelection() {
2265
2275
  switch (this._cultureID) {
2266
2276
  case CultureIDs.De_DE: return "Keine Auswahl";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.64",
3
+ "version": "6.12.65",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",