@skyux/colorpicker 7.8.1 → 8.0.0-alpha.1

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.
@@ -26,7 +26,12 @@
26
26
  "kindString": "Enumeration",
27
27
  "flags": {},
28
28
  "comment": {
29
- "shortText": "The commands to provide the colorpicker."
29
+ "summary": [
30
+ {
31
+ "kind": "text",
32
+ "text": "The commands to provide the colorpicker."
33
+ }
34
+ ]
30
35
  },
31
36
  "children": [
32
37
  {
@@ -36,20 +41,25 @@
36
41
  "kindString": "Enumeration Member",
37
42
  "flags": {},
38
43
  "comment": {
39
- "shortText": "Closes the colorpicker."
44
+ "summary": [
45
+ {
46
+ "kind": "text",
47
+ "text": "Closes the colorpicker."
48
+ }
49
+ ]
40
50
  },
41
51
  "sources": [
42
52
  {
43
53
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
44
54
  "line": 20,
45
- "character": 2
55
+ "character": 2,
56
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L20"
46
57
  }
47
58
  ],
48
59
  "type": {
49
60
  "type": "literal",
50
61
  "value": 3
51
- },
52
- "defaultValue": "3"
62
+ }
53
63
  },
54
64
  {
55
65
  "id": 253,
@@ -58,20 +68,25 @@
58
68
  "kindString": "Enumeration Member",
59
69
  "flags": {},
60
70
  "comment": {
61
- "shortText": "Opens the colorpicker."
71
+ "summary": [
72
+ {
73
+ "kind": "text",
74
+ "text": "Opens the colorpicker."
75
+ }
76
+ ]
62
77
  },
63
78
  "sources": [
64
79
  {
65
80
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
66
81
  "line": 8,
67
- "character": 2
82
+ "character": 2,
83
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L8"
68
84
  }
69
85
  ],
70
86
  "type": {
71
87
  "type": "literal",
72
88
  "value": 0
73
- },
74
- "defaultValue": "0"
89
+ }
75
90
  },
76
91
  {
77
92
  "id": 254,
@@ -80,20 +95,25 @@
80
95
  "kindString": "Enumeration Member",
81
96
  "flags": {},
82
97
  "comment": {
83
- "shortText": "Resets the selection in the colorpicker."
98
+ "summary": [
99
+ {
100
+ "kind": "text",
101
+ "text": "Resets the selection in the colorpicker."
102
+ }
103
+ ]
84
104
  },
85
105
  "sources": [
86
106
  {
87
107
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
88
108
  "line": 12,
89
- "character": 2
109
+ "character": 2,
110
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L12"
90
111
  }
91
112
  ],
92
113
  "type": {
93
114
  "type": "literal",
94
115
  "value": 1
95
- },
96
- "defaultValue": "1"
116
+ }
97
117
  },
98
118
  {
99
119
  "id": 255,
@@ -102,26 +122,30 @@
102
122
  "kindString": "Enumeration Member",
103
123
  "flags": {},
104
124
  "comment": {
105
- "shortText": "Toggles whether to display a reset button beside the colorpicker."
125
+ "summary": [
126
+ {
127
+ "kind": "text",
128
+ "text": "Toggles whether to display a reset button beside the colorpicker."
129
+ }
130
+ ]
106
131
  },
107
132
  "sources": [
108
133
  {
109
134
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
110
135
  "line": 16,
111
- "character": 2
136
+ "character": 2,
137
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L16"
112
138
  }
113
139
  ],
114
140
  "type": {
115
141
  "type": "literal",
116
142
  "value": 2
117
- },
118
- "defaultValue": "2"
143
+ }
119
144
  }
120
145
  ],
121
146
  "groups": [
122
147
  {
123
148
  "title": "Enumeration Members",
124
- "kind": 16,
125
149
  "children": [
126
150
  256,
127
151
  253,
@@ -134,7 +158,8 @@
134
158
  {
135
159
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
136
160
  "line": 4,
137
- "character": 12
161
+ "character": 12,
162
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L4"
138
163
  }
139
164
  ]
140
165
  },
@@ -144,25 +169,10 @@
144
169
  "kind": 128,
145
170
  "kindString": "Class",
146
171
  "flags": {},
147
- "decorators": [
148
- {
149
- "name": "NgModule",
150
- "type": {
151
- "type": "reference",
152
- "qualifiedName": "NgModuleDecorator",
153
- "package": "@angular/core",
154
- "name": "NgModule"
155
- },
156
- "arguments": {
157
- "obj": "{\n declarations: [\n SkyColorpickerComponent,\n SkyColorpickerInputDirective,\n SkyColorpickerTextDirective,\n SkyColorpickerSliderDirective,\n ],\n imports: [\n CommonModule,\n SkyAffixModule,\n SkyColorpickerResourcesModule,\n SkyI18nModule,\n SkyIconModule,\n SkyInputBoxModule,\n SkyOverlayModule,\n SkyThemeModule,\n ],\n exports: [SkyColorpickerComponent, SkyColorpickerInputDirective],\n}"
158
- }
159
- }
160
- ],
161
172
  "children": [],
162
173
  "groups": [
163
174
  {
164
175
  "title": "Constructors",
165
- "kind": 512,
166
176
  "children": [
167
177
  223
168
178
  ]
@@ -172,7 +182,8 @@
172
182
  {
173
183
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.module.ts",
174
184
  "line": 35,
175
- "character": 13
185
+ "character": 13,
186
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.module.ts#L35"
176
187
  }
177
188
  ]
178
189
  },
@@ -183,22 +194,45 @@
183
194
  "kindString": "Class",
184
195
  "flags": {},
185
196
  "comment": {
186
- "shortText": "The SKY UX-themed replacement for the HTML `input` element with `type=\"color\"`.\nThe value that users select is driven through the `ngModel` attribute specified on\nthe `input` element."
187
- },
188
- "decorators": [
189
- {
190
- "name": "Component",
191
- "type": {
192
- "type": "reference",
193
- "qualifiedName": "ComponentDecorator",
194
- "package": "@angular/core",
195
- "name": "Component"
196
- },
197
- "arguments": {
198
- "obj": "{\n selector: 'sky-colorpicker',\n templateUrl: './colorpicker.component.html',\n styleUrls: ['./colorpicker.component.scss'],\n providers: [SkyColorpickerService],\n encapsulation: ViewEncapsulation.None,\n}"
197
+ "summary": [
198
+ {
199
+ "kind": "text",
200
+ "text": "The SKY UX-themed replacement for the HTML "
201
+ },
202
+ {
203
+ "kind": "code",
204
+ "text": "`input`"
205
+ },
206
+ {
207
+ "kind": "text",
208
+ "text": " element with "
209
+ },
210
+ {
211
+ "kind": "code",
212
+ "text": "`type=\"color\"`"
213
+ },
214
+ {
215
+ "kind": "text",
216
+ "text": ".\nThe value that users select is driven through the "
217
+ },
218
+ {
219
+ "kind": "code",
220
+ "text": "`ngModel`"
221
+ },
222
+ {
223
+ "kind": "text",
224
+ "text": " attribute specified on\nthe "
225
+ },
226
+ {
227
+ "kind": "code",
228
+ "text": "`input`"
229
+ },
230
+ {
231
+ "kind": "text",
232
+ "text": " element."
199
233
  }
200
- }
201
- ],
234
+ ]
235
+ },
202
236
  "children": [
203
237
  {
204
238
  "id": 4,
@@ -210,7 +244,8 @@
210
244
  {
211
245
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
212
246
  "line": 305,
213
- "character": 2
247
+ "character": 2,
248
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L305"
214
249
  }
215
250
  ],
216
251
  "signatures": [
@@ -240,9 +275,9 @@
240
275
  "flags": {},
241
276
  "type": {
242
277
  "type": "reference",
278
+ "name": "ChangeDetectorRef",
243
279
  "qualifiedName": "ChangeDetectorRef",
244
- "package": "@angular/core",
245
- "name": "ChangeDetectorRef"
280
+ "package": "@angular/core"
246
281
  }
247
282
  },
248
283
  {
@@ -286,18 +321,6 @@
286
321
  "flags": {
287
322
  "isOptional": true
288
323
  },
289
- "decorators": [
290
- {
291
- "name": "Optional",
292
- "type": {
293
- "type": "reference",
294
- "qualifiedName": "OptionalDecorator",
295
- "package": "@angular/core",
296
- "name": "Optional"
297
- },
298
- "arguments": {}
299
- }
300
- ],
301
324
  "type": {
302
325
  "type": "reference",
303
326
  "name": "SkyThemeService"
@@ -324,7 +347,8 @@
324
347
  {
325
348
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
326
349
  "line": 220,
327
- "character": 9
350
+ "character": 9,
351
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L220"
328
352
  }
329
353
  ],
330
354
  "type": {
@@ -344,7 +368,8 @@
344
368
  {
345
369
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
346
370
  "line": 222,
347
- "character": 9
371
+ "character": 9,
372
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L222"
348
373
  }
349
374
  ],
350
375
  "type": {
@@ -362,31 +387,46 @@
362
387
  "isPublic": true
363
388
  },
364
389
  "comment": {
365
- "shortText": "The ARIA label for the colorpicker. This sets the colorpicker's `aria-label` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/components/checkbox#accessibility)\nwhen the colorpicker does not include a visible label. If the colorpicker includes a visible label, use `labelledBy` instead.",
366
- "tags": [
390
+ "summary": [
391
+ {
392
+ "kind": "text",
393
+ "text": "The ARIA label for the colorpicker. This sets the colorpicker's "
394
+ },
395
+ {
396
+ "kind": "code",
397
+ "text": "`aria-label`"
398
+ },
399
+ {
400
+ "kind": "text",
401
+ "text": " attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/components/checkbox#accessibility)\nwhen the colorpicker does not include a visible label. If the colorpicker includes a visible label, use "
402
+ },
403
+ {
404
+ "kind": "code",
405
+ "text": "`labelledBy`"
406
+ },
367
407
  {
368
- "tag": "default",
369
- "text": "\"Select color value\"\n"
408
+ "kind": "text",
409
+ "text": " instead."
410
+ }
411
+ ],
412
+ "blockTags": [
413
+ {
414
+ "tag": "@default",
415
+ "content": [
416
+ {
417
+ "kind": "text",
418
+ "text": "\"Select color value\""
419
+ }
420
+ ]
370
421
  }
371
422
  ]
372
423
  },
373
- "decorators": [
374
- {
375
- "name": "Input",
376
- "type": {
377
- "type": "reference",
378
- "qualifiedName": "InputDecorator",
379
- "package": "@angular/core",
380
- "name": "Input"
381
- },
382
- "arguments": {}
383
- }
384
- ],
385
424
  "sources": [
386
425
  {
387
426
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
388
427
  "line": 76,
389
- "character": 9
428
+ "character": 9,
429
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L76"
390
430
  }
391
431
  ],
392
432
  "type": {
@@ -403,25 +443,35 @@
403
443
  "isPublic": true
404
444
  },
405
445
  "comment": {
406
- "shortText": "The HTML element ID of the element that labels the\ncolorpicker. This sets the colorpicker's `aria-labelledby` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/components/checkbox#accessibility).\nIf the colorpicker does not include a visible label, use `label` instead."
407
- },
408
- "decorators": [
409
- {
410
- "name": "Input",
411
- "type": {
412
- "type": "reference",
413
- "qualifiedName": "InputDecorator",
414
- "package": "@angular/core",
415
- "name": "Input"
446
+ "summary": [
447
+ {
448
+ "kind": "text",
449
+ "text": "The HTML element ID of the element that labels the\ncolorpicker. This sets the colorpicker's "
416
450
  },
417
- "arguments": {}
418
- }
419
- ],
451
+ {
452
+ "kind": "code",
453
+ "text": "`aria-labelledby`"
454
+ },
455
+ {
456
+ "kind": "text",
457
+ "text": " attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/components/checkbox#accessibility).\nIf the colorpicker does not include a visible label, use "
458
+ },
459
+ {
460
+ "kind": "code",
461
+ "text": "`label`"
462
+ },
463
+ {
464
+ "kind": "text",
465
+ "text": " instead."
466
+ }
467
+ ]
468
+ },
420
469
  "sources": [
421
470
  {
422
471
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
423
472
  "line": 85,
424
- "character": 9
473
+ "character": 9,
474
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L85"
425
475
  }
426
476
  ],
427
477
  "type": {
@@ -441,7 +491,8 @@
441
491
  {
442
492
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
443
493
  "line": 221,
444
- "character": 9
494
+ "character": 9,
495
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L221"
445
496
  }
446
497
  ],
447
498
  "type": {
@@ -458,25 +509,27 @@
458
509
  "isPublic": true
459
510
  },
460
511
  "comment": {
461
- "shortText": "The observable to send commands to the colorpicker. The commands should\nrespect the `SkyColorPickerMessage` type."
462
- },
463
- "decorators": [
464
- {
465
- "name": "Input",
466
- "type": {
467
- "type": "reference",
468
- "qualifiedName": "InputDecorator",
469
- "package": "@angular/core",
470
- "name": "Input"
512
+ "summary": [
513
+ {
514
+ "kind": "text",
515
+ "text": "The observable to send commands to the colorpicker. The commands should\nrespect the "
471
516
  },
472
- "arguments": {}
473
- }
474
- ],
517
+ {
518
+ "kind": "code",
519
+ "text": "`SkyColorPickerMessage`"
520
+ },
521
+ {
522
+ "kind": "text",
523
+ "text": " type."
524
+ }
525
+ ]
526
+ },
475
527
  "sources": [
476
528
  {
477
529
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
478
530
  "line": 104,
479
- "character": 9
531
+ "character": 9,
532
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L104"
480
533
  }
481
534
  ],
482
535
  "type": {
@@ -488,9 +541,9 @@
488
541
  "name": "SkyColorpickerMessage"
489
542
  }
490
543
  ],
544
+ "name": "Subject",
491
545
  "qualifiedName": "Subject",
492
- "package": "rxjs",
493
- "name": "Subject"
546
+ "package": "rxjs"
494
547
  },
495
548
  "defaultValue": "..."
496
549
  },
@@ -506,7 +559,8 @@
506
559
  {
507
560
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
508
561
  "line": 219,
509
- "character": 9
562
+ "character": 9,
563
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L219"
510
564
  }
511
565
  ],
