kitchen-simulator 10.5.0 → 10.6.0

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.
@@ -55,7 +55,8 @@ function _handleChangeDoorStyleEvent() {
55
55
  ccdf: item.ccdf,
56
56
  door_finish_id: (_doorStyle$id2 = doorStyle === null || doorStyle === void 0 ? void 0 : doorStyle.id) !== null && _doorStyle$id2 !== void 0 ? _doorStyle$id2 : null,
57
57
  long_name: (_item$long_name = item === null || item === void 0 ? void 0 : item.long_name) !== null && _item$long_name !== void 0 ? _item$long_name : null,
58
- scene_cabinet_id: item.id
58
+ scene_cabinet_id: item.id,
59
+ cabinet_id: item.cabinet_id
59
60
  });
60
61
  }
61
62
  case 1:
@@ -39,7 +39,8 @@ function _handleLoadProjectEvent() {
39
39
  ccdf: it.ccdf,
40
40
  door_finish_id: it.doorStyle.id,
41
41
  long_name: (_it$long_name = it === null || it === void 0 ? void 0 : it.long_name) !== null && _it$long_name !== void 0 ? _it$long_name : null,
42
- scene_cabinet_id: it.id
42
+ scene_cabinet_id: it.id,
43
+ cabinet_id: it.cabinet_id
43
44
  });
44
45
  }
45
46
  });
@@ -62,7 +62,8 @@ function _handleChangeDoorStyleEvent() {
62
62
  ccdf: item.ccdf,
63
63
  door_finish_id: (_doorStyle$id2 = doorStyle === null || doorStyle === void 0 ? void 0 : doorStyle.id) !== null && _doorStyle$id2 !== void 0 ? _doorStyle$id2 : null,
64
64
  long_name: (_item$long_name = item === null || item === void 0 ? void 0 : item.long_name) !== null && _item$long_name !== void 0 ? _item$long_name : null,
65
- scene_cabinet_id: item.id
65
+ scene_cabinet_id: item.id,
66
+ cabinet_id: item.cabinet_id
66
67
  });
67
68
  }
68
69
  case 1:
@@ -46,7 +46,8 @@ function _handleLoadProjectEvent() {
46
46
  ccdf: it.ccdf,
47
47
  door_finish_id: it.doorStyle.id,
48
48
  long_name: (_it$long_name = it === null || it === void 0 ? void 0 : it.long_name) !== null && _it$long_name !== void 0 ? _it$long_name : null,
49
- scene_cabinet_id: it.id
49
+ scene_cabinet_id: it.id,
50
+ cabinet_id: it.cabinet_id
50
51
  });
51
52
  }
52
53
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "10.5.0",
3
+ "version": "10.6.0",
4
4
  "description": "It is a kitchen simulator (self-contained micro-frontend).",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",