@skyux/indicators 7.2.0 → 7.4.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.
@@ -39,9 +39,11 @@
39
39
  "SkyLabelHarness": "class-skylabelharness",
40
40
  "SkyTokenHarness": "class-skytokenharness",
41
41
  "SkyTokensHarness": "class-skytokensharness",
42
+ "SkyWaitHarness": "class-skywaitharness",
42
43
  "SkyAlertHarnessFilters": "interface-skyalertharnessfilters",
43
44
  "SkyKeyInfoHarnessFilters": "interface-skykeyinfoharnessfilters",
44
- "SkyLabelHarnessFilters": "interface-skylabelharnessfilters"
45
+ "SkyLabelHarnessFilters": "interface-skylabelharnessfilters",
46
+ "SkyWaitHarnessFilters": "interface-skywaitharnessfilters"
45
47
  },
46
48
  "typedoc": {
47
49
  "id": 0,
@@ -637,7 +639,7 @@
637
639
  "sources": [
638
640
  {
639
641
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
640
- "line": 30,
642
+ "line": 39,
641
643
  "character": 2
642
644
  }
643
645
  ],
@@ -696,6 +698,29 @@
696
698
  "type": "reference",
697
699
  "name": "SkyAppWindowRef"
698
700
  }
701
+ },
702
+ {
703
+ "id": 406,
704
+ "name": "dynamicComponentService",
705
+ "kind": 32768,
706
+ "kindString": "Parameter",
707
+ "flags": {},
708
+ "decorators": [
709
+ {
710
+ "name": "Optional",
711
+ "type": {
712
+ "type": "reference",
713
+ "qualifiedName": "OptionalDecorator",
714
+ "package": "@angular/core",
715
+ "name": "Optional"
716
+ },
717
+ "arguments": {}
718
+ }
719
+ ],
720
+ "type": {
721
+ "type": "reference",
722
+ "name": "SkyDynamicComponentService"
723
+ }
699
724
  }
700
725
  ],
701
726
  "type": {
@@ -707,7 +732,7 @@
707
732
  ]
708
733
  },
