@topconsultnpm/sdkui-react-beta 6.14.44 → 6.14.45

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.
@@ -57,6 +57,7 @@ export * from './features/documents/TMDcmtPreview';
57
57
  export * from './features/archive/TMArchive';
58
58
  export * from './features/search/TMSearch';
59
59
  export * from './features/search/TMSearchResult';
60
+ export { default as TMWGsCopyMoveForm } from './features/wg/TMWGsCopyMoveForm';
60
61
  export * from './base/TMTab';
61
62
  export { default as TMHeader } from "./sidebar/TMHeader";
62
63
  export { default as TMSidebar } from "./sidebar/TMSidebar";
@@ -65,6 +65,8 @@ export * from './features/archive/TMArchive';
65
65
  //search
66
66
  export * from './features/search/TMSearch';
67
67
  export * from './features/search/TMSearchResult';
68
+ // wg
69
+ export { default as TMWGsCopyMoveForm } from './features/wg/TMWGsCopyMoveForm';
68
70
  //tab
69
71
  export * from './base/TMTab';
70
72
  // others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.14.44",
3
+ "version": "6.14.45",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",