@topconsultnpm/sdkui-react-beta 6.12.26 → 6.12.27

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.
@@ -42,6 +42,7 @@ export * from './choosers/TMUserChooser';
42
42
  export { default as TMValidationItemsList } from './grids/TMValidationItemsList';
43
43
  export * from './query/TMQueryEditor';
44
44
  export * from './query/TMQueryResultForm';
45
+ export * from './query/TMQuerySummary';
45
46
  export * from './base/TMTab';
46
47
  export { default as TMHeader } from "./sidebar/TMHeader";
47
48
  export { default as TMSidebar } from "./sidebar/TMSidebar";
@@ -47,6 +47,7 @@ export { default as TMValidationItemsList } from './grids/TMValidationItemsList'
47
47
  //query
48
48
  export * from './query/TMQueryEditor';
49
49
  export * from './query/TMQueryResultForm';
50
+ export * from './query/TMQuerySummary';
50
51
  //tab
51
52
  export * from './base/TMTab';
52
53
  // others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.26",
3
+ "version": "6.12.27",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",