@buerli.io/react-cad 0.13.0 → 0.13.1-beta.10
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/PluginsWindows.d.ts +5 -2
- package/build/components/UI/CAD/ToolBar/AssemblyModeCmds.d.ts +2 -2
- package/build/components/UI/CAD/ToolBar/PartModeCmds.d.ts +2 -2
- package/build/components/UI/CAD/ToolBar/useCommands.d.ts +5 -2
- package/build/components/UI/CAD/common/MultiSelect.d.ts +12 -0
- package/build/components/UI/CAD/common/NameEdit.d.ts +1 -3
- package/build/components/UI/CAD/hooks/useContextMenuItems.d.ts +1 -1
- package/build/components/UI/CAD/hooks/useCurrentInstance.d.ts +1 -1
- package/build/components/UI/CAD/hooks/useCurrentProduct.d.ts +1 -1
- 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/CAD/hooks/useRoot.d.ts +1 -1
- package/build/components/UI/CAD/index.d.ts +1 -0
- package/build/components/UI/CAD/plugins/ProductManagement/types.d.ts +0 -1
- package/build/components/UI/editors/BooleanEditor/BooleanEditor.d.ts +1 -1
- package/build/components/UI/editors/BooleanEditor/useBoolParam.d.ts +1 -1
- package/build/components/UI/editors/CSysEditor/CSysEditor.d.ts +4 -3
- package/build/components/UI/editors/CSysEditor/useCSysParam.d.ts +2 -2
- package/build/components/UI/editors/ExpressionEditor/ExpressionEditor.d.ts +9 -3
- package/build/components/UI/editors/ExpressionEditor/useExpressionsParam.d.ts +4 -3
- package/build/components/UI/editors/NumberEditor/Mentions.d.ts +11 -0
- package/build/components/UI/editors/NumberEditor/NumberEditor.d.ts +4 -3
- package/build/components/UI/editors/NumberEditor/useNumParam.d.ts +2 -2
- package/build/components/UI/editors/PointEditor/PointEditor.d.ts +5 -4
- package/build/components/UI/editors/PointEditor/usePointParam.d.ts +3 -3
- package/build/components/UI/editors/RefsEditors/ChainFinder.d.ts +2 -2
- package/build/components/UI/editors/RefsEditors/MateEditor.d.ts +1 -0
- package/build/components/UI/editors/RefsEditors/MateOrientationEditor.d.ts +9 -0
- package/build/components/UI/editors/RefsEditors/RefEditor.d.ts +3 -2
- package/build/components/UI/editors/RefsEditors/RefsEditor.d.ts +1 -0
- package/build/components/UI/editors/RefsEditors/useMateParam.d.ts +3 -3
- package/build/components/UI/editors/RefsEditors/useModes.d.ts +6 -2
- package/build/components/UI/editors/RefsEditors/useSelectedItems.d.ts +2 -2
- package/build/components/UI/editors/TypeWrapper.d.ts +5 -0
- package/build/components/UI/editors/Wrapper.d.ts +2 -1
- 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 +21824 -19891
- package/build/index.d.ts +5 -1
- package/build/index.js +17493 -15564
- package/build/plugins/Dimensions/utils.d.ts +4 -4
- package/build/plugins/Expressions/useContextMenuItems.d.ts +5 -0
- package/build/plugins/HLConstraints/components/LimitedValue.d.ts +1 -1
- package/build/plugins/HLConstraints/components/Limits.d.ts +6 -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/Root/SketchGroup.d.ts +1 -0
- package/build/plugins/Sketch/View/graphics/TmpAngularDimension.d.ts +0 -2
- package/build/plugins/Sketch/View/graphics/hooks.d.ts +4 -2
- package/build/plugins/Sketch/View/graphics/primitives.d.ts +0 -14
- package/build/plugins/Sketch/View/handlers/HandlersConstructors.d.ts +2 -2
- package/build/plugins/Sketch/View/handlers/Use.d.ts +3 -0
- package/build/plugins/Sketch/View/handlers/filletHelpers.d.ts +18 -38
- package/build/plugins/Sketch/View/handlers/hoverHelpers.d.ts +3 -0
- package/build/plugins/Sketch/View/handlers/splitHelpers.d.ts +14 -29
- package/build/plugins/Sketch/types.d.ts +8 -8
- package/build/plugins/Sketch/utils/Interaction.d.ts +2 -1
- package/build/plugins/Sketch/utils/OverdefinedStateManager.d.ts +6 -0
- package/build/plugins/components/PluginForm.d.ts +1 -1
- package/build/utils/conversionUtils.d.ts +16 -0
- package/build/utils/getHighlightedColor.d.ts +1 -1
- package/build/utils/helpers.d.ts +6 -27
- package/build/utils/mateUtils.d.ts +1 -3
- package/build/utils/selection/scopes/mateSelection.d.ts +10 -10
- package/build/utils/selection/scopes/treeObjInteraction.d.ts +3 -3
- package/build/utils/sketchIntersectionUtils.d.ts +29 -0
- package/build/utils/sketchUtils.d.ts +173 -0
- package/build/utils/useScale.d.ts +3 -1
- package/build/utils/validation.d.ts +3 -4
- package/package.json +9 -11
- package/build/plugins/Sketch/View/graphics/RubberBandSelection.d.ts +0 -2
- package/build/plugins/Sketch/View/handlers/UseRef.d.ts +0 -3
- package/build/plugins/Sketch/utils/getEntities.d.ts +0 -2
- package/build/plugins/Sketch/utils/getGeometryPriority.d.ts +0 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.