@topconsultnpm/sdkui-react-beta 6.12.160 → 6.13.1

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.
@@ -96,7 +96,7 @@ export const getAttachmentInfo = (attachment, treeFs, draftLatestInfoMap, archiv
96
96
  }
97
97
  const content = (_jsxs("div", { children: [_jsxs("div", { children: [_jsx("span", { style: { fontWeight: 'bold' }, children: SDKUI_Localizator.Version }), ": ", attachment.version] }), draftLatestInfoMap && (_jsxs("div", { children: [_jsxs("div", { children: [_jsx("span", { style: { fontWeight: 'bold' }, children: SDKUI_Localizator.LastVersion }), ": ", latestVersion ? SDKUI_Localizator.Yes : SDKUI_Localizator.No] }), _jsxs("div", { children: [_jsx("span", { style: { fontWeight: 'bold' }, children: SDKUI_Localizator.Size }), ": ", fileSize] })] })), _jsx("hr", {}), _jsxs("div", { children: [_jsx("span", { style: { fontWeight: 'bold' }, children: SDKUI_Localizator.Path }), ": \"", SDKUI_Localizator.Drafts, "\\", pathName.length > 0 ? (pathName + '\\') : '', name, "\""] })] }));
98
98
  tooltipContent = getTooltipContent(draftfileItem.name, content);
99
- nameElement = (_jsxs("span", { children: [highlightText(`${draftfileItem.name}`, searchText, isSelected), "\u00A0", _jsx("span", { style: {
99
+ nameElement = (_jsxs("span", { children: [highlightText(`${draftfileItem.name}`, searchText, isSelected), "\u00A0", attachment.version && _jsx("span", { style: {
100
100
  display: 'inline-flex',
101
101
  marginLeft: '5px',
102
102
  width: '20px',
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
1
  {
2
- "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.160",
4
- "description": "",
5
- "scripts": {
6
- "test": "echo \"Error: no test specified\" && exit 1",
7
- "clean": "powershell Remove-Item lib/ -recurse",
8
- "copy-files": "copyfiles -u 1 src/assets/*.* src/assets/ImageLibrary/*.* src/assets/thumbnails/*.* src/assets/Metadata/*.* src/css/tm-sdkui.css lib/",
9
- "tm-build": "npm run clean && tsc && npm run copy-files",
10
- "tm-publish": "npm publish",
11
- "storybook": "storybook dev -p 6006",
12
- "build-storybook": "storybook build"
13
- },
14
- "author": "TopConsult",
15
- "license": "ISC",
16
- "devDependencies": {
17
- "@chromatic-com/storybook": "^3.2.6",
18
- "@storybook/addon-essentials": "^8.6.12",
19
- "@storybook/addon-interactions": "^8.6.12",
20
- "@storybook/addon-onboarding": "^8.6.12",
21
- "@storybook/blocks": "^8.6.12",
22
- "@storybook/react": "^8.6.12",
23
- "@storybook/react-vite": "^8.6.12",
24
- "@storybook/test": "^8.6.12",
25
- "@types/htmlparser2": "^3.10.7",
26
- "@types/node": "^20.2.5",
27
- "@types/react": "^18.2.7",
28
- "@types/react-dom": "^18.2.4",
29
- "copyfiles": "^2.4.1",
30
- "esbuild": "^0.25.0",
31
- "react": "^18.2.0",
32
- "react-dom": "^18.2.0",
33
- "storybook": "^8.6.12",
34
- "typescript": "^5.3.2",
35
- "vite": "^6.1.1"
36
- },
37
- "main": "dist/cjs/index.js",
38
- "types": "./index.d.ts",
39
- "module": "lib/esm/index.js",
40
- "files": [
41
- "dist",
42
- "lib"
43
- ],
44
- "dependencies": {
45
- "@topconsultnpm/sdk-ts-beta": "6.12.15",
46
- "buffer": "^6.0.3",
47
- "devextreme": "24.2.6",
48
- "devextreme-react": "24.2.6",
49
- "htmlparser2": "^10.0.0",
50
- "react-router-dom": "^6.15.0",
51
- "styled-components": "^6.1.1"
52
- },
53
- "overrides": {
54
- "esbuild": "^0.25.0"
55
- }
2
+ "name": "@topconsultnpm/sdkui-react-beta",
3
+ "version": "6.13.1",
4
+ "description": "",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1",
7
+ "clean": "powershell Remove-Item lib/ -recurse",
8
+ "copy-files": "copyfiles -u 1 src/assets/*.* src/assets/ImageLibrary/*.* src/assets/thumbnails/*.* src/assets/Metadata/*.* src/css/tm-sdkui.css lib/",
9
+ "tm-build": "npm run clean && tsc && npm run copy-files",
10
+ "tm-publish": "npm publish",
11
+ "storybook": "storybook dev -p 6006",
12
+ "build-storybook": "storybook build"
13
+ },
14
+ "author": "TopConsult",
15
+ "license": "ISC",
16
+ "devDependencies": {
17
+ "@chromatic-com/storybook": "^3.2.6",
18
+ "@storybook/addon-essentials": "^8.6.12",
19
+ "@storybook/addon-interactions": "^8.6.12",
20
+ "@storybook/addon-onboarding": "^8.6.12",
21
+ "@storybook/blocks": "^8.6.12",
22
+ "@storybook/react": "^8.6.12",
23
+ "@storybook/react-vite": "^8.6.12",
24
+ "@storybook/test": "^8.6.12",
25
+ "@types/htmlparser2": "^3.10.7",
26
+ "@types/node": "^20.2.5",
27
+ "@types/react": "^18.2.7",
28
+ "@types/react-dom": "^18.2.4",
29
+ "copyfiles": "^2.4.1",
30
+ "esbuild": "^0.25.0",
31
+ "react": "^18.2.0",
32
+ "react-dom": "^18.2.0",
33
+ "storybook": "^8.6.12",
34
+ "typescript": "^5.3.2",
35
+ "vite": "^6.1.1"
36
+ },
37
+ "main": "dist/cjs/index.js",
38
+ "types": "./index.d.ts",
39
+ "module": "lib/esm/index.js",
40
+ "files": [
41
+ "dist",
42
+ "lib"
43
+ ],
44
+ "dependencies": {
45
+ "@topconsultnpm/sdk-ts-beta": "6.13.1",
46
+ "buffer": "^6.0.3",
47
+ "devextreme": "24.2.6",
48
+ "devextreme-react": "24.2.6",
49
+ "htmlparser2": "^10.0.0",
50
+ "react-router-dom": "^6.15.0",
51
+ "styled-components": "^6.1.1"
52
+ },
53
+ "overrides": {
54
+ "esbuild": "^0.25.0"
55
+ }
56
56
  }