@lx-frontend/wrap-element-ui 1.0.24-beta.2 → 1.0.24-beta.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/package.json
CHANGED
|
@@ -339,7 +339,7 @@ import {
|
|
|
339
339
|
useDragSort,
|
|
340
340
|
} from './bizHooks'
|
|
341
341
|
|
|
342
|
-
import { ITableDataItem, IColumnConfig, IDefaultOperationType, IColorList } from './types';
|
|
342
|
+
import { ITableDataItem, IColumnConfig, IDefaultOperationType, IColorList, SettingStorgeMigrationConfigs } from './types';
|
|
343
343
|
|
|
344
344
|
// defineProps泛型参数如果从外部传入,编译报错
|
|
345
345
|
interface IProps {
|
|
@@ -382,6 +382,8 @@ interface IProps {
|
|
|
382
382
|
pageSizes?: number[]
|
|
383
383
|
/** 分页器展示数量 */
|
|
384
384
|
pagerCount?: number;
|
|
385
|
+
/** 设置的迁移配置 */
|
|
386
|
+
settingStorgeMigrationConfigs?: SettingStorgeMigrationConfigs
|
|
385
387
|
}
|
|
386
388
|
|
|
387
389
|
interface IEmits {
|