@kmkf-fe-packages/basic-components 2.2.13-beta.19 → 2.2.13-beta.22
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.
- package/dist/index.esm.js +2 -1
- package/dist/index.js +2 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -23163,7 +23163,8 @@ var index$2 = (function (props) {
|
|
|
23163
23163
|
size: "small",
|
|
23164
23164
|
pagination: false,
|
|
23165
23165
|
scroll: {
|
|
23166
|
-
x: 'max-content'
|
|
23166
|
+
x: 'max-content',
|
|
23167
|
+
y: 500
|
|
23167
23168
|
},
|
|
23168
23169
|
locale: {
|
|
23169
23170
|
emptyText: '暂无数据'
|
package/dist/index.js
CHANGED
|
@@ -23178,7 +23178,8 @@ var index$2 = (function (props) {
|
|
|
23178
23178
|
size: "small",
|
|
23179
23179
|
pagination: false,
|
|
23180
23180
|
scroll: {
|
|
23181
|
-
x: 'max-content'
|
|
23181
|
+
x: 'max-content',
|
|
23182
|
+
y: 500
|
|
23182
23183
|
},
|
|
23183
23184
|
locale: {
|
|
23184
23185
|
emptyText: '暂无数据'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.13-beta.
|
|
3
|
+
"version": "2.2.13-beta.22",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.22",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"ali-react-table": "2.6.1",
|
|
26
26
|
"bignumber.js": "^9.1.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "d7a2014469d2717f048fc238b35d9cb0aa59444c"
|
|
70
70
|
}
|