tycho-components 0.0.17-SNAPSHOT-1 → 0.0.17-SNAPSHOT-3

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.
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ export { default as AppPicture } from './AppPicture';
11
11
  export { default as AppPlaceholder } from './AppPlaceholder';
12
12
  export { default as AppSelect } from './AppSelect';
13
13
  export { default as AppTable } from './AppTable';
14
- export { default as AppListTable } from './AppTable';
14
+ export { default as AppListTable } from './AppTable/AppListTable';
15
15
  export { default as AppToast } from './AppToast';
16
16
  export { default as CommentComponent } from './Comments';
17
17
  export { default as Header } from './Header';
@@ -49,3 +49,4 @@ export type { UploadedFile } from './AppDropzone/UploadedFile';
49
49
  export type { User } from './configs/User';
50
50
  export type { UserStatus } from './configs/User';
51
51
  export { convertPageable, EMPTY_PAGEABLE, EMPTY_GRID_PAGEABLE, } from './AppTable/types/AppPageable';
52
+ export { EMPTY_PAGE, EMPTY_GRID_PAGE } from './AppTable/types/AppPage';
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ export { default as AppPicture } from './AppPicture';
11
11
  export { default as AppPlaceholder } from './AppPlaceholder';
12
12
  export { default as AppSelect } from './AppSelect';
13
13
  export { default as AppTable } from './AppTable';
14
- export { default as AppListTable } from './AppTable';
14
+ export { default as AppListTable } from './AppTable/AppListTable';
15
15
  export { default as AppToast } from './AppToast';
16
16
  export { default as CommentComponent } from './Comments';
17
17
  export { default as Header } from './Header';
@@ -35,3 +35,4 @@ export { default as ImageUtils } from './functions/ImageUtils';
35
35
  export { default as SecurityUtils } from './functions/SecurityUtils';
36
36
  export { default as UsabilityUtils } from './functions/UsabilityUtils';
37
37
  export { convertPageable, EMPTY_PAGEABLE, EMPTY_GRID_PAGEABLE, } from './AppTable/types/AppPageable';
38
+ export { EMPTY_PAGE, EMPTY_GRID_PAGE } from './AppTable/types/AppPage';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.0.17-SNAPSHOT-1",
4
+ "version": "0.0.17-SNAPSHOT-3",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {