@skyux/phone-field 7.7.0 → 8.0.0-alpha.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.
@@ -19,25 +19,10 @@
19
19
  "kind": 128,
20
20
  "kindString": "Class",
21
21
  "flags": {},
22
- "decorators": [
23
- {
24
- "name": "NgModule",
25
- "type": {
26
- "type": "reference",
27
- "qualifiedName": "NgModuleDecorator",
28
- "package": "@angular/core",
29
- "name": "NgModule"
30
- },
31
- "arguments": {
32
- "obj": "{\n declarations: [SkyPhoneFieldComponent, SkyPhoneFieldInputDirective],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n SkyCountryFieldModule,\n SkyI18nModule,\n SkyIconModule,\n SkyPhoneFieldResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyPhoneFieldComponent, SkyPhoneFieldInputDirective],\n}"
33
- }
34
- }
35
- ],
36
22
  "children": [],
37
23
  "groups": [
38
24
  {
39
25
  "title": "Constructors",
40
- "kind": 512,
41
26
  "children": [
42
27
  154
43
28
  ]
@@ -47,7 +32,8 @@
47
32
  {
48
33
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.module.ts",
49
34
  "line": 28,
50
- "character": 13
35
+ "character": 13,
36
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.module.ts#L28"
51
37
  }
52
38
  ]
53
39
  },
@@ -57,20 +43,6 @@
57
43
  "kind": 128,
58
44
  "kindString": "Class",
59
45
  "flags": {},
60
- "decorators": [
61
- {
62
- "name": "Component",
63
- "type": {
64
- "type": "reference",
65
- "qualifiedName": "ComponentDecorator",
66
- "package": "@angular/core",
67
- "name": "Component"
68
- },
69
- "arguments": {
70
- "obj": "{\n selector: 'sky-phone-field',\n templateUrl: './phone-field.component.html',\n styleUrls: ['./phone-field.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n SkyPhoneFieldAdapterService,\n // Prevents the embedded country field component from changing its behavior based on\n // being inside an input box. The phone field itself will handle the required changes\n // for input box.\n {\n provide: SkyInputBoxHostService,\n useValue: undefined,\n },\n ],\n animations: [\n trigger('blockAnimationOnLoad', [transition(':enter', [])]),\n trigger('countrySearchAnimation', [\n transition(':enter', [\n style({\n opacity: 0,\n width: 0,\n }),\n animate(\n '200ms ease-in',\n style({\n opacity: 1,\n width: '*',\n })\n ),\n ]),\n transition(':leave', [\n animate(\n '200ms ease-in',\n style({\n opacity: 0,\n width: 0,\n })\n ),\n ]),\n ]),\n trigger('phoneInputAnimation', [\n transition(':enter', [\n style({\n opacity: 0,\n }),\n animate(\n '150ms ease-in',\n style({\n opacity: 1,\n })\n ),\n ]),\n transition(':leave', [\n animate(\n '150ms ease-in',\n style({\n opacity: 0,\n })\n ),\n ]),\n ]),\n ],\n}"
71
- }
72
- }
73
- ],
74
46
  "children": [
75
47
  {
76
48
  "id": 4,
@@ -82,7 +54,8 @@
82
54
  {
83
55
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
84
56
  "line": 258,
85
- "character": 2
57
+ "character": 2,
58
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L258"
86
59
  }
87
60
  ],
88
61
  "signatures": [
@@ -101,9 +74,9 @@
101
74
  "flags": {},
102
75
  "type": {
103
76
  "type": "reference",
77
+ "name": "FormBuilder",
104
78
  "qualifiedName": "FormBuilder",
105
- "package": "@angular/forms",
106
- "name": "FormBuilder"
79
+ "package": "@angular/forms"
107
80
  }
108
81
  },
109
82
  {
@@ -125,9 +98,9 @@
125
98
  "flags": {},
126
99
  "type": {
127
100
  "type": "reference",
101
+ "name": "ChangeDetectorRef",
128
102
  "qualifiedName": "ChangeDetectorRef",
129
- "package": "@angular/core",
130
- "name": "ChangeDetectorRef"
103
+ "package": "@angular/core"
131
104
  }
132
105
  },
133
106
  {
@@ -138,18 +111,6 @@
138
111
  "flags": {
139
112
  "isOptional": true
140
113
  },
141
- "decorators": [
142
- {
143
- "name": "Optional",
144
- "type": {
145
- "type": "reference",
146
- "qualifiedName": "OptionalDecorator",
147
- "package": "@angular/core",
148
- "name": "Optional"
149
- },
150
- "arguments": {}
151
- }
152
- ],
153
114
  "type": {
154
115
  "type": "reference",
155
116
  "name": "SkyThemeService"
@@ -163,28 +124,6 @@
163
124
  "flags": {
164
125
  "isOptional": true
165
126
  },
166
- "decorators": [
167
- {
168
- "name": "Optional",
169
- "type": {
170
- "type": "reference",
171
- "qualifiedName": "OptionalDecorator",
172
- "package": "@angular/core",
173
- "name": "Optional"
174
- },
175
- "arguments": {}
176
- },
177
- {
178
- "name": "SkipSelf",
179
- "type": {
180
- "type": "reference",
181
- "qualifiedName": "SkipSelfDecorator",
182
- "package": "@angular/core",
183
- "name": "SkipSelf"
184
- },
185
- "arguments": {}
186
- }
187
- ],
188
127
  "type": {
189
128
  "type": "reference",
190
129
  "name": "SkyInputBoxHostService"
@@ -207,26 +146,12 @@
207
146
  "flags": {
208
147
  "isPublic": true
209
148
  },
210
- "decorators": [
211
- {
212
- "name": "ViewChild",
213
- "type": {
214
- "type": "reference",
215
- "qualifiedName": "ViewChildDecorator",
216
- "package": "@angular/core",
217
- "name": "ViewChild"
218
- },
219
- "arguments": {
220
- "selector": "'buttonsInsetTemplateRef'",
221
- "opts": "{\n read: TemplateRef,\n static: true,\n }"
222
- }
223
- }
224
- ],
225
149
  "sources": [
226
150
  {
227
151
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
228
152
  "line": 237,
229
- "character": 9
153
+ "character": 9,
154
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L237"
230
155
  }
231
156
  ],
232
157
  "type": {
@@ -237,9 +162,9 @@
237
162
  "name": "unknown"
238
163
  }
239
164
  ],
165
+ "name": "TemplateRef",
240
166
  "qualifiedName": "TemplateRef",
241
- "package": "@angular/core",
242
- "name": "TemplateRef"
167
+ "package": "@angular/core"
243
168
  }
244
169
  },
245
170
  {
@@ -254,7 +179,8 @@
254
179
  {
255
180
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
256
181
  "line": 176,
257
- "character": 9
182
+ "character": 9,
183
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L176"
258
184
  }
259
185
  ],
260
186
  "type": {
@@ -274,26 +200,12 @@
274
200
  "flags": {
275
201
  "isPublic": true
276
202
  },
277
- "decorators": [
278
- {
279
- "name": "ViewChild",
280
- "type": {
281
- "type": "reference",
282
- "qualifiedName": "ViewChildDecorator",
283
- "package": "@angular/core",
284
- "name": "ViewChild"
285
- },
286
- "arguments": {
287
- "selector": "'countryBtnTemplateRef'",
288
- "opts": "{\n read: TemplateRef,\n static: true,\n }"
289
- }
290
- }
291
- ],
292
203
  "sources": [
293
204
  {
294
205
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
295
206
  "line": 231,
296
- "character": 9
207
+ "character": 9,
208
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L231"
297
209
  }
298
210
  ],
299
211
  "type": {
@@ -304,9 +216,9 @@
304
216
  "name": "unknown"
305
217
  }
306
218
  ],
219
+ "name": "TemplateRef",
307
220
  "qualifiedName": "TemplateRef",
308
- "package": "@angular/core",
309
- "name": "TemplateRef"
221
+ "package": "@angular/core"
310
222
  }
311
223
  },
312
224
  {
@@ -321,7 +233,8 @@
321
233
  {
322
234
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
323
235
  "line": 184,
324
- "character": 9
236
+ "character": 9,
237
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L184"
325
238
  }
326
239
  ],
