@mtes-mct/monitor-ui 24.49.0 → 24.49.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 +12 -0
- package/index.js +4 -3
- package/package.json +1 -1
- package/stats.html +1 -1
- package/tables/DataTable/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [24.49.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.49.0...v24.49.1) (2026-05-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **libs:** bump cypress ([d195478](https://github.com/MTES-MCT/monitor-ui/commit/d195478eee3aaec96d322a85b5ce5268029d213f))
|
|
6
|
+
|
|
7
|
+
## [24.49.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.48.1...v24.49.0) (2026-04-28)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **components:** make datatable expandable with subrows ([dccb580](https://github.com/MTES-MCT/monitor-ui/commit/dccb5808595f5e12424f0207940ccc0098e6ff53))
|
|
12
|
+
|
|
1
13
|
## [24.48.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.48.0...v24.48.1) (2026-04-27)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/index.js
CHANGED
|
@@ -19570,11 +19570,12 @@ function A8({
|
|
|
19570
19570
|
onExpandedChange: d
|
|
19571
19571
|
},
|
|
19572
19572
|
onSortingChange: u,
|
|
19573
|
+
...i,
|
|
19573
19574
|
state: {
|
|
19574
19575
|
sorting: l,
|
|
19575
|
-
...s ? { expanded: c } : {}
|
|
19576
|
-
|
|
19577
|
-
|
|
19576
|
+
...s ? { expanded: c } : {},
|
|
19577
|
+
...i?.state
|
|
19578
|
+
}
|
|
19578
19579
|
}), { rows: h } = f.getRowModel();
|
|
19579
19580
|
return /* @__PURE__ */ m(Be, { children: [
|
|
19580
19581
|
!t && /* @__PURE__ */ a("p", { className: "Table-DataTable--loadingLabel", children: "Chargement en cours..." }),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtes-mct/monitor-ui",
|
|
3
3
|
"description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.",
|
|
4
|
-
"version": "24.49.
|
|
4
|
+
"version": "24.49.2",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|