@kmkf-fe-packages/basic-components 2.10.9-beta.37 → 2.10.9-beta.45

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
@@ -10768,6 +10768,7 @@ var SubForm = function SubForm(props) {
10768
10768
  data,
10769
10769
  success,
10770
10770
  _cursorIdRef$current2,
10771
+ _cursorIdRef$current3,
10771
10772
  transDataSourceItem,
10772
10773
  headerKeys,
10773
10774
  newList,
@@ -10826,6 +10827,9 @@ var SubForm = function SubForm(props) {
10826
10827
  if (cursorIdRef.current.cursorId) {
10827
10828
  params.cursorId = cursorIdRef.current.cursorId;
10828
10829
  }
10830
+ if (cursorIdRef.current.cursorCreated) {
10831
+ params.cursorCreated = cursorIdRef.current.cursorCreated;
10832
+ }
10829
10833
  } else {
10830
10834
  cursorIdRef.current = {
10831
10835
  queryKey: queryKey
@@ -10843,6 +10847,9 @@ var SubForm = function SubForm(props) {
10843
10847
  if ((data === null || data === void 0 ? void 0 : data.cursorId) && ((_cursorIdRef$current2 = cursorIdRef.current) === null || _cursorIdRef$current2 === void 0 ? void 0 : _cursorIdRef$current2.queryKey) === queryKey) {
10844
10848
  cursorIdRef.current.cursorId = data.cursorId;
10845
10849
  }
10850
+ if ((data === null || data === void 0 ? void 0 : data.cursorCreated) && ((_cursorIdRef$current3 = cursorIdRef.current) === null || _cursorIdRef$current3 === void 0 ? void 0 : _cursorIdRef$current3.queryKey) === queryKey) {
10851
+ cursorIdRef.current.cursorCreated = data.cursorCreated;
10852
+ }
10846
10853
  transDataSourceItem = transformWorkOrderData(componentDtoList.length ? componentDtoList : componentList, 'edit');
10847
10854
  headerKeys = correlationList.map(function (t) {
10848
10855
  return t.key;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.10.9-beta.37",
3
+ "version": "2.10.9-beta.45",
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.35",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.10.9-beta.45",
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": "2aae3ba8dbfc4b29bc85214fd50fa6fef3baa80e"
69
+ "gitHead": "b106dc6d17fcb6eafba3c1452553b6317fad5b39"
70
70
  }