@skyux/phone-field 11.18.0 → 11.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +1068 -129
- package/esm2022/testing/phonefield/phone-field-harness-filters.mjs +2 -0
- package/esm2022/testing/phonefield/phone-field-harness.mjs +73 -0
- package/esm2022/testing/phonefield/phone-field-input-harness.mjs +11 -0
- package/esm2022/testing/public-api.mjs +2 -1
- package/fesm2022/skyux-phone-field-testing.mjs +83 -2
- package/fesm2022/skyux-phone-field-testing.mjs.map +1 -1
- package/package.json +8 -8
- package/testing/phonefield/phone-field-harness-filters.d.ts +6 -0
- package/testing/phonefield/phone-field-harness.d.ts +50 -0
- package/testing/phonefield/phone-field-input-harness.d.ts +10 -0
- package/testing/public-api.d.ts +2 -0
package/documentation.json
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"SkyPhoneFieldComponent": "class-skyphonefieldcomponent",
|
|
5
5
|
"SkyPhoneFieldInputDirective": "class-skyphonefieldinputdirective",
|
|
6
6
|
"SkyPhoneFieldCountry": "interface-skyphonefieldcountry",
|
|
7
|
-
"SkyPhoneFieldNumberReturnFormat": "type-alias-skyphonefieldnumberreturnformat"
|
|
7
|
+
"SkyPhoneFieldNumberReturnFormat": "type-alias-skyphonefieldnumberreturnformat",
|
|
8
|
+
"SkyPhoneFieldHarness": "class-skyphonefieldharness",
|
|
9
|
+
"SkyPhoneFieldHarnessFilters": "interface-skyphonefieldharnessfilters"
|
|
8
10
|
},
|
|
9
11
|
"typedoc": {
|
|
10
12
|
"id": 0,
|
|
@@ -33,7 +35,7 @@
|
|
|
33
35
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.module.ts",
|
|
34
36
|
"line": 26,
|
|
35
37
|
"character": 13,
|
|
36
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
38
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.module.ts#L26"
|
|
37
39
|
}
|
|
38
40
|
],
|
|
39
41
|
"decorators": [
|
|
@@ -63,7 +65,7 @@
|
|
|
63
65
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
64
66
|
"line": 295,
|
|
65
67
|
"character": 2,
|
|
66
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
68
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L295"
|
|
67
69
|
}
|
|
68
70
|
],
|
|
69
71
|
"signatures": [
|
|
@@ -75,10 +77,10 @@
|
|
|
75
77
|
"flags": {},
|
|
76
78
|
"sources": [
|
|
77
79
|
{
|
|
78
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
80
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
79
81
|
"line": 295,
|
|
80
82
|
"character": 2,
|
|
81
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
83
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L295"
|
|
82
84
|
}
|
|
83
85
|
],
|
|
84
86
|
"parameters": [
|
|
@@ -189,7 +191,7 @@
|
|
|
189
191
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
190
192
|
"line": 268,
|
|
191
193
|
"character": 9,
|
|
192
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
194
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L268"
|
|
193
195
|
}
|
|
194
196
|
],
|
|
195
197
|
"type": {
|
|
@@ -222,7 +224,7 @@
|
|
|
222
224
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
223
225
|
"line": 205,
|
|
224
226
|
"character": 9,
|
|
225
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
227
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L205"
|
|
226
228
|
}
|
|
227
229
|
],
|
|
228
230
|
"type": {
|
|
@@ -249,7 +251,7 @@
|
|
|
249
251
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
250
252
|
"line": 262,
|
|
251
253
|
"character": 9,
|
|
252
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
254
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L262"
|
|
253
255
|
}
|
|
254
256
|
],
|
|
255
257
|
"type": {
|
|
@@ -282,7 +284,7 @@
|
|
|
282
284
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
283
285
|
"line": 213,
|
|
284
286
|
"character": 9,
|
|
285
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
287
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L213"
|
|
286
288
|
}
|
|
287
289
|
],
|
|
288
290
|
"type": {
|
|
@@ -309,10 +311,10 @@
|
|
|
309
311
|
"flags": {},
|
|
310
312
|
"sources": [
|
|
311
313
|
{
|
|
312
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
314
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
313
315
|
"line": 214,
|
|
314
316
|
"character": 4,
|
|
315
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
317
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L214"
|
|
316
318
|
}
|
|
317
319
|
],
|
|
318
320
|
"type": {
|
|
@@ -347,10 +349,10 @@
|
|
|
347
349
|
],
|
|
348
350
|
"sources": [
|
|
349
351
|
{
|
|
350
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
352
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
351
353
|
"line": 213,
|
|
352
354
|
"character": 38,
|
|
353
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
355
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L213"
|
|
354
356
|
}
|
|
355
357
|
]
|
|
356
358
|
}
|
|
@@ -374,7 +376,7 @@
|
|
|
374
376
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
375
377
|
"line": 209,
|
|
376
378
|
"character": 9,
|
|
377
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
379
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L209"
|
|
378
380
|
}
|
|
379
381
|
],
|
|
380
382
|
"type": {
|
|
@@ -397,7 +399,7 @@
|
|
|
397
399
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
398
400
|
"line": 207,
|
|
399
401
|
"character": 9,
|
|
400
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
402
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L207"
|
|
401
403
|
}
|
|
402
404
|
],
|
|
403
405
|
"type": {
|
|
@@ -421,7 +423,7 @@
|
|
|
421
423
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
422
424
|
"line": 300,
|
|
423
425
|
"character": 35,
|
|
424
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
426
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L300"
|
|
425
427
|
}
|
|
426
428
|
],
|
|
427
429
|
"type": {
|
|
@@ -447,7 +449,7 @@
|
|
|
447
449
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
448
450
|
"line": 256,
|
|
449
451
|
"character": 9,
|
|
450
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
452
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L256"
|
|
451
453
|
}
|
|
452
454
|
],
|
|
453
455
|
"type": {
|
|
@@ -480,7 +482,7 @@
|
|
|
480
482
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
481
483
|
"line": 211,
|
|
482
484
|
"character": 9,
|
|
483
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
485
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L211"
|
|
484
486
|
}
|
|
485
487
|
],
|
|
486
488
|
"type": {
|
|
@@ -519,7 +521,7 @@
|
|
|
519
521
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
520
522
|
"line": 203,
|
|
521
523
|
"character": 9,
|
|
522
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
524
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L203"
|
|
523
525
|
}
|
|
524
526
|
],
|
|
525
527
|
"type": {
|
|
@@ -567,7 +569,7 @@
|
|
|
567
569
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
568
570
|
"line": 196,
|
|
569
571
|
"character": 9,
|
|
570
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
572
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L196"
|
|
571
573
|
}
|
|
572
574
|
],
|
|
573
575
|
"type": {
|
|
@@ -597,7 +599,7 @@
|
|
|
597
599
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
598
600
|
"line": 299,
|
|
599
601
|
"character": 23,
|
|
600
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
602
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L299"
|
|
601
603
|
}
|
|
602
604
|
],
|
|
603
605
|
"type": {
|
|
@@ -623,13 +625,13 @@
|
|
|
623
625
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
624
626
|
"line": 145,
|
|
625
627
|
"character": 13,
|
|
626
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
628
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L145"
|
|
627
629
|
},
|
|
628
630
|
{
|
|
629
631
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
630
632
|
"line": 149,
|
|
631
633
|
"character": 13,
|
|
632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
634
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L149"
|
|
633
635
|
}
|
|
634
636
|
],
|
|
635
637
|
"getSignature": {
|
|
@@ -640,10 +642,10 @@
|
|
|
640
642
|
"flags": {},
|
|
641
643
|
"sources": [
|
|
642
644
|
{
|
|
643
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
645
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
644
646
|
"line": 149,
|
|
645
647
|
"character": 13,
|
|
646
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
648
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L149"
|
|
647
649
|
}
|
|
648
650
|
],
|
|
649
651
|
"type": {
|
|
@@ -678,10 +680,10 @@
|
|
|
678
680
|
},
|
|
679
681
|
"sources": [
|
|
680
682
|
{
|
|
681
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
683
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
682
684
|
"line": 145,
|
|
683
685
|
"character": 13,
|
|
684
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
686
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L145"
|
|
685
687
|
}
|
|
686
688
|
],
|
|
687
689
|
"parameters": [
|
|
@@ -721,13 +723,13 @@
|
|
|
721
723
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
722
724
|
"line": 163,
|
|
723
725
|
"character": 13,
|
|
724
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
726
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L163"
|
|
725
727
|
},
|
|
726
728
|
{
|
|
727
729
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
728
730
|
"line": 171,
|
|
729
731
|
"character": 13,
|
|
730
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
732
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L171"
|
|
731
733
|
}
|
|
732
734
|
],
|
|
733
735
|
"getSignature": {
|
|
@@ -738,10 +740,10 @@
|
|
|
738
740
|
"flags": {},
|
|
739
741
|
"sources": [
|
|
740
742
|
{
|
|
741
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
743
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
742
744
|
"line": 171,
|
|
743
745
|
"character": 13,
|
|
744
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
746
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L171"
|
|
745
747
|
}
|
|
746
748
|
],
|
|
747
749
|
"type": {
|
|
@@ -776,10 +778,10 @@
|
|
|
776
778
|
},
|
|
777
779
|
"sources": [
|
|
778
780
|
{
|
|
779
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
781
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
780
782
|
"line": 163,
|
|
781
783
|
"character": 13,
|
|
782
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
784
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L163"
|
|
783
785
|
}
|
|
784
786
|
],
|
|
785
787
|
"parameters": [
|
|
@@ -819,13 +821,13 @@
|
|
|
819
821
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
820
822
|
"line": 181,
|
|
821
823
|
"character": 13,
|
|
822
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
824
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L181"
|
|
823
825
|
},
|
|
824
826
|
{
|
|
825
827
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
826
828
|
"line": 185,
|
|
827
829
|
"character": 13,
|
|
828
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
830
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L185"
|
|
829
831
|
}
|
|
830
832
|
],
|
|
831
833
|
"getSignature": {
|
|
@@ -879,10 +881,10 @@
|
|
|
879
881
|
},
|
|
880
882
|
"sources": [
|
|
881
883
|
{
|
|
882
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
884
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
883
885
|
"line": 181,
|
|
884
886
|
"character": 13,
|
|
885
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
887
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L181"
|
|
886
888
|
}
|
|
887
889
|
],
|
|
888
890
|
"type": {
|
|
@@ -900,10 +902,10 @@
|
|
|
900
902
|
"flags": {},
|
|
901
903
|
"sources": [
|
|
902
904
|
{
|
|
903
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
905
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
904
906
|
"line": 185,
|
|
905
907
|
"character": 13,
|
|
906
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
908
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L185"
|
|
907
909
|
}
|
|
908
910
|
],
|
|
909
911
|
"parameters": [
|
|
@@ -945,13 +947,13 @@
|
|
|
945
947
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
946
948
|
"line": 221,
|
|
947
949
|
"character": 13,
|
|
948
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
950
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L221"
|
|
949
951
|
},
|
|
950
952
|
{
|
|
951
953
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
952
954
|
"line": 248,
|
|
953
955
|
"character": 13,
|
|
954
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
956
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L248"
|
|
955
957
|
}
|
|
956
958
|
],
|
|
957
959
|
"getSignature": {
|
|
@@ -962,10 +964,10 @@
|
|
|
962
964
|
"flags": {},
|
|
963
965
|
"sources": [
|
|
964
966
|
{
|
|
965
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
967
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
966
968
|
"line": 248,
|
|
967
969
|
"character": 13,
|
|
968
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
970
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L248"
|
|
969
971
|
}
|
|
970
972
|
],
|
|
971
973
|
"type": {
|
|
@@ -991,10 +993,10 @@
|
|
|
991
993
|
},
|
|
992
994
|
"sources": [
|
|
993
995
|
{
|
|
994
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
996
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
995
997
|
"line": 221,
|
|
996
998
|
"character": 13,
|
|
997
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
999
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L221"
|
|
998
1000
|
}
|
|
999
1001
|
],
|
|
1000
1002
|
"parameters": [
|
|
@@ -1036,7 +1038,7 @@
|
|
|
1036
1038
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
1037
1039
|
"line": 399,
|
|
1038
1040
|
"character": 9,
|
|
1039
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1041
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L399"
|
|
1040
1042
|
}
|
|
1041
1043
|
],
|
|
1042
1044
|
"signatures": [
|
|
@@ -1048,10 +1050,10 @@
|
|
|
1048
1050
|
"flags": {},
|
|
1049
1051
|
"sources": [
|
|
1050
1052
|
{
|
|
1051
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
1053
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
1052
1054
|
"line": 399,
|
|
1053
1055
|
"character": 9,
|
|
1054
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1056
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L399"
|
|
1055
1057
|
}
|
|
1056
1058
|
],
|
|
1057
1059
|
"parameters": [
|
|
@@ -1093,7 +1095,7 @@
|
|
|
1093
1095
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
1094
1096
|
"line": 360,
|
|
1095
1097
|
"character": 9,
|
|
1096
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1098
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L360"
|
|
1097
1099
|
}
|
|
1098
1100
|
],
|
|
1099
1101
|
"signatures": [
|
|
@@ -1105,10 +1107,10 @@
|
|
|
1105
1107
|
"flags": {},
|
|
1106
1108
|
"sources": [
|
|
1107
1109
|
{
|
|
1108
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
1110
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
1109
1111
|
"line": 360,
|
|
1110
1112
|
"character": 9,
|
|
1111
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1113
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L360"
|
|
1112
1114
|
}
|
|
1113
1115
|
],
|
|
1114
1116
|
"type": {
|
|
@@ -1142,7 +1144,7 @@
|
|
|
1142
1144
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
1143
1145
|
"line": 334,
|
|
1144
1146
|
"character": 9,
|
|
1145
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1147
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L334"
|
|
1146
1148
|
}
|
|
1147
1149
|
],
|
|
1148
1150
|
"signatures": [
|
|
@@ -1154,10 +1156,10 @@
|
|
|
1154
1156
|
"flags": {},
|
|
1155
1157
|
"sources": [
|
|
1156
1158
|
{
|
|
1157
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
1159
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
1158
1160
|
"line": 334,
|
|
1159
1161
|
"character": 9,
|
|
1160
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1162
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L334"
|
|
1161
1163
|
}
|
|
1162
1164
|
],
|
|
1163
1165
|
"type": {
|
|
@@ -1191,7 +1193,7 @@
|
|
|
1191
1193
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
1192
1194
|
"line": 409,
|
|
1193
1195
|
"character": 9,
|
|
1194
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1196
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L409"
|
|
1195
1197
|
}
|
|
1196
1198
|
],
|
|
1197
1199
|
"signatures": [
|
|
@@ -1203,10 +1205,10 @@
|
|
|
1203
1205
|
"flags": {},
|
|
1204
1206
|
"sources": [
|
|
1205
1207
|
{
|
|
1206
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
1208
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
1207
1209
|
"line": 409,
|
|
1208
1210
|
"character": 9,
|
|
1209
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1211
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L409"
|
|
1210
1212
|
}
|
|
1211
1213
|
],
|
|
1212
1214
|
"parameters": [
|
|
@@ -1248,7 +1250,7 @@
|
|
|
1248
1250
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
1249
1251
|
"line": 422,
|
|
1250
1252
|
"character": 9,
|
|
1251
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1253
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L422"
|
|
1252
1254
|
}
|
|
1253
1255
|
],
|
|
1254
1256
|
"signatures": [
|
|
@@ -1260,10 +1262,10 @@
|
|
|
1260
1262
|
"flags": {},
|
|
1261
1263
|
"sources": [
|
|
1262
1264
|
{
|
|
1263
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
1265
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
1264
1266
|
"line": 422,
|
|
1265
1267
|
"character": 9,
|
|
1266
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1268
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L422"
|
|
1267
1269
|
}
|
|
1268
1270
|
],
|
|
1269
1271
|
"parameters": [
|
|
@@ -1300,7 +1302,7 @@
|
|
|
1300
1302
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
1301
1303
|
"line": 381,
|
|
1302
1304
|
"character": 9,
|
|
1303
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1305
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L381"
|
|
1304
1306
|
}
|
|
1305
1307
|
],
|
|
1306
1308
|
"signatures": [
|
|
@@ -1312,10 +1314,10 @@
|
|
|
1312
1314
|
"flags": {},
|
|
1313
1315
|
"sources": [
|
|
1314
1316
|
{
|
|
1315
|
-
"fileName": "src/lib/modules/phone-field/phone-field.component.ts",
|
|
1317
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
1316
1318
|
"line": 381,
|
|
1317
1319
|
"character": 9,
|
|
1318
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1320
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L381"
|
|
1319
1321
|
}
|
|
1320
1322
|
],
|
|
1321
1323
|
"parameters": [
|
|
@@ -1390,7 +1392,7 @@
|
|
|
1390
1392
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
|
|
1391
1393
|
"line": 139,
|
|
1392
1394
|
"character": 13,
|
|
1393
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1395
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L139"
|
|
1394
1396
|
}
|
|
1395
1397
|
],
|
|
1396
1398
|
"implementedTypes": [
|
|
@@ -1531,7 +1533,7 @@
|
|
|
1531
1533
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
1532
1534
|
"line": 84,
|
|
1533
1535
|
"character": 9,
|
|
1534
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1536
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L84"
|
|
1535
1537
|
}
|
|
1536
1538
|
],
|
|
1537
1539
|
"type": {
|
|
@@ -1561,13 +1563,13 @@
|
|
|
1561
1563
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
1562
1564
|
"line": 63,
|
|
1563
1565
|
"character": 13,
|
|
1564
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1566
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L63"
|
|
1565
1567
|
},
|
|
1566
1568
|
{
|
|
1567
1569
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
1568
1570
|
"line": 72,
|
|
1569
1571
|
"character": 13,
|
|
1570
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1572
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L72"
|
|
1571
1573
|
}
|
|
1572
1574
|
],
|
|
1573
1575
|
"getSignature": {
|
|
@@ -1578,10 +1580,10 @@
|
|
|
1578
1580
|
"flags": {},
|
|
1579
1581
|
"sources": [
|
|
1580
1582
|
{
|
|
1581
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1583
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1582
1584
|
"line": 72,
|
|
1583
1585
|
"character": 13,
|
|
1584
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1586
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L72"
|
|
1585
1587
|
}
|
|
1586
1588
|
],
|
|
1587
1589
|
"type": {
|
|
@@ -1624,10 +1626,10 @@
|
|
|
1624
1626
|
},
|
|
1625
1627
|
"sources": [
|
|
1626
1628
|
{
|
|
1627
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1629
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1628
1630
|
"line": 63,
|
|
1629
1631
|
"character": 13,
|
|
1630
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1632
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L63"
|
|
1631
1633
|
}
|
|
1632
1634
|
],
|
|
1633
1635
|
"parameters": [
|
|
@@ -1670,7 +1672,7 @@
|
|
|
1670
1672
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
1671
1673
|
"line": 134,
|
|
1672
1674
|
"character": 9,
|
|
1673
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1675
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L134"
|
|
1674
1676
|
}
|
|
1675
1677
|
],
|
|
1676
1678
|
"signatures": [
|
|
@@ -1682,10 +1684,10 @@
|
|
|
1682
1684
|
"flags": {},
|
|
1683
1685
|
"sources": [
|
|
1684
1686
|
{
|
|
1685
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1687
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1686
1688
|
"line": 134,
|
|
1687
1689
|
"character": 9,
|
|
1688
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1690
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L134"
|
|
1689
1691
|
}
|
|
1690
1692
|
],
|
|
1691
1693
|
"type": {
|
|
@@ -1719,7 +1721,7 @@
|
|
|
1719
1721
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
1720
1722
|
"line": 106,
|
|
1721
1723
|
"character": 9,
|
|
1722
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1724
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L106"
|
|
1723
1725
|
}
|
|
1724
1726
|
],
|
|
1725
1727
|
"signatures": [
|
|
@@ -1731,10 +1733,10 @@
|
|
|
1731
1733
|
"flags": {},
|
|
1732
1734
|
"sources": [
|
|
1733
1735
|
{
|
|
1734
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1736
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1735
1737
|
"line": 106,
|
|
1736
1738
|
"character": 9,
|
|
1737
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1739
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L106"
|
|
1738
1740
|
}
|
|
1739
1741
|
],
|
|
1740
1742
|
"type": {
|
|
@@ -1768,7 +1770,7 @@
|
|
|
1768
1770
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
1769
1771
|
"line": 139,
|
|
1770
1772
|
"character": 9,
|
|
1771
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1773
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L139"
|
|
1772
1774
|
}
|
|
1773
1775
|
],
|
|
1774
1776
|
"signatures": [
|
|
@@ -1780,10 +1782,10 @@
|
|
|
1780
1782
|
"flags": {},
|
|
1781
1783
|
"sources": [
|
|
1782
1784
|
{
|
|
1783
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1785
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1784
1786
|
"line": 139,
|
|
1785
1787
|
"character": 9,
|
|
1786
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1788
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L139"
|
|
1787
1789
|
}
|
|
1788
1790
|
],
|
|
1789
1791
|
"parameters": [
|
|
@@ -1803,10 +1805,10 @@
|
|
|
1803
1805
|
"flags": {},
|
|
1804
1806
|
"sources": [
|
|
1805
1807
|
{
|
|
1806
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1808
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1807
1809
|
"line": 139,
|
|
1808
1810
|
"character": 30,
|
|
1809
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1811
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L139"
|
|
1810
1812
|
}
|
|
1811
1813
|
],
|
|
1812
1814
|
"signatures": [
|
|
@@ -1818,10 +1820,10 @@
|
|
|
1818
1820
|
"flags": {},
|
|
1819
1821
|
"sources": [
|
|
1820
1822
|
{
|
|
1821
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1823
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1822
1824
|
"line": 139,
|
|
1823
1825
|
"character": 30,
|
|
1824
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1826
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L139"
|
|
1825
1827
|
}
|
|
1826
1828
|
],
|
|
1827
1829
|
"parameters": [
|
|
@@ -1878,7 +1880,7 @@
|
|
|
1878
1880
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
1879
1881
|
"line": 143,
|
|
1880
1882
|
"character": 9,
|
|
1881
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1883
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L143"
|
|
1882
1884
|
}
|
|
1883
1885
|
],
|
|
1884
1886
|
"signatures": [
|
|
@@ -1890,10 +1892,10 @@
|
|
|
1890
1892
|
"flags": {},
|
|
1891
1893
|
"sources": [
|
|
1892
1894
|
{
|
|
1893
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1895
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1894
1896
|
"line": 143,
|
|
1895
1897
|
"character": 9,
|
|
1896
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1898
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L143"
|
|
1897
1899
|
}
|
|
1898
1900
|
],
|
|
1899
1901
|
"parameters": [
|
|
@@ -1913,10 +1915,10 @@
|
|
|
1913
1915
|
"flags": {},
|
|
1914
1916
|
"sources": [
|
|
1915
1917
|
{
|
|
1916
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1918
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1917
1919
|
"line": 143,
|
|
1918
1920
|
"character": 31,
|
|
1919
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1921
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L143"
|
|
1920
1922
|
}
|
|
1921
1923
|
],
|
|
1922
1924
|
"signatures": [
|
|
@@ -1928,10 +1930,10 @@
|
|
|
1928
1930
|
"flags": {},
|
|
1929
1931
|
"sources": [
|
|
1930
1932
|
{
|
|
1931
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1933
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1932
1934
|
"line": 143,
|
|
1933
1935
|
"character": 31,
|
|
1934
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1936
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L143"
|
|
1935
1937
|
}
|
|
1936
1938
|
],
|
|
1937
1939
|
"type": {
|
|
@@ -1975,7 +1977,7 @@
|
|
|
1975
1977
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
1976
1978
|
"line": 147,
|
|
1977
1979
|
"character": 9,
|
|
1978
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1980
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L147"
|
|
1979
1981
|
}
|
|
1980
1982
|
],
|
|
1981
1983
|
"signatures": [
|
|
@@ -1987,10 +1989,10 @@
|
|
|
1987
1989
|
"flags": {},
|
|
1988
1990
|
"sources": [
|
|
1989
1991
|
{
|
|
1990
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1992
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
1991
1993
|
"line": 147,
|
|
1992
1994
|
"character": 9,
|
|
1993
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1995
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L147"
|
|
1994
1996
|
}
|
|
1995
1997
|
],
|
|
1996
1998
|
"parameters": [
|
|
@@ -2037,7 +2039,7 @@
|
|
|
2037
2039
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
2038
2040
|
"line": 151,
|
|
2039
2041
|
"character": 9,
|
|
2040
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2042
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L151"
|
|
2041
2043
|
}
|
|
2042
2044
|
],
|
|
2043
2045
|
"signatures": [
|
|
@@ -2049,10 +2051,10 @@
|
|
|
2049
2051
|
"flags": {},
|
|
2050
2052
|
"sources": [
|
|
2051
2053
|
{
|
|
2052
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
2054
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
2053
2055
|
"line": 151,
|
|
2054
2056
|
"character": 9,
|
|
2055
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2057
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L151"
|
|
2056
2058
|
}
|
|
2057
2059
|
],
|
|
2058
2060
|
"parameters": [
|
|
@@ -2119,7 +2121,7 @@
|
|
|
2119
2121
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
2120
2122
|
"line": 171,
|
|
2121
2123
|
"character": 9,
|
|
2122
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2124
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L171"
|
|
2123
2125
|
}
|
|
2124
2126
|
],
|
|
2125
2127
|
"signatures": [
|
|
@@ -2131,10 +2133,10 @@
|
|
|
2131
2133
|
"flags": {},
|
|
2132
2134
|
"sources": [
|
|
2133
2135
|
{
|
|
2134
|
-
"fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
2136
|
+
"fileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts",
|
|
2135
2137
|
"line": 171,
|
|
2136
2138
|
"character": 9,
|
|
2137
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2139
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L171"
|
|
2138
2140
|
}
|
|
2139
2141
|
],
|
|
2140
2142
|
"parameters": [
|
|
@@ -2206,7 +2208,7 @@
|
|
|
2206
2208
|
"fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
|
|
2207
2209
|
"line": 54,
|
|
2208
2210
|
"character": 13,
|
|
2209
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2211
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L54"
|
|
2210
2212
|
}
|
|
2211
2213
|
],
|
|
2212
2214
|
"implementedTypes": [
|
|
@@ -2284,7 +2286,7 @@
|
|
|
2284
2286
|
"fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
|
|
2285
2287
|
"line": 12,
|
|
2286
2288
|
"character": 2,
|
|
2287
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2289
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L12"
|
|
2288
2290
|
}
|
|
2289
2291
|
],
|
|
2290
2292
|
"type": {
|
|
@@ -2321,7 +2323,7 @@
|
|
|
2321
2323
|
"fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
|
|
2322
2324
|
"line": 17,
|
|
2323
2325
|
"character": 2,
|
|
2324
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2326
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L17"
|
|
2325
2327
|
}
|
|
2326
2328
|
],
|
|
2327
2329
|
"type": {
|
|
@@ -2354,7 +2356,7 @@
|
|
|
2354
2356
|
"fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
|
|
2355
2357
|
"line": 8,
|
|
2356
2358
|
"character": 2,
|
|
2357
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2359
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L8"
|
|
2358
2360
|
}
|
|
2359
2361
|
],
|
|
2360
2362
|
"type": {
|
|
@@ -2383,7 +2385,7 @@
|
|
|
2383
2385
|
"fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
|
|
2384
2386
|
"line": 21,
|
|
2385
2387
|
"character": 2,
|
|
2386
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2388
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L21"
|
|
2387
2389
|
}
|
|
2388
2390
|
],
|
|
2389
2391
|
"type": {
|
|
@@ -2408,7 +2410,7 @@
|
|
|
2408
2410
|
"fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
|
|
2409
2411
|
"line": 1,
|
|
2410
2412
|
"character": 17,
|
|
2411
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2413
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L1"
|
|
2412
2414
|
}
|
|
2413
2415
|
]
|
|
2414
2416
|
},
|
|
@@ -2455,7 +2457,7 @@
|
|
|
2455
2457
|
"fileName": "projects/phone-field/src/modules/phone-field/types/number-return-format.ts",
|
|
2456
2458
|
"line": 6,
|
|
2457
2459
|
"character": 12,
|
|
2458
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2460
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/src/lib/modules/phone-field/types/number-return-format.ts#L6"
|
|
2459
2461
|
}
|
|
2460
2462
|
],
|
|
2461
2463
|
"type": {
|
|
@@ -2475,6 +2477,838 @@
|
|
|
2475
2477
|
}
|
|
2476
2478
|
]
|
|
2477
2479
|
}
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"id": 208,
|
|
2483
|
+
"name": "SkyPhoneFieldHarness",
|
|
2484
|
+
"variant": "declaration",
|
|
2485
|
+
"kind": 128,
|
|
2486
|
+
"flags": {},
|
|
2487
|
+
"comment": {
|
|
2488
|
+
"summary": [
|
|
2489
|
+
{
|
|
2490
|
+
"kind": "text",
|
|
2491
|
+
"text": "Harness for interacting with a phone field component in tests."
|
|
2492
|
+
}
|
|
2493
|
+
]
|
|
2494
|
+
},
|
|
2495
|
+
"children": [
|
|
2496
|
+
{
|
|
2497
|
+
"id": 218,
|
|
2498
|
+
"name": "constructor",
|
|
2499
|
+
"variant": "declaration",
|
|
2500
|
+
"kind": 512,
|
|
2501
|
+
"flags": {},
|
|
2502
|
+
"sources": [
|
|
2503
|
+
{
|
|
2504
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2505
|
+
"line": 38,
|
|
2506
|
+
"character": 4
|
|
2507
|
+
}
|
|
2508
|
+
],
|
|
2509
|
+
"signatures": [
|
|
2510
|
+
{
|
|
2511
|
+
"id": 219,
|
|
2512
|
+
"name": "new SkyPhoneFieldHarness",
|
|
2513
|
+
"variant": "signature",
|
|
2514
|
+
"kind": 16384,
|
|
2515
|
+
"flags": {},
|
|
2516
|
+
"sources": [
|
|
2517
|
+
{
|
|
2518
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2519
|
+
"line": 38,
|
|
2520
|
+
"character": 4
|
|
2521
|
+
}
|
|
2522
|
+
],
|
|
2523
|
+
"parameters": [
|
|
2524
|
+
{
|
|
2525
|
+
"id": 220,
|
|
2526
|
+
"name": "locatorFactory",
|
|
2527
|
+
"variant": "param",
|
|
2528
|
+
"kind": 32768,
|
|
2529
|
+
"flags": {},
|
|
2530
|
+
"type": {
|
|
2531
|
+
"type": "reference",
|
|
2532
|
+
"target": {
|
|
2533
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2534
|
+
"qualifiedName": "LocatorFactory"
|
|
2535
|
+
},
|
|
2536
|
+
"name": "LocatorFactory",
|
|
2537
|
+
"package": "@angular/cdk"
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
],
|
|
2541
|
+
"type": {
|
|
2542
|
+
"type": "reference",
|
|
2543
|
+
"target": 208,
|
|
2544
|
+
"name": "SkyPhoneFieldHarness",
|
|
2545
|
+
"package": "@skyux/phone-field"
|
|
2546
|
+
},
|
|
2547
|
+
"inheritedFrom": {
|
|
2548
|
+
"type": "reference",
|
|
2549
|
+
"target": -1,
|
|
2550
|
+
"name": "SkyComponentHarness.constructor"
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2553
|
+
],
|
|
2554
|
+
"inheritedFrom": {
|
|
2555
|
+
"type": "reference",
|
|
2556
|
+
"target": -1,
|
|
2557
|
+
"name": "SkyComponentHarness.constructor"
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"id": 225,
|
|
2562
|
+
"name": "getControl",
|
|
2563
|
+
"variant": "declaration",
|
|
2564
|
+
"kind": 2048,
|
|
2565
|
+
"flags": {
|
|
2566
|
+
"isPublic": true
|
|
2567
|
+
},
|
|
2568
|
+
"sources": [
|
|
2569
|
+
{
|
|
2570
|
+
"fileName": "projects/phone-field/src/testing/phonefield/phone-field-harness.ts",
|
|
2571
|
+
"line": 47,
|
|
2572
|
+
"character": 15,
|
|
2573
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L47"
|
|
2574
|
+
}
|
|
2575
|
+
],
|
|
2576
|
+
"signatures": [
|
|
2577
|
+
{
|
|
2578
|
+
"id": 226,
|
|
2579
|
+
"name": "getControl",
|
|
2580
|
+
"variant": "signature",
|
|
2581
|
+
"kind": 4096,
|
|
2582
|
+
"flags": {},
|
|
2583
|
+
"comment": {
|
|
2584
|
+
"summary": [
|
|
2585
|
+
{
|
|
2586
|
+
"kind": "text",
|
|
2587
|
+
"text": "Gets the phone field input harness."
|
|
2588
|
+
}
|
|
2589
|
+
]
|
|
2590
|
+
},
|
|
2591
|
+
"sources": [
|
|
2592
|
+
{
|
|
2593
|
+
"fileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
2594
|
+
"line": 47,
|
|
2595
|
+
"character": 15,
|
|
2596
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L47"
|
|
2597
|
+
}
|
|
2598
|
+
],
|
|
2599
|
+
"type": {
|
|
2600
|
+
"type": "reference",
|
|
2601
|
+
"target": {
|
|
2602
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2603
|
+
"qualifiedName": "Promise"
|
|
2604
|
+
},
|
|
2605
|
+
"typeArguments": [
|
|
2606
|
+
{
|
|
2607
|
+
"type": "reference",
|
|
2608
|
+
"target": {
|
|
2609
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-input-harness.ts",
|
|
2610
|
+
"qualifiedName": "SkyPhoneFieldInputHarness"
|
|
2611
|
+
},
|
|
2612
|
+
"name": "SkyPhoneFieldInputHarness",
|
|
2613
|
+
"package": "@skyux/phone-field"
|
|
2614
|
+
}
|
|
2615
|
+
],
|
|
2616
|
+
"name": "Promise",
|
|
2617
|
+
"package": "typescript"
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
],
|
|
2621
|
+
"decorators": []
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"id": 227,
|
|
2625
|
+
"name": "getSelectedCountryIso2",
|
|
2626
|
+
"variant": "declaration",
|
|
2627
|
+
"kind": 2048,
|
|
2628
|
+
"flags": {
|
|
2629
|
+
"isPublic": true
|
|
2630
|
+
},
|
|
2631
|
+
"sources": [
|
|
2632
|
+
{
|
|
2633
|
+
"fileName": "projects/phone-field/src/testing/phonefield/phone-field-harness.ts",
|
|
2634
|
+
"line": 54,
|
|
2635
|
+
"character": 15,
|
|
2636
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L54"
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
"signatures": [
|
|
2640
|
+
{
|
|
2641
|
+
"id": 228,
|
|
2642
|
+
"name": "getSelectedCountryIso2",
|
|
2643
|
+
"variant": "signature",
|
|
2644
|
+
"kind": 4096,
|
|
2645
|
+
"flags": {},
|
|
2646
|
+
"comment": {
|
|
2647
|
+
"summary": [
|
|
2648
|
+
{
|
|
2649
|
+
"kind": "text",
|
|
2650
|
+
"text": "Returns the selected country iso2 code."
|
|
2651
|
+
}
|
|
2652
|
+
]
|
|
2653
|
+
},
|
|
2654
|
+
"sources": [
|
|
2655
|
+
{
|
|
2656
|
+
"fileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
2657
|
+
"line": 54,
|
|
2658
|
+
"character": 15,
|
|
2659
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L54"
|
|
2660
|
+
}
|
|
2661
|
+
],
|
|
2662
|
+
"type": {
|
|
2663
|
+
"type": "reference",
|
|
2664
|
+
"target": {
|
|
2665
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2666
|
+
"qualifiedName": "Promise"
|
|
2667
|
+
},
|
|
2668
|
+
"typeArguments": [
|
|
2669
|
+
{
|
|
2670
|
+
"type": "intrinsic",
|
|
2671
|
+
"name": "string"
|
|
2672
|
+
}
|
|
2673
|
+
],
|
|
2674
|
+
"name": "Promise",
|
|
2675
|
+
"package": "typescript"
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
],
|
|
2679
|
+
"decorators": []
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"id": 229,
|
|
2683
|
+
"name": "getSelectedCountryName",
|
|
2684
|
+
"variant": "declaration",
|
|
2685
|
+
"kind": 2048,
|
|
2686
|
+
"flags": {
|
|
2687
|
+
"isPublic": true
|
|
2688
|
+
},
|
|
2689
|
+
"sources": [
|
|
2690
|
+
{
|
|
2691
|
+
"fileName": "projects/phone-field/src/testing/phonefield/phone-field-harness.ts",
|
|
2692
|
+
"line": 63,
|
|
2693
|
+
"character": 15,
|
|
2694
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L63"
|
|
2695
|
+
}
|
|
2696
|
+
],
|
|
2697
|
+
"signatures": [
|
|
2698
|
+
{
|
|
2699
|
+
"id": 230,
|
|
2700
|
+
"name": "getSelectedCountryName",
|
|
2701
|
+
"variant": "signature",
|
|
2702
|
+
"kind": 4096,
|
|
2703
|
+
"flags": {},
|
|
2704
|
+
"comment": {
|
|
2705
|
+
"summary": [
|
|
2706
|
+
{
|
|
2707
|
+
"kind": "text",
|
|
2708
|
+
"text": "Returns the selected country name."
|
|
2709
|
+
}
|
|
2710
|
+
]
|
|
2711
|
+
},
|
|
2712
|
+
"sources": [
|
|
2713
|
+
{
|
|
2714
|
+
"fileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
2715
|
+
"line": 63,
|
|
2716
|
+
"character": 15,
|
|
2717
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L63"
|
|
2718
|
+
}
|
|
2719
|
+
],
|
|
2720
|
+
"type": {
|
|
2721
|
+
"type": "reference",
|
|
2722
|
+
"target": {
|
|
2723
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2724
|
+
"qualifiedName": "Promise"
|
|
2725
|
+
},
|
|
2726
|
+
"typeArguments": [
|
|
2727
|
+
{
|
|
2728
|
+
"type": "intrinsic",
|
|
2729
|
+
"name": "string"
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2732
|
+
"name": "Promise",
|
|
2733
|
+
"package": "typescript"
|
|
2734
|
+
}
|
|
2735
|
+
}
|
|
2736
|
+
],
|
|
2737
|
+
"decorators": []
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"id": 243,
|
|
2741
|
+
"name": "host",
|
|
2742
|
+
"variant": "declaration",
|
|
2743
|
+
"kind": 2048,
|
|
2744
|
+
"flags": {},
|
|
2745
|
+
"sources": [
|
|
2746
|
+
{
|
|
2747
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2748
|
+
"line": 40,
|
|
2749
|
+
"character": 4
|
|
2750
|
+
}
|
|
2751
|
+
],
|
|
2752
|
+
"signatures": [
|
|
2753
|
+
{
|
|
2754
|
+
"id": 244,
|
|
2755
|
+
"name": "host",
|
|
2756
|
+
"variant": "signature",
|
|
2757
|
+
"kind": 4096,
|
|
2758
|
+
"flags": {},
|
|
2759
|
+
"comment": {
|
|
2760
|
+
"summary": [
|
|
2761
|
+
{
|
|
2762
|
+
"kind": "text",
|
|
2763
|
+
"text": "Gets a "
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"kind": "code",
|
|
2767
|
+
"text": "`Promise`"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"kind": "text",
|
|
2771
|
+
"text": " for the "
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"kind": "code",
|
|
2775
|
+
"text": "`TestElement`"
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"kind": "text",
|
|
2779
|
+
"text": " representing the host element of the component."
|
|
2780
|
+
}
|
|
2781
|
+
]
|
|
2782
|
+
},
|
|
2783
|
+
"sources": [
|
|
2784
|
+
{
|
|
2785
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2786
|
+
"line": 40,
|
|
2787
|
+
"character": 4
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"type": {
|
|
2791
|
+
"type": "reference",
|
|
2792
|
+
"target": {
|
|
2793
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2794
|
+
"qualifiedName": "Promise"
|
|
2795
|
+
},
|
|
2796
|
+
"typeArguments": [
|
|
2797
|
+
{
|
|
2798
|
+
"type": "reference",
|
|
2799
|
+
"target": {
|
|
2800
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2801
|
+
"qualifiedName": "TestElement"
|
|
2802
|
+
},
|
|
2803
|
+
"name": "TestElement",
|
|
2804
|
+
"package": "@angular/cdk"
|
|
2805
|
+
}
|
|
2806
|
+
],
|
|
2807
|
+
"name": "Promise",
|
|
2808
|
+
"package": "typescript"
|
|
2809
|
+
},
|
|
2810
|
+
"inheritedFrom": {
|
|
2811
|
+
"type": "reference",
|
|
2812
|
+
"target": -1,
|
|
2813
|
+
"name": "SkyComponentHarness.host"
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
],
|
|
2817
|
+
"inheritedFrom": {
|
|
2818
|
+
"type": "reference",
|
|
2819
|
+
"target": -1,
|
|
2820
|
+
"name": "SkyComponentHarness.host"
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"id": 231,
|
|
2825
|
+
"name": "searchCountry",
|
|
2826
|
+
"variant": "declaration",
|
|
2827
|
+
"kind": 2048,
|
|
2828
|
+
"flags": {
|
|
2829
|
+
"isPublic": true
|
|
2830
|
+
},
|
|
2831
|
+
"sources": [
|
|
2832
|
+
{
|
|
2833
|
+
"fileName": "projects/phone-field/src/testing/phonefield/phone-field-harness.ts",
|
|
2834
|
+
"line": 74,
|
|
2835
|
+
"character": 15,
|
|
2836
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L74"
|
|
2837
|
+
}
|
|
2838
|
+
],
|
|
2839
|
+
"signatures": [
|
|
2840
|
+
{
|
|
2841
|
+
"id": 232,
|
|
2842
|
+
"name": "searchCountry",
|
|
2843
|
+
"variant": "signature",
|
|
2844
|
+
"kind": 4096,
|
|
2845
|
+
"flags": {},
|
|
2846
|
+
"comment": {
|
|
2847
|
+
"summary": [
|
|
2848
|
+
{
|
|
2849
|
+
"kind": "text",
|
|
2850
|
+
"text": "Opens the country selector, performs a search, but makes no selection."
|
|
2851
|
+
}
|
|
2852
|
+
],
|
|
2853
|
+
"blockTags": [
|
|
2854
|
+
{
|
|
2855
|
+
"tag": "@returns",
|
|
2856
|
+
"content": [
|
|
2857
|
+
{
|
|
2858
|
+
"kind": "text",
|
|
2859
|
+
"text": "The list of country names matching the search text."
|
|
2860
|
+
}
|
|
2861
|
+
]
|
|
2862
|
+
}
|
|
2863
|
+
]
|
|
2864
|
+
},
|
|
2865
|
+
"sources": [
|
|
2866
|
+
{
|
|
2867
|
+
"fileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
2868
|
+
"line": 74,
|
|
2869
|
+
"character": 15,
|
|
2870
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L74"
|
|
2871
|
+
}
|
|
2872
|
+
],
|
|
2873
|
+
"parameters": [
|
|
2874
|
+
{
|
|
2875
|
+
"id": 233,
|
|
2876
|
+
"name": "searchText",
|
|
2877
|
+
"variant": "param",
|
|
2878
|
+
"kind": 32768,
|
|
2879
|
+
"flags": {},
|
|
2880
|
+
"comment": {
|
|
2881
|
+
"summary": [
|
|
2882
|
+
{
|
|
2883
|
+
"kind": "text",
|
|
2884
|
+
"text": "The name of the country to select."
|
|
2885
|
+
}
|
|
2886
|
+
]
|
|
2887
|
+
},
|
|
2888
|
+
"type": {
|
|
2889
|
+
"type": "intrinsic",
|
|
2890
|
+
"name": "string"
|
|
2891
|
+
}
|
|
2892
|
+
}
|
|
2893
|
+
],
|
|
2894
|
+
"type": {
|
|
2895
|
+
"type": "reference",
|
|
2896
|
+
"target": {
|
|
2897
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2898
|
+
"qualifiedName": "Promise"
|
|
2899
|
+
},
|
|
2900
|
+
"typeArguments": [
|
|
2901
|
+
{
|
|
2902
|
+
"type": "array",
|
|
2903
|
+
"elementType": {
|
|
2904
|
+
"type": "intrinsic",
|
|
2905
|
+
"name": "string"
|
|
2906
|
+
}
|
|
2907
|
+
}
|
|
2908
|
+
],
|
|
2909
|
+
"name": "Promise",
|
|
2910
|
+
"package": "typescript"
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
],
|
|
2914
|
+
"decorators": []
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"id": 234,
|
|
2918
|
+
"name": "selectCountry",
|
|
2919
|
+
"variant": "declaration",
|
|
2920
|
+
"kind": 2048,
|
|
2921
|
+
"flags": {
|
|
2922
|
+
"isPublic": true
|
|
2923
|
+
},
|
|
2924
|
+
"sources": [
|
|
2925
|
+
{
|
|
2926
|
+
"fileName": "projects/phone-field/src/testing/phonefield/phone-field-harness.ts",
|
|
2927
|
+
"line": 84,
|
|
2928
|
+
"character": 15,
|
|
2929
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L84"
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"signatures": [
|
|
2933
|
+
{
|
|
2934
|
+
"id": 235,
|
|
2935
|
+
"name": "selectCountry",
|
|
2936
|
+
"variant": "signature",
|
|
2937
|
+
"kind": 4096,
|
|
2938
|
+
"flags": {},
|
|
2939
|
+
"comment": {
|
|
2940
|
+
"summary": [
|
|
2941
|
+
{
|
|
2942
|
+
"kind": "text",
|
|
2943
|
+
"text": "Opens the country selector, performs a search, and selects the first result (if any)."
|
|
2944
|
+
}
|
|
2945
|
+
]
|
|
2946
|
+
},
|
|
2947
|
+
"sources": [
|
|
2948
|
+
{
|
|
2949
|
+
"fileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
2950
|
+
"line": 84,
|
|
2951
|
+
"character": 15,
|
|
2952
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L84"
|
|
2953
|
+
}
|
|
2954
|
+
],
|
|
2955
|
+
"parameters": [
|
|
2956
|
+
{
|
|
2957
|
+
"id": 236,
|
|
2958
|
+
"name": "searchText",
|
|
2959
|
+
"variant": "param",
|
|
2960
|
+
"kind": 32768,
|
|
2961
|
+
"flags": {},
|
|
2962
|
+
"comment": {
|
|
2963
|
+
"summary": [
|
|
2964
|
+
{
|
|
2965
|
+
"kind": "text",
|
|
2966
|
+
"text": "The name of the country to select."
|
|
2967
|
+
}
|
|
2968
|
+
]
|
|
2969
|
+
},
|
|
2970
|
+
"type": {
|
|
2971
|
+
"type": "intrinsic",
|
|
2972
|
+
"name": "string"
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
],
|
|
2976
|
+
"type": {
|
|
2977
|
+
"type": "reference",
|
|
2978
|
+
"target": {
|
|
2979
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2980
|
+
"qualifiedName": "Promise"
|
|
2981
|
+
},
|
|
2982
|
+
"typeArguments": [
|
|
2983
|
+
{
|
|
2984
|
+
"type": "intrinsic",
|
|
2985
|
+
"name": "void"
|
|
2986
|
+
}
|
|
2987
|
+
],
|
|
2988
|
+
"name": "Promise",
|
|
2989
|
+
"package": "typescript"
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"decorators": []
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"id": 210,
|
|
2997
|
+
"name": "with",
|
|
2998
|
+
"variant": "declaration",
|
|
2999
|
+
"kind": 2048,
|
|
3000
|
+
"flags": {
|
|
3001
|
+
"isPublic": true,
|
|
3002
|
+
"isStatic": true
|
|
3003
|
+
},
|
|
3004
|
+
"sources": [
|
|
3005
|
+
{
|
|
3006
|
+
"fileName": "projects/phone-field/src/testing/phonefield/phone-field-harness.ts",
|
|
3007
|
+
"line": 38,
|
|
3008
|
+
"character": 16,
|
|
3009
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L38"
|
|
3010
|
+
}
|
|
3011
|
+
],
|
|
3012
|
+
"signatures": [
|
|
3013
|
+
{
|
|
3014
|
+
"id": 211,
|
|
3015
|
+
"name": "with",
|
|
3016
|
+
"variant": "signature",
|
|
3017
|
+
"kind": 4096,
|
|
3018
|
+
"flags": {},
|
|
3019
|
+
"comment": {
|
|
3020
|
+
"summary": [
|
|
3021
|
+
{
|
|
3022
|
+
"kind": "text",
|
|
3023
|
+
"text": "Gets a "
|
|
3024
|
+
},
|
|
3025
|
+
{
|
|
3026
|
+
"kind": "code",
|
|
3027
|
+
"text": "`HarnessPredicate`"
|
|
3028
|
+
},
|
|
3029
|
+
{
|
|
3030
|
+
"kind": "text",
|
|
3031
|
+
"text": " that can be used to search for a\n"
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"kind": "code",
|
|
3035
|
+
"text": "`SkyPhoneFieldHarness`"
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "text",
|
|
3039
|
+
"text": " that meets certain criteria.\n\nThese filters only work for standalone phone fields. For phone fields\nwrapped inside "
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"kind": "code",
|
|
3043
|
+
"text": "`sky-input-box`"
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"kind": "text",
|
|
3047
|
+
"text": ", place filters on the input box\ninstead and query the datepicker using a "
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
"kind": "code",
|
|
3051
|
+
"text": "`SkyInputBoxHarness`"
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"kind": "text",
|
|
3055
|
+
"text": ".\nFor the input box implementation, see the code example."
|
|
3056
|
+
}
|
|
3057
|
+
]
|
|
3058
|
+
},
|
|
3059
|
+
"sources": [
|
|
3060
|
+
{
|
|
3061
|
+
"fileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3062
|
+
"line": 38,
|
|
3063
|
+
"character": 16,
|
|
3064
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L38"
|
|
3065
|
+
}
|
|
3066
|
+
],
|
|
3067
|
+
"parameters": [
|
|
3068
|
+
{
|
|
3069
|
+
"id": 212,
|
|
3070
|
+
"name": "filters",
|
|
3071
|
+
"variant": "param",
|
|
3072
|
+
"kind": 32768,
|
|
3073
|
+
"flags": {},
|
|
3074
|
+
"type": {
|
|
3075
|
+
"type": "reference",
|
|
3076
|
+
"target": 263,
|
|
3077
|
+
"name": "SkyPhoneFieldHarnessFilters",
|
|
3078
|
+
"package": "@skyux/phone-field"
|
|
3079
|
+
}
|
|
3080
|
+
}
|
|
3081
|
+
],
|
|
3082
|
+
"type": {
|
|
3083
|
+
"type": "reference",
|
|
3084
|
+
"target": {
|
|
3085
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3086
|
+
"qualifiedName": "HarnessPredicate"
|
|
3087
|
+
},
|
|
3088
|
+
"typeArguments": [
|
|
3089
|
+
{
|
|
3090
|
+
"type": "reference",
|
|
3091
|
+
"target": 208,
|
|
3092
|
+
"name": "SkyPhoneFieldHarness",
|
|
3093
|
+
"package": "@skyux/phone-field"
|
|
3094
|
+
}
|
|
3095
|
+
],
|
|
3096
|
+
"name": "HarnessPredicate",
|
|
3097
|
+
"package": "@angular/cdk"
|
|
3098
|
+
}
|
|
3099
|
+
}
|
|
3100
|
+
],
|
|
3101
|
+
"decorators": []
|
|
3102
|
+
}
|
|
3103
|
+
],
|
|
3104
|
+
"groups": [
|
|
3105
|
+
{
|
|
3106
|
+
"title": "Constructors",
|
|
3107
|
+
"children": [
|
|
3108
|
+
218
|
|
3109
|
+
]
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"title": "Methods",
|
|
3113
|
+
"children": [
|
|
3114
|
+
225,
|
|
3115
|
+
227,
|
|
3116
|
+
229,
|
|
3117
|
+
243,
|
|
3118
|
+
231,
|
|
3119
|
+
234,
|
|
3120
|
+
210
|
|
3121
|
+
]
|
|
3122
|
+
}
|
|
3123
|
+
],
|
|
3124
|
+
"sources": [
|
|
3125
|
+
{
|
|
3126
|
+
"fileName": "projects/phone-field/src/testing/phonefield/phone-field-harness.ts",
|
|
3127
|
+
"line": 11,
|
|
3128
|
+
"character": 13,
|
|
3129
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts#L11"
|
|
3130
|
+
}
|
|
3131
|
+
],
|
|
3132
|
+
"extendedTypes": [
|
|
3133
|
+
{
|
|
3134
|
+
"type": "reference",
|
|
3135
|
+
"target": {
|
|
3136
|
+
"sourceFileName": "libs/components/core/testing/src/shared/component-harness.ts",
|
|
3137
|
+
"qualifiedName": "SkyComponentHarness"
|
|
3138
|
+
},
|
|
3139
|
+
"name": "SkyComponentHarness",
|
|
3140
|
+
"package": "@skyux/core"
|
|
3141
|
+
}
|
|
3142
|
+
],
|
|
3143
|
+
"decorators": []
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"id": 263,
|
|
3147
|
+
"name": "SkyPhoneFieldHarnessFilters",
|
|
3148
|
+
"variant": "declaration",
|
|
3149
|
+
"kind": 256,
|
|
3150
|
+
"flags": {},
|
|
3151
|
+
"comment": {
|
|
3152
|
+
"summary": [
|
|
3153
|
+
{
|
|
3154
|
+
"kind": "text",
|
|
3155
|
+
"text": "A set of criteria that can be used to filter a list of SkyPhoneFieldHarness instances."
|
|
3156
|
+
}
|
|
3157
|
+
]
|
|
3158
|
+
},
|
|
3159
|
+
"children": [
|
|
3160
|
+
{
|
|
3161
|
+
"id": 266,
|
|
3162
|
+
"name": "ancestor",
|
|
3163
|
+
"variant": "declaration",
|
|
3164
|
+
"kind": 1024,
|
|
3165
|
+
"flags": {
|
|
3166
|
+
"isOptional": true
|
|
3167
|
+
},
|
|
3168
|
+
"comment": {
|
|
3169
|
+
"summary": [
|
|
3170
|
+
{
|
|
3171
|
+
"kind": "text",
|
|
3172
|
+
"text": "Only find instances that are nested under an element with the given selector."
|
|
3173
|
+
}
|
|
3174
|
+
]
|
|
3175
|
+
},
|
|
3176
|
+
"sources": [
|
|
3177
|
+
{
|
|
3178
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3179
|
+
"line": 28,
|
|
3180
|
+
"character": 4
|
|
3181
|
+
}
|
|
3182
|
+
],
|
|
3183
|
+
"type": {
|
|
3184
|
+
"type": "intrinsic",
|
|
3185
|
+
"name": "string"
|
|
3186
|
+
},
|
|
3187
|
+
"inheritedFrom": {
|
|
3188
|
+
"type": "reference",
|
|
3189
|
+
"target": -1,
|
|
3190
|
+
"name": "SkyHarnessFilters.ancestor"
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"id": 264,
|
|
3195
|
+
"name": "dataSkyId",
|
|
3196
|
+
"variant": "declaration",
|
|
3197
|
+
"kind": 1024,
|
|
3198
|
+
"flags": {
|
|
3199
|
+
"isOptional": true
|
|
3200
|
+
},
|
|
3201
|
+
"comment": {
|
|
3202
|
+
"summary": [
|
|
3203
|
+
{
|
|
3204
|
+
"kind": "text",
|
|
3205
|
+
"text": "Only find instances whose "
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"kind": "code",
|
|
3209
|
+
"text": "`data-sky-id`"
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"kind": "text",
|
|
3213
|
+
"text": " attribute matches the given value."
|
|
3214
|
+
}
|
|
3215
|
+
]
|
|
3216
|
+
},
|
|
3217
|
+
"sources": [
|
|
3218
|
+
{
|
|
3219
|
+
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
3220
|
+
"line": 11,
|
|
3221
|
+
"character": 2,
|
|
3222
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
3223
|
+
}
|
|
3224
|
+
],
|
|
3225
|
+
"type": {
|
|
3226
|
+
"type": "union",
|
|
3227
|
+
"types": [
|
|
3228
|
+
{
|
|
3229
|
+
"type": "intrinsic",
|
|
3230
|
+
"name": "string"
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"type": "reference",
|
|
3234
|
+
"target": {
|
|
3235
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3236
|
+
"qualifiedName": "RegExp"
|
|
3237
|
+
},
|
|
3238
|
+
"name": "RegExp",
|
|
3239
|
+
"package": "typescript"
|
|
3240
|
+
}
|
|
3241
|
+
]
|
|
3242
|
+
},
|
|
3243
|
+
"inheritedFrom": {
|
|
3244
|
+
"type": "reference",
|
|
3245
|
+
"target": -1,
|
|
3246
|
+
"name": "SkyHarnessFilters.dataSkyId"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
{
|
|
3250
|
+
"id": 265,
|
|
3251
|
+
"name": "selector",
|
|
3252
|
+
"variant": "declaration",
|
|
3253
|
+
"kind": 1024,
|
|
3254
|
+
"flags": {
|
|
3255
|
+
"isOptional": true
|
|
3256
|
+
},
|
|
3257
|
+
"comment": {
|
|
3258
|
+
"summary": [
|
|
3259
|
+
{
|
|
3260
|
+
"kind": "text",
|
|
3261
|
+
"text": "Only find instances whose host element matches the given selector."
|
|
3262
|
+
}
|
|
3263
|
+
]
|
|
3264
|
+
},
|
|
3265
|
+
"sources": [
|
|
3266
|
+
{
|
|
3267
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3268
|
+
"line": 26,
|
|
3269
|
+
"character": 4
|
|
3270
|
+
}
|
|
3271
|
+
],
|
|
3272
|
+
"type": {
|
|
3273
|
+
"type": "intrinsic",
|
|
3274
|
+
"name": "string"
|
|
3275
|
+
},
|
|
3276
|
+
"inheritedFrom": {
|
|
3277
|
+
"type": "reference",
|
|
3278
|
+
"target": -1,
|
|
3279
|
+
"name": "SkyHarnessFilters.selector"
|
|
3280
|
+
}
|
|
3281
|
+
}
|
|
3282
|
+
],
|
|
3283
|
+
"groups": [
|
|
3284
|
+
{
|
|
3285
|
+
"title": "Properties",
|
|
3286
|
+
"children": [
|
|
3287
|
+
266,
|
|
3288
|
+
264,
|
|
3289
|
+
265
|
|
3290
|
+
]
|
|
3291
|
+
}
|
|
3292
|
+
],
|
|
3293
|
+
"sources": [
|
|
3294
|
+
{
|
|
3295
|
+
"fileName": "projects/phone-field/src/testing/phonefield/phone-field-harness-filters.ts",
|
|
3296
|
+
"line": 7,
|
|
3297
|
+
"character": 17,
|
|
3298
|
+
"url": "https://github.com/blackbaud/skyux/blob/63f1648/libs/components/phone-field/testing/src/phonefield/phone-field-harness-filters.ts#L7"
|
|
3299
|
+
}
|
|
3300
|
+
],
|
|
3301
|
+
"extendedTypes": [
|
|
3302
|
+
{
|
|
3303
|
+
"type": "reference",
|
|
3304
|
+
"target": {
|
|
3305
|
+
"sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
3306
|
+
"qualifiedName": "SkyHarnessFilters"
|
|
3307
|
+
},
|
|
3308
|
+
"name": "SkyHarnessFilters",
|
|
3309
|
+
"package": "@skyux/core"
|
|
3310
|
+
}
|
|
3311
|
+
]
|
|
2478
3312
|
}
|
|
2479
3313
|
],
|
|
2480
3314
|
"groups": [
|
|
@@ -2873,6 +3707,106 @@
|
|
|
2873
3707
|
"152": {
|
|
2874
3708
|
"sourceFileName": "libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts",
|
|
2875
3709
|
"qualifiedName": "phoneNumberRaw"
|
|
3710
|
+
},
|
|
3711
|
+
"208": {
|
|
3712
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3713
|
+
"qualifiedName": "SkyPhoneFieldHarness"
|
|
3714
|
+
},
|
|
3715
|
+
"210": {
|
|
3716
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3717
|
+
"qualifiedName": "SkyPhoneFieldHarness.with"
|
|
3718
|
+
},
|
|
3719
|
+
"211": {
|
|
3720
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3721
|
+
"qualifiedName": "SkyPhoneFieldHarness.with"
|
|
3722
|
+
},
|
|
3723
|
+
"212": {
|
|
3724
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3725
|
+
"qualifiedName": "filters"
|
|
3726
|
+
},
|
|
3727
|
+
"218": {
|
|
3728
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3729
|
+
"qualifiedName": "ComponentHarness.__constructor"
|
|
3730
|
+
},
|
|
3731
|
+
"219": {
|
|
3732
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3733
|
+
"qualifiedName": "SkyPhoneFieldHarness"
|
|
3734
|
+
},
|
|
3735
|
+
"220": {
|
|
3736
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3737
|
+
"qualifiedName": "locatorFactory"
|
|
3738
|
+
},
|
|
3739
|
+
"225": {
|
|
3740
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3741
|
+
"qualifiedName": "SkyPhoneFieldHarness.getControl"
|
|
3742
|
+
},
|
|
3743
|
+
"226": {
|
|
3744
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3745
|
+
"qualifiedName": "SkyPhoneFieldHarness.getControl"
|
|
3746
|
+
},
|
|
3747
|
+
"227": {
|
|
3748
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3749
|
+
"qualifiedName": "SkyPhoneFieldHarness.getSelectedCountryIso2"
|
|
3750
|
+
},
|
|
3751
|
+
"228": {
|
|
3752
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3753
|
+
"qualifiedName": "SkyPhoneFieldHarness.getSelectedCountryIso2"
|
|
3754
|
+
},
|
|
3755
|
+
"229": {
|
|
3756
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3757
|
+
"qualifiedName": "SkyPhoneFieldHarness.getSelectedCountryName"
|
|
3758
|
+
},
|
|
3759
|
+
"230": {
|
|
3760
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3761
|
+
"qualifiedName": "SkyPhoneFieldHarness.getSelectedCountryName"
|
|
3762
|
+
},
|
|
3763
|
+
"231": {
|
|
3764
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3765
|
+
"qualifiedName": "SkyPhoneFieldHarness.searchCountry"
|
|
3766
|
+
},
|
|
3767
|
+
"232": {
|
|
3768
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3769
|
+
"qualifiedName": "SkyPhoneFieldHarness.searchCountry"
|
|
3770
|
+
},
|
|
3771
|
+
"233": {
|
|
3772
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3773
|
+
"qualifiedName": "searchText"
|
|
3774
|
+
},
|
|
3775
|
+
"234": {
|
|
3776
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3777
|
+
"qualifiedName": "SkyPhoneFieldHarness.selectCountry"
|
|
3778
|
+
},
|
|
3779
|
+
"235": {
|
|
3780
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3781
|
+
"qualifiedName": "SkyPhoneFieldHarness.selectCountry"
|
|
3782
|
+
},
|
|
3783
|
+
"236": {
|
|
3784
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness.ts",
|
|
3785
|
+
"qualifiedName": "searchText"
|
|
3786
|
+
},
|
|
3787
|
+
"243": {
|
|
3788
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3789
|
+
"qualifiedName": "ComponentHarness.host"
|
|
3790
|
+
},
|
|
3791
|
+
"244": {
|
|
3792
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3793
|
+
"qualifiedName": "ComponentHarness.host"
|
|
3794
|
+
},
|
|
3795
|
+
"263": {
|
|
3796
|
+
"sourceFileName": "libs/components/phone-field/testing/src/phonefield/phone-field-harness-filters.ts",
|
|
3797
|
+
"qualifiedName": "SkyPhoneFieldHarnessFilters"
|
|
3798
|
+
},
|
|
3799
|
+
"264": {
|
|
3800
|
+
"sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
3801
|
+
"qualifiedName": "SkyHarnessFilters.dataSkyId"
|
|
3802
|
+
},
|
|
3803
|
+
"265": {
|
|
3804
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3805
|
+
"qualifiedName": "BaseHarnessFilters.selector"
|
|
3806
|
+
},
|
|
3807
|
+
"266": {
|
|
3808
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3809
|
+
"qualifiedName": "BaseHarnessFilters.ancestor"
|
|
2876
3810
|
}
|
|
2877
3811
|
}
|
|
2878
3812
|
},
|
|
@@ -2880,12 +3814,17 @@
|
|
|
2880
3814
|
{
|
|
2881
3815
|
"fileName": "demo.component.ts",
|
|
2882
3816
|
"filePath": "/projects/phone-field/documentation/code-examples/phone-field/basic/demo.component.ts",
|
|
2883
|
-
"rawContents": "import { Component, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n Validators,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyPhoneFieldModule } from '@skyux/phone-field';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyInputBoxModule,\n SkyPhoneFieldModule,\n ],\n})\nexport class DemoComponent {\n
|
|
3817
|
+
"rawContents": "import { Component, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n Validators,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyPhoneFieldModule } from '@skyux/phone-field';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyInputBoxModule,\n SkyPhoneFieldModule,\n ],\n})\nexport class DemoComponent {\n public phoneForm: FormGroup;\n public phoneControl: FormControl;\n\n #formBuilder = inject(FormBuilder);\n\n constructor() {\n this.phoneControl = this.#formBuilder.control(undefined, {\n validators: Validators.required,\n });\n this.phoneForm = this.#formBuilder.group({\n phoneControl: this.phoneControl,\n });\n }\n}\n"
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"fileName": "demo.component.spec.ts",
|
|
3821
|
+
"filePath": "/projects/phone-field/documentation/code-examples/phone-field/basic/demo.component.spec.ts",
|
|
3822
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyInputBoxHarness } from '@skyux/forms/testing';\nimport { SkyPhoneFieldCountry } from '@skyux/phone-field';\nimport { SkyPhoneFieldHarness } from '@skyux/phone-field/testing';\n\nimport { DemoComponent } from './demo.component';\n\nconst COUNTRY_AU: SkyPhoneFieldCountry = {\n name: 'Australia',\n iso2: 'au',\n dialCode: '+61',\n};\n\nconst DATA_SKY_ID = 'my-phone-field';\nconst VALID_AU_NUMBER = '0212345678';\nconst VALID_US_NUMBER = '8675555309';\n\ndescribe('Basic phone field demo', () => {\n async function setupTest(options: { dataSkyId: string }): Promise<{\n harness: SkyPhoneFieldHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const harness = await (\n await loader.getHarness(\n SkyInputBoxHarness.with({ dataSkyId: options.dataSkyId }),\n )\n ).queryHarness(SkyPhoneFieldHarness);\n\n fixture.detectChanges();\n await fixture.whenStable();\n\n return { harness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [DemoComponent, NoopAnimationsModule],\n });\n });\n\n it('should set up phone field input and clear value', async () => {\n const { harness } = await setupTest({\n dataSkyId: DATA_SKY_ID,\n });\n\n // First, set a value on the phoneField.\n const inputHarness = await harness.getControl();\n await inputHarness.focus();\n await inputHarness.setValue(VALID_US_NUMBER);\n\n await expectAsync(inputHarness.getValue()).toBeResolvedTo(VALID_US_NUMBER);\n\n // Now, clear the value.\n await inputHarness.clear();\n await expectAsync(inputHarness.getValue()).toBeResolvedTo('');\n });\n\n it('should use selected country', async () => {\n const { harness, fixture } = await setupTest({\n dataSkyId: DATA_SKY_ID,\n });\n\n const inputHarness = await harness.getControl();\n await inputHarness.focus();\n // enter a valid phone number for the default country\n await inputHarness.setValue(VALID_US_NUMBER);\n\n // expect the model to use the proper dial code and format\n await expectAsync(inputHarness.getValue()).toBeResolvedTo(VALID_US_NUMBER);\n expect(fixture.componentInstance.phoneControl.value).toEqual(\n '(867) 555-5309',\n );\n\n if (COUNTRY_AU.name) {\n // change the country\n await harness.selectCountry(COUNTRY_AU.name);\n }\n\n const countryName: string | null = await harness.getSelectedCountryName();\n\n const countryIos2: string | null = await harness.getSelectedCountryIso2();\n\n fixture.detectChanges();\n await fixture.whenStable();\n\n if (COUNTRY_AU.name && countryName) {\n expect(countryName).toBe(COUNTRY_AU.name);\n }\n if (COUNTRY_AU.iso2 && countryIos2) {\n expect(countryIos2).toBe(COUNTRY_AU.iso2);\n }\n\n // enter a valid phone number for the new country\n await inputHarness.setValue(VALID_AU_NUMBER);\n\n // expect the model to use the proper dial code and format\n await expectAsync(inputHarness.getValue()).toBeResolvedTo(VALID_AU_NUMBER);\n expect(fixture.componentInstance.phoneControl.value).toEqual(\n '+61 2 1234 5678',\n );\n });\n});\n"
|
|
2884
3823
|
},
|
|
2885
3824
|
{
|
|
2886
3825
|
"fileName": "demo.component.html",
|
|
2887
3826
|
"filePath": "/projects/phone-field/documentation/code-examples/phone-field/basic/demo.component.html",
|
|
2888
|
-
"rawContents": "<div class=\"sky-padding-even-lg\">\n <form class=\"phone-field-demo\" [formGroup]=\"phoneForm\">\n <sky-input-box\n helpPopoverTitle=\"How we use your phone number\"\n hintText=\"Enter the phone number where you can be reached before 5 p.m., Monday through Friday.\"\n labelText=\"Phone number\"\n [helpPopoverContent]=\"inlineHelpPopover\"\n >\n <sky-phone-field [defaultCountry]=\"'us'\">\n <input formControlName=\"phoneControl\" skyPhoneFieldInput />\n </sky-phone-field>\n </sky-input-box>\n </form>\n</div>\n\n<ng-template #inlineHelpPopover>\n We use this number for calls and text about your student. We won't use it for\n other purposes.\n <br />\n <br />\n For more information, see our <a>privacy policy</a>.\n</ng-template>\n"
|
|
3827
|
+
"rawContents": "<div class=\"sky-padding-even-lg\">\n <form class=\"phone-field-demo\" [formGroup]=\"phoneForm\">\n <sky-input-box\n data-sky-id=\"my-phone-field\"\n helpPopoverTitle=\"How we use your phone number\"\n hintText=\"Enter the phone number where you can be reached before 5 p.m., Monday through Friday.\"\n labelText=\"Phone number\"\n [helpPopoverContent]=\"inlineHelpPopover\"\n >\n <sky-phone-field [defaultCountry]=\"'us'\">\n <input formControlName=\"phoneControl\" skyPhoneFieldInput />\n </sky-phone-field>\n </sky-input-box>\n </form>\n</div>\n\n<ng-template #inlineHelpPopover>\n We use this number for calls and text about your student. We won't use it for\n other purposes.\n <br />\n <br />\n For more information, see our <a>privacy policy</a>.\n</ng-template>\n"
|
|
2889
3828
|
}
|
|
2890
3829
|
],
|
|
2891
3830
|
"codeExampleDependencies": {
|
|
@@ -2900,28 +3839,28 @@
|
|
|
2900
3839
|
"@angular/forms": "18.2.8",
|
|
2901
3840
|
"@angular/platform-browser": "18.2.8",
|
|
2902
3841
|
"@angular/router": "18.2.8",
|
|
2903
|
-
"@blackbaud/skyux-design-tokens": "0.0.
|
|
3842
|
+
"@blackbaud/skyux-design-tokens": "0.0.41",
|
|
2904
3843
|
"@schematics/angular": "18.2.8",
|
|
2905
|
-
"@skyux-sdk/testing": "11.
|
|
2906
|
-
"@skyux/animations": "11.
|
|
2907
|
-
"@skyux/assets": "11.
|
|
2908
|
-
"@skyux/config": "11.
|
|
2909
|
-
"@skyux/core": "11.
|
|
2910
|
-
"@skyux/forms": "11.
|
|
2911
|
-
"@skyux/help-inline": "11.
|
|
2912
|
-
"@skyux/i18n": "11.
|
|
2913
|
-
"@skyux/icon": "11.
|
|
3844
|
+
"@skyux-sdk/testing": "11.19.0",
|
|
3845
|
+
"@skyux/animations": "11.19.0",
|
|
3846
|
+
"@skyux/assets": "11.19.0",
|
|
3847
|
+
"@skyux/config": "11.19.0",
|
|
3848
|
+
"@skyux/core": "11.19.0",
|
|
3849
|
+
"@skyux/forms": "11.19.0",
|
|
3850
|
+
"@skyux/help-inline": "11.19.0",
|
|
3851
|
+
"@skyux/i18n": "11.19.0",
|
|
3852
|
+
"@skyux/icon": "11.19.0",
|
|
2914
3853
|
"@skyux/icons": "7.8.0",
|
|
2915
|
-
"@skyux/indicators": "11.
|
|
2916
|
-
"@skyux/inline-form": "11.
|
|
2917
|
-
"@skyux/layout": "11.
|
|
2918
|
-
"@skyux/lists": "11.
|
|
2919
|
-
"@skyux/lookup": "11.
|
|
2920
|
-
"@skyux/modals": "11.
|
|
2921
|
-
"@skyux/phone-field": "11.
|
|
2922
|
-
"@skyux/popovers": "11.
|
|
2923
|
-
"@skyux/router": "11.
|
|
2924
|
-
"@skyux/theme": "11.
|
|
3854
|
+
"@skyux/indicators": "11.19.0",
|
|
3855
|
+
"@skyux/inline-form": "11.19.0",
|
|
3856
|
+
"@skyux/layout": "11.19.0",
|
|
3857
|
+
"@skyux/lists": "11.19.0",
|
|
3858
|
+
"@skyux/lookup": "11.19.0",
|
|
3859
|
+
"@skyux/modals": "11.19.0",
|
|
3860
|
+
"@skyux/phone-field": "11.19.0",
|
|
3861
|
+
"@skyux/popovers": "11.19.0",
|
|
3862
|
+
"@skyux/router": "11.19.0",
|
|
3863
|
+
"@skyux/theme": "11.19.0",
|
|
2925
3864
|
"@types/dragula": "2.1.36",
|
|
2926
3865
|
"@types/node": "20.14.12",
|
|
2927
3866
|
"axe-core": "4.10.0",
|