@skyux/popovers 8.2.7 → 8.3.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.
Files changed (28) hide show
  1. package/documentation.json +1447 -332
  2. package/esm2020/lib/modules/popover/popover-content.component.mjs +8 -4
  3. package/esm2020/lib/modules/popover/popover.component.mjs +4 -1
  4. package/esm2020/lib/modules/popover/popover.directive.mjs +29 -6
  5. package/esm2020/testing/popover/harness/popover-body-harness.mjs +42 -0
  6. package/esm2020/testing/popover/harness/popover-content-harness-filters.mjs +2 -0
  7. package/esm2020/testing/popover/harness/popover-content-harness.mjs +100 -0
  8. package/esm2020/testing/popover/harness/popover-harness-filters.mjs +2 -0
  9. package/esm2020/testing/popover/harness/popover-harness.mjs +56 -0
  10. package/esm2020/testing/public-api.mjs +5 -1
  11. package/fesm2015/skyux-popovers-testing.mjs +232 -2
  12. package/fesm2015/skyux-popovers-testing.mjs.map +1 -1
  13. package/fesm2015/skyux-popovers.mjs +39 -9
  14. package/fesm2015/skyux-popovers.mjs.map +1 -1
  15. package/fesm2020/skyux-popovers-testing.mjs +192 -2
  16. package/fesm2020/skyux-popovers-testing.mjs.map +1 -1
  17. package/fesm2020/skyux-popovers.mjs +39 -9
  18. package/fesm2020/skyux-popovers.mjs.map +1 -1
  19. package/lib/modules/popover/popover-content.component.d.ts +2 -0
  20. package/lib/modules/popover/popover.component.d.ts +1 -0
  21. package/lib/modules/popover/popover.directive.d.ts +12 -1
  22. package/package.json +6 -6
  23. package/testing/popover/harness/popover-body-harness.d.ts +31 -0
  24. package/testing/popover/harness/popover-content-harness-filters.d.ts +7 -0
  25. package/testing/popover/harness/popover-content-harness.d.ts +53 -0
  26. package/testing/popover/harness/popover-harness-filters.d.ts +6 -0
  27. package/testing/popover/harness/popover-harness.d.ts +31 -0
  28. package/testing/public-api.d.ts +4 -0
@@ -20,9 +20,12 @@
20
20
  "SkyDropdownHarness": "class-skydropdownharness",
21
21
  "SkyDropdownItemHarness": "class-skydropdownitemharness",
22
22
  "SkyDropdownMenuHarness": "class-skydropdownmenuharness",
23
+ "SkyPopoverContentHarness": "class-skypopovercontentharness",
24
+ "SkyPopoverHarness": "class-skypopoverharness",
23
25
  "SkyDropdownHarnessFilters": "interface-skydropdownharnessfilters",
24
26
  "SkyDropdownItemHarnessFilters": "interface-skydropdownitemharnessfilters",
25
- "SkyDropdownMenuHarnessFilters": "interface-skydropdownmenuharnessfilters"
27
+ "SkyDropdownMenuHarnessFilters": "interface-skydropdownmenuharnessfilters",
28
+ "SkyPopoverHarnessFilters": "interface-skypopoverharnessfilters"
26
29
  },
27
30
  "typedoc": {
28
31
  "id": 0,
@@ -32,7 +35,7 @@
32
35
  "originalName": "",
33
36
  "children": [
34
37
  {
35
- "id": 382,
38
+ "id": 391,
36
39
  "name": "SkyPopoverMessageType",
37
40
  "kind": 8,
38
41
  "kindString": "Enumeration",
@@ -42,7 +45,7 @@
42
45
  },
43
46
  "children": [
44
47
  {
45
- "id": 384,
48
+ "id": 393,
46
49
  "name": "Close",
47
50
  "kind": 16,
48
51
  "kindString": "Enumeration member",
@@ -60,7 +63,7 @@
60
63
  "defaultValue": "1"
61
64
  },
62
65
  {
63
- "id": 386,
66
+ "id": 395,
64
67
  "name": "Focus",
65
68
  "kind": 16,
66
69
  "kindString": "Enumeration member",
@@ -78,7 +81,7 @@
78
81
  "defaultValue": "3"
79
82
  },
80
83
  {
81
- "id": 383,
84
+ "id": 392,
82
85
  "name": "Open",
83
86
  "kind": 16,
84
87
  "kindString": "Enumeration member",
@@ -96,7 +99,7 @@
96
99
  "defaultValue": "0"
97
100
  },
98
101
  {
99
- "id": 385,
102
+ "id": 394,
100
103
  "name": "Reposition",
101
104
  "kind": 16,
102
105
  "kindString": "Enumeration member",
@@ -119,10 +122,10 @@
119
122
  "title": "Enumeration members",
120
123
  "kind": 16,
121
124
  "children": [
122
- 384,
123
- 386,
124
- 383,
125
- 385
125
+ 393,
126
+ 395,
127
+ 392,
128
+ 394
126
129
  ]
127
130
  }
128
131
  ],
@@ -135,7 +138,7 @@
135
138
  ]
136
139
  },
137
140
  {
138
- "id": 373,
141
+ "id": 382,
139
142
  "name": "SkyDropdownModule",
140
143
  "kind": 128,
141
144
  "kindString": "Class",
@@ -160,7 +163,7 @@
160
163
  "title": "Constructors",
161
164
  "kind": 512,
162
165
  "children": [
163
- 374
166
+ 383
164
167
  ]
165
168
  }
166
169
  ],
@@ -173,7 +176,7 @@
173
176
  ]
174
177
  },
175
178
  {
176
- "id": 376,
179
+ "id": 385,
177
180
  "name": "SkyPopoverModule",
178
181
  "kind": 128,
179
182
  "kindString": "Class",
@@ -198,7 +201,7 @@
198
201
  "title": "Constructors",
199
202
  "kind": 512,
200
203
  "children": [
201
- 377
204
+ 386
202
205
  ]
203
206
  }
204
207
  ],
@@ -1035,7 +1038,7 @@
1035
1038
  },
1036
1039
  "type": {
1037
1040
  "type": "reference",
1038
- "id": 355,
1041
+ "id": 364,
1039
1042
  "name": "SkyDropdownButtonType"
1040
1043
  }
1041
1044
  }
@@ -1065,7 +1068,7 @@
1065
1068
  "flags": {},
1066
1069
  "type": {
1067
1070
  "type": "reference",
1068
- "id": 355,
1071
+ "id": 364,
1069
1072
  "name": "SkyDropdownButtonType"
1070
1073
  }
1071
1074
  }
@@ -1207,7 +1210,7 @@
1207
1210
  },
1208
1211
  "type": {
1209
1212
  "type": "reference",
1210
- "id": 356,
1213
+ "id": 365,
1211
1214
  "name": "SkyDropdownHorizontalAlignment"
1212
1215
  }
1213
1216
  }
@@ -1237,7 +1240,7 @@
1237
1240
  "flags": {},
1238
1241
  "type": {
1239
1242
  "type": "reference",
1240
- "id": 356,
1243
+ "id": 365,
1241
1244
  "name": "SkyDropdownHorizontalAlignment"
1242
1245
  }
1243
1246
  }
@@ -1418,7 +1421,7 @@
1418
1421
  },
1419
1422
  "type": {
1420
1423
  "type": "reference",
1421
- "id": 372,
1424
+ "id": 381,
1422
1425
  "name": "SkyDropdownTriggerType"
1423
1426
  }
1424
1427
  }
@@ -1452,7 +1455,7 @@
1452
1455
  "flags": {},
1453
1456
  "type": {
1454
1457
  "type": "reference",
1455
- "id": 372,
1458
+ "id": 381,
1456
1459
  "name": "SkyDropdownTriggerType"
1457
1460
  }
1458
1461
  }
@@ -2326,7 +2329,7 @@
2326
2329
  ]
2327
2330
  },
2328
2331
  {
2329
- "id": 256,
2332
+ "id": 258,
2330
2333
  "name": "SkyPopoverComponent",
2331
2334
  "kind": 128,
2332
2335
  "kindString": "Class",
@@ -2347,7 +2350,7 @@
2347
2350
  ],
2348
2351
  "children": [
2349
2352
  {
2350
- "id": 257,
2353
+ "id": 259,
2351
2354
  "name": "constructor",
2352
2355
  "kind": 512,
2353
2356
  "kindString": "Constructor",
@@ -2355,20 +2358,20 @@
2355
2358
  "sources": [
2356
2359
  {
2357
2360
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2358
- "line": 148,
2361
+ "line": 152,
2359
2362
  "character": 2
2360
2363
  }
2361
2364
  ],
2362
2365
  "signatures": [
2363
2366
  {
2364
- "id": 258,
2367
+ "id": 260,
2365
2368
  "name": "SkyPopoverComponent",
2366
2369
  "kind": 16384,
2367
2370
  "kindString": "Constructor signature",
2368
2371
  "flags": {},
2369
2372
  "parameters": [
2370
2373
  {
2371
- "id": 259,
2374
+ "id": 261,
2372
2375
  "name": "overlayService",
2373
2376
  "kind": 32768,
2374
2377
  "kindString": "Parameter",
@@ -2379,7 +2382,7 @@
2379
2382
  }
2380
2383
  },
2381
2384
  {
2382
- "id": 260,
2385
+ "id": 262,
2383
2386
  "name": "stackingContext",
2384
2387
  "kind": 32768,
2385
2388
  "kindString": "Parameter",
@@ -2418,14 +2421,14 @@
2418
2421
  ],
2419
2422
  "type": {
2420
2423
  "type": "reference",
2421
- "id": 256,
2424
+ "id": 258,
2422
2425
  "name": "SkyPopoverComponent"
2423
2426
  }
2424
2427
  }
2425
2428
  ]
2426
2429
  },
2427
2430
  {
2428
- "id": 282,
2431
+ "id": 284,
2429
2432
  "name": "isMouseEnter",
2430
2433
  "kind": 1024,
2431
2434
  "kindString": "Property",
@@ -2435,7 +2438,7 @@
2435
2438
  "sources": [
2436
2439
  {
2437
2440
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2438
- "line": 120,
2441
+ "line": 122,
2439
2442
  "character": 9
2440
2443
  }
2441
2444
  ],
@@ -2446,7 +2449,7 @@
2446
2449
  "defaultValue": "false"
2447
2450
  },
2448
2451
  {
2449
- "id": 278,
2452
+ "id": 280,
2450
2453
  "name": "popoverClosed",
2451
2454
  "kind": 1024,
2452
2455
  "kindString": "Property",
@@ -2471,7 +2474,7 @@
2471
2474
  "sources": [
2472
2475
  {
2473
2476
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2474
- "line": 99,
2477
+ "line": 101,
2475
2478
  "character": 9
2476
2479
  }
2477
2480
  ],
@@ -2480,7 +2483,7 @@
2480
2483
  "typeArguments": [
2481
2484
  {
2482
2485
  "type": "reference",
2483
- "id": 256,
2486
+ "id": 258,
2484
2487
  "name": "SkyPopoverComponent"
2485
2488
  }
2486
2489
  ],
@@ -2491,7 +2494,28 @@
2491
2494
  "defaultValue": "..."
2492
2495
  },
2493
2496
  {
2494
- "id": 279,
2497
+ "id": 285,
2498
+ "name": "popoverId",
2499
+ "kind": 1024,
2500
+ "kindString": "Property",
2501
+ "flags": {
2502
+ "isPublic": true
2503
+ },
2504
+ "sources": [
2505
+ {
2506
+ "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2507
+ "line": 124,
2508
+ "character": 9
2509
+ }
2510
+ ],
2511
+ "type": {
2512
+ "type": "intrinsic",
2513
+ "name": "string"
2514
+ },
2515
+ "defaultValue": "..."
2516
+ },
2517
+ {
2518
+ "id": 281,
2495
2519
  "name": "popoverOpened",
2496
2520
  "kind": 1024,
2497
2521
  "kindString": "Property",
@@ -2516,7 +2540,7 @@
2516
2540
  "sources": [
2517
2541
  {
2518
2542
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2519
- "line": 105,
2543
+ "line": 107,
2520
2544
  "character": 9
2521
2545
  }
2522
2546
  ],
@@ -2525,7 +2549,7 @@
2525
2549
  "typeArguments": [
2526
2550
  {
2527
2551
  "type": "reference",
2528
- "id": 256,
2552
+ "id": 258,
2529
2553
  "name": "SkyPopoverComponent"
2530
2554
  }
2531
2555
  ],
@@ -2536,7 +2560,7 @@
2536
2560
  "defaultValue": "..."
2537
2561
  },
2538
2562
  {
2539
- "id": 273,
2563
+ "id": 275,
2540
2564
  "name": "popoverTitle",
2541
2565
  "kind": 1024,
2542
2566
  "kindString": "Property",
@@ -2561,7 +2585,7 @@
2561
2585
  "sources": [
2562
2586
  {
2563
2587
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2564
- "line": 80,
2588
+ "line": 82,
2565
2589
  "character": 9
2566
2590
  }
2567
2591
  ],
@@ -2571,7 +2595,7 @@
2571
2595
  }
2572
2596
  },
