@instructure/ui-navigation 8.17.1-snapshot.35 → 8.17.1-snapshot.80
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/package.json +24 -24
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/AppNav/AppNavLocator.d.ts +14 -14
- package/types/AppNav/Item/AppNavItemLocator.d.ts +4 -4
- package/types/Navigation/NavigationItem/NavigationItemLocator.d.ts +4 -4
- package/types/Navigation/NavigationLocator.d.ts +14 -14
|
@@ -30,7 +30,7 @@ export declare const AppNavLocator: {
|
|
|
30
30
|
debug: (maxLength?: number | undefined, options?: {
|
|
31
31
|
highlight: boolean;
|
|
32
32
|
} | undefined) => void;
|
|
33
|
-
accessible: (options?:
|
|
33
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
34
34
|
getTextContent: () => string | null;
|
|
35
35
|
getParentNode: () => ParentNode | null;
|
|
36
36
|
parent: () => ParentNode | null;
|
|
@@ -169,7 +169,7 @@ export declare const AppNavLocator: {
|
|
|
169
169
|
debug: (maxLength?: number | undefined, options?: {
|
|
170
170
|
highlight: boolean;
|
|
171
171
|
} | undefined) => void;
|
|
172
|
-
accessible: (options?:
|
|
172
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
173
173
|
getTextContent: () => string | null;
|
|
174
174
|
getParentNode: () => ParentNode | null;
|
|
175
175
|
parent: () => ParentNode | null;
|
|
@@ -315,7 +315,7 @@ export declare const AppNavLocator: {
|
|
|
315
315
|
debug: (maxLength?: number | undefined, options?: {
|
|
316
316
|
highlight: boolean;
|
|
317
317
|
} | undefined) => void;
|
|
318
|
-
accessible: (options?:
|
|
318
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
319
319
|
getTextContent: () => string | null;
|
|
320
320
|
getParentNode: () => ParentNode | null;
|
|
321
321
|
parent: () => ParentNode | null;
|
|
@@ -454,7 +454,7 @@ export declare const AppNavLocator: {
|
|
|
454
454
|
debug: (maxLength?: number | undefined, options?: {
|
|
455
455
|
highlight: boolean;
|
|
456
456
|
} | undefined) => void;
|
|
457
|
-
accessible: (options?:
|
|
457
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
458
458
|
getTextContent: () => string | null;
|
|
459
459
|
getParentNode: () => ParentNode | null;
|
|
460
460
|
parent: () => ParentNode | null;
|
|
@@ -593,7 +593,7 @@ export declare const AppNavLocator: {
|
|
|
593
593
|
debug: (maxLength?: number | undefined, options?: {
|
|
594
594
|
highlight: boolean;
|
|
595
595
|
} | undefined) => void;
|
|
596
|
-
accessible: (options?:
|
|
596
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
597
597
|
getTextContent: () => string | null;
|
|
598
598
|
getParentNode: () => ParentNode | null;
|
|
599
599
|
parent: () => ParentNode | null;
|
|
@@ -733,7 +733,7 @@ export declare const AppNavLocator: {
|
|
|
733
733
|
debug: (maxLength?: number | undefined, options?: {
|
|
734
734
|
highlight: boolean;
|
|
735
735
|
} | undefined) => void;
|
|
736
|
-
accessible: (options?:
|
|
736
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
737
737
|
getTextContent: () => string | null;
|
|
738
738
|
getParentNode: () => ParentNode | null;
|
|
739
739
|
parent: () => ParentNode | null;
|
|
@@ -872,7 +872,7 @@ export declare const AppNavLocator: {
|
|
|
872
872
|
debug: (maxLength?: number | undefined, options?: {
|
|
873
873
|
highlight: boolean;
|
|
874
874
|
} | undefined) => void;
|
|
875
|
-
accessible: (options?:
|
|
875
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
876
876
|
getTextContent: () => string | null;
|
|
877
877
|
getParentNode: () => ParentNode | null;
|
|
878
878
|
parent: () => ParentNode | null;
|
|
@@ -1011,7 +1011,7 @@ export declare const AppNavLocator: {
|
|
|
1011
1011
|
debug: (maxLength?: number | undefined, options?: {
|
|
1012
1012
|
highlight: boolean;
|
|
1013
1013
|
} | undefined) => void;
|
|
1014
|
-
accessible: (options?:
|
|
1014
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1015
1015
|
getTextContent: () => string | null;
|
|
1016
1016
|
getParentNode: () => ParentNode | null;
|
|
1017
1017
|
parent: () => ParentNode | null;
|
|
@@ -1151,7 +1151,7 @@ export declare const AppNavLocator: {
|
|
|
1151
1151
|
debug: (maxLength?: number | undefined, options?: {
|
|
1152
1152
|
highlight: boolean;
|
|
1153
1153
|
} | undefined) => void;
|
|
1154
|
-
accessible: (options?:
|
|
1154
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1155
1155
|
getTextContent: () => string | null;
|
|
1156
1156
|
getParentNode: () => ParentNode | null;
|
|
1157
1157
|
parent: () => ParentNode | null;
|
|
@@ -1290,7 +1290,7 @@ export declare const AppNavLocator: {
|
|
|
1290
1290
|
debug: (maxLength?: number | undefined, options?: {
|
|
1291
1291
|
highlight: boolean;
|
|
1292
1292
|
} | undefined) => void;
|
|
1293
|
-
accessible: (options?:
|
|
1293
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1294
1294
|
getTextContent: () => string | null;
|
|
1295
1295
|
getParentNode: () => ParentNode | null;
|
|
1296
1296
|
parent: () => ParentNode | null;
|
|
@@ -1429,7 +1429,7 @@ export declare const AppNavLocator: {
|
|
|
1429
1429
|
debug: (maxLength?: number | undefined, options?: {
|
|
1430
1430
|
highlight: boolean;
|
|
1431
1431
|
} | undefined) => void;
|
|
1432
|
-
accessible: (options?:
|
|
1432
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1433
1433
|
getTextContent: () => string | null;
|
|
1434
1434
|
getParentNode: () => ParentNode | null;
|
|
1435
1435
|
parent: () => ParentNode | null;
|
|
@@ -1569,7 +1569,7 @@ export declare const AppNavLocator: {
|
|
|
1569
1569
|
debug: (maxLength?: number | undefined, options?: {
|
|
1570
1570
|
highlight: boolean;
|
|
1571
1571
|
} | undefined) => void;
|
|
1572
|
-
accessible: (options?:
|
|
1572
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1573
1573
|
getTextContent: () => string | null;
|
|
1574
1574
|
getParentNode: () => ParentNode | null;
|
|
1575
1575
|
parent: () => ParentNode | null;
|
|
@@ -1708,7 +1708,7 @@ export declare const AppNavLocator: {
|
|
|
1708
1708
|
debug: (maxLength?: number | undefined, options?: {
|
|
1709
1709
|
highlight: boolean;
|
|
1710
1710
|
} | undefined) => void;
|
|
1711
|
-
accessible: (options?:
|
|
1711
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1712
1712
|
getTextContent: () => string | null;
|
|
1713
1713
|
getParentNode: () => ParentNode | null;
|
|
1714
1714
|
parent: () => ParentNode | null;
|
|
@@ -1847,7 +1847,7 @@ export declare const AppNavLocator: {
|
|
|
1847
1847
|
debug: (maxLength?: number | undefined, options?: {
|
|
1848
1848
|
highlight: boolean;
|
|
1849
1849
|
} | undefined) => void;
|
|
1850
|
-
accessible: (options?:
|
|
1850
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1851
1851
|
getTextContent: () => string | null;
|
|
1852
1852
|
getParentNode: () => ParentNode | null;
|
|
1853
1853
|
parent: () => ParentNode | null;
|
|
@@ -36,7 +36,7 @@ export declare const AppNavItemLocator: {
|
|
|
36
36
|
debug: (maxLength?: number | undefined, options?: {
|
|
37
37
|
highlight: boolean;
|
|
38
38
|
} | undefined) => void;
|
|
39
|
-
accessible: (options?:
|
|
39
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
40
40
|
getTextContent: () => string | null;
|
|
41
41
|
getParentNode: () => ParentNode | null;
|
|
42
42
|
parent: () => ParentNode | null;
|
|
@@ -175,7 +175,7 @@ export declare const AppNavItemLocator: {
|
|
|
175
175
|
debug: (maxLength?: number | undefined, options?: {
|
|
176
176
|
highlight: boolean;
|
|
177
177
|
} | undefined) => void;
|
|
178
|
-
accessible: (options?:
|
|
178
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
179
179
|
getTextContent: () => string | null;
|
|
180
180
|
getParentNode: () => ParentNode | null;
|
|
181
181
|
parent: () => ParentNode | null;
|
|
@@ -314,7 +314,7 @@ export declare const AppNavItemLocator: {
|
|
|
314
314
|
debug: (maxLength?: number | undefined, options?: {
|
|
315
315
|
highlight: boolean;
|
|
316
316
|
} | undefined) => void;
|
|
317
|
-
accessible: (options?:
|
|
317
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
318
318
|
getTextContent: () => string | null;
|
|
319
319
|
getParentNode: () => ParentNode | null;
|
|
320
320
|
parent: () => ParentNode | null;
|
|
@@ -453,7 +453,7 @@ export declare const AppNavItemLocator: {
|
|
|
453
453
|
debug: (maxLength?: number | undefined, options?: {
|
|
454
454
|
highlight: boolean;
|
|
455
455
|
} | undefined) => void;
|
|
456
|
-
accessible: (options?:
|
|
456
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
457
457
|
getTextContent: () => string | null;
|
|
458
458
|
getParentNode: () => ParentNode | null;
|
|
459
459
|
parent: () => ParentNode | null;
|
|
@@ -38,7 +38,7 @@ export declare const NavigationItemLocator: {
|
|
|
38
38
|
debug: (maxLength?: number | undefined, options?: {
|
|
39
39
|
highlight: boolean;
|
|
40
40
|
} | undefined) => void;
|
|
41
|
-
accessible: (options?:
|
|
41
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
42
42
|
getTextContent: () => string | null;
|
|
43
43
|
getParentNode: () => ParentNode | null;
|
|
44
44
|
parent: () => ParentNode | null;
|
|
@@ -179,7 +179,7 @@ export declare const NavigationItemLocator: {
|
|
|
179
179
|
debug: (maxLength?: number | undefined, options?: {
|
|
180
180
|
highlight: boolean;
|
|
181
181
|
} | undefined) => void;
|
|
182
|
-
accessible: (options?:
|
|
182
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
183
183
|
getTextContent: () => string | null;
|
|
184
184
|
getParentNode: () => ParentNode | null;
|
|
185
185
|
parent: () => ParentNode | null;
|
|
@@ -320,7 +320,7 @@ export declare const NavigationItemLocator: {
|
|
|
320
320
|
debug: (maxLength?: number | undefined, options?: {
|
|
321
321
|
highlight: boolean;
|
|
322
322
|
} | undefined) => void;
|
|
323
|
-
accessible: (options?:
|
|
323
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
324
324
|
getTextContent: () => string | null;
|
|
325
325
|
getParentNode: () => ParentNode | null;
|
|
326
326
|
parent: () => ParentNode | null;
|
|
@@ -461,7 +461,7 @@ export declare const NavigationItemLocator: {
|
|
|
461
461
|
debug: (maxLength?: number | undefined, options?: {
|
|
462
462
|
highlight: boolean;
|
|
463
463
|
} | undefined) => void;
|
|
464
|
-
accessible: (options?:
|
|
464
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
465
465
|
getTextContent: () => string | null;
|
|
466
466
|
getParentNode: () => ParentNode | null;
|
|
467
467
|
parent: () => ParentNode | null;
|
|
@@ -32,7 +32,7 @@ export declare const NavigationLocator: {
|
|
|
32
32
|
debug: (maxLength?: number | undefined, options?: {
|
|
33
33
|
highlight: boolean;
|
|
34
34
|
} | undefined) => void;
|
|
35
|
-
accessible: (options?:
|
|
35
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
36
36
|
getTextContent: () => string | null;
|
|
37
37
|
getParentNode: () => ParentNode | null;
|
|
38
38
|
parent: () => ParentNode | null;
|
|
@@ -173,7 +173,7 @@ export declare const NavigationLocator: {
|
|
|
173
173
|
debug: (maxLength?: number | undefined, options?: {
|
|
174
174
|
highlight: boolean;
|
|
175
175
|
} | undefined) => void;
|
|
176
|
-
accessible: (options?:
|
|
176
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
177
177
|
getTextContent: () => string | null;
|
|
178
178
|
getParentNode: () => ParentNode | null;
|
|
179
179
|
parent: () => ParentNode | null;
|
|
@@ -321,7 +321,7 @@ export declare const NavigationLocator: {
|
|
|
321
321
|
debug: (maxLength?: number | undefined, options?: {
|
|
322
322
|
highlight: boolean;
|
|
323
323
|
} | undefined) => void;
|
|
324
|
-
accessible: (options?:
|
|
324
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
325
325
|
getTextContent: () => string | null;
|
|
326
326
|
getParentNode: () => ParentNode | null;
|
|
327
327
|
parent: () => ParentNode | null;
|
|
@@ -460,7 +460,7 @@ export declare const NavigationLocator: {
|
|
|
460
460
|
debug: (maxLength?: number | undefined, options?: {
|
|
461
461
|
highlight: boolean;
|
|
462
462
|
} | undefined) => void;
|
|
463
|
-
accessible: (options?:
|
|
463
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
464
464
|
getTextContent: () => string | null;
|
|
465
465
|
getParentNode: () => ParentNode | null;
|
|
466
466
|
parent: () => ParentNode | null;
|
|
@@ -601,7 +601,7 @@ export declare const NavigationLocator: {
|
|
|
601
601
|
debug: (maxLength?: number | undefined, options?: {
|
|
602
602
|
highlight: boolean;
|
|
603
603
|
} | undefined) => void;
|
|
604
|
-
accessible: (options?:
|
|
604
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
605
605
|
getTextContent: () => string | null;
|
|
606
606
|
getParentNode: () => ParentNode | null;
|
|
607
607
|
parent: () => ParentNode | null;
|
|
@@ -743,7 +743,7 @@ export declare const NavigationLocator: {
|
|
|
743
743
|
debug: (maxLength?: number | undefined, options?: {
|
|
744
744
|
highlight: boolean;
|
|
745
745
|
} | undefined) => void;
|
|
746
|
-
accessible: (options?:
|
|
746
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
747
747
|
getTextContent: () => string | null;
|
|
748
748
|
getParentNode: () => ParentNode | null;
|
|
749
749
|
parent: () => ParentNode | null;
|
|
@@ -882,7 +882,7 @@ export declare const NavigationLocator: {
|
|
|
882
882
|
debug: (maxLength?: number | undefined, options?: {
|
|
883
883
|
highlight: boolean;
|
|
884
884
|
} | undefined) => void;
|
|
885
|
-
accessible: (options?:
|
|
885
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
886
886
|
getTextContent: () => string | null;
|
|
887
887
|
getParentNode: () => ParentNode | null;
|
|
888
888
|
parent: () => ParentNode | null;
|
|
@@ -1023,7 +1023,7 @@ export declare const NavigationLocator: {
|
|
|
1023
1023
|
debug: (maxLength?: number | undefined, options?: {
|
|
1024
1024
|
highlight: boolean;
|
|
1025
1025
|
} | undefined) => void;
|
|
1026
|
-
accessible: (options?:
|
|
1026
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1027
1027
|
getTextContent: () => string | null;
|
|
1028
1028
|
getParentNode: () => ParentNode | null;
|
|
1029
1029
|
parent: () => ParentNode | null;
|
|
@@ -1165,7 +1165,7 @@ export declare const NavigationLocator: {
|
|
|
1165
1165
|
debug: (maxLength?: number | undefined, options?: {
|
|
1166
1166
|
highlight: boolean;
|
|
1167
1167
|
} | undefined) => void;
|
|
1168
|
-
accessible: (options?:
|
|
1168
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1169
1169
|
getTextContent: () => string | null;
|
|
1170
1170
|
getParentNode: () => ParentNode | null;
|
|
1171
1171
|
parent: () => ParentNode | null;
|
|
@@ -1304,7 +1304,7 @@ export declare const NavigationLocator: {
|
|
|
1304
1304
|
debug: (maxLength?: number | undefined, options?: {
|
|
1305
1305
|
highlight: boolean;
|
|
1306
1306
|
} | undefined) => void;
|
|
1307
|
-
accessible: (options?:
|
|
1307
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1308
1308
|
getTextContent: () => string | null;
|
|
1309
1309
|
getParentNode: () => ParentNode | null;
|
|
1310
1310
|
parent: () => ParentNode | null;
|
|
@@ -1445,7 +1445,7 @@ export declare const NavigationLocator: {
|
|
|
1445
1445
|
debug: (maxLength?: number | undefined, options?: {
|
|
1446
1446
|
highlight: boolean;
|
|
1447
1447
|
} | undefined) => void;
|
|
1448
|
-
accessible: (options?:
|
|
1448
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1449
1449
|
getTextContent: () => string | null;
|
|
1450
1450
|
getParentNode: () => ParentNode | null;
|
|
1451
1451
|
parent: () => ParentNode | null;
|
|
@@ -1587,7 +1587,7 @@ export declare const NavigationLocator: {
|
|
|
1587
1587
|
debug: (maxLength?: number | undefined, options?: {
|
|
1588
1588
|
highlight: boolean;
|
|
1589
1589
|
} | undefined) => void;
|
|
1590
|
-
accessible: (options?:
|
|
1590
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1591
1591
|
getTextContent: () => string | null;
|
|
1592
1592
|
getParentNode: () => ParentNode | null;
|
|
1593
1593
|
parent: () => ParentNode | null;
|
|
@@ -1726,7 +1726,7 @@ export declare const NavigationLocator: {
|
|
|
1726
1726
|
debug: (maxLength?: number | undefined, options?: {
|
|
1727
1727
|
highlight: boolean;
|
|
1728
1728
|
} | undefined) => void;
|
|
1729
|
-
accessible: (options?:
|
|
1729
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1730
1730
|
getTextContent: () => string | null;
|
|
1731
1731
|
getParentNode: () => ParentNode | null;
|
|
1732
1732
|
parent: () => ParentNode | null;
|
|
@@ -1867,7 +1867,7 @@ export declare const NavigationLocator: {
|
|
|
1867
1867
|
debug: (maxLength?: number | undefined, options?: {
|
|
1868
1868
|
highlight: boolean;
|
|
1869
1869
|
} | undefined) => void;
|
|
1870
|
-
accessible: (options?:
|
|
1870
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1871
1871
|
getTextContent: () => string | null;
|
|
1872
1872
|
getParentNode: () => ParentNode | null;
|
|
1873
1873
|
parent: () => ParentNode | null;
|