@itwin/components-react 5.28.0 → 5.29.0

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 (129) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/lib/components-react/UiComponents.json +0 -1
  3. package/lib/components-react/editors/BooleanEditor.d.ts.map +1 -1
  4. package/lib/components-react/editors/BooleanEditor.js +1 -1
  5. package/lib/components-react/editors/BooleanEditor.js.map +1 -1
  6. package/lib/components-react/editors/DateTimeEditor.d.ts.map +1 -1
  7. package/lib/components-react/editors/DateTimeEditor.js +1 -1
  8. package/lib/components-react/editors/DateTimeEditor.js.map +1 -1
  9. package/lib/components-react/editors/EnumButtonGroupEditor.d.ts.map +1 -1
  10. package/lib/components-react/editors/EnumButtonGroupEditor.js +1 -1
  11. package/lib/components-react/editors/EnumButtonGroupEditor.js.map +1 -1
  12. package/lib/components-react/editors/EnumEditor.d.ts.map +1 -1
  13. package/lib/components-react/editors/EnumEditor.js +1 -0
  14. package/lib/components-react/editors/EnumEditor.js.map +1 -1
  15. package/lib/components-react/editors/IconEditor.d.ts.map +1 -1
  16. package/lib/components-react/editors/IconEditor.js +1 -1
  17. package/lib/components-react/editors/IconEditor.js.map +1 -1
  18. package/lib/components-react/editors/ImageCheckBoxEditor.d.ts.map +1 -1
  19. package/lib/components-react/editors/ImageCheckBoxEditor.js +1 -1
  20. package/lib/components-react/editors/ImageCheckBoxEditor.js.map +1 -1
  21. package/lib/components-react/editors/NumericInputEditor.d.ts.map +1 -1
  22. package/lib/components-react/editors/NumericInputEditor.js +1 -1
  23. package/lib/components-react/editors/NumericInputEditor.js.map +1 -1
  24. package/lib/components-react/editors/PopupButton.d.ts +2 -0
  25. package/lib/components-react/editors/PopupButton.d.ts.map +1 -1
  26. package/lib/components-react/editors/PopupButton.js +1 -1
  27. package/lib/components-react/editors/PopupButton.js.map +1 -1
  28. package/lib/components-react/editors/SliderEditor.d.ts.map +1 -1
  29. package/lib/components-react/editors/SliderEditor.js +1 -1
  30. package/lib/components-react/editors/SliderEditor.js.map +1 -1
  31. package/lib/components-react/editors/TextEditor.d.ts +2 -0
  32. package/lib/components-react/editors/TextEditor.d.ts.map +1 -1
  33. package/lib/components-react/editors/TextEditor.js +12 -1
  34. package/lib/components-react/editors/TextEditor.js.map +1 -1
  35. package/lib/components-react/editors/TextareaEditor.d.ts.map +1 -1
  36. package/lib/components-react/editors/TextareaEditor.js +1 -1
  37. package/lib/components-react/editors/TextareaEditor.js.map +1 -1
  38. package/lib/components-react/editors/ToggleEditor.d.ts.map +1 -1
  39. package/lib/components-react/editors/ToggleEditor.js +1 -1
  40. package/lib/components-react/editors/ToggleEditor.js.map +1 -1
  41. package/lib/components-react/new-editors/ConstraintUtils.d.ts +62 -0
  42. package/lib/components-react/new-editors/ConstraintUtils.d.ts.map +1 -0
  43. package/lib/components-react/new-editors/ConstraintUtils.js +49 -0
  44. package/lib/components-react/new-editors/ConstraintUtils.js.map +1 -0
  45. package/lib/components-react/new-editors/Types.d.ts +6 -0
  46. package/lib/components-react/new-editors/Types.d.ts.map +1 -1
  47. package/lib/components-react/new-editors/Types.js.map +1 -1
  48. package/lib/components-react/new-editors/UseCommittableValue.d.ts +2 -5
  49. package/lib/components-react/new-editors/UseCommittableValue.d.ts.map +1 -1
  50. package/lib/components-react/new-editors/UseCommittableValue.js +4 -1
  51. package/lib/components-react/new-editors/UseCommittableValue.js.map +1 -1
  52. package/lib/components-react/new-editors/editors/BooleanEditor.d.ts +1 -1
  53. package/lib/components-react/new-editors/editors/BooleanEditor.d.ts.map +1 -1
  54. package/lib/components-react/new-editors/editors/BooleanEditor.js +2 -2
  55. package/lib/components-react/new-editors/editors/BooleanEditor.js.map +1 -1
  56. package/lib/components-react/new-editors/editors/DateEditor.d.ts +1 -1
  57. package/lib/components-react/new-editors/editors/DateEditor.d.ts.map +1 -1
  58. package/lib/components-react/new-editors/editors/DateEditor.js +2 -2
  59. package/lib/components-react/new-editors/editors/DateEditor.js.map +1 -1
  60. package/lib/components-react/new-editors/editors/DateInput.d.ts +2 -1
  61. package/lib/components-react/new-editors/editors/DateInput.d.ts.map +1 -1
  62. package/lib/components-react/new-editors/editors/DateInput.js +2 -2
  63. package/lib/components-react/new-editors/editors/DateInput.js.map +1 -1
  64. package/lib/components-react/new-editors/editors/DateTimeEditor.d.ts +1 -1
  65. package/lib/components-react/new-editors/editors/DateTimeEditor.d.ts.map +1 -1
  66. package/lib/components-react/new-editors/editors/DateTimeEditor.js +2 -2
  67. package/lib/components-react/new-editors/editors/DateTimeEditor.js.map +1 -1
  68. package/lib/components-react/new-editors/editors/EnumEditor.d.ts +1 -1
  69. package/lib/components-react/new-editors/editors/EnumEditor.d.ts.map +1 -1
  70. package/lib/components-react/new-editors/editors/EnumEditor.js +2 -2
  71. package/lib/components-react/new-editors/editors/EnumEditor.js.map +1 -1
  72. package/lib/components-react/new-editors/editors/FallbackEditor.d.ts +1 -1
  73. package/lib/components-react/new-editors/editors/FallbackEditor.d.ts.map +1 -1
  74. package/lib/components-react/new-editors/editors/FallbackEditor.js +2 -2
  75. package/lib/components-react/new-editors/editors/FallbackEditor.js.map +1 -1
  76. package/lib/components-react/new-editors/editors/NumericEditor.d.ts +2 -2
  77. package/lib/components-react/new-editors/editors/NumericEditor.d.ts.map +1 -1
  78. package/lib/components-react/new-editors/editors/NumericEditor.js +7 -3
  79. package/lib/components-react/new-editors/editors/NumericEditor.js.map +1 -1
  80. package/lib/components-react/new-editors/editors/TextEditor.d.ts +2 -2
  81. package/lib/components-react/new-editors/editors/TextEditor.d.ts.map +1 -1
  82. package/lib/components-react/new-editors/editors/TextEditor.js +4 -2
  83. package/lib/components-react/new-editors/editors/TextEditor.js.map +1 -1
  84. package/lib/components-react/new-editors/editors/ToggleEditor.d.ts +1 -1
  85. package/lib/components-react/new-editors/editors/ToggleEditor.d.ts.map +1 -1
  86. package/lib/components-react/new-editors/editors/ToggleEditor.js +2 -2
  87. package/lib/components-react/new-editors/editors/ToggleEditor.js.map +1 -1
  88. package/lib/components-react/new-editors/editors-registry/DefaultEditors.d.ts.map +1 -1
  89. package/lib/components-react/new-editors/editors-registry/DefaultEditors.js.map +1 -1
  90. package/lib/components-react/new-editors/interop/EditorInterop.d.ts +4 -3
  91. package/lib/components-react/new-editors/interop/EditorInterop.d.ts.map +1 -1
  92. package/lib/components-react/new-editors/interop/EditorInterop.js +1 -0
  93. package/lib/components-react/new-editors/interop/EditorInterop.js.map +1 -1
  94. package/lib/components-react/new-editors/interop/PropertyRecordEditor.d.ts +14 -0
  95. package/lib/components-react/new-editors/interop/PropertyRecordEditor.d.ts.map +1 -1
  96. package/lib/components-react/new-editors/interop/PropertyRecordEditor.js +4 -3
  97. package/lib/components-react/new-editors/interop/PropertyRecordEditor.js.map +1 -1
  98. package/lib/components-react/new-editors/interop/old-editors/Color.js +2 -2
  99. package/lib/components-react/new-editors/interop/old-editors/Color.js.map +1 -1
  100. package/lib/components-react/new-editors/interop/old-editors/CustomNumber.d.ts +3 -2
  101. package/lib/components-react/new-editors/interop/old-editors/CustomNumber.d.ts.map +1 -1
  102. package/lib/components-react/new-editors/interop/old-editors/CustomNumber.js +9 -3
  103. package/lib/components-react/new-editors/interop/old-editors/CustomNumber.js.map +1 -1
  104. package/lib/components-react/new-editors/interop/old-editors/EnumButtonGroup.js +2 -2
  105. package/lib/components-react/new-editors/interop/old-editors/EnumButtonGroup.js.map +1 -1
  106. package/lib/components-react/new-editors/interop/old-editors/NumericInput.d.ts +7 -1
  107. package/lib/components-react/new-editors/interop/old-editors/NumericInput.d.ts.map +1 -1
  108. package/lib/components-react/new-editors/interop/old-editors/NumericInput.js +19 -4
  109. package/lib/components-react/new-editors/interop/old-editors/NumericInput.js.map +1 -1
  110. package/lib/components-react/new-editors/interop/old-editors/Slider.js +2 -2
  111. package/lib/components-react/new-editors/interop/old-editors/Slider.js.map +1 -1
  112. package/lib/components-react/new-editors/interop/old-editors/TextArea.js +2 -2
  113. package/lib/components-react/new-editors/interop/old-editors/TextArea.js.map +1 -1
  114. package/lib/components-react/new-editors/values/Metadata.d.ts +22 -0
  115. package/lib/components-react/new-editors/values/Metadata.d.ts.map +1 -1
  116. package/lib/components-react/new-editors/values/Metadata.js.map +1 -1
  117. package/lib/components-react/properties/renderers/value/MergedPropertyValueRenderer.d.ts +1 -1
  118. package/lib/components-react/properties/renderers/value/MergedPropertyValueRenderer.d.ts.map +1 -1
  119. package/lib/components-react/properties/renderers/value/MergedPropertyValueRenderer.js +4 -7
  120. package/lib/components-react/properties/renderers/value/MergedPropertyValueRenderer.js.map +1 -1
  121. package/lib/components-react.d.ts +1 -1
  122. package/lib/components-react.d.ts.map +1 -1
  123. package/lib/components-react.js.map +1 -1
  124. package/lib/internal.d.ts +1 -0
  125. package/lib/internal.d.ts.map +1 -1
  126. package/lib/internal.js +1 -0
  127. package/lib/internal.js.map +1 -1
  128. package/lib/public/locales/en/UiComponents.json +0 -1
  129. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/components-react",
3
- "version": "5.28.0",
3
+ "version": "5.29.0",
4
4
  "description": "A react component library of iTwin.js UI data-oriented components",
5
5
  "type": "module",
6
6
  "types": "./lib/components-react.d.ts",
@@ -40,7 +40,7 @@
40
40
  "@itwin/itwinui-react": "^3.15.0",
41
41
  "react": "^18.0.0 || ^19.0.0",
42
42
  "react-dom": "^18.0.0 || ^19.0.0",
43
- "@itwin/core-react": "5.28.0"
43
+ "@itwin/core-react": "5.29.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@itwin/appui-abstract": "^5.8.1",
@@ -74,7 +74,7 @@
74
74
  "typescript": "~5.6.3",
75
75
  "upath": "^2.0.1",
76
76
  "vitest": "^3.2.4",
77
- "@itwin/core-react": "5.28.0"
77
+ "@itwin/core-react": "5.29.0"
78
78
  },
79
79
  "dependencies": {
80
80
  "@itwin/itwinui-icons-react": "^2.11.0",