@instructure/ui-navigation 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 +24 -25
- 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
- package/LICENSE.md +0 -27
|
@@ -13,10 +13,10 @@ export declare const AppNavLocator: {
|
|
|
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 AppNavLocator: {
|
|
|
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;
|
|
@@ -298,10 +298,10 @@ export declare const AppNavLocator: {
|
|
|
298
298
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
299
299
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
300
300
|
} & {
|
|
301
|
+
visible: () => boolean;
|
|
301
302
|
toString: (maxLength?: number | undefined, options?: {
|
|
302
303
|
highlight: boolean;
|
|
303
304
|
} | undefined) => string;
|
|
304
|
-
visible: () => boolean;
|
|
305
305
|
getId: () => string;
|
|
306
306
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
307
307
|
getOwnerDocument: () => Document;
|
|
@@ -437,10 +437,10 @@ export declare const AppNavLocator: {
|
|
|
437
437
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
438
438
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
439
439
|
} & {
|
|
440
|
+
visible: () => boolean;
|
|
440
441
|
toString: (maxLength?: number | undefined, options?: {
|
|
441
442
|
highlight: boolean;
|
|
442
443
|
} | undefined) => string;
|
|
443
|
-
visible: () => boolean;
|
|
444
444
|
getId: () => string;
|
|
445
445
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
446
446
|
getOwnerDocument: () => Document;
|
|
@@ -576,10 +576,10 @@ export declare const AppNavLocator: {
|
|
|
576
576
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
577
577
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
578
578
|
} & {
|
|
579
|
+
visible: () => boolean;
|
|
579
580
|
toString: (maxLength?: number | undefined, options?: {
|
|
580
581
|
highlight: boolean;
|
|
581
582
|
} | undefined) => string;
|
|
582
|
-
visible: () => boolean;
|
|
583
583
|
getId: () => string;
|
|
584
584
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
585
585
|
getOwnerDocument: () => Document;
|
|
@@ -716,10 +716,10 @@ export declare const AppNavLocator: {
|
|
|
716
716
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
717
717
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
718
718
|
} & {
|
|
719
|
+
visible: () => boolean;
|
|
719
720
|
toString: (maxLength?: number | undefined, options?: {
|
|
720
721
|
highlight: boolean;
|
|
721
722
|
} | undefined) => string;
|
|
722
|
-
visible: () => boolean;
|
|
723
723
|
getId: () => string;
|
|
724
724
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
725
725
|
getOwnerDocument: () => Document;
|
|
@@ -855,10 +855,10 @@ export declare const AppNavLocator: {
|
|
|
855
855
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
856
856
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
857
857
|
} & {
|
|
858
|
+
visible: () => boolean;
|
|
858
859
|
toString: (maxLength?: number | undefined, options?: {
|
|
859
860
|
highlight: boolean;
|
|
860
861
|
} | undefined) => string;
|
|
861
|
-
visible: () => boolean;
|
|
862
862
|
getId: () => string;
|
|
863
863
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
864
864
|
getOwnerDocument: () => Document;
|
|
@@ -994,10 +994,10 @@ export declare const AppNavLocator: {
|
|
|
994
994
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
995
995
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
996
996
|
} & {
|
|
997
|
+
visible: () => boolean;
|
|
997
998
|
toString: (maxLength?: number | undefined, options?: {
|
|
998
999
|
highlight: boolean;
|
|
999
1000
|
} | undefined) => string;
|
|
1000
|
-
visible: () => boolean;
|
|
1001
1001
|
getId: () => string;
|
|
1002
1002
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1003
1003
|
getOwnerDocument: () => Document;
|
|
@@ -1134,10 +1134,10 @@ export declare const AppNavLocator: {
|
|
|
1134
1134
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1135
1135
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1136
1136
|
} & {
|
|
1137
|
+
visible: () => boolean;
|
|
1137
1138
|
toString: (maxLength?: number | undefined, options?: {
|
|
1138
1139
|
highlight: boolean;
|
|
1139
1140
|
} | undefined) => string;
|
|
1140
|
-
visible: () => boolean;
|
|
1141
1141
|
getId: () => string;
|
|
1142
1142
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1143
1143
|
getOwnerDocument: () => Document;
|
|
@@ -1273,10 +1273,10 @@ export declare const AppNavLocator: {
|
|
|
1273
1273
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1274
1274
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1275
1275
|
} & {
|
|
1276
|
+
visible: () => boolean;
|
|
1276
1277
|
toString: (maxLength?: number | undefined, options?: {
|
|
1277
1278
|
highlight: boolean;
|
|
1278
1279
|
} | undefined) => string;
|
|
1279
|
-
visible: () => boolean;
|
|
1280
1280
|
getId: () => string;
|
|
1281
1281
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1282
1282
|
getOwnerDocument: () => Document;
|
|
@@ -1412,10 +1412,10 @@ export declare const AppNavLocator: {
|
|
|
1412
1412
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1413
1413
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1414
1414
|
} & {
|
|
1415
|
+
visible: () => boolean;
|
|
1415
1416
|
toString: (maxLength?: number | undefined, options?: {
|
|
1416
1417
|
highlight: boolean;
|
|
1417
1418
|
} | undefined) => string;
|
|
1418
|
-
visible: () => boolean;
|
|
1419
1419
|
getId: () => string;
|
|
1420
1420
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1421
1421
|
getOwnerDocument: () => Document;
|
|
@@ -1552,10 +1552,10 @@ export declare const AppNavLocator: {
|
|
|
1552
1552
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1553
1553
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1554
1554
|
} & {
|
|
1555
|
+
visible: () => boolean;
|
|
1555
1556
|
toString: (maxLength?: number | undefined, options?: {
|
|
1556
1557
|
highlight: boolean;
|
|
1557
1558
|
} | undefined) => string;
|
|
1558
|
-
visible: () => boolean;
|
|
1559
1559
|
getId: () => string;
|
|
1560
1560
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1561
1561
|
getOwnerDocument: () => Document;
|
|
@@ -1691,10 +1691,10 @@ export declare const AppNavLocator: {
|
|
|
1691
1691
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1692
1692
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1693
1693
|
} & {
|
|
1694
|
+
visible: () => boolean;
|
|
1694
1695
|
toString: (maxLength?: number | undefined, options?: {
|
|
1695
1696
|
highlight: boolean;
|
|
1696
1697
|
} | undefined) => string;
|
|
1697
|
-
visible: () => boolean;
|
|
1698
1698
|
getId: () => string;
|
|
1699
1699
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1700
1700
|
getOwnerDocument: () => Document;
|
|
@@ -1830,10 +1830,10 @@ export declare const AppNavLocator: {
|
|
|
1830
1830
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1831
1831
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1832
1832
|
} & {
|
|
1833
|
+
visible: () => boolean;
|
|
1833
1834
|
toString: (maxLength?: number | undefined, options?: {
|
|
1834
1835
|
highlight: boolean;
|
|
1835
1836
|
} | undefined) => string;
|
|
1836
|
-
visible: () => boolean;
|
|
1837
1837
|
getId: () => string;
|
|
1838
1838
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1839
1839
|
getOwnerDocument: () => Document;
|
|
@@ -19,10 +19,10 @@ export declare const AppNavItemLocator: {
|
|
|
19
19
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
20
20
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
21
21
|
} & {
|
|
22
|
+
visible: () => boolean;
|
|
22
23
|
toString: (maxLength?: number | undefined, options?: {
|
|
23
24
|
highlight: boolean;
|
|
24
25
|
} | undefined) => string;
|
|
25
|
-
visible: () => boolean;
|
|
26
26
|
getId: () => string;
|
|
27
27
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
28
28
|
getOwnerDocument: () => Document;
|
|
@@ -158,10 +158,10 @@ export declare const AppNavItemLocator: {
|
|
|
158
158
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
159
159
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
160
160
|
} & {
|
|
161
|
+
visible: () => boolean;
|
|
161
162
|
toString: (maxLength?: number | undefined, options?: {
|
|
162
163
|
highlight: boolean;
|
|
163
164
|
} | undefined) => string;
|
|
164
|
-
visible: () => boolean;
|
|
165
165
|
getId: () => string;
|
|
166
166
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
167
167
|
getOwnerDocument: () => Document;
|
|
@@ -297,10 +297,10 @@ export declare const AppNavItemLocator: {
|
|
|
297
297
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
298
298
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
299
299
|
} & {
|
|
300
|
+
visible: () => boolean;
|
|
300
301
|
toString: (maxLength?: number | undefined, options?: {
|
|
301
302
|
highlight: boolean;
|
|
302
303
|
} | undefined) => string;
|
|
303
|
-
visible: () => boolean;
|
|
304
304
|
getId: () => string;
|
|
305
305
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
306
306
|
getOwnerDocument: () => Document;
|
|
@@ -436,10 +436,10 @@ export declare const AppNavItemLocator: {
|
|
|
436
436
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
437
437
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
438
438
|
} & {
|
|
439
|
+
visible: () => boolean;
|
|
439
440
|
toString: (maxLength?: number | undefined, options?: {
|
|
440
441
|
highlight: boolean;
|
|
441
442
|
} | undefined) => string;
|
|
442
|
-
visible: () => boolean;
|
|
443
443
|
getId: () => string;
|
|
444
444
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
445
445
|
getOwnerDocument: () => Document;
|
|
@@ -21,10 +21,10 @@ export declare const NavigationItemLocator: {
|
|
|
21
21
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
22
22
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
23
23
|
} & {
|
|
24
|
+
visible: () => boolean;
|
|
24
25
|
toString: (maxLength?: number | undefined, options?: {
|
|
25
26
|
highlight: boolean;
|
|
26
27
|
} | undefined) => string;
|
|
27
|
-
visible: () => boolean;
|
|
28
28
|
getId: () => string;
|
|
29
29
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
30
30
|
getOwnerDocument: () => Document;
|
|
@@ -162,10 +162,10 @@ export declare const NavigationItemLocator: {
|
|
|
162
162
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
163
163
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
164
164
|
} & {
|
|
165
|
+
visible: () => boolean;
|
|
165
166
|
toString: (maxLength?: number | undefined, options?: {
|
|
166
167
|
highlight: boolean;
|
|
167
168
|
} | undefined) => string;
|
|
168
|
-
visible: () => boolean;
|
|
169
169
|
getId: () => string;
|
|
170
170
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
171
171
|
getOwnerDocument: () => Document;
|
|
@@ -303,10 +303,10 @@ export declare const NavigationItemLocator: {
|
|
|
303
303
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
304
304
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
305
305
|
} & {
|
|
306
|
+
visible: () => boolean;
|
|
306
307
|
toString: (maxLength?: number | undefined, options?: {
|
|
307
308
|
highlight: boolean;
|
|
308
309
|
} | undefined) => string;
|
|
309
|
-
visible: () => boolean;
|
|
310
310
|
getId: () => string;
|
|
311
311
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
312
312
|
getOwnerDocument: () => Document;
|
|
@@ -444,10 +444,10 @@ export declare const NavigationItemLocator: {
|
|
|
444
444
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
445
445
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
446
446
|
} & {
|
|
447
|
+
visible: () => boolean;
|
|
447
448
|
toString: (maxLength?: number | undefined, options?: {
|
|
448
449
|
highlight: boolean;
|
|
449
450
|
} | undefined) => string;
|
|
450
|
-
visible: () => boolean;
|
|
451
451
|
getId: () => string;
|
|
452
452
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
453
453
|
getOwnerDocument: () => Document;
|
|
@@ -15,10 +15,10 @@ export declare const NavigationLocator: {
|
|
|
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;
|
|
@@ -156,10 +156,10 @@ export declare const NavigationLocator: {
|
|
|
156
156
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
157
157
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
158
158
|
} & {
|
|
159
|
+
visible: () => boolean;
|
|
159
160
|
toString: (maxLength?: number | undefined, options?: {
|
|
160
161
|
highlight: boolean;
|
|
161
162
|
} | undefined) => string;
|
|
162
|
-
visible: () => boolean;
|
|
163
163
|
getId: () => string;
|
|
164
164
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
165
165
|
getOwnerDocument: () => Document;
|
|
@@ -304,10 +304,10 @@ export declare const NavigationLocator: {
|
|
|
304
304
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
305
305
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
306
306
|
} & {
|
|
307
|
+
visible: () => boolean;
|
|
307
308
|
toString: (maxLength?: number | undefined, options?: {
|
|
308
309
|
highlight: boolean;
|
|
309
310
|
} | undefined) => string;
|
|
310
|
-
visible: () => boolean;
|
|
311
311
|
getId: () => string;
|
|
312
312
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
313
313
|
getOwnerDocument: () => Document;
|
|
@@ -443,10 +443,10 @@ export declare const NavigationLocator: {
|
|
|
443
443
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
444
444
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
445
445
|
} & {
|
|
446
|
+
visible: () => boolean;
|
|
446
447
|
toString: (maxLength?: number | undefined, options?: {
|
|
447
448
|
highlight: boolean;
|
|
448
449
|
} | undefined) => string;
|
|
449
|
-
visible: () => boolean;
|
|
450
450
|
getId: () => string;
|
|
451
451
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
452
452
|
getOwnerDocument: () => Document;
|
|
@@ -584,10 +584,10 @@ export declare const NavigationLocator: {
|
|
|
584
584
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
585
585
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
586
586
|
} & {
|
|
587
|
+
visible: () => boolean;
|
|
587
588
|
toString: (maxLength?: number | undefined, options?: {
|
|
588
589
|
highlight: boolean;
|
|
589
590
|
} | undefined) => string;
|
|
590
|
-
visible: () => boolean;
|
|
591
591
|
getId: () => string;
|
|
592
592
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
593
593
|
getOwnerDocument: () => Document;
|
|
@@ -726,10 +726,10 @@ export declare const NavigationLocator: {
|
|
|
726
726
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
727
727
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
728
728
|
} & {
|
|
729
|
+
visible: () => boolean;
|
|
729
730
|
toString: (maxLength?: number | undefined, options?: {
|
|
730
731
|
highlight: boolean;
|
|
731
732
|
} | undefined) => string;
|
|
732
|
-
visible: () => boolean;
|
|
733
733
|
getId: () => string;
|
|
734
734
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
735
735
|
getOwnerDocument: () => Document;
|
|
@@ -865,10 +865,10 @@ export declare const NavigationLocator: {
|
|
|
865
865
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
866
866
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
867
867
|
} & {
|
|
868
|
+
visible: () => boolean;
|
|
868
869
|
toString: (maxLength?: number | undefined, options?: {
|
|
869
870
|
highlight: boolean;
|
|
870
871
|
} | undefined) => string;
|
|
871
|
-
visible: () => boolean;
|
|
872
872
|
getId: () => string;
|
|
873
873
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
874
874
|
getOwnerDocument: () => Document;
|
|
@@ -1006,10 +1006,10 @@ export declare const NavigationLocator: {
|
|
|
1006
1006
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1007
1007
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1008
1008
|
} & {
|
|
1009
|
+
visible: () => boolean;
|
|
1009
1010
|
toString: (maxLength?: number | undefined, options?: {
|
|
1010
1011
|
highlight: boolean;
|
|
1011
1012
|
} | undefined) => string;
|
|
1012
|
-
visible: () => boolean;
|
|
1013
1013
|
getId: () => string;
|
|
1014
1014
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1015
1015
|
getOwnerDocument: () => Document;
|
|
@@ -1148,10 +1148,10 @@ export declare const NavigationLocator: {
|
|
|
1148
1148
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1149
1149
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1150
1150
|
} & {
|
|
1151
|
+
visible: () => boolean;
|
|
1151
1152
|
toString: (maxLength?: number | undefined, options?: {
|
|
1152
1153
|
highlight: boolean;
|
|
1153
1154
|
} | undefined) => string;
|
|
1154
|
-
visible: () => boolean;
|
|
1155
1155
|
getId: () => string;
|
|
1156
1156
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1157
1157
|
getOwnerDocument: () => Document;
|
|
@@ -1287,10 +1287,10 @@ export declare const NavigationLocator: {
|
|
|
1287
1287
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1288
1288
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1289
1289
|
} & {
|
|
1290
|
+
visible: () => boolean;
|
|
1290
1291
|
toString: (maxLength?: number | undefined, options?: {
|
|
1291
1292
|
highlight: boolean;
|
|
1292
1293
|
} | undefined) => string;
|
|
1293
|
-
visible: () => boolean;
|
|
1294
1294
|
getId: () => string;
|
|
1295
1295
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1296
1296
|
getOwnerDocument: () => Document;
|
|
@@ -1428,10 +1428,10 @@ export declare const NavigationLocator: {
|
|
|
1428
1428
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1429
1429
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1430
1430
|
} & {
|
|
1431
|
+
visible: () => boolean;
|
|
1431
1432
|
toString: (maxLength?: number | undefined, options?: {
|
|
1432
1433
|
highlight: boolean;
|
|
1433
1434
|
} | undefined) => string;
|
|
1434
|
-
visible: () => boolean;
|
|
1435
1435
|
getId: () => string;
|
|
1436
1436
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1437
1437
|
getOwnerDocument: () => Document;
|
|
@@ -1570,10 +1570,10 @@ export declare const NavigationLocator: {
|
|
|
1570
1570
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1571
1571
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1572
1572
|
} & {
|
|
1573
|
+
visible: () => boolean;
|
|
1573
1574
|
toString: (maxLength?: number | undefined, options?: {
|
|
1574
1575
|
highlight: boolean;
|
|
1575
1576
|
} | undefined) => string;
|
|
1576
|
-
visible: () => boolean;
|
|
1577
1577
|
getId: () => string;
|
|
1578
1578
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1579
1579
|
getOwnerDocument: () => Document;
|
|
@@ -1709,10 +1709,10 @@ export declare const NavigationLocator: {
|
|
|
1709
1709
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1710
1710
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1711
1711
|
} & {
|
|
1712
|
+
visible: () => boolean;
|
|
1712
1713
|
toString: (maxLength?: number | undefined, options?: {
|
|
1713
1714
|
highlight: boolean;
|
|
1714
1715
|
} | undefined) => string;
|
|
1715
|
-
visible: () => boolean;
|
|
1716
1716
|
getId: () => string;
|
|
1717
1717
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1718
1718
|
getOwnerDocument: () => Document;
|
|
@@ -1850,10 +1850,10 @@ export declare const NavigationLocator: {
|
|
|
1850
1850
|
findParent: typeof import("@instructure/ui-test-queries/src/utils/queries").findParent;
|
|
1851
1851
|
findParents: typeof import("@instructure/ui-test-queries/src/utils/queries").findParents;
|
|
1852
1852
|
} & {
|
|
1853
|
+
visible: () => boolean;
|
|
1853
1854
|
toString: (maxLength?: number | undefined, options?: {
|
|
1854
1855
|
highlight: boolean;
|
|
1855
1856
|
} | undefined) => string;
|
|
1856
|
-
visible: () => boolean;
|
|
1857
1857
|
getId: () => string;
|
|
1858
1858
|
getOwnerWindow: () => (Window & typeof globalThis) | null;
|
|
1859
1859
|
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.
|