1
0
mirror of synced 2026-04-05 07:48:35 +08:00

refactor: 将data-source,dep,schema,utils收敛到core,将form,table,stage,design,util收敛到editor

This commit is contained in:
roymondchen
2024-09-04 17:25:33 +08:00
committed by roymondchen
parent c3bc1035ad
commit 34fc0a15b9
212 changed files with 634 additions and 778 deletions

View File

@@ -61,6 +61,7 @@ import type {
ColorPickerProps,
ColProps,
DatePickerProps,
DesignPluginOptions,
DialogProps,
DividerProps,
DrawerProps,
@@ -74,7 +75,6 @@ import type {
OptionGroupProps,
OptionProps,
PaginationProps,
PluginOptions,
RadioButtonProps,
RadioGroupProps,
RadioProps,
@@ -93,7 +93,7 @@ import type {
UploadProps,
} from '@tmagic/design';
const adapter: PluginOptions = {
const adapter: DesignPluginOptions = {
useZIndex,
message: ElMessage,
messageBox: ElMessageBox,