2573
2597
  {
2574
- "id": 283,
2598
+ "id": 286,
2575
2599
  "name": "templateRef",
2576
2600
  "kind": 1024,
2577
2601
  "kindString": "Property",
@@ -2596,7 +2620,7 @@
2596
2620
  "sources": [
2597
2621
  {
2598
2622
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2599
- "line": 126,
2623
+ "line": 130,
2600
2624
  "character": 9
2601
2625
  }
2602
2626
  ],
@@ -2614,7 +2638,7 @@
2614
2638
  }
2615
2639
  },
2616
2640
  {
2617
- "id": 261,
2641
+ "id": 263,
2618
2642
  "name": "alignment",
2619
2643
  "kind": 262144,
2620
2644
  "kindString": "Accessor",
@@ -2636,13 +2660,13 @@
2636
2660
  "sources": [
2637
2661
  {
2638
2662
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2639
- "line": 40,
2663
+ "line": 42,
2640
2664
  "character": 13
2641
2665
  }
2642
2666
  ],
2643
2667
  "getSignature": [
2644
2668
  {
2645
- "id": 262,
2669
+ "id": 264,
2646
2670
  "name": "alignment",
2647
2671
  "kind": 524288,
2648
2672
  "kindString": "Get signature",
@@ -2658,14 +2682,14 @@
2658
2682
  },
2659
2683
  "type": {
2660
2684
  "type": "reference",
2661
- "id": 379,
2685
+ "id": 388,
2662
2686
  "name": "SkyPopoverAlignment"
2663
2687
  }
2664
2688
  }
2665
2689
  ],
2666
2690
  "setSignature": [
2667
2691
  {
2668
- "id": 263,
2692
+ "id": 265,
2669
2693
  "name": "alignment",
2670
2694
  "kind": 1048576,
2671
2695
  "kindString": "Set signature",
@@ -2681,14 +2705,14 @@
2681
2705
  },
2682
2706
  "parameters": [
2683
2707
  {
2684
- "id": 264,
2708
+ "id": 266,
2685
2709
  "name": "value",
2686
2710
  "kind": 32768,
2687
2711
  "kindString": "Parameter",
2688
2712
  "flags": {},
2689
2713
  "type": {
2690
2714
  "type": "reference",
2691
- "id": 379,
2715
+ "id": 388,
2692
2716
  "name": "SkyPopoverAlignment"
2693
2717
  }
2694
2718
  }
@@ -2701,7 +2725,7 @@
2701
2725
  ]
2702
2726
  },
