@skyux/colorpicker 8.0.0 → 8.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +766 -1030
- package/package.json +7 -7
package/documentation.json
CHANGED
|
@@ -26,126 +26,86 @@
|
|
|
26
26
|
"kindString": "Enumeration",
|
|
27
27
|
"flags": {},
|
|
28
28
|
"comment": {
|
|
29
|
-
"
|
|
30
|
-
{
|
|
31
|
-
"kind": "text",
|
|
32
|
-
"text": "The commands to provide the colorpicker."
|
|
33
|
-
}
|
|
34
|
-
]
|
|
29
|
+
"shortText": "The commands to provide the colorpicker."
|
|
35
30
|
},
|
|
36
31
|
"children": [
|
|
37
32
|
{
|
|
38
33
|
"id": 256,
|
|
39
34
|
"name": "Close",
|
|
40
35
|
"kind": 16,
|
|
41
|
-
"kindString": "Enumeration
|
|
36
|
+
"kindString": "Enumeration member",
|
|
42
37
|
"flags": {},
|
|
43
38
|
"comment": {
|
|
44
|
-
"
|
|
45
|
-
{
|
|
46
|
-
"kind": "text",
|
|
47
|
-
"text": "Closes the colorpicker."
|
|
48
|
-
}
|
|
49
|
-
]
|
|
39
|
+
"shortText": "Closes the colorpicker."
|
|
50
40
|
},
|
|
51
41
|
"sources": [
|
|
52
42
|
{
|
|
53
43
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
|
|
54
44
|
"line": 20,
|
|
55
|
-
"character": 2
|
|
56
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L20"
|
|
45
|
+
"character": 2
|
|
57
46
|
}
|
|
58
47
|
],
|
|
59
|
-
"
|
|
60
|
-
"type": "literal",
|
|
61
|
-
"value": 3
|
|
62
|
-
}
|
|
48
|
+
"defaultValue": "3"
|
|
63
49
|
},
|
|
64
50
|
{
|
|
65
51
|
"id": 253,
|
|
66
52
|
"name": "Open",
|
|
67
53
|
"kind": 16,
|
|
68
|
-
"kindString": "Enumeration
|
|
54
|
+
"kindString": "Enumeration member",
|
|
69
55
|
"flags": {},
|
|
70
56
|
"comment": {
|
|
71
|
-
"
|
|
72
|
-
{
|
|
73
|
-
"kind": "text",
|
|
74
|
-
"text": "Opens the colorpicker."
|
|
75
|
-
}
|
|
76
|
-
]
|
|
57
|
+
"shortText": "Opens the colorpicker."
|
|
77
58
|
},
|
|
78
59
|
"sources": [
|
|
79
60
|
{
|
|
80
61
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
|
|
81
62
|
"line": 8,
|
|
82
|
-
"character": 2
|
|
83
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L8"
|
|
63
|
+
"character": 2
|
|
84
64
|
}
|
|
85
65
|
],
|
|
86
|
-
"
|
|
87
|
-
"type": "literal",
|
|
88
|
-
"value": 0
|
|
89
|
-
}
|
|
66
|
+
"defaultValue": "0"
|
|
90
67
|
},
|
|
91
68
|
{
|
|
92
69
|
"id": 254,
|
|
93
70
|
"name": "Reset",
|
|
94
71
|
"kind": 16,
|
|
95
|
-
"kindString": "Enumeration
|
|
72
|
+
"kindString": "Enumeration member",
|
|
96
73
|
"flags": {},
|
|
97
74
|
"comment": {
|
|
98
|
-
"
|
|
99
|
-
{
|
|
100
|
-
"kind": "text",
|
|
101
|
-
"text": "Resets the selection in the colorpicker."
|
|
102
|
-
}
|
|
103
|
-
]
|
|
75
|
+
"shortText": "Resets the selection in the colorpicker."
|
|
104
76
|
},
|
|
105
77
|
"sources": [
|
|
106
78
|
{
|
|
107
79
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
|
|
108
80
|
"line": 12,
|
|
109
|
-
"character": 2
|
|
110
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L12"
|
|
81
|
+
"character": 2
|
|
111
82
|
}
|
|
112
83
|
],
|
|
113
|
-
"
|
|
114
|
-
"type": "literal",
|
|
115
|
-
"value": 1
|
|
116
|
-
}
|
|
84
|
+
"defaultValue": "1"
|
|
117
85
|
},
|
|
118
86
|
{
|
|
119
87
|
"id": 255,
|
|
120
88
|
"name": "ToggleResetButton",
|
|
121
89
|
"kind": 16,
|
|
122
|
-
"kindString": "Enumeration
|
|
90
|
+
"kindString": "Enumeration member",
|
|
123
91
|
"flags": {},
|
|
124
92
|
"comment": {
|
|
125
|
-
"
|
|
126
|
-
{
|
|
127
|
-
"kind": "text",
|
|
128
|
-
"text": "Toggles whether to display a reset button beside the colorpicker."
|
|
129
|
-
}
|
|
130
|
-
]
|
|
93
|
+
"shortText": "Toggles whether to display a reset button beside the colorpicker."
|
|
131
94
|
},
|
|
132
95
|
"sources": [
|
|
133
96
|
{
|
|
134
97
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
|
|
135
98
|
"line": 16,
|
|
136
|
-
"character": 2
|
|
137
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L16"
|
|
99
|
+
"character": 2
|
|
138
100
|
}
|
|
139
101
|
],
|
|
140
|
-
"
|
|
141
|
-
"type": "literal",
|
|
142
|
-
"value": 2
|
|
143
|
-
}
|
|
102
|
+
"defaultValue": "2"
|
|
144
103
|
}
|
|
145
104
|
],
|
|
146
105
|
"groups": [
|
|
147
106
|
{
|
|
148
|
-
"title": "Enumeration
|
|
107
|
+
"title": "Enumeration members",
|
|
108
|
+
"kind": 16,
|
|
149
109
|
"children": [
|
|
150
110
|
256,
|
|
151
111
|
253,
|
|
@@ -158,8 +118,7 @@
|
|
|
158
118
|
{
|
|
159
119
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message-type.ts",
|
|
160
120
|
"line": 4,
|
|
161
|
-
"character": 12
|
|
162
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message-type.ts#L4"
|
|
121
|
+
"character": 12
|
|
163
122
|
}
|
|
164
123
|
]
|
|
165
124
|
},
|
|
@@ -169,10 +128,25 @@
|
|
|
169
128
|
"kind": 128,
|
|
170
129
|
"kindString": "Class",
|
|
171
130
|
"flags": {},
|
|
131
|
+
"decorators": [
|
|
132
|
+
{
|
|
133
|
+
"name": "NgModule",
|
|
134
|
+
"type": {
|
|
135
|
+
"type": "reference",
|
|
136
|
+
"qualifiedName": "NgModuleDecorator",
|
|
137
|
+
"package": "@angular/core",
|
|
138
|
+
"name": "NgModule"
|
|
139
|
+
},
|
|
140
|
+
"arguments": {
|
|
141
|
+
"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}"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
],
|
|
172
145
|
"children": [],
|
|
173
146
|
"groups": [
|
|
174
147
|
{
|
|
175
148
|
"title": "Constructors",
|
|
149
|
+
"kind": 512,
|
|
176
150
|
"children": [
|
|
177
151
|
223
|
|
178
152
|
]
|
|
@@ -182,8 +156,7 @@
|
|
|
182
156
|
{
|
|
183
157
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.module.ts",
|
|
184
158
|
"line": 35,
|
|
185
|
-
"character": 13
|
|
186
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.module.ts#L35"
|
|
159
|
+
"character": 13
|
|
187
160
|
}
|
|
188
161
|
]
|
|
189
162
|
},
|
|
@@ -194,45 +167,22 @@
|
|
|
194
167
|
"kindString": "Class",
|
|
195
168
|
"flags": {},
|
|
196
169
|
"comment": {
|
|
197
|
-
"
|
|
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."
|
|
233
|
-
}
|
|
234
|
-
]
|
|
170
|
+
"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."
|
|
235
171
|
},
|
|
172
|
+
"decorators": [
|
|
173
|
+
{
|
|
174
|
+
"name": "Component",
|
|
175
|
+
"type": {
|
|
176
|
+
"type": "reference",
|
|
177
|
+
"qualifiedName": "ComponentDecorator",
|
|
178
|
+
"package": "@angular/core",
|
|
179
|
+
"name": "Component"
|
|
180
|
+
},
|
|
181
|
+
"arguments": {
|
|
182
|
+
"obj": "{\n selector: 'sky-colorpicker',\n templateUrl: './colorpicker.component.html',\n styleUrls: ['./colorpicker.component.scss'],\n providers: [SkyColorpickerService],\n encapsulation: ViewEncapsulation.None,\n}"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
],
|
|
236
186
|
"children": [
|
|
237
187
|
{
|
|
238
188
|
"id": 4,
|
|
@@ -244,8 +194,7 @@
|
|
|
244
194
|
{
|
|
245
195
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
246
196
|
"line": 305,
|
|
247
|
-
"character": 2
|
|
248
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L305"
|
|
197
|
+
"character": 2
|
|
249
198
|
}
|
|
250
199
|
],
|
|
251
200
|
"signatures": [
|
|
@@ -275,9 +224,9 @@
|
|
|
275
224
|
"flags": {},
|
|
276
225
|
"type": {
|
|
277
226
|
"type": "reference",
|
|
278
|
-
"name": "ChangeDetectorRef",
|
|
279
227
|
"qualifiedName": "ChangeDetectorRef",
|
|
280
|
-
"package": "@angular/core"
|
|
228
|
+
"package": "@angular/core",
|
|
229
|
+
"name": "ChangeDetectorRef"
|
|
281
230
|
}
|
|
282
231
|
},
|
|
283
232
|
{
|
|
@@ -321,6 +270,18 @@
|
|
|
321
270
|
"flags": {
|
|
322
271
|
"isOptional": true
|
|
323
272
|
},
|
|
273
|
+
"decorators": [
|
|
274
|
+
{
|
|
275
|
+
"name": "Optional",
|
|
276
|
+
"type": {
|
|
277
|
+
"type": "reference",
|
|
278
|
+
"qualifiedName": "OptionalDecorator",
|
|
279
|
+
"package": "@angular/core",
|
|
280
|
+
"name": "Optional"
|
|
281
|
+
},
|
|
282
|
+
"arguments": {}
|
|
283
|
+
}
|
|
284
|
+
],
|
|
324
285
|
"type": {
|
|
325
286
|
"type": "reference",
|
|
326
287
|
"name": "SkyThemeService"
|
|
@@ -347,8 +308,7 @@
|
|
|
347
308
|
{
|
|
348
309
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
349
310
|
"line": 220,
|
|
350
|
-
"character": 9
|
|
351
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L220"
|
|
311
|
+
"character": 9
|
|
352
312
|
}
|
|
353
313
|
],
|
|
354
314
|
"type": {
|
|
@@ -368,8 +328,7 @@
|
|
|
368
328
|
{
|
|
369
329
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
370
330
|
"line": 222,
|
|
371
|
-
"character": 9
|
|
372
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L222"
|
|
331
|
+
"character": 9
|
|
373
332
|
}
|
|
374
333
|
],
|
|
375
334
|
"type": {
|
|
@@ -387,46 +346,31 @@
|
|
|
387
346
|
"isPublic": true
|
|
388
347
|
},
|
|
389
348
|
"comment": {
|
|
390
|
-
"
|
|
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
|
-
},
|
|
349
|
+
"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.",
|
|
350
|
+
"tags": [
|
|
407
351
|
{
|
|
408
|
-
"
|
|
409
|
-
"text": "
|
|
410
|
-
}
|
|
411
|
-
],
|
|
412
|
-
"blockTags": [
|
|
413
|
-
{
|
|
414
|
-
"tag": "@default",
|
|
415
|
-
"content": [
|
|
416
|
-
{
|
|
417
|
-
"kind": "text",
|
|
418
|
-
"text": "\"Select color value\""
|
|
419
|
-
}
|
|
420
|
-
]
|
|
352
|
+
"tag": "default",
|
|
353
|
+
"text": "\"Select color value\"\n"
|
|
421
354
|
}
|
|
422
355
|
]
|
|
423
356
|
},
|
|
357
|
+
"decorators": [
|
|
358
|
+
{
|
|
359
|
+
"name": "Input",
|
|
360
|
+
"type": {
|
|
361
|
+
"type": "reference",
|
|
362
|
+
"qualifiedName": "InputDecorator",
|
|
363
|
+
"package": "@angular/core",
|
|
364
|
+
"name": "Input"
|
|
365
|
+
},
|
|
366
|
+
"arguments": {}
|
|
367
|
+
}
|
|
368
|
+
],
|
|
424
369
|
"sources": [
|
|
425
370
|
{
|
|
426
371
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
427
372
|
"line": 76,
|
|
428
|
-
"character": 9
|
|
429
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L76"
|
|
373
|
+
"character": 9
|
|
430
374
|
}
|
|
431
375
|
],
|
|
432
376
|
"type": {
|
|
@@ -443,35 +387,25 @@
|
|
|
443
387
|
"isPublic": true
|
|
444
388
|
},
|
|
445
389
|
"comment": {
|
|
446
|
-
"
|
|
447
|
-
{
|
|
448
|
-
"kind": "text",
|
|
449
|
-
"text": "The HTML element ID of the element that labels the\ncolorpicker. This sets the colorpicker's "
|
|
450
|
-
},
|
|
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
|
-
]
|
|
390
|
+
"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."
|
|
468
391
|
},
|
|
392
|
+
"decorators": [
|
|
393
|
+
{
|
|
394
|
+
"name": "Input",
|
|
395
|
+
"type": {
|
|
396
|
+
"type": "reference",
|
|
397
|
+
"qualifiedName": "InputDecorator",
|
|
398
|
+
"package": "@angular/core",
|
|
399
|
+
"name": "Input"
|
|
400
|
+
},
|
|
401
|
+
"arguments": {}
|
|
402
|
+
}
|
|
403
|
+
],
|
|
469
404
|
"sources": [
|
|
470
405
|
{
|
|
471
406
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
472
407
|
"line": 85,
|
|
473
|
-
"character": 9
|
|
474
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L85"
|
|
408
|
+
"character": 9
|
|
475
409
|
}
|
|
476
410
|
],
|
|
477
411
|
"type": {
|
|
@@ -491,8 +425,7 @@
|
|
|
491
425
|
{
|
|
492
426
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
493
427
|
"line": 221,
|
|
494
|
-
"character": 9
|
|
495
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L221"
|
|
428
|
+
"character": 9
|
|
496
429
|
}
|
|
497
430
|
],
|
|
498
431
|
"type": {
|
|
@@ -509,27 +442,25 @@
|
|
|
509
442
|
"isPublic": true
|
|
510
443
|
},
|
|
511
444
|
"comment": {
|
|
512
|
-
"
|
|
513
|
-
{
|
|
514
|
-
"kind": "text",
|
|
515
|
-
"text": "The observable to send commands to the colorpicker. The commands should\nrespect the "
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"kind": "code",
|
|
519
|
-
"text": "`SkyColorPickerMessage`"
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"kind": "text",
|
|
523
|
-
"text": " type."
|
|
524
|
-
}
|
|
525
|
-
]
|
|
445
|
+
"shortText": "The observable to send commands to the colorpicker. The commands should\nrespect the `SkyColorPickerMessage` type."
|
|
526
446
|
},
|
|
447
|
+
"decorators": [
|
|
448
|
+
{
|
|
449
|
+
"name": "Input",
|
|
450
|
+
"type": {
|
|
451
|
+
"type": "reference",
|
|
452
|
+
"qualifiedName": "InputDecorator",
|
|
453
|
+
"package": "@angular/core",
|
|
454
|
+
"name": "Input"
|
|
455
|
+
},
|
|
456
|
+
"arguments": {}
|
|
457
|
+
}
|
|
458
|
+
],
|
|
527
459
|
"sources": [
|
|
528
460
|
{
|
|
529
461
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
530
462
|
"line": 104,
|
|
531
|
-
"character": 9
|
|
532
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L104"
|
|
463
|
+
"character": 9
|
|
533
464
|
}
|
|
534
465
|
],
|
|
535
466
|
"type": {
|
|
@@ -541,9 +472,9 @@
|
|
|
541
472
|
"name": "SkyColorpickerMessage"
|
|
542
473
|
}
|
|
543
474
|
],
|
|
544
|
-
"name": "Subject",
|
|
545
475
|
"qualifiedName": "Subject",
|
|
546
|
-
"package": "rxjs"
|
|
476
|
+
"package": "rxjs",
|
|
477
|
+
"name": "Subject"
|
|
547
478
|
},
|
|
548
479
|
"defaultValue": "..."
|
|
549
480
|
},
|
|
@@ -559,8 +490,7 @@
|
|
|
559
490
|
{
|
|
560
491
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
561
492
|
"line": 219,
|
|
562
|
-
"character": 9
|
|
563
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L219"
|
|
493
|
+
"character": 9
|
|
564
494
|
}
|
|
565
495
|
],
|
|
566
496
|
"type": {
|
|
@@ -577,19 +507,25 @@
|
|
|
577
507
|
"isPublic": true
|
|
578
508
|
},
|
|
579
509
|
"comment": {
|
|
580
|
-
"
|
|
581
|
-
{
|
|
582
|
-
"kind": "text",
|
|
583
|
-
"text": "Fires when users select **Apply** in the colorpicker to apply a color."
|
|
584
|
-
}
|
|
585
|
-
]
|
|
510
|
+
"shortText": "Fires when users select **Apply** in the colorpicker to apply a color."
|
|
586
511
|
},
|
|
512
|
+
"decorators": [
|
|
513
|
+
{
|
|
514
|
+
"name": "Output",
|
|
515
|
+
"type": {
|
|
516
|
+
"type": "reference",
|
|
517
|
+
"qualifiedName": "OutputDecorator",
|
|
518
|
+
"package": "@angular/core",
|
|
519
|
+
"name": "Output"
|
|
520
|
+
},
|
|
521
|
+
"arguments": {}
|
|
522
|
+
}
|
|
523
|
+
],
|
|
587
524
|
"sources": [
|
|
588
525
|
{
|
|
589
526
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
590
527
|
"line": 97,
|
|
591
|
-
"character": 9
|
|
592
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L97"
|
|
528
|
+
"character": 9
|
|
593
529
|
}
|
|
594
530
|
],
|
|
595
531
|
"type": {
|
|
@@ -601,9 +537,9 @@
|
|
|
601
537
|
"name": "SkyColorpickerResult"
|
|
602
538
|
}
|
|
603
539
|
],
|
|
604
|
-
"name": "EventEmitter",
|
|
605
540
|
"qualifiedName": "EventEmitter",
|
|
606
|
-
"package": "@angular/core"
|
|
541
|
+
"package": "@angular/core",
|
|
542
|
+
"name": "EventEmitter"
|
|
607
543
|
},
|
|
608
544
|
"defaultValue": "..."
|
|
609
545
|
},
|
|
@@ -616,19 +552,25 @@
|
|
|
616
552
|
"isPublic": true
|
|
617
553
|
},
|
|
618
554
|
"comment": {
|
|
619
|
-
"
|
|
620
|
-
{
|
|
621
|
-
"kind": "text",
|
|
622
|
-
"text": "Fires when users select a color in the colorpicker."
|
|
623
|
-
}
|
|
624
|
-
]
|
|
555
|
+
"shortText": "Fires when users select a color in the colorpicker."
|
|
625
556
|
},
|
|
557
|
+
"decorators": [
|
|
558
|
+
{
|
|
559
|
+
"name": "Output",
|
|
560
|
+
"type": {
|
|
561
|
+
"type": "reference",
|
|
562
|
+
"qualifiedName": "OutputDecorator",
|
|
563
|
+
"package": "@angular/core",
|
|
564
|
+
"name": "Output"
|
|
565
|
+
},
|
|
566
|
+
"arguments": {}
|
|
567
|
+
}
|
|
568
|
+
],
|
|
626
569
|
"sources": [
|
|
627
570
|
{
|
|
628
571
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
629
572
|
"line": 91,
|
|
630
|
-
"character": 9
|
|
631
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L91"
|
|
573
|
+
"character": 9
|
|
632
574
|
}
|
|
633
575
|
],
|
|
634
576
|
"type": {
|
|
@@ -640,9 +582,9 @@
|
|
|
640
582
|
"name": "SkyColorpickerOutput"
|
|
641
583
|
}
|
|
642
584
|
],
|
|
643
|
-
"name": "EventEmitter",
|
|
644
585
|
"qualifiedName": "EventEmitter",
|
|
645
|
-
"package": "@angular/core"
|
|
586
|
+
"package": "@angular/core",
|
|
587
|
+
"name": "EventEmitter"
|
|
646
588
|
},
|
|
647
589
|
"defaultValue": "..."
|
|
648
590
|
},
|
|
@@ -655,19 +597,25 @@
|
|
|
655
597
|
"isPublic": true
|
|
656
598
|
},
|
|
657
599
|
"comment": {
|
|
658
|
-
"
|
|
659
|
-
{
|
|
660
|
-
"kind": "text",
|
|
661
|
-
"text": "Whether to display a reset button to let users return to the default color."
|
|
662
|
-
}
|
|
663
|
-
]
|
|
600
|
+
"shortText": "Whether to display a reset button to let users return to the default color."
|
|
664
601
|
},
|
|
602
|
+
"decorators": [
|
|
603
|
+
{
|
|
604
|
+
"name": "Input",
|
|
605
|
+
"type": {
|
|
606
|
+
"type": "reference",
|
|
607
|
+
"qualifiedName": "InputDecorator",
|
|
608
|
+
"package": "@angular/core",
|
|
609
|
+
"name": "Input"
|
|
610
|
+
},
|
|
611
|
+
"arguments": {}
|
|
612
|
+
}
|
|
613
|
+
],
|
|
665
614
|
"sources": [
|
|
666
615
|
{
|
|
667
616
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
668
617
|
"line": 110,
|
|
669
|
-
"character": 9
|
|
670
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L110"
|
|
618
|
+
"character": 9
|
|
671
619
|
}
|
|
672
620
|
],
|
|
673
621
|
"type": {
|
|
@@ -688,8 +636,7 @@
|
|
|
688
636
|
{
|
|
689
637
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
690
638
|
"line": 218,
|
|
691
|
-
"character": 9
|
|
692
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L218"
|
|
639
|
+
"character": 9
|
|
693
640
|
}
|
|
694
641
|
],
|
|
695
642
|
"type": {
|
|
@@ -709,34 +656,35 @@
|
|
|
709
656
|
{
|
|
710
657
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
711
658
|
"line": 180,
|
|
712
|
-
"character": 13
|
|
713
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L180"
|
|
659
|
+
"character": 13
|
|
714
660
|
}
|
|
715
661
|
],
|
|
716
|
-
"setSignature":
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
"type":
|
|
731
|
-
|
|
662
|
+
"setSignature": [
|
|
663
|
+
{
|
|
664
|
+
"id": 41,
|
|
665
|
+
"name": "alphaAxis",
|
|
666
|
+
"kind": 1048576,
|
|
667
|
+
"kindString": "Set signature",
|
|
668
|
+
"flags": {},
|
|
669
|
+
"parameters": [
|
|
670
|
+
{
|
|
671
|
+
"id": 42,
|
|
672
|
+
"name": "change",
|
|
673
|
+
"kind": 32768,
|
|
674
|
+
"kindString": "Parameter",
|
|
675
|
+
"flags": {},
|
|
676
|
+
"type": {
|
|
677
|
+
"type": "reference",
|
|
678
|
+
"name": "SkyColorpickerChangeAxis"
|
|
679
|
+
}
|
|
732
680
|
}
|
|
681
|
+
],
|
|
682
|
+
"type": {
|
|
683
|
+
"type": "intrinsic",
|
|
684
|
+
"name": "void"
|
|
733
685
|
}
|
|
734
|
-
],
|
|
735
|
-
"type": {
|
|
736
|
-
"type": "intrinsic",
|
|
737
|
-
"name": "void"
|
|
738
686
|
}
|
|
739
|
-
|
|
687
|
+
]
|
|
740
688
|
},
|
|
741
689
|
{
|
|
742
690
|
"id": 43,
|
|
@@ -750,34 +698,35 @@
|
|
|
750
698
|
{
|
|
751
699
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
752
700
|
"line": 191,
|
|
753
|
-
"character": 13
|
|
754
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L191"
|
|
701
|
+
"character": 13
|
|
755
702
|
}
|
|
756
703
|
],
|
|
757
|
-
"setSignature":
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
"type":
|
|
772
|
-
|
|
704
|
+
"setSignature": [
|
|
705
|
+
{
|
|
706
|
+
"id": 44,
|
|
707
|
+
"name": "alphaColor",
|
|
708
|
+
"kind": 1048576,
|
|
709
|
+
"kindString": "Set signature",
|
|
710
|
+
"flags": {},
|
|
711
|
+
"parameters": [
|
|
712
|
+
{
|
|
713
|
+
"id": 45,
|
|
714
|
+
"name": "change",
|
|
715
|
+
"kind": 32768,
|
|
716
|
+
"kindString": "Parameter",
|
|
717
|
+
"flags": {},
|
|
718
|
+
"type": {
|
|
719
|
+
"type": "reference",
|
|
720
|
+
"name": "SkyColorpickerChangeColor"
|
|
721
|
+
}
|
|
773
722
|
}
|
|
723
|
+
],
|
|
724
|
+
"type": {
|
|
725
|
+
"type": "intrinsic",
|
|
726
|
+
"name": "void"
|
|
774
727
|
}
|
|
775
|
-
],
|
|
776
|
-
"type": {
|
|
777
|
-
"type": "intrinsic",
|
|
778
|
-
"name": "void"
|
|
779
728
|
}
|
|
780
|
-
|
|
729
|
+
]
|
|
781
730
|
},
|
|
782
731
|
{
|
|
783
732
|
"id": 24,
|
|
@@ -791,51 +740,48 @@
|
|
|
791
740
|
{
|
|
792
741
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
793
742
|
"line": 121,
|
|
794
|
-
"character": 13
|
|
795
|
-
|
|
796
|
-
|
|
743
|
+
"character": 13
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"getSignature": [
|
|
797
747
|
{
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"
|
|
801
|
-
"
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
"kind": 524288,
|
|
808
|
-
"kindString": "Get signature",
|
|
809
|
-
"flags": {},
|
|
810
|
-
"type": {
|
|
811
|
-
"type": "intrinsic",
|
|
812
|
-
"name": "string"
|
|
748
|
+
"id": 25,
|
|
749
|
+
"name": "backgroundColorForDisplay",
|
|
750
|
+
"kind": 524288,
|
|
751
|
+
"kindString": "Get signature",
|
|
752
|
+
"flags": {},
|
|
753
|
+
"type": {
|
|
754
|
+
"type": "intrinsic",
|
|
755
|
+
"name": "string"
|
|
756
|
+
}
|
|
813
757
|
}
|
|
814
|
-
|
|
815
|
-
"setSignature":
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
"type":
|
|
830
|
-
|
|
758
|
+
],
|
|
759
|
+
"setSignature": [
|
|
760
|
+
{
|
|
761
|
+
"id": 26,
|
|
762
|
+
"name": "backgroundColorForDisplay",
|
|
763
|
+
"kind": 1048576,
|
|
764
|
+
"kindString": "Set signature",
|
|
765
|
+
"flags": {},
|
|
766
|
+
"parameters": [
|
|
767
|
+
{
|
|
768
|
+
"id": 27,
|
|
769
|
+
"name": "value",
|
|
770
|
+
"kind": 32768,
|
|
771
|
+
"kindString": "Parameter",
|
|
772
|
+
"flags": {},
|
|
773
|
+
"type": {
|
|
774
|
+
"type": "intrinsic",
|
|
775
|
+
"name": "string"
|
|
776
|
+
}
|
|
831
777
|
}
|
|
778
|
+
],
|
|
779
|
+
"type": {
|
|
780
|
+
"type": "intrinsic",
|
|
781
|
+
"name": "void"
|
|
832
782
|
}
|
|
833
|
-
],
|
|
834
|
-
"type": {
|
|
835
|
-
"type": "intrinsic",
|
|
836
|
-
"name": "void"
|
|
837
783
|
}
|
|
838
|
-
|
|
784
|
+
]
|
|
839
785
|
},
|
|
840
786
|
{
|
|
841
787
|
"id": 37,
|
|
@@ -849,34 +795,35 @@
|
|
|
849
795
|
{
|
|
850
796
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
851
797
|
"line": 168,
|
|
852
|
-
"character": 13
|
|
853
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L168"
|
|
798
|
+
"character": 13
|
|
854
799
|
}
|
|
855
800
|
],
|
|
856
|
-
"setSignature":
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
"type":
|
|
871
|
-
|
|
801
|
+
"setSignature": [
|
|
802
|
+
{
|
|
803
|
+
"id": 38,
|
|
804
|
+
"name": "blue",
|
|
805
|
+
"kind": 1048576,
|
|
806
|
+
"kindString": "Set signature",
|
|
807
|
+
"flags": {},
|
|
808
|
+
"parameters": [
|
|
809
|
+
{
|
|
810
|
+
"id": 39,
|
|
811
|
+
"name": "change",
|
|
812
|
+
"kind": 32768,
|
|
813
|
+
"kindString": "Parameter",
|
|
814
|
+
"flags": {},
|
|
815
|
+
"type": {
|
|
816
|
+
"type": "reference",
|
|
817
|
+
"name": "SkyColorpickerChangeColor"
|
|
818
|
+
}
|
|
872
819
|
}
|
|
820
|
+
],
|
|
821
|
+
"type": {
|
|
822
|
+
"type": "intrinsic",
|
|
823
|
+
"name": "void"
|
|
873
824
|
}
|
|
874
|
-
],
|
|
875
|
-
"type": {
|
|
876
|
-
"type": "intrinsic",
|
|
877
|
-
"name": "void"
|
|
878
825
|
}
|
|
879
|
-
|
|
826
|
+
]
|
|
880
827
|
},
|
|
881
828
|
{
|
|
882
829
|
"id": 20,
|
|
@@ -890,51 +837,48 @@
|
|
|
890
837
|
{
|
|
891
838
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
892
839
|
"line": 112,
|
|
893
|
-
"character": 13
|
|
894
|
-
|
|
895
|
-
|
|
840
|
+
"character": 13
|
|
841
|
+
}
|
|
842
|
+
],
|
|
843
|
+
"getSignature": [
|
|
896
844
|
{
|
|
897
|
-
"
|
|
898
|
-
"
|
|
899
|
-
"
|
|
900
|
-
"
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
"kind": 524288,
|
|
907
|
-
"kindString": "Get signature",
|
|
908
|
-
"flags": {},
|
|
909
|
-
"type": {
|
|
910
|
-
"type": "intrinsic",
|
|
911
|
-
"name": "boolean"
|
|
845
|
+
"id": 21,
|
|
846
|
+
"name": "disabled",
|
|
847
|
+
"kind": 524288,
|
|
848
|
+
"kindString": "Get signature",
|
|
849
|
+
"flags": {},
|
|
850
|
+
"type": {
|
|
851
|
+
"type": "intrinsic",
|
|
852
|
+
"name": "boolean"
|
|
853
|
+
}
|
|
912
854
|
}
|
|
913
|
-
|
|
914
|
-
"setSignature":
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
"type":
|
|
929
|
-
|
|
855
|
+
],
|
|
856
|
+
"setSignature": [
|
|
857
|
+
{
|
|
858
|
+
"id": 22,
|
|
859
|
+
"name": "disabled",
|
|
860
|
+
"kind": 1048576,
|
|
861
|
+
"kindString": "Set signature",
|
|
862
|
+
"flags": {},
|
|
863
|
+
"parameters": [
|
|
864
|
+
{
|
|
865
|
+
"id": 23,
|
|
866
|
+
"name": "value",
|
|
867
|
+
"kind": 32768,
|
|
868
|
+
"kindString": "Parameter",
|
|
869
|
+
"flags": {},
|
|
870
|
+
"type": {
|
|
871
|
+
"type": "intrinsic",
|
|
872
|
+
"name": "boolean"
|
|
873
|
+
}
|
|
930
874
|
}
|
|
875
|
+
],
|
|
876
|
+
"type": {
|
|
877
|
+
"type": "intrinsic",
|
|
878
|
+
"name": "void"
|
|
931
879
|
}
|
|
932
|
-
],
|
|
933
|
-
"type": {
|
|
934
|
-
"type": "intrinsic",
|
|
935
|
-
"name": "void"
|
|
936
880
|
}
|
|
937
|
-
|
|
881
|
+
]
|
|
938
882
|
},
|
|
939
883
|
{
|
|
940
884
|
"id": 34,
|
|
@@ -948,34 +892,35 @@
|
|
|
948
892
|
{
|
|
949
893
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
950
894
|
"line": 156,
|
|
951
|
-
"character": 13
|
|
952
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L156"
|
|
895
|
+
"character": 13
|
|
953
896
|
}
|
|
954
897
|
],
|
|
955
|
-
"setSignature":
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
"type":
|
|
970
|
-
|
|
898
|
+
"setSignature": [
|
|
899
|
+
{
|
|
900
|
+
"id": 35,
|
|
901
|
+
"name": "green",
|
|
902
|
+
"kind": 1048576,
|
|
903
|
+
"kindString": "Set signature",
|
|
904
|
+
"flags": {},
|
|
905
|
+
"parameters": [
|
|
906
|
+
{
|
|
907
|
+
"id": 36,
|
|
908
|
+
"name": "change",
|
|
909
|
+
"kind": 32768,
|
|
910
|
+
"kindString": "Parameter",
|
|
911
|
+
"flags": {},
|
|
912
|
+
"type": {
|
|
913
|
+
"type": "reference",
|
|
914
|
+
"name": "SkyColorpickerChangeColor"
|
|
915
|
+
}
|
|
971
916
|
}
|
|
917
|
+
],
|
|
918
|
+
"type": {
|
|
919
|
+
"type": "intrinsic",
|
|
920
|
+
"name": "void"
|
|
972
921
|
}
|
|
973
|
-
],
|
|
974
|
-
"type": {
|
|
975
|
-
"type": "intrinsic",
|
|
976
|
-
"name": "void"
|
|
977
922
|
}
|
|
978
|
-
|
|
923
|
+
]
|
|
979
924
|
},
|
|
980
925
|
{
|
|
981
926
|
"id": 46,
|
|
@@ -989,34 +934,35 @@
|
|
|
989
934
|
{
|
|
990
935
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
991
936
|
"line": 200,
|
|
992
|
-
"character": 13
|
|
993
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L200"
|
|
937
|
+
"character": 13
|
|
994
938
|
}
|
|
995
939
|
],
|
|
996
|
-
"setSignature":
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
"type":
|
|
1011
|
-
|
|
940
|
+
"setSignature": [
|
|
941
|
+
{
|
|
942
|
+
"id": 47,
|
|
943
|
+
"name": "hex",
|
|
944
|
+
"kind": 1048576,
|
|
945
|
+
"kindString": "Set signature",
|
|
946
|
+
"flags": {},
|
|
947
|
+
"parameters": [
|
|
948
|
+
{
|
|
949
|
+
"id": 48,
|
|
950
|
+
"name": "change",
|
|
951
|
+
"kind": 32768,
|
|
952
|
+
"kindString": "Parameter",
|
|
953
|
+
"flags": {},
|
|
954
|
+
"type": {
|
|
955
|
+
"type": "reference",
|
|
956
|
+
"name": "SkyColorpickerChangeColor"
|
|
957
|
+
}
|
|
1012
958
|
}
|
|
959
|
+
],
|
|
960
|
+
"type": {
|
|
961
|
+
"type": "intrinsic",
|
|
962
|
+
"name": "void"
|
|
1013
963
|
}
|
|
1014
|
-
],
|
|
1015
|
-
"type": {
|
|
1016
|
-
"type": "intrinsic",
|
|
1017
|
-
"name": "void"
|
|
1018
964
|
}
|
|
1019
|
-
|
|
965
|
+
]
|
|
1020
966
|
},
|
|
1021
967
|
{
|
|
1022
968
|
"id": 28,
|
|
@@ -1030,34 +976,35 @@
|
|
|
1030
976
|
{
|
|
1031
977
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1032
978
|
"line": 133,
|
|
1033
|
-
"character": 13
|
|
1034
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L133"
|
|
979
|
+
"character": 13
|
|
1035
980
|
}
|
|
1036
981
|
],
|
|
1037
|
-
"setSignature":
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
"type":
|
|
1052
|
-
|
|
982
|
+
"setSignature": [
|
|
983
|
+
{
|
|
984
|
+
"id": 29,
|
|
985
|
+
"name": "hue",
|
|
986
|
+
"kind": 1048576,
|
|
987
|
+
"kindString": "Set signature",
|
|
988
|
+
"flags": {},
|
|
989
|
+
"parameters": [
|
|
990
|
+
{
|
|
991
|
+
"id": 30,
|
|
992
|
+
"name": "change",
|
|
993
|
+
"kind": 32768,
|
|
994
|
+
"kindString": "Parameter",
|
|
995
|
+
"flags": {},
|
|
996
|
+
"type": {
|
|
997
|
+
"type": "reference",
|
|
998
|
+
"name": "SkyColorpickerChangeAxis"
|
|
999
|
+
}
|
|
1053
1000
|
}
|
|
1001
|
+
],
|
|
1002
|
+
"type": {
|
|
1003
|
+
"type": "intrinsic",
|
|
1004
|
+
"name": "void"
|
|
1054
1005
|
}
|
|
1055
|
-
],
|
|
1056
|
-
"type": {
|
|
1057
|
-
"type": "intrinsic",
|
|
1058
|
-
"name": "void"
|
|
1059
1006
|
}
|
|
1060
|
-
|
|
1007
|
+
]
|
|
1061
1008
|
},
|
|
1062
1009
|
{
|
|
1063
1010
|
"id": 31,
|
|
@@ -1071,34 +1018,35 @@
|
|
|
1071
1018
|
{
|
|
1072
1019
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1073
1020
|
"line": 144,
|
|
1074
|
-
"character": 13
|
|
1075
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L144"
|
|
1021
|
+
"character": 13
|
|
1076
1022
|
}
|
|
1077
1023
|
],
|
|
1078
|
-
"setSignature":
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
"type":
|
|
1093
|
-
|
|
1024
|
+
"setSignature": [
|
|
1025
|
+
{
|
|
1026
|
+
"id": 32,
|
|
1027
|
+
"name": "red",
|
|
1028
|
+
"kind": 1048576,
|
|
1029
|
+
"kindString": "Set signature",
|
|
1030
|
+
"flags": {},
|
|
1031
|
+
"parameters": [
|
|
1032
|
+
{
|
|
1033
|
+
"id": 33,
|
|
1034
|
+
"name": "change",
|
|
1035
|
+
"kind": 32768,
|
|
1036
|
+
"kindString": "Parameter",
|
|
1037
|
+
"flags": {},
|
|
1038
|
+
"type": {
|
|
1039
|
+
"type": "reference",
|
|
1040
|
+
"name": "SkyColorpickerChangeColor"
|
|
1041
|
+
}
|
|
1094
1042
|
}
|
|
1043
|
+
],
|
|
1044
|
+
"type": {
|
|
1045
|
+
"type": "intrinsic",
|
|
1046
|
+
"name": "void"
|
|
1095
1047
|
}
|
|
1096
|
-
],
|
|
1097
|
-
"type": {
|
|
1098
|
-
"type": "intrinsic",
|
|
1099
|
-
"name": "void"
|
|
1100
1048
|
}
|
|
1101
|
-
|
|
1049
|
+
]
|
|
1102
1050
|
},
|
|
1103
1051
|
{
|
|
1104
1052
|
"id": 49,
|
|
@@ -1112,34 +1060,35 @@
|
|
|
1112
1060
|
{
|
|
1113
1061
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1114
1062
|
"line": 204,
|
|
1115
|
-
"character": 13
|
|
1116
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L204"
|
|
1063
|
+
"character": 13
|
|
1117
1064
|
}
|
|
1118
1065
|
],
|
|
1119
|
-
"setSignature":
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
"type":
|
|
1134
|
-
|
|
1066
|
+
"setSignature": [
|
|
1067
|
+
{
|
|
1068
|
+
"id": 50,
|
|
1069
|
+
"name": "saturationAndLightness",
|
|
1070
|
+
"kind": 1048576,
|
|
1071
|
+
"kindString": "Set signature",
|
|
1072
|
+
"flags": {},
|
|
1073
|
+
"parameters": [
|
|
1074
|
+
{
|
|
1075
|
+
"id": 51,
|
|
1076
|
+
"name": "value",
|
|
1077
|
+
"kind": 32768,
|
|
1078
|
+
"kindString": "Parameter",
|
|
1079
|
+
"flags": {},
|
|
1080
|
+
"type": {
|
|
1081
|
+
"type": "reference",
|
|
1082
|
+
"name": "SkyColorpickerChangeAxis"
|
|
1083
|
+
}
|
|
1135
1084
|
}
|
|
1085
|
+
],
|
|
1086
|
+
"type": {
|
|
1087
|
+
"type": "intrinsic",
|
|
1088
|
+
"name": "void"
|
|
1136
1089
|
}
|
|
1137
|
-
],
|
|
1138
|
-
"type": {
|
|
1139
|
-
"type": "intrinsic",
|
|
1140
|
-
"name": "void"
|
|
1141
1090
|
}
|
|
1142
|
-
|
|
1091
|
+
]
|
|
1143
1092
|
},
|
|
1144
1093
|
{
|
|
1145
1094
|
"id": 112,
|
|
@@ -1153,8 +1102,7 @@
|
|
|
1153
1102
|
{
|
|
1154
1103
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1155
1104
|
"line": 399,
|
|
1156
|
-
"character": 9
|
|
1157
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L399"
|
|
1105
|
+
"character": 9
|
|
1158
1106
|
}
|
|
1159
1107
|
],
|
|
1160
1108
|
"signatures": [
|
|
@@ -1183,8 +1131,7 @@
|
|
|
1183
1131
|
{
|
|
1184
1132
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1185
1133
|
"line": 387,
|
|
1186
|
-
"character": 9
|
|
1187
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L387"
|
|
1134
|
+
"character": 9
|
|
1188
1135
|
}
|
|
1189
1136
|
],
|
|
1190
1137
|
"signatures": [
|
|
@@ -1221,8 +1168,7 @@
|
|
|
1221
1168
|
{
|
|
1222
1169
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1223
1170
|
"line": 358,
|
|
1224
|
-
"character": 9
|
|
1225
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L358"
|
|
1171
|
+
"character": 9
|
|
1226
1172
|
}
|
|
1227
1173
|
],
|
|
1228
1174
|
"signatures": [
|
|
@@ -1259,8 +1205,7 @@
|
|
|
1259
1205
|
{
|
|
1260
1206
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1261
1207
|
"line": 407,
|
|
1262
|
-
"character": 9
|
|
1263
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L407"
|
|
1208
|
+
"character": 9
|
|
1264
1209
|
}
|
|
1265
1210
|
],
|
|
1266
1211
|
"signatures": [
|
|
@@ -1289,8 +1234,7 @@
|
|
|
1289
1234
|
{
|
|
1290
1235
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1291
1236
|
"line": 419,
|
|
1292
|
-
"character": 9
|
|
1293
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L419"
|
|
1237
|
+
"character": 9
|
|
1294
1238
|
}
|
|
1295
1239
|
],
|
|
1296
1240
|
"signatures": [
|
|
@@ -1319,8 +1263,7 @@
|
|
|
1319
1263
|
{
|
|
1320
1264
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1321
1265
|
"line": 425,
|
|
1322
|
-
"character": 9
|
|
1323
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L425"
|
|
1266
|
+
"character": 9
|
|
1324
1267
|
}
|
|
1325
1268
|
],
|
|
1326
1269
|
"signatures": [
|
|
@@ -1362,8 +1305,7 @@
|
|
|
1362
1305
|
{
|
|
1363
1306
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1364
1307
|
"line": 429,
|
|
1365
|
-
"character": 9
|
|
1366
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L429"
|
|
1308
|
+
"character": 9
|
|
1367
1309
|
}
|
|
1368
1310
|
],
|
|
1369
1311
|
"signatures": [
|
|
@@ -1392,8 +1334,7 @@
|
|
|
1392
1334
|
{
|
|
1393
1335
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1394
1336
|
"line": 395,
|
|
1395
|
-
"character": 9
|
|
1396
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L395"
|
|
1337
|
+
"character": 9
|
|
1397
1338
|
}
|
|
1398
1339
|
],
|
|
1399
1340
|
"signatures": [
|
|
@@ -1422,8 +1363,7 @@
|
|
|
1422
1363
|
{
|
|
1423
1364
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1424
1365
|
"line": 336,
|
|
1425
|
-
"character": 9
|
|
1426
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L336"
|
|
1366
|
+
"character": 9
|
|
1427
1367
|
}
|
|
1428
1368
|
],
|
|
1429
1369
|
"signatures": [
|
|
@@ -1512,8 +1452,7 @@
|
|
|
1512
1452
|
{
|
|
1513
1453
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1514
1454
|
"line": 433,
|
|
1515
|
-
"character": 9
|
|
1516
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L433"
|
|
1455
|
+
"character": 9
|
|
1517
1456
|
}
|
|
1518
1457
|
],
|
|
1519
1458
|
"signatures": [
|
|
@@ -1547,12 +1486,14 @@
|
|
|
1547
1486
|
"groups": [
|
|
1548
1487
|
{
|
|
1549
1488
|
"title": "Constructors",
|
|
1489
|
+
"kind": 512,
|
|
1550
1490
|
"children": [
|
|
1551
1491
|
4
|
|
1552
1492
|
]
|
|
1553
1493
|
},
|
|
1554
1494
|
{
|
|
1555
1495
|
"title": "Properties",
|
|
1496
|
+
"kind": 1024,
|
|
1556
1497
|
"children": [
|
|
1557
1498
|
54,
|
|
1558
1499
|
56,
|
|
@@ -1569,6 +1510,7 @@
|
|
|
1569
1510
|
},
|
|
1570
1511
|
{
|
|
1571
1512
|
"title": "Accessors",
|
|
1513
|
+
"kind": 262144,
|
|
1572
1514
|
"children": [
|
|
1573
1515
|
40,
|
|
1574
1516
|
43,
|
|
@@ -1584,6 +1526,7 @@
|
|
|
1584
1526
|
},
|
|
1585
1527
|
{
|
|
1586
1528
|
"title": "Methods",
|
|
1529
|
+
"kind": 2048,
|
|
1587
1530
|
"children": [
|
|
1588
1531
|
112,
|
|
1589
1532
|
108,
|
|
@@ -1602,22 +1545,21 @@
|
|
|
1602
1545
|
{
|
|
1603
1546
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1604
1547
|
"line": 54,
|
|
1605
|
-
"character": 13
|
|
1606
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker.component.ts#L54"
|
|
1548
|
+
"character": 13
|
|
1607
1549
|
}
|
|
1608
1550
|
],
|
|
1609
1551
|
"implementedTypes": [
|
|
1610
1552
|
{
|
|
1611
1553
|
"type": "reference",
|
|
1612
|
-
"name": "OnInit",
|
|
1613
1554
|
"qualifiedName": "OnInit",
|
|
1614
|
-
"package": "@angular/core"
|
|
1555
|
+
"package": "@angular/core",
|
|
1556
|
+
"name": "OnInit"
|
|
1615
1557
|
},
|
|
1616
1558
|
{
|
|
1617
1559
|
"type": "reference",
|
|
1618
|
-
"name": "OnDestroy",
|
|
1619
1560
|
"qualifiedName": "OnDestroy",
|
|
1620
|
-
"package": "@angular/core"
|
|
1561
|
+
"package": "@angular/core",
|
|
1562
|
+
"name": "OnDestroy"
|
|
1621
1563
|
}
|
|
1622
1564
|
]
|
|
1623
1565
|
},
|
|
@@ -1628,13 +1570,22 @@
|
|
|
1628
1570
|
"kindString": "Class",
|
|
1629
1571
|
"flags": {},
|
|
1630
1572
|
"comment": {
|
|
1631
|
-
"
|
|
1632
|
-
{
|
|
1633
|
-
"kind": "text",
|
|
1634
|
-
"text": "Creates the colorpicker element and dropdown."
|
|
1635
|
-
}
|
|
1636
|
-
]
|
|
1573
|
+
"shortText": "Creates the colorpicker element and dropdown."
|
|
1637
1574
|
},
|
|
1575
|
+
"decorators": [
|
|
1576
|
+
{
|
|
1577
|
+
"name": "Directive",
|
|
1578
|
+
"type": {
|
|
1579
|
+
"type": "reference",
|
|
1580
|
+
"qualifiedName": "DirectiveDecorator",
|
|
1581
|
+
"package": "@angular/core",
|
|
1582
|
+
"name": "Directive"
|
|
1583
|
+
},
|
|
1584
|
+
"arguments": {
|
|
1585
|
+
"obj": "{\n selector: '[skyColorpickerInput]',\n providers: [SKY_COLORPICKER_VALUE_ACCESSOR, SKY_COLORPICKER_VALIDATOR],\n}"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
],
|
|
1638
1589
|
"children": [
|
|
1639
1590
|
{
|
|
1640
1591
|
"id": 157,
|
|
@@ -1646,8 +1597,7 @@
|
|
|
1646
1597
|
{
|
|
1647
1598
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
1648
1599
|
"line": 146,
|
|
1649
|
-
"character": 2
|
|
1650
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L146"
|
|
1600
|
+
"character": 2
|
|
1651
1601
|
}
|
|
1652
1602
|
],
|
|
1653
1603
|
"signatures": [
|
|
@@ -1672,9 +1622,9 @@
|
|
|
1672
1622
|
"name": "any"
|
|
1673
1623
|
}
|
|
1674
1624
|
],
|
|
1675
|
-
"name": "ElementRef",
|
|
1676
1625
|
"qualifiedName": "ElementRef",
|
|
1677
|
-
"package": "@angular/core"
|
|
1626
|
+
"package": "@angular/core",
|
|
1627
|
+
"name": "ElementRef"
|
|
1678
1628
|
}
|
|
1679
1629
|
},
|
|
1680
1630
|
{
|
|
@@ -1685,9 +1635,9 @@
|
|
|
1685
1635
|
"flags": {},
|
|
1686
1636
|
"type": {
|
|
1687
1637
|
"type": "reference",
|
|
1688
|
-
"name": "Renderer2",
|
|
1689
1638
|
"qualifiedName": "Renderer2",
|
|
1690
|
-
"package": "@angular/core"
|
|
1639
|
+
"package": "@angular/core",
|
|
1640
|
+
"name": "Renderer2"
|
|
1691
1641
|
}
|
|
1692
1642
|
},
|
|
1693
1643
|
{
|
|
@@ -1720,9 +1670,9 @@
|
|
|
1720
1670
|
"flags": {},
|
|
1721
1671
|
"type": {
|
|
1722
1672
|
"type": "reference",
|
|
1723
|
-
"name": "Injector",
|
|
1724
1673
|
"qualifiedName": "Injector",
|
|
1725
|
-
"package": "@angular/core"
|
|
1674
|
+
"package": "@angular/core",
|
|
1675
|
+
"name": "Injector"
|
|
1726
1676
|
}
|
|
1727
1677
|
}
|
|
1728
1678
|
],
|
|
@@ -1743,19 +1693,25 @@
|
|
|
1743
1693
|
"isPublic": true
|
|
1744
1694
|
},
|
|
1745
1695
|
"comment": {
|
|
1746
|
-
"
|
|
1747
|
-
{
|
|
1748
|
-
"kind": "text",
|
|
1749
|
-
"text": "Whether to display a transparency slider for users to select transparency\nlevels."
|
|
1750
|
-
}
|
|
1751
|
-
]
|
|
1696
|
+
"shortText": "Whether to display a transparency slider for users to select transparency\nlevels."
|
|
1752
1697
|
},
|
|
1698
|
+
"decorators": [
|
|
1699
|
+
{
|
|
1700
|
+
"name": "Input",
|
|
1701
|
+
"type": {
|
|
1702
|
+
"type": "reference",
|
|
1703
|
+
"qualifiedName": "InputDecorator",
|
|
1704
|
+
"package": "@angular/core",
|
|
1705
|
+
"name": "Input"
|
|
1706
|
+
},
|
|
1707
|
+
"arguments": {}
|
|
1708
|
+
}
|
|
1709
|
+
],
|
|
1753
1710
|
"sources": [
|
|
1754
1711
|
{
|
|
1755
1712
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
1756
1713
|
"line": 123,
|
|
1757
|
-
"character": 9
|
|
1758
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L123"
|
|
1714
|
+
"character": 9
|
|
1759
1715
|
}
|
|
1760
1716
|
],
|
|
1761
1717
|
"type": {
|
|
@@ -1773,30 +1729,31 @@
|
|
|
1773
1729
|
"isPublic": true
|
|
1774
1730
|
},
|
|
1775
1731
|
"comment": {
|
|
1776
|
-
"
|
|
1732
|
+
"shortText": "The type of transparency in the transparency slider.",
|
|
1733
|
+
"tags": [
|
|
1777
1734
|
{
|
|
1778
|
-
"
|
|
1779
|
-
"text": "
|
|
1780
|
-
}
|
|
1781
|
-
],
|
|
1782
|
-
"blockTags": [
|
|
1783
|
-
{
|
|
1784
|
-
"tag": "@default",
|
|
1785
|
-
"content": [
|
|
1786
|
-
{
|
|
1787
|
-
"kind": "text",
|
|
1788
|
-
"text": "\"hex6\""
|
|
1789
|
-
}
|
|
1790
|
-
]
|
|
1735
|
+
"tag": "default",
|
|
1736
|
+
"text": "\"hex6\"\n"
|
|
1791
1737
|
}
|
|
1792
1738
|
]
|
|
1793
1739
|
},
|
|
1740
|
+
"decorators": [
|
|
1741
|
+
{
|
|
1742
|
+
"name": "Input",
|
|
1743
|
+
"type": {
|
|
1744
|
+
"type": "reference",
|
|
1745
|
+
"qualifiedName": "InputDecorator",
|
|
1746
|
+
"package": "@angular/core",
|
|
1747
|
+
"name": "Input"
|
|
1748
|
+
},
|
|
1749
|
+
"arguments": {}
|
|
1750
|
+
}
|
|
1751
|
+
],
|
|
1794
1752
|
"sources": [
|
|
1795
1753
|
{
|
|
1796
1754
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
1797
1755
|
"line": 116,
|
|
1798
|
-
"character": 9
|
|
1799
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L116"
|
|
1756
|
+
"character": 9
|
|
1800
1757
|
}
|
|
1801
1758
|
],
|
|
1802
1759
|
"type": {
|
|
@@ -1814,54 +1771,31 @@
|
|
|
1814
1771
|
"isPublic": true
|
|
1815
1772
|
},
|
|
1816
1773
|
"comment": {
|
|
1817
|
-
"
|
|
1774
|
+
"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.",
|
|
1775
|
+
"tags": [
|
|
1818
1776
|
{
|
|
1819
|
-
"
|
|
1820
|
-
"text": "
|
|
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
|
-
]
|
|
1777
|
+
"tag": "default",
|
|
1778
|
+
"text": "\"rgba\"\n"
|
|
1856
1779
|
}
|
|
1857
1780
|
]
|
|
1858
1781
|
},
|
|
1782
|
+
"decorators": [
|
|
1783
|
+
{
|
|
1784
|
+
"name": "Input",
|
|
1785
|
+
"type": {
|
|
1786
|
+
"type": "reference",
|
|
1787
|
+
"qualifiedName": "InputDecorator",
|
|
1788
|
+
"package": "@angular/core",
|
|
1789
|
+
"name": "Input"
|
|
1790
|
+
},
|
|
1791
|
+
"arguments": {}
|
|
1792
|
+
}
|
|
1793
|
+
],
|
|
1859
1794
|
"sources": [
|
|
1860
1795
|
{
|
|
1861
1796
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
1862
1797
|
"line": 102,
|
|
1863
|
-
"character": 9
|
|
1864
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L102"
|
|
1798
|
+
"character": 9
|
|
1865
1799
|
}
|
|
1866
1800
|
],
|
|
1867
1801
|
"type": {
|
|
@@ -1879,19 +1813,25 @@
|
|
|
1879
1813
|
"isPublic": true
|
|
1880
1814
|
},
|
|
1881
1815
|
"comment": {
|
|
1882
|
-
"
|
|
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
|
-
]
|
|
1816
|
+
"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."
|
|
1888
1817
|
},
|
|
1818
|
+
"decorators": [
|
|
1819
|
+
{
|
|
1820
|
+
"name": "Input",
|
|
1821
|
+
"type": {
|
|
1822
|
+
"type": "reference",
|
|
1823
|
+
"qualifiedName": "InputDecorator",
|
|
1824
|
+
"package": "@angular/core",
|
|
1825
|
+
"name": "Input"
|
|
1826
|
+
},
|
|
1827
|
+
"arguments": {}
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1889
1830
|
"sources": [
|
|
1890
1831
|
{
|
|
1891
1832
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
1892
1833
|
"line": 109,
|
|
1893
|
-
"character": 9
|
|
1894
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L109"
|
|
1834
|
+
"character": 9
|
|
1895
1835
|
}
|
|
1896
1836
|
],
|
|
1897
1837
|
"type": {
|
|
@@ -1912,34 +1852,35 @@
|
|
|
1912
1852
|
"isPublic": true
|
|
1913
1853
|
},
|
|
1914
1854
|
"comment": {
|
|
1915
|
-
"
|
|
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": [
|
|
1855
|
+
"shortText": "This property is deprecated and does not affect the colorpicker.\nWe recommend against using it.",
|
|
1856
|
+
"tags": [
|
|
1922
1857
|
{
|
|
1923
|
-
"tag": "
|
|
1924
|
-
"
|
|
1858
|
+
"tag": "deprecated",
|
|
1859
|
+
"text": ""
|
|
1925
1860
|
},
|
|
1926
1861
|
{
|
|
1927
|
-
"tag": "
|
|
1928
|
-
"
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "text",
|
|
1931
|
-
"text": "\"rgba\""
|
|
1932
|
-
}
|
|
1933
|
-
]
|
|
1862
|
+
"tag": "default",
|
|
1863
|
+
"text": "\"rgba\"\n"
|
|
1934
1864
|
}
|
|
1935
1865
|
]
|
|
1936
1866
|
},
|
|
1867
|
+
"decorators": [
|
|
1868
|
+
{
|
|
1869
|
+
"name": "Input",
|
|
1870
|
+
"type": {
|
|
1871
|
+
"type": "reference",
|
|
1872
|
+
"qualifiedName": "InputDecorator",
|
|
1873
|
+
"package": "@angular/core",
|
|
1874
|
+
"name": "Input"
|
|
1875
|
+
},
|
|
1876
|
+
"arguments": {}
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1937
1879
|
"sources": [
|
|
1938
1880
|
{
|
|
1939
1881
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
1940
1882
|
"line": 92,
|
|
1941
|
-
"character": 9
|
|
1942
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L92"
|
|
1883
|
+
"character": 9
|
|
1943
1884
|
}
|
|
1944
1885
|
],
|
|
1945
1886
|
"type": {
|
|
@@ -1957,57 +1898,31 @@
|
|
|
1957
1898
|
"isPublic": true
|
|
1958
1899
|
},
|
|
1959
1900
|
"comment": {
|
|
1960
|
-
"
|
|
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": [
|
|
1901
|
+
"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.",
|
|
1902
|
+
"tags": [
|
|
1999
1903
|
{
|
|
2000
|
-
"tag": "
|
|
2001
|
-
"
|
|
1904
|
+
"tag": "required",
|
|
1905
|
+
"text": "\n"
|
|
2002
1906
|
}
|
|
2003
1907
|
]
|
|
2004
1908
|
},
|
|
1909
|
+
"decorators": [
|
|
1910
|
+
{
|
|
1911
|
+
"name": "Input",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"type": "reference",
|
|
1914
|
+
"qualifiedName": "InputDecorator",
|
|
1915
|
+
"package": "@angular/core",
|
|
1916
|
+
"name": "Input"
|
|
1917
|
+
},
|
|
1918
|
+
"arguments": {}
|
|
1919
|
+
}
|
|
1920
|
+
],
|
|
2005
1921
|
"sources": [
|
|
2006
1922
|
{
|
|
2007
1923
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2008
1924
|
"line": 62,
|
|
2009
|
-
"character": 9
|
|
2010
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L62"
|
|
1925
|
+
"character": 9
|
|
2011
1926
|
}
|
|
2012
1927
|
],
|
|
2013
1928
|
"type": {
|
|
@@ -2024,85 +1939,82 @@
|
|
|
2024
1939
|
"flags": {
|
|
2025
1940
|
"isPublic": true
|
|
2026
1941
|
},
|
|
1942
|
+
"decorators": [
|
|
1943
|
+
{
|
|
1944
|
+
"name": "Input",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"type": "reference",
|
|
1947
|
+
"qualifiedName": "InputDecorator",
|
|
1948
|
+
"package": "@angular/core",
|
|
1949
|
+
"name": "Input"
|
|
1950
|
+
},
|
|
1951
|
+
"arguments": {}
|
|
1952
|
+
}
|
|
1953
|
+
],
|
|
2027
1954
|
"sources": [
|
|
2028
1955
|
{
|
|
2029
1956
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2030
1957
|
"line": 72,
|
|
2031
|
-
"character": 13
|
|
2032
|
-
|
|
2033
|
-
|
|
1958
|
+
"character": 13
|
|
1959
|
+
}
|
|
1960
|
+
],
|
|
1961
|
+
"getSignature": [
|
|
2034
1962
|
{
|
|
2035
|
-
"
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
"
|
|
1963
|
+
"id": 166,
|
|
1964
|
+
"name": "initialColor",
|
|
1965
|
+
"kind": 524288,
|
|
1966
|
+
"kindString": "Get signature",
|
|
1967
|
+
"flags": {},
|
|
1968
|
+
"comment": {
|
|
1969
|
+
"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.",
|
|
1970
|
+
"tags": [
|
|
1971
|
+
{
|
|
1972
|
+
"tag": "deprecated",
|
|
1973
|
+
"text": "\n"
|
|
1974
|
+
}
|
|
1975
|
+
]
|
|
1976
|
+
},
|
|
1977
|
+
"type": {
|
|
1978
|
+
"type": "intrinsic",
|
|
1979
|
+
"name": "string"
|
|
1980
|
+
}
|
|
2050
1981
|
}
|
|
2051
|
-
|
|
2052
|
-
"setSignature":
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
"
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
"kind": "text",
|
|
2070
|
-
"text": " property on reactive forms or "
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"kind": "code",
|
|
2074
|
-
"text": "`ngModel`"
|
|
2075
|
-
},
|
|
1982
|
+
],
|
|
1983
|
+
"setSignature": [
|
|
1984
|
+
{
|
|
1985
|
+
"id": 167,
|
|
1986
|
+
"name": "initialColor",
|
|
1987
|
+
"kind": 1048576,
|
|
1988
|
+
"kindString": "Set signature",
|
|
1989
|
+
"flags": {},
|
|
1990
|
+
"comment": {
|
|
1991
|
+
"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.",
|
|
1992
|
+
"tags": [
|
|
1993
|
+
{
|
|
1994
|
+
"tag": "deprecated",
|
|
1995
|
+
"text": "\n"
|
|
1996
|
+
}
|
|
1997
|
+
]
|
|
1998
|
+
},
|
|
1999
|
+
"parameters": [
|
|
2076
2000
|
{
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2001
|
+
"id": 168,
|
|
2002
|
+
"name": "value",
|
|
2003
|
+
"kind": 32768,
|
|
2004
|
+
"kindString": "Parameter",
|
|
2005
|
+
"flags": {},
|
|
2006
|
+
"type": {
|
|
2007
|
+
"type": "intrinsic",
|
|
2008
|
+
"name": "string"
|
|
2009
|
+
}
|
|
2079
2010
|
}
|
|
2080
2011
|
],
|
|
2081
|
-
"
|
|
2082
|
-
|
|
2083
|
-
|
|
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
|
-
}
|
|
2012
|
+
"type": {
|
|
2013
|
+
"type": "intrinsic",
|
|
2014
|
+
"name": "void"
|
|
2099
2015
|
}
|
|
2100
|
-
],
|
|
2101
|
-
"type": {
|
|
2102
|
-
"type": "intrinsic",
|
|
2103
|
-
"name": "void"
|
|
2104
2016
|
}
|
|
2105
|
-
|
|
2017
|
+
]
|
|
2106
2018
|
},
|
|
2107
2019
|
{
|
|
2108
2020
|
"id": 187,
|
|
@@ -2112,12 +2024,25 @@
|
|
|
2112
2024
|
"flags": {
|
|
2113
2025
|
"isPublic": true
|
|
2114
2026
|
},
|
|
2027
|
+
"decorators": [
|
|
2028
|
+
{
|
|
2029
|
+
"name": "HostListener",
|
|
2030
|
+
"type": {
|
|
2031
|
+
"type": "reference",
|
|
2032
|
+
"qualifiedName": "HostListenerDecorator",
|
|
2033
|
+
"package": "@angular/core",
|
|
2034
|
+
"name": "HostListener"
|
|
2035
|
+
},
|
|
2036
|
+
"arguments": {
|
|
2037
|
+
"eventName": "'input'"
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2115
2041
|
"sources": [
|
|
2116
2042
|
{
|
|
2117
2043
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2118
2044
|
"line": 161,
|
|
2119
|
-
"character": 9
|
|
2120
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L161"
|
|
2045
|
+
"character": 9
|
|
2121
2046
|
}
|
|
2122
2047
|
],
|
|
2123
2048
|
"signatures": [
|
|
@@ -2146,8 +2071,7 @@
|
|
|
2146
2071
|
{
|
|
2147
2072
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2148
2073
|
"line": 236,
|
|
2149
|
-
"character": 9
|
|
2150
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L236"
|
|
2074
|
+
"character": 9
|
|
2151
2075
|
}
|
|
2152
2076
|
],
|
|
2153
2077
|
"signatures": [
|
|
@@ -2184,8 +2108,7 @@
|
|
|
2184
2108
|
{
|
|
2185
2109
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2186
2110
|
"line": 220,
|
|
2187
|
-
"character": 9
|
|
2188
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L220"
|
|
2111
|
+
"character": 9
|
|
2189
2112
|
}
|
|
2190
2113
|
],
|
|
2191
2114
|
"signatures": [
|
|
@@ -2222,8 +2145,7 @@
|
|
|
2222
2145
|
{
|
|
2223
2146
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2224
2147
|
"line": 175,
|
|
2225
|
-
"character": 9
|
|
2226
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L175"
|
|
2148
|
+
"character": 9
|
|
2227
2149
|
}
|
|
2228
2150
|
],
|
|
2229
2151
|
"signatures": [
|
|
@@ -2256,12 +2178,25 @@
|
|
|
2256
2178
|
"flags": {
|
|
2257
2179
|
"isPublic": true
|
|
2258
2180
|
},
|
|
2181
|
+
"decorators": [
|
|
2182
|
+
{
|
|
2183
|
+
"name": "HostListener",
|
|
2184
|
+
"type": {
|
|
2185
|
+
"type": "reference",
|
|
2186
|
+
"qualifiedName": "HostListenerDecorator",
|
|
2187
|
+
"package": "@angular/core",
|
|
2188
|
+
"name": "HostListener"
|
|
2189
|
+
},
|
|
2190
|
+
"arguments": {
|
|
2191
|
+
"eventName": "'change'"
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2194
|
+
],
|
|
2259
2195
|
"sources": [
|
|
2260
2196
|
{
|
|
2261
2197
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2262
2198
|
"line": 168,
|
|
2263
|
-
"character": 9
|
|
2264
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L168"
|
|
2199
|
+
"character": 9
|
|
2265
2200
|
}
|
|
2266
2201
|
],
|
|
2267
2202
|
"signatures": [
|
|
@@ -2290,8 +2225,7 @@
|
|
|
2290
2225
|
{
|
|
2291
2226
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2292
2227
|
"line": 242,
|
|
2293
|
-
"character": 9
|
|
2294
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L242"
|
|
2228
|
+
"character": 9
|
|
2295
2229
|
}
|
|
2296
2230
|
],
|
|
2297
2231
|
"signatures": [
|
|
@@ -2328,8 +2262,7 @@
|
|
|
2328
2262
|
{
|
|
2329
2263
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2330
2264
|
"line": 245,
|
|
2331
|
-
"character": 9
|
|
2332
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L245"
|
|
2265
|
+
"character": 9
|
|
2333
2266
|
}
|
|
2334
2267
|
],
|
|
2335
2268
|
"signatures": [
|
|
@@ -2366,8 +2299,7 @@
|
|
|
2366
2299
|
{
|
|
2367
2300
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2368
2301
|
"line": 248,
|
|
2369
|
-
"character": 9
|
|
2370
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L248"
|
|
2302
|
+
"character": 9
|
|
2371
2303
|
}
|
|
2372
2304
|
],
|
|
2373
2305
|
"signatures": [
|
|
@@ -2404,8 +2336,7 @@
|
|
|
2404
2336
|
{
|
|
2405
2337
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2406
2338
|
"line": 226,
|
|
2407
|
-
"character": 9
|
|
2408
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L226"
|
|
2339
|
+
"character": 9
|
|
2409
2340
|
}
|
|
2410
2341
|
],
|
|
2411
2342
|
"signatures": [
|
|
@@ -2434,8 +2365,7 @@
|
|
|
2434
2365
|
{
|
|
2435
2366
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2436
2367
|
"line": 283,
|
|
2437
|
-
"character": 9
|
|
2438
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L283"
|
|
2368
|
+
"character": 9
|
|
2439
2369
|
}
|
|
2440
2370
|
],
|
|
2441
2371
|
"signatures": [
|
|
@@ -2446,12 +2376,7 @@
|
|
|
2446
2376
|
"kindString": "Call signature",
|
|
2447
2377
|
"flags": {},
|
|
2448
2378
|
"comment": {
|
|
2449
|
-
"
|
|
2450
|
-
{
|
|
2451
|
-
"kind": "text",
|
|
2452
|
-
"text": "Implemented as part of ControlValueAccessor."
|
|
2453
|
-
}
|
|
2454
|
-
]
|
|
2379
|
+
"shortText": "Implemented as part of ControlValueAccessor."
|
|
2455
2380
|
},
|
|
2456
2381
|
"parameters": [
|
|
2457
2382
|
{
|
|
@@ -2493,8 +2418,7 @@
|
|
|
2493
2418
|
{
|
|
2494
2419
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2495
2420
|
"line": 276,
|
|
2496
|
-
"character": 9
|
|
2497
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L276"
|
|
2421
|
+
"character": 9
|
|
2498
2422
|
}
|
|
2499
2423
|
],
|
|
2500
2424
|
"signatures": [
|
|
@@ -2506,9 +2430,9 @@
|
|
|
2506
2430
|
"flags": {},
|
|
2507
2431
|
"type": {
|
|
2508
2432
|
"type": "reference",
|
|
2509
|
-
"name": "ValidationErrors",
|
|
2510
2433
|
"qualifiedName": "ValidationErrors",
|
|
2511
|
-
"package": "@angular/forms"
|
|
2434
|
+
"package": "@angular/forms",
|
|
2435
|
+
"name": "ValidationErrors"
|
|
2512
2436
|
},
|
|
2513
2437
|
"implementationOf": {
|
|
2514
2438
|
"type": "reference",
|
|
@@ -2533,8 +2457,7 @@
|
|
|
2533
2457
|
{
|
|
2534
2458
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2535
2459
|
"line": 251,
|
|
2536
|
-
"character": 9
|
|
2537
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L251"
|
|
2460
|
+
"character": 9
|
|
2538
2461
|
}
|
|
2539
2462
|
],
|
|
2540
2463
|
"signatures": [
|
|
@@ -2576,12 +2499,14 @@
|
|
|
2576
2499
|
"groups": [
|
|
2577
2500
|
{
|
|
2578
2501
|
"title": "Constructors",
|
|
2502
|
+
"kind": 512,
|
|
2579
2503
|
"children": [
|
|
2580
2504
|
157
|
|
2581
2505
|
]
|
|
2582
2506
|
},
|
|
2583
2507
|
{
|
|
2584
2508
|
"title": "Properties",
|
|
2509
|
+
"kind": 1024,
|
|
2585
2510
|
"children": [
|
|
2586
2511
|
173,
|
|
2587
2512
|
172,
|
|
@@ -2593,12 +2518,14 @@
|
|
|
2593
2518
|
},
|
|
2594
2519
|
{
|
|
2595
2520
|
"title": "Accessors",
|
|
2521
|
+
"kind": 262144,
|
|
2596
2522
|
"children": [
|
|
2597
2523
|
165
|
|
2598
2524
|
]
|
|
2599
2525
|
},
|
|
2600
2526
|
{
|
|
2601
2527
|
"title": "Methods",
|
|
2528
|
+
"kind": 2048,
|
|
2602
2529
|
"children": [
|
|
2603
2530
|
187,
|
|
2604
2531
|
197,
|
|
@@ -2619,40 +2546,39 @@
|
|
|
2619
2546
|
{
|
|
2620
2547
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2621
2548
|
"line": 52,
|
|
2622
|
-
"character": 13
|
|
2623
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/colorpicker-input.directive.ts#L52"
|
|
2549
|
+
"character": 13
|
|
2624
2550
|
}
|
|
2625
2551
|
],
|
|
2626
2552
|
"implementedTypes": [
|
|
2627
2553
|
{
|
|
2628
2554
|
"type": "reference",
|
|
2629
|
-
"name": "OnInit",
|
|
2630
2555
|
"qualifiedName": "OnInit",
|
|
2631
|
-
"package": "@angular/core"
|
|
2556
|
+
"package": "@angular/core",
|
|
2557
|
+
"name": "OnInit"
|
|
2632
2558
|
},
|
|
2633
2559
|
{
|
|
2634
2560
|
"type": "reference",
|
|
2635
|
-
"name": "OnChanges",
|
|
2636
2561
|
"qualifiedName": "OnChanges",
|
|
2637
|
-
"package": "@angular/core"
|
|
2562
|
+
"package": "@angular/core",
|
|
2563
|
+
"name": "OnChanges"
|
|
2638
2564
|
},
|
|
2639
2565
|
{
|
|
2640
2566
|
"type": "reference",
|
|
2641
|
-
"name": "ControlValueAccessor",
|
|
2642
2567
|
"qualifiedName": "ControlValueAccessor",
|
|
2643
|
-
"package": "@angular/forms"
|
|
2568
|
+
"package": "@angular/forms",
|
|
2569
|
+
"name": "ControlValueAccessor"
|
|
2644
2570
|
},
|
|
2645
2571
|
{
|
|
2646
2572
|
"type": "reference",
|
|
2647
|
-
"name": "Validator",
|
|
2648
2573
|
"qualifiedName": "Validator",
|
|
2649
|
-
"package": "@angular/forms"
|
|
2574
|
+
"package": "@angular/forms",
|
|
2575
|
+
"name": "Validator"
|
|
2650
2576
|
},
|
|
2651
2577
|
{
|
|
2652
2578
|
"type": "reference",
|
|
2653
|
-
"name": "OnDestroy",
|
|
2654
2579
|
"qualifiedName": "OnDestroy",
|
|
2655
|
-
"package": "@angular/core"
|
|
2580
|
+
"package": "@angular/core",
|
|
2581
|
+
"name": "OnDestroy"
|
|
2656
2582
|
}
|
|
2657
2583
|
]
|
|
2658
2584
|
},
|
|
@@ -2663,12 +2589,7 @@
|
|
|
2663
2589
|
"kindString": "Interface",
|
|
2664
2590
|
"flags": {},
|
|
2665
2591
|
"comment": {
|
|
2666
|
-
"
|
|
2667
|
-
{
|
|
2668
|
-
"kind": "text",
|
|
2669
|
-
"text": "Colors specified as a combination of cyan, magenta, yellow, and black."
|
|
2670
|
-
}
|
|
2671
|
-
]
|
|
2592
|
+
"shortText": "Colors specified as a combination of cyan, magenta, yellow, and black."
|
|
2672
2593
|
},
|
|
2673
2594
|
"children": [
|
|
2674
2595
|
{
|
|
@@ -2678,19 +2599,13 @@
|
|
|
2678
2599
|
"kindString": "Property",
|
|
2679
2600
|
"flags": {},
|
|
2680
2601
|
"comment": {
|
|
2681
|
-
"
|
|
2682
|
-
{
|
|
2683
|
-
"kind": "text",
|
|
2684
|
-
"text": "The percentage of cyan."
|
|
2685
|
-
}
|
|
2686
|
-
]
|
|
2602
|
+
"shortText": "The percentage of cyan."
|
|
2687
2603
|
},
|
|
2688
2604
|
"sources": [
|
|
2689
2605
|
{
|
|
2690
2606
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2691
2607
|
"line": 8,
|
|
2692
|
-
"character": 2
|
|
2693
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L8"
|
|
2608
|
+
"character": 2
|
|
2694
2609
|
}
|
|
2695
2610
|
],
|
|
2696
2611
|
"type": {
|
|
@@ -2705,19 +2620,13 @@
|
|
|
2705
2620
|
"kindString": "Property",
|
|
2706
2621
|
"flags": {},
|
|
2707
2622
|
"comment": {
|
|
2708
|
-
"
|
|
2709
|
-
{
|
|
2710
|
-
"kind": "text",
|
|
2711
|
-
"text": "The percentage of black."
|
|
2712
|
-
}
|
|
2713
|
-
]
|
|
2623
|
+
"shortText": "The percentage of black."
|
|
2714
2624
|
},
|
|
2715
2625
|
"sources": [
|
|
2716
2626
|
{
|
|
2717
2627
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2718
2628
|
"line": 20,
|
|
2719
|
-
"character": 2
|
|
2720
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L20"
|
|
2629
|
+
"character": 2
|
|
2721
2630
|
}
|
|
2722
2631
|
],
|
|
2723
2632
|
"type": {
|
|
@@ -2732,19 +2641,13 @@
|
|
|
2732
2641
|
"kindString": "Property",
|
|
2733
2642
|
"flags": {},
|
|
2734
2643
|
"comment": {
|
|
2735
|
-
"
|
|
2736
|
-
{
|
|
2737
|
-
"kind": "text",
|
|
2738
|
-
"text": "The percentage of magenta."
|
|
2739
|
-
}
|
|
2740
|
-
]
|
|
2644
|
+
"shortText": "The percentage of magenta."
|
|
2741
2645
|
},
|
|
2742
2646
|
"sources": [
|
|
2743
2647
|
{
|
|
2744
2648
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2745
2649
|
"line": 12,
|
|
2746
|
-
"character": 2
|
|
2747
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L12"
|
|
2650
|
+
"character": 2
|
|
2748
2651
|
}
|
|
2749
2652
|
],
|
|
2750
2653
|
"type": {
|
|
@@ -2759,19 +2662,13 @@
|
|
|
2759
2662
|
"kindString": "Property",
|
|
2760
2663
|
"flags": {},
|
|
2761
2664
|
"comment": {
|
|
2762
|
-
"
|
|
2763
|
-
{
|
|
2764
|
-
"kind": "text",
|
|
2765
|
-
"text": "The percentage of yellow."
|
|
2766
|
-
}
|
|
2767
|
-
]
|
|
2665
|
+
"shortText": "The percentage of yellow."
|
|
2768
2666
|
},
|
|
2769
2667
|
"sources": [
|
|
2770
2668
|
{
|
|
2771
2669
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2772
2670
|
"line": 16,
|
|
2773
|
-
"character": 2
|
|
2774
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L16"
|
|
2671
|
+
"character": 2
|
|
2775
2672
|
}
|
|
2776
2673
|
],
|
|
2777
2674
|
"type": {
|
|
@@ -2783,6 +2680,7 @@
|
|
|
2783
2680
|
"groups": [
|
|
2784
2681
|
{
|
|
2785
2682
|
"title": "Properties",
|
|
2683
|
+
"kind": 1024,
|
|
2786
2684
|
"children": [
|
|
2787
2685
|
232,
|
|
2788
2686
|
235,
|
|
@@ -2795,8 +2693,7 @@
|
|
|
2795
2693
|
{
|
|
2796
2694
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2797
2695
|
"line": 4,
|
|
2798
|
-
"character": 17
|
|
2799
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-cmyk.ts#L4"
|
|
2696
|
+
"character": 17
|
|
2800
2697
|
}
|
|
2801
2698
|
]
|
|
2802
2699
|
},
|
|
@@ -2807,12 +2704,7 @@
|
|
|
2807
2704
|
"kindString": "Interface",
|
|
2808
2705
|
"flags": {},
|
|
2809
2706
|
"comment": {
|
|
2810
|
-
"
|
|
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
|
-
]
|
|
2707
|
+
"shortText": "Colors specified as a combination of hue, saturation, and lightness with an alpha\nchannel to set the opacity."
|
|
2816
2708
|
},
|
|
2817
2709
|
"children": [
|
|
2818
2710
|
{
|
|
@@ -2822,19 +2714,13 @@
|
|
|
2822
2714
|
"kindString": "Property",
|
|
2823
2715
|
"flags": {},
|
|
2824
2716
|
"comment": {
|
|
2825
|
-
"
|
|
2826
|
-
{
|
|
2827
|
-
"kind": "text",
|
|
2828
|
-
"text": "The alpha channel to set the opacity."
|
|
2829
|
-
}
|
|
2830
|
-
]
|
|
2717
|
+
"shortText": "The alpha channel to set the opacity."
|
|
2831
2718
|
},
|
|
2832
2719
|
"sources": [
|
|
2833
2720
|
{
|
|
2834
2721
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2835
2722
|
"line": 24,
|
|
2836
|
-
"character": 2
|
|
2837
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L24"
|
|
2723
|
+
"character": 2
|
|
2838
2724
|
}
|
|
2839
2725
|
],
|
|
2840
2726
|
"type": {
|
|
@@ -2849,19 +2735,13 @@
|
|
|
2849
2735
|
"kindString": "Property",
|
|
2850
2736
|
"flags": {},
|
|
2851
2737
|
"comment": {
|
|
2852
|
-
"
|
|
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
|
-
]
|
|
2738
|
+
"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."
|
|
2858
2739
|
},
|
|
2859
2740
|
"sources": [
|
|
2860
2741
|
{
|
|
2861
2742
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2862
2743
|
"line": 10,
|
|
2863
|
-
"character": 2
|
|
2864
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L10"
|
|
2744
|
+
"character": 2
|
|
2865
2745
|
}
|
|
2866
2746
|
],
|
|
2867
2747
|
"type": {
|
|
@@ -2876,19 +2756,13 @@
|
|
|
2876
2756
|
"kindString": "Property",
|
|
2877
2757
|
"flags": {},
|
|
2878
2758
|
"comment": {
|
|
2879
|
-
"
|
|
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
|
-
]
|
|
2759
|
+
"shortText": "The lightness, which is a percentage value where 0 percent is\nblack and 100 percent is white."
|
|
2885
2760
|
},
|
|
2886
2761
|
"sources": [
|
|
2887
2762
|
{
|
|
2888
2763
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2889
2764
|
"line": 20,
|
|
2890
|
-
"character": 2
|
|
2891
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L20"
|
|
2765
|
+
"character": 2
|
|
2892
2766
|
}
|
|
2893
2767
|
],
|
|
2894
2768
|
"type": {
|
|
@@ -2903,19 +2777,13 @@
|
|
|
2903
2777
|
"kindString": "Property",
|
|
2904
2778
|
"flags": {},
|
|
2905
2779
|
"comment": {
|
|
2906
|
-
"
|
|
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
|
-
]
|
|
2780
|
+
"shortText": "The saturation, which is a percentage value where 0 percent is a\nshade of gray and 100 percent is the full color."
|
|
2912
2781
|
},
|
|
2913
2782
|
"sources": [
|
|
2914
2783
|
{
|
|
2915
2784
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2916
2785
|
"line": 15,
|
|
2917
|
-
"character": 2
|
|
2918
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L15"
|
|
2786
|
+
"character": 2
|
|
2919
2787
|
}
|
|
2920
2788
|
],
|
|
2921
2789
|
"type": {
|
|
@@ -2927,6 +2795,7 @@
|
|
|
2927
2795
|
"groups": [
|
|
2928
2796
|
{
|
|
2929
2797
|
"title": "Properties",
|
|
2798
|
+
"kind": 1024,
|
|
2930
2799
|
"children": [
|
|
2931
2800
|
244,
|
|
2932
2801
|
241,
|
|
@@ -2939,8 +2808,7 @@
|
|
|
2939
2808
|
{
|
|
2940
2809
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2941
2810
|
"line": 5,
|
|
2942
|
-
"character": 17
|
|
2943
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsla.ts#L5"
|
|
2811
|
+
"character": 17
|
|
2944
2812
|
}
|
|
2945
2813
|
]
|
|
2946
2814
|
},
|
|
@@ -2951,12 +2819,7 @@
|
|
|
2951
2819
|
"kindString": "Interface",
|
|
2952
2820
|
"flags": {},
|
|
2953
2821
|
"comment": {
|
|
2954
|
-
"
|
|
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
|
-
]
|
|
2822
|
+
"shortText": "Colors specified as a combination of hue, saturation, and value with an alpha\nchannel to set the opacity."
|
|
2960
2823
|
},
|
|
2961
2824
|
"children": [
|
|
2962
2825
|
{
|
|
@@ -2966,19 +2829,13 @@
|
|
|
2966
2829
|
"kindString": "Property",
|
|
2967
2830
|
"flags": {},
|
|
2968
2831
|
"comment": {
|
|
2969
|
-
"
|
|
2970
|
-
{
|
|
2971
|
-
"kind": "text",
|
|
2972
|
-
"text": "The alpha channel to set the opacity."
|
|
2973
|
-
}
|
|
2974
|
-
]
|
|
2832
|
+
"shortText": "The alpha channel to set the opacity."
|
|
2975
2833
|
},
|
|
2976
2834
|
"sources": [
|
|
2977
2835
|
{
|
|
2978
2836
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
2979
2837
|
"line": 25,
|
|
2980
|
-
"character": 2
|
|
2981
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L25"
|
|
2838
|
+
"character": 2
|
|
2982
2839
|
}
|
|
2983
2840
|
],
|
|
2984
2841
|
"type": {
|
|
@@ -2993,19 +2850,13 @@
|
|
|
2993
2850
|
"kindString": "Property",
|
|
2994
2851
|
"flags": {},
|
|
2995
2852
|
"comment": {
|
|
2996
|
-
"
|
|
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
|
-
]
|
|
2853
|
+
"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."
|
|
3002
2854
|
},
|
|
3003
2855
|
"sources": [
|
|
3004
2856
|
{
|
|
3005
2857
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
3006
2858
|
"line": 10,
|
|
3007
|
-
"character": 2
|
|
3008
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L10"
|
|
2859
|
+
"character": 2
|
|
3009
2860
|
}
|
|
3010
2861
|
],
|
|
3011
2862
|
"type": {
|
|
@@ -3020,19 +2871,13 @@
|
|
|
3020
2871
|
"kindString": "Property",
|
|
3021
2872
|
"flags": {},
|
|
3022
2873
|
"comment": {
|
|
3023
|
-
"
|
|
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
|
-
]
|
|
2874
|
+
"shortText": "The saturation, which is a percentage value where 0 percent is a\nshade of gray and 100 percent is the full color."
|
|
3029
2875
|
},
|
|
3030
2876
|
"sources": [
|
|
3031
2877
|
{
|
|
3032
2878
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
3033
2879
|
"line": 15,
|
|
3034
|
-
"character": 2
|
|
3035
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L15"
|
|
2880
|
+
"character": 2
|
|
3036
2881
|
}
|
|
3037
2882
|
],
|
|
3038
2883
|
"type": {
|
|
@@ -3047,19 +2892,13 @@
|
|
|
3047
2892
|
"kindString": "Property",
|
|
3048
2893
|
"flags": {},
|
|
3049
2894
|
"comment": {
|
|
3050
|
-
"
|
|
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
|
-
]
|
|
2895
|
+
"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."
|
|
3056
2896
|
},
|
|
3057
2897
|
"sources": [
|
|
3058
2898
|
{
|
|
3059
2899
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
3060
2900
|
"line": 21,
|
|
3061
|
-
"character": 2
|
|
3062
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L21"
|
|
2901
|
+
"character": 2
|
|
3063
2902
|
}
|
|
3064
2903
|
],
|
|
3065
2904
|
"type": {
|
|
@@ -3071,6 +2910,7 @@
|
|
|
3071
2910
|
"groups": [
|
|
3072
2911
|
{
|
|
3073
2912
|
"title": "Properties",
|
|
2913
|
+
"kind": 1024,
|
|
3074
2914
|
"children": [
|
|
3075
2915
|
249,
|
|
3076
2916
|
246,
|
|
@@ -3083,8 +2923,7 @@
|
|
|
3083
2923
|
{
|
|
3084
2924
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
3085
2925
|
"line": 5,
|
|
3086
|
-
"character": 17
|
|
3087
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-hsva.ts#L5"
|
|
2926
|
+
"character": 17
|
|
3088
2927
|
}
|
|
3089
2928
|
]
|
|
3090
2929
|
},
|
|
@@ -3095,12 +2934,7 @@
|
|
|
3095
2934
|
"kindString": "Interface",
|
|
3096
2935
|
"flags": {},
|
|
3097
2936
|
"comment": {
|
|
3098
|
-
"
|
|
3099
|
-
{
|
|
3100
|
-
"kind": "text",
|
|
3101
|
-
"text": "Provides commands for the colorpicker through a message stream."
|
|
3102
|
-
}
|
|
3103
|
-
]
|
|
2937
|
+
"shortText": "Provides commands for the colorpicker through a message stream."
|
|
3104
2938
|
},
|
|
3105
2939
|
"children": [
|
|
3106
2940
|
{
|
|
@@ -3112,19 +2946,13 @@
|
|
|
3112
2946
|
"isOptional": true
|
|
3113
2947
|
},
|
|
3114
2948
|
"comment": {
|
|
3115
|
-
"
|
|
3116
|
-
{
|
|
3117
|
-
"kind": "text",
|
|
3118
|
-
"text": "The message type."
|
|
3119
|
-
}
|
|
3120
|
-
]
|
|
2949
|
+
"shortText": "The message type."
|
|
3121
2950
|
},
|
|
3122
2951
|
"sources": [
|
|
3123
2952
|
{
|
|
3124
2953
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message.ts",
|
|
3125
2954
|
"line": 10,
|
|
3126
|
-
"character": 2
|
|
3127
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message.ts#L10"
|
|
2955
|
+
"character": 2
|
|
3128
2956
|
}
|
|
3129
2957
|
],
|
|
3130
2958
|
"type": {
|
|
@@ -3137,6 +2965,7 @@
|
|
|
3137
2965
|
"groups": [
|
|
3138
2966
|
{
|
|
3139
2967
|
"title": "Properties",
|
|
2968
|
+
"kind": 1024,
|
|
3140
2969
|
"children": [
|
|
3141
2970
|
251
|
|
3142
2971
|
]
|
|
@@ -3146,8 +2975,7 @@
|
|
|
3146
2975
|
{
|
|
3147
2976
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-message.ts",
|
|
3148
2977
|
"line": 6,
|
|
3149
|
-
"character": 17
|
|
3150
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-message.ts#L6"
|
|
2978
|
+
"character": 17
|
|
3151
2979
|
}
|
|
3152
2980
|
]
|
|
3153
2981
|
},
|
|
@@ -3158,12 +2986,7 @@
|
|
|
3158
2986
|
"kindString": "Interface",
|
|
3159
2987
|
"flags": {},
|
|
3160
2988
|
"comment": {
|
|
3161
|
-
"
|
|
3162
|
-
{
|
|
3163
|
-
"kind": "text",
|
|
3164
|
-
"text": "Describes the color that users select in the colorpicker."
|
|
3165
|
-
}
|
|
3166
|
-
]
|
|
2989
|
+
"shortText": "Describes the color that users select in the colorpicker."
|
|
3167
2990
|
},
|
|
3168
2991
|
"children": [
|
|
3169
2992
|
{
|
|
@@ -3173,19 +2996,13 @@
|
|
|
3173
2996
|
"kindString": "Property",
|
|
3174
2997
|
"flags": {},
|
|
3175
2998
|
"comment": {
|
|
3176
|
-
"
|
|
3177
|
-
{
|
|
3178
|
-
"kind": "text",
|
|
3179
|
-
"text": "The CMYK values for the selected color."
|
|
3180
|
-
}
|
|
3181
|
-
]
|
|
2999
|
+
"shortText": "The CMYK values for the selected color."
|
|
3182
3000
|
},
|
|
3183
3001
|
"sources": [
|
|
3184
3002
|
{
|
|
3185
3003
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3186
3004
|
"line": 37,
|
|
3187
|
-
"character": 2
|
|
3188
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L37"
|
|
3005
|
+
"character": 2
|
|
3189
3006
|
}
|
|
3190
3007
|
],
|
|
3191
3008
|
"type": {
|
|
@@ -3201,19 +3018,13 @@
|
|
|
3201
3018
|
"kindString": "Property",
|
|
3202
3019
|
"flags": {},
|
|
3203
3020
|
"comment": {
|
|
3204
|
-
"
|
|
3205
|
-
{
|
|
3206
|
-
"kind": "text",
|
|
3207
|
-
"text": "The CMYK text value for the selected color."
|
|
3208
|
-
}
|
|
3209
|
-
]
|
|
3021
|
+
"shortText": "The CMYK text value for the selected color."
|
|
3210
3022
|
},
|
|
3211
3023
|
"sources": [
|
|
3212
3024
|
{
|
|
3213
3025
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3214
3026
|
"line": 21,
|
|
3215
|
-
"character": 2
|
|
3216
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L21"
|
|
3027
|
+
"character": 2
|
|
3217
3028
|
}
|
|
3218
3029
|
],
|
|
3219
3030
|
"type": {
|
|
@@ -3228,19 +3039,13 @@
|
|
|
3228
3039
|
"kindString": "Property",
|
|
3229
3040
|
"flags": {},
|
|
3230
3041
|
"comment": {
|
|
3231
|
-
"
|
|
3232
|
-
{
|
|
3233
|
-
"kind": "text",
|
|
3234
|
-
"text": "The hex value for the selected color."
|
|
3235
|
-
}
|
|
3236
|
-
]
|
|
3042
|
+
"shortText": "The hex value for the selected color."
|
|
3237
3043
|
},
|
|
3238
3044
|
"sources": [
|
|
3239
3045
|
{
|
|
3240
3046
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3241
3047
|
"line": 41,
|
|
3242
|
-
"character": 2
|
|
3243
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L41"
|
|
3048
|
+
"character": 2
|
|
3244
3049
|
}
|
|
3245
3050
|
],
|
|
3246
3051
|
"type": {
|
|
@@ -3255,19 +3060,13 @@
|
|
|
3255
3060
|
"kindString": "Property",
|
|
3256
3061
|
"flags": {},
|
|
3257
3062
|
"comment": {
|
|
3258
|
-
"
|
|
3259
|
-
{
|
|
3260
|
-
"kind": "text",
|
|
3261
|
-
"text": "The HSLA values for the selected color."
|
|
3262
|
-
}
|
|
3263
|
-
]
|
|
3063
|
+
"shortText": "The HSLA values for the selected color."
|
|
3264
3064
|
},
|
|
3265
3065
|
"sources": [
|
|
3266
3066
|
{
|
|
3267
3067
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3268
3068
|
"line": 33,
|
|
3269
|
-
"character": 2
|
|
3270
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L33"
|
|
3069
|
+
"character": 2
|
|
3271
3070
|
}
|
|
3272
3071
|
],
|
|
3273
3072
|
"type": {
|
|
@@ -3283,19 +3082,13 @@
|
|
|
3283
3082
|
"kindString": "Property",
|
|
3284
3083
|
"flags": {},
|
|
3285
3084
|
"comment": {
|
|
3286
|
-
"
|
|
3287
|
-
{
|
|
3288
|
-
"kind": "text",
|
|
3289
|
-
"text": "The HSLA text value for the selected color."
|
|
3290
|
-
}
|
|
3291
|
-
]
|
|
3085
|
+
"shortText": "The HSLA text value for the selected color."
|
|
3292
3086
|
},
|
|
3293
3087
|
"sources": [
|
|
3294
3088
|
{
|
|
3295
3089
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3296
3090
|
"line": 13,
|
|
3297
|
-
"character": 2
|
|
3298
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L13"
|
|
3091
|
+
"character": 2
|
|
3299
3092
|
}
|
|
3300
3093
|
],
|
|
3301
3094
|
"type": {
|
|
@@ -3310,19 +3103,13 @@
|
|
|
3310
3103
|
"kindString": "Property",
|
|
3311
3104
|
"flags": {},
|
|
3312
3105
|
"comment": {
|
|
3313
|
-
"
|
|
3314
|
-
{
|
|
3315
|
-
"kind": "text",
|
|
3316
|
-
"text": "The HSVA values for the selected color."
|
|
3317
|
-
}
|
|
3318
|
-
]
|
|
3106
|
+
"shortText": "The HSVA values for the selected color."
|
|
3319
3107
|
},
|
|
3320
3108
|
"sources": [
|
|
3321
3109
|
{
|
|
3322
3110
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3323
3111
|
"line": 25,
|
|
3324
|
-
"character": 2
|
|
3325
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L25"
|
|
3112
|
+
"character": 2
|
|
3326
3113
|
}
|
|
3327
3114
|
],
|
|
3328
3115
|
"type": {
|
|
@@ -3338,19 +3125,13 @@
|
|
|
3338
3125
|
"kindString": "Property",
|
|
3339
3126
|
"flags": {},
|
|
3340
3127
|
"comment": {
|
|
3341
|
-
"
|
|
3342
|
-
{
|
|
3343
|
-
"kind": "text",
|
|
3344
|
-
"text": "The RGBA values for the selected color."
|
|
3345
|
-
}
|
|
3346
|
-
]
|
|
3128
|
+
"shortText": "The RGBA values for the selected color."
|
|
3347
3129
|
},
|
|
3348
3130
|
"sources": [
|
|
3349
3131
|
{
|
|
3350
3132
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3351
3133
|
"line": 29,
|
|
3352
|
-
"character": 2
|
|
3353
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L29"
|
|
3134
|
+
"character": 2
|
|
3354
3135
|
}
|
|
3355
3136
|
],
|
|
3356
3137
|
"type": {
|
|
@@ -3366,19 +3147,13 @@
|
|
|
3366
3147
|
"kindString": "Property",
|
|
3367
3148
|
"flags": {},
|
|
3368
3149
|
"comment": {
|
|
3369
|
-
"
|
|
3370
|
-
{
|
|
3371
|
-
"kind": "text",
|
|
3372
|
-
"text": "The RGBA text value for the selected color."
|
|
3373
|
-
}
|
|
3374
|
-
]
|
|
3150
|
+
"shortText": "The RGBA text value for the selected color."
|
|
3375
3151
|
},
|
|
3376
3152
|
"sources": [
|
|
3377
3153
|
{
|
|
3378
3154
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3379
3155
|
"line": 17,
|
|
3380
|
-
"character": 2
|
|
3381
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L17"
|
|
3156
|
+
"character": 2
|
|
3382
3157
|
}
|
|
3383
3158
|
],
|
|
3384
3159
|
"type": {
|
|
@@ -3390,6 +3165,7 @@
|
|
|
3390
3165
|
"groups": [
|
|
3391
3166
|
{
|
|
3392
3167
|
"title": "Properties",
|
|
3168
|
+
"kind": 1024,
|
|
3393
3169
|
"children": [
|
|
3394
3170
|
264,
|
|
3395
3171
|
260,
|
|
@@ -3406,8 +3182,7 @@
|
|
|
3406
3182
|
{
|
|
3407
3183
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3408
3184
|
"line": 9,
|
|
3409
|
-
"character": 17
|
|
3410
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-output.ts#L9"
|
|
3185
|
+
"character": 17
|
|
3411
3186
|
}
|
|
3412
3187
|
]
|
|
3413
3188
|
},
|
|
@@ -3418,12 +3193,7 @@
|
|
|
3418
3193
|
"kindString": "Interface",
|
|
3419
3194
|
"flags": {},
|
|
3420
3195
|
"comment": {
|
|
3421
|
-
"
|
|
3422
|
-
{
|
|
3423
|
-
"kind": "text",
|
|
3424
|
-
"text": "Indicates the color that users apply when they select Apply in the colorpicker."
|
|
3425
|
-
}
|
|
3426
|
-
]
|
|
3196
|
+
"shortText": "Indicates the color that users apply when they select Apply in the colorpicker."
|
|
3427
3197
|
},
|
|
3428
3198
|
"children": [
|
|
3429
3199
|
{
|
|
@@ -3433,19 +3203,13 @@
|
|
|
3433
3203
|
"kindString": "Property",
|
|
3434
3204
|
"flags": {},
|
|
3435
3205
|
"comment": {
|
|
3436
|
-
"
|
|
3437
|
-
{
|
|
3438
|
-
"kind": "text",
|
|
3439
|
-
"text": "Describes the color that users select in the colorpicker."
|
|
3440
|
-
}
|
|
3441
|
-
]
|
|
3206
|
+
"shortText": "Describes the color that users select in the colorpicker."
|
|
3442
3207
|
},
|
|
3443
3208
|
"sources": [
|
|
3444
3209
|
{
|
|
3445
3210
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-result.ts",
|
|
3446
3211
|
"line": 10,
|
|
3447
|
-
"character": 2
|
|
3448
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-result.ts#L10"
|
|
3212
|
+
"character": 2
|
|
3449
3213
|
}
|
|
3450
3214
|
],
|
|
3451
3215
|
"type": {
|
|
@@ -3458,6 +3222,7 @@
|
|
|
3458
3222
|
"groups": [
|
|
3459
3223
|
{
|
|
3460
3224
|
"title": "Properties",
|
|
3225
|
+
"kind": 1024,
|
|
3461
3226
|
"children": [
|
|
3462
3227
|
267
|
|
3463
3228
|
]
|
|
@@ -3467,8 +3232,7 @@
|
|
|
3467
3232
|
{
|
|
3468
3233
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-result.ts",
|
|
3469
3234
|
"line": 6,
|
|
3470
|
-
"character": 17
|
|
3471
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-result.ts#L6"
|
|
3235
|
+
"character": 17
|
|
3472
3236
|
}
|
|
3473
3237
|
]
|
|
3474
3238
|
},
|
|
@@ -3479,12 +3243,7 @@
|
|
|
3479
3243
|
"kindString": "Interface",
|
|
3480
3244
|
"flags": {},
|
|
3481
3245
|
"comment": {
|
|
3482
|
-
"
|
|
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
|
-
]
|
|
3246
|
+
"shortText": "Colors specified as a combination of red, green, and blue with an alpha\nchannel to set the opacity."
|
|
3488
3247
|
},
|
|
3489
3248
|
"children": [
|
|
3490
3249
|
{
|
|
@@ -3494,19 +3253,13 @@
|
|
|
3494
3253
|
"kindString": "Property",
|
|
3495
3254
|
"flags": {},
|
|
3496
3255
|
"comment": {
|
|
3497
|
-
"
|
|
3498
|
-
{
|
|
3499
|
-
"kind": "text",
|
|
3500
|
-
"text": "The alpha channel to set the opacity."
|
|
3501
|
-
}
|
|
3502
|
-
]
|
|
3256
|
+
"shortText": "The alpha channel to set the opacity."
|
|
3503
3257
|
},
|
|
3504
3258
|
"sources": [
|
|
3505
3259
|
{
|
|
3506
3260
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3507
3261
|
"line": 21,
|
|
3508
|
-
"character": 2
|
|
3509
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L21"
|
|
3262
|
+
"character": 2
|
|
3510
3263
|
}
|
|
3511
3264
|
],
|
|
3512
3265
|
"type": {
|
|
@@ -3521,19 +3274,13 @@
|
|
|
3521
3274
|
"kindString": "Property",
|
|
3522
3275
|
"flags": {},
|
|
3523
3276
|
"comment": {
|
|
3524
|
-
"
|
|
3525
|
-
{
|
|
3526
|
-
"kind": "text",
|
|
3527
|
-
"text": "The percentage of blue."
|
|
3528
|
-
}
|
|
3529
|
-
]
|
|
3277
|
+
"shortText": "The percentage of blue."
|
|
3530
3278
|
},
|
|
3531
3279
|
"sources": [
|
|
3532
3280
|
{
|
|
3533
3281
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3534
3282
|
"line": 17,
|
|
3535
|
-
"character": 2
|
|
3536
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L17"
|
|
3283
|
+
"character": 2
|
|
3537
3284
|
}
|
|
3538
3285
|
],
|
|
3539
3286
|
"type": {
|
|
@@ -3548,19 +3295,13 @@
|
|
|
3548
3295
|
"kindString": "Property",
|
|
3549
3296
|
"flags": {},
|
|
3550
3297
|
"comment": {
|
|
3551
|
-
"
|
|
3552
|
-
{
|
|
3553
|
-
"kind": "text",
|
|
3554
|
-
"text": "The percentage of green."
|
|
3555
|
-
}
|
|
3556
|
-
]
|
|
3298
|
+
"shortText": "The percentage of green."
|
|
3557
3299
|
},
|
|
3558
3300
|
"sources": [
|
|
3559
3301
|
{
|
|
3560
3302
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3561
3303
|
"line": 13,
|
|
3562
|
-
"character": 2
|
|
3563
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L13"
|
|
3304
|
+
"character": 2
|
|
3564
3305
|
}
|
|
3565
3306
|
],
|
|
3566
3307
|
"type": {
|
|
@@ -3575,19 +3316,13 @@
|
|
|
3575
3316
|
"kindString": "Property",
|
|
3576
3317
|
"flags": {},
|
|
3577
3318
|
"comment": {
|
|
3578
|
-
"
|
|
3579
|
-
{
|
|
3580
|
-
"kind": "text",
|
|
3581
|
-
"text": "The percentage of red."
|
|
3582
|
-
}
|
|
3583
|
-
]
|
|
3319
|
+
"shortText": "The percentage of red."
|
|
3584
3320
|
},
|
|
3585
3321
|
"sources": [
|
|
3586
3322
|
{
|
|
3587
3323
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3588
3324
|
"line": 9,
|
|
3589
|
-
"character": 2
|
|
3590
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L9"
|
|
3325
|
+
"character": 2
|
|
3591
3326
|
}
|
|
3592
3327
|
],
|
|
3593
3328
|
"type": {
|
|
@@ -3599,6 +3334,7 @@
|
|
|
3599
3334
|
"groups": [
|
|
3600
3335
|
{
|
|
3601
3336
|
"title": "Properties",
|
|
3337
|
+
"kind": 1024,
|
|
3602
3338
|
"children": [
|
|
3603
3339
|
272,
|
|
3604
3340
|
271,
|
|
@@ -3611,8 +3347,7 @@
|
|
|
3611
3347
|
{
|
|
3612
3348
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3613
3349
|
"line": 5,
|
|
3614
|
-
"character": 17
|
|
3615
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/colorpicker/src/lib/modules/colorpicker/types/colorpicker-rgba.ts#L5"
|
|
3350
|
+
"character": 17
|
|
3616
3351
|
}
|
|
3617
3352
|
]
|
|
3618
3353
|
}
|
|
@@ -3620,6 +3355,7 @@
|
|
|
3620
3355
|
"groups": [
|
|
3621
3356
|
{
|
|
3622
3357
|
"title": "Modules",
|
|
3358
|
+
"kind": 2,
|
|
3623
3359
|
"children": [
|
|
3624
3360
|
1,
|
|
3625
3361
|
2
|