@contrail/documents 1.0.109 → 1.0.110

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.
@@ -123,6 +123,8 @@ class DocumentElementFactory {
123
123
  oldChildId = (_a = elements.find(e => e.type === 'cell' && e.rowId === oldRowId && e.columnId === oldColumnId)) === null || _a === void 0 ? void 0 : _a.id;
124
124
  }
125
125
  if (oldChildId) {
126
+ newChildElement.documentId = documentId;
127
+ newChildElement.specifiedId = newChildElement.id;
126
128
  oldIdToNewId[oldChildId] = newChildElement.id;
127
129
  newElements.push(newChildElement);
128
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/documents",
3
- "version": "1.0.109",
3
+ "version": "1.0.110",
4
4
  "description": "Documents library for contrail platform",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@contrail/actions": "^1.0.14",
42
- "@contrail/document-table": "^1.0.1",
42
+ "@contrail/document-table": "^1.0.2",
43
43
  "@contrail/types": "^3.0.71",
44
44
  "@contrail/util": "^1.0.19",
45
45
  "reflect-metadata": "^0.1.13"