2703
2727
  {
2704
- "id": 265,
2728
+ "id": 267,
2705
2729
  "name": "dismissOnBlur",
2706
2730
  "kind": 262144,
2707
2731
  "kindString": "Accessor",
@@ -2723,13 +2747,13 @@
2723
2747
  "sources": [
2724
2748
  {
2725
2749
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2726
- "line": 54,
2750
+ "line": 56,
2727
2751
  "character": 13
2728
2752
  }
2729
2753
  ],
2730
2754
  "getSignature": [
2731
2755
  {
2732
- "id": 266,
2756
+ "id": 268,
2733
2757
  "name": "dismissOnBlur",
2734
2758
  "kind": 524288,
2735
2759
  "kindString": "Get signature",
@@ -2751,7 +2775,7 @@
2751
2775
  ],
2752
2776
  "setSignature": [
2753
2777
  {
2754
- "id": 267,
2778
+ "id": 269,
2755
2779
  "name": "dismissOnBlur",
2756
2780
  "kind": 1048576,
2757
2781
  "kindString": "Set signature",
@@ -2767,7 +2791,7 @@
2767
2791
  },
2768
2792
  "parameters": [
2769
2793
  {
2770
- "id": 268,
2794
+ "id": 270,
2771
2795
  "name": "value",
2772
2796
  "kind": 32768,
2773
2797
  "kindString": "Parameter",
@@ -2786,7 +2810,7 @@
2786
2810
  ]
2787
2811
  },
2788
2812
  {
2789
- "id": 269,
2813
+ "id": 271,
2790
2814
  "name": "placement",
2791
2815
  "kind": 262144,
2792
2816
  "kindString": "Accessor",
@@ -2808,13 +2832,13 @@
2808
2832
  "sources": [
2809
2833
  {
2810
2834
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2811
- "line": 68,
2835
+ "line": 70,
2812
2836
  "character": 13
2813
2837
  }
2814
2838
  ],
2815
2839
  "getSignature": [
2816
2840
  {
2817
- "id": 270,
2841
+ "id": 272,
2818
2842
  "name": "placement",
2819
2843
  "kind": 524288,
2820
2844
  "kindString": "Get signature",
@@ -2830,14 +2854,14 @@
2830
2854
  },
2831
2855
  "type": {
2832
2856
  "type": "reference",
2833
- "id": 387,
2857
+ "id": 396,
2834
2858
  "name": "SkyPopoverPlacement"
2835
2859
  }
2836
2860
  }
2837
2861
  ],
2838
2862
  "setSignature": [
2839
2863
  {
2840
- "id": 271,
2864
+ "id": 273,
2841
2865
  "name": "placement",
2842
2866
  "kind": 1048576,
2843
2867
  "kindString": "Set signature",
@@ -2853,14 +2877,14 @@
2853
2877
  },
2854
2878
  "parameters": [
2855
2879
  {
2856
- "id": 272,
2880
+ "id": 274,
2857
2881
  "name": "value",
2858
2882
  "kind": 32768,
2859
2883
  "kindString": "Parameter",
2860
2884
  "flags": {},
2861
2885
  "type": {
2862
2886
  "type": "reference",
2863
- "id": 387,
2887
+ "id": 396,
2864
2888
  "name": "SkyPopoverPlacement"
2865
2889
  }
2866
2890
  }
@@ -2873,7 +2897,7 @@
2873
2897
  ]
2874
2898
  },
2875
2899
  {
2876
- "id": 274,
2900
+ "id": 276,
2877
2901
  "name": "popoverType",
2878
2902
  "kind": 262144,
2879
2903
  "kindString": "Accessor",
@@ -2895,13 +2919,13 @@
2895
2919
  "sources": [
2896
2920
  {
2897
2921
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2898
- "line": 87,
2922
+ "line": 89,
2899
2923
  "character": 13
2900
2924
  }
2901
2925
  ],
2902
2926
  "getSignature": [
2903
2927
  {
2904
- "id": 275,
2928
+ "id": 277,
2905
2929
  "name": "popoverType",
2906
2930
  "kind": 524288,
2907
2931
  "kindString": "Get signature",
@@ -2917,14 +2941,14 @@
2917
2941
  },
2918
2942
  "type": {
2919
2943
  "type": "reference",
2920
- "id": 396,
2944
+ "id": 405,
2921
2945
  "name": "SkyPopoverType"
2922
2946
  }
2923
2947
  }
2924
2948
  ],
2925
2949
  "setSignature": [
2926
2950
  {
2927
- "id": 276,
2951
+ "id": 278,
2928
2952
  "name": "popoverType",
2929
2953
  "kind": 1048576,
2930
2954
  "kindString": "Set signature",
@@ -2940,14 +2964,14 @@
2940
2964
  },
2941
2965
  "parameters": [
2942
2966
  {
2943
- "id": 277,
2967
+ "id": 279,
2944
2968
  "name": "value",
2945
2969
  "kind": 32768,
2946
2970
  "kindString": "Parameter",
2947
2971
  "flags": {},
2948
2972
  "type": {
2949
2973
  "type": "reference",
2950
- "id": 396,
2974
+ "id": 405,
2951
2975
  "name": "SkyPopoverType"
2952
2976
  }
2953
2977
  }
@@ -2960,7 +2984,7 @@
2960
2984
  ]
2961
2985
  },
2962
2986
  {
2963
- "id": 294,
2987
+ "id": 297,
2964
2988
  "name": "ngOnDestroy",
2965
2989
  "kind": 2048,
2966
2990
  "kindString": "Method",
@@ -2970,13 +2994,13 @@
2970
2994
  "sources": [
2971
2995
  {
2972
2996
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2973
- "line": 158,
2997
+ "line": 162,
2974
2998
  "character": 9
2975
2999
  }
2976
3000
  ],
2977
3001
  "signatures": [
2978
3002
  {
2979
- "id": 295,
3003
+ "id": 298,
2980
3004
  "name": "ngOnDestroy",
2981
3005
  "kind": 4096,
2982
3006
  "kindString": "Call signature",
@@ -3002,42 +3026,43 @@
3002
3026
  "title": "Constructors",
3003
3027
  "kind": 512,
3004
3028
  "children": [
3005
- 257
3029
+ 259
3006
3030
  ]
3007
3031
  },
3008
3032
  {
3009
3033
  "title": "Properties",
3010
3034
  "kind": 1024,
3011
3035
  "children": [
3012
- 282,
3013
- 278,
3014
- 279,
3015
- 273,
3016
- 283
3036
+ 284,
3037
+ 280,
3038
+ 285,
3039
+ 281,
3040
+ 275,
3041
+ 286
3017
3042
  ]
3018
3043
  },
3019
3044
  {
3020
3045
  "title": "Accessors",
3021
3046
  "kind": 262144,
3022
3047
  "children": [
3023
- 261,
3024
- 265,
3025
- 269,
3026
- 274
3048
+ 263,
3049
+ 267,
3050
+ 271,
3051
+ 276
3027
3052
  ]
3028
3053
  },
3029
3054
  {
3030
3055
  "title": "Methods",
3031
3056
  "kind": 2048,
3032
3057
  "children": [
3033
- 294
3058
+ 297
3034
3059
  ]
3035
3060
  }
3036
3061
  ],
3037
3062
  "sources": [
3038
3063
  {
3039
3064
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
3040
- "line": 33,
3065
+ "line": 35,
3041
3066
  "character": 13
3042
3067
  }
3043
3068
  ],
@@ -3051,7 +3076,7 @@
3051
3076
  ]
3052
3077
  },
3053
3078
  {
3054
- "id": 309,
3079
+ "id": 312,
3055
3080
  "name": "SkyPopoverDirective",
3056
3081
  "kind": 128,
3057
3082
  "kindString": "Class",
@@ -3072,7 +3097,7 @@
3072
3097
  ],
3073
3098
  "children": [
3074
3099
  {
3075
- "id": 310,
3100
+ "id": 313,
3076
3101
  "name": "constructor",
3077
3102
  "kind": 512,
3078
3103
  "kindString": "Constructor",
@@ -3080,20 +3105,20 @@
3080
3105
  "sources": [
3081
3106
  {
3082
3107
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3083
- "line": 73,
3108
+ "line": 104,
3084
3109
  "character": 2
3085
3110
  }
3086
3111
  ],
3087
3112
  "signatures": [
3088
3113
  {
3089
- "id": 311,
3114
+ "id": 314,
3090
3115
  "name": "SkyPopoverDirective",
3091
3116
  "kind": 16384,
3092
3117
  "kindString": "Constructor signature",
3093
3118
  "flags": {},
3094
3119
  "parameters": [
3095
3120
  {
3096
- "id": 312,
3121
+ "id": 315,
3097
3122
  "name": "elementRef",
3098
3123
  "kind": 32768,
3099
3124
  "kindString": "Parameter",
@@ -3114,28 +3139,22 @@
3114
3139
  ],
3115
3140
  "type": {
3116
3141
  "type": "reference",
3117
- "id": 309,
3142
+ "id": 312,
3118
3143
  "name": "SkyPopoverDirective"
3119
3144
  }
3120
3145
  }
3121
3146
  ]
3122
3147
  },
3123
3148
  {
3124
- "id": 313,
3125
- "name": "skyPopover",
3149
+ "id": 322,
3150
+ "name": "skyPopoverAlignment",
3126
3151
  "kind": 1024,
3127
3152
  "kindString": "Property",
3128
3153
  "flags": {
3129
3154
  "isPublic": true
3130
3155
  },
3131
3156
  "comment": {
3132
- "shortText": "The popover component to display. Add this directive to the trigger element that opens the popover.",
3133
- "tags": [
3134
- {
3135
- "tag": "required",
3136
- "text": "\n"
3137
- }
3138
- ]
3157
+ "shortText": "The horizontal alignment of the popover in relation to the trigger element."
3139
3158
  },
3140
3159
  "decorators": [
3141
3160
  {
@@ -3152,26 +3171,26 @@
3152
3171
  "sources": [
3153
3172
  {
3154
3173
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3155
- "line": 22,
3174
+ "line": 57,
3156
3175
  "character": 9
3157
3176
  }
3158
3177
  ],
3159
3178
  "type": {
3160
3179
  "type": "reference",
3161
- "id": 256,
3162
- "name": "SkyPopoverComponent"
3180
+ "id": 388,
3181
+ "name": "SkyPopoverAlignment"
3163
3182
  }
3164
3183
  },
3165
3184
  {
3166
- "id": 314,
3167
- "name": "skyPopoverAlignment",
3185
+ "id": 329,
3186
+ "name": "skyPopoverPlacement",
3168
3187
  "kind": 1024,
3169
3188
  "kindString": "Property",
3170
3189
  "flags": {
3171
3190
  "isPublic": true
3172
3191
  },
3173
3192
  "comment": {
3174
- "shortText": "The horizontal alignment of the popover in relation to the trigger element."
3193
+ "shortText": "The placement of the popover in relation to the trigger element."
3175
3194
  },
3176
3195
  "decorators": [
3177
3196
  {
@@ -3188,27 +3207,24 @@
3188
3207
  "sources": [
3189
3208
  {
3190
3209
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3191
- "line": 28,
3210
+ "line": 82,
3192
3211
  "character": 9
3193
3212
  }
3194
3213
  ],
3195
3214
  "type": {
3196
3215
  "type": "reference",
3197
- "id": 379,
3198
- "name": "SkyPopoverAlignment"
3216
+ "id": 396,
3217
+ "name": "SkyPopoverPlacement"
3199
3218
  }
3200
3219
  },
3201
3220
  {
3202
- "id": 321,
3203
- "name": "skyPopoverPlacement",
3204
- "kind": 1024,
3205
- "kindString": "Property",
3221
+ "id": 318,
3222
+ "name": "skyPopover",
3223
+ "kind": 262144,
3224
+ "kindString": "Accessor",
3206
3225
  "flags": {
3207
3226
  "isPublic": true
3208
3227
  },
3209
- "comment": {
3210
- "shortText": "The placement of the popover in relation to the trigger element."
3211
- },
3212
3228
  "decorators": [
3213
3229
  {
3214
3230
  "name": "Input",
@@ -3224,18 +3240,72 @@
3224
3240
  "sources": [
3225
3241
  {
3226
3242
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3227
- "line": 53,
3228
- "character": 9
3243
+ "line": 44,
3244
+ "character": 13
3229
3245
  }
3230
3246
  ],
3231
- "type": {
3232
- "type": "reference",
3233
- "id": 387,
3234
- "name": "SkyPopoverPlacement"
3235
- }
3247
+ "getSignature": [
3248
+ {
3249
+ "id": 319,
3250
+ "name": "skyPopover",
3251
+ "kind": 524288,
3252
+ "kindString": "Get signature",
3253
+ "flags": {},
3254
+ "comment": {
3255
+ "shortText": "The popover component to display. Add this directive to the trigger element that opens the popover.",
3256
+ "tags": [
3257
+ {
3258
+ "tag": "required",
3259
+ "text": "\n"
3260
+ }
3261
+ ]
3262
+ },
3263
+ "type": {
3264
+ "type": "reference",
3265
+ "id": 258,
3266
+ "name": "SkyPopoverComponent"
3267
+ }
3268
+ }
3269
+ ],
3270
+ "setSignature": [
3271
+ {
3272
+ "id": 320,
3273
+ "name": "skyPopover",
3274
+ "kind": 1048576,
3275
+ "kindString": "Set signature",
3276
+ "flags": {},
3277
+ "comment": {
3278
+ "shortText": "The popover component to display. Add this directive to the trigger element that opens the popover.",
3279
+ "tags": [
3280
+ {
3281
+ "tag": "required",
3282
+ "text": "\n"
3283
+ }
3284
+ ]
3285
+ },
3286
+ "parameters": [
3287
+ {
3288
+ "id": 321,
3289
+ "name": "value",
3290
+ "kind": 32768,
3291
+ "kindString": "Parameter",
3292
+ "flags": {},
3293
+ "type": {
3294
+ "type": "reference",
3295
+ "id": 258,
3296
+ "name": "SkyPopoverComponent"
3297
+ }
3298
+ }
3299
+ ],
3300
+ "type": {
3301
+ "type": "intrinsic",
3302
+ "name": "void"
3303
+ }
3304
+ }
3305
+ ]
3236
3306
  },
3237
3307
  {
3238
- "id": 315,
3308
+ "id": 323,
3239
3309
  "name": "skyPopoverMessageStream",
3240
3310
  "kind": 262144,
3241
3311
  "kindString": "Accessor",
@@ -3257,13 +3327,13 @@
3257
3327
  "sources": [
3258
3328
  {
3259
3329
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3260
- "line": 34,
3330
+ "line": 63,
3261
3331
  "character": 13
3262
3332
  }
3263
3333
  ],
3264
3334
  "getSignature": [
3265
3335
  {
3266
- "id": 316,
3336
+ "id": 324,
3267
3337
  "name": "skyPopoverMessageStream",
3268
3338
  "kind": 524288,
3269
3339
  "kindString": "Get signature",
@@ -3276,7 +3346,7 @@
3276
3346
  "typeArguments": [
3277
3347
  {
3278
3348
  "type": "reference",
3279
- "id": 380,
3349
+ "id": 389,
3280
3350
  "name": "SkyPopoverMessage"
3281
3351
  }
3282
3352
  ],
@@ -3288,7 +3358,7 @@
3288
3358
  ],
3289
3359
  "setSignature": [
3290
3360
  {
3291
- "id": 317,
3361
+ "id": 325,
3292
3362
  "name": "skyPopoverMessageStream",
3293
3363
  "kind": 1048576,
3294
3364
  "kindString": "Set signature",
@@ -3298,7 +3368,7 @@
3298
3368
  },
3299
3369
  "parameters": [
3300
3370
  {
3301
- "id": 318,
3371
+ "id": 326,
3302
3372
  "name": "value",
3303
3373
  "kind": 32768,
3304
3374
  "kindString": "Parameter",
@@ -3308,7 +3378,7 @@
3308
3378
  "typeArguments": [
3309
3379
  {
3310
3380
  "type": "reference",
3311
- "id": 380,
3381
+ "id": 389,
3312
3382
  "name": "SkyPopoverMessage"
3313
3383
  }
3314
3384
  ],
@@ -3326,7 +3396,7 @@
3326
3396
  ]
3327
3397
  },
3328
3398
  {
3329
- "id": 322,
3399
+ "id": 330,
3330
3400
  "name": "skyPopoverTrigger",
3331
3401
  "kind": 262144,
3332
3402
  "kindString": "Accessor",
@@ -3348,13 +3418,13 @@
3348
3418
  "sources": [
3349
3419
  {
3350
3420
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3351
- "line": 59,
3421
+ "line": 88,
3352
3422
  "character": 13
3353
3423
  }
3354
3424
  ],
3355
3425
  "getSignature": [
3356
3426
  {
3357
- "id": 323,
3427
+ "id": 331,
3358
3428
  "name": "skyPopoverTrigger",
3359
3429
  "kind": 524288,
3360
3430
  "kindString": "Get signature",
@@ -3364,14 +3434,14 @@
3364
3434
  },
3365
3435
  "type": {
3366
3436
  "type": "reference",
3367
- "id": 395,
3437
+ "id": 404,
3368
3438
  "name": "SkyPopoverTrigger"
3369
3439
  }
3370
3440
  }
3371
3441
  ],
3372
3442
  "setSignature": [
3373
3443
  {
3374
- "id": 324,
3444
+ "id": 332,
3375
3445
  "name": "skyPopoverTrigger",
3376
3446
  "kind": 1048576,
3377
3447
  "kindString": "Set signature",
@@ -3381,14 +3451,14 @@
3381
3451
  },
3382
3452
  "parameters": [
3383
3453
  {
3384
- "id": 325,
3454
+ "id": 333,
3385
3455
  "name": "value",
3386
3456
  "kind": 32768,
3387
3457
  "kindString": "Parameter",
3388
3458
  "flags": {},
3389
3459
  "type": {
3390
3460
  "type": "reference",
3391
- "id": 395,
3461
+ "id": 404,
3392
3462
  "name": "SkyPopoverTrigger"
3393
3463
  }
3394
3464
  }
@@ -3401,7 +3471,7 @@
3401
3471
  ]
3402
3472
  },
3403
3473
  {
3404
- "id": 331,
3474
+ "id": 340,
3405
3475
  "name": "ngOnDestroy",
3406
3476
  "kind": 2048,
3407
3477
  "kindString": "Method",
@@ -3411,13 +3481,13 @@
3411
3481
  "sources": [
3412
3482
  {
3413
3483
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3414
- "line": 82,
3484
+ "line": 113,
3415
3485
  "character": 9
3416
3486
  }
3417
3487
  ],
3418
3488
  "signatures": [
3419
3489
  {
3420
- "id": 332,
3490
+ "id": 341,
3421
3491
  "name": "ngOnDestroy",
3422
3492
  "kind": 4096,
3423
3493
  "kindString": "Call signature",
@@ -3438,7 +3508,7 @@
3438
3508
  }
3439
3509
  },
3440
3510
  {
3441
- "id": 329,
3511
+ "id": 338,
3442
3512
  "name": "ngOnInit",
3443
3513
  "kind": 2048,
3444
3514
  "kindString": "Method",
@@ -3448,13 +3518,13 @@
3448
3518
  "sources": [
3449
3519
  {
3450
3520
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3451
- "line": 78,
3521
+ "line": 109,
3452
3522
  "character": 9
3453
3523
  }
3454
3524
  ],
3455
3525
  "signatures": [
3456
3526
  {
3457
- "id": 330,
3527
+ "id": 339,
3458
3528
  "name": "ngOnInit",
3459
3529
  "kind": 4096,
3460
3530
  "kindString": "Call signature",
@@ -3475,7 +3545,7 @@
3475
3545
  }
3476
3546
  },
3477
3547
  {
3478
- "id": 333,
3548
+ "id": 342,
3479
3549
  "name": "togglePopover",
3480
3550
  "kind": 2048,
3481
3551
  "kindString": "Method",
@@ -3485,13 +3555,13 @@
3485
3555
  "sources": [
3486
3556
  {
3487
3557
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3488
- "line": 87,
3558
+ "line": 118,
3489
3559
  "character": 9
3490
3560
  }
3491
3561
  ],
3492
3562
  "signatures": [
3493
3563
  {
3494
- "id": 334,
3564
+ "id": 343,
3495
3565
  "name": "togglePopover",
3496
3566
  "kind": 4096,
3497
3567
  "kindString": "Call signature",
@@ -3509,40 +3579,40 @@
3509
3579
  "title": "Constructors",
3510
3580
  "kind": 512,
3511
3581
  "children": [
3512
- 310
3582
+ 313
3513
3583
  ]
3514
3584
  },
3515
3585
  {
3516
3586
  "title": "Properties",
3517
3587
  "kind": 1024,
3518
3588
  "children": [
3519
- 313,
3520
- 314,
3521
- 321
3589
+ 322,
3590
+ 329
3522
3591
  ]
3523
3592
  },
3524
3593
  {
3525
3594
  "title": "Accessors",
3526
3595
  "kind": 262144,
3527
3596
  "children": [
3528
- 315,
3529
- 322
3597
+ 318,
3598
+ 323,
3599
+ 330
3530
3600
  ]
3531
3601
  },
3532
3602
  {
3533
3603
  "title": "Methods",
3534
3604
  "kind": 2048,
3535
3605
  "children": [
3536
- 331,
3537
- 329,
3538
- 333
3606
+ 340,
3607
+ 338,
3608
+ 342
3539
3609
  ]
3540
3610
  }
3541
3611
  ],
3542
3612
  "sources": [
3543
3613
  {
3544
3614
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3545
- "line": 16,
3615
+ "line": 23,
3546
3616
  "character": 13
3547
3617
  }
3548
3618
  ],
@@ -3562,7 +3632,7 @@
3562
3632
  ]
3563
3633
  },
3564
3634
  {
3565
- "id": 380,
3635
+ "id": 389,
3566
3636
  "name": "SkyPopoverMessage",
3567
3637
  "kind": 256,
3568
3638
  "kindString": "Interface",
@@ -3572,7 +3642,7 @@
3572
3642
  },
3573
3643
  "children": [
3574
3644
  {
3575
- "id": 381,
3645
+ "id": 390,
3576
3646
  "name": "type",
3577
3647
  "kind": 1024,
3578
3648
  "kindString": "Property",
@@ -3591,7 +3661,7 @@
3591
3661
  ],
3592
3662
  "type": {
3593
3663
  "type": "reference",
3594
- "id": 382,
3664
+ "id": 391,
3595
3665
  "name": "SkyPopoverMessageType"
3596
3666
  }
3597
3667
  }
@@ -3601,7 +3671,7 @@
3601
3671
  "title": "Properties",
3602
3672
  "kind": 1024,
3603
3673
  "children": [
3604
- 381
3674
+ 390
3605
3675
  ]
3606
3676
  }
3607
3677
  ],
@@ -3614,7 +3684,7 @@
3614
3684
  ]
3615
3685
  },
3616
3686
  {
3617
- "id": 355,
3687
+ "id": 364,
3618
3688
  "name": "SkyDropdownButtonType",
3619
3689
  "kind": 4194304,
3620
3690
  "kindString": "Type alias",
@@ -3645,7 +3715,7 @@
3645
3715
  }
3646
3716
  },
3647
3717
  {
3648
- "id": 356,
3718
+ "id": 365,
3649
3719
  "name": "SkyDropdownHorizontalAlignment",
3650
3720
  "kind": 4194304,
3651
3721
  "kindString": "Type alias",
@@ -3679,7 +3749,7 @@
3679
3749
  }
3680
3750
  },
3681
3751
  {
3682
- "id": 372,
3752
+ "id": 381,
3683
3753
  "name": "SkyDropdownTriggerType",
3684
3754
  "kind": 4194304,
3685
3755
  "kindString": "Type alias",
@@ -3709,7 +3779,7 @@
3709
3779
  }
3710
3780
  },
3711
3781
  {
3712
- "id": 379,
3782
+ "id": 388,
3713
3783
  "name": "SkyPopoverAlignment",
3714
3784
  "kind": 4194304,
3715
3785
  "kindString": "Type alias",
@@ -3743,7 +3813,7 @@
3743
3813
  }
3744
3814
  },
3745
3815
  {
3746
- "id": 387,
3816
+ "id": 396,
3747
3817
  "name": "SkyPopoverPlacement",
3748
3818
  "kind": 4194304,
3749
3819
  "kindString": "Type alias",
@@ -3781,7 +3851,7 @@
3781
3851
  }
3782
3852
  },
3783
3853
  {
3784
- "id": 395,
3854
+ "id": 404,
3785
3855
  "name": "SkyPopoverTrigger",
3786
3856
  "kind": 4194304,
3787
3857
  "kindString": "Type alias",
@@ -3811,7 +3881,7 @@
3811
3881
  }
3812
3882
  },
3813
3883
  {
3814
- "id": 396,
3884
+ "id": 405,
3815
3885
  "name": "SkyPopoverType",
3816
3886
  "kind": 4194304,
3817
3887
  "kindString": "Type alias",
@@ -3841,14 +3911,14 @@
3841
3911
  }
3842
3912
  },
3843
3913
  {
3844
- "id": 491,
3914
+ "id": 500,
3845
3915
  "name": "SkyDropdownHarness",
3846
3916
  "kind": 128,
3847
3917
  "kindString": "Class",
3848
3918
  "flags": {},
3849
3919
  "children": [
3850
3920
  {
3851
- "id": 506,
3921
+ "id": 515,
3852
3922
  "name": "clickDropdownButton",
3853
3923
  "kind": 2048,
3854
3924
  "kindString": "Method",
@@ -3864,7 +3934,7 @@
3864
3934
  ],
3865
3935
  "signatures": [
3866
3936
  {
3867
- "id": 507,
3937
+ "id": 516,
3868
3938
  "name": "clickDropdownButton",
3869
3939
  "kind": 4096,
3870
3940
  "kindString": "Call signature",
@@ -3888,7 +3958,7 @@
3888
3958
  ]
3889
3959
  },
3890
3960
  {
3891
- "id": 508,
3961
+ "id": 517,
3892
3962
  "name": "getAriaLabel",
3893
3963
  "kind": 2048,
3894
3964
  "kindString": "Method",
@@ -3904,7 +3974,7 @@
3904
3974
  ],
3905
3975
  "signatures": [
3906
3976
  {
3907
- "id": 509,
3977
+ "id": 518,
3908
3978
  "name": "getAriaLabel",
3909
3979
  "kind": 4096,
3910
3980
  "kindString": "Call signature",
@@ -3928,7 +3998,7 @@
3928
3998
  ]
3929
3999
  },
3930
4000
  {
3931
- "id": 510,
4001
+ "id": 519,
3932
4002
  "name": "getButtonStyle",
3933
4003
  "kind": 2048,
3934
4004
  "kindString": "Method",
@@ -3944,7 +4014,7 @@
3944
4014
  ],
3945
4015
  "signatures": [
3946
4016
  {
3947
- "id": 511,
4017
+ "id": 520,
3948
4018
  "name": "getButtonStyle",
3949
4019
  "kind": 4096,
3950
4020
  "kindString": "Call signature",
@@ -3968,7 +4038,7 @@
3968
4038
  ]
3969
4039
  },
3970
4040
  {
3971
- "id": 512,
4041
+ "id": 521,
3972
4042
  "name": "getButtonType",
3973
4043
  "kind": 2048,
3974
4044
  "kindString": "Method",
@@ -3984,7 +4054,7 @@
3984
4054
  ],
3985
4055
  "signatures": [
3986
4056
  {
3987
- "id": 513,
4057
+ "id": 522,
3988
4058
  "name": "getButtonType",
3989
4059
  "kind": 4096,
3990
4060
  "kindString": "Call signature",
@@ -4008,7 +4078,7 @@
4008
4078
  ]
4009
4079
  },
4010
4080
  {
4011
- "id": 514,
4081
+ "id": 523,
4012
4082
  "name": "getDropdownMenu",
4013
4083
  "kind": 2048,
4014
4084
  "kindString": "Method",
@@ -4024,7 +4094,7 @@
4024
4094
  ],
4025
4095
  "signatures": [
4026
4096
  {
4027
- "id": 515,
4097
+ "id": 524,
4028
4098
  "name": "getDropdownMenu",
4029
4099
  "kind": 4096,
4030
4100
  "kindString": "Call signature",
@@ -4037,7 +4107,7 @@
4037
4107
  "typeArguments": [
4038
4108
  {
4039
4109
  "type": "reference",
4040
- "id": 551,
4110
+ "id": 560,
4041
4111
  "name": "SkyDropdownMenuHarness"
4042
4112
  }
4043
4113
  ],
@@ -4049,7 +4119,7 @@
4049
4119
  ]
4050
4120
  },
4051
4121
  {
4052
- "id": 516,
4122
+ "id": 525,
4053
4123
  "name": "getTitle",
4054
4124
  "kind": 2048,
4055
4125
  "kindString": "Method",
@@ -4065,7 +4135,7 @@
4065
4135
  ],
4066
4136
  "signatures": [
4067
4137
  {
4068
- "id": 517,
4138
+ "id": 526,
4069
4139
  "name": "getTitle",
4070
4140
  "kind": 4096,
4071
4141
  "kindString": "Call signature",
@@ -4089,7 +4159,7 @@
4089
4159
  ]
4090
4160
  },
4091
4161
  {
4092
- "id": 527,
4162
+ "id": 536,
4093
4163
  "name": "host",
4094
4164
  "kind": 2048,
4095
4165
  "kindString": "Method",
@@ -4103,7 +4173,7 @@
4103
4173
  ],
4104
4174
  "signatures": [
4105
4175
  {
4106
- "id": 528,
4176
+ "id": 537,
4107
4177
  "name": "host",
4108
4178
  "kind": 4096,
4109
4179
  "kindString": "Call signature",
@@ -4137,7 +4207,7 @@
4137
4207
  }
4138
4208
  },
4139
4209
  {
4140
- "id": 518,
4210
+ "id": 527,
4141
4211
  "name": "isDisabled",
4142
4212
  "kind": 2048,
4143
4213
  "kindString": "Method",
@@ -4153,7 +4223,7 @@
4153
4223
  ],
4154
4224
  "signatures": [
4155
4225
  {
4156
- "id": 519,
4226
+ "id": 528,
4157
4227
  "name": "isDisabled",
4158
4228
  "kind": 4096,
4159
4229
  "kindString": "Call signature",
@@ -4177,7 +4247,7 @@
4177
4247
  ]
4178
4248
  },
4179
4249
  {
4180
- "id": 520,
4250
+ "id": 529,
4181
4251
  "name": "isOpen",
4182
4252
  "kind": 2048,
4183
4253
  "kindString": "Method",
@@ -4193,7 +4263,7 @@
4193
4263
  ],
4194
4264
  "signatures": [
4195
4265
  {
4196
- "id": 521,
4266
+ "id": 530,
4197
4267
  "name": "isOpen",
4198
4268
  "kind": 4096,
4199
4269
  "kindString": "Call signature",
@@ -4217,7 +4287,7 @@
4217
4287
  ]
4218
4288
  },
4219
4289
  {
4220
- "id": 493,
4290
+ "id": 502,
4221
4291
  "name": "with",
4222
4292
  "kind": 2048,
4223
4293
  "kindString": "Method",
@@ -4234,7 +4304,7 @@
4234
4304
  ],
4235
4305
  "signatures": [
4236
4306
  {
4237
- "id": 494,
4307
+ "id": 503,
4238
4308
  "name": "with",
4239
4309
  "kind": 4096,
4240
4310
  "kindString": "Call signature",
@@ -4244,14 +4314,14 @@
4244
4314
  },
4245
4315
  "parameters": [
4246
4316
  {
4247
- "id": 495,
4317
+ "id": 504,
4248
4318
  "name": "filters",
4249
4319
  "kind": 32768,
4250
4320
  "kindString": "Parameter",
4251
4321
  "flags": {},
4252
4322
  "type": {
4253
4323
  "type": "reference",
4254
- "id": 547,
4324
+ "id": 556,
4255
4325
  "name": "SkyDropdownHarnessFilters"
4256
4326
  }
4257
4327
  }
@@ -4261,7 +4331,7 @@
4261
4331
  "typeArguments": [
4262
4332
  {
4263
4333
  "type": "reference",
4264
- "id": 491,
4334
+ "id": 500,
4265
4335
  "name": "SkyDropdownHarness"
4266
4336
  }
4267
4337
  ],
@@ -4278,23 +4348,23 @@
4278
4348
  "title": "Constructors",
4279
4349
  "kind": 512,
4280
4350
  "children": [
4281
- 501
4351
+ 510
4282
4352
  ]
4283
4353
  },
4284
4354
  {
4285
4355
  "title": "Methods",
4286
4356
  "kind": 2048,
4287
4357
  "children": [
4288
- 506,
4289
- 508,
4290
- 510,
4291
- 512,
4292
- 514,
4293
- 516,
4358
+ 515,
4359
+ 517,
4360
+ 519,
4361
+ 521,
4362
+ 523,
4363
+ 525,
4364
+ 536,
4294
4365
  527,
4295
- 518,
4296
- 520,
4297
- 493
4366
+ 529,
4367
+ 502
4298
4368
  ]
4299
4369
  }
4300
4370
  ],
@@ -4313,14 +4383,14 @@
4313
4383
  ]
4314
4384
  },
4315
4385
  {
4316
- "id": 603,
4386
+ "id": 612,
4317
4387
  "name": "SkyDropdownItemHarness",
4318
4388
  "kind": 128,
4319
4389
  "kindString": "Class",
4320
4390
  "flags": {},
4321
4391
  "children": [
4322
4392
  {
4323
- "id": 618,
4393
+ "id": 627,
4324
4394
  "name": "click",
4325
4395
  "kind": 2048,
4326
4396
  "kindString": "Method",
@@ -4336,7 +4406,7 @@
4336
4406
  ],
4337
4407
  "signatures": [
4338
4408
  {
4339
- "id": 619,
4409
+ "id": 628,
4340
4410
  "name": "click",
4341
4411
  "kind": 4096,
4342
4412
  "kindString": "Call signature",
@@ -4360,7 +4430,7 @@
4360
4430
  ]
4361
4431
  },
4362
4432
  {
4363
- "id": 620,
4433
+ "id": 629,
4364
4434
  "name": "getAriaRole",
4365
4435
  "kind": 2048,
4366
4436
  "kindString": "Method",
@@ -4376,7 +4446,7 @@
4376
4446
  ],
4377
4447
  "signatures": [
4378
4448
  {
4379
- "id": 621,
4449
+ "id": 630,
4380
4450
  "name": "getAriaRole",
4381
4451
  "kind": 4096,
4382
4452
  "kindString": "Call signature",
@@ -4400,7 +4470,7 @@
4400
4470
  ]
4401
4471
  },
4402
4472
  {
4403
- "id": 622,
4473
+ "id": 631,
4404
4474
  "name": "getText",
4405
4475
  "kind": 2048,
4406
4476
  "kindString": "Method",
@@ -4416,7 +4486,7 @@
4416
4486
  ],
4417
4487
  "signatures": [
4418
4488
  {
4419
- "id": 623,
4489
+ "id": 632,
4420
4490
  "name": "getText",
4421
4491
  "kind": 4096,
4422
4492
  "kindString": "Call signature",
@@ -4440,7 +4510,7 @@
4440
4510
  ]
4441
4511
  },
4442
4512
  {
4443
- "id": 627,
4513
+ "id": 636,
4444
4514
  "name": "host",
4445
4515
  "kind": 2048,
4446
4516
  "kindString": "Method",
@@ -4454,7 +4524,7 @@
4454
4524
  ],
4455
4525
  "signatures": [
4456
4526
  {
4457
- "id": 628,
4527
+ "id": 637,
4458
4528
  "name": "host",
4459
4529
  "kind": 4096,
4460
4530
  "kindString": "Call signature",
@@ -4488,7 +4558,7 @@
4488
4558
  }
4489
4559
  },
4490
4560
  {
4491
- "id": 605,
4561
+ "id": 614,
4492
4562
  "name": "with",
4493
4563
  "kind": 2048,
4494
4564
  "kindString": "Method",
@@ -4505,7 +4575,7 @@
4505
4575
  ],
4506
4576
  "signatures": [
4507
4577
  {
4508
- "id": 606,
4578
+ "id": 615,
4509
4579
  "name": "with",
4510
4580
  "kind": 4096,
4511
4581
  "kindString": "Call signature",
@@ -4515,14 +4585,14 @@
4515
4585
  },
4516
4586
  "parameters": [
4517
4587
  {
4518
- "id": 607,
4588
+ "id": 616,
4519
4589
  "name": "filters",
4520
4590
  "kind": 32768,
4521
4591
  "kindString": "Parameter",
4522
4592
  "flags": {},
4523
4593
  "type": {
4524
4594
  "type": "reference",
4525
- "id": 647,
4595
+ "id": 656,
4526
4596
  "name": "SkyDropdownItemHarnessFilters"
4527
4597
  }
4528
4598
  }
@@ -4532,7 +4602,7 @@
4532
4602
  "typeArguments": [
4533
4603
  {
4534
4604
  "type": "reference",
4535
- "id": 603,
4605
+ "id": 612,
4536
4606
  "name": "SkyDropdownItemHarness"
4537
4607
  }
4538
4608
  ],
@@ -4549,18 +4619,18 @@
4549
4619
  "title": "Constructors",
4550
4620
  "kind": 512,
4551
4621
  "children": [
4552
- 613
4622
+ 622
4553
4623
  ]
4554
4624
  },
4555
4625
  {
4556
4626
  "title": "Methods",
4557
4627
  "kind": 2048,
4558
4628
  "children": [
4559
- 618,
4560
- 620,
4561
- 622,
4562
4629
  627,
4563
- 605
4630
+ 629,
4631
+ 631,
4632
+ 636,
4633
+ 614
4564
4634
  ]
4565
4635
  }
4566
4636
  ],
@@ -4579,7 +4649,7 @@
4579
4649
  ]
4580
4650
  },
4581
4651
  {
4582
- "id": 551,
4652
+ "id": 560,
4583
4653
  "name": "SkyDropdownMenuHarness",
4584
4654
  "kind": 128,
4585
4655
  "kindString": "Class",
@@ -4589,7 +4659,7 @@
4589
4659
  },
4590
4660
  "children": [
4591
4661
  {
4592
- "id": 565,
4662
+ "id": 574,
4593
4663
  "name": "clickOut",
4594
4664
  "kind": 2048,
4595
4665
  "kindString": "Method",
@@ -4605,7 +4675,7 @@
4605
4675
  ],
4606
4676
  "signatures": [
4607
4677
  {
4608
- "id": 566,
4678
+ "id": 575,
4609
4679
  "name": "clickOut",
4610
4680
  "kind": 4096,
4611
4681
  "kindString": "Call signature",
@@ -4629,7 +4699,7 @@
4629
4699
  ]
4630
4700
  },
4631
4701
  {
4632
- "id": 567,
4702
+ "id": 576,
4633
4703
  "name": "getAriaLabelledBy",
4634
4704
  "kind": 2048,
4635
4705
  "kindString": "Method",
@@ -4645,7 +4715,7 @@
4645
4715
  ],
4646
4716
  "signatures": [
4647
4717
  {
4648
- "id": 568,
4718
+ "id": 577,
4649
4719
  "name": "getAriaLabelledBy",
4650
4720
  "kind": 4096,
4651
4721
  "kindString": "Call signature",
@@ -4669,7 +4739,7 @@
4669
4739
  ]
4670
4740
  },
4671
4741
  {
4672
- "id": 569,
4742
+ "id": 578,
4673
4743
  "name": "getAriaRole",
4674
4744
  "kind": 2048,
4675
4745
  "kindString": "Method",
@@ -4685,7 +4755,7 @@
4685
4755
  ],
4686
4756
  "signatures": [
4687
4757
  {
4688
- "id": 570,
4758
+ "id": 579,
4689
4759
  "name": "getAriaRole",
4690
4760
  "kind": 4096,
4691
4761
  "kindString": "Call signature",
@@ -4709,7 +4779,7 @@
4709
4779
  ]
4710
4780
  },
4711
4781
  {
4712
- "id": 574,
4782
+ "id": 583,
4713
4783
  "name": "getItem",
4714
4784
  "kind": 2048,
4715
4785
  "kindString": "Method",
@@ -4725,7 +4795,7 @@
4725
4795
  ],
4726
4796
  "signatures": [
4727
4797
  {
4728
- "id": 575,
4798
+ "id": 584,
4729
4799
  "name": "getItem",
4730
4800
  "kind": 4096,
4731
4801
  "kindString": "Call signature",
@@ -4735,7 +4805,7 @@
4735
4805
  },
4736
4806
  "parameters": [
4737
4807
  {
4738
- "id": 576,
4808
+ "id": 585,
4739
4809
  "name": "filters",
4740
4810
  "kind": 32768,
4741
4811
  "kindString": "Parameter",
@@ -4745,7 +4815,7 @@
4745
4815
  },
4746
4816
  "type": {
4747
4817
  "type": "reference",
4748
- "id": 647,
4818
+ "id": 656,
4749
4819
  "name": "SkyDropdownItemHarnessFilters"
4750
4820
  }
4751
4821
  }
@@ -4755,7 +4825,7 @@
4755
4825
  "typeArguments": [
4756
4826
  {
4757
4827
  "type": "reference",
4758
- "id": 603,
4828
+ "id": 612,
4759
4829
  "name": "SkyDropdownItemHarness"
4760
4830
  }
4761
4831
  ],
@@ -4767,7 +4837,7 @@
4767
4837
  ]
4768
4838
  },
4769
4839
  {
4770
- "id": 571,
4840
+ "id": 580,
4771
4841
  "name": "getItems",
4772
4842
  "kind": 2048,
4773
4843
  "kindString": "Method",
@@ -4783,7 +4853,7 @@
4783
4853
  ],
4784
4854
  "signatures": [
4785
4855
  {
4786
- "id": 572,
4856
+ "id": 581,
4787
4857
  "name": "getItems",
4788
4858
  "kind": 4096,
4789
4859
  "kindString": "Call signature",
@@ -4793,7 +4863,7 @@
4793
4863
  },
4794
4864
  "parameters": [
4795
4865
  {
4796
- "id": 573,
4866
+ "id": 582,
4797
4867
  "name": "filters",
4798
4868
  "kind": 32768,
4799
4869
  "kindString": "Parameter",
@@ -4805,7 +4875,7 @@
4805
4875
  },
4806
4876
  "type": {
4807
4877
  "type": "reference",
4808
- "id": 647,
4878
+ "id": 656,
4809
4879
  "name": "SkyDropdownItemHarnessFilters"
4810
4880
  }
4811
4881
  }
@@ -4817,7 +4887,7 @@
4817
4887
  "type": "array",
4818
4888
  "elementType": {
4819
4889
  "type": "reference",
4820
- "id": 603,
4890
+ "id": 612,
4821
4891
  "name": "SkyDropdownItemHarness"
4822
4892
  }
4823
4893
  }
@@ -4830,7 +4900,7 @@
4830
4900
  ]
4831
4901
  },
4832
4902
  {
4833
- "id": 580,
4903
+ "id": 589,
4834
4904
  "name": "host",
4835
4905
  "kind": 2048,
4836
4906
  "kindString": "Method",
@@ -4844,7 +4914,7 @@
4844
4914
  ],
4845
4915
  "signatures": [
4846
4916
  {
4847
- "id": 581,
4917
+ "id": 590,
4848
4918
  "name": "host",
4849
4919
  "kind": 4096,
4850
4920
  "kindString": "Call signature",
@@ -4878,7 +4948,7 @@
4878
4948
  }
4879
4949
  },
4880
4950
  {
4881
- "id": 553,
4951
+ "id": 562,
4882
4952
  "name": "with",
4883
4953
  "kind": 2048,
4884
4954
  "kindString": "Method",
@@ -4895,7 +4965,7 @@
4895
4965
  ],
4896
4966
  "signatures": [
4897
4967
  {
4898
- "id": 554,
4968
+ "id": 563,
4899
4969
  "name": "with",
4900
4970
  "kind": 4096,
4901
4971
  "kindString": "Call signature",
@@ -4905,14 +4975,14 @@
4905
4975
  },
4906
4976
  "parameters": [
4907
4977
  {
4908
- "id": 555,
4978
+ "id": 564,
4909
4979
  "name": "filters",
4910
4980
  "kind": 32768,
4911
4981
  "kindString": "Parameter",
4912
4982
  "flags": {},
4913
4983
  "type": {
4914
4984
  "type": "reference",
4915
- "id": 600,
4985
+ "id": 609,
4916
4986
  "name": "SkyDropdownMenuHarnessFilters"
4917
4987
  }
4918
4988
  }
@@ -4922,7 +4992,7 @@
4922
4992
  "typeArguments": [
4923
4993
  {
4924
4994
  "type": "reference",
4925
- "id": 551,
4995
+ "id": 560,
4926
4996
  "name": "SkyDropdownMenuHarness"
4927
4997
  }
4928
4998
  ],
@@ -4939,20 +5009,20 @@
4939
5009
  "title": "Constructors",
4940
5010
  "kind": 512,
4941
5011
  "children": [
4942
- 561
5012
+ 570
4943
5013
  ]
4944
5014
  },
4945
5015
  {
4946
5016
  "title": "Methods",
4947
5017
  "kind": 2048,
4948
5018
  "children": [
4949
- 565,
4950
- 567,
4951
- 569,
4952
5019
  574,
4953
- 571,
5020
+ 576,
5021
+ 578,
5022
+ 583,
4954
5023
  580,
4955
- 553
5024
+ 589,
5025
+ 562
4956
5026
  ]
4957
5027
  }
4958
5028
  ],
@@ -4971,102 +5041,1014 @@
4971
5041
  ]
