@jiaozhiye/qm-design-react 1.7.1 → 1.7.2

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.
@@ -409,7 +409,7 @@ export type TableRef = {
409
409
  DO_EXPORT: () => void;
410
410
  SCROLL_TO_RECORD: (rowKey: IRowKey) => void;
411
411
  SCROLL_TO_COLUMN: (dataIndex: string) => void;
412
- SET_SELECTION: (rowKeys: IRowKey[]) => void;
412
+ SET_SELECTION: (rowKeys: IRowKey[], isHandleChange?: boolean) => void;
413
413
  SET_SELECTION_ROWS: (records: IRecord[]) => void;
414
414
  SET_TABLE_DATA: (records: IRecord[]) => void;
415
415
  SET_TABLE_COLUMN: (dataIndex: string, option: Record<string, any>, forceUpdate?: boolean) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiaozhiye/qm-design-react",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",