@yilianjituan/yilian_dgerm 0.0.1-alpha.26 → 0.0.1-alpha.27

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/README.md CHANGED
@@ -97,7 +97,7 @@ MIT
97
97
  4、TabsMode 宿主引用与调试
98
98
  5、NumberInput 组件封装
99
99
  6、NumberInput 宿主引用与调试
100
- 7、更换组件库 web-module-dumi -> @yilianjituan/yilian_dgerm
100
+ 7、更换组件库 @yilianjituan/yilian_dgerm -> @yilianjituan/yilian_dgerm
101
101
  8、依赖适配与打包
102
102
  9、宿主引用测试
103
103
  10、PageTemplate 适配,开放属性 buttonTheme 作为按钮颜色属性
@@ -109,5 +109,7 @@ MIT
109
109
  4、结构调整后宿主引用测试
110
110
  5、ReactEcharts 组件封装
111
111
  6、ReactEcharts 宿主引用与调试
112
- 7、PageTemplate 功能扩展
113
- 8、PageTemplate按钮适配
112
+ 7、PageTemplate 功能扩展:添加addNo
113
+ 8、PageTemplate 按钮适配:扩展edc
114
+ 9、更换组件引入路径
115
+ 10、PageTemplate 功能扩展: 添加ref声明
@@ -1,6 +1,7 @@
1
1
  import { MethodEnum } from "../../commonType/globalEnum";
2
2
  import { ReactNode } from "react";
3
3
  export interface IPageTemPropsData {
4
+ ref?: any;
4
5
  rowKey?: string;
5
6
  url?: IUrl;
6
7
  connect?: typeVoidFunc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yilianjituan/yilian_dgerm",
3
- "version": "0.0.1-alpha.26",
3
+ "version": "0.0.1-alpha.27",
4
4
  "description": "A react library developed with dumi",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",