4972
5042
  },
4973
5043
  {
4974
- "id": 547,
4975
- "name": "SkyDropdownHarnessFilters",
4976
- "kind": 256,
4977
- "kindString": "Interface",
5044
+ "id": 662,
5045
+ "name": "SkyPopoverContentHarness",
5046
+ "kind": 128,
5047
+ "kindString": "Class",
4978
5048
  "flags": {},
4979
5049
  "comment": {
4980
- "shortText": "A set of criteria that can be used to filter a list of `SkyDropdownHarness` instances."
5050
+ "shortText": "Harness for interacting with a popover content component in tests."
4981
5051
  },
4982
5052
  "children": [
4983
5053
  {
4984
- "id": 550,
4985
- "name": "ancestor",
4986
- "kind": 1024,
4987
- "kindString": "Property",
5054
+ "id": 696,
5055
+ "name": "clickOut",
5056
+ "kind": 2048,
5057
+ "kindString": "Method",
4988
5058
  "flags": {
4989
- "isOptional": true
4990
- },
4991
- "comment": {
4992
- "shortText": "Only find instances that are nested under an element with the given selector."
5059
+ "isPublic": true
4993
5060
  },
4994
5061
  "sources": [
4995
5062
  {
4996
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
4997
- "line": 28,
4998
- "character": 4
5063
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5064
+ "line": 120,
5065
+ "character": 15
4999
5066
  }
5000
5067
  ],
5001
- "type": {
5002
- "type": "intrinsic",
5003
- "name": "string"
5004
- },
5005
- "inheritedFrom": {
5006
- "type": "reference",
5007
- "name": "SkyHarnessFilters.ancestor"
5008
- }
5068
+ "signatures": [
5069
+ {
5070
+ "id": 697,
5071
+ "name": "clickOut",
5072
+ "kind": 4096,
5073
+ "kindString": "Call signature",
5074
+ "flags": {},
5075
+ "comment": {
5076
+ "shortText": "Clicks out of the popover. If `dismissOnBlur` property is set to false, then the popover does not close."
5077
+ },
5078
+ "type": {
5079
+ "type": "reference",
5080
+ "typeArguments": [
5081
+ {
5082
+ "type": "intrinsic",
5083
+ "name": "void"
5084
+ }
5085
+ ],
5086
+ "qualifiedName": "Promise",
5087
+ "package": "typescript",
5088
+ "name": "Promise"
5089
+ }
5090
+ }
5091
+ ]
5009
5092
  },
5010
5093
  {
5011
- "id": 548,
5012
- "name": "dataSkyId",
5013
- "kind": 1024,
5014
- "kindString": "Property",
5094
+ "id": 690,
5095
+ "name": "getAlignment",
5096
+ "kind": 2048,
5097
+ "kindString": "Method",
5015
5098
  "flags": {
5016
- "isOptional": true
5017
- },
5018
- "comment": {
5019
- "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
5099
+ "isPublic": true
5020
5100
  },
5021
5101
  "sources": [
5022
5102
  {
5023
- "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
5024
- "line": 11,
5025
- "character": 2
5103
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5104
+ "line": 89,
5105
+ "character": 15
5026
5106
  }
5027
5107
  ],
5028
- "type": {
5029
- "type": "union",
5030
- "types": [
5031
- {
5032
- "type": "intrinsic",
5033
- "name": "string"
5108
+ "signatures": [
5109
+ {
5110
+ "id": 691,
5111
+ "name": "getAlignment",
5112
+ "kind": 4096,
5113
+ "kindString": "Call signature",
5114
+ "flags": {},
5115
+ "comment": {
5116
+ "shortText": "Gets the alignment of the popover content."
5034
5117
  },
5035
- {
5118
+ "type": {
5036
5119
  "type": "reference",
5037
- "qualifiedName": "RegExp",
5120
+ "typeArguments": [
5121
+ {
5122
+ "type": "intrinsic",
5123
+ "name": "string"
5124
+ }
5125
+ ],
5126
+ "qualifiedName": "Promise",
5038
5127
  "package": "typescript",
5039
- "name": "RegExp"
5128
+ "name": "Promise"
5040
5129
  }
5041
- ]
5042
- },
5043
- "inheritedFrom": {
5044
- "type": "reference",
5045
- "name": "SkyHarnessFilters.dataSkyId"
5046
- }
5130
+ }
5131
+ ]
5047
5132
  },
5048
5133
  {
5049
- "id": 549,
5050
- "name": "selector",
5051
- "kind": 1024,
5052
- "kindString": "Property",
5134
+ "id": 694,
5135
+ "name": "getBodyText",
5136
+ "kind": 2048,
5137
+ "kindString": "Method",
5053
5138
  "flags": {
5054
- "isOptional": true
5055
- },
5056
- "comment": {
5057
- "shortText": "Only find instances whose host element matches the given selector."
5139
+ "isPublic": true
5058
5140
  },
5059
5141
  "sources": [
5060
5142
  {
5061
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
5062
- "line": 26,
5063
- "character": 4
5143
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5144
+ "line": 113,
5145
+ "character": 15
5064
5146
  }
5065
5147
  ],
5066
- "type": {
5067
- "type": "intrinsic",
5068
- "name": "string"
5069
- },
5148
+ "signatures": [
5149
+ {
5150
+ "id": 695,
5151
+ "name": "getBodyText",
5152
+ "kind": 4096,
5153
+ "kindString": "Call signature",
5154
+ "flags": {},
5155
+ "comment": {
5156
+ "shortText": "Gets the text of the popover content body."
5157
+ },
5158
+ "type": {
5159
+ "type": "reference",
5160
+ "typeArguments": [
5161
+ {
5162
+ "type": "intrinsic",
5163
+ "name": "string"
5164
+ }
5165
+ ],
5166
+ "qualifiedName": "Promise",
5167
+ "package": "typescript",
5168
+ "name": "Promise"
5169
+ }
5170
+ }
5171
+ ]
5172
+ },
5173
+ {
5174
+ "id": 688,
5175
+ "name": "getPlacement",
5176
+ "kind": 2048,
5177
+ "kindString": "Method",
5178
+ "flags": {
5179
+ "isPublic": true
5180
+ },
5181
+ "sources": [
5182
+ {
5183
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5184
+ "line": 72,
5185
+ "character": 15
5186
+ }
5187
+ ],
5188
+ "signatures": [
5189
+ {
5190
+ "id": 689,
5191
+ "name": "getPlacement",
5192
+ "kind": 4096,
5193
+ "kindString": "Call signature",
5194
+ "flags": {},
5195
+ "comment": {
5196
+ "shortText": "Gets the placement of the popover content."
5197
+ },
5198
+ "type": {
5199
+ "type": "reference",
5200
+ "typeArguments": [
5201
+ {
5202
+ "type": "intrinsic",
5203
+ "name": "string"
5204
+ }
5205
+ ],
5206
+ "qualifiedName": "Promise",
5207
+ "package": "typescript",
5208
+ "name": "Promise"
5209
+ }
5210
+ }
5211
+ ]
5212
+ },
5213
+ {
5214
+ "id": 692,
5215
+ "name": "getTitleText",
5216
+ "kind": 2048,
5217
+ "kindString": "Method",
5218
+ "flags": {
5219
+ "isPublic": true
5220
+ },
5221
+ "sources": [
5222
+ {
5223
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5224
+ "line": 106,
5225
+ "character": 15
5226
+ }
5227
+ ],
5228
+ "signatures": [
5229
+ {
5230
+ "id": 693,
5231
+ "name": "getTitleText",
5232
+ "kind": 4096,
5233
+ "kindString": "Call signature",
5234
+ "flags": {},
5235
+ "comment": {
5236
+ "shortText": "Gets the text of the popover content title."
5237
+ },
5238
+ "type": {
5239
+ "type": "reference",
5240
+ "typeArguments": [
5241
+ {
5242
+ "type": "intrinsic",
5243
+ "name": "string"
5244
+ }
5245
+ ],
5246
+ "qualifiedName": "Promise",
5247
+ "package": "typescript",
5248
+ "name": "Promise"
5249
+ }
5250
+ }
5251
+ ]
5252
+ },
5253
+ {
5254
+ "id": 699,
5255
+ "name": "host",
5256
+ "kind": 2048,
5257
+ "kindString": "Method",
5258
+ "flags": {},
5259
+ "sources": [
5260
+ {
5261
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
5262
+ "line": 40,
5263
+ "character": 4
5264
+ }
5265
+ ],
5266
+ "signatures": [
5267
+ {
5268
+ "id": 700,
5269
+ "name": "host",
5270
+ "kind": 4096,
5271
+ "kindString": "Call signature",
5272
+ "flags": {},
5273
+ "comment": {
5274
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
5275
+ },
5276
+ "type": {
5277
+ "type": "reference",
5278
+ "typeArguments": [
5279
+ {
5280
+ "type": "reference",
5281
+ "qualifiedName": "TestElement",
5282
+ "package": "@angular/cdk",
5283
+ "name": "TestElement"
5284
+ }
5285
+ ],
5286
+ "qualifiedName": "Promise",
5287
+ "package": "typescript",
5288
+ "name": "Promise"
5289
+ },
5290
+ "inheritedFrom": {
5291
+ "type": "reference",
5292
+ "name": "ComponentHarness.host"
5293
+ }
5294
+ }
5295
+ ],
5296
+ "inheritedFrom": {
5297
+ "type": "reference",
5298
+ "name": "ComponentHarness.host"
5299
+ }
5300
+ },
5301
+ {
5302
+ "id": 674,
5303
+ "name": "queryHarness",
5304
+ "kind": 2048,
5305
+ "kindString": "Method",
5306
+ "flags": {
5307
+ "isPublic": true
5308
+ },
5309
+ "sources": [
5310
+ {
5311
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5312
+ "line": 40,
5313
+ "character": 15
5314
+ }
5315
+ ],
5316
+ "signatures": [
5317
+ {
5318
+ "id": 675,
5319
+ "name": "queryHarness",
5320
+ "kind": 4096,
5321
+ "kindString": "Call signature",
5322
+ "flags": {},
5323
+ "comment": {
5324
+ "shortText": "Returns a child harness."
5325
+ },
5326
+ "typeParameter": [
5327
+ {
5328
+ "id": 676,
5329
+ "name": "T",
5330
+ "kind": 131072,
5331
+ "kindString": "Type parameter",
5332
+ "flags": {},
5333
+ "type": {
5334
+ "type": "reference",
5335
+ "typeArguments": [
5336
+ {
5337
+ "type": "reference",
5338
+ "id": 676,
5339
+ "name": "T"
5340
+ }
5341
+ ],
5342
+ "qualifiedName": "ComponentHarness",
5343
+ "package": "@angular/cdk",
5344
+ "name": "ComponentHarness"
5345
+ }
5346
+ }
5347
+ ],
5348
+ "parameters": [
5349
+ {
5350
+ "id": 677,
5351
+ "name": "harness",
5352
+ "kind": 32768,
5353
+ "kindString": "Parameter",
5354
+ "flags": {},
5355
+ "type": {
5356
+ "type": "reference",
5357
+ "typeArguments": [
5358
+ {
5359
+ "type": "reference",
5360
+ "id": 676,
5361
+ "name": "T"
5362
+ }
5363
+ ],
5364
+ "qualifiedName": "HarnessQuery",
5365
+ "package": "@angular/cdk",
5366
+ "name": "HarnessQuery"
5367
+ }
5368
+ }
5369
+ ],
5370
+ "type": {
5371
+ "type": "reference",
5372
+ "typeArguments": [
5373
+ {
5374
+ "type": "reference",
5375
+ "id": 676,
5376
+ "name": "T"
5377
+ }
5378
+ ],
5379
+ "qualifiedName": "Promise",
5380
+ "package": "typescript",
5381
+ "name": "Promise"
5382
+ }
5383
+ }
5384
+ ]
5385
+ },
5386
+ {
5387
+ "id": 678,
5388
+ "name": "queryHarnesses",
5389
+ "kind": 2048,
5390
+ "kindString": "Method",
5391
+ "flags": {
5392
+ "isPublic": true
5393
+ },
5394
+ "sources": [
5395
+ {
5396
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5397
+ "line": 49,
5398
+ "character": 15
5399
+ }
5400
+ ],
5401
+ "signatures": [
5402
+ {
5403
+ "id": 679,
5404
+ "name": "queryHarnesses",
5405
+ "kind": 4096,
5406
+ "kindString": "Call signature",
5407
+ "flags": {},
5408
+ "comment": {
5409
+ "shortText": "Returns child harnesses."
5410
+ },
5411
+ "typeParameter": [
5412
+ {
5413
+ "id": 680,
5414
+ "name": "T",
5415
+ "kind": 131072,
5416
+ "kindString": "Type parameter",
5417
+ "flags": {},
5418
+ "type": {
5419
+ "type": "reference",
5420
+ "typeArguments": [
5421
+ {
5422
+ "type": "reference",
5423
+ "id": 680,
5424
+ "name": "T"
5425
+ }
5426
+ ],
5427
+ "qualifiedName": "ComponentHarness",
5428
+ "package": "@angular/cdk",
5429
+ "name": "ComponentHarness"
5430
+ }
5431
+ }
5432
+ ],
5433
+ "parameters": [
5434
+ {
5435
+ "id": 681,
5436
+ "name": "harness",
5437
+ "kind": 32768,
5438
+ "kindString": "Parameter",
5439
+ "flags": {},
5440
+ "type": {
5441
+ "type": "reference",
5442
+ "typeArguments": [
5443
+ {
5444
+ "type": "reference",
5445
+ "id": 680,
5446
+ "name": "T"
5447
+ }
5448
+ ],
5449
+ "qualifiedName": "HarnessQuery",
5450
+ "package": "@angular/cdk",
5451
+ "name": "HarnessQuery"
5452
+ }
5453
+ }
5454
+ ],
5455
+ "type": {
5456
+ "type": "reference",
5457
+ "typeArguments": [
5458
+ {
5459
+ "type": "array",
5460
+ "elementType": {
5461
+ "type": "reference",
5462
+ "id": 680,
5463
+ "name": "T"
5464
+ }
5465
+ }
5466
+ ],
5467
+ "qualifiedName": "Promise",
5468
+ "package": "typescript",
5469
+ "name": "Promise"
5470
+ }
5471
+ }
5472
+ ]
5473
+ },
5474
+ {
5475
+ "id": 682,
5476
+ "name": "querySelector",
5477
+ "kind": 2048,
5478
+ "kindString": "Method",
5479
+ "flags": {
5480
+ "isPublic": true
5481
+ },
5482
+ "sources": [
5483
+ {
5484
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5485
+ "line": 58,
5486
+ "character": 15
5487
+ }
5488
+ ],
5489
+ "signatures": [
5490
+ {
5491
+ "id": 683,
5492
+ "name": "querySelector",
5493
+ "kind": 4096,
5494
+ "kindString": "Call signature",
5495
+ "flags": {},
5496
+ "comment": {
5497
+ "shortText": "Returns a child test element."
5498
+ },
5499
+ "parameters": [
5500
+ {
5501
+ "id": 684,
5502
+ "name": "selector",
5503
+ "kind": 32768,
5504
+ "kindString": "Parameter",
5505
+ "flags": {},
5506
+ "type": {
5507
+ "type": "intrinsic",
5508
+ "name": "string"
5509
+ }
5510
+ }
5511
+ ],
5512
+ "type": {
5513
+ "type": "reference",
5514
+ "typeArguments": [
5515
+ {
5516
+ "type": "reference",
5517
+ "qualifiedName": "TestElement",
5518
+ "package": "@angular/cdk",
5519
+ "name": "TestElement"
5520
+ }
5521
+ ],
5522
+ "qualifiedName": "Promise",
5523
+ "package": "typescript",
5524
+ "name": "Promise"
5525
+ }
5526
+ }
5527
+ ]
5528
+ },
5529
+ {
5530
+ "id": 685,
5531
+ "name": "querySelectorAll",
5532
+ "kind": 2048,
5533
+ "kindString": "Method",
5534
+ "flags": {
5535
+ "isPublic": true
5536
+ },
5537
+ "sources": [
5538
+ {
5539
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5540
+ "line": 65,
5541
+ "character": 15
5542
+ }
5543
+ ],
5544
+ "signatures": [
5545
+ {
5546
+ "id": 686,
5547
+ "name": "querySelectorAll",
5548
+ "kind": 4096,
5549
+ "kindString": "Call signature",
5550
+ "flags": {},
5551
+ "comment": {
5552
+ "shortText": "Returns child test elements."
5553
+ },
5554
+ "parameters": [
5555
+ {
5556
+ "id": 687,
5557
+ "name": "selector",
5558
+ "kind": 32768,
5559
+ "kindString": "Parameter",
5560
+ "flags": {},
5561
+ "type": {
5562
+ "type": "intrinsic",
5563
+ "name": "string"
5564
+ }
5565
+ }
5566
+ ],
5567
+ "type": {
5568
+ "type": "reference",
5569
+ "typeArguments": [
5570
+ {
5571
+ "type": "array",
5572
+ "elementType": {
5573
+ "type": "reference",
5574
+ "qualifiedName": "TestElement",
5575
+ "package": "@angular/cdk",
5576
+ "name": "TestElement"
5577
+ }
5578
+ }
5579
+ ],
5580
+ "qualifiedName": "Promise",
5581
+ "package": "typescript",
5582
+ "name": "Promise"
5583
+ }
5584
+ }
5585
+ ]
5586
+ },
5587
+ {
5588
+ "id": 664,
5589
+ "name": "with",
5590
+ "kind": 2048,
5591
+ "kindString": "Method",
5592
+ "flags": {
5593
+ "isPublic": true,
5594
+ "isStatic": true
5595
+ },
5596
+ "sources": [
5597
+ {
5598
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5599
+ "line": 31,
5600
+ "character": 16
5601
+ }
5602
+ ],
5603
+ "signatures": [
5604
+ {
5605
+ "id": 665,
5606
+ "name": "with",
5607
+ "kind": 4096,
5608
+ "kindString": "Call signature",
5609
+ "flags": {},
5610
+ "comment": {
5611
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyPopoverContentHarness` that meets certain criteria."
5612
+ },
5613
+ "parameters": [
5614
+ {
5615
+ "id": 666,
5616
+ "name": "filters",
5617
+ "kind": 32768,
5618
+ "kindString": "Parameter",
5619
+ "flags": {},
5620
+ "type": {
5621
+ "type": "reference",
5622
+ "name": "SkyPopoverContentHarnessFilters"
5623
+ }
5624
+ }
5625
+ ],
5626
+ "type": {
5627
+ "type": "reference",
5628
+ "typeArguments": [
5629
+ {
5630
+ "type": "reference",
5631
+ "id": 662,
5632
+ "name": "SkyPopoverContentHarness"
5633
+ }
5634
+ ],
5635
+ "qualifiedName": "HarnessPredicate",
5636
+ "package": "@angular/cdk",
5637
+ "name": "HarnessPredicate"
5638
+ }
5639
+ }
5640
+ ]
5641
+ }
5642
+ ],
5643
+ "groups": [
5644
+ {
5645
+ "title": "Constructors",
5646
+ "kind": 512,
5647
+ "children": [
5648
+ 667
5649
+ ]
5650
+ },
5651
+ {
5652
+ "title": "Methods",
5653
+ "kind": 2048,
5654
+ "children": [
5655
+ 696,
5656
+ 690,
5657
+ 694,
5658
+ 688,
5659
+ 692,
5660
+ 699,
5661
+ 674,
5662
+ 678,
5663
+ 682,
5664
+ 685,
5665
+ 664
5666
+ ]
5667
+ }
5668
+ ],
5669
+ "sources": [
5670
+ {
5671
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-content-harness.ts",
5672
+ "line": 15,
5673
+ "character": 13
5674
+ }
5675
+ ],
5676
+ "extendedTypes": [
5677
+ {
5678
+ "type": "reference",
5679
+ "qualifiedName": "ComponentHarness",
5680
+ "package": "@angular/cdk",
5681
+ "name": "ComponentHarness"
5682
+ }
5683
+ ]
5684
+ },
5685
+ {
5686
+ "id": 722,
5687
+ "name": "SkyPopoverHarness",
5688
+ "kind": 128,
5689
+ "kindString": "Class",
5690
+ "flags": {},
5691
+ "comment": {
5692
+ "shortText": "Harness for interacting with a popover component in tests."
5693
+ },
5694
+ "children": [
5695
+ {
5696
+ "id": 736,
5697
+ "name": "clickPopoverButton",
5698
+ "kind": 2048,
5699
+ "kindString": "Method",
5700
+ "flags": {
5701
+ "isPublic": true
5702
+ },
5703
+ "sources": [
5704
+ {
5705
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-harness.ts",
5706
+ "line": 31,
5707
+ "character": 15
5708
+ }
5709
+ ],
5710
+ "signatures": [
5711
+ {
5712
+ "id": 737,
5713
+ "name": "clickPopoverButton",
5714
+ "kind": 4096,
5715
+ "kindString": "Call signature",
5716
+ "flags": {},
5717
+ "comment": {
5718
+ "shortText": "Toggles a popover open or closed."
5719
+ },
5720
+ "type": {
5721
+ "type": "reference",
5722
+ "typeArguments": [
5723
+ {
5724
+ "type": "intrinsic",
5725
+ "name": "void"
5726
+ }
5727
+ ],
5728
+ "qualifiedName": "Promise",
5729
+ "package": "typescript",
5730
+ "name": "Promise"
5731
+ }
5732
+ }
5733
+ ]
5734
+ },
5735
+ {
5736
+ "id": 738,
5737
+ "name": "getPopoverContent",
5738
+ "kind": 2048,
5739
+ "kindString": "Method",
5740
+ "flags": {
5741
+ "isPublic": true
5742
+ },
5743
+ "sources": [
5744
+ {
5745
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-harness.ts",
5746
+ "line": 38,
5747
+ "character": 15
5748
+ }
5749
+ ],
5750
+ "signatures": [
5751
+ {
5752
+ "id": 739,
5753
+ "name": "getPopoverContent",
5754
+ "kind": 4096,
5755
+ "kindString": "Call signature",
5756
+ "flags": {},
5757
+ "comment": {
5758
+ "shortText": "Gets the popover content component."
5759
+ },
5760
+ "type": {
5761
+ "type": "reference",
5762
+ "typeArguments": [
5763
+ {
5764
+ "type": "reference",
5765
+ "id": 662,
5766
+ "name": "SkyPopoverContentHarness"
5767
+ }
5768
+ ],
5769
+ "qualifiedName": "Promise",
5770
+ "package": "typescript",
5771
+ "name": "Promise"
5772
+ }
5773
+ }
5774
+ ]
5775
+ },
5776
+ {
5777
+ "id": 749,
5778
+ "name": "host",
5779
+ "kind": 2048,
5780
+ "kindString": "Method",
5781
+ "flags": {},
5782
+ "sources": [
5783
+ {
5784
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
5785
+ "line": 40,
5786
+ "character": 4
5787
+ }
5788
+ ],
5789
+ "signatures": [
5790
+ {
5791
+ "id": 750,
5792
+ "name": "host",
5793
+ "kind": 4096,
5794
+ "kindString": "Call signature",
5795
+ "flags": {},
5796
+ "comment": {
5797
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
5798
+ },
5799
+ "type": {
5800
+ "type": "reference",
5801
+ "typeArguments": [
5802
+ {
5803
+ "type": "reference",
5804
+ "qualifiedName": "TestElement",
5805
+ "package": "@angular/cdk",
5806
+ "name": "TestElement"
5807
+ }
5808
+ ],
5809
+ "qualifiedName": "Promise",
5810
+ "package": "typescript",
5811
+ "name": "Promise"
5812
+ },
5813
+ "inheritedFrom": {
5814
+ "type": "reference",
5815
+ "name": "SkyComponentHarness.host"
5816
+ }
5817
+ }
5818
+ ],
5819
+ "inheritedFrom": {
5820
+ "type": "reference",
5821
+ "name": "SkyComponentHarness.host"
5822
+ }
5823
+ },
5824
+ {
5825
+ "id": 740,
5826
+ "name": "isOpen",
5827
+ "kind": 2048,
5828
+ "kindString": "Method",
5829
+ "flags": {
5830
+ "isPublic": true
5831
+ },
5832
+ "sources": [
5833
+ {
5834
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-harness.ts",
5835
+ "line": 51,
5836
+ "character": 15
5837
+ }
5838
+ ],
5839
+ "signatures": [
5840
+ {
5841
+ "id": 741,
5842
+ "name": "isOpen",
5843
+ "kind": 4096,
5844
+ "kindString": "Call signature",
5845
+ "flags": {},
5846
+ "comment": {
5847
+ "shortText": "Whether the popover is open."
5848
+ },
5849
+ "type": {
5850
+ "type": "reference",
5851
+ "typeArguments": [
5852
+ {
5853
+ "type": "intrinsic",
5854
+ "name": "boolean"
5855
+ }
5856
+ ],
5857
+ "qualifiedName": "Promise",
5858
+ "package": "typescript",
5859
+ "name": "Promise"
5860
+ }
5861
+ }
5862
+ ]
5863
+ },
5864
+ {
5865
+ "id": 724,
5866
+ "name": "with",
5867
+ "kind": 2048,
5868
+ "kindString": "Method",
5869
+ "flags": {
5870
+ "isPublic": true,
5871
+ "isStatic": true
5872
+ },
5873
+ "sources": [
5874
+ {
5875
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-harness.ts",
5876
+ "line": 22,
5877
+ "character": 16
5878
+ }
5879
+ ],
5880
+ "signatures": [
5881
+ {
5882
+ "id": 725,
5883
+ "name": "with",
5884
+ "kind": 4096,
5885
+ "kindString": "Call signature",
5886
+ "flags": {},
5887
+ "comment": {
5888
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyPopoverHarness` that meets certain criteria."
5889
+ },
5890
+ "parameters": [
5891
+ {
5892
+ "id": 726,
5893
+ "name": "filters",
5894
+ "kind": 32768,
5895
+ "kindString": "Parameter",
5896
+ "flags": {},
5897
+ "type": {
5898
+ "type": "reference",
5899
+ "id": 769,
5900
+ "name": "SkyPopoverHarnessFilters"
5901
+ }
5902
+ }
5903
+ ],
5904
+ "type": {
5905
+ "type": "reference",
5906
+ "typeArguments": [
5907
+ {
5908
+ "type": "reference",
5909
+ "id": 722,
5910
+ "name": "SkyPopoverHarness"
5911
+ }
5912
+ ],
5913
+ "qualifiedName": "HarnessPredicate",
5914
+ "package": "@angular/cdk",
5915
+ "name": "HarnessPredicate"
5916
+ }
5917
+ }
5918
+ ]
5919
+ }
5920
+ ],
5921
+ "groups": [
5922
+ {
5923
+ "title": "Constructors",
5924
+ "kind": 512,
5925
+ "children": [
5926
+ 732
5927
+ ]
5928
+ },
5929
+ {
5930
+ "title": "Methods",
5931
+ "kind": 2048,
5932
+ "children": [
5933
+ 736,
5934
+ 738,
5935
+ 749,
5936
+ 740,
5937
+ 724
5938
+ ]
5939
+ }
5940
+ ],
5941
+ "sources": [
5942
+ {
5943
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-harness.ts",
5944
+ "line": 10,
5945
+ "character": 13
5946
+ }
5947
+ ],
5948
+ "extendedTypes": [
5949
+ {
5950
+ "type": "reference",
5951
+ "name": "SkyComponentHarness"
5952
+ }
5953
+ ]
5954
+ },
5955
+ {
5956
+ "id": 556,
5957
+ "name": "SkyDropdownHarnessFilters",
5958
+ "kind": 256,
5959
+ "kindString": "Interface",
5960
+ "flags": {},
5961
+ "comment": {
5962
+ "shortText": "A set of criteria that can be used to filter a list of `SkyDropdownHarness` instances."
5963
+ },
5964
+ "children": [
5965
+ {
5966
+ "id": 559,
5967
+ "name": "ancestor",
5968
+ "kind": 1024,
5969
+ "kindString": "Property",
5970
+ "flags": {
5971
+ "isOptional": true
5972
+ },
5973
+ "comment": {
5974
+ "shortText": "Only find instances that are nested under an element with the given selector."
5975
+ },
5976
+ "sources": [
5977
+ {
5978
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
5979
+ "line": 28,
5980
+ "character": 4
5981
+ }
5982
+ ],
5983
+ "type": {
5984
+ "type": "intrinsic",
5985
+ "name": "string"
5986
+ },
5987
+ "inheritedFrom": {
5988
+ "type": "reference",
5989
+ "name": "SkyHarnessFilters.ancestor"
5990
+ }
5991
+ },
5992
+ {
5993
+ "id": 557,
5994
+ "name": "dataSkyId",
5995
+ "kind": 1024,
5996
+ "kindString": "Property",
5997
+ "flags": {
5998
+ "isOptional": true
5999
+ },
6000
+ "comment": {
6001
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
6002
+ },
6003
+ "sources": [
6004
+ {
6005
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
6006
+ "line": 11,
6007
+ "character": 2
6008
+ }
6009
+ ],
6010
+ "type": {
6011
+ "type": "union",
6012
+ "types": [
6013
+ {
6014
+ "type": "intrinsic",
6015
+ "name": "string"
6016
+ },
6017
+ {
6018
+ "type": "reference",
6019
+ "qualifiedName": "RegExp",
6020
+ "package": "typescript",
6021
+ "name": "RegExp"
6022
+ }
6023
+ ]
6024
+ },
6025
+ "inheritedFrom": {
6026
+ "type": "reference",
6027
+ "name": "SkyHarnessFilters.dataSkyId"
6028
+ }
6029
+ },
6030
+ {
6031
+ "id": 558,
6032
+ "name": "selector",
6033
+ "kind": 1024,
6034
+ "kindString": "Property",
6035
+ "flags": {
6036
+ "isOptional": true
6037
+ },
6038
+ "comment": {
6039
+ "shortText": "Only find instances whose host element matches the given selector."
6040
+ },
6041
+ "sources": [
6042
+ {
6043
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
6044
+ "line": 26,
6045
+ "character": 4
6046
+ }
6047
+ ],
6048
+ "type": {
6049
+ "type": "intrinsic",
6050
+ "name": "string"
6051
+ },
5070
6052
  "inheritedFrom": {
5071
6053
  "type": "reference",
5072
6054
  "name": "SkyHarnessFilters.selector"
@@ -5078,9 +6060,9 @@
5078
6060
  "title": "Properties",
5079
6061
  "kind": 1024,
5080
6062
  "children": [
5081
- 550,
5082
- 548,
5083
- 549
6063
+ 559,
6064
+ 557,
6065
+ 558
5084
6066
  ]
5085
6067
  }
5086
6068
  ],
@@ -5099,7 +6081,7 @@
5099
6081
  ]
5100
6082
  },
5101
6083
  {
5102
- "id": 647,
6084
+ "id": 656,
5103
6085
  "name": "SkyDropdownItemHarnessFilters",
5104
6086
  "kind": 256,
5105
6087
  "kindString": "Interface",
@@ -5109,7 +6091,7 @@
5109
6091
  },
5110
6092
  "children": [
5111
6093
  {
5112
- "id": 652,
6094
+ "id": 661,
5113
6095
  "name": "ancestor",
5114
6096
  "kind": 1024,
5115
6097
  "kindString": "Property",
@@ -5136,7 +6118,7 @@
5136
6118
  }
5137
6119
  },
5138
6120
  {
5139
- "id": 648,
6121
+ "id": 657,
5140
6122
  "name": "ariaRole",
5141
6123
  "kind": 1024,
5142
6124
  "kindString": "Property",
@@ -5159,7 +6141,7 @@
5159
6141
  }
5160
6142
  },
5161
6143
  {
5162
- "id": 650,
6144
+ "id": 659,
5163
6145
  "name": "dataSkyId",
5164
6146
  "kind": 1024,
5165
6147
  "kindString": "Property",
@@ -5197,7 +6179,7 @@
5197
6179
  }
5198
6180
  },
