@civicactions/cmsds-open-data-components 4.0.0 → 4.0.1-alpha.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.
- package/dist/main.js +8 -0
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2638,6 +2638,7 @@ const $5d9e2ce238d53d29$var$ManageColumns = ({ id: id, columns: columns, default
|
|
|
2638
2638
|
children: [
|
|
2639
2639
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("button", {
|
|
2640
2640
|
"aria-haspopup": "dialog",
|
|
2641
|
+
"aria-labelledby": "manage-columns",
|
|
2641
2642
|
className: "dkan-filter-dataset-toolbar-button ds-u-color--primary ds-u-text-decoration--underline ds-u-font-size--sm ds-u-padding-x--2 ds-u-margin--0 ds-u-border--0 ds-u-fill--transparent",
|
|
2642
2643
|
onClick: ()=>{
|
|
2643
2644
|
setModalOpen(true);
|
|
@@ -2649,6 +2650,7 @@ const $5d9e2ce238d53d29$var$ManageColumns = ({ id: id, columns: columns, default
|
|
|
2649
2650
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("span", {
|
|
2650
2651
|
children: [
|
|
2651
2652
|
/*#__PURE__*/ (0, $hgUW1$jsx)("span", {
|
|
2653
|
+
id: "manage-columns",
|
|
2652
2654
|
className: "ds-u-display--none ds-u-lg-display--inline-block",
|
|
2653
2655
|
children: "Manage Columns"
|
|
2654
2656
|
}),
|
|
@@ -2890,6 +2892,7 @@ const $16bd41951b91f02d$var$FullScreenDataTable = ({ isModal: isModal })=>{
|
|
|
2890
2892
|
children: [
|
|
2891
2893
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("button", {
|
|
2892
2894
|
"aria-haspopup": "dialog",
|
|
2895
|
+
"aria-labelledby": "full-screen",
|
|
2893
2896
|
className: "dkan-filter-dataset-toolbar-button ds-u-color--primary ds-u-text-decoration--underline ds-u-font-size--sm ds-u-padding-x--2 ds-u-margin--0 ds-u-border--0 ds-u-fill--transparent",
|
|
2894
2897
|
onClick: ()=>{
|
|
2895
2898
|
if (modalOpen) setModalOpen(false);
|
|
@@ -2900,6 +2903,7 @@ const $16bd41951b91f02d$var$FullScreenDataTable = ({ isModal: isModal })=>{
|
|
|
2900
2903
|
className: `far ${modalOpen ? "fa-compress" : "fa-expand"} ds-u-margin-right--1`
|
|
2901
2904
|
}),
|
|
2902
2905
|
/*#__PURE__*/ (0, $hgUW1$jsx)("span", {
|
|
2906
|
+
id: "full-screen",
|
|
2903
2907
|
className: "ds-u-display--none ds-u-lg-display--inline-block",
|
|
2904
2908
|
children: modalOpen ? "Exit Full Screen" : "Full Screen"
|
|
2905
2909
|
})
|
|
@@ -3227,6 +3231,7 @@ const $6f4318b1e14124e5$var$FilterDataset = ()=>{
|
|
|
3227
3231
|
children: [
|
|
3228
3232
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("button", {
|
|
3229
3233
|
"aria-haspopup": "dialog",
|
|
3234
|
+
"aria-labelledby": "filter-dataset",
|
|
3230
3235
|
className: "dkan-filter-dataset-toolbar-button ds-u-color--primary ds-u-text-decoration--underline ds-u-font-size--sm ds-u-padding-x--2 ds-u-margin--0 ds-u-border--0 ds-u-fill--transparent",
|
|
3231
3236
|
onClick: ()=>{
|
|
3232
3237
|
setModalOpen(true);
|
|
@@ -3238,6 +3243,7 @@ const $6f4318b1e14124e5$var$FilterDataset = ()=>{
|
|
|
3238
3243
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("span", {
|
|
3239
3244
|
children: [
|
|
3240
3245
|
/*#__PURE__*/ (0, $hgUW1$jsx)("span", {
|
|
3246
|
+
id: "filter-dataset",
|
|
3241
3247
|
className: "ds-u-display--none ds-u-lg-display--inline-block",
|
|
3242
3248
|
children: conditions.length > 0 ? `Edit Filters` : "Filter Dataset"
|
|
3243
3249
|
}),
|
|
@@ -3395,6 +3401,7 @@ const $dae856e97a09bcd6$var$DisplaySettings = ()=>{
|
|
|
3395
3401
|
placement: "bottom-start",
|
|
3396
3402
|
maxWidth: "350px",
|
|
3397
3403
|
"aria-haspopup": "dialog",
|
|
3404
|
+
"aria-labelledby": "display-settings",
|
|
3398
3405
|
title: /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
|
|
3399
3406
|
className: "ds-u-display--flex ds-u-flex-direction--column",
|
|
3400
3407
|
children: [
|
|
@@ -3515,6 +3522,7 @@ const $dae856e97a09bcd6$var$DisplaySettings = ()=>{
|
|
|
3515
3522
|
className: "far fa-sliders-h ds-u-margin-right--1"
|
|
3516
3523
|
}),
|
|
3517
3524
|
/*#__PURE__*/ (0, $hgUW1$jsx)("span", {
|
|
3525
|
+
id: "display-settings",
|
|
3518
3526
|
className: "ds-u-display--none ds-u-lg-display--inline-block",
|
|
3519
3527
|
children: "Display Settings"
|
|
3520
3528
|
}),
|