@acorex/platform 20.7.11 → 20.7.13

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/common/index.d.ts CHANGED
@@ -300,6 +300,7 @@ interface AXPRelatedEntity {
300
300
  title?: string;
301
301
  icon?: string;
302
302
  columns?: string[];
303
+ properties?: string[];
303
304
  layout?: {
304
305
  type: 'tab-detail' | 'tab-list' | 'page-detail' | 'page-list' | 'merge-detail';
305
306
  order?: number;
package/core/index.d.ts CHANGED
@@ -1109,6 +1109,7 @@ interface AXPFileListItem {
1109
1109
  size?: number;
1110
1110
  status: AXPFileStatus;
1111
1111
  source?: AXPFileSource;
1112
+ meta?: AXPMetaData;
1112
1113
  }
1113
1114
 
1114
1115
  interface AXPFilterClause extends AXDataSourceFilterOption {