327
240
  "type": {
@@ -346,7 +259,8 @@
346
259
  {
347
260
  "fileName": "src/lib/modules/phone-field/phone-field.component.ts",
348
261
  "line": 185,
349
- "character": 4
262
+ "character": 4,
263
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L185"
350
264
  }
351
265
  ],
352
266
  "type": {
@@ -357,27 +271,34 @@
357
271
  "name": "SkyCountryFieldCountry"
358
272
  }
359
273
  ],
274
+ "name": "FormControl",
360
275
  "qualifiedName": "FormControl",
361
- "package": "@angular/forms",
362
- "name": "FormControl"
276
+ "package": "@angular/forms"
363
277
  }
364
278
  }
365
279
  ],
366
280
  "groups": [
367
281
  {
368
282
  "title": "Properties",
369
- "kind": 1024,
370
283
  "children": [
371
284
  33
372
285
  ]
373
286
  }
287
+ ],
288
+ "sources": [
289
+ {
290
+ "fileName": "src/lib/modules/phone-field/phone-field.component.ts",
291
+ "line": 184,
292
+ "character": 38,
293
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L184"
294
+ }
374
295
  ]
375
296
  }
376
297
  }
377
298
  ],
299
+ "name": "FormGroup",
378
300
  "qualifiedName": "FormGroup",
379
- "package": "@angular/forms",
380
- "name": "FormGroup"
301
+ "package": "@angular/forms"
381
302
  }
382
303
  },
383
304
  {
@@ -392,7 +313,8 @@
392
313
  {
393
314
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
394
315
  "line": 180,
395
- "character": 9
316
+ "character": 9,
317
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L180"
396
318
  }
397
319
  ],
398
320
  "type": {
@@ -413,7 +335,8 @@
413
335
  {
414
336
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
415
337
  "line": 178,
416
- "character": 9
338
+ "character": 9,
339
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L178"
417
340
  }
418
341
  ],
419
342
  "type": {
@@ -423,33 +346,41 @@
423
346
  "defaultValue": "false"
424
347
  },
425
348
  {
426
- "id": 38,
427
- "name": "inputTemplateRef",
349
+ "id": 52,
350
+ "name": "inputBoxHostSvc",
428
351
  "kind": 1024,
429
352
  "kindString": "Property",
430
353
  "flags": {
431
- "isPublic": true
354
+ "isPublic": true,
355
+ "isOptional": true
432
356
  },
433
- "decorators": [
357
+ "sources": [
434
358
  {
435
- "name": "ViewChild",
436
- "type": {
437
- "type": "reference",
438
- "qualifiedName": "ViewChildDecorator",
439
- "package": "@angular/core",
440
- "name": "ViewChild"
441
- },
442
- "arguments": {
443
- "selector": "'inputTemplateRef'",
444
- "opts": "{\n read: TemplateRef,\n static: true,\n }"
445
- }
359
+ "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
360
+ "line": 263,
361
+ "character": 35,
362
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L263"
446
363
  }
447
364
  ],
365
+ "type": {
366
+ "type": "reference",
367
+ "name": "SkyInputBoxHostService"
368
+ }
369
+ },
370
+ {
371
+ "id": 38,
372
+ "name": "inputTemplateRef",
373
+ "kind": 1024,
374
+ "kindString": "Property",
375
+ "flags": {
376
+ "isPublic": true
377
+ },
448
378
  "sources": [
449
379
  {
450
380
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
451
381
  "line": 225,
452
- "character": 9
382
+ "character": 9,
383
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L225"
453
384
  }
454
385
  ],
455
386
  "type": {
@@ -460,9 +391,9 @@
460
391
  "name": "unknown"
461
392
  }
462
393
  ],
394
+ "name": "TemplateRef",
463
395
  "qualifiedName": "TemplateRef",
464
- "package": "@angular/core",
465
- "name": "TemplateRef"
396
+ "package": "@angular/core"
466
397
  }
467
398
  },
468
399
  {
@@ -477,7 +408,8 @@
477
408
  {
478
409
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
479
410
  "line": 182,
480
- "character": 9
411
+ "character": 9,
412
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L182"
481
413
  }
482
414
  ],
483
415
  "type": {
@@ -495,25 +427,27 @@
495
427
  "isPublic": true
496
428
  },
497
429
  "comment": {
498
- "shortText": "Emits a `SkyPhoneFieldCountry` object when the selected country in the country search\ninput changes."
499
- },
500
- "decorators": [
501
- {
502
- "name": "Output",
503
- "type": {
504
- "type": "reference",
505
- "qualifiedName": "OutputDecorator",
506
- "package": "@angular/core",
507
- "name": "Output"
430
+ "summary": [
431
+ {
432
+ "kind": "text",
433
+ "text": "Emits a "
508
434
  },
509
- "arguments": {}
510
- }
511
- ],
435
+ {
436
+ "kind": "code",
437
+ "text": "`SkyPhoneFieldCountry`"
438
+ },
439
+ {
440
+ "kind": "text",
441
+ "text": " object when the selected country in the country search\ninput changes."
442
+ }
443
+ ]
444
+ },
512
445
  "sources": [
513
446
  {
514
447
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
515
448
  "line": 174,
516
- "character": 9
449
+ "character": 9,
450
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L174"
517
451
  }
518
452
  ],
519
453
  "type": {
@@ -525,9 +459,9 @@
525
459
  "name": "SkyPhoneFieldCountry"
526
460
  }
527
461
  ],
462
+ "name": "EventEmitter",
528
463
  "qualifiedName": "EventEmitter",
529
- "package": "@angular/core",
530
- "name": "EventEmitter"
464
+ "package": "@angular/core"
531
465
  },
532
466
  "defaultValue": "..."
533
467
  },
@@ -540,25 +474,19 @@
540
474
  "isPublic": true
541
475
  },
542
476
  "comment": {
543
- "shortText": "The [International Organization for Standardization Alpha 2](https://www.nationsonline.org/oneworld/country_code_list.htm)\ncountry codes for the countries that users can select. By default, all countries are available."
477
+ "summary": [
478
+ {
479
+ "kind": "text",
480
+ "text": "The [International Organization for Standardization Alpha 2](https://www.nationsonline.org/oneworld/country_code_list.htm)\ncountry codes for the countries that users can select. By default, all countries are available."
481
+ }
482
+ ]
544
483
  },
545
- "decorators": [
546
- {
547
- "name": "Input",
548
- "type": {
549
- "type": "reference",
550
- "qualifiedName": "InputDecorator",
551
- "package": "@angular/core",
552
- "name": "Input"
553
- },
554
- "arguments": {}
555
- }
556
- ],
557
484
  "sources": [
558
485
  {
559
486
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
560
487
  "line": 166,
561
- "character": 9
488
+ "character": 9,
489
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L166"
562
490
  }
563
491
  ],
564
492
  "type": {
@@ -569,6 +497,28 @@
569
497
  }
570
498
  }
571
499
  },