5199
6181
  {
5200
- "id": 651,
6182
+ "id": 660,
5201
6183
  "name": "selector",
5202
6184
  "kind": 1024,
5203
6185
  "kindString": "Property",
@@ -5224,7 +6206,7 @@
5224
6206
  }
5225
6207
  },
5226
6208
  {
5227
- "id": 649,
6209
+ "id": 658,
5228
6210
  "name": "text",
5229
6211
  "kind": 1024,
5230
6212
  "kindString": "Property",
@@ -5252,11 +6234,11 @@
5252
6234
  "title": "Properties",
5253
6235
  "kind": 1024,
5254
6236
  "children": [
5255
- 652,
5256
- 648,
5257
- 650,
5258
- 651,
5259
- 649
6237
+ 661,
6238
+ 657,
6239
+ 659,
6240
+ 660,
6241
+ 658
5260
6242
  ]
5261
6243
  }
5262
6244
  ],
@@ -5275,7 +6257,7 @@
5275
6257
  ]
5276
6258
  },
5277
6259
  {
5278
- "id": 600,
6260
+ "id": 609,
5279
6261
  "name": "SkyDropdownMenuHarnessFilters",
5280
6262
  "kind": 256,
5281
6263
  "kindString": "Interface",
@@ -5285,7 +6267,7 @@
5285
6267
  },
