@topconsultnpm/sdkui-react-beta 6.8.66 → 6.8.68

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.
@@ -6,7 +6,7 @@ import { AuthenticationModes, LocalStorageService, ResultTypes, SDK_Localizator,
6
6
  import { SDKUI_Localizator } from "../../helper/SDKUI_Localizator";
7
7
  import { ButtonNames, TMExceptionBoxManager, TMMessageBoxManager } from "../base/TMPopUp";
8
8
  import TMTooltip from "../base/TMTooltip";
9
- import { IconApplyAndClose, IconCloseOutline, IconDelete, IconExport, IconImport, IconShow } from "../../helper";
9
+ import { IconApplyAndClose, IconCloseOutline, IconDelete, IconExport, IconHide, IconImport, IconShow } from "../../helper";
10
10
  import { TMSearchBar } from "../sidebar/TMHeader";
11
11
  import TMButton from "../base/TMButton";
12
12
  import TMTextBox from "../editors/TMTextBox";
@@ -255,7 +255,6 @@ export const TMItemTitleRender = (props) => {
255
255
  LocalStorageService.setItem(LOGIN_HISTORY_KEY, historyStateUpdtated);
256
256
  reloadHistoryState();
257
257
  }, [preferred]);
258
- // Handle double-click to show the details component with a transition
259
258
  const toogleShowDetails = (e) => {
260
259
  if (e === undefined)
261
260
  return;
@@ -353,7 +352,7 @@ export const TMItemTitleRender = (props) => {
353
352
  justifyContent: 'center',
354
353
  alignItems: 'center',
355
354
  cursor: 'pointer'
356
- }, children: _jsx(IconShow, { color: "#fff" }) }) }), _jsx(TMTooltip, { content: SDKUI_Localizator.Delete, children: _jsx("div", { onClick: onDeleteCallback, onDoubleClick: (e) => { e.preventDefault(); e.stopPropagation(); }, style: {
355
+ }, children: showDetails ? _jsx(IconHide, { color: "#fff" }) : _jsx(IconShow, { color: "#fff" }) }) }), _jsx(TMTooltip, { content: SDKUI_Localizator.Delete, children: _jsx("div", { onClick: onDeleteCallback, onDoubleClick: (e) => { e.preventDefault(); e.stopPropagation(); }, style: {
357
356
  width: 27,
358
357
  height: 27,
359
358
  backgroundColor: '#ED153A',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.8.66",
3
+ "version": "6.8.68",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -28,7 +28,7 @@
28
28
  "lib"
29
29
  ],
30
30
  "dependencies": {
31
- "@topconsultnpm/sdk-ts-beta": "^6.8.8",
31
+ "@topconsultnpm/sdk-ts-beta": "^6.8.9",
32
32
  "buffer": "^6.0.3",
33
33
  "devextreme": "24.1.7",
34
34
  "devextreme-react": "24.1.7",