@skyux/validation 12.0.0-alpha.8 → 12.0.0-beta.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.
@@ -1,1492 +0,0 @@
1
- {
2
- "anchorIds": {
3
- "SkyEmailValidationModule": "class-skyemailvalidationmodule",
4
- "SkyUrlValidationModule": "class-skyurlvalidationmodule",
5
- "SkyValidation": "class-skyvalidation",
6
- "SkyValidators": "class-skyvalidators",
7
- "SkyEmailValidationDirective": "class-skyemailvalidationdirective",
8
- "SkyUrlValidationDirective": "class-skyurlvalidationdirective",
9
- "SkyUrlValidationOptions": "interface-skyurlvalidationoptions"
10
- },
11
- "typedoc": {
12
- "id": 0,
13
- "name": "@skyux/validation",
14
- "variant": "project",
15
- "kind": 1,
16
- "flags": {},
17
- "children": [
18
- {
19
- "id": 1,
20
- "name": "SkyEmailValidationModule",
21
- "variant": "declaration",
22
- "kind": 128,
23
- "flags": {},
24
- "children": [],
25
- "groups": [
26
- {
27
- "title": "Constructors",
28
- "children": [
29
- 2
30
- ]
31
- }
32
- ],
33
- "sources": [
34
- {
35
- "fileName": "projects/validation/src/modules/email-validation/email-validation.module.ts",
36
- "line": 11,
37
- "character": 13,
38
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/email-validation/email-validation.module.ts#L11"
39
- }
40
- ],
41
- "decorators": [
42
- {
43
- "name": "NgModule",
44
- "arguments": {
45
- "obj": "@NgModule({\n declarations: [SkyEmailValidationDirective],\n imports: [FormsModule],\n exports: [SkyEmailValidationDirective],\n})"
46
- }
47
- }
48
- ]
49
- },
50
- {
51
- "id": 6,
52
- "name": "SkyUrlValidationModule",
53
- "variant": "declaration",
54
- "kind": 128,
55
- "flags": {},
56
- "children": [],
57
- "groups": [
58
- {
59
- "title": "Constructors",
60
- "children": [
61
- 7
62
- ]
63
- }
64
- ],
65
- "sources": [
66
- {
67
- "fileName": "projects/validation/src/modules/url-validation/url-validation.module.ts",
68
- "line": 11,
69
- "character": 13,
70
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.module.ts#L11"
71
- }
72
- ],
73
- "decorators": [
74
- {
75
- "name": "NgModule",
76
- "arguments": {
77
- "obj": "@NgModule({\n declarations: [SkyUrlValidationDirective],\n imports: [FormsModule],\n exports: [SkyUrlValidationDirective],\n})"
78
- }
79
- }
80
- ]
81
- },
82
- {
83
- "id": 9,
84
- "name": "SkyValidation",
85
- "variant": "declaration",
86
- "kind": 128,
87
- "flags": {
88
- "isAbstract": true
89
- },
90
- "children": [
91
- {
92
- "id": 10,
93
- "name": "isEmail",
94
- "variant": "declaration",
95
- "kind": 2048,
96
- "flags": {
97
- "isPublic": true,
98
- "isStatic": true
99
- },
100
- "sources": [
101
- {
102
- "fileName": "projects/validation/src/modules/validation/validation.ts",
103
- "line": 6,
104
- "character": 16,
105
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validation/validation.ts#L6"
106
- }
107
- ],
108
- "signatures": [
109
- {
110
- "id": 11,
111
- "name": "isEmail",
112
- "variant": "signature",
113
- "kind": 4096,
114
- "flags": {},
115
- "sources": [
116
- {
117
- "fileName": "lib/modules/validation/validation.ts",
118
- "line": 6,
119
- "character": 2,
120
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validation/validation.ts#L6"
121
- }
122
- ],
123
- "parameters": [
124
- {
125
- "id": 12,
126
- "name": "emailAddress",
127
- "variant": "param",
128
- "kind": 32768,
129
- "flags": {},
130
- "type": {
131
- "type": "intrinsic",
132
- "name": "string"
133
- }
134
- }
135
- ],
136
- "type": {
137
- "type": "intrinsic",
138
- "name": "boolean"
139
- }
140
- }
141
- ],
142
- "decorators": []
143
- },
144
- {
145
- "id": 13,
146
- "name": "isUrl",
147
- "variant": "declaration",
148
- "kind": 2048,
149
- "flags": {
150
- "isPublic": true,
151
- "isStatic": true
152
- },
153
- "sources": [
154
- {
155
- "fileName": "projects/validation/src/modules/validation/validation.ts",
156
- "line": 14,
157
- "character": 16,
158
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validation/validation.ts#L14"
159
- }
160
- ],
161
- "signatures": [
162
- {
163
- "id": 14,
164
- "name": "isUrl",
165
- "variant": "signature",
166
- "kind": 4096,
167
- "flags": {},
168
- "sources": [
169
- {
170
- "fileName": "lib/modules/validation/validation.ts",
171
- "line": 14,
172
- "character": 2,
173
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validation/validation.ts#L14"
174
- }
175
- ],
176
- "parameters": [
177
- {
178
- "id": 15,
179
- "name": "value",
180
- "variant": "param",
181
- "kind": 32768,
182
- "flags": {},
183
- "type": {
184
- "type": "intrinsic",
185
- "name": "unknown"
186
- }
187
- },
188
- {
189
- "id": 16,
190
- "name": "options",
191
- "variant": "param",
192
- "kind": 32768,
193
- "flags": {
194
- "isOptional": true
195
- },
196
- "type": {
197
- "type": "reference",
198
- "target": 4,
199
- "name": "SkyUrlValidationOptions",
200
- "package": "@skyux/validation"
201
- }
202
- }
203
- ],
204
- "type": {
205
- "type": "intrinsic",
206
- "name": "boolean"
207
- }
208
- }
209
- ],
210
- "decorators": []
211
- }
212
- ],
213
- "groups": [
214
- {
215
- "title": "Constructors",
216
- "children": [
217
- 17
218
- ]
219
- },
220
- {
221
- "title": "Methods",
222
- "children": [
223
- 10,
224
- 13
225
- ]
226
- }
227
- ],
228
- "sources": [
229
- {
230
- "fileName": "projects/validation/src/modules/validation/validation.ts",
231
- "line": 5,
232
- "character": 22,
233
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validation/validation.ts#L5"
234
- }
235
- ],
236
- "decorators": []
237
- },
238
- {
239
- "id": 19,
240
- "name": "SkyValidators",
241
- "variant": "declaration",
242
- "kind": 128,
243
- "flags": {},
244
- "children": [
245
- {
246
- "id": 20,
247
- "name": "email",
248
- "variant": "declaration",
249
- "kind": 2048,
250
- "flags": {
251
- "isPublic": true,
252
- "isStatic": true
253
- },
254
- "sources": [
255
- {
256
- "fileName": "projects/validation/src/modules/validators/validators.ts",
257
- "line": 16,
258
- "character": 16,
259
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validators/validators.ts#L16"
260
- }
261
- ],
262
- "signatures": [
263
- {
264
- "id": 21,
265
- "name": "email",
266
- "variant": "signature",
267
- "kind": 4096,
268
- "flags": {},
269
- "comment": {
270
- "summary": [
271
- {
272
- "kind": "text",
273
- "text": "Validates email addresses in reactive forms. Add this validator directly to the form control\nmodel in the component class. If users enter values that are not valid email addresses, the\nvalidator throws an error. Since this is a sync validator, it returns a set of validation\nerrors or "
274
- },
275
- {
276
- "kind": "code",
277
- "text": "`null`"
278
- },
279
- {
280
- "kind": "text",
281
- "text": " immediately when users enter values."
282
- }
283
- ]
284
- },
285
- "sources": [
286
- {
287
- "fileName": "lib/modules/validators/validators.ts",
288
- "line": 16,
289
- "character": 2,
290
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validators/validators.ts#L16"
291
- }
292
- ],
293
- "parameters": [
294
- {
295
- "id": 22,
296
- "name": "control",
297
- "variant": "param",
298
- "kind": 32768,
299
- "flags": {},
300
- "type": {
301
- "type": "reference",
302
- "target": {
303
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
304
- "qualifiedName": "AbstractControl"
305
- },
306
- "typeArguments": [
307
- {
308
- "type": "intrinsic",
309
- "name": "any"
310
- },
311
- {
312
- "type": "intrinsic",
313
- "name": "any"
314
- }
315
- ],
316
- "name": "AbstractControl",
317
- "package": "@angular/forms"
318
- }
319
- }
320
- ],
321
- "type": {
322
- "type": "reference",
323
- "target": {
324
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
325
- "qualifiedName": "ValidationErrors"
326
- },
327
- "name": "ValidationErrors",
328
- "package": "@angular/forms"
329
- }
330
- }
331
- ],
332
- "decorators": []
333
- },
334
- {
335
- "id": 23,
336
- "name": "url",
337
- "variant": "declaration",
338
- "kind": 2048,
339
- "flags": {
340
- "isPublic": true,
341
- "isStatic": true
342
- },
343
- "sources": [
344
- {
345
- "fileName": "projects/validation/src/modules/validators/validators.ts",
346
- "line": 34,
347
- "character": 16,
348
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validators/validators.ts#L34"
349
- },
350
- {
351
- "fileName": "projects/validation/src/modules/validators/validators.ts",
352
- "line": 42,
353
- "character": 16,
354
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validators/validators.ts#L42"
355
- },
356
- {
357
- "fileName": "projects/validation/src/modules/validators/validators.ts",
358
- "line": 46,
359
- "character": 16,
360
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validators/validators.ts#L46"
361
- }
362
- ],
363
- "signatures": [
364
- {
365
- "id": 24,
366
- "name": "url",
367
- "variant": "signature",
368
- "kind": 4096,
369
- "flags": {},
370
- "comment": {
371
- "summary": [
372
- {
373
- "kind": "text",
374
- "text": "Validates URLs in reactive forms. Add this validator directly to the form control model in\nthe component class. If users enter values that are not valid URLs, the validator throws an\nerror. Since this is a sync validator, it returns a set of validation errors or "
375
- },
376
- {
377
- "kind": "code",
378
- "text": "`null`"
379
- },
380
- {
381
- "kind": "text",
382
- "text": "\nimmediately when users enter values."
383
- }
384
- ]
385
- },
386
- "sources": [
387
- {
388
- "fileName": "lib/modules/validators/validators.ts",
389
- "line": 34,
390
- "character": 2,
391
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validators/validators.ts#L34"
392
- }
393
- ],
394
- "parameters": [
395
- {
396
- "id": 25,
397
- "name": "abstractControl",
398
- "variant": "param",
399
- "kind": 32768,
400
- "flags": {},
401
- "type": {
402
- "type": "reference",
403
- "target": {
404
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
405
- "qualifiedName": "AbstractControl"
406
- },
407
- "typeArguments": [
408
- {
409
- "type": "intrinsic",
410
- "name": "any"
411
- },
412
- {
413
- "type": "intrinsic",
414
- "name": "any"
415
- }
416
- ],
417
- "name": "AbstractControl",
418
- "package": "@angular/forms"
419
- }
420
- }
421
- ],
422
- "type": {
423
- "type": "reference",
424
- "target": {
425
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
426
- "qualifiedName": "ValidationErrors"
427
- },
428
- "name": "ValidationErrors",
429
- "package": "@angular/forms"
430
- }
431
- },
432
- {
433
- "id": 26,
434
- "name": "url",
435
- "variant": "signature",
436
- "kind": 4096,
437
- "flags": {},
438
- "comment": {
439
- "summary": [
440
- {
441
- "kind": "text",
442
- "text": "Validates URLs in reactive forms. Add this validator with ruleset parameters directly to\nthe form control model in the component class. If users enter values that are not valid\nURLs, the validator throws an error. Since this is a sync validator, it returns a set of\nvalidation errors or "
443
- },
444
- {
445
- "kind": "code",
446
- "text": "`null`"
447
- },
448
- {
449
- "kind": "text",
450
- "text": " immediately when users enter values."
451
- }
452
- ]
453
- },
454
- "sources": [
455
- {
456
- "fileName": "lib/modules/validators/validators.ts",
457
- "line": 42,
458
- "character": 2,
459
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validators/validators.ts#L42"
460
- }
461
- ],
462
- "parameters": [
463
- {
464
- "id": 27,
465
- "name": "skyUrlValidationOptions",
466
- "variant": "param",
467
- "kind": 32768,
468
- "flags": {},
469
- "type": {
470
- "type": "reference",
471
- "target": 4,
472
- "name": "SkyUrlValidationOptions",
473
- "package": "@skyux/validation"
474
- }
475
- }
476
- ],
477
- "type": {
478
- "type": "reference",
479
- "target": {
480
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
481
- "qualifiedName": "ValidatorFn"
482
- },
483
- "name": "ValidatorFn",
484
- "package": "@angular/forms"
485
- }
486
- }
487
- ],
488
- "decorators": []
489
- }
490
- ],
491
- "groups": [
492
- {
493
- "title": "Constructors",
494
- "children": [
495
- 28
496
- ]
497
- },
498
- {
499
- "title": "Methods",
500
- "children": [
501
- 20,
502
- 23
503
- ]
504
- }
505
- ],
506
- "sources": [
507
- {
508
- "fileName": "projects/validation/src/modules/validators/validators.ts",
509
- "line": 9,
510
- "character": 13,
511
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/validators/validators.ts#L9"
512
- }
513
- ],
514
- "decorators": []
515
- },
516
- {
517
- "id": 30,
518
- "name": "SkyEmailValidationDirective",
519
- "variant": "declaration",
520
- "kind": 128,
521
- "flags": {},
522
- "comment": {
523
- "summary": [
524
- {
525
- "kind": "text",
526
- "text": "Adds email address validation to an input element. The directive uses "
527
- },
528
- {
529
- "kind": "code",
530
- "text": "`NgModel`"
531
- },
532
- {
533
- "kind": "text",
534
- "text": " to bind data."
535
- }
536
- ]
537
- },
538
- "children": [
539
- {
540
- "id": 36,
541
- "name": "emailIsValid",
542
- "variant": "declaration",
543
- "kind": 2048,
544
- "flags": {
545
- "isPublic": true
546
- },
547
- "sources": [
548
- {
549
- "fileName": "projects/validation/src/modules/email-validation/email-validation.directive.ts",
550
- "line": 40,
551
- "character": 9,
552
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts#L40"
553
- }
554
- ],
555
- "signatures": [
556
- {
557
- "id": 37,
558
- "name": "emailIsValid",
559
- "variant": "signature",
560
- "kind": 4096,
561
- "flags": {},
562
- "sources": [
563
- {
564
- "fileName": "lib/modules/email-validation/email-validation.directive.ts",
565
- "line": 40,
566
- "character": 2,
567
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts#L40"
568
- }
569
- ],
570
- "parameters": [
571
- {
572
- "id": 38,
573
- "name": "email",
574
- "variant": "param",
575
- "kind": 32768,
576
- "flags": {},
577
- "type": {
578
- "type": "intrinsic",
579
- "name": "string"
580
- }
581
- }
582
- ],
583
- "type": {
584
- "type": "intrinsic",
585
- "name": "boolean"
586
- }
587
- }
588
- ],
589
- "decorators": []
590
- },
591
- {
592
- "id": 33,
593
- "name": "validate",
594
- "variant": "declaration",
595
- "kind": 2048,
596
- "flags": {
597
- "isPublic": true
598
- },
599
- "sources": [
600
- {
601
- "fileName": "projects/validation/src/modules/email-validation/email-validation.directive.ts",
602
- "line": 26,
603
- "character": 9,
604
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts#L26"
605
- }
606
- ],
607
- "signatures": [
608
- {
609
- "id": 34,
610
- "name": "validate",
611
- "variant": "signature",
612
- "kind": 4096,
613
- "flags": {},
614
- "sources": [
615
- {
616
- "fileName": "lib/modules/email-validation/email-validation.directive.ts",
617
- "line": 26,
618
- "character": 2,
619
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts#L26"
620
- }
621
- ],
622
- "parameters": [
623
- {
624
- "id": 35,
625
- "name": "control",
626
- "variant": "param",
627
- "kind": 32768,
628
- "flags": {},
629
- "type": {
630
- "type": "reference",
631
- "target": {
632
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
633
- "qualifiedName": "AbstractControl"
634
- },
635
- "typeArguments": [
636
- {
637
- "type": "intrinsic",
638
- "name": "any"
639
- },
640
- {
641
- "type": "intrinsic",
642
- "name": "any"
643
- }
644
- ],
645
- "name": "AbstractControl",
646
- "package": "@angular/forms"
647
- }
648
- }
649
- ],
650
- "type": {
651
- "type": "reference",
652
- "target": {
653
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
654
- "qualifiedName": "ValidationErrors"
655
- },
656
- "name": "ValidationErrors",
657
- "package": "@angular/forms"
658
- },
659
- "implementationOf": {
660
- "type": "reference",
661
- "target": -1,
662
- "name": "Validator.validate"
663
- }
664
- }
665
- ],
666
- "implementationOf": {
667
- "type": "reference",
668
- "target": -1,
669
- "name": "Validator.validate"
670
- },
671
- "decorators": []
672
- }
673
- ],
674
- "groups": [
675
- {
676
- "title": "Constructors",
677
- "children": [
678
- 31
679
- ]
680
- },
681
- {
682
- "title": "Methods",
683
- "children": [
684
- 36,
685
- 33
686
- ]
687
- }
688
- ],
689
- "sources": [
690
- {
691
- "fileName": "projects/validation/src/modules/email-validation/email-validation.directive.ts",
692
- "line": 25,
693
- "character": 13,
694
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts#L25"
695
- }
696
- ],
697
- "implementedTypes": [
698
- {
699
- "type": "reference",
700
- "target": {
701
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
702
- "qualifiedName": "Validator"
703
- },
704
- "name": "Validator",
705
- "package": "@angular/forms"
706
- }
707
- ],
708
- "decorators": [
709
- {
710
- "name": "Directive",
711
- "arguments": {
712
- "obj": "@Directive({\n selector: '[skyEmailValidation]',\n providers: [SKY_EMAIL_VALIDATION_VALIDATOR],\n standalone: false,\n})"
713
- }
714
- }
715
- ]
716
- },
717
- {
718
- "id": 39,
719
- "name": "SkyUrlValidationDirective",
720
- "variant": "declaration",
721
- "kind": 128,
722
- "flags": {},
723
- "comment": {
724
- "summary": [
725
- {
726
- "kind": "text",
727
- "text": "Adds URL validation to an input element. The directive uses "
728
- },
729
- {
730
- "kind": "code",
731
- "text": "`NgModel`"
732
- },
733
- {
734
- "kind": "text",
735
- "text": " to bind data."
736
- }
737
- ]
738
- },
739
- "children": [
740
- {
741
- "id": 42,
742
- "name": "skyUrlValidation",
743
- "variant": "declaration",
744
- "kind": 262144,
745
- "flags": {
746
- "isPublic": true
747
- },
748
- "sources": [
749
- {
750
- "fileName": "projects/validation/src/modules/url-validation/url-validation.directive.ts",
751
- "line": 32,
752
- "character": 13,
753
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L32"
754
- }
755
- ],
756
- "setSignature": {
757
- "id": 43,
758
- "name": "skyUrlValidation",
759
- "variant": "signature",
760
- "kind": 1048576,
761
- "flags": {},
762
- "comment": {
763
- "summary": [
764
- {
765
- "kind": "text",
766
- "text": "Configuration options for the URL validation component."
767
- }
768
- ]
769
- },
770
- "sources": [
771
- {
772
- "fileName": "lib/modules/url-validation/url-validation.directive.ts",
773
- "line": 31,
774
- "character": 2,
775
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L31"
776
- }
777
- ],
778
- "parameters": [
779
- {
780
- "id": 44,
781
- "name": "value",
782
- "variant": "param",
783
- "kind": 32768,
784
- "flags": {},
785
- "type": {
786
- "type": "reference",
787
- "target": 4,
788
- "name": "SkyUrlValidationOptions",
789
- "package": "@skyux/validation"
790
- }
791
- }
792
- ],
793
- "type": {
794
- "type": "intrinsic",
795
- "name": "void"
796
- }
797
- },
798
- "decorators": [
799
- {
800
- "name": "Input"
801
- }
802
- ]
803
- },
804
- {
805
- "id": 51,
806
- "name": "registerOnValidatorChange",
807
- "variant": "declaration",
808
- "kind": 2048,
809
- "flags": {
810
- "isPublic": true
811
- },
812
- "sources": [
813
- {
814
- "fileName": "projects/validation/src/modules/url-validation/url-validation.directive.ts",
815
- "line": 54,
816
- "character": 9,
817
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L54"
818
- }
819
- ],
820
- "signatures": [
821
- {
822
- "id": 52,
823
- "name": "registerOnValidatorChange",
824
- "variant": "signature",
825
- "kind": 4096,
826
- "flags": {},
827
- "sources": [
828
- {
829
- "fileName": "lib/modules/url-validation/url-validation.directive.ts",
830
- "line": 54,
831
- "character": 2,
832
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L54"
833
- }
834
- ],
835
- "parameters": [
836
- {
837
- "id": 53,
838
- "name": "fn",
839
- "variant": "param",
840
- "kind": 32768,
841
- "flags": {},
842
- "type": {
843
- "type": "reflection",
844
- "declaration": {
845
- "id": 54,
846
- "name": "__type",
847
- "variant": "declaration",
848
- "kind": 65536,
849
- "flags": {},
850
- "sources": [
851
- {
852
- "fileName": "lib/modules/url-validation/url-validation.directive.ts",
853
- "line": 54,
854
- "character": 39,
855
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L54"
856
- }
857
- ],
858
- "signatures": [
859
- {
860
- "id": 55,
861
- "name": "__type",
862
- "variant": "signature",
863
- "kind": 4096,
864
- "flags": {},
865
- "sources": [
866
- {
867
- "fileName": "lib/modules/url-validation/url-validation.directive.ts",
868
- "line": 54,
869
- "character": 39,
870
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L54"
871
- }
872
- ],
873
- "type": {
874
- "type": "intrinsic",
875
- "name": "void"
876
- }
877
- }
878
- ]
879
- }
880
- }
881
- }
882
- ],
883
- "type": {
884
- "type": "intrinsic",
885
- "name": "void"
886
- },
887
- "implementationOf": {
888
- "type": "reference",
889
- "target": -1,
890
- "name": "Validator.registerOnValidatorChange"
891
- }
892
- }
893
- ],
894
- "implementationOf": {
895
- "type": "reference",
896
- "target": -1,
897
- "name": "Validator.registerOnValidatorChange"
898
- },
899
- "decorators": []
900
- },
901
- {
902
- "id": 48,
903
- "name": "validate",
904
- "variant": "declaration",
905
- "kind": 2048,
906
- "flags": {
907
- "isPublic": true
908
- },
909
- "sources": [
910
- {
911
- "fileName": "projects/validation/src/modules/url-validation/url-validation.directive.ts",
912
- "line": 42,
913
- "character": 9,
914
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L42"
915
- }
916
- ],
917
- "signatures": [
918
- {
919
- "id": 49,
920
- "name": "validate",
921
- "variant": "signature",
922
- "kind": 4096,
923
- "flags": {},
924
- "sources": [
925
- {
926
- "fileName": "lib/modules/url-validation/url-validation.directive.ts",
927
- "line": 42,
928
- "character": 2,
929
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L42"
930
- }
931
- ],
932
- "parameters": [
933
- {
934
- "id": 50,
935
- "name": "control",
936
- "variant": "param",
937
- "kind": 32768,
938
- "flags": {},
939
- "type": {
940
- "type": "reference",
941
- "target": {
942
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
943
- "qualifiedName": "AbstractControl"
944
- },
945
- "typeArguments": [
946
- {
947
- "type": "intrinsic",
948
- "name": "any"
949
- },
950
- {
951
- "type": "intrinsic",
952
- "name": "any"
953
- }
954
- ],
955
- "name": "AbstractControl",
956
- "package": "@angular/forms"
957
- }
958
- }
959
- ],
960
- "type": {
961
- "type": "reference",
962
- "target": {
963
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
964
- "qualifiedName": "ValidationErrors"
965
- },
966
- "name": "ValidationErrors",
967
- "package": "@angular/forms"
968
- },
969
- "implementationOf": {
970
- "type": "reference",
971
- "target": -1,
972
- "name": "Validator.validate"
973
- }
974
- }
975
- ],
976
- "implementationOf": {
977
- "type": "reference",
978
- "target": -1,
979
- "name": "Validator.validate"
980
- },
981
- "decorators": []
982
- }
983
- ],
984
- "groups": [
985
- {
986
- "title": "Constructors",
987
- "children": [
988
- 40
989
- ]
990
- },
991
- {
992
- "title": "Accessors",
993
- "children": [
994
- 42
995
- ]
996
- },
997
- {
998
- "title": "Methods",
999
- "children": [
1000
- 51,
1001
- 48
1002
- ]
1003
- }
1004
- ],
1005
- "sources": [
1006
- {
1007
- "fileName": "projects/validation/src/modules/url-validation/url-validation.directive.ts",
1008
- "line": 27,
1009
- "character": 13,
1010
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts#L27"
1011
- }
1012
- ],
1013
- "implementedTypes": [
1014
- {
1015
- "type": "reference",
1016
- "target": {
1017
- "sourceFileName": "node_modules/@angular/forms/index.d.ts",
1018
- "qualifiedName": "Validator"
1019
- },
1020
- "name": "Validator",
1021
- "package": "@angular/forms"
1022
- }
1023
- ],
1024
- "decorators": [
1025
- {
1026
- "name": "Directive",
1027
- "arguments": {
1028
- "obj": "@Directive({\n selector: '[skyUrlValidation]',\n providers: [SKY_URL_VALIDATION_VALIDATOR],\n standalone: false,\n})"
1029
- }
1030
- }
1031
- ]
1032
- },
1033
- {
1034
- "id": 4,
1035
- "name": "SkyUrlValidationOptions",
1036
- "variant": "declaration",
1037
- "kind": 256,
1038
- "flags": {},
1039
- "comment": {
1040
- "summary": [
1041
- {
1042
- "kind": "text",
1043
- "text": "Specifies options for the URL validator component."
1044
- }
1045
- ]
1046
- },
1047
- "children": [
1048
- {
1049
- "id": 5,
1050
- "name": "rulesetVersion",
1051
- "variant": "declaration",
1052
- "kind": 1024,
1053
- "flags": {},
1054
- "comment": {
1055
- "summary": [
1056
- {
1057
- "kind": "text",
1058
- "text": "The ruleset for URL validation. Ruleset 1 uses a regular expression, and ruleset 2 uses the third-party [validator.js library](https://github.com/validatorjs/validator.js)."
1059
- }
1060
- ]
1061
- },
1062
- "sources": [
1063
- {
1064
- "fileName": "projects/validation/src/modules/url-validation/url-validation-options.ts",
1065
- "line": 8,
1066
- "character": 2,
1067
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation-options.ts#L8"
1068
- }
1069
- ],
1070
- "type": {
1071
- "type": "union",
1072
- "types": [
1073
- {
1074
- "type": "literal",
1075
- "value": 1
1076
- },
1077
- {
1078
- "type": "literal",
1079
- "value": 2
1080
- }
1081
- ]
1082
- }
1083
- }
1084
- ],
1085
- "groups": [
1086
- {
1087
- "title": "Properties",
1088
- "children": [
1089
- 5
1090
- ]
1091
- }
1092
- ],
1093
- "sources": [
1094
- {
1095
- "fileName": "projects/validation/src/modules/url-validation/url-validation-options.ts",
1096
- "line": 4,
1097
- "character": 17,
1098
- "url": "https://github.com/blackbaud/skyux/blob/42e6ef8/libs/components/validation/src/lib/modules/url-validation/url-validation-options.ts#L4"
1099
- }
1100
- ]
1101
- }
1102
- ],
1103
- "groups": [
1104
- {
1105
- "title": "Classes",
1106
- "children": [
1107
- 1,
1108
- 6,
1109
- 9,
1110
- 19,
1111
- 30,
1112
- 39
1113
- ]
1114
- },
1115
- {
1116
- "title": "Interfaces",
1117
- "children": [
1118
- 4
1119
- ]
1120
- }
1121
- ],
1122
- "packageName": "@skyux/validation",
1123
- "readme": [
1124
- {
1125
- "kind": "text",
1126
- "text": "# validation\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
1127
- },
1128
- {
1129
- "kind": "code",
1130
- "text": "`nx test validation`"
1131
- },
1132
- {
1133
- "kind": "text",
1134
- "text": " to execute the unit tests."
1135
- }
1136
- ],
1137
- "symbolIdMap": {
1138
- "0": {
1139
- "sourceFileName": "libs/components/validation/src/index.ts",
1140
- "qualifiedName": ""
1141
- },
1142
- "1": {
1143
- "sourceFileName": "libs/components/validation/src/lib/modules/email-validation/email-validation.module.ts",
1144
- "qualifiedName": "SkyEmailValidationModule"
1145
- },
1146
- "4": {
1147
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation-options.ts",
1148
- "qualifiedName": "SkyUrlValidationOptions"
1149
- },
1150
- "5": {
1151
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation-options.ts",
1152
- "qualifiedName": "SkyUrlValidationOptions.rulesetVersion"
1153
- },
1154
- "6": {
1155
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.module.ts",
1156
- "qualifiedName": "SkyUrlValidationModule"
1157
- },
1158
- "9": {
1159
- "sourceFileName": "libs/components/validation/src/lib/modules/validation/validation.ts",
1160
- "qualifiedName": "SkyValidation"
1161
- },
1162
- "10": {
1163
- "sourceFileName": "libs/components/validation/src/lib/modules/validation/validation.ts",
1164
- "qualifiedName": "SkyValidation.isEmail"
1165
- },
1166
- "11": {
1167
- "sourceFileName": "libs/components/validation/src/lib/modules/validation/validation.ts",
1168
- "qualifiedName": "SkyValidation.isEmail"
1169
- },
1170
- "12": {
1171
- "sourceFileName": "libs/components/validation/src/lib/modules/validation/validation.ts",
1172
- "qualifiedName": "emailAddress"
1173
- },
1174
- "13": {
1175
- "sourceFileName": "libs/components/validation/src/lib/modules/validation/validation.ts",
1176
- "qualifiedName": "SkyValidation.isUrl"
1177
- },
1178
- "14": {
1179
- "sourceFileName": "libs/components/validation/src/lib/modules/validation/validation.ts",
1180
- "qualifiedName": "SkyValidation.isUrl"
1181
- },
1182
- "15": {
1183
- "sourceFileName": "libs/components/validation/src/lib/modules/validation/validation.ts",
1184
- "qualifiedName": "value"
1185
- },
1186
- "16": {
1187
- "sourceFileName": "libs/components/validation/src/lib/modules/validation/validation.ts",
1188
- "qualifiedName": "options"
1189
- },
1190
- "19": {
1191
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1192
- "qualifiedName": "SkyValidators"
1193
- },
1194
- "20": {
1195
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1196
- "qualifiedName": "SkyValidators.email"
1197
- },
1198
- "21": {
1199
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1200
- "qualifiedName": "SkyValidators.email"
1201
- },
1202
- "22": {
1203
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1204
- "qualifiedName": "control"
1205
- },
1206
- "23": {
1207
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1208
- "qualifiedName": "SkyValidators.url"
1209
- },
1210
- "24": {
1211
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1212
- "qualifiedName": "SkyValidators.url"
1213
- },
1214
- "25": {
1215
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1216
- "qualifiedName": "abstractControl"
1217
- },
1218
- "26": {
1219
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1220
- "qualifiedName": "SkyValidators.url"
1221
- },
1222
- "27": {
1223
- "sourceFileName": "libs/components/validation/src/lib/modules/validators/validators.ts",
1224
- "qualifiedName": "skyUrlValidationOptions"
1225
- },
1226
- "30": {
1227
- "sourceFileName": "libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts",
1228
- "qualifiedName": "SkyEmailValidationDirective"
1229
- },
1230
- "33": {
1231
- "sourceFileName": "libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts",
1232
- "qualifiedName": "SkyEmailValidationDirective.validate"
1233
- },
1234
- "34": {
1235
- "sourceFileName": "libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts",
1236
- "qualifiedName": "SkyEmailValidationDirective.validate"
1237
- },
1238
- "35": {
1239
- "sourceFileName": "libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts",
1240
- "qualifiedName": "control"
1241
- },
1242
- "36": {
1243
- "sourceFileName": "libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts",
1244
- "qualifiedName": "SkyEmailValidationDirective.emailIsValid"
1245
- },
1246
- "37": {
1247
- "sourceFileName": "libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts",
1248
- "qualifiedName": "SkyEmailValidationDirective.emailIsValid"
1249
- },
1250
- "38": {
1251
- "sourceFileName": "libs/components/validation/src/lib/modules/email-validation/email-validation.directive.ts",
1252
- "qualifiedName": "email"
1253
- },
1254
- "39": {
1255
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1256
- "qualifiedName": "SkyUrlValidationDirective"
1257
- },
1258
- "42": {
1259
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1260
- "qualifiedName": "SkyUrlValidationDirective.skyUrlValidation"
1261
- },
1262
- "43": {
1263
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1264
- "qualifiedName": "SkyUrlValidationDirective.skyUrlValidation"
1265
- },
1266
- "44": {
1267
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1268
- "qualifiedName": "value"
1269
- },
1270
- "48": {
1271
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1272
- "qualifiedName": "SkyUrlValidationDirective.validate"
1273
- },
1274
- "49": {
1275
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1276
- "qualifiedName": "SkyUrlValidationDirective.validate"
1277
- },
1278
- "50": {
1279
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1280
- "qualifiedName": "control"
1281
- },
1282
- "51": {
1283
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1284
- "qualifiedName": "SkyUrlValidationDirective.registerOnValidatorChange"
1285
- },
1286
- "52": {
1287
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1288
- "qualifiedName": "SkyUrlValidationDirective.registerOnValidatorChange"
1289
- },
1290
- "53": {
1291
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1292
- "qualifiedName": "fn"
1293
- },
1294
- "54": {
1295
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1296
- "qualifiedName": "__type"
1297
- },
1298
- "55": {
1299
- "sourceFileName": "libs/components/validation/src/lib/modules/url-validation/url-validation.directive.ts",
1300
- "qualifiedName": "__type"
1301
- }
1302
- }
1303
- },
1304
- "codeExamples": [
1305
- {
1306
- "fileName": "demo.component.ts",
1307
- "filePath": "/projects/validation/documentation/code-examples/url-validation/directive/demo.component.ts",
1308
- "rawContents": "import { Component } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport {\n SkyUrlValidationModule,\n SkyUrlValidationOptions,\n} from '@skyux/validation';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyInputBoxModule,\n SkyUrlValidationModule,\n ],\n})\nexport class DemoComponent {\n protected demoModel: {\n url?: string;\n } = {};\n\n protected skyUrlValidationOptions: SkyUrlValidationOptions = {\n rulesetVersion: 2,\n };\n}\n"
1309
- },
1310
- {
1311
- "fileName": "demo.component.html",
1312
- "filePath": "/projects/validation/documentation/code-examples/url-validation/directive/demo.component.html",
1313
- "rawContents": "<form novalidate>\n <div>\n <sky-input-box stacked=\"true\" labelText=\"URL\">\n <input\n name=\"url\"\n [skyUrlValidation]=\"skyUrlValidationOptions\"\n [(ngModel)]=\"demoModel.url\"\n />\n </sky-input-box>\n </div>\n</form>\n"
1314
- },
1315
- {
1316
- "fileName": "demo.component.ts",
1317
- "filePath": "/projects/validation/documentation/code-examples/url-validation/control-validator/demo.component.ts",
1318
- "rawContents": "import { Component, inject } from '@angular/core';\nimport {\n AbstractControl,\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n Validators,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyValidators } from '@skyux/validation';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [FormsModule, ReactiveFormsModule, SkyInputBoxModule],\n})\nexport class DemoComponent {\n protected get urlControl(): AbstractControl | null {\n return this.formGroup.get('url');\n }\n\n protected formGroup: FormGroup;\n\n constructor() {\n this.formGroup = inject(FormBuilder).group({\n url: new FormControl(undefined, [\n Validators.required,\n SkyValidators.url({\n rulesetVersion: 2,\n }),\n ]),\n });\n }\n}\n"
1319
- },
1320
- {
1321
- "fileName": "demo.component.html",
1322
- "filePath": "/projects/validation/documentation/code-examples/url-validation/control-validator/demo.component.html",
1323
- "rawContents": "<form novalidate [formGroup]=\"formGroup\">\n <div>\n <sky-input-box stacked=\"true\" labelText=\"URL\">\n <input formControlName=\"url\" type=\"text\" />\n </sky-input-box>\n </div>\n</form>\n"
1324
- },
1325
- {
1326
- "fileName": "demo.component.ts",
1327
- "filePath": "/projects/validation/documentation/code-examples/email-validation/directive/demo.component.ts",
1328
- "rawContents": "import { Component } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyEmailValidationModule } from '@skyux/validation';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyEmailValidationModule,\n SkyInputBoxModule,\n ],\n})\nexport class DemoComponent {\n protected demoModel: {\n emailAddress?: string;\n } = {};\n}\n"
1329
- },
1330
- {
1331
- "fileName": "demo.component.html",
1332
- "filePath": "/projects/validation/documentation/code-examples/email-validation/directive/demo.component.html",
1333
- "rawContents": "<form novalidate>\n <div>\n <sky-input-box stacked=\"true\" labelText=\"Email address\">\n <input\n class=\"sky-form-control\"\n name=\"emailAddress\"\n skyEmailValidation\n type=\"text\"\n [(ngModel)]=\"demoModel.emailAddress\"\n />\n </sky-input-box>\n </div>\n</form>\n"
1334
- },
1335
- {
1336
- "fileName": "demo.component.ts",
1337
- "filePath": "/projects/validation/documentation/code-examples/email-validation/control-validator/demo.component.ts",
1338
- "rawContents": "import { Component, inject } from '@angular/core';\nimport {\n AbstractControl,\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n Validators,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyValidators } from '@skyux/validation';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [FormsModule, ReactiveFormsModule, SkyInputBoxModule],\n})\nexport class DemoComponent {\n protected get emailControl(): AbstractControl | null {\n return this.formGroup.get('email');\n }\n\n protected formGroup: FormGroup;\n\n constructor() {\n this.formGroup = inject(FormBuilder).group({\n email: new FormControl(undefined, [\n Validators.required,\n SkyValidators.email,\n ]),\n });\n }\n}\n"
1339
- },
1340
- {
1341
- "fileName": "demo.component.html",
1342
- "filePath": "/projects/validation/documentation/code-examples/email-validation/control-validator/demo.component.html",
1343
- "rawContents": "<form novalidate [formGroup]=\"formGroup\">\n <div>\n <sky-input-box stacked=\"true\" labelText=\"Email address\">\n <input formControlName=\"email\" type=\"text\" />\n </sky-input-box>\n </div>\n</form>\n"
1344
- }
1345
- ],
1346
- "codeExampleDependencies": {
1347
- "/projects/validation/documentation/code-examples/url-validation/directive": {
1348
- "@angular-devkit/core": "19.0.6",
1349
- "@angular-devkit/schematics": "19.0.6",
1350
- "@angular/animations": "19.0.5",
1351
- "@angular/cdk": "19.0.4",
1352
- "@angular/cli": "19.0.6",
1353
- "@angular/common": "19.0.5",
1354
- "@angular/core": "19.0.5",
1355
- "@angular/forms": "19.0.5",
1356
- "@angular/platform-browser": "19.0.5",
1357
- "@angular/router": "19.0.5",
1358
- "@blackbaud/skyux-design-tokens": "0.0.45",
1359
- "@schematics/angular": "19.0.6",
1360
- "@skyux-sdk/testing": "12.0.0-alpha.8",
1361
- "@skyux/assets": "12.0.0-alpha.8",
1362
- "@skyux/core": "12.0.0-alpha.8",
1363
- "@skyux/forms": "12.0.0-alpha.8",
1364
- "@skyux/help-inline": "12.0.0-alpha.8",
1365
- "@skyux/i18n": "12.0.0-alpha.8",
1366
- "@skyux/icon": "12.0.0-alpha.8",
1367
- "@skyux/icons": "7.10.0",
1368
- "@skyux/indicators": "12.0.0-alpha.8",
1369
- "@skyux/popovers": "12.0.0-alpha.8",
1370
- "@skyux/theme": "12.0.0-alpha.8",
1371
- "@skyux/validation": "12.0.0-alpha.8",
1372
- "@types/node": "20.14.12",
1373
- "ajv": "8.17.1",
1374
- "axe-core": "4.10.2",
1375
- "fontfaceobserver": "2.3.0",
1376
- "jsonc-parser": "3.3.1",
1377
- "minimist": "1.2.8",
1378
- "rxjs": "7.8.1",
1379
- "tslib": "2.8.1",
1380
- "validator": "13.12.0",
1381
- "zone.js": "0.15.0"
1382
- },
1383
- "/projects/validation/documentation/code-examples/url-validation/control-validator": {
1384
- "@angular-devkit/core": "19.0.6",
1385
- "@angular-devkit/schematics": "19.0.6",
1386
- "@angular/animations": "19.0.5",
1387
- "@angular/cdk": "19.0.4",
1388
- "@angular/cli": "19.0.6",
1389
- "@angular/common": "19.0.5",
1390
- "@angular/core": "19.0.5",
1391
- "@angular/forms": "19.0.5",
1392
- "@angular/platform-browser": "19.0.5",
1393
- "@angular/router": "19.0.5",
1394
- "@blackbaud/skyux-design-tokens": "0.0.45",
1395
- "@schematics/angular": "19.0.6",
1396
- "@skyux-sdk/testing": "12.0.0-alpha.8",
1397
- "@skyux/assets": "12.0.0-alpha.8",
1398
- "@skyux/core": "12.0.0-alpha.8",
1399
- "@skyux/forms": "12.0.0-alpha.8",
1400
- "@skyux/help-inline": "12.0.0-alpha.8",
1401
- "@skyux/i18n": "12.0.0-alpha.8",
1402
- "@skyux/icon": "12.0.0-alpha.8",
1403
- "@skyux/icons": "7.10.0",
1404
- "@skyux/indicators": "12.0.0-alpha.8",
1405
- "@skyux/popovers": "12.0.0-alpha.8",
1406
- "@skyux/theme": "12.0.0-alpha.8",
1407
- "@skyux/validation": "12.0.0-alpha.8",
1408
- "@types/node": "20.14.12",
1409
- "ajv": "8.17.1",
1410
- "axe-core": "4.10.2",
1411
- "fontfaceobserver": "2.3.0",
1412
- "jsonc-parser": "3.3.1",
1413
- "minimist": "1.2.8",
1414
- "rxjs": "7.8.1",
1415
- "tslib": "2.8.1",
1416
- "validator": "13.12.0",
1417
- "zone.js": "0.15.0"
1418
- },
1419
- "/projects/validation/documentation/code-examples/email-validation/directive": {
1420
- "@angular-devkit/core": "19.0.6",
1421
- "@angular-devkit/schematics": "19.0.6",
1422
- "@angular/animations": "19.0.5",
1423
- "@angular/cdk": "19.0.4",
1424
- "@angular/cli": "19.0.6",
1425
- "@angular/common": "19.0.5",
1426
- "@angular/core": "19.0.5",
1427
- "@angular/forms": "19.0.5",
1428
- "@angular/platform-browser": "19.0.5",
1429
- "@angular/router": "19.0.5",
1430
- "@blackbaud/skyux-design-tokens": "0.0.45",
1431
- "@schematics/angular": "19.0.6",
1432
- "@skyux-sdk/testing": "12.0.0-alpha.8",
1433
- "@skyux/assets": "12.0.0-alpha.8",
1434
- "@skyux/core": "12.0.0-alpha.8",
1435
- "@skyux/forms": "12.0.0-alpha.8",
1436
- "@skyux/help-inline": "12.0.0-alpha.8",
1437
- "@skyux/i18n": "12.0.0-alpha.8",
1438
- "@skyux/icon": "12.0.0-alpha.8",
1439
- "@skyux/icons": "7.10.0",
1440
- "@skyux/indicators": "12.0.0-alpha.8",
1441
- "@skyux/popovers": "12.0.0-alpha.8",
1442
- "@skyux/theme": "12.0.0-alpha.8",
1443
- "@skyux/validation": "12.0.0-alpha.8",
1444
- "@types/node": "20.14.12",
1445
- "ajv": "8.17.1",
1446
- "axe-core": "4.10.2",
1447
- "fontfaceobserver": "2.3.0",
1448
- "jsonc-parser": "3.3.1",
1449
- "minimist": "1.2.8",
1450
- "rxjs": "7.8.1",
1451
- "tslib": "2.8.1",
1452
- "validator": "13.12.0",
1453
- "zone.js": "0.15.0"
1454
- },
1455
- "/projects/validation/documentation/code-examples/email-validation/control-validator": {
1456
- "@angular-devkit/core": "19.0.6",
1457
- "@angular-devkit/schematics": "19.0.6",
1458
- "@angular/animations": "19.0.5",
1459
- "@angular/cdk": "19.0.4",
1460
- "@angular/cli": "19.0.6",
1461
- "@angular/common": "19.0.5",
1462
- "@angular/core": "19.0.5",
1463
- "@angular/forms": "19.0.5",
1464
- "@angular/platform-browser": "19.0.5",
1465
- "@angular/router": "19.0.5",
1466
- "@blackbaud/skyux-design-tokens": "0.0.45",
1467
- "@schematics/angular": "19.0.6",
1468
- "@skyux-sdk/testing": "12.0.0-alpha.8",
1469
- "@skyux/assets": "12.0.0-alpha.8",
1470
- "@skyux/core": "12.0.0-alpha.8",
1471
- "@skyux/forms": "12.0.0-alpha.8",
1472
- "@skyux/help-inline": "12.0.0-alpha.8",
1473
- "@skyux/i18n": "12.0.0-alpha.8",
1474
- "@skyux/icon": "12.0.0-alpha.8",
1475
- "@skyux/icons": "7.10.0",
1476
- "@skyux/indicators": "12.0.0-alpha.8",
1477
- "@skyux/popovers": "12.0.0-alpha.8",
1478
- "@skyux/theme": "12.0.0-alpha.8",
1479
- "@skyux/validation": "12.0.0-alpha.8",
1480
- "@types/node": "20.14.12",
1481
- "ajv": "8.17.1",
1482
- "axe-core": "4.10.2",
1483
- "fontfaceobserver": "2.3.0",
1484
- "jsonc-parser": "3.3.1",
1485
- "minimist": "1.2.8",
1486
- "rxjs": "7.8.1",
1487
- "tslib": "2.8.1",
1488
- "validator": "13.12.0",
1489
- "zone.js": "0.15.0"
1490
- }
1491
- }
1492
- }