@buerli.io/react-cad 0.12.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 (103) hide show
  1. package/build/components/UI/CAD/ModelTree/AssemblyNode.d.ts +3 -0
  2. package/build/components/UI/CAD/PluginsWindows.d.ts +5 -2
  3. package/build/components/UI/CAD/ToolBar/AssemblyModeCmds.d.ts +2 -2
  4. package/build/components/UI/CAD/ToolBar/PartModeCmds.d.ts +2 -2
  5. package/build/components/UI/CAD/ToolBar/useCommands.d.ts +5 -2
  6. package/build/components/UI/CAD/common/Collapse.d.ts +8 -0
  7. package/build/components/UI/CAD/common/ContextMenu.d.ts +4 -2
  8. package/build/components/UI/CAD/common/MultiSelect.d.ts +12 -0
  9. package/build/components/UI/CAD/common/NameEdit.d.ts +1 -3
  10. package/build/components/UI/CAD/common/primitives.d.ts +1 -0
  11. package/build/components/UI/CAD/hooks/index.d.ts +1 -0
  12. package/build/components/UI/CAD/hooks/useContextMenuItems.d.ts +1 -1
  13. package/build/components/UI/CAD/hooks/useCurrentInstance.d.ts +1 -1
  14. package/build/components/UI/CAD/hooks/useCurrentProduct.d.ts +1 -1
  15. package/build/components/UI/CAD/hooks/useGlobalMateInfo.d.ts +6 -0
  16. package/build/components/UI/CAD/hooks/useObjectDetails.d.ts +2 -2
  17. package/build/components/UI/CAD/hooks/useRollbackBar.d.ts +3 -3
  18. package/build/components/UI/CAD/hooks/useRoot.d.ts +1 -1
  19. package/build/components/UI/CAD/index.d.ts +1 -0
  20. package/build/components/UI/CAD/plugins/ProductManagement/types.d.ts +0 -1
  21. package/build/components/UI/CAD/store/CADActions.d.ts +1 -0
  22. package/build/components/UI/CAD/store/CADStore.d.ts +8 -1
  23. package/build/components/UI/editors/BooleanEditor/BooleanEditor.d.ts +1 -1
  24. package/build/components/UI/editors/BooleanEditor/useBoolParam.d.ts +1 -1
  25. package/build/components/UI/editors/CSysEditor/CSysEditor.d.ts +4 -3
  26. package/build/components/UI/editors/CSysEditor/useCSysParam.d.ts +2 -2
  27. package/build/components/UI/editors/ExpressionEditor/ExpressionEditor.d.ts +9 -3
  28. package/build/components/UI/editors/ExpressionEditor/useExpressionsParam.d.ts +4 -3
  29. package/build/components/UI/editors/NumberEditor/Mentions.d.ts +11 -0
  30. package/build/components/UI/editors/NumberEditor/NumberEditor.d.ts +4 -3
  31. package/build/components/UI/editors/NumberEditor/useNumParam.d.ts +2 -2
  32. package/build/components/UI/editors/PointEditor/PointEditor.d.ts +5 -4
  33. package/build/components/UI/editors/PointEditor/usePointParam.d.ts +3 -3
  34. package/build/components/UI/editors/RefsEditors/ChainFinder.d.ts +2 -2
  35. package/build/components/UI/editors/RefsEditors/MateEditor.d.ts +1 -0
  36. package/build/components/UI/editors/RefsEditors/MateOrientationEditor.d.ts +9 -0
  37. package/build/components/UI/editors/RefsEditors/RefEditor.d.ts +3 -2
  38. package/build/components/UI/editors/RefsEditors/RefsEditor.d.ts +1 -0
  39. package/build/components/UI/editors/RefsEditors/useMateParam.d.ts +3 -3
  40. package/build/components/UI/editors/RefsEditors/useModes.d.ts +6 -2
  41. package/build/components/UI/editors/RefsEditors/useSelectedItems.d.ts +2 -2
  42. package/build/components/UI/editors/TypeWrapper.d.ts +5 -0
  43. package/build/components/UI/editors/Wrapper.d.ts +2 -1
  44. package/build/components/graphics/CSysDisplay.d.ts +24 -7
  45. package/build/components/graphics/SelectedMateObj.d.ts +2 -2
  46. package/build/components/graphics/utils/MatePathTransform.d.ts +1 -1
  47. package/build/components/graphics/utils/useCsysMatrix.d.ts +1 -1
  48. package/build/index.cjs.js +22938 -19739
  49. package/build/index.d.ts +12 -3
  50. package/build/index.js +23587 -20400
  51. package/build/plugins/Dimensions/utils.d.ts +4 -4
  52. package/build/plugins/Expressions/useContextMenuItems.d.ts +5 -0
  53. package/build/plugins/HLConstraints/CircularPattern/Root.d.ts +6 -0
  54. package/build/plugins/HLConstraints/CircularPattern/View.d.ts +6 -0
  55. package/build/plugins/HLConstraints/CircularPattern/index.d.ts +5 -0
  56. package/build/plugins/HLConstraints/Gear/Root.d.ts +6 -0
  57. package/build/plugins/HLConstraints/Gear/View.d.ts +6 -0
  58. package/build/plugins/HLConstraints/Gear/index.d.ts +5 -0
  59. package/build/plugins/HLConstraints/Group/Root.d.ts +6 -0
  60. package/build/plugins/HLConstraints/Group/index.d.ts +4 -0
  61. package/build/plugins/HLConstraints/LinearPattern/Root.d.ts +6 -0
  62. package/build/plugins/HLConstraints/LinearPattern/View.d.ts +6 -0
  63. package/build/plugins/HLConstraints/LinearPattern/index.d.ts +5 -0
  64. package/build/plugins/HLConstraints/Spherical/Root.d.ts +6 -0
  65. package/build/plugins/HLConstraints/Spherical/View.d.ts +6 -0
  66. package/build/plugins/HLConstraints/Spherical/index.d.ts +5 -0
  67. package/build/plugins/HLConstraints/components/CSysDisplayWrapper.d.ts +7 -0
  68. package/build/plugins/HLConstraints/components/HLConstrIcon.d.ts +7 -0
  69. package/build/plugins/HLConstraints/components/LimitedValue.d.ts +2 -2
  70. package/build/plugins/HLConstraints/components/Limits.d.ts +12 -1
  71. package/build/plugins/HLConstraints/validators.d.ts +1 -1
  72. package/build/plugins/Sketch/Root/Constraints/constraintsHelpers.d.ts +6 -4
  73. package/build/plugins/Sketch/Root/Constraints/utils.d.ts +3 -3
  74. package/build/plugins/Sketch/Root/CopyPatterns.d.ts +0 -5
  75. package/build/plugins/Sketch/Root/SketchGroup.d.ts +1 -0
  76. package/build/plugins/Sketch/View/graphics/TmpAngularDimension.d.ts +0 -2
  77. package/build/plugins/Sketch/View/graphics/hooks.d.ts +4 -2
  78. package/build/plugins/Sketch/View/graphics/primitives.d.ts +0 -14
  79. package/build/plugins/Sketch/View/handlers/HandlersConstructors.d.ts +2 -2
  80. package/build/plugins/Sketch/View/handlers/Use.d.ts +3 -0
  81. package/build/plugins/Sketch/View/handlers/filletHelpers.d.ts +18 -38
  82. package/build/plugins/Sketch/View/handlers/hoverHelpers.d.ts +3 -0
  83. package/build/plugins/Sketch/View/handlers/splitHelpers.d.ts +14 -29
  84. package/build/plugins/Sketch/types.d.ts +8 -8
  85. package/build/plugins/Sketch/utils/Interaction.d.ts +2 -1
  86. package/build/plugins/Sketch/utils/OverdefinedStateManager.d.ts +6 -0
  87. package/build/plugins/components/PluginForm.d.ts +1 -1
  88. package/build/utils/conversionUtils.d.ts +16 -0
  89. package/build/utils/getHighlightedColor.d.ts +1 -1
  90. package/build/utils/helpers.d.ts +6 -27
  91. package/build/utils/mateUtils.d.ts +2 -0
  92. package/build/utils/selection/filters.d.ts +1 -0
  93. package/build/utils/selection/scopes/mateSelection.d.ts +10 -10
  94. package/build/utils/selection/scopes/treeObjInteraction.d.ts +3 -3
  95. package/build/utils/sketchIntersectionUtils.d.ts +29 -0
  96. package/build/utils/sketchUtils.d.ts +173 -0
  97. package/build/utils/useScale.d.ts +3 -1
  98. package/build/utils/validation.d.ts +3 -4
  99. package/package.json +9 -11
  100. package/build/plugins/Sketch/View/graphics/RubberBandSelection.d.ts +0 -2
  101. package/build/plugins/Sketch/View/handlers/UseRef.d.ts +0 -3
  102. package/build/plugins/Sketch/utils/getEntities.d.ts +0 -2
  103. 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.