512
566
  "type": {
@@ -523,25 +577,19 @@
523
577
  "isPublic": true
524
578
  },
525
579
  "comment": {
526
- "shortText": "Fires when users select **Apply** in the colorpicker to apply a color."
580
+ "summary": [
581
+ {
582
+ "kind": "text",
583
+ "text": "Fires when users select **Apply** in the colorpicker to apply a color."
584
+ }
585
+ ]
527
586
  },
528
- "decorators": [
529
- {
530
- "name": "Output",
531
- "type": {
532
- "type": "reference",
533
- "qualifiedName": "OutputDecorator",
534
- "package": "@angular/core",
535
- "name": "Output"
536
- },
537
- "arguments": {}
538
- }
539
- ],
540
587
  "sources": [
541
588
  {
542
589
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
543
590
  "line": 97,
544
- "character": 9
591
+ "character": 9,
592
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L97"
545
593
  }
546
594
  ],
547
595
  "type": {
@@ -553,9 +601,9 @@
553
601
  "name": "SkyColorpickerResult"
554
602
  }
555
603
  ],
604
+ "name": "EventEmitter",
556
605
  "qualifiedName": "EventEmitter",
557
- "package": "@angular/core",
558
- "name": "EventEmitter"
606
+ "package": "@angular/core"
559
607
  },
560
608
  "defaultValue": "..."
561
609
  },
@@ -568,25 +616,19 @@
568
616
  "isPublic": true
569
617
  },
570
618
  "comment": {
571
- "shortText": "Fires when users select a color in the colorpicker."
619
+ "summary": [
620
+ {
621
+ "kind": "text",
622
+ "text": "Fires when users select a color in the colorpicker."
623
+ }
624
+ ]
572
625
  },
573
- "decorators": [
574
- {
575
- "name": "Output",
576
- "type": {
577
- "type": "reference",
578
- "qualifiedName": "OutputDecorator",
579
- "package": "@angular/core",
580
- "name": "Output"
581
- },
582
- "arguments": {}
583
- }
584
- ],
585
626
  "sources": [
586
627
  {
587
628
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
588
629
  "line": 91,
589
- "character": 9
630
+ "character": 9,
631
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L91"
590
632
  }
591
633
  ],
592
634
  "type": {
@@ -598,9 +640,9 @@
598
640
  "name": "SkyColorpickerOutput"
599
641
  }
600
642
  ],
643
+ "name": "EventEmitter",
601
644
  "qualifiedName": "EventEmitter",
602
- "package": "@angular/core",
603
- "name": "EventEmitter"
645
+ "package": "@angular/core"
604
646
  },
605
647
  "defaultValue": "..."
606
648
  },
@@ -613,25 +655,19 @@
613
655
  "isPublic": true
614
656
  },
615
657
  "comment": {
616
- "shortText": "Whether to display a reset button to let users return to the default color."
658
+ "summary": [
659
+ {
660
+ "kind": "text",
661
+ "text": "Whether to display a reset button to let users return to the default color."
662
+ }
663
+ ]
617
664
  },
618
- "decorators": [
619
- {
620
- "name": "Input",
621
- "type": {
622
- "type": "reference",
623
- "qualifiedName": "InputDecorator",
624
- "package": "@angular/core",
625
- "name": "Input"
626
- },
627
- "arguments": {}
628
- }
629
- ],
630
665
  "sources": [
631
666
  {
632
667
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
633
668
  "line": 110,
634
- "character": 9
669
+ "character": 9,
670
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L110"
635
671
  }
636
672
  ],
637
673
  "type": {
@@ -652,7 +688,8 @@
652
688
  {
653
689
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
654
690
  "line": 218,
655
- "character": 9
691
+ "character": 9,
692
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L218"
656
693
  }
657
694
  ],
658
695
  "type": {
@@ -672,35 +709,34 @@
672
709
  {
673
710
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
674
711
  "line": 180,
675
- "character": 13
712
+ "character": 13,
713
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L180"
676
714
  }
677
715
  ],
