@topconsultnpm/sdkui-react 6.20.0-dev2.3 → 6.20.0-dev2.5
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.
|
@@ -865,7 +865,7 @@ const TMSearchResult = ({ allTasks = [], getAllTasks, deleteTaskByIdsCallback, a
|
|
|
865
865
|
id: 'tmFullTextSearch',
|
|
866
866
|
name: SDKUI_Localizator.ResultDetails,
|
|
867
867
|
contentOptions: { component: tmFullTextSearch, panelContainer: { title: SDKUI_Localizator.ResultDetails, allowMaximize: !isMobile } },
|
|
868
|
-
toolbarOptions: { icon: _jsx(IconPlatform, { fontSize:
|
|
868
|
+
toolbarOptions: { icon: _jsx(IconPlatform, { fontSize: 20 }), visible: true, orderNumber: 5, isActive: allInitialPanelVisibility['tmFullTextSearch'] }
|
|
869
869
|
}
|
|
870
870
|
] : [])
|
|
871
871
|
], [tmSearchResult, tmBlog, tmSysMetadata, tmDcmtPreview, tmFullTextSearch, showToolbarHeader, context, isMobile]);
|
|
@@ -1435,27 +1435,14 @@ const StyledCachedIcon = styled.div `
|
|
|
1435
1435
|
justify-content: center;
|
|
1436
1436
|
color: #4CAF50;
|
|
1437
1437
|
font-size: 16px;
|
|
1438
|
-
|
|
1439
|
-
svg {
|
|
1440
|
-
color: #4CAF50;
|
|
1441
|
-
}
|
|
1442
1438
|
`;
|
|
1443
1439
|
const StyledRefreshIcon = styled.div `
|
|
1444
1440
|
display: flex;
|
|
1445
1441
|
align-items: center;
|
|
1446
1442
|
justify-content: center;
|
|
1447
|
-
color: #2196F3;
|
|
1448
1443
|
font-size: 16px;
|
|
1449
1444
|
cursor: pointer;
|
|
1450
1445
|
transition: transform 0.2s ease;
|
|
1451
|
-
|
|
1452
|
-
&:hover {
|
|
1453
|
-
transform: rotate(180deg);
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
svg {
|
|
1457
|
-
color: #2196F3;
|
|
1458
|
-
}
|
|
1459
1446
|
`;
|
|
1460
1447
|
const StyledChevron = styled.span `
|
|
1461
1448
|
transition: transform 0.2s ease;
|