@topconsultnpm/sdkui-react-beta 6.5.56 → 6.5.57

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.
@@ -36,7 +36,7 @@ export const TMMetadataChooserForm = ({ tmSession, tids, inputDcmtTypesList, qd,
36
36
  let inputTIDs = tids.map((item) => item.tid);
37
37
  if (refreshCache)
38
38
  DcmtTypeListCacheService.RemoveWithMetadata(inputTIDs);
39
- TMSpinner.show({ description: `${SDKUI_Localizator.Loading} - ${SDK_Localizator.ListDcmtTypeOrView} ...` });
39
+ TMSpinner.show({ description: `${SDKUI_Localizator.Loading} - ${SDK_Localizator.DcmtType} ...` });
40
40
  let dtds = await DcmtTypeListCacheService.GetFromTIDsAsync(inputTIDs, true, tmSession);
41
41
  TMSpinner.hide();
42
42
  for (let i = 0; i < dtds.length; i++) {
@@ -77,7 +77,7 @@ export const TMMetadataChooserForm = ({ tmSession, tids, inputDcmtTypesList, qd,
77
77
  for (const tid of tids) {
78
78
  if (!tid)
79
79
  continue;
80
- TMSpinner.show({ description: `${SDKUI_Localizator.Loading} - ${SDK_Localizator.ListDcmtTypeOrView} ...` });
80
+ TMSpinner.show({ description: `${SDKUI_Localizator.Loading} - ${SDK_Localizator.DcmtType} ...` });
81
81
  let dtd = await DcmtTypeListCacheService.GetAsync(tid, true, tmSession);
82
82
  TMSpinner.hide();
83
83
  if (!dtd)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.5.56",
3
+ "version": "6.5.57",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -30,8 +30,8 @@
30
30
  "dependencies": {
31
31
  "@topconsultnpm/sdk-ts-beta": "^6.5.54",
32
32
  "buffer": "^6.0.3",
33
- "devextreme": "24.1.3",
34
- "devextreme-react": "24.1.3",
33
+ "devextreme": "24.1.6",
34
+ "devextreme-react": "24.1.6",
35
35
  "react-router-dom": "^6.15.0",
36
36
  "styled-components": "^6.1.1"
37
37
  }