@buerli.io/react-cad 0.13.1-beta.9 → 1.0.1-beta.1
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/components/UI/CAD/hooks/useObjectDetails.d.ts +2 -2
- package/build/components/UI/CAD/hooks/useRollbackBar.d.ts +3 -3
- package/build/components/UI/editors/BooleanEditor/BooleanEditor.d.ts +0 -7
- package/build/components/UI/editors/BooleanEditor/useBoolParam.d.ts +1 -3
- package/build/components/UI/editors/CSysEditor/CSysEditor.d.ts +3 -3
- package/build/components/UI/editors/CSysEditor/useCSysParam.d.ts +2 -2
- package/build/components/UI/editors/ExpressionEditor/ExpressionEditor.d.ts +4 -2
- package/build/components/UI/editors/ExpressionEditor/useExpressionsParam.d.ts +4 -2
- package/build/components/UI/editors/NumberEditor/NumberEditor.d.ts +1 -11
- package/build/components/UI/editors/NumberEditor/useNumParam.d.ts +1 -5
- package/build/components/UI/editors/PointEditor/PointEditor.d.ts +2 -10
- package/build/components/UI/editors/PointEditor/usePointParam.d.ts +3 -5
- package/build/components/UI/editors/RefsEditors/ChainFinder.d.ts +2 -2
- package/build/components/UI/editors/RefsEditors/RefEditor.d.ts +2 -2
- package/build/components/UI/editors/RefsEditors/useMateParam.d.ts +3 -3
- package/build/components/UI/editors/RefsEditors/useSelectedItems.d.ts +2 -2
- package/build/components/UI/editors/TypeEditor/useTypeParam.d.ts +0 -2
- package/build/components/graphics/CSysDisplay.d.ts +5 -5
- package/build/components/graphics/SelectedMateObj.d.ts +2 -2
- package/build/components/graphics/utils/MatePathTransform.d.ts +1 -1
- package/build/components/graphics/utils/useCsysMatrix.d.ts +1 -1
- package/build/index.cjs.js +2498 -2824
- package/build/index.d.ts +2 -1
- package/build/index.js +2512 -2839
- package/build/plugins/Dimensions/utils.d.ts +4 -4
- package/build/plugins/HLConstraints/components/LimitedValue.d.ts +1 -1
- package/build/plugins/HLConstraints/components/Limits.d.ts +4 -1
- package/build/plugins/HLConstraints/validators.d.ts +1 -1
- package/build/plugins/Sketch/Root/Constraints/constraintsHelpers.d.ts +6 -4
- package/build/plugins/Sketch/Root/Constraints/utils.d.ts +3 -3
- package/build/plugins/Sketch/Root/CopyPatterns.d.ts +0 -5
- package/build/plugins/Sketch/View/graphics/hooks.d.ts +2 -2
- package/build/plugins/Sketch/View/handlers/filletHelpers.d.ts +18 -36
- package/build/plugins/Sketch/View/handlers/splitHelpers.d.ts +2 -2
- package/build/plugins/Sketch/types.d.ts +4 -2
- package/build/plugins/components/PluginForm.d.ts +1 -13
- package/build/utils/conversionUtils.d.ts +16 -0
- package/build/utils/helpers.d.ts +6 -6
- package/build/utils/selection/scopes/mateSelection.d.ts +10 -10
- package/build/utils/selection/scopes/treeObjInteraction.d.ts +3 -3
- package/build/utils/sketchUtils.d.ts +8 -8
- package/build/utils/useScale.d.ts +3 -1
- package/build/utils/validation.d.ts +3 -4
- package/package.json +3 -3
package/build/index.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ import * as ProductManagement from './components/UI/CAD/plugins/ProductManagemen
|
|
|
46
46
|
import * as mateUtils from './utils/mateUtils';
|
|
47
47
|
import * as sketchUtils from './utils/sketchUtils';
|
|
48
48
|
import * as sketchIntersectionUtils from './utils/sketchIntersectionUtils';
|
|
49
|
+
import * as conversionUtils from './utils/conversionUtils';
|
|
49
50
|
import Readfile from './components/UI/Readfile';
|
|
50
51
|
import FtVisibilityController from './components/utils/FtVisibilityController';
|
|
51
52
|
import { CSysDisplay, CSysDisplayMode } from './components/graphics/CSysDisplay';
|
|
@@ -67,6 +68,6 @@ import { getMateRefIds } from './utils/getMateRefIds';
|
|
|
67
68
|
import { TreeObjScope, createTreeObjSelItem } from './utils/selection/scopes/treeObjInteraction';
|
|
68
69
|
import { MateScope } from './utils/selection/scopes/mateSelection';
|
|
69
70
|
import { CompositeCurveObj } from './components/graphics/CompositeCurveObj';
|
|
70
|
-
export { Boolean, Extrusion, Revolve, Box, Sphere, Cylinder, Cone, Fillet, Chamfer, Slice, SliceBySheet, LinearPattern, CircularPattern, CompositeCurve, Mirror, Translate, Rotate, TransformByCsys, Dimensions, Sketch, WorkPoint, WorkAxis, WorkPlane, WorkCoordSystem, WorkCSys, Measure, BoundingBoxInfo, Import, EntityDeletion, ProductManagement, CSysDisplay, Expressions, AppearanceEditor, FastenedOrigin, Fastened, Slider, Revolute, Cylindrical, Planar, Parallel, Spherical, Group, LinearPatternConstraint, CircularPatternConstraint, Gear, Readfile, FtVisibilityController, mateUtils, sketchUtils, sketchIntersectionUtils, useAllObjects, useEditMode, useHasPending, useIsLoading, useIsSketchActive, useVisibleSolids, EditMode, CSysDisplayMode, PluginGeometryBounds, HoveredConstraintDisplay, WorkPointObj, WorkAxisObj, WorkPlaneObj, WorkCoordSystemObj, WorkCSysObj, HUD, SelectedMateObj, Outline, getMateRefIds, createTreeObjSelItem, TreeObjScope, MateScope, useOverrideGeometryColor, GeometryOverridesManager, Twist, CompositeCurveObj, };
|
|
71
|
+
export { Boolean, Extrusion, Revolve, Box, Sphere, Cylinder, Cone, Fillet, Chamfer, Slice, SliceBySheet, LinearPattern, CircularPattern, CompositeCurve, Mirror, Translate, Rotate, TransformByCsys, Dimensions, Sketch, WorkPoint, WorkAxis, WorkPlane, WorkCoordSystem, WorkCSys, Measure, BoundingBoxInfo, Import, EntityDeletion, ProductManagement, CSysDisplay, Expressions, AppearanceEditor, FastenedOrigin, Fastened, Slider, Revolute, Cylindrical, Planar, Parallel, Spherical, Group, LinearPatternConstraint, CircularPatternConstraint, Gear, Readfile, FtVisibilityController, mateUtils, sketchUtils, sketchIntersectionUtils, conversionUtils, useAllObjects, useEditMode, useHasPending, useIsLoading, useIsSketchActive, useVisibleSolids, EditMode, CSysDisplayMode, PluginGeometryBounds, HoveredConstraintDisplay, WorkPointObj, WorkAxisObj, WorkPlaneObj, WorkCoordSystemObj, WorkCSysObj, HUD, SelectedMateObj, Outline, getMateRefIds, createTreeObjSelItem, TreeObjScope, MateScope, useOverrideGeometryColor, GeometryOverridesManager, Twist, CompositeCurveObj, };
|
|
71
72
|
export declare type OutlineProps = OutlineProps1;
|
|
72
73
|
export * from './components/UI/CAD';
|