@jiaozhiye/qm-design-react 1.2.0-beta.19 → 1.2.0-beta.21

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.
@@ -112,6 +112,7 @@ export declare const propTypes: {
112
112
  afterFetch: PropTypes.Requireable<(...args: any[]) => any>;
113
113
  stopToFirst: PropTypes.Requireable<boolean>;
114
114
  dataKey: PropTypes.Requireable<string>;
115
+ callback: PropTypes.Requireable<(...args: any[]) => any>;
115
116
  }>>;
116
117
  loading: PropTypes.Requireable<boolean>;
117
118
  resizable: PropTypes.Requireable<boolean>;
@@ -145,6 +145,7 @@ export declare type IFetch = {
145
145
  afterFetch?: (records: IRecord[]) => IRecord[];
146
146
  stopToFirst?: boolean;
147
147
  dataKey?: string;
148
+ callback?: (resData: any) => void;
148
149
  };
149
150
  export declare type IRowSelection = {
150
151
  type: ISelectionType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiaozhiye/qm-design-react",
3
- "version": "1.2.0-beta.19",
3
+ "version": "1.2.0-beta.21",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",
@@ -58,7 +58,7 @@
58
58
  "classnames": "^2.3.1",
59
59
  "copy-to-clipboard": "^3.3.1",
60
60
  "cropperjs": "^1.5.12",
61
- "dayjs": "^1.11.2",
61
+ "dayjs": "^1.11.4",
62
62
  "exceljs": "^4.3.0",
63
63
  "localforage": "^1.10.0",
64
64
  "lodash-es": "^4.17.21",
@@ -99,7 +99,7 @@
99
99
  "cp-cli": "^2.0.0",
100
100
  "cross-env": "^7.0.3",
101
101
  "css-loader": "^5.2.7",
102
- "eslint": "^8.18.0",
102
+ "eslint": "^8.20.0",
103
103
  "eslint-plugin-prettier": "^4.0.0",
104
104
  "eslint-plugin-react": "^7.30.0",
105
105
  "eslint-plugin-react-hooks": "^4.6.0",
@@ -122,7 +122,7 @@
122
122
  "react": "17.0.2",
123
123
  "react-dom": "17.0.2",
124
124
  "rimraf": "^3.0.2",
125
- "rollup": "^2.75.0",
125
+ "rollup": "^2.76.0",
126
126
  "rollup-plugin-terser": "^7.0.2",
127
127
  "style-loader": "^3.3.0",
128
128
  "style-resources-loader": "^1.5.0",