@instructure/ui-pagination 8.14.1-snapshot.12 → 8.14.1-snapshot.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.
@@ -40,7 +40,7 @@ export declare const PaginationArrowButtonLocator: {
40
40
  debug: (maxLength?: number | undefined, options?: {
41
41
  highlight: boolean;
42
42
  } | undefined) => void;
43
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
43
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
44
44
  getTextContent: () => string | null;
45
45
  getParentNode: () => ParentNode | null;
46
46
  parent: () => ParentNode | null;
@@ -182,7 +182,7 @@ export declare const PaginationArrowButtonLocator: {
182
182
  debug: (maxLength?: number | undefined, options?: {
183
183
  highlight: boolean;
184
184
  } | undefined) => void;
185
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
185
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
186
186
  getTextContent: () => string | null;
187
187
  getParentNode: () => ParentNode | null;
188
188
  parent: () => ParentNode | null;
@@ -324,7 +324,7 @@ export declare const PaginationArrowButtonLocator: {
324
324
  debug: (maxLength?: number | undefined, options?: {
325
325
  highlight: boolean;
326
326
  } | undefined) => void;
327
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
327
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
328
328
  getTextContent: () => string | null;
329
329
  getParentNode: () => ParentNode | null;
330
330
  parent: () => ParentNode | null;
@@ -466,7 +466,7 @@ export declare const PaginationArrowButtonLocator: {
466
466
  debug: (maxLength?: number | undefined, options?: {
467
467
  highlight: boolean;
468
468
  } | undefined) => void;
469
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
469
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
470
470
  getTextContent: () => string | null;
471
471
  getParentNode: () => ParentNode | null;
472
472
  parent: () => ParentNode | null;
@@ -30,7 +30,7 @@ export declare const PaginationLocator: {
30
30
  debug: (maxLength?: number | undefined, options?: {
31
31
  highlight: boolean;
32
32
  } | undefined) => void;
33
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
33
+ accessible: (options?: Record<string, unknown> | 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 PaginationLocator: {
169
169
  debug: (maxLength?: number | undefined, options?: {
170
170
  highlight: boolean;
171
171
  } | undefined) => void;
172
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
172
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
173
173
  getTextContent: () => string | null;
174
174
  getParentNode: () => ParentNode | null;
175
175
  parent: () => ParentNode | null;
@@ -308,7 +308,7 @@ export declare const PaginationLocator: {
308
308
  debug: (maxLength?: number | undefined, options?: {
309
309
  highlight: boolean;
310
310
  } | undefined) => void;
311
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
311
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
312
312
  getTextContent: () => string | null;
313
313
  getParentNode: () => ParentNode | null;
314
314
  parent: () => ParentNode | null;
@@ -450,7 +450,7 @@ export declare const PaginationLocator: {
450
450
  debug: (maxLength?: number | undefined, options?: {
451
451
  highlight: boolean;
452
452
  } | undefined) => void;
453
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
453
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
454
454
  getTextContent: () => string | null;
455
455
  getParentNode: () => ParentNode | null;
456
456
  parent: () => ParentNode | null;
@@ -599,7 +599,7 @@ export declare const PaginationLocator: {
599
599
  debug: (maxLength?: number | undefined, options?: {
600
600
  highlight: boolean;
601
601
  } | undefined) => void;
602
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
602
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
603
603
  getTextContent: () => string | null;
604
604
  getParentNode: () => ParentNode | null;
605
605
  parent: () => ParentNode | null;
@@ -738,7 +738,7 @@ export declare const PaginationLocator: {
738
738
  debug: (maxLength?: number | undefined, options?: {
739
739
  highlight: boolean;
740
740
  } | undefined) => void;
741
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
741
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
742
742
  getTextContent: () => string | null;
743
743
  getParentNode: () => ParentNode | null;
744
744
  parent: () => ParentNode | null;
@@ -877,7 +877,7 @@ export declare const PaginationLocator: {
877
877
  debug: (maxLength?: number | undefined, options?: {
878
878
  highlight: boolean;
879
879
  } | undefined) => void;
880
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
880
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
881
881
  getTextContent: () => string | null;
882
882
  getParentNode: () => ParentNode | null;
883
883
  parent: () => ParentNode | null;
@@ -1016,7 +1016,7 @@ export declare const PaginationLocator: {
1016
1016
  debug: (maxLength?: number | undefined, options?: {
1017
1017
  highlight: boolean;
1018
1018
  } | undefined) => void;
1019
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
1019
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
1020
1020
  getTextContent: () => string | null;
1021
1021
  getParentNode: () => ParentNode | null;
1022
1022
  parent: () => ParentNode | null;
@@ -1158,7 +1158,7 @@ export declare const PaginationLocator: {
1158
1158
  debug: (maxLength?: number | undefined, options?: {
1159
1159
  highlight: boolean;
1160
1160
  } | undefined) => void;
1161
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
1161
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
1162
1162
  getTextContent: () => string | null;
1163
1163
  getParentNode: () => ParentNode | null;
1164
1164
  parent: () => ParentNode | null;
@@ -1301,7 +1301,7 @@ export declare const PaginationLocator: {
1301
1301
  debug: (maxLength?: number | undefined, options?: {
1302
1302
  highlight: boolean;
1303
1303
  } | undefined) => void;
1304
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
1304
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
1305
1305
  getTextContent: () => string | null;
1306
1306
  getParentNode: () => ParentNode | null;
1307
1307
  parent: () => ParentNode | null;
@@ -1440,7 +1440,7 @@ export declare const PaginationLocator: {
1440
1440
  debug: (maxLength?: number | undefined, options?: {
1441
1441
  highlight: boolean;
1442
1442
  } | undefined) => void;
1443
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
1443
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
1444
1444
  getTextContent: () => string | null;
1445
1445
  getParentNode: () => ParentNode | null;
1446
1446
  parent: () => ParentNode | null;
@@ -1579,7 +1579,7 @@ export declare const PaginationLocator: {
1579
1579
  debug: (maxLength?: number | undefined, options?: {
1580
1580
  highlight: boolean;
1581
1581
  } | undefined) => void;
1582
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
1582
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
1583
1583
  getTextContent: () => string | null;
1584
1584
  getParentNode: () => ParentNode | null;
1585
1585
  parent: () => ParentNode | null;
@@ -1718,7 +1718,7 @@ export declare const PaginationLocator: {
1718
1718
  debug: (maxLength?: number | undefined, options?: {
1719
1719
  highlight: boolean;
1720
1720
  } | undefined) => void;
1721
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
1721
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
1722
1722
  getTextContent: () => string | null;
1723
1723
  getParentNode: () => ParentNode | null;
1724
1724
  parent: () => ParentNode | null;
@@ -1860,7 +1860,7 @@ export declare const PaginationLocator: {
1860
1860
  debug: (maxLength?: number | undefined, options?: {
1861
1861
  highlight: boolean;
1862
1862
  } | undefined) => void;
1863
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
1863
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
1864
1864
  getTextContent: () => string | null;
1865
1865
  getParentNode: () => ParentNode | null;
1866
1866
  parent: () => ParentNode | null;
@@ -2003,7 +2003,7 @@ export declare const PaginationLocator: {
2003
2003
  debug: (maxLength?: number | undefined, options?: {
2004
2004
  highlight: boolean;
2005
2005
  } | undefined) => void;
2006
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
2006
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
2007
2007
  getTextContent: () => string | null;
2008
2008
  getParentNode: () => ParentNode | null;
2009
2009
  parent: () => ParentNode | null;
@@ -2142,7 +2142,7 @@ export declare const PaginationLocator: {
2142
2142
  debug: (maxLength?: number | undefined, options?: {
2143
2143
  highlight: boolean;
2144
2144
  } | undefined) => void;
2145
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
2145
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
2146
2146
  getTextContent: () => string | null;
2147
2147
  getParentNode: () => ParentNode | null;
2148
2148
  parent: () => ParentNode | null;
@@ -2281,7 +2281,7 @@ export declare const PaginationLocator: {
2281
2281
  debug: (maxLength?: number | undefined, options?: {
2282
2282
  highlight: boolean;
2283
2283
  } | undefined) => void;
2284
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
2284
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
2285
2285
  getTextContent: () => string | null;
2286
2286
  getParentNode: () => ParentNode | null;
2287
2287
  parent: () => ParentNode | null;
@@ -2420,7 +2420,7 @@ export declare const PaginationLocator: {
2420
2420
  debug: (maxLength?: number | undefined, options?: {
2421
2421
  highlight: boolean;
2422
2422
  } | undefined) => void;
2423
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
2423
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
2424
2424
  getTextContent: () => string | null;
2425
2425
  getParentNode: () => ParentNode | null;
2426
2426
  parent: () => ParentNode | null;
@@ -2562,7 +2562,7 @@ export declare const PaginationLocator: {
2562
2562
  debug: (maxLength?: number | undefined, options?: {
2563
2563
  highlight: boolean;
2564
2564
  } | undefined) => void;
2565
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
2565
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
2566
2566
  getTextContent: () => string | null;
2567
2567
  getParentNode: () => ParentNode | null;
2568
2568
  parent: () => ParentNode | null;
@@ -2705,7 +2705,7 @@ export declare const PaginationLocator: {
2705
2705
  debug: (maxLength?: number | undefined, options?: {
2706
2706
  highlight: boolean;
2707
2707
  } | undefined) => void;
2708
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
2708
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
2709
2709
  getTextContent: () => string | null;
2710
2710
  getParentNode: () => ParentNode | null;
2711
2711
  parent: () => ParentNode | null;
@@ -2844,7 +2844,7 @@ export declare const PaginationLocator: {
2844
2844
  debug: (maxLength?: number | undefined, options?: {
2845
2845
  highlight: boolean;
2846
2846
  } | undefined) => void;
2847
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
2847
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
2848
2848
  getTextContent: () => string | null;
2849
2849
  getParentNode: () => ParentNode | null;
2850
2850
  parent: () => ParentNode | null;
@@ -2983,7 +2983,7 @@ export declare const PaginationLocator: {
2983
2983
  debug: (maxLength?: number | undefined, options?: {
2984
2984
  highlight: boolean;
2985
2985
  } | undefined) => void;
2986
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
2986
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
2987
2987
  getTextContent: () => string | null;
2988
2988
  getParentNode: () => ParentNode | null;
2989
2989
  parent: () => ParentNode | null;
@@ -3122,7 +3122,7 @@ export declare const PaginationLocator: {
3122
3122
  debug: (maxLength?: number | undefined, options?: {
3123
3123
  highlight: boolean;
3124
3124
  } | undefined) => void;
3125
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
3125
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
3126
3126
  getTextContent: () => string | null;
3127
3127
  getParentNode: () => ParentNode | null;
3128
3128
  parent: () => ParentNode | null;
@@ -3264,7 +3264,7 @@ export declare const PaginationLocator: {
3264
3264
  debug: (maxLength?: number | undefined, options?: {
3265
3265
  highlight: boolean;
3266
3266
  } | undefined) => void;
3267
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
3267
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
3268
3268
  getTextContent: () => string | null;
3269
3269
  getParentNode: () => ParentNode | null;
3270
3270
  parent: () => ParentNode | null;
@@ -39,7 +39,7 @@ export declare const PaginationPageInputLocator: {
39
39
  debug: (maxLength?: number | undefined, options?: {
40
40
  highlight: boolean;
41
41
  } | undefined) => void;
42
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
42
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
43
43
  getTextContent: () => string | null;
44
44
  getParentNode: () => ParentNode | null;
45
45
  parent: () => ParentNode | null;
@@ -181,7 +181,7 @@ export declare const PaginationPageInputLocator: {
181
181
  debug: (maxLength?: number | undefined, options?: {
182
182
  highlight: boolean;
183
183
  } | undefined) => void;
184
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
184
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
185
185
  getTextContent: () => string | null;
186
186
  getParentNode: () => ParentNode | null;
187
187
  parent: () => ParentNode | null;
@@ -323,7 +323,7 @@ export declare const PaginationPageInputLocator: {
323
323
  debug: (maxLength?: number | undefined, options?: {
324
324
  highlight: boolean;
325
325
  } | undefined) => void;
326
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
326
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
327
327
  getTextContent: () => string | null;
328
328
  getParentNode: () => ParentNode | null;
329
329
  parent: () => ParentNode | null;
@@ -465,7 +465,7 @@ export declare const PaginationPageInputLocator: {
465
465
  debug: (maxLength?: number | undefined, options?: {
466
466
  highlight: boolean;
467
467
  } | undefined) => void;
468
- accessible: (options?: Record<string, unknown> | undefined) => Promise<boolean>;
468
+ accessible: (options?: Record<string, unknown> | undefined) => Promise<true | Error>;
469
469
  getTextContent: () => string | null;
470
470
  getParentNode: () => ParentNode | null;
471
471
  parent: () => ParentNode | null;