@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.
Files changed (78) hide show
  1. package/build/components/UI/CAD/PluginsWindows.d.ts +5 -2
  2. package/build/components/UI/CAD/ToolBar/AssemblyModeCmds.d.ts +2 -2
  3. package/build/components/UI/CAD/ToolBar/PartModeCmds.d.ts +2 -2
  4. package/build/components/UI/CAD/ToolBar/useCommands.d.ts +5 -2
  5. package/build/components/UI/CAD/common/MultiSelect.d.ts +12 -0
  6. package/build/components/UI/CAD/common/NameEdit.d.ts +1 -3
  7. package/build/components/UI/CAD/hooks/useContextMenuItems.d.ts +1 -1
  8. package/build/components/UI/CAD/hooks/useCurrentInstance.d.ts +1 -1
  9. package/build/components/UI/CAD/hooks/useCurrentProduct.d.ts +1 -1
  10. package/build/components/UI/CAD/hooks/useObjectDetails.d.ts +2 -2
  11. package/build/components/UI/CAD/hooks/useRollbackBar.d.ts +3 -3
  12. package/build/components/UI/CAD/hooks/useRoot.d.ts +1 -1
  13. package/build/components/UI/CAD/index.d.ts +1 -0
  14. package/build/components/UI/CAD/plugins/ProductManagement/types.d.ts +0 -1
  15. package/build/components/UI/editors/BooleanEditor/BooleanEditor.d.ts +1 -1
  16. package/build/components/UI/editors/BooleanEditor/useBoolParam.d.ts +1 -1
  17. package/build/components/UI/editors/CSysEditor/CSysEditor.d.ts +4 -3
  18. package/build/components/UI/editors/CSysEditor/useCSysParam.d.ts +2 -2
  19. package/build/components/UI/editors/ExpressionEditor/ExpressionEditor.d.ts +9 -3
  20. package/build/components/UI/editors/ExpressionEditor/useExpressionsParam.d.ts +4 -3
  21. package/build/components/UI/editors/NumberEditor/Mentions.d.ts +11 -0
  22. package/build/components/UI/editors/NumberEditor/NumberEditor.d.ts +4 -3
  23. package/build/components/UI/editors/NumberEditor/useNumParam.d.ts +2 -2
  24. package/build/components/UI/editors/PointEditor/PointEditor.d.ts +5 -4
  25. package/build/components/UI/editors/PointEditor/usePointParam.d.ts +3 -3
  26. package/build/components/UI/editors/RefsEditors/ChainFinder.d.ts +2 -2
  27. package/build/components/UI/editors/RefsEditors/MateEditor.d.ts +1 -0
  28. package/build/components/UI/editors/RefsEditors/MateOrientationEditor.d.ts +9 -0
  29. package/build/components/UI/editors/RefsEditors/RefEditor.d.ts +3 -2
  30. package/build/components/UI/editors/RefsEditors/RefsEditor.d.ts +1 -0
  31. package/build/components/UI/editors/RefsEditors/useMateParam.d.ts +3 -3
  32. package/build/components/UI/editors/RefsEditors/useModes.d.ts +6 -2
  33. package/build/components/UI/editors/RefsEditors/useSelectedItems.d.ts +2 -2
  34. package/build/components/UI/editors/TypeWrapper.d.ts +5 -0
  35. package/build/components/UI/editors/Wrapper.d.ts +2 -1
  36. package/build/components/graphics/CSysDisplay.d.ts +5 -5
  37. package/build/components/graphics/SelectedMateObj.d.ts +2 -2
  38. package/build/components/graphics/utils/MatePathTransform.d.ts +1 -1
  39. package/build/components/graphics/utils/useCsysMatrix.d.ts +1 -1
  40. package/build/index.cjs.js +21824 -19891
  41. package/build/index.d.ts +5 -1
  42. package/build/index.js +17493 -15564
  43. package/build/plugins/Dimensions/utils.d.ts +4 -4
  44. package/build/plugins/Expressions/useContextMenuItems.d.ts +5 -0
  45. package/build/plugins/HLConstraints/components/LimitedValue.d.ts +1 -1
  46. package/build/plugins/HLConstraints/components/Limits.d.ts +6 -1
  47. package/build/plugins/HLConstraints/validators.d.ts +1 -1
  48. package/build/plugins/Sketch/Root/Constraints/constraintsHelpers.d.ts +6 -4
  49. package/build/plugins/Sketch/Root/Constraints/utils.d.ts +3 -3
  50. package/build/plugins/Sketch/Root/CopyPatterns.d.ts +0 -5
  51. package/build/plugins/Sketch/Root/SketchGroup.d.ts +1 -0
  52. package/build/plugins/Sketch/View/graphics/TmpAngularDimension.d.ts +0 -2
  53. package/build/plugins/Sketch/View/graphics/hooks.d.ts +4 -2
  54. package/build/plugins/Sketch/View/graphics/primitives.d.ts +0 -14
  55. package/build/plugins/Sketch/View/handlers/HandlersConstructors.d.ts +2 -2
  56. package/build/plugins/Sketch/View/handlers/Use.d.ts +3 -0
  57. package/build/plugins/Sketch/View/handlers/filletHelpers.d.ts +18 -38
  58. package/build/plugins/Sketch/View/handlers/hoverHelpers.d.ts +3 -0
  59. package/build/plugins/Sketch/View/handlers/splitHelpers.d.ts +14 -29
  60. package/build/plugins/Sketch/types.d.ts +8 -8
  61. package/build/plugins/Sketch/utils/Interaction.d.ts +2 -1
  62. package/build/plugins/Sketch/utils/OverdefinedStateManager.d.ts +6 -0
  63. package/build/plugins/components/PluginForm.d.ts +1 -1
  64. package/build/utils/conversionUtils.d.ts +16 -0
  65. package/build/utils/getHighlightedColor.d.ts +1 -1
  66. package/build/utils/helpers.d.ts +6 -27
  67. package/build/utils/mateUtils.d.ts +1 -3
  68. package/build/utils/selection/scopes/mateSelection.d.ts +10 -10
  69. package/build/utils/selection/scopes/treeObjInteraction.d.ts +3 -3
  70. package/build/utils/sketchIntersectionUtils.d.ts +29 -0
  71. package/build/utils/sketchUtils.d.ts +173 -0
  72. package/build/utils/useScale.d.ts +3 -1
  73. package/build/utils/validation.d.ts +3 -4
  74. package/package.json +9 -11
  75. package/build/plugins/Sketch/View/graphics/RubberBandSelection.d.ts +0 -2
  76. package/build/plugins/Sketch/View/handlers/UseRef.d.ts +0 -3
  77. package/build/plugins/Sketch/utils/getEntities.d.ts +0 -2
  78. 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.