@jiaozhiye/qm-design-react 1.9.14 → 1.9.16
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.
|
@@ -37,7 +37,6 @@ type IExtra = {
|
|
|
37
37
|
createSelectionKeys: (rowKeys?: IRowKey[]) => IRowKey[];
|
|
38
38
|
createRowExpandedKeys: (rowKeys?: IRowKey[]) => IRowKey[];
|
|
39
39
|
createElementStore: (option: Record<string, HTMLElement>) => void;
|
|
40
|
-
triggerScrollYEvent: (st: number) => void;
|
|
41
40
|
initialTable: () => void;
|
|
42
41
|
destroy: () => void;
|
|
43
42
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jiaozhiye/qm-design-react",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.16",
|
|
4
4
|
"description": "A Component Library for React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"React",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"localforage": "^1.10.0",
|
|
66
66
|
"lodash-es": "^4.17.21",
|
|
67
67
|
"memoize-one": "^6.0.0",
|
|
68
|
-
"omit.js": "^2.0.2",
|
|
69
68
|
"prop-types": "^15.8.1",
|
|
70
69
|
"react-countup": "^6.4.0",
|
|
71
70
|
"react-draggable": "^4.4.6",
|
|
@@ -122,8 +121,8 @@
|
|
|
122
121
|
"lint-staged": "^10.5.4",
|
|
123
122
|
"mockjs": "^1.1.0",
|
|
124
123
|
"prettier": "^2.8.8",
|
|
125
|
-
"react": "^18.
|
|
126
|
-
"react-dom": "^18.
|
|
124
|
+
"react": "^18.3.1",
|
|
125
|
+
"react-dom": "^18.3.1",
|
|
127
126
|
"rimraf": "^3.0.2",
|
|
128
127
|
"rollup": "^2.79.1",
|
|
129
128
|
"style-loader": "^3.3.4",
|