@angular-eslint/eslint-plugin-template 19.5.1-alpha.1 → 19.5.1-alpha.11
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/utils/is-interactive-element/get-interactive-element-ax-object-schemas.d.ts.map +1 -1
- package/dist/utils/is-interactive-element/get-interactive-element-ax-object-schemas.js +0 -1
- package/dist/utils/is-semantic-role-element.d.ts.map +1 -1
- package/dist/utils/is-semantic-role-element.js +0 -1
- package/package.json +5 -5
package/dist/utils/is-interactive-element/get-interactive-element-ax-object-schemas.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-interactive-element-ax-object-schemas.d.ts","sourceRoot":"","sources":["../../../src/utils/is-interactive-element/get-interactive-element-ax-object-schemas.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACjD;AAQD,wBAAgB,oCAAoC,IAAI,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"get-interactive-element-ax-object-schemas.d.ts","sourceRoot":"","sources":["../../../src/utils/is-interactive-element/get-interactive-element-ax-object-schemas.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACjD;AAQD,wBAAgB,oCAAoC,IAAI,cAAc,EAAE,CA8BvE"}
|
|
@@ -9,7 +9,6 @@ let interactiveElementAXObjectSchemas = null;
|
|
|
9
9
|
function getInteractiveElementAXObjectSchemas() {
|
|
10
10
|
if (interactiveElementAXObjectSchemas === null) {
|
|
11
11
|
// This package doesn't have type definitions.
|
|
12
|
-
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
13
12
|
const { AXObjects, elementAXObjects } = require('axobject-query');
|
|
14
13
|
// This set will contain all possible roles in ARIA, which are
|
|
15
14
|
// type of `structure` or `window` (since we filter out `widget` type).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"is-semantic-role-element.d.ts","sourceRoot":"","sources":["../../src/utils/is-semantic-role-element.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,oBAAoB,EACrB,MAAM,0CAA0C,CAAC;AAalD,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,iBAAiB,EAAE,CAAC,oBAAoB,GAAG,qBAAqB,CAAC,EAAE,GAClE,OAAO,
|
|
1
|
+
{"version":3,"file":"is-semantic-role-element.d.ts","sourceRoot":"","sources":["../../src/utils/is-semantic-role-element.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,oBAAoB,EACrB,MAAM,0CAA0C,CAAC;AAalD,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,iBAAiB,EAAE,CAAC,oBAAoB,GAAG,qBAAqB,CAAC,EAAE,GAClE,OAAO,CA6BT"}
|
|
@@ -10,7 +10,6 @@ let axRoles = null;
|
|
|
10
10
|
// for the first time, so we will not take up the memory.
|
|
11
11
|
function isSemanticRoleElement(element, role, elementAttributes) {
|
|
12
12
|
if (axElements === null || axRoles === null) {
|
|
13
|
-
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
14
13
|
const { AXObjectRoles, elementAXObjects } = require('axobject-query');
|
|
15
14
|
axElements = elementAXObjects;
|
|
16
15
|
axRoles = AXObjectRoles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/eslint-plugin-template",
|
|
3
|
-
"version": "19.5.1-alpha.
|
|
3
|
+
"version": "19.5.1-alpha.11",
|
|
4
4
|
"description": "ESLint plugin for Angular Templates",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"aria-query": "5.3.2",
|
|
22
22
|
"axobject-query": "4.1.0",
|
|
23
|
-
"@angular-eslint/bundled-angular-compiler": "19.5.1-alpha.
|
|
24
|
-
"@angular-eslint/utils": "19.5.1-alpha.
|
|
23
|
+
"@angular-eslint/bundled-angular-compiler": "19.5.1-alpha.11",
|
|
24
|
+
"@angular-eslint/utils": "19.5.1-alpha.11"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/aria-query": "5.0.4",
|
|
28
|
-
"@angular-eslint/template-parser": "19.5.1-alpha.
|
|
29
|
-
"@angular-eslint/test-utils": "19.5.1-alpha.
|
|
28
|
+
"@angular-eslint/template-parser": "19.5.1-alpha.11",
|
|
29
|
+
"@angular-eslint/test-utils": "19.5.1-alpha.11"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@typescript-eslint/types": "^7.11.0 || ^8.0.0",
|