antd-management-fast-framework 2.12.93 → 2.12.96
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.
|
@@ -738,6 +738,14 @@ export class InternalFlow extends Core {
|
|
|
738
738
|
* establishPageContentLayoutSiderConfig = () => { return {}; }
|
|
739
739
|
*/
|
|
740
740
|
establishPageContentLayoutSiderConfig: () => Object;
|
|
741
|
+
/**
|
|
742
|
+
* 构建页面内容侧栏布局配置,默认为空逻辑,可根据需要重载。
|
|
743
|
+
* @function
|
|
744
|
+
* @returns {Object} 配置数据
|
|
745
|
+
* @example
|
|
746
|
+
* establishPageContentLayoutSiderConfig = () => { return {}; }
|
|
747
|
+
*/
|
|
748
|
+
establishPageContentLayoutContentConfig: () => Object;
|
|
741
749
|
/**
|
|
742
750
|
* 构建页面内容布局配置,默认为空逻辑,可根据需要重载。
|
|
743
751
|
* @function
|