@kmkf-fe-packages/basic-components 2.2.13-beta.48 → 2.2.13-beta.49

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 CHANGED
@@ -23310,7 +23310,7 @@ var index$2 = (function (props) {
23310
23310
  size: "small",
23311
23311
  pagination: false,
23312
23312
  scroll: {
23313
- x: 'max-content',
23313
+ x: '100%',
23314
23314
  y: 500
23315
23315
  },
23316
23316
  locale: {
package/dist/index.js CHANGED
@@ -23325,7 +23325,7 @@ var index$2 = (function (props) {
23325
23325
  size: "small",
23326
23326
  pagination: false,
23327
23327
  scroll: {
23328
- x: 'max-content',
23328
+ x: '100%',
23329
23329
  y: 500
23330
23330
  },
23331
23331
  locale: {
@@ -32,6 +32,7 @@ declare const SYSTEM_ORDER_COLUMNS_MAP: {
32
32
  title: string;
33
33
  dataIndex: string;
34
34
  width: number;
35
+ ellipsis: boolean;
35
36
  }[];
36
37
  BS_E3_SYSTEM_ORDER: ({
37
38
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.2.13-beta.48",
3
+ "version": "2.2.13-beta.49",
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.48",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.2.13-beta.49",
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": "658243ef0a62d53ef3dac5516d820ef07f12bf74"
69
+ "gitHead": "82dd8c3e729f1f58118e0fa7cc40a94983391e68"
70
70
  }