@instructure/ui-pagination 8.25.1-snapshot.0 → 8.26.0
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/CHANGELOG.md +4 -0
- package/package.json +22 -23
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Pagination/PaginationArrowButton/PaginationArrowButtonLocator.d.ts +4 -4
- package/types/Pagination/PaginationLocator.d.ts +24 -24
- package/types/Pagination/PaginationPageInput/PaginationPageInputLocator.d.ts +4 -4
- package/LICENSE.md +0 -27
|
@@ -23,10 +23,10 @@ export declare const PaginationArrowButtonLocator: {
|
|
|
23
23
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
24
24
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
25
25
|
} & {
|
|
26
|
+
visible: () => boolean;
|
|
26
27
|
toString: (maxLength?: number | undefined, options?: {
|
|
27
28
|
highlight: boolean;
|
|
28
29
|
} | undefined) => string;
|
|
29
|
-
visible: () => boolean;
|
|
30
30
|
getId: () => string;
|
|
31
31
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
32
32
|
getOwnerDocument: () => Document;
|
|
@@ -165,10 +165,10 @@ export declare const PaginationArrowButtonLocator: {
|
|
|
165
165
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
166
166
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
167
167
|
} & {
|
|
168
|
+
visible: () => boolean;
|
|
168
169
|
toString: (maxLength?: number | undefined, options?: {
|
|
169
170
|
highlight: boolean;
|
|
170
171
|
} | undefined) => string;
|
|
171
|
-
visible: () => boolean;
|
|
172
172
|
getId: () => string;
|
|
173
173
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
174
174
|
getOwnerDocument: () => Document;
|
|
@@ -307,10 +307,10 @@ export declare const PaginationArrowButtonLocator: {
|
|
|
307
307
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
308
308
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
309
309
|
} & {
|
|
310
|
+
visible: () => boolean;
|
|
310
311
|
toString: (maxLength?: number | undefined, options?: {
|
|
311
312
|
highlight: boolean;
|
|
312
313
|
} | undefined) => string;
|
|
313
|
-
visible: () => boolean;
|
|
314
314
|
getId: () => string;
|
|
315
315
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
316
316
|
getOwnerDocument: () => Document;
|
|
@@ -449,10 +449,10 @@ export declare const PaginationArrowButtonLocator: {
|
|
|
449
449
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
450
450
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
451
451
|
} & {
|
|
452
|
+
visible: () => boolean;
|
|
452
453
|
toString: (maxLength?: number | undefined, options?: {
|
|
453
454
|
highlight: boolean;
|
|
454
455
|
} | undefined) => string;
|
|
455
|
-
visible: () => boolean;
|
|
456
456
|
getId: () => string;
|
|
457
457
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
458
458
|
getOwnerDocument: () => Document;
|
|
@@ -13,10 +13,10 @@ export declare const PaginationLocator: {
|
|
|
13
13
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
14
14
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
15
15
|
} & {
|
|
16
|
+
visible: () => boolean;
|
|
16
17
|
toString: (maxLength?: number | undefined, options?: {
|
|
17
18
|
highlight: boolean;
|
|
18
19
|
} | undefined) => string;
|
|
19
|
-
visible: () => boolean;
|
|
20
20
|
getId: () => string;
|
|
21
21
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
22
22
|
getOwnerDocument: () => Document;
|
|
@@ -152,10 +152,10 @@ export declare const PaginationLocator: {
|
|
|
152
152
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
153
153
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
154
154
|
} & {
|
|
155
|
+
visible: () => boolean;
|
|
155
156
|
toString: (maxLength?: number | undefined, options?: {
|
|
156
157
|
highlight: boolean;
|
|
157
158
|
} | undefined) => string;
|
|
158
|
-
visible: () => boolean;
|
|
159
159
|
getId: () => string;
|
|
160
160
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
161
161
|
getOwnerDocument: () => Document;
|
|
@@ -291,10 +291,10 @@ export declare const PaginationLocator: {
|
|
|
291
291
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
292
292
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
293
293
|
} & {
|
|
294
|
+
visible: () => boolean;
|
|
294
295
|
toString: (maxLength?: number | undefined, options?: {
|
|
295
296
|
highlight: boolean;
|
|
296
297
|
} | undefined) => string;
|
|
297
|
-
visible: () => boolean;
|
|
298
298
|
getId: () => string;
|
|
299
299
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
300
300
|
getOwnerDocument: () => Document;
|
|
@@ -433,10 +433,10 @@ export declare const PaginationLocator: {
|
|
|
433
433
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
434
434
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
435
435
|
} & {
|
|
436
|
+
visible: () => boolean;
|
|
436
437
|
toString: (maxLength?: number | undefined, options?: {
|
|
437
438
|
highlight: boolean;
|
|
438
439
|
} | undefined) => string;
|
|
439
|
-
visible: () => boolean;
|
|
440
440
|
getId: () => string;
|
|
441
441
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
442
442
|
getOwnerDocument: () => Document;
|
|
@@ -582,10 +582,10 @@ export declare const PaginationLocator: {
|
|
|
582
582
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
583
583
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
584
584
|
} & {
|
|
585
|
+
visible: () => boolean;
|
|
585
586
|
toString: (maxLength?: number | undefined, options?: {
|
|
586
587
|
highlight: boolean;
|
|
587
588
|
} | undefined) => string;
|
|
588
|
-
visible: () => boolean;
|
|
589
589
|
getId: () => string;
|
|
590
590
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
591
591
|
getOwnerDocument: () => Document;
|
|
@@ -721,10 +721,10 @@ export declare const PaginationLocator: {
|
|
|
721
721
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
722
722
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
723
723
|
} & {
|
|
724
|
+
visible: () => boolean;
|
|
724
725
|
toString: (maxLength?: number | undefined, options?: {
|
|
725
726
|
highlight: boolean;
|
|
726
727
|
} | undefined) => string;
|
|
727
|
-
visible: () => boolean;
|
|
728
728
|
getId: () => string;
|
|
729
729
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
730
730
|
getOwnerDocument: () => Document;
|
|
@@ -860,10 +860,10 @@ export declare const PaginationLocator: {
|
|
|
860
860
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
861
861
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
862
862
|
} & {
|
|
863
|
+
visible: () => boolean;
|
|
863
864
|
toString: (maxLength?: number | undefined, options?: {
|
|
864
865
|
highlight: boolean;
|
|
865
866
|
} | undefined) => string;
|
|
866
|
-
visible: () => boolean;
|
|
867
867
|
getId: () => string;
|
|
868
868
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
869
869
|
getOwnerDocument: () => Document;
|
|
@@ -999,10 +999,10 @@ export declare const PaginationLocator: {
|
|
|
999
999
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1000
1000
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1001
1001
|
} & {
|
|
1002
|
+
visible: () => boolean;
|
|
1002
1003
|
toString: (maxLength?: number | undefined, options?: {
|
|
1003
1004
|
highlight: boolean;
|
|
1004
1005
|
} | undefined) => string;
|
|
1005
|
-
visible: () => boolean;
|
|
1006
1006
|
getId: () => string;
|
|
1007
1007
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1008
1008
|
getOwnerDocument: () => Document;
|
|
@@ -1141,10 +1141,10 @@ export declare const PaginationLocator: {
|
|
|
1141
1141
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1142
1142
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1143
1143
|
} & {
|
|
1144
|
+
visible: () => boolean;
|
|
1144
1145
|
toString: (maxLength?: number | undefined, options?: {
|
|
1145
1146
|
highlight: boolean;
|
|
1146
1147
|
} | undefined) => string;
|
|
1147
|
-
visible: () => boolean;
|
|
1148
1148
|
getId: () => string;
|
|
1149
1149
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1150
1150
|
getOwnerDocument: () => Document;
|
|
@@ -1284,10 +1284,10 @@ export declare const PaginationLocator: {
|
|
|
1284
1284
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1285
1285
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1286
1286
|
} & {
|
|
1287
|
+
visible: () => boolean;
|
|
1287
1288
|
toString: (maxLength?: number | undefined, options?: {
|
|
1288
1289
|
highlight: boolean;
|
|
1289
1290
|
} | undefined) => string;
|
|
1290
|
-
visible: () => boolean;
|
|
1291
1291
|
getId: () => string;
|
|
1292
1292
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1293
1293
|
getOwnerDocument: () => Document;
|
|
@@ -1423,10 +1423,10 @@ export declare const PaginationLocator: {
|
|
|
1423
1423
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1424
1424
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1425
1425
|
} & {
|
|
1426
|
+
visible: () => boolean;
|
|
1426
1427
|
toString: (maxLength?: number | undefined, options?: {
|
|
1427
1428
|
highlight: boolean;
|
|
1428
1429
|
} | undefined) => string;
|
|
1429
|
-
visible: () => boolean;
|
|
1430
1430
|
getId: () => string;
|
|
1431
1431
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1432
1432
|
getOwnerDocument: () => Document;
|
|
@@ -1562,10 +1562,10 @@ export declare const PaginationLocator: {
|
|
|
1562
1562
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1563
1563
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1564
1564
|
} & {
|
|
1565
|
+
visible: () => boolean;
|
|
1565
1566
|
toString: (maxLength?: number | undefined, options?: {
|
|
1566
1567
|
highlight: boolean;
|
|
1567
1568
|
} | undefined) => string;
|
|
1568
|
-
visible: () => boolean;
|
|
1569
1569
|
getId: () => string;
|
|
1570
1570
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1571
1571
|
getOwnerDocument: () => Document;
|
|
@@ -1701,10 +1701,10 @@ export declare const PaginationLocator: {
|
|
|
1701
1701
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1702
1702
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1703
1703
|
} & {
|
|
1704
|
+
visible: () => boolean;
|
|
1704
1705
|
toString: (maxLength?: number | undefined, options?: {
|
|
1705
1706
|
highlight: boolean;
|
|
1706
1707
|
} | undefined) => string;
|
|
1707
|
-
visible: () => boolean;
|
|
1708
1708
|
getId: () => string;
|
|
1709
1709
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1710
1710
|
getOwnerDocument: () => Document;
|
|
@@ -1843,10 +1843,10 @@ export declare const PaginationLocator: {
|
|
|
1843
1843
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1844
1844
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1845
1845
|
} & {
|
|
1846
|
+
visible: () => boolean;
|
|
1846
1847
|
toString: (maxLength?: number | undefined, options?: {
|
|
1847
1848
|
highlight: boolean;
|
|
1848
1849
|
} | undefined) => string;
|
|
1849
|
-
visible: () => boolean;
|
|
1850
1850
|
getId: () => string;
|
|
1851
1851
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1852
1852
|
getOwnerDocument: () => Document;
|
|
@@ -1986,10 +1986,10 @@ export declare const PaginationLocator: {
|
|
|
1986
1986
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1987
1987
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1988
1988
|
} & {
|
|
1989
|
+
visible: () => boolean;
|
|
1989
1990
|
toString: (maxLength?: number | undefined, options?: {
|
|
1990
1991
|
highlight: boolean;
|
|
1991
1992
|
} | undefined) => string;
|
|
1992
|
-
visible: () => boolean;
|
|
1993
1993
|
getId: () => string;
|
|
1994
1994
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1995
1995
|
getOwnerDocument: () => Document;
|
|
@@ -2125,10 +2125,10 @@ export declare const PaginationLocator: {
|
|
|
2125
2125
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2126
2126
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2127
2127
|
} & {
|
|
2128
|
+
visible: () => boolean;
|
|
2128
2129
|
toString: (maxLength?: number | undefined, options?: {
|
|
2129
2130
|
highlight: boolean;
|
|
2130
2131
|
} | undefined) => string;
|
|
2131
|
-
visible: () => boolean;
|
|
2132
2132
|
getId: () => string;
|
|
2133
2133
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2134
2134
|
getOwnerDocument: () => Document;
|
|
@@ -2264,10 +2264,10 @@ export declare const PaginationLocator: {
|
|
|
2264
2264
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2265
2265
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2266
2266
|
} & {
|
|
2267
|
+
visible: () => boolean;
|
|
2267
2268
|
toString: (maxLength?: number | undefined, options?: {
|
|
2268
2269
|
highlight: boolean;
|
|
2269
2270
|
} | undefined) => string;
|
|
2270
|
-
visible: () => boolean;
|
|
2271
2271
|
getId: () => string;
|
|
2272
2272
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2273
2273
|
getOwnerDocument: () => Document;
|
|
@@ -2403,10 +2403,10 @@ export declare const PaginationLocator: {
|
|
|
2403
2403
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2404
2404
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2405
2405
|
} & {
|
|
2406
|
+
visible: () => boolean;
|
|
2406
2407
|
toString: (maxLength?: number | undefined, options?: {
|
|
2407
2408
|
highlight: boolean;
|
|
2408
2409
|
} | undefined) => string;
|
|
2409
|
-
visible: () => boolean;
|
|
2410
2410
|
getId: () => string;
|
|
2411
2411
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2412
2412
|
getOwnerDocument: () => Document;
|
|
@@ -2545,10 +2545,10 @@ export declare const PaginationLocator: {
|
|
|
2545
2545
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2546
2546
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2547
2547
|
} & {
|
|
2548
|
+
visible: () => boolean;
|
|
2548
2549
|
toString: (maxLength?: number | undefined, options?: {
|
|
2549
2550
|
highlight: boolean;
|
|
2550
2551
|
} | undefined) => string;
|
|
2551
|
-
visible: () => boolean;
|
|
2552
2552
|
getId: () => string;
|
|
2553
2553
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2554
2554
|
getOwnerDocument: () => Document;
|
|
@@ -2688,10 +2688,10 @@ export declare const PaginationLocator: {
|
|
|
2688
2688
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2689
2689
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2690
2690
|
} & {
|
|
2691
|
+
visible: () => boolean;
|
|
2691
2692
|
toString: (maxLength?: number | undefined, options?: {
|
|
2692
2693
|
highlight: boolean;
|
|
2693
2694
|
} | undefined) => string;
|
|
2694
|
-
visible: () => boolean;
|
|
2695
2695
|
getId: () => string;
|
|
2696
2696
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2697
2697
|
getOwnerDocument: () => Document;
|
|
@@ -2827,10 +2827,10 @@ export declare const PaginationLocator: {
|
|
|
2827
2827
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2828
2828
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2829
2829
|
} & {
|
|
2830
|
+
visible: () => boolean;
|
|
2830
2831
|
toString: (maxLength?: number | undefined, options?: {
|
|
2831
2832
|
highlight: boolean;
|
|
2832
2833
|
} | undefined) => string;
|
|
2833
|
-
visible: () => boolean;
|
|
2834
2834
|
getId: () => string;
|
|
2835
2835
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2836
2836
|
getOwnerDocument: () => Document;
|
|
@@ -2966,10 +2966,10 @@ export declare const PaginationLocator: {
|
|
|
2966
2966
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2967
2967
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2968
2968
|
} & {
|
|
2969
|
+
visible: () => boolean;
|
|
2969
2970
|
toString: (maxLength?: number | undefined, options?: {
|
|
2970
2971
|
highlight: boolean;
|
|
2971
2972
|
} | undefined) => string;
|
|
2972
|
-
visible: () => boolean;
|
|
2973
2973
|
getId: () => string;
|
|
2974
2974
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2975
2975
|
getOwnerDocument: () => Document;
|
|
@@ -3105,10 +3105,10 @@ export declare const PaginationLocator: {
|
|
|
3105
3105
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3106
3106
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3107
3107
|
} & {
|
|
3108
|
+
visible: () => boolean;
|
|
3108
3109
|
toString: (maxLength?: number | undefined, options?: {
|
|
3109
3110
|
highlight: boolean;
|
|
3110
3111
|
} | undefined) => string;
|
|
3111
|
-
visible: () => boolean;
|
|
3112
3112
|
getId: () => string;
|
|
3113
3113
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3114
3114
|
getOwnerDocument: () => Document;
|
|
@@ -3247,10 +3247,10 @@ export declare const PaginationLocator: {
|
|
|
3247
3247
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3248
3248
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3249
3249
|
} & {
|
|
3250
|
+
visible: () => boolean;
|
|
3250
3251
|
toString: (maxLength?: number | undefined, options?: {
|
|
3251
3252
|
highlight: boolean;
|
|
3252
3253
|
} | undefined) => string;
|
|
3253
|
-
visible: () => boolean;
|
|
3254
3254
|
getId: () => string;
|
|
3255
3255
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3256
3256
|
getOwnerDocument: () => Document;
|
|
@@ -22,10 +22,10 @@ export declare const PaginationPageInputLocator: {
|
|
|
22
22
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
23
23
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
24
24
|
} & {
|
|
25
|
+
visible: () => boolean;
|
|
25
26
|
toString: (maxLength?: number | undefined, options?: {
|
|
26
27
|
highlight: boolean;
|
|
27
28
|
} | undefined) => string;
|
|
28
|
-
visible: () => boolean;
|
|
29
29
|
getId: () => string;
|
|
30
30
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
31
31
|
getOwnerDocument: () => Document;
|
|
@@ -164,10 +164,10 @@ export declare const PaginationPageInputLocator: {
|
|
|
164
164
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
165
165
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
166
166
|
} & {
|
|
167
|
+
visible: () => boolean;
|
|
167
168
|
toString: (maxLength?: number | undefined, options?: {
|
|
168
169
|
highlight: boolean;
|
|
169
170
|
} | undefined) => string;
|
|
170
|
-
visible: () => boolean;
|
|
171
171
|
getId: () => string;
|
|
172
172
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
173
173
|
getOwnerDocument: () => Document;
|
|
@@ -306,10 +306,10 @@ export declare const PaginationPageInputLocator: {
|
|
|
306
306
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
307
307
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
308
308
|
} & {
|
|
309
|
+
visible: () => boolean;
|
|
309
310
|
toString: (maxLength?: number | undefined, options?: {
|
|
310
311
|
highlight: boolean;
|
|
311
312
|
} | undefined) => string;
|
|
312
|
-
visible: () => boolean;
|
|
313
313
|
getId: () => string;
|
|
314
314
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
315
315
|
getOwnerDocument: () => Document;
|
|
@@ -448,10 +448,10 @@ export declare const PaginationPageInputLocator: {
|
|
|
448
448
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
449
449
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
450
450
|
} & {
|
|
451
|
+
visible: () => boolean;
|
|
451
452
|
toString: (maxLength?: number | undefined, options?: {
|
|
452
453
|
highlight: boolean;
|
|
453
454
|
} | undefined) => string;
|
|
454
|
-
visible: () => boolean;
|
|
455
455
|
getId: () => string;
|
|
456
456
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
457
457
|
getOwnerDocument: () => Document;
|
package/LICENSE.md
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: The MIT License (MIT)
|
|
3
|
-
category: Getting Started
|
|
4
|
-
order: 9
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# The MIT License (MIT)
|
|
8
|
-
|
|
9
|
-
Copyright (c) 2015 Instructure, Inc.
|
|
10
|
-
|
|
11
|
-
**Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
-
in the Software without restriction, including without limitation the rights
|
|
14
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
-
furnished to do so, subject to the following conditions.**
|
|
17
|
-
|
|
18
|
-
The above copyright notice and this permission notice shall be included in all
|
|
19
|
-
copies or substantial portions of the Software.
|
|
20
|
-
|
|
21
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
-
SOFTWARE.
|