@skyux/colorpicker 7.0.0-beta.0 → 7.0.0-beta.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 +334 -1140
- package/esm2020/lib/modules/colorpicker/colorpicker-input.directive.mjs +116 -113
- package/esm2020/lib/modules/colorpicker/colorpicker-slider.directive.mjs +49 -44
- package/esm2020/lib/modules/colorpicker/colorpicker-text.directive.mjs +4 -1
- package/esm2020/lib/modules/colorpicker/colorpicker.component.mjs +272 -217
- package/esm2020/lib/modules/colorpicker/colorpicker.service.mjs +126 -125
- package/esm2020/lib/modules/colorpicker/types/colorpicker-color.mjs +1 -1
- package/esm2020/testing/colorpicker-fixture.mjs +1 -1
- package/fesm2015/skyux-colorpicker-testing.mjs.map +1 -1
- package/fesm2015/skyux-colorpicker.mjs +566 -503
- package/fesm2015/skyux-colorpicker.mjs.map +1 -1
- package/fesm2020/skyux-colorpicker-testing.mjs.map +1 -1
- package/fesm2020/skyux-colorpicker.mjs +562 -500
- package/fesm2020/skyux-colorpicker.mjs.map +1 -1
- package/lib/modules/colorpicker/colorpicker-input.directive.d.ts +12 -28
- package/lib/modules/colorpicker/colorpicker-slider.directive.d.ts +8 -10
- package/lib/modules/colorpicker/colorpicker-text.directive.d.ts +4 -4
- package/lib/modules/colorpicker/colorpicker.component.d.ts +42 -74
- package/lib/modules/colorpicker/colorpicker.service.d.ts +2 -10
- package/lib/modules/colorpicker/types/colorpicker-color.d.ts +2 -2
- package/package.json +7 -7
- package/testing/colorpicker-fixture.d.ts +4 -4
package/documentation.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"originalName": "",
|
|
21
21
|
"children": [
|
|
22
22
|
{
|
|
23
|
-
"id":
|
|
23
|
+
"id": 252,
|
|
24
24
|
"name": "SkyColorpickerMessageType",
|
|
25
25
|
"kind": 8,
|
|
26
26
|
"kindString": "Enumeration",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"children": [
|
|
32
32
|
{
|
|
33
|
-
"id":
|
|
33
|
+
"id": 256,
|
|
34
34
|
"name": "Close",
|
|
35
35
|
"kind": 16,
|
|
36
36
|
"kindString": "Enumeration member",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"defaultValue": "3"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
"id":
|
|
51
|
+
"id": 253,
|
|
52
52
|
"name": "Open",
|
|
53
53
|
"kind": 16,
|
|
54
54
|
"kindString": "Enumeration member",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"defaultValue": "0"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"id":
|
|
69
|
+
"id": 254,
|
|
70
70
|
"name": "Reset",
|
|
71
71
|
"kind": 16,
|
|
72
72
|
"kindString": "Enumeration member",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"defaultValue": "1"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
|
-
"id":
|
|
87
|
+
"id": 255,
|
|
88
88
|
"name": "ToggleResetButton",
|
|
89
89
|
"kind": 16,
|
|
90
90
|
"kindString": "Enumeration member",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"title": "Enumeration members",
|
|
108
108
|
"kind": 16,
|
|
109
109
|
"children": [
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
110
|
+
256,
|
|
111
|
+
253,
|
|
112
|
+
254,
|
|
113
|
+
255
|
|
114
114
|
]
|
|
115
115
|
}
|
|
116
116
|
],
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
]
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
|
-
"id":
|
|
126
|
+
"id": 222,
|
|
127
127
|
"name": "SkyColorpickerModule",
|
|
128
128
|
"kind": 128,
|
|
129
129
|
"kindString": "Class",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"title": "Constructors",
|
|
149
149
|
"kind": 512,
|
|
150
150
|
"children": [
|
|
151
|
-
|
|
151
|
+
223
|
|
152
152
|
]
|
|
153
153
|
}
|
|
154
154
|
],
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"sources": [
|
|
194
194
|
{
|
|
195
195
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
196
|
-
"line":
|
|
196
|
+
"line": 305,
|
|
197
197
|
"character": 2
|
|
198
198
|
}
|
|
199
199
|
],
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"parameters": [
|
|
208
208
|
{
|
|
209
209
|
"id": 6,
|
|
210
|
-
"name": "
|
|
210
|
+
"name": "affixSvc",
|
|
211
211
|
"kind": 32768,
|
|
212
212
|
"kindString": "Parameter",
|
|
213
213
|
"flags": {},
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"id": 9,
|
|
245
|
-
"name": "
|
|
245
|
+
"name": "overlaySvc",
|
|
246
246
|
"kind": 32768,
|
|
247
247
|
"kindString": "Parameter",
|
|
248
248
|
"flags": {},
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"id": 10,
|
|
256
|
-
"name": "
|
|
256
|
+
"name": "svc",
|
|
257
257
|
"kind": 32768,
|
|
258
258
|
"kindString": "Parameter",
|
|
259
259
|
"flags": {},
|
|
@@ -297,228 +297,7 @@
|
|
|
297
297
|
]
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
|
-
"id":
|
|
301
|
-
"name": "allowTransparency",
|
|
302
|
-
"kind": 1024,
|
|
303
|
-
"kindString": "Property",
|
|
304
|
-
"flags": {
|
|
305
|
-
"isPublic": true
|
|
306
|
-
},
|
|
307
|
-
"sources": [
|
|
308
|
-
{
|
|
309
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
310
|
-
"line": 129,
|
|
311
|
-
"character": 9
|
|
312
|
-
}
|
|
313
|
-
],
|
|
314
|
-
"type": {
|
|
315
|
-
"type": "intrinsic",
|
|
316
|
-
"name": "boolean"
|
|
317
|
-
}
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"id": 30,
|
|
321
|
-
"name": "alphaChannel",
|
|
322
|
-
"kind": 1024,
|
|
323
|
-
"kindString": "Property",
|
|
324
|
-
"flags": {
|
|
325
|
-
"isPublic": true
|
|
326
|
-
},
|
|
327
|
-
"sources": [
|
|
328
|
-
{
|
|
329
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
330
|
-
"line": 128,
|
|
331
|
-
"character": 9
|
|
332
|
-
}
|
|
333
|
-
],
|
|
334
|
-
"type": {
|
|
335
|
-
"type": "intrinsic",
|
|
336
|
-
"name": "string"
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"id": 32,
|
|
341
|
-
"name": "alphaSliderColor",
|
|
342
|
-
"kind": 1024,
|
|
343
|
-
"kindString": "Property",
|
|
344
|
-
"flags": {
|
|
345
|
-
"isPublic": true
|
|
346
|
-
},
|
|
347
|
-
"sources": [
|
|
348
|
-
{
|
|
349
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
350
|
-
"line": 130,
|
|
351
|
-
"character": 9
|
|
352
|
-
}
|
|
353
|
-
],
|
|
354
|
-
"type": {
|
|
355
|
-
"type": "intrinsic",
|
|
356
|
-
"name": "string"
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"id": 33,
|
|
361
|
-
"name": "arrowTop",
|
|
362
|
-
"kind": 1024,
|
|
363
|
-
"kindString": "Property",
|
|
364
|
-
"flags": {
|
|
365
|
-
"isPublic": true
|
|
366
|
-
},
|
|
367
|
-
"sources": [
|
|
368
|
-
{
|
|
369
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
370
|
-
"line": 131,
|
|
371
|
-
"character": 9
|
|
372
|
-
}
|
|
373
|
-
],
|
|
374
|
-
"type": {
|
|
375
|
-
"type": "intrinsic",
|
|
376
|
-
"name": "number"
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"id": 52,
|
|
381
|
-
"name": "colorpickerId",
|
|
382
|
-
"kind": 1024,
|
|
383
|
-
"kindString": "Property",
|
|
384
|
-
"flags": {
|
|
385
|
-
"isPublic": true
|
|
386
|
-
},
|
|
387
|
-
"sources": [
|
|
388
|
-
{
|
|
389
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
390
|
-
"line": 159,
|
|
391
|
-
"character": 9
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"type": {
|
|
395
|
-
"type": "intrinsic",
|
|
396
|
-
"name": "string"
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"id": 34,
|
|
401
|
-
"name": "format",
|
|
402
|
-
"kind": 1024,
|
|
403
|
-
"kindString": "Property",
|
|
404
|
-
"flags": {
|
|
405
|
-
"isPublic": true
|
|
406
|
-
},
|
|
407
|
-
"sources": [
|
|
408
|
-
{
|
|
409
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
410
|
-
"line": 132,
|
|
411
|
-
"character": 9
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"type": {
|
|
415
|
-
"type": "intrinsic",
|
|
416
|
-
"name": "number"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"id": 35,
|
|
421
|
-
"name": "hexText",
|
|
422
|
-
"kind": 1024,
|
|
423
|
-
"kindString": "Property",
|
|
424
|
-
"flags": {
|
|
425
|
-
"isPublic": true
|
|
426
|
-
},
|
|
427
|
-
"sources": [
|
|
428
|
-
{
|
|
429
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
430
|
-
"line": 133,
|
|
431
|
-
"character": 9
|
|
432
|
-
}
|
|
433
|
-
],
|
|
434
|
-
"type": {
|
|
435
|
-
"type": "intrinsic",
|
|
436
|
-
"name": "string"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"id": 36,
|
|
441
|
-
"name": "hslaText",
|
|
442
|
-
"kind": 1024,
|
|
443
|
-
"kindString": "Property",
|
|
444
|
-
"flags": {
|
|
445
|
-
"isPublic": true
|
|
446
|
-
},
|
|
447
|
-
"sources": [
|
|
448
|
-
{
|
|
449
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
450
|
-
"line": 134,
|
|
451
|
-
"character": 9
|
|
452
|
-
}
|
|
453
|
-
],
|
|
454
|
-
"type": {
|
|
455
|
-
"type": "reference",
|
|
456
|
-
"id": 254,
|
|
457
|
-
"name": "SkyColorpickerHsla"
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"id": 37,
|
|
462
|
-
"name": "hueSliderColor",
|
|
463
|
-
"kind": 1024,
|
|
464
|
-
"kindString": "Property",
|
|
465
|
-
"flags": {
|
|
466
|
-
"isPublic": true
|
|
467
|
-
},
|
|
468
|
-
"sources": [
|
|
469
|
-
{
|
|
470
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
471
|
-
"line": 135,
|
|
472
|
-
"character": 9
|
|
473
|
-
}
|
|
474
|
-
],
|
|
475
|
-
"type": {
|
|
476
|
-
"type": "intrinsic",
|
|
477
|
-
"name": "string"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"id": 44,
|
|
482
|
-
"name": "iconColor",
|
|
483
|
-
"kind": 1024,
|
|
484
|
-
"kindString": "Property",
|
|
485
|
-
"flags": {
|
|
486
|
-
"isPublic": true
|
|
487
|
-
},
|
|
488
|
-
"sources": [
|
|
489
|
-
{
|
|
490
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
491
|
-
"line": 142,
|
|
492
|
-
"character": 9
|
|
493
|
-
}
|
|
494
|
-
],
|
|
495
|
-
"type": {
|
|
496
|
-
"type": "intrinsic",
|
|
497
|
-
"name": "string"
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"id": 24,
|
|
502
|
-
"name": "idIndex",
|
|
503
|
-
"kind": 1024,
|
|
504
|
-
"kindString": "Property",
|
|
505
|
-
"flags": {
|
|
506
|
-
"isPublic": true
|
|
507
|
-
},
|
|
508
|
-
"sources": [
|
|
509
|
-
{
|
|
510
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
511
|
-
"line": 122,
|
|
512
|
-
"character": 9
|
|
513
|
-
}
|
|
514
|
-
],
|
|
515
|
-
"type": {
|
|
516
|
-
"type": "intrinsic",
|
|
517
|
-
"name": "number"
|
|
518
|
-
}
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"id": 45,
|
|
300
|
+
"id": 54,
|
|
522
301
|
"name": "initialColor",
|
|
523
302
|
"kind": 1024,
|
|
524
303
|
"kindString": "Property",
|
|
@@ -528,7 +307,7 @@
|
|
|
528
307
|
"sources": [
|
|
529
308
|
{
|
|
530
309
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
531
|
-
"line":
|
|
310
|
+
"line": 220,
|
|
532
311
|
"character": 9
|
|
533
312
|
}
|
|
534
313
|
],
|
|
@@ -538,48 +317,7 @@
|
|
|
538
317
|
}
|
|
539
318
|
},
|
|
540
319
|
{
|
|
541
|
-
"id":
|
|
542
|
-
"name": "isOpen",
|
|
543
|
-
"kind": 1024,
|
|
544
|
-
"kindString": "Property",
|
|
545
|
-
"flags": {
|
|
546
|
-
"isPublic": true
|
|
547
|
-
},
|
|
548
|
-
"sources": [
|
|
549
|
-
{
|
|
550
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
551
|
-
"line": 161,
|
|
552
|
-
"character": 9
|
|
553
|
-
}
|
|
554
|
-
],
|
|
555
|
-
"type": {
|
|
556
|
-
"type": "intrinsic",
|
|
557
|
-
"name": "boolean"
|
|
558
|
-
},
|
|
559
|
-
"defaultValue": "false"
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"id": 47,
|
|
563
|
-
"name": "isPickerVisible",
|
|
564
|
-
"kind": 1024,
|
|
565
|
-
"kindString": "Property",
|
|
566
|
-
"flags": {
|
|
567
|
-
"isPublic": true
|
|
568
|
-
},
|
|
569
|
-
"sources": [
|
|
570
|
-
{
|
|
571
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
572
|
-
"line": 145,
|
|
573
|
-
"character": 9
|
|
574
|
-
}
|
|
575
|
-
],
|
|
576
|
-
"type": {
|
|
577
|
-
"type": "intrinsic",
|
|
578
|
-
"name": "boolean"
|
|
579
|
-
}
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"id": 54,
|
|
320
|
+
"id": 56,
|
|
583
321
|
"name": "isVisible",
|
|
584
322
|
"kind": 1024,
|
|
585
323
|
"kindString": "Property",
|
|
@@ -589,7 +327,7 @@
|
|
|
589
327
|
"sources": [
|
|
590
328
|
{
|
|
591
329
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
592
|
-
"line":
|
|
330
|
+
"line": 222,
|
|
593
331
|
"character": 9
|
|
594
332
|
}
|
|
595
333
|
],
|
|
@@ -631,7 +369,7 @@
|
|
|
631
369
|
"sources": [
|
|
632
370
|
{
|
|
633
371
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
634
|
-
"line":
|
|
372
|
+
"line": 76,
|
|
635
373
|
"character": 9
|
|
636
374
|
}
|
|
637
375
|
],
|
|
@@ -665,127 +403,19 @@
|
|
|
665
403
|
],
|
|
666
404
|
"sources": [
|
|
667
405
|
{
|
|
668
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
669
|
-
"line":
|
|
670
|
-
"character": 9
|
|
671
|
-
}
|
|
672
|
-
],
|
|
673
|
-
"type": {
|
|
674
|
-
"type": "intrinsic",
|
|
675
|
-
"name": "string"
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"id": 46,
|
|
680
|
-
"name": "lastAppliedColor",
|
|
681
|
-
"kind": 1024,
|
|
682
|
-
"kindString": "Property",
|
|
683
|
-
"flags": {
|
|
684
|
-
"isPublic": true
|
|
685
|
-
},
|
|
686
|
-
"sources": [
|
|
687
|
-
{
|
|
688
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
689
|
-
"line": 144,
|
|
690
|
-
"character": 9
|
|
691
|
-
}
|
|
692
|
-
],
|
|
693
|
-
"type": {
|
|
694
|
-
"type": "intrinsic",
|
|
695
|
-
"name": "string"
|
|
696
|
-
}
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"id": 18,
|
|
700
|
-
"name": "messageStream",
|
|
701
|
-
"kind": 1024,
|
|
702
|
-
"kindString": "Property",
|
|
703
|
-
"flags": {
|
|
704
|
-
"isPublic": true
|
|
705
|
-
},
|
|
706
|
-
"comment": {
|
|
707
|
-
"shortText": "Provides an observable to send commands to the colorpicker. The commands should\nrespect the `SkyColorPickerMessage` type."
|
|
708
|
-
},
|
|
709
|
-
"decorators": [
|
|
710
|
-
{
|
|
711
|
-
"name": "Input",
|
|
712
|
-
"type": {
|
|
713
|
-
"type": "reference",
|
|
714
|
-
"qualifiedName": "InputDecorator",
|
|
715
|
-
"package": "@angular/core",
|
|
716
|
-
"name": "Input"
|
|
717
|
-
},
|
|
718
|
-
"arguments": {}
|
|
719
|
-
}
|
|
720
|
-
],
|
|
721
|
-
"sources": [
|
|
722
|
-
{
|
|
723
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
724
|
-
"line": 105,
|
|
725
|
-
"character": 9
|
|
726
|
-
}
|
|
727
|
-
],
|
|
728
|
-
"type": {
|
|
729
|
-
"type": "reference",
|
|
730
|
-
"typeArguments": [
|
|
731
|
-
{
|
|
732
|
-
"type": "reference",
|
|
733
|
-
"id": 264,
|
|
734
|
-
"name": "SkyColorpickerMessage"
|
|
735
|
-
}
|
|
736
|
-
],
|
|
737
|
-
"qualifiedName": "Subject",
|
|
738
|
-
"package": "rxjs",
|
|
739
|
-
"name": "Subject"
|
|
740
|
-
},
|
|
741
|
-
"defaultValue": "..."
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"id": 38,
|
|
745
|
-
"name": "outputFormat",
|
|
746
|
-
"kind": 1024,
|
|
747
|
-
"kindString": "Property",
|
|
748
|
-
"flags": {
|
|
749
|
-
"isPublic": true
|
|
750
|
-
},
|
|
751
|
-
"sources": [
|
|
752
|
-
{
|
|
753
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
754
|
-
"line": 136,
|
|
755
|
-
"character": 9
|
|
756
|
-
}
|
|
757
|
-
],
|
|
758
|
-
"type": {
|
|
759
|
-
"type": "intrinsic",
|
|
760
|
-
"name": "string"
|
|
761
|
-
}
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"id": 39,
|
|
765
|
-
"name": "presetColors",
|
|
766
|
-
"kind": 1024,
|
|
767
|
-
"kindString": "Property",
|
|
768
|
-
"flags": {
|
|
769
|
-
"isPublic": true
|
|
770
|
-
},
|
|
771
|
-
"sources": [
|
|
772
|
-
{
|
|
773
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
774
|
-
"line": 137,
|
|
775
|
-
"character": 9
|
|
776
|
-
}
|
|
777
|
-
],
|
|
778
|
-
"type": {
|
|
779
|
-
"type": "array",
|
|
780
|
-
"elementType": {
|
|
781
|
-
"type": "intrinsic",
|
|
782
|
-
"name": "string"
|
|
406
|
+
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
407
|
+
"line": 85,
|
|
408
|
+
"character": 9
|
|
783
409
|
}
|
|
410
|
+
],
|
|
411
|
+
"type": {
|
|
412
|
+
"type": "intrinsic",
|
|
413
|
+
"name": "string"
|
|
784
414
|
}
|
|
785
415
|
},
|
|
786
416
|
{
|
|
787
|
-
"id":
|
|
788
|
-
"name": "
|
|
417
|
+
"id": 55,
|
|
418
|
+
"name": "lastAppliedColor",
|
|
789
419
|
"kind": 1024,
|
|
790
420
|
"kindString": "Property",
|
|
791
421
|
"flags": {
|
|
@@ -794,7 +424,7 @@
|
|
|
794
424
|
"sources": [
|
|
795
425
|
{
|
|
796
426
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
797
|
-
"line":
|
|
427
|
+
"line": 221,
|
|
798
428
|
"character": 9
|
|
799
429
|
}
|
|
800
430
|
],
|
|
@@ -804,29 +434,53 @@
|
|
|
804
434
|
}
|
|
805
435
|
},
|
|
806
436
|
{
|
|
807
|
-
"id":
|
|
808
|
-
"name": "
|
|
437
|
+
"id": 18,
|
|
438
|
+
"name": "messageStream",
|
|
809
439
|
"kind": 1024,
|
|
810
440
|
"kindString": "Property",
|
|
811
441
|
"flags": {
|
|
812
442
|
"isPublic": true
|
|
813
443
|
},
|
|
444
|
+
"comment": {
|
|
445
|
+
"shortText": "Provides an observable to send commands to the colorpicker. The commands should\nrespect the `SkyColorPickerMessage` type."
|
|
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
|
+
],
|
|
814
459
|
"sources": [
|
|
815
460
|
{
|
|
816
461
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
817
|
-
"line":
|
|
462
|
+
"line": 104,
|
|
818
463
|
"character": 9
|
|
819
464
|
}
|
|
820
465
|
],
|
|
821
466
|
"type": {
|
|
822
467
|
"type": "reference",
|
|
823
|
-
"
|
|
824
|
-
|
|
825
|
-
|
|
468
|
+
"typeArguments": [
|
|
469
|
+
{
|
|
470
|
+
"type": "reference",
|
|
471
|
+
"id": 250,
|
|
472
|
+
"name": "SkyColorpickerMessage"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"qualifiedName": "Subject",
|
|
476
|
+
"package": "rxjs",
|
|
477
|
+
"name": "Subject"
|
|
478
|
+
},
|
|
479
|
+
"defaultValue": "..."
|
|
826
480
|
},
|
|
827
481
|
{
|
|
828
|
-
"id":
|
|
829
|
-
"name": "
|
|
482
|
+
"id": 53,
|
|
483
|
+
"name": "returnFormat",
|
|
830
484
|
"kind": 1024,
|
|
831
485
|
"kindString": "Property",
|
|
832
486
|
"flags": {
|
|
@@ -835,14 +489,13 @@
|
|
|
835
489
|
"sources": [
|
|
836
490
|
{
|
|
837
491
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
838
|
-
"line":
|
|
492
|
+
"line": 219,
|
|
839
493
|
"character": 9
|
|
840
494
|
}
|
|
841
495
|
],
|
|
842
496
|
"type": {
|
|
843
|
-
"type": "
|
|
844
|
-
"
|
|
845
|
-
"name": "SkyColorpickerOutput"
|
|
497
|
+
"type": "intrinsic",
|
|
498
|
+
"name": "string"
|
|
846
499
|
}
|
|
847
500
|
},
|
|
848
501
|
{
|
|
@@ -871,7 +524,7 @@
|
|
|
871
524
|
"sources": [
|
|
872
525
|
{
|
|
873
526
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
874
|
-
"line":
|
|
527
|
+
"line": 97,
|
|
875
528
|
"character": 9
|
|
876
529
|
}
|
|
877
530
|
],
|
|
@@ -880,7 +533,7 @@
|
|
|
880
533
|
"typeArguments": [
|
|
881
534
|
{
|
|
882
535
|
"type": "reference",
|
|
883
|
-
"id":
|
|
536
|
+
"id": 266,
|
|
884
537
|
"name": "SkyColorpickerResult"
|
|
885
538
|
}
|
|
886
539
|
],
|
|
@@ -916,7 +569,7 @@
|
|
|
916
569
|
"sources": [
|
|
917
570
|
{
|
|
918
571
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
919
|
-
"line":
|
|
572
|
+
"line": 91,
|
|
920
573
|
"character": 9
|
|
921
574
|
}
|
|
922
575
|
],
|
|
@@ -925,7 +578,7 @@
|
|
|
925
578
|
"typeArguments": [
|
|
926
579
|
{
|
|
927
580
|
"type": "reference",
|
|
928
|
-
"id":
|
|
581
|
+
"id": 257,
|
|
929
582
|
"name": "SkyColorpickerOutput"
|
|
930
583
|
}
|
|
931
584
|
],
|
|
@@ -961,7 +614,7 @@
|
|
|
961
614
|
"sources": [
|
|
962
615
|
{
|
|
963
616
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
964
|
-
"line":
|
|
617
|
+
"line": 110,
|
|
965
618
|
"character": 9
|
|
966
619
|
}
|
|
967
620
|
],
|
|
@@ -972,7 +625,7 @@
|
|
|
972
625
|
"defaultValue": "true"
|
|
973
626
|
},
|
|
974
627
|
{
|
|
975
|
-
"id":
|
|
628
|
+
"id": 52,
|
|
976
629
|
"name": "skyColorpickerAlphaId",
|
|
977
630
|
"kind": 1024,
|
|
978
631
|
"kindString": "Property",
|
|
@@ -982,127 +635,7 @@
|
|
|
982
635
|
"sources": [
|
|
983
636
|
{
|
|
984
637
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
985
|
-
"line":
|
|
986
|
-
"character": 9
|
|
987
|
-
}
|
|
988
|
-
],
|
|
989
|
-
"type": {
|
|
990
|
-
"type": "intrinsic",
|
|
991
|
-
"name": "string"
|
|
992
|
-
}
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"id": 28,
|
|
996
|
-
"name": "skyColorpickerBlueId",
|
|
997
|
-
"kind": 1024,
|
|
998
|
-
"kindString": "Property",
|
|
999
|
-
"flags": {
|
|
1000
|
-
"isPublic": true
|
|
1001
|
-
},
|
|
1002
|
-
"sources": [
|
|
1003
|
-
{
|
|
1004
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1005
|
-
"line": 126,
|
|
1006
|
-
"character": 9
|
|
1007
|
-
}
|
|
1008
|
-
],
|
|
1009
|
-
"type": {
|
|
1010
|
-
"type": "intrinsic",
|
|
1011
|
-
"name": "string"
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"id": 27,
|
|
1016
|
-
"name": "skyColorpickerGreenId",
|
|
1017
|
-
"kind": 1024,
|
|
1018
|
-
"kindString": "Property",
|
|
1019
|
-
"flags": {
|
|
1020
|
-
"isPublic": true
|
|
1021
|
-
},
|
|
1022
|
-
"sources": [
|
|
1023
|
-
{
|
|
1024
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1025
|
-
"line": 125,
|
|
1026
|
-
"character": 9
|
|
1027
|
-
}
|
|
1028
|
-
],
|
|
1029
|
-
"type": {
|
|
1030
|
-
"type": "intrinsic",
|
|
1031
|
-
"name": "string"
|
|
1032
|
-
}
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"id": 25,
|
|
1036
|
-
"name": "skyColorpickerHexId",
|
|
1037
|
-
"kind": 1024,
|
|
1038
|
-
"kindString": "Property",
|
|
1039
|
-
"flags": {
|
|
1040
|
-
"isPublic": true
|
|
1041
|
-
},
|
|
1042
|
-
"sources": [
|
|
1043
|
-
{
|
|
1044
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1045
|
-
"line": 123,
|
|
1046
|
-
"character": 9
|
|
1047
|
-
}
|
|
1048
|
-
],
|
|
1049
|
-
"type": {
|
|
1050
|
-
"type": "intrinsic",
|
|
1051
|
-
"name": "string"
|
|
1052
|
-
}
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"id": 26,
|
|
1056
|
-
"name": "skyColorpickerRedId",
|
|
1057
|
-
"kind": 1024,
|
|
1058
|
-
"kindString": "Property",
|
|
1059
|
-
"flags": {
|
|
1060
|
-
"isPublic": true
|
|
1061
|
-
},
|
|
1062
|
-
"sources": [
|
|
1063
|
-
{
|
|
1064
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1065
|
-
"line": 124,
|
|
1066
|
-
"character": 9
|
|
1067
|
-
}
|
|
1068
|
-
],
|
|
1069
|
-
"type": {
|
|
1070
|
-
"type": "intrinsic",
|
|
1071
|
-
"name": "string"
|
|
1072
|
-
}
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"id": 43,
|
|
1076
|
-
"name": "slider",
|
|
1077
|
-
"kind": 1024,
|
|
1078
|
-
"kindString": "Property",
|
|
1079
|
-
"flags": {
|
|
1080
|
-
"isPublic": true
|
|
1081
|
-
},
|
|
1082
|
-
"sources": [
|
|
1083
|
-
{
|
|
1084
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1085
|
-
"line": 141,
|
|
1086
|
-
"character": 9
|
|
1087
|
-
}
|
|
1088
|
-
],
|
|
1089
|
-
"type": {
|
|
1090
|
-
"type": "reference",
|
|
1091
|
-
"name": "SliderPosition"
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"id": 55,
|
|
1096
|
-
"name": "triggerButtonId",
|
|
1097
|
-
"kind": 1024,
|
|
1098
|
-
"kindString": "Property",
|
|
1099
|
-
"flags": {
|
|
1100
|
-
"isPublic": true
|
|
1101
|
-
},
|
|
1102
|
-
"sources": [
|
|
1103
|
-
{
|
|
1104
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1105
|
-
"line": 165,
|
|
638
|
+
"line": 218,
|
|
1106
639
|
"character": 9
|
|
1107
640
|
}
|
|
1108
641
|
],
|
|
@@ -1112,7 +645,7 @@
|
|
|
1112
645
|
}
|
|
1113
646
|
},
|
|
1114
647
|
{
|
|
1115
|
-
"id":
|
|
648
|
+
"id": 40,
|
|
1116
649
|
"name": "alphaAxis",
|
|
1117
650
|
"kind": 262144,
|
|
1118
651
|
"kindString": "Accessor",
|
|
@@ -1122,20 +655,20 @@
|
|
|
1122
655
|
"sources": [
|
|
1123
656
|
{
|
|
1124
657
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1125
|
-
"line":
|
|
658
|
+
"line": 180,
|
|
1126
659
|
"character": 13
|
|
1127
660
|
}
|
|
1128
661
|
],
|
|
1129
662
|
"setSignature": [
|
|
1130
663
|
{
|
|
1131
|
-
"id":
|
|
664
|
+
"id": 41,
|
|
1132
665
|
"name": "alphaAxis",
|
|
1133
666
|
"kind": 1048576,
|
|
1134
667
|
"kindString": "Set signature",
|
|
1135
668
|
"flags": {},
|
|
1136
669
|
"parameters": [
|
|
1137
670
|
{
|
|
1138
|
-
"id":
|
|
671
|
+
"id": 42,
|
|
1139
672
|
"name": "change",
|
|
1140
673
|
"kind": 32768,
|
|
1141
674
|
"kindString": "Parameter",
|
|
@@ -1154,7 +687,7 @@
|
|
|
1154
687
|
]
|
|
1155
688
|
},
|
|
1156
689
|
{
|
|
1157
|
-
"id":
|
|
690
|
+
"id": 43,
|
|
1158
691
|
"name": "alphaColor",
|
|
1159
692
|
"kind": 262144,
|
|
1160
693
|
"kindString": "Accessor",
|
|
@@ -1164,20 +697,20 @@
|
|
|
1164
697
|
"sources": [
|
|
1165
698
|
{
|
|
1166
699
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1167
|
-
"line":
|
|
700
|
+
"line": 191,
|
|
1168
701
|
"character": 13
|
|
1169
702
|
}
|
|
1170
703
|
],
|
|
1171
704
|
"setSignature": [
|
|
1172
705
|
{
|
|
1173
|
-
"id":
|
|
706
|
+
"id": 44,
|
|
1174
707
|
"name": "alphaColor",
|
|
1175
708
|
"kind": 1048576,
|
|
1176
709
|
"kindString": "Set signature",
|
|
1177
710
|
"flags": {},
|
|
1178
711
|
"parameters": [
|
|
1179
712
|
{
|
|
1180
|
-
"id":
|
|
713
|
+
"id": 45,
|
|
1181
714
|
"name": "change",
|
|
1182
715
|
"kind": 32768,
|
|
1183
716
|
"kindString": "Parameter",
|
|
@@ -1196,7 +729,7 @@
|
|
|
1196
729
|
]
|
|
1197
730
|
},
|
|
1198
731
|
{
|
|
1199
|
-
"id":
|
|
732
|
+
"id": 24,
|
|
1200
733
|
"name": "backgroundColorForDisplay",
|
|
1201
734
|
"kind": 262144,
|
|
1202
735
|
"kindString": "Accessor",
|
|
@@ -1206,13 +739,13 @@
|
|
|
1206
739
|
"sources": [
|
|
1207
740
|
{
|
|
1208
741
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1209
|
-
"line":
|
|
742
|
+
"line": 121,
|
|
1210
743
|
"character": 13
|
|
1211
744
|
}
|
|
1212
745
|
],
|
|
1213
746
|
"getSignature": [
|
|
1214
747
|
{
|
|
1215
|
-
"id":
|
|
748
|
+
"id": 25,
|
|
1216
749
|
"name": "backgroundColorForDisplay",
|
|
1217
750
|
"kind": 524288,
|
|
1218
751
|
"kindString": "Get signature",
|
|
@@ -1225,14 +758,14 @@
|
|
|
1225
758
|
],
|
|
1226
759
|
"setSignature": [
|
|
1227
760
|
{
|
|
1228
|
-
"id":
|
|
761
|
+
"id": 26,
|
|
1229
762
|
"name": "backgroundColorForDisplay",
|
|
1230
763
|
"kind": 1048576,
|
|
1231
764
|
"kindString": "Set signature",
|
|
1232
765
|
"flags": {},
|
|
1233
766
|
"parameters": [
|
|
1234
767
|
{
|
|
1235
|
-
"id":
|
|
768
|
+
"id": 27,
|
|
1236
769
|
"name": "value",
|
|
1237
770
|
"kind": 32768,
|
|
1238
771
|
"kindString": "Parameter",
|
|
@@ -1251,7 +784,7 @@
|
|
|
1251
784
|
]
|
|
1252
785
|
},
|
|
1253
786
|
{
|
|
1254
|
-
"id":
|
|
787
|
+
"id": 37,
|
|
1255
788
|
"name": "blue",
|
|
1256
789
|
"kind": 262144,
|
|
1257
790
|
"kindString": "Accessor",
|
|
@@ -1261,20 +794,20 @@
|
|
|
1261
794
|
"sources": [
|
|
1262
795
|
{
|
|
1263
796
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1264
|
-
"line":
|
|
797
|
+
"line": 168,
|
|
1265
798
|
"character": 13
|
|
1266
799
|
}
|
|
1267
800
|
],
|
|
1268
801
|
"setSignature": [
|
|
1269
802
|
{
|
|
1270
|
-
"id":
|
|
803
|
+
"id": 38,
|
|
1271
804
|
"name": "blue",
|
|
1272
805
|
"kind": 1048576,
|
|
1273
806
|
"kindString": "Set signature",
|
|
1274
807
|
"flags": {},
|
|
1275
808
|
"parameters": [
|
|
1276
809
|
{
|
|
1277
|
-
"id":
|
|
810
|
+
"id": 39,
|
|
1278
811
|
"name": "change",
|
|
1279
812
|
"kind": 32768,
|
|
1280
813
|
"kindString": "Parameter",
|
|
@@ -1303,7 +836,7 @@
|
|
|
1303
836
|
"sources": [
|
|
1304
837
|
{
|
|
1305
838
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1306
|
-
"line":
|
|
839
|
+
"line": 112,
|
|
1307
840
|
"character": 13
|
|
1308
841
|
}
|
|
1309
842
|
],
|
|
@@ -1348,7 +881,7 @@
|
|
|
1348
881
|
]
|
|
1349
882
|
},
|
|
1350
883
|
{
|
|
1351
|
-
"id":
|
|
884
|
+
"id": 34,
|
|
1352
885
|
"name": "green",
|
|
1353
886
|
"kind": 262144,
|
|
1354
887
|
"kindString": "Accessor",
|
|
@@ -1358,20 +891,20 @@
|
|
|
1358
891
|
"sources": [
|
|
1359
892
|
{
|
|
1360
893
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1361
|
-
"line":
|
|
894
|
+
"line": 156,
|
|
1362
895
|
"character": 13
|
|
1363
896
|
}
|
|
1364
897
|
],
|
|
1365
898
|
"setSignature": [
|
|
1366
899
|
{
|
|
1367
|
-
"id":
|
|
900
|
+
"id": 35,
|
|
1368
901
|
"name": "green",
|
|
1369
902
|
"kind": 1048576,
|
|
1370
903
|
"kindString": "Set signature",
|
|
1371
904
|
"flags": {},
|
|
1372
905
|
"parameters": [
|
|
1373
906
|
{
|
|
1374
|
-
"id":
|
|
907
|
+
"id": 36,
|
|
1375
908
|
"name": "change",
|
|
1376
909
|
"kind": 32768,
|
|
1377
910
|
"kindString": "Parameter",
|
|
@@ -1390,7 +923,7 @@
|
|
|
1390
923
|
]
|
|
1391
924
|
},
|
|
1392
925
|
{
|
|
1393
|
-
"id":
|
|
926
|
+
"id": 46,
|
|
1394
927
|
"name": "hex",
|
|
1395
928
|
"kind": 262144,
|
|
1396
929
|
"kindString": "Accessor",
|
|
@@ -1400,20 +933,20 @@
|
|
|
1400
933
|
"sources": [
|
|
1401
934
|
{
|
|
1402
935
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1403
|
-
"line":
|
|
936
|
+
"line": 200,
|
|
1404
937
|
"character": 13
|
|
1405
938
|
}
|
|
1406
939
|
],
|
|
1407
940
|
"setSignature": [
|
|
1408
941
|
{
|
|
1409
|
-
"id":
|
|
942
|
+
"id": 47,
|
|
1410
943
|
"name": "hex",
|
|
1411
944
|
"kind": 1048576,
|
|
1412
945
|
"kindString": "Set signature",
|
|
1413
946
|
"flags": {},
|
|
1414
947
|
"parameters": [
|
|
1415
948
|
{
|
|
1416
|
-
"id":
|
|
949
|
+
"id": 48,
|
|
1417
950
|
"name": "change",
|
|
1418
951
|
"kind": 32768,
|
|
1419
952
|
"kindString": "Parameter",
|
|
@@ -1432,7 +965,7 @@
|
|
|
1432
965
|
]
|
|
1433
966
|
},
|
|
1434
967
|
{
|
|
1435
|
-
"id":
|
|
968
|
+
"id": 28,
|
|
1436
969
|
"name": "hue",
|
|
1437
970
|
"kind": 262144,
|
|
1438
971
|
"kindString": "Accessor",
|
|
@@ -1442,20 +975,20 @@
|
|
|
1442
975
|
"sources": [
|
|
1443
976
|
{
|
|
1444
977
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1445
|
-
"line":
|
|
978
|
+
"line": 133,
|
|
1446
979
|
"character": 13
|
|
1447
980
|
}
|
|
1448
981
|
],
|
|
1449
982
|
"setSignature": [
|
|
1450
983
|
{
|
|
1451
|
-
"id":
|
|
984
|
+
"id": 29,
|
|
1452
985
|
"name": "hue",
|
|
1453
986
|
"kind": 1048576,
|
|
1454
987
|
"kindString": "Set signature",
|
|
1455
988
|
"flags": {},
|
|
1456
989
|
"parameters": [
|
|
1457
990
|
{
|
|
1458
|
-
"id":
|
|
991
|
+
"id": 30,
|
|
1459
992
|
"name": "change",
|
|
1460
993
|
"kind": 32768,
|
|
1461
994
|
"kindString": "Parameter",
|
|
@@ -1474,7 +1007,7 @@
|
|
|
1474
1007
|
]
|
|
1475
1008
|
},
|
|
1476
1009
|
{
|
|
1477
|
-
"id":
|
|
1010
|
+
"id": 31,
|
|
1478
1011
|
"name": "red",
|
|
1479
1012
|
"kind": 262144,
|
|
1480
1013
|
"kindString": "Accessor",
|
|
@@ -1484,20 +1017,20 @@
|
|
|
1484
1017
|
"sources": [
|
|
1485
1018
|
{
|
|
1486
1019
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1487
|
-
"line":
|
|
1020
|
+
"line": 144,
|
|
1488
1021
|
"character": 13
|
|
1489
1022
|
}
|
|
1490
1023
|
],
|
|
1491
1024
|
"setSignature": [
|
|
1492
1025
|
{
|
|
1493
|
-
"id":
|
|
1026
|
+
"id": 32,
|
|
1494
1027
|
"name": "red",
|
|
1495
1028
|
"kind": 1048576,
|
|
1496
1029
|
"kindString": "Set signature",
|
|
1497
1030
|
"flags": {},
|
|
1498
1031
|
"parameters": [
|
|
1499
1032
|
{
|
|
1500
|
-
"id":
|
|
1033
|
+
"id": 33,
|
|
1501
1034
|
"name": "change",
|
|
1502
1035
|
"kind": 32768,
|
|
1503
1036
|
"kindString": "Parameter",
|
|
@@ -1516,7 +1049,7 @@
|
|
|
1516
1049
|
]
|
|
1517
1050
|
},
|
|
1518
1051
|
{
|
|
1519
|
-
"id":
|
|
1052
|
+
"id": 49,
|
|
1520
1053
|
"name": "saturationAndLightness",
|
|
1521
1054
|
"kind": 262144,
|
|
1522
1055
|
"kindString": "Accessor",
|
|
@@ -1526,20 +1059,20 @@
|
|
|
1526
1059
|
"sources": [
|
|
1527
1060
|
{
|
|
1528
1061
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1529
|
-
"line":
|
|
1062
|
+
"line": 204,
|
|
1530
1063
|
"character": 13
|
|
1531
1064
|
}
|
|
1532
1065
|
],
|
|
1533
1066
|
"setSignature": [
|
|
1534
1067
|
{
|
|
1535
|
-
"id":
|
|
1068
|
+
"id": 50,
|
|
1536
1069
|
"name": "saturationAndLightness",
|
|
1537
1070
|
"kind": 1048576,
|
|
1538
1071
|
"kindString": "Set signature",
|
|
1539
1072
|
"flags": {},
|
|
1540
1073
|
"parameters": [
|
|
1541
1074
|
{
|
|
1542
|
-
"id":
|
|
1075
|
+
"id": 51,
|
|
1543
1076
|
"name": "value",
|
|
1544
1077
|
"kind": 32768,
|
|
1545
1078
|
"kindString": "Parameter",
|
|
@@ -1558,7 +1091,7 @@
|
|
|
1558
1091
|
]
|
|
1559
1092
|
},
|
|
1560
1093
|
{
|
|
1561
|
-
"id":
|
|
1094
|
+
"id": 112,
|
|
1562
1095
|
"name": "closePicker",
|
|
1563
1096
|
"kind": 2048,
|
|
1564
1097
|
"kindString": "Method",
|
|
@@ -1568,13 +1101,13 @@
|
|
|
1568
1101
|
"sources": [
|
|
1569
1102
|
{
|
|
1570
1103
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1571
|
-
"line":
|
|
1104
|
+
"line": 399,
|
|
1572
1105
|
"character": 9
|
|
1573
1106
|
}
|
|
1574
1107
|
],
|
|
1575
1108
|
"signatures": [
|
|
1576
1109
|
{
|
|
1577
|
-
"id":
|
|
1110
|
+
"id": 113,
|
|
1578
1111
|
"name": "closePicker",
|
|
1579
1112
|
"kind": 4096,
|
|
1580
1113
|
"kindString": "Call signature",
|
|
@@ -1587,7 +1120,7 @@
|
|
|
1587
1120
|
]
|
|
1588
1121
|
},
|
|
1589
1122
|
{
|
|
1590
|
-
"id":
|
|
1123
|
+
"id": 108,
|
|
1591
1124
|
"name": "ngOnDestroy",
|
|
1592
1125
|
"kind": 2048,
|
|
1593
1126
|
"kindString": "Method",
|
|
@@ -1597,13 +1130,13 @@
|
|
|
1597
1130
|
"sources": [
|
|
1598
1131
|
{
|
|
1599
1132
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1600
|
-
"line":
|
|
1133
|
+
"line": 387,
|
|
1601
1134
|
"character": 9
|
|
1602
1135
|
}
|
|
1603
1136
|
],
|
|
1604
1137
|
"signatures": [
|
|
1605
1138
|
{
|
|
1606
|
-
"id":
|
|
1139
|
+
"id": 109,
|
|
1607
1140
|
"name": "ngOnDestroy",
|
|
1608
1141
|
"kind": 4096,
|
|
1609
1142
|
"kindString": "Call signature",
|
|
@@ -1624,7 +1157,7 @@
|
|
|
1624
1157
|
}
|
|
1625
1158
|
},
|
|
1626
1159
|
{
|
|
1627
|
-
"id":
|
|
1160
|
+
"id": 106,
|
|
1628
1161
|
"name": "ngOnInit",
|
|
1629
1162
|
"kind": 2048,
|
|
1630
1163
|
"kindString": "Method",
|
|
@@ -1634,13 +1167,13 @@
|
|
|
1634
1167
|
"sources": [
|
|
1635
1168
|
{
|
|
1636
1169
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1637
|
-
"line":
|
|
1170
|
+
"line": 358,
|
|
1638
1171
|
"character": 9
|
|
1639
1172
|
}
|
|
1640
1173
|
],
|
|
1641
1174
|
"signatures": [
|
|
1642
1175
|
{
|
|
1643
|
-
"id":
|
|
1176
|
+
"id": 107,
|
|
1644
1177
|
"name": "ngOnInit",
|
|
1645
1178
|
"kind": 4096,
|
|
1646
1179
|
"kindString": "Call signature",
|
|
@@ -1661,7 +1194,7 @@
|
|
|
1661
1194
|
}
|
|
1662
1195
|
},
|
|
1663
1196
|
{
|
|
1664
|
-
"id":
|
|
1197
|
+
"id": 114,
|
|
1665
1198
|
"name": "onApplyColorClick",
|
|
1666
1199
|
"kind": 2048,
|
|
1667
1200
|
"kindString": "Method",
|
|
@@ -1671,13 +1204,13 @@
|
|
|
1671
1204
|
"sources": [
|
|
1672
1205
|
{
|
|
1673
1206
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1674
|
-
"line":
|
|
1207
|
+
"line": 407,
|
|
1675
1208
|
"character": 9
|
|
1676
1209
|
}
|
|
1677
1210
|
],
|
|
1678
1211
|
"signatures": [
|
|
1679
1212
|
{
|
|
1680
|
-
"id":
|
|
1213
|
+
"id": 115,
|
|
1681
1214
|
"name": "onApplyColorClick",
|
|
1682
1215
|
"kind": 4096,
|
|
1683
1216
|
"kindString": "Call signature",
|
|
@@ -1690,7 +1223,7 @@
|
|
|
1690
1223
|
]
|
|
1691
1224
|
},
|
|
1692
1225
|
{
|
|
1693
|
-
"id":
|
|
1226
|
+
"id": 116,
|
|
1694
1227
|
"name": "onCancelClick",
|
|
1695
1228
|
"kind": 2048,
|
|
1696
1229
|
"kindString": "Method",
|
|
@@ -1700,13 +1233,13 @@
|
|
|
1700
1233
|
"sources": [
|
|
1701
1234
|
{
|
|
1702
1235
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1703
|
-
"line":
|
|
1236
|
+
"line": 419,
|
|
1704
1237
|
"character": 9
|
|
1705
1238
|
}
|
|
1706
1239
|
],
|
|
1707
1240
|
"signatures": [
|
|
1708
1241
|
{
|
|
1709
|
-
"id":
|
|
1242
|
+
"id": 117,
|
|
1710
1243
|
"name": "onCancelClick",
|
|
1711
1244
|
"kind": 4096,
|
|
1712
1245
|
"kindString": "Call signature",
|
|
@@ -1719,7 +1252,7 @@
|
|
|
1719
1252
|
]
|
|
1720
1253
|
},
|
|
1721
1254
|
{
|
|
1722
|
-
"id":
|
|
1255
|
+
"id": 118,
|
|
1723
1256
|
"name": "onPresetClick",
|
|
1724
1257
|
"kind": 2048,
|
|
1725
1258
|
"kindString": "Method",
|
|
@@ -1729,20 +1262,20 @@
|
|
|
1729
1262
|
"sources": [
|
|
1730
1263
|
{
|
|
1731
1264
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1732
|
-
"line":
|
|
1265
|
+
"line": 425,
|
|
1733
1266
|
"character": 9
|
|
1734
1267
|
}
|
|
1735
1268
|
],
|
|
1736
1269
|
"signatures": [
|
|
1737
1270
|
{
|
|
1738
|
-
"id":
|
|
1271
|
+
"id": 119,
|
|
1739
1272
|
"name": "onPresetClick",
|
|
1740
1273
|
"kind": 4096,
|
|
1741
1274
|
"kindString": "Call signature",
|
|
1742
1275
|
"flags": {},
|
|
1743
1276
|
"parameters": [
|
|
1744
1277
|
{
|
|
1745
|
-
"id":
|
|
1278
|
+
"id": 120,
|
|
1746
1279
|
"name": "value",
|
|
1747
1280
|
"kind": 32768,
|
|
1748
1281
|
"kindString": "Parameter",
|
|
@@ -1761,7 +1294,7 @@
|
|
|
1761
1294
|
]
|
|
1762
1295
|
},
|
|
1763
1296
|
{
|
|
1764
|
-
"id":
|
|
1297
|
+
"id": 121,
|
|
1765
1298
|
"name": "onResetClick",
|
|
1766
1299
|
"kind": 2048,
|
|
1767
1300
|
"kindString": "Method",
|
|
@@ -1771,13 +1304,13 @@
|
|
|
1771
1304
|
"sources": [
|
|
1772
1305
|
{
|
|
1773
1306
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1774
|
-
"line":
|
|
1307
|
+
"line": 429,
|
|
1775
1308
|
"character": 9
|
|
1776
1309
|
}
|
|
1777
1310
|
],
|
|
1778
1311
|
"signatures": [
|
|
1779
1312
|
{
|
|
1780
|
-
"id":
|
|
1313
|
+
"id": 122,
|
|
1781
1314
|
"name": "onResetClick",
|
|
1782
1315
|
"kind": 4096,
|
|
1783
1316
|
"kindString": "Call signature",
|
|
@@ -1790,7 +1323,7 @@
|
|
|
1790
1323
|
]
|
|
1791
1324
|
},
|
|
1792
1325
|
{
|
|
1793
|
-
"id":
|
|
1326
|
+
"id": 110,
|
|
1794
1327
|
"name": "onTriggerButtonClick",
|
|
1795
1328
|
"kind": 2048,
|
|
1796
1329
|
"kindString": "Method",
|
|
@@ -1800,13 +1333,13 @@
|
|
|
1800
1333
|
"sources": [
|
|
1801
1334
|
{
|
|
1802
1335
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1803
|
-
"line":
|
|
1336
|
+
"line": 395,
|
|
1804
1337
|
"character": 9
|
|
1805
1338
|
}
|
|
1806
1339
|
],
|
|
1807
1340
|
"signatures": [
|
|
1808
1341
|
{
|
|
1809
|
-
"id":
|
|
1342
|
+
"id": 111,
|
|
1810
1343
|
"name": "onTriggerButtonClick",
|
|
1811
1344
|
"kind": 4096,
|
|
1812
1345
|
"kindString": "Call signature",
|
|
@@ -1819,7 +1352,7 @@
|
|
|
1819
1352
|
]
|
|
1820
1353
|
},
|
|
1821
1354
|
{
|
|
1822
|
-
"id":
|
|
1355
|
+
"id": 99,
|
|
1823
1356
|
"name": "setDialog",
|
|
1824
1357
|
"kind": 2048,
|
|
1825
1358
|
"kindString": "Method",
|
|
@@ -1829,61 +1362,31 @@
|
|
|
1829
1362
|
"sources": [
|
|
1830
1363
|
{
|
|
1831
1364
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1832
|
-
"line":
|
|
1365
|
+
"line": 336,
|
|
1833
1366
|
"character": 9
|
|
1834
1367
|
}
|
|
1835
1368
|
],
|
|
1836
1369
|
"signatures": [
|
|
1837
1370
|
{
|
|
1838
|
-
"id":
|
|
1371
|
+
"id": 100,
|
|
1839
1372
|
"name": "setDialog",
|
|
1840
1373
|
"kind": 4096,
|
|
1841
1374
|
"kindString": "Call signature",
|
|
1842
1375
|
"flags": {},
|
|
1843
1376
|
"parameters": [
|
|
1844
1377
|
{
|
|
1845
|
-
"id":
|
|
1846
|
-
"name": "instance",
|
|
1847
|
-
"kind": 32768,
|
|
1848
|
-
"kindString": "Parameter",
|
|
1849
|
-
"flags": {},
|
|
1850
|
-
"type": {
|
|
1851
|
-
"type": "intrinsic",
|
|
1852
|
-
"name": "any"
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"id": 74,
|
|
1857
|
-
"name": "elementRef",
|
|
1858
|
-
"kind": 32768,
|
|
1859
|
-
"kindString": "Parameter",
|
|
1860
|
-
"flags": {},
|
|
1861
|
-
"type": {
|
|
1862
|
-
"type": "reference",
|
|
1863
|
-
"typeArguments": [
|
|
1864
|
-
{
|
|
1865
|
-
"type": "intrinsic",
|
|
1866
|
-
"name": "any"
|
|
1867
|
-
}
|
|
1868
|
-
],
|
|
1869
|
-
"qualifiedName": "ElementRef",
|
|
1870
|
-
"package": "@angular/core",
|
|
1871
|
-
"name": "ElementRef"
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
{
|
|
1875
|
-
"id": 75,
|
|
1378
|
+
"id": 101,
|
|
1876
1379
|
"name": "color",
|
|
1877
1380
|
"kind": 32768,
|
|
1878
1381
|
"kindString": "Parameter",
|
|
1879
1382
|
"flags": {},
|
|
1880
1383
|
"type": {
|
|
1881
1384
|
"type": "intrinsic",
|
|
1882
|
-
"name": "
|
|
1385
|
+
"name": "string"
|
|
1883
1386
|
}
|
|
1884
1387
|
},
|
|
1885
1388
|
{
|
|
1886
|
-
"id":
|
|
1389
|
+
"id": 102,
|
|
1887
1390
|
"name": "outputFormat",
|
|
1888
1391
|
"kind": 32768,
|
|
1889
1392
|
"kindString": "Parameter",
|
|
@@ -1894,7 +1397,7 @@
|
|
|
1894
1397
|
}
|
|
1895
1398
|
},
|
|
1896
1399
|
{
|
|
1897
|
-
"id":
|
|
1400
|
+
"id": 103,
|
|
1898
1401
|
"name": "presetColors",
|
|
1899
1402
|
"kind": 32768,
|
|
1900
1403
|
"kindString": "Parameter",
|
|
@@ -1908,7 +1411,7 @@
|
|
|
1908
1411
|
}
|
|
1909
1412
|
},
|
|
1910
1413
|
{
|
|
1911
|
-
"id":
|
|
1414
|
+
"id": 104,
|
|
1912
1415
|
"name": "alphaChannel",
|
|
1913
1416
|
"kind": 32768,
|
|
1914
1417
|
"kindString": "Parameter",
|
|
@@ -1919,46 +1422,17 @@
|
|
|
1919
1422
|
}
|
|
1920
1423
|
},
|
|
1921
1424
|
{
|
|
1922
|
-
"id":
|
|
1923
|
-
"name": "allowTransparency",
|
|
1924
|
-
"kind": 32768,
|
|
1925
|
-
"kindString": "Parameter",
|
|
1926
|
-
"flags": {},
|
|
1927
|
-
"type": {
|
|
1928
|
-
"type": "intrinsic",
|
|
1929
|
-
"name": "boolean"
|
|
1930
|
-
}
|
|
1931
|
-
}
|
|
1932
|
-
],
|
|
1933
|
-
"type": {
|
|
1934
|
-
"type": "intrinsic",
|
|
1935
|
-
"name": "void"
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
]
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"id": 124,
|
|
1942
|
-
"name": "update",
|
|
1943
|
-
"kind": 2048,
|
|
1944
|
-
"kindString": "Method",
|
|
1945
|
-
"flags": {
|
|
1946
|
-
"isPublic": true
|
|
1947
|
-
},
|
|
1948
|
-
"sources": [
|
|
1949
|
-
{
|
|
1950
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1951
|
-
"line": 397,
|
|
1952
|
-
"character": 9
|
|
1953
|
-
}
|
|
1954
|
-
],
|
|
1955
|
-
"signatures": [
|
|
1956
|
-
{
|
|
1957
|
-
"id": 125,
|
|
1958
|
-
"name": "update",
|
|
1959
|
-
"kind": 4096,
|
|
1960
|
-
"kindString": "Call signature",
|
|
1961
|
-
"flags": {},
|
|
1425
|
+
"id": 105,
|
|
1426
|
+
"name": "allowTransparency",
|
|
1427
|
+
"kind": 32768,
|
|
1428
|
+
"kindString": "Parameter",
|
|
1429
|
+
"flags": {},
|
|
1430
|
+
"type": {
|
|
1431
|
+
"type": "intrinsic",
|
|
1432
|
+
"name": "boolean"
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1962
1436
|
"type": {
|
|
1963
1437
|
"type": "intrinsic",
|
|
1964
1438
|
"name": "void"
|
|
@@ -1967,7 +1441,7 @@
|
|
|
1967
1441
|
]
|
|
1968
1442
|
},
|
|
1969
1443
|
{
|
|
1970
|
-
"id":
|
|
1444
|
+
"id": 123,
|
|
1971
1445
|
"name": "updatePickerValues",
|
|
1972
1446
|
"kind": 2048,
|
|
1973
1447
|
"kindString": "Method",
|
|
@@ -1977,20 +1451,20 @@
|
|
|
1977
1451
|
"sources": [
|
|
1978
1452
|
{
|
|
1979
1453
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
1980
|
-
"line":
|
|
1454
|
+
"line": 433,
|
|
1981
1455
|
"character": 9
|
|
1982
1456
|
}
|
|
1983
1457
|
],
|
|
1984
1458
|
"signatures": [
|
|
1985
1459
|
{
|
|
1986
|
-
"id":
|
|
1460
|
+
"id": 124,
|
|
1987
1461
|
"name": "updatePickerValues",
|
|
1988
1462
|
"kind": 4096,
|
|
1989
1463
|
"kindString": "Call signature",
|
|
1990
1464
|
"flags": {},
|
|
1991
1465
|
"parameters": [
|
|
1992
1466
|
{
|
|
1993
|
-
"id":
|
|
1467
|
+
"id": 125,
|
|
1994
1468
|
"name": "value",
|
|
1995
1469
|
"kind": 32768,
|
|
1996
1470
|
"kindString": "Parameter",
|
|
@@ -2021,80 +1495,56 @@
|
|
|
2021
1495
|
"title": "Properties",
|
|
2022
1496
|
"kind": 1024,
|
|
2023
1497
|
"children": [
|
|
2024
|
-
31,
|
|
2025
|
-
30,
|
|
2026
|
-
32,
|
|
2027
|
-
33,
|
|
2028
|
-
52,
|
|
2029
|
-
34,
|
|
2030
|
-
35,
|
|
2031
|
-
36,
|
|
2032
|
-
37,
|
|
2033
|
-
44,
|
|
2034
|
-
24,
|
|
2035
|
-
45,
|
|
2036
|
-
53,
|
|
2037
|
-
47,
|
|
2038
1498
|
54,
|
|
1499
|
+
56,
|
|
2039
1500
|
14,
|
|
2040
1501
|
15,
|
|
2041
|
-
|
|
1502
|
+
55,
|
|
2042
1503
|
18,
|
|
2043
|
-
|
|
2044
|
-
39,
|
|
2045
|
-
40,
|
|
2046
|
-
41,
|
|
2047
|
-
42,
|
|
1504
|
+
53,
|
|
2048
1505
|
17,
|
|
2049
1506
|
16,
|
|
2050
1507
|
19,
|
|
2051
|
-
|
|
2052
|
-
28,
|
|
2053
|
-
27,
|
|
2054
|
-
25,
|
|
2055
|
-
26,
|
|
2056
|
-
43,
|
|
2057
|
-
55
|
|
1508
|
+
52
|
|
2058
1509
|
]
|
|
2059
1510
|
},
|
|
2060
1511
|
{
|
|
2061
1512
|
"title": "Accessors",
|
|
2062
1513
|
"kind": 262144,
|
|
2063
1514
|
"children": [
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
1515
|
+
40,
|
|
1516
|
+
43,
|
|
1517
|
+
24,
|
|
1518
|
+
37,
|
|
2068
1519
|
20,
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
1520
|
+
34,
|
|
1521
|
+
46,
|
|
1522
|
+
28,
|
|
1523
|
+
31,
|
|
1524
|
+
49
|
|
2074
1525
|
]
|
|
2075
1526
|
},
|
|
2076
1527
|
{
|
|
2077
1528
|
"title": "Methods",
|
|
2078
1529
|
"kind": 2048,
|
|
2079
1530
|
"children": [
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
97
|
|
1531
|
+
112,
|
|
1532
|
+
108,
|
|
1533
|
+
106,
|
|
1534
|
+
114,
|
|
1535
|
+
116,
|
|
1536
|
+
118,
|
|
1537
|
+
121,
|
|
1538
|
+
110,
|
|
1539
|
+
99,
|
|
1540
|
+
123
|
|
2091
1541
|
]
|
|
2092
1542
|
}
|
|
2093
1543
|
],
|
|
2094
1544
|
"sources": [
|
|
2095
1545
|
{
|
|
2096
1546
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker.component.ts",
|
|
2097
|
-
"line":
|
|
1547
|
+
"line": 54,
|
|
2098
1548
|
"character": 13
|
|
2099
1549
|
}
|
|
2100
1550
|
],
|
|
@@ -2114,7 +1564,7 @@
|
|
|
2114
1564
|
]
|
|
2115
1565
|
},
|
|
2116
1566
|
{
|
|
2117
|
-
"id":
|
|
1567
|
+
"id": 156,
|
|
2118
1568
|
"name": "SkyColorpickerInputDirective",
|
|
2119
1569
|
"kind": 128,
|
|
2120
1570
|
"kindString": "Class",
|
|
@@ -2138,7 +1588,7 @@
|
|
|
2138
1588
|
],
|
|
2139
1589
|
"children": [
|
|
2140
1590
|
{
|
|
2141
|
-
"id":
|
|
1591
|
+
"id": 157,
|
|
2142
1592
|
"name": "constructor",
|
|
2143
1593
|
"kind": 512,
|
|
2144
1594
|
"kindString": "Constructor",
|
|
@@ -2146,20 +1596,20 @@
|
|
|
2146
1596
|
"sources": [
|
|
2147
1597
|
{
|
|
2148
1598
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2149
|
-
"line":
|
|
1599
|
+
"line": 146,
|
|
2150
1600
|
"character": 2
|
|
2151
1601
|
}
|
|
2152
1602
|
],
|
|
2153
1603
|
"signatures": [
|
|
2154
1604
|
{
|
|
2155
|
-
"id":
|
|
1605
|
+
"id": 158,
|
|
2156
1606
|
"name": "SkyColorpickerInputDirective",
|
|
2157
1607
|
"kind": 16384,
|
|
2158
1608
|
"kindString": "Constructor signature",
|
|
2159
1609
|
"flags": {},
|
|
2160
1610
|
"parameters": [
|
|
2161
1611
|
{
|
|
2162
|
-
"id":
|
|
1612
|
+
"id": 159,
|
|
2163
1613
|
"name": "elementRef",
|
|
2164
1614
|
"kind": 32768,
|
|
2165
1615
|
"kindString": "Parameter",
|
|
@@ -2178,7 +1628,7 @@
|
|
|
2178
1628
|
}
|
|
2179
1629
|
},
|
|
2180
1630
|
{
|
|
2181
|
-
"id":
|
|
1631
|
+
"id": 160,
|
|
2182
1632
|
"name": "renderer",
|
|
2183
1633
|
"kind": 32768,
|
|
2184
1634
|
"kindString": "Parameter",
|
|
@@ -2191,8 +1641,8 @@
|
|
|
2191
1641
|
}
|
|
2192
1642
|
},
|
|
2193
1643
|
{
|
|
2194
|
-
"id":
|
|
2195
|
-
"name": "
|
|
1644
|
+
"id": 161,
|
|
1645
|
+
"name": "svc",
|
|
2196
1646
|
"kind": 32768,
|
|
2197
1647
|
"kindString": "Parameter",
|
|
2198
1648
|
"flags": {},
|
|
@@ -2202,8 +1652,8 @@
|
|
|
2202
1652
|
}
|
|
2203
1653
|
},
|
|
2204
1654
|
{
|
|
2205
|
-
"id":
|
|
2206
|
-
"name": "
|
|
1655
|
+
"id": 162,
|
|
1656
|
+
"name": "resourcesSvc",
|
|
2207
1657
|
"kind": 32768,
|
|
2208
1658
|
"kindString": "Parameter",
|
|
2209
1659
|
"flags": {},
|
|
@@ -2213,7 +1663,7 @@
|
|
|
2213
1663
|
}
|
|
2214
1664
|
},
|
|
2215
1665
|
{
|
|
2216
|
-
"id":
|
|
1666
|
+
"id": 163,
|
|
2217
1667
|
"name": "injector",
|
|
2218
1668
|
"kind": 32768,
|
|
2219
1669
|
"kindString": "Parameter",
|
|
@@ -2228,14 +1678,14 @@
|
|
|
2228
1678
|
],
|
|
2229
1679
|
"type": {
|
|
2230
1680
|
"type": "reference",
|
|
2231
|
-
"id":
|
|
1681
|
+
"id": 156,
|
|
2232
1682
|
"name": "SkyColorpickerInputDirective"
|
|
2233
1683
|
}
|
|
2234
1684
|
}
|
|
2235
1685
|
]
|
|
2236
1686
|
},
|
|
2237
1687
|
{
|
|
2238
|
-
"id":
|
|
1688
|
+
"id": 173,
|
|
2239
1689
|
"name": "allowTransparency",
|
|
2240
1690
|
"kind": 1024,
|
|
2241
1691
|
"kindString": "Property",
|
|
@@ -2260,7 +1710,7 @@
|
|
|
2260
1710
|
"sources": [
|
|
2261
1711
|
{
|
|
2262
1712
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2263
|
-
"line":
|
|
1713
|
+
"line": 123,
|
|
2264
1714
|
"character": 9
|
|
2265
1715
|
}
|
|
2266
1716
|
],
|
|
@@ -2271,7 +1721,7 @@
|
|
|
2271
1721
|
"defaultValue": "true"
|
|
2272
1722
|
},
|
|
2273
1723
|
{
|
|
2274
|
-
"id":
|
|
1724
|
+
"id": 172,
|
|
2275
1725
|
"name": "alphaChannel",
|
|
2276
1726
|
"kind": 1024,
|
|
2277
1727
|
"kindString": "Property",
|
|
@@ -2302,7 +1752,7 @@
|
|
|
2302
1752
|
"sources": [
|
|
2303
1753
|
{
|
|
2304
1754
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2305
|
-
"line":
|
|
1755
|
+
"line": 116,
|
|
2306
1756
|
"character": 9
|
|
2307
1757
|
}
|
|
2308
1758
|
],
|
|
@@ -2313,7 +1763,7 @@
|
|
|
2313
1763
|
"defaultValue": "'hex6'"
|
|
2314
1764
|
},
|
|
2315
1765
|
{
|
|
2316
|
-
"id":
|
|
1766
|
+
"id": 170,
|
|
2317
1767
|
"name": "outputFormat",
|
|
2318
1768
|
"kind": 1024,
|
|
2319
1769
|
"kindString": "Property",
|
|
@@ -2344,7 +1794,7 @@
|
|
|
2344
1794
|
"sources": [
|
|
2345
1795
|
{
|
|
2346
1796
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2347
|
-
"line":
|
|
1797
|
+
"line": 102,
|
|
2348
1798
|
"character": 9
|
|
2349
1799
|
}
|
|
2350
1800
|
],
|
|
@@ -2355,29 +1805,7 @@
|
|
|
2355
1805
|
"defaultValue": "'rgba'"
|
|
2356
1806
|
},
|
|
2357
1807
|
{
|
|
2358
|
-
"id":
|
|
2359
|
-
"name": "pickerChangedSubscription",
|
|
2360
|
-
"kind": 1024,
|
|
2361
|
-
"kindString": "Property",
|
|
2362
|
-
"flags": {
|
|
2363
|
-
"isPublic": true
|
|
2364
|
-
},
|
|
2365
|
-
"sources": [
|
|
2366
|
-
{
|
|
2367
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2368
|
-
"line": 55,
|
|
2369
|
-
"character": 9
|
|
2370
|
-
}
|
|
2371
|
-
],
|
|
2372
|
-
"type": {
|
|
2373
|
-
"type": "reference",
|
|
2374
|
-
"qualifiedName": "Subscription",
|
|
2375
|
-
"package": "rxjs",
|
|
2376
|
-
"name": "Subscription"
|
|
2377
|
-
}
|
|
2378
|
-
},
|
|
2379
|
-
{
|
|
2380
|
-
"id": 170,
|
|
1808
|
+
"id": 171,
|
|
2381
1809
|
"name": "presetColors",
|
|
2382
1810
|
"kind": 1024,
|
|
2383
1811
|
"kindString": "Property",
|
|
@@ -2402,7 +1830,7 @@
|
|
|
2402
1830
|
"sources": [
|
|
2403
1831
|
{
|
|
2404
1832
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2405
|
-
"line":
|
|
1833
|
+
"line": 109,
|
|
2406
1834
|
"character": 9
|
|
2407
1835
|
}
|
|
2408
1836
|
],
|
|
@@ -2416,7 +1844,7 @@
|
|
|
2416
1844
|
"defaultValue": "..."
|
|
2417
1845
|
},
|
|
2418
1846
|
{
|
|
2419
|
-
"id":
|
|
1847
|
+
"id": 169,
|
|
2420
1848
|
"name": "returnFormat",
|
|
2421
1849
|
"kind": 1024,
|
|
2422
1850
|
"kindString": "Property",
|
|
@@ -2451,7 +1879,7 @@
|
|
|
2451
1879
|
"sources": [
|
|
2452
1880
|
{
|
|
2453
1881
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2454
|
-
"line":
|
|
1882
|
+
"line": 92,
|
|
2455
1883
|
"character": 9
|
|
2456
1884
|
}
|
|
2457
1885
|
],
|
|
@@ -2462,7 +1890,7 @@
|
|
|
2462
1890
|
"defaultValue": "'rgba'"
|
|
2463
1891
|
},
|
|
2464
1892
|
{
|
|
2465
|
-
"id":
|
|
1893
|
+
"id": 164,
|
|
2466
1894
|
"name": "skyColorpickerInput",
|
|
2467
1895
|
"kind": 1024,
|
|
2468
1896
|
"kindString": "Property",
|
|
@@ -2493,7 +1921,7 @@
|
|
|
2493
1921
|
"sources": [
|
|
2494
1922
|
{
|
|
2495
1923
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2496
|
-
"line":
|
|
1924
|
+
"line": 62,
|
|
2497
1925
|
"character": 9
|
|
2498
1926
|
}
|
|
2499
1927
|
],
|
|
@@ -2504,7 +1932,7 @@
|
|
|
2504
1932
|
}
|
|
2505
1933
|
},
|
|
2506
1934
|
{
|
|
2507
|
-
"id":
|
|
1935
|
+
"id": 165,
|
|
2508
1936
|
"name": "initialColor",
|
|
2509
1937
|
"kind": 262144,
|
|
2510
1938
|
"kindString": "Accessor",
|
|
@@ -2526,13 +1954,13 @@
|
|
|
2526
1954
|
"sources": [
|
|
2527
1955
|
{
|
|
2528
1956
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2529
|
-
"line":
|
|
1957
|
+
"line": 72,
|
|
2530
1958
|
"character": 13
|
|
2531
1959
|
}
|
|
2532
1960
|
],
|
|
2533
1961
|
"getSignature": [
|
|
2534
1962
|
{
|
|
2535
|
-
"id":
|
|
1963
|
+
"id": 166,
|
|
2536
1964
|
"name": "initialColor",
|
|
2537
1965
|
"kind": 524288,
|
|
2538
1966
|
"kindString": "Get signature",
|
|
@@ -2554,7 +1982,7 @@
|
|
|
2554
1982
|
],
|
|
2555
1983
|
"setSignature": [
|
|
2556
1984
|
{
|
|
2557
|
-
"id":
|
|
1985
|
+
"id": 167,
|
|
2558
1986
|
"name": "initialColor",
|
|
2559
1987
|
"kind": 1048576,
|
|
2560
1988
|
"kindString": "Set signature",
|
|
@@ -2570,7 +1998,7 @@
|
|
|
2570
1998
|
},
|
|
2571
1999
|
"parameters": [
|
|
2572
2000
|
{
|
|
2573
|
-
"id":
|
|
2001
|
+
"id": 168,
|
|
2574
2002
|
"name": "value",
|
|
2575
2003
|
"kind": 32768,
|
|
2576
2004
|
"kindString": "Parameter",
|
|
@@ -2589,7 +2017,7 @@
|
|
|
2589
2017
|
]
|
|
2590
2018
|
},
|
|
2591
2019
|
{
|
|
2592
|
-
"id":
|
|
2020
|
+
"id": 187,
|
|
2593
2021
|
"name": "changeInput",
|
|
2594
2022
|
"kind": 2048,
|
|
2595
2023
|
"kindString": "Method",
|
|
@@ -2606,38 +2034,24 @@
|
|
|
2606
2034
|
"name": "HostListener"
|
|
2607
2035
|
},
|
|
2608
2036
|
"arguments": {
|
|
2609
|
-
"eventName": "'input'"
|
|
2610
|
-
"args": "['$event']"
|
|
2037
|
+
"eventName": "'input'"
|
|
2611
2038
|
}
|
|
2612
2039
|
}
|
|
2613
2040
|
],
|
|
2614
2041
|
"sources": [
|
|
2615
2042
|
{
|
|
2616
2043
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2617
|
-
"line":
|
|
2044
|
+
"line": 161,
|
|
2618
2045
|
"character": 9
|
|
2619
2046
|
}
|
|
2620
2047
|
],
|
|
2621
2048
|
"signatures": [
|
|
2622
2049
|
{
|
|
2623
|
-
"id":
|
|
2050
|
+
"id": 188,
|
|
2624
2051
|
"name": "changeInput",
|
|
2625
2052
|
"kind": 4096,
|
|
2626
2053
|
"kindString": "Call signature",
|
|
2627
2054
|
"flags": {},
|
|
2628
|
-
"parameters": [
|
|
2629
|
-
{
|
|
2630
|
-
"id": 178,
|
|
2631
|
-
"name": "event",
|
|
2632
|
-
"kind": 32768,
|
|
2633
|
-
"kindString": "Parameter",
|
|
2634
|
-
"flags": {},
|
|
2635
|
-
"type": {
|
|
2636
|
-
"type": "intrinsic",
|
|
2637
|
-
"name": "any"
|
|
2638
|
-
}
|
|
2639
|
-
}
|
|
2640
|
-
],
|
|
2641
2055
|
"type": {
|
|
2642
2056
|
"type": "intrinsic",
|
|
2643
2057
|
"name": "void"
|
|
@@ -2646,7 +2060,7 @@
|
|
|
2646
2060
|
]
|
|
2647
2061
|
},
|
|
2648
2062
|
{
|
|
2649
|
-
"id":
|
|
2063
|
+
"id": 197,
|
|
2650
2064
|
"name": "ngOnChanges",
|
|
2651
2065
|
"kind": 2048,
|
|
2652
2066
|
"kindString": "Method",
|
|
@@ -2656,13 +2070,13 @@
|
|
|
2656
2070
|
"sources": [
|
|
2657
2071
|
{
|
|
2658
2072
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2659
|
-
"line":
|
|
2073
|
+
"line": 237,
|
|
2660
2074
|
"character": 9
|
|
2661
2075
|
}
|
|
2662
2076
|
],
|
|
2663
2077
|
"signatures": [
|
|
2664
2078
|
{
|
|
2665
|
-
"id":
|
|
2079
|
+
"id": 198,
|
|
2666
2080
|
"name": "ngOnChanges",
|
|
2667
2081
|
"kind": 4096,
|
|
2668
2082
|
"kindString": "Call signature",
|
|
@@ -2683,7 +2097,7 @@
|
|
|
2683
2097
|
}
|
|
2684
2098
|
},
|
|
2685
2099
|
{
|
|
2686
|
-
"id":
|
|
2100
|
+
"id": 193,
|
|
2687
2101
|
"name": "ngOnDestroy",
|
|
2688
2102
|
"kind": 2048,
|
|
2689
2103
|
"kindString": "Method",
|
|
@@ -2693,13 +2107,13 @@
|
|
|
2693
2107
|
"sources": [
|
|
2694
2108
|
{
|
|
2695
2109
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2696
|
-
"line":
|
|
2110
|
+
"line": 221,
|
|
2697
2111
|
"character": 9
|
|
2698
2112
|
}
|
|
2699
2113
|
],
|
|
2700
2114
|
"signatures": [
|
|
2701
2115
|
{
|
|
2702
|
-
"id":
|
|
2116
|
+
"id": 194,
|
|
2703
2117
|
"name": "ngOnDestroy",
|
|
2704
2118
|
"kind": 4096,
|
|
2705
2119
|
"kindString": "Call signature",
|
|
@@ -2720,7 +2134,7 @@
|
|
|
2720
2134
|
}
|
|
2721
2135
|
},
|
|
2722
2136
|
{
|
|
2723
|
-
"id":
|
|
2137
|
+
"id": 191,
|
|
2724
2138
|
"name": "ngOnInit",
|
|
2725
2139
|
"kind": 2048,
|
|
2726
2140
|
"kindString": "Method",
|
|
@@ -2730,13 +2144,13 @@
|
|
|
2730
2144
|
"sources": [
|
|
2731
2145
|
{
|
|
2732
2146
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2733
|
-
"line":
|
|
2147
|
+
"line": 175,
|
|
2734
2148
|
"character": 9
|
|
2735
2149
|
}
|
|
2736
2150
|
],
|
|
2737
2151
|
"signatures": [
|
|
2738
2152
|
{
|
|
2739
|
-
"id":
|
|
2153
|
+
"id": 192,
|
|
2740
2154
|
"name": "ngOnInit",
|
|
2741
2155
|
"kind": 4096,
|
|
2742
2156
|
"kindString": "Call signature",
|
|
@@ -2757,50 +2171,7 @@
|
|
|
2757
2171
|
}
|
|
2758
2172
|
},
|
|
2759
2173
|
{
|
|
2760
|
-
"id":
|
|
2761
|
-
"name": "onBlur",
|
|
2762
|
-
"kind": 2048,
|
|
2763
|
-
"kindString": "Method",
|
|
2764
|
-
"flags": {
|
|
2765
|
-
"isPublic": true
|
|
2766
|
-
},
|
|
2767
|
-
"decorators": [
|
|
2768
|
-
{
|
|
2769
|
-
"name": "HostListener",
|
|
2770
|
-
"type": {
|
|
2771
|
-
"type": "reference",
|
|
2772
|
-
"qualifiedName": "HostListenerDecorator",
|
|
2773
|
-
"package": "@angular/core",
|
|
2774
|
-
"name": "HostListener"
|
|
2775
|
-
},
|
|
2776
|
-
"arguments": {
|
|
2777
|
-
"eventName": "'blur'"
|
|
2778
|
-
}
|
|
2779
|
-
}
|
|
2780
|
-
],
|
|
2781
|
-
"sources": [
|
|
2782
|
-
{
|
|
2783
|
-
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2784
|
-
"line": 156,
|
|
2785
|
-
"character": 9
|
|
2786
|
-
}
|
|
2787
|
-
],
|
|
2788
|
-
"signatures": [
|
|
2789
|
-
{
|
|
2790
|
-
"id": 183,
|
|
2791
|
-
"name": "onBlur",
|
|
2792
|
-
"kind": 4096,
|
|
2793
|
-
"kindString": "Call signature",
|
|
2794
|
-
"flags": {},
|
|
2795
|
-
"type": {
|
|
2796
|
-
"type": "intrinsic",
|
|
2797
|
-
"name": "void"
|
|
2798
|
-
}
|
|
2799
|
-
}
|
|
2800
|
-
]
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
"id": 179,
|
|
2174
|
+
"id": 189,
|
|
2804
2175
|
"name": "onChange",
|
|
2805
2176
|
"kind": 2048,
|
|
2806
2177
|
"kindString": "Method",
|
|
@@ -2817,38 +2188,24 @@
|
|
|
2817
2188
|
"name": "HostListener"
|
|
2818
2189
|
},
|
|
2819
2190
|
"arguments": {
|
|
2820
|
-
"eventName": "'change'"
|
|
2821
|
-
"args": "['$event']"
|
|
2191
|
+
"eventName": "'change'"
|
|
2822
2192
|
}
|
|
2823
2193
|
}
|
|
2824
2194
|
],
|
|
2825
2195
|
"sources": [
|
|
2826
2196
|
{
|
|
2827
2197
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2828
|
-
"line":
|
|
2198
|
+
"line": 168,
|
|
2829
2199
|
"character": 9
|
|
2830
2200
|
}
|
|
2831
2201
|
],
|
|
2832
2202
|
"signatures": [
|
|
2833
2203
|
{
|
|
2834
|
-
"id":
|
|
2204
|
+
"id": 190,
|
|
2835
2205
|
"name": "onChange",
|
|
2836
2206
|
"kind": 4096,
|
|
2837
2207
|
"kindString": "Call signature",
|
|
2838
2208
|
"flags": {},
|
|
2839
|
-
"parameters": [
|
|
2840
|
-
{
|
|
2841
|
-
"id": 181,
|
|
2842
|
-
"name": "event",
|
|
2843
|
-
"kind": 32768,
|
|
2844
|
-
"kindString": "Parameter",
|
|
2845
|
-
"flags": {},
|
|
2846
|
-
"type": {
|
|
2847
|
-
"type": "intrinsic",
|
|
2848
|
-
"name": "any"
|
|
2849
|
-
}
|
|
2850
|
-
}
|
|
2851
|
-
],
|
|
2852
2209
|
"type": {
|
|
2853
2210
|
"type": "intrinsic",
|
|
2854
2211
|
"name": "void"
|
|
@@ -2857,7 +2214,7 @@
|
|
|
2857
2214
|
]
|
|
2858
2215
|
},
|
|
2859
2216
|
{
|
|
2860
|
-
"id":
|
|
2217
|
+
"id": 199,
|
|
2861
2218
|
"name": "registerOnChange",
|
|
2862
2219
|
"kind": 2048,
|
|
2863
2220
|
"kindString": "Method",
|
|
@@ -2867,62 +2224,17 @@
|
|
|
2867
2224
|
"sources": [
|
|
2868
2225
|
{
|
|
2869
2226
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2870
|
-
"line":
|
|
2227
|
+
"line": 243,
|
|
2871
2228
|
"character": 9
|
|
2872
2229
|
}
|
|
2873
2230
|
],
|
|
2874
2231
|
"signatures": [
|
|
2875
2232
|
{
|
|
2876
|
-
"id":
|
|
2233
|
+
"id": 200,
|
|
2877
2234
|
"name": "registerOnChange",
|
|
2878
2235
|
"kind": 4096,
|
|
2879
2236
|
"kindString": "Call signature",
|
|
2880
2237
|
"flags": {},
|
|
2881
|
-
"parameters": [
|
|
2882
|
-
{
|
|
2883
|
-
"id": 194,
|
|
2884
|
-
"name": "fn",
|
|
2885
|
-
"kind": 32768,
|
|
2886
|
-
"kindString": "Parameter",
|
|
2887
|
-
"flags": {},
|
|
2888
|
-
"type": {
|
|
2889
|
-
"type": "reflection",
|
|
2890
|
-
"declaration": {
|
|
2891
|
-
"id": 195,
|
|
2892
|
-
"name": "__type",
|
|
2893
|
-
"kind": 65536,
|
|
2894
|
-
"kindString": "Type literal",
|
|
2895
|
-
"flags": {},
|
|
2896
|
-
"signatures": [
|
|
2897
|
-
{
|
|
2898
|
-
"id": 196,
|
|
2899
|
-
"name": "__type",
|
|
2900
|
-
"kind": 4096,
|
|
2901
|
-
"kindString": "Call signature",
|
|
2902
|
-
"flags": {},
|
|
2903
|
-
"parameters": [
|
|
2904
|
-
{
|
|
2905
|
-
"id": 197,
|
|
2906
|
-
"name": "value",
|
|
2907
|
-
"kind": 32768,
|
|
2908
|
-
"kindString": "Parameter",
|
|
2909
|
-
"flags": {},
|
|
2910
|
-
"type": {
|
|
2911
|
-
"type": "intrinsic",
|
|
2912
|
-
"name": "any"
|
|
2913
|
-
}
|
|
2914
|
-
}
|
|
2915
|
-
],
|
|
2916
|
-
"type": {
|
|
2917
|
-
"type": "intrinsic",
|
|
2918
|
-
"name": "any"
|
|
2919
|
-
}
|
|
2920
|
-
}
|
|
2921
|
-
]
|
|
2922
|
-
}
|
|
2923
|
-
}
|
|
2924
|
-
}
|
|
2925
|
-
],
|
|
2926
2238
|
"type": {
|
|
2927
2239
|
"type": "intrinsic",
|
|
2928
2240
|
"name": "void"
|
|
@@ -2939,7 +2251,7 @@
|
|
|
2939
2251
|
}
|
|
2940
2252
|
},
|
|
2941
2253
|
{
|
|
2942
|
-
"id":
|
|
2254
|
+
"id": 201,
|
|
2943
2255
|
"name": "registerOnTouched",
|
|
2944
2256
|
"kind": 2048,
|
|
2945
2257
|
"kindString": "Method",
|
|
@@ -2949,49 +2261,17 @@
|
|
|
2949
2261
|
"sources": [
|
|
2950
2262
|
{
|
|
2951
2263
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
2952
|
-
"line":
|
|
2264
|
+
"line": 246,
|
|
2953
2265
|
"character": 9
|
|
2954
2266
|
}
|
|
2955
2267
|
],
|
|
2956
2268
|
"signatures": [
|
|
2957
2269
|
{
|
|
2958
|
-
"id":
|
|
2270
|
+
"id": 202,
|
|
2959
2271
|
"name": "registerOnTouched",
|
|
2960
2272
|
"kind": 4096,
|
|
2961
2273
|
"kindString": "Call signature",
|
|
2962
2274
|
"flags": {},
|
|
2963
|
-
"parameters": [
|
|
2964
|
-
{
|
|
2965
|
-
"id": 200,
|
|
2966
|
-
"name": "fn",
|
|
2967
|
-
"kind": 32768,
|
|
2968
|
-
"kindString": "Parameter",
|
|
2969
|
-
"flags": {},
|
|
2970
|
-
"type": {
|
|
2971
|
-
"type": "reflection",
|
|
2972
|
-
"declaration": {
|
|
2973
|
-
"id": 201,
|
|
2974
|
-
"name": "__type",
|
|
2975
|
-
"kind": 65536,
|
|
2976
|
-
"kindString": "Type literal",
|
|
2977
|
-
"flags": {},
|
|
2978
|
-
"signatures": [
|
|
2979
|
-
{
|
|
2980
|
-
"id": 202,
|
|
2981
|
-
"name": "__type",
|
|
2982
|
-
"kind": 4096,
|
|
2983
|
-
"kindString": "Call signature",
|
|
2984
|
-
"flags": {},
|
|
2985
|
-
"type": {
|
|
2986
|
-
"type": "intrinsic",
|
|
2987
|
-
"name": "any"
|
|
2988
|
-
}
|
|
2989
|
-
}
|
|
2990
|
-
]
|
|
2991
|
-
}
|
|
2992
|
-
}
|
|
2993
|
-
}
|
|
2994
|
-
],
|
|
2995
2275
|
"type": {
|
|
2996
2276
|
"type": "intrinsic",
|
|
2997
2277
|
"name": "void"
|
|
@@ -3018,7 +2298,7 @@
|
|
|
3018
2298
|
"sources": [
|
|
3019
2299
|
{
|
|
3020
2300
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
3021
|
-
"line":
|
|
2301
|
+
"line": 249,
|
|
3022
2302
|
"character": 9
|
|
3023
2303
|
}
|
|
3024
2304
|
],
|
|
@@ -3029,38 +2309,6 @@
|
|
|
3029
2309
|
"kind": 4096,
|
|
3030
2310
|
"kindString": "Call signature",
|
|
3031
2311
|
"flags": {},
|
|
3032
|
-
"parameters": [
|
|
3033
|
-
{
|
|
3034
|
-
"id": 205,
|
|
3035
|
-
"name": "fn",
|
|
3036
|
-
"kind": 32768,
|
|
3037
|
-
"kindString": "Parameter",
|
|
3038
|
-
"flags": {},
|
|
3039
|
-
"type": {
|
|
3040
|
-
"type": "reflection",
|
|
3041
|
-
"declaration": {
|
|
3042
|
-
"id": 206,
|
|
3043
|
-
"name": "__type",
|
|
3044
|
-
"kind": 65536,
|
|
3045
|
-
"kindString": "Type literal",
|
|
3046
|
-
"flags": {},
|
|
3047
|
-
"signatures": [
|
|
3048
|
-
{
|
|
3049
|
-
"id": 207,
|
|
3050
|
-
"name": "__type",
|
|
3051
|
-
"kind": 4096,
|
|
3052
|
-
"kindString": "Call signature",
|
|
3053
|
-
"flags": {},
|
|
3054
|
-
"type": {
|
|
3055
|
-
"type": "intrinsic",
|
|
3056
|
-
"name": "void"
|
|
3057
|
-
}
|
|
3058
|
-
}
|
|
3059
|
-
]
|
|
3060
|
-
}
|
|
3061
|
-
}
|
|
3062
|
-
}
|
|
3063
|
-
],
|
|
3064
2312
|
"type": {
|
|
3065
2313
|
"type": "intrinsic",
|
|
3066
2314
|
"name": "void"
|
|
@@ -3077,7 +2325,7 @@
|
|
|
3077
2325
|
}
|
|
3078
2326
|
},
|
|
3079
2327
|
{
|
|
3080
|
-
"id":
|
|
2328
|
+
"id": 195,
|
|
3081
2329
|
"name": "setColorPickerDefaults",
|
|
3082
2330
|
"kind": 2048,
|
|
3083
2331
|
"kindString": "Method",
|
|
@@ -3087,13 +2335,13 @@
|
|
|
3087
2335
|
"sources": [
|
|
3088
2336
|
{
|
|
3089
2337
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
3090
|
-
"line":
|
|
2338
|
+
"line": 227,
|
|
3091
2339
|
"character": 9
|
|
3092
2340
|
}
|
|
3093
2341
|
],
|
|
3094
2342
|
"signatures": [
|
|
3095
2343
|
{
|
|
3096
|
-
"id":
|
|
2344
|
+
"id": 196,
|
|
3097
2345
|
"name": "setColorPickerDefaults",
|
|
3098
2346
|
"kind": 4096,
|
|
3099
2347
|
"kindString": "Call signature",
|
|
@@ -3106,7 +2354,7 @@
|
|
|
3106
2354
|
]
|
|
3107
2355
|
},
|
|
3108
2356
|
{
|
|
3109
|
-
"id":
|
|
2357
|
+
"id": 210,
|
|
3110
2358
|
"name": "setDisabledState",
|
|
3111
2359
|
"kind": 2048,
|
|
3112
2360
|
"kindString": "Method",
|
|
@@ -3116,13 +2364,13 @@
|
|
|
3116
2364
|
"sources": [
|
|
3117
2365
|
{
|
|
3118
2366
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
3119
|
-
"line":
|
|
2367
|
+
"line": 284,
|
|
3120
2368
|
"character": 9
|
|
3121
2369
|
}
|
|
3122
2370
|
],
|
|
3123
2371
|
"signatures": [
|
|
3124
2372
|
{
|
|
3125
|
-
"id":
|
|
2373
|
+
"id": 211,
|
|
3126
2374
|
"name": "setDisabledState",
|
|
3127
2375
|
"kind": 4096,
|
|
3128
2376
|
"kindString": "Call signature",
|
|
@@ -3132,7 +2380,7 @@
|
|
|
3132
2380
|
},
|
|
3133
2381
|
"parameters": [
|
|
3134
2382
|
{
|
|
3135
|
-
"id":
|
|
2383
|
+
"id": 212,
|
|
3136
2384
|
"name": "isDisabled",
|
|
3137
2385
|
"kind": 32768,
|
|
3138
2386
|
"kindString": "Parameter",
|
|
@@ -3159,7 +2407,7 @@
|
|
|
3159
2407
|
}
|
|
3160
2408
|
},
|
|
3161
2409
|
{
|
|
3162
|
-
"id":
|
|
2410
|
+
"id": 208,
|
|
3163
2411
|
"name": "validate",
|
|
3164
2412
|
"kind": 2048,
|
|
3165
2413
|
"kindString": "Method",
|
|
@@ -3169,74 +2417,22 @@
|
|
|
3169
2417
|
"sources": [
|
|
3170
2418
|
{
|
|
3171
2419
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
3172
|
-
"line":
|
|
2420
|
+
"line": 277,
|
|
3173
2421
|
"character": 9
|
|
3174
2422
|
}
|
|
3175
2423
|
],
|
|
3176
2424
|
"signatures": [
|
|
3177
2425
|
{
|
|
3178
|
-
"id":
|
|
2426
|
+
"id": 209,
|
|
3179
2427
|
"name": "validate",
|
|
3180
2428
|
"kind": 4096,
|
|
3181
2429
|
"kindString": "Call signature",
|
|
3182
2430
|
"flags": {},
|
|
3183
|
-
"parameters": [
|
|
3184
|
-
{
|
|
3185
|
-
"id": 213,
|
|
3186
|
-
"name": "control",
|
|
3187
|
-
"kind": 32768,
|
|
3188
|
-
"kindString": "Parameter",
|
|
3189
|
-
"flags": {},
|
|
3190
|
-
"type": {
|
|
3191
|
-
"type": "reference",
|
|
3192
|
-
"typeArguments": [
|
|
3193
|
-
{
|
|
3194
|
-
"type": "intrinsic",
|
|
3195
|
-
"name": "any"
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
"type": "intrinsic",
|
|
3199
|
-
"name": "any"
|
|
3200
|
-
}
|
|
3201
|
-
],
|
|
3202
|
-
"qualifiedName": "AbstractControl",
|
|
3203
|
-
"package": "@angular/forms",
|
|
3204
|
-
"name": "AbstractControl"
|
|
3205
|
-
}
|
|
3206
|
-
}
|
|
3207
|
-
],
|
|
3208
2431
|
"type": {
|
|
3209
|
-
"type": "
|
|
3210
|
-
"
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
"kind": 65536,
|
|
3214
|
-
"kindString": "Type literal",
|
|
3215
|
-
"flags": {},
|
|
3216
|
-
"indexSignature": {
|
|
3217
|
-
"id": 215,
|
|
3218
|
-
"name": "__index",
|
|
3219
|
-
"kind": 8192,
|
|
3220
|
-
"kindString": "Index signature",
|
|
3221
|
-
"flags": {},
|
|
3222
|
-
"parameters": [
|
|
3223
|
-
{
|
|
3224
|
-
"id": 216,
|
|
3225
|
-
"name": "key",
|
|
3226
|
-
"kind": 32768,
|
|
3227
|
-
"flags": {},
|
|
3228
|
-
"type": {
|
|
3229
|
-
"type": "intrinsic",
|
|
3230
|
-
"name": "string"
|
|
3231
|
-
}
|
|
3232
|
-
}
|
|
3233
|
-
],
|
|
3234
|
-
"type": {
|
|
3235
|
-
"type": "intrinsic",
|
|
3236
|
-
"name": "any"
|
|
3237
|
-
}
|
|
3238
|
-
}
|
|
3239
|
-
}
|
|
2432
|
+
"type": "reference",
|
|
2433
|
+
"qualifiedName": "ValidationErrors",
|
|
2434
|
+
"package": "@angular/forms",
|
|
2435
|
+
"name": "ValidationErrors"
|
|
3240
2436
|
},
|
|
3241
2437
|
"implementationOf": {
|
|
3242
2438
|
"type": "reference",
|
|
@@ -3250,7 +2446,7 @@
|
|
|
3250
2446
|
}
|
|
3251
2447
|
},
|
|
3252
2448
|
{
|
|
3253
|
-
"id":
|
|
2449
|
+
"id": 205,
|
|
3254
2450
|
"name": "writeValue",
|
|
3255
2451
|
"kind": 2048,
|
|
3256
2452
|
"kindString": "Method",
|
|
@@ -3260,20 +2456,20 @@
|
|
|
3260
2456
|
"sources": [
|
|
3261
2457
|
{
|
|
3262
2458
|
"fileName": "projects/colorpicker/src/modules/colorpicker/colorpicker-input.directive.ts",
|
|
3263
|
-
"line":
|
|
2459
|
+
"line": 252,
|
|
3264
2460
|
"character": 9
|
|
3265
2461
|
}
|
|
3266
2462
|
],
|
|
3267
2463
|
"signatures": [
|
|
3268
2464
|
{
|
|
3269
|
-
"id":
|
|
2465
|
+
"id": 206,
|
|
3270
2466
|
"name": "writeValue",
|
|
3271
2467
|
"kind": 4096,
|
|
3272
2468
|
"kindString": "Call signature",
|
|
3273
2469
|
"flags": {},
|
|
3274
2470
|
"parameters": [
|
|
3275
2471
|
{
|
|
3276
|
-
"id":
|
|
2472
|
+
"id": 207,
|
|
3277
2473
|
"name": "value",
|
|
3278
2474
|
"kind": 32768,
|
|
3279
2475
|
"kindString": "Parameter",
|
|
@@ -3305,46 +2501,44 @@
|
|
|
3305
2501
|
"title": "Constructors",
|
|
3306
2502
|
"kind": 512,
|
|
3307
2503
|
"children": [
|
|
3308
|
-
|
|
2504
|
+
157
|
|
3309
2505
|
]
|
|
3310
2506
|
},
|
|
3311
2507
|
{
|
|
3312
2508
|
"title": "Properties",
|
|
3313
2509
|
"kind": 1024,
|
|
3314
2510
|
"children": [
|
|
2511
|
+
173,
|
|
3315
2512
|
172,
|
|
2513
|
+
170,
|
|
3316
2514
|
171,
|
|
3317
2515
|
169,
|
|
3318
|
-
|
|
3319
|
-
170,
|
|
3320
|
-
168,
|
|
3321
|
-
163
|
|
2516
|
+
164
|
|
3322
2517
|
]
|
|
3323
2518
|
},
|
|
3324
2519
|
{
|
|
3325
2520
|
"title": "Accessors",
|
|
3326
2521
|
"kind": 262144,
|
|
3327
2522
|
"children": [
|
|
3328
|
-
|
|
2523
|
+
165
|
|
3329
2524
|
]
|
|
3330
2525
|
},
|
|
3331
2526
|
{
|
|
3332
2527
|
"title": "Methods",
|
|
3333
2528
|
"kind": 2048,
|
|
3334
2529
|
"children": [
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
198,
|
|
2530
|
+
187,
|
|
2531
|
+
197,
|
|
2532
|
+
193,
|
|
2533
|
+
191,
|
|
2534
|
+
189,
|
|
2535
|
+
199,
|
|
2536
|
+
201,
|
|
3343
2537
|
203,
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
2538
|
+
195,
|
|
2539
|
+
210,
|
|
2540
|
+
208,
|
|
2541
|
+
205
|
|
3348
2542
|
]
|
|
3349
2543
|
}
|
|
3350
2544
|
],
|
|
@@ -3389,7 +2583,7 @@
|
|
|
3389
2583
|
]
|
|
3390
2584
|
},
|
|
3391
2585
|
{
|
|
3392
|
-
"id":
|
|
2586
|
+
"id": 231,
|
|
3393
2587
|
"name": "SkyColorpickerCmyk",
|
|
3394
2588
|
"kind": 256,
|
|
3395
2589
|
"kindString": "Interface",
|
|
@@ -3399,7 +2593,7 @@
|
|
|
3399
2593
|
},
|
|
3400
2594
|
"children": [
|
|
3401
2595
|
{
|
|
3402
|
-
"id":
|
|
2596
|
+
"id": 232,
|
|
3403
2597
|
"name": "cyan",
|
|
3404
2598
|
"kind": 1024,
|
|
3405
2599
|
"kindString": "Property",
|
|
@@ -3420,7 +2614,7 @@
|
|
|
3420
2614
|
}
|
|
3421
2615
|
},
|
|
3422
2616
|
{
|
|
3423
|
-
"id":
|
|
2617
|
+
"id": 235,
|
|
3424
2618
|
"name": "key",
|
|
3425
2619
|
"kind": 1024,
|
|
3426
2620
|
"kindString": "Property",
|
|
@@ -3441,7 +2635,7 @@
|
|
|
3441
2635
|
}
|
|
3442
2636
|
},
|
|
3443
2637
|
{
|
|
3444
|
-
"id":
|
|
2638
|
+
"id": 233,
|
|
3445
2639
|
"name": "magenta",
|
|
3446
2640
|
"kind": 1024,
|
|
3447
2641
|
"kindString": "Property",
|
|
@@ -3462,7 +2656,7 @@
|
|
|
3462
2656
|
}
|
|
3463
2657
|
},
|
|
3464
2658
|
{
|
|
3465
|
-
"id":
|
|
2659
|
+
"id": 234,
|
|
3466
2660
|
"name": "yellow",
|
|
3467
2661
|
"kind": 1024,
|
|
3468
2662
|
"kindString": "Property",
|
|
@@ -3488,10 +2682,10 @@
|
|
|
3488
2682
|
"title": "Properties",
|
|
3489
2683
|
"kind": 1024,
|
|
3490
2684
|
"children": [
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
2685
|
+
232,
|
|
2686
|
+
235,
|
|
2687
|
+
233,
|
|
2688
|
+
234
|
|
3495
2689
|
]
|
|
3496
2690
|
}
|
|
3497
2691
|
],
|
|
@@ -3504,7 +2698,7 @@
|
|
|
3504
2698
|
]
|
|
3505
2699
|
},
|
|
3506
2700
|
{
|
|
3507
|
-
"id":
|
|
2701
|
+
"id": 240,
|
|
3508
2702
|
"name": "SkyColorpickerHsla",
|
|
3509
2703
|
"kind": 256,
|
|
3510
2704
|
"kindString": "Interface",
|
|
@@ -3514,7 +2708,7 @@
|
|
|
3514
2708
|
},
|
|
3515
2709
|
"children": [
|
|
3516
2710
|
{
|
|
3517
|
-
"id":
|
|
2711
|
+
"id": 244,
|
|
3518
2712
|
"name": "alpha",
|
|
3519
2713
|
"kind": 1024,
|
|
3520
2714
|
"kindString": "Property",
|
|
@@ -3535,7 +2729,7 @@
|
|
|
3535
2729
|
}
|
|
3536
2730
|
},
|
|
3537
2731
|
{
|
|
3538
|
-
"id":
|
|
2732
|
+
"id": 241,
|
|
3539
2733
|
"name": "hue",
|
|
3540
2734
|
"kind": 1024,
|
|
3541
2735
|
"kindString": "Property",
|
|
@@ -3556,7 +2750,7 @@
|
|
|
3556
2750
|
}
|
|
3557
2751
|
},
|
|
3558
2752
|
{
|
|
3559
|
-
"id":
|
|
2753
|
+
"id": 243,
|
|
3560
2754
|
"name": "lightness",
|
|
3561
2755
|
"kind": 1024,
|
|
3562
2756
|
"kindString": "Property",
|
|
@@ -3577,7 +2771,7 @@
|
|
|
3577
2771
|
}
|
|
3578
2772
|
},
|
|
3579
2773
|
{
|
|
3580
|
-
"id":
|
|
2774
|
+
"id": 242,
|
|
3581
2775
|
"name": "saturation",
|
|
3582
2776
|
"kind": 1024,
|
|
3583
2777
|
"kindString": "Property",
|
|
@@ -3603,10 +2797,10 @@
|
|
|
3603
2797
|
"title": "Properties",
|
|
3604
2798
|
"kind": 1024,
|
|
3605
2799
|
"children": [
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
2800
|
+
244,
|
|
2801
|
+
241,
|
|
2802
|
+
243,
|
|
2803
|
+
242
|
|
3610
2804
|
]
|
|
3611
2805
|
}
|
|
3612
2806
|
],
|
|
@@ -3619,7 +2813,7 @@
|
|
|
3619
2813
|
]
|
|
3620
2814
|
},
|
|
3621
2815
|
{
|
|
3622
|
-
"id":
|
|
2816
|
+
"id": 245,
|
|
3623
2817
|
"name": "SkyColorpickerHsva",
|
|
3624
2818
|
"kind": 256,
|
|
3625
2819
|
"kindString": "Interface",
|
|
@@ -3629,7 +2823,7 @@
|
|
|
3629
2823
|
},
|
|
3630
2824
|
"children": [
|
|
3631
2825
|
{
|
|
3632
|
-
"id":
|
|
2826
|
+
"id": 249,
|
|
3633
2827
|
"name": "alpha",
|
|
3634
2828
|
"kind": 1024,
|
|
3635
2829
|
"kindString": "Property",
|
|
@@ -3650,7 +2844,7 @@
|
|
|
3650
2844
|
}
|
|
3651
2845
|
},
|
|
3652
2846
|
{
|
|
3653
|
-
"id":
|
|
2847
|
+
"id": 246,
|
|
3654
2848
|
"name": "hue",
|
|
3655
2849
|
"kind": 1024,
|
|
3656
2850
|
"kindString": "Property",
|
|
@@ -3671,7 +2865,7 @@
|
|
|
3671
2865
|
}
|
|
3672
2866
|
},
|
|
3673
2867
|
{
|
|
3674
|
-
"id":
|
|
2868
|
+
"id": 247,
|
|
3675
2869
|
"name": "saturation",
|
|
3676
2870
|
"kind": 1024,
|
|
3677
2871
|
"kindString": "Property",
|
|
@@ -3692,7 +2886,7 @@
|
|
|
3692
2886
|
}
|
|
3693
2887
|
},
|
|
3694
2888
|
{
|
|
3695
|
-
"id":
|
|
2889
|
+
"id": 248,
|
|
3696
2890
|
"name": "value",
|
|
3697
2891
|
"kind": 1024,
|
|
3698
2892
|
"kindString": "Property",
|
|
@@ -3718,10 +2912,10 @@
|
|
|
3718
2912
|
"title": "Properties",
|
|
3719
2913
|
"kind": 1024,
|
|
3720
2914
|
"children": [
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
2915
|
+
249,
|
|
2916
|
+
246,
|
|
2917
|
+
247,
|
|
2918
|
+
248
|
|
3725
2919
|
]
|
|
3726
2920
|
}
|
|
3727
2921
|
],
|
|
@@ -3734,7 +2928,7 @@
|
|
|
3734
2928
|
]
|
|
3735
2929
|
},
|
|
3736
2930
|
{
|
|
3737
|
-
"id":
|
|
2931
|
+
"id": 250,
|
|
3738
2932
|
"name": "SkyColorpickerMessage",
|
|
3739
2933
|
"kind": 256,
|
|
3740
2934
|
"kindString": "Interface",
|
|
@@ -3744,7 +2938,7 @@
|
|
|
3744
2938
|
},
|
|
3745
2939
|
"children": [
|
|
3746
2940
|
{
|
|
3747
|
-
"id":
|
|
2941
|
+
"id": 251,
|
|
3748
2942
|
"name": "type",
|
|
3749
2943
|
"kind": 1024,
|
|
3750
2944
|
"kindString": "Property",
|
|
@@ -3763,7 +2957,7 @@
|
|
|
3763
2957
|
],
|
|
3764
2958
|
"type": {
|
|
3765
2959
|
"type": "reference",
|
|
3766
|
-
"id":
|
|
2960
|
+
"id": 252,
|
|
3767
2961
|
"name": "SkyColorpickerMessageType"
|
|
3768
2962
|
}
|
|
3769
2963
|
}
|
|
@@ -3773,7 +2967,7 @@
|
|
|
3773
2967
|
"title": "Properties",
|
|
3774
2968
|
"kind": 1024,
|
|
3775
2969
|
"children": [
|
|
3776
|
-
|
|
2970
|
+
251
|
|
3777
2971
|
]
|
|
3778
2972
|
}
|
|
3779
2973
|
],
|
|
@@ -3786,7 +2980,7 @@
|
|
|
3786
2980
|
]
|
|
3787
2981
|
},
|
|
3788
2982
|
{
|
|
3789
|
-
"id":
|
|
2983
|
+
"id": 257,
|
|
3790
2984
|
"name": "SkyColorpickerOutput",
|
|
3791
2985
|
"kind": 256,
|
|
3792
2986
|
"kindString": "Interface",
|
|
@@ -3796,7 +2990,7 @@
|
|
|
3796
2990
|
},
|
|
3797
2991
|
"children": [
|
|
3798
2992
|
{
|
|
3799
|
-
"id":
|
|
2993
|
+
"id": 264,
|
|
3800
2994
|
"name": "cmyk",
|
|
3801
2995
|
"kind": 1024,
|
|
3802
2996
|
"kindString": "Property",
|
|
@@ -3813,12 +3007,12 @@
|
|
|
3813
3007
|
],
|
|
3814
3008
|
"type": {
|
|
3815
3009
|
"type": "reference",
|
|
3816
|
-
"id":
|
|
3010
|
+
"id": 231,
|
|
3817
3011
|
"name": "SkyColorpickerCmyk"
|
|
3818
3012
|
}
|
|
3819
3013
|
},
|
|
3820
3014
|
{
|
|
3821
|
-
"id":
|
|
3015
|
+
"id": 260,
|
|
3822
3016
|
"name": "cmykText",
|
|
3823
3017
|
"kind": 1024,
|
|
3824
3018
|
"kindString": "Property",
|
|
@@ -3839,7 +3033,7 @@
|
|
|
3839
3033
|
}
|
|
3840
3034
|
},
|
|
3841
3035
|
{
|
|
3842
|
-
"id":
|
|
3036
|
+
"id": 265,
|
|
3843
3037
|
"name": "hex",
|
|
3844
3038
|
"kind": 1024,
|
|
3845
3039
|
"kindString": "Property",
|
|
@@ -3860,7 +3054,7 @@
|
|
|
3860
3054
|
}
|
|
3861
3055
|
},
|
|
3862
3056
|
{
|
|
3863
|
-
"id":
|
|
3057
|
+
"id": 263,
|
|
3864
3058
|
"name": "hsla",
|
|
3865
3059
|
"kind": 1024,
|
|
3866
3060
|
"kindString": "Property",
|
|
@@ -3877,12 +3071,12 @@
|
|
|
3877
3071
|
],
|
|
3878
3072
|
"type": {
|
|
3879
3073
|
"type": "reference",
|
|
3880
|
-
"id":
|
|
3074
|
+
"id": 240,
|
|
3881
3075
|
"name": "SkyColorpickerHsla"
|
|
3882
3076
|
}
|
|
3883
3077
|
},
|
|
3884
3078
|
{
|
|
3885
|
-
"id":
|
|
3079
|
+
"id": 258,
|
|
3886
3080
|
"name": "hslaText",
|
|
3887
3081
|
"kind": 1024,
|
|
3888
3082
|
"kindString": "Property",
|
|
@@ -3903,7 +3097,7 @@
|
|
|
3903
3097
|
}
|
|
3904
3098
|
},
|
|
3905
3099
|
{
|
|
3906
|
-
"id":
|
|
3100
|
+
"id": 261,
|
|
3907
3101
|
"name": "hsva",
|
|
3908
3102
|
"kind": 1024,
|
|
3909
3103
|
"kindString": "Property",
|
|
@@ -3920,12 +3114,12 @@
|
|
|
3920
3114
|
],
|
|
3921
3115
|
"type": {
|
|
3922
3116
|
"type": "reference",
|
|
3923
|
-
"id":
|
|
3117
|
+
"id": 245,
|
|
3924
3118
|
"name": "SkyColorpickerHsva"
|
|
3925
3119
|
}
|
|
3926
3120
|
},
|
|
3927
3121
|
{
|
|
3928
|
-
"id":
|
|
3122
|
+
"id": 262,
|
|
3929
3123
|
"name": "rgba",
|
|
3930
3124
|
"kind": 1024,
|
|
3931
3125
|
"kindString": "Property",
|
|
@@ -3942,12 +3136,12 @@
|
|
|
3942
3136
|
],
|
|
3943
3137
|
"type": {
|
|
3944
3138
|
"type": "reference",
|
|
3945
|
-
"id":
|
|
3139
|
+
"id": 268,
|
|
3946
3140
|
"name": "SkyColorpickerRgba"
|
|
3947
3141
|
}
|
|
3948
3142
|
},
|
|
3949
3143
|
{
|
|
3950
|
-
"id":
|
|
3144
|
+
"id": 259,
|
|
3951
3145
|
"name": "rgbaText",
|
|
3952
3146
|
"kind": 1024,
|
|
3953
3147
|
"kindString": "Property",
|
|
@@ -3973,14 +3167,14 @@
|
|
|
3973
3167
|
"title": "Properties",
|
|
3974
3168
|
"kind": 1024,
|
|
3975
3169
|
"children": [
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3170
|
+
264,
|
|
3171
|
+
260,
|
|
3172
|
+
265,
|
|
3173
|
+
263,
|
|
3174
|
+
258,
|
|
3175
|
+
261,
|
|
3176
|
+
262,
|
|
3177
|
+
259
|
|
3984
3178
|
]
|
|
3985
3179
|
}
|
|
3986
3180
|
],
|
|
@@ -3993,7 +3187,7 @@
|
|
|
3993
3187
|
]
|
|
3994
3188
|
},
|
|
3995
3189
|
{
|
|
3996
|
-
"id":
|
|
3190
|
+
"id": 266,
|
|
3997
3191
|
"name": "SkyColorpickerResult",
|
|
3998
3192
|
"kind": 256,
|
|
3999
3193
|
"kindString": "Interface",
|
|
@@ -4003,7 +3197,7 @@
|
|
|
4003
3197
|
},
|
|
4004
3198
|
"children": [
|
|
4005
3199
|
{
|
|
4006
|
-
"id":
|
|
3200
|
+
"id": 267,
|
|
4007
3201
|
"name": "color",
|
|
4008
3202
|
"kind": 1024,
|
|
4009
3203
|
"kindString": "Property",
|
|
@@ -4020,7 +3214,7 @@
|
|
|
4020
3214
|
],
|
|
4021
3215
|
"type": {
|
|
4022
3216
|
"type": "reference",
|
|
4023
|
-
"id":
|
|
3217
|
+
"id": 257,
|
|
4024
3218
|
"name": "SkyColorpickerOutput"
|
|
4025
3219
|
}
|
|
4026
3220
|
}
|
|
@@ -4030,7 +3224,7 @@
|
|
|
4030
3224
|
"title": "Properties",
|
|
4031
3225
|
"kind": 1024,
|
|
4032
3226
|
"children": [
|
|
4033
|
-
|
|
3227
|
+
267
|
|
4034
3228
|
]
|
|
4035
3229
|
}
|
|
4036
3230
|
],
|
|
@@ -4043,7 +3237,7 @@
|
|
|
4043
3237
|
]
|
|
4044
3238
|
},
|
|
4045
3239
|
{
|
|
4046
|
-
"id":
|
|
3240
|
+
"id": 268,
|
|
4047
3241
|
"name": "SkyColorpickerRgba",
|
|
4048
3242
|
"kind": 256,
|
|
4049
3243
|
"kindString": "Interface",
|
|
@@ -4053,7 +3247,7 @@
|
|
|
4053
3247
|
},
|
|
4054
3248
|
"children": [
|
|
4055
3249
|
{
|
|
4056
|
-
"id":
|
|
3250
|
+
"id": 272,
|
|
4057
3251
|
"name": "alpha",
|
|
4058
3252
|
"kind": 1024,
|
|
4059
3253
|
"kindString": "Property",
|
|
@@ -4074,7 +3268,7 @@
|
|
|
4074
3268
|
}
|
|
4075
3269
|
},
|
|
4076
3270
|
{
|
|
4077
|
-
"id":
|
|
3271
|
+
"id": 271,
|
|
4078
3272
|
"name": "blue",
|
|
4079
3273
|
"kind": 1024,
|
|
4080
3274
|
"kindString": "Property",
|
|
@@ -4095,7 +3289,7 @@
|
|
|
4095
3289
|
}
|
|
4096
3290
|
},
|
|
4097
3291
|
{
|
|
4098
|
-
"id":
|
|
3292
|
+
"id": 270,
|
|
4099
3293
|
"name": "green",
|
|
4100
3294
|
"kind": 1024,
|
|
4101
3295
|
"kindString": "Property",
|
|
@@ -4116,7 +3310,7 @@
|
|
|
4116
3310
|
}
|
|
4117
3311
|
},
|
|
4118
3312
|
{
|
|
4119
|
-
"id":
|
|
3313
|
+
"id": 269,
|
|
4120
3314
|
"name": "red",
|
|
4121
3315
|
"kind": 1024,
|
|
4122
3316
|
"kindString": "Property",
|
|
@@ -4142,10 +3336,10 @@
|
|
|
4142
3336
|
"title": "Properties",
|
|
4143
3337
|
"kind": 1024,
|
|
4144
3338
|
"children": [
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
3339
|
+
272,
|
|
3340
|
+
271,
|
|
3341
|
+
270,
|
|
3342
|
+
269
|
|
4149
3343
|
]
|
|
4150
3344
|
}
|
|
4151
3345
|
],
|