@mtes-mct/monitor-ui 24.57.0 → 24.57.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [24.57.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.57.0...v24.57.1) (2026-07-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **components:** round before substring to prevent float rounding ([ad45937](https://github.com/MTES-MCT/monitor-ui/commit/ad459374eb61d9599e4727b796d596d92ee9e340))
6
+
7
+ ## [24.57.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.56.1...v24.57.0) (2026-07-29)
8
+
9
+ ### Features
10
+
11
+ * **fields:** add withAllChildrenInResults prop to display all children even if not march with search query ([4d74485](https://github.com/MTES-MCT/monitor-ui/commit/4d744853c8abaf67ce19f1d3655daa0e74d53335))
12
+ * **fields:** update CheckTreePicker to display all children when one match with search query ([1cd69c5](https://github.com/MTES-MCT/monitor-ui/commit/1cd69c5686f7038bccd42a3cb663099ad2635f93))
13
+
14
+ ### Bug Fixes
15
+
16
+ * **fields:** fix CheTreePicker with large dataset when withAllChildrenInResults is true ([24dea47](https://github.com/MTES-MCT/monitor-ui/commit/24dea47616861e18d077c4a7732193c0f4a8196a))
17
+ * **fields:** rename prop "isMultiSelect" to "canSelectMultipleParents" ([9092287](https://github.com/MTES-MCT/monitor-ui/commit/909228728f47524d0b8b8a909b31d0b1187de56f))
18
+
1
19
  ## [24.56.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.56.0...v24.56.1) (2026-07-27)
2
20
 
3
21
  ### Bug Fixes