@lemon-fe/components 1.1.0-alpha.8 → 1.1.0

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.
@@ -149,6 +149,7 @@ export default function CustomColumnPanel(params) {
149
149
  }, {
150
150
  loadingState: true,
151
151
  onSuccess: function onSuccess() {
152
+ grid.api.closeToolPanel();
152
153
  message.success('操作成功');
153
154
  }
154
155
  }),
@@ -28,7 +28,7 @@ export default class DataGrid<TData extends Record<string, any>> extends Compone
28
28
  Text: React.ForwardRefExoticComponent<import("@ag-grid-community/core").ICellEditorParams<any, any, any> & import("./typings").TextEditorParams<any> & React.RefAttributes<import("@ag-grid-community/react").ICellEditorReactComp>>;
29
29
  Date: React.ForwardRefExoticComponent<import("@ag-grid-community/core").ICellEditorParams<any, any, any> & import("./typings").DateEditorParams<any> & React.RefAttributes<import("@ag-grid-community/react").ICellEditorReactComp>>;
30
30
  Number: React.ForwardRefExoticComponent<import("@ag-grid-community/core").ICellEditorParams<any, any, any> & import("./typings").NumberEditorParams<any> & React.RefAttributes<import("@ag-grid-community/react").ICellEditorReactComp>>;
31
- Select: React.ForwardRefExoticComponent<import("@ag-grid-community/core").ICellEditorParams<any, any, any> & Pick<import("antd").SelectProps<any, import("antd/lib/select").BaseOptionType>, "disabled" | "allowClear" | "mode" | "options" | "virtual" | "showSearch" | "listHeight"> & {
31
+ Select: React.ForwardRefExoticComponent<import("@ag-grid-community/core").ICellEditorParams<any, any, any> & Pick<import("antd").SelectProps<any, import("antd/lib/select").BaseOptionType>, "disabled" | "mode" | "virtual" | "allowClear" | "options" | "showSearch" | "listHeight"> & {
32
32
  fieldNames?: {
33
33
  label: string;
34
34
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "1.1.0-alpha.8",
3
+ "version": "1.1.0",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -22,8 +22,8 @@
22
22
  "@ag-grid-community/react": "29.2.0",
23
23
  "@ag-grid-community/styles": "29.2.0",
24
24
  "@dnd-kit/core": "^6.0.8",
25
- "@lemon-fe/hooks": "^1.1.0-alpha.5",
26
- "@lemon-fe/utils": "^1.1.0-alpha.5",
25
+ "@lemon-fe/hooks": "^1.1.0",
26
+ "@lemon-fe/utils": "^1.1.0",
27
27
  "async-validator": "^4.2.5",
28
28
  "bignumber.js": ">=9.0.0",
29
29
  "classnames": "^2.2.6",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "registry": "https://registry.npmjs.org"
64
64
  },
65
- "gitHead": "6a8a46320a6e037d6ccbcc2b563286163a047073"
65
+ "gitHead": "90a7891c02a793d18f56cd80f928ca2a22485630"
66
66
  }