antd-management-fast-framework 2.11.11 → 2.11.12

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.
@@ -169,8 +169,8 @@ export class Base extends AuthorizationWrapper {
169
169
  renderPresetListViewItemActions: (record: any, index: any) => any[] | null;
170
170
  renderPresetListViewItemActionOthers: (record: any, index: any) => null;
171
171
  renderPresetListViewItemActionSelect: (record: any, index: any) => null;
172
- renderPresetListViewItemLayout: () => string;
173
- renderPresetListViewSize: () => string;
172
+ establishListViewItemLayout: () => string;
173
+ establishListViewSize: () => string;
174
174
  renderPresetListView: () => React.JSX.Element;
175
175
  /**
176
176
  * 构建分页视图