primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "plg_system_jooa11y",
"version": "4.0.0",
"description": "Joomla CMS",
"license": "GPL-2.0-or-later",
"assets": [
{
"name": "plg_system_jooa11y.jooa11y",
"type": "style",
"uri": "",
"deprecated": true,
"deprecatedMsg": "Use 'sa11y' style asset instead",
"dependencies": [
"sa11y"
]
},
{
"name": "plg_system_jooa11y.jooa11y",
"type": "script",
"uri": "plg_system_jooa11y/jooa11y.min.js",
"dependencies": [
"core",
"sa11y",
"sa11y-lang"
],
"attributes": {
"type": "module"
},
"version": "b04012"
}
]
}

View File

@ -0,0 +1,9 @@
import { Lang, Sa11y } from 'sa11y';
import Sa11yLang from 'sa11y-lang';
// eslint-disable-next-line import/no-unresolved
Lang.addI18n(Sa11yLang.strings);
window.addEventListener('load', () => {
// eslint-disable-next-line no-new
new Sa11y(Joomla.getOptions('jooa11yOptions', {}));
});

View File

@ -0,0 +1 @@
import{Lang as o,Sa11y as n}from"sa11y";import a from"sa11y-lang";o.addI18n(a.strings),window.addEventListener("load",()=>{new n(Joomla.getOptions("jooa11yOptions",{}))});

Binary file not shown.