5286
6268
  "children": [
5287
6269
  {
5288
- "id": 602,
6270
+ "id": 611,
5289
6271
  "name": "ancestor",
5290
6272
  "kind": 1024,
5291
6273
  "kindString": "Property",
@@ -5312,7 +6294,7 @@
5312
6294
  }
5313
6295
  },
5314
6296
  {
5315
- "id": 601,
6297
+ "id": 610,
5316
6298
  "name": "selector",
5317
6299
  "kind": 1024,
5318
6300
  "kindString": "Property",
@@ -5344,8 +6326,8 @@
5344
6326
  "title": "Properties",
5345
6327
  "kind": 1024,
5346
6328
  "children": [
5347
- 602,
5348
- 601
6329
+ 611,
6330
+ 610
5349
6331
  ]
5350
6332
  }
5351
6333
  ],
@@ -5364,6 +6346,134 @@
5364
6346
  "name": "BaseHarnessFilters"
5365
6347
  }
5366
6348
  ]
6349
+ },
6350
+ {
6351
+ "id": 769,
6352
+ "name": "SkyPopoverHarnessFilters",
6353
+ "kind": 256,
6354
+ "kindString": "Interface",
6355
+ "flags": {},
6356
+ "comment": {
6357
+ "shortText": "A set of criteria that can be used to filter a list of SkyPopoverHarness instances."
6358
+ },
6359
+ "children": [
6360
+ {
6361
+ "id": 772,
6362
+ "name": "ancestor",
6363
+ "kind": 1024,
6364
+ "kindString": "Property",
6365
+ "flags": {
6366
+ "isOptional": true
6367
+ },
6368
+ "comment": {
6369
+ "shortText": "Only find instances that are nested under an element with the given selector."
6370
+ },
6371
+ "sources": [
6372
+ {
6373
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
6374
+ "line": 28,
6375
+ "character": 4
6376
+ }
6377
+ ],
6378
+ "type": {
6379
+ "type": "intrinsic",
6380
+ "name": "string"
6381
+ },
6382
+ "inheritedFrom": {
6383
+ "type": "reference",
6384
+ "name": "SkyHarnessFilters.ancestor"
6385
+ }
6386
+ },
6387
+ {
6388
+ "id": 770,
6389
+ "name": "dataSkyId",
6390
+ "kind": 1024,
6391
+ "kindString": "Property",
6392
+ "flags": {
6393
+ "isOptional": true
6394
+ },
6395
+ "comment": {
6396
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
6397
+ },
6398
+ "sources": [
6399
+ {
6400
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
6401
+ "line": 11,
6402
+ "character": 2
6403
+ }
6404
+ ],
6405
+ "type": {
6406
+ "type": "union",
6407
+ "types": [
6408
+ {
6409
+ "type": "intrinsic",
6410
+ "name": "string"
6411
+ },
6412
+ {
6413
+ "type": "reference",
6414
+ "qualifiedName": "RegExp",
6415
+ "package": "typescript",
6416
+ "name": "RegExp"
6417
+ }
6418
+ ]
6419
+ },
6420
+ "inheritedFrom": {
6421
+ "type": "reference",
6422
+ "name": "SkyHarnessFilters.dataSkyId"
6423
+ }
6424
+ },
6425
+ {
6426
+ "id": 771,
6427
+ "name": "selector",
6428
+ "kind": 1024,
6429
+ "kindString": "Property",
6430
+ "flags": {
6431
+ "isOptional": true
6432
+ },
6433
+ "comment": {
6434
+ "shortText": "Only find instances whose host element matches the given selector."
6435
+ },
6436
+ "sources": [
6437
+ {
6438
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
6439
+ "line": 26,
6440
+ "character": 4
6441
+ }
6442
+ ],
6443
+ "type": {
6444
+ "type": "intrinsic",
6445
+ "name": "string"
6446
+ },
6447
+ "inheritedFrom": {
6448
+ "type": "reference",
6449
+ "name": "SkyHarnessFilters.selector"
6450
+ }
6451
+ }
6452
+ ],
6453
+ "groups": [
6454
+ {
6455
+ "title": "Properties",
6456
+ "kind": 1024,
6457
+ "children": [
6458
+ 772,
6459
+ 770,
6460
+ 771
6461
+ ]
6462
+ }
6463
+ ],
6464
+ "sources": [
6465
+ {
6466
+ "fileName": "projects/popovers/src/testing/popover/harness/popover-harness-filters.ts",
6467
+ "line": 7,
6468
+ "character": 17
6469
+ }
6470
+ ],
6471
+ "extendedTypes": [
6472
+ {
6473
+ "type": "reference",
6474
+ "name": "SkyHarnessFilters"
6475
+ }
6476
+ ]
5367
6477
  }
