@buerli.io/react-cad 0.5.0-beta.3 → 0.5.0-beta.4
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/build/index.cjs.js +2 -2
- package/build/index.js +2 -2
- package/package.json +3 -3
package/build/index.cjs.js
CHANGED
|
@@ -15737,7 +15737,7 @@ const RootImpl$9 = ({
|
|
|
15737
15737
|
}];
|
|
15738
15738
|
setName(undefined);
|
|
15739
15739
|
setExpression(undefined);
|
|
15740
|
-
return classcad.ccAPI.feature.
|
|
15740
|
+
return classcad.ccAPI.feature.updateExpressions(drawingId, [{
|
|
15741
15741
|
productId: productId,
|
|
15742
15742
|
toAddMembers: toAddMembers,
|
|
15743
15743
|
toModifyMembers: [],
|
|
@@ -15755,7 +15755,7 @@ const RootImpl$9 = ({
|
|
|
15755
15755
|
}
|
|
15756
15756
|
}, [deletedExpressions]);
|
|
15757
15757
|
const update = React.useCallback(() => {
|
|
15758
|
-
return classcad.ccAPI.feature.
|
|
15758
|
+
return classcad.ccAPI.feature.updateExpressions(drawingId, [{
|
|
15759
15759
|
productId: productId,
|
|
15760
15760
|
toAddMembers: [],
|
|
15761
15761
|
toModifyMembers: editedExpressions.serverValue,
|
package/build/index.js
CHANGED
|
@@ -15713,7 +15713,7 @@ const RootImpl$9 = ({
|
|
|
15713
15713
|
}];
|
|
15714
15714
|
setName(undefined);
|
|
15715
15715
|
setExpression(undefined);
|
|
15716
|
-
return ccAPI.feature.
|
|
15716
|
+
return ccAPI.feature.updateExpressions(drawingId, [{
|
|
15717
15717
|
productId: productId,
|
|
15718
15718
|
toAddMembers: toAddMembers,
|
|
15719
15719
|
toModifyMembers: [],
|
|
@@ -15731,7 +15731,7 @@ const RootImpl$9 = ({
|
|
|
15731
15731
|
}
|
|
15732
15732
|
}, [deletedExpressions]);
|
|
15733
15733
|
const update = React__default.useCallback(() => {
|
|
15734
|
-
return ccAPI.feature.
|
|
15734
|
+
return ccAPI.feature.updateExpressions(drawingId, [{
|
|
15735
15735
|
productId: productId,
|
|
15736
15736
|
toAddMembers: [],
|
|
15737
15737
|
toModifyMembers: editedExpressions.serverValue,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buerli.io/react-cad",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.4",
|
|
4
4
|
"description": "buerli CAD components",
|
|
5
5
|
"author": "AWV Informatik AG <info@awv-informatik.ch>",
|
|
6
6
|
"repository": {},
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@ant-design/compatible": "^1.0.8",
|
|
94
|
-
"@buerli.io/classcad": "0.5.0-beta.
|
|
95
|
-
"@buerli.io/react": "0.5.0-beta.
|
|
94
|
+
"@buerli.io/classcad": "0.5.0-beta.4",
|
|
95
|
+
"@buerli.io/react": "0.5.0-beta.4",
|
|
96
96
|
"@react-three/postprocessing": "2.6.2",
|
|
97
97
|
"antd": "^4.23.4",
|
|
98
98
|
"path-browserify": "^1.0.1",
|