@instructure/ui-select 8.17.1-snapshot.78 → 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.
|
@@ -30,7 +30,7 @@ export declare const SelectLocator: {
|
|
|
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;
|
|
@@ -177,7 +177,7 @@ export declare const SelectLocator: {
|
|
|
177
177
|
debug: (maxLength?: number | undefined, options?: {
|
|
178
178
|
highlight: boolean;
|
|
179
179
|
} | undefined) => void;
|
|
180
|
-
accessible: (options?:
|
|
180
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
181
181
|
getTextContent: () => string | null;
|
|
182
182
|
getParentNode: () => ParentNode | null;
|
|
183
183
|
parent: () => ParentNode | null;
|
|
@@ -316,7 +316,7 @@ export declare const SelectLocator: {
|
|
|
316
316
|
debug: (maxLength?: number | undefined, options?: {
|
|
317
317
|
highlight: boolean;
|
|
318
318
|
} | undefined) => void;
|
|
319
|
-
accessible: (options?:
|
|
319
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
320
320
|
getTextContent: () => string | null;
|
|
321
321
|
getParentNode: () => ParentNode | null;
|
|
322
322
|
parent: () => ParentNode | null;
|
|
@@ -457,7 +457,7 @@ export declare const SelectLocator: {
|
|
|
457
457
|
debug: (maxLength?: number | undefined, options?: {
|
|
458
458
|
highlight: boolean;
|
|
459
459
|
} | undefined) => void;
|
|
460
|
-
accessible: (options?:
|
|
460
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
461
461
|
getTextContent: () => string | null;
|
|
462
462
|
getParentNode: () => ParentNode | null;
|
|
463
463
|
parent: () => ParentNode | null;
|
|
@@ -596,7 +596,7 @@ export declare const SelectLocator: {
|
|
|
596
596
|
debug: (maxLength?: number | undefined, options?: {
|
|
597
597
|
highlight: boolean;
|
|
598
598
|
} | undefined) => void;
|
|
599
|
-
accessible: (options?:
|
|
599
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
600
600
|
getTextContent: () => string | null;
|
|
601
601
|
getParentNode: () => ParentNode | null;
|
|
602
602
|
parent: () => ParentNode | null;
|
|
@@ -737,7 +737,7 @@ export declare const SelectLocator: {
|
|
|
737
737
|
debug: (maxLength?: number | undefined, options?: {
|
|
738
738
|
highlight: boolean;
|
|
739
739
|
} | undefined) => void;
|
|
740
|
-
accessible: (options?:
|
|
740
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
741
741
|
getTextContent: () => string | null;
|
|
742
742
|
getParentNode: () => ParentNode | null;
|
|
743
743
|
parent: () => ParentNode | null;
|
|
@@ -876,7 +876,7 @@ export declare const SelectLocator: {
|
|
|
876
876
|
debug: (maxLength?: number | undefined, options?: {
|
|
877
877
|
highlight: boolean;
|
|
878
878
|
} | undefined) => void;
|
|
879
|
-
accessible: (options?:
|
|
879
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
880
880
|
getTextContent: () => string | null;
|
|
881
881
|
getParentNode: () => ParentNode | null;
|
|
882
882
|
parent: () => ParentNode | null;
|
|
@@ -1017,7 +1017,7 @@ export declare const SelectLocator: {
|
|
|
1017
1017
|
debug: (maxLength?: number | undefined, options?: {
|
|
1018
1018
|
highlight: boolean;
|
|
1019
1019
|
} | undefined) => void;
|
|
1020
|
-
accessible: (options?:
|
|
1020
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1021
1021
|
getTextContent: () => string | null;
|
|
1022
1022
|
getParentNode: () => ParentNode | null;
|
|
1023
1023
|
parent: () => ParentNode | null;
|
|
@@ -1156,7 +1156,7 @@ export declare const SelectLocator: {
|
|
|
1156
1156
|
debug: (maxLength?: number | undefined, options?: {
|
|
1157
1157
|
highlight: boolean;
|
|
1158
1158
|
} | undefined) => void;
|
|
1159
|
-
accessible: (options?:
|
|
1159
|
+
accessible: (options?: import("@instructure/ui-axe-check").AxeCheckOptions | undefined) => Promise<true | Error>;
|
|
1160
1160
|
getTextContent: () => string | null;
|
|
1161
1161
|
getParentNode: () => ParentNode | null;
|
|
1162
1162
|
parent: () => ParentNode | null;
|