@skyux/lookup 8.9.0 → 8.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +344 -272
- package/esm2020/lib/modules/lookup/lookup-show-more-modal.component.mjs +1 -1
- package/esm2020/lib/modules/search/search.component.mjs +8 -4
- package/esm2020/lib/modules/selection-modal/selection-modal.component.mjs +1 -1
- package/esm2020/testing/search/search-harness.mjs +13 -1
- package/fesm2015/skyux-lookup-testing.mjs +16 -0
- package/fesm2015/skyux-lookup-testing.mjs.map +1 -1
- package/fesm2015/skyux-lookup.mjs +9 -5
- package/fesm2015/skyux-lookup.mjs.map +1 -1
- package/fesm2020/skyux-lookup-testing.mjs +12 -0
- package/fesm2020/skyux-lookup-testing.mjs.map +1 -1
- package/fesm2020/skyux-lookup.mjs +9 -5
- package/fesm2020/skyux-lookup.mjs.map +1 -1
- package/lib/modules/search/search.component.d.ts +16 -1
- package/package.json +10 -10
- package/testing/search/search-harness.d.ts +8 -0
package/documentation.json
CHANGED
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"sources": [
|
|
301
301
|
{
|
|
302
302
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
303
|
-
"line":
|
|
303
|
+
"line": 190,
|
|
304
304
|
"character": 2
|
|
305
305
|
}
|
|
306
306
|
],
|
|
@@ -376,7 +376,77 @@
|
|
|
376
376
|
]
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
|
-
"id":
|
|
379
|
+
"id": 752,
|
|
380
|
+
"name": "ariaLabel",
|
|
381
|
+
"kind": 1024,
|
|
382
|
+
"kindString": "Property",
|
|
383
|
+
"flags": {
|
|
384
|
+
"isPublic": true
|
|
385
|
+
},
|
|
386
|
+
"comment": {
|
|
387
|
+
"shortText": "The ARIA label for the search. This sets the search's `aria-label` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the box includes a visible label, use `ariaLabelledBy` instead.\nFor more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
|
|
388
|
+
},
|
|
389
|
+
"decorators": [
|
|
390
|
+
{
|
|
391
|
+
"name": "Input",
|
|
392
|
+
"type": {
|
|
393
|
+
"type": "reference",
|
|
394
|
+
"qualifiedName": "InputDecorator",
|
|
395
|
+
"package": "@angular/core",
|
|
396
|
+
"name": "Input"
|
|
397
|
+
},
|
|
398
|
+
"arguments": {}
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"sources": [
|
|
402
|
+
{
|
|
403
|
+
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
404
|
+
"line": 69,
|
|
405
|
+
"character": 9
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"type": {
|
|
409
|
+
"type": "intrinsic",
|
|
410
|
+
"name": "string"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"id": 753,
|
|
415
|
+
"name": "ariaLabelledBy",
|
|
416
|
+
"kind": 1024,
|
|
417
|
+
"kindString": "Property",
|
|
418
|
+
"flags": {
|
|
419
|
+
"isPublic": true
|
|
420
|
+
},
|
|
421
|
+
"comment": {
|
|
422
|
+
"shortText": "The HTML element ID of the element that labels\nthe search. This sets the search's `aria-labelledby` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the box does not include a visible label, use `ariaLabel` instead.\nFor more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
423
|
+
},
|
|
424
|
+
"decorators": [
|
|
425
|
+
{
|
|
426
|
+
"name": "Input",
|
|
427
|
+
"type": {
|
|
428
|
+
"type": "reference",
|
|
429
|
+
"qualifiedName": "InputDecorator",
|
|
430
|
+
"package": "@angular/core",
|
|
431
|
+
"name": "Input"
|
|
432
|
+
},
|
|
433
|
+
"arguments": {}
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"sources": [
|
|
437
|
+
{
|
|
438
|
+
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
439
|
+
"line": 79,
|
|
440
|
+
"character": 9
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"type": {
|
|
444
|
+
"type": "intrinsic",
|
|
445
|
+
"name": "string"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": 771,
|
|
380
450
|
"name": "breakpointSubscription",
|
|
381
451
|
"kind": 1024,
|
|
382
452
|
"kindString": "Property",
|
|
@@ -386,7 +456,7 @@
|
|
|
386
456
|
"sources": [
|
|
387
457
|
{
|
|
388
458
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
389
|
-
"line":
|
|
459
|
+
"line": 156,
|
|
390
460
|
"character": 9
|
|
391
461
|
}
|
|
392
462
|
],
|
|
@@ -398,7 +468,7 @@
|
|
|
398
468
|
}
|
|
399
469
|
},
|
|
400
470
|
{
|
|
401
|
-
"id":
|
|
471
|
+
"id": 772,
|
|
402
472
|
"name": "clearButtonShown",
|
|
403
473
|
"kind": 1024,
|
|
404
474
|
"kindString": "Property",
|
|
@@ -408,7 +478,7 @@
|
|
|
408
478
|
"sources": [
|
|
409
479
|
{
|
|
410
480
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
411
|
-
"line":
|
|
481
|
+
"line": 158,
|
|
412
482
|
"character": 9
|
|
413
483
|
}
|
|
414
484
|
],
|
|
@@ -419,7 +489,7 @@
|
|
|
419
489
|
"defaultValue": "false"
|
|
420
490
|
},
|
|
421
491
|
{
|
|
422
|
-
"id":
|
|
492
|
+
"id": 773,
|
|
423
493
|
"name": "dismissButtonShown",
|
|
424
494
|
"kind": 1024,
|
|
425
495
|
"kindString": "Property",
|
|
@@ -429,7 +499,7 @@
|
|
|
429
499
|
"sources": [
|
|
430
500
|
{
|
|
431
501
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
432
|
-
"line":
|
|
502
|
+
"line": 160,
|
|
433
503
|
"character": 9
|
|
434
504
|
}
|
|
435
505
|
],
|
|
@@ -440,7 +510,7 @@
|
|
|
440
510
|
"defaultValue": "false"
|
|
441
511
|
},
|
|
442
512
|
{
|
|
443
|
-
"id":
|
|
513
|
+
"id": 774,
|
|
444
514
|
"name": "inputAnimate",
|
|
445
515
|
"kind": 1024,
|
|
446
516
|
"kindString": "Property",
|
|
@@ -450,7 +520,7 @@
|
|
|
450
520
|
"sources": [
|
|
451
521
|
{
|
|
452
522
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
453
|
-
"line":
|
|
523
|
+
"line": 162,
|
|
454
524
|
"character": 9
|
|
455
525
|
}
|
|
456
526
|
],
|
|
@@ -461,7 +531,7 @@
|
|
|
461
531
|
"defaultValue": "INPUT_SHOWN_STATE"
|
|
462
532
|
},
|
|
463
533
|
{
|
|
464
|
-
"id":
|
|
534
|
+
"id": 775,
|
|
465
535
|
"name": "isCollapsible",
|
|
466
536
|
"kind": 1024,
|
|
467
537
|
"kindString": "Property",
|
|
@@ -471,7 +541,7 @@
|
|
|
471
541
|
"sources": [
|
|
472
542
|
{
|
|
473
543
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
474
|
-
"line":
|
|
544
|
+
"line": 164,
|
|
475
545
|
"character": 9
|
|
476
546
|
}
|
|
477
547
|
],
|
|
@@ -482,7 +552,7 @@
|
|
|
482
552
|
"defaultValue": "true"
|
|
483
553
|
},
|
|
484
554
|
{
|
|
485
|
-
"id":
|
|
555
|
+
"id": 776,
|
|
486
556
|
"name": "isFullWidth",
|
|
487
557
|
"kind": 1024,
|
|
488
558
|
"kindString": "Property",
|
|
@@ -492,7 +562,7 @@
|
|
|
492
562
|
"sources": [
|
|
493
563
|
{
|
|
494
564
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
495
|
-
"line":
|
|
565
|
+
"line": 166,
|
|
496
566
|
"character": 9
|
|
497
567
|
}
|
|
498
568
|
],
|
|
@@ -503,7 +573,7 @@
|
|
|
503
573
|
"defaultValue": "false"
|
|
504
574
|
},
|
|
505
575
|
{
|
|
506
|
-
"id":
|
|
576
|
+
"id": 777,
|
|
507
577
|
"name": "mobileSearchShown",
|
|
508
578
|
"kind": 1024,
|
|
509
579
|
"kindString": "Property",
|
|
@@ -513,7 +583,7 @@
|
|
|
513
583
|
"sources": [
|
|
514
584
|
{
|
|
515
585
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
516
|
-
"line":
|
|
586
|
+
"line": 168,
|
|
517
587
|
"character": 9
|
|
518
588
|
}
|
|
519
589
|
],
|
|
@@ -524,7 +594,7 @@
|
|
|
524
594
|
"defaultValue": "false"
|
|
525
595
|
},
|
|
526
596
|
{
|
|
527
|
-
"id":
|
|
597
|
+
"id": 770,
|
|
528
598
|
"name": "placeholderText",
|
|
529
599
|
"kind": 1024,
|
|
530
600
|
"kindString": "Property",
|
|
@@ -555,7 +625,7 @@
|
|
|
555
625
|
"sources": [
|
|
556
626
|
{
|
|
557
627
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
558
|
-
"line":
|
|
628
|
+
"line": 154,
|
|
559
629
|
"character": 9
|
|
560
630
|
}
|
|
561
631
|
],
|
|
@@ -565,7 +635,7 @@
|
|
|
565
635
|
}
|
|
566
636
|
},
|
|
567
637
|
{
|
|
568
|
-
"id":
|
|
638
|
+
"id": 754,
|
|
569
639
|
"name": "searchApply",
|
|
570
640
|
"kind": 1024,
|
|
571
641
|
"kindString": "Property",
|
|
@@ -590,7 +660,7 @@
|
|
|
590
660
|
"sources": [
|
|
591
661
|
{
|
|
592
662
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
593
|
-
"line":
|
|
663
|
+
"line": 85,
|
|
594
664
|
"character": 9
|
|
595
665
|
}
|
|
596
666
|
],
|
|
@@ -609,7 +679,7 @@
|
|
|
609
679
|
"defaultValue": "..."
|
|
610
680
|
},
|
|
611
681
|
{
|
|
612
|
-
"id":
|
|
682
|
+
"id": 778,
|
|
613
683
|
"name": "searchButtonShown",
|
|
614
684
|
"kind": 1024,
|
|
615
685
|
"kindString": "Property",
|
|
@@ -619,7 +689,7 @@
|
|
|
619
689
|
"sources": [
|
|
620
690
|
{
|
|
621
691
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
622
|
-
"line":
|
|
692
|
+
"line": 170,
|
|
623
693
|
"character": 9
|
|
624
694
|
}
|
|
625
695
|
],
|
|
@@ -630,7 +700,7 @@
|
|
|
630
700
|
"defaultValue": "false"
|
|
631
701
|
},
|
|
632
702
|
{
|
|
633
|
-
"id":
|
|
703
|
+
"id": 755,
|
|
634
704
|
"name": "searchChange",
|
|
635
705
|
"kind": 1024,
|
|
636
706
|
"kindString": "Property",
|
|
@@ -655,7 +725,7 @@
|
|
|
655
725
|
"sources": [
|
|
656
726
|
{
|
|
657
727
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
658
|
-
"line":
|
|
728
|
+
"line": 91,
|
|
659
729
|
"character": 9
|
|
660
730
|
}
|
|
661
731
|
],
|
|
@@ -674,7 +744,7 @@
|
|
|
674
744
|
"defaultValue": "..."
|
|
675
745
|
},
|
|
676
746
|
{
|
|
677
|
-
"id":
|
|
747
|
+
"id": 756,
|
|
678
748
|
"name": "searchClear",
|
|
679
749
|
"kind": 1024,
|
|
680
750
|
"kindString": "Property",
|
|
@@ -699,7 +769,7 @@
|
|
|
699
769
|
"sources": [
|
|
700
770
|
{
|
|
701
771
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
702
|
-
"line":
|
|
772
|
+
"line": 97,
|
|
703
773
|
"character": 9
|
|
704
774
|
}
|
|
705
775
|
],
|
|
@@ -718,7 +788,7 @@
|
|
|
718
788
|
"defaultValue": "..."
|
|
719
789
|
},
|
|
720
790
|
{
|
|
721
|
-
"id":
|
|
791
|
+
"id": 757,
|
|
722
792
|
"name": "searchText",
|
|
723
793
|
"kind": 1024,
|
|
724
794
|
"kindString": "Property",
|
|
@@ -743,7 +813,7 @@
|
|
|
743
813
|
"sources": [
|
|
744
814
|
{
|
|
745
815
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
746
|
-
"line":
|
|
816
|
+
"line": 103,
|
|
747
817
|
"character": 9
|
|
748
818
|
}
|
|
749
819
|
],
|
|
@@ -753,7 +823,7 @@
|
|
|
753
823
|
}
|
|
754
824
|
},
|
|
755
825
|
{
|
|
756
|
-
"id":
|
|
826
|
+
"id": 762,
|
|
757
827
|
"name": "debounceTime",
|
|
758
828
|
"kind": 262144,
|
|
759
829
|
"kindString": "Accessor",
|
|
@@ -775,13 +845,13 @@
|
|
|
775
845
|
"sources": [
|
|
776
846
|
{
|
|
777
847
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
778
|
-
"line":
|
|
848
|
+
"line": 126,
|
|
779
849
|
"character": 13
|
|
780
850
|
}
|
|
781
851
|
],
|
|
782
852
|
"getSignature": [
|
|
783
853
|
{
|
|
784
|
-
"id":
|
|
854
|
+
"id": 763,
|
|
785
855
|
"name": "debounceTime",
|
|
786
856
|
"kind": 524288,
|
|
787
857
|
"kindString": "Get signature",
|
|
@@ -803,7 +873,7 @@
|
|
|
803
873
|
],
|
|
804
874
|
"setSignature": [
|
|
805
875
|
{
|
|
806
|
-
"id":
|
|
876
|
+
"id": 764,
|
|
807
877
|
"name": "debounceTime",
|
|
808
878
|
"kind": 1048576,
|
|
809
879
|
"kindString": "Set signature",
|
|
@@ -819,7 +889,7 @@
|
|
|
819
889
|
},
|
|
820
890
|
"parameters": [
|
|
821
891
|
{
|
|
822
|
-
"id":
|
|
892
|
+
"id": 765,
|
|
823
893
|
"name": "value",
|
|
824
894
|
"kind": 32768,
|
|
825
895
|
"kindString": "Parameter",
|
|
@@ -838,7 +908,7 @@
|
|
|
838
908
|
]
|
|
839
909
|
},
|
|
840
910
|
{
|
|
841
|
-
"id":
|
|
911
|
+
"id": 766,
|
|
842
912
|
"name": "disabled",
|
|
843
913
|
"kind": 262144,
|
|
844
914
|
"kindString": "Accessor",
|
|
@@ -860,13 +930,13 @@
|
|
|
860
930
|
"sources": [
|
|
861
931
|
{
|
|
862
932
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
863
|
-
"line":
|
|
933
|
+
"line": 140,
|
|
864
934
|
"character": 13
|
|
865
935
|
}
|
|
866
936
|
],
|
|
867
937
|
"getSignature": [
|
|
868
938
|
{
|
|
869
|
-
"id":
|
|
939
|
+
"id": 767,
|
|
870
940
|
"name": "disabled",
|
|
871
941
|
"kind": 524288,
|
|
872
942
|
"kindString": "Get signature",
|
|
@@ -888,7 +958,7 @@
|
|
|
888
958
|
],
|
|
889
959
|
"setSignature": [
|
|
890
960
|
{
|
|
891
|
-
"id":
|
|
961
|
+
"id": 768,
|
|
892
962
|
"name": "disabled",
|
|
893
963
|
"kind": 1048576,
|
|
894
964
|
"kindString": "Set signature",
|
|
@@ -904,7 +974,7 @@
|
|
|
904
974
|
},
|
|
905
975
|
"parameters": [
|
|
906
976
|
{
|
|
907
|
-
"id":
|
|
977
|
+
"id": 769,
|
|
908
978
|
"name": "value",
|
|
909
979
|
"kind": 32768,
|
|
910
980
|
"kindString": "Parameter",
|
|
@@ -923,7 +993,7 @@
|
|
|
923
993
|
]
|
|
924
994
|
},
|
|
925
995
|
{
|
|
926
|
-
"id":
|
|
996
|
+
"id": 758,
|
|
927
997
|
"name": "expandMode",
|
|
928
998
|
"kind": 262144,
|
|
929
999
|
"kindString": "Accessor",
|
|
@@ -945,13 +1015,13 @@
|
|
|
945
1015
|
"sources": [
|
|
946
1016
|
{
|
|
947
1017
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
948
|
-
"line":
|
|
1018
|
+
"line": 113,
|
|
949
1019
|
"character": 13
|
|
950
1020
|
}
|
|
951
1021
|
],
|
|
952
1022
|
"getSignature": [
|
|
953
1023
|
{
|
|
954
|
-
"id":
|
|
1024
|
+
"id": 759,
|
|
955
1025
|
"name": "expandMode",
|
|
956
1026
|
"kind": 524288,
|
|
957
1027
|
"kindString": "Get signature",
|
|
@@ -973,7 +1043,7 @@
|
|
|
973
1043
|
],
|
|
974
1044
|
"setSignature": [
|
|
975
1045
|
{
|
|
976
|
-
"id":
|
|
1046
|
+
"id": 760,
|
|
977
1047
|
"name": "expandMode",
|
|
978
1048
|
"kind": 1048576,
|
|
979
1049
|
"kindString": "Set signature",
|
|
@@ -989,7 +1059,7 @@
|
|
|
989
1059
|
},
|
|
990
1060
|
"parameters": [
|
|
991
1061
|
{
|
|
992
|
-
"id":
|
|
1062
|
+
"id": 761,
|
|
993
1063
|
"name": "value",
|
|
994
1064
|
"kind": 32768,
|
|
995
1065
|
"kindString": "Parameter",
|
|
@@ -1008,7 +1078,7 @@
|
|
|
1008
1078
|
]
|
|
1009
1079
|
},
|
|
1010
1080
|
{
|
|
1011
|
-
"id":
|
|
1081
|
+
"id": 799,
|
|
1012
1082
|
"name": "applySearchText",
|
|
1013
1083
|
"kind": 2048,
|
|
1014
1084
|
"kindString": "Method",
|
|
@@ -1018,20 +1088,20 @@
|
|
|
1018
1088
|
"sources": [
|
|
1019
1089
|
{
|
|
1020
1090
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1021
|
-
"line":
|
|
1091
|
+
"line": 260,
|
|
1022
1092
|
"character": 9
|
|
1023
1093
|
}
|
|
1024
1094
|
],
|
|
1025
1095
|
"signatures": [
|
|
1026
1096
|
{
|
|
1027
|
-
"id":
|
|
1097
|
+
"id": 800,
|
|
1028
1098
|
"name": "applySearchText",
|
|
1029
1099
|
"kind": 4096,
|
|
1030
1100
|
"kindString": "Call signature",
|
|
1031
1101
|
"flags": {},
|
|
1032
1102
|
"parameters": [
|
|
1033
1103
|
{
|
|
1034
|
-
"id":
|
|
1104
|
+
"id": 801,
|
|
1035
1105
|
"name": "searchText",
|
|
1036
1106
|
"kind": 32768,
|
|
1037
1107
|
"kindString": "Parameter",
|
|
@@ -1050,7 +1120,7 @@
|
|
|
1050
1120
|
]
|
|
1051
1121
|
},
|
|
1052
1122
|
{
|
|
1053
|
-
"id":
|
|
1123
|
+
"id": 793,
|
|
1054
1124
|
"name": "clearSearchText",
|
|
1055
1125
|
"kind": 2048,
|
|
1056
1126
|
"kindString": "Method",
|
|
@@ -1060,13 +1130,13 @@
|
|
|
1060
1130
|
"sources": [
|
|
1061
1131
|
{
|
|
1062
1132
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1063
|
-
"line":
|
|
1133
|
+
"line": 242,
|
|
1064
1134
|
"character": 9
|
|
1065
1135
|
}
|
|
1066
1136
|
],
|
|
1067
1137
|
"signatures": [
|
|
1068
1138
|
{
|
|
1069
|
-
"id":
|
|
1139
|
+
"id": 794,
|
|
1070
1140
|
"name": "clearSearchText",
|
|
1071
1141
|
"kind": 4096,
|
|
1072
1142
|
"kindString": "Call signature",
|
|
@@ -1079,7 +1149,7 @@
|
|
|
1079
1149
|
]
|
|
1080
1150
|
},
|
|
1081
1151
|
{
|
|
1082
|
-
"id":
|
|
1152
|
+
"id": 795,
|
|
1083
1153
|
"name": "enterPress",
|
|
1084
1154
|
"kind": 2048,
|
|
1085
1155
|
"kindString": "Method",
|
|
@@ -1089,20 +1159,20 @@
|
|
|
1089
1159
|
"sources": [
|
|
1090
1160
|
{
|
|
1091
1161
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1092
|
-
"line":
|
|
1162
|
+
"line": 254,
|
|
1093
1163
|
"character": 9
|
|
1094
1164
|
}
|
|
1095
1165
|
],
|
|
1096
1166
|
"signatures": [
|
|
1097
1167
|
{
|
|
1098
|
-
"id":
|
|
1168
|
+
"id": 796,
|
|
1099
1169
|
"name": "enterPress",
|
|
1100
1170
|
"kind": 4096,
|
|
1101
1171
|
"kindString": "Call signature",
|
|
1102
1172
|
"flags": {},
|
|
1103
1173
|
"parameters": [
|
|
1104
1174
|
{
|
|
1105
|
-
"id":
|
|
1175
|
+
"id": 797,
|
|
1106
1176
|
"name": "event",
|
|
1107
1177
|
"kind": 32768,
|
|
1108
1178
|
"kindString": "Parameter",
|
|
@@ -1115,7 +1185,7 @@
|
|
|
1115
1185
|
}
|
|
1116
1186
|
},
|
|
1117
1187
|
{
|
|
1118
|
-
"id":
|
|
1188
|
+
"id": 798,
|
|
1119
1189
|
"name": "searchText",
|
|
1120
1190
|
"kind": 32768,
|
|
1121
1191
|
"kindString": "Parameter",
|
|
@@ -1134,7 +1204,7 @@
|
|
|
1134
1204
|
]
|
|
1135
1205
|
},
|
|
1136
1206
|
{
|
|
1137
|
-
"id":
|
|
1207
|
+
"id": 811,
|
|
1138
1208
|
"name": "inputAnimationEnd",
|
|
1139
1209
|
"kind": 2048,
|
|
1140
1210
|
"kindString": "Method",
|
|
@@ -1144,20 +1214,20 @@
|
|
|
1144
1214
|
"sources": [
|
|
1145
1215
|
{
|
|
1146
1216
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1147
|
-
"line":
|
|
1217
|
+
"line": 306,
|
|
1148
1218
|
"character": 9
|
|
1149
1219
|
}
|
|
1150
1220
|
],
|
|
1151
1221
|
"signatures": [
|
|
1152
1222
|
{
|
|
1153
|
-
"id":
|
|
1223
|
+
"id": 812,
|
|
1154
1224
|
"name": "inputAnimationEnd",
|
|
1155
1225
|
"kind": 4096,
|
|
1156
1226
|
"kindString": "Call signature",
|
|
1157
1227
|
"flags": {},
|
|
1158
1228
|
"parameters": [
|
|
1159
1229
|
{
|
|
1160
|
-
"id":
|
|
1230
|
+
"id": 813,
|
|
1161
1231
|
"name": "event",
|
|
1162
1232
|
"kind": 32768,
|
|
1163
1233
|
"kindString": "Parameter",
|
|
@@ -1178,7 +1248,7 @@
|
|
|
1178
1248
|
]
|
|
1179
1249
|
},
|
|
1180
1250
|
{
|
|
1181
|
-
"id":
|
|
1251
|
+
"id": 808,
|
|
1182
1252
|
"name": "inputAnimationStart",
|
|
1183
1253
|
"kind": 2048,
|
|
1184
1254
|
"kindString": "Method",
|
|
@@ -1188,20 +1258,20 @@
|
|
|
1188
1258
|
"sources": [
|
|
1189
1259
|
{
|
|
1190
1260
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1191
|
-
"line":
|
|
1261
|
+
"line": 292,
|
|
1192
1262
|
"character": 9
|
|
1193
1263
|
}
|
|
1194
1264
|
],
|
|
1195
1265
|
"signatures": [
|
|
1196
1266
|
{
|
|
1197
|
-
"id":
|
|
1267
|
+
"id": 809,
|
|
1198
1268
|
"name": "inputAnimationStart",
|
|
1199
1269
|
"kind": 4096,
|
|
1200
1270
|
"kindString": "Call signature",
|
|
1201
1271
|
"flags": {},
|
|
1202
1272
|
"parameters": [
|
|
1203
1273
|
{
|
|
1204
|
-
"id":
|
|
1274
|
+
"id": 810,
|
|
1205
1275
|
"name": "event",
|
|
1206
1276
|
"kind": 32768,
|
|
1207
1277
|
"kindString": "Parameter",
|
|
@@ -1222,7 +1292,7 @@
|
|
|
1222
1292
|
]
|
|
1223
1293
|
},
|
|
1224
1294
|
{
|
|
1225
|
-
"id":
|
|
1295
|
+
"id": 790,
|
|
1226
1296
|
"name": "ngOnChanges",
|
|
1227
1297
|
"kind": 2048,
|
|
1228
1298
|
"kindString": "Method",
|
|
@@ -1232,20 +1302,20 @@
|
|
|
1232
1302
|
"sources": [
|
|
1233
1303
|
{
|
|
1234
1304
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1235
|
-
"line":
|
|
1305
|
+
"line": 215,
|
|
1236
1306
|
"character": 9
|
|
1237
1307
|
}
|
|
1238
1308
|
],
|
|
1239
1309
|
"signatures": [
|
|
1240
1310
|
{
|
|
1241
|
-
"id":
|
|
1311
|
+
"id": 791,
|
|
1242
1312
|
"name": "ngOnChanges",
|
|
1243
1313
|
"kind": 4096,
|
|
1244
1314
|
"kindString": "Call signature",
|
|
1245
1315
|
"flags": {},
|
|
1246
1316
|
"parameters": [
|
|
1247
1317
|
{
|
|
1248
|
-
"id":
|
|
1318
|
+
"id": 792,
|
|
1249
1319
|
"name": "changes",
|
|
1250
1320
|
"kind": 32768,
|
|
1251
1321
|
"kindString": "Parameter",
|
|
@@ -1274,7 +1344,7 @@
|
|
|
1274
1344
|
}
|
|
1275
1345
|
},
|
|
1276
1346
|
{
|
|
1277
|
-
"id":
|
|
1347
|
+
"id": 814,
|
|
1278
1348
|
"name": "ngOnDestroy",
|
|
1279
1349
|
"kind": 2048,
|
|
1280
1350
|
"kindString": "Method",
|
|
@@ -1284,13 +1354,13 @@
|
|
|
1284
1354
|
"sources": [
|
|
1285
1355
|
{
|
|
1286
1356
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1287
|
-
"line":
|
|
1357
|
+
"line": 324,
|
|
1288
1358
|
"character": 9
|
|
1289
1359
|
}
|
|
1290
1360
|
],
|
|
1291
1361
|
"signatures": [
|
|
1292
1362
|
{
|
|
1293
|
-
"id":
|
|
1363
|
+
"id": 815,
|
|
1294
1364
|
"name": "ngOnDestroy",
|
|
1295
1365
|
"kind": 4096,
|
|
1296
1366
|
"kindString": "Call signature",
|
|
@@ -1311,7 +1381,7 @@
|
|
|
1311
1381
|
}
|
|
1312
1382
|
},
|
|
1313
1383
|
{
|
|
1314
|
-
"id":
|
|
1384
|
+
"id": 788,
|
|
1315
1385
|
"name": "ngOnInit",
|
|
1316
1386
|
"kind": 2048,
|
|
1317
1387
|
"kindString": "Method",
|
|
@@ -1321,13 +1391,13 @@
|
|
|
1321
1391
|
"sources": [
|
|
1322
1392
|
{
|
|
1323
1393
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1324
|
-
"line":
|
|
1394
|
+
"line": 202,
|
|
1325
1395
|
"character": 9
|
|
1326
1396
|
}
|
|
1327
1397
|
],
|
|
1328
1398
|
"signatures": [
|
|
1329
1399
|
{
|
|
1330
|
-
"id":
|
|
1400
|
+
"id": 789,
|
|
1331
1401
|
"name": "ngOnInit",
|
|
1332
1402
|
"kind": 4096,
|
|
1333
1403
|
"kindString": "Call signature",
|
|
@@ -1348,7 +1418,7 @@
|
|
|
1348
1418
|
}
|
|
1349
1419
|
},
|
|
1350
1420
|
{
|
|
1351
|
-
"id":
|
|
1421
|
+
"id": 802,
|
|
1352
1422
|
"name": "searchTextChanged",
|
|
1353
1423
|
"kind": 2048,
|
|
1354
1424
|
"kindString": "Method",
|
|
@@ -1358,20 +1428,20 @@
|
|
|
1358
1428
|
"sources": [
|
|
1359
1429
|
{
|
|
1360
1430
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1361
|
-
"line":
|
|
1431
|
+
"line": 277,
|
|
1362
1432
|
"character": 9
|
|
1363
1433
|
}
|
|
1364
1434
|
],
|
|
1365
1435
|
"signatures": [
|
|
1366
1436
|
{
|
|
1367
|
-
"id":
|
|
1437
|
+
"id": 803,
|
|
1368
1438
|
"name": "searchTextChanged",
|
|
1369
1439
|
"kind": 4096,
|
|
1370
1440
|
"kindString": "Call signature",
|
|
1371
1441
|
"flags": {},
|
|
1372
1442
|
"parameters": [
|
|
1373
1443
|
{
|
|
1374
|
-
"id":
|
|
1444
|
+
"id": 804,
|
|
1375
1445
|
"name": "searchText",
|
|
1376
1446
|
"kind": 32768,
|
|
1377
1447
|
"kindString": "Parameter",
|
|
@@ -1390,7 +1460,7 @@
|
|
|
1390
1460
|
]
|
|
1391
1461
|
},
|
|
1392
1462
|
{
|
|
1393
|
-
"id":
|
|
1463
|
+
"id": 805,
|
|
1394
1464
|
"name": "toggleSearchInput",
|
|
1395
1465
|
"kind": 2048,
|
|
1396
1466
|
"kindString": "Method",
|
|
@@ -1400,20 +1470,20 @@
|
|
|
1400
1470
|
"sources": [
|
|
1401
1471
|
{
|
|
1402
1472
|
"fileName": "projects/lookup/src/modules/search/search.component.ts",
|
|
1403
|
-
"line":
|
|
1473
|
+
"line": 282,
|
|
1404
1474
|
"character": 9
|
|
1405
1475
|
}
|
|
1406
1476
|
],
|
|
1407
1477
|
"signatures": [
|
|
1408
1478
|
{
|
|
1409
|
-
"id":
|
|
1479
|
+
"id": 806,
|
|
1410
1480
|
"name": "toggleSearchInput",
|
|
1411
1481
|
"kind": 4096,
|
|
1412
1482
|
"kindString": "Call signature",
|
|
1413
1483
|
"flags": {},
|
|
1414
1484
|
"parameters": [
|
|
1415
1485
|
{
|
|
1416
|
-
"id":
|
|
1486
|
+
"id": 807,
|
|
1417
1487
|
"name": "showInput",
|
|
1418
1488
|
"kind": 32768,
|
|
1419
1489
|
"kindString": "Parameter",
|
|
@@ -1444,44 +1514,46 @@
|
|
|
1444
1514
|
"title": "Properties",
|
|
1445
1515
|
"kind": 1024,
|
|
1446
1516
|
"children": [
|
|
1447
|
-
|
|
1448
|
-
|
|
1517
|
+
752,
|
|
1518
|
+
753,
|
|
1449
1519
|
771,
|
|
1450
1520
|
772,
|
|
1451
1521
|
773,
|
|
1452
1522
|
774,
|
|
1453
1523
|
775,
|
|
1454
|
-
768,
|
|
1455
|
-
752,
|
|
1456
1524
|
776,
|
|
1457
|
-
|
|
1525
|
+
777,
|
|
1526
|
+
770,
|
|
1458
1527
|
754,
|
|
1459
|
-
|
|
1528
|
+
778,
|
|
1529
|
+
755,
|
|
1530
|
+
756,
|
|
1531
|
+
757
|
|
1460
1532
|
]
|
|
1461
1533
|
},
|
|
1462
1534
|
{
|
|
1463
1535
|
"title": "Accessors",
|
|
1464
1536
|
"kind": 262144,
|
|
1465
1537
|
"children": [
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1538
|
+
762,
|
|
1539
|
+
766,
|
|
1540
|
+
758
|
|
1469
1541
|
]
|
|
1470
1542
|
},
|
|
1471
1543
|
{
|
|
1472
1544
|
"title": "Methods",
|
|
1473
1545
|
"kind": 2048,
|
|
1474
1546
|
"children": [
|
|
1475
|
-
|
|
1476
|
-
791,
|
|
1547
|
+
799,
|
|
1477
1548
|
793,
|
|
1478
|
-
|
|
1479
|
-
|
|
1549
|
+
795,
|
|
1550
|
+
811,
|
|
1551
|
+
808,
|
|
1552
|
+
790,
|
|
1553
|
+
814,
|
|
1480
1554
|
788,
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
800,
|
|
1484
|
-
803
|
|
1555
|
+
802,
|
|
1556
|
+
805
|
|
1485
1557
|
]
|
|
1486
1558
|
}
|
|
1487
1559
|
],
|
|
@@ -11453,7 +11525,7 @@
|
|
|
11453
11525
|
}
|
|
11454
11526
|
},
|
|
11455
11527
|
{
|
|
11456
|
-
"id":
|
|
11528
|
+
"id": 995,
|
|
11457
11529
|
"name": "SkyLookupHarness",
|
|
11458
11530
|
"kind": 128,
|
|
11459
11531
|
"kindString": "Class",
|
|
@@ -11463,7 +11535,7 @@
|
|
|
11463
11535
|
},
|
|
11464
11536
|
"children": [
|
|
11465
11537
|
{
|
|
11466
|
-
"id":
|
|
11538
|
+
"id": 1028,
|
|
11467
11539
|
"name": "blur",
|
|
11468
11540
|
"kind": 2048,
|
|
11469
11541
|
"kindString": "Method",
|
|
@@ -11479,7 +11551,7 @@
|
|
|
11479
11551
|
],
|
|
11480
11552
|
"signatures": [
|
|
11481
11553
|
{
|
|
11482
|
-
"id":
|
|
11554
|
+
"id": 1029,
|
|
11483
11555
|
"name": "blur",
|
|
11484
11556
|
"kind": 4096,
|
|
11485
11557
|
"kindString": "Call signature",
|
|
@@ -11511,7 +11583,7 @@
|
|
|
11511
11583
|
}
|
|
11512
11584
|
},
|
|
11513
11585
|
{
|
|
11514
|
-
"id":
|
|
11586
|
+
"id": 1030,
|
|
11515
11587
|
"name": "clear",
|
|
11516
11588
|
"kind": 2048,
|
|
11517
11589
|
"kindString": "Method",
|
|
@@ -11527,7 +11599,7 @@
|
|
|
11527
11599
|
],
|
|
11528
11600
|
"signatures": [
|
|
11529
11601
|
{
|
|
11530
|
-
"id":
|
|
11602
|
+
"id": 1031,
|
|
11531
11603
|
"name": "clear",
|
|
11532
11604
|
"kind": 4096,
|
|
11533
11605
|
"kindString": "Call signature",
|
|
@@ -11559,7 +11631,7 @@
|
|
|
11559
11631
|
}
|
|
11560
11632
|
},
|
|
11561
11633
|
{
|
|
11562
|
-
"id":
|
|
11634
|
+
"id": 1012,
|
|
11563
11635
|
"name": "clickAddButton",
|
|
11564
11636
|
"kind": 2048,
|
|
11565
11637
|
"kindString": "Method",
|
|
@@ -11575,7 +11647,7 @@
|
|
|
11575
11647
|
],
|
|
11576
11648
|
"signatures": [
|
|
11577
11649
|
{
|
|
11578
|
-
"id":
|
|
11650
|
+
"id": 1013,
|
|
11579
11651
|
"name": "clickAddButton",
|
|
11580
11652
|
"kind": 4096,
|
|
11581
11653
|
"kindString": "Call signature",
|
|
@@ -11607,7 +11679,7 @@
|
|
|
11607
11679
|
}
|
|
11608
11680
|
},
|
|
11609
11681
|
{
|
|
11610
|
-
"id":
|
|
11682
|
+
"id": 1014,
|
|
11611
11683
|
"name": "clickShowMoreButton",
|
|
11612
11684
|
"kind": 2048,
|
|
11613
11685
|
"kindString": "Method",
|
|
@@ -11623,7 +11695,7 @@
|
|
|
11623
11695
|
],
|
|
11624
11696
|
"signatures": [
|
|
11625
11697
|
{
|
|
11626
|
-
"id":
|
|
11698
|
+
"id": 1015,
|
|
11627
11699
|
"name": "clickShowMoreButton",
|
|
11628
11700
|
"kind": 4096,
|
|
11629
11701
|
"kindString": "Call signature",
|
|
@@ -11655,7 +11727,7 @@
|
|
|
11655
11727
|
}
|
|
11656
11728
|
},
|
|
11657
11729
|
{
|
|
11658
|
-
"id":
|
|
11730
|
+
"id": 1016,
|
|
11659
11731
|
"name": "dismissSelections",
|
|
11660
11732
|
"kind": 2048,
|
|
11661
11733
|
"kindString": "Method",
|
|
@@ -11671,7 +11743,7 @@
|
|
|
11671
11743
|
],
|
|
11672
11744
|
"signatures": [
|
|
11673
11745
|
{
|
|
11674
|
-
"id":
|
|
11746
|
+
"id": 1017,
|
|
11675
11747
|
"name": "dismissSelections",
|
|
11676
11748
|
"kind": 4096,
|
|
11677
11749
|
"kindString": "Call signature",
|
|
@@ -11695,7 +11767,7 @@
|
|
|
11695
11767
|
]
|
|
11696
11768
|
},
|
|
11697
11769
|
{
|
|
11698
|
-
"id":
|
|
11770
|
+
"id": 1032,
|
|
11699
11771
|
"name": "enterText",
|
|
11700
11772
|
"kind": 2048,
|
|
11701
11773
|
"kindString": "Method",
|
|
@@ -11711,7 +11783,7 @@
|
|
|
11711
11783
|
],
|
|
11712
11784
|
"signatures": [
|
|
11713
11785
|
{
|
|
11714
|
-
"id":
|
|
11786
|
+
"id": 1033,
|
|
11715
11787
|
"name": "enterText",
|
|
11716
11788
|
"kind": 4096,
|
|
11717
11789
|
"kindString": "Call signature",
|
|
@@ -11721,7 +11793,7 @@
|
|
|
11721
11793
|
},
|
|
11722
11794
|
"parameters": [
|
|
11723
11795
|
{
|
|
11724
|
-
"id":
|
|
11796
|
+
"id": 1034,
|
|
11725
11797
|
"name": "value",
|
|
11726
11798
|
"kind": 32768,
|
|
11727
11799
|
"kindString": "Parameter",
|
|
@@ -11756,7 +11828,7 @@
|
|
|
11756
11828
|
}
|
|
11757
11829
|
},
|
|
11758
11830
|
{
|
|
11759
|
-
"id":
|
|
11831
|
+
"id": 1035,
|
|
11760
11832
|
"name": "focus",
|
|
11761
11833
|
"kind": 2048,
|
|
11762
11834
|
"kindString": "Method",
|
|
@@ -11772,7 +11844,7 @@
|
|
|
11772
11844
|
],
|
|
11773
11845
|
"signatures": [
|
|
11774
11846
|
{
|
|
11775
|
-
"id":
|
|
11847
|
+
"id": 1036,
|
|
11776
11848
|
"name": "focus",
|
|
11777
11849
|
"kind": 4096,
|
|
11778
11850
|
"kindString": "Call signature",
|
|
@@ -11804,7 +11876,7 @@
|
|
|
11804
11876
|
}
|
|
11805
11877
|
},
|
|
11806
11878
|
{
|
|
11807
|
-
"id":
|
|
11879
|
+
"id": 1037,
|
|
11808
11880
|
"name": "getSearchResults",
|
|
11809
11881
|
"kind": 2048,
|
|
11810
11882
|
"kindString": "Method",
|
|
@@ -11820,7 +11892,7 @@
|
|
|
11820
11892
|
],
|
|
11821
11893
|
"signatures": [
|
|
11822
11894
|
{
|
|
11823
|
-
"id":
|
|
11895
|
+
"id": 1038,
|
|
11824
11896
|
"name": "getSearchResults",
|
|
11825
11897
|
"kind": 4096,
|
|
11826
11898
|
"kindString": "Call signature",
|
|
@@ -11830,7 +11902,7 @@
|
|
|
11830
11902
|
},
|
|
11831
11903
|
"parameters": [
|
|
11832
11904
|
{
|
|
11833
|
-
"id":
|
|
11905
|
+
"id": 1039,
|
|
11834
11906
|
"name": "filters",
|
|
11835
11907
|
"kind": 32768,
|
|
11836
11908
|
"kindString": "Parameter",
|
|
@@ -11870,7 +11942,7 @@
|
|
|
11870
11942
|
}
|
|
11871
11943
|
},
|
|
11872
11944
|
{
|
|
11873
|
-
"id":
|
|
11945
|
+
"id": 1040,
|
|
11874
11946
|
"name": "getSearchResultsText",
|
|
11875
11947
|
"kind": 2048,
|
|
11876
11948
|
"kindString": "Method",
|
|
@@ -11886,7 +11958,7 @@
|
|
|
11886
11958
|
],
|
|
11887
11959
|
"signatures": [
|
|
11888
11960
|
{
|
|
11889
|
-
"id":
|
|
11961
|
+
"id": 1041,
|
|
11890
11962
|
"name": "getSearchResultsText",
|
|
11891
11963
|
"kind": 4096,
|
|
11892
11964
|
"kindString": "Call signature",
|
|
@@ -11896,7 +11968,7 @@
|
|
|
11896
11968
|
},
|
|
11897
11969
|
"parameters": [
|
|
11898
11970
|
{
|
|
11899
|
-
"id":
|
|
11971
|
+
"id": 1042,
|
|
11900
11972
|
"name": "filters",
|
|
11901
11973
|
"kind": 32768,
|
|
11902
11974
|
"kindString": "Parameter",
|
|
@@ -11936,7 +12008,7 @@
|
|
|
11936
12008
|
}
|
|
11937
12009
|
},
|
|
11938
12010
|
{
|
|
11939
|
-
"id":
|
|
12011
|
+
"id": 1020,
|
|
11940
12012
|
"name": "getSelections",
|
|
11941
12013
|
"kind": 2048,
|
|
11942
12014
|
"kindString": "Method",
|
|
@@ -11952,7 +12024,7 @@
|
|
|
11952
12024
|
],
|
|
11953
12025
|
"signatures": [
|
|
11954
12026
|
{
|
|
11955
|
-
"id":
|
|
12027
|
+
"id": 1021,
|
|
11956
12028
|
"name": "getSelections",
|
|
11957
12029
|
"kind": 4096,
|
|
11958
12030
|
"kindString": "Call signature",
|
|
@@ -11979,7 +12051,7 @@
|
|
|
11979
12051
|
]
|
|
11980
12052
|
},
|
|
11981
12053
|
{
|
|
11982
|
-
"id":
|
|
12054
|
+
"id": 1022,
|
|
11983
12055
|
"name": "getSelectionsText",
|
|
11984
12056
|
"kind": 2048,
|
|
11985
12057
|
"kindString": "Method",
|
|
@@ -11995,7 +12067,7 @@
|
|
|
11995
12067
|
],
|
|
11996
12068
|
"signatures": [
|
|
11997
12069
|
{
|
|
11998
|
-
"id":
|
|
12070
|
+
"id": 1023,
|
|
11999
12071
|
"name": "getSelectionsText",
|
|
12000
12072
|
"kind": 4096,
|
|
12001
12073
|
"kindString": "Call signature",
|
|
@@ -12022,7 +12094,7 @@
|
|
|
12022
12094
|
]
|
|
12023
12095
|
},
|
|
12024
12096
|
{
|
|
12025
|
-
"id":
|
|
12097
|
+
"id": 1018,
|
|
12026
12098
|
"name": "getShowMorePicker",
|
|
12027
12099
|
"kind": 2048,
|
|
12028
12100
|
"kindString": "Method",
|
|
@@ -12038,7 +12110,7 @@
|
|
|
12038
12110
|
],
|
|
12039
12111
|
"signatures": [
|
|
12040
12112
|
{
|
|
12041
|
-
"id":
|
|
12113
|
+
"id": 1019,
|
|
12042
12114
|
"name": "getShowMorePicker",
|
|
12043
12115
|
"kind": 4096,
|
|
12044
12116
|
"kindString": "Call signature",
|
|
@@ -12062,7 +12134,7 @@
|
|
|
12062
12134
|
]
|
|
12063
12135
|
},
|
|
12064
12136
|
{
|
|
12065
|
-
"id":
|
|
12137
|
+
"id": 1043,
|
|
12066
12138
|
"name": "getValue",
|
|
12067
12139
|
"kind": 2048,
|
|
12068
12140
|
"kindString": "Method",
|
|
@@ -12078,7 +12150,7 @@
|
|
|
12078
12150
|
],
|
|
12079
12151
|
"signatures": [
|
|
12080
12152
|
{
|
|
12081
|
-
"id":
|
|
12153
|
+
"id": 1044,
|
|
12082
12154
|
"name": "getValue",
|
|
12083
12155
|
"kind": 4096,
|
|
12084
12156
|
"kindString": "Call signature",
|
|
@@ -12110,7 +12182,7 @@
|
|
|
12110
12182
|
}
|
|
12111
12183
|
},
|
|
12112
12184
|
{
|
|
12113
|
-
"id":
|
|
12185
|
+
"id": 1059,
|
|
12114
12186
|
"name": "host",
|
|
12115
12187
|
"kind": 2048,
|
|
12116
12188
|
"kindString": "Method",
|
|
@@ -12124,7 +12196,7 @@
|
|
|
12124
12196
|
],
|
|
12125
12197
|
"signatures": [
|
|
12126
12198
|
{
|
|
12127
|
-
"id":
|
|
12199
|
+
"id": 1060,
|
|
12128
12200
|
"name": "host",
|
|
12129
12201
|
"kind": 4096,
|
|
12130
12202
|
"kindString": "Call signature",
|
|
@@ -12158,7 +12230,7 @@
|
|
|
12158
12230
|
}
|
|
12159
12231
|
},
|
|
12160
12232
|
{
|
|
12161
|
-
"id":
|
|
12233
|
+
"id": 1045,
|
|
12162
12234
|
"name": "isDisabled",
|
|
12163
12235
|
"kind": 2048,
|
|
12164
12236
|
"kindString": "Method",
|
|
@@ -12174,7 +12246,7 @@
|
|
|
12174
12246
|
],
|
|
12175
12247
|
"signatures": [
|
|
12176
12248
|
{
|
|
12177
|
-
"id":
|
|
12249
|
+
"id": 1046,
|
|
12178
12250
|
"name": "isDisabled",
|
|
12179
12251
|
"kind": 4096,
|
|
12180
12252
|
"kindString": "Call signature",
|
|
@@ -12206,7 +12278,7 @@
|
|
|
12206
12278
|
}
|
|
12207
12279
|
},
|
|
12208
12280
|
{
|
|
12209
|
-
"id":
|
|
12281
|
+
"id": 1047,
|
|
12210
12282
|
"name": "isFocused",
|
|
12211
12283
|
"kind": 2048,
|
|
12212
12284
|
"kindString": "Method",
|
|
@@ -12222,7 +12294,7 @@
|
|
|
12222
12294
|
],
|
|
12223
12295
|
"signatures": [
|
|
12224
12296
|
{
|
|
12225
|
-
"id":
|
|
12297
|
+
"id": 1048,
|
|
12226
12298
|
"name": "isFocused",
|
|
12227
12299
|
"kind": 4096,
|
|
12228
12300
|
"kindString": "Call signature",
|
|
@@ -12254,7 +12326,7 @@
|
|
|
12254
12326
|
}
|
|
12255
12327
|
},
|
|
12256
12328
|
{
|
|
12257
|
-
"id":
|
|
12329
|
+
"id": 1024,
|
|
12258
12330
|
"name": "isMultiselect",
|
|
12259
12331
|
"kind": 2048,
|
|
12260
12332
|
"kindString": "Method",
|
|
@@ -12270,7 +12342,7 @@
|
|
|
12270
12342
|
],
|
|
12271
12343
|
"signatures": [
|
|
12272
12344
|
{
|
|
12273
|
-
"id":
|
|
12345
|
+
"id": 1025,
|
|
12274
12346
|
"name": "isMultiselect",
|
|
12275
12347
|
"kind": 4096,
|
|
12276
12348
|
"kindString": "Call signature",
|
|
@@ -12294,7 +12366,7 @@
|
|
|
12294
12366
|
]
|
|
12295
12367
|
},
|
|
12296
12368
|
{
|
|
12297
|
-
"id":
|
|
12369
|
+
"id": 1049,
|
|
12298
12370
|
"name": "isOpen",
|
|
12299
12371
|
"kind": 2048,
|
|
12300
12372
|
"kindString": "Method",
|
|
@@ -12310,7 +12382,7 @@
|
|
|
12310
12382
|
],
|
|
12311
12383
|
"signatures": [
|
|
12312
12384
|
{
|
|
12313
|
-
"id":
|
|
12385
|
+
"id": 1050,
|
|
12314
12386
|
"name": "isOpen",
|
|
12315
12387
|
"kind": 4096,
|
|
12316
12388
|
"kindString": "Call signature",
|
|
@@ -12342,7 +12414,7 @@
|
|
|
12342
12414
|
}
|
|
12343
12415
|
},
|
|
12344
12416
|
{
|
|
12345
|
-
"id":
|
|
12417
|
+
"id": 1051,
|
|
12346
12418
|
"name": "selectSearchResult",
|
|
12347
12419
|
"kind": 2048,
|
|
12348
12420
|
"kindString": "Method",
|
|
@@ -12358,7 +12430,7 @@
|
|
|
12358
12430
|
],
|
|
12359
12431
|
"signatures": [
|
|
12360
12432
|
{
|
|
12361
|
-
"id":
|
|
12433
|
+
"id": 1052,
|
|
12362
12434
|
"name": "selectSearchResult",
|
|
12363
12435
|
"kind": 4096,
|
|
12364
12436
|
"kindString": "Call signature",
|
|
@@ -12368,7 +12440,7 @@
|
|
|
12368
12440
|
},
|
|
12369
12441
|
"parameters": [
|
|
12370
12442
|
{
|
|
12371
|
-
"id":
|
|
12443
|
+
"id": 1053,
|
|
12372
12444
|
"name": "filters",
|
|
12373
12445
|
"kind": 32768,
|
|
12374
12446
|
"kindString": "Parameter",
|
|
@@ -12403,7 +12475,7 @@
|
|
|
12403
12475
|
}
|
|
12404
12476
|
},
|
|
12405
12477
|
{
|
|
12406
|
-
"id":
|
|
12478
|
+
"id": 997,
|
|
12407
12479
|
"name": "with",
|
|
12408
12480
|
"kind": 2048,
|
|
12409
12481
|
"kindString": "Method",
|
|
@@ -12420,7 +12492,7 @@
|
|
|
12420
12492
|
],
|
|
12421
12493
|
"signatures": [
|
|
12422
12494
|
{
|
|
12423
|
-
"id":
|
|
12495
|
+
"id": 998,
|
|
12424
12496
|
"name": "with",
|
|
12425
12497
|
"kind": 4096,
|
|
12426
12498
|
"kindString": "Call signature",
|
|
@@ -12430,7 +12502,7 @@
|
|
|
12430
12502
|
},
|
|
12431
12503
|
"parameters": [
|
|
12432
12504
|
{
|
|
12433
|
-
"id":
|
|
12505
|
+
"id": 999,
|
|
12434
12506
|
"name": "filters",
|
|
12435
12507
|
"kind": 32768,
|
|
12436
12508
|
"kindString": "Parameter",
|
|
@@ -12446,7 +12518,7 @@
|
|
|
12446
12518
|
"typeArguments": [
|
|
12447
12519
|
{
|
|
12448
12520
|
"type": "reference",
|
|
12449
|
-
"id":
|
|
12521
|
+
"id": 995,
|
|
12450
12522
|
"name": "SkyLookupHarness"
|
|
12451
12523
|
}
|
|
12452
12524
|
],
|
|
@@ -12471,33 +12543,33 @@
|
|
|
12471
12543
|
"title": "Constructors",
|
|
12472
12544
|
"kind": 512,
|
|
12473
12545
|
"children": [
|
|
12474
|
-
|
|
12546
|
+
1005
|
|
12475
12547
|
]
|
|
12476
12548
|
},
|
|
12477
12549
|
{
|
|
12478
12550
|
"title": "Methods",
|
|
12479
12551
|
"kind": 2048,
|
|
12480
12552
|
"children": [
|
|
12481
|
-
1026,
|
|
12482
12553
|
1028,
|
|
12483
|
-
|
|
12554
|
+
1030,
|
|
12484
12555
|
1012,
|
|
12485
12556
|
1014,
|
|
12486
|
-
|
|
12487
|
-
|
|
12557
|
+
1016,
|
|
12558
|
+
1032,
|
|
12488
12559
|
1035,
|
|
12489
|
-
|
|
12490
|
-
|
|
12560
|
+
1037,
|
|
12561
|
+
1040,
|
|
12491
12562
|
1020,
|
|
12492
|
-
|
|
12493
|
-
|
|
12494
|
-
1057,
|
|
12563
|
+
1022,
|
|
12564
|
+
1018,
|
|
12495
12565
|
1043,
|
|
12566
|
+
1059,
|
|
12496
12567
|
1045,
|
|
12497
|
-
1022,
|
|
12498
12568
|
1047,
|
|
12569
|
+
1024,
|
|
12499
12570
|
1049,
|
|
12500
|
-
|
|
12571
|
+
1051,
|
|
12572
|
+
997
|
|
12501
12573
|
]
|
|
12502
12574
|
}
|
|
12503
12575
|
],
|
|
@@ -12516,7 +12588,7 @@
|
|
|
12516
12588
|
]
|
|
12517
12589
|
},
|
|
12518
12590
|
{
|
|
12519
|
-
"id":
|
|
12591
|
+
"id": 1422,
|
|
12520
12592
|
"name": "SkySelectionModalHarness",
|
|
12521
12593
|
"kind": 128,
|
|
12522
12594
|
"kindString": "Class",
|
|
@@ -12526,7 +12598,7 @@
|
|
|
12526
12598
|
},
|
|
12527
12599
|
"children": [
|
|
12528
12600
|
{
|
|
12529
|
-
"id":
|
|
12601
|
+
"id": 1444,
|
|
12530
12602
|
"name": "cancel",
|
|
12531
12603
|
"kind": 2048,
|
|
12532
12604
|
"kindString": "Method",
|
|
@@ -12542,7 +12614,7 @@
|
|
|
12542
12614
|
],
|
|
12543
12615
|
"signatures": [
|
|
12544
12616
|
{
|
|
12545
|
-
"id":
|
|
12617
|
+
"id": 1445,
|
|
12546
12618
|
"name": "cancel",
|
|
12547
12619
|
"kind": 4096,
|
|
12548
12620
|
"kindString": "Call signature",
|
|
@@ -12566,7 +12638,7 @@
|
|
|
12566
12638
|
]
|
|
12567
12639
|
},
|
|
12568
12640
|
{
|
|
12569
|
-
"id":
|
|
12641
|
+
"id": 1449,
|
|
12570
12642
|
"name": "clearAll",
|
|
12571
12643
|
"kind": 2048,
|
|
12572
12644
|
"kindString": "Method",
|
|
@@ -12582,7 +12654,7 @@
|
|
|
12582
12654
|
],
|
|
12583
12655
|
"signatures": [
|
|
12584
12656
|
{
|
|
12585
|
-
"id":
|
|
12657
|
+
"id": 1450,
|
|
12586
12658
|
"name": "clearAll",
|
|
12587
12659
|
"kind": 4096,
|
|
12588
12660
|
"kindString": "Call signature",
|
|
@@ -12606,7 +12678,7 @@
|
|
|
12606
12678
|
]
|
|
12607
12679
|
},
|
|
12608
12680
|
{
|
|
12609
|
-
"id":
|
|
12681
|
+
"id": 1434,
|
|
12610
12682
|
"name": "clearSearchText",
|
|
12611
12683
|
"kind": 2048,
|
|
12612
12684
|
"kindString": "Method",
|
|
@@ -12622,7 +12694,7 @@
|
|
|
12622
12694
|
],
|
|
12623
12695
|
"signatures": [
|
|
12624
12696
|
{
|
|
12625
|
-
"id":
|
|
12697
|
+
"id": 1435,
|
|
12626
12698
|
"name": "clearSearchText",
|
|
12627
12699
|
"kind": 4096,
|
|
12628
12700
|
"kindString": "Call signature",
|
|
@@ -12646,7 +12718,7 @@
|
|
|
12646
12718
|
]
|
|
12647
12719
|
},
|
|
12648
12720
|
{
|
|
12649
|
-
"id":
|
|
12721
|
+
"id": 1459,
|
|
12650
12722
|
"name": "clickAddButton",
|
|
12651
12723
|
"kind": 2048,
|
|
12652
12724
|
"kindString": "Method",
|
|
@@ -12662,7 +12734,7 @@
|
|
|
12662
12734
|
],
|
|
12663
12735
|
"signatures": [
|
|
12664
12736
|
{
|
|
12665
|
-
"id":
|
|
12737
|
+
"id": 1460,
|
|
12666
12738
|
"name": "clickAddButton",
|
|
12667
12739
|
"kind": 4096,
|
|
12668
12740
|
"kindString": "Call signature",
|
|
@@ -12686,7 +12758,7 @@
|
|
|
12686
12758
|
]
|
|
12687
12759
|
},
|
|
12688
12760
|
{
|
|
12689
|
-
"id":
|
|
12761
|
+
"id": 1436,
|
|
12690
12762
|
"name": "enterSearchText",
|
|
12691
12763
|
"kind": 2048,
|
|
12692
12764
|
"kindString": "Method",
|
|
@@ -12702,7 +12774,7 @@
|
|
|
12702
12774
|
],
|
|
12703
12775
|
"signatures": [
|
|
12704
12776
|
{
|
|
12705
|
-
"id":
|
|
12777
|
+
"id": 1437,
|
|
12706
12778
|
"name": "enterSearchText",
|
|
12707
12779
|
"kind": 4096,
|
|
12708
12780
|
"kindString": "Call signature",
|
|
@@ -12712,7 +12784,7 @@
|
|
|
12712
12784
|
},
|
|
12713
12785
|
"parameters": [
|
|
12714
12786
|
{
|
|
12715
|
-
"id":
|
|
12787
|
+
"id": 1438,
|
|
12716
12788
|
"name": "value",
|
|
12717
12789
|
"kind": 32768,
|
|
12718
12790
|
"kindString": "Parameter",
|
|
@@ -12739,7 +12811,7 @@
|
|
|
12739
12811
|
]
|
|
12740
12812
|
},
|
|
12741
12813
|
{
|
|
12742
|
-
"id":
|
|
12814
|
+
"id": 1446,
|
|
12743
12815
|
"name": "getSearchResults",
|
|
12744
12816
|
"kind": 2048,
|
|
12745
12817
|
"kindString": "Method",
|
|
@@ -12755,7 +12827,7 @@
|
|
|
12755
12827
|
],
|
|
12756
12828
|
"signatures": [
|
|
12757
12829
|
{
|
|
12758
|
-
"id":
|
|
12830
|
+
"id": 1447,
|
|
12759
12831
|
"name": "getSearchResults",
|
|
12760
12832
|
"kind": 4096,
|
|
12761
12833
|
"kindString": "Call signature",
|
|
@@ -12765,7 +12837,7 @@
|
|
|
12765
12837
|
},
|
|
12766
12838
|
"parameters": [
|
|
12767
12839
|
{
|
|
12768
|
-
"id":
|
|
12840
|
+
"id": 1448,
|
|
12769
12841
|
"name": "filters",
|
|
12770
12842
|
"kind": 32768,
|
|
12771
12843
|
"kindString": "Parameter",
|
|
@@ -12774,7 +12846,7 @@
|
|
|
12774
12846
|
},
|
|
12775
12847
|
"type": {
|
|
12776
12848
|
"type": "reference",
|
|
12777
|
-
"id":
|
|
12849
|
+
"id": 1565,
|
|
12778
12850
|
"name": "SkySelectionModalSearchResultHarnessFilters"
|
|
12779
12851
|
}
|
|
12780
12852
|
}
|
|
@@ -12786,7 +12858,7 @@
|
|
|
12786
12858
|
"type": "array",
|
|
12787
12859
|
"elementType": {
|
|
12788
12860
|
"type": "reference",
|
|
12789
|
-
"id":
|
|
12861
|
+
"id": 1482,
|
|
12790
12862
|
"name": "SkySelectionModalSearchResultHarness"
|
|
12791
12863
|
}
|
|
12792
12864
|
}
|
|
@@ -12799,7 +12871,7 @@
|
|
|
12799
12871
|
]
|
|
12800
12872
|
},
|
|
12801
12873
|
{
|
|
12802
|
-
"id":
|
|
12874
|
+
"id": 1457,
|
|
12803
12875
|
"name": "hasAddButton",
|
|
12804
12876
|
"kind": 2048,
|
|
12805
12877
|
"kindString": "Method",
|
|
@@ -12815,7 +12887,7 @@
|
|
|
12815
12887
|
],
|
|
12816
12888
|
"signatures": [
|
|
12817
12889
|
{
|
|
12818
|
-
"id":
|
|
12890
|
+
"id": 1458,
|
|
12819
12891
|
"name": "hasAddButton",
|
|
12820
12892
|
"kind": 4096,
|
|
12821
12893
|
"kindString": "Call signature",
|
|
@@ -12839,7 +12911,7 @@
|
|
|
12839
12911
|
]
|
|
12840
12912
|
},
|
|
12841
12913
|
{
|
|
12842
|
-
"id":
|
|
12914
|
+
"id": 1462,
|
|
12843
12915
|
"name": "host",
|
|
12844
12916
|
"kind": 2048,
|
|
12845
12917
|
"kindString": "Method",
|
|
@@ -12853,7 +12925,7 @@
|
|
|
12853
12925
|
],
|
|
12854
12926
|
"signatures": [
|
|
12855
12927
|
{
|
|
12856
|
-
"id":
|
|
12928
|
+
"id": 1463,
|
|
12857
12929
|
"name": "host",
|
|
12858
12930
|
"kind": 4096,
|
|
12859
12931
|
"kindString": "Call signature",
|
|
@@ -12887,7 +12959,7 @@
|
|
|
12887
12959
|
}
|
|
12888
12960
|
},
|
|
12889
12961
|
{
|
|
12890
|
-
"id":
|
|
12962
|
+
"id": 1451,
|
|
12891
12963
|
"name": "isMultiselect",
|
|
12892
12964
|
"kind": 2048,
|
|
12893
12965
|
"kindString": "Method",
|
|
@@ -12903,7 +12975,7 @@
|
|
|
12903
12975
|
],
|
|
12904
12976
|
"signatures": [
|
|
12905
12977
|
{
|
|
12906
|
-
"id":
|
|
12978
|
+
"id": 1452,
|
|
12907
12979
|
"name": "isMultiselect",
|
|
12908
12980
|
"kind": 4096,
|
|
12909
12981
|
"kindString": "Call signature",
|
|
@@ -12927,7 +12999,7 @@
|
|
|
12927
12999
|
]
|
|
12928
13000
|
},
|
|
12929
13001
|
{
|
|
12930
|
-
"id":
|
|
13002
|
+
"id": 1455,
|
|
12931
13003
|
"name": "loadMore",
|
|
12932
13004
|
"kind": 2048,
|
|
12933
13005
|
"kindString": "Method",
|
|
@@ -12943,7 +13015,7 @@
|
|
|
12943
13015
|
],
|
|
12944
13016
|
"signatures": [
|
|
12945
13017
|
{
|
|
12946
|
-
"id":
|
|
13018
|
+
"id": 1456,
|
|
12947
13019
|
"name": "loadMore",
|
|
12948
13020
|
"kind": 4096,
|
|
12949
13021
|
"kindString": "Call signature",
|
|
@@ -12967,7 +13039,7 @@
|
|
|
12967
13039
|
]
|
|
12968
13040
|
},
|
|
12969
13041
|
{
|
|
12970
|
-
"id":
|
|
13042
|
+
"id": 1442,
|
|
12971
13043
|
"name": "saveAndClose",
|
|
12972
13044
|
"kind": 2048,
|
|
12973
13045
|
"kindString": "Method",
|
|
@@ -12983,7 +13055,7 @@
|
|
|
12983
13055
|
],
|
|
12984
13056
|
"signatures": [
|
|
12985
13057
|
{
|
|
12986
|
-
"id":
|
|
13058
|
+
"id": 1443,
|
|
12987
13059
|
"name": "saveAndClose",
|
|
12988
13060
|
"kind": 4096,
|
|
12989
13061
|
"kindString": "Call signature",
|
|
@@ -13007,7 +13079,7 @@
|
|
|
13007
13079
|
]
|
|
13008
13080
|
},
|
|
13009
13081
|
{
|
|
13010
|
-
"id":
|
|
13082
|
+
"id": 1453,
|
|
13011
13083
|
"name": "selectAll",
|
|
13012
13084
|
"kind": 2048,
|
|
13013
13085
|
"kindString": "Method",
|
|
@@ -13023,7 +13095,7 @@
|
|
|
13023
13095
|
],
|
|
13024
13096
|
"signatures": [
|
|
13025
13097
|
{
|
|
13026
|
-
"id":
|
|
13098
|
+
"id": 1454,
|
|
13027
13099
|
"name": "selectAll",
|
|
13028
13100
|
"kind": 4096,
|
|
13029
13101
|
"kindString": "Call signature",
|
|
@@ -13047,7 +13119,7 @@
|
|
|
13047
13119
|
]
|
|
13048
13120
|
},
|
|
13049
13121
|
{
|
|
13050
|
-
"id":
|
|
13122
|
+
"id": 1439,
|
|
13051
13123
|
"name": "selectSearchResult",
|
|
13052
13124
|
"kind": 2048,
|
|
13053
13125
|
"kindString": "Method",
|
|
@@ -13063,7 +13135,7 @@
|
|
|
13063
13135
|
],
|
|
13064
13136
|
"signatures": [
|
|
13065
13137
|
{
|
|
13066
|
-
"id":
|
|
13138
|
+
"id": 1440,
|
|
13067
13139
|
"name": "selectSearchResult",
|
|
13068
13140
|
"kind": 4096,
|
|
13069
13141
|
"kindString": "Call signature",
|
|
@@ -13073,7 +13145,7 @@
|
|
|
13073
13145
|
},
|
|
13074
13146
|
"parameters": [
|
|
13075
13147
|
{
|
|
13076
|
-
"id":
|
|
13148
|
+
"id": 1441,
|
|
13077
13149
|
"name": "filters",
|
|
13078
13150
|
"kind": 32768,
|
|
13079
13151
|
"kindString": "Parameter",
|
|
@@ -13082,7 +13154,7 @@
|
|
|
13082
13154
|
},
|
|
13083
13155
|
"type": {
|
|
13084
13156
|
"type": "reference",
|
|
13085
|
-
"id":
|
|
13157
|
+
"id": 1565,
|
|
13086
13158
|
"name": "SkySelectionModalSearchResultHarnessFilters"
|
|
13087
13159
|
}
|
|
13088
13160
|
}
|
|
@@ -13108,26 +13180,26 @@
|
|
|
13108
13180
|
"title": "Constructors",
|
|
13109
13181
|
"kind": 512,
|
|
13110
13182
|
"children": [
|
|
13111
|
-
|
|
13183
|
+
1424
|
|
13112
13184
|
]
|
|
13113
13185
|
},
|
|
13114
13186
|
{
|
|
13115
13187
|
"title": "Methods",
|
|
13116
13188
|
"kind": 2048,
|
|
13117
13189
|
"children": [
|
|
13118
|
-
|
|
13119
|
-
1443,
|
|
13120
|
-
1428,
|
|
13121
|
-
1453,
|
|
13122
|
-
1430,
|
|
13123
|
-
1440,
|
|
13124
|
-
1451,
|
|
13125
|
-
1456,
|
|
13126
|
-
1445,
|
|
13190
|
+
1444,
|
|
13127
13191
|
1449,
|
|
13192
|
+
1434,
|
|
13193
|
+
1459,
|
|
13128
13194
|
1436,
|
|
13129
|
-
|
|
13130
|
-
|
|
13195
|
+
1446,
|
|
13196
|
+
1457,
|
|
13197
|
+
1462,
|
|
13198
|
+
1451,
|
|
13199
|
+
1455,
|
|
13200
|
+
1442,
|
|
13201
|
+
1453,
|
|
13202
|
+
1439
|
|
13131
13203
|
]
|
|
13132
13204
|
}
|
|
13133
13205
|
],
|
|
@@ -13148,7 +13220,7 @@
|
|
|
13148
13220
|
]
|
|
13149
13221
|
},
|
|
13150
13222
|
{
|
|
13151
|
-
"id":
|
|
13223
|
+
"id": 1482,
|
|
13152
13224
|
"name": "SkySelectionModalSearchResultHarness",
|
|
13153
13225
|
"kind": 128,
|
|
13154
13226
|
"kindString": "Class",
|
|
@@ -13158,7 +13230,7 @@
|
|
|
13158
13230
|
},
|
|
13159
13231
|
"children": [
|
|
13160
13232
|
{
|
|
13161
|
-
"id":
|
|
13233
|
+
"id": 1516,
|
|
13162
13234
|
"name": "click",
|
|
13163
13235
|
"kind": 2048,
|
|
13164
13236
|
"kindString": "Method",
|
|
@@ -13174,7 +13246,7 @@
|
|
|
13174
13246
|
],
|
|
13175
13247
|
"signatures": [
|
|
13176
13248
|
{
|
|
13177
|
-
"id":
|
|
13249
|
+
"id": 1517,
|
|
13178
13250
|
"name": "click",
|
|
13179
13251
|
"kind": 4096,
|
|
13180
13252
|
"kindString": "Call signature",
|
|
@@ -13206,7 +13278,7 @@
|
|
|
13206
13278
|
}
|
|
13207
13279
|
},
|
|
13208
13280
|
{
|
|
13209
|
-
"id":
|
|
13281
|
+
"id": 1536,
|
|
13210
13282
|
"name": "collapse",
|
|
13211
13283
|
"kind": 2048,
|
|
13212
13284
|
"kindString": "Method",
|
|
@@ -13222,7 +13294,7 @@
|
|
|
13222
13294
|
],
|
|
13223
13295
|
"signatures": [
|
|
13224
13296
|
{
|
|
13225
|
-
"id":
|
|
13297
|
+
"id": 1537,
|
|
13226
13298
|
"name": "collapse",
|
|
13227
13299
|
"kind": 4096,
|
|
13228
13300
|
"kindString": "Call signature",
|
|
@@ -13254,7 +13326,7 @@
|
|
|
13254
13326
|
}
|
|
13255
13327
|
},
|
|
13256
13328
|
{
|
|
13257
|
-
"id":
|
|
13329
|
+
"id": 1524,
|
|
13258
13330
|
"name": "deselect",
|
|
13259
13331
|
"kind": 2048,
|
|
13260
13332
|
"kindString": "Method",
|
|
@@ -13270,7 +13342,7 @@
|
|
|
13270
13342
|
],
|
|
13271
13343
|
"signatures": [
|
|
13272
13344
|
{
|
|
13273
|
-
"id":
|
|
13345
|
+
"id": 1525,
|
|
13274
13346
|
"name": "deselect",
|
|
13275
13347
|
"kind": 4096,
|
|
13276
13348
|
"kindString": "Call signature",
|
|
@@ -13302,7 +13374,7 @@
|
|
|
13302
13374
|
}
|
|
13303
13375
|
},
|
|
13304
13376
|
{
|
|
13305
|
-
"id":
|
|
13377
|
+
"id": 1534,
|
|
13306
13378
|
"name": "expand",
|
|
13307
13379
|
"kind": 2048,
|
|
13308
13380
|
"kindString": "Method",
|
|
@@ -13318,7 +13390,7 @@
|
|
|
13318
13390
|
],
|
|
13319
13391
|
"signatures": [
|
|
13320
13392
|
{
|
|
13321
|
-
"id":
|
|
13393
|
+
"id": 1535,
|
|
13322
13394
|
"name": "expand",
|
|
13323
13395
|
"kind": 4096,
|
|
13324
13396
|
"kindString": "Call signature",
|
|
@@ -13350,7 +13422,7 @@
|
|
|
13350
13422
|
}
|
|
13351
13423
|
},
|
|
13352
13424
|
{
|
|
13353
|
-
"id":
|
|
13425
|
+
"id": 1526,
|
|
13354
13426
|
"name": "getContentText",
|
|
13355
13427
|
"kind": 2048,
|
|
13356
13428
|
"kindString": "Method",
|
|
@@ -13366,7 +13438,7 @@
|
|
|
13366
13438
|
],
|
|
13367
13439
|
"signatures": [
|
|
13368
13440
|
{
|
|
13369
|
-
"id":
|
|
13441
|
+
"id": 1527,
|
|
13370
13442
|
"name": "getContentText",
|
|
13371
13443
|
"kind": 4096,
|
|
13372
13444
|
"kindString": "Call signature",
|
|
@@ -13398,7 +13470,7 @@
|
|
|
13398
13470
|
}
|
|
13399
13471
|
},
|
|
13400
13472
|
{
|
|
13401
|
-
"id":
|
|
13473
|
+
"id": 1528,
|
|
13402
13474
|
"name": "getTitleText",
|
|
13403
13475
|
"kind": 2048,
|
|
13404
13476
|
"kindString": "Method",
|
|
@@ -13414,7 +13486,7 @@
|
|
|
13414
13486
|
],
|
|
13415
13487
|
"signatures": [
|
|
13416
13488
|
{
|
|
13417
|
-
"id":
|
|
13489
|
+
"id": 1529,
|
|
13418
13490
|
"name": "getTitleText",
|
|
13419
13491
|
"kind": 4096,
|
|
13420
13492
|
"kindString": "Call signature",
|
|
@@ -13446,7 +13518,7 @@
|
|
|
13446
13518
|
}
|
|
13447
13519
|
},
|
|
13448
13520
|
{
|
|
13449
|
-
"id":
|
|
13521
|
+
"id": 1545,
|
|
13450
13522
|
"name": "host",
|
|
13451
13523
|
"kind": 2048,
|
|
13452
13524
|
"kindString": "Method",
|
|
@@ -13460,7 +13532,7 @@
|
|
|
13460
13532
|
],
|
|
13461
13533
|
"signatures": [
|
|
13462
13534
|
{
|
|
13463
|
-
"id":
|
|
13535
|
+
"id": 1546,
|
|
13464
13536
|
"name": "host",
|
|
13465
13537
|
"kind": 4096,
|
|
13466
13538
|
"kindString": "Call signature",
|
|
@@ -13494,7 +13566,7 @@
|
|
|
13494
13566
|
}
|
|
13495
13567
|
},
|
|
13496
13568
|
{
|
|
13497
|
-
"id":
|
|
13569
|
+
"id": 1530,
|
|
13498
13570
|
"name": "isCollapsible",
|
|
13499
13571
|
"kind": 2048,
|
|
13500
13572
|
"kindString": "Method",
|
|
@@ -13510,7 +13582,7 @@
|
|
|
13510
13582
|
],
|
|
13511
13583
|
"signatures": [
|
|
13512
13584
|
{
|
|
13513
|
-
"id":
|
|
13585
|
+
"id": 1531,
|
|
13514
13586
|
"name": "isCollapsible",
|
|
13515
13587
|
"kind": 4096,
|
|
13516
13588
|
"kindString": "Call signature",
|
|
@@ -13542,7 +13614,7 @@
|
|
|
13542
13614
|
}
|
|
13543
13615
|
},
|
|
13544
13616
|
{
|
|
13545
|
-
"id":
|
|
13617
|
+
"id": 1532,
|
|
13546
13618
|
"name": "isExpanded",
|
|
13547
13619
|
"kind": 2048,
|
|
13548
13620
|
"kindString": "Method",
|
|
@@ -13558,7 +13630,7 @@
|
|
|
13558
13630
|
],
|
|
13559
13631
|
"signatures": [
|
|
13560
13632
|
{
|
|
13561
|
-
"id":
|
|
13633
|
+
"id": 1533,
|
|
13562
13634
|
"name": "isExpanded",
|
|
13563
13635
|
"kind": 4096,
|
|
13564
13636
|
"kindString": "Call signature",
|
|
@@ -13590,7 +13662,7 @@
|
|
|
13590
13662
|
}
|
|
13591
13663
|
},
|
|
13592
13664
|
{
|
|
13593
|
-
"id":
|
|
13665
|
+
"id": 1538,
|
|
13594
13666
|
"name": "isReorderable",
|
|
13595
13667
|
"kind": 2048,
|
|
13596
13668
|
"kindString": "Method",
|
|
@@ -13606,7 +13678,7 @@
|
|
|
13606
13678
|
],
|
|
13607
13679
|
"signatures": [
|
|
13608
13680
|
{
|
|
13609
|
-
"id":
|
|
13681
|
+
"id": 1539,
|
|
13610
13682
|
"name": "isReorderable",
|
|
13611
13683
|
"kind": 4096,
|
|
13612
13684
|
"kindString": "Call signature",
|
|
@@ -13638,7 +13710,7 @@
|
|
|
13638
13710
|
}
|
|
13639
13711
|
},
|
|
13640
13712
|
{
|
|
13641
|
-
"id":
|
|
13713
|
+
"id": 1518,
|
|
13642
13714
|
"name": "isSelectable",
|
|
13643
13715
|
"kind": 2048,
|
|
13644
13716
|
"kindString": "Method",
|
|
@@ -13654,7 +13726,7 @@
|
|
|
13654
13726
|
],
|
|
13655
13727
|
"signatures": [
|
|
13656
13728
|
{
|
|
13657
|
-
"id":
|
|
13729
|
+
"id": 1519,
|
|
13658
13730
|
"name": "isSelectable",
|
|
13659
13731
|
"kind": 4096,
|
|
13660
13732
|
"kindString": "Call signature",
|
|
@@ -13686,7 +13758,7 @@
|
|
|
13686
13758
|
}
|
|
13687
13759
|
},
|
|
13688
13760
|
{
|
|
13689
|
-
"id":
|
|
13761
|
+
"id": 1520,
|
|
13690
13762
|
"name": "isSelected",
|
|
13691
13763
|
"kind": 2048,
|
|
13692
13764
|
"kindString": "Method",
|
|
@@ -13702,7 +13774,7 @@
|
|
|
13702
13774
|
],
|
|
13703
13775
|
"signatures": [
|
|
13704
13776
|
{
|
|
13705
|
-
"id":
|
|
13777
|
+
"id": 1521,
|
|
13706
13778
|
"name": "isSelected",
|
|
13707
13779
|
"kind": 4096,
|
|
13708
13780
|
"kindString": "Call signature",
|
|
@@ -13734,7 +13806,7 @@
|
|
|
13734
13806
|
}
|
|
13735
13807
|
},
|
|
13736
13808
|
{
|
|
13737
|
-
"id":
|
|
13809
|
+
"id": 1502,
|
|
13738
13810
|
"name": "queryHarness",
|
|
13739
13811
|
"kind": 2048,
|
|
13740
13812
|
"kindString": "Method",
|
|
@@ -13750,7 +13822,7 @@
|
|
|
13750
13822
|
],
|
|
13751
13823
|
"signatures": [
|
|
13752
13824
|
{
|
|
13753
|
-
"id":
|
|
13825
|
+
"id": 1503,
|
|
13754
13826
|
"name": "queryHarness",
|
|
13755
13827
|
"kind": 4096,
|
|
13756
13828
|
"kindString": "Call signature",
|
|
@@ -13760,7 +13832,7 @@
|
|
|
13760
13832
|
},
|
|
13761
13833
|
"typeParameter": [
|
|
13762
13834
|
{
|
|
13763
|
-
"id":
|
|
13835
|
+
"id": 1504,
|
|
13764
13836
|
"name": "T",
|
|
13765
13837
|
"kind": 131072,
|
|
13766
13838
|
"kindString": "Type parameter",
|
|
@@ -13781,7 +13853,7 @@
|
|
|
13781
13853
|
],
|
|
13782
13854
|
"parameters": [
|
|
13783
13855
|
{
|
|
13784
|
-
"id":
|
|
13856
|
+
"id": 1505,
|
|
13785
13857
|
"name": "query",
|
|
13786
13858
|
"kind": 32768,
|
|
13787
13859
|
"kindString": "Parameter",
|
|
@@ -13824,7 +13896,7 @@
|
|
|
13824
13896
|
}
|
|
13825
13897
|
},
|
|
13826
13898
|
{
|
|
13827
|
-
"id":
|
|
13899
|
+
"id": 1506,
|
|
13828
13900
|
"name": "queryHarnesses",
|
|
13829
13901
|
"kind": 2048,
|
|
13830
13902
|
"kindString": "Method",
|
|
@@ -13840,7 +13912,7 @@
|
|
|
13840
13912
|
],
|
|
13841
13913
|
"signatures": [
|
|
13842
13914
|
{
|
|
13843
|
-
"id":
|
|
13915
|
+
"id": 1507,
|
|
13844
13916
|
"name": "queryHarnesses",
|
|
13845
13917
|
"kind": 4096,
|
|
13846
13918
|
"kindString": "Call signature",
|
|
@@ -13850,7 +13922,7 @@
|
|
|
13850
13922
|
},
|
|
13851
13923
|
"typeParameter": [
|
|
13852
13924
|
{
|
|
13853
|
-
"id":
|
|
13925
|
+
"id": 1508,
|
|
13854
13926
|
"name": "T",
|
|
13855
13927
|
"kind": 131072,
|
|
13856
13928
|
"kindString": "Type parameter",
|
|
@@ -13871,7 +13943,7 @@
|
|
|
13871
13943
|
],
|
|
13872
13944
|
"parameters": [
|
|
13873
13945
|
{
|
|
13874
|
-
"id":
|
|
13946
|
+
"id": 1509,
|
|
13875
13947
|
"name": "harness",
|
|
13876
13948
|
"kind": 32768,
|
|
13877
13949
|
"kindString": "Parameter",
|
|
@@ -13917,7 +13989,7 @@
|
|
|
13917
13989
|
}
|
|
13918
13990
|
},
|
|
13919
13991
|
{
|
|
13920
|
-
"id":
|
|
13992
|
+
"id": 1510,
|
|
13921
13993
|
"name": "querySelector",
|
|
13922
13994
|
"kind": 2048,
|
|
13923
13995
|
"kindString": "Method",
|
|
@@ -13933,7 +14005,7 @@
|
|
|
13933
14005
|
],
|
|
13934
14006
|
"signatures": [
|
|
13935
14007
|
{
|
|
13936
|
-
"id":
|
|
14008
|
+
"id": 1511,
|
|
13937
14009
|
"name": "querySelector",
|
|
13938
14010
|
"kind": 4096,
|
|
13939
14011
|
"kindString": "Call signature",
|
|
@@ -13943,7 +14015,7 @@
|
|
|
13943
14015
|
},
|
|
13944
14016
|
"parameters": [
|
|
13945
14017
|
{
|
|
13946
|
-
"id":
|
|
14018
|
+
"id": 1512,
|
|
13947
14019
|
"name": "selector",
|
|
13948
14020
|
"kind": 32768,
|
|
13949
14021
|
"kindString": "Parameter",
|
|
@@ -13980,7 +14052,7 @@
|
|
|
13980
14052
|
}
|
|
13981
14053
|
},
|
|
13982
14054
|
{
|
|
13983
|
-
"id":
|
|
14055
|
+
"id": 1513,
|
|
13984
14056
|
"name": "querySelectorAll",
|
|
13985
14057
|
"kind": 2048,
|
|
13986
14058
|
"kindString": "Method",
|
|
@@ -13996,7 +14068,7 @@
|
|
|
13996
14068
|
],
|
|
13997
14069
|
"signatures": [
|
|
13998
14070
|
{
|
|
13999
|
-
"id":
|
|
14071
|
+
"id": 1514,
|
|
14000
14072
|
"name": "querySelectorAll",
|
|
14001
14073
|
"kind": 4096,
|
|
14002
14074
|
"kindString": "Call signature",
|
|
@@ -14006,7 +14078,7 @@
|
|
|
14006
14078
|
},
|
|
14007
14079
|
"parameters": [
|
|
14008
14080
|
{
|
|
14009
|
-
"id":
|
|
14081
|
+
"id": 1515,
|
|
14010
14082
|
"name": "selector",
|
|
14011
14083
|
"kind": 32768,
|
|
14012
14084
|
"kindString": "Parameter",
|
|
@@ -14046,7 +14118,7 @@
|
|
|
14046
14118
|
}
|
|
14047
14119
|
},
|
|
14048
14120
|
{
|
|
14049
|
-
"id":
|
|
14121
|
+
"id": 1522,
|
|
14050
14122
|
"name": "select",
|
|
14051
14123
|
"kind": 2048,
|
|
14052
14124
|
"kindString": "Method",
|
|
@@ -14062,7 +14134,7 @@
|
|
|
14062
14134
|
],
|
|
14063
14135
|
"signatures": [
|
|
14064
14136
|
{
|
|
14065
|
-
"id":
|
|
14137
|
+
"id": 1523,
|
|
14066
14138
|
"name": "select",
|
|
14067
14139
|
"kind": 4096,
|
|
14068
14140
|
"kindString": "Call signature",
|
|
@@ -14094,7 +14166,7 @@
|
|
|
14094
14166
|
}
|
|
14095
14167
|
},
|
|
14096
14168
|
{
|
|
14097
|
-
"id":
|
|
14169
|
+
"id": 1540,
|
|
14098
14170
|
"name": "sendToTop",
|
|
14099
14171
|
"kind": 2048,
|
|
14100
14172
|
"kindString": "Method",
|
|
@@ -14110,7 +14182,7 @@
|
|
|
14110
14182
|
],
|
|
14111
14183
|
"signatures": [
|
|
14112
14184
|
{
|
|
14113
|
-
"id":
|
|
14185
|
+
"id": 1541,
|
|
14114
14186
|
"name": "sendToTop",
|
|
14115
14187
|
"kind": 4096,
|
|
14116
14188
|
"kindString": "Call signature",
|
|
@@ -14142,7 +14214,7 @@
|
|
|
14142
14214
|
}
|
|
14143
14215
|
},
|
|
14144
14216
|
{
|
|
14145
|
-
"id":
|
|
14217
|
+
"id": 1484,
|
|
14146
14218
|
"name": "with",
|
|
14147
14219
|
"kind": 2048,
|
|
14148
14220
|
"kindString": "Method",
|
|
@@ -14159,7 +14231,7 @@
|
|
|
14159
14231
|
],
|
|
14160
14232
|
"signatures": [
|
|
14161
14233
|
{
|
|
14162
|
-
"id":
|
|
14234
|
+
"id": 1485,
|
|
14163
14235
|
"name": "with",
|
|
14164
14236
|
"kind": 4096,
|
|
14165
14237
|
"kindString": "Call signature",
|
|
@@ -14169,7 +14241,7 @@
|
|
|
14169
14241
|
},
|
|
14170
14242
|
"parameters": [
|
|
14171
14243
|
{
|
|
14172
|
-
"id":
|
|
14244
|
+
"id": 1486,
|
|
14173
14245
|
"name": "filters",
|
|
14174
14246
|
"kind": 32768,
|
|
14175
14247
|
"kindString": "Parameter",
|
|
@@ -14209,32 +14281,32 @@
|
|
|
14209
14281
|
"title": "Constructors",
|
|
14210
14282
|
"kind": 512,
|
|
14211
14283
|
"children": [
|
|
14212
|
-
|
|
14284
|
+
1492
|
|
14213
14285
|
]
|
|
14214
14286
|
},
|
|
14215
14287
|
{
|
|
14216
14288
|
"title": "Methods",
|
|
14217
14289
|
"kind": 2048,
|
|
14218
14290
|
"children": [
|
|
14219
|
-
|
|
14291
|
+
1516,
|
|
14292
|
+
1536,
|
|
14293
|
+
1524,
|
|
14294
|
+
1534,
|
|
14295
|
+
1526,
|
|
14296
|
+
1528,
|
|
14297
|
+
1545,
|
|
14220
14298
|
1530,
|
|
14299
|
+
1532,
|
|
14300
|
+
1538,
|
|
14221
14301
|
1518,
|
|
14222
|
-
1528,
|
|
14223
14302
|
1520,
|
|
14303
|
+
1502,
|
|
14304
|
+
1506,
|
|
14305
|
+
1510,
|
|
14306
|
+
1513,
|
|
14224
14307
|
1522,
|
|
14225
|
-
|
|
14226
|
-
|
|
14227
|
-
1526,
|
|
14228
|
-
1532,
|
|
14229
|
-
1512,
|
|
14230
|
-
1514,
|
|
14231
|
-
1496,
|
|
14232
|
-
1500,
|
|
14233
|
-
1504,
|
|
14234
|
-
1507,
|
|
14235
|
-
1516,
|
|
14236
|
-
1534,
|
|
14237
|
-
1478
|
|
14308
|
+
1540,
|
|
14309
|
+
1484
|
|
14238
14310
|
]
|
|
14239
14311
|
}
|
|
14240
14312
|
],
|
|
@@ -14253,7 +14325,7 @@
|
|
|
14253
14325
|
]
|
|
14254
14326
|
},
|
|
14255
14327
|
{
|
|
14256
|
-
"id":
|
|
14328
|
+
"id": 1565,
|
|
14257
14329
|
"name": "SkySelectionModalSearchResultHarnessFilters",
|
|
14258
14330
|
"kind": 256,
|
|
14259
14331
|
"kindString": "Interface",
|
|
@@ -14263,7 +14335,7 @@
|
|
|
14263
14335
|
},
|
|
14264
14336
|
"children": [
|
|
14265
14337
|
{
|
|
14266
|
-
"id":
|
|
14338
|
+
"id": 1568,
|
|
14267
14339
|
"name": "contentText",
|
|
14268
14340
|
"kind": 1024,
|
|
14269
14341
|
"kindString": "Property",
|
|
@@ -14301,7 +14373,7 @@
|
|
|
14301
14373
|
}
|
|
14302
14374
|
},
|
|
14303
14375
|
{
|
|
14304
|
-
"id":
|
|
14376
|
+
"id": 1566,
|
|
14305
14377
|
"name": "dataSkyId",
|
|
14306
14378
|
"kind": 1024,
|
|
14307
14379
|
"kindString": "Property",
|
|
@@ -14339,7 +14411,7 @@
|
|
|
14339
14411
|
}
|
|
14340
14412
|
},
|
|
14341
14413
|
{
|
|
14342
|
-
"id":
|
|
14414
|
+
"id": 1567,
|
|
14343
14415
|
"name": "selector",
|
|
14344
14416
|
"kind": 1024,
|
|
14345
14417
|
"kindString": "Property",
|
|
@@ -14371,9 +14443,9 @@
|
|
|
14371
14443
|
"title": "Properties",
|
|
14372
14444
|
"kind": 1024,
|
|
14373
14445
|
"children": [
|
|
14374
|
-
|
|
14375
|
-
|
|
14376
|
-
|
|
14446
|
+
1568,
|
|
14447
|
+
1566,
|
|
14448
|
+
1567
|
|
14377
14449
|
]
|
|
14378
14450
|
}
|
|
14379
14451
|
],
|
|
@@ -14748,12 +14820,12 @@
|
|
|
14748
14820
|
{
|
|
14749
14821
|
"fileName": "search-demo.component.html",
|
|
14750
14822
|
"filePath": "/projects/lookup/documentation/code-examples/search/basic/search-demo.component.html",
|
|
14751
|
-
"rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default sky-demo-search-bar-item\"\n (click)=\"searchApplied('Robert')\"\n >\n Predefined search text\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <sky-search\n [searchText]=\"searchText\"\n [debounceTime]=\"250\"\n (searchApply)=\"searchApplied($event)\"\n (searchChange)=\"searchApplied($event)\"\n >\n </sky-search>\n </sky-toolbar-item>\n</sky-toolbar>\n<sky-repeater expandMode=\"none\">\n <sky-repeater-item *ngFor=\"let item of displayedItems\">\n <sky-repeater-item-title>\n {{ item.title }}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n <div>\n {{ item.note }}\n </div>\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
14823
|
+
"rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default sky-demo-search-bar-item\"\n (click)=\"searchApplied('Robert')\"\n >\n Predefined search text\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <sky-search\n [ariaLabel]=\"searchAriaLabel\"\n [searchText]=\"searchText\"\n [debounceTime]=\"250\"\n (searchApply)=\"searchApplied($event)\"\n (searchChange)=\"searchApplied($event)\"\n >\n </sky-search>\n </sky-toolbar-item>\n</sky-toolbar>\n<sky-repeater expandMode=\"none\">\n <sky-repeater-item *ngFor=\"let item of displayedItems\">\n <sky-repeater-item-title>\n {{ item.title }}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n <div>\n {{ item.note }}\n </div>\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
14752
14824
|
},
|
|
14753
14825
|
{
|
|
14754
14826
|
"fileName": "search-demo.component.ts",
|
|
14755
14827
|
"filePath": "/projects/lookup/documentation/code-examples/search/basic/search-demo.component.ts",
|
|
14756
|
-
"rawContents": "import { Component } from '@angular/core';\n\nimport { LookupDemoItem } from './lookup-demo-item';\n\n@Component({\n selector: 'app-search-demo',\n templateUrl: './search-demo.component.html',\n})\nexport class SearchDemoComponent {\n public displayedItems: LookupDemoItem[];\n\n private items: LookupDemoItem[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call to thank him.',\n },\n {\n title: 'Send invitation to ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n },\n {\n title: 'Clean up desk',\n note: 'File and organize papers.',\n },\n {\n title: 'Investigate leads',\n note: 'Check out leads for important charity event funding.',\n },\n {\n title: 'Send thank you note',\n note: 'Send a thank you note to Timothy for his donation.',\n },\n ];\n\n public searchText = '';\n\n constructor() {\n this.displayedItems = this.items;\n }\n\n public searchApplied(searchText: string): void {\n let filteredItems = this.items;\n this.searchText = searchText;\n\n if (searchText) {\n filteredItems = this.items.filter(function (item: LookupDemoItem) {\n let property: keyof typeof item;\n\n for (property in item) {\n if (\n Object.prototype.hasOwnProperty.call(item, property) &&\n (property === 'title' || property === 'note')\n ) {\n if (item[property].indexOf(searchText) > -1) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n this.displayedItems = filteredItems;\n }\n}\n"
|
|
14828
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { LookupDemoItem } from './lookup-demo-item';\n\n@Component({\n selector: 'app-search-demo',\n templateUrl: './search-demo.component.html',\n})\nexport class SearchDemoComponent {\n public displayedItems: LookupDemoItem[];\n\n private items: LookupDemoItem[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call to thank him.',\n },\n {\n title: 'Send invitation to ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n },\n {\n title: 'Clean up desk',\n note: 'File and organize papers.',\n },\n {\n title: 'Investigate leads',\n note: 'Check out leads for important charity event funding.',\n },\n {\n title: 'Send thank you note',\n note: 'Send a thank you note to Timothy for his donation.',\n },\n ];\n\n public searchAriaLabel = 'Search reminders';\n\n public searchText = '';\n\n constructor() {\n this.displayedItems = this.items;\n }\n\n public searchApplied(searchText: string): void {\n let filteredItems = this.items;\n this.searchText = searchText;\n\n if (searchText) {\n filteredItems = this.items.filter(function (item: LookupDemoItem) {\n let property: keyof typeof item;\n\n for (property in item) {\n if (\n Object.prototype.hasOwnProperty.call(item, property) &&\n (property === 'title' || property === 'note')\n ) {\n if (item[property].indexOf(searchText) > -1) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n this.displayedItems = filteredItems;\n }\n}\n"
|
|
14757
14829
|
},
|
|
14758
14830
|
{
|
|
14759
14831
|
"fileName": "search-demo.module.ts",
|