@topconsultnpm/sdkui-react-beta 6.7.86 → 6.7.87

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.
@@ -12,6 +12,8 @@ const TMTreeDropDown = (props) => {
12
12
  const treeViewRef = useRef(null);
13
13
  // Helper function to get a comma-separated string of labels for the selected IDs
14
14
  const getLabelsByIds = (ids, outputFormat) => {
15
+ if (ids.length === 0)
16
+ return _jsx("p", { children: SDKUI_Localizator.SelectDesiredFilters });
15
17
  const filteredLabels = dataSource.filter(item => ids.includes(item.id));
16
18
  if (outputFormat === 'text') {
17
19
  const labels = filteredLabels.map(item => item.label).join(', ');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.7.86",
3
+ "version": "6.7.87",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",