678
- "setSignature": [
679
- {
680
- "id": 41,
681
- "name": "alphaAxis",
682
- "kind": 1048576,
683
- "kindString": "Set signature",
684
- "flags": {},
685
- "parameters": [
686
- {
687
- "id": 42,
688
- "name": "change",
689
- "kind": 32768,
690
- "kindString": "Parameter",
691
- "flags": {},
692
- "type": {
693
- "type": "reference",
694
- "name": "SkyColorpickerChangeAxis"
695
- }
716
+ "setSignature": {
717
+ "id": 41,
718
+ "name": "alphaAxis",
719
+ "kind": 1048576,
720
+ "kindString": "Set signature",
721
+ "flags": {},
722
+ "parameters": [
723
+ {
724
+ "id": 42,
725
+ "name": "change",
726
+ "kind": 32768,
727
+ "kindString": "Parameter",
728
+ "flags": {},
729
+ "type": {
730
+ "type": "reference",
731
+ "name": "SkyColorpickerChangeAxis"
696
732
  }
697
- ],
698
- "type": {
699
- "type": "intrinsic",
700
- "name": "void"
701
733
  }
734
+ ],
735
+ "type": {
736
+ "type": "intrinsic",
737
+ "name": "void"
702
738
  }
703
- ]
739
+ }
704
740
  },
705
741
  {
706
742
  "id": 43,
@@ -714,35 +750,34 @@
714
750
  {
715
751
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
716
752
  "line": 191,
717
- "character": 13
753
+ "character": 13,
754
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L191"
718
755
  }
719
756
  ],
720
- "setSignature": [
721
- {
722
- "id": 44,
723
- "name": "alphaColor",
724
- "kind": 1048576,
725
- "kindString": "Set signature",
726
- "flags": {},
727
- "parameters": [
728
- {
729
- "id": 45,
730
- "name": "change",
731
- "kind": 32768,
732
- "kindString": "Parameter",
733
- "flags": {},
734
- "type": {
735
- "type": "reference",
736
- "name": "SkyColorpickerChangeColor"
737
- }
757
+ "setSignature": {
758
+ "id": 44,
759
+ "name": "alphaColor",
760
+ "kind": 1048576,
761
+ "kindString": "Set signature",
762
+ "flags": {},
763
+ "parameters": [
764
+ {
765
+ "id": 45,
766
+ "name": "change",
767
+ "kind": 32768,
768
+ "kindString": "Parameter",
769
+ "flags": {},
770
+ "type": {
771
+ "type": "reference",
772
+ "name": "SkyColorpickerChangeColor"
738
773
  }
739
- ],
740
- "type": {
741
- "type": "intrinsic",
742
- "name": "void"
743
774
  }
775
+ ],
776
+ "type": {
777
+ "type": "intrinsic",
778
+ "name": "void"
744
779
  }
745
- ]
780
+ }
746
781
  },
747
782
  {
748
783
  "id": 24,
@@ -756,48 +791,51 @@
756
791
  {
757
792
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
758
793
  "line": 121,
759
- "character": 13
760
- }
761
- ],
762
- "getSignature": [
794
+ "character": 13,
795
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L121"
796
+ },
763
797
  {
764
- "id": 25,
765
- "name": "backgroundColorForDisplay",
766
- "kind": 524288,
767
- "kindString": "Get signature",
768
- "flags": {},
769
- "type": {
770
- "type": "intrinsic",
771
- "name": "string"
772
- }
798
+ "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
799
+ "line": 128,
800
+ "character": 13,
801
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L128"
802
+ }
803
+ ],
804
+ "getSignature": {
805
+ "id": 25,
806
+ "name": "backgroundColorForDisplay",
807
+ "kind": 524288,
808
+ "kindString": "Get signature",
809
+ "flags": {},
810
+ "type": {
811
+ "type": "intrinsic",
812
+ "name": "string"
773
813
  }
774
- ],
775
- "setSignature": [
776
- {
777
- "id": 26,
778
- "name": "backgroundColorForDisplay",
779
- "kind": 1048576,
780
- "kindString": "Set signature",
781
- "flags": {},
782
- "parameters": [
783
- {
784
- "id": 27,
785
- "name": "value",
786
- "kind": 32768,
787
- "kindString": "Parameter",
788
- "flags": {},
789
- "type": {
790
- "type": "intrinsic",
791
- "name": "string"
792
- }
814
+ },
815
+ "setSignature": {
816
+ "id": 26,
817
+ "name": "backgroundColorForDisplay",
818
+ "kind": 1048576,
819
+ "kindString": "Set signature",
820
+ "flags": {},
821
+ "parameters": [
822
+ {
823
+ "id": 27,
824
+ "name": "value",
825
+ "kind": 32768,
826
+ "kindString": "Parameter",
827
+ "flags": {},
828
+ "type": {
829
+ "type": "intrinsic",
830
+ "name": "string"
793
831
  }
794
- ],
795
- "type": {
796
- "type": "intrinsic",
797
- "name": "void"
798
832
  }
833
+ ],
834
+ "type": {
835
+ "type": "intrinsic",
836
+ "name": "void"
799
837
  }
800
- ]
838
+ }
801
839
  },
802
840
  {
803
841
  "id": 37,
@@ -811,35 +849,34 @@
811
849
  {
812
850
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
813
851
  "line": 168,
814
- "character": 13
852
+ "character": 13,
853
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L168"
815
854
  }
816
855
  ],
817
- "setSignature": [
818
- {
819
- "id": 38,
820
- "name": "blue",
821
- "kind": 1048576,
822
- "kindString": "Set signature",
823
- "flags": {},
824
- "parameters": [
825
- {
826
- "id": 39,
827
- "name": "change",
828
- "kind": 32768,
829
- "kindString": "Parameter",
830
- "flags": {},
831
- "type": {
832
- "type": "reference",
833
- "name": "SkyColorpickerChangeColor"
834
- }
856
+ "setSignature": {
857
+ "id": 38,
858
+ "name": "blue",
859
+ "kind": 1048576,
860
+ "kindString": "Set signature",
861
+ "flags": {},
862
+ "parameters": [
863
+ {
864
+ "id": 39,
865
+ "name": "change",
866
+ "kind": 32768,
867
+ "kindString": "Parameter",
868
+ "flags": {},
869
+ "type": {
870
+ "type": "reference",
871
+ "name": "SkyColorpickerChangeColor"
835
872
  }
836
- ],
837
- "type": {
838
- "type": "intrinsic",
839
- "name": "void"
840
873
  }
874
+ ],
875
+ "type": {
876
+ "type": "intrinsic",
877
+ "name": "void"
841
878
  }
842
- ]
879
+ }
843
880
  },
844
881
  {
845
882
  "id": 20,
@@ -853,48 +890,51 @@
853
890
  {
854
891
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
855
892
  "line": 112,
856
- "character": 13
857
- }
858
- ],
859
- "getSignature": [
893
+ "character": 13,
894
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L112"
895
+ },
860
896
  {
861
- "id": 21,
862
- "name": "disabled",
863
- "kind": 524288,
864
- "kindString": "Get signature",
865
- "flags": {},
866
- "type": {
867
- "type": "intrinsic",
868
- "name": "boolean"
869
- }
897
+ "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
898
+ "line": 117,
899
+ "character": 13,
900
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L117"
901
+ }
902
+ ],
903
+ "getSignature": {
904
+ "id": 21,
905
+ "name": "disabled",
906
+ "kind": 524288,
907
+ "kindString": "Get signature",
908
+ "flags": {},
909
+ "type": {
910
+ "type": "intrinsic",
911
+ "name": "boolean"
870
912
  }
871
- ],
872
- "setSignature": [
873
- {
874
- "id": 22,
875
- "name": "disabled",
876
- "kind": 1048576,
877
- "kindString": "Set signature",
878
- "flags": {},
879
- "parameters": [
880
- {
881
- "id": 23,
882
- "name": "value",
883
- "kind": 32768,
884
- "kindString": "Parameter",
885
- "flags": {},
886
- "type": {
887
- "type": "intrinsic",
888
- "name": "boolean"
889
- }
913
+ },
914
+ "setSignature": {
915
+ "id": 22,
916
+ "name": "disabled",
917
+ "kind": 1048576,
918
+ "kindString": "Set signature",
919
+ "flags": {},
920
+ "parameters": [
921
+ {
922
+ "id": 23,
923
+ "name": "value",
924
+ "kind": 32768,
925
+ "kindString": "Parameter",
926
+ "flags": {},
927
+ "type": {
928
+ "type": "intrinsic",
929
+ "name": "boolean"
890
930
  }
891
- ],
892
- "type": {
893
- "type": "intrinsic",
894
- "name": "void"
895
931
  }
932
+ ],
933
+ "type": {
934
+ "type": "intrinsic",
935
+ "name": "void"
896
936
  }
897
- ]
937
+ }
898
938
  },
899
939
  {
900
940
  "id": 34,
@@ -908,35 +948,34 @@
908
948
  {
909
949
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
910
950
  "line": 156,
911
- "character": 13
951
+ "character": 13,
952
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L156"
912
953
  }
913
954
  ],
914
- "setSignature": [
915
- {
916
- "id": 35,
917
- "name": "green",
918
- "kind": 1048576,
919
- "kindString": "Set signature",
920
- "flags": {},
921
- "parameters": [
922
- {
923
- "id": 36,
924
- "name": "change",
925
- "kind": 32768,
926
- "kindString": "Parameter",
927
- "flags": {},
928
- "type": {
929
- "type": "reference",
930
- "name": "SkyColorpickerChangeColor"
931
- }
955
+ "setSignature": {
956
+ "id": 35,
957
+ "name": "green",
958
+ "kind": 1048576,
959
+ "kindString": "Set signature",
960
+ "flags": {},
961
+ "parameters": [
962
+ {
963
+ "id": 36,
964
+ "name": "change",
965
+ "kind": 32768,
966
+ "kindString": "Parameter",
967
+ "flags": {},
968
+ "type": {
969
+ "type": "reference",
970
+ "name": "SkyColorpickerChangeColor"
932
971
  }
933
- ],
934
- "type": {
935
- "type": "intrinsic",
936
- "name": "void"
937
972
  }
973
+ ],
974
+ "type": {
975
+ "type": "intrinsic",
976
+ "name": "void"
938
977
  }
939
- ]
978
+ }
940
979
  },
941
980
  {
942
981
  "id": 46,
@@ -950,35 +989,34 @@
950
989
  {
951
990
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
952
991
  "line": 200,
953
- "character": 13
992
+ "character": 13,
993
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L200"
954
994
  }
955
995
  ],
956
- "setSignature": [
957
- {
958
- "id": 47,
959
- "name": "hex",
960
- "kind": 1048576,
961
- "kindString": "Set signature",
962
- "flags": {},
963
- "parameters": [
964
- {
965
- "id": 48,
966
- "name": "change",
967
- "kind": 32768,
968
- "kindString": "Parameter",
969
- "flags": {},
970
- "type": {
971
- "type": "reference",
972
- "name": "SkyColorpickerChangeColor"
973
- }
996
+ "setSignature": {
997
+ "id": 47,
998
+ "name": "hex",
999
+ "kind": 1048576,
1000
+ "kindString": "Set signature",
1001
+ "flags": {},
1002
+ "parameters": [
1003
+ {
1004
+ "id": 48,
1005
+ "name": "change",
1006
+ "kind": 32768,
1007
+ "kindString": "Parameter",
1008
+ "flags": {},
1009
+ "type": {
1010
+ "type": "reference",
1011
+ "name": "SkyColorpickerChangeColor"
974
1012
  }
975
- ],
976
- "type": {
977
- "type": "intrinsic",
978
- "name": "void"
979
1013
  }
1014
+ ],
1015
+ "type": {
1016
+ "type": "intrinsic",
1017
+ "name": "void"
980
1018
  }
981
- ]
1019
+ }
982
1020
  },
983
1021
  {
984
1022
  "id": 28,
@@ -992,35 +1030,34 @@
992
1030
  {
993
1031
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
994
1032
  "line": 133,
995
- "character": 13
1033
+ "character": 13,
1034
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L133"
996
1035
  }
997
1036
  ],
998
- "setSignature": [
999
- {
1000
- "id": 29,
1001
- "name": "hue",
1002
- "kind": 1048576,
1003
- "kindString": "Set signature",
1004
- "flags": {},
1005
- "parameters": [
1006
- {
1007
- "id": 30,
1008
- "name": "change",
1009
- "kind": 32768,
1010
- "kindString": "Parameter",
1011
- "flags": {},
1012
- "type": {
1013
- "type": "reference",
1014
- "name": "SkyColorpickerChangeAxis"
1015
- }
1037
+ "setSignature": {
1038
+ "id": 29,
1039
+ "name": "hue",
1040
+ "kind": 1048576,
1041
+ "kindString": "Set signature",
1042
+ "flags": {},
1043
+ "parameters": [
1044
+ {
1045
+ "id": 30,
1046
+ "name": "change",
1047
+ "kind": 32768,
1048
+ "kindString": "Parameter",
1049
+ "flags": {},
1050
+ "type": {
1051
+ "type": "reference",
1052
+ "name": "SkyColorpickerChangeAxis"
1016
1053
  }
1017
- ],
1018
- "type": {
1019
- "type": "intrinsic",
1020
- "name": "void"
1021
1054
  }
1055
+ ],
1056
+ "type": {
1057
+ "type": "intrinsic",
1058
+ "name": "void"
1022
1059
  }
1023
- ]
1060
+ }
1024
1061
  },
1025
1062
  {
1026
1063
  "id": 31,
@@ -1034,35 +1071,34 @@
1034
1071
  {
1035
1072
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1036
1073
  "line": 144,
1037
- "character": 13
1074
+ "character": 13,
1075
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L144"
1038
1076
  }
1039
1077
  ],
1040
- "setSignature": [
1041
- {
1042
- "id": 32,
1043
- "name": "red",
1044
- "kind": 1048576,
1045
- "kindString": "Set signature",
1046
- "flags": {},
1047
- "parameters": [
1048
- {
1049
- "id": 33,
1050
- "name": "change",
1051
- "kind": 32768,
1052
- "kindString": "Parameter",
1053
- "flags": {},
1054
- "type": {
1055
- "type": "reference",
1056
- "name": "SkyColorpickerChangeColor"
1057
- }
1078
+ "setSignature": {
1079
+ "id": 32,
1080
+ "name": "red",
1081
+ "kind": 1048576,
1082
+ "kindString": "Set signature",
1083
+ "flags": {},
1084
+ "parameters": [
1085
+ {
1086
+ "id": 33,
1087
+ "name": "change",
1088
+ "kind": 32768,
1089
+ "kindString": "Parameter",
1090
+ "flags": {},
1091
+ "type": {
1092
+ "type": "reference",
1093
+ "name": "SkyColorpickerChangeColor"
1058
1094
  }
1059
- ],
1060
- "type": {
1061
- "type": "intrinsic",
1062
- "name": "void"
1063
1095
  }
1096
+ ],
1097
+ "type": {
1098
+ "type": "intrinsic",
1099
+ "name": "void"
1064
1100
  }
1065
- ]
1101
+ }
1066
1102
  },
1067
1103
  {
1068
1104
  "id": 49,
@@ -1076,35 +1112,34 @@
1076
1112
  {
1077
1113
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1078
1114
  "line": 204,
1079
- "character": 13
1115
+ "character": 13,
1116
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L204"
1080
1117
  }
1081
1118
  ],
1082
- "setSignature": [
1083
- {
1084
- "id": 50,
1085
- "name": "saturationAndLightness",
1086
- "kind": 1048576,
1087
- "kindString": "Set signature",
1088
- "flags": {},
1089
- "parameters": [
1090
- {
1091
- "id": 51,
1092
- "name": "value",
1093
- "kind": 32768,
1094
- "kindString": "Parameter",
1095
- "flags": {},
1096
- "type": {
1097
- "type": "reference",
1098
- "name": "SkyColorpickerChangeAxis"
1099
- }
1119
+ "setSignature": {
1120
+ "id": 50,
1121
+ "name": "saturationAndLightness",
1122
+ "kind": 1048576,
1123
+ "kindString": "Set signature",
1124
+ "flags": {},
1125
+ "parameters": [
1126
+ {
1127
+ "id": 51,
1128
+ "name": "value",
1129
+ "kind": 32768,
1130
+ "kindString": "Parameter",
1131
+ "flags": {},
1132
+ "type": {
1133
+ "type": "reference",
1134
+ "name": "SkyColorpickerChangeAxis"
1100
1135
  }
1101
- ],
1102
- "type": {
1103
- "type": "intrinsic",
1104
- "name": "void"
1105
1136
  }
1137
+ ],
1138
+ "type": {
1139
+ "type": "intrinsic",
1140
+ "name": "void"
1106
1141
  }
1107
- ]
1142
+ }
1108
1143
  },
1109
1144
  {
1110
1145
  "id": 112,
@@ -1118,7 +1153,8 @@
1118
1153
  {
1119
1154
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1120
1155
  "line": 399,
1121
- "character": 9
1156
+ "character": 9,
1157
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L399"
1122
1158
  }
1123
1159
  ],
1124
1160
  "signatures": [
@@ -1147,7 +1183,8 @@
1147
1183
  {
1148
1184
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1149
1185
  "line": 387,
1150
- "character": 9
1186
+ "character": 9,
1187
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L387"
1151
1188
  }
1152
1189
  ],
1153
1190
  "signatures": [
@@ -1184,7 +1221,8 @@
1184
1221
  {
1185
1222
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1186
1223
  "line": 358,
1187
- "character": 9
1224
+ "character": 9,
1225
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L358"
1188
1226
  }
1189
1227
  ],
1190
1228
  "signatures": [
@@ -1221,7 +1259,8 @@
1221
1259
  {
1222
1260
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1223
1261
  "line": 407,
1224
- "character": 9
1262
+ "character": 9,
1263
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L407"
1225
1264
  }
1226
1265
  ],
1227
1266
  "signatures": [
@@ -1250,7 +1289,8 @@
1250
1289
  {
1251
1290
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1252
1291
  "line": 419,
1253
- "character": 9
1292
+ "character": 9,
1293
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L419"
1254
1294
  }
1255
1295
  ],
1256
1296
  "signatures": [
@@ -1279,7 +1319,8 @@
1279
1319
  {
1280
1320
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1281
1321
  "line": 425,
1282
- "character": 9
1322
+ "character": 9,
1323
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L425"
1283
1324
  }
1284
1325
  ],
1285
1326
  "signatures": [
@@ -1321,7 +1362,8 @@
1321
1362
  {
1322
1363
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1323
1364
  "line": 429,
1324
- "character": 9
1365
+ "character": 9,
1366
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L429"
1325
1367
  }
1326
1368
  ],
1327
1369
  "signatures": [
@@ -1350,7 +1392,8 @@
1350
1392
  {
1351
1393
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1352
1394
  "line": 395,
1353
- "character": 9
1395
+ "character": 9,
1396
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L395"
1354
1397
  }
1355
1398
  ],
1356
1399
  "signatures": [
@@ -1379,7 +1422,8 @@
1379
1422
  {
1380
1423
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1381
1424
  "line": 336,
1382
- "character": 9
1425
+ "character": 9,
1426
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L336"
1383
1427
  }
1384
1428
  ],
1385
1429
  "signatures": [
@@ -1468,7 +1512,8 @@
1468
1512
  {
1469
1513
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1470
1514
  "line": 433,
1471
- "character": 9
1515
+ "character": 9,
1516
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L433"
1472
1517
  }
1473
1518
  ],
1474
1519
  "signatures": [
@@ -1502,14 +1547,12 @@
1502
1547
  "groups": [
1503
1548
  {
1504
1549
  "title": "Constructors",
1505
- "kind": 512,
1506
1550
  "children": [
1507
1551
  4
1508
1552
  ]
1509
1553
  },
1510
1554
  {
1511
1555
  "title": "Properties",
1512
- "kind": 1024,
1513
1556
  "children": [
1514
1557
  54,
1515
1558
  56,
@@ -1526,7 +1569,6 @@
1526
1569
  },
1527
1570
  {
1528
1571
  "title": "Accessors",
1529
- "kind": 262144,
1530
1572
  "children": [
1531
1573
  40,
1532
1574
  43,
@@ -1542,7 +1584,6 @@
1542
1584
  },
1543
1585
  {
1544
1586
  "title": "Methods",
1545
- "kind": 2048,
1546
1587
  "children": [
1547
1588
  112,
1548
1589
  108,
@@ -1561,21 +1602,22 @@
1561
1602
  {
1562
1603
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
1563
1604
  "line": 54,
1564
- "character": 13
1605
+ "character": 13,
1606
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L54"
1565
1607
  }
1566
1608
  ],
1567
1609
  "implementedTypes": [
1568
1610
  {
1569
1611
  "type": "reference",
1612
+ "name": "OnInit",
1570
1613
  "qualifiedName": "OnInit",
1571
- "package": "@angular/core",
1572
- "name": "OnInit"
1614
+ "package": "@angular/core"
1573
1615
  },
1574
1616
  {
1575
1617
  "type": "reference",
1618
+ "name": "OnDestroy",
1576
1619
  "qualifiedName": "OnDestroy",
1577
- "package": "@angular/core",
1578
- "name": "OnDestroy"
1620
+ "package": "@angular/core"
1579
1621
  }
1580
1622
  ]
1581
1623
  },
@@ -1586,22 +1628,13 @@
1586
1628
  "kindString": "Class",
1587
1629
  "flags": {},
1588
1630
  "comment": {
1589
- "shortText": "Creates the colorpicker element and dropdown."
1590
- },
1591
- "decorators": [
1592
- {
1593
- "name": "Directive",
1594
- "type": {
1595
- "type": "reference",
1596
- "qualifiedName": "DirectiveDecorator",
1597
- "package": "@angular/core",
1598
- "name": "Directive"
1599
- },
1600
- "arguments": {
1601
- "obj": "{\n selector: '[skyColorpickerInput]',\n providers: [SKY_COLORPICKER_VALUE_ACCESSOR, SKY_COLORPICKER_VALIDATOR],\n}"
1631
+ "summary": [
1632
+ {
1633
+ "kind": "text",
1634
+ "text": "Creates the colorpicker element and dropdown."
1602
1635
  }
1603
- }
1604
- ],
1636
+ ]
1637
+ },
1605
1638
  "children": [
1606
1639
  {
1607
1640
  "id": 157,
@@ -1613,7 +1646,8 @@
1613
1646
  {
1614
1647
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
1615
1648
  "line": 146,
1616
- "character": 2
1649
+ "character": 2,
1650
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L146"
1617
1651
  }
1618
1652
  ],
1619
1653
  "signatures": [
@@ -1638,9 +1672,9 @@
1638
1672
  "name": "any"
1639
1673
  }
1640
1674
  ],
1675
+ "name": "ElementRef",
1641
1676
  "qualifiedName": "ElementRef",
1642
- "package": "@angular/core",
1643
- "name": "ElementRef"
1677
+ "package": "@angular/core"
1644
1678
  }
1645
1679
  },
1646
1680
  {
@@ -1651,9 +1685,9 @@
1651
1685
  "flags": {},
1652
1686
  "type": {
1653
1687
  "type": "reference",
1688
+ "name": "Renderer2",
1654
1689
  "qualifiedName": "Renderer2",
1655
- "package": "@angular/core",
1656
- "name": "Renderer2"
1690
+ "package": "@angular/core"
1657
1691
  }
1658
1692
  },
1659
1693
  {
@@ -1686,9 +1720,9 @@
1686
1720
  "flags": {},
1687
1721
  "type": {
1688
1722
  "type": "reference",
1723
+ "name": "Injector",
1689
1724
  "qualifiedName": "Injector",
1690
- "package": "@angular/core",
1691
- "name": "Injector"
1725
+ "package": "@angular/core"
1692
1726
  }
1693
1727
  }
1694
1728
  ],
@@ -1709,25 +1743,19 @@
1709
1743
  "isPublic": true
1710
1744
  },
1711
1745
  "comment": {
1712
- "shortText": "Whether to display a transparency slider for users to select transparency\nlevels."
1713
- },
1714
- "decorators": [
1715
- {
1716
- "name": "Input",
1717
- "type": {
1718
- "type": "reference",
1719
- "qualifiedName": "InputDecorator",
1720
- "package": "@angular/core",
1721
- "name": "Input"
1722
- },
1723
- "arguments": {}
1724
- }
1725
- ],
1746
+ "summary": [
1747
+ {
1748
+ "kind": "text",
1749
+ "text": "Whether to display a transparency slider for users to select transparency\nlevels."
1750
+ }
1751
+ ]
1752
+ },
1726
1753
  "sources": [
1727
1754
  {
1728
1755
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
1729
1756
  "line": 123,
1730
- "character": 9
1757
+ "character": 9,
1758
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L123"
1731
1759
  }
1732
1760
  ],
1733
1761
  "type": {
@@ -1745,31 +1773,30 @@
1745
1773
  "isPublic": true
1746
1774
  },
1747
1775
  "comment": {
1748
- "shortText": "The type of transparency in the transparency slider.",
1749
- "tags": [
1776
+ "summary": [
1750
1777
  {
1751
- "tag": "default",
1752
- "text": "\"hex6\"\n"
1778
+ "kind": "text",
1779
+ "text": "The type of transparency in the transparency slider."
1780
+ }
1781
+ ],
1782
+ "blockTags": [
1783
+ {
1784
+ "tag": "@default",
1785
+ "content": [
1786
+ {
1787
+ "kind": "text",
1788
+ "text": "\"hex6\""
1789
+ }
1790
+ ]
1753
1791
  }
1754
1792
  ]
1755
1793
  },
1756
- "decorators": [
1757
- {
1758
- "name": "Input",
1759
- "type": {
1760
- "type": "reference",
1761
- "qualifiedName": "InputDecorator",
1762
- "package": "@angular/core",
1763
- "name": "Input"
1764
- },
1765
- "arguments": {}
1766
- }
1767
- ],
1768
1794
  "sources": [
1769
1795
  {
1770
1796
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
1771
1797
  "line": 116,
1772
- "character": 9
1798
+ "character": 9,
1799
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L116"
1773
1800
  }
1774
1801
  ],
1775
1802
  "type": {
@@ -1787,31 +1814,54 @@
1787
1814
  "isPublic": true
1788
1815
  },
1789
1816
  "comment": {
1790
- "shortText": "The format for the color when the colorpicker uses a native input\nelement such as a standard text input or a button. This property accepts `rgba`, `hex`,\nor `hsla`, but we do not recommend using it because users never see or use its value.\nInstead, if you need to access this format value, see the demo for an example.",
1791
- "tags": [
1817
+ "summary": [
1792
1818
  {
1793
- "tag": "default",
1794
- "text": "\"rgba\"\n"
1819
+ "kind": "text",
1820
+ "text": "The format for the color when the colorpicker uses a native input\nelement such as a standard text input or a button. This property accepts "
1821
+ },
1822
+ {
1823
+ "kind": "code",
1824
+ "text": "`rgba`"
1825
+ },
1826
+ {
1827
+ "kind": "text",
1828
+ "text": ", "
1829
+ },
1830
+ {
1831
+ "kind": "code",
1832
+ "text": "`hex`"
1833
+ },
1834
+ {
1835
+ "kind": "text",
1836
+ "text": ",\nor "
1837
+ },
1838
+ {
1839
+ "kind": "code",
1840
+ "text": "`hsla`"
1841
+ },
1842
+ {
1843
+ "kind": "text",
1844
+ "text": ", but we do not recommend using it because users never see or use its value.\nInstead, if you need to access this format value, see the demo for an example."
1845
+ }
1846
+ ],
1847
+ "blockTags": [
1848
+ {
1849
+ "tag": "@default",
1850
+ "content": [
1851
+ {
1852
+ "kind": "text",
1853
+ "text": "\"rgba\""
1854
+ }
1855
+ ]
1795
1856
  }
1796
1857
  ]
1797
1858
  },
1798
- "decorators": [
1799
- {
1800
- "name": "Input",
1801
- "type": {
1802
- "type": "reference",
1803
- "qualifiedName": "InputDecorator",
1804
- "package": "@angular/core",
1805
- "name": "Input"
1806
- },
1807
- "arguments": {}
1808
- }
1809
- ],
1810
1859
  "sources": [
1811
1860
  {
1812
1861
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
1813
1862
  "line": 102,
1814
- "character": 9
1863
+ "character": 9,
1864
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L102"
1815
1865
  }
1816
1866
  ],
1817
1867
  "type": {
@@ -1829,25 +1879,19 @@
1829
1879
  "isPublic": true
1830
1880
  },
1831
1881
  "comment": {
1832
- "shortText": "The array of colors to load as preset choices. The colorpicker displays the\ncolors in a series of 12 boxes for users to select."
1882
+ "summary": [
1883
+ {
1884
+ "kind": "text",
1885
+ "text": "The array of colors to load as preset choices. The colorpicker displays the\ncolors in a series of 12 boxes for users to select."
1886
+ }
1887
+ ]
1833
1888
  },
1834
- "decorators": [
1835
- {
1836
- "name": "Input",
1837
- "type": {
1838
- "type": "reference",
1839
- "qualifiedName": "InputDecorator",
1840
- "package": "@angular/core",
1841
- "name": "Input"
1842
- },
1843
- "arguments": {}
1844
- }
1845
- ],
1846
1889
  "sources": [
1847
1890
  {
1848
1891
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
1849
1892
  "line": 109,
1850
- "character": 9
1893
+ "character": 9,
1894
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L109"
1851
1895
  }
1852
1896
  ],
1853
1897
  "type": {
@@ -1868,35 +1912,34 @@
1868
1912
  "isPublic": true
1869
1913
  },
1870
1914
  "comment": {
1871
- "shortText": "This property is deprecated and does not affect the colorpicker.\nWe recommend against using it.",
1872
- "tags": [
1915
+ "summary": [
1916
+ {
1917
+ "kind": "text",
1918
+ "text": "This property is deprecated and does not affect the colorpicker.\nWe recommend against using it."
1919
+ }
1920
+ ],
1921
+ "blockTags": [
1873
1922
  {
1874
- "tag": "deprecated",
1875
- "text": ""
1923
+ "tag": "@deprecated",
1924
+ "content": []
1876
1925
  },
1877
1926
  {
1878
- "tag": "default",
1879
- "text": "\"rgba\"\n"
1927
+ "tag": "@default",
1928
+ "content": [
1929
+ {
1930
+ "kind": "text",
1931
+ "text": "\"rgba\""
1932
+ }
1933
+ ]
1880
1934
  }
1881
1935
  ]
1882
1936
  },
1883
- "decorators": [
1884
- {
1885
- "name": "Input",
1886
- "type": {
1887
- "type": "reference",
1888
- "qualifiedName": "InputDecorator",
1889
- "package": "@angular/core",
1890
- "name": "Input"
1891
- },
1892
- "arguments": {}
1893
- }
1894
- ],
1895
1937
  "sources": [
1896
1938
  {
1897
1939
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
1898
1940
  "line": 92,
1899
- "character": 9
1941
+ "character": 9,
1942
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L92"
1900
1943
  }
1901
1944
  ],
1902
1945
  "type": {
@@ -1914,31 +1957,57 @@
1914
1957
  "isPublic": true
1915
1958
  },
1916
1959
  "comment": {
1917
- "shortText": "Creates the colorpicker element and dropdown. Place this attribute on an `input` element\nor `button` element, wrap the element in a `sky-colorpicker` component, and set the attribute\nto the instance of the `sky-colorpicker` component.",
1918
- "tags": [
1960
+ "summary": [
1961
+ {
1962
+ "kind": "text",
1963
+ "text": "Creates the colorpicker element and dropdown. Place this attribute on an "
1964
+ },
1965
+ {
1966
+ "kind": "code",
1967
+ "text": "`input`"
1968
+ },
1969
+ {
1970
+ "kind": "text",
1971
+ "text": " element\nor "
1972
+ },
1973
+ {
1974
+ "kind": "code",
1975
+ "text": "`button`"
1976
+ },
1977
+ {
1978
+ "kind": "text",
1979
+ "text": " element, wrap the element in a "
1980
+ },
1981
+ {
1982
+ "kind": "code",
1983
+ "text": "`sky-colorpicker`"
1984
+ },
1985
+ {
1986
+ "kind": "text",
1987
+ "text": " component, and set the attribute\nto the instance of the "
1988
+ },
1989
+ {
1990
+ "kind": "code",
1991
+ "text": "`sky-colorpicker`"
1992
+ },
1993
+ {
1994
+ "kind": "text",
1995
+ "text": " component."
1996
+ }
1997
+ ],
1998
+ "blockTags": [
1919
1999
  {
1920
- "tag": "required",
1921
- "text": "\n"
2000
+ "tag": "@required",
2001
+ "content": []
1922
2002
  }
1923
2003
  ]
1924
2004
  },
1925
- "decorators": [
1926
- {
1927
- "name": "Input",
1928
- "type": {
1929
- "type": "reference",
1930
- "qualifiedName": "InputDecorator",
1931
- "package": "@angular/core",
1932
- "name": "Input"
1933
- },
1934
- "arguments": {}
1935
- }
1936
- ],
1937
2005
  "sources": [
1938
2006
  {
1939
2007
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
1940
2008
  "line": 62,
1941
- "character": 9
2009
+ "character": 9,
2010
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L62"
1942
2011
  }
1943
2012
  ],
1944
2013
  "type": {
@@ -1955,82 +2024,85 @@
1955
2024
  "flags": {
1956
2025
  "isPublic": true
1957
2026
  },
1958
- "decorators": [
1959
- {
1960
- "name": "Input",
1961
- "type": {
1962
- "type": "reference",
1963
- "qualifiedName": "InputDecorator",
1964
- "package": "@angular/core",
1965
- "name": "Input"
1966
- },
1967
- "arguments": {}
1968
- }
1969
- ],
1970
2027
  "sources": [
1971
2028
  {
1972
2029
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
1973
2030
  "line": 72,
1974
- "character": 13
1975
- }
1976
- ],
1977
- "getSignature": [
2031
+ "character": 13,
2032
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L72"
2033
+ },
1978
2034
  {
1979
- "id": 166,
1980
- "name": "initialColor",
1981
- "kind": 524288,
1982
- "kindString": "Get signature",
1983
- "flags": {},
1984
- "comment": {
1985
- "shortText": "The initial color to load in the colorpicker. Use a reactive or\ntemplate-driven form to set this value. This property is deprecated. As an alternative,\nwe recommend the `formControlName` property on reactive forms or `ngModel` on\ntemplate-driven forms. See the demo for examples.",
1986
- "tags": [
1987
- {
1988
- "tag": "deprecated",
1989
- "text": "\n"
1990
- }
1991
- ]
1992
- },
1993
- "type": {
1994
- "type": "intrinsic",
1995
- "name": "string"
1996
- }
2035
+ "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2036
+ "line": 81,
2037
+ "character": 13,
2038
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L81"
2039
+ }
2040
+ ],
2041
+ "getSignature": {
2042
+ "id": 166,
2043
+ "name": "initialColor",
2044
+ "kind": 524288,
2045
+ "kindString": "Get signature",
2046
+ "flags": {},
2047
+ "type": {
2048
+ "type": "intrinsic",
2049
+ "name": "string"
1997
2050
  }
1998
- ],
1999
- "setSignature": [
2000
- {
2001
- "id": 167,
2002
- "name": "initialColor",
2003
- "kind": 1048576,
2004
- "kindString": "Set signature",
2005
- "flags": {},
2006
- "comment": {
2007
- "shortText": "The initial color to load in the colorpicker. Use a reactive or\ntemplate-driven form to set this value. This property is deprecated. As an alternative,\nwe recommend the `formControlName` property on reactive forms or `ngModel` on\ntemplate-driven forms. See the demo for examples.",
2008
- "tags": [
2009
- {
2010
- "tag": "deprecated",
2011
- "text": "\n"
2012
- }
2013
- ]
2014
- },
2015
- "parameters": [
2051
+ },
2052
+ "setSignature": {
2053
+ "id": 167,
2054
+ "name": "initialColor",
2055
+ "kind": 1048576,
2056
+ "kindString": "Set signature",
2057
+ "flags": {},
2058
+ "comment": {
2059
+ "summary": [
2016
2060
  {
2017
- "id": 168,
2018
- "name": "value",
2019
- "kind": 32768,
2020
- "kindString": "Parameter",
2021
- "flags": {},
2022
- "type": {
2023
- "type": "intrinsic",
2024
- "name": "string"
2025
- }
2061
+ "kind": "text",
2062
+ "text": "The initial color to load in the colorpicker. Use a reactive or\ntemplate-driven form to set this value. This property is deprecated. As an alternative,\nwe recommend the "
2063
+ },
2064
+ {
2065
+ "kind": "code",
2066
+ "text": "`formControlName`"
2067
+ },
2068
+ {
2069
+ "kind": "text",
2070
+ "text": " property on reactive forms or "
2071
+ },
2072
+ {
2073
+ "kind": "code",
2074
+ "text": "`ngModel`"
2075
+ },
2076
+ {
2077
+ "kind": "text",
2078
+ "text": " on\ntemplate-driven forms. See the demo for examples."
2026
2079
  }
2027
2080
  ],
2028
- "type": {
2029
- "type": "intrinsic",
2030
- "name": "void"
2081
+ "blockTags": [
2082
+ {
2083
+ "tag": "@deprecated",
2084
+ "content": []
2085
+ }
2086
+ ]
2087
+ },
2088
+ "parameters": [
2089
+ {
2090
+ "id": 168,
2091
+ "name": "value",
2092
+ "kind": 32768,
2093
+ "kindString": "Parameter",
2094
+ "flags": {},
2095
+ "type": {
2096
+ "type": "intrinsic",
2097
+ "name": "string"
2098
+ }
2031
2099
  }
2100
+ ],
2101
+ "type": {
2102
+ "type": "intrinsic",
2103
+ "name": "void"
2032
2104
  }
2033
- ]
2105
+ }
2034
2106
  },
2035
2107
  {
2036
2108
  "id": 187,
@@ -2040,25 +2112,12 @@
2040
2112
  "flags": {
2041
2113
  "isPublic": true
2042
2114
  },
2043
- "decorators": [
2044
- {
2045
- "name": "HostListener",
2046
- "type": {
2047
- "type": "reference",
2048
- "qualifiedName": "HostListenerDecorator",
2049
- "package": "@angular/core",
2050
- "name": "HostListener"
2051
- },
2052
- "arguments": {
2053
- "eventName": "'input'"
2054
- }
2055
- }
2056
- ],
2057
2115
  "sources": [
2058
2116
  {
2059
2117
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2060
2118
  "line": 161,
2061
- "character": 9
2119
+ "character": 9,
2120
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L161"
2062
2121
  }
2063
2122
  ],
2064
2123
  "signatures": [
@@ -2087,7 +2146,8 @@
2087
2146
  {
2088
2147
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2089
2148
  "line": 236,
2090
- "character": 9
2149
+ "character": 9,
2150
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L236"
2091
2151
  }
2092
2152
  ],
2093
2153
  "signatures": [
@@ -2124,7 +2184,8 @@
2124
2184
  {
2125
2185
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2126
2186
  "line": 220,
2127
- "character": 9
2187
+ "character": 9,
2188
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L220"
2128
2189
  }
2129
2190
  ],
2130
2191
  "signatures": [
@@ -2161,7 +2222,8 @@
2161
2222
  {
2162
2223
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2163
2224
  "line": 175,
2164
- "character": 9
2225
+ "character": 9,
2226
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L175"
2165
2227
  }
2166
2228
  ],
2167
2229
  "signatures": [
@@ -2194,25 +2256,12 @@
2194
2256
  "flags": {
2195
2257
  "isPublic": true
2196
2258
  },
2197
- "decorators": [
2198
- {
2199
- "name": "HostListener",
2200
- "type": {
2201
- "type": "reference",
2202
- "qualifiedName": "HostListenerDecorator",
2203
- "package": "@angular/core",
2204
- "name": "HostListener"
2205
- },
2206
- "arguments": {
2207
- "eventName": "'change'"
2208
- }
2209
- }
2210
- ],
2211
2259
  "sources": [
2212
2260
  {
2213
2261
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2214
2262
  "line": 168,
2215
- "character": 9
2263
+ "character": 9,
2264
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L168"
2216
2265
  }
2217
2266
  ],
2218
2267
  "signatures": [
@@ -2241,7 +2290,8 @@
2241
2290
  {
2242
2291
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2243
2292
  "line": 242,
2244
- "character": 9
2293
+ "character": 9,
2294
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L242"
2245
2295
  }
2246
2296
  ],
2247
2297
  "signatures": [
@@ -2278,7 +2328,8 @@
2278
2328
  {
2279
2329
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2280
2330
  "line": 245,
2281
- "character": 9
2331
+ "character": 9,
2332
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L245"
2282
2333
  }
2283
2334
  ],
2284
2335
  "signatures": [
@@ -2315,7 +2366,8 @@
2315
2366
  {
2316
2367
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2317
2368
  "line": 248,
2318
- "character": 9
2369
+ "character": 9,
2370
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L248"
2319
2371
  }
2320
2372
  ],
2321
2373
  "signatures": [
@@ -2352,7 +2404,8 @@
2352
2404
  {
2353
2405
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2354
2406
  "line": 226,
2355
- "character": 9
2407
+ "character": 9,
2408
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L226"
2356
2409
  }
2357
2410
  ],
2358
2411
  "signatures": [
@@ -2381,7 +2434,8 @@
2381
2434
  {
2382
2435
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2383
2436
  "line": 283,
2384
- "character": 9
2437
+ "character": 9,
2438
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L283"
2385
2439
  }
2386
2440
  ],
2387
2441
  "signatures": [
@@ -2392,7 +2446,12 @@
2392
2446
  "kindString": "Call signature",
2393
2447
  "flags": {},
2394
2448
  "comment": {
2395
- "shortText": "Implemented as part of ControlValueAccessor."
2449
+ "summary": [
2450
+ {
2451
+ "kind": "text",
2452
+ "text": "Implemented as part of ControlValueAccessor."
2453
+ }
2454
+ ]
2396
2455
  },
2397
2456
  "parameters": [
2398
2457
  {
@@ -2434,7 +2493,8 @@
2434
2493
  {
2435
2494
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2436
2495
  "line": 276,
2437
- "character": 9
2496
+ "character": 9,
2497
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L276"
2438
2498
  }
2439
2499
  ],
2440
2500
  "signatures": [
@@ -2446,9 +2506,9 @@
2446
2506
  "flags": {},
2447
2507
  "type": {
2448
2508
  "type": "reference",
2509
+ "name": "ValidationErrors",
2449
2510
  "qualifiedName": "ValidationErrors",
2450
- "package": "@angular/forms",
2451
- "name": "ValidationErrors"
2511
+ "package": "@angular/forms"
2452
2512
  },
2453
2513
  "implementationOf": {
2454
2514
  "type": "reference",
@@ -2473,7 +2533,8 @@
2473
2533
  {
2474
2534
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2475
2535
  "line": 251,
2476
- "character": 9
2536
+ "character": 9,
2537
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L251"
2477
2538
  }
2478
2539
  ],
2479
2540
  "signatures": [
@@ -2515,14 +2576,12 @@
2515
2576
  "groups": [
2516
2577
  {
2517
2578
  "title": "Constructors",
2518
- "kind": 512,
2519
2579
  "children": [
2520
2580
  157
2521
2581
  ]
2522
2582
  },
2523
2583
  {
2524
2584
  "title": "Properties",
2525
- "kind": 1024,
2526
2585
  "children": [
2527
2586
  173,
2528
2587
  172,
@@ -2534,14 +2593,12 @@
2534
2593
  },
2535
2594
  {
2536
2595
  "title": "Accessors",
2537
- "kind": 262144,
2538
2596
  "children": [
2539
2597
  165
2540
2598
  ]
2541
2599
  },
2542
2600
  {
2543
2601
  "title": "Methods",
2544
- "kind": 2048,
2545
2602
  "children": [
2546
2603
  187,
2547
2604
  197,
@@ -2562,39 +2619,40 @@
2562
2619
  {
2563
2620
  "fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
2564
2621
  "line": 52,
2565
- "character": 13
2622
+ "character": 13,
2623
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L52"
2566
2624
  }
2567
2625
  ],
2568
2626
  "implementedTypes": [
2569
2627
  {
2570
2628
  "type": "reference",
2629
+ "name": "OnInit",
2571
2630
  "qualifiedName": "OnInit",
2572
- "package": "@angular/core",
2573
- "name": "OnInit"
2631
+ "package": "@angular/core"
2574
2632
  },
2575
2633
  {
2576
2634
  "type": "reference",
2635
+ "name": "OnChanges",
2577
2636
  "qualifiedName": "OnChanges",
2578
- "package": "@angular/core",
2579
- "name": "OnChanges"
2637
+ "package": "@angular/core"
2580
2638
  },
2581
2639
  {
2582
2640
  "type": "reference",
2641
+ "name": "ControlValueAccessor",
2583
2642
  "qualifiedName": "ControlValueAccessor",
2584
- "package": "@angular/forms",
2585
- "name": "ControlValueAccessor"
2643
+ "package": "@angular/forms"
2586
2644
  },
2587
2645
  {
2588
2646
  "type": "reference",
2647
+ "name": "Validator",
2589
2648
  "qualifiedName": "Validator",
2590
- "package": "@angular/forms",
2591
- "name": "Validator"
2649
+ "package": "@angular/forms"
2592
2650
  },
2593
2651
  {
2594
2652
  "type": "reference",
2653
+ "name": "OnDestroy",
2595
2654
  "qualifiedName": "OnDestroy",
2596
- "package": "@angular/core",
2597
- "name": "OnDestroy"
2655
+ "package": "@angular/core"
2598
2656
  }
2599
2657
  ]
2600
2658
  },
@@ -2605,7 +2663,12 @@
2605
2663
  "kindString": "Interface",
2606
2664
  "flags": {},
2607
2665
  "comment": {
2608
- "shortText": "Colors specified as a combination of cyan, magenta, yellow, and black."
2666
+ "summary": [
2667
+ {
2668
+ "kind": "text",
2669
+ "text": "Colors specified as a combination of cyan, magenta, yellow, and black."
2670
+ }
2671
+ ]
2609
2672
  },
2610
2673
  "children": [
2611
2674
  {
@@ -2615,13 +2678,19 @@
2615
2678
  "kindString": "Property",
2616
2679
  "flags": {},
2617
2680
  "comment": {
2618
- "shortText": "The percentage of cyan."
2681
+ "summary": [
2682
+ {
2683
+ "kind": "text",
2684
+ "text": "The percentage of cyan."
2685
+ }
2686
+ ]
2619
2687
  },
2620
2688
  "sources": [
2621
2689
  {
2622
2690
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
2623
2691
  "line": 8,
2624
- "character": 2
2692
+ "character": 2,
2693
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L8"
2625
2694
  }
2626
2695
  ],
2627
2696
  "type": {
@@ -2636,13 +2705,19 @@
2636
2705
  "kindString": "Property",
2637
2706
  "flags": {},
2638
2707
  "comment": {
2639
- "shortText": "The percentage of black."
2708
+ "summary": [
2709
+ {
2710
+ "kind": "text",
2711
+ "text": "The percentage of black."
2712
+ }
2713
+ ]
2640
2714
  },
2641
2715
  "sources": [
2642
2716
  {
2643
2717
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
2644
2718
  "line": 20,
2645
- "character": 2
2719
+ "character": 2,
2720
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L20"
2646
2721
  }
2647
2722
  ],
2648
2723
  "type": {
@@ -2657,13 +2732,19 @@
2657
2732
  "kindString": "Property",
2658
2733
  "flags": {},
2659
2734
  "comment": {
2660
- "shortText": "The percentage of magenta."
2735
+ "summary": [
2736
+ {
2737
+ "kind": "text",
2738
+ "text": "The percentage of magenta."
2739
+ }
2740
+ ]
2661
2741
  },
2662
2742
  "sources": [
2663
2743
  {
2664
2744
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
2665
2745
  "line": 12,
2666
- "character": 2
2746
+ "character": 2,
2747
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L12"
2667
2748
  }
2668
2749
  ],
2669
2750
  "type": {
@@ -2678,13 +2759,19 @@
2678
2759
  "kindString": "Property",
2679
2760
  "flags": {},
2680
2761
  "comment": {
2681
- "shortText": "The percentage of yellow."
2762
+ "summary": [
2763
+ {
2764
+ "kind": "text",
2765
+ "text": "The percentage of yellow."
2766
+ }
2767
+ ]
2682
2768
  },
2683
2769
  "sources": [
2684
2770
  {
2685
2771
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
2686
2772
  "line": 16,
2687
- "character": 2
2773
+ "character": 2,
2774
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L16"
2688
2775
  }
2689
2776
  ],
2690
2777
  "type": {
@@ -2696,7 +2783,6 @@
2696
2783
  "groups": [
2697
2784
  {
2698
2785
  "title": "Properties",
2699
- "kind": 1024,
2700
2786
  "children": [
2701
2787
  232,
2702
2788
  235,
@@ -2709,7 +2795,8 @@
2709
2795
  {
2710
2796
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
2711
2797
  "line": 4,
2712
- "character": 17
2798
+ "character": 17,
2799
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L4"
2713
2800
  }
2714
2801
  ]
2715
2802
  },
@@ -2720,7 +2807,12 @@
2720
2807
  "kindString": "Interface",
2721
2808
  "flags": {},
2722
2809
  "comment": {
2723
- "shortText": "Colors specified as a combination of hue, saturation, and lightness with an alpha\nchannel to set the opacity."
2810
+ "summary": [
2811
+ {
2812
+ "kind": "text",
2813
+ "text": "Colors specified as a combination of hue, saturation, and lightness with an alpha\nchannel to set the opacity."
2814
+ }
2815
+ ]
2724
2816
  },
2725
2817
  "children": [
2726
2818
  {
@@ -2730,13 +2822,19 @@
2730
2822
  "kindString": "Property",
2731
2823
  "flags": {},
2732
2824
  "comment": {
2733
- "shortText": "The alpha channel to set the opacity."
2825
+ "summary": [
2826
+ {
2827
+ "kind": "text",
2828
+ "text": "The alpha channel to set the opacity."
2829
+ }
2830
+ ]
2734
2831
  },
2735
2832
  "sources": [
2736
2833
  {
2737
2834
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
2738
2835
  "line": 24,
2739
- "character": 2
2836
+ "character": 2,
2837
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L24"
2740
2838
  }
2741
2839
  ],
2742
2840
  "type": {
@@ -2751,13 +2849,19 @@
2751
2849
  "kindString": "Property",
2752
2850
  "flags": {},
2753
2851
  "comment": {
2754
- "shortText": "The hue, which is a degree on the color wheel from 0 to 360.\n0 is red, 120 is green, and 240 is blue."
2852
+ "summary": [
2853
+ {
2854
+ "kind": "text",
2855
+ "text": "The hue, which is a degree on the color wheel from 0 to 360.\n0 is red, 120 is green, and 240 is blue."
2856
+ }
2857
+ ]
2755
2858
  },
2756
2859
  "sources": [
2757
2860
  {
2758
2861
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
2759
2862
  "line": 10,
2760
- "character": 2
2863
+ "character": 2,
2864
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L10"
2761
2865
  }
2762
2866
  ],
2763
2867
  "type": {
@@ -2772,13 +2876,19 @@
2772
2876
  "kindString": "Property",
2773
2877
  "flags": {},
2774
2878
  "comment": {
2775
- "shortText": "The lightness, which is a percentage value where 0 percent is\nblack and 100 percent is white."
2879
+ "summary": [
2880
+ {
2881
+ "kind": "text",
2882
+ "text": "The lightness, which is a percentage value where 0 percent is\nblack and 100 percent is white."
2883
+ }
2884
+ ]
2776
2885
  },
2777
2886
  "sources": [
2778
2887
  {
2779
2888
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
2780
2889
  "line": 20,
2781
- "character": 2
2890
+ "character": 2,
2891
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L20"
2782
2892
  }
2783
2893
  ],
2784
2894
  "type": {
@@ -2793,13 +2903,19 @@
2793
2903
  "kindString": "Property",
2794
2904
  "flags": {},
2795
2905
  "comment": {
2796
- "shortText": "The saturation, which is a percentage value where 0 percent is a\nshade of gray and 100 percent is the full color."
2906
+ "summary": [
2907
+ {
2908
+ "kind": "text",
2909
+ "text": "The saturation, which is a percentage value where 0 percent is a\nshade of gray and 100 percent is the full color."
2910
+ }
2911
+ ]
2797
2912
  },
2798
2913
  "sources": [
2799
2914
  {
2800
2915
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
2801
2916
  "line": 15,
2802
- "character": 2
2917
+ "character": 2,
2918
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L15"
2803
2919
  }
2804
2920
  ],
2805
2921
  "type": {
@@ -2811,7 +2927,6 @@
2811
2927
  "groups": [
2812
2928
  {
2813
2929
  "title": "Properties",
2814
- "kind": 1024,
2815
2930
  "children": [
2816
2931
  244,
2817
2932
  241,
@@ -2824,7 +2939,8 @@
2824
2939
  {
2825
2940
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
2826
2941
  "line": 5,
2827
- "character": 17
2942
+ "character": 17,
2943
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L5"
2828
2944
  }
2829
2945
  ]
2830
2946
  },
@@ -2835,7 +2951,12 @@
2835
2951
  "kindString": "Interface",
2836
2952
  "flags": {},
2837
2953
  "comment": {
2838
- "shortText": "Colors specified as a combination of hue, saturation, and value with an alpha\nchannel to set the opacity."
2954
+ "summary": [
2955
+ {
2956
+ "kind": "text",
2957
+ "text": "Colors specified as a combination of hue, saturation, and value with an alpha\nchannel to set the opacity."
2958
+ }
2959
+ ]
2839
2960
  },
2840
2961
  "children": [
2841
2962
  {
@@ -2845,13 +2966,19 @@
2845
2966
  "kindString": "Property",
2846
2967
  "flags": {},
2847
2968
  "comment": {
2848
- "shortText": "The alpha channel to set the opacity."
2969
+ "summary": [
2970
+ {
2971
+ "kind": "text",
2972
+ "text": "The alpha channel to set the opacity."
2973
+ }
2974
+ ]
2849
2975
  },
2850
2976
  "sources": [
2851
2977
  {
2852
2978
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
2853
2979
  "line": 25,
2854
- "character": 2
2980
+ "character": 2,
2981
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L25"
2855
2982
  }
2856
2983
  ],
2857
2984
  "type": {
@@ -2866,13 +2993,19 @@
2866
2993
  "kindString": "Property",
2867
2994
  "flags": {},
2868
2995
  "comment": {
2869
- "shortText": "The hue, which is a degree on the color wheel from 0 to 360.\n0 is red, 120 is green, and 240 is blue."
2996
+ "summary": [
2997
+ {
2998
+ "kind": "text",
2999
+ "text": "The hue, which is a degree on the color wheel from 0 to 360.\n0 is red, 120 is green, and 240 is blue."
3000
+ }
3001
+ ]
2870
3002
  },
2871
3003
  "sources": [
2872
3004
  {
2873
3005
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
2874
3006
  "line": 10,
2875
- "character": 2
3007
+ "character": 2,
3008
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L10"
2876
3009
  }
2877
3010
  ],
2878
3011
  "type": {
@@ -2887,13 +3020,19 @@
2887
3020
  "kindString": "Property",
2888
3021
  "flags": {},
2889
3022
  "comment": {
2890
- "shortText": "The saturation, which is a percentage value where 0 percent is a\nshade of gray and 100 percent is the full color."
3023
+ "summary": [
3024
+ {
3025
+ "kind": "text",
3026
+ "text": "The saturation, which is a percentage value where 0 percent is a\nshade of gray and 100 percent is the full color."
3027
+ }
3028
+ ]
2891
3029
  },
2892
3030
  "sources": [
2893
3031
  {
2894
3032
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
2895
3033
  "line": 15,
2896
- "character": 2
3034
+ "character": 2,
3035
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L15"
2897
3036
  }
2898
3037
  ],
2899
3038
  "type": {
@@ -2908,13 +3047,19 @@
2908
3047
  "kindString": "Property",
2909
3048
  "flags": {},
2910
3049
  "comment": {
2911
- "shortText": "The brightness or intensity, which is a percentage value of the\ncolor where 0 is completely black and 100 is the brightest and\nreveals the most color."
3050
+ "summary": [
3051
+ {
3052
+ "kind": "text",
3053
+ "text": "The brightness or intensity, which is a percentage value of the\ncolor where 0 is completely black and 100 is the brightest and\nreveals the most color."
3054
+ }
3055
+ ]
2912
3056
  },
2913
3057
  "sources": [
2914
3058
  {
2915
3059
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
2916
3060
  "line": 21,
2917
- "character": 2
3061
+ "character": 2,
3062
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L21"
2918
3063
  }
2919
3064
  ],
2920
3065
  "type": {
@@ -2926,7 +3071,6 @@
2926
3071
  "groups": [
2927
3072
  {
2928
3073
  "title": "Properties",
2929
- "kind": 1024,
2930
3074
  "children": [
2931
3075
  249,
2932
3076
  246,
@@ -2939,7 +3083,8 @@
2939
3083
  {
2940
3084
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
2941
3085
  "line": 5,
2942
- "character": 17
3086
+ "character": 17,
3087
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L5"
2943
3088
  }
2944
3089
  ]
2945
3090
  },
@@ -2950,7 +3095,12 @@
2950
3095
  "kindString": "Interface",
2951
3096
  "flags": {},
2952
3097
  "comment": {
2953
- "shortText": "Provides commands for the colorpicker through a message stream."
3098
+ "summary": [
3099
+ {
3100
+ "kind": "text",
3101
+ "text": "Provides commands for the colorpicker through a message stream."
3102
+ }
3103
+ ]
2954
3104
  },
2955
3105
  "children": [
2956
3106
  {
@@ -2962,13 +3112,19 @@
2962
3112
  "isOptional": true
2963
3113
  },
2964
3114
  "comment": {
2965
- "shortText": "The message type."
3115
+ "summary": [
3116
+ {
3117
+ "kind": "text",
3118
+ "text": "The message type."
3119
+ }
3120
+ ]
2966
3121
  },
2967
3122
  "sources": [
2968
3123
  {
2969
3124
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message.ts",
2970
3125
  "line": 10,
2971
- "character": 2
3126
+ "character": 2,
3127
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message.ts#L10"
2972
3128
  }
2973
3129
  ],
2974
3130
  "type": {
@@ -2981,7 +3137,6 @@
2981
3137
  "groups": [
2982
3138
  {
2983
3139
  "title": "Properties",
2984
- "kind": 1024,
2985
3140
  "children": [
2986
3141
  251
2987
3142
  ]
@@ -2991,7 +3146,8 @@
2991
3146
  {
2992
3147
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message.ts",
2993
3148
  "line": 6,
2994
- "character": 17
3149
+ "character": 17,
3150
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message.ts#L6"
2995
3151
  }
2996
3152
  ]
2997
3153
  },
@@ -3002,7 +3158,12 @@
3002
3158
  "kindString": "Interface",
3003
3159
  "flags": {},
3004
3160
  "comment": {
3005
- "shortText": "Describes the color that users select in the colorpicker."
3161
+ "summary": [
3162
+ {
3163
+ "kind": "text",
3164
+ "text": "Describes the color that users select in the colorpicker."
3165
+ }
3166
+ ]
3006
3167
  },
3007
3168
  "children": [
3008
3169
  {
@@ -3012,13 +3173,19 @@
3012
3173
  "kindString": "Property",
3013
3174
  "flags": {},
3014
3175
  "comment": {
3015
- "shortText": "The CMYK values for the selected color."
3176
+ "summary": [
3177
+ {
3178
+ "kind": "text",
3179
+ "text": "The CMYK values for the selected color."
3180
+ }
3181
+ ]
3016
3182
  },
3017
3183
  "sources": [
3018
3184
  {
3019
3185
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3020
3186
  "line": 37,
3021
- "character": 2
3187
+ "character": 2,
3188
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L37"
3022
3189
  }
3023
3190
  ],
3024
3191
  "type": {
@@ -3034,13 +3201,19 @@
3034
3201
  "kindString": "Property",
3035
3202
  "flags": {},
3036
3203
  "comment": {
3037
- "shortText": "The CMYK text value for the selected color."
3204
+ "summary": [
3205
+ {
3206
+ "kind": "text",
3207
+ "text": "The CMYK text value for the selected color."
3208
+ }
3209
+ ]
3038
3210
  },
3039
3211
  "sources": [
3040
3212
  {
3041
3213
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3042
3214
  "line": 21,
3043
- "character": 2
3215
+ "character": 2,
3216
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L21"
3044
3217
  }
3045
3218
  ],
3046
3219
  "type": {
@@ -3055,13 +3228,19 @@
3055
3228
  "kindString": "Property",
3056
3229
  "flags": {},
3057
3230
  "comment": {
3058
- "shortText": "The hex value for the selected color."
3231
+ "summary": [
3232
+ {
3233
+ "kind": "text",
3234
+ "text": "The hex value for the selected color."
3235
+ }
3236
+ ]
3059
3237
  },
3060
3238
  "sources": [
3061
3239
  {
3062
3240
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3063
3241
  "line": 41,
3064
- "character": 2
3242
+ "character": 2,
3243
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L41"
3065
3244
  }
3066
3245
  ],
3067
3246
  "type": {
@@ -3076,13 +3255,19 @@
3076
3255
  "kindString": "Property",
3077
3256
  "flags": {},
3078
3257
  "comment": {
3079
- "shortText": "The HSLA values for the selected color."
3258
+ "summary": [
3259
+ {
3260
+ "kind": "text",
3261
+ "text": "The HSLA values for the selected color."
3262
+ }
3263
+ ]
3080
3264
  },
3081
3265
  "sources": [
3082
3266
  {
3083
3267
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3084
3268
  "line": 33,
3085
- "character": 2
3269
+ "character": 2,
3270
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L33"
3086
3271
  }
3087
3272
  ],
3088
3273
  "type": {
@@ -3098,13 +3283,19 @@
3098
3283
  "kindString": "Property",
3099
3284
  "flags": {},
3100
3285
  "comment": {
3101
- "shortText": "The HSLA text value for the selected color."
3286
+ "summary": [
3287
+ {
3288
+ "kind": "text",
3289
+ "text": "The HSLA text value for the selected color."
3290
+ }
3291
+ ]
3102
3292
  },
3103
3293
  "sources": [
3104
3294
  {
3105
3295
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3106
3296
  "line": 13,
3107
- "character": 2
3297
+ "character": 2,
3298
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L13"
3108
3299
  }
3109
3300
  ],
3110
3301
  "type": {
@@ -3119,13 +3310,19 @@
3119
3310
  "kindString": "Property",
3120
3311
  "flags": {},
3121
3312
  "comment": {
3122
- "shortText": "The HSVA values for the selected color."
3313
+ "summary": [
3314
+ {
3315
+ "kind": "text",
3316
+ "text": "The HSVA values for the selected color."
3317
+ }
3318
+ ]
3123
3319
  },
3124
3320
  "sources": [
3125
3321
  {
3126
3322
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3127
3323
  "line": 25,
3128
- "character": 2
3324
+ "character": 2,
3325
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L25"
3129
3326
  }
3130
3327
  ],
3131
3328
  "type": {
@@ -3141,13 +3338,19 @@
3141
3338
  "kindString": "Property",
3142
3339
  "flags": {},
3143
3340
  "comment": {
3144
- "shortText": "The RGBA values for the selected color."
3341
+ "summary": [
3342
+ {
3343
+ "kind": "text",
3344
+ "text": "The RGBA values for the selected color."
3345
+ }
3346
+ ]
3145
3347
  },
3146
3348
  "sources": [
3147
3349
  {
3148
3350
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3149
3351
  "line": 29,
3150
- "character": 2
3352
+ "character": 2,
3353
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L29"
3151
3354
  }
3152
3355
  ],
3153
3356
  "type": {
@@ -3163,13 +3366,19 @@
3163
3366
  "kindString": "Property",
3164
3367
  "flags": {},
3165
3368
  "comment": {
3166
- "shortText": "The RGBA text value for the selected color."
3369
+ "summary": [
3370
+ {
3371
+ "kind": "text",
3372
+ "text": "The RGBA text value for the selected color."
3373
+ }
3374
+ ]
3167
3375
  },
3168
3376
  "sources": [
3169
3377
  {
3170
3378
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3171
3379
  "line": 17,
3172
- "character": 2
3380
+ "character": 2,
3381
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L17"
3173
3382
  }
3174
3383
  ],
3175
3384
  "type": {
@@ -3181,7 +3390,6 @@
3181
3390
  "groups": [
3182
3391
  {
3183
3392
  "title": "Properties",
3184
- "kind": 1024,
3185
3393
  "children": [
3186
3394
  264,
3187
3395
  260,
@@ -3198,7 +3406,8 @@
3198
3406
  {
3199
3407
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
3200
3408
  "line": 9,
3201
- "character": 17
3409
+ "character": 17,
3410
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L9"
3202
3411
  }
3203
3412
  ]
3204
3413
  },
@@ -3209,7 +3418,12 @@
3209
3418
  "kindString": "Interface",
3210
3419
  "flags": {},
3211
3420
  "comment": {
3212
- "shortText": "Indicates the color that users apply when they select Apply in the colorpicker."
3421
+ "summary": [
3422
+ {
3423
+ "kind": "text",
3424
+ "text": "Indicates the color that users apply when they select Apply in the colorpicker."
3425
+ }
3426
+ ]
3213
3427
  },
3214
3428
  "children": [
3215
3429
  {
@@ -3219,13 +3433,19 @@
3219
3433
  "kindString": "Property",
3220
3434
  "flags": {},
3221
3435
  "comment": {
3222
- "shortText": "Describes the color that users select in the colorpicker."
3436
+ "summary": [
3437
+ {
3438
+ "kind": "text",
3439
+ "text": "Describes the color that users select in the colorpicker."
3440
+ }
3441
+ ]
3223
3442
  },
3224
3443
  "sources": [
3225
3444
  {
3226
3445
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-result.ts",
3227
3446
  "line": 10,
3228
- "character": 2
3447
+ "character": 2,
3448
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-result.ts#L10"
3229
3449
  }
3230
3450
  ],
3231
3451
  "type": {
@@ -3238,7 +3458,6 @@
3238
3458
  "groups": [
3239
3459
  {
3240
3460
  "title": "Properties",
3241
- "kind": 1024,
3242
3461
  "children": [
3243
3462
  267
3244
3463
  ]
@@ -3248,7 +3467,8 @@
3248
3467
  {
3249
3468
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-result.ts",
3250
3469
  "line": 6,
3251
- "character": 17
3470
+ "character": 17,
3471
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-result.ts#L6"
3252
3472
  }
3253
3473
  ]
3254
3474
  },
@@ -3259,7 +3479,12 @@
3259
3479
  "kindString": "Interface",
3260
3480
  "flags": {},
3261
3481
  "comment": {
3262
- "shortText": "Colors specified as a combination of red, green, and blue with an alpha\nchannel to set the opacity."
3482
+ "summary": [
3483
+ {
3484
+ "kind": "text",
3485
+ "text": "Colors specified as a combination of red, green, and blue with an alpha\nchannel to set the opacity."
3486
+ }
3487
+ ]
3263
3488
  },
3264
3489
  "children": [
3265
3490
  {
@@ -3269,13 +3494,19 @@
3269
3494
  "kindString": "Property",
3270
3495
  "flags": {},
3271
3496
  "comment": {
3272
- "shortText": "The alpha channel to set the opacity."
3497
+ "summary": [
3498
+ {
3499
+ "kind": "text",
3500
+ "text": "The alpha channel to set the opacity."
3501
+ }
3502
+ ]
3273
3503
  },
3274
3504
  "sources": [
3275
3505
  {
3276
3506
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
3277
3507
  "line": 21,
3278
- "character": 2
3508
+ "character": 2,
3509
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L21"
3279
3510
  }
3280
3511
  ],
3281
3512
  "type": {
@@ -3290,13 +3521,19 @@
3290
3521
  "kindString": "Property",
3291
3522
  "flags": {},
3292
3523
  "comment": {
3293
- "shortText": "The percentage of blue."
3524
+ "summary": [
3525
+ {
3526
+ "kind": "text",
3527
+ "text": "The percentage of blue."
3528
+ }
3529
+ ]
3294
3530
  },
3295
3531
  "sources": [
3296
3532
  {
3297
3533
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
3298
3534
  "line": 17,
3299
- "character": 2
3535
+ "character": 2,
3536
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L17"
3300
3537
  }
3301
3538
  ],
3302
3539
  "type": {
@@ -3311,13 +3548,19 @@
3311
3548
  "kindString": "Property",
3312
3549
  "flags": {},
3313
3550
  "comment": {
3314
- "shortText": "The percentage of green."
3551
+ "summary": [
3552
+ {
3553
+ "kind": "text",
3554
+ "text": "The percentage of green."
3555
+ }
3556
+ ]
3315
3557
  },
3316
3558
  "sources": [
3317
3559
  {
3318
3560
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
3319
3561
  "line": 13,
3320
- "character": 2
3562
+ "character": 2,
3563
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L13"
3321
3564
  }
3322
3565
  ],
3323
3566
  "type": {
@@ -3332,13 +3575,19 @@
3332
3575
  "kindString": "Property",
3333
3576
  "flags": {},
3334
3577
  "comment": {
3335
- "shortText": "The percentage of red."
3578
+ "summary": [
3579
+ {
3580
+ "kind": "text",
3581
+ "text": "The percentage of red."
3582
+ }
3583
+ ]
3336
3584
  },
3337
3585
  "sources": [
3338
3586
  {
3339
3587
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
3340
3588
  "line": 9,
3341
- "character": 2
3589
+ "character": 2,
3590
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L9"
3342
3591
  }
3343
3592
  ],
3344
3593
  "type": {
@@ -3350,7 +3599,6 @@
3350
3599
  "groups": [
3351
3600
  {
3352
3601
  "title": "Properties",
3353
- "kind": 1024,
3354
3602
  "children": [
3355
3603
  272,
3356
3604
  271,
@@ -3363,7 +3611,8 @@
3363
3611
  {
3364
3612
  "fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
3365
3613
  "line": 5,
3366
- "character": 17
3614
+ "character": 17,
3615
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L5"
3367
3616
  }
3368
3617
  ]
3369
3618
  }
@@ -3371,7 +3620,6 @@
3371
3620
  "groups": [
3372
3621
  {
3373
3622
  "title": "Modules",
3374
- "kind": 2,
3375
3623
  "children": [
3376
3624
  1,
3377
3625
  2