@topconsultnpm/sdkui-react-beta 6.10.58 → 6.10.59

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.
@@ -70,12 +70,6 @@ const StyledMenuItem = styled.div `
70
70
  background-color: ${props => !props.$disabled && (TMColors.primaryColor)};
71
71
  }
72
72
 
73
- svg {
74
- font-size: 18px;
75
- position: relative;
76
- z-index: 1;
77
- }
78
-
79
73
  span {
80
74
  position: absolute;
81
75
  right: 40px;
@@ -220,7 +220,7 @@ const TMQueryResultForm = ({ onUpdate, isModal, onClose, context = SearchResultC
220
220
  _jsx(WorkFlowOperationButtons, { onApprove: () => setShowApprovePopup(true), onReject: () => setShowRejectPopup(true), onReAssign: () => setShowReAssignPopup(true), approveDisable: disable, rejectDisable: disable, reassignDisable: disable }, 'btn14')
221
221
  ];
222
222
  let mobileHeaderTitle = [
223
- _jsxs(StyledTitleContainer, { children: [context === SearchResultContext.WORKFLOW_APPROVE ? _jsx(IconActivityLog, { fontSize: 14 }) : context === SearchResultContext.FAVORITES ? _jsx(IconStar, {}) : context === SearchResultContext.RECENT ? _jsx(IconRefresh, {}) : '', context === SearchResultContext.WORKFLOW_APPROVE ? SDKUI_Localizator.WorkflowApproval : context === SearchResultContext.FAVORITES ? SDKUI_Localizator.Favorites : context === SearchResultContext.RECENT ? SDKUI_Localizator.Recent : ''] }, context === SearchResultContext.WORKFLOW_APPROVE ? 'title2' : context === SearchResultContext.FAVORITES ? 'title0' : context === SearchResultContext.RECENT ? 'title1' : '')
223
+ _jsxs(StyledTitleContainer, { children: [context === SearchResultContext.WORKFLOW_APPROVE ? _jsx(IconActivityLog, { fontSize: 14 }) : context === SearchResultContext.FAVORITES ? _jsx(IconStar, {}) : context === SearchResultContext.RECENT ? _jsx(IconRefresh, {}) : '', context === SearchResultContext.WORKFLOW_APPROVE ? SDKUI_Localizator.WorkflowApproval : context === SearchResultContext.FAVORITES ? SDKUI_Localizator.Favorites : context === SearchResultContext.RECENT ? SDKUI_Localizator.RecentDcmts : ''] }, context === SearchResultContext.WORKFLOW_APPROVE ? 'title2' : context === SearchResultContext.FAVORITES ? 'title0' : context === SearchResultContext.RECENT ? 'title1' : '')
224
224
  ];
225
225
  const [toolbar, setToolbar] = useState(toolbarElements);
226
226
  const deviceType = useDeviceType();
@@ -267,7 +267,7 @@ const TMQueryResultForm = ({ onUpdate, isModal, onClose, context = SearchResultC
267
267
  arr = arr.filter(item => item.key !== 'title0');
268
268
  }
269
269
  if (context === SearchResultContext.RECENT) {
270
- arr.unshift(_jsxs(StyledTitleContainer, { children: [_jsx(IconRefresh, {}), " ", SDKUI_Localizator.Recent] }, 'title1'));
270
+ arr.unshift(_jsxs(StyledTitleContainer, { children: [_jsx(IconRefresh, {}), " ", SDKUI_Localizator.RecentDcmts] }, 'title1'));
271
271
  }
272
272
  else {
273
273
  arr = arr.filter(item => item.key !== 'title1');
@@ -226,7 +226,7 @@ export declare class SDKUI_Localizator {
226
226
  static get QueryParamBind(): "Query-Parameter erweitern" | "Fill query parameters" | "Valorizar parámetros consulta" | "Ajoute la valeur à les paramètres de la query" | "Melhora parâmetros de query" | "Valorizza parametri query";
227
227
  static get ReadOnly(): "Nur Lesen" | "Read only" | "Solo lectura" | "En lecture seule" | "Somente leitura" | "Solo lettura";
228
228
  static get Reassign(): "Neu zuweisen" | "Reassign" | "Reasignar" | "Réaffecter" | "Reatribuir" | "Riassegna";
229
- static get Recent(): "Kürzlich" | "Recent" | "Recientes" | "Récents" | "Recentes" | "Recenti";
229
+ static get RecentDcmts(): "Zuletzt verwendete Dokumente" | "Recent documents" | "Documentos recientes" | "Documents récents" | "Documentos recentes" | "Documenti recenti";
230
230
  static get Reject(): "Ablehnen" | "Reject" | "Rechazar" | "Rejeter" | "Rejeitar" | "Rifiuta";
231
231
  static get Relations(): "Korrelationen" | "Correlations" | "Correlaciones" | "Relations" | "Correlacionados" | "Correlazioni";
232
232
  static get RelationManyToMany(): "Folge viele mit vielen" | "Relation many to many" | "Correlación muchos a muchos" | "Corrélation plusieurs à plusieurs" | "Muitos para muitos relação" | "Correlazione molti a molti";
@@ -2211,14 +2211,14 @@ export class SDKUI_Localizator {
2211
2211
  default: return "Riassegna";
2212
2212
  }
2213
2213
  }
2214
- static get Recent() {
2215
- switch (this._cultureID) {
2216
- case CultureIDs.De_DE: return "Kürzlich";
2217
- case CultureIDs.En_US: return "Recent";
2218
- case CultureIDs.Es_ES: return "Recientes";
2219
- case CultureIDs.Fr_FR: return "Récents";
2220
- case CultureIDs.Pt_PT: return "Recentes";
2221
- default: return "Recenti";
2214
+ static get RecentDcmts() {
2215
+ switch (this._cultureID) {
2216
+ case CultureIDs.De_DE: return "Zuletzt verwendete Dokumente";
2217
+ case CultureIDs.En_US: return "Recent documents";
2218
+ case CultureIDs.Es_ES: return "Documentos recientes";
2219
+ case CultureIDs.Fr_FR: return "Documents récents";
2220
+ case CultureIDs.Pt_PT: return "Documentos recentes";
2221
+ default: return "Documenti recenti";
2222
2222
  }
2223
2223
  }
2224
2224
  static get Reject() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.10.58",
3
+ "version": "6.10.59",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",