@dazhicheng/ui 1.5.135 → 1.5.137

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.
@@ -94,7 +94,7 @@ type FormSchemasLinkBuilder = {
94
94
  /** 设置表单场景 */
95
95
  scene(scene: FormScene): FormSchemasLinkBuilder;
96
96
  /** 指定需要请求和构建的字段类型,默认包含全部 DataType */
97
- codes(codes: DataType[]): FormSchemasLinkBuilder;
97
+ codes(codes: BudinessDataType[]): FormSchemasLinkBuilder;
98
98
  /** 使用外部数据源,跳过内部接口请求 */
99
99
  dataSource(dataSource: MaybeRef<DataPermissionOptionsMap | undefined>): FormSchemasLinkBuilder;
100
100
  /** 覆盖单个字段配置 */