@syncfusion/ej2-maps 31.2.12 → 32.1.21

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/.gitleaksignore CHANGED
@@ -27,11 +27,11 @@ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:891
27
27
  spec/maps/user-interaction/zoom.spec.ts:generic-api-key:908
28
28
  spec/maps/user-interaction/zoom.spec.ts:generic-api-key:948
29
29
  spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1345
30
- spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1421
31
- spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1514
32
- spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1798
33
- spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1976
34
- spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2203
35
- spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2511
36
- spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2644
37
- spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2755
30
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1424
31
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1517
32
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1801
33
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1979
34
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2206
35
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2514
36
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2647
37
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2758
package/aceconfig.js ADDED
@@ -0,0 +1,17 @@
1
+ //Config file for Accessibility-Checker
2
+ module.exports = {
3
+ ruleArchive: "18March2024",
4
+ policies: ["WCAG_2_1","IBM_Accessibility"],
5
+ failLevels: ["violation", "potentialviolation"],
6
+ reportLevels: [
7
+ "violation",
8
+ "potentialviolation",
9
+ "recommendation",
10
+ "potentialrecommendation",
11
+ "manual",
12
+ "pass",
13
+ ],
14
+ outputFormat: ["html","json"],
15
+ label: [process.env.TRAVIS_BRANCH],
16
+ outputFolder:"accessibility-reports",
17
+ };