vap1 0.6.2 → 0.6.3

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.
@@ -13,5 +13,9 @@ export type DButtonProps = Pick<DBaseProps, 'cId' | 'style' | 'className' | 'val
13
13
  * 图标
14
14
  */
15
15
  icon?: string;
16
+ /**
17
+ * 保留位,用于紧急/临时扩展
18
+ */
19
+ [key: string]: any;
16
20
  };
17
21
  export type DButtonComponent = ForwardRefExoticComponent<DButtonProps & RefAttributes<DMethodRef>>;
@@ -29,5 +29,9 @@ export type DColProps = Pick<DBaseProps, 'cId' | 'title' | 'style' | 'className'
29
29
  * 清理浮动
30
30
  */
31
31
  clearBoth?: boolean;
32
+ /**
33
+ * 保留位,用于紧急/临时扩展
34
+ */
35
+ [key: string]: any;
32
36
  };
33
37
  export type DColComponent = ForwardRefExoticComponent<DColProps & RefAttributes<DMethodRef>>;
@@ -61,5 +61,9 @@ export type DDivProps = Pick<DBaseProps, 'cId' | 'style' | 'className' | 'onChan
61
61
  * 子组件
62
62
  */
63
63
  children?: ReactNode;
64
+ /**
65
+ * 保留位,用于紧急/临时扩展
66
+ */
67
+ [key: string]: any;
64
68
  };
65
69
  export type DDivComponent = ForwardRefExoticComponent<DDivProps & RefAttributes<DMethodRef>>;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"vap1","version":"0.6.2","description":"vap1, Both support MicroService and SAP FrameWork, Support IE>9","main":"index.js","author":"Xiang da","license":"ISC"}
1
+ {"name":"vap1","version":"0.6.3","description":"vap1, Both support MicroService and SAP FrameWork, Support IE>9","main":"index.js","author":"Xiang da","license":"ISC"}