@skyux/lookup 9.0.0-alpha.4 → 9.0.0-alpha.5
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 +603 -638
- package/esm2022/lib/modules/autocomplete/autocomplete.component.mjs +11 -2
- package/esm2022/lib/modules/country-field/country-field.component.mjs +15 -50
- package/esm2022/lib/modules/country-field/country-field.module.mjs +1 -5
- package/esm2022/lib/modules/lookup/lookup.component.mjs +19 -3
- package/esm2022/lib/modules/lookup/lookup.module.mjs +1 -5
- package/esm2022/lib/modules/selection-modal/selection-modal.module.mjs +8 -6
- package/esm2022/lib/modules/selection-modal/selection-modal.service.mjs +3 -6
- package/fesm2022/skyux-lookup.mjs +164 -181
- package/fesm2022/skyux-lookup.mjs.map +1 -1
- package/lib/modules/autocomplete/autocomplete.component.d.ts +5 -1
- package/lib/modules/country-field/country-field.component.d.ts +2 -4
- package/lib/modules/country-field/country-field.module.d.ts +3 -4
- package/lib/modules/lookup/lookup.component.d.ts +6 -1
- package/lib/modules/lookup/lookup.module.d.ts +8 -9
- package/lib/modules/selection-modal/selection-modal.module.d.ts +4 -4
- package/package.json +10 -10
package/documentation.json
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"name": "NgModule"
|
|
102
102
|
},
|
|
103
103
|
"arguments": {
|
|
104
|
-
"obj": "{\n declarations: [SkyCountryFieldComponent],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIconModule,\n
|
|
104
|
+
"obj": "{\n declarations: [SkyCountryFieldComponent],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIconModule,\n SkyLookupResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyCountryFieldComponent],\n}"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
],
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"sources": [
|
|
119
119
|
{
|
|
120
120
|
"fileName": "projects/lookup/src/modules/country-field/country-field.module.ts",
|
|
121
|
-
"line":
|
|
121
|
+
"line": 25,
|
|
122
122
|
"character": 13
|
|
123
123
|
}
|
|
124
124
|
]
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"name": "NgModule"
|
|
140
140
|
},
|
|
141
141
|
"arguments": {
|
|
142
|
-
"obj": "{\n declarations: [SkyLookupComponent, SkyLookupShowMoreModalComponent],\n imports: [\n CommonModule,\n FormsModule,\n SkyAutocompleteModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInfiniteScrollModule,\n
|
|
142
|
+
"obj": "{\n declarations: [SkyLookupComponent, SkyLookupShowMoreModalComponent],\n imports: [\n CommonModule,\n FormsModule,\n SkyAutocompleteModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInfiniteScrollModule,\n SkyLookupResourcesModule,\n SkyModalModule,\n SkyRepeaterModule,\n SkySearchModule,\n SkySelectionModalModule,\n SkyThemeModule,\n SkyTokensModule,\n SkyToolbarModule,\n SkyViewkeeperModule,\n SkyWaitModule,\n ],\n exports: [SkyLookupComponent],\n}"
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
],
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"sources": [
|
|
157
157
|
{
|
|
158
158
|
"fileName": "projects/lookup/src/modules/lookup/lookup.module.ts",
|
|
159
|
-
"line":
|
|
159
|
+
"line": 46,
|
|
160
160
|
"character": 13
|
|
161
161
|
}
|
|
162
162
|
]
|
|
@@ -1567,7 +1567,7 @@
|
|
|
1567
1567
|
"name": "NgModule"
|
|
1568
1568
|
},
|
|
1569
1569
|
"arguments": {
|
|
1570
|
-
"obj": "{\n declarations: [SkySelectionModalComponent, SkySelectionModalItemSelectedPipe],\n imports: [\n CommonModule,\n SkyCheckboxModule,\n
|
|
1570
|
+
"obj": "{\n declarations: [SkySelectionModalComponent, SkySelectionModalItemSelectedPipe],\n imports: [\n CommonModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInfiniteScrollModule,\n SkyLookupResourcesModule,\n SkyModalModule,\n SkyRepeaterModule,\n SkySearchModule,\n SkyThemeModule,\n SkyToolbarModule,\n SkyViewkeeperModule,\n SkyWaitModule,\n ],\n providers: [SkySelectionModalService],\n}"
|
|
1571
1571
|
}
|
|
1572
1572
|
}
|
|
1573
1573
|
],
|
|
@@ -1584,7 +1584,7 @@
|
|
|
1584
1584
|
"sources": [
|
|
1585
1585
|
{
|
|
1586
1586
|
"fileName": "projects/lookup/src/modules/selection-modal/selection-modal.module.ts",
|
|
1587
|
-
"line":
|
|
1587
|
+
"line": 36,
|
|
1588
1588
|
"character": 13
|
|
1589
1589
|
}
|
|
1590
1590
|
]
|
|
@@ -1607,9 +1607,7 @@
|
|
|
1607
1607
|
"package": "@angular/core",
|
|
1608
1608
|
"name": "Injectable"
|
|
1609
1609
|
},
|
|
1610
|
-
"arguments": {
|
|
1611
|
-
"options": "{\n providedIn: 'any',\n}"
|
|
1612
|
-
}
|
|
1610
|
+
"arguments": {}
|
|
1613
1611
|
}
|
|
1614
1612
|
],
|
|
1615
1613
|
"children": [
|
|
@@ -1622,7 +1620,7 @@
|
|
|
1622
1620
|
"sources": [
|
|
1623
1621
|
{
|
|
1624
1622
|
"fileName": "projects/lookup/src/modules/selection-modal/selection-modal.service.ts",
|
|
1625
|
-
"line":
|
|
1623
|
+
"line": 23,
|
|
1626
1624
|
"character": 2
|
|
1627
1625
|
}
|
|
1628
1626
|
],
|
|
@@ -1665,7 +1663,7 @@
|
|
|
1665
1663
|
"sources": [
|
|
1666
1664
|
{
|
|
1667
1665
|
"fileName": "projects/lookup/src/modules/selection-modal/selection-modal.service.ts",
|
|
1668
|
-
"line":
|
|
1666
|
+
"line": 31,
|
|
1669
1667
|
"character": 9
|
|
1670
1668
|
}
|
|
1671
1669
|
],
|
|
@@ -1723,7 +1721,7 @@
|
|
|
1723
1721
|
"sources": [
|
|
1724
1722
|
{
|
|
1725
1723
|
"fileName": "projects/lookup/src/modules/selection-modal/selection-modal.service.ts",
|
|
1726
|
-
"line":
|
|
1724
|
+
"line": 20,
|
|
1727
1725
|
"character": 13
|
|
1728
1726
|
}
|
|
1729
1727
|
]
|
|
@@ -3036,7 +3034,7 @@
|
|
|
3036
3034
|
"sources": [
|
|
3037
3035
|
{
|
|
3038
3036
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3039
|
-
"line":
|
|
3037
|
+
"line": 498,
|
|
3040
3038
|
"character": 2
|
|
3041
3039
|
}
|
|
3042
3040
|
],
|
|
@@ -3220,7 +3218,7 @@
|
|
|
3220
3218
|
}
|
|
3221
3219
|
},
|
|
3222
3220
|
{
|
|
3223
|
-
"id":
|
|
3221
|
+
"id": 381,
|
|
3224
3222
|
"name": "isOpen",
|
|
3225
3223
|
"kind": 1024,
|
|
3226
3224
|
"kindString": "Property",
|
|
@@ -3230,7 +3228,7 @@
|
|
|
3230
3228
|
"sources": [
|
|
3231
3229
|
{
|
|
3232
3230
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3233
|
-
"line":
|
|
3231
|
+
"line": 331,
|
|
3234
3232
|
"character": 9
|
|
3235
3233
|
}
|
|
3236
3234
|
],
|
|
@@ -3241,7 +3239,7 @@
|
|
|
3241
3239
|
"defaultValue": "false"
|
|
3242
3240
|
},
|
|
3243
3241
|
{
|
|
3244
|
-
"id":
|
|
3242
|
+
"id": 387,
|
|
3245
3243
|
"name": "isSearchingAsync",
|
|
3246
3244
|
"kind": 1024,
|
|
3247
3245
|
"kindString": "Property",
|
|
@@ -3251,7 +3249,7 @@
|
|
|
3251
3249
|
"sources": [
|
|
3252
3250
|
{
|
|
3253
3251
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3254
|
-
"line":
|
|
3252
|
+
"line": 343,
|
|
3255
3253
|
"character": 9
|
|
3256
3254
|
}
|
|
3257
3255
|
],
|
|
@@ -3303,7 +3301,7 @@
|
|
|
3303
3301
|
}
|
|
3304
3302
|
},
|
|
3305
3303
|
{
|
|
3306
|
-
"id":
|
|
3304
|
+
"id": 382,
|
|
3307
3305
|
"name": "resultsListId",
|
|
3308
3306
|
"kind": 1024,
|
|
3309
3307
|
"kindString": "Property",
|
|
@@ -3313,7 +3311,7 @@
|
|
|
3313
3311
|
"sources": [
|
|
3314
3312
|
{
|
|
3315
3313
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3316
|
-
"line":
|
|
3314
|
+
"line": 333,
|
|
3317
3315
|
"character": 9
|
|
3318
3316
|
}
|
|
3319
3317
|
],
|
|
@@ -3323,7 +3321,7 @@
|
|
|
3323
3321
|
}
|
|
3324
3322
|
},
|
|
3325
3323
|
{
|
|
3326
|
-
"id":
|
|
3324
|
+
"id": 393,
|
|
3327
3325
|
"name": "resultsTemplateRef",
|
|
3328
3326
|
"kind": 1024,
|
|
3329
3327
|
"kindString": "Property",
|
|
@@ -3348,7 +3346,7 @@
|
|
|
3348
3346
|
"sources": [
|
|
3349
3347
|
{
|
|
3350
3348
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3351
|
-
"line":
|
|
3349
|
+
"line": 413,
|
|
3352
3350
|
"character": 9
|
|
3353
3351
|
}
|
|
3354
3352
|
],
|
|
@@ -3366,7 +3364,7 @@
|
|
|
3366
3364
|
}
|
|
3367
3365
|
},
|
|
3368
3366
|
{
|
|
3369
|
-
"id":
|
|
3367
|
+
"id": 383,
|
|
3370
3368
|
"name": "resultsWrapperId",
|
|
3371
3369
|
"kind": 1024,
|
|
3372
3370
|
"kindString": "Property",
|
|
@@ -3376,7 +3374,7 @@
|
|
|
3376
3374
|
"sources": [
|
|
3377
3375
|
{
|
|
3378
3376
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3379
|
-
"line":
|
|
3377
|
+
"line": 335,
|
|
3380
3378
|
"character": 9
|
|
3381
3379
|
}
|
|
3382
3380
|
],
|
|
@@ -3431,7 +3429,7 @@
|
|
|
3431
3429
|
"defaultValue": "..."
|
|
3432
3430
|
},
|
|
3433
3431
|
{
|
|
3434
|
-
"id":
|
|
3432
|
+
"id": 398,
|
|
3435
3433
|
"name": "searchOrDefault",
|
|
3436
3434
|
"kind": 1024,
|
|
3437
3435
|
"kindString": "Property",
|
|
@@ -3441,7 +3439,7 @@
|
|
|
3441
3439
|
"sources": [
|
|
3442
3440
|
{
|
|
3443
3441
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3444
|
-
"line":
|
|
3442
|
+
"line": 430,
|
|
3445
3443
|
"character": 9
|
|
3446
3444
|
}
|
|
3447
3445
|
],
|
|
@@ -3495,7 +3493,7 @@
|
|
|
3495
3493
|
}
|
|
3496
3494
|
},
|
|
3497
3495
|
{
|
|
3498
|
-
"id":
|
|
3496
|
+
"id": 388,
|
|
3499
3497
|
"name": "searchResultsCount",
|
|
3500
3498
|
"kind": 1024,
|
|
3501
3499
|
"kindString": "Property",
|
|
@@ -3505,7 +3503,7 @@
|
|
|
3505
3503
|
"sources": [
|
|
3506
3504
|
{
|
|
3507
3505
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3508
|
-
"line":
|
|
3506
|
+
"line": 345,
|
|
3509
3507
|
"character": 9
|
|
3510
3508
|
}
|
|
3511
3509
|
],
|
|
@@ -3515,7 +3513,7 @@
|
|
|
3515
3513
|
}
|
|
3516
3514
|
},
|
|
3517
3515
|
{
|
|
3518
|
-
"id":
|
|
3516
|
+
"id": 384,
|
|
3519
3517
|
"name": "searchText",
|
|
3520
3518
|
"kind": 1024,
|
|
3521
3519
|
"kindString": "Property",
|
|
@@ -3525,7 +3523,7 @@
|
|
|
3525
3523
|
"sources": [
|
|
3526
3524
|
{
|
|
3527
3525
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3528
|
-
"line":
|
|
3526
|
+
"line": 337,
|
|
3529
3527
|
"character": 9
|
|
3530
3528
|
}
|
|
3531
3529
|
],
|
|
@@ -3830,7 +3828,7 @@
|
|
|
3830
3828
|
]
|
|
3831
3829
|
},
|
|
3832
3830
|
{
|
|
3833
|
-
"id":
|
|
3831
|
+
"id": 377,
|
|
3834
3832
|
"name": "highlightText",
|
|
3835
3833
|
"kind": 262144,
|
|
3836
3834
|
"kindString": "Accessor",
|
|
@@ -3840,13 +3838,13 @@
|
|
|
3840
3838
|
"sources": [
|
|
3841
3839
|
{
|
|
3842
3840
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3843
|
-
"line":
|
|
3841
|
+
"line": 323,
|
|
3844
3842
|
"character": 13
|
|
3845
3843
|
}
|
|
3846
3844
|
],
|
|
3847
3845
|
"getSignature": [
|
|
3848
3846
|
{
|
|
3849
|
-
"id":
|
|
3847
|
+
"id": 378,
|
|
3850
3848
|
"name": "highlightText",
|
|
3851
3849
|
"kind": 524288,
|
|
3852
3850
|
"kindString": "Get signature",
|
|
@@ -3862,14 +3860,14 @@
|
|
|
3862
3860
|
],
|
|
3863
3861
|
"setSignature": [
|
|
3864
3862
|
{
|
|
3865
|
-
"id":
|
|
3863
|
+
"id": 379,
|
|
3866
3864
|
"name": "highlightText",
|
|
3867
3865
|
"kind": 1048576,
|
|
3868
3866
|
"kindString": "Set signature",
|
|
3869
3867
|
"flags": {},
|
|
3870
3868
|
"parameters": [
|
|
3871
3869
|
{
|
|
3872
|
-
"id":
|
|
3870
|
+
"id": 380,
|
|
3873
3871
|
"name": "value",
|
|
3874
3872
|
"kind": 32768,
|
|
3875
3873
|
"kindString": "Parameter",
|
|
@@ -3891,7 +3889,7 @@
|
|
|
3891
3889
|
]
|
|
3892
3890
|
},
|
|
3893
3891
|
{
|
|
3894
|
-
"id":
|
|
3892
|
+
"id": 389,
|
|
3895
3893
|
"name": "inputDirective",
|
|
3896
3894
|
"kind": 262144,
|
|
3897
3895
|
"kindString": "Accessor",
|
|
@@ -3915,13 +3913,13 @@
|
|
|
3915
3913
|
"sources": [
|
|
3916
3914
|
{
|
|
3917
3915
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
3918
|
-
"line":
|
|
3916
|
+
"line": 350,
|
|
3919
3917
|
"character": 13
|
|
3920
3918
|
}
|
|
3921
3919
|
],
|
|
3922
3920
|
"getSignature": [
|
|
3923
3921
|
{
|
|
3924
|
-
"id":
|
|
3922
|
+
"id": 390,
|
|
3925
3923
|
"name": "inputDirective",
|
|
3926
3924
|
"kind": 524288,
|
|
3927
3925
|
"kindString": "Get signature",
|
|
@@ -3935,14 +3933,14 @@
|
|
|
3935
3933
|
],
|
|
3936
3934
|
"setSignature": [
|
|
3937
3935
|
{
|
|
3938
|
-
"id":
|
|
3936
|
+
"id": 391,
|
|
3939
3937
|
"name": "inputDirective",
|
|
3940
3938
|
"kind": 1048576,
|
|
3941
3939
|
"kindString": "Set signature",
|
|
3942
3940
|
"flags": {},
|
|
3943
3941
|
"parameters": [
|
|
3944
3942
|
{
|
|
3945
|
-
"id":
|
|
3943
|
+
"id": 392,
|
|
3946
3944
|
"name": "directive",
|
|
3947
3945
|
"kind": 32768,
|
|
3948
3946
|
"kindString": "Parameter",
|
|
@@ -4061,7 +4059,7 @@
|
|
|
4061
4059
|
]
|
|
4062
4060
|
},
|
|
4063
4061
|
{
|
|
4064
|
-
"id":
|
|
4062
|
+
"id": 394,
|
|
4065
4063
|
"name": "resultsRef",
|
|
4066
4064
|
"kind": 262144,
|
|
4067
4065
|
"kindString": "Accessor",
|
|
@@ -4086,13 +4084,13 @@
|
|
|
4086
4084
|
"sources": [
|
|
4087
4085
|
{
|
|
4088
4086
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4089
|
-
"line":
|
|
4087
|
+
"line": 418,
|
|
4090
4088
|
"character": 13
|
|
4091
4089
|
}
|
|
4092
4090
|
],
|
|
4093
4091
|
"getSignature": [
|
|
4094
4092
|
{
|
|
4095
|
-
"id":
|
|
4093
|
+
"id": 395,
|
|
4096
4094
|
"name": "resultsRef",
|
|
4097
4095
|
"kind": 524288,
|
|
4098
4096
|
"kindString": "Get signature",
|
|
@@ -4113,14 +4111,14 @@
|
|
|
4113
4111
|
],
|
|
4114
4112
|
"setSignature": [
|
|
4115
4113
|
{
|
|
4116
|
-
"id":
|
|
4114
|
+
"id": 396,
|
|
4117
4115
|
"name": "resultsRef",
|
|
4118
4116
|
"kind": 1048576,
|
|
4119
4117
|
"kindString": "Set signature",
|
|
4120
4118
|
"flags": {},
|
|
4121
4119
|
"parameters": [
|
|
4122
4120
|
{
|
|
4123
|
-
"id":
|
|
4121
|
+
"id": 397,
|
|
4124
4122
|
"name": "value",
|
|
4125
4123
|
"kind": 32768,
|
|
4126
4124
|
"kindString": "Parameter",
|
|
@@ -4327,7 +4325,7 @@
|
|
|
4327
4325
|
]
|
|
4328
4326
|
},
|
|
4329
4327
|
{
|
|
4330
|
-
"id":
|
|
4328
|
+
"id": 373,
|
|
4331
4329
|
"name": "searchResults",
|
|
4332
4330
|
"kind": 262144,
|
|
4333
4331
|
"kindString": "Accessor",
|
|
@@ -4337,13 +4335,13 @@
|
|
|
4337
4335
|
"sources": [
|
|
4338
4336
|
{
|
|
4339
4337
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4340
|
-
"line":
|
|
4338
|
+
"line": 315,
|
|
4341
4339
|
"character": 13
|
|
4342
4340
|
}
|
|
4343
4341
|
],
|
|
4344
4342
|
"getSignature": [
|
|
4345
4343
|
{
|
|
4346
|
-
"id":
|
|
4344
|
+
"id": 374,
|
|
4347
4345
|
"name": "searchResults",
|
|
4348
4346
|
"kind": 524288,
|
|
4349
4347
|
"kindString": "Get signature",
|
|
@@ -4359,14 +4357,14 @@
|
|
|
4359
4357
|
],
|
|
4360
4358
|
"setSignature": [
|
|
4361
4359
|
{
|
|
4362
|
-
"id":
|
|
4360
|
+
"id": 375,
|
|
4363
4361
|
"name": "searchResults",
|
|
4364
4362
|
"kind": 1048576,
|
|
4365
4363
|
"kindString": "Set signature",
|
|
4366
4364
|
"flags": {},
|
|
4367
4365
|
"parameters": [
|
|
4368
4366
|
{
|
|
4369
|
-
"id":
|
|
4367
|
+
"id": 376,
|
|
4370
4368
|
"name": "value",
|
|
4371
4369
|
"kind": 32768,
|
|
4372
4370
|
"kindString": "Parameter",
|
|
@@ -4546,7 +4544,7 @@
|
|
|
4546
4544
|
]
|
|
4547
4545
|
},
|
|
4548
4546
|
{
|
|
4549
|
-
"id":
|
|
4547
|
+
"id": 385,
|
|
4550
4548
|
"name": "showActionsArea",
|
|
4551
4549
|
"kind": 262144,
|
|
4552
4550
|
"kindString": "Accessor",
|
|
@@ -4556,13 +4554,13 @@
|
|
|
4556
4554
|
"sources": [
|
|
4557
4555
|
{
|
|
4558
4556
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4559
|
-
"line":
|
|
4557
|
+
"line": 339,
|
|
4560
4558
|
"character": 13
|
|
4561
4559
|
}
|
|
4562
4560
|
],
|
|
4563
4561
|
"getSignature": [
|
|
4564
4562
|
{
|
|
4565
|
-
"id":
|
|
4563
|
+
"id": 386,
|
|
4566
4564
|
"name": "showActionsArea",
|
|
4567
4565
|
"kind": 524288,
|
|
4568
4566
|
"kindString": "Get signature",
|
|
@@ -4575,7 +4573,7 @@
|
|
|
4575
4573
|
]
|
|
4576
4574
|
},
|
|
4577
4575
|
{
|
|
4578
|
-
"id":
|
|
4576
|
+
"id": 432,
|
|
4579
4577
|
"name": "addButtonClicked",
|
|
4580
4578
|
"kind": 2048,
|
|
4581
4579
|
"kindString": "Method",
|
|
@@ -4585,13 +4583,13 @@
|
|
|
4585
4583
|
"sources": [
|
|
4586
4584
|
{
|
|
4587
4585
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4588
|
-
"line":
|
|
4586
|
+
"line": 542,
|
|
4589
4587
|
"character": 9
|
|
4590
4588
|
}
|
|
4591
4589
|
],
|
|
4592
4590
|
"signatures": [
|
|
4593
4591
|
{
|
|
4594
|
-
"id":
|
|
4592
|
+
"id": 433,
|
|
4595
4593
|
"name": "addButtonClicked",
|
|
4596
4594
|
"kind": 4096,
|
|
4597
4595
|
"kindString": "Call signature",
|
|
@@ -4604,7 +4602,7 @@
|
|
|
4604
4602
|
]
|
|
4605
4603
|
},
|
|
4606
4604
|
{
|
|
4607
|
-
"id":
|
|
4605
|
+
"id": 434,
|
|
4608
4606
|
"name": "handleKeydown",
|
|
4609
4607
|
"kind": 2048,
|
|
4610
4608
|
"kindString": "Method",
|
|
@@ -4614,20 +4612,20 @@
|
|
|
4614
4612
|
"sources": [
|
|
4615
4613
|
{
|
|
4616
4614
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4617
|
-
"line":
|
|
4615
|
+
"line": 550,
|
|
4618
4616
|
"character": 9
|
|
4619
4617
|
}
|
|
4620
4618
|
],
|
|
4621
4619
|
"signatures": [
|
|
4622
4620
|
{
|
|
4623
|
-
"id":
|
|
4621
|
+
"id": 435,
|
|
4624
4622
|
"name": "handleKeydown",
|
|
4625
4623
|
"kind": 4096,
|
|
4626
4624
|
"kindString": "Call signature",
|
|
4627
4625
|
"flags": {},
|
|
4628
4626
|
"parameters": [
|
|
4629
4627
|
{
|
|
4630
|
-
"id":
|
|
4628
|
+
"id": 436,
|
|
4631
4629
|
"name": "event",
|
|
4632
4630
|
"kind": 32768,
|
|
4633
4631
|
"kindString": "Parameter",
|
|
@@ -4648,7 +4646,7 @@
|
|
|
4648
4646
|
]
|
|
4649
4647
|
},
|
|
4650
4648
|
{
|
|
4651
|
-
"id":
|
|
4649
|
+
"id": 446,
|
|
4652
4650
|
"name": "isElementFocused",
|
|
4653
4651
|
"kind": 2048,
|
|
4654
4652
|
"kindString": "Method",
|
|
@@ -4658,20 +4656,20 @@
|
|
|
4658
4656
|
"sources": [
|
|
4659
4657
|
{
|
|
4660
4658
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4661
|
-
"line":
|
|
4659
|
+
"line": 663,
|
|
4662
4660
|
"character": 9
|
|
4663
4661
|
}
|
|
4664
4662
|
],
|
|
4665
4663
|
"signatures": [
|
|
4666
4664
|
{
|
|
4667
|
-
"id":
|
|
4665
|
+
"id": 447,
|
|
4668
4666
|
"name": "isElementFocused",
|
|
4669
4667
|
"kind": 4096,
|
|
4670
4668
|
"kindString": "Call signature",
|
|
4671
4669
|
"flags": {},
|
|
4672
4670
|
"parameters": [
|
|
4673
4671
|
{
|
|
4674
|
-
"id":
|
|
4672
|
+
"id": 448,
|
|
4675
4673
|
"name": "ref",
|
|
4676
4674
|
"kind": 32768,
|
|
4677
4675
|
"kindString": "Parameter",
|
|
@@ -4692,7 +4690,7 @@
|
|
|
4692
4690
|
]
|
|
4693
4691
|
},
|
|
4694
4692
|
{
|
|
4695
|
-
"id":
|
|
4693
|
+
"id": 437,
|
|
4696
4694
|
"name": "moreButtonClicked",
|
|
4697
4695
|
"kind": 2048,
|
|
4698
4696
|
"kindString": "Method",
|
|
@@ -4702,13 +4700,13 @@
|
|
|
4702
4700
|
"sources": [
|
|
4703
4701
|
{
|
|
4704
4702
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4705
|
-
"line":
|
|
4703
|
+
"line": 633,
|
|
4706
4704
|
"character": 9
|
|
4707
4705
|
}
|
|
4708
4706
|
],
|
|
4709
4707
|
"signatures": [
|
|
4710
4708
|
{
|
|
4711
|
-
"id":
|
|
4709
|
+
"id": 438,
|
|
4712
4710
|
"name": "moreButtonClicked",
|
|
4713
4711
|
"kind": 4096,
|
|
4714
4712
|
"kindString": "Call signature",
|
|
@@ -4721,7 +4719,7 @@
|
|
|
4721
4719
|
]
|
|
4722
4720
|
},
|
|
4723
4721
|
{
|
|
4724
|
-
"id":
|
|
4722
|
+
"id": 428,
|
|
4725
4723
|
"name": "ngAfterViewInit",
|
|
4726
4724
|
"kind": 2048,
|
|
4727
4725
|
"kindString": "Method",
|
|
@@ -4731,13 +4729,13 @@
|
|
|
4731
4729
|
"sources": [
|
|
4732
4730
|
{
|
|
4733
4731
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4734
|
-
"line":
|
|
4732
|
+
"line": 527,
|
|
4735
4733
|
"character": 9
|
|
4736
4734
|
}
|
|
4737
4735
|
],
|
|
4738
4736
|
"signatures": [
|
|
4739
4737
|
{
|
|
4740
|
-
"id":
|
|
4738
|
+
"id": 429,
|
|
4741
4739
|
"name": "ngAfterViewInit",
|
|
4742
4740
|
"kind": 4096,
|
|
4743
4741
|
"kindString": "Call signature",
|
|
@@ -4758,7 +4756,7 @@
|
|
|
4758
4756
|
}
|
|
4759
4757
|
},
|
|
4760
4758
|
{
|
|
4761
|
-
"id":
|
|
4759
|
+
"id": 430,
|
|
4762
4760
|
"name": "ngOnDestroy",
|
|
4763
4761
|
"kind": 2048,
|
|
4764
4762
|
"kindString": "Method",
|
|
@@ -4768,13 +4766,13 @@
|
|
|
4768
4766
|
"sources": [
|
|
4769
4767
|
{
|
|
4770
4768
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4771
|
-
"line":
|
|
4769
|
+
"line": 531,
|
|
4772
4770
|
"character": 9
|
|
4773
4771
|
}
|
|
4774
4772
|
],
|
|
4775
4773
|
"signatures": [
|
|
4776
4774
|
{
|
|
4777
|
-
"id":
|
|
4775
|
+
"id": 431,
|
|
4778
4776
|
"name": "ngOnDestroy",
|
|
4779
4777
|
"kind": 4096,
|
|
4780
4778
|
"kindString": "Call signature",
|
|
@@ -4795,7 +4793,7 @@
|
|
|
4795
4793
|
}
|
|
4796
4794
|
},
|
|
4797
4795
|
{
|
|
4798
|
-
"id":
|
|
4796
|
+
"id": 439,
|
|
4799
4797
|
"name": "onResultMouseDown",
|
|
4800
4798
|
"kind": 2048,
|
|
4801
4799
|
"kindString": "Method",
|
|
@@ -4805,20 +4803,20 @@
|
|
|
4805
4803
|
"sources": [
|
|
4806
4804
|
{
|
|
4807
4805
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4808
|
-
"line":
|
|
4806
|
+
"line": 641,
|
|
4809
4807
|
"character": 9
|
|
4810
4808
|
}
|
|
4811
4809
|
],
|
|
4812
4810
|
"signatures": [
|
|
4813
4811
|
{
|
|
4814
|
-
"id":
|
|
4812
|
+
"id": 440,
|
|
4815
4813
|
"name": "onResultMouseDown",
|
|
4816
4814
|
"kind": 4096,
|
|
4817
4815
|
"kindString": "Call signature",
|
|
4818
4816
|
"flags": {},
|
|
4819
4817
|
"parameters": [
|
|
4820
4818
|
{
|
|
4821
|
-
"id":
|
|
4819
|
+
"id": 441,
|
|
4822
4820
|
"name": "id",
|
|
4823
4821
|
"kind": 32768,
|
|
4824
4822
|
"kindString": "Parameter",
|
|
@@ -4829,7 +4827,7 @@
|
|
|
4829
4827
|
}
|
|
4830
4828
|
},
|
|
4831
4829
|
{
|
|
4832
|
-
"id":
|
|
4830
|
+
"id": 442,
|
|
4833
4831
|
"name": "event",
|
|
4834
4832
|
"kind": 32768,
|
|
4835
4833
|
"kindString": "Parameter",
|
|
@@ -4850,7 +4848,7 @@
|
|
|
4850
4848
|
]
|
|
4851
4849
|
},
|
|
4852
4850
|
{
|
|
4853
|
-
"id":
|
|
4851
|
+
"id": 443,
|
|
4854
4852
|
"name": "onResultMouseMove",
|
|
4855
4853
|
"kind": 2048,
|
|
4856
4854
|
"kindString": "Method",
|
|
@@ -4860,20 +4858,20 @@
|
|
|
4860
4858
|
"sources": [
|
|
4861
4859
|
{
|
|
4862
4860
|
"fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
|
|
4863
|
-
"line":
|
|
4861
|
+
"line": 654,
|
|
4864
4862
|
"character": 9
|
|
4865
4863
|
}
|
|
4866
4864
|
],
|
|
4867
4865
|
"signatures": [
|
|
4868
4866
|
{
|
|
4869
|
-
"id":
|
|
4867
|
+
"id": 444,
|
|
4870
4868
|
"name": "onResultMouseMove",
|
|
4871
4869
|
"kind": 4096,
|
|
4872
4870
|
"kindString": "Call signature",
|
|
4873
4871
|
"flags": {},
|
|
4874
4872
|
"parameters": [
|
|
4875
4873
|
{
|
|
4876
|
-
"id":
|
|
4874
|
+
"id": 445,
|
|
4877
4875
|
"name": "id",
|
|
4878
4876
|
"kind": 32768,
|
|
4879
4877
|
"kindString": "Parameter",
|
|
@@ -4905,17 +4903,17 @@
|
|
|
4905
4903
|
"kind": 1024,
|
|
4906
4904
|
"children": [
|
|
4907
4905
|
325,
|
|
4908
|
-
380,
|
|
4909
|
-
386,
|
|
4910
|
-
366,
|
|
4911
4906
|
381,
|
|
4912
|
-
|
|
4907
|
+
387,
|
|
4908
|
+
366,
|
|
4913
4909
|
382,
|
|
4910
|
+
393,
|
|
4911
|
+
383,
|
|
4914
4912
|
371,
|
|
4915
|
-
|
|
4913
|
+
398,
|
|
4916
4914
|
352,
|
|
4917
|
-
|
|
4918
|
-
|
|
4915
|
+
388,
|
|
4916
|
+
384,
|
|
4919
4917
|
370
|
|
4920
4918
|
]
|
|
4921
4919
|
},
|
|
@@ -4926,30 +4924,30 @@
|
|
|
4926
4924
|
326,
|
|
4927
4925
|
330,
|
|
4928
4926
|
334,
|
|
4929
|
-
|
|
4930
|
-
|
|
4927
|
+
377,
|
|
4928
|
+
389,
|
|
4931
4929
|
344,
|
|
4932
|
-
|
|
4930
|
+
394,
|
|
4933
4931
|
348,
|
|
4934
4932
|
357,
|
|
4935
|
-
|
|
4933
|
+
373,
|
|
4936
4934
|
361,
|
|
4937
4935
|
353,
|
|
4938
|
-
|
|
4936
|
+
385
|
|
4939
4937
|
]
|
|
4940
4938
|
},
|
|
4941
4939
|
{
|
|
4942
4940
|
"title": "Methods",
|
|
4943
4941
|
"kind": 2048,
|
|
4944
4942
|
"children": [
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4943
|
+
432,
|
|
4944
|
+
434,
|
|
4945
|
+
446,
|
|
4946
|
+
437,
|
|
4947
|
+
428,
|
|
4948
|
+
430,
|
|
4949
|
+
439,
|
|
4950
|
+
443
|
|
4953
4951
|
]
|
|
4954
4952
|
}
|
|
4955
4953
|
],
|
|
@@ -4976,7 +4974,7 @@
|
|
|
4976
4974
|
]
|
|
4977
4975
|
},
|
|
4978
4976
|
{
|
|
4979
|
-
"id":
|
|
4977
|
+
"id": 494,
|
|
4980
4978
|
"name": "SkyCountryFieldComponent",
|
|
4981
4979
|
"kind": 128,
|
|
4982
4980
|
"kindString": "Class",
|
|
@@ -4997,7 +4995,7 @@
|
|
|
4997
4995
|
],
|
|
4998
4996
|
"children": [
|
|
4999
4997
|
{
|
|
5000
|
-
"id":
|
|
4998
|
+
"id": 495,
|
|
5001
4999
|
"name": "constructor",
|
|
5002
5000
|
"kind": 512,
|
|
5003
5001
|
"kindString": "Constructor",
|
|
@@ -5005,20 +5003,20 @@
|
|
|
5005
5003
|
"sources": [
|
|
5006
5004
|
{
|
|
5007
5005
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5008
|
-
"line":
|
|
5006
|
+
"line": 291,
|
|
5009
5007
|
"character": 2
|
|
5010
5008
|
}
|
|
5011
5009
|
],
|
|
5012
5010
|
"signatures": [
|
|
5013
5011
|
{
|
|
5014
|
-
"id":
|
|
5012
|
+
"id": 496,
|
|
5015
5013
|
"name": "SkyCountryFieldComponent",
|
|
5016
5014
|
"kind": 16384,
|
|
5017
5015
|
"kindString": "Constructor signature",
|
|
5018
5016
|
"flags": {},
|
|
5019
5017
|
"parameters": [
|
|
5020
5018
|
{
|
|
5021
|
-
"id":
|
|
5019
|
+
"id": 497,
|
|
5022
5020
|
"name": "changeDetector",
|
|
5023
5021
|
"kind": 32768,
|
|
5024
5022
|
"kindString": "Parameter",
|
|
@@ -5031,7 +5029,7 @@
|
|
|
5031
5029
|
}
|
|
5032
5030
|
},
|
|
5033
5031
|
{
|
|
5034
|
-
"id":
|
|
5032
|
+
"id": 498,
|
|
5035
5033
|
"name": "elRef",
|
|
5036
5034
|
"kind": 32768,
|
|
5037
5035
|
"kindString": "Parameter",
|
|
@@ -5049,17 +5047,6 @@
|
|
|
5049
5047
|
"name": "ElementRef"
|
|
5050
5048
|
}
|
|
5051
5049
|
},
|
|
5052
|
-
{
|
|
5053
|
-
"id": 498,
|
|
5054
|
-
"name": "windowRef",
|
|
5055
|
-
"kind": 32768,
|
|
5056
|
-
"kindString": "Parameter",
|
|
5057
|
-
"flags": {},
|
|
5058
|
-
"type": {
|
|
5059
|
-
"type": "reference",
|
|
5060
|
-
"name": "SkyAppWindowRef"
|
|
5061
|
-
}
|
|
5062
|
-
},
|
|
5063
5050
|
{
|
|
5064
5051
|
"id": 499,
|
|
5065
5052
|
"name": "injector",
|
|
@@ -5126,7 +5113,7 @@
|
|
|
5126
5113
|
],
|
|
5127
5114
|
"type": {
|
|
5128
5115
|
"type": "reference",
|
|
5129
|
-
"id":
|
|
5116
|
+
"id": 494,
|
|
5130
5117
|
"name": "SkyCountryFieldComponent"
|
|
5131
5118
|
}
|
|
5132
5119
|
}
|
|
@@ -5158,7 +5145,7 @@
|
|
|
5158
5145
|
"sources": [
|
|
5159
5146
|
{
|
|
5160
5147
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5161
|
-
"line":
|
|
5148
|
+
"line": 68,
|
|
5162
5149
|
"character": 9
|
|
5163
5150
|
}
|
|
5164
5151
|
],
|
|
@@ -5168,7 +5155,7 @@
|
|
|
5168
5155
|
}
|
|
5169
5156
|
},
|
|
5170
5157
|
{
|
|
5171
|
-
"id":
|
|
5158
|
+
"id": 532,
|
|
5172
5159
|
"name": "context",
|
|
5173
5160
|
"kind": 1024,
|
|
5174
5161
|
"kindString": "Property",
|
|
@@ -5178,7 +5165,7 @@
|
|
|
5178
5165
|
"sources": [
|
|
5179
5166
|
{
|
|
5180
5167
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5181
|
-
"line":
|
|
5168
|
+
"line": 238,
|
|
5182
5169
|
"character": 9
|
|
5183
5170
|
}
|
|
5184
5171
|
],
|
|
@@ -5199,7 +5186,7 @@
|
|
|
5199
5186
|
"sources": [
|
|
5200
5187
|
{
|
|
5201
5188
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5202
|
-
"line":
|
|
5189
|
+
"line": 174,
|
|
5203
5190
|
"character": 9
|
|
5204
5191
|
}
|
|
5205
5192
|
],
|
|
@@ -5214,7 +5201,7 @@
|
|
|
5214
5201
|
"defaultValue": "[]"
|
|
5215
5202
|
},
|
|
5216
5203
|
{
|
|
5217
|
-
"id":
|
|
5204
|
+
"id": 527,
|
|
5218
5205
|
"name": "countrySearchAutocompleteDirective",
|
|
5219
5206
|
"kind": 1024,
|
|
5220
5207
|
"kindString": "Property",
|
|
@@ -5238,7 +5225,7 @@
|
|
|
5238
5225
|
"sources": [
|
|
5239
5226
|
{
|
|
5240
5227
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5241
|
-
"line":
|
|
5228
|
+
"line": 181,
|
|
5242
5229
|
"character": 9
|
|
5243
5230
|
}
|
|
5244
5231
|
],
|
|
@@ -5259,7 +5246,7 @@
|
|
|
5259
5246
|
"sources": [
|
|
5260
5247
|
{
|
|
5261
5248
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5262
|
-
"line":
|
|
5249
|
+
"line": 176,
|
|
5263
5250
|
"character": 9
|
|
5264
5251
|
}
|
|
5265
5252
|
],
|
|
@@ -5271,7 +5258,7 @@
|
|
|
5271
5258
|
}
|
|
5272
5259
|
},
|
|
5273
5260
|
{
|
|
5274
|
-
"id":
|
|
5261
|
+
"id": 533,
|
|
5275
5262
|
"name": "currentTheme",
|
|
5276
5263
|
"kind": 1024,
|
|
5277
5264
|
"kindString": "Property",
|
|
@@ -5281,7 +5268,7 @@
|
|
|
5281
5268
|
"sources": [
|
|
5282
5269
|
{
|
|
5283
5270
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5284
|
-
"line":
|
|
5271
|
+
"line": 245,
|
|
5285
5272
|
"character": 9
|
|
5286
5273
|
}
|
|
5287
5274
|
],
|
|
@@ -5292,7 +5279,7 @@
|
|
|
5292
5279
|
"defaultValue": "'default'"
|
|
5293
5280
|
},
|
|
5294
5281
|
{
|
|
5295
|
-
"id":
|
|
5282
|
+
"id": 534,
|
|
5296
5283
|
"name": "inputId",
|
|
5297
5284
|
"kind": 1024,
|
|
5298
5285
|
"kindString": "Property",
|
|
@@ -5302,7 +5289,7 @@
|
|
|
5302
5289
|
"sources": [
|
|
5303
5290
|
{
|
|
5304
5291
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5305
|
-
"line":
|
|
5292
|
+
"line": 247,
|
|
5306
5293
|
"character": 9
|
|
5307
5294
|
}
|
|
5308
5295
|
],
|
|
@@ -5312,7 +5299,7 @@
|
|
|
5312
5299
|
}
|
|
5313
5300
|
},
|
|
5314
5301
|
{
|
|
5315
|
-
"id":
|
|
5302
|
+
"id": 535,
|
|
5316
5303
|
"name": "inputTemplateRef",
|
|
5317
5304
|
"kind": 1024,
|
|
5318
5305
|
"kindString": "Property",
|
|
@@ -5337,7 +5324,7 @@
|
|
|
5337
5324
|
"sources": [
|
|
5338
5325
|
{
|
|
5339
5326
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5340
|
-
"line":
|
|
5327
|
+
"line": 253,
|
|
5341
5328
|
"character": 9
|
|
5342
5329
|
}
|
|
5343
5330
|
],
|
|
@@ -5355,28 +5342,7 @@
|
|
|
5355
5342
|
}
|
|
5356
5343
|
},
|
|
5357
5344
|
{
|
|
5358
|
-
"id":
|
|
5359
|
-
"name": "isInputFocused",
|
|
5360
|
-
"kind": 1024,
|
|
5361
|
-
"kindString": "Property",
|
|
5362
|
-
"flags": {
|
|
5363
|
-
"isPublic": true
|
|
5364
|
-
},
|
|
5365
|
-
"sources": [
|
|
5366
|
-
{
|
|
5367
|
-
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5368
|
-
"line": 185,
|
|
5369
|
-
"character": 9
|
|
5370
|
-
}
|
|
5371
|
-
],
|
|
5372
|
-
"type": {
|
|
5373
|
-
"type": "intrinsic",
|
|
5374
|
-
"name": "boolean"
|
|
5375
|
-
},
|
|
5376
|
-
"defaultValue": "false"
|
|
5377
|
-
},
|
|
5378
|
-
{
|
|
5379
|
-
"id": 537,
|
|
5345
|
+
"id": 536,
|
|
5380
5346
|
"name": "searchIconTemplateRef",
|
|
5381
5347
|
"kind": 1024,
|
|
5382
5348
|
"kindString": "Property",
|
|
@@ -5401,7 +5367,7 @@
|
|
|
5401
5367
|
"sources": [
|
|
5402
5368
|
{
|
|
5403
5369
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5404
|
-
"line":
|
|
5370
|
+
"line": 259,
|
|
5405
5371
|
"character": 9
|
|
5406
5372
|
}
|
|
5407
5373
|
],
|
|
@@ -5419,7 +5385,7 @@
|
|
|
5419
5385
|
}
|
|
5420
5386
|
},
|
|
5421
5387
|
{
|
|
5422
|
-
"id":
|
|
5388
|
+
"id": 526,
|
|
5423
5389
|
"name": "searchTextMinimumCharacters",
|
|
5424
5390
|
"kind": 1024,
|
|
5425
5391
|
"kindString": "Property",
|
|
@@ -5429,7 +5395,7 @@
|
|
|
5429
5395
|
"sources": [
|
|
5430
5396
|
{
|
|
5431
5397
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5432
|
-
"line":
|
|
5398
|
+
"line": 178,
|
|
5433
5399
|
"character": 9
|
|
5434
5400
|
}
|
|
5435
5401
|
],
|
|
@@ -5465,7 +5431,7 @@
|
|
|
5465
5431
|
"sources": [
|
|
5466
5432
|
{
|
|
5467
5433
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5468
|
-
"line":
|
|
5434
|
+
"line": 171,
|
|
5469
5435
|
"character": 9
|
|
5470
5436
|
}
|
|
5471
5437
|
],
|
|
@@ -5507,7 +5473,7 @@
|
|
|
5507
5473
|
"sources": [
|
|
5508
5474
|
{
|
|
5509
5475
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5510
|
-
"line":
|
|
5476
|
+
"line": 77,
|
|
5511
5477
|
"character": 13
|
|
5512
5478
|
}
|
|
5513
5479
|
],
|
|
@@ -5592,7 +5558,7 @@
|
|
|
5592
5558
|
"sources": [
|
|
5593
5559
|
{
|
|
5594
5560
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5595
|
-
"line":
|
|
5561
|
+
"line": 103,
|
|
5596
5562
|
"character": 13
|
|
5597
5563
|
}
|
|
5598
5564
|
],
|
|
@@ -5677,7 +5643,7 @@
|
|
|
5677
5643
|
"sources": [
|
|
5678
5644
|
{
|
|
5679
5645
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5680
|
-
"line":
|
|
5646
|
+
"line": 124,
|
|
5681
5647
|
"character": 13
|
|
5682
5648
|
}
|
|
5683
5649
|
],
|
|
@@ -5740,7 +5706,7 @@
|
|
|
5740
5706
|
]
|
|
5741
5707
|
},
|
|
5742
5708
|
{
|
|
5743
|
-
"id":
|
|
5709
|
+
"id": 528,
|
|
5744
5710
|
"name": "selectedCountry",
|
|
5745
5711
|
"kind": 262144,
|
|
5746
5712
|
"kindString": "Accessor",
|
|
@@ -5750,13 +5716,13 @@
|
|
|
5750
5716
|
"sources": [
|
|
5751
5717
|
{
|
|
5752
5718
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5753
|
-
"line":
|
|
5719
|
+
"line": 185,
|
|
5754
5720
|
"character": 13
|
|
5755
5721
|
}
|
|
5756
5722
|
],
|
|
5757
5723
|
"getSignature": [
|
|
5758
5724
|
{
|
|
5759
|
-
"id":
|
|
5725
|
+
"id": 529,
|
|
5760
5726
|
"name": "selectedCountry",
|
|
5761
5727
|
"kind": 524288,
|
|
5762
5728
|
"kindString": "Get signature",
|
|
@@ -5770,14 +5736,14 @@
|
|
|
5770
5736
|
],
|
|
5771
5737
|
"setSignature": [
|
|
5772
5738
|
{
|
|
5773
|
-
"id":
|
|
5739
|
+
"id": 530,
|
|
5774
5740
|
"name": "selectedCountry",
|
|
5775
5741
|
"kind": 1048576,
|
|
5776
5742
|
"kindString": "Set signature",
|
|
5777
5743
|
"flags": {},
|
|
5778
5744
|
"parameters": [
|
|
5779
5745
|
{
|
|
5780
|
-
"id":
|
|
5746
|
+
"id": 531,
|
|
5781
5747
|
"name": "newCountry",
|
|
5782
5748
|
"kind": 32768,
|
|
5783
5749
|
"kindString": "Parameter",
|
|
@@ -5819,7 +5785,7 @@
|
|
|
5819
5785
|
"sources": [
|
|
5820
5786
|
{
|
|
5821
5787
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5822
|
-
"line":
|
|
5788
|
+
"line": 153,
|
|
5823
5789
|
"character": 13
|
|
5824
5790
|
}
|
|
5825
5791
|
],
|
|
@@ -5876,7 +5842,7 @@
|
|
|
5876
5842
|
]
|
|
5877
5843
|
},
|
|
5878
5844
|
{
|
|
5879
|
-
"id":
|
|
5845
|
+
"id": 555,
|
|
5880
5846
|
"name": "ngAfterViewInit",
|
|
5881
5847
|
"kind": 2048,
|
|
5882
5848
|
"kindString": "Method",
|
|
@@ -5886,13 +5852,13 @@
|
|
|
5886
5852
|
"sources": [
|
|
5887
5853
|
{
|
|
5888
5854
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5889
|
-
"line":
|
|
5855
|
+
"line": 345,
|
|
5890
5856
|
"character": 9
|
|
5891
5857
|
}
|
|
5892
5858
|
],
|
|
5893
5859
|
"signatures": [
|
|
5894
5860
|
{
|
|
5895
|
-
"id":
|
|
5861
|
+
"id": 556,
|
|
5896
5862
|
"name": "ngAfterViewInit",
|
|
5897
5863
|
"kind": 4096,
|
|
5898
5864
|
"kindString": "Call signature",
|
|
@@ -5913,7 +5879,7 @@
|
|
|
5913
5879
|
}
|
|
5914
5880
|
},
|
|
5915
5881
|
{
|
|
5916
|
-
"id":
|
|
5882
|
+
"id": 564,
|
|
5917
5883
|
"name": "onChange",
|
|
5918
5884
|
"kind": 2048,
|
|
5919
5885
|
"kindString": "Method",
|
|
@@ -5923,20 +5889,20 @@
|
|
|
5923
5889
|
"sources": [
|
|
5924
5890
|
{
|
|
5925
5891
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5926
|
-
"line":
|
|
5892
|
+
"line": 394,
|
|
5927
5893
|
"character": 9
|
|
5928
5894
|
}
|
|
5929
5895
|
],
|
|
5930
5896
|
"signatures": [
|
|
5931
5897
|
{
|
|
5932
|
-
"id":
|
|
5898
|
+
"id": 565,
|
|
5933
5899
|
"name": "onChange",
|
|
5934
5900
|
"kind": 4096,
|
|
5935
5901
|
"kindString": "Call signature",
|
|
5936
5902
|
"flags": {},
|
|
5937
5903
|
"parameters": [
|
|
5938
5904
|
{
|
|
5939
|
-
"id":
|
|
5905
|
+
"id": 566,
|
|
5940
5906
|
"name": "value",
|
|
5941
5907
|
"kind": 32768,
|
|
5942
5908
|
"kindString": "Parameter",
|
|
@@ -5956,7 +5922,7 @@
|
|
|
5956
5922
|
]
|
|
5957
5923
|
},
|
|
5958
5924
|
{
|
|
5959
|
-
"id":
|
|
5925
|
+
"id": 567,
|
|
5960
5926
|
"name": "onTouched",
|
|
5961
5927
|
"kind": 2048,
|
|
5962
5928
|
"kindString": "Method",
|
|
@@ -5966,13 +5932,13 @@
|
|
|
5966
5932
|
"sources": [
|
|
5967
5933
|
{
|
|
5968
5934
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5969
|
-
"line":
|
|
5935
|
+
"line": 397,
|
|
5970
5936
|
"character": 9
|
|
5971
5937
|
}
|
|
5972
5938
|
],
|
|
5973
5939
|
"signatures": [
|
|
5974
5940
|
{
|
|
5975
|
-
"id":
|
|
5941
|
+
"id": 568,
|
|
5976
5942
|
"name": "onTouched",
|
|
5977
5943
|
"kind": 4096,
|
|
5978
5944
|
"kindString": "Call signature",
|
|
@@ -5985,7 +5951,7 @@
|
|
|
5985
5951
|
]
|
|
5986
5952
|
},
|
|
5987
5953
|
{
|
|
5988
|
-
"id":
|
|
5954
|
+
"id": 569,
|
|
5989
5955
|
"name": "registerOnChange",
|
|
5990
5956
|
"kind": 2048,
|
|
5991
5957
|
"kindString": "Method",
|
|
@@ -5995,20 +5961,20 @@
|
|
|
5995
5961
|
"sources": [
|
|
5996
5962
|
{
|
|
5997
5963
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
5998
|
-
"line":
|
|
5964
|
+
"line": 399,
|
|
5999
5965
|
"character": 9
|
|
6000
5966
|
}
|
|
6001
5967
|
],
|
|
6002
5968
|
"signatures": [
|
|
6003
5969
|
{
|
|
6004
|
-
"id":
|
|
5970
|
+
"id": 570,
|
|
6005
5971
|
"name": "registerOnChange",
|
|
6006
5972
|
"kind": 4096,
|
|
6007
5973
|
"kindString": "Call signature",
|
|
6008
5974
|
"flags": {},
|
|
6009
5975
|
"parameters": [
|
|
6010
5976
|
{
|
|
6011
|
-
"id":
|
|
5977
|
+
"id": 571,
|
|
6012
5978
|
"name": "fn",
|
|
6013
5979
|
"kind": 32768,
|
|
6014
5980
|
"kindString": "Parameter",
|
|
@@ -6016,21 +5982,21 @@
|
|
|
6016
5982
|
"type": {
|
|
6017
5983
|
"type": "reflection",
|
|
6018
5984
|
"declaration": {
|
|
6019
|
-
"id":
|
|
5985
|
+
"id": 572,
|
|
6020
5986
|
"name": "__type",
|
|
6021
5987
|
"kind": 65536,
|
|
6022
5988
|
"kindString": "Type literal",
|
|
6023
5989
|
"flags": {},
|
|
6024
5990
|
"signatures": [
|
|
6025
5991
|
{
|
|
6026
|
-
"id":
|
|
5992
|
+
"id": 573,
|
|
6027
5993
|
"name": "__type",
|
|
6028
5994
|
"kind": 4096,
|
|
6029
5995
|
"kindString": "Call signature",
|
|
6030
5996
|
"flags": {},
|
|
6031
5997
|
"parameters": [
|
|
6032
5998
|
{
|
|
6033
|
-
"id":
|
|
5999
|
+
"id": 574,
|
|
6034
6000
|
"name": "value",
|
|
6035
6001
|
"kind": 32768,
|
|
6036
6002
|
"kindString": "Parameter",
|
|
@@ -6068,7 +6034,7 @@
|
|
|
6068
6034
|
}
|
|
6069
6035
|
},
|
|
6070
6036
|
{
|
|
6071
|
-
"id":
|
|
6037
|
+
"id": 575,
|
|
6072
6038
|
"name": "registerOnTouched",
|
|
6073
6039
|
"kind": 2048,
|
|
6074
6040
|
"kindString": "Method",
|
|
@@ -6078,20 +6044,20 @@
|
|
|
6078
6044
|
"sources": [
|
|
6079
6045
|
{
|
|
6080
6046
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
6081
|
-
"line":
|
|
6047
|
+
"line": 405,
|
|
6082
6048
|
"character": 9
|
|
6083
6049
|
}
|
|
6084
6050
|
],
|
|
6085
6051
|
"signatures": [
|
|
6086
6052
|
{
|
|
6087
|
-
"id":
|
|
6053
|
+
"id": 576,
|
|
6088
6054
|
"name": "registerOnTouched",
|
|
6089
6055
|
"kind": 4096,
|
|
6090
6056
|
"kindString": "Call signature",
|
|
6091
6057
|
"flags": {},
|
|
6092
6058
|
"parameters": [
|
|
6093
6059
|
{
|
|
6094
|
-
"id":
|
|
6060
|
+
"id": 577,
|
|
6095
6061
|
"name": "fn",
|
|
6096
6062
|
"kind": 32768,
|
|
6097
6063
|
"kindString": "Parameter",
|
|
@@ -6099,14 +6065,14 @@
|
|
|
6099
6065
|
"type": {
|
|
6100
6066
|
"type": "reflection",
|
|
6101
6067
|
"declaration": {
|
|
6102
|
-
"id":
|
|
6068
|
+
"id": 578,
|
|
6103
6069
|
"name": "__type",
|
|
6104
6070
|
"kind": 65536,
|
|
6105
6071
|
"kindString": "Type literal",
|
|
6106
6072
|
"flags": {},
|
|
6107
6073
|
"signatures": [
|
|
6108
6074
|
{
|
|
6109
|
-
"id":
|
|
6075
|
+
"id": 579,
|
|
6110
6076
|
"name": "__type",
|
|
6111
6077
|
"kind": 4096,
|
|
6112
6078
|
"kindString": "Call signature",
|
|
@@ -6137,7 +6103,7 @@
|
|
|
6137
6103
|
}
|
|
6138
6104
|
},
|
|
6139
6105
|
{
|
|
6140
|
-
"id":
|
|
6106
|
+
"id": 580,
|
|
6141
6107
|
"name": "setDisabledState",
|
|
6142
6108
|
"kind": 2048,
|
|
6143
6109
|
"kindString": "Method",
|
|
@@ -6147,20 +6113,20 @@
|
|
|
6147
6113
|
"sources": [
|
|
6148
6114
|
{
|
|
6149
6115
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
6150
|
-
"line":
|
|
6116
|
+
"line": 410,
|
|
6151
6117
|
"character": 9
|
|
6152
6118
|
}
|
|
6153
6119
|
],
|
|
6154
6120
|
"signatures": [
|
|
6155
6121
|
{
|
|
6156
|
-
"id":
|
|
6122
|
+
"id": 581,
|
|
6157
6123
|
"name": "setDisabledState",
|
|
6158
6124
|
"kind": 4096,
|
|
6159
6125
|
"kindString": "Call signature",
|
|
6160
6126
|
"flags": {},
|
|
6161
6127
|
"parameters": [
|
|
6162
6128
|
{
|
|
6163
|
-
"id":
|
|
6129
|
+
"id": 582,
|
|
6164
6130
|
"name": "disabled",
|
|
6165
6131
|
"kind": 32768,
|
|
6166
6132
|
"kindString": "Parameter",
|
|
@@ -6187,7 +6153,7 @@
|
|
|
6187
6153
|
}
|
|
6188
6154
|
},
|
|
6189
6155
|
{
|
|
6190
|
-
"id":
|
|
6156
|
+
"id": 583,
|
|
6191
6157
|
"name": "validate",
|
|
6192
6158
|
"kind": 2048,
|
|
6193
6159
|
"kindString": "Method",
|
|
@@ -6197,20 +6163,20 @@
|
|
|
6197
6163
|
"sources": [
|
|
6198
6164
|
{
|
|
6199
6165
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
6200
|
-
"line":
|
|
6166
|
+
"line": 414,
|
|
6201
6167
|
"character": 9
|
|
6202
6168
|
}
|
|
6203
6169
|
],
|
|
6204
6170
|
"signatures": [
|
|
6205
6171
|
{
|
|
6206
|
-
"id":
|
|
6172
|
+
"id": 584,
|
|
6207
6173
|
"name": "validate",
|
|
6208
6174
|
"kind": 4096,
|
|
6209
6175
|
"kindString": "Call signature",
|
|
6210
6176
|
"flags": {},
|
|
6211
6177
|
"parameters": [
|
|
6212
6178
|
{
|
|
6213
|
-
"id":
|
|
6179
|
+
"id": 585,
|
|
6214
6180
|
"name": "control",
|
|
6215
6181
|
"kind": 32768,
|
|
6216
6182
|
"kindString": "Parameter",
|
|
@@ -6251,7 +6217,7 @@
|
|
|
6251
6217
|
}
|
|
6252
6218
|
},
|
|
6253
6219
|
{
|
|
6254
|
-
"id":
|
|
6220
|
+
"id": 586,
|
|
6255
6221
|
"name": "writeValue",
|
|
6256
6222
|
"kind": 2048,
|
|
6257
6223
|
"kindString": "Method",
|
|
@@ -6261,20 +6227,20 @@
|
|
|
6261
6227
|
"sources": [
|
|
6262
6228
|
{
|
|
6263
6229
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
6264
|
-
"line":
|
|
6230
|
+
"line": 429,
|
|
6265
6231
|
"character": 9
|
|
6266
6232
|
}
|
|
6267
6233
|
],
|
|
6268
6234
|
"signatures": [
|
|
6269
6235
|
{
|
|
6270
|
-
"id":
|
|
6236
|
+
"id": 587,
|
|
6271
6237
|
"name": "writeValue",
|
|
6272
6238
|
"kind": 4096,
|
|
6273
6239
|
"kindString": "Call signature",
|
|
6274
6240
|
"flags": {},
|
|
6275
6241
|
"parameters": [
|
|
6276
6242
|
{
|
|
6277
|
-
"id":
|
|
6243
|
+
"id": 588,
|
|
6278
6244
|
"name": "value",
|
|
6279
6245
|
"kind": 32768,
|
|
6280
6246
|
"kindString": "Parameter",
|
|
@@ -6307,7 +6273,7 @@
|
|
|
6307
6273
|
"title": "Constructors",
|
|
6308
6274
|
"kind": 512,
|
|
6309
6275
|
"children": [
|
|
6310
|
-
|
|
6276
|
+
495
|
|
6311
6277
|
]
|
|
6312
6278
|
},
|
|
6313
6279
|
{
|
|
@@ -6315,17 +6281,16 @@
|
|
|
6315
6281
|
"kind": 1024,
|
|
6316
6282
|
"children": [
|
|
6317
6283
|
502,
|
|
6318
|
-
|
|
6284
|
+
532,
|
|
6319
6285
|
524,
|
|
6320
|
-
|
|
6286
|
+
527,
|
|
6321
6287
|
525,
|
|
6288
|
+
533,
|
|
6289
|
+
552,
|
|
6322
6290
|
534,
|
|
6323
|
-
555,
|
|
6324
6291
|
535,
|
|
6325
6292
|
536,
|
|
6326
6293
|
526,
|
|
6327
|
-
537,
|
|
6328
|
-
527,
|
|
6329
6294
|
523
|
|
6330
6295
|
]
|
|
6331
6296
|
},
|
|
@@ -6336,7 +6301,7 @@
|
|
|
6336
6301
|
503,
|
|
6337
6302
|
507,
|
|
6338
6303
|
511,
|
|
6339
|
-
|
|
6304
|
+
528,
|
|
6340
6305
|
519
|
|
6341
6306
|
]
|
|
6342
6307
|
},
|
|
@@ -6344,21 +6309,21 @@
|
|
|
6344
6309
|
"title": "Methods",
|
|
6345
6310
|
"kind": 2048,
|
|
6346
6311
|
"children": [
|
|
6347
|
-
|
|
6312
|
+
555,
|
|
6313
|
+
564,
|
|
6348
6314
|
567,
|
|
6349
|
-
|
|
6350
|
-
|
|
6351
|
-
|
|
6315
|
+
569,
|
|
6316
|
+
575,
|
|
6317
|
+
580,
|
|
6352
6318
|
583,
|
|
6353
|
-
586
|
|
6354
|
-
589
|
|
6319
|
+
586
|
|
6355
6320
|
]
|
|
6356
6321
|
}
|
|
6357
6322
|
],
|
|
6358
6323
|
"sources": [
|
|
6359
6324
|
{
|
|
6360
6325
|
"fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
|
|
6361
|
-
"line":
|
|
6326
|
+
"line": 61,
|
|
6362
6327
|
"character": 13
|
|
6363
6328
|
}
|
|
6364
6329
|
],
|
|
@@ -6396,7 +6361,7 @@
|
|
|
6396
6361
|
]
|
|
6397
6362
|
},
|
|
6398
6363
|
{
|
|
6399
|
-
"id":
|
|
6364
|
+
"id": 604,
|
|
6400
6365
|
"name": "SkyLookupComponent",
|
|
6401
6366
|
"kind": 128,
|
|
6402
6367
|
"kindString": "Class",
|
|
@@ -6417,7 +6382,7 @@
|
|
|
6417
6382
|
],
|
|
6418
6383
|
"children": [
|
|
6419
6384
|
{
|
|
6420
|
-
"id":
|
|
6385
|
+
"id": 605,
|
|
6421
6386
|
"name": "constructor",
|
|
6422
6387
|
"kind": 512,
|
|
6423
6388
|
"kindString": "Constructor",
|
|
@@ -6425,20 +6390,20 @@
|
|
|
6425
6390
|
"sources": [
|
|
6426
6391
|
{
|
|
6427
6392
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
6428
|
-
"line":
|
|
6393
|
+
"line": 321,
|
|
6429
6394
|
"character": 2
|
|
6430
6395
|
}
|
|
6431
6396
|
],
|
|
6432
6397
|
"signatures": [
|
|
6433
6398
|
{
|
|
6434
|
-
"id":
|
|
6399
|
+
"id": 606,
|
|
6435
6400
|
"name": "SkyLookupComponent",
|
|
6436
6401
|
"kind": 16384,
|
|
6437
6402
|
"kindString": "Constructor signature",
|
|
6438
6403
|
"flags": {},
|
|
6439
6404
|
"parameters": [
|
|
6440
6405
|
{
|
|
6441
|
-
"id":
|
|
6406
|
+
"id": 607,
|
|
6442
6407
|
"name": "changeDetector",
|
|
6443
6408
|
"kind": 32768,
|
|
6444
6409
|
"kindString": "Parameter",
|
|
@@ -6451,7 +6416,7 @@
|
|
|
6451
6416
|
}
|
|
6452
6417
|
},
|
|
6453
6418
|
{
|
|
6454
|
-
"id":
|
|
6419
|
+
"id": 608,
|
|
6455
6420
|
"name": "elementRef",
|
|
6456
6421
|
"kind": 32768,
|
|
6457
6422
|
"kindString": "Parameter",
|
|
@@ -6470,7 +6435,7 @@
|
|
|
6470
6435
|
}
|
|
6471
6436
|
},
|
|
6472
6437
|
{
|
|
6473
|
-
"id":
|
|
6438
|
+
"id": 609,
|
|
6474
6439
|
"name": "windowRef",
|
|
6475
6440
|
"kind": 32768,
|
|
6476
6441
|
"kindString": "Parameter",
|
|
@@ -6481,7 +6446,7 @@
|
|
|
6481
6446
|
}
|
|
6482
6447
|
},
|
|
6483
6448
|
{
|
|
6484
|
-
"id":
|
|
6449
|
+
"id": 610,
|
|
6485
6450
|
"name": "adapter",
|
|
6486
6451
|
"kind": 32768,
|
|
6487
6452
|
"kindString": "Parameter",
|
|
@@ -6492,7 +6457,7 @@
|
|
|
6492
6457
|
}
|
|
6493
6458
|
},
|
|
6494
6459
|
{
|
|
6495
|
-
"id":
|
|
6460
|
+
"id": 611,
|
|
6496
6461
|
"name": "modalService",
|
|
6497
6462
|
"kind": 32768,
|
|
6498
6463
|
"kindString": "Parameter",
|
|
@@ -6503,7 +6468,7 @@
|
|
|
6503
6468
|
}
|
|
6504
6469
|
},
|
|
6505
6470
|
{
|
|
6506
|
-
"id":
|
|
6471
|
+
"id": 612,
|
|
6507
6472
|
"name": "resourcesService",
|
|
6508
6473
|
"kind": 32768,
|
|
6509
6474
|
"kindString": "Parameter",
|
|
@@ -6514,7 +6479,7 @@
|
|
|
6514
6479
|
}
|
|
6515
6480
|
},
|
|
6516
6481
|
{
|
|
6517
|
-
"id":
|
|
6482
|
+
"id": 613,
|
|
6518
6483
|
"name": "selectionModalSvc",
|
|
6519
6484
|
"kind": 32768,
|
|
6520
6485
|
"kindString": "Parameter",
|
|
@@ -6526,7 +6491,7 @@
|
|
|
6526
6491
|
}
|
|
6527
6492
|
},
|
|
6528
6493
|
{
|
|
6529
|
-
"id":
|
|
6494
|
+
"id": 614,
|
|
6530
6495
|
"name": "logSvc",
|
|
6531
6496
|
"kind": 32768,
|
|
6532
6497
|
"kindString": "Parameter",
|
|
@@ -6537,7 +6502,7 @@
|
|
|
6537
6502
|
}
|
|
6538
6503
|
},
|
|
6539
6504
|
{
|
|
6540
|
-
"id":
|
|
6505
|
+
"id": 615,
|
|
6541
6506
|
"name": "ngControl",
|
|
6542
6507
|
"kind": 32768,
|
|
6543
6508
|
"kindString": "Parameter",
|
|
@@ -6574,7 +6539,7 @@
|
|
|
6574
6539
|
}
|
|
6575
6540
|
},
|
|
6576
6541
|
{
|
|
6577
|
-
"id":
|
|
6542
|
+
"id": 616,
|
|
6578
6543
|
"name": "inputBoxHostSvc",
|
|
6579
6544
|
"kind": 32768,
|
|
6580
6545
|
"kindString": "Parameter",
|
|
@@ -6599,7 +6564,7 @@
|
|
|
6599
6564
|
}
|
|
6600
6565
|
},
|
|
6601
6566
|
{
|
|
6602
|
-
"id":
|
|
6567
|
+
"id": 617,
|
|
6603
6568
|
"name": "themeSvc",
|
|
6604
6569
|
"kind": 32768,
|
|
6605
6570
|
"kindString": "Parameter",
|
|
@@ -6626,7 +6591,7 @@
|
|
|
6626
6591
|
],
|
|
6627
6592
|
"type": {
|
|
6628
6593
|
"type": "reference",
|
|
6629
|
-
"id":
|
|
6594
|
+
"id": 604,
|
|
6630
6595
|
"name": "SkyLookupComponent"
|
|
6631
6596
|
},
|
|
6632
6597
|
"overwrites": {
|
|
@@ -6641,7 +6606,7 @@
|
|
|
6641
6606
|
}
|
|
6642
6607
|
},
|
|
6643
6608
|
{
|
|
6644
|
-
"id":
|
|
6609
|
+
"id": 645,
|
|
6645
6610
|
"name": "addClick",
|
|
6646
6611
|
"kind": 1024,
|
|
6647
6612
|
"kindString": "Property",
|
|
@@ -6686,7 +6651,7 @@
|
|
|
6686
6651
|
"defaultValue": "..."
|
|
6687
6652
|
},
|
|
6688
6653
|
{
|
|
6689
|
-
"id":
|
|
6654
|
+
"id": 618,
|
|
6690
6655
|
"name": "ariaLabel",
|
|
6691
6656
|
"kind": 1024,
|
|
6692
6657
|
"kindString": "Property",
|
|
@@ -6721,7 +6686,7 @@
|
|
|
6721
6686
|
}
|
|
6722
6687
|
},
|
|
6723
6688
|
{
|
|
6724
|
-
"id":
|
|
6689
|
+
"id": 619,
|
|
6725
6690
|
"name": "ariaLabelledBy",
|
|
6726
6691
|
"kind": 1024,
|
|
6727
6692
|
"kindString": "Property",
|
|
@@ -6756,7 +6721,7 @@
|
|
|
6756
6721
|
}
|
|
6757
6722
|
},
|
|
6758
6723
|
{
|
|
6759
|
-
"id":
|
|
6724
|
+
"id": 620,
|
|
6760
6725
|
"name": "autocompleteAttribute",
|
|
6761
6726
|
"kind": 1024,
|
|
6762
6727
|
"kindString": "Property",
|
|
@@ -6791,7 +6756,7 @@
|
|
|
6791
6756
|
}
|
|
6792
6757
|
},
|
|
6793
6758
|
{
|
|
6794
|
-
"id":
|
|
6759
|
+
"id": 655,
|
|
6795
6760
|
"name": "autocompleteController",
|
|
6796
6761
|
"kind": 1024,
|
|
6797
6762
|
"kindString": "Property",
|
|
@@ -6801,7 +6766,7 @@
|
|
|
6801
6766
|
"sources": [
|
|
6802
6767
|
{
|
|
6803
6768
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
6804
|
-
"line":
|
|
6769
|
+
"line": 252,
|
|
6805
6770
|
"character": 9
|
|
6806
6771
|
}
|
|
6807
6772
|
],
|
|
@@ -6820,7 +6785,7 @@
|
|
|
6820
6785
|
"defaultValue": "..."
|
|
6821
6786
|
},
|
|
6822
6787
|
{
|
|
6823
|
-
"id":
|
|
6788
|
+
"id": 796,
|
|
6824
6789
|
"name": "debounceTime",
|
|
6825
6790
|
"kind": 1024,
|
|
6826
6791
|
"kindString": "Property",
|
|
@@ -6865,7 +6830,7 @@
|
|
|
6865
6830
|
}
|
|
6866
6831
|
},
|
|
6867
6832
|
{
|
|
6868
|
-
"id":
|
|
6833
|
+
"id": 634,
|
|
6869
6834
|
"name": "idProperty",
|
|
6870
6835
|
"kind": 1024,
|
|
6871
6836
|
"kindString": "Property",
|
|
@@ -6900,7 +6865,7 @@
|
|
|
6900
6865
|
}
|
|
6901
6866
|
},
|
|
6902
6867
|
{
|
|
6903
|
-
"id":
|
|
6868
|
+
"id": 665,
|
|
6904
6869
|
"name": "inputTemplateRef",
|
|
6905
6870
|
"kind": 1024,
|
|
6906
6871
|
"kindString": "Property",
|
|
@@ -6925,7 +6890,7 @@
|
|
|
6925
6890
|
"sources": [
|
|
6926
6891
|
{
|
|
6927
6892
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
6928
|
-
"line":
|
|
6893
|
+
"line": 285,
|
|
6929
6894
|
"character": 9
|
|
6930
6895
|
}
|
|
6931
6896
|
],
|
|
@@ -6943,7 +6908,7 @@
|
|
|
6943
6908
|
}
|
|
6944
6909
|
},
|
|
6945
6910
|
{
|
|
6946
|
-
"id":
|
|
6911
|
+
"id": 656,
|
|
6947
6912
|
"name": "isInputFocused",
|
|
6948
6913
|
"kind": 1024,
|
|
6949
6914
|
"kindString": "Property",
|
|
@@ -6953,7 +6918,7 @@
|
|
|
6953
6918
|
"sources": [
|
|
6954
6919
|
{
|
|
6955
6920
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
6956
|
-
"line":
|
|
6921
|
+
"line": 253,
|
|
6957
6922
|
"character": 9
|
|
6958
6923
|
}
|
|
6959
6924
|
],
|
|
@@ -6964,7 +6929,7 @@
|
|
|
6964
6929
|
"defaultValue": "false"
|
|
6965
6930
|
},
|
|
6966
6931
|
{
|
|
6967
|
-
"id":
|
|
6932
|
+
"id": 666,
|
|
6968
6933
|
"name": "lookupWrapperRef",
|
|
6969
6934
|
"kind": 1024,
|
|
6970
6935
|
"kindString": "Property",
|
|
@@ -6989,7 +6954,7 @@
|
|
|
6989
6954
|
"sources": [
|
|
6990
6955
|
{
|
|
6991
6956
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
6992
|
-
"line":
|
|
6957
|
+
"line": 290,
|
|
6993
6958
|
"character": 9
|
|
6994
6959
|
}
|
|
6995
6960
|
],
|
|
@@ -7007,7 +6972,7 @@
|
|
|
7007
6972
|
}
|
|
7008
6973
|
},
|
|
7009
6974
|
{
|
|
7010
|
-
"id":
|
|
6975
|
+
"id": 633,
|
|
7011
6976
|
"name": "placeholderText",
|
|
7012
6977
|
"kind": 1024,
|
|
7013
6978
|
"kindString": "Property",
|
|
@@ -7042,7 +7007,7 @@
|
|
|
7042
7007
|
}
|
|
7043
7008
|
},
|
|
7044
7009
|
{
|
|
7045
|
-
"id":
|
|
7010
|
+
"id": 816,
|
|
7046
7011
|
"name": "searchAsync",
|
|
7047
7012
|
"kind": 1024,
|
|
7048
7013
|
"kindString": "Property",
|
|
@@ -7091,7 +7056,7 @@
|
|
|
7091
7056
|
}
|
|
7092
7057
|
},
|
|
7093
7058
|
{
|
|
7094
|
-
"id":
|
|
7059
|
+
"id": 667,
|
|
7095
7060
|
"name": "searchIconTemplateRef",
|
|
7096
7061
|
"kind": 1024,
|
|
7097
7062
|
"kindString": "Property",
|
|
@@ -7116,7 +7081,7 @@
|
|
|
7116
7081
|
"sources": [
|
|
7117
7082
|
{
|
|
7118
7083
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7119
|
-
"line":
|
|
7084
|
+
"line": 296,
|
|
7120
7085
|
"character": 9
|
|
7121
7086
|
}
|
|
7122
7087
|
],
|
|
@@ -7134,7 +7099,7 @@
|
|
|
7134
7099
|
}
|
|
7135
7100
|
},
|
|
7136
7101
|
{
|
|
7137
|
-
"id":
|
|
7102
|
+
"id": 817,
|
|
7138
7103
|
"name": "searchOrDefault",
|
|
7139
7104
|
"kind": 1024,
|
|
7140
7105
|
"kindString": "Property",
|
|
@@ -7160,7 +7125,7 @@
|
|
|
7160
7125
|
}
|
|
7161
7126
|
},
|
|
7162
7127
|
{
|
|
7163
|
-
"id":
|
|
7128
|
+
"id": 809,
|
|
7164
7129
|
"name": "searchResultTemplate",
|
|
7165
7130
|
"kind": 1024,
|
|
7166
7131
|
"kindString": "Property",
|
|
@@ -7207,7 +7172,7 @@
|
|
|
7207
7172
|
}
|
|
7208
7173
|
},
|
|
7209
7174
|
{
|
|
7210
|
-
"id":
|
|
7175
|
+
"id": 815,
|
|
7211
7176
|
"name": "searchResultsLimit",
|
|
7212
7177
|
"kind": 1024,
|
|
7213
7178
|
"kindString": "Property",
|
|
@@ -7246,7 +7211,7 @@
|
|
|
7246
7211
|
}
|
|
7247
7212
|
},
|
|
7248
7213
|
{
|
|
7249
|
-
"id":
|
|
7214
|
+
"id": 810,
|
|
7250
7215
|
"name": "searchTextMinimumCharacters",
|
|
7251
7216
|
"kind": 1024,
|
|
7252
7217
|
"kindString": "Property",
|
|
@@ -7291,7 +7256,7 @@
|
|
|
7291
7256
|
}
|
|
7292
7257
|
},
|
|
7293
7258
|
{
|
|
7294
|
-
"id":
|
|
7259
|
+
"id": 664,
|
|
7295
7260
|
"name": "showMoreButtonTemplateRef",
|
|
7296
7261
|
"kind": 1024,
|
|
7297
7262
|
"kindString": "Property",
|
|
@@ -7316,7 +7281,7 @@
|
|
|
7316
7281
|
"sources": [
|
|
7317
7282
|
{
|
|
7318
7283
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7319
|
-
"line":
|
|
7284
|
+
"line": 279,
|
|
7320
7285
|
"character": 9
|
|
7321
7286
|
}
|
|
7322
7287
|
],
|
|
@@ -7334,7 +7299,7 @@
|
|
|
7334
7299
|
}
|
|
7335
7300
|
},
|
|
7336
7301
|
{
|
|
7337
|
-
"id":
|
|
7302
|
+
"id": 639,
|
|
7338
7303
|
"name": "showMoreConfig",
|
|
7339
7304
|
"kind": 1024,
|
|
7340
7305
|
"kindString": "Property",
|
|
@@ -7370,7 +7335,7 @@
|
|
|
7370
7335
|
}
|
|
7371
7336
|
},
|
|
7372
7337
|
{
|
|
7373
|
-
"id":
|
|
7338
|
+
"id": 657,
|
|
7374
7339
|
"name": "showMorePickerId",
|
|
7375
7340
|
"kind": 1024,
|
|
7376
7341
|
"kindString": "Property",
|
|
@@ -7380,7 +7345,7 @@
|
|
|
7380
7345
|
"sources": [
|
|
7381
7346
|
{
|
|
7382
7347
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7383
|
-
"line":
|
|
7348
|
+
"line": 254,
|
|
7384
7349
|
"character": 9
|
|
7385
7350
|
}
|
|
7386
7351
|
],
|
|
@@ -7390,7 +7355,7 @@
|
|
|
7390
7355
|
}
|
|
7391
7356
|
},
|
|
7392
7357
|
{
|
|
7393
|
-
"id":
|
|
7358
|
+
"id": 658,
|
|
7394
7359
|
"name": "tokensController",
|
|
7395
7360
|
"kind": 1024,
|
|
7396
7361
|
"kindString": "Property",
|
|
@@ -7400,7 +7365,7 @@
|
|
|
7400
7365
|
"sources": [
|
|
7401
7366
|
{
|
|
7402
7367
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7403
|
-
"line":
|
|
7368
|
+
"line": 255,
|
|
7404
7369
|
"character": 9
|
|
7405
7370
|
}
|
|
7406
7371
|
],
|
|
@@ -7419,7 +7384,7 @@
|
|
|
7419
7384
|
"defaultValue": "..."
|
|
7420
7385
|
},
|
|
7421
7386
|
{
|
|
7422
|
-
"id":
|
|
7387
|
+
"id": 660,
|
|
7423
7388
|
"name": "autocompleteInputDirective",
|
|
7424
7389
|
"kind": 262144,
|
|
7425
7390
|
"kindString": "Accessor",
|
|
@@ -7444,13 +7409,13 @@
|
|
|
7444
7409
|
"sources": [
|
|
7445
7410
|
{
|
|
7446
7411
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7447
|
-
"line":
|
|
7412
|
+
"line": 262,
|
|
7448
7413
|
"character": 13
|
|
7449
7414
|
}
|
|
7450
7415
|
],
|
|
7451
7416
|
"getSignature": [
|
|
7452
7417
|
{
|
|
7453
|
-
"id":
|
|
7418
|
+
"id": 661,
|
|
7454
7419
|
"name": "autocompleteInputDirective",
|
|
7455
7420
|
"kind": 524288,
|
|
7456
7421
|
"kindString": "Get signature",
|
|
@@ -7464,14 +7429,14 @@
|
|
|
7464
7429
|
],
|
|
7465
7430
|
"setSignature": [
|
|
7466
7431
|
{
|
|
7467
|
-
"id":
|
|
7432
|
+
"id": 662,
|
|
7468
7433
|
"name": "autocompleteInputDirective",
|
|
7469
7434
|
"kind": 1048576,
|
|
7470
7435
|
"kindString": "Set signature",
|
|
7471
7436
|
"flags": {},
|
|
7472
7437
|
"parameters": [
|
|
7473
7438
|
{
|
|
7474
|
-
"id":
|
|
7439
|
+
"id": 663,
|
|
7475
7440
|
"name": "value",
|
|
7476
7441
|
"kind": 32768,
|
|
7477
7442
|
"kindString": "Parameter",
|
|
@@ -7491,7 +7456,7 @@
|
|
|
7491
7456
|
]
|
|
7492
7457
|
},
|
|
7493
7458
|
{
|
|
7494
|
-
"id":
|
|
7459
|
+
"id": 621,
|
|
7495
7460
|
"name": "data",
|
|
7496
7461
|
"kind": 262144,
|
|
7497
7462
|
"kindString": "Accessor",
|
|
@@ -7519,7 +7484,7 @@
|
|
|
7519
7484
|
],
|
|
7520
7485
|
"getSignature": [
|
|
7521
7486
|
{
|
|
7522
|
-
"id":
|
|
7487
|
+
"id": 622,
|
|
7523
7488
|
"name": "data",
|
|
7524
7489
|
"kind": 524288,
|
|
7525
7490
|
"kindString": "Get signature",
|
|
@@ -7544,7 +7509,7 @@
|
|
|
7544
7509
|
],
|
|
7545
7510
|
"setSignature": [
|
|
7546
7511
|
{
|
|
7547
|
-
"id":
|
|
7512
|
+
"id": 623,
|
|
7548
7513
|
"name": "data",
|
|
7549
7514
|
"kind": 1048576,
|
|
7550
7515
|
"kindString": "Set signature",
|
|
@@ -7560,7 +7525,7 @@
|
|
|
7560
7525
|
},
|
|
7561
7526
|
"parameters": [
|
|
7562
7527
|
{
|
|
7563
|
-
"id":
|
|
7528
|
+
"id": 624,
|
|
7564
7529
|
"name": "value",
|
|
7565
7530
|
"kind": 32768,
|
|
7566
7531
|
"kindString": "Parameter",
|
|
@@ -7582,7 +7547,7 @@
|
|
|
7582
7547
|
]
|
|
7583
7548
|
},
|
|
7584
7549
|
{
|
|
7585
|
-
"id":
|
|
7550
|
+
"id": 797,
|
|
7586
7551
|
"name": "descriptorProperty",
|
|
7587
7552
|
"kind": 262144,
|
|
7588
7553
|
"kindString": "Accessor",
|
|
@@ -7610,7 +7575,7 @@
|
|
|
7610
7575
|
],
|
|
7611
7576
|
"getSignature": [
|
|
7612
7577
|
{
|
|
7613
|
-
"id":
|
|
7578
|
+
"id": 798,
|
|
7614
7579
|
"name": "descriptorProperty",
|
|
7615
7580
|
"kind": 524288,
|
|
7616
7581
|
"kindString": "Get signature",
|
|
@@ -7636,7 +7601,7 @@
|
|
|
7636
7601
|
],
|
|
7637
7602
|
"setSignature": [
|
|
7638
7603
|
{
|
|
7639
|
-
"id":
|
|
7604
|
+
"id": 799,
|
|
7640
7605
|
"name": "descriptorProperty",
|
|
7641
7606
|
"kind": 1048576,
|
|
7642
7607
|
"kindString": "Set signature",
|
|
@@ -7652,7 +7617,7 @@
|
|
|
7652
7617
|
},
|
|
7653
7618
|
"parameters": [
|
|
7654
7619
|
{
|
|
7655
|
-
"id":
|
|
7620
|
+
"id": 800,
|
|
7656
7621
|
"name": "value",
|
|
7657
7622
|
"kind": 32768,
|
|
7658
7623
|
"kindString": "Parameter",
|
|
@@ -7679,7 +7644,7 @@
|
|
|
7679
7644
|
}
|
|
7680
7645
|
},
|
|
7681
7646
|
{
|
|
7682
|
-
"id":
|
|
7647
|
+
"id": 625,
|
|
7683
7648
|
"name": "disabled",
|
|
7684
7649
|
"kind": 262144,
|
|
7685
7650
|
"kindString": "Accessor",
|
|
@@ -7707,7 +7672,7 @@
|
|
|
7707
7672
|
],
|
|
7708
7673
|
"getSignature": [
|
|
7709
7674
|
{
|
|
7710
|
-
"id":
|
|
7675
|
+
"id": 626,
|
|
7711
7676
|
"name": "disabled",
|
|
7712
7677
|
"kind": 524288,
|
|
7713
7678
|
"kindString": "Get signature",
|
|
@@ -7729,7 +7694,7 @@
|
|
|
7729
7694
|
],
|
|
7730
7695
|
"setSignature": [
|
|
7731
7696
|
{
|
|
7732
|
-
"id":
|
|
7697
|
+
"id": 627,
|
|
7733
7698
|
"name": "disabled",
|
|
7734
7699
|
"kind": 1048576,
|
|
7735
7700
|
"kindString": "Set signature",
|
|
@@ -7745,7 +7710,7 @@
|
|
|
7745
7710
|
},
|
|
7746
7711
|
"parameters": [
|
|
7747
7712
|
{
|
|
7748
|
-
"id":
|
|
7713
|
+
"id": 628,
|
|
7749
7714
|
"name": "value",
|
|
7750
7715
|
"kind": 32768,
|
|
7751
7716
|
"kindString": "Parameter",
|
|
@@ -7764,7 +7729,7 @@
|
|
|
7764
7729
|
]
|
|
7765
7730
|
},
|
|
7766
7731
|
{
|
|
7767
|
-
"id":
|
|
7732
|
+
"id": 629,
|
|
7768
7733
|
"name": "enableShowMore",
|
|
7769
7734
|
"kind": 262144,
|
|
7770
7735
|
"kindString": "Accessor",
|
|
@@ -7792,7 +7757,7 @@
|
|
|
7792
7757
|
],
|
|
7793
7758
|
"getSignature": [
|
|
7794
7759
|
{
|
|
7795
|
-
"id":
|
|
7760
|
+
"id": 630,
|
|
7796
7761
|
"name": "enableShowMore",
|
|
7797
7762
|
"kind": 524288,
|
|
7798
7763
|
"kindString": "Get signature",
|
|
@@ -7814,7 +7779,7 @@
|
|
|
7814
7779
|
],
|
|
7815
7780
|
"setSignature": [
|
|
7816
7781
|
{
|
|
7817
|
-
"id":
|
|
7782
|
+
"id": 631,
|
|
7818
7783
|
"name": "enableShowMore",
|
|
7819
7784
|
"kind": 1048576,
|
|
7820
7785
|
"kindString": "Set signature",
|
|
@@ -7830,7 +7795,7 @@
|
|
|
7830
7795
|
},
|
|
7831
7796
|
"parameters": [
|
|
7832
7797
|
{
|
|
7833
|
-
"id":
|
|
7798
|
+
"id": 632,
|
|
7834
7799
|
"name": "value",
|
|
7835
7800
|
"kind": 32768,
|
|
7836
7801
|
"kindString": "Parameter",
|
|
@@ -7849,7 +7814,7 @@
|
|
|
7849
7814
|
]
|
|
7850
7815
|
},
|
|
7851
7816
|
{
|
|
7852
|
-
"id":
|
|
7817
|
+
"id": 801,
|
|
7853
7818
|
"name": "propertiesToSearch",
|
|
7854
7819
|
"kind": 262144,
|
|
7855
7820
|
"kindString": "Accessor",
|
|
@@ -7877,7 +7842,7 @@
|
|
|
7877
7842
|
],
|
|
7878
7843
|
"getSignature": [
|
|
7879
7844
|
{
|
|
7880
|
-
"id":
|
|
7845
|
+
"id": 802,
|
|
7881
7846
|
"name": "propertiesToSearch",
|
|
7882
7847
|
"kind": 524288,
|
|
7883
7848
|
"kindString": "Get signature",
|
|
@@ -7906,7 +7871,7 @@
|
|
|
7906
7871
|
],
|
|
7907
7872
|
"setSignature": [
|
|
7908
7873
|
{
|
|
7909
|
-
"id":
|
|
7874
|
+
"id": 803,
|
|
7910
7875
|
"name": "propertiesToSearch",
|
|
7911
7876
|
"kind": 1048576,
|
|
7912
7877
|
"kindString": "Set signature",
|
|
@@ -7922,7 +7887,7 @@
|
|
|
7922
7887
|
},
|
|
7923
7888
|
"parameters": [
|
|
7924
7889
|
{
|
|
7925
|
-
"id":
|
|
7890
|
+
"id": 804,
|
|
7926
7891
|
"name": "value",
|
|
7927
7892
|
"kind": 32768,
|
|
7928
7893
|
"kindString": "Parameter",
|
|
@@ -7952,7 +7917,7 @@
|
|
|
7952
7917
|
}
|
|
7953
7918
|
},
|
|
7954
7919
|
{
|
|
7955
|
-
"id":
|
|
7920
|
+
"id": 805,
|
|
7956
7921
|
"name": "search",
|
|
7957
7922
|
"kind": 262144,
|
|
7958
7923
|
"kindString": "Accessor",
|
|
@@ -7980,7 +7945,7 @@
|
|
|
7980
7945
|
],
|
|
7981
7946
|
"getSignature": [
|
|
7982
7947
|
{
|
|
7983
|
-
"id":
|
|
7948
|
+
"id": 806,
|
|
7984
7949
|
"name": "search",
|
|
7985
7950
|
"kind": 524288,
|
|
7986
7951
|
"kindString": "Get signature",
|
|
@@ -8001,7 +7966,7 @@
|
|
|
8001
7966
|
],
|
|
8002
7967
|
"setSignature": [
|
|
8003
7968
|
{
|
|
8004
|
-
"id":
|
|
7969
|
+
"id": 807,
|
|
8005
7970
|
"name": "search",
|
|
8006
7971
|
"kind": 1048576,
|
|
8007
7972
|
"kindString": "Set signature",
|
|
@@ -8011,7 +7976,7 @@
|
|
|
8011
7976
|
},
|
|
8012
7977
|
"parameters": [
|
|
8013
7978
|
{
|
|
8014
|
-
"id":
|
|
7979
|
+
"id": 808,
|
|
8015
7980
|
"name": "value",
|
|
8016
7981
|
"kind": 32768,
|
|
8017
7982
|
"kindString": "Parameter",
|
|
@@ -8039,7 +8004,7 @@
|
|
|
8039
8004
|
}
|
|
8040
8005
|
},
|
|
8041
8006
|
{
|
|
8042
|
-
"id":
|
|
8007
|
+
"id": 811,
|
|
8043
8008
|
"name": "searchFilters",
|
|
8044
8009
|
"kind": 262144,
|
|
8045
8010
|
"kindString": "Accessor",
|
|
@@ -8067,7 +8032,7 @@
|
|
|
8067
8032
|
],
|
|
8068
8033
|
"getSignature": [
|
|
8069
8034
|
{
|
|
8070
|
-
"id":
|
|
8035
|
+
"id": 812,
|
|
8071
8036
|
"name": "searchFilters",
|
|
8072
8037
|
"kind": 524288,
|
|
8073
8038
|
"kindString": "Get signature",
|
|
@@ -8091,7 +8056,7 @@
|
|
|
8091
8056
|
],
|
|
8092
8057
|
"setSignature": [
|
|
8093
8058
|
{
|
|
8094
|
-
"id":
|
|
8059
|
+
"id": 813,
|
|
8095
8060
|
"name": "searchFilters",
|
|
8096
8061
|
"kind": 1048576,
|
|
8097
8062
|
"kindString": "Set signature",
|
|
@@ -8101,7 +8066,7 @@
|
|
|
8101
8066
|
},
|
|
8102
8067
|
"parameters": [
|
|
8103
8068
|
{
|
|
8104
|
-
"id":
|
|
8069
|
+
"id": 814,
|
|
8105
8070
|
"name": "value",
|
|
8106
8071
|
"kind": 32768,
|
|
8107
8072
|
"kindString": "Parameter",
|
|
@@ -8132,7 +8097,7 @@
|
|
|
8132
8097
|
}
|
|
8133
8098
|
},
|
|
8134
8099
|
{
|
|
8135
|
-
"id":
|
|
8100
|
+
"id": 640,
|
|
8136
8101
|
"name": "selectMode",
|
|
8137
8102
|
"kind": 262144,
|
|
8138
8103
|
"kindString": "Accessor",
|
|
@@ -8160,7 +8125,7 @@
|
|
|
8160
8125
|
],
|
|
8161
8126
|
"getSignature": [
|
|
8162
8127
|
{
|
|
8163
|
-
"id":
|
|
8128
|
+
"id": 641,
|
|
8164
8129
|
"name": "selectMode",
|
|
8165
8130
|
"kind": 524288,
|
|
8166
8131
|
"kindString": "Get signature",
|
|
@@ -8183,7 +8148,7 @@
|
|
|
8183
8148
|
],
|
|
8184
8149
|
"setSignature": [
|
|
8185
8150
|
{
|
|
8186
|
-
"id":
|
|
8151
|
+
"id": 642,
|
|
8187
8152
|
"name": "selectMode",
|
|
8188
8153
|
"kind": 1048576,
|
|
8189
8154
|
"kindString": "Set signature",
|
|
@@ -8199,7 +8164,7 @@
|
|
|
8199
8164
|
},
|
|
8200
8165
|
"parameters": [
|
|
8201
8166
|
{
|
|
8202
|
-
"id":
|
|
8167
|
+
"id": 643,
|
|
8203
8168
|
"name": "value",
|
|
8204
8169
|
"kind": 32768,
|
|
8205
8170
|
"kindString": "Parameter",
|
|
@@ -8219,7 +8184,7 @@
|
|
|
8219
8184
|
]
|
|
8220
8185
|
},
|
|
8221
8186
|
{
|
|
8222
|
-
"id":
|
|
8187
|
+
"id": 635,
|
|
8223
8188
|
"name": "showAddButton",
|
|
8224
8189
|
"kind": 262144,
|
|
8225
8190
|
"kindString": "Accessor",
|
|
@@ -8247,7 +8212,7 @@
|
|
|
8247
8212
|
],
|
|
8248
8213
|
"getSignature": [
|
|
8249
8214
|
{
|
|
8250
|
-
"id":
|
|
8215
|
+
"id": 636,
|
|
8251
8216
|
"name": "showAddButton",
|
|
8252
8217
|
"kind": 524288,
|
|
8253
8218
|
"kindString": "Get signature",
|
|
@@ -8269,7 +8234,7 @@
|
|
|
8269
8234
|
],
|
|
8270
8235
|
"setSignature": [
|
|
8271
8236
|
{
|
|
8272
|
-
"id":
|
|
8237
|
+
"id": 637,
|
|
8273
8238
|
"name": "showAddButton",
|
|
8274
8239
|
"kind": 1048576,
|
|
8275
8240
|
"kindString": "Set signature",
|
|
@@ -8285,7 +8250,7 @@
|
|
|
8285
8250
|
},
|
|
8286
8251
|
"parameters": [
|
|
8287
8252
|
{
|
|
8288
|
-
"id":
|
|
8253
|
+
"id": 638,
|
|
8289
8254
|
"name": "value",
|
|
8290
8255
|
"kind": 32768,
|
|
8291
8256
|
"kindString": "Parameter",
|
|
@@ -8304,7 +8269,7 @@
|
|
|
8304
8269
|
]
|
|
8305
8270
|
},
|
|
8306
8271
|
{
|
|
8307
|
-
"id":
|
|
8272
|
+
"id": 647,
|
|
8308
8273
|
"name": "tokens",
|
|
8309
8274
|
"kind": 262144,
|
|
8310
8275
|
"kindString": "Accessor",
|
|
@@ -8314,13 +8279,13 @@
|
|
|
8314
8279
|
"sources": [
|
|
8315
8280
|
{
|
|
8316
8281
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8317
|
-
"line":
|
|
8282
|
+
"line": 213,
|
|
8318
8283
|
"character": 13
|
|
8319
8284
|
}
|
|
8320
8285
|
],
|
|
8321
8286
|
"getSignature": [
|
|
8322
8287
|
{
|
|
8323
|
-
"id":
|
|
8288
|
+
"id": 648,
|
|
8324
8289
|
"name": "tokens",
|
|
8325
8290
|
"kind": 524288,
|
|
8326
8291
|
"kindString": "Get signature",
|
|
@@ -8342,14 +8307,14 @@
|
|
|
8342
8307
|
],
|
|
8343
8308
|
"setSignature": [
|
|
8344
8309
|
{
|
|
8345
|
-
"id":
|
|
8310
|
+
"id": 649,
|
|
8346
8311
|
"name": "tokens",
|
|
8347
8312
|
"kind": 1048576,
|
|
8348
8313
|
"kindString": "Set signature",
|
|
8349
8314
|
"flags": {},
|
|
8350
8315
|
"parameters": [
|
|
8351
8316
|
{
|
|
8352
|
-
"id":
|
|
8317
|
+
"id": 650,
|
|
8353
8318
|
"name": "value",
|
|
8354
8319
|
"kind": 32768,
|
|
8355
8320
|
"kindString": "Parameter",
|
|
@@ -8377,7 +8342,7 @@
|
|
|
8377
8342
|
]
|
|
8378
8343
|
},
|
|
8379
8344
|
{
|
|
8380
|
-
"id":
|
|
8345
|
+
"id": 651,
|
|
8381
8346
|
"name": "value",
|
|
8382
8347
|
"kind": 262144,
|
|
8383
8348
|
"kindString": "Accessor",
|
|
@@ -8387,13 +8352,13 @@
|
|
|
8387
8352
|
"sources": [
|
|
8388
8353
|
{
|
|
8389
8354
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8390
|
-
"line":
|
|
8355
|
+
"line": 237,
|
|
8391
8356
|
"character": 13
|
|
8392
8357
|
}
|
|
8393
8358
|
],
|
|
8394
8359
|
"getSignature": [
|
|
8395
8360
|
{
|
|
8396
|
-
"id":
|
|
8361
|
+
"id": 652,
|
|
8397
8362
|
"name": "value",
|
|
8398
8363
|
"kind": 524288,
|
|
8399
8364
|
"kindString": "Get signature",
|
|
@@ -8409,14 +8374,14 @@
|
|
|
8409
8374
|
],
|
|
8410
8375
|
"setSignature": [
|
|
8411
8376
|
{
|
|
8412
|
-
"id":
|
|
8377
|
+
"id": 653,
|
|
8413
8378
|
"name": "value",
|
|
8414
8379
|
"kind": 1048576,
|
|
8415
8380
|
"kindString": "Set signature",
|
|
8416
8381
|
"flags": {},
|
|
8417
8382
|
"parameters": [
|
|
8418
8383
|
{
|
|
8419
|
-
"id":
|
|
8384
|
+
"id": 654,
|
|
8420
8385
|
"name": "newValue",
|
|
8421
8386
|
"kind": 32768,
|
|
8422
8387
|
"kindString": "Parameter",
|
|
@@ -8438,7 +8403,7 @@
|
|
|
8438
8403
|
]
|
|
8439
8404
|
},
|
|
8440
8405
|
{
|
|
8441
|
-
"id":
|
|
8406
|
+
"id": 697,
|
|
8442
8407
|
"name": "addButtonClicked",
|
|
8443
8408
|
"kind": 2048,
|
|
8444
8409
|
"kindString": "Method",
|
|
@@ -8448,13 +8413,13 @@
|
|
|
8448
8413
|
"sources": [
|
|
8449
8414
|
{
|
|
8450
8415
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8451
|
-
"line":
|
|
8416
|
+
"line": 392,
|
|
8452
8417
|
"character": 9
|
|
8453
8418
|
}
|
|
8454
8419
|
],
|
|
8455
8420
|
"signatures": [
|
|
8456
8421
|
{
|
|
8457
|
-
"id":
|
|
8422
|
+
"id": 698,
|
|
8458
8423
|
"name": "addButtonClicked",
|
|
8459
8424
|
"kind": 4096,
|
|
8460
8425
|
"kindString": "Call signature",
|
|
@@ -8467,7 +8432,7 @@
|
|
|
8467
8432
|
]
|
|
8468
8433
|
},
|
|
8469
8434
|
{
|
|
8470
|
-
"id":
|
|
8435
|
+
"id": 736,
|
|
8471
8436
|
"name": "clearSearchText",
|
|
8472
8437
|
"kind": 2048,
|
|
8473
8438
|
"kindString": "Method",
|
|
@@ -8477,13 +8442,13 @@
|
|
|
8477
8442
|
"sources": [
|
|
8478
8443
|
{
|
|
8479
8444
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8480
|
-
"line":
|
|
8445
|
+
"line": 501,
|
|
8481
8446
|
"character": 9
|
|
8482
8447
|
}
|
|
8483
8448
|
],
|
|
8484
8449
|
"signatures": [
|
|
8485
8450
|
{
|
|
8486
|
-
"id":
|
|
8451
|
+
"id": 737,
|
|
8487
8452
|
"name": "clearSearchText",
|
|
8488
8453
|
"kind": 4096,
|
|
8489
8454
|
"kindString": "Call signature",
|
|
@@ -8496,7 +8461,7 @@
|
|
|
8496
8461
|
]
|
|
8497
8462
|
},
|
|
8498
8463
|
{
|
|
8499
|
-
"id":
|
|
8464
|
+
"id": 738,
|
|
8500
8465
|
"name": "inputKeydown",
|
|
8501
8466
|
"kind": 2048,
|
|
8502
8467
|
"kindString": "Method",
|
|
@@ -8506,20 +8471,20 @@
|
|
|
8506
8471
|
"sources": [
|
|
8507
8472
|
{
|
|
8508
8473
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8509
|
-
"line":
|
|
8474
|
+
"line": 512,
|
|
8510
8475
|
"character": 9
|
|
8511
8476
|
}
|
|
8512
8477
|
],
|
|
8513
8478
|
"signatures": [
|
|
8514
8479
|
{
|
|
8515
|
-
"id":
|
|
8480
|
+
"id": 739,
|
|
8516
8481
|
"name": "inputKeydown",
|
|
8517
8482
|
"kind": 4096,
|
|
8518
8483
|
"kindString": "Call signature",
|
|
8519
8484
|
"flags": {},
|
|
8520
8485
|
"parameters": [
|
|
8521
8486
|
{
|
|
8522
|
-
"id":
|
|
8487
|
+
"id": 740,
|
|
8523
8488
|
"name": "event",
|
|
8524
8489
|
"kind": 32768,
|
|
8525
8490
|
"kindString": "Parameter",
|
|
@@ -8540,7 +8505,7 @@
|
|
|
8540
8505
|
]
|
|
8541
8506
|
},
|
|
8542
8507
|
{
|
|
8543
|
-
"id":
|
|
8508
|
+
"id": 741,
|
|
8544
8509
|
"name": "inputKeyup",
|
|
8545
8510
|
"kind": 2048,
|
|
8546
8511
|
"kindString": "Method",
|
|
@@ -8550,20 +8515,20 @@
|
|
|
8550
8515
|
"sources": [
|
|
8551
8516
|
{
|
|
8552
8517
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8553
|
-
"line":
|
|
8518
|
+
"line": 536,
|
|
8554
8519
|
"character": 9
|
|
8555
8520
|
}
|
|
8556
8521
|
],
|
|
8557
8522
|
"signatures": [
|
|
8558
8523
|
{
|
|
8559
|
-
"id":
|
|
8524
|
+
"id": 742,
|
|
8560
8525
|
"name": "inputKeyup",
|
|
8561
8526
|
"kind": 4096,
|
|
8562
8527
|
"kindString": "Call signature",
|
|
8563
8528
|
"flags": {},
|
|
8564
8529
|
"parameters": [
|
|
8565
8530
|
{
|
|
8566
|
-
"id":
|
|
8531
|
+
"id": 743,
|
|
8567
8532
|
"name": "event",
|
|
8568
8533
|
"kind": 32768,
|
|
8569
8534
|
"kindString": "Parameter",
|
|
@@ -8584,7 +8549,7 @@
|
|
|
8584
8549
|
]
|
|
8585
8550
|
},
|
|
8586
8551
|
{
|
|
8587
|
-
"id":
|
|
8552
|
+
"id": 693,
|
|
8588
8553
|
"name": "ngAfterViewInit",
|
|
8589
8554
|
"kind": 2048,
|
|
8590
8555
|
"kindString": "Method",
|
|
@@ -8594,13 +8559,13 @@
|
|
|
8594
8559
|
"sources": [
|
|
8595
8560
|
{
|
|
8596
8561
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8597
|
-
"line":
|
|
8562
|
+
"line": 377,
|
|
8598
8563
|
"character": 9
|
|
8599
8564
|
}
|
|
8600
8565
|
],
|
|
8601
8566
|
"signatures": [
|
|
8602
8567
|
{
|
|
8603
|
-
"id":
|
|
8568
|
+
"id": 694,
|
|
8604
8569
|
"name": "ngAfterViewInit",
|
|
8605
8570
|
"kind": 4096,
|
|
8606
8571
|
"kindString": "Call signature",
|
|
@@ -8621,7 +8586,7 @@
|
|
|
8621
8586
|
}
|
|
8622
8587
|
},
|
|
8623
8588
|
{
|
|
8624
|
-
"id":
|
|
8589
|
+
"id": 695,
|
|
8625
8590
|
"name": "ngOnDestroy",
|
|
8626
8591
|
"kind": 2048,
|
|
8627
8592
|
"kindString": "Method",
|
|
@@ -8631,13 +8596,13 @@
|
|
|
8631
8596
|
"sources": [
|
|
8632
8597
|
{
|
|
8633
8598
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8634
|
-
"line":
|
|
8599
|
+
"line": 383,
|
|
8635
8600
|
"character": 9
|
|
8636
8601
|
}
|
|
8637
8602
|
],
|
|
8638
8603
|
"signatures": [
|
|
8639
8604
|
{
|
|
8640
|
-
"id":
|
|
8605
|
+
"id": 696,
|
|
8641
8606
|
"name": "ngOnDestroy",
|
|
8642
8607
|
"kind": 4096,
|
|
8643
8608
|
"kindString": "Call signature",
|
|
@@ -8658,7 +8623,7 @@
|
|
|
8658
8623
|
}
|
|
8659
8624
|
},
|
|
8660
8625
|
{
|
|
8661
|
-
"id":
|
|
8626
|
+
"id": 691,
|
|
8662
8627
|
"name": "ngOnInit",
|
|
8663
8628
|
"kind": 2048,
|
|
8664
8629
|
"kindString": "Method",
|
|
@@ -8668,13 +8633,13 @@
|
|
|
8668
8633
|
"sources": [
|
|
8669
8634
|
{
|
|
8670
8635
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8671
|
-
"line":
|
|
8636
|
+
"line": 350,
|
|
8672
8637
|
"character": 9
|
|
8673
8638
|
}
|
|
8674
8639
|
],
|
|
8675
8640
|
"signatures": [
|
|
8676
8641
|
{
|
|
8677
|
-
"id":
|
|
8642
|
+
"id": 692,
|
|
8678
8643
|
"name": "ngOnInit",
|
|
8679
8644
|
"kind": 4096,
|
|
8680
8645
|
"kindString": "Call signature",
|
|
@@ -8695,7 +8660,7 @@
|
|
|
8695
8660
|
}
|
|
8696
8661
|
},
|
|
8697
8662
|
{
|
|
8698
|
-
"id":
|
|
8663
|
+
"id": 702,
|
|
8699
8664
|
"name": "onAutocompleteBlur",
|
|
8700
8665
|
"kind": 2048,
|
|
8701
8666
|
"kindString": "Method",
|
|
@@ -8705,13 +8670,13 @@
|
|
|
8705
8670
|
"sources": [
|
|
8706
8671
|
{
|
|
8707
8672
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8708
|
-
"line":
|
|
8673
|
+
"line": 410,
|
|
8709
8674
|
"character": 9
|
|
8710
8675
|
}
|
|
8711
8676
|
],
|
|
8712
8677
|
"signatures": [
|
|
8713
8678
|
{
|
|
8714
|
-
"id":
|
|
8679
|
+
"id": 703,
|
|
8715
8680
|
"name": "onAutocompleteBlur",
|
|
8716
8681
|
"kind": 4096,
|
|
8717
8682
|
"kindString": "Call signature",
|
|
@@ -8724,7 +8689,7 @@
|
|
|
8724
8689
|
]
|
|
8725
8690
|
},
|
|
8726
8691
|
{
|
|
8727
|
-
"id":
|
|
8692
|
+
"id": 699,
|
|
8728
8693
|
"name": "onAutocompleteSelectionChange",
|
|
8729
8694
|
"kind": 2048,
|
|
8730
8695
|
"kindString": "Method",
|
|
@@ -8734,20 +8699,20 @@
|
|
|
8734
8699
|
"sources": [
|
|
8735
8700
|
{
|
|
8736
8701
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8737
|
-
"line":
|
|
8702
|
+
"line": 399,
|
|
8738
8703
|
"character": 9
|
|
8739
8704
|
}
|
|
8740
8705
|
],
|
|
8741
8706
|
"signatures": [
|
|
8742
8707
|
{
|
|
8743
|
-
"id":
|
|
8708
|
+
"id": 700,
|
|
8744
8709
|
"name": "onAutocompleteSelectionChange",
|
|
8745
8710
|
"kind": 4096,
|
|
8746
8711
|
"kindString": "Call signature",
|
|
8747
8712
|
"flags": {},
|
|
8748
8713
|
"parameters": [
|
|
8749
8714
|
{
|
|
8750
|
-
"id":
|
|
8715
|
+
"id": 701,
|
|
8751
8716
|
"name": "change",
|
|
8752
8717
|
"kind": 32768,
|
|
8753
8718
|
"kindString": "Parameter",
|
|
@@ -8767,7 +8732,7 @@
|
|
|
8767
8732
|
]
|
|
8768
8733
|
},
|
|
8769
8734
|
{
|
|
8770
|
-
"id":
|
|
8735
|
+
"id": 717,
|
|
8771
8736
|
"name": "onChange",
|
|
8772
8737
|
"kind": 2048,
|
|
8773
8738
|
"kindString": "Method",
|
|
@@ -8777,20 +8742,20 @@
|
|
|
8777
8742
|
"sources": [
|
|
8778
8743
|
{
|
|
8779
8744
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8780
|
-
"line":
|
|
8745
|
+
"line": 477,
|
|
8781
8746
|
"character": 9
|
|
8782
8747
|
}
|
|
8783
8748
|
],
|
|
8784
8749
|
"signatures": [
|
|
8785
8750
|
{
|
|
8786
|
-
"id":
|
|
8751
|
+
"id": 718,
|
|
8787
8752
|
"name": "onChange",
|
|
8788
8753
|
"kind": 4096,
|
|
8789
8754
|
"kindString": "Call signature",
|
|
8790
8755
|
"flags": {},
|
|
8791
8756
|
"parameters": [
|
|
8792
8757
|
{
|
|
8793
|
-
"id":
|
|
8758
|
+
"id": 719,
|
|
8794
8759
|
"name": "value",
|
|
8795
8760
|
"kind": 32768,
|
|
8796
8761
|
"kindString": "Parameter",
|
|
@@ -8812,7 +8777,7 @@
|
|
|
8812
8777
|
]
|
|
8813
8778
|
},
|
|
8814
8779
|
{
|
|
8815
|
-
"id":
|
|
8780
|
+
"id": 764,
|
|
8816
8781
|
"name": "onSearchAsync",
|
|
8817
8782
|
"kind": 2048,
|
|
8818
8783
|
"kindString": "Method",
|
|
@@ -8822,20 +8787,20 @@
|
|
|
8822
8787
|
"sources": [
|
|
8823
8788
|
{
|
|
8824
8789
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8825
|
-
"line":
|
|
8790
|
+
"line": 754,
|
|
8826
8791
|
"character": 9
|
|
8827
8792
|
}
|
|
8828
8793
|
],
|
|
8829
8794
|
"signatures": [
|
|
8830
8795
|
{
|
|
8831
|
-
"id":
|
|
8796
|
+
"id": 765,
|
|
8832
8797
|
"name": "onSearchAsync",
|
|
8833
8798
|
"kind": 4096,
|
|
8834
8799
|
"kindString": "Call signature",
|
|
8835
8800
|
"flags": {},
|
|
8836
8801
|
"parameters": [
|
|
8837
8802
|
{
|
|
8838
|
-
"id":
|
|
8803
|
+
"id": 766,
|
|
8839
8804
|
"name": "args",
|
|
8840
8805
|
"kind": 32768,
|
|
8841
8806
|
"kindString": "Parameter",
|
|
@@ -8855,7 +8820,7 @@
|
|
|
8855
8820
|
]
|
|
8856
8821
|
},
|
|
8857
8822
|
{
|
|
8858
|
-
"id":
|
|
8823
|
+
"id": 744,
|
|
8859
8824
|
"name": "onSearchButtonClick",
|
|
8860
8825
|
"kind": 2048,
|
|
8861
8826
|
"kindString": "Method",
|
|
@@ -8865,13 +8830,13 @@
|
|
|
8865
8830
|
"sources": [
|
|
8866
8831
|
{
|
|
8867
8832
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8868
|
-
"line":
|
|
8833
|
+
"line": 562,
|
|
8869
8834
|
"character": 9
|
|
8870
8835
|
}
|
|
8871
8836
|
],
|
|
8872
8837
|
"signatures": [
|
|
8873
8838
|
{
|
|
8874
|
-
"id":
|
|
8839
|
+
"id": 745,
|
|
8875
8840
|
"name": "onSearchButtonClick",
|
|
8876
8841
|
"kind": 4096,
|
|
8877
8842
|
"kindString": "Call signature",
|
|
@@ -8884,7 +8849,7 @@
|
|
|
8884
8849
|
]
|
|
8885
8850
|
},
|
|
8886
8851
|
{
|
|
8887
|
-
"id":
|
|
8852
|
+
"id": 746,
|
|
8888
8853
|
"name": "onShowMoreClick",
|
|
8889
8854
|
"kind": 2048,
|
|
8890
8855
|
"kindString": "Method",
|
|
@@ -8894,20 +8859,20 @@
|
|
|
8894
8859
|
"sources": [
|
|
8895
8860
|
{
|
|
8896
8861
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8897
|
-
"line":
|
|
8862
|
+
"line": 586,
|
|
8898
8863
|
"character": 9
|
|
8899
8864
|
}
|
|
8900
8865
|
],
|
|
8901
8866
|
"signatures": [
|
|
8902
8867
|
{
|
|
8903
|
-
"id":
|
|
8868
|
+
"id": 747,
|
|
8904
8869
|
"name": "onShowMoreClick",
|
|
8905
8870
|
"kind": 4096,
|
|
8906
8871
|
"kindString": "Call signature",
|
|
8907
8872
|
"flags": {},
|
|
8908
8873
|
"parameters": [
|
|
8909
8874
|
{
|
|
8910
|
-
"id":
|
|
8875
|
+
"id": 748,
|
|
8911
8876
|
"name": "event",
|
|
8912
8877
|
"kind": 32768,
|
|
8913
8878
|
"kindString": "Parameter",
|
|
@@ -8926,7 +8891,7 @@
|
|
|
8926
8891
|
]
|
|
8927
8892
|
},
|
|
8928
8893
|
{
|
|
8929
|
-
"id":
|
|
8894
|
+
"id": 704,
|
|
8930
8895
|
"name": "onTokensChange",
|
|
8931
8896
|
"kind": 2048,
|
|
8932
8897
|
"kindString": "Method",
|
|
@@ -8936,20 +8901,20 @@
|
|
|
8936
8901
|
"sources": [
|
|
8937
8902
|
{
|
|
8938
8903
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8939
|
-
"line":
|
|
8904
|
+
"line": 414,
|
|
8940
8905
|
"character": 9
|
|
8941
8906
|
}
|
|
8942
8907
|
],
|
|
8943
8908
|
"signatures": [
|
|
8944
8909
|
{
|
|
8945
|
-
"id":
|
|
8910
|
+
"id": 705,
|
|
8946
8911
|
"name": "onTokensChange",
|
|
8947
8912
|
"kind": 4096,
|
|
8948
8913
|
"kindString": "Call signature",
|
|
8949
8914
|
"flags": {},
|
|
8950
8915
|
"parameters": [
|
|
8951
8916
|
{
|
|
8952
|
-
"id":
|
|
8917
|
+
"id": 706,
|
|
8953
8918
|
"name": "change",
|
|
8954
8919
|
"kind": 32768,
|
|
8955
8920
|
"kindString": "Parameter",
|
|
@@ -8977,7 +8942,7 @@
|
|
|
8977
8942
|
]
|
|
8978
8943
|
},
|
|
8979
8944
|
{
|
|
8980
|
-
"id":
|
|
8945
|
+
"id": 707,
|
|
8981
8946
|
"name": "onTokensFocusIndexOverRange",
|
|
8982
8947
|
"kind": 2048,
|
|
8983
8948
|
"kindString": "Method",
|
|
@@ -8987,13 +8952,13 @@
|
|
|
8987
8952
|
"sources": [
|
|
8988
8953
|
{
|
|
8989
8954
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8990
|
-
"line":
|
|
8955
|
+
"line": 435,
|
|
8991
8956
|
"character": 9
|
|
8992
8957
|
}
|
|
8993
8958
|
],
|
|
8994
8959
|
"signatures": [
|
|
8995
8960
|
{
|
|
8996
|
-
"id":
|
|
8961
|
+
"id": 708,
|
|
8997
8962
|
"name": "onTokensFocusIndexOverRange",
|
|
8998
8963
|
"kind": 4096,
|
|
8999
8964
|
"kindString": "Call signature",
|
|
@@ -9006,7 +8971,7 @@
|
|
|
9006
8971
|
]
|
|
9007
8972
|
},
|
|
9008
8973
|
{
|
|
9009
|
-
"id":
|
|
8974
|
+
"id": 709,
|
|
9010
8975
|
"name": "onTokensKeyUp",
|
|
9011
8976
|
"kind": 2048,
|
|
9012
8977
|
"kindString": "Method",
|
|
@@ -9016,20 +8981,20 @@
|
|
|
9016
8981
|
"sources": [
|
|
9017
8982
|
{
|
|
9018
8983
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
9019
|
-
"line":
|
|
8984
|
+
"line": 441,
|
|
9020
8985
|
"character": 9
|
|
9021
8986
|
}
|
|
9022
8987
|
],
|
|
9023
8988
|
"signatures": [
|
|
9024
8989
|
{
|
|
9025
|
-
"id":
|
|
8990
|
+
"id": 710,
|
|
9026
8991
|
"name": "onTokensKeyUp",
|
|
9027
8992
|
"kind": 4096,
|
|
9028
8993
|
"kindString": "Call signature",
|
|
9029
8994
|
"flags": {},
|
|
9030
8995
|
"parameters": [
|
|
9031
8996
|
{
|
|
9032
|
-
"id":
|
|
8997
|
+
"id": 711,
|
|
9033
8998
|
"name": "event",
|
|
9034
8999
|
"kind": 32768,
|
|
9035
9000
|
"kindString": "Parameter",
|
|
@@ -9050,7 +9015,7 @@
|
|
|
9050
9015
|
]
|
|
9051
9016
|
},
|
|
9052
9017
|
{
|
|
9053
|
-
"id":
|
|
9018
|
+
"id": 712,
|
|
9054
9019
|
"name": "onTokensRendered",
|
|
9055
9020
|
"kind": 2048,
|
|
9056
9021
|
"kindString": "Method",
|
|
@@ -9060,13 +9025,13 @@
|
|
|
9060
9025
|
"sources": [
|
|
9061
9026
|
{
|
|
9062
9027
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
9063
|
-
"line":
|
|
9028
|
+
"line": 463,
|
|
9064
9029
|
"character": 9
|
|
9065
9030
|
}
|
|
9066
9031
|
],
|
|
9067
9032
|
"signatures": [
|
|
9068
9033
|
{
|
|
9069
|
-
"id":
|
|
9034
|
+
"id": 713,
|
|
9070
9035
|
"name": "onTokensRendered",
|
|
9071
9036
|
"kind": 4096,
|
|
9072
9037
|
"kindString": "Call signature",
|
|
@@ -9079,7 +9044,7 @@
|
|
|
9079
9044
|
]
|
|
9080
9045
|
},
|
|
9081
9046
|
{
|
|
9082
|
-
"id":
|
|
9047
|
+
"id": 720,
|
|
9083
9048
|
"name": "onTouched",
|
|
9084
9049
|
"kind": 2048,
|
|
9085
9050
|
"kindString": "Method",
|
|
@@ -9089,13 +9054,13 @@
|
|
|
9089
9054
|
"sources": [
|
|
9090
9055
|
{
|
|
9091
9056
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
9092
|
-
"line":
|
|
9057
|
+
"line": 479,
|
|
9093
9058
|
"character": 9
|
|
9094
9059
|
}
|
|
9095
9060
|
],
|
|
9096
9061
|
"signatures": [
|
|
9097
9062
|
{
|
|
9098
|
-
"id":
|
|
9063
|
+
"id": 721,
|
|
9099
9064
|
"name": "onTouched",
|
|
9100
9065
|
"kind": 4096,
|
|
9101
9066
|
"kindString": "Call signature",
|
|
@@ -9108,7 +9073,7 @@
|
|
|
9108
9073
|
]
|
|
9109
9074
|
},
|
|
9110
9075
|
{
|
|
9111
|
-
"id":
|
|
9076
|
+
"id": 749,
|
|
9112
9077
|
"name": "openPicker",
|
|
9113
9078
|
"kind": 2048,
|
|
9114
9079
|
"kindString": "Method",
|
|
@@ -9118,20 +9083,20 @@
|
|
|
9118
9083
|
"sources": [
|
|
9119
9084
|
{
|
|
9120
9085
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
9121
|
-
"line":
|
|
9086
|
+
"line": 594,
|
|
9122
9087
|
"character": 9
|
|
9123
9088
|
}
|
|
9124
9089
|
],
|
|
9125
9090
|
"signatures": [
|
|
9126
9091
|
{
|
|
9127
|
-
"id":
|
|
9092
|
+
"id": 750,
|
|
9128
9093
|
"name": "openPicker",
|
|
9129
9094
|
"kind": 4096,
|
|
9130
9095
|
"kindString": "Call signature",
|
|
9131
9096
|
"flags": {},
|
|
9132
9097
|
"parameters": [
|
|
9133
9098
|
{
|
|
9134
|
-
"id":
|
|
9099
|
+
"id": 751,
|
|
9135
9100
|
"name": "initialSearch",
|
|
9136
9101
|
"kind": 32768,
|
|
9137
9102
|
"kindString": "Parameter",
|
|
@@ -9150,7 +9115,7 @@
|
|
|
9150
9115
|
]
|
|
9151
9116
|
},
|
|
9152
9117
|
{
|
|
9153
|
-
"id":
|
|
9118
|
+
"id": 722,
|
|
9154
9119
|
"name": "registerOnChange",
|
|
9155
9120
|
"kind": 2048,
|
|
9156
9121
|
"kindString": "Method",
|
|
@@ -9160,20 +9125,20 @@
|
|
|
9160
9125
|
"sources": [
|
|
9161
9126
|
{
|
|
9162
9127
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
9163
|
-
"line":
|
|
9128
|
+
"line": 481,
|
|
9164
9129
|
"character": 9
|
|
9165
9130
|
}
|
|
9166
9131
|
],
|
|
9167
9132
|
"signatures": [
|
|
9168
9133
|
{
|
|
9169
|
-
"id":
|
|
9134
|
+
"id": 723,
|
|
9170
9135
|
"name": "registerOnChange",
|
|
9171
9136
|
"kind": 4096,
|
|
9172
9137
|
"kindString": "Call signature",
|
|
9173
9138
|
"flags": {},
|
|
9174
9139
|
"parameters": [
|
|
9175
9140
|
{
|
|
9176
|
-
"id":
|
|
9141
|
+
"id": 724,
|
|
9177
9142
|
"name": "fn",
|
|
9178
9143
|
"kind": 32768,
|
|
9179
9144
|
"kindString": "Parameter",
|
|
@@ -9181,21 +9146,21 @@
|
|
|
9181
9146
|
"type": {
|
|
9182
9147
|
"type": "reflection",
|
|
9183
9148
|
"declaration": {
|
|
9184
|
-
"id":
|
|
9149
|
+
"id": 725,
|
|
9185
9150
|
"name": "__type",
|
|
9186
9151
|
"kind": 65536,
|
|
9187
9152
|
"kindString": "Type literal",
|
|
9188
9153
|
"flags": {},
|
|
9189
9154
|
"signatures": [
|
|
9190
9155
|
{
|
|
9191
|
-
"id":
|
|
9156
|
+
"id": 726,
|
|
9192
9157
|
"name": "__type",
|
|
9193
9158
|
"kind": 4096,
|
|
9194
9159
|
"kindString": "Call signature",
|
|
9195
9160
|
"flags": {},
|
|
9196
9161
|
"parameters": [
|
|
9197
9162
|
{
|
|
9198
|
-
"id":
|
|
9163
|
+
"id": 727,
|
|
9199
9164
|
"name": "value",
|
|
9200
9165
|
"kind": 32768,
|
|
9201
9166
|
"kindString": "Parameter",
|
|
@@ -9232,7 +9197,7 @@
|
|
|
9232
9197
|
}
|
|
9233
9198
|
},
|
|
9234
9199
|
{
|
|
9235
|
-
"id":
|
|
9200
|
+
"id": 728,
|
|
9236
9201
|
"name": "registerOnTouched",
|
|
9237
9202
|
"kind": 2048,
|
|
9238
9203
|
"kindString": "Method",
|
|
@@ -9242,20 +9207,20 @@
|
|
|
9242
9207
|
"sources": [
|
|
9243
9208
|
{
|
|
9244
9209
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
9245
|
-
"line":
|
|
9210
|
+
"line": 485,
|
|
9246
9211
|
"character": 9
|
|
9247
9212
|
}
|
|
9248
9213
|
],
|
|
9249
9214
|
"signatures": [
|
|
9250
9215
|
{
|
|
9251
|
-
"id":
|
|
9216
|
+
"id": 729,
|
|
9252
9217
|
"name": "registerOnTouched",
|
|
9253
9218
|
"kind": 4096,
|
|
9254
9219
|
"kindString": "Call signature",
|
|
9255
9220
|
"flags": {},
|
|
9256
9221
|
"parameters": [
|
|
9257
9222
|
{
|
|
9258
|
-
"id":
|
|
9223
|
+
"id": 730,
|
|
9259
9224
|
"name": "fn",
|
|
9260
9225
|
"kind": 32768,
|
|
9261
9226
|
"kindString": "Parameter",
|
|
@@ -9263,14 +9228,14 @@
|
|
|
9263
9228
|
"type": {
|
|
9264
9229
|
"type": "reflection",
|
|
9265
9230
|
"declaration": {
|
|
9266
|
-
"id":
|
|
9231
|
+
"id": 731,
|
|
9267
9232
|
"name": "__type",
|
|
9268
9233
|
"kind": 65536,
|
|
9269
9234
|
"kindString": "Type literal",
|
|
9270
9235
|
"flags": {},
|
|
9271
9236
|
"signatures": [
|
|
9272
9237
|
{
|
|
9273
|
-
"id":
|
|
9238
|
+
"id": 732,
|
|
9274
9239
|
"name": "__type",
|
|
9275
9240
|
"kind": 4096,
|
|
9276
9241
|
"kindString": "Call signature",
|
|
@@ -9301,7 +9266,7 @@
|
|
|
9301
9266
|
}
|
|
9302
9267
|
},
|
|
9303
9268
|
{
|
|
9304
|
-
"id":
|
|
9269
|
+
"id": 733,
|
|
9305
9270
|
"name": "setDisabledState",
|
|
9306
9271
|
"kind": 2048,
|
|
9307
9272
|
"kindString": "Method",
|
|
@@ -9311,20 +9276,20 @@
|
|
|
9311
9276
|
"sources": [
|
|
9312
9277
|
{
|
|
9313
9278
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
9314
|
-
"line":
|
|
9279
|
+
"line": 490,
|
|
9315
9280
|
"character": 9
|
|
9316
9281
|
}
|
|
9317
9282
|
],
|
|
9318
9283
|
"signatures": [
|
|
9319
9284
|
{
|
|
9320
|
-
"id":
|
|
9285
|
+
"id": 734,
|
|
9321
9286
|
"name": "setDisabledState",
|
|
9322
9287
|
"kind": 4096,
|
|
9323
9288
|
"kindString": "Call signature",
|
|
9324
9289
|
"flags": {},
|
|
9325
9290
|
"parameters": [
|
|
9326
9291
|
{
|
|
9327
|
-
"id":
|
|
9292
|
+
"id": 735,
|
|
9328
9293
|
"name": "disabled",
|
|
9329
9294
|
"kind": 32768,
|
|
9330
9295
|
"kindString": "Parameter",
|
|
@@ -9351,7 +9316,7 @@
|
|
|
9351
9316
|
}
|
|
9352
9317
|
},
|
|
9353
9318
|
{
|
|
9354
|
-
"id":
|
|
9319
|
+
"id": 714,
|
|
9355
9320
|
"name": "writeValue",
|
|
9356
9321
|
"kind": 2048,
|
|
9357
9322
|
"kindString": "Method",
|
|
@@ -9361,20 +9326,20 @@
|
|
|
9361
9326
|
"sources": [
|
|
9362
9327
|
{
|
|
9363
9328
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
9364
|
-
"line":
|
|
9329
|
+
"line": 469,
|
|
9365
9330
|
"character": 9
|
|
9366
9331
|
}
|
|
9367
9332
|
],
|
|
9368
9333
|
"signatures": [
|
|
9369
9334
|
{
|
|
9370
|
-
"id":
|
|
9335
|
+
"id": 715,
|
|
9371
9336
|
"name": "writeValue",
|
|
9372
9337
|
"kind": 4096,
|
|
9373
9338
|
"kindString": "Call signature",
|
|
9374
9339
|
"flags": {},
|
|
9375
9340
|
"parameters": [
|
|
9376
9341
|
{
|
|
9377
|
-
"id":
|
|
9342
|
+
"id": 716,
|
|
9378
9343
|
"name": "value",
|
|
9379
9344
|
"kind": 32768,
|
|
9380
9345
|
"kindString": "Parameter",
|
|
@@ -9409,83 +9374,83 @@
|
|
|
9409
9374
|
"title": "Constructors",
|
|
9410
9375
|
"kind": 512,
|
|
9411
9376
|
"children": [
|
|
9412
|
-
|
|
9377
|
+
605
|
|
9413
9378
|
]
|
|
9414
9379
|
},
|
|
9415
9380
|
{
|
|
9416
9381
|
"title": "Properties",
|
|
9417
9382
|
"kind": 1024,
|
|
9418
9383
|
"children": [
|
|
9419
|
-
|
|
9420
|
-
|
|
9421
|
-
|
|
9422
|
-
|
|
9423
|
-
|
|
9424
|
-
|
|
9425
|
-
|
|
9426
|
-
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9440
|
-
|
|
9441
|
-
|
|
9384
|
+
645,
|
|
9385
|
+
618,
|
|
9386
|
+
619,
|
|
9387
|
+
620,
|
|
9388
|
+
655,
|
|
9389
|
+
796,
|
|
9390
|
+
634,
|
|
9391
|
+
689,
|
|
9392
|
+
665,
|
|
9393
|
+
656,
|
|
9394
|
+
666,
|
|
9395
|
+
633,
|
|
9396
|
+
816,
|
|
9397
|
+
667,
|
|
9398
|
+
817,
|
|
9399
|
+
809,
|
|
9400
|
+
815,
|
|
9401
|
+
810,
|
|
9402
|
+
664,
|
|
9403
|
+
639,
|
|
9404
|
+
657,
|
|
9405
|
+
690,
|
|
9406
|
+
658
|
|
9442
9407
|
]
|
|
9443
9408
|
},
|
|
9444
9409
|
{
|
|
9445
9410
|
"title": "Accessors",
|
|
9446
9411
|
"kind": 262144,
|
|
9447
9412
|
"children": [
|
|
9448
|
-
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
|
|
9452
|
-
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9413
|
+
660,
|
|
9414
|
+
621,
|
|
9415
|
+
797,
|
|
9416
|
+
625,
|
|
9417
|
+
629,
|
|
9418
|
+
801,
|
|
9419
|
+
805,
|
|
9420
|
+
811,
|
|
9421
|
+
640,
|
|
9422
|
+
635,
|
|
9456
9423
|
647,
|
|
9457
|
-
|
|
9458
|
-
653,
|
|
9459
|
-
657
|
|
9424
|
+
651
|
|
9460
9425
|
]
|
|
9461
9426
|
},
|
|
9462
9427
|
{
|
|
9463
9428
|
"title": "Methods",
|
|
9464
9429
|
"kind": 2048,
|
|
9465
9430
|
"children": [
|
|
9466
|
-
703,
|
|
9467
|
-
742,
|
|
9468
|
-
744,
|
|
9469
|
-
747,
|
|
9470
|
-
699,
|
|
9471
|
-
701,
|
|
9472
9431
|
697,
|
|
9473
|
-
|
|
9474
|
-
|
|
9475
|
-
|
|
9476
|
-
|
|
9477
|
-
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
|
|
9432
|
+
736,
|
|
9433
|
+
738,
|
|
9434
|
+
741,
|
|
9435
|
+
693,
|
|
9436
|
+
695,
|
|
9437
|
+
691,
|
|
9438
|
+
702,
|
|
9439
|
+
699,
|
|
9440
|
+
717,
|
|
9441
|
+
764,
|
|
9442
|
+
744,
|
|
9443
|
+
746,
|
|
9444
|
+
704,
|
|
9445
|
+
707,
|
|
9446
|
+
709,
|
|
9447
|
+
712,
|
|
9448
|
+
720,
|
|
9449
|
+
749,
|
|
9450
|
+
722,
|
|
9485
9451
|
728,
|
|
9486
|
-
|
|
9487
|
-
|
|
9488
|
-
720
|
|
9452
|
+
733,
|
|
9453
|
+
714
|
|
9489
9454
|
]
|
|
9490
9455
|
}
|
|
9491
9456
|
],
|
|
@@ -11582,7 +11547,7 @@
|
|
|
11582
11547
|
}
|
|
11583
11548
|
},
|
|
11584
11549
|
{
|
|
11585
|
-
"id":
|
|
11550
|
+
"id": 988,
|
|
11586
11551
|
"name": "SkyLookupHarness",
|
|
11587
11552
|
"kind": 128,
|
|
11588
11553
|
"kindString": "Class",
|
|
@@ -11592,7 +11557,7 @@
|
|
|
11592
11557
|
},
|
|
11593
11558
|
"children": [
|
|
11594
11559
|
{
|
|
11595
|
-
"id":
|
|
11560
|
+
"id": 1021,
|
|
11596
11561
|
"name": "blur",
|
|
11597
11562
|
"kind": 2048,
|
|
11598
11563
|
"kindString": "Method",
|
|
@@ -11608,7 +11573,7 @@
|
|
|
11608
11573
|
],
|
|
11609
11574
|
"signatures": [
|
|
11610
11575
|
{
|
|
11611
|
-
"id":
|
|
11576
|
+
"id": 1022,
|
|
11612
11577
|
"name": "blur",
|
|
11613
11578
|
"kind": 4096,
|
|
11614
11579
|
"kindString": "Call signature",
|
|
@@ -11640,7 +11605,7 @@
|
|
|
11640
11605
|
}
|
|
11641
11606
|
},
|
|
11642
11607
|
{
|
|
11643
|
-
"id":
|
|
11608
|
+
"id": 1023,
|
|
11644
11609
|
"name": "clear",
|
|
11645
11610
|
"kind": 2048,
|
|
11646
11611
|
"kindString": "Method",
|
|
@@ -11656,7 +11621,7 @@
|
|
|
11656
11621
|
],
|
|
11657
11622
|
"signatures": [
|
|
11658
11623
|
{
|
|
11659
|
-
"id":
|
|
11624
|
+
"id": 1024,
|
|
11660
11625
|
"name": "clear",
|
|
11661
11626
|
"kind": 4096,
|
|
11662
11627
|
"kindString": "Call signature",
|
|
@@ -11688,7 +11653,7 @@
|
|
|
11688
11653
|
}
|
|
11689
11654
|
},
|
|
11690
11655
|
{
|
|
11691
|
-
"id":
|
|
11656
|
+
"id": 1005,
|
|
11692
11657
|
"name": "clickAddButton",
|
|
11693
11658
|
"kind": 2048,
|
|
11694
11659
|
"kindString": "Method",
|
|
@@ -11704,7 +11669,7 @@
|
|
|
11704
11669
|
],
|
|
11705
11670
|
"signatures": [
|
|
11706
11671
|
{
|
|
11707
|
-
"id":
|
|
11672
|
+
"id": 1006,
|
|
11708
11673
|
"name": "clickAddButton",
|
|
11709
11674
|
"kind": 4096,
|
|
11710
11675
|
"kindString": "Call signature",
|
|
@@ -11736,7 +11701,7 @@
|
|
|
11736
11701
|
}
|
|
11737
11702
|
},
|
|
11738
11703
|
{
|
|
11739
|
-
"id":
|
|
11704
|
+
"id": 1007,
|
|
11740
11705
|
"name": "clickShowMoreButton",
|
|
11741
11706
|
"kind": 2048,
|
|
11742
11707
|
"kindString": "Method",
|
|
@@ -11752,7 +11717,7 @@
|
|
|
11752
11717
|
],
|
|
11753
11718
|
"signatures": [
|
|
11754
11719
|
{
|
|
11755
|
-
"id":
|
|
11720
|
+
"id": 1008,
|
|
11756
11721
|
"name": "clickShowMoreButton",
|
|
11757
11722
|
"kind": 4096,
|
|
11758
11723
|
"kindString": "Call signature",
|
|
@@ -11784,7 +11749,7 @@
|
|
|
11784
11749
|
}
|
|
11785
11750
|
},
|
|
11786
11751
|
{
|
|
11787
|
-
"id":
|
|
11752
|
+
"id": 1009,
|
|
11788
11753
|
"name": "dismissSelections",
|
|
11789
11754
|
"kind": 2048,
|
|
11790
11755
|
"kindString": "Method",
|
|
@@ -11800,7 +11765,7 @@
|
|
|
11800
11765
|
],
|
|
11801
11766
|
"signatures": [
|
|
11802
11767
|
{
|
|
11803
|
-
"id":
|
|
11768
|
+
"id": 1010,
|
|
11804
11769
|
"name": "dismissSelections",
|
|
11805
11770
|
"kind": 4096,
|
|
11806
11771
|
"kindString": "Call signature",
|
|
@@ -11824,7 +11789,7 @@
|
|
|
11824
11789
|
]
|
|
11825
11790
|
},
|
|
11826
11791
|
{
|
|
11827
|
-
"id":
|
|
11792
|
+
"id": 1025,
|
|
11828
11793
|
"name": "enterText",
|
|
11829
11794
|
"kind": 2048,
|
|
11830
11795
|
"kindString": "Method",
|
|
@@ -11840,7 +11805,7 @@
|
|
|
11840
11805
|
],
|
|
11841
11806
|
"signatures": [
|
|
11842
11807
|
{
|
|
11843
|
-
"id":
|
|
11808
|
+
"id": 1026,
|
|
11844
11809
|
"name": "enterText",
|
|
11845
11810
|
"kind": 4096,
|
|
11846
11811
|
"kindString": "Call signature",
|
|
@@ -11850,7 +11815,7 @@
|
|
|
11850
11815
|
},
|
|
11851
11816
|
"parameters": [
|
|
11852
11817
|
{
|
|
11853
|
-
"id":
|
|
11818
|
+
"id": 1027,
|
|
11854
11819
|
"name": "value",
|
|
11855
11820
|
"kind": 32768,
|
|
11856
11821
|
"kindString": "Parameter",
|
|
@@ -11885,7 +11850,7 @@
|
|
|
11885
11850
|
}
|
|
11886
11851
|
},
|
|
11887
11852
|
{
|
|
11888
|
-
"id":
|
|
11853
|
+
"id": 1028,
|
|
11889
11854
|
"name": "focus",
|
|
11890
11855
|
"kind": 2048,
|
|
11891
11856
|
"kindString": "Method",
|
|
@@ -11901,7 +11866,7 @@
|
|
|
11901
11866
|
],
|
|
11902
11867
|
"signatures": [
|
|
11903
11868
|
{
|
|
11904
|
-
"id":
|
|
11869
|
+
"id": 1029,
|
|
11905
11870
|
"name": "focus",
|
|
11906
11871
|
"kind": 4096,
|
|
11907
11872
|
"kindString": "Call signature",
|
|
@@ -11933,7 +11898,7 @@
|
|
|
11933
11898
|
}
|
|
11934
11899
|
},
|
|
11935
11900
|
{
|
|
11936
|
-
"id":
|
|
11901
|
+
"id": 1030,
|
|
11937
11902
|
"name": "getSearchResults",
|
|
11938
11903
|
"kind": 2048,
|
|
11939
11904
|
"kindString": "Method",
|
|
@@ -11949,7 +11914,7 @@
|
|
|
11949
11914
|
],
|
|
11950
11915
|
"signatures": [
|
|
11951
11916
|
{
|
|
11952
|
-
"id":
|
|
11917
|
+
"id": 1031,
|
|
11953
11918
|
"name": "getSearchResults",
|
|
11954
11919
|
"kind": 4096,
|
|
11955
11920
|
"kindString": "Call signature",
|
|
@@ -11959,7 +11924,7 @@
|
|
|
11959
11924
|
},
|
|
11960
11925
|
"parameters": [
|
|
11961
11926
|
{
|
|
11962
|
-
"id":
|
|
11927
|
+
"id": 1032,
|
|
11963
11928
|
"name": "filters",
|
|
11964
11929
|
"kind": 32768,
|
|
11965
11930
|
"kindString": "Parameter",
|
|
@@ -11999,7 +11964,7 @@
|
|
|
11999
11964
|
}
|
|
12000
11965
|
},
|
|
12001
11966
|
{
|
|
12002
|
-
"id":
|
|
11967
|
+
"id": 1033,
|
|
12003
11968
|
"name": "getSearchResultsText",
|
|
12004
11969
|
"kind": 2048,
|
|
12005
11970
|
"kindString": "Method",
|
|
@@ -12015,7 +11980,7 @@
|
|
|
12015
11980
|
],
|
|
12016
11981
|
"signatures": [
|
|
12017
11982
|
{
|
|
12018
|
-
"id":
|
|
11983
|
+
"id": 1034,
|
|
12019
11984
|
"name": "getSearchResultsText",
|
|
12020
11985
|
"kind": 4096,
|
|
12021
11986
|
"kindString": "Call signature",
|
|
@@ -12025,7 +11990,7 @@
|
|
|
12025
11990
|
},
|
|
12026
11991
|
"parameters": [
|
|
12027
11992
|
{
|
|
12028
|
-
"id":
|
|
11993
|
+
"id": 1035,
|
|
12029
11994
|
"name": "filters",
|
|
12030
11995
|
"kind": 32768,
|
|
12031
11996
|
"kindString": "Parameter",
|
|
@@ -12065,7 +12030,7 @@
|
|
|
12065
12030
|
}
|
|
12066
12031
|
},
|
|
12067
12032
|
{
|
|
12068
|
-
"id":
|
|
12033
|
+
"id": 1013,
|
|
12069
12034
|
"name": "getSelections",
|
|
12070
12035
|
"kind": 2048,
|
|
12071
12036
|
"kindString": "Method",
|
|
@@ -12081,7 +12046,7 @@
|
|
|
12081
12046
|
],
|
|
12082
12047
|
"signatures": [
|
|
12083
12048
|
{
|
|
12084
|
-
"id":
|
|
12049
|
+
"id": 1014,
|
|
12085
12050
|
"name": "getSelections",
|
|
12086
12051
|
"kind": 4096,
|
|
12087
12052
|
"kindString": "Call signature",
|
|
@@ -12108,7 +12073,7 @@
|
|
|
12108
12073
|
]
|
|
12109
12074
|
},
|
|
12110
12075
|
{
|
|
12111
|
-
"id":
|
|
12076
|
+
"id": 1015,
|
|
12112
12077
|
"name": "getSelectionsText",
|
|
12113
12078
|
"kind": 2048,
|
|
12114
12079
|
"kindString": "Method",
|
|
@@ -12124,7 +12089,7 @@
|
|
|
12124
12089
|
],
|
|
12125
12090
|
"signatures": [
|
|
12126
12091
|
{
|
|
12127
|
-
"id":
|
|
12092
|
+
"id": 1016,
|
|
12128
12093
|
"name": "getSelectionsText",
|
|
12129
12094
|
"kind": 4096,
|
|
12130
12095
|
"kindString": "Call signature",
|
|
@@ -12151,7 +12116,7 @@
|
|
|
12151
12116
|
]
|
|
12152
12117
|
},
|
|
12153
12118
|
{
|
|
12154
|
-
"id":
|
|
12119
|
+
"id": 1011,
|
|
12155
12120
|
"name": "getShowMorePicker",
|
|
12156
12121
|
"kind": 2048,
|
|
12157
12122
|
"kindString": "Method",
|
|
@@ -12167,7 +12132,7 @@
|
|
|
12167
12132
|
],
|
|
12168
12133
|
"signatures": [
|
|
12169
12134
|
{
|
|
12170
|
-
"id":
|
|
12135
|
+
"id": 1012,
|
|
12171
12136
|
"name": "getShowMorePicker",
|
|
12172
12137
|
"kind": 4096,
|
|
12173
12138
|
"kindString": "Call signature",
|
|
@@ -12191,7 +12156,7 @@
|
|
|
12191
12156
|
]
|
|
12192
12157
|
},
|
|
12193
12158
|
{
|
|
12194
|
-
"id":
|
|
12159
|
+
"id": 1036,
|
|
12195
12160
|
"name": "getValue",
|
|
12196
12161
|
"kind": 2048,
|
|
12197
12162
|
"kindString": "Method",
|
|
@@ -12207,7 +12172,7 @@
|
|
|
12207
12172
|
],
|
|
12208
12173
|
"signatures": [
|
|
12209
12174
|
{
|
|
12210
|
-
"id":
|
|
12175
|
+
"id": 1037,
|
|
12211
12176
|
"name": "getValue",
|
|
12212
12177
|
"kind": 4096,
|
|
12213
12178
|
"kindString": "Call signature",
|
|
@@ -12239,7 +12204,7 @@
|
|
|
12239
12204
|
}
|
|
12240
12205
|
},
|
|
12241
12206
|
{
|
|
12242
|
-
"id":
|
|
12207
|
+
"id": 1052,
|
|
12243
12208
|
"name": "host",
|
|
12244
12209
|
"kind": 2048,
|
|
12245
12210
|
"kindString": "Method",
|
|
@@ -12253,7 +12218,7 @@
|
|
|
12253
12218
|
],
|
|
12254
12219
|
"signatures": [
|
|
12255
12220
|
{
|
|
12256
|
-
"id":
|
|
12221
|
+
"id": 1053,
|
|
12257
12222
|
"name": "host",
|
|
12258
12223
|
"kind": 4096,
|
|
12259
12224
|
"kindString": "Call signature",
|
|
@@ -12287,7 +12252,7 @@
|
|
|
12287
12252
|
}
|
|
12288
12253
|
},
|
|
12289
12254
|
{
|
|
12290
|
-
"id":
|
|
12255
|
+
"id": 1038,
|
|
12291
12256
|
"name": "isDisabled",
|
|
12292
12257
|
"kind": 2048,
|
|
12293
12258
|
"kindString": "Method",
|
|
@@ -12303,7 +12268,7 @@
|
|
|
12303
12268
|
],
|
|
12304
12269
|
"signatures": [
|
|
12305
12270
|
{
|
|
12306
|
-
"id":
|
|
12271
|
+
"id": 1039,
|
|
12307
12272
|
"name": "isDisabled",
|
|
12308
12273
|
"kind": 4096,
|
|
12309
12274
|
"kindString": "Call signature",
|
|
@@ -12335,7 +12300,7 @@
|
|
|
12335
12300
|
}
|
|
12336
12301
|
},
|
|
12337
12302
|
{
|
|
12338
|
-
"id":
|
|
12303
|
+
"id": 1040,
|
|
12339
12304
|
"name": "isFocused",
|
|
12340
12305
|
"kind": 2048,
|
|
12341
12306
|
"kindString": "Method",
|
|
@@ -12351,7 +12316,7 @@
|
|
|
12351
12316
|
],
|
|
12352
12317
|
"signatures": [
|
|
12353
12318
|
{
|
|
12354
|
-
"id":
|
|
12319
|
+
"id": 1041,
|
|
12355
12320
|
"name": "isFocused",
|
|
12356
12321
|
"kind": 4096,
|
|
12357
12322
|
"kindString": "Call signature",
|
|
@@ -12383,7 +12348,7 @@
|
|
|
12383
12348
|
}
|
|
12384
12349
|
},
|
|
12385
12350
|
{
|
|
12386
|
-
"id":
|
|
12351
|
+
"id": 1017,
|
|
12387
12352
|
"name": "isMultiselect",
|
|
12388
12353
|
"kind": 2048,
|
|
12389
12354
|
"kindString": "Method",
|
|
@@ -12399,7 +12364,7 @@
|
|
|
12399
12364
|
],
|
|
12400
12365
|
"signatures": [
|
|
12401
12366
|
{
|
|
12402
|
-
"id":
|
|
12367
|
+
"id": 1018,
|
|
12403
12368
|
"name": "isMultiselect",
|
|
12404
12369
|
"kind": 4096,
|
|
12405
12370
|
"kindString": "Call signature",
|
|
@@ -12423,7 +12388,7 @@
|
|
|
12423
12388
|
]
|
|
12424
12389
|
},
|
|
12425
12390
|
{
|
|
12426
|
-
"id":
|
|
12391
|
+
"id": 1042,
|
|
12427
12392
|
"name": "isOpen",
|
|
12428
12393
|
"kind": 2048,
|
|
12429
12394
|
"kindString": "Method",
|
|
@@ -12439,7 +12404,7 @@
|
|
|
12439
12404
|
],
|
|
12440
12405
|
"signatures": [
|
|
12441
12406
|
{
|
|
12442
|
-
"id":
|
|
12407
|
+
"id": 1043,
|
|
12443
12408
|
"name": "isOpen",
|
|
12444
12409
|
"kind": 4096,
|
|
12445
12410
|
"kindString": "Call signature",
|
|
@@ -12471,7 +12436,7 @@
|
|
|
12471
12436
|
}
|
|
12472
12437
|
},
|
|
12473
12438
|
{
|
|
12474
|
-
"id":
|
|
12439
|
+
"id": 1044,
|
|
12475
12440
|
"name": "selectSearchResult",
|
|
12476
12441
|
"kind": 2048,
|
|
12477
12442
|
"kindString": "Method",
|
|
@@ -12487,7 +12452,7 @@
|
|
|
12487
12452
|
],
|
|
12488
12453
|
"signatures": [
|
|
12489
12454
|
{
|
|
12490
|
-
"id":
|
|
12455
|
+
"id": 1045,
|
|
12491
12456
|
"name": "selectSearchResult",
|
|
12492
12457
|
"kind": 4096,
|
|
12493
12458
|
"kindString": "Call signature",
|
|
@@ -12497,7 +12462,7 @@
|
|
|
12497
12462
|
},
|
|
12498
12463
|
"parameters": [
|
|
12499
12464
|
{
|
|
12500
|
-
"id":
|
|
12465
|
+
"id": 1046,
|
|
12501
12466
|
"name": "filters",
|
|
12502
12467
|
"kind": 32768,
|
|
12503
12468
|
"kindString": "Parameter",
|
|
@@ -12532,7 +12497,7 @@
|
|
|
12532
12497
|
}
|
|
12533
12498
|
},
|
|
12534
12499
|
{
|
|
12535
|
-
"id":
|
|
12500
|
+
"id": 990,
|
|
12536
12501
|
"name": "with",
|
|
12537
12502
|
"kind": 2048,
|
|
12538
12503
|
"kindString": "Method",
|
|
@@ -12549,7 +12514,7 @@
|
|
|
12549
12514
|
],
|
|
12550
12515
|
"signatures": [
|
|
12551
12516
|
{
|
|
12552
|
-
"id":
|
|
12517
|
+
"id": 991,
|
|
12553
12518
|
"name": "with",
|
|
12554
12519
|
"kind": 4096,
|
|
12555
12520
|
"kindString": "Call signature",
|
|
@@ -12559,7 +12524,7 @@
|
|
|
12559
12524
|
},
|
|
12560
12525
|
"parameters": [
|
|
12561
12526
|
{
|
|
12562
|
-
"id":
|
|
12527
|
+
"id": 992,
|
|
12563
12528
|
"name": "filters",
|
|
12564
12529
|
"kind": 32768,
|
|
12565
12530
|
"kindString": "Parameter",
|
|
@@ -12575,7 +12540,7 @@
|
|
|
12575
12540
|
"typeArguments": [
|
|
12576
12541
|
{
|
|
12577
12542
|
"type": "reference",
|
|
12578
|
-
"id":
|
|
12543
|
+
"id": 988,
|
|
12579
12544
|
"name": "SkyLookupHarness"
|
|
12580
12545
|
}
|
|
12581
12546
|
],
|
|
@@ -12600,33 +12565,33 @@
|
|
|
12600
12565
|
"title": "Constructors",
|
|
12601
12566
|
"kind": 512,
|
|
12602
12567
|
"children": [
|
|
12603
|
-
|
|
12568
|
+
998
|
|
12604
12569
|
]
|
|
12605
12570
|
},
|
|
12606
12571
|
{
|
|
12607
12572
|
"title": "Methods",
|
|
12608
12573
|
"kind": 2048,
|
|
12609
12574
|
"children": [
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
|
|
12575
|
+
1021,
|
|
12576
|
+
1023,
|
|
12577
|
+
1005,
|
|
12578
|
+
1007,
|
|
12579
|
+
1009,
|
|
12580
|
+
1025,
|
|
12615
12581
|
1028,
|
|
12616
|
-
|
|
12582
|
+
1030,
|
|
12617
12583
|
1033,
|
|
12584
|
+
1013,
|
|
12585
|
+
1015,
|
|
12586
|
+
1011,
|
|
12618
12587
|
1036,
|
|
12619
|
-
|
|
12620
|
-
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
|
-
|
|
12624
|
-
|
|
12625
|
-
|
|
12626
|
-
1020,
|
|
12627
|
-
1045,
|
|
12628
|
-
1047,
|
|
12629
|
-
993
|
|
12588
|
+
1052,
|
|
12589
|
+
1038,
|
|
12590
|
+
1040,
|
|
12591
|
+
1017,
|
|
12592
|
+
1042,
|
|
12593
|
+
1044,
|
|
12594
|
+
990
|
|
12630
12595
|
]
|
|
12631
12596
|
}
|
|
12632
12597
|
],
|
|
@@ -12645,7 +12610,7 @@
|
|
|
12645
12610
|
]
|
|
12646
12611
|
},
|
|
12647
12612
|
{
|
|
12648
|
-
"id":
|
|
12613
|
+
"id": 1411,
|
|
12649
12614
|
"name": "SkySelectionModalHarness",
|
|
12650
12615
|
"kind": 128,
|
|
12651
12616
|
"kindString": "Class",
|
|
@@ -12655,7 +12620,7 @@
|
|
|
12655
12620
|
},
|
|
12656
12621
|
"children": [
|
|
12657
12622
|
{
|
|
12658
|
-
"id":
|
|
12623
|
+
"id": 1433,
|
|
12659
12624
|
"name": "cancel",
|
|
12660
12625
|
"kind": 2048,
|
|
12661
12626
|
"kindString": "Method",
|
|
@@ -12671,7 +12636,7 @@
|
|
|
12671
12636
|
],
|
|
12672
12637
|
"signatures": [
|
|
12673
12638
|
{
|
|
12674
|
-
"id":
|
|
12639
|
+
"id": 1434,
|
|
12675
12640
|
"name": "cancel",
|
|
12676
12641
|
"kind": 4096,
|
|
12677
12642
|
"kindString": "Call signature",
|
|
@@ -12695,7 +12660,7 @@
|
|
|
12695
12660
|
]
|
|
12696
12661
|
},
|
|
12697
12662
|
{
|
|
12698
|
-
"id":
|
|
12663
|
+
"id": 1438,
|
|
12699
12664
|
"name": "clearAll",
|
|
12700
12665
|
"kind": 2048,
|
|
12701
12666
|
"kindString": "Method",
|
|
@@ -12711,7 +12676,7 @@
|
|
|
12711
12676
|
],
|
|
12712
12677
|
"signatures": [
|
|
12713
12678
|
{
|
|
12714
|
-
"id":
|
|
12679
|
+
"id": 1439,
|
|
12715
12680
|
"name": "clearAll",
|
|
12716
12681
|
"kind": 4096,
|
|
12717
12682
|
"kindString": "Call signature",
|
|
@@ -12735,7 +12700,7 @@
|
|
|
12735
12700
|
]
|
|
12736
12701
|
},
|
|
12737
12702
|
{
|
|
12738
|
-
"id":
|
|
12703
|
+
"id": 1423,
|
|
12739
12704
|
"name": "clearSearchText",
|
|
12740
12705
|
"kind": 2048,
|
|
12741
12706
|
"kindString": "Method",
|
|
@@ -12751,7 +12716,7 @@
|
|
|
12751
12716
|
],
|
|
12752
12717
|
"signatures": [
|
|
12753
12718
|
{
|
|
12754
|
-
"id":
|
|
12719
|
+
"id": 1424,
|
|
12755
12720
|
"name": "clearSearchText",
|
|
12756
12721
|
"kind": 4096,
|
|
12757
12722
|
"kindString": "Call signature",
|
|
@@ -12775,7 +12740,7 @@
|
|
|
12775
12740
|
]
|
|
12776
12741
|
},
|
|
12777
12742
|
{
|
|
12778
|
-
"id":
|
|
12743
|
+
"id": 1448,
|
|
12779
12744
|
"name": "clickAddButton",
|
|
12780
12745
|
"kind": 2048,
|
|
12781
12746
|
"kindString": "Method",
|
|
@@ -12791,7 +12756,7 @@
|
|
|
12791
12756
|
],
|
|
12792
12757
|
"signatures": [
|
|
12793
12758
|
{
|
|
12794
|
-
"id":
|
|
12759
|
+
"id": 1449,
|
|
12795
12760
|
"name": "clickAddButton",
|
|
12796
12761
|
"kind": 4096,
|
|
12797
12762
|
"kindString": "Call signature",
|
|
@@ -12815,7 +12780,7 @@
|
|
|
12815
12780
|
]
|
|
12816
12781
|
},
|
|
12817
12782
|
{
|
|
12818
|
-
"id":
|
|
12783
|
+
"id": 1425,
|
|
12819
12784
|
"name": "enterSearchText",
|
|
12820
12785
|
"kind": 2048,
|
|
12821
12786
|
"kindString": "Method",
|
|
@@ -12831,7 +12796,7 @@
|
|
|
12831
12796
|
],
|
|
12832
12797
|
"signatures": [
|
|
12833
12798
|
{
|
|
12834
|
-
"id":
|
|
12799
|
+
"id": 1426,
|
|
12835
12800
|
"name": "enterSearchText",
|
|
12836
12801
|
"kind": 4096,
|
|
12837
12802
|
"kindString": "Call signature",
|
|
@@ -12841,7 +12806,7 @@
|
|
|
12841
12806
|
},
|
|
12842
12807
|
"parameters": [
|
|
12843
12808
|
{
|
|
12844
|
-
"id":
|
|
12809
|
+
"id": 1427,
|
|
12845
12810
|
"name": "value",
|
|
12846
12811
|
"kind": 32768,
|
|
12847
12812
|
"kindString": "Parameter",
|
|
@@ -12868,7 +12833,7 @@
|
|
|
12868
12833
|
]
|
|
12869
12834
|
},
|
|
12870
12835
|
{
|
|
12871
|
-
"id":
|
|
12836
|
+
"id": 1435,
|
|
12872
12837
|
"name": "getSearchResults",
|
|
12873
12838
|
"kind": 2048,
|
|
12874
12839
|
"kindString": "Method",
|
|
@@ -12884,7 +12849,7 @@
|
|
|
12884
12849
|
],
|
|
12885
12850
|
"signatures": [
|
|
12886
12851
|
{
|
|
12887
|
-
"id":
|
|
12852
|
+
"id": 1436,
|
|
12888
12853
|
"name": "getSearchResults",
|
|
12889
12854
|
"kind": 4096,
|
|
12890
12855
|
"kindString": "Call signature",
|
|
@@ -12894,7 +12859,7 @@
|
|
|
12894
12859
|
},
|
|
12895
12860
|
"parameters": [
|
|
12896
12861
|
{
|
|
12897
|
-
"id":
|
|
12862
|
+
"id": 1437,
|
|
12898
12863
|
"name": "filters",
|
|
12899
12864
|
"kind": 32768,
|
|
12900
12865
|
"kindString": "Parameter",
|
|
@@ -12903,7 +12868,7 @@
|
|
|
12903
12868
|
},
|
|
12904
12869
|
"type": {
|
|
12905
12870
|
"type": "reference",
|
|
12906
|
-
"id":
|
|
12871
|
+
"id": 1554,
|
|
12907
12872
|
"name": "SkySelectionModalSearchResultHarnessFilters"
|
|
12908
12873
|
}
|
|
12909
12874
|
}
|
|
@@ -12915,7 +12880,7 @@
|
|
|
12915
12880
|
"type": "array",
|
|
12916
12881
|
"elementType": {
|
|
12917
12882
|
"type": "reference",
|
|
12918
|
-
"id":
|
|
12883
|
+
"id": 1471,
|
|
12919
12884
|
"name": "SkySelectionModalSearchResultHarness"
|
|
12920
12885
|
}
|
|
12921
12886
|
}
|
|
@@ -12928,7 +12893,7 @@
|
|
|
12928
12893
|
]
|
|
12929
12894
|
},
|
|
12930
12895
|
{
|
|
12931
|
-
"id":
|
|
12896
|
+
"id": 1446,
|
|
12932
12897
|
"name": "hasAddButton",
|
|
12933
12898
|
"kind": 2048,
|
|
12934
12899
|
"kindString": "Method",
|
|
@@ -12944,7 +12909,7 @@
|
|
|
12944
12909
|
],
|
|
12945
12910
|
"signatures": [
|
|
12946
12911
|
{
|
|
12947
|
-
"id":
|
|
12912
|
+
"id": 1447,
|
|
12948
12913
|
"name": "hasAddButton",
|
|
12949
12914
|
"kind": 4096,
|
|
12950
12915
|
"kindString": "Call signature",
|
|
@@ -12968,7 +12933,7 @@
|
|
|
12968
12933
|
]
|
|
12969
12934
|
},
|
|
12970
12935
|
{
|
|
12971
|
-
"id":
|
|
12936
|
+
"id": 1451,
|
|
12972
12937
|
"name": "host",
|
|
12973
12938
|
"kind": 2048,
|
|
12974
12939
|
"kindString": "Method",
|
|
@@ -12982,7 +12947,7 @@
|
|
|
12982
12947
|
],
|
|
12983
12948
|
"signatures": [
|
|
12984
12949
|
{
|
|
12985
|
-
"id":
|
|
12950
|
+
"id": 1452,
|
|
12986
12951
|
"name": "host",
|
|
12987
12952
|
"kind": 4096,
|
|
12988
12953
|
"kindString": "Call signature",
|
|
@@ -13016,7 +12981,7 @@
|
|
|
13016
12981
|
}
|
|
13017
12982
|
},
|
|
13018
12983
|
{
|
|
13019
|
-
"id":
|
|
12984
|
+
"id": 1440,
|
|
13020
12985
|
"name": "isMultiselect",
|
|
13021
12986
|
"kind": 2048,
|
|
13022
12987
|
"kindString": "Method",
|
|
@@ -13032,7 +12997,7 @@
|
|
|
13032
12997
|
],
|
|
13033
12998
|
"signatures": [
|
|
13034
12999
|
{
|
|
13035
|
-
"id":
|
|
13000
|
+
"id": 1441,
|
|
13036
13001
|
"name": "isMultiselect",
|
|
13037
13002
|
"kind": 4096,
|
|
13038
13003
|
"kindString": "Call signature",
|
|
@@ -13056,7 +13021,7 @@
|
|
|
13056
13021
|
]
|
|
13057
13022
|
},
|
|
13058
13023
|
{
|
|
13059
|
-
"id":
|
|
13024
|
+
"id": 1444,
|
|
13060
13025
|
"name": "loadMore",
|
|
13061
13026
|
"kind": 2048,
|
|
13062
13027
|
"kindString": "Method",
|
|
@@ -13072,7 +13037,7 @@
|
|
|
13072
13037
|
],
|
|
13073
13038
|
"signatures": [
|
|
13074
13039
|
{
|
|
13075
|
-
"id":
|
|
13040
|
+
"id": 1445,
|
|
13076
13041
|
"name": "loadMore",
|
|
13077
13042
|
"kind": 4096,
|
|
13078
13043
|
"kindString": "Call signature",
|
|
@@ -13096,7 +13061,7 @@
|
|
|
13096
13061
|
]
|
|
13097
13062
|
},
|
|
13098
13063
|
{
|
|
13099
|
-
"id":
|
|
13064
|
+
"id": 1431,
|
|
13100
13065
|
"name": "saveAndClose",
|
|
13101
13066
|
"kind": 2048,
|
|
13102
13067
|
"kindString": "Method",
|
|
@@ -13112,7 +13077,7 @@
|
|
|
13112
13077
|
],
|
|
13113
13078
|
"signatures": [
|
|
13114
13079
|
{
|
|
13115
|
-
"id":
|
|
13080
|
+
"id": 1432,
|
|
13116
13081
|
"name": "saveAndClose",
|
|
13117
13082
|
"kind": 4096,
|
|
13118
13083
|
"kindString": "Call signature",
|
|
@@ -13136,7 +13101,7 @@
|
|
|
13136
13101
|
]
|
|
13137
13102
|
},
|
|
13138
13103
|
{
|
|
13139
|
-
"id":
|
|
13104
|
+
"id": 1442,
|
|
13140
13105
|
"name": "selectAll",
|
|
13141
13106
|
"kind": 2048,
|
|
13142
13107
|
"kindString": "Method",
|
|
@@ -13152,7 +13117,7 @@
|
|
|
13152
13117
|
],
|
|
13153
13118
|
"signatures": [
|
|
13154
13119
|
{
|
|
13155
|
-
"id":
|
|
13120
|
+
"id": 1443,
|
|
13156
13121
|
"name": "selectAll",
|
|
13157
13122
|
"kind": 4096,
|
|
13158
13123
|
"kindString": "Call signature",
|
|
@@ -13176,7 +13141,7 @@
|
|
|
13176
13141
|
]
|
|
13177
13142
|
},
|
|
13178
13143
|
{
|
|
13179
|
-
"id":
|
|
13144
|
+
"id": 1428,
|
|
13180
13145
|
"name": "selectSearchResult",
|
|
13181
13146
|
"kind": 2048,
|
|
13182
13147
|
"kindString": "Method",
|
|
@@ -13192,7 +13157,7 @@
|
|
|
13192
13157
|
],
|
|
13193
13158
|
"signatures": [
|
|
13194
13159
|
{
|
|
13195
|
-
"id":
|
|
13160
|
+
"id": 1429,
|
|
13196
13161
|
"name": "selectSearchResult",
|
|
13197
13162
|
"kind": 4096,
|
|
13198
13163
|
"kindString": "Call signature",
|
|
@@ -13202,7 +13167,7 @@
|
|
|
13202
13167
|
},
|
|
13203
13168
|
"parameters": [
|
|
13204
13169
|
{
|
|
13205
|
-
"id":
|
|
13170
|
+
"id": 1430,
|
|
13206
13171
|
"name": "filters",
|
|
13207
13172
|
"kind": 32768,
|
|
13208
13173
|
"kindString": "Parameter",
|
|
@@ -13211,7 +13176,7 @@
|
|
|
13211
13176
|
},
|
|
13212
13177
|
"type": {
|
|
13213
13178
|
"type": "reference",
|
|
13214
|
-
"id":
|
|
13179
|
+
"id": 1554,
|
|
13215
13180
|
"name": "SkySelectionModalSearchResultHarnessFilters"
|
|
13216
13181
|
}
|
|
13217
13182
|
}
|
|
@@ -13237,26 +13202,26 @@
|
|
|
13237
13202
|
"title": "Constructors",
|
|
13238
13203
|
"kind": 512,
|
|
13239
13204
|
"children": [
|
|
13240
|
-
|
|
13205
|
+
1413
|
|
13241
13206
|
]
|
|
13242
13207
|
},
|
|
13243
13208
|
{
|
|
13244
13209
|
"title": "Methods",
|
|
13245
13210
|
"kind": 2048,
|
|
13246
13211
|
"children": [
|
|
13247
|
-
|
|
13248
|
-
1441,
|
|
13249
|
-
1426,
|
|
13250
|
-
1451,
|
|
13251
|
-
1428,
|
|
13212
|
+
1433,
|
|
13252
13213
|
1438,
|
|
13253
|
-
|
|
13254
|
-
|
|
13255
|
-
|
|
13256
|
-
|
|
13257
|
-
|
|
13258
|
-
|
|
13259
|
-
|
|
13214
|
+
1423,
|
|
13215
|
+
1448,
|
|
13216
|
+
1425,
|
|
13217
|
+
1435,
|
|
13218
|
+
1446,
|
|
13219
|
+
1451,
|
|
13220
|
+
1440,
|
|
13221
|
+
1444,
|
|
13222
|
+
1431,
|
|
13223
|
+
1442,
|
|
13224
|
+
1428
|
|
13260
13225
|
]
|
|
13261
13226
|
}
|
|
13262
13227
|
],
|
|
@@ -13277,7 +13242,7 @@
|
|
|
13277
13242
|
]
|
|
13278
13243
|
},
|
|
13279
13244
|
{
|
|
13280
|
-
"id":
|
|
13245
|
+
"id": 1471,
|
|
13281
13246
|
"name": "SkySelectionModalSearchResultHarness",
|
|
13282
13247
|
"kind": 128,
|
|
13283
13248
|
"kindString": "Class",
|
|
@@ -13287,7 +13252,7 @@
|
|
|
13287
13252
|
},
|
|
13288
13253
|
"children": [
|
|
13289
13254
|
{
|
|
13290
|
-
"id":
|
|
13255
|
+
"id": 1505,
|
|
13291
13256
|
"name": "click",
|
|
13292
13257
|
"kind": 2048,
|
|
13293
13258
|
"kindString": "Method",
|
|
@@ -13303,7 +13268,7 @@
|
|
|
13303
13268
|
],
|
|
13304
13269
|
"signatures": [
|
|
13305
13270
|
{
|
|
13306
|
-
"id":
|
|
13271
|
+
"id": 1506,
|
|
13307
13272
|
"name": "click",
|
|
13308
13273
|
"kind": 4096,
|
|
13309
13274
|
"kindString": "Call signature",
|
|
@@ -13335,7 +13300,7 @@
|
|
|
13335
13300
|
}
|
|
13336
13301
|
},
|
|
13337
13302
|
{
|
|
13338
|
-
"id":
|
|
13303
|
+
"id": 1525,
|
|
13339
13304
|
"name": "collapse",
|
|
13340
13305
|
"kind": 2048,
|
|
13341
13306
|
"kindString": "Method",
|
|
@@ -13351,7 +13316,7 @@
|
|
|
13351
13316
|
],
|
|
13352
13317
|
"signatures": [
|
|
13353
13318
|
{
|
|
13354
|
-
"id":
|
|
13319
|
+
"id": 1526,
|
|
13355
13320
|
"name": "collapse",
|
|
13356
13321
|
"kind": 4096,
|
|
13357
13322
|
"kindString": "Call signature",
|
|
@@ -13383,7 +13348,7 @@
|
|
|
13383
13348
|
}
|
|
13384
13349
|
},
|
|
13385
13350
|
{
|
|
13386
|
-
"id":
|
|
13351
|
+
"id": 1513,
|
|
13387
13352
|
"name": "deselect",
|
|
13388
13353
|
"kind": 2048,
|
|
13389
13354
|
"kindString": "Method",
|
|
@@ -13399,7 +13364,7 @@
|
|
|
13399
13364
|
],
|
|
13400
13365
|
"signatures": [
|
|
13401
13366
|
{
|
|
13402
|
-
"id":
|
|
13367
|
+
"id": 1514,
|
|
13403
13368
|
"name": "deselect",
|
|
13404
13369
|
"kind": 4096,
|
|
13405
13370
|
"kindString": "Call signature",
|
|
@@ -13431,7 +13396,7 @@
|
|
|
13431
13396
|
}
|
|
13432
13397
|
},
|
|
13433
13398
|
{
|
|
13434
|
-
"id":
|
|
13399
|
+
"id": 1523,
|
|
13435
13400
|
"name": "expand",
|
|
13436
13401
|
"kind": 2048,
|
|
13437
13402
|
"kindString": "Method",
|
|
@@ -13447,7 +13412,7 @@
|
|
|
13447
13412
|
],
|
|
13448
13413
|
"signatures": [
|
|
13449
13414
|
{
|
|
13450
|
-
"id":
|
|
13415
|
+
"id": 1524,
|
|
13451
13416
|
"name": "expand",
|
|
13452
13417
|
"kind": 4096,
|
|
13453
13418
|
"kindString": "Call signature",
|
|
@@ -13479,7 +13444,7 @@
|
|
|
13479
13444
|
}
|
|
13480
13445
|
},
|
|
13481
13446
|
{
|
|
13482
|
-
"id":
|
|
13447
|
+
"id": 1515,
|
|
13483
13448
|
"name": "getContentText",
|
|
13484
13449
|
"kind": 2048,
|
|
13485
13450
|
"kindString": "Method",
|
|
@@ -13495,7 +13460,7 @@
|
|
|
13495
13460
|
],
|
|
13496
13461
|
"signatures": [
|
|
13497
13462
|
{
|
|
13498
|
-
"id":
|
|
13463
|
+
"id": 1516,
|
|
13499
13464
|
"name": "getContentText",
|
|
13500
13465
|
"kind": 4096,
|
|
13501
13466
|
"kindString": "Call signature",
|
|
@@ -13527,7 +13492,7 @@
|
|
|
13527
13492
|
}
|
|
13528
13493
|
},
|
|
13529
13494
|
{
|
|
13530
|
-
"id":
|
|
13495
|
+
"id": 1517,
|
|
13531
13496
|
"name": "getTitleText",
|
|
13532
13497
|
"kind": 2048,
|
|
13533
13498
|
"kindString": "Method",
|
|
@@ -13543,7 +13508,7 @@
|
|
|
13543
13508
|
],
|
|
13544
13509
|
"signatures": [
|
|
13545
13510
|
{
|
|
13546
|
-
"id":
|
|
13511
|
+
"id": 1518,
|
|
13547
13512
|
"name": "getTitleText",
|
|
13548
13513
|
"kind": 4096,
|
|
13549
13514
|
"kindString": "Call signature",
|
|
@@ -13575,7 +13540,7 @@
|
|
|
13575
13540
|
}
|
|
13576
13541
|
},
|
|
13577
13542
|
{
|
|
13578
|
-
"id":
|
|
13543
|
+
"id": 1534,
|
|
13579
13544
|
"name": "host",
|
|
13580
13545
|
"kind": 2048,
|
|
13581
13546
|
"kindString": "Method",
|
|
@@ -13589,7 +13554,7 @@
|
|
|
13589
13554
|
],
|
|
13590
13555
|
"signatures": [
|
|
13591
13556
|
{
|
|
13592
|
-
"id":
|
|
13557
|
+
"id": 1535,
|
|
13593
13558
|
"name": "host",
|
|
13594
13559
|
"kind": 4096,
|
|
13595
13560
|
"kindString": "Call signature",
|
|
@@ -13623,7 +13588,7 @@
|
|
|
13623
13588
|
}
|
|
13624
13589
|
},
|
|
13625
13590
|
{
|
|
13626
|
-
"id":
|
|
13591
|
+
"id": 1519,
|
|
13627
13592
|
"name": "isCollapsible",
|
|
13628
13593
|
"kind": 2048,
|
|
13629
13594
|
"kindString": "Method",
|
|
@@ -13639,7 +13604,7 @@
|
|
|
13639
13604
|
],
|
|
13640
13605
|
"signatures": [
|
|
13641
13606
|
{
|
|
13642
|
-
"id":
|
|
13607
|
+
"id": 1520,
|
|
13643
13608
|
"name": "isCollapsible",
|
|
13644
13609
|
"kind": 4096,
|
|
13645
13610
|
"kindString": "Call signature",
|
|
@@ -13671,7 +13636,7 @@
|
|
|
13671
13636
|
}
|
|
13672
13637
|
},
|
|
13673
13638
|
{
|
|
13674
|
-
"id":
|
|
13639
|
+
"id": 1521,
|
|
13675
13640
|
"name": "isExpanded",
|
|
13676
13641
|
"kind": 2048,
|
|
13677
13642
|
"kindString": "Method",
|
|
@@ -13687,7 +13652,7 @@
|
|
|
13687
13652
|
],
|
|
13688
13653
|
"signatures": [
|
|
13689
13654
|
{
|
|
13690
|
-
"id":
|
|
13655
|
+
"id": 1522,
|
|
13691
13656
|
"name": "isExpanded",
|
|
13692
13657
|
"kind": 4096,
|
|
13693
13658
|
"kindString": "Call signature",
|
|
@@ -13719,7 +13684,7 @@
|
|
|
13719
13684
|
}
|
|
13720
13685
|
},
|
|
13721
13686
|
{
|
|
13722
|
-
"id":
|
|
13687
|
+
"id": 1527,
|
|
13723
13688
|
"name": "isReorderable",
|
|
13724
13689
|
"kind": 2048,
|
|
13725
13690
|
"kindString": "Method",
|
|
@@ -13735,7 +13700,7 @@
|
|
|
13735
13700
|
],
|
|
13736
13701
|
"signatures": [
|
|
13737
13702
|
{
|
|
13738
|
-
"id":
|
|
13703
|
+
"id": 1528,
|
|
13739
13704
|
"name": "isReorderable",
|
|
13740
13705
|
"kind": 4096,
|
|
13741
13706
|
"kindString": "Call signature",
|
|
@@ -13767,7 +13732,7 @@
|
|
|
13767
13732
|
}
|
|
13768
13733
|
},
|
|
13769
13734
|
{
|
|
13770
|
-
"id":
|
|
13735
|
+
"id": 1507,
|
|
13771
13736
|
"name": "isSelectable",
|
|
13772
13737
|
"kind": 2048,
|
|
13773
13738
|
"kindString": "Method",
|
|
@@ -13783,7 +13748,7 @@
|
|
|
13783
13748
|
],
|
|
13784
13749
|
"signatures": [
|
|
13785
13750
|
{
|
|
13786
|
-
"id":
|
|
13751
|
+
"id": 1508,
|
|
13787
13752
|
"name": "isSelectable",
|
|
13788
13753
|
"kind": 4096,
|
|
13789
13754
|
"kindString": "Call signature",
|
|
@@ -13815,7 +13780,7 @@
|
|
|
13815
13780
|
}
|
|
13816
13781
|
},
|
|
13817
13782
|
{
|
|
13818
|
-
"id":
|
|
13783
|
+
"id": 1509,
|
|
13819
13784
|
"name": "isSelected",
|
|
13820
13785
|
"kind": 2048,
|
|
13821
13786
|
"kindString": "Method",
|
|
@@ -13831,7 +13796,7 @@
|
|
|
13831
13796
|
],
|
|
13832
13797
|
"signatures": [
|
|
13833
13798
|
{
|
|
13834
|
-
"id":
|
|
13799
|
+
"id": 1510,
|
|
13835
13800
|
"name": "isSelected",
|
|
13836
13801
|
"kind": 4096,
|
|
13837
13802
|
"kindString": "Call signature",
|
|
@@ -13863,7 +13828,7 @@
|
|
|
13863
13828
|
}
|
|
13864
13829
|
},
|
|
13865
13830
|
{
|
|
13866
|
-
"id":
|
|
13831
|
+
"id": 1491,
|
|
13867
13832
|
"name": "queryHarness",
|
|
13868
13833
|
"kind": 2048,
|
|
13869
13834
|
"kindString": "Method",
|
|
@@ -13879,7 +13844,7 @@
|
|
|
13879
13844
|
],
|
|
13880
13845
|
"signatures": [
|
|
13881
13846
|
{
|
|
13882
|
-
"id":
|
|
13847
|
+
"id": 1492,
|
|
13883
13848
|
"name": "queryHarness",
|
|
13884
13849
|
"kind": 4096,
|
|
13885
13850
|
"kindString": "Call signature",
|
|
@@ -13889,7 +13854,7 @@
|
|
|
13889
13854
|
},
|
|
13890
13855
|
"typeParameter": [
|
|
13891
13856
|
{
|
|
13892
|
-
"id":
|
|
13857
|
+
"id": 1493,
|
|
13893
13858
|
"name": "T",
|
|
13894
13859
|
"kind": 131072,
|
|
13895
13860
|
"kindString": "Type parameter",
|
|
@@ -13910,7 +13875,7 @@
|
|
|
13910
13875
|
],
|
|
13911
13876
|
"parameters": [
|
|
13912
13877
|
{
|
|
13913
|
-
"id":
|
|
13878
|
+
"id": 1494,
|
|
13914
13879
|
"name": "query",
|
|
13915
13880
|
"kind": 32768,
|
|
13916
13881
|
"kindString": "Parameter",
|
|
@@ -13953,7 +13918,7 @@
|
|
|
13953
13918
|
}
|
|
13954
13919
|
},
|
|
13955
13920
|
{
|
|
13956
|
-
"id":
|
|
13921
|
+
"id": 1495,
|
|
13957
13922
|
"name": "queryHarnesses",
|
|
13958
13923
|
"kind": 2048,
|
|
13959
13924
|
"kindString": "Method",
|
|
@@ -13969,7 +13934,7 @@
|
|
|
13969
13934
|
],
|
|
13970
13935
|
"signatures": [
|
|
13971
13936
|
{
|
|
13972
|
-
"id":
|
|
13937
|
+
"id": 1496,
|
|
13973
13938
|
"name": "queryHarnesses",
|
|
13974
13939
|
"kind": 4096,
|
|
13975
13940
|
"kindString": "Call signature",
|
|
@@ -13979,7 +13944,7 @@
|
|
|
13979
13944
|
},
|
|
13980
13945
|
"typeParameter": [
|
|
13981
13946
|
{
|
|
13982
|
-
"id":
|
|
13947
|
+
"id": 1497,
|
|
13983
13948
|
"name": "T",
|
|
13984
13949
|
"kind": 131072,
|
|
13985
13950
|
"kindString": "Type parameter",
|
|
@@ -14000,7 +13965,7 @@
|
|
|
14000
13965
|
],
|
|
14001
13966
|
"parameters": [
|
|
14002
13967
|
{
|
|
14003
|
-
"id":
|
|
13968
|
+
"id": 1498,
|
|
14004
13969
|
"name": "harness",
|
|
14005
13970
|
"kind": 32768,
|
|
14006
13971
|
"kindString": "Parameter",
|
|
@@ -14046,7 +14011,7 @@
|
|
|
14046
14011
|
}
|
|
14047
14012
|
},
|
|
14048
14013
|
{
|
|
14049
|
-
"id":
|
|
14014
|
+
"id": 1499,
|
|
14050
14015
|
"name": "querySelector",
|
|
14051
14016
|
"kind": 2048,
|
|
14052
14017
|
"kindString": "Method",
|
|
@@ -14062,7 +14027,7 @@
|
|
|
14062
14027
|
],
|
|
14063
14028
|
"signatures": [
|
|
14064
14029
|
{
|
|
14065
|
-
"id":
|
|
14030
|
+
"id": 1500,
|
|
14066
14031
|
"name": "querySelector",
|
|
14067
14032
|
"kind": 4096,
|
|
14068
14033
|
"kindString": "Call signature",
|
|
@@ -14072,7 +14037,7 @@
|
|
|
14072
14037
|
},
|
|
14073
14038
|
"parameters": [
|
|
14074
14039
|
{
|
|
14075
|
-
"id":
|
|
14040
|
+
"id": 1501,
|
|
14076
14041
|
"name": "selector",
|
|
14077
14042
|
"kind": 32768,
|
|
14078
14043
|
"kindString": "Parameter",
|
|
@@ -14109,7 +14074,7 @@
|
|
|
14109
14074
|
}
|
|
14110
14075
|
},
|
|
14111
14076
|
{
|
|
14112
|
-
"id":
|
|
14077
|
+
"id": 1502,
|
|
14113
14078
|
"name": "querySelectorAll",
|
|
14114
14079
|
"kind": 2048,
|
|
14115
14080
|
"kindString": "Method",
|
|
@@ -14125,7 +14090,7 @@
|
|
|
14125
14090
|
],
|
|
14126
14091
|
"signatures": [
|
|
14127
14092
|
{
|
|
14128
|
-
"id":
|
|
14093
|
+
"id": 1503,
|
|
14129
14094
|
"name": "querySelectorAll",
|
|
14130
14095
|
"kind": 4096,
|
|
14131
14096
|
"kindString": "Call signature",
|
|
@@ -14135,7 +14100,7 @@
|
|
|
14135
14100
|
},
|
|
14136
14101
|
"parameters": [
|
|
14137
14102
|
{
|
|
14138
|
-
"id":
|
|
14103
|
+
"id": 1504,
|
|
14139
14104
|
"name": "selector",
|
|
14140
14105
|
"kind": 32768,
|
|
14141
14106
|
"kindString": "Parameter",
|
|
@@ -14175,7 +14140,7 @@
|
|
|
14175
14140
|
}
|
|
14176
14141
|
},
|
|
14177
14142
|
{
|
|
14178
|
-
"id":
|
|
14143
|
+
"id": 1511,
|
|
14179
14144
|
"name": "select",
|
|
14180
14145
|
"kind": 2048,
|
|
14181
14146
|
"kindString": "Method",
|
|
@@ -14191,7 +14156,7 @@
|
|
|
14191
14156
|
],
|
|
14192
14157
|
"signatures": [
|
|
14193
14158
|
{
|
|
14194
|
-
"id":
|
|
14159
|
+
"id": 1512,
|
|
14195
14160
|
"name": "select",
|
|
14196
14161
|
"kind": 4096,
|
|
14197
14162
|
"kindString": "Call signature",
|
|
@@ -14223,7 +14188,7 @@
|
|
|
14223
14188
|
}
|
|
14224
14189
|
},
|
|
14225
14190
|
{
|
|
14226
|
-
"id":
|
|
14191
|
+
"id": 1529,
|
|
14227
14192
|
"name": "sendToTop",
|
|
14228
14193
|
"kind": 2048,
|
|
14229
14194
|
"kindString": "Method",
|
|
@@ -14239,7 +14204,7 @@
|
|
|
14239
14204
|
],
|
|
14240
14205
|
"signatures": [
|
|
14241
14206
|
{
|
|
14242
|
-
"id":
|
|
14207
|
+
"id": 1530,
|
|
14243
14208
|
"name": "sendToTop",
|
|
14244
14209
|
"kind": 4096,
|
|
14245
14210
|
"kindString": "Call signature",
|
|
@@ -14271,7 +14236,7 @@
|
|
|
14271
14236
|
}
|
|
14272
14237
|
},
|
|
14273
14238
|
{
|
|
14274
|
-
"id":
|
|
14239
|
+
"id": 1473,
|
|
14275
14240
|
"name": "with",
|
|
14276
14241
|
"kind": 2048,
|
|
14277
14242
|
"kindString": "Method",
|
|
@@ -14288,7 +14253,7 @@
|
|
|
14288
14253
|
],
|
|
14289
14254
|
"signatures": [
|
|
14290
14255
|
{
|
|
14291
|
-
"id":
|
|
14256
|
+
"id": 1474,
|
|
14292
14257
|
"name": "with",
|
|
14293
14258
|
"kind": 4096,
|
|
14294
14259
|
"kindString": "Call signature",
|
|
@@ -14298,7 +14263,7 @@
|
|
|
14298
14263
|
},
|
|
14299
14264
|
"parameters": [
|
|
14300
14265
|
{
|
|
14301
|
-
"id":
|
|
14266
|
+
"id": 1475,
|
|
14302
14267
|
"name": "filters",
|
|
14303
14268
|
"kind": 32768,
|
|
14304
14269
|
"kindString": "Parameter",
|
|
@@ -14338,32 +14303,32 @@
|
|
|
14338
14303
|
"title": "Constructors",
|
|
14339
14304
|
"kind": 512,
|
|
14340
14305
|
"children": [
|
|
14341
|
-
|
|
14306
|
+
1481
|
|
14342
14307
|
]
|
|
14343
14308
|
},
|
|
14344
14309
|
{
|
|
14345
14310
|
"title": "Methods",
|
|
14346
14311
|
"kind": 2048,
|
|
14347
14312
|
"children": [
|
|
14348
|
-
1508,
|
|
14349
|
-
1528,
|
|
14350
|
-
1516,
|
|
14351
|
-
1526,
|
|
14352
|
-
1518,
|
|
14353
|
-
1520,
|
|
14354
|
-
1537,
|
|
14355
|
-
1522,
|
|
14356
|
-
1524,
|
|
14357
|
-
1530,
|
|
14358
|
-
1510,
|
|
14359
|
-
1512,
|
|
14360
|
-
1494,
|
|
14361
|
-
1498,
|
|
14362
|
-
1502,
|
|
14363
14313
|
1505,
|
|
14364
|
-
|
|
14365
|
-
|
|
14366
|
-
|
|
14314
|
+
1525,
|
|
14315
|
+
1513,
|
|
14316
|
+
1523,
|
|
14317
|
+
1515,
|
|
14318
|
+
1517,
|
|
14319
|
+
1534,
|
|
14320
|
+
1519,
|
|
14321
|
+
1521,
|
|
14322
|
+
1527,
|
|
14323
|
+
1507,
|
|
14324
|
+
1509,
|
|
14325
|
+
1491,
|
|
14326
|
+
1495,
|
|
14327
|
+
1499,
|
|
14328
|
+
1502,
|
|
14329
|
+
1511,
|
|
14330
|
+
1529,
|
|
14331
|
+
1473
|
|
14367
14332
|
]
|
|
14368
14333
|
}
|
|
14369
14334
|
],
|
|
@@ -14382,7 +14347,7 @@
|
|
|
14382
14347
|
]
|
|
14383
14348
|
},
|
|
14384
14349
|
{
|
|
14385
|
-
"id":
|
|
14350
|
+
"id": 1554,
|
|
14386
14351
|
"name": "SkySelectionModalSearchResultHarnessFilters",
|
|
14387
14352
|
"kind": 256,
|
|
14388
14353
|
"kindString": "Interface",
|
|
@@ -14392,7 +14357,7 @@
|
|
|
14392
14357
|
},
|
|
14393
14358
|
"children": [
|
|
14394
14359
|
{
|
|
14395
|
-
"id":
|
|
14360
|
+
"id": 1557,
|
|
14396
14361
|
"name": "contentText",
|
|
14397
14362
|
"kind": 1024,
|
|
14398
14363
|
"kindString": "Property",
|
|
@@ -14430,7 +14395,7 @@
|
|
|
14430
14395
|
}
|
|
14431
14396
|
},
|
|
14432
14397
|
{
|
|
14433
|
-
"id":
|
|
14398
|
+
"id": 1555,
|
|
14434
14399
|
"name": "dataSkyId",
|
|
14435
14400
|
"kind": 1024,
|
|
14436
14401
|
"kindString": "Property",
|
|
@@ -14468,7 +14433,7 @@
|
|
|
14468
14433
|
}
|
|
14469
14434
|
},
|
|
14470
14435
|
{
|
|
14471
|
-
"id":
|
|
14436
|
+
"id": 1556,
|
|
14472
14437
|
"name": "selector",
|
|
14473
14438
|
"kind": 1024,
|
|
14474
14439
|
"kindString": "Property",
|
|
@@ -14500,9 +14465,9 @@
|
|
|
14500
14465
|
"title": "Properties",
|
|
14501
14466
|
"kind": 1024,
|
|
14502
14467
|
"children": [
|
|
14503
|
-
|
|
14504
|
-
|
|
14505
|
-
|
|
14468
|
+
1557,
|
|
14469
|
+
1555,
|
|
14470
|
+
1556
|
|
14506
14471
|
]
|
|
14507
14472
|
}
|
|
14508
14473
|
],
|