5368
6478
  ],
5369
6479
  "groups": [
@@ -5406,12 +6516,17 @@
5406
6516
  {
5407
6517
  "fileName": "popover-demo.component.html",
5408
6518
  "filePath": "/projects/popovers/documentation/code-examples/popover/basic/popover-demo.component.html",
5409
- "rawContents": "<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n [skyPopover]=\"myPopover\"\n>\n Open popover on click\n</button>\n\n<button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n [skyPopover]=\"myPopover\"\n skyPopoverTrigger=\"mouseenter\"\n>\n Open popover on hover\n</button>\n\n<sky-popover popoverTitle=\"Did you know?\" #myPopover>\n This is a popover.\n</sky-popover>\n"
6519
+ "rawContents": "<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n [skyPopover]=\"myPopover\"\n [skyPopoverAlignment]=\"popoverAlignment\"\n [skyPopoverPlacement]=\"popoverPlacement\"\n data-sky-id=\"popover-demo\"\n>\n Open popover on click\n</button>\n\n<button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n [skyPopover]=\"myPopover\"\n skyPopoverTrigger=\"mouseenter\"\n>\n Open popover on hover\n</button>\n\n<sky-popover\n [dismissOnBlur]=\"dismissOnBlur\"\n [popoverTitle]=\"popoverTitle\"\n #myPopover\n>\n {{ popoverBody }}\n</sky-popover>\n"
6520
+ },
6521
+ {
6522
+ "fileName": "popover-demo.component.spec.ts",
6523
+ "filePath": "/projects/popovers/documentation/code-examples/popover/basic/popover-demo.component.spec.ts",
6524
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyPopoverAlignment, SkyPopoverPlacement } from '@skyux/popovers';\nimport { SkyPopoverHarness } from '@skyux/popovers/testing';\n\nimport { PopoverDemoComponent } from './popover-demo.component';\nimport { PopoverDemoModule } from './popover-demo.module';\n\ndescribe('Basic popover', () => {\n async function setupTest(options?: {\n titleText?: string;\n alignment?: SkyPopoverAlignment;\n placement?: SkyPopoverPlacement;\n dismissOnBlur?: boolean;\n }): Promise<{\n popoverHarness: SkyPopoverHarness;\n fixture: ComponentFixture<PopoverDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(PopoverDemoComponent);\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n\n if (options) {\n fixture.componentInstance.popoverAlignment = options.alignment;\n fixture.componentInstance.popoverPlacement = options.placement;\n fixture.componentInstance.popoverTitle = options.titleText;\n fixture.componentInstance.dismissOnBlur = options.dismissOnBlur;\n }\n\n fixture.detectChanges();\n await fixture.whenStable();\n\n const popoverHarness = await loader.getHarness(\n SkyPopoverHarness.with({\n dataSkyId: 'popover-demo',\n })\n );\n\n return { popoverHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [PopoverDemoModule, NoopAnimationsModule],\n });\n });\n\n it('should open and close when the user interacts with the trigger', async () => {\n const { popoverHarness } = await setupTest();\n\n await expectAsync(popoverHarness.isOpen()).toBeResolvedTo(false);\n\n await popoverHarness.clickPopoverButton();\n await expectAsync(popoverHarness.isOpen()).toBeResolvedTo(true);\n\n await popoverHarness.clickPopoverButton();\n await expectAsync(popoverHarness.isOpen()).toBeResolvedTo(false);\n });\n\n it('should expose content properties when visible', async () => {\n const { popoverHarness } = await setupTest({\n titleText: 'Did you know?',\n placement: 'right',\n });\n\n await popoverHarness.clickPopoverButton();\n const contentHarness = await popoverHarness.getPopoverContent();\n\n await expectAsync(contentHarness.getTitleText()).toBeResolvedTo(\n 'Did you know?'\n );\n await expectAsync(contentHarness.getBodyText()).toBeResolvedTo(\n 'This is a popover.'\n );\n await expectAsync(contentHarness.getAlignment()).toBeResolvedTo('center');\n await expectAsync(contentHarness.getPlacement()).toBeResolvedTo('right');\n\n await popoverHarness.clickPopoverButton();\n // Attempting to call this method when the popover is closed will result in an error.\n await expectAsync(popoverHarness.getPopoverContent()).toBeRejectedWithError(\n 'Unable to retrieve the popover content because the popover is not open.'\n );\n });\n});\n"
5410
6525
  },
5411
6526
  {
5412
6527
  "fileName": "popover-demo.component.ts",
5413
6528
  "filePath": "/projects/popovers/documentation/code-examples/popover/basic/popover-demo.component.ts",
5414
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-popover-demo',\n templateUrl: './popover-demo.component.html',\n})\nexport class PopoverDemoComponent {}\n"
6529
+ "rawContents": "import { Component } from '@angular/core';\nimport { SkyPopoverAlignment, SkyPopoverPlacement } from '@skyux/popovers';\n\n@Component({\n selector: 'app-popover-demo',\n templateUrl: './popover-demo.component.html',\n})\nexport class PopoverDemoComponent {\n public dismissOnBlur: boolean | undefined;\n public popoverAlignment: SkyPopoverAlignment | undefined;\n public popoverBody = 'This is a popover.';\n public popoverPlacement: SkyPopoverPlacement | undefined;\n public popoverTitle: string | undefined = 'Did you know?';\n}\n"
5415
6530
  },
5416
6531
  {
5417
6532
  "fileName": "popover-demo.module.ts",