@skyux/lookup 7.4.0 → 7.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +1333 -1
- package/esm2020/testing/selection-modal/selection-modal-harness.mjs +1 -2
- package/esm2020/testing/selection-modal/selection-modal-search-result-harness-filters.mjs +1 -1
- package/esm2020/testing/selection-modal/selection-modal-search-result-harness.mjs +1 -2
- package/fesm2015/skyux-lookup-testing.mjs +0 -2
- package/fesm2015/skyux-lookup-testing.mjs.map +1 -1
- package/fesm2020/skyux-lookup-testing.mjs +0 -2
- package/fesm2020/skyux-lookup-testing.mjs.map +1 -1
- package/package.json +10 -10
- package/testing/selection-modal/selection-modal-harness.d.ts +0 -1
- package/testing/selection-modal/selection-modal-search-result-harness-filters.d.ts +0 -1
- package/testing/selection-modal/selection-modal-search-result-harness.d.ts +0 -1
package/documentation.json
CHANGED
|
@@ -35,7 +35,10 @@
|
|
|
35
35
|
"SkyAutocompleteSearchFunctionFilter": "type-alias-skyautocompletesearchfunctionfilter",
|
|
36
36
|
"SkyAutocompleteSearchFunctionResponse": "type-alias-skyautocompletesearchfunctionresponse",
|
|
37
37
|
"SkyLookupSelectModeType": "type-alias-skylookupselectmodetype",
|
|
38
|
-
"SkyLookupHarness": "class-skylookupharness"
|
|
38
|
+
"SkyLookupHarness": "class-skylookupharness",
|
|
39
|
+
"SkySelectionModalHarness": "class-skyselectionmodalharness",
|
|
40
|
+
"SkySelectionModalSearchResultHarness": "class-skyselectionmodalsearchresultharness",
|
|
41
|
+
"SkySelectionModalSearchResultHarnessFilters": "interface-skyselectionmodalsearchresultharnessfilters"
|
|
39
42
|
},
|
|
40
43
|
"typedoc": {
|
|
41
44
|
"id": 0,
|
|
@@ -12643,6 +12646,1335 @@
|
|
|
12643
12646
|
"name": "SkyAutocompleteHarness"
|
|
12644
12647
|
}
|
|
12645
12648
|
]
|
|
12649
|
+
},
|
|
12650
|
+
{
|
|
12651
|
+
"id": 1377,
|
|
12652
|
+
"name": "SkySelectionModalHarness",
|
|
12653
|
+
"kind": 128,
|
|
12654
|
+
"kindString": "Class",
|
|
12655
|
+
"flags": {},
|
|
12656
|
+
"comment": {
|
|
12657
|
+
"shortText": "Harness for interacting with a selection modal in tests."
|
|
12658
|
+
},
|
|
12659
|
+
"children": [
|
|
12660
|
+
{
|
|
12661
|
+
"id": 1399,
|
|
12662
|
+
"name": "cancel",
|
|
12663
|
+
"kind": 2048,
|
|
12664
|
+
"kindString": "Method",
|
|
12665
|
+
"flags": {
|
|
12666
|
+
"isPublic": true
|
|
12667
|
+
},
|
|
12668
|
+
"sources": [
|
|
12669
|
+
{
|
|
12670
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
12671
|
+
"line": 83,
|
|
12672
|
+
"character": 15
|
|
12673
|
+
}
|
|
12674
|
+
],
|
|
12675
|
+
"signatures": [
|
|
12676
|
+
{
|
|
12677
|
+
"id": 1400,
|
|
12678
|
+
"name": "cancel",
|
|
12679
|
+
"kind": 4096,
|
|
12680
|
+
"kindString": "Call signature",
|
|
12681
|
+
"flags": {},
|
|
12682
|
+
"comment": {
|
|
12683
|
+
"shortText": "Closes the picker without saving any selections made."
|
|
12684
|
+
},
|
|
12685
|
+
"type": {
|
|
12686
|
+
"type": "reference",
|
|
12687
|
+
"typeArguments": [
|
|
12688
|
+
{
|
|
12689
|
+
"type": "intrinsic",
|
|
12690
|
+
"name": "void"
|
|
12691
|
+
}
|
|
12692
|
+
],
|
|
12693
|
+
"qualifiedName": "Promise",
|
|
12694
|
+
"package": "typescript",
|
|
12695
|
+
"name": "Promise"
|
|
12696
|
+
}
|
|
12697
|
+
}
|
|
12698
|
+
]
|
|
12699
|
+
},
|
|
12700
|
+
{
|
|
12701
|
+
"id": 1404,
|
|
12702
|
+
"name": "clearAll",
|
|
12703
|
+
"kind": 2048,
|
|
12704
|
+
"kindString": "Method",
|
|
12705
|
+
"flags": {
|
|
12706
|
+
"isPublic": true
|
|
12707
|
+
},
|
|
12708
|
+
"sources": [
|
|
12709
|
+
{
|
|
12710
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
12711
|
+
"line": 116,
|
|
12712
|
+
"character": 15
|
|
12713
|
+
}
|
|
12714
|
+
],
|
|
12715
|
+
"signatures": [
|
|
12716
|
+
{
|
|
12717
|
+
"id": 1405,
|
|
12718
|
+
"name": "clearAll",
|
|
12719
|
+
"kind": 4096,
|
|
12720
|
+
"kindString": "Call signature",
|
|
12721
|
+
"flags": {},
|
|
12722
|
+
"comment": {
|
|
12723
|
+
"shortText": "Clears all selections made."
|
|
12724
|
+
},
|
|
12725
|
+
"type": {
|
|
12726
|
+
"type": "reference",
|
|
12727
|
+
"typeArguments": [
|
|
12728
|
+
{
|
|
12729
|
+
"type": "intrinsic",
|
|
12730
|
+
"name": "void"
|
|
12731
|
+
}
|
|
12732
|
+
],
|
|
12733
|
+
"qualifiedName": "Promise",
|
|
12734
|
+
"package": "typescript",
|
|
12735
|
+
"name": "Promise"
|
|
12736
|
+
}
|
|
12737
|
+
}
|
|
12738
|
+
]
|
|
12739
|
+
},
|
|
12740
|
+
{
|
|
12741
|
+
"id": 1389,
|
|
12742
|
+
"name": "clearSearchText",
|
|
12743
|
+
"kind": 2048,
|
|
12744
|
+
"kindString": "Method",
|
|
12745
|
+
"flags": {
|
|
12746
|
+
"isPublic": true
|
|
12747
|
+
},
|
|
12748
|
+
"sources": [
|
|
12749
|
+
{
|
|
12750
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
12751
|
+
"line": 44,
|
|
12752
|
+
"character": 15
|
|
12753
|
+
}
|
|
12754
|
+
],
|
|
12755
|
+
"signatures": [
|
|
12756
|
+
{
|
|
12757
|
+
"id": 1390,
|
|
12758
|
+
"name": "clearSearchText",
|
|
12759
|
+
"kind": 4096,
|
|
12760
|
+
"kindString": "Call signature",
|
|
12761
|
+
"flags": {},
|
|
12762
|
+
"comment": {
|
|
12763
|
+
"shortText": "Clears the text of the search input."
|
|
12764
|
+
},
|
|
12765
|
+
"type": {
|
|
12766
|
+
"type": "reference",
|
|
12767
|
+
"typeArguments": [
|
|
12768
|
+
{
|
|
12769
|
+
"type": "intrinsic",
|
|
12770
|
+
"name": "void"
|
|
12771
|
+
}
|
|
12772
|
+
],
|
|
12773
|
+
"qualifiedName": "Promise",
|
|
12774
|
+
"package": "typescript",
|
|
12775
|
+
"name": "Promise"
|
|
12776
|
+
}
|
|
12777
|
+
}
|
|
12778
|
+
]
|
|
12779
|
+
},
|
|
12780
|
+
{
|
|
12781
|
+
"id": 1414,
|
|
12782
|
+
"name": "clickAddButton",
|
|
12783
|
+
"kind": 2048,
|
|
12784
|
+
"kindString": "Method",
|
|
12785
|
+
"flags": {
|
|
12786
|
+
"isPublic": true
|
|
12787
|
+
},
|
|
12788
|
+
"sources": [
|
|
12789
|
+
{
|
|
12790
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
12791
|
+
"line": 168,
|
|
12792
|
+
"character": 15
|
|
12793
|
+
}
|
|
12794
|
+
],
|
|
12795
|
+
"signatures": [
|
|
12796
|
+
{
|
|
12797
|
+
"id": 1415,
|
|
12798
|
+
"name": "clickAddButton",
|
|
12799
|
+
"kind": 4096,
|
|
12800
|
+
"kindString": "Call signature",
|
|
12801
|
+
"flags": {},
|
|
12802
|
+
"comment": {
|
|
12803
|
+
"shortText": "Clicks the add button."
|
|
12804
|
+
},
|
|
12805
|
+
"type": {
|
|
12806
|
+
"type": "reference",
|
|
12807
|
+
"typeArguments": [
|
|
12808
|
+
{
|
|
12809
|
+
"type": "intrinsic",
|
|
12810
|
+
"name": "void"
|
|
12811
|
+
}
|
|
12812
|
+
],
|
|
12813
|
+
"qualifiedName": "Promise",
|
|
12814
|
+
"package": "typescript",
|
|
12815
|
+
"name": "Promise"
|
|
12816
|
+
}
|
|
12817
|
+
}
|
|
12818
|
+
]
|
|
12819
|
+
},
|
|
12820
|
+
{
|
|
12821
|
+
"id": 1391,
|
|
12822
|
+
"name": "enterSearchText",
|
|
12823
|
+
"kind": 2048,
|
|
12824
|
+
"kindString": "Method",
|
|
12825
|
+
"flags": {
|
|
12826
|
+
"isPublic": true
|
|
12827
|
+
},
|
|
12828
|
+
"sources": [
|
|
12829
|
+
{
|
|
12830
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
12831
|
+
"line": 51,
|
|
12832
|
+
"character": 15
|
|
12833
|
+
}
|
|
12834
|
+
],
|
|
12835
|
+
"signatures": [
|
|
12836
|
+
{
|
|
12837
|
+
"id": 1392,
|
|
12838
|
+
"name": "enterSearchText",
|
|
12839
|
+
"kind": 4096,
|
|
12840
|
+
"kindString": "Call signature",
|
|
12841
|
+
"flags": {},
|
|
12842
|
+
"comment": {
|
|
12843
|
+
"shortText": "Enters text into the search input and performs a search."
|
|
12844
|
+
},
|
|
12845
|
+
"parameters": [
|
|
12846
|
+
{
|
|
12847
|
+
"id": 1393,
|
|
12848
|
+
"name": "value",
|
|
12849
|
+
"kind": 32768,
|
|
12850
|
+
"kindString": "Parameter",
|
|
12851
|
+
"flags": {},
|
|
12852
|
+
"type": {
|
|
12853
|
+
"type": "intrinsic",
|
|
12854
|
+
"name": "string"
|
|
12855
|
+
}
|
|
12856
|
+
}
|
|
12857
|
+
],
|
|
12858
|
+
"type": {
|
|
12859
|
+
"type": "reference",
|
|
12860
|
+
"typeArguments": [
|
|
12861
|
+
{
|
|
12862
|
+
"type": "intrinsic",
|
|
12863
|
+
"name": "void"
|
|
12864
|
+
}
|
|
12865
|
+
],
|
|
12866
|
+
"qualifiedName": "Promise",
|
|
12867
|
+
"package": "typescript",
|
|
12868
|
+
"name": "Promise"
|
|
12869
|
+
}
|
|
12870
|
+
}
|
|
12871
|
+
]
|
|
12872
|
+
},
|
|
12873
|
+
{
|
|
12874
|
+
"id": 1401,
|
|
12875
|
+
"name": "getSearchResults",
|
|
12876
|
+
"kind": 2048,
|
|
12877
|
+
"kindString": "Method",
|
|
12878
|
+
"flags": {
|
|
12879
|
+
"isPublic": true
|
|
12880
|
+
},
|
|
12881
|
+
"sources": [
|
|
12882
|
+
{
|
|
12883
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
12884
|
+
"line": 90,
|
|
12885
|
+
"character": 15
|
|
12886
|
+
}
|
|
12887
|
+
],
|
|
12888
|
+
"signatures": [
|
|
12889
|
+
{
|
|
12890
|
+
"id": 1402,
|
|
12891
|
+
"name": "getSearchResults",
|
|
12892
|
+
"kind": 4096,
|
|
12893
|
+
"kindString": "Call signature",
|
|
12894
|
+
"flags": {},
|
|
12895
|
+
"comment": {
|
|
12896
|
+
"shortText": "Gets a list of search results."
|
|
12897
|
+
},
|
|
12898
|
+
"parameters": [
|
|
12899
|
+
{
|
|
12900
|
+
"id": 1403,
|
|
12901
|
+
"name": "filters",
|
|
12902
|
+
"kind": 32768,
|
|
12903
|
+
"kindString": "Parameter",
|
|
12904
|
+
"flags": {
|
|
12905
|
+
"isOptional": true
|
|
12906
|
+
},
|
|
12907
|
+
"type": {
|
|
12908
|
+
"type": "reference",
|
|
12909
|
+
"id": 1492,
|
|
12910
|
+
"name": "SkySelectionModalSearchResultHarnessFilters"
|
|
12911
|
+
}
|
|
12912
|
+
}
|
|
12913
|
+
],
|
|
12914
|
+
"type": {
|
|
12915
|
+
"type": "reference",
|
|
12916
|
+
"typeArguments": [
|
|
12917
|
+
{
|
|
12918
|
+
"type": "array",
|
|
12919
|
+
"elementType": {
|
|
12920
|
+
"type": "reference",
|
|
12921
|
+
"id": 1437,
|
|
12922
|
+
"name": "SkySelectionModalSearchResultHarness"
|
|
12923
|
+
}
|
|
12924
|
+
}
|
|
12925
|
+
],
|
|
12926
|
+
"qualifiedName": "Promise",
|
|
12927
|
+
"package": "typescript",
|
|
12928
|
+
"name": "Promise"
|
|
12929
|
+
}
|
|
12930
|
+
}
|
|
12931
|
+
]
|
|
12932
|
+
},
|
|
12933
|
+
{
|
|
12934
|
+
"id": 1412,
|
|
12935
|
+
"name": "hasAddButton",
|
|
12936
|
+
"kind": 2048,
|
|
12937
|
+
"kindString": "Method",
|
|
12938
|
+
"flags": {
|
|
12939
|
+
"isPublic": true
|
|
12940
|
+
},
|
|
12941
|
+
"sources": [
|
|
12942
|
+
{
|
|
12943
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
12944
|
+
"line": 160,
|
|
12945
|
+
"character": 15
|
|
12946
|
+
}
|
|
12947
|
+
],
|
|
12948
|
+
"signatures": [
|
|
12949
|
+
{
|
|
12950
|
+
"id": 1413,
|
|
12951
|
+
"name": "hasAddButton",
|
|
12952
|
+
"kind": 4096,
|
|
12953
|
+
"kindString": "Call signature",
|
|
12954
|
+
"flags": {},
|
|
12955
|
+
"comment": {
|
|
12956
|
+
"shortText": "Whether the selection modal is configured to show the add button."
|
|
12957
|
+
},
|
|
12958
|
+
"type": {
|
|
12959
|
+
"type": "reference",
|
|
12960
|
+
"typeArguments": [
|
|
12961
|
+
{
|
|
12962
|
+
"type": "intrinsic",
|
|
12963
|
+
"name": "boolean"
|
|
12964
|
+
}
|
|
12965
|
+
],
|
|
12966
|
+
"qualifiedName": "Promise",
|
|
12967
|
+
"package": "typescript",
|
|
12968
|
+
"name": "Promise"
|
|
12969
|
+
}
|
|
12970
|
+
}
|
|
12971
|
+
]
|
|
12972
|
+
},
|
|
12973
|
+
{
|
|
12974
|
+
"id": 1417,
|
|
12975
|
+
"name": "host",
|
|
12976
|
+
"kind": 2048,
|
|
12977
|
+
"kindString": "Method",
|
|
12978
|
+
"flags": {},
|
|
12979
|
+
"sources": [
|
|
12980
|
+
{
|
|
12981
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
12982
|
+
"line": 40,
|
|
12983
|
+
"character": 4
|
|
12984
|
+
}
|
|
12985
|
+
],
|
|
12986
|
+
"signatures": [
|
|
12987
|
+
{
|
|
12988
|
+
"id": 1418,
|
|
12989
|
+
"name": "host",
|
|
12990
|
+
"kind": 4096,
|
|
12991
|
+
"kindString": "Call signature",
|
|
12992
|
+
"flags": {},
|
|
12993
|
+
"comment": {
|
|
12994
|
+
"shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
|
|
12995
|
+
},
|
|
12996
|
+
"type": {
|
|
12997
|
+
"type": "reference",
|
|
12998
|
+
"typeArguments": [
|
|
12999
|
+
{
|
|
13000
|
+
"type": "reference",
|
|
13001
|
+
"qualifiedName": "TestElement",
|
|
13002
|
+
"package": "@angular/cdk",
|
|
13003
|
+
"name": "TestElement"
|
|
13004
|
+
}
|
|
13005
|
+
],
|
|
13006
|
+
"qualifiedName": "Promise",
|
|
13007
|
+
"package": "typescript",
|
|
13008
|
+
"name": "Promise"
|
|
13009
|
+
},
|
|
13010
|
+
"inheritedFrom": {
|
|
13011
|
+
"type": "reference",
|
|
13012
|
+
"name": "ComponentHarness.host"
|
|
13013
|
+
}
|
|
13014
|
+
}
|
|
13015
|
+
],
|
|
13016
|
+
"inheritedFrom": {
|
|
13017
|
+
"type": "reference",
|
|
13018
|
+
"name": "ComponentHarness.host"
|
|
13019
|
+
}
|
|
13020
|
+
},
|
|
13021
|
+
{
|
|
13022
|
+
"id": 1406,
|
|
13023
|
+
"name": "isMultiselect",
|
|
13024
|
+
"kind": 2048,
|
|
13025
|
+
"kindString": "Method",
|
|
13026
|
+
"flags": {
|
|
13027
|
+
"isPublic": true
|
|
13028
|
+
},
|
|
13029
|
+
"sources": [
|
|
13030
|
+
{
|
|
13031
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
13032
|
+
"line": 130,
|
|
13033
|
+
"character": 15
|
|
13034
|
+
}
|
|
13035
|
+
],
|
|
13036
|
+
"signatures": [
|
|
13037
|
+
{
|
|
13038
|
+
"id": 1407,
|
|
13039
|
+
"name": "isMultiselect",
|
|
13040
|
+
"kind": 4096,
|
|
13041
|
+
"kindString": "Call signature",
|
|
13042
|
+
"flags": {},
|
|
13043
|
+
"comment": {
|
|
13044
|
+
"shortText": "Whether the selection modal is configured to allow multiple selections."
|
|
13045
|
+
},
|
|
13046
|
+
"type": {
|
|
13047
|
+
"type": "reference",
|
|
13048
|
+
"typeArguments": [
|
|
13049
|
+
{
|
|
13050
|
+
"type": "intrinsic",
|
|
13051
|
+
"name": "boolean"
|
|
13052
|
+
}
|
|
13053
|
+
],
|
|
13054
|
+
"qualifiedName": "Promise",
|
|
13055
|
+
"package": "typescript",
|
|
13056
|
+
"name": "Promise"
|
|
13057
|
+
}
|
|
13058
|
+
}
|
|
13059
|
+
]
|
|
13060
|
+
},
|
|
13061
|
+
{
|
|
13062
|
+
"id": 1410,
|
|
13063
|
+
"name": "loadMore",
|
|
13064
|
+
"kind": 2048,
|
|
13065
|
+
"kindString": "Method",
|
|
13066
|
+
"flags": {
|
|
13067
|
+
"isPublic": true
|
|
13068
|
+
},
|
|
13069
|
+
"sources": [
|
|
13070
|
+
{
|
|
13071
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
13072
|
+
"line": 153,
|
|
13073
|
+
"character": 15
|
|
13074
|
+
}
|
|
13075
|
+
],
|
|
13076
|
+
"signatures": [
|
|
13077
|
+
{
|
|
13078
|
+
"id": 1411,
|
|
13079
|
+
"name": "loadMore",
|
|
13080
|
+
"kind": 4096,
|
|
13081
|
+
"kindString": "Call signature",
|
|
13082
|
+
"flags": {},
|
|
13083
|
+
"comment": {
|
|
13084
|
+
"shortText": "Loads more results in the picker."
|
|
13085
|
+
},
|
|
13086
|
+
"type": {
|
|
13087
|
+
"type": "reference",
|
|
13088
|
+
"typeArguments": [
|
|
13089
|
+
{
|
|
13090
|
+
"type": "intrinsic",
|
|
13091
|
+
"name": "void"
|
|
13092
|
+
}
|
|
13093
|
+
],
|
|
13094
|
+
"qualifiedName": "Promise",
|
|
13095
|
+
"package": "typescript",
|
|
13096
|
+
"name": "Promise"
|
|
13097
|
+
}
|
|
13098
|
+
}
|
|
13099
|
+
]
|
|
13100
|
+
},
|
|
13101
|
+
{
|
|
13102
|
+
"id": 1397,
|
|
13103
|
+
"name": "saveAndClose",
|
|
13104
|
+
"kind": 2048,
|
|
13105
|
+
"kindString": "Method",
|
|
13106
|
+
"flags": {
|
|
13107
|
+
"isPublic": true
|
|
13108
|
+
},
|
|
13109
|
+
"sources": [
|
|
13110
|
+
{
|
|
13111
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
13112
|
+
"line": 76,
|
|
13113
|
+
"character": 15
|
|
13114
|
+
}
|
|
13115
|
+
],
|
|
13116
|
+
"signatures": [
|
|
13117
|
+
{
|
|
13118
|
+
"id": 1398,
|
|
13119
|
+
"name": "saveAndClose",
|
|
13120
|
+
"kind": 4096,
|
|
13121
|
+
"kindString": "Call signature",
|
|
13122
|
+
"flags": {},
|
|
13123
|
+
"comment": {
|
|
13124
|
+
"shortText": "Saves any selections made and closes the modal."
|
|
13125
|
+
},
|
|
13126
|
+
"type": {
|
|
13127
|
+
"type": "reference",
|
|
13128
|
+
"typeArguments": [
|
|
13129
|
+
{
|
|
13130
|
+
"type": "intrinsic",
|
|
13131
|
+
"name": "void"
|
|
13132
|
+
}
|
|
13133
|
+
],
|
|
13134
|
+
"qualifiedName": "Promise",
|
|
13135
|
+
"package": "typescript",
|
|
13136
|
+
"name": "Promise"
|
|
13137
|
+
}
|
|
13138
|
+
}
|
|
13139
|
+
]
|
|
13140
|
+
},
|
|
13141
|
+
{
|
|
13142
|
+
"id": 1408,
|
|
13143
|
+
"name": "selectAll",
|
|
13144
|
+
"kind": 2048,
|
|
13145
|
+
"kindString": "Method",
|
|
13146
|
+
"flags": {
|
|
13147
|
+
"isPublic": true
|
|
13148
|
+
},
|
|
13149
|
+
"sources": [
|
|
13150
|
+
{
|
|
13151
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
13152
|
+
"line": 139,
|
|
13153
|
+
"character": 15
|
|
13154
|
+
}
|
|
13155
|
+
],
|
|
13156
|
+
"signatures": [
|
|
13157
|
+
{
|
|
13158
|
+
"id": 1409,
|
|
13159
|
+
"name": "selectAll",
|
|
13160
|
+
"kind": 4096,
|
|
13161
|
+
"kindString": "Call signature",
|
|
13162
|
+
"flags": {},
|
|
13163
|
+
"comment": {
|
|
13164
|
+
"shortText": "Selects all search results."
|
|
13165
|
+
},
|
|
13166
|
+
"type": {
|
|
13167
|
+
"type": "reference",
|
|
13168
|
+
"typeArguments": [
|
|
13169
|
+
{
|
|
13170
|
+
"type": "intrinsic",
|
|
13171
|
+
"name": "void"
|
|
13172
|
+
}
|
|
13173
|
+
],
|
|
13174
|
+
"qualifiedName": "Promise",
|
|
13175
|
+
"package": "typescript",
|
|
13176
|
+
"name": "Promise"
|
|
13177
|
+
}
|
|
13178
|
+
}
|
|
13179
|
+
]
|
|
13180
|
+
},
|
|
13181
|
+
{
|
|
13182
|
+
"id": 1394,
|
|
13183
|
+
"name": "selectSearchResult",
|
|
13184
|
+
"kind": 2048,
|
|
13185
|
+
"kindString": "Method",
|
|
13186
|
+
"flags": {
|
|
13187
|
+
"isPublic": true
|
|
13188
|
+
},
|
|
13189
|
+
"sources": [
|
|
13190
|
+
{
|
|
13191
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
13192
|
+
"line": 58,
|
|
13193
|
+
"character": 15
|
|
13194
|
+
}
|
|
13195
|
+
],
|
|
13196
|
+
"signatures": [
|
|
13197
|
+
{
|
|
13198
|
+
"id": 1395,
|
|
13199
|
+
"name": "selectSearchResult",
|
|
13200
|
+
"kind": 4096,
|
|
13201
|
+
"kindString": "Call signature",
|
|
13202
|
+
"flags": {},
|
|
13203
|
+
"comment": {
|
|
13204
|
+
"shortText": "Selects multiple search results based on a set of criteria."
|
|
13205
|
+
},
|
|
13206
|
+
"parameters": [
|
|
13207
|
+
{
|
|
13208
|
+
"id": 1396,
|
|
13209
|
+
"name": "filters",
|
|
13210
|
+
"kind": 32768,
|
|
13211
|
+
"kindString": "Parameter",
|
|
13212
|
+
"flags": {
|
|
13213
|
+
"isOptional": true
|
|
13214
|
+
},
|
|
13215
|
+
"type": {
|
|
13216
|
+
"type": "reference",
|
|
13217
|
+
"id": 1492,
|
|
13218
|
+
"name": "SkySelectionModalSearchResultHarnessFilters"
|
|
13219
|
+
}
|
|
13220
|
+
}
|
|
13221
|
+
],
|
|
13222
|
+
"type": {
|
|
13223
|
+
"type": "reference",
|
|
13224
|
+
"typeArguments": [
|
|
13225
|
+
{
|
|
13226
|
+
"type": "intrinsic",
|
|
13227
|
+
"name": "void"
|
|
13228
|
+
}
|
|
13229
|
+
],
|
|
13230
|
+
"qualifiedName": "Promise",
|
|
13231
|
+
"package": "typescript",
|
|
13232
|
+
"name": "Promise"
|
|
13233
|
+
}
|
|
13234
|
+
}
|
|
13235
|
+
]
|
|
13236
|
+
}
|
|
13237
|
+
],
|
|
13238
|
+
"groups": [
|
|
13239
|
+
{
|
|
13240
|
+
"title": "Constructors",
|
|
13241
|
+
"kind": 512,
|
|
13242
|
+
"children": [
|
|
13243
|
+
1379
|
|
13244
|
+
]
|
|
13245
|
+
},
|
|
13246
|
+
{
|
|
13247
|
+
"title": "Methods",
|
|
13248
|
+
"kind": 2048,
|
|
13249
|
+
"children": [
|
|
13250
|
+
1399,
|
|
13251
|
+
1404,
|
|
13252
|
+
1389,
|
|
13253
|
+
1414,
|
|
13254
|
+
1391,
|
|
13255
|
+
1401,
|
|
13256
|
+
1412,
|
|
13257
|
+
1417,
|
|
13258
|
+
1406,
|
|
13259
|
+
1410,
|
|
13260
|
+
1397,
|
|
13261
|
+
1408,
|
|
13262
|
+
1394
|
|
13263
|
+
]
|
|
13264
|
+
}
|
|
13265
|
+
],
|
|
13266
|
+
"sources": [
|
|
13267
|
+
{
|
|
13268
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-harness.ts",
|
|
13269
|
+
"line": 15,
|
|
13270
|
+
"character": 13
|
|
13271
|
+
}
|
|
13272
|
+
],
|
|
13273
|
+
"extendedTypes": [
|
|
13274
|
+
{
|
|
13275
|
+
"type": "reference",
|
|
13276
|
+
"qualifiedName": "ComponentHarness",
|
|
13277
|
+
"package": "@angular/cdk",
|
|
13278
|
+
"name": "ComponentHarness"
|
|
13279
|
+
}
|
|
13280
|
+
]
|
|
13281
|
+
},
|
|
13282
|
+
{
|
|
13283
|
+
"id": 1437,
|
|
13284
|
+
"name": "SkySelectionModalSearchResultHarness",
|
|
13285
|
+
"kind": 128,
|
|
13286
|
+
"kindString": "Class",
|
|
13287
|
+
"flags": {},
|
|
13288
|
+
"comment": {
|
|
13289
|
+
"shortText": "Harness for interacting with a selection modal's search results in tests."
|
|
13290
|
+
},
|
|
13291
|
+
"children": [
|
|
13292
|
+
{
|
|
13293
|
+
"id": 1463,
|
|
13294
|
+
"name": "deselect",
|
|
13295
|
+
"kind": 2048,
|
|
13296
|
+
"kindString": "Method",
|
|
13297
|
+
"flags": {
|
|
13298
|
+
"isPublic": true
|
|
13299
|
+
},
|
|
13300
|
+
"sources": [
|
|
13301
|
+
{
|
|
13302
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness.ts",
|
|
13303
|
+
"line": 90,
|
|
13304
|
+
"character": 15
|
|
13305
|
+
}
|
|
13306
|
+
],
|
|
13307
|
+
"signatures": [
|
|
13308
|
+
{
|
|
13309
|
+
"id": 1464,
|
|
13310
|
+
"name": "deselect",
|
|
13311
|
+
"kind": 4096,
|
|
13312
|
+
"kindString": "Call signature",
|
|
13313
|
+
"flags": {},
|
|
13314
|
+
"comment": {
|
|
13315
|
+
"shortText": "Deselects the repeater item."
|
|
13316
|
+
},
|
|
13317
|
+
"type": {
|
|
13318
|
+
"type": "reference",
|
|
13319
|
+
"typeArguments": [
|
|
13320
|
+
{
|
|
13321
|
+
"type": "intrinsic",
|
|
13322
|
+
"name": "void"
|
|
13323
|
+
}
|
|
13324
|
+
],
|
|
13325
|
+
"qualifiedName": "Promise",
|
|
13326
|
+
"package": "typescript",
|
|
13327
|
+
"name": "Promise"
|
|
13328
|
+
},
|
|
13329
|
+
"inheritedFrom": {
|
|
13330
|
+
"type": "reference",
|
|
13331
|
+
"name": "SkyRepeaterItemHarness.deselect"
|
|
13332
|
+
}
|
|
13333
|
+
}
|
|
13334
|
+
],
|
|
13335
|
+
"inheritedFrom": {
|
|
13336
|
+
"type": "reference",
|
|
13337
|
+
"name": "SkyRepeaterItemHarness.deselect"
|
|
13338
|
+
}
|
|
13339
|
+
},
|
|
13340
|
+
{
|
|
13341
|
+
"id": 1465,
|
|
13342
|
+
"name": "getContentText",
|
|
13343
|
+
"kind": 2048,
|
|
13344
|
+
"kindString": "Method",
|
|
13345
|
+
"flags": {
|
|
13346
|
+
"isPublic": true
|
|
13347
|
+
},
|
|
13348
|
+
"sources": [
|
|
13349
|
+
{
|
|
13350
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness.ts",
|
|
13351
|
+
"line": 104,
|
|
13352
|
+
"character": 15
|
|
13353
|
+
}
|
|
13354
|
+
],
|
|
13355
|
+
"signatures": [
|
|
13356
|
+
{
|
|
13357
|
+
"id": 1466,
|
|
13358
|
+
"name": "getContentText",
|
|
13359
|
+
"kind": 4096,
|
|
13360
|
+
"kindString": "Call signature",
|
|
13361
|
+
"flags": {},
|
|
13362
|
+
"comment": {
|
|
13363
|
+
"shortText": "Gets the text of the repeater item content."
|
|
13364
|
+
},
|
|
13365
|
+
"type": {
|
|
13366
|
+
"type": "reference",
|
|
13367
|
+
"typeArguments": [
|
|
13368
|
+
{
|
|
13369
|
+
"type": "intrinsic",
|
|
13370
|
+
"name": "string"
|
|
13371
|
+
}
|
|
13372
|
+
],
|
|
13373
|
+
"qualifiedName": "Promise",
|
|
13374
|
+
"package": "typescript",
|
|
13375
|
+
"name": "Promise"
|
|
13376
|
+
},
|
|
13377
|
+
"inheritedFrom": {
|
|
13378
|
+
"type": "reference",
|
|
13379
|
+
"name": "SkyRepeaterItemHarness.getContentText"
|
|
13380
|
+
}
|
|
13381
|
+
}
|
|
13382
|
+
],
|
|
13383
|
+
"inheritedFrom": {
|
|
13384
|
+
"type": "reference",
|
|
13385
|
+
"name": "SkyRepeaterItemHarness.getContentText"
|
|
13386
|
+
}
|
|
13387
|
+
},
|
|
13388
|
+
{
|
|
13389
|
+
"id": 1467,
|
|
13390
|
+
"name": "getTitleText",
|
|
13391
|
+
"kind": 2048,
|
|
13392
|
+
"kindString": "Method",
|
|
13393
|
+
"flags": {
|
|
13394
|
+
"isPublic": true
|
|
13395
|
+
},
|
|
13396
|
+
"sources": [
|
|
13397
|
+
{
|
|
13398
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness.ts",
|
|
13399
|
+
"line": 111,
|
|
13400
|
+
"character": 15
|
|
13401
|
+
}
|
|
13402
|
+
],
|
|
13403
|
+
"signatures": [
|
|
13404
|
+
{
|
|
13405
|
+
"id": 1468,
|
|
13406
|
+
"name": "getTitleText",
|
|
13407
|
+
"kind": 4096,
|
|
13408
|
+
"kindString": "Call signature",
|
|
13409
|
+
"flags": {},
|
|
13410
|
+
"comment": {
|
|
13411
|
+
"shortText": "Gets the text of the repeater item title."
|
|
13412
|
+
},
|
|
13413
|
+
"type": {
|
|
13414
|
+
"type": "reference",
|
|
13415
|
+
"typeArguments": [
|
|
13416
|
+
{
|
|
13417
|
+
"type": "intrinsic",
|
|
13418
|
+
"name": "string"
|
|
13419
|
+
}
|
|
13420
|
+
],
|
|
13421
|
+
"qualifiedName": "Promise",
|
|
13422
|
+
"package": "typescript",
|
|
13423
|
+
"name": "Promise"
|
|
13424
|
+
},
|
|
13425
|
+
"inheritedFrom": {
|
|
13426
|
+
"type": "reference",
|
|
13427
|
+
"name": "SkyRepeaterItemHarness.getTitleText"
|
|
13428
|
+
}
|
|
13429
|
+
}
|
|
13430
|
+
],
|
|
13431
|
+
"inheritedFrom": {
|
|
13432
|
+
"type": "reference",
|
|
13433
|
+
"name": "SkyRepeaterItemHarness.getTitleText"
|
|
13434
|
+
}
|
|
13435
|
+
},
|
|
13436
|
+
{
|
|
13437
|
+
"id": 1472,
|
|
13438
|
+
"name": "host",
|
|
13439
|
+
"kind": 2048,
|
|
13440
|
+
"kindString": "Method",
|
|
13441
|
+
"flags": {},
|
|
13442
|
+
"sources": [
|
|
13443
|
+
{
|
|
13444
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
13445
|
+
"line": 40,
|
|
13446
|
+
"character": 4
|
|
13447
|
+
}
|
|
13448
|
+
],
|
|
13449
|
+
"signatures": [
|
|
13450
|
+
{
|
|
13451
|
+
"id": 1473,
|
|
13452
|
+
"name": "host",
|
|
13453
|
+
"kind": 4096,
|
|
13454
|
+
"kindString": "Call signature",
|
|
13455
|
+
"flags": {},
|
|
13456
|
+
"comment": {
|
|
13457
|
+
"shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
|
|
13458
|
+
},
|
|
13459
|
+
"type": {
|
|
13460
|
+
"type": "reference",
|
|
13461
|
+
"typeArguments": [
|
|
13462
|
+
{
|
|
13463
|
+
"type": "reference",
|
|
13464
|
+
"qualifiedName": "TestElement",
|
|
13465
|
+
"package": "@angular/cdk",
|
|
13466
|
+
"name": "TestElement"
|
|
13467
|
+
}
|
|
13468
|
+
],
|
|
13469
|
+
"qualifiedName": "Promise",
|
|
13470
|
+
"package": "typescript",
|
|
13471
|
+
"name": "Promise"
|
|
13472
|
+
},
|
|
13473
|
+
"inheritedFrom": {
|
|
13474
|
+
"type": "reference",
|
|
13475
|
+
"name": "SkyRepeaterItemHarness.host"
|
|
13476
|
+
}
|
|
13477
|
+
}
|
|
13478
|
+
],
|
|
13479
|
+
"inheritedFrom": {
|
|
13480
|
+
"type": "reference",
|
|
13481
|
+
"name": "SkyRepeaterItemHarness.host"
|
|
13482
|
+
}
|
|
13483
|
+
},
|
|
13484
|
+
{
|
|
13485
|
+
"id": 1453,
|
|
13486
|
+
"name": "isSelectable",
|
|
13487
|
+
"kind": 2048,
|
|
13488
|
+
"kindString": "Method",
|
|
13489
|
+
"flags": {
|
|
13490
|
+
"isPublic": true
|
|
13491
|
+
},
|
|
13492
|
+
"sources": [
|
|
13493
|
+
{
|
|
13494
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness.ts",
|
|
13495
|
+
"line": 46,
|
|
13496
|
+
"character": 15
|
|
13497
|
+
}
|
|
13498
|
+
],
|
|
13499
|
+
"signatures": [
|
|
13500
|
+
{
|
|
13501
|
+
"id": 1454,
|
|
13502
|
+
"name": "isSelectable",
|
|
13503
|
+
"kind": 4096,
|
|
13504
|
+
"kindString": "Call signature",
|
|
13505
|
+
"flags": {},
|
|
13506
|
+
"comment": {
|
|
13507
|
+
"shortText": "Whether the repeater item is selectable."
|
|
13508
|
+
},
|
|
13509
|
+
"type": {
|
|
13510
|
+
"type": "reference",
|
|
13511
|
+
"typeArguments": [
|
|
13512
|
+
{
|
|
13513
|
+
"type": "intrinsic",
|
|
13514
|
+
"name": "boolean"
|
|
13515
|
+
}
|
|
13516
|
+
],
|
|
13517
|
+
"qualifiedName": "Promise",
|
|
13518
|
+
"package": "typescript",
|
|
13519
|
+
"name": "Promise"
|
|
13520
|
+
},
|
|
13521
|
+
"inheritedFrom": {
|
|
13522
|
+
"type": "reference",
|
|
13523
|
+
"name": "SkyRepeaterItemHarness.isSelectable"
|
|
13524
|
+
}
|
|
13525
|
+
}
|
|
13526
|
+
],
|
|
13527
|
+
"inheritedFrom": {
|
|
13528
|
+
"type": "reference",
|
|
13529
|
+
"name": "SkyRepeaterItemHarness.isSelectable"
|
|
13530
|
+
}
|
|
13531
|
+
},
|
|
13532
|
+
{
|
|
13533
|
+
"id": 1455,
|
|
13534
|
+
"name": "isSelected",
|
|
13535
|
+
"kind": 2048,
|
|
13536
|
+
"kindString": "Method",
|
|
13537
|
+
"flags": {
|
|
13538
|
+
"isPublic": true
|
|
13539
|
+
},
|
|
13540
|
+
"sources": [
|
|
13541
|
+
{
|
|
13542
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness.ts",
|
|
13543
|
+
"line": 53,
|
|
13544
|
+
"character": 15
|
|
13545
|
+
}
|
|
13546
|
+
],
|
|
13547
|
+
"signatures": [
|
|
13548
|
+
{
|
|
13549
|
+
"id": 1456,
|
|
13550
|
+
"name": "isSelected",
|
|
13551
|
+
"kind": 4096,
|
|
13552
|
+
"kindString": "Call signature",
|
|
13553
|
+
"flags": {},
|
|
13554
|
+
"comment": {
|
|
13555
|
+
"shortText": "Whether the repeater item is selected."
|
|
13556
|
+
},
|
|
13557
|
+
"type": {
|
|
13558
|
+
"type": "reference",
|
|
13559
|
+
"typeArguments": [
|
|
13560
|
+
{
|
|
13561
|
+
"type": "intrinsic",
|
|
13562
|
+
"name": "boolean"
|
|
13563
|
+
}
|
|
13564
|
+
],
|
|
13565
|
+
"qualifiedName": "Promise",
|
|
13566
|
+
"package": "typescript",
|
|
13567
|
+
"name": "Promise"
|
|
13568
|
+
},
|
|
13569
|
+
"inheritedFrom": {
|
|
13570
|
+
"type": "reference",
|
|
13571
|
+
"name": "SkyRepeaterItemHarness.isSelected"
|
|
13572
|
+
}
|
|
13573
|
+
}
|
|
13574
|
+
],
|
|
13575
|
+
"inheritedFrom": {
|
|
13576
|
+
"type": "reference",
|
|
13577
|
+
"name": "SkyRepeaterItemHarness.isSelected"
|
|
13578
|
+
}
|
|
13579
|
+
},
|
|
13580
|
+
{
|
|
13581
|
+
"id": 1457,
|
|
13582
|
+
"name": "queryHarness",
|
|
13583
|
+
"kind": 2048,
|
|
13584
|
+
"kindString": "Method",
|
|
13585
|
+
"flags": {
|
|
13586
|
+
"isPublic": true
|
|
13587
|
+
},
|
|
13588
|
+
"sources": [
|
|
13589
|
+
{
|
|
13590
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness.ts",
|
|
13591
|
+
"line": 67,
|
|
13592
|
+
"character": 15
|
|
13593
|
+
}
|
|
13594
|
+
],
|
|
13595
|
+
"signatures": [
|
|
13596
|
+
{
|
|
13597
|
+
"id": 1458,
|
|
13598
|
+
"name": "queryHarness",
|
|
13599
|
+
"kind": 4096,
|
|
13600
|
+
"kindString": "Call signature",
|
|
13601
|
+
"flags": {},
|
|
13602
|
+
"comment": {
|
|
13603
|
+
"shortText": "Returns a child harness."
|
|
13604
|
+
},
|
|
13605
|
+
"typeParameter": [
|
|
13606
|
+
{
|
|
13607
|
+
"id": 1459,
|
|
13608
|
+
"name": "T",
|
|
13609
|
+
"kind": 131072,
|
|
13610
|
+
"kindString": "Type parameter",
|
|
13611
|
+
"flags": {},
|
|
13612
|
+
"type": {
|
|
13613
|
+
"type": "reference",
|
|
13614
|
+
"typeArguments": [
|
|
13615
|
+
{
|
|
13616
|
+
"type": "reference",
|
|
13617
|
+
"name": "T"
|
|
13618
|
+
}
|
|
13619
|
+
],
|
|
13620
|
+
"qualifiedName": "ComponentHarness",
|
|
13621
|
+
"package": "@angular/cdk",
|
|
13622
|
+
"name": "ComponentHarness"
|
|
13623
|
+
}
|
|
13624
|
+
}
|
|
13625
|
+
],
|
|
13626
|
+
"parameters": [
|
|
13627
|
+
{
|
|
13628
|
+
"id": 1460,
|
|
13629
|
+
"name": "query",
|
|
13630
|
+
"kind": 32768,
|
|
13631
|
+
"kindString": "Parameter",
|
|
13632
|
+
"flags": {},
|
|
13633
|
+
"type": {
|
|
13634
|
+
"type": "reference",
|
|
13635
|
+
"typeArguments": [
|
|
13636
|
+
{
|
|
13637
|
+
"type": "reference",
|
|
13638
|
+
"name": "T"
|
|
13639
|
+
}
|
|
13640
|
+
],
|
|
13641
|
+
"qualifiedName": "HarnessQuery",
|
|
13642
|
+
"package": "@angular/cdk",
|
|
13643
|
+
"name": "HarnessQuery"
|
|
13644
|
+
}
|
|
13645
|
+
}
|
|
13646
|
+
],
|
|
13647
|
+
"type": {
|
|
13648
|
+
"type": "reference",
|
|
13649
|
+
"typeArguments": [
|
|
13650
|
+
{
|
|
13651
|
+
"type": "reference",
|
|
13652
|
+
"name": "T"
|
|
13653
|
+
}
|
|
13654
|
+
],
|
|
13655
|
+
"qualifiedName": "Promise",
|
|
13656
|
+
"package": "typescript",
|
|
13657
|
+
"name": "Promise"
|
|
13658
|
+
},
|
|
13659
|
+
"inheritedFrom": {
|
|
13660
|
+
"type": "reference",
|
|
13661
|
+
"name": "SkyRepeaterItemHarness.queryHarness"
|
|
13662
|
+
}
|
|
13663
|
+
}
|
|
13664
|
+
],
|
|
13665
|
+
"inheritedFrom": {
|
|
13666
|
+
"type": "reference",
|
|
13667
|
+
"name": "SkyRepeaterItemHarness.queryHarness"
|
|
13668
|
+
}
|
|
13669
|
+
},
|
|
13670
|
+
{
|
|
13671
|
+
"id": 1461,
|
|
13672
|
+
"name": "select",
|
|
13673
|
+
"kind": 2048,
|
|
13674
|
+
"kindString": "Method",
|
|
13675
|
+
"flags": {
|
|
13676
|
+
"isPublic": true
|
|
13677
|
+
},
|
|
13678
|
+
"sources": [
|
|
13679
|
+
{
|
|
13680
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness.ts",
|
|
13681
|
+
"line": 76,
|
|
13682
|
+
"character": 15
|
|
13683
|
+
}
|
|
13684
|
+
],
|
|
13685
|
+
"signatures": [
|
|
13686
|
+
{
|
|
13687
|
+
"id": 1462,
|
|
13688
|
+
"name": "select",
|
|
13689
|
+
"kind": 4096,
|
|
13690
|
+
"kindString": "Call signature",
|
|
13691
|
+
"flags": {},
|
|
13692
|
+
"comment": {
|
|
13693
|
+
"shortText": "Selects the repeater item."
|
|
13694
|
+
},
|
|
13695
|
+
"type": {
|
|
13696
|
+
"type": "reference",
|
|
13697
|
+
"typeArguments": [
|
|
13698
|
+
{
|
|
13699
|
+
"type": "intrinsic",
|
|
13700
|
+
"name": "void"
|
|
13701
|
+
}
|
|
13702
|
+
],
|
|
13703
|
+
"qualifiedName": "Promise",
|
|
13704
|
+
"package": "typescript",
|
|
13705
|
+
"name": "Promise"
|
|
13706
|
+
},
|
|
13707
|
+
"inheritedFrom": {
|
|
13708
|
+
"type": "reference",
|
|
13709
|
+
"name": "SkyRepeaterItemHarness.select"
|
|
13710
|
+
}
|
|
13711
|
+
}
|
|
13712
|
+
],
|
|
13713
|
+
"inheritedFrom": {
|
|
13714
|
+
"type": "reference",
|
|
13715
|
+
"name": "SkyRepeaterItemHarness.select"
|
|
13716
|
+
}
|
|
13717
|
+
},
|
|
13718
|
+
{
|
|
13719
|
+
"id": 1439,
|
|
13720
|
+
"name": "with",
|
|
13721
|
+
"kind": 2048,
|
|
13722
|
+
"kindString": "Method",
|
|
13723
|
+
"flags": {
|
|
13724
|
+
"isPublic": true,
|
|
13725
|
+
"isStatic": true
|
|
13726
|
+
},
|
|
13727
|
+
"sources": [
|
|
13728
|
+
{
|
|
13729
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness.ts",
|
|
13730
|
+
"line": 31,
|
|
13731
|
+
"character": 16
|
|
13732
|
+
}
|
|
13733
|
+
],
|
|
13734
|
+
"signatures": [
|
|
13735
|
+
{
|
|
13736
|
+
"id": 1440,
|
|
13737
|
+
"name": "with",
|
|
13738
|
+
"kind": 4096,
|
|
13739
|
+
"kindString": "Call signature",
|
|
13740
|
+
"flags": {},
|
|
13741
|
+
"comment": {
|
|
13742
|
+
"shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyRepeaterItemHarness` that meets certain criteria."
|
|
13743
|
+
},
|
|
13744
|
+
"parameters": [
|
|
13745
|
+
{
|
|
13746
|
+
"id": 1441,
|
|
13747
|
+
"name": "filters",
|
|
13748
|
+
"kind": 32768,
|
|
13749
|
+
"kindString": "Parameter",
|
|
13750
|
+
"flags": {},
|
|
13751
|
+
"type": {
|
|
13752
|
+
"type": "reference",
|
|
13753
|
+
"name": "SkyRepeaterItemHarnessFilters"
|
|
13754
|
+
}
|
|
13755
|
+
}
|
|
13756
|
+
],
|
|
13757
|
+
"type": {
|
|
13758
|
+
"type": "reference",
|
|
13759
|
+
"typeArguments": [
|
|
13760
|
+
{
|
|
13761
|
+
"type": "reference",
|
|
13762
|
+
"name": "SkyRepeaterItemHarness"
|
|
13763
|
+
}
|
|
13764
|
+
],
|
|
13765
|
+
"qualifiedName": "HarnessPredicate",
|
|
13766
|
+
"package": "@angular/cdk",
|
|
13767
|
+
"name": "HarnessPredicate"
|
|
13768
|
+
},
|
|
13769
|
+
"inheritedFrom": {
|
|
13770
|
+
"type": "reference",
|
|
13771
|
+
"name": "SkyRepeaterItemHarness.with"
|
|
13772
|
+
}
|
|
13773
|
+
}
|
|
13774
|
+
],
|
|
13775
|
+
"inheritedFrom": {
|
|
13776
|
+
"type": "reference",
|
|
13777
|
+
"name": "SkyRepeaterItemHarness.with"
|
|
13778
|
+
}
|
|
13779
|
+
}
|
|
13780
|
+
],
|
|
13781
|
+
"groups": [
|
|
13782
|
+
{
|
|
13783
|
+
"title": "Constructors",
|
|
13784
|
+
"kind": 512,
|
|
13785
|
+
"children": [
|
|
13786
|
+
1447
|
|
13787
|
+
]
|
|
13788
|
+
},
|
|
13789
|
+
{
|
|
13790
|
+
"title": "Methods",
|
|
13791
|
+
"kind": 2048,
|
|
13792
|
+
"children": [
|
|
13793
|
+
1463,
|
|
13794
|
+
1465,
|
|
13795
|
+
1467,
|
|
13796
|
+
1472,
|
|
13797
|
+
1453,
|
|
13798
|
+
1455,
|
|
13799
|
+
1457,
|
|
13800
|
+
1461,
|
|
13801
|
+
1439
|
|
13802
|
+
]
|
|
13803
|
+
}
|
|
13804
|
+
],
|
|
13805
|
+
"sources": [
|
|
13806
|
+
{
|
|
13807
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-search-result-harness.ts",
|
|
13808
|
+
"line": 6,
|
|
13809
|
+
"character": 13
|
|
13810
|
+
}
|
|
13811
|
+
],
|
|
13812
|
+
"extendedTypes": [
|
|
13813
|
+
{
|
|
13814
|
+
"type": "reference",
|
|
13815
|
+
"name": "SkyRepeaterItemHarness"
|
|
13816
|
+
}
|
|
13817
|
+
]
|
|
13818
|
+
},
|
|
13819
|
+
{
|
|
13820
|
+
"id": 1492,
|
|
13821
|
+
"name": "SkySelectionModalSearchResultHarnessFilters",
|
|
13822
|
+
"kind": 256,
|
|
13823
|
+
"kindString": "Interface",
|
|
13824
|
+
"flags": {},
|
|
13825
|
+
"comment": {
|
|
13826
|
+
"shortText": "A set of criteria that can be used to filter a list of `SkySelectionModalSearchResultHarness` instances."
|
|
13827
|
+
},
|
|
13828
|
+
"children": [
|
|
13829
|
+
{
|
|
13830
|
+
"id": 1495,
|
|
13831
|
+
"name": "contentText",
|
|
13832
|
+
"kind": 1024,
|
|
13833
|
+
"kindString": "Property",
|
|
13834
|
+
"flags": {
|
|
13835
|
+
"isOptional": true
|
|
13836
|
+
},
|
|
13837
|
+
"comment": {
|
|
13838
|
+
"shortText": "Only find instances whose content matches the given value."
|
|
13839
|
+
},
|
|
13840
|
+
"sources": [
|
|
13841
|
+
{
|
|
13842
|
+
"fileName": "libs/components/lists/testing/src/repeater/repeater-item-harness-filters.ts",
|
|
13843
|
+
"line": 11,
|
|
13844
|
+
"character": 2
|
|
13845
|
+
}
|
|
13846
|
+
],
|
|
13847
|
+
"type": {
|
|
13848
|
+
"type": "union",
|
|
13849
|
+
"types": [
|
|
13850
|
+
{
|
|
13851
|
+
"type": "intrinsic",
|
|
13852
|
+
"name": "string"
|
|
13853
|
+
},
|
|
13854
|
+
{
|
|
13855
|
+
"type": "reference",
|
|
13856
|
+
"qualifiedName": "RegExp",
|
|
13857
|
+
"package": "typescript",
|
|
13858
|
+
"name": "RegExp"
|
|
13859
|
+
}
|
|
13860
|
+
]
|
|
13861
|
+
},
|
|
13862
|
+
"inheritedFrom": {
|
|
13863
|
+
"type": "reference",
|
|
13864
|
+
"name": "Omit.contentText"
|
|
13865
|
+
}
|
|
13866
|
+
},
|
|
13867
|
+
{
|
|
13868
|
+
"id": 1493,
|
|
13869
|
+
"name": "dataSkyId",
|
|
13870
|
+
"kind": 1024,
|
|
13871
|
+
"kindString": "Property",
|
|
13872
|
+
"flags": {
|
|
13873
|
+
"isOptional": true
|
|
13874
|
+
},
|
|
13875
|
+
"comment": {
|
|
13876
|
+
"shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
|
|
13877
|
+
},
|
|
13878
|
+
"sources": [
|
|
13879
|
+
{
|
|
13880
|
+
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
13881
|
+
"line": 11,
|
|
13882
|
+
"character": 2
|
|
13883
|
+
}
|
|
13884
|
+
],
|
|
13885
|
+
"type": {
|
|
13886
|
+
"type": "union",
|
|
13887
|
+
"types": [
|
|
13888
|
+
{
|
|
13889
|
+
"type": "intrinsic",
|
|
13890
|
+
"name": "string"
|
|
13891
|
+
},
|
|
13892
|
+
{
|
|
13893
|
+
"type": "reference",
|
|
13894
|
+
"qualifiedName": "RegExp",
|
|
13895
|
+
"package": "typescript",
|
|
13896
|
+
"name": "RegExp"
|
|
13897
|
+
}
|
|
13898
|
+
]
|
|
13899
|
+
},
|
|
13900
|
+
"inheritedFrom": {
|
|
13901
|
+
"type": "reference",
|
|
13902
|
+
"name": "Omit.dataSkyId"
|
|
13903
|
+
}
|
|
13904
|
+
},
|
|
13905
|
+
{
|
|
13906
|
+
"id": 1494,
|
|
13907
|
+
"name": "selector",
|
|
13908
|
+
"kind": 1024,
|
|
13909
|
+
"kindString": "Property",
|
|
13910
|
+
"flags": {
|
|
13911
|
+
"isOptional": true
|
|
13912
|
+
},
|
|
13913
|
+
"comment": {
|
|
13914
|
+
"shortText": "Only find instances whose host element matches the given selector."
|
|
13915
|
+
},
|
|
13916
|
+
"sources": [
|
|
13917
|
+
{
|
|
13918
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
13919
|
+
"line": 26,
|
|
13920
|
+
"character": 4
|
|
13921
|
+
}
|
|
13922
|
+
],
|
|
13923
|
+
"type": {
|
|
13924
|
+
"type": "intrinsic",
|
|
13925
|
+
"name": "string"
|
|
13926
|
+
},
|
|
13927
|
+
"inheritedFrom": {
|
|
13928
|
+
"type": "reference",
|
|
13929
|
+
"name": "Omit.selector"
|
|
13930
|
+
}
|
|
13931
|
+
}
|
|
13932
|
+
],
|
|
13933
|
+
"groups": [
|
|
13934
|
+
{
|
|
13935
|
+
"title": "Properties",
|
|
13936
|
+
"kind": 1024,
|
|
13937
|
+
"children": [
|
|
13938
|
+
1495,
|
|
13939
|
+
1493,
|
|
13940
|
+
1494
|
|
13941
|
+
]
|
|
13942
|
+
}
|
|
13943
|
+
],
|
|
13944
|
+
"sources": [
|
|
13945
|
+
{
|
|
13946
|
+
"fileName": "projects/lookup/src/testing/selection-modal/selection-modal-search-result-harness-filters.ts",
|
|
13947
|
+
"line": 7,
|
|
13948
|
+
"character": 17
|
|
13949
|
+
}
|
|
13950
|
+
],
|
|
13951
|
+
"extendedTypes": [
|
|
13952
|
+
{
|
|
13953
|
+
"type": "reference",
|
|
13954
|
+
"typeArguments": [
|
|
13955
|
+
{
|
|
13956
|
+
"type": "reference",
|
|
13957
|
+
"name": "SkyRepeaterItemHarnessFilters"
|
|
13958
|
+
},
|
|
13959
|
+
{
|
|
13960
|
+
"type": "union",
|
|
13961
|
+
"types": [
|
|
13962
|
+
{
|
|
13963
|
+
"type": "literal",
|
|
13964
|
+
"value": "titleText"
|
|
13965
|
+
},
|
|
13966
|
+
{
|
|
13967
|
+
"type": "literal",
|
|
13968
|
+
"value": "ancestor"
|
|
13969
|
+
}
|
|
13970
|
+
]
|
|
13971
|
+
}
|
|
13972
|
+
],
|
|
13973
|
+
"qualifiedName": "Omit",
|
|
13974
|
+
"package": "typescript",
|
|
13975
|
+
"name": "Omit"
|
|
13976
|
+
}
|
|
13977
|
+
]
|
|
12646
13978
|
}
|
|
12647
13979
|
],
|
|
12648
13980
|
"groups": [
|