500
+ {
501
+ "id": 51,
502
+ "name": "themeSvc",
503
+ "kind": 1024,
504
+ "kindString": "Property",
505
+ "flags": {
506
+ "isPublic": true,
507
+ "isOptional": true
508
+ },
509
+ "sources": [
510
+ {
511
+ "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
512
+ "line": 262,
513
+ "character": 23,
514
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L262"
515
+ }
516
+ ],
517
+ "type": {
518
+ "type": "reference",
519
+ "name": "SkyThemeService"
520
+ }
521
+ },
572
522
  {
573
523
  "id": 11,
574
524
  "name": "allowExtensions",
@@ -577,82 +527,74 @@
577
527
  "flags": {
578
528
  "isPublic": true
579
529
  },
580
- "decorators": [
581
- {
582
- "name": "Input",
583
- "type": {
584
- "type": "reference",
585
- "qualifiedName": "InputDecorator",
586
- "package": "@angular/core",
587
- "name": "Input"
588
- },
589
- "arguments": {}
590
- }
591
- ],
592
530
  "sources": [
593
531
  {
594
532
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
595
533
  "line": 113,
596
- "character": 13
597
- }
598
- ],
599
- "getSignature": [
534
+ "character": 13,
535
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L113"
536
+ },
600
537
  {
601
- "id": 12,
602
- "name": "allowExtensions",
603
- "kind": 524288,
604
- "kindString": "Get signature",
605
- "flags": {},
606
- "comment": {
607
- "shortText": "Whether phone number extensions are allowed.",
608
- "tags": [
609
- {
610
- "tag": "default",
611
- "text": "true\n"
612
- }
613
- ]
614
- },
615
- "type": {
616
- "type": "intrinsic",
617
- "name": "boolean"
618
- }
538
+ "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
539
+ "line": 117,
540
+ "character": 13,
541
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L117"
542
+ }
543
+ ],
544
+ "getSignature": {
545
+ "id": 12,
546
+ "name": "allowExtensions",
547
+ "kind": 524288,
548
+ "kindString": "Get signature",
549
+ "flags": {},
550
+ "type": {
551
+ "type": "intrinsic",
552
+ "name": "boolean"
619
553
  }
620
- ],
621
- "setSignature": [
622
- {
623
- "id": 13,
624
- "name": "allowExtensions",
625
- "kind": 1048576,
626
- "kindString": "Set signature",
627
- "flags": {},
628
- "comment": {
629
- "shortText": "Whether phone number extensions are allowed.",
630
- "tags": [
631
- {
632
- "tag": "default",
633
- "text": "true\n"
634
- }
635
- ]
636
- },
637
- "parameters": [
554
+ },
555
+ "setSignature": {
556
+ "id": 13,
557
+ "name": "allowExtensions",
558
+ "kind": 1048576,
559
+ "kindString": "Set signature",
560
+ "flags": {},
561
+ "comment": {
562
+ "summary": [
638
563
  {
639
- "id": 14,
640
- "name": "value",
641
- "kind": 32768,
642
- "kindString": "Parameter",
643
- "flags": {},
644
- "type": {
645
- "type": "intrinsic",
646
- "name": "boolean"
647
- }
564
+ "kind": "text",
565
+ "text": "Whether phone number extensions are allowed."
648
566
  }
649
567
  ],
650
- "type": {
651
- "type": "intrinsic",
652
- "name": "void"
568
+ "blockTags": [
569
+ {
570
+ "tag": "@default",
571
+ "content": [
572
+ {
573
+ "kind": "text",
574
+ "text": "true"
575
+ }
576
+ ]
577
+ }
578
+ ]
579
+ },
580
+ "parameters": [
581
+ {
582
+ "id": 14,
583
+ "name": "value",
584
+ "kind": 32768,
585
+ "kindString": "Parameter",
586
+ "flags": {},
587
+ "type": {
588
+ "type": "intrinsic",
589
+ "name": "boolean"
590
+ }
653
591
  }
592
+ ],
593
+ "type": {
594
+ "type": "intrinsic",
595
+ "name": "void"
654
596
  }
655
- ]
597
+ }
656
598
  },
657
599
  {
658
600
  "id": 16,
@@ -662,82 +604,74 @@
662
604
  "flags": {
663
605
  "isPublic": true
664
606
  },
665
- "decorators": [
666
- {
667
- "name": "Input",
668
- "type": {
669
- "type": "reference",
670
- "qualifiedName": "InputDecorator",
671
- "package": "@angular/core",
672
- "name": "Input"
673
- },
674
- "arguments": {}
675
- }
676
- ],
677
607
  "sources": [
678
608
  {
679
609
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
680
610
  "line": 131,
681
- "character": 13
682
- }
683
- ],
684
- "getSignature": [
611
+ "character": 13,
612
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L131"
613
+ },
685
614
  {
686
- "id": 17,
687
- "name": "defaultCountry",
688
- "kind": 524288,
689
- "kindString": "Get signature",
690
- "flags": {},
691
- "comment": {
692
- "shortText": "The\n[International Organization for Standardization Alpha 2](https://www.nationsonline.org/oneworld/country_code_list.htm)\ncountry code for the default country. The country selector button displays a flag\nicon for this default country until users select a different country.",
693
- "tags": [
694
- {
695
- "tag": "default",
696
- "text": "\"us\"\n"
697
- }
698
- ]
699
- },
700
- "type": {
701
- "type": "intrinsic",
702
- "name": "string"
703
- }
615
+ "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
616
+ "line": 141,
617
+ "character": 13,
618
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L141"
619
+ }
620
+ ],
621
+ "getSignature": {
622
+ "id": 17,
623
+ "name": "defaultCountry",
624
+ "kind": 524288,
625
+ "kindString": "Get signature",
626
+ "flags": {},
627
+ "type": {
628
+ "type": "intrinsic",
629
+ "name": "string"
704
630
  }
705
- ],
706
- "setSignature": [
707
- {
708
- "id": 18,
709
- "name": "defaultCountry",
710
- "kind": 1048576,
711
- "kindString": "Set signature",
712
- "flags": {},
713
- "comment": {
714
- "shortText": "The\n[International Organization for Standardization Alpha 2](https://www.nationsonline.org/oneworld/country_code_list.htm)\ncountry code for the default country. The country selector button displays a flag\nicon for this default country until users select a different country.",
715
- "tags": [
716
- {
717
- "tag": "default",
718
- "text": "\"us\"\n"
719
- }
720
- ]
721
- },
722
- "parameters": [
631
+ },
632
+ "setSignature": {
633
+ "id": 18,
634
+ "name": "defaultCountry",
635
+ "kind": 1048576,
636
+ "kindString": "Set signature",
637
+ "flags": {},
638
+ "comment": {
639
+ "summary": [
723
640
  {
724
- "id": 19,
725
- "name": "value",
726
- "kind": 32768,
727
- "kindString": "Parameter",
728
- "flags": {},
729
- "type": {
730
- "type": "intrinsic",
731
- "name": "string"
732
- }
641
+ "kind": "text",
642
+ "text": "The\n[International Organization for Standardization Alpha 2](https://www.nationsonline.org/oneworld/country_code_list.htm)\ncountry code for the default country. The country selector button displays a flag\nicon for this default country until users select a different country."
733
643
  }
734
644
  ],
735
- "type": {
736
- "type": "intrinsic",
737
- "name": "void"
645
+ "blockTags": [
646
+ {
647
+ "tag": "@default",
648
+ "content": [
649
+ {
650
+ "kind": "text",
651
+ "text": "\"us\""
652
+ }
653
+ ]
654
+ }
655
+ ]
656
+ },
657
+ "parameters": [
658
+ {
659
+ "id": 19,
660
+ "name": "value",
661
+ "kind": 32768,
662
+ "kindString": "Parameter",
663
+ "flags": {},
664
+ "type": {
665
+ "type": "intrinsic",
666
+ "name": "string"
667
+ }
738
668
  }
669
+ ],
670
+ "type": {
671
+ "type": "intrinsic",
672
+ "name": "void"
739
673
  }
740
- ]
674
+ }
741
675
  },
742
676
  {
743
677
  "id": 20,
@@ -747,84 +681,100 @@
747
681
  "flags": {
748
682
  "isPublic": true
749
683
  },
750
- "decorators": [
751
- {
752
- "name": "Input",
753
- "type": {
754
- "type": "reference",
755
- "qualifiedName": "InputDecorator",
756
- "package": "@angular/core",
757
- "name": "Input"
758
- },
759
- "arguments": {}
760
- }
761
- ],
762
684
  "sources": [
763
685
  {
764
686
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
765
687
  "line": 151,
766
- "character": 13
767
- }
768
- ],
769
- "getSignature": [
770
- {
771
- "id": 21,
772
- "name": "returnFormat",
773
- "kind": 524288,
774
- "kindString": "Get signature",
775
- "flags": {},
776
- "comment": {
777
- "shortText": "The format for validated phone numbers.\nOptions include: `\"default\"`, `\"international\"`, and `\"national\"`.",
778
- "tags": [
779
- {
780
- "tag": "default",
781
- "text": "\"default\"\n"
782
- }
783
- ]
784
- },
785
- "type": {
786
- "type": "reference",
787
- "id": 163,
788
- "name": "SkyPhoneFieldNumberReturnFormat"
789
- }
790
- }
791
- ],
792
- "setSignature": [
688
+ "character": 13,
689
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L151"
690
+ },
793
691
  {
794
- "id": 22,
795
- "name": "returnFormat",
796
- "kind": 1048576,
797
- "kindString": "Set signature",
798
- "flags": {},
799
- "comment": {
800
- "shortText": "The format for validated phone numbers.\nOptions include: `\"default\"`, `\"international\"`, and `\"national\"`.",
801
- "tags": [
802
- {
803
- "tag": "default",
804
- "text": "\"default\"\n"
805
- }
806
- ]
807
- },
808
- "parameters": [
692
+ "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
693
+ "line": 155,
694
+ "character": 13,
695
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L155"
696
+ }
697
+ ],
698
+ "getSignature": {
699
+ "id": 21,
700
+ "name": "returnFormat",
701
+ "kind": 524288,
702
+ "kindString": "Get signature",
703
+ "flags": {},
704
+ "comment": {
705
+ "summary": [
809
706
  {
810
- "id": 23,
811
- "name": "value",
812
- "kind": 32768,
813
- "kindString": "Parameter",
814
- "flags": {},
815
- "type": {
816
- "type": "reference",
817
- "id": 163,
818
- "name": "SkyPhoneFieldNumberReturnFormat"
819
- }
707
+ "kind": "text",
708
+ "text": "The format for validated phone numbers.\nOptions include: "
709
+ },
710
+ {
711
+ "kind": "code",
712
+ "text": "`\"default\"`"
713
+ },
714
+ {
715
+ "kind": "text",
716
+ "text": ", "
717
+ },
718
+ {
719
+ "kind": "code",
720
+ "text": "`\"international\"`"
721
+ },
722
+ {
723
+ "kind": "text",
724
+ "text": ", and "
725
+ },
726
+ {
727
+ "kind": "code",
728
+ "text": "`\"national\"`"
729
+ },
730
+ {
731
+ "kind": "text",
732
+ "text": "."
820
733
  }
821
734
  ],
822
- "type": {
823
- "type": "intrinsic",
824
- "name": "void"
735
+ "blockTags": [
736
+ {
737
+ "tag": "@default",
738
+ "content": [
739
+ {
740
+ "kind": "text",
741
+ "text": "\"default\""
742
+ }
743
+ ]
744
+ }
745
+ ]
746
+ },
747
+ "type": {
748
+ "type": "reference",
749
+ "id": 163,
750
+ "name": "SkyPhoneFieldNumberReturnFormat"
751
+ }
752
+ },
753
+ "setSignature": {
754
+ "id": 22,
755
+ "name": "returnFormat",
756
+ "kind": 1048576,
757
+ "kindString": "Set signature",
758
+ "flags": {},
759
+ "parameters": [
760
+ {
761
+ "id": 23,
762
+ "name": "value",
763
+ "kind": 32768,
764
+ "kindString": "Parameter",
765
+ "flags": {},
766
+ "type": {
767
+ "type": "reference",
768
+ "id": 163,
769
+ "name": "SkyPhoneFieldNumberReturnFormat"
770
+ }
825
771
  }
772
+ ],
773
+ "type": {
774
+ "type": "intrinsic",
775
+ "name": "void"
826
776
  }
827
- ]
777
+ }
828
778
  },
829
779
  {
830
780
  "id": 34,
@@ -834,72 +784,65 @@
834
784
  "flags": {
835
785
  "isPublic": true
836
786
  },
837
- "decorators": [
838
- {
839
- "name": "Input",
840
- "type": {
841
- "type": "reference",
842
- "qualifiedName": "InputDecorator",
843
- "package": "@angular/core",
844
- "name": "Input"
845
- },
846
- "arguments": {}
847
- }
848
- ],
849
787
  "sources": [
850
788
  {
851
789
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
852
790
  "line": 192,
853
- "character": 13
854
- }
855
- ],
856
- "getSignature": [
791
+ "character": 13,
792
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L192"
793
+ },
857
794
  {
858
- "id": 35,
859
- "name": "selectedCountry",
860
- "kind": 524288,
861
- "kindString": "Get signature",
862
- "flags": {},
863
- "comment": {
864
- "shortText": "The currently selected country to validate against."
865
- },
866
- "type": {
867
- "type": "reference",
868
- "id": 156,
869
- "name": "SkyPhoneFieldCountry"
870
- }
795
+ "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
796
+ "line": 217,
797
+ "character": 13,
798
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L217"
799
+ }
800
+ ],
801
+ "getSignature": {
802
+ "id": 35,
803
+ "name": "selectedCountry",
804
+ "kind": 524288,
805
+ "kindString": "Get signature",
806
+ "flags": {},
807
+ "type": {
808
+ "type": "reference",
809
+ "id": 156,
810
+ "name": "SkyPhoneFieldCountry"
871
811
  }
872
- ],
873
- "setSignature": [
874
- {
875
- "id": 36,
876
- "name": "selectedCountry",
877
- "kind": 1048576,
878
- "kindString": "Set signature",
879
- "flags": {},
880
- "comment": {
881
- "shortText": "The currently selected country to validate against."
882
- },
883
- "parameters": [
812
+ },
813
+ "setSignature": {
814
+ "id": 36,
815
+ "name": "selectedCountry",
816
+ "kind": 1048576,
817
+ "kindString": "Set signature",
818
+ "flags": {},
819
+ "comment": {
820
+ "summary": [
884
821
  {
885
- "id": 37,
886
- "name": "newCountry",
887
- "kind": 32768,
888
- "kindString": "Parameter",
889
- "flags": {},
890
- "type": {
891
- "type": "reference",
892
- "id": 156,
893
- "name": "SkyPhoneFieldCountry"
894
- }
822
+ "kind": "text",
823
+ "text": "The currently selected country to validate against."
824
+ }
825
+ ]
826
+ },
827
+ "parameters": [
828
+ {
829
+ "id": 37,
830
+ "name": "newCountry",
831
+ "kind": 32768,
832
+ "kindString": "Parameter",
833
+ "flags": {},
834
+ "type": {
835
+ "type": "reference",
836
+ "id": 156,
837
+ "name": "SkyPhoneFieldCountry"
895
838
  }
896
- ],
897
- "type": {
898
- "type": "intrinsic",
899
- "name": "void"
900
839
  }
840
+ ],
841
+ "type": {
842
+ "type": "intrinsic",
843
+ "name": "void"
901
844
  }
902
- ]
845
+ }
903
846
  },
904
847
  {
905
848
  "id": 63,
@@ -913,7 +856,8 @@
913
856
  {
914
857
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
915
858
  "line": 356,
916
- "character": 9
859
+ "character": 9,
860
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L356"
917
861
  }
918
862
  ],
919
863
  "signatures": [
@@ -932,9 +876,9 @@
932
876
  "flags": {},
933
877
  "type": {
934
878
  "type": "reference",
879
+ "name": "AnimationEvent_2",
935
880
  "qualifiedName": "AnimationEvent_2",
936
- "package": "@angular/animations",
937
- "name": "AnimationEvent_2"
881
+ "package": "@angular/animations"
938
882
  }
939
883
  }
940
884
  ],
@@ -957,7 +901,8 @@
957
901
  {
958
902
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
959
903
  "line": 323,
960
- "character": 9
904
+ "character": 9,
905
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L323"
961
906
  }
962
907
  ],
