dcp-design-react 1.11.19 → 1.11.20

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.
@@ -8,6 +8,7 @@ type ITableConfig = {
8
8
  rowKey?: ((row: IRecord, index: number) => IRowKey) | IRowKey;
9
9
  webPagination?: boolean;
10
10
  paginationConfig?: IPaginationConfig;
11
+ topBarExtra?: React.ReactNode;
11
12
  };
12
13
  type IProps = {
13
14
  size?: ComponentSize;
@@ -2,5 +2,8 @@ import React from 'react';
2
2
  export type AreaSelectRef = {
3
3
  blur: () => void;
4
4
  };
5
- declare const AreaSelect: React.ForwardRefExoticComponent<React.RefAttributes<AreaSelectRef>>;
5
+ type IProps = {
6
+ rowVirtualize: any;
7
+ };
8
+ declare const AreaSelect: React.ForwardRefExoticComponent<IProps & React.RefAttributes<AreaSelectRef>>;
6
9
  export default AreaSelect;
@@ -8,6 +8,7 @@ type ITableConfig = {
8
8
  rowKey?: ((row: IRecord, index: number) => IRowKey) | IRowKey;
9
9
  webPagination?: boolean;
10
10
  paginationConfig?: IPaginationConfig;
11
+ topBarExtra?: React.ReactNode;
11
12
  };
12
13
  type IProps = {
13
14
  size?: ComponentSize;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-design-react",
3
- "version": "1.11.19",
3
+ "version": "1.11.20",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",