@instructure/ui-menu 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/es/Menu/MenuItem/index.js +1 -1
- package/lib/Menu/MenuItem/index.js +3 -1
- package/package.json +20 -21
- package/src/Menu/MenuItem/index.tsx +2 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Menu/MenuItem/MenuItemLocator.d.ts +4 -4
- package/types/Menu/MenuItem/index.d.ts +14 -12
- package/types/Menu/MenuItem/index.d.ts.map +1 -1
- package/types/Menu/MenuItemGroup/MenuItemGroupLocator.d.ts +14 -14
- package/types/Menu/MenuLocator.d.ts +44 -44
- package/LICENSE.md +0 -27
|
@@ -15,10 +15,10 @@ declare const MenuLocator: {
|
|
|
15
15
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
16
16
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
17
17
|
} & {
|
|
18
|
+
visible: () => boolean;
|
|
18
19
|
toString: (maxLength?: number | undefined, options?: {
|
|
19
20
|
highlight: boolean;
|
|
20
21
|
} | undefined) => string;
|
|
21
|
-
visible: () => boolean;
|
|
22
22
|
getId: () => string;
|
|
23
23
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
24
24
|
getOwnerDocument: () => Document;
|
|
@@ -154,10 +154,10 @@ declare const MenuLocator: {
|
|
|
154
154
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
155
155
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
156
156
|
} & {
|
|
157
|
+
visible: () => boolean;
|
|
157
158
|
toString: (maxLength?: number | undefined, options?: {
|
|
158
159
|
highlight: boolean;
|
|
159
160
|
} | undefined) => string;
|
|
160
|
-
visible: () => boolean;
|
|
161
161
|
getId: () => string;
|
|
162
162
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
163
163
|
getOwnerDocument: () => Document;
|
|
@@ -293,10 +293,10 @@ declare const MenuLocator: {
|
|
|
293
293
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
294
294
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
295
295
|
} & {
|
|
296
|
+
visible: () => boolean;
|
|
296
297
|
toString: (maxLength?: number | undefined, options?: {
|
|
297
298
|
highlight: boolean;
|
|
298
299
|
} | undefined) => string;
|
|
299
|
-
visible: () => boolean;
|
|
300
300
|
getId: () => string;
|
|
301
301
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
302
302
|
getOwnerDocument: () => Document;
|
|
@@ -432,10 +432,10 @@ declare const MenuLocator: {
|
|
|
432
432
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
433
433
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
434
434
|
} & {
|
|
435
|
+
visible: () => boolean;
|
|
435
436
|
toString: (maxLength?: number | undefined, options?: {
|
|
436
437
|
highlight: boolean;
|
|
437
438
|
} | undefined) => string;
|
|
438
|
-
visible: () => boolean;
|
|
439
439
|
getId: () => string;
|
|
440
440
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
441
441
|
getOwnerDocument: () => Document;
|
|
@@ -571,10 +571,10 @@ declare const MenuLocator: {
|
|
|
571
571
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
572
572
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
573
573
|
} & {
|
|
574
|
+
visible: () => boolean;
|
|
574
575
|
toString: (maxLength?: number | undefined, options?: {
|
|
575
576
|
highlight: boolean;
|
|
576
577
|
} | undefined) => string;
|
|
577
|
-
visible: () => boolean;
|
|
578
578
|
getId: () => string;
|
|
579
579
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
580
580
|
getOwnerDocument: () => Document;
|
|
@@ -711,10 +711,10 @@ declare const MenuLocator: {
|
|
|
711
711
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
712
712
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
713
713
|
} & {
|
|
714
|
+
visible: () => boolean;
|
|
714
715
|
toString: (maxLength?: number | undefined, options?: {
|
|
715
716
|
highlight: boolean;
|
|
716
717
|
} | undefined) => string;
|
|
717
|
-
visible: () => boolean;
|
|
718
718
|
getId: () => string;
|
|
719
719
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
720
720
|
getOwnerDocument: () => Document;
|
|
@@ -850,10 +850,10 @@ declare const MenuLocator: {
|
|
|
850
850
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
851
851
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
852
852
|
} & {
|
|
853
|
+
visible: () => boolean;
|
|
853
854
|
toString: (maxLength?: number | undefined, options?: {
|
|
854
855
|
highlight: boolean;
|
|
855
856
|
} | undefined) => string;
|
|
856
|
-
visible: () => boolean;
|
|
857
857
|
getId: () => string;
|
|
858
858
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
859
859
|
getOwnerDocument: () => Document;
|
|
@@ -989,10 +989,10 @@ declare const MenuLocator: {
|
|
|
989
989
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
990
990
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
991
991
|
} & {
|
|
992
|
+
visible: () => boolean;
|
|
992
993
|
toString: (maxLength?: number | undefined, options?: {
|
|
993
994
|
highlight: boolean;
|
|
994
995
|
} | undefined) => string;
|
|
995
|
-
visible: () => boolean;
|
|
996
996
|
getId: () => string;
|
|
997
997
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
998
998
|
getOwnerDocument: () => Document;
|
|
@@ -1138,10 +1138,10 @@ declare const MenuLocator: {
|
|
|
1138
1138
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1139
1139
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1140
1140
|
} & {
|
|
1141
|
+
visible: () => boolean;
|
|
1141
1142
|
toString: (maxLength?: number | undefined, options?: {
|
|
1142
1143
|
highlight: boolean;
|
|
1143
1144
|
} | undefined) => string;
|
|
1144
|
-
visible: () => boolean;
|
|
1145
1145
|
getId: () => string;
|
|
1146
1146
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1147
1147
|
getOwnerDocument: () => Document;
|
|
@@ -1277,10 +1277,10 @@ declare const MenuLocator: {
|
|
|
1277
1277
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1278
1278
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1279
1279
|
} & {
|
|
1280
|
+
visible: () => boolean;
|
|
1280
1281
|
toString: (maxLength?: number | undefined, options?: {
|
|
1281
1282
|
highlight: boolean;
|
|
1282
1283
|
} | undefined) => string;
|
|
1283
|
-
visible: () => boolean;
|
|
1284
1284
|
getId: () => string;
|
|
1285
1285
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1286
1286
|
getOwnerDocument: () => Document;
|
|
@@ -1416,10 +1416,10 @@ declare const MenuLocator: {
|
|
|
1416
1416
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1417
1417
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1418
1418
|
} & {
|
|
1419
|
+
visible: () => boolean;
|
|
1419
1420
|
toString: (maxLength?: number | undefined, options?: {
|
|
1420
1421
|
highlight: boolean;
|
|
1421
1422
|
} | undefined) => string;
|
|
1422
|
-
visible: () => boolean;
|
|
1423
1423
|
getId: () => string;
|
|
1424
1424
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1425
1425
|
getOwnerDocument: () => Document;
|
|
@@ -1555,10 +1555,10 @@ declare const MenuLocator: {
|
|
|
1555
1555
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1556
1556
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1557
1557
|
} & {
|
|
1558
|
+
visible: () => boolean;
|
|
1558
1559
|
toString: (maxLength?: number | undefined, options?: {
|
|
1559
1560
|
highlight: boolean;
|
|
1560
1561
|
} | undefined) => string;
|
|
1561
|
-
visible: () => boolean;
|
|
1562
1562
|
getId: () => string;
|
|
1563
1563
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1564
1564
|
getOwnerDocument: () => Document;
|
|
@@ -1694,10 +1694,10 @@ declare const MenuLocator: {
|
|
|
1694
1694
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1695
1695
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1696
1696
|
} & {
|
|
1697
|
+
visible: () => boolean;
|
|
1697
1698
|
toString: (maxLength?: number | undefined, options?: {
|
|
1698
1699
|
highlight: boolean;
|
|
1699
1700
|
} | undefined) => string;
|
|
1700
|
-
visible: () => boolean;
|
|
1701
1701
|
getId: () => string;
|
|
1702
1702
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1703
1703
|
getOwnerDocument: () => Document;
|
|
@@ -1833,10 +1833,10 @@ declare const MenuLocator: {
|
|
|
1833
1833
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1834
1834
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1835
1835
|
} & {
|
|
1836
|
+
visible: () => boolean;
|
|
1836
1837
|
toString: (maxLength?: number | undefined, options?: {
|
|
1837
1838
|
highlight: boolean;
|
|
1838
1839
|
} | undefined) => string;
|
|
1839
|
-
visible: () => boolean;
|
|
1840
1840
|
getId: () => string;
|
|
1841
1841
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1842
1842
|
getOwnerDocument: () => Document;
|
|
@@ -1973,10 +1973,10 @@ declare const MenuLocator: {
|
|
|
1973
1973
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1974
1974
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1975
1975
|
} & {
|
|
1976
|
+
visible: () => boolean;
|
|
1976
1977
|
toString: (maxLength?: number | undefined, options?: {
|
|
1977
1978
|
highlight: boolean;
|
|
1978
1979
|
} | undefined) => string;
|
|
1979
|
-
visible: () => boolean;
|
|
1980
1980
|
getId: () => string;
|
|
1981
1981
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1982
1982
|
getOwnerDocument: () => Document;
|
|
@@ -2112,10 +2112,10 @@ declare const MenuLocator: {
|
|
|
2112
2112
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2113
2113
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2114
2114
|
} & {
|
|
2115
|
+
visible: () => boolean;
|
|
2115
2116
|
toString: (maxLength?: number | undefined, options?: {
|
|
2116
2117
|
highlight: boolean;
|
|
2117
2118
|
} | undefined) => string;
|
|
2118
|
-
visible: () => boolean;
|
|
2119
2119
|
getId: () => string;
|
|
2120
2120
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2121
2121
|
getOwnerDocument: () => Document;
|
|
@@ -2251,10 +2251,10 @@ declare const MenuLocator: {
|
|
|
2251
2251
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2252
2252
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2253
2253
|
} & {
|
|
2254
|
+
visible: () => boolean;
|
|
2254
2255
|
toString: (maxLength?: number | undefined, options?: {
|
|
2255
2256
|
highlight: boolean;
|
|
2256
2257
|
} | undefined) => string;
|
|
2257
|
-
visible: () => boolean;
|
|
2258
2258
|
getId: () => string;
|
|
2259
2259
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2260
2260
|
getOwnerDocument: () => Document;
|
|
@@ -2394,10 +2394,10 @@ declare const MenuLocator: {
|
|
|
2394
2394
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2395
2395
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2396
2396
|
} & {
|
|
2397
|
+
visible: () => boolean;
|
|
2397
2398
|
toString: (maxLength?: number | undefined, options?: {
|
|
2398
2399
|
highlight: boolean;
|
|
2399
2400
|
} | undefined) => string;
|
|
2400
|
-
visible: () => boolean;
|
|
2401
2401
|
getId: () => string;
|
|
2402
2402
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2403
2403
|
getOwnerDocument: () => Document;
|
|
@@ -2533,10 +2533,10 @@ declare const MenuLocator: {
|
|
|
2533
2533
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2534
2534
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2535
2535
|
} & {
|
|
2536
|
+
visible: () => boolean;
|
|
2536
2537
|
toString: (maxLength?: number | undefined, options?: {
|
|
2537
2538
|
highlight: boolean;
|
|
2538
2539
|
} | undefined) => string;
|
|
2539
|
-
visible: () => boolean;
|
|
2540
2540
|
getId: () => string;
|
|
2541
2541
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2542
2542
|
getOwnerDocument: () => Document;
|
|
@@ -2672,10 +2672,10 @@ declare const MenuLocator: {
|
|
|
2672
2672
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2673
2673
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2674
2674
|
} & {
|
|
2675
|
+
visible: () => boolean;
|
|
2675
2676
|
toString: (maxLength?: number | undefined, options?: {
|
|
2676
2677
|
highlight: boolean;
|
|
2677
2678
|
} | undefined) => string;
|
|
2678
|
-
visible: () => boolean;
|
|
2679
2679
|
getId: () => string;
|
|
2680
2680
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2681
2681
|
getOwnerDocument: () => Document;
|
|
@@ -2811,10 +2811,10 @@ declare const MenuLocator: {
|
|
|
2811
2811
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2812
2812
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2813
2813
|
} & {
|
|
2814
|
+
visible: () => boolean;
|
|
2814
2815
|
toString: (maxLength?: number | undefined, options?: {
|
|
2815
2816
|
highlight: boolean;
|
|
2816
2817
|
} | undefined) => string;
|
|
2817
|
-
visible: () => boolean;
|
|
2818
2818
|
getId: () => string;
|
|
2819
2819
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2820
2820
|
getOwnerDocument: () => Document;
|
|
@@ -2950,10 +2950,10 @@ declare const MenuLocator: {
|
|
|
2950
2950
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
2951
2951
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
2952
2952
|
} & {
|
|
2953
|
+
visible: () => boolean;
|
|
2953
2954
|
toString: (maxLength?: number | undefined, options?: {
|
|
2954
2955
|
highlight: boolean;
|
|
2955
2956
|
} | undefined) => string;
|
|
2956
|
-
visible: () => boolean;
|
|
2957
2957
|
getId: () => string;
|
|
2958
2958
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
2959
2959
|
getOwnerDocument: () => Document;
|
|
@@ -3089,10 +3089,10 @@ declare const MenuLocator: {
|
|
|
3089
3089
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3090
3090
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3091
3091
|
} & {
|
|
3092
|
+
visible: () => boolean;
|
|
3092
3093
|
toString: (maxLength?: number | undefined, options?: {
|
|
3093
3094
|
highlight: boolean;
|
|
3094
3095
|
} | undefined) => string;
|
|
3095
|
-
visible: () => boolean;
|
|
3096
3096
|
getId: () => string;
|
|
3097
3097
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3098
3098
|
getOwnerDocument: () => Document;
|
|
@@ -3229,10 +3229,10 @@ declare const MenuLocator: {
|
|
|
3229
3229
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3230
3230
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3231
3231
|
} & {
|
|
3232
|
+
visible: () => boolean;
|
|
3232
3233
|
toString: (maxLength?: number | undefined, options?: {
|
|
3233
3234
|
highlight: boolean;
|
|
3234
3235
|
} | undefined) => string;
|
|
3235
|
-
visible: () => boolean;
|
|
3236
3236
|
getId: () => string;
|
|
3237
3237
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3238
3238
|
getOwnerDocument: () => Document;
|
|
@@ -3368,10 +3368,10 @@ declare const MenuLocator: {
|
|
|
3368
3368
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3369
3369
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3370
3370
|
} & {
|
|
3371
|
+
visible: () => boolean;
|
|
3371
3372
|
toString: (maxLength?: number | undefined, options?: {
|
|
3372
3373
|
highlight: boolean;
|
|
3373
3374
|
} | undefined) => string;
|
|
3374
|
-
visible: () => boolean;
|
|
3375
3375
|
getId: () => string;
|
|
3376
3376
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3377
3377
|
getOwnerDocument: () => Document;
|
|
@@ -3507,10 +3507,10 @@ declare const MenuLocator: {
|
|
|
3507
3507
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3508
3508
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3509
3509
|
} & {
|
|
3510
|
+
visible: () => boolean;
|
|
3510
3511
|
toString: (maxLength?: number | undefined, options?: {
|
|
3511
3512
|
highlight: boolean;
|
|
3512
3513
|
} | undefined) => string;
|
|
3513
|
-
visible: () => boolean;
|
|
3514
3514
|
getId: () => string;
|
|
3515
3515
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3516
3516
|
getOwnerDocument: () => Document;
|
|
@@ -3650,10 +3650,10 @@ declare const MenuLocator: {
|
|
|
3650
3650
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3651
3651
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3652
3652
|
} & {
|
|
3653
|
+
visible: () => boolean;
|
|
3653
3654
|
toString: (maxLength?: number | undefined, options?: {
|
|
3654
3655
|
highlight: boolean;
|
|
3655
3656
|
} | undefined) => string;
|
|
3656
|
-
visible: () => boolean;
|
|
3657
3657
|
getId: () => string;
|
|
3658
3658
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3659
3659
|
getOwnerDocument: () => Document;
|
|
@@ -3789,10 +3789,10 @@ declare const MenuLocator: {
|
|
|
3789
3789
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3790
3790
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3791
3791
|
} & {
|
|
3792
|
+
visible: () => boolean;
|
|
3792
3793
|
toString: (maxLength?: number | undefined, options?: {
|
|
3793
3794
|
highlight: boolean;
|
|
3794
3795
|
} | undefined) => string;
|
|
3795
|
-
visible: () => boolean;
|
|
3796
3796
|
getId: () => string;
|
|
3797
3797
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3798
3798
|
getOwnerDocument: () => Document;
|
|
@@ -3928,10 +3928,10 @@ declare const MenuLocator: {
|
|
|
3928
3928
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
3929
3929
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
3930
3930
|
} & {
|
|
3931
|
+
visible: () => boolean;
|
|
3931
3932
|
toString: (maxLength?: number | undefined, options?: {
|
|
3932
3933
|
highlight: boolean;
|
|
3933
3934
|
} | undefined) => string;
|
|
3934
|
-
visible: () => boolean;
|
|
3935
3935
|
getId: () => string;
|
|
3936
3936
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
3937
3937
|
getOwnerDocument: () => Document;
|
|
@@ -4067,10 +4067,10 @@ declare const MenuLocator: {
|
|
|
4067
4067
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
4068
4068
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
4069
4069
|
} & {
|
|
4070
|
+
visible: () => boolean;
|
|
4070
4071
|
toString: (maxLength?: number | undefined, options?: {
|
|
4071
4072
|
highlight: boolean;
|
|
4072
4073
|
} | undefined) => string;
|
|
4073
|
-
visible: () => boolean;
|
|
4074
4074
|
getId: () => string;
|
|
4075
4075
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
4076
4076
|
getOwnerDocument: () => Document;
|
|
@@ -4206,10 +4206,10 @@ declare const MenuLocator: {
|
|
|
4206
4206
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
4207
4207
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
4208
4208
|
} & {
|
|
4209
|
+
visible: () => boolean;
|
|
4209
4210
|
toString: (maxLength?: number | undefined, options?: {
|
|
4210
4211
|
highlight: boolean;
|
|
4211
4212
|
} | undefined) => string;
|
|
4212
|
-
visible: () => boolean;
|
|
4213
4213
|
getId: () => string;
|
|
4214
4214
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
4215
4215
|
getOwnerDocument: () => Document;
|
|
@@ -4345,10 +4345,10 @@ declare const MenuLocator: {
|
|
|
4345
4345
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
4346
4346
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
4347
4347
|
} & {
|
|
4348
|
+
visible: () => boolean;
|
|
4348
4349
|
toString: (maxLength?: number | undefined, options?: {
|
|
4349
4350
|
highlight: boolean;
|
|
4350
4351
|
} | undefined) => string;
|
|
4351
|
-
visible: () => boolean;
|
|
4352
4352
|
getId: () => string;
|
|
4353
4353
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
4354
4354
|
getOwnerDocument: () => Document;
|
|
@@ -4485,10 +4485,10 @@ declare const MenuLocator: {
|
|
|
4485
4485
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
4486
4486
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
4487
4487
|
} & {
|
|
4488
|
+
visible: () => boolean;
|
|
4488
4489
|
toString: (maxLength?: number | undefined, options?: {
|
|
4489
4490
|
highlight: boolean;
|
|
4490
4491
|
} | undefined) => string;
|
|
4491
|
-
visible: () => boolean;
|
|
4492
4492
|
getId: () => string;
|
|
4493
4493
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
4494
4494
|
getOwnerDocument: () => Document;
|
|
@@ -4624,10 +4624,10 @@ declare const MenuLocator: {
|
|
|
4624
4624
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
4625
4625
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
4626
4626
|
} & {
|
|
4627
|
+
visible: () => boolean;
|
|
4627
4628
|
toString: (maxLength?: number | undefined, options?: {
|
|
4628
4629
|
highlight: boolean;
|
|
4629
4630
|
} | undefined) => string;
|
|
4630
|
-
visible: () => boolean;
|
|
4631
4631
|
getId: () => string;
|
|
4632
4632
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
4633
4633
|
getOwnerDocument: () => Document;
|
|
@@ -4763,10 +4763,10 @@ declare const MenuLocator: {
|
|
|
4763
4763
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
4764
4764
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
4765
4765
|
} & {
|
|
4766
|
+
visible: () => boolean;
|
|
4766
4767
|
toString: (maxLength?: number | undefined, options?: {
|
|
4767
4768
|
highlight: boolean;
|
|
4768
4769
|
} | undefined) => string;
|
|
4769
|
-
visible: () => boolean;
|
|
4770
4770
|
getId: () => string;
|
|
4771
4771
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
4772
4772
|
getOwnerDocument: () => Document;
|
|
@@ -4906,10 +4906,10 @@ declare const MenuLocator: {
|
|
|
4906
4906
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
4907
4907
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
4908
4908
|
} & {
|
|
4909
|
+
visible: () => boolean;
|
|
4909
4910
|
toString: (maxLength?: number | undefined, options?: {
|
|
4910
4911
|
highlight: boolean;
|
|
4911
4912
|
} | undefined) => string;
|
|
4912
|
-
visible: () => boolean;
|
|
4913
4913
|
getId: () => string;
|
|
4914
4914
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
4915
4915
|
getOwnerDocument: () => Document;
|
|
@@ -5045,10 +5045,10 @@ declare const MenuLocator: {
|
|
|
5045
5045
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
5046
5046
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
5047
5047
|
} & {
|
|
5048
|
+
visible: () => boolean;
|
|
5048
5049
|
toString: (maxLength?: number | undefined, options?: {
|
|
5049
5050
|
highlight: boolean;
|
|
5050
5051
|
} | undefined) => string;
|
|
5051
|
-
visible: () => boolean;
|
|
5052
5052
|
getId: () => string;
|
|
5053
5053
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
5054
5054
|
getOwnerDocument: () => Document;
|
|
@@ -5184,10 +5184,10 @@ declare const MenuLocator: {
|
|
|
5184
5184
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
5185
5185
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
5186
5186
|
} & {
|
|
5187
|
+
visible: () => boolean;
|
|
5187
5188
|
toString: (maxLength?: number | undefined, options?: {
|
|
5188
5189
|
highlight: boolean;
|
|
5189
5190
|
} | undefined) => string;
|
|
5190
|
-
visible: () => boolean;
|
|
5191
5191
|
getId: () => string;
|
|
5192
5192
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
5193
5193
|
getOwnerDocument: () => Document;
|
|
@@ -5323,10 +5323,10 @@ declare const MenuLocator: {
|
|
|
5323
5323
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
5324
5324
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
5325
5325
|
} & {
|
|
5326
|
+
visible: () => boolean;
|
|
5326
5327
|
toString: (maxLength?: number | undefined, options?: {
|
|
5327
5328
|
highlight: boolean;
|
|
5328
5329
|
} | undefined) => string;
|
|
5329
|
-
visible: () => boolean;
|
|
5330
5330
|
getId: () => string;
|
|
5331
5331
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
5332
5332
|
getOwnerDocument: () => Document;
|
|
@@ -5462,10 +5462,10 @@ declare const MenuLocator: {
|
|
|
5462
5462
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
5463
5463
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
5464
5464
|
} & {
|
|
5465
|
+
visible: () => boolean;
|
|
5465
5466
|
toString: (maxLength?: number | undefined, options?: {
|
|
5466
5467
|
highlight: boolean;
|
|
5467
5468
|
} | undefined) => string;
|
|
5468
|
-
visible: () => boolean;
|
|
5469
5469
|
getId: () => string;
|
|
5470
5470
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
5471
5471
|
getOwnerDocument: () => Document;
|
|
@@ -5601,10 +5601,10 @@ declare const MenuLocator: {
|
|
|
5601
5601
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
5602
5602
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
5603
5603
|
} & {
|
|
5604
|
+
visible: () => boolean;
|
|
5604
5605
|
toString: (maxLength?: number | undefined, options?: {
|
|
5605
5606
|
highlight: boolean;
|
|
5606
5607
|
} | undefined) => string;
|
|
5607
|
-
visible: () => boolean;
|
|
5608
5608
|
getId: () => string;
|
|
5609
5609
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
5610
5610
|
getOwnerDocument: () => Document;
|
|
@@ -5741,10 +5741,10 @@ declare const MenuLocator: {
|
|
|
5741
5741
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
5742
5742
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
5743
5743
|
} & {
|
|
5744
|
+
visible: () => boolean;
|
|
5744
5745
|
toString: (maxLength?: number | undefined, options?: {
|
|
5745
5746
|
highlight: boolean;
|
|
5746
5747
|
} | undefined) => string;
|
|
5747
|
-
visible: () => boolean;
|
|
5748
5748
|
getId: () => string;
|
|
5749
5749
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
5750
5750
|
getOwnerDocument: () => Document;
|
|
@@ -5880,10 +5880,10 @@ declare const MenuLocator: {
|
|
|
5880
5880
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
5881
5881
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
5882
5882
|
} & {
|
|
5883
|
+
visible: () => boolean;
|
|
5883
5884
|
toString: (maxLength?: number | undefined, options?: {
|
|
5884
5885
|
highlight: boolean;
|
|
5885
5886
|
} | undefined) => string;
|
|
5886
|
-
visible: () => boolean;
|
|
5887
5887
|
getId: () => string;
|
|
5888
5888
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
5889
5889
|
getOwnerDocument: () => Document;
|
|
@@ -6019,10 +6019,10 @@ declare const MenuLocator: {
|
|
|
6019
6019
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
6020
6020
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
6021
6021
|
} & {
|
|
6022
|
+
visible: () => boolean;
|
|
6022
6023
|
toString: (maxLength?: number | undefined, options?: {
|
|
6023
6024
|
highlight: boolean;
|
|
6024
6025
|
} | undefined) => string;
|
|
6025
|
-
visible: () => boolean;
|
|
6026
6026
|
getId: () => string;
|
|
6027
6027
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
6028
6028
|
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.
|