From e6e891898c408af371edc09ffe406fa8176ac93d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 25 Oct 2025 09:57:24 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90ele?= =?UTF-8?q?=E3=80=91form-create=20=E9=9B=86=E6=88=90=E7=9A=84=20todo=20?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/form-create/typing.ts | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/apps/web-ele/src/components/form-create/typing.ts b/apps/web-ele/src/components/form-create/typing.ts index ccf970b12..35c1a39fc 100644 --- a/apps/web-ele/src/components/form-create/typing.ts +++ b/apps/web-ele/src/components/form-create/typing.ts @@ -1,5 +1,3 @@ -import type { Rule } from '@form-create/element-ui'; // 左侧拖拽按钮 - /** 数据字典 Select 选择器组件 Props 类型 */ export interface DictSelectProps { dictType: string; // 字典类型 @@ -22,25 +20,6 @@ export interface Menu { list: MenuItem[]; } -export type MenuList = Array; - -// TODO @dhb52:MenuList、Menu、MenuItem、DragRule 这几个,是不是没用到呀? -// 拖拽组件的规则 -export interface DragRule { - icon: string; - name: string; - label: string; - children?: string; - inside?: true; - drag?: string | true; - dragBtn?: false; - mask?: false; - - rule(): Rule; - - props(v: any, v1: any): Rule[]; -} - /** 通用 API 下拉组件 Props 类型 */ export interface ApiSelectProps { name: string; // 组件名称