@topconsultnpm/sdkui-react-beta 6.15.36 → 6.15.37

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.
@@ -422,7 +422,6 @@ export declare class SDKUI_Localizator {
422
422
  static get SearchResult(): "Suchergebnis" | "Search result" | "Resultado de la búsqueda" | "Résultat de la recherche" | "Resultados da pesquisa" | "Risultato della ricerca";
423
423
  static get Seconds(): "Sekunden" | "Seconds" | "Segundos" | "Secondes" | "Segundas" | "Secondi";
424
424
  static get Select(): "Wählen Sie Ihre" | "Select" | "Seleccionar" | "Sélectionne" | "Selecione" | "Seleziona";
425
- static get SelectAndAdd(): "Auswählen und hinzufügen" | "Select and add" | "Seleccionar y añadir" | "Sélectionner et ajouter" | "Selecionar e adicionar" | "Seleziona e aggiungi";
426
425
  static get SelectSupportAreaMessage(): "Wählen Sie einen Ablagebereich aus" | "Select a support area" | "Seleccione un área de apoyo" | "Sélectionnez une zone de support" | "Selecione uma área de apoio" | "Selezionare un'area di appoggio";
427
426
  static get SelectedSingular(): string;
428
427
  static get Selected(): "Ausgewählt" | "Selected" | "Sélectionné" | "Selecionado" | "Seleccionados" | "Selezionati";
@@ -4184,16 +4184,6 @@ export class SDKUI_Localizator {
4184
4184
  default: return "Seleziona";
4185
4185
  }
4186
4186
  }
4187
- static get SelectAndAdd() {
4188
- switch (this._cultureID) {
4189
- case CultureIDs.De_DE: return "Auswählen und hinzufügen";
4190
- case CultureIDs.En_US: return "Select and add";
4191
- case CultureIDs.Es_ES: return "Seleccionar y añadir";
4192
- case CultureIDs.Fr_FR: return "Sélectionner et ajouter";
4193
- case CultureIDs.Pt_PT: return "Selecionar e adicionar";
4194
- default: return "Seleziona e aggiungi";
4195
- }
4196
- }
4197
4187
  static get SelectSupportAreaMessage() {
4198
4188
  switch (this._cultureID) {
4199
4189
  case CultureIDs.De_DE: return "Wählen Sie einen Ablagebereich aus";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.15.36",
3
+ "version": "6.15.37",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",