963
908
  "signatures": [
@@ -994,7 +939,8 @@
994
939
  {
995
940
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
996
941
  "line": 292,
997
- "character": 9
942
+ "character": 9,
943
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L292"
998
944
  }
999
945
  ],
1000
946
  "signatures": [
@@ -1031,7 +977,8 @@
1031
977
  {
1032
978
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
1033
979
  "line": 366,
1034
- "character": 9
980
+ "character": 9,
981
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L366"
1035
982
  }
1036
983
  ],
1037
984
  "signatures": [
@@ -1050,9 +997,9 @@
1050
997
  "flags": {},
1051
998
  "type": {
1052
999
  "type": "reference",
1000
+ "name": "AnimationEvent_2",
1053
1001
  "qualifiedName": "AnimationEvent_2",
1054
- "package": "@angular/animations",
1055
- "name": "AnimationEvent_2"
1002
+ "package": "@angular/animations"
1056
1003
  }
1057
1004
  }
1058
1005
  ],
@@ -1075,7 +1022,8 @@
1075
1022
  {
1076
1023
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
1077
1024
  "line": 379,
1078
- "character": 9
1025
+ "character": 9,
1026
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L379"
1079
1027
  }
1080
1028
  ],
1081
1029
  "signatures": [
@@ -1117,7 +1065,8 @@
1117
1065
  {
1118
1066
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
1119
1067
  "line": 342,
1120
- "character": 9
1068
+ "character": 9,
1069
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L342"
1121
1070
  }
1122
1071
  ],
