@kmkf-fe-packages/basic-components 2.10.9-beta.44 → 2.10.9-beta.46

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.
@@ -168,27 +168,12 @@ declare const SYSTEM_ORDER_COLUMNS_MAP: {
168
168
  width: number;
169
169
  render?: undefined;
170
170
  renderExport?: undefined;
171
- conditionOptionsSetting?: undefined;
172
171
  } | {
173
172
  dataIndex: string;
174
173
  title: string;
175
174
  width: number;
176
175
  render: (value: any) => any;
177
176
  renderExport: (value: any) => any;
178
- conditionOptionsSetting: {
179
- dataType: string;
180
- getOptions: () => {
181
- value: string;
182
- label: string;
183
- }[];
184
- };
185
- } | {
186
- dataIndex: string;
187
- title: string;
188
- width: number;
189
- render: (value: any) => "" | "拆单";
190
- renderExport: (value: any) => "" | "拆单";
191
- conditionOptionsSetting?: undefined;
192
177
  })[];
193
178
  };
194
179
  export declare const FIELD_COLUMNS_MAP: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.9-beta.44",
3
+ "version": "2.10.9-beta.46",
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.10.9-beta.44",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.10.9-beta.46",
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": "2423279d3973d4e450460397354a8d87f330749e"
69
+ "gitHead": "245beb0ea7f8e6f7c83ddeceefaaf46662c2cf33"
70
70
  }