Minified js and css files added

This commit is contained in:
2026-01-26 13:32:59 +00:00
parent 04e12d1a36
commit e378834535
6 changed files with 8 additions and 2 deletions

1
inst/js/a11yShinyInputs.min.js vendored Normal file
View File

@@ -0,0 +1 @@
const checkAll=function(e){e.preventDefault();e=$(e.target).closest(".shiny-input-a11ycheckboxgroup");return e.find('input[type="checkbox"]').prop("checked",!0),e.trigger("change"),!1},clearAll=function(e){e.preventDefault();e=$(e.target).closest(".shiny-input-a11ycheckboxgroup");return e.find('input[type="checkbox"]').prop("checked",!1),e.trigger("change"),!1};