From 31c0a18c701aea330c51ae125cf92b796860b209 Mon Sep 17 00:00:00 2001 From: flutistar Date: Thu, 5 Sep 2024 14:29:39 -0700 Subject: [PATCH 1/5] added hidden elements for ARIA --- ppr-ui/package-lock.json | 4 +- ppr-ui/package.json | 2 +- .../src/components/tables/SearchHistory.vue | 44 ++++++++++++++----- 3 files changed, 35 insertions(+), 15 deletions(-) diff --git a/ppr-ui/package-lock.json b/ppr-ui/package-lock.json index 17abbc5f7..61b968d72 100644 --- a/ppr-ui/package-lock.json +++ b/ppr-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "ppr-ui", - "version": "3.2.52", + "version": "3.2.53", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ppr-ui", - "version": "3.2.52", + "version": "3.2.53", "dependencies": { "@bcrs-shared-components/input-field-date-picker": "^1.0.0", "@lemoncode/fonk": "^1.5.1", diff --git a/ppr-ui/package.json b/ppr-ui/package.json index cad1dc2f2..c13d4988b 100644 --- a/ppr-ui/package.json +++ b/ppr-ui/package.json @@ -1,6 +1,6 @@ { "name": "ppr-ui", - "version": "3.2.52", + "version": "3.2.53", "private": true, "appName": "Assets UI", "sbcName": "SBC Common Components", diff --git a/ppr-ui/src/components/tables/SearchHistory.vue b/ppr-ui/src/components/tables/SearchHistory.vue index d1740fbb4..85a11ed2a 100644 --- a/ppr-ui/src/components/tables/SearchHistory.vue +++ b/ppr-ui/src/components/tables/SearchHistory.vue @@ -13,6 +13,7 @@ id="search-history-table" height="20rem" fixedHeader + role="table" >