@civicactions/cmsds-open-data-components 4.0.5 → 4.0.6
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/dist/main.js +2 -0
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2267,6 +2267,7 @@ const $64a351d3fd8413c3$var$HeaderResizeElement = ({ table: table, header: heade
|
|
|
2267
2267
|
},
|
|
2268
2268
|
title: typeof header.column.columnDef.header === "string" ? header.column.columnDef.header : "",
|
|
2269
2269
|
className: "ds-u-border-y--2 ds-u-padding--2 ds-u-border--dark ds-u-font-weight--bold",
|
|
2270
|
+
"aria-sort": header.column.getIsSorted() === "asc" ? "ascending" : header.column.getIsSorted() === "desc" ? "descending" : "none",
|
|
2270
2271
|
children: [
|
|
2271
2272
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
|
|
2272
2273
|
className: "ds-u-display--flex",
|
|
@@ -2373,6 +2374,7 @@ const $23763e27eda0e8d7$var$FixedSizeTHead = ({ table: table, sortElement: sortE
|
|
|
2373
2374
|
},
|
|
2374
2375
|
title: header.column.columnDef.header,
|
|
2375
2376
|
className: "ds-u-border-y--2 ds-u-padding--2 ds-u-border--dark ds-u-font-weight--bold",
|
|
2377
|
+
"aria-sort": header.column.getIsSorted() === "asc" ? "ascending" : header.column.getIsSorted() === "desc" ? "descending" : "none",
|
|
2376
2378
|
children: /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
|
|
2377
2379
|
onClick: header.column.getToggleSortingHandler(),
|
|
2378
2380
|
className: "ds-u-display--flex",
|