709
734
  {
710
- "id": 410,
735
+ "id": 412,
711
736
  "name": "beginBlockingPageWait",
712
737
  "kind": 2048,
713
738
  "kindString": "Method",
@@ -717,13 +742,13 @@
717
742
  "sources": [
718
743
  {
719
744
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
720
- "line": 45,
745
+ "line": 56,
721
746
  "character": 9
722
747
  }
723
748
  ],
724
749
  "signatures": [
725
750
  {
726
- "id": 411,
751
+ "id": 413,
727
752
  "name": "beginBlockingPageWait",
728
753
  "kind": 4096,
729
754
  "kindString": "Call signature",
@@ -739,7 +764,7 @@
739
764
  ]
740
765
  },
741
766
  {
742
- "id": 412,
767
+ "id": 414,
743
768
  "name": "beginNonBlockingPageWait",
744
769
  "kind": 2048,
745
770
  "kindString": "Method",
@@ -749,13 +774,13 @@
749
774
  "sources": [
750
775
  {
751
776
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
752
- "line": 52,
777
+ "line": 63,
753
778
  "character": 9
754
779
  }
755
780
  ],
756
781
  "signatures": [
757
782
  {
758
- "id": 413,
783
+ "id": 415,
759
784
  "name": "beginNonBlockingPageWait",
760
785
  "kind": 4096,
761
786
  "kindString": "Call signature",
@@ -771,7 +796,7 @@
771
796
  ]
772
797
  },
773
798
  {
774
- "id": 422,
799
+ "id": 424,
775
800
  "name": "blockingWrap",
776
801
  "kind": 2048,
777
802
  "kindString": "Method",
@@ -781,13 +806,13 @@
781
806
  "sources": [
782
807
  {
783
808
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
784
- "line": 95,
809
+ "line": 111,
785
810
  "character": 9
786
811
  }
787
812
  ],
788
813
  "signatures": [
789
814
  {
790
- "id": 423,
815
+ "id": 425,
791
816
  "name": "blockingWrap",
792
817
  "kind": 4096,
793
818
  "kindString": "Call signature",
@@ -797,7 +822,7 @@
797
822
  },
798
823
  "typeParameter": [
799
824
  {
800
- "id": 424,
825
+ "id": 426,
801
826
  "name": "T",
802
827
  "kind": 131072,
803
828
  "kindString": "Type parameter",
@@ -806,7 +831,7 @@
806
831
  ],
807
832
  "parameters": [
808
833
  {
809
- "id": 425,
834
+ "id": 427,
810
835
  "name": "observable",
811
836
  "kind": 32768,
812
837
  "kindString": "Parameter",
@@ -816,7 +841,7 @@
816
841
  "typeArguments": [
817
842
  {
818
843
  "type": "reference",
819
- "id": 424,
844
+ "id": 426,
820
845
  "name": "T"
821
846
  }
822
847
  ],
@@ -831,7 +856,7 @@
831
856
  "typeArguments": [
832
857
  {
833
858
  "type": "reference",
834
- "id": 424,
859
+ "id": 426,
835
860
  "name": "T"
836
861
  }
837
862
  ],
@@ -843,7 +868,7 @@
843
868
  ]
844
869
  },
845
870
  {
846
- "id": 418,
871
+ "id": 420,
847
872
  "name": "clearAllPageWaits",
848
873
  "kind": 2048,
849
874
  "kindString": "Method",
@@ -853,13 +878,13 @@
853
878
  "sources": [
854
879
  {
855
880
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
856
- "line": 75,
881
+ "line": 86,
857
882
  "character": 9
858
883
  }
859
884
  ],
860
885
  "signatures": [
861
886
  {
862
- "id": 419,
887
+ "id": 421,
863
888
  "name": "clearAllPageWaits",
864
889
  "kind": 4096,
865
890
  "kindString": "Call signature",
@@ -875,7 +900,7 @@
875
900
  ]
876
901
  },
877
902
  {
878
- "id": 414,
903
+ "id": 416,
879
904
  "name": "endBlockingPageWait",
880
905
  "kind": 2048,
881
906
  "kindString": "Method",
@@ -885,13 +910,13 @@
885
910
  "sources": [
886
911
  {
887
912
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
888
- "line": 60,
913
+ "line": 71,
889
914
  "character": 9
890
915
  }
891
916
  ],
892
917
  "signatures": [
893
918
  {
894
- "id": 415,
919
+ "id": 417,
895
920
  "name": "endBlockingPageWait",
896
921
  "kind": 4096,
897
922
  "kindString": "Call signature",
@@ -907,7 +932,7 @@
907
932
  ]
908
933
  },
909
934
  {
910
- "id": 416,
935
+ "id": 418,
911
936
  "name": "endNonBlockingPageWait",
912
937
  "kind": 2048,
913
938
  "kindString": "Method",
@@ -917,13 +942,13 @@
917
942
  "sources": [
918
943
  {
919
944
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
920
- "line": 68,
945
+ "line": 79,
921
946
  "character": 9
922
947
  }
923
948
  ],
924
949
  "signatures": [
925
950
  {
926
- "id": 417,
951
+ "id": 419,
927
952
  "name": "endNonBlockingPageWait",
928
953
  "kind": 4096,
929
954
  "kindString": "Call signature",
@@ -939,7 +964,7 @@
939
964
  ]
940
965
  },
941
966
  {
942
- "id": 426,
967
+ "id": 428,
943
968
  "name": "nonBlockingWrap",
944
969
  "kind": 2048,
945
970
  "kindString": "Method",
@@ -949,13 +974,13 @@
949
974
  "sources": [
950
975
  {
951
976
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
952
- "line": 106,
977
+ "line": 122,
953
978
  "character": 9
954
979
  }
955
980
  ],
956
981
  "signatures": [
957
982
  {
958
- "id": 427,
983
+ "id": 429,
959
984
  "name": "nonBlockingWrap",
960
985
  "kind": 4096,
961
986
  "kindString": "Call signature",
@@ -965,7 +990,7 @@
965
990
  },
966
991
  "typeParameter": [
967
992
  {
968
- "id": 428,
993
+ "id": 430,
969
994
  "name": "T",
970
995
  "kind": 131072,
971
996
  "kindString": "Type parameter",
@@ -974,7 +999,7 @@
974
999
  ],
975
1000
  "parameters": [
976
1001
  {
977
- "id": 429,
1002
+ "id": 431,
978
1003
  "name": "observable",
979
1004
  "kind": 32768,
980
1005
  "kindString": "Parameter",
@@ -984,7 +1009,7 @@
984
1009
  "typeArguments": [
985
1010
  {
986
1011
  "type": "reference",
987
- "id": 428,
1012
+ "id": 430,
988
1013
  "name": "T"
989
1014
  }
990
1015
  ],
@@ -999,7 +1024,7 @@
999
1024
  "typeArguments": [
1000
1025
  {
1001
1026
  "type": "reference",
1002
- "id": 428,
1027
+ "id": 430,
1003
1028
  "name": "T"
1004
1029
  }
1005
1030
  ],
@@ -1023,20 +1048,20 @@
1023
1048
  "title": "Methods",
1024
1049
  "kind": 2048,
1025
1050
  "children": [
1026
- 410,
1027
1051
  412,
1028
- 422,
1029
- 418,
1030
1052
  414,
1053
+ 424,
1054
+ 420,
1031
1055
  416,
1032
- 426
1056
+ 418,
1057
+ 428
1033
1058
  ]
1034
1059
  }
1035
1060
  ],
1036
1061
  "sources": [
1037
1062
  {
1038
1063
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
1039
- "line": 24,
1064
+ "line": 31,
1040
1065
  "character": 13
1041
1066
  }
1042
1067
  ]
@@ -6524,7 +6549,7 @@
6524
6549
  }
6525
6550
  },
6526
6551
  {
6527
- "id": 442,
6552
+ "id": 444,
6528
6553
  "name": "SkyAlertHarness",
6529
6554
  "kind": 128,
6530
6555
  "kindString": "Class",
@@ -6534,7 +6559,7 @@
6534
6559
  },
6535
6560
  "children": [
6536
6561
  {
6537
- "id": 463,
6562
+ "id": 465,
6538
6563
  "name": "close",
6539
6564
  "kind": 2048,
6540
6565
  "kindString": "Method",
@@ -6550,7 +6575,7 @@
6550
6575
  ],
6551
6576
  "signatures": [
6552
6577
  {
6553
- "id": 464,
6578
+ "id": 466,
6554
6579
  "name": "close",
6555
6580
  "kind": 4096,
6556
6581
  "kindString": "Call signature",
@@ -6574,7 +6599,7 @@
6574
6599
  ]
6575
6600
  },
6576
6601
  {
6577
- "id": 459,
6602
+ "id": 461,
6578
6603
  "name": "getAlertType",
6579
6604
  "kind": 2048,
6580
6605
  "kindString": "Method",
@@ -6590,7 +6615,7 @@
6590
6615
  ],
6591
6616
  "signatures": [
6592
6617
  {
6593
- "id": 460,
6618
+ "id": 462,
6594
6619
  "name": "getAlertType",
6595
6620
  "kind": 4096,
6596
6621
  "kindString": "Call signature",
@@ -6615,7 +6640,7 @@
6615
6640
  ]
6616
6641
  },
6617
6642
  {
6618
- "id": 471,
6643
+ "id": 473,
6619
6644
  "name": "getCustomDescription",
6620
6645
  "kind": 2048,
6621
6646
  "kindString": "Method",
@@ -6631,7 +6656,7 @@
6631
6656
  ],
6632
6657
  "signatures": [
6633
6658
  {
6634
- "id": 472,
6659
+ "id": 474,
6635
6660
  "name": "getCustomDescription",
6636
6661
  "kind": 4096,
6637
6662
  "kindString": "Call signature",
@@ -6655,7 +6680,7 @@
6655
6680
  ]
6656
6681
  },
6657
6682
  {
6658
- "id": 469,
6683
+ "id": 471,
6659
6684
  "name": "getDescriptionType",
6660
6685
  "kind": 2048,
6661
6686
  "kindString": "Method",
@@ -6671,7 +6696,7 @@
6671
6696
  ],
6672
6697
  "signatures": [
6673
6698
  {
6674
- "id": 470,
6699
+ "id": 472,
6675
6700
  "name": "getDescriptionType",
6676
6701
  "kind": 4096,
6677
6702
  "kindString": "Call signature",
@@ -6696,7 +6721,7 @@
6696
6721
  ]
6697
6722
  },
6698
6723
  {
6699
- "id": 461,
6724
+ "id": 463,
6700
6725
  "name": "getText",
6701
6726
  "kind": 2048,
6702
6727
  "kindString": "Method",
@@ -6712,7 +6737,7 @@
6712
6737
  ],
6713
6738
  "signatures": [
6714
6739
  {
6715
- "id": 462,
6740
+ "id": 464,
6716
6741
  "name": "getText",
6717
6742
  "kind": 4096,
6718
6743
  "kindString": "Call signature",
@@ -6736,7 +6761,7 @@
6736
6761
  ]
6737
6762
  },
6738
6763
  {
6739
- "id": 476,
6764
+ "id": 478,
6740
6765
  "name": "host",
6741
6766
  "kind": 2048,
6742
6767
  "kindString": "Method",
@@ -6750,7 +6775,7 @@
6750
6775
  ],
6751
6776
  "signatures": [
6752
6777
  {
6753
- "id": 477,
6778
+ "id": 479,
6754
6779
  "name": "host",
6755
6780
  "kind": 4096,
6756
6781
  "kindString": "Call signature",
@@ -6784,7 +6809,7 @@
6784
6809
  }
6785
6810
  },
6786
6811
  {
6787
- "id": 467,
6812
+ "id": 469,
6788
6813
  "name": "isCloseable",
6789
6814
  "kind": 2048,
6790
6815
  "kindString": "Method",
@@ -6800,7 +6825,7 @@
6800
6825
  ],
6801
6826
  "signatures": [
6802
6827
  {
6803
- "id": 468,
6828
+ "id": 470,
6804
6829
  "name": "isCloseable",
6805
6830
  "kind": 4096,
6806
6831
  "kindString": "Call signature",
@@ -6824,7 +6849,7 @@
6824
6849
  ]
6825
6850
  },
6826
6851
  {
6827
- "id": 465,
6852
+ "id": 467,
6828
6853
  "name": "isClosed",
6829
6854
  "kind": 2048,
6830
6855
  "kindString": "Method",
@@ -6840,7 +6865,7 @@
6840
6865
  ],
6841
6866
  "signatures": [
6842
6867
  {
6843
- "id": 466,
6868
+ "id": 468,
6844
6869
  "name": "isClosed",
6845
6870
  "kind": 4096,
6846
6871
  "kindString": "Call signature",
@@ -6864,7 +6889,7 @@
6864
6889
  ]
6865
6890
  },
6866
6891
  {
6867
- "id": 444,
6892
+ "id": 446,
6868
6893
  "name": "with",
6869
6894
  "kind": 2048,
6870
6895
  "kindString": "Method",
@@ -6881,7 +6906,7 @@
6881
6906
  ],
6882
6907
  "signatures": [
6883
6908
  {
6884
- "id": 445,
6909
+ "id": 447,
6885
6910
  "name": "with",
6886
6911
  "kind": 4096,
6887
6912
  "kindString": "Call signature",
@@ -6891,14 +6916,14 @@
6891
6916
  },
6892
6917
  "parameters": [
6893
6918
  {
6894
- "id": 446,
6919
+ "id": 448,
6895
6920
  "name": "filters",
6896
6921
  "kind": 32768,
6897
6922
  "kindString": "Parameter",
6898
6923
  "flags": {},
6899
6924
  "type": {
6900
6925
  "type": "reference",
6901
- "id": 496,
6926
+ "id": 498,
6902
6927
  "name": "SkyAlertHarnessFilters"
6903
6928
  }
6904
6929
  }
@@ -6908,7 +6933,7 @@
6908
6933
  "typeArguments": [
6909
6934
  {
6910
6935
  "type": "reference",
6911
- "id": 442,
6936
+ "id": 444,
6912
6937
  "name": "SkyAlertHarness"
6913
6938
  }
6914
6939
  ],
@@ -6925,22 +6950,22 @@
6925
6950
  "title": "Constructors",
6926
6951
  "kind": 512,
6927
6952
  "children": [
6928
- 452
6953
+ 454
6929
6954
  ]
6930
6955
  },
6931
6956
  {
6932
6957
  "title": "Methods",
6933
6958
  "kind": 2048,
6934
6959
  "children": [
6935
- 463,
6936
- 459,
6960
+ 465,
6961
+ 461,
6962
+ 473,
6937
6963
  471,
6964
+ 463,
6965
+ 478,
6938
6966
  469,
6939
- 461,
6940
- 476,
6941
6967
  467,
6942
- 465,
6943
- 444
6968
+ 446
6944
6969
  ]
6945
6970
  }
6946
6971
  ],
@@ -6959,7 +6984,7 @@
6959
6984
  ]
6960
6985
  },
6961
6986
  {
6962
- "id": 500,
6987
+ "id": 502,
6963
6988
  "name": "SkyKeyInfoHarness",
6964
6989
  "kind": 128,
6965
6990
  "kindString": "Class",
@@ -6969,7 +6994,7 @@
6969
6994
  },
6970
6995
  "children": [
6971
6996
  {
6972
- "id": 518,
6997
+ "id": 520,
6973
6998
  "name": "getLabelText",
6974
6999
  "kind": 2048,
6975
7000
  "kindString": "Method",
@@ -6985,7 +7010,7 @@
6985
7010
  ],
6986
7011
  "signatures": [
6987
7012
  {
6988
- "id": 519,
7013
+ "id": 521,
6989
7014
  "name": "getLabelText",
6990
7015
  "kind": 4096,
6991
7016
  "kindString": "Call signature",
@@ -7009,7 +7034,7 @@
7009
7034
  ]
7010
7035
  },
7011
7036
  {
7012
- "id": 520,
7037
+ "id": 522,
7013
7038
  "name": "getLayout",
7014
7039
  "kind": 2048,
7015
7040
  "kindString": "Method",
@@ -7025,7 +7050,7 @@
7025
7050
  ],
7026
7051
  "signatures": [
7027
7052
  {
7028
- "id": 521,
7053
+ "id": 523,
7029
7054
  "name": "getLayout",
7030
7055
  "kind": 4096,
7031
7056
  "kindString": "Call signature",
@@ -7050,7 +7075,7 @@
7050
7075
  ]
7051
7076
  },
7052
7077
  {
7053
- "id": 516,
7078
+ "id": 518,
7054
7079
  "name": "getValueText",
7055
7080
  "kind": 2048,
7056
7081
  "kindString": "Method",
@@ -7066,7 +7091,7 @@
7066
7091
  ],
7067
7092
  "signatures": [
7068
7093
  {
7069
- "id": 517,
7094
+ "id": 519,
7070
7095
  "name": "getValueText",
7071
7096
  "kind": 4096,
7072
7097
  "kindString": "Call signature",
@@ -7090,7 +7115,7 @@
7090
7115
  ]
7091
7116
  },
7092
7117
  {
7093
- "id": 525,
7118
+ "id": 527,
7094
7119
  "name": "host",
7095
7120
  "kind": 2048,
7096
7121
  "kindString": "Method",
@@ -7104,7 +7129,7 @@
7104
7129
  ],
7105
7130
  "signatures": [
7106
7131
  {
7107
- "id": 526,
7132
+ "id": 528,
7108
7133
  "name": "host",
7109
7134
  "kind": 4096,
7110
7135
  "kindString": "Call signature",
@@ -7138,7 +7163,7 @@
7138
7163
  }
7139
7164
  },
7140
7165
  {
7141
- "id": 502,
7166
+ "id": 504,
7142
7167
  "name": "with",
7143
7168
  "kind": 2048,
7144
7169
  "kindString": "Method",
@@ -7155,7 +7180,7 @@
7155
7180
  ],
7156
7181
  "signatures": [
7157
7182
  {
7158
- "id": 503,
7183
+ "id": 505,
7159
7184
  "name": "with",
7160
7185
  "kind": 4096,
7161
7186
  "kindString": "Call signature",
@@ -7165,14 +7190,14 @@
7165
7190
  },
7166
7191
  "parameters": [
7167
7192
  {
7168
- "id": 504,
7193
+ "id": 506,
7169
7194
  "name": "filters",
7170
7195
  "kind": 32768,
7171
7196
  "kindString": "Parameter",
7172
7197
  "flags": {},
7173
7198
  "type": {
7174
7199
  "type": "reference",
7175
- "id": 545,
7200
+ "id": 547,
7176
7201
  "name": "SkyKeyInfoHarnessFilters"
7177
7202
  }
7178
7203
  }
@@ -7182,7 +7207,7 @@
7182
7207
  "typeArguments": [
7183
7208
  {
7184
7209
  "type": "reference",
7185
- "id": 500,
7210
+ "id": 502,
7186
7211
  "name": "SkyKeyInfoHarness"
7187
7212
  }
7188
7213
  ],
@@ -7199,18 +7224,18 @@
7199
7224
  "title": "Constructors",
7200
7225
  "kind": 512,
7201
7226
  "children": [
7202
- 510
7227
+ 512
7203
7228
  ]
7204
7229
  },
7205
7230
  {
7206
7231
  "title": "Methods",
7207
7232
  "kind": 2048,
7208
7233
  "children": [
7209
- 518,
7210
7234
  520,
7211
- 516,
7212
- 525,
7213
- 502
7235
+ 522,
7236
+ 518,
7237
+ 527,
7238
+ 504
7214
7239
  ]
7215
7240
  }
7216
7241
  ],
@@ -7229,7 +7254,7 @@
7229
7254
  ]
7230
7255
  },
7231
7256
  {
7232
- "id": 549,
7257
+ "id": 551,
7233
7258
  "name": "SkyLabelHarness",
7234
7259
  "kind": 128,
7235
7260
  "kindString": "Class",
@@ -7239,7 +7264,7 @@
7239
7264
  },
7240
7265
  "children": [
7241
7266
  {
7242
- "id": 571,
7267
+ "id": 573,
7243
7268
  "name": "getCustomDescription",
7244
7269
  "kind": 2048,
7245
7270
  "kindString": "Method",
@@ -7255,7 +7280,7 @@
7255
7280
  ],
7256
7281
  "signatures": [
7257
7282
  {
7258
- "id": 572,
7283
+ "id": 574,
7259
7284
  "name": "getCustomDescription",
7260
7285
  "kind": 4096,
7261
7286
  "kindString": "Call signature",
@@ -7279,7 +7304,7 @@
7279
7304
  ]
7280
7305
  },
7281
7306
  {
7282
- "id": 569,
7307
+ "id": 571,
7283
7308
  "name": "getDescriptionType",
7284
7309
  "kind": 2048,
7285
7310
  "kindString": "Method",
@@ -7295,7 +7320,7 @@
7295
7320
  ],
7296
7321
  "signatures": [
7297
7322
  {
7298
- "id": 570,
7323
+ "id": 572,
7299
7324
  "name": "getDescriptionType",
7300
7325
  "kind": 4096,
7301
7326
  "kindString": "Call signature",
@@ -7320,7 +7345,7 @@
7320
7345
  ]
7321
7346
  },
7322
7347
  {
7323
- "id": 565,
7348
+ "id": 567,
7324
7349
  "name": "getLabelText",
7325
7350
  "kind": 2048,
7326
7351
  "kindString": "Method",
@@ -7336,7 +7361,7 @@
7336
7361
  ],
7337
7362
  "signatures": [
7338
7363
  {
7339
- "id": 566,
7364
+ "id": 568,
7340
7365
  "name": "getLabelText",
7341
7366
  "kind": 4096,
7342
7367
  "kindString": "Call signature",
@@ -7360,7 +7385,7 @@
7360
7385
  ]
7361
7386
  },
7362
7387
  {
7363
- "id": 567,
7388
+ "id": 569,
7364
7389
  "name": "getLabelType",
7365
7390
  "kind": 2048,
7366
7391
  "kindString": "Method",
@@ -7376,7 +7401,7 @@
7376
7401
  ],
7377
7402
  "signatures": [
7378
7403
  {
7379
- "id": 568,
7404
+ "id": 570,
7380
7405
  "name": "getLabelType",
7381
7406
  "kind": 4096,
7382
7407
  "kindString": "Call signature",
@@ -7401,7 +7426,7 @@
7401
7426
  ]
7402
7427
  },
7403
7428
  {
7404
- "id": 576,
7429
+ "id": 578,
7405
7430
  "name": "host",
7406
7431
  "kind": 2048,
7407
7432
  "kindString": "Method",
@@ -7415,7 +7440,7 @@
7415
7440
  ],
7416
7441
  "signatures": [
7417
7442
  {
7418
- "id": 577,
7443
+ "id": 579,
7419
7444
  "name": "host",
7420
7445
  "kind": 4096,
7421
7446
  "kindString": "Call signature",
@@ -7449,7 +7474,7 @@
7449
7474
  }
7450
7475
  },
7451
7476
  {
7452
- "id": 551,
7477
+ "id": 553,
7453
7478
  "name": "with",
7454
7479
  "kind": 2048,
7455
7480
  "kindString": "Method",
@@ -7466,7 +7491,7 @@
7466
7491
  ],
7467
7492
  "signatures": [
7468
7493
  {
7469
- "id": 552,
7494
+ "id": 554,
7470
7495
  "name": "with",
7471
7496
  "kind": 4096,
7472
7497
  "kindString": "Call signature",
@@ -7476,14 +7501,14 @@
7476
7501
  },
7477
7502
  "parameters": [
7478
7503
  {
7479
- "id": 553,
7504
+ "id": 555,
7480
7505
  "name": "filters",
7481
7506
  "kind": 32768,
7482
7507
  "kindString": "Parameter",
7483
7508
  "flags": {},
7484
7509
  "type": {
7485
7510
  "type": "reference",
7486
- "id": 596,
7511
+ "id": 598,
7487
7512
  "name": "SkyLabelHarnessFilters"
7488
7513
  }
7489
7514
  }
@@ -7493,7 +7518,7 @@
7493
7518
  "typeArguments": [
7494
7519
  {
7495
7520
  "type": "reference",
7496
- "id": 549,
7521
+ "id": 551,
7497
7522
  "name": "SkyLabelHarness"
7498
7523
  }
7499
7524
  ],
@@ -7510,19 +7535,19 @@
7510
7535
  "title": "Constructors",
7511
7536
  "kind": 512,
7512
7537
  "children": [
7513
- 559
7538
+ 561
7514
7539
  ]
7515
7540
  },
7516
7541
  {
7517
7542
  "title": "Methods",
7518
7543
  "kind": 2048,
7519
7544
  "children": [
7545
+ 573,
7520
7546
  571,
7521
- 569,
7522
- 565,
7523
7547
  567,
7524
- 576,
7525
- 551
7548
+ 569,
7549
+ 578,
7550
+ 553
7526
7551
  ]
7527
7552
  }
7528
7553
  ],
@@ -7541,7 +7566,7 @@
7541
7566
  ]
7542
7567
  },
7543
7568
  {
7544
- "id": 600,
7569
+ "id": 602,
7545
7570
  "name": "SkyTokenHarness",
7546
7571
  "kind": 128,
7547
7572
  "kindString": "Class",
@@ -7551,7 +7576,7 @@
7551
7576
  },
7552
7577
  "children": [
7553
7578
  {
7554
- "id": 613,
7579
+ "id": 615,
7555
7580
  "name": "dismiss",
7556
7581
  "kind": 2048,
7557
7582
  "kindString": "Method",
@@ -7567,7 +7592,7 @@
7567
7592
  ],
7568
7593
  "signatures": [
7569
7594
  {
7570
- "id": 614,
7595
+ "id": 616,
7571
7596
  "name": "dismiss",
7572
7597
  "kind": 4096,
7573
7598
  "kindString": "Call signature",
@@ -7591,7 +7616,7 @@
7591
7616
  ]
7592
7617
  },
7593
7618
  {
7594
- "id": 615,
7619
+ "id": 617,
7595
7620
  "name": "getText",
7596
7621
  "kind": 2048,
7597
7622
  "kindString": "Method",
@@ -7607,7 +7632,7 @@
7607
7632
  ],
7608
7633
  "signatures": [
7609
7634
  {
7610
- "id": 616,
7635
+ "id": 618,
7611
7636
  "name": "getText",
7612
7637
  "kind": 4096,
7613
7638
  "kindString": "Call signature",
@@ -7631,7 +7656,7 @@
7631
7656
  ]
7632
7657
  },
7633
7658
  {
7634
- "id": 624,
7659
+ "id": 626,
7635
7660
  "name": "host",
7636
7661
  "kind": 2048,
7637
7662
  "kindString": "Method",
@@ -7645,7 +7670,7 @@
7645
7670
  ],
7646
7671
  "signatures": [
7647
7672
  {
7648
- "id": 625,
7673
+ "id": 627,
7649
7674
  "name": "host",
7650
7675
  "kind": 4096,
7651
7676
  "kindString": "Call signature",
@@ -7679,7 +7704,7 @@
7679
7704
  }
7680
7705
  },
7681
7706
  {
7682
- "id": 617,
7707
+ "id": 619,
7683
7708
  "name": "isDisabled",
7684
7709
  "kind": 2048,
7685
7710
  "kindString": "Method",
@@ -7695,7 +7720,7 @@
7695
7720
  ],
7696
7721
  "signatures": [
7697
7722
  {
7698
- "id": 618,
7723
+ "id": 620,
7699
7724
  "name": "isDisabled",
7700
7725
  "kind": 4096,
7701
7726
  "kindString": "Call signature",
@@ -7719,7 +7744,7 @@
7719
7744
  ]
7720
7745
  },
7721
7746
  {
7722
- "id": 619,
7747
+ "id": 621,
7723
7748
  "name": "isDismissible",
7724
7749
  "kind": 2048,
7725
7750
  "kindString": "Method",
@@ -7735,7 +7760,7 @@
7735
7760
  ],
7736
7761
  "signatures": [
7737
7762
  {
7738
- "id": 620,
7763
+ "id": 622,
7739
7764
  "name": "isDismissible",
7740
7765
  "kind": 4096,
7741
7766
  "kindString": "Call signature",
@@ -7759,7 +7784,7 @@
7759
7784
  ]
7760
7785
  },
7761
7786
  {
7762
- "id": 621,
7787
+ "id": 623,
7763
7788
  "name": "isFocused",
7764
7789
  "kind": 2048,
7765
7790
  "kindString": "Method",
@@ -7775,7 +7800,7 @@
7775
7800
  ],
7776
7801
  "signatures": [
7777
7802
  {
7778
- "id": 622,
7803
+ "id": 624,
7779
7804
  "name": "isFocused",
7780
7805
  "kind": 4096,
7781
7806
  "kindString": "Call signature",
@@ -7799,7 +7824,7 @@
7799
7824
  ]
7800
7825
  },
7801
7826
  {
7802
- "id": 611,
7827
+ "id": 613,
7803
7828
  "name": "select",
7804
7829
  "kind": 2048,
7805
7830
  "kindString": "Method",
@@ -7815,7 +7840,7 @@
7815
7840
  ],
7816
7841
  "signatures": [
7817
7842
  {
7818
- "id": 612,
7843
+ "id": 614,
7819
7844
  "name": "select",
7820
7845
  "kind": 4096,
7821
7846
  "kindString": "Call signature",
@@ -7839,7 +7864,7 @@
7839
7864
  ]
7840
7865
  },
7841
7866
  {
7842
- "id": 602,
7867
+ "id": 604,
7843
7868
  "name": "with",
7844
7869
  "kind": 2048,
7845
7870
  "kindString": "Method",
@@ -7856,7 +7881,7 @@
7856
7881
  ],
7857
7882
  "signatures": [
7858
7883
  {
7859
- "id": 603,
7884
+ "id": 605,
7860
7885
  "name": "with",
7861
7886
  "kind": 4096,
7862
7887
  "kindString": "Call signature",
@@ -7866,7 +7891,7 @@
7866
7891
  },
7867
7892
  "parameters": [
7868
7893
  {
7869
- "id": 604,
7894
+ "id": 606,
7870
7895
  "name": "filters",
7871
7896
  "kind": 32768,
7872
7897
  "kindString": "Parameter",
@@ -7882,7 +7907,7 @@
7882
7907
  "typeArguments": [
7883
7908
  {
7884
7909
  "type": "reference",
7885
- "id": 600,
7910
+ "id": 602,
7886
7911
  "name": "SkyTokenHarness"
7887
7912
  }
7888
7913
  ],
@@ -7899,21 +7924,21 @@
7899
7924
  "title": "Constructors",
7900
7925
  "kind": 512,
7901
7926
  "children": [
7902
- 605
7927
+ 607
7903
7928
  ]
7904
7929
  },
7905
7930
  {
7906
7931
  "title": "Methods",
7907
7932
  "kind": 2048,
7908
7933
  "children": [
7909
- 613,
7910
7934
  615,
7911
- 624,
7912
7935
  617,
7936
+ 626,
7913
7937
  619,
7914
7938
  621,
7915
- 611,
7916
- 602
7939
+ 623,
7940
+ 613,
7941
+ 604
7917
7942
  ]
7918
7943
  }
7919
7944
  ],
@@ -7934,7 +7959,7 @@
7934
7959
  ]
7935
7960
  },
7936
7961
  {
7937
- "id": 648,
7962
+ "id": 650,
7938
7963
  "name": "SkyTokensHarness",
7939
7964
  "kind": 128,
7940
7965
  "kindString": "Class",
@@ -7944,7 +7969,7 @@
7944
7969
  },
7945
7970
  "children": [
7946
7971
  {
7947
- "id": 661,
7972
+ "id": 663,
7948
7973
  "name": "dismissTokens",
7949
7974
  "kind": 2048,
7950
7975
  "kindString": "Method",
@@ -7960,7 +7985,7 @@
7960
7985
  ],
7961
7986
  "signatures": [
7962
7987
  {
7963
- "id": 662,
7988
+ "id": 664,
7964
7989
  "name": "dismissTokens",
7965
7990
  "kind": 4096,
7966
7991
  "kindString": "Call signature",
@@ -7970,7 +7995,7 @@
7970
7995
  },
7971
7996
  "parameters": [
7972
7997
  {
7973
- "id": 663,
7998
+ "id": 665,
7974
7999
  "name": "filters",
7975
8000
  "kind": 32768,
7976
8001
  "kindString": "Parameter",
@@ -7999,7 +8024,7 @@
7999
8024
  ]
8000
8025
  },
8001
8026
  {
8002
- "id": 664,
8027
+ "id": 666,
8003
8028
  "name": "getTokens",
8004
8029
  "kind": 2048,
8005
8030
  "kindString": "Method",
@@ -8015,7 +8040,7 @@
8015
8040
  ],
8016
8041
  "signatures": [
8017
8042
  {
8018
- "id": 665,
8043
+ "id": 667,
8019
8044
  "name": "getTokens",
8020
8045
  "kind": 4096,
8021
8046
  "kindString": "Call signature",
@@ -8025,7 +8050,7 @@
8025
8050
  },
8026
8051
  "parameters": [
8027
8052
  {
8028
- "id": 666,
8053
+ "id": 668,
8029
8054
  "name": "filters",
8030
8055
  "kind": 32768,
8031
8056
  "kindString": "Parameter",
@@ -8045,7 +8070,7 @@
8045
8070
  "type": "array",
8046
8071
  "elementType": {
8047
8072
  "type": "reference",
8048
- "id": 600,
8073
+ "id": 602,
8049
8074
  "name": "SkyTokenHarness"
8050
8075
  }
8051
8076
  }
@@ -8058,7 +8083,7 @@
8058
8083
  ]
8059
8084
  },
8060
8085
  {
8061
- "id": 667,
8086
+ "id": 669,
8062
8087
  "name": "getTokensText",
8063
8088
  "kind": 2048,
8064
8089
  "kindString": "Method",
@@ -8074,7 +8099,7 @@
8074
8099
  ],
8075
8100
  "signatures": [
8076
8101
  {
8077
- "id": 668,
8102
+ "id": 670,
8078
8103
  "name": "getTokensText",
8079
8104
  "kind": 4096,
8080
8105
  "kindString": "Call signature",
@@ -8101,7 +8126,7 @@
8101
8126
  ]
8102
8127
  },
8103
8128
  {
8104
- "id": 672,
8129
+ "id": 674,
8105
8130
  "name": "host",
8106
8131
  "kind": 2048,
8107
8132
  "kindString": "Method",
@@ -8115,7 +8140,7 @@
8115
8140
  ],
8116
8141
  "signatures": [
8117
8142
  {
8118
- "id": 673,
8143
+ "id": 675,
8119
8144
  "name": "host",
8120
8145
  "kind": 4096,
8121
8146
  "kindString": "Call signature",
@@ -8149,7 +8174,7 @@
8149
8174
  }
8150
8175
  },
8151
8176
  {
8152
- "id": 650,
8177
+ "id": 652,
8153
8178
  "name": "with",
8154
8179
  "kind": 2048,
8155
8180
  "kindString": "Method",
@@ -8166,7 +8191,7 @@
8166
8191
  ],
8167
8192
  "signatures": [
8168
8193
  {
8169
- "id": 651,
8194
+ "id": 653,
8170
8195
  "name": "with",
8171
8196
  "kind": 4096,
8172
8197
  "kindString": "Call signature",
@@ -8176,7 +8201,7 @@
8176
8201
  },
8177
8202
  "parameters": [
8178
8203
  {
8179
- "id": 652,
8204
+ "id": 654,
8180
8205
  "name": "filters",
8181
8206
  "kind": 32768,
8182
8207
  "kindString": "Parameter",
@@ -8192,7 +8217,7 @@
8192
8217
  "typeArguments": [
8193
8218
  {
8194
8219
  "type": "reference",
8195
- "id": 648,
8220
+ "id": 650,
8196
8221
  "name": "SkyTokensHarness"
8197
8222
  }
8198
8223
  ],
@@ -8209,18 +8234,18 @@
8209
8234
  "title": "Constructors",
8210
8235
  "kind": 512,
8211
8236
  "children": [
8212
- 658
8237
+ 660
8213
8238
  ]
8214
8239
  },
8215
8240
  {
8216
8241
  "title": "Methods",
8217
8242
  "kind": 2048,
8218
8243
  "children": [
8219
- 661,
8220
- 664,
8221
- 667,
8222
- 672,
8223
- 650
8244
+ 663,
8245
+ 666,
8246
+ 669,
8247
+ 674,
8248
+ 652
8224
8249
  ]
8225
8250
  }
8226
8251
  ],
@@ -8239,104 +8264,414 @@
8239
8264
  ]
8240
8265
  },
8241
8266
  {
8242
- "id": 496,
8243
- "name": "SkyAlertHarnessFilters",
8244
- "kind": 256,
8245
- "kindString": "Interface",
8267
+ "id": 698,
8268
+ "name": "SkyWaitHarness",
8269
+ "kind": 128,
8270
+ "kindString": "Class",
8246
8271
  "flags": {},
8247
8272
  "comment": {
8248
- "shortText": "A set of criteria that can be used to filter a list of SkyAlertHarness instances."
8273
+ "shortText": "Harness for interacting with a wait component in tests."
8249
8274
  },
8250
8275
  "children": [
8251
8276
  {
8252
- "id": 499,
8253
- "name": "ancestor",
8254
- "kind": 1024,
8255
- "kindString": "Property",
8277
+ "id": 713,
8278
+ "name": "getAriaLabel",
8279
+ "kind": 2048,
8280
+ "kindString": "Method",
8256
8281
  "flags": {
8257
- "isOptional": true
8258
- },
8259
- "comment": {
8260
- "shortText": "Only find instances that are nested under an element with the given selector."
8282
+ "isPublic": true
8261
8283
  },
8262
8284
  "sources": [
8263
8285
  {
8264
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
8265
- "line": 28,
8266
- "character": 4
8286
+ "fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
8287
+ "line": 31,
8288
+ "character": 15
8267
8289
  }
8268
8290
  ],
8269
- "type": {
8270
- "type": "intrinsic",
8271
- "name": "string"
8272
- },
8273
- "inheritedFrom": {
8274
- "type": "reference",
8275
- "name": "SkyHarnessFilters.ancestor"
8276
- }
8291
+ "signatures": [
8292
+ {
8293
+ "id": 714,
8294
+ "name": "getAriaLabel",
8295
+ "kind": 4096,
8296
+ "kindString": "Call signature",
8297
+ "flags": {},
8298
+ "comment": {
8299
+ "shortText": "Gets the ARIA label for the wait component or throws an error if not waiting."
8300
+ },
8301
+ "type": {
8302
+ "type": "reference",
8303
+ "typeArguments": [
8304
+ {
8305
+ "type": "intrinsic",
8306
+ "name": "string"
8307
+ }
8308
+ ],
8309
+ "qualifiedName": "Promise",
8310
+ "package": "typescript",
8311
+ "name": "Promise"
8312
+ }
8313
+ }
8314
+ ]
8277
8315
  },
8278
8316
  {
8279
- "id": 497,
8280
- "name": "dataSkyId",
8281
- "kind": 1024,
8282
- "kindString": "Property",
8283
- "flags": {
8284
- "isOptional": true
8285
- },
8286
- "comment": {
8287
- "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
8288
- },
8317
+ "id": 724,
8318
+ "name": "host",
8319
+ "kind": 2048,
8320
+ "kindString": "Method",
8321
+ "flags": {},
8289
8322
  "sources": [
8290
8323
  {
8291
- "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
8292
- "line": 11,
8293
- "character": 2
8324
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
8325
+ "line": 40,
8326
+ "character": 4
8294
8327
  }
8295
8328
  ],
8296
- "type": {
8297
- "type": "union",
8298
- "types": [
8299
- {
8300
- "type": "intrinsic",
8301
- "name": "string"
8329
+ "signatures": [
8330
+ {
8331
+ "id": 725,
8332
+ "name": "host",
8333
+ "kind": 4096,
8334
+ "kindString": "Call signature",
8335
+ "flags": {},
8336
+ "comment": {
8337
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
8302
8338
  },
8303
- {
8339
+ "type": {
8304
8340
  "type": "reference",
8305
- "qualifiedName": "RegExp",
8341
+ "typeArguments": [
8342
+ {
8343
+ "type": "reference",
8344
+ "qualifiedName": "TestElement",
8345
+ "package": "@angular/cdk",
8346
+ "name": "TestElement"
8347
+ }
8348
+ ],
8349
+ "qualifiedName": "Promise",
8306
8350
  "package": "typescript",
8307
- "name": "RegExp"
8351
+ "name": "Promise"
8352
+ },
8353
+ "inheritedFrom": {
8354
+ "type": "reference",
8355
+ "name": "SkyComponentHarness.host"
8308
8356
  }
8309
- ]
8310
- },
8357
+ }
8358
+ ],
8311
8359
  "inheritedFrom": {
8312
8360
  "type": "reference",
8313
- "name": "SkyHarnessFilters.dataSkyId"
8361
+ "name": "SkyComponentHarness.host"
8314
8362
  }
8315
8363
  },
8316
8364
  {
8317
- "id": 498,
8318
- "name": "selector",
8319
- "kind": 1024,
8320
- "kindString": "Property",
8365
+ "id": 717,
8366
+ "name": "isFullPage",
8367
+ "kind": 2048,
8368
+ "kindString": "Method",
8321
8369
  "flags": {
8322
- "isOptional": true
8323
- },
8324
- "comment": {
8325
- "shortText": "Only find instances whose host element matches the given selector."
8370
+ "isPublic": true
8326
8371
  },
8327
8372
  "sources": [
8328
8373
  {
8329
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
8330
- "line": 26,
8331
- "character": 4
8374
+ "fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
8375
+ "line": 55,
8376
+ "character": 15
8332
8377
  }
8333
8378
  ],
8334
- "type": {
8335
- "type": "intrinsic",
8336
- "name": "string"
8337
- },
8338
- "inheritedFrom": {
8339
- "type": "reference",
8379
+ "signatures": [
8380
+ {
8381
+ "id": 718,
8382
+ "name": "isFullPage",
8383
+ "kind": 4096,
8384
+ "kindString": "Call signature",
8385
+ "flags": {},
8386
+ "comment": {
8387
+ "shortText": "Gets the full page state of the wait component."
8388
+ },
8389
+ "type": {
8390
+ "type": "reference",
8391
+ "typeArguments": [
8392
+ {
8393
+ "type": "intrinsic",
8394
+ "name": "boolean"
8395
+ }
8396
+ ],
8397
+ "qualifiedName": "Promise",
8398
+ "package": "typescript",
8399
+ "name": "Promise"
8400
+ }
8401
+ }
8402
+ ]
8403
+ },
8404
+ {
8405
+ "id": 719,
8406
+ "name": "isNonBlocking",
8407
+ "kind": 2048,
8408
+ "kindString": "Method",
8409
+ "flags": {
8410
+ "isPublic": true
8411
+ },
8412
+ "sources": [
8413
+ {
8414
+ "fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
8415
+ "line": 62,
8416
+ "character": 15
8417
+ }
8418
+ ],
8419
+ "signatures": [
8420
+ {
8421
+ "id": 720,
8422
+ "name": "isNonBlocking",
8423
+ "kind": 4096,
8424
+ "kindString": "Call signature",
8425
+ "flags": {},
8426
+ "comment": {
8427
+ "shortText": "Gets the blocking state of the wait component."
8428
+ },
8429
+ "type": {
8430
+ "type": "reference",
8431
+ "typeArguments": [
8432
+ {
8433
+ "type": "intrinsic",
8434
+ "name": "boolean"
8435
+ }
8436
+ ],
8437
+ "qualifiedName": "Promise",
8438
+ "package": "typescript",
8439
+ "name": "Promise"
8440
+ }
8441
+ }
8442
+ ]
8443
+ },
8444
+ {
8445
+ "id": 715,
8446
+ "name": "isWaiting",
8447
+ "kind": 2048,
8448
+ "kindString": "Method",
8449
+ "flags": {
8450
+ "isPublic": true
8451
+ },
8452
+ "sources": [
8453
+ {
8454
+ "fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
8455
+ "line": 48,
8456
+ "character": 15
8457
+ }
8458
+ ],
8459
+ "signatures": [
8460
+ {
8461
+ "id": 716,
8462
+ "name": "isWaiting",
8463
+ "kind": 4096,
8464
+ "kindString": "Call signature",
8465
+ "flags": {},
8466
+ "comment": {
8467
+ "shortText": "Gets the waiting state of the wait component."
8468
+ },
8469
+ "type": {
8470
+ "type": "reference",
8471
+ "typeArguments": [
8472
+ {
8473
+ "type": "intrinsic",
8474
+ "name": "boolean"
8475
+ }
8476
+ ],
8477
+ "qualifiedName": "Promise",
8478
+ "package": "typescript",
8479
+ "name": "Promise"
8480
+ }
8481
+ }
8482
+ ]
8483
+ },
8484
+ {
8485
+ "id": 700,
8486
+ "name": "with",
8487
+ "kind": 2048,
8488
+ "kindString": "Method",
8489
+ "flags": {
8490
+ "isPublic": true,
8491
+ "isStatic": true
8492
+ },
8493
+ "sources": [
8494
+ {
8495
+ "fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
8496
+ "line": 22,
8497
+ "character": 16
8498
+ }
8499
+ ],
8500
+ "signatures": [
8501
+ {
8502
+ "id": 701,
8503
+ "name": "with",
8504
+ "kind": 4096,
8505
+ "kindString": "Call signature",
8506
+ "flags": {},
8507
+ "comment": {
8508
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyWaitHarness` that meets certain criteria."
8509
+ },
8510
+ "parameters": [
8511
+ {
8512
+ "id": 702,
8513
+ "name": "filters",
8514
+ "kind": 32768,
8515
+ "kindString": "Parameter",
8516
+ "flags": {},
8517
+ "type": {
8518
+ "type": "reference",
8519
+ "id": 744,
8520
+ "name": "SkyWaitHarnessFilters"
8521
+ }
8522
+ }
8523
+ ],
8524
+ "type": {
8525
+ "type": "reference",
8526
+ "typeArguments": [
8527
+ {
8528
+ "type": "reference",
8529
+ "id": 698,
8530
+ "name": "SkyWaitHarness"
8531
+ }
8532
+ ],
8533
+ "qualifiedName": "HarnessPredicate",
8534
+ "package": "@angular/cdk",
8535
+ "name": "HarnessPredicate"
8536
+ }
8537
+ }
8538
+ ]
8539
+ }
8540
+ ],
8541
+ "groups": [
8542
+ {
8543
+ "title": "Constructors",
8544
+ "kind": 512,
8545
+ "children": [
8546
+ 708
8547
+ ]
8548
+ },
8549
+ {
8550
+ "title": "Methods",
8551
+ "kind": 2048,
8552
+ "children": [
8553
+ 713,
8554
+ 724,
8555
+ 717,
8556
+ 719,
8557
+ 715,
8558
+ 700
8559
+ ]
8560
+ }
8561
+ ],
8562
+ "sources": [
8563
+ {
8564
+ "fileName": "projects/indicators/src/testing/wait/wait-harness.ts",
8565
+ "line": 9,
8566
+ "character": 13
8567
+ }
8568
+ ],
8569
+ "extendedTypes": [
8570
+ {
8571
+ "type": "reference",
8572
+ "name": "SkyComponentHarness"
8573
+ }
8574
+ ]
8575
+ },
8576
+ {
8577
+ "id": 498,
8578
+ "name": "SkyAlertHarnessFilters",
8579
+ "kind": 256,
8580
+ "kindString": "Interface",
8581
+ "flags": {},
8582
+ "comment": {
8583
+ "shortText": "A set of criteria that can be used to filter a list of SkyAlertHarness instances."
8584
+ },
8585
+ "children": [
8586
+ {
8587
+ "id": 501,
8588
+ "name": "ancestor",
8589
+ "kind": 1024,
8590
+ "kindString": "Property",
8591
+ "flags": {
8592
+ "isOptional": true
8593
+ },
8594
+ "comment": {
8595
+ "shortText": "Only find instances that are nested under an element with the given selector."
8596
+ },
8597
+ "sources": [
8598
+ {
8599
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
8600
+ "line": 28,
8601
+ "character": 4
8602
+ }
8603
+ ],
8604
+ "type": {
8605
+ "type": "intrinsic",
8606
+ "name": "string"
8607
+ },
8608
+ "inheritedFrom": {
8609
+ "type": "reference",
8610
+ "name": "SkyHarnessFilters.ancestor"
8611
+ }
8612
+ },
8613
+ {
8614
+ "id": 499,
8615
+ "name": "dataSkyId",
8616
+ "kind": 1024,
8617
+ "kindString": "Property",
8618
+ "flags": {
8619
+ "isOptional": true
8620
+ },
8621
+ "comment": {
8622
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
8623
+ },
8624
+ "sources": [
8625
+ {
8626
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
8627
+ "line": 11,
8628
+ "character": 2
8629
+ }
8630
+ ],
8631
+ "type": {
8632
+ "type": "union",
8633
+ "types": [
8634
+ {
8635
+ "type": "intrinsic",
8636
+ "name": "string"
8637
+ },
8638
+ {
8639
+ "type": "reference",
8640
+ "qualifiedName": "RegExp",
8641
+ "package": "typescript",
8642
+ "name": "RegExp"
8643
+ }
8644
+ ]
8645
+ },
8646
+ "inheritedFrom": {
8647
+ "type": "reference",
8648
+ "name": "SkyHarnessFilters.dataSkyId"
8649
+ }
8650
+ },
8651
+ {
8652
+ "id": 500,
8653
+ "name": "selector",
8654
+ "kind": 1024,
8655
+ "kindString": "Property",
8656
+ "flags": {
8657
+ "isOptional": true
8658
+ },
8659
+ "comment": {
8660
+ "shortText": "Only find instances whose host element matches the given selector."
8661
+ },
8662
+ "sources": [
8663
+ {
8664
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
8665
+ "line": 26,
8666
+ "character": 4
8667
+ }
8668
+ ],
8669
+ "type": {
8670
+ "type": "intrinsic",
8671
+ "name": "string"
8672
+ },
8673
+ "inheritedFrom": {
8674
+ "type": "reference",
8340
8675
  "name": "SkyHarnessFilters.selector"
8341
8676
  }
8342
8677
  }
@@ -8346,9 +8681,9 @@
8346
8681
  "title": "Properties",
8347
8682
  "kind": 1024,
8348
8683
  "children": [
8684
+ 501,
8349
8685
  499,
8350
- 497,
8351
- 498
8686
+ 500
8352
8687
  ]
8353
8688
  }
8354
8689
  ],
@@ -8367,7 +8702,7 @@
8367
8702
  ]
8368
8703
  },
8369
8704
  {
8370
- "id": 545,
8705
+ "id": 547,
8371
8706
  "name": "SkyKeyInfoHarnessFilters",
8372
8707
  "kind": 256,
8373
8708
  "kindString": "Interface",
@@ -8377,7 +8712,7 @@
8377
8712
  },
8378
8713
  "children": [
8379
8714
  {
8380
- "id": 548,
8715
+ "id": 550,
8381
8716
  "name": "ancestor",
8382
8717
  "kind": 1024,
8383
8718
  "kindString": "Property",
@@ -8404,7 +8739,7 @@
8404
8739
  }
8405
8740
  },
8406
8741
  {
8407
- "id": 546,
8742
+ "id": 548,
8408
8743
  "name": "dataSkyId",
8409
8744
  "kind": 1024,
8410
8745
  "kindString": "Property",
@@ -8442,7 +8777,7 @@
8442
8777
  }
8443
8778
  },
8444
8779
  {
8445
- "id": 547,
8780
+ "id": 549,
8446
8781
  "name": "selector",
8447
8782
  "kind": 1024,
8448
8783
  "kindString": "Property",
@@ -8474,9 +8809,9 @@
8474
8809
  "title": "Properties",
8475
8810
  "kind": 1024,
8476
8811
  "children": [
8812
+ 550,
8477
8813
  548,
8478
- 546,
8479
- 547
8814
+ 549
8480
8815
  ]
8481
8816
  }
8482
8817
  ],
@@ -8495,7 +8830,7 @@
8495
8830
  ]
8496
8831
  },
8497
8832
  {
8498
- "id": 596,
8833
+ "id": 598,
8499
8834
  "name": "SkyLabelHarnessFilters",
8500
8835
  "kind": 256,
8501
8836
  "kindString": "Interface",
@@ -8505,7 +8840,7 @@
8505
8840
  },
8506
8841
  "children": [
8507
8842
  {
8508
- "id": 599,
8843
+ "id": 601,
8509
8844
  "name": "ancestor",
8510
8845
  "kind": 1024,
8511
8846
  "kindString": "Property",
@@ -8532,7 +8867,7 @@
8532
8867
  }
8533
8868
  },
8534
8869
  {
8535
- "id": 597,
8870
+ "id": 599,
8536
8871
  "name": "dataSkyId",
8537
8872
  "kind": 1024,
8538
8873
  "kindString": "Property",
@@ -8570,7 +8905,7 @@
8570
8905
  }
8571
8906
  },
8572
8907
  {
8573
- "id": 598,
8908
+ "id": 600,
8574
8909
  "name": "selector",
8575
8910
  "kind": 1024,
8576
8911
  "kindString": "Property",
@@ -8602,9 +8937,9 @@
8602
8937
  "title": "Properties",
8603
8938
  "kind": 1024,
8604
8939
  "children": [
8940
+ 601,
8605
8941
  599,
8606
- 597,
8607
- 598
8942
+ 600
8608
8943
  ]
8609
8944
  }
8610
8945
  ],
@@ -8621,6 +8956,134 @@
8621
8956
  "name": "SkyHarnessFilters"
8622
8957
  }
8623
8958
  ]
8959
+ },
8960
+ {
8961
+ "id": 744,
8962
+ "name": "SkyWaitHarnessFilters",
8963
+ "kind": 256,
8964
+ "kindString": "Interface",
8965
+ "flags": {},
8966
+ "comment": {
8967
+ "shortText": "A set of criteria that can be used to filter a list of SkyAlertHarness instances."
8968
+ },
8969
+ "children": [
8970
+ {
8971
+ "id": 747,
8972
+ "name": "ancestor",
8973
+ "kind": 1024,
8974
+ "kindString": "Property",
8975
+ "flags": {
8976
+ "isOptional": true
8977
+ },
8978
+ "comment": {
8979
+ "shortText": "Only find instances that are nested under an element with the given selector."
8980
+ },
8981
+ "sources": [
8982
+ {
8983
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
8984
+ "line": 28,
8985
+ "character": 4
8986
+ }
8987
+ ],
8988
+ "type": {
8989
+ "type": "intrinsic",
8990
+ "name": "string"
8991
+ },
8992
+ "inheritedFrom": {
8993
+ "type": "reference",
8994
+ "name": "SkyHarnessFilters.ancestor"
8995
+ }
8996
+ },
8997
+ {
8998
+ "id": 745,
8999
+ "name": "dataSkyId",
9000
+ "kind": 1024,
9001
+ "kindString": "Property",
9002
+ "flags": {
9003
+ "isOptional": true
9004
+ },
9005
+ "comment": {
9006
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
9007
+ },
9008
+ "sources": [
9009
+ {
9010
+ "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
9011
+ "line": 11,
9012
+ "character": 2
9013
+ }
9014
+ ],
9015
+ "type": {
9016
+ "type": "union",
9017
+ "types": [
9018
+ {
9019
+ "type": "intrinsic",
9020
+ "name": "string"
9021
+ },
9022
+ {
9023
+ "type": "reference",
9024
+ "qualifiedName": "RegExp",
9025
+ "package": "typescript",
9026
+ "name": "RegExp"
9027
+ }
9028
+ ]
9029
+ },
9030
+ "inheritedFrom": {
9031
+ "type": "reference",
9032
+ "name": "SkyHarnessFilters.dataSkyId"
9033
+ }
9034
+ },
9035
+ {
9036
+ "id": 746,
9037
+ "name": "selector",
9038
+ "kind": 1024,
9039
+ "kindString": "Property",
9040
+ "flags": {
9041
+ "isOptional": true
9042
+ },
9043
+ "comment": {
9044
+ "shortText": "Only find instances whose host element matches the given selector."
9045
+ },
9046
+ "sources": [
9047
+ {
9048
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
9049
+ "line": 26,
9050
+ "character": 4
9051
+ }
9052
+ ],
9053
+ "type": {
9054
+ "type": "intrinsic",
9055
+ "name": "string"
9056
+ },
9057
+ "inheritedFrom": {
9058
+ "type": "reference",
9059
+ "name": "SkyHarnessFilters.selector"
9060
+ }
9061
+ }
9062
+ ],
9063
+ "groups": [
9064
+ {
9065
+ "title": "Properties",
9066
+ "kind": 1024,
9067
+ "children": [
9068
+ 747,
9069
+ 745,
9070
+ 746
9071
+ ]
9072
+ }
9073
+ ],
9074
+ "sources": [
9075
+ {
9076
+ "fileName": "projects/indicators/src/testing/wait/wait-harness-filters.ts",
9077
+ "line": 7,
9078
+ "character": 17
9079
+ }
9080
+ ],
9081
+ "extendedTypes": [
9082
+ {
9083
+ "type": "reference",
9084
+ "name": "SkyHarnessFilters"
9085
+ }
9086
+ ]
8624
9087
  }
8625
9088
  ],
8626
9089
  "groups": [
@@ -8843,7 +9306,12 @@
8843
9306
  {
8844
9307
  "fileName": "wait-demo.component.html",
8845
9308
  "filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.html",
8846
- "rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"isWaiting = !isWaiting\"\n>\n Toggle wait\n</button>\n\n<div style=\"height: 200px; width: 200px; margin: 10px\">\n The <code>sky-wait</code> directive can apply to a large area.\n <sky-wait [isWaiting]=\"isWaiting\"> </sky-wait>\n</div>\n"
9309
+ "rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"isWaiting = !isWaiting\"\n>\n Toggle wait\n</button>\n\n<div style=\"height: 200px; width: 200px; margin: 10px\">\n The <code>sky-wait</code> directive can apply to a large area.\n <sky-wait data-sky-id=\"wait-demo\" [isWaiting]=\"isWaiting\"> </sky-wait>\n</div>\n"
9310
+ },
9311
+ {
9312
+ "fileName": "wait-demo.component.spec.ts",
9313
+ "filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.spec.ts",
9314
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { SkyWaitHarness } from '@skyux/indicators/testing';\n\nimport { WaitDemoComponent } from './wait-demo.component';\nimport { WaitDemoModule } from './wait-demo.module';\n\ndescribe('Basic wait', () => {\n async function setupTest() {\n const fixture = TestBed.createComponent(WaitDemoComponent);\n\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const waitHarness = await loader.getHarness(\n SkyWaitHarness.with({ dataSkyId: 'wait-demo' })\n );\n\n return { waitHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [WaitDemoModule],\n });\n });\n\n it('should show the wait component when the user performs an action', async () => {\n const { waitHarness, fixture } = await setupTest();\n\n fixture.nativeElement.querySelector('.sky-btn').click();\n fixture.detectChanges();\n\n await expectAsync(waitHarness.isWaiting()).toBeResolvedTo(true);\n await expectAsync(waitHarness.isFullPage()).toBeResolvedTo(false);\n await expectAsync(waitHarness.isNonBlocking()).toBeResolvedTo(false);\n });\n});\n"
8847
9315
  },
8848
9316
  {
8849
9317
  "fileName": "wait-demo.component.ts",