1123
1072
  "signatures": [
@@ -1151,14 +1100,12 @@
1151
1100
  "groups": [
1152
1101
  {
1153
1102
  "title": "Constructors",
1154
- "kind": 512,
1155
1103
  "children": [
1156
1104
  4
1157
1105
  ]
1158
1106
  },
1159
1107
  {
1160
1108
  "title": "Properties",
1161
- "kind": 1024,
1162
1109
  "children": [
1163
1110
  40,
1164
1111
  27,
@@ -1176,7 +1123,6 @@
1176
1123
  },
1177
1124
  {
1178
1125
  "title": "Accessors",
1179
- "kind": 262144,
1180
1126
  "children": [
1181
1127
  11,
1182
1128
  16,
@@ -1186,7 +1132,6 @@
1186
1132
  },
1187
1133
  {
1188
1134
  "title": "Methods",
1189
- "kind": 2048,
1190
1135
  "children": [
1191
1136
  63,
1192
1137
  55,
@@ -1201,21 +1146,22 @@
1201
1146
  {
1202
1147
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field.component.ts",
1203
1148
  "line": 107,
1204
- "character": 13
1149
+ "character": 13,
1150
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field.component.ts#L107"
1205
1151
  }
1206
1152
  ],
1207
1153
  "implementedTypes": [
1208
1154
  {
1209
1155
  "type": "reference",
1156
+ "name": "OnDestroy",
1210
1157
  "qualifiedName": "OnDestroy",
1211
- "package": "@angular/core",
1212
- "name": "OnDestroy"
1158
+ "package": "@angular/core"
1213
1159
  },
1214
1160
  {
1215
1161
  "type": "reference",
1162
+ "name": "OnInit",
1216
1163
  "qualifiedName": "OnInit",
1217
- "package": "@angular/core",
1218
- "name": "OnInit"
1164
+ "package": "@angular/core"
1219
1165
  }
1220
1166
  ]
1221
1167
  },
@@ -1226,28 +1172,43 @@
1226
1172
  "kindString": "Class",
1227
1173
  "flags": {},
1228
1174
  "comment": {
1229
- "shortText": "Creates a button, search input, and text input for entering and validating\ninternational phone numbers. Place this attribute on an `input` element, and wrap\nthat element in a `sky-phone-field` component. By default, the country selector\nbutton displays a flag icon for the default country, and the phone number input\ndisplays a sample of the correct phone number format. When users select the country\nselector button, they expose the country search input, which is\n[an autocomplete input](https://developer.blackbaud.com/skyux/components/autocomplete)\nthat allows them to select different countries. When users enter `+` followed by an\ninternational dial code in the phone number input, the country automatically switches\nto the country associated with the dial code.",
1230
- "tags": [
1175
+ "summary": [
1176
+ {
1177
+ "kind": "text",
1178
+ "text": "Creates a button, search input, and text input for entering and validating\ninternational phone numbers. Place this attribute on an "
1179
+ },
1180
+ {
1181
+ "kind": "code",
1182
+ "text": "`input`"
1183
+ },
1184
+ {
1185
+ "kind": "text",
1186
+ "text": " element, and wrap\nthat element in a "
1187
+ },
1188
+ {
1189
+ "kind": "code",
1190
+ "text": "`sky-phone-field`"
1191
+ },
1192
+ {
1193
+ "kind": "text",
1194
+ "text": " component. By default, the country selector\nbutton displays a flag icon for the default country, and the phone number input\ndisplays a sample of the correct phone number format. When users select the country\nselector button, they expose the country search input, which is\n[an autocomplete input](https://developer.blackbaud.com/skyux/components/autocomplete)\nthat allows them to select different countries. When users enter "
1195
+ },
1196
+ {
1197
+ "kind": "code",
1198
+ "text": "`+`"
1199
+ },
1200
+ {
1201
+ "kind": "text",
1202
+ "text": " followed by an\ninternational dial code in the phone number input, the country automatically switches\nto the country associated with the dial code."
1203
+ }
1204
+ ],
1205
+ "blockTags": [
1231
1206
  {
1232
- "tag": "required",
1233
- "text": "\n"
1207
+ "tag": "@required",
1208
+ "content": []
1234
1209
  }
1235
1210
  ]
1236
1211
  },
1237
- "decorators": [
1238
- {
1239
- "name": "Directive",
1240
- "type": {
1241
- "type": "reference",
1242
- "qualifiedName": "DirectiveDecorator",
1243
- "package": "@angular/core",
1244
- "name": "Directive"
1245
- },
1246
- "arguments": {
1247
- "obj": "{\n selector: '[skyPhoneFieldInput]',\n providers: [SKY_PHONE_FIELD_VALUE_ACCESSOR, SKY_PHONE_FIELD_VALIDATOR],\n}"
1248
- }
1249
- }
1250
- ],
1251
1212
  "children": [
1252
1213
  {
1253
1214
  "id": 73,
@@ -1261,7 +1222,8 @@
1261
1222
  {
1262
1223
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1263
1224
  "line": 128,
1264
- "character": 2
1225
+ "character": 2,
1226
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L128"
1265
1227
  }
1266
1228
  ],
1267
1229
  "signatures": [
@@ -1280,9 +1242,9 @@
1280
1242
  "flags": {},
1281
1243
  "type": {
1282
1244
  "type": "reference",
1245
+ "name": "ChangeDetectorRef",
1283
1246
  "qualifiedName": "ChangeDetectorRef",
1284
- "package": "@angular/core",
1285
- "name": "ChangeDetectorRef"
1247
+ "package": "@angular/core"
1286
1248
  }
1287
1249
  },
1288
1250
  {
@@ -1299,9 +1261,9 @@
1299
1261
  "name": "any"
1300
1262
  }
1301
1263
  ],
1264
+ "name": "ElementRef",
1302
1265
  "qualifiedName": "ElementRef",
1303
- "package": "@angular/core",
1304
- "name": "ElementRef"
1266
+ "package": "@angular/core"
1305
1267
  }
1306
1268
  },
1307
1269
  {
@@ -1312,18 +1274,6 @@
1312
1274
  "flags": {
1313
1275
  "isOptional": true
1314
1276
  },
1315
- "decorators": [
1316
- {
1317
- "name": "Optional",
1318
- "type": {
1319
- "type": "reference",
1320
- "qualifiedName": "OptionalDecorator",
1321
- "package": "@angular/core",
1322
- "name": "Optional"
1323
- },
1324
- "arguments": {}
1325
- }
1326
- ],
1327
1277
  "type": {
1328
1278
  "type": "reference",
1329
1279
  "name": "SkyPhoneFieldAdapterService"
@@ -1337,18 +1287,6 @@
1337
1287
  "flags": {
1338
1288
  "isOptional": true
1339
1289
  },
1340
- "decorators": [
1341
- {
1342
- "name": "Optional",
1343
- "type": {
1344
- "type": "reference",
1345
- "qualifiedName": "OptionalDecorator",
1346
- "package": "@angular/core",
1347
- "name": "Optional"
1348
- },
1349
- "arguments": {}
1350
- }
1351
- ],
1352
1290
  "type": {
1353
1291
  "type": "reference",
1354
1292
  "id": 3,
@@ -1373,31 +1311,62 @@
1373
1311
  "isPublic": true
1374
1312
  },
1375
1313
  "comment": {
1376
- "shortText": "Whether to prevent validation on the phone number input. For validation,\nphone numbers are driven through the `ngModel` attribute that you specify on an\n`input` element or on a `FormControl` in a reactive form. To prevent validation,\nset this property to `true`.",
1377
- "tags": [
1314
+ "summary": [
1315
+ {
1316
+ "kind": "text",
1317
+ "text": "Whether to prevent validation on the phone number input. For validation,\nphone numbers are driven through the "
1318
+ },
1319
+ {
1320
+ "kind": "code",
1321
+ "text": "`ngModel`"
1322
+ },
1323
+ {
1324
+ "kind": "text",
1325
+ "text": " attribute that you specify on an\n"
1326
+ },
1327
+ {
1328
+ "kind": "code",
1329
+ "text": "`input`"
1330
+ },
1331
+ {
1332
+ "kind": "text",
1333
+ "text": " element or on a "
1334
+ },
1335
+ {
1336
+ "kind": "code",
1337
+ "text": "`FormControl`"
1338
+ },
1378
1339
  {
1379
- "tag": "default",
1380
- "text": "false\n"
1340
+ "kind": "text",
1341
+ "text": " in a reactive form. To prevent validation,\nset this property to "
1342
+ },
1343
+ {
1344
+ "kind": "code",
1345
+ "text": "`true`"
1346
+ },
1347
+ {
1348
+ "kind": "text",
1349
+ "text": "."
1350
+ }
1351
+ ],
1352
+ "blockTags": [
1353
+ {
1354
+ "tag": "@default",
1355
+ "content": [
1356
+ {
1357
+ "kind": "text",
1358
+ "text": "false"
1359
+ }
1360
+ ]
1381
1361
  }
1382
1362
  ]
1383
1363
  },
1384
- "decorators": [
1385
- {
1386
- "name": "Input",
1387
- "type": {
1388
- "type": "reference",
1389
- "qualifiedName": "InputDecorator",
1390
- "package": "@angular/core",
1391
- "name": "Input"
1392
- },
1393
- "arguments": {}
1394
- }
1395
- ],
1396
1364
  "sources": [
1397
1365
  {
1398
1366
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1399
1367
  "line": 89,
1400
- "character": 9
1368
+ "character": 9,
1369
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L89"
1401
1370
  }
1402
1371
  ],
1403
1372
  "type": {
@@ -1414,82 +1383,74 @@
1414
1383
  "flags": {
1415
1384
  "isPublic": true
1416
1385
  },
1417
- "decorators": [
1418
- {
1419
- "name": "Input",
1420
- "type": {
1421
- "type": "reference",
1422
- "qualifiedName": "InputDecorator",
1423
- "package": "@angular/core",
1424
- "name": "Input"
1425
- },
1426
- "arguments": {}
1427
- }
1428
- ],
1429
1386
  "sources": [
1430
1387
  {
1431
1388
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1432
1389
  "line": 68,
1433
- "character": 13
1434
- }
1435
- ],
1436
- "getSignature": [
1390
+ "character": 13,
1391
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L68"
1392
+ },
1437
1393
  {
1438
- "id": 80,
1439
- "name": "disabled",
1440
- "kind": 524288,
1441
- "kindString": "Get signature",
1442
- "flags": {},
1443
- "comment": {
1444
- "shortText": "Whether to disable the phone field.",
1445
- "tags": [
1446
- {
1447
- "tag": "default",
1448
- "text": "false\n"
1449
- }
1450
- ]
1451
- },
1452
- "type": {
1453
- "type": "intrinsic",
1454
- "name": "boolean"
1455
- }
1394
+ "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1395
+ "line": 77,
1396
+ "character": 13,
1397
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L77"
1398
+ }
1399
+ ],
1400
+ "getSignature": {
1401
+ "id": 80,
1402
+ "name": "disabled",
1403
+ "kind": 524288,
1404
+ "kindString": "Get signature",
1405
+ "flags": {},
1406
+ "type": {
1407
+ "type": "intrinsic",
1408
+ "name": "boolean"
1456
1409
  }
1457
- ],
1458
- "setSignature": [
1459
- {
1460
- "id": 81,
1461
- "name": "disabled",
1462
- "kind": 1048576,
1463
- "kindString": "Set signature",
1464
- "flags": {},
1465
- "comment": {
1466
- "shortText": "Whether to disable the phone field.",
1467
- "tags": [
1468
- {
1469
- "tag": "default",
1470
- "text": "false\n"
1471
- }
1472
- ]
1473
- },
1474
- "parameters": [
1410
+ },
1411
+ "setSignature": {
1412
+ "id": 81,
1413
+ "name": "disabled",
1414
+ "kind": 1048576,
1415
+ "kindString": "Set signature",
1416
+ "flags": {},
1417
+ "comment": {
1418
+ "summary": [
1475
1419
  {
1476
- "id": 82,
1477
- "name": "value",
1478
- "kind": 32768,
1479
- "kindString": "Parameter",
1480
- "flags": {},
1481
- "type": {
1482
- "type": "intrinsic",
1483
- "name": "boolean"
1484
- }
1420
+ "kind": "text",
1421
+ "text": "Whether to disable the phone field."
1485
1422
  }
1486
1423
  ],
1487
- "type": {
1488
- "type": "intrinsic",
1489
- "name": "void"
1424
+ "blockTags": [
1425
+ {
1426
+ "tag": "@default",
1427
+ "content": [
1428
+ {
1429
+ "kind": "text",
1430
+ "text": "false"
1431
+ }
1432
+ ]
1433
+ }
1434
+ ]
1435
+ },
1436
+ "parameters": [
1437
+ {
1438
+ "id": 82,
1439
+ "name": "value",
1440
+ "kind": 32768,
1441
+ "kindString": "Parameter",
1442
+ "flags": {},
1443
+ "type": {
1444
+ "type": "intrinsic",
1445
+ "name": "boolean"
1446
+ }
1490
1447
  }
1448
+ ],
1449
+ "type": {
1450
+ "type": "intrinsic",
1451
+ "name": "void"
1491
1452
  }
1492
- ]
1453
+ }
1493
1454
  },
1494
1455
  {
1495
1456
  "id": 100,
@@ -1503,7 +1464,8 @@
1503
1464
  {
1504
1465
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1505
1466
  "line": 160,
1506
- "character": 9
1467
+ "character": 9,
1468
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L160"
1507
1469
  }
1508
1470
  ],
1509
1471
  "signatures": [
@@ -1540,7 +1502,8 @@
1540
1502
  {
1541
1503
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1542
1504
  "line": 182,
1543
- "character": 9
1505
+ "character": 9,
1506
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L182"
1544
1507
  }
1545
1508
  ],
1546
1509
  "signatures": [
@@ -1577,7 +1540,8 @@
1577
1540
  {
1578
1541
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1579
1542
  "line": 140,
1580
- "character": 9
1543
+ "character": 9,
1544
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L140"
1581
1545
  }
1582
1546
  ],
1583
1547
  "signatures": [
@@ -1610,25 +1574,12 @@
1610
1574
  "flags": {
1611
1575
  "isPublic": true
1612
1576
  },
1613
- "decorators": [
1614
- {
1615
- "name": "HostListener",
1616
- "type": {
1617
- "type": "reference",
1618
- "qualifiedName": "HostListenerDecorator",
1619
- "package": "@angular/core",
1620
- "name": "HostListener"
1621
- },
1622
- "arguments": {
1623
- "eventName": "'blur'"
1624
- }
1625
- }
1626
- ],
1627
1577
  "sources": [
1628
1578
  {
1629
1579
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1630
1580
  "line": 204,
1631
- "character": 9
1581
+ "character": 9,
1582
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L204"
1632
1583
  }
1633
1584
  ],
1634
1585
  "signatures": [
@@ -1639,7 +1590,12 @@
1639
1590
  "kindString": "Call signature",
1640
1591
  "flags": {},
1641
1592
  "comment": {
1642
- "shortText": "Marks reactive form controls as touched on input blur events"
1593
+ "summary": [
1594
+ {
1595
+ "kind": "text",
1596
+ "text": "Marks reactive form controls as touched on input blur events"
1597
+ }
1598
+ ]
1643
1599
  },
1644
1600
  "type": {
1645
1601
  "type": "intrinsic",
@@ -1656,26 +1612,12 @@
1656
1612
  "flags": {
1657
1613
  "isPublic": true
1658
1614
  },
1659
- "decorators": [
1660
- {
1661
- "name": "HostListener",
1662
- "type": {
1663
- "type": "reference",
1664
- "qualifiedName": "HostListenerDecorator",
1665
- "package": "@angular/core",
1666
- "name": "HostListener"
1667
- },
1668
- "arguments": {
1669
- "eventName": "'change'",
1670
- "args": "['$event']"
1671
- }
1672
- }
1673
- ],
1674
1615
  "sources": [
1675
1616
  {
1676
1617
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1677
1618
  "line": 192,
1678
- "character": 9
1619
+ "character": 9,
1620
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L192"
1679
1621
  }
1680
1622
  ],
1681
1623
  "signatures": [
@@ -1686,7 +1628,12 @@
1686
1628
  "kindString": "Call signature",
1687
1629
  "flags": {},
1688
1630
  "comment": {
1689
- "shortText": "Writes the new value for reactive forms on change events on the input element"
1631
+ "summary": [
1632
+ {
1633
+ "kind": "text",
1634
+ "text": "Writes the new value for reactive forms on change events on the input element"
1635
+ }
1636
+ ]
1690
1637
  },
1691
1638
  "parameters": [
1692
1639
  {
@@ -1696,7 +1643,12 @@
1696
1643
  "kindString": "Parameter",
1697
1644
  "flags": {},
1698
1645
  "comment": {
1699
- "shortText": "The change event that was received\n"
1646
+ "summary": [
1647
+ {
1648
+ "kind": "text",
1649
+ "text": "The change event that was received"
1650
+ }
1651
+ ]
1700
1652
  },
1701
1653
  "type": {
1702
1654
  "type": "intrinsic",
@@ -1719,26 +1671,12 @@
1719
1671
  "flags": {
1720
1672
  "isPublic": true
1721
1673
  },
1722
- "decorators": [
1723
- {
1724
- "name": "HostListener",
1725
- "type": {
1726
- "type": "reference",
1727
- "qualifiedName": "HostListenerDecorator",
1728
- "package": "@angular/core",
1729
- "name": "HostListener"
1730
- },
1731
- "arguments": {
1732
- "eventName": "'input'",
1733
- "args": "['$event']"
1734
- }
1735
- }
1736
- ],
1737
1674
  "sources": [
1738
1675
  {
1739
1676
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1740
1677
  "line": 209,
1741
- "character": 9
1678
+ "character": 9,
1679
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L209"
1742
1680
  }
1743
1681
  ],
1744
1682
  "signatures": [
@@ -1780,7 +1718,8 @@
1780
1718
  {
1781
1719
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1782
1720
  "line": 227,
1783
- "character": 9
1721
+ "character": 9,
1722
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L227"
1784
1723
  }
1785
1724
  ],
1786
1725
  "signatures": [
@@ -1805,6 +1744,14 @@
1805
1744
  "kind": 65536,
1806
1745
  "kindString": "Type literal",
1807
1746
  "flags": {},
1747
+ "sources": [
1748
+ {
1749
+ "fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
1750
+ "line": 227,
1751
+ "character": 30,
1752
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L227"
1753
+ }
1754
+ ],
1808
1755
  "signatures": [
1809
1756
  {
1810
1757
  "id": 119,
@@ -1862,7 +1809,8 @@
1862
1809
  {
1863
1810
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1864
1811
  "line": 231,
1865
- "character": 9
1812
+ "character": 9,
1813
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L231"
1866
1814
  }
1867
1815
  ],
1868
1816
  "signatures": [
@@ -1887,6 +1835,14 @@
1887
1835
  "kind": 65536,
1888
1836
  "kindString": "Type literal",
1889
1837
  "flags": {},
1838
+ "sources": [
1839
+ {
1840
+ "fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
1841
+ "line": 231,
1842
+ "character": 31,
1843
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L231"
1844
+ }
1845
+ ],
1890
1846
  "signatures": [
1891
1847
  {
1892
1848
  "id": 125,
@@ -1931,7 +1887,8 @@
1931
1887
  {
1932
1888
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
1933
1889
  "line": 235,
1934
- "character": 9
1890
+ "character": 9,
1891
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L235"
1935
1892
  }
1936
1893
  ],
1937
1894
  "signatures": [
@@ -1956,6 +1913,14 @@
1956
1913
  "kind": 65536,
1957
1914
  "kindString": "Type literal",
1958
1915
  "flags": {},
1916
+ "sources": [
1917
+ {
1918
+ "fileName": "src/lib/modules/phone-field/phone-field-input.directive.ts",
1919
+ "line": 235,
1920
+ "character": 39,
1921
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L235"
1922
+ }
1923
+ ],
1959
1924
  "signatures": [
1960
1925
  {
1961
1926
  "id": 130,
@@ -2000,7 +1965,8 @@
2000
1965
  {
2001
1966
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
2002
1967
  "line": 243,
2003
- "character": 9
1968
+ "character": 9,
1969
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L243"
2004
1970
  }
2005
1971
  ],
2006
1972
  "signatures": [
@@ -2011,7 +1977,12 @@
2011
1977
  "kindString": "Call signature",
2012
1978
  "flags": {},
2013
1979
  "comment": {
2014
- "shortText": "Sets the disabled state on the input"
1980
+ "summary": [
1981
+ {
1982
+ "kind": "text",
1983
+ "text": "Sets the disabled state on the input"
1984
+ }
1985
+ ]
2015
1986
  },
2016
1987
  "parameters": [
2017
1988
  {
@@ -2021,7 +1992,12 @@
2021
1992
  "kindString": "Parameter",
2022
1993
  "flags": {},
2023
1994
  "comment": {
2024
- "shortText": "the new value of the input's disabled state\n"
1995
+ "summary": [
1996
+ {
1997
+ "kind": "text",
1998
+ "text": "the new value of the input's disabled state"
1999
+ }
2000
+ ]
2025
2001
  },
2026
2002
  "type": {
2027
2003
  "type": "intrinsic",
@@ -2056,7 +2032,8 @@
2056
2032
  {
2057
2033
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
2058
2034
  "line": 251,
2059
- "character": 9
2035
+ "character": 9,
2036
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L251"
2060
2037
  }
2061
2038
  ],
2062
2039
  "signatures": [
@@ -2067,7 +2044,12 @@
2067
2044
  "kindString": "Call signature",
2068
2045
  "flags": {},
2069
2046
  "comment": {
2070
- "shortText": "Validate's the form control's current value"
2047
+ "summary": [
2048
+ {
2049
+ "kind": "text",
2050
+ "text": "Validate's the form control's current value"
2051
+ }
2052
+ ]
2071
2053
  },
2072
2054
  "parameters": [
2073
2055
  {
@@ -2077,7 +2059,12 @@
2077
2059
  "kindString": "Parameter",
2078
2060
  "flags": {},
2079
2061
  "comment": {
2080
- "shortText": "the form control for the input\n"
2062
+ "summary": [
2063
+ {
2064
+ "kind": "text",
2065
+ "text": "the form control for the input"
2066
+ }
2067
+ ]
2081
2068
  },
2082
2069
  "type": {
2083
2070
  "type": "reference",
@@ -2091,17 +2078,17 @@
2091
2078
  "name": "any"
2092
2079
  }
2093
2080
  ],
2081
+ "name": "AbstractControl",
2094
2082
  "qualifiedName": "AbstractControl",
2095
- "package": "@angular/forms",
2096
- "name": "AbstractControl"
2083
+ "package": "@angular/forms"
2097
2084
  }
2098
2085
  }
2099
2086
  ],
2100
2087
  "type": {
2101
2088
  "type": "reference",
2089
+ "name": "ValidationErrors",
2102
2090
  "qualifiedName": "ValidationErrors",
2103
- "package": "@angular/forms",
2104
- "name": "ValidationErrors"
2091
+ "package": "@angular/forms"
2105
2092
  },
2106
2093
  "implementationOf": {
2107
2094
  "type": "reference",
@@ -2126,7 +2113,8 @@
2126
2113
  {
2127
2114
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
2128
2115
  "line": 221,
2129
- "character": 9
2116
+ "character": 9,
2117
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L221"
2130
2118
  }
2131
2119
  ],
2132
2120
  "signatures": [
@@ -2137,7 +2125,12 @@
2137
2125
  "kindString": "Call signature",
2138
2126
  "flags": {},
2139
2127
  "comment": {
2140
- "shortText": "Writes the new value for reactive forms"
2128
+ "summary": [
2129
+ {
2130
+ "kind": "text",
2131
+ "text": "Writes the new value for reactive forms"
2132
+ }
2133
+ ]
2141
2134
  },
2142
2135
  "parameters": [
2143
2136
  {
@@ -2147,7 +2140,12 @@
2147
2140
  "kindString": "Parameter",
2148
2141
  "flags": {},
2149
2142
  "comment": {
2150
- "shortText": "The new value for the input\n"
2143
+ "summary": [
2144
+ {
2145
+ "kind": "text",
2146
+ "text": "The new value for the input"
2147
+ }
2148
+ ]
2151
2149
  },
2152
2150
  "type": {
2153
2151
  "type": "intrinsic",
@@ -2174,28 +2172,24 @@
2174
2172
  "groups": [
2175
2173
  {
2176
2174
  "title": "Constructors",
2177
- "kind": 512,
2178
2175
  "children": [
2179
2176
  73
2180
2177
  ]
2181
2178
  },
2182
2179
  {
2183
2180
  "title": "Properties",
2184
- "kind": 1024,
2185
2181
  "children": [
2186
2182
  83
2187
2183
  ]
2188
2184
  },
2189
2185
  {
2190
2186
  "title": "Accessors",
2191
- "kind": 262144,
2192
2187
  "children": [
2193
2188
  79
2194
2189
  ]
2195
2190
  },
2196
2191
  {
2197
2192
  "title": "Methods",
2198
- "kind": 2048,
2199
2193
  "children": [
2200
2194
  100,
2201
2195
  102,
@@ -2216,39 +2210,40 @@
2216
2210
  {
2217
2211
  "fileName": "projects/phone-field/src/modules/phone-field/phone-field-input.directive.ts",
2218
2212
  "line": 60,
2219
- "character": 13
2213
+ "character": 13,
2214
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/phone-field-input.directive.ts#L60"
2220
2215
  }
2221
2216
  ],
2222
2217
  "implementedTypes": [
2223
2218
  {
2224
2219
  "type": "reference",
2220
+ "name": "OnInit",
2225
2221
  "qualifiedName": "OnInit",
2226
- "package": "@angular/core",
2227
- "name": "OnInit"
2222
+ "package": "@angular/core"
2228
2223
  },
2229
2224
  {
2230
2225
  "type": "reference",
2226
+ "name": "OnDestroy",
2231
2227
  "qualifiedName": "OnDestroy",
2232
- "package": "@angular/core",
2233
- "name": "OnDestroy"
2228
+ "package": "@angular/core"
2234
2229
  },
2235
2230
  {
2236
2231
  "type": "reference",
2232
+ "name": "AfterViewInit",
2237
2233
  "qualifiedName": "AfterViewInit",
2238
- "package": "@angular/core",
2239
- "name": "AfterViewInit"
2234
+ "package": "@angular/core"
2240
2235
  },
2241
2236
  {
2242
2237
  "type": "reference",
2238
+ "name": "ControlValueAccessor",
2243
2239
  "qualifiedName": "ControlValueAccessor",
2244
- "package": "@angular/forms",
2245
- "name": "ControlValueAccessor"
2240
+ "package": "@angular/forms"
2246
2241
  },
2247
2242
  {
2248
2243
  "type": "reference",
2244
+ "name": "Validator",
2249
2245
  "qualifiedName": "Validator",
2250
- "package": "@angular/forms",
2251
- "name": "Validator"
2246
+ "package": "@angular/forms"
2252
2247
  }
2253
2248
  ]
2254
2249
  },
@@ -2268,13 +2263,19 @@
2268
2263
  "isOptional": true
2269
2264
  },
2270
2265
  "comment": {
2271
- "shortText": "The country's international dial code."
2266
+ "summary": [
2267
+ {
2268
+ "kind": "text",
2269
+ "text": "The country's international dial code."
2270
+ }
2271
+ ]
2272
2272
  },
2273
2273
  "sources": [
2274
2274
  {
2275
2275
  "fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
2276
2276
  "line": 12,
2277
- "character": 2
2277
+ "character": 2,
2278
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L12"
2278
2279
  }
2279
2280
  ],
2280
2281
  "type": {
@@ -2291,13 +2292,27 @@
2291
2292
  "isOptional": true
2292
2293
  },
2293
2294
  "comment": {
2294
- "shortText": "The placeholder value that demonstrates the country's number format. This\nvalue is `undefined` until a country is selected to validate against."
2295
+ "summary": [
2296
+ {
2297
+ "kind": "text",
2298
+ "text": "The placeholder value that demonstrates the country's number format. This\nvalue is "
2299
+ },
2300
+ {
2301
+ "kind": "code",
2302
+ "text": "`undefined`"
2303
+ },
2304
+ {
2305
+ "kind": "text",
2306
+ "text": " until a country is selected to validate against."
2307
+ }
2308
+ ]
2295
2309
  },
2296
2310
  "sources": [
2297
2311
  {
2298
2312
  "fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
2299
2313
  "line": 17,
2300
- "character": 2
2314
+ "character": 2,
2315
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L17"
2301
2316
  }
2302
2317
  ],
2303
2318
  "type": {
@@ -2312,11 +2327,16 @@
2312
2327
  "kindString": "Property",
2313
2328
  "flags": {},
2314
2329
  "comment": {
2315
- "shortText": "The country's\n[International Organization for Standardization Alpha 2](https://www.nationsonline.org/oneworld/country_code_list.htm)\ncountry code.",
2316
- "tags": [
2330
+ "summary": [
2331
+ {
2332
+ "kind": "text",
2333
+ "text": "The country's\n[International Organization for Standardization Alpha 2](https://www.nationsonline.org/oneworld/country_code_list.htm)\ncountry code."
2334
+ }
2335
+ ],
2336
+ "blockTags": [
2317
2337
  {
2318
- "tag": "required",
2319
- "text": "\n"
2338
+ "tag": "@required",
2339
+ "content": []
2320
2340
  }
2321
2341
  ]
2322
2342
  },
@@ -2324,7 +2344,8 @@
2324
2344
  {
2325
2345
  "fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
2326
2346
  "line": 8,
2327
- "character": 2
2347
+ "character": 2,
2348
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L8"
2328
2349
  }
2329
2350
  ],
2330
2351
  "type": {
@@ -2341,13 +2362,19 @@
2341
2362
  "isOptional": true
2342
2363
  },
2343
2364
  "comment": {
2344
- "shortText": "The name of the country."
2365
+ "summary": [
2366
+ {
2367
+ "kind": "text",
2368
+ "text": "The name of the country."
2369
+ }
2370
+ ]
2345
2371
  },
2346
2372
  "sources": [
2347
2373
  {
2348
2374
  "fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
2349
2375
  "line": 21,
2350
- "character": 2
2376
+ "character": 2,
2377
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L21"
2351
2378
  }
2352
2379
  ],
2353
2380
  "type": {
@@ -2359,7 +2386,6 @@
2359
2386
  "groups": [
2360
2387
  {
2361
2388
  "title": "Properties",
2362
- "kind": 1024,
2363
2389
  "children": [
2364
2390
  158,
2365
2391
  159,
@@ -2372,7 +2398,8 @@
2372
2398
  {
2373
2399
  "fileName": "projects/phone-field/src/modules/phone-field/types/country.ts",
2374
2400
  "line": 1,
2375
- "character": 17
2401
+ "character": 17,
2402
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/types/country.ts#L1"
2376
2403
  }
2377
2404
  ]
2378
2405
  },
@@ -2383,13 +2410,43 @@
2383
2410
  "kindString": "Type alias",
2384
2411
  "flags": {},
2385
2412
  "comment": {
2386
- "shortText": "Represents the format for validated phone numbers. `default` returns the national format for the\ndefault country, `national` returns the national format for all countries, and `international`\nreturns the international format for all countries."
2413
+ "summary": [
2414
+ {
2415
+ "kind": "text",
2416
+ "text": "Represents the format for validated phone numbers. "
2417
+ },
2418
+ {
2419
+ "kind": "code",
2420
+ "text": "`default`"
2421
+ },
2422
+ {
2423
+ "kind": "text",
2424
+ "text": " returns the national format for the\ndefault country, "
2425
+ },
2426
+ {
2427
+ "kind": "code",
2428
+ "text": "`national`"
2429
+ },
2430
+ {
2431
+ "kind": "text",
2432
+ "text": " returns the national format for all countries, and "
2433
+ },
2434
+ {
2435
+ "kind": "code",
2436
+ "text": "`international`"
2437
+ },
2438
+ {
2439
+ "kind": "text",
2440
+ "text": "\nreturns the international format for all countries."
2441
+ }
2442
+ ]
2387
2443
  },
2388
2444
  "sources": [
2389
2445
  {
2390
2446
  "fileName": "projects/phone-field/src/modules/phone-field/types/number-return-format.ts",
2391
2447
  "line": 6,
2392
- "character": 12
2448
+ "character": 12,
2449
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/phone-field/src/lib/modules/phone-field/types/number-return-format.ts#L6"
2393
2450
  }
2394
2451
  ],
2395
2452
  "type": {
@@ -2414,7 +2471,6 @@
2414
2471
  "groups": [
2415
2472
  {
2416
2473
  "title": "Modules",
2417
- "kind": 2,
2418
2474
  "children": [
2419
2475
  1,
2420
2476
  2