@aspire-ui/element-component-pro 1.0.27 → 1.0.28

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.
@@ -1 +1 @@
1
- export type { ProTableFormColumn, ProTableFormColumnChild, ProTableFormActionColumn, ProTableFormProps, ProTableFormBuiltInComponent, TableActionButton, TableActionRender, ProTableFormActionType, ProTableFormRowType, } from '../types';
1
+ export type { ProTableFormColumn, ProTableFormColumnChild, ProTableFormProps, ProTableFormBuiltInComponent, ProTableFormColumnRender, ProTableFormActionType, CellComponentPropsParams, } from '../types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aspire-ui/element-component-pro",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Element UI 二次封装组件库,基于 Vue 2.7 + TypeScript + setup 语法糖,实现 VbenAdmin 风格的 Pro 组件",
5
5
  "type": "module",
6
6
  "main": "./dist/element-component-pro.umd.js",
@@ -2,11 +2,9 @@
2
2
  export type {
3
3
  ProTableFormColumn,
4
4
  ProTableFormColumnChild,
5
- ProTableFormActionColumn,
6
5
  ProTableFormProps,
7
6
  ProTableFormBuiltInComponent,
8
- TableActionButton,
9
- TableActionRender,
7
+ ProTableFormColumnRender,
10
8
  ProTableFormActionType,
11
- ProTableFormRowType,
9
+ CellComponentPropsParams,
12
10
  } from '../types'