@skyux/colorpicker 7.4.2 → 7.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +70 -70
- package/esm2020/lib/modules/colorpicker/colorpicker-classes.mjs +1 -2
- package/esm2020/lib/modules/colorpicker/colorpicker-input.directive.mjs +7 -7
- package/esm2020/lib/modules/colorpicker/colorpicker-slider.directive.mjs +1 -2
- package/esm2020/lib/modules/colorpicker/colorpicker-text.directive.mjs +1 -2
- package/esm2020/lib/modules/colorpicker/colorpicker.component.mjs +5 -5
- package/esm2020/lib/modules/colorpicker/colorpicker.service.mjs +1 -2
- package/esm2020/lib/modules/colorpicker/types/colorpicker-axis.mjs +1 -1
- package/esm2020/lib/modules/colorpicker/types/colorpicker-cmyk.mjs +1 -1
- package/esm2020/lib/modules/colorpicker/types/colorpicker-color.mjs +1 -1
- package/esm2020/lib/modules/colorpicker/types/colorpicker-hsla.mjs +1 -1
- package/esm2020/lib/modules/colorpicker/types/colorpicker-hsva.mjs +1 -1
- package/esm2020/lib/modules/colorpicker/types/colorpicker-message-type.mjs +2 -2
- package/esm2020/lib/modules/colorpicker/types/colorpicker-message.mjs +1 -1
- package/esm2020/lib/modules/colorpicker/types/colorpicker-output.mjs +1 -1
- package/esm2020/lib/modules/colorpicker/types/colorpicker-rgba.mjs +1 -1
- package/esm2020/testing/colorpicker-fixture.mjs +2 -2
- package/fesm2015/skyux-colorpicker-testing.mjs +1 -1
- package/fesm2015/skyux-colorpicker-testing.mjs.map +1 -1
- package/fesm2015/skyux-colorpicker.mjs +11 -13
- package/fesm2015/skyux-colorpicker.mjs.map +1 -1
- package/fesm2020/skyux-colorpicker-testing.mjs +1 -1
- package/fesm2020/skyux-colorpicker-testing.mjs.map +1 -1
- package/fesm2020/skyux-colorpicker.mjs +11 -13
- package/fesm2020/skyux-colorpicker.mjs.map +1 -1
- package/lib/modules/colorpicker/colorpicker-input.directive.d.ts +6 -6
- package/lib/modules/colorpicker/colorpicker.component.d.ts +7 -7
- package/lib/modules/colorpicker/types/colorpicker-cmyk.d.ts +5 -5
- package/lib/modules/colorpicker/types/colorpicker-hsla.d.ts +6 -6
- package/lib/modules/colorpicker/types/colorpicker-hsva.d.ts +8 -8
- package/lib/modules/colorpicker/types/colorpicker-message-type.d.ts +1 -1
- package/lib/modules/colorpicker/types/colorpicker-message.d.ts +1 -1
- package/lib/modules/colorpicker/types/colorpicker-output.d.ts +8 -8
- package/lib/modules/colorpicker/types/colorpicker-rgba.d.ts +6 -6
- package/package.json +7 -7
- package/testing/colorpicker-fixture.d.ts +1 -1
package/documentation.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"kindString": "Enumeration",
|
|
27
27
|
"flags": {},
|
|
28
28
|
"comment": {
|
|
29
|
-
"shortText": "
|
|
29
|
+
"shortText": "The commands to provide the colorpicker."
|
|
30
30
|
},
|
|
31
31
|
"children": [
|
|
32
32
|
{
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"kindString": "Class",
|
|
184
184
|
"flags": {},
|
|
185
185
|
"comment": {
|
|
186
|
-
"shortText": "
|
|
186
|
+
"shortText": "The SKY UX-themed replacement for the HTML `input` element with `type=\"color\"`.\nThe value that users select is driven through the `ngModel` attribute specified on\nthe `input` element."
|
|
187
187
|
},
|
|
188
188
|
"decorators": [
|
|
189
189
|
{
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"isPublic": true
|
|
363
363
|
},
|
|
364
364
|
"comment": {
|
|
365
|
-
"shortText": "
|
|
365
|
+
"shortText": "The ARIA label for the colorpicker. This sets the colorpicker's `aria-label` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/components/checkbox#accessibility)\nwhen the colorpicker does not include a visible label. If the colorpicker includes a visible label, use `labelledBy` instead.",
|
|
366
366
|
"tags": [
|
|
367
367
|
{
|
|
368
368
|
"tag": "default",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"isPublic": true
|
|
404
404
|
},
|
|
405
405
|
"comment": {
|
|
406
|
-
"shortText": "
|
|
406
|
+
"shortText": "The HTML element ID (without the leading `#`) of the element that labels the\ncolorpicker. This sets the colorpicker's `aria-labelledby` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/components/checkbox#accessibility).\nIf the colorpicker does not include a visible label, use `label` instead."
|
|
407
407
|
},
|
|
408
408
|
"decorators": [
|
|
409
409
|
{
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
"isPublic": true
|
|
459
459
|
},
|
|
460
460
|
"comment": {
|
|
461
|
-
"shortText": "
|
|
461
|
+
"shortText": "The observable to send commands to the colorpicker. The commands should\nrespect the `SkyColorPickerMessage` type."
|
|
462
462
|
},
|
|
463
463
|
"decorators": [
|
|
464
464
|
{
|
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
"isPublic": true
|
|
614
614
|
},
|
|
615
615
|
"comment": {
|
|
616
|
-
"shortText": "
|
|
616
|
+
"shortText": "Whether to display a reset button to let users return to the default color."
|
|
617
617
|
},
|
|
618
618
|
"decorators": [
|
|
619
619
|
{
|
|
@@ -1709,7 +1709,7 @@
|
|
|
1709
1709
|
"isPublic": true
|
|
1710
1710
|
},
|
|
1711
1711
|
"comment": {
|
|
1712
|
-
"shortText": "
|
|
1712
|
+
"shortText": "Whether to display a transparency slider for users to select transparency\nlevels."
|
|
1713
1713
|
},
|
|
1714
1714
|
"decorators": [
|
|
1715
1715
|
{
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
"isPublic": true
|
|
1746
1746
|
},
|
|
1747
1747
|
"comment": {
|
|
1748
|
-
"shortText": "
|
|
1748
|
+
"shortText": "The type of transparency in the transparency slider.",
|
|
1749
1749
|
"tags": [
|
|
1750
1750
|
{
|
|
1751
1751
|
"tag": "default",
|
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
"isPublic": true
|
|
1788
1788
|
},
|
|
1789
1789
|
"comment": {
|
|
1790
|
-
"shortText": "
|
|
1790
|
+
"shortText": "The format for the color when the colorpicker uses a native input\nelement such as a standard text input or a button. This property accepts `rgba`, `hex`,\nor `hsla`, but we do not recommend using it because users never see or use its value.\nInstead, if you need to access this format value, see the demo for an example.",
|
|
1791
1791
|
"tags": [
|
|
1792
1792
|
{
|
|
1793
1793
|
"tag": "default",
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
"isPublic": true
|
|
1830
1830
|
},
|
|
1831
1831
|
"comment": {
|
|
1832
|
-
"shortText": "
|
|
1832
|
+
"shortText": "The array of colors to load as preset choices. The colorpicker displays the\ncolors in a series of 12 boxes for users to select."
|
|
1833
1833
|
},
|
|
1834
1834
|
"decorators": [
|
|
1835
1835
|
{
|
|
@@ -1982,7 +1982,7 @@
|
|
|
1982
1982
|
"kindString": "Get signature",
|
|
1983
1983
|
"flags": {},
|
|
1984
1984
|
"comment": {
|
|
1985
|
-
"shortText": "
|
|
1985
|
+
"shortText": "The initial color to load in the colorpicker. Use a reactive or\ntemplate-driven form to set this value. This property is deprecated. As an alternative,\nwe recommend the `formControlName` property on reactive forms or `ngModel` on\ntemplate-driven forms. See the demo for examples.",
|
|
1986
1986
|
"tags": [
|
|
1987
1987
|
{
|
|
1988
1988
|
"tag": "deprecated",
|
|
@@ -2004,7 +2004,7 @@
|
|
|
2004
2004
|
"kindString": "Set signature",
|
|
2005
2005
|
"flags": {},
|
|
2006
2006
|
"comment": {
|
|
2007
|
-
"shortText": "
|
|
2007
|
+
"shortText": "The initial color to load in the colorpicker. Use a reactive or\ntemplate-driven form to set this value. This property is deprecated. As an alternative,\nwe recommend the `formControlName` property on reactive forms or `ngModel` on\ntemplate-driven forms. See the demo for examples.",
|
|
2008
2008
|
"tags": [
|
|
2009
2009
|
{
|
|
2010
2010
|
"tag": "deprecated",
|
|
@@ -2605,7 +2605,7 @@
|
|
|
2605
2605
|
"kindString": "Interface",
|
|
2606
2606
|
"flags": {},
|
|
2607
2607
|
"comment": {
|
|
2608
|
-
"shortText": "
|
|
2608
|
+
"shortText": "Colors specified as a combination of cyan, magenta, yellow, and black."
|
|
2609
2609
|
},
|
|
2610
2610
|
"children": [
|
|
2611
2611
|
{
|
|
@@ -2615,12 +2615,12 @@
|
|
|
2615
2615
|
"kindString": "Property",
|
|
2616
2616
|
"flags": {},
|
|
2617
2617
|
"comment": {
|
|
2618
|
-
"shortText": "
|
|
2618
|
+
"shortText": "The percentage of cyan."
|
|
2619
2619
|
},
|
|
2620
2620
|
"sources": [
|
|
2621
2621
|
{
|
|
2622
2622
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2623
|
-
"line":
|
|
2623
|
+
"line": 8,
|
|
2624
2624
|
"character": 2
|
|
2625
2625
|
}
|
|
2626
2626
|
],
|
|
@@ -2636,12 +2636,12 @@
|
|
|
2636
2636
|
"kindString": "Property",
|
|
2637
2637
|
"flags": {},
|
|
2638
2638
|
"comment": {
|
|
2639
|
-
"shortText": "
|
|
2639
|
+
"shortText": "The percentage of black."
|
|
2640
2640
|
},
|
|
2641
2641
|
"sources": [
|
|
2642
2642
|
{
|
|
2643
2643
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2644
|
-
"line":
|
|
2644
|
+
"line": 20,
|
|
2645
2645
|
"character": 2
|
|
2646
2646
|
}
|
|
2647
2647
|
],
|
|
@@ -2657,12 +2657,12 @@
|
|
|
2657
2657
|
"kindString": "Property",
|
|
2658
2658
|
"flags": {},
|
|
2659
2659
|
"comment": {
|
|
2660
|
-
"shortText": "
|
|
2660
|
+
"shortText": "The percentage of magenta."
|
|
2661
2661
|
},
|
|
2662
2662
|
"sources": [
|
|
2663
2663
|
{
|
|
2664
2664
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2665
|
-
"line":
|
|
2665
|
+
"line": 12,
|
|
2666
2666
|
"character": 2
|
|
2667
2667
|
}
|
|
2668
2668
|
],
|
|
@@ -2678,12 +2678,12 @@
|
|
|
2678
2678
|
"kindString": "Property",
|
|
2679
2679
|
"flags": {},
|
|
2680
2680
|
"comment": {
|
|
2681
|
-
"shortText": "
|
|
2681
|
+
"shortText": "The percentage of yellow."
|
|
2682
2682
|
},
|
|
2683
2683
|
"sources": [
|
|
2684
2684
|
{
|
|
2685
2685
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2686
|
-
"line":
|
|
2686
|
+
"line": 16,
|
|
2687
2687
|
"character": 2
|
|
2688
2688
|
}
|
|
2689
2689
|
],
|
|
@@ -2708,7 +2708,7 @@
|
|
|
2708
2708
|
"sources": [
|
|
2709
2709
|
{
|
|
2710
2710
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-cmyk.ts",
|
|
2711
|
-
"line":
|
|
2711
|
+
"line": 4,
|
|
2712
2712
|
"character": 17
|
|
2713
2713
|
}
|
|
2714
2714
|
]
|
|
@@ -2720,7 +2720,7 @@
|
|
|
2720
2720
|
"kindString": "Interface",
|
|
2721
2721
|
"flags": {},
|
|
2722
2722
|
"comment": {
|
|
2723
|
-
"shortText": "
|
|
2723
|
+
"shortText": "Colors specified as a combination of hue, saturation, and lightness with an alpha\nchannel to set the opacity."
|
|
2724
2724
|
},
|
|
2725
2725
|
"children": [
|
|
2726
2726
|
{
|
|
@@ -2730,12 +2730,12 @@
|
|
|
2730
2730
|
"kindString": "Property",
|
|
2731
2731
|
"flags": {},
|
|
2732
2732
|
"comment": {
|
|
2733
|
-
"shortText": "
|
|
2733
|
+
"shortText": "The alpha channel to set the opacity."
|
|
2734
2734
|
},
|
|
2735
2735
|
"sources": [
|
|
2736
2736
|
{
|
|
2737
2737
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2738
|
-
"line":
|
|
2738
|
+
"line": 24,
|
|
2739
2739
|
"character": 2
|
|
2740
2740
|
}
|
|
2741
2741
|
],
|
|
@@ -2751,12 +2751,12 @@
|
|
|
2751
2751
|
"kindString": "Property",
|
|
2752
2752
|
"flags": {},
|
|
2753
2753
|
"comment": {
|
|
2754
|
-
"shortText": "
|
|
2754
|
+
"shortText": "The hue, which is a degree on the color wheel from 0 to 360.\n0 is red, 120 is green, and 240 is blue."
|
|
2755
2755
|
},
|
|
2756
2756
|
"sources": [
|
|
2757
2757
|
{
|
|
2758
2758
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2759
|
-
"line":
|
|
2759
|
+
"line": 10,
|
|
2760
2760
|
"character": 2
|
|
2761
2761
|
}
|
|
2762
2762
|
],
|
|
@@ -2772,12 +2772,12 @@
|
|
|
2772
2772
|
"kindString": "Property",
|
|
2773
2773
|
"flags": {},
|
|
2774
2774
|
"comment": {
|
|
2775
|
-
"shortText": "
|
|
2775
|
+
"shortText": "The lightness, which is a percentage value where 0 percent is\nblack and 100 percent is white."
|
|
2776
2776
|
},
|
|
2777
2777
|
"sources": [
|
|
2778
2778
|
{
|
|
2779
2779
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2780
|
-
"line":
|
|
2780
|
+
"line": 20,
|
|
2781
2781
|
"character": 2
|
|
2782
2782
|
}
|
|
2783
2783
|
],
|
|
@@ -2793,12 +2793,12 @@
|
|
|
2793
2793
|
"kindString": "Property",
|
|
2794
2794
|
"flags": {},
|
|
2795
2795
|
"comment": {
|
|
2796
|
-
"shortText": "
|
|
2796
|
+
"shortText": "The saturation, which is a percentage value where 0 percent is a\nshade of gray and 100 percent is the full color."
|
|
2797
2797
|
},
|
|
2798
2798
|
"sources": [
|
|
2799
2799
|
{
|
|
2800
2800
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2801
|
-
"line":
|
|
2801
|
+
"line": 15,
|
|
2802
2802
|
"character": 2
|
|
2803
2803
|
}
|
|
2804
2804
|
],
|
|
@@ -2823,7 +2823,7 @@
|
|
|
2823
2823
|
"sources": [
|
|
2824
2824
|
{
|
|
2825
2825
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsla.ts",
|
|
2826
|
-
"line":
|
|
2826
|
+
"line": 5,
|
|
2827
2827
|
"character": 17
|
|
2828
2828
|
}
|
|
2829
2829
|
]
|
|
@@ -2835,7 +2835,7 @@
|
|
|
2835
2835
|
"kindString": "Interface",
|
|
2836
2836
|
"flags": {},
|
|
2837
2837
|
"comment": {
|
|
2838
|
-
"shortText": "
|
|
2838
|
+
"shortText": "Colors specified as a combination of hue, saturation, and value with an alpha\nchannel to set the opacity."
|
|
2839
2839
|
},
|
|
2840
2840
|
"children": [
|
|
2841
2841
|
{
|
|
@@ -2845,12 +2845,12 @@
|
|
|
2845
2845
|
"kindString": "Property",
|
|
2846
2846
|
"flags": {},
|
|
2847
2847
|
"comment": {
|
|
2848
|
-
"shortText": "
|
|
2848
|
+
"shortText": "The alpha channel to set the opacity."
|
|
2849
2849
|
},
|
|
2850
2850
|
"sources": [
|
|
2851
2851
|
{
|
|
2852
2852
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
2853
|
-
"line":
|
|
2853
|
+
"line": 25,
|
|
2854
2854
|
"character": 2
|
|
2855
2855
|
}
|
|
2856
2856
|
],
|
|
@@ -2866,12 +2866,12 @@
|
|
|
2866
2866
|
"kindString": "Property",
|
|
2867
2867
|
"flags": {},
|
|
2868
2868
|
"comment": {
|
|
2869
|
-
"shortText": "
|
|
2869
|
+
"shortText": "The hue, which is a degree on the color wheel from 0 to 360.\n0 is red, 120 is green, and 240 is blue."
|
|
2870
2870
|
},
|
|
2871
2871
|
"sources": [
|
|
2872
2872
|
{
|
|
2873
2873
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
2874
|
-
"line":
|
|
2874
|
+
"line": 10,
|
|
2875
2875
|
"character": 2
|
|
2876
2876
|
}
|
|
2877
2877
|
],
|
|
@@ -2887,12 +2887,12 @@
|
|
|
2887
2887
|
"kindString": "Property",
|
|
2888
2888
|
"flags": {},
|
|
2889
2889
|
"comment": {
|
|
2890
|
-
"shortText": "
|
|
2890
|
+
"shortText": "The saturation, which is a percentage value where 0 percent is a\nshade of gray and 100 percent is the full color."
|
|
2891
2891
|
},
|
|
2892
2892
|
"sources": [
|
|
2893
2893
|
{
|
|
2894
2894
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
2895
|
-
"line":
|
|
2895
|
+
"line": 15,
|
|
2896
2896
|
"character": 2
|
|
2897
2897
|
}
|
|
2898
2898
|
],
|
|
@@ -2908,12 +2908,12 @@
|
|
|
2908
2908
|
"kindString": "Property",
|
|
2909
2909
|
"flags": {},
|
|
2910
2910
|
"comment": {
|
|
2911
|
-
"shortText": "
|
|
2911
|
+
"shortText": "The brightness or intensity, which is a percentage value of the\ncolor where 0 is completely black and 100 is the brightest and\nreveals the most color."
|
|
2912
2912
|
},
|
|
2913
2913
|
"sources": [
|
|
2914
2914
|
{
|
|
2915
2915
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
2916
|
-
"line":
|
|
2916
|
+
"line": 21,
|
|
2917
2917
|
"character": 2
|
|
2918
2918
|
}
|
|
2919
2919
|
],
|
|
@@ -2938,7 +2938,7 @@
|
|
|
2938
2938
|
"sources": [
|
|
2939
2939
|
{
|
|
2940
2940
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-hsva.ts",
|
|
2941
|
-
"line":
|
|
2941
|
+
"line": 5,
|
|
2942
2942
|
"character": 17
|
|
2943
2943
|
}
|
|
2944
2944
|
]
|
|
@@ -2962,7 +2962,7 @@
|
|
|
2962
2962
|
"isOptional": true
|
|
2963
2963
|
},
|
|
2964
2964
|
"comment": {
|
|
2965
|
-
"shortText": "
|
|
2965
|
+
"shortText": "The message type."
|
|
2966
2966
|
},
|
|
2967
2967
|
"sources": [
|
|
2968
2968
|
{
|
|
@@ -3012,12 +3012,12 @@
|
|
|
3012
3012
|
"kindString": "Property",
|
|
3013
3013
|
"flags": {},
|
|
3014
3014
|
"comment": {
|
|
3015
|
-
"shortText": "
|
|
3015
|
+
"shortText": "The CMYK values for the selected color."
|
|
3016
3016
|
},
|
|
3017
3017
|
"sources": [
|
|
3018
3018
|
{
|
|
3019
3019
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3020
|
-
"line":
|
|
3020
|
+
"line": 37,
|
|
3021
3021
|
"character": 2
|
|
3022
3022
|
}
|
|
3023
3023
|
],
|
|
@@ -3034,12 +3034,12 @@
|
|
|
3034
3034
|
"kindString": "Property",
|
|
3035
3035
|
"flags": {},
|
|
3036
3036
|
"comment": {
|
|
3037
|
-
"shortText": "
|
|
3037
|
+
"shortText": "The CMYK text value for the selected color."
|
|
3038
3038
|
},
|
|
3039
3039
|
"sources": [
|
|
3040
3040
|
{
|
|
3041
3041
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3042
|
-
"line":
|
|
3042
|
+
"line": 21,
|
|
3043
3043
|
"character": 2
|
|
3044
3044
|
}
|
|
3045
3045
|
],
|
|
@@ -3055,12 +3055,12 @@
|
|
|
3055
3055
|
"kindString": "Property",
|
|
3056
3056
|
"flags": {},
|
|
3057
3057
|
"comment": {
|
|
3058
|
-
"shortText": "
|
|
3058
|
+
"shortText": "The hex value for the selected color."
|
|
3059
3059
|
},
|
|
3060
3060
|
"sources": [
|
|
3061
3061
|
{
|
|
3062
3062
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3063
|
-
"line":
|
|
3063
|
+
"line": 41,
|
|
3064
3064
|
"character": 2
|
|
3065
3065
|
}
|
|
3066
3066
|
],
|
|
@@ -3076,12 +3076,12 @@
|
|
|
3076
3076
|
"kindString": "Property",
|
|
3077
3077
|
"flags": {},
|
|
3078
3078
|
"comment": {
|
|
3079
|
-
"shortText": "
|
|
3079
|
+
"shortText": "The HSLA values for the selected color."
|
|
3080
3080
|
},
|
|
3081
3081
|
"sources": [
|
|
3082
3082
|
{
|
|
3083
3083
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3084
|
-
"line":
|
|
3084
|
+
"line": 33,
|
|
3085
3085
|
"character": 2
|
|
3086
3086
|
}
|
|
3087
3087
|
],
|
|
@@ -3098,12 +3098,12 @@
|
|
|
3098
3098
|
"kindString": "Property",
|
|
3099
3099
|
"flags": {},
|
|
3100
3100
|
"comment": {
|
|
3101
|
-
"shortText": "
|
|
3101
|
+
"shortText": "The HSLA text value for the selected color."
|
|
3102
3102
|
},
|
|
3103
3103
|
"sources": [
|
|
3104
3104
|
{
|
|
3105
3105
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3106
|
-
"line":
|
|
3106
|
+
"line": 13,
|
|
3107
3107
|
"character": 2
|
|
3108
3108
|
}
|
|
3109
3109
|
],
|
|
@@ -3119,12 +3119,12 @@
|
|
|
3119
3119
|
"kindString": "Property",
|
|
3120
3120
|
"flags": {},
|
|
3121
3121
|
"comment": {
|
|
3122
|
-
"shortText": "
|
|
3122
|
+
"shortText": "The HSVA values for the selected color."
|
|
3123
3123
|
},
|
|
3124
3124
|
"sources": [
|
|
3125
3125
|
{
|
|
3126
3126
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3127
|
-
"line":
|
|
3127
|
+
"line": 25,
|
|
3128
3128
|
"character": 2
|
|
3129
3129
|
}
|
|
3130
3130
|
],
|
|
@@ -3141,12 +3141,12 @@
|
|
|
3141
3141
|
"kindString": "Property",
|
|
3142
3142
|
"flags": {},
|
|
3143
3143
|
"comment": {
|
|
3144
|
-
"shortText": "
|
|
3144
|
+
"shortText": "The RGBA values for the selected color."
|
|
3145
3145
|
},
|
|
3146
3146
|
"sources": [
|
|
3147
3147
|
{
|
|
3148
3148
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3149
|
-
"line":
|
|
3149
|
+
"line": 29,
|
|
3150
3150
|
"character": 2
|
|
3151
3151
|
}
|
|
3152
3152
|
],
|
|
@@ -3163,12 +3163,12 @@
|
|
|
3163
3163
|
"kindString": "Property",
|
|
3164
3164
|
"flags": {},
|
|
3165
3165
|
"comment": {
|
|
3166
|
-
"shortText": "
|
|
3166
|
+
"shortText": "The RGBA text value for the selected color."
|
|
3167
3167
|
},
|
|
3168
3168
|
"sources": [
|
|
3169
3169
|
{
|
|
3170
3170
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3171
|
-
"line":
|
|
3171
|
+
"line": 17,
|
|
3172
3172
|
"character": 2
|
|
3173
3173
|
}
|
|
3174
3174
|
],
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
"sources": [
|
|
3198
3198
|
{
|
|
3199
3199
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-output.ts",
|
|
3200
|
-
"line":
|
|
3200
|
+
"line": 9,
|
|
3201
3201
|
"character": 17
|
|
3202
3202
|
}
|
|
3203
3203
|
]
|
|
@@ -3259,7 +3259,7 @@
|
|
|
3259
3259
|
"kindString": "Interface",
|
|
3260
3260
|
"flags": {},
|
|
3261
3261
|
"comment": {
|
|
3262
|
-
"shortText": "
|
|
3262
|
+
"shortText": "Colors specified as a combination of red, green, and blue with an alpha\nchannel to set the opacity."
|
|
3263
3263
|
},
|
|
3264
3264
|
"children": [
|
|
3265
3265
|
{
|
|
@@ -3269,12 +3269,12 @@
|
|
|
3269
3269
|
"kindString": "Property",
|
|
3270
3270
|
"flags": {},
|
|
3271
3271
|
"comment": {
|
|
3272
|
-
"shortText": "
|
|
3272
|
+
"shortText": "The alpha channel to set the opacity."
|
|
3273
3273
|
},
|
|
3274
3274
|
"sources": [
|
|
3275
3275
|
{
|
|
3276
3276
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3277
|
-
"line":
|
|
3277
|
+
"line": 21,
|
|
3278
3278
|
"character": 2
|
|
3279
3279
|
}
|
|
3280
3280
|
],
|
|
@@ -3290,12 +3290,12 @@
|
|
|
3290
3290
|
"kindString": "Property",
|
|
3291
3291
|
"flags": {},
|
|
3292
3292
|
"comment": {
|
|
3293
|
-
"shortText": "
|
|
3293
|
+
"shortText": "The percentage of blue."
|
|
3294
3294
|
},
|
|
3295
3295
|
"sources": [
|
|
3296
3296
|
{
|
|
3297
3297
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3298
|
-
"line":
|
|
3298
|
+
"line": 17,
|
|
3299
3299
|
"character": 2
|
|
3300
3300
|
}
|
|
3301
3301
|
],
|
|
@@ -3311,12 +3311,12 @@
|
|
|
3311
3311
|
"kindString": "Property",
|
|
3312
3312
|
"flags": {},
|
|
3313
3313
|
"comment": {
|
|
3314
|
-
"shortText": "
|
|
3314
|
+
"shortText": "The percentage of green."
|
|
3315
3315
|
},
|
|
3316
3316
|
"sources": [
|
|
3317
3317
|
{
|
|
3318
3318
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3319
|
-
"line":
|
|
3319
|
+
"line": 13,
|
|
3320
3320
|
"character": 2
|
|
3321
3321
|
}
|
|
3322
3322
|
],
|
|
@@ -3332,12 +3332,12 @@
|
|
|
3332
3332
|
"kindString": "Property",
|
|
3333
3333
|
"flags": {},
|
|
3334
3334
|
"comment": {
|
|
3335
|
-
"shortText": "
|
|
3335
|
+
"shortText": "The percentage of red."
|
|
3336
3336
|
},
|
|
3337
3337
|
"sources": [
|
|
3338
3338
|
{
|
|
3339
3339
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3340
|
-
"line":
|
|
3340
|
+
"line": 9,
|
|
3341
3341
|
"character": 2
|
|
3342
3342
|
}
|
|
3343
3343
|
],
|
|
@@ -3362,7 +3362,7 @@
|
|
|
3362
3362
|
"sources": [
|
|
3363
3363
|
{
|
|
3364
3364
|
"fileName": "projects/colorpicker/src/modules/colorpicker/types/colorpicker-rgba.ts",
|
|
3365
|
-
"line":
|
|
3365
|
+
"line": 5,
|
|
3366
3366
|
"character": 17
|
|
3367
3367
|
}
|
|
3368
3368
|
]
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
// spell-checker:ignore colorpicker
|
|
2
1
|
/**
|
|
3
2
|
* @internal
|
|
4
3
|
*/
|
|
@@ -21,4 +20,4 @@ export class SliderDimension {
|
|
|
21
20
|
this.alpha = alpha;
|
|
22
21
|
}
|
|
23
22
|
}
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sb3JwaWNrZXItY2xhc3Nlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9jb2xvcnBpY2tlci9zcmMvbGliL21vZHVsZXMvY29sb3JwaWNrZXIvY29sb3JwaWNrZXItY2xhc3Nlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sT0FBTyxjQUFjO0lBQ3pCLFlBQ1MsR0FBVyxFQUNYLFVBQWtCLEVBQ2xCLEtBQWEsRUFDYixLQUFhO1FBSGIsUUFBRyxHQUFILEdBQUcsQ0FBUTtRQUNYLGVBQVUsR0FBVixVQUFVLENBQVE7UUFDbEIsVUFBSyxHQUFMLEtBQUssQ0FBUTtRQUNiLFVBQUssR0FBTCxLQUFLLENBQVE7SUFDbkIsQ0FBQztDQUNMO0FBQ0Q7O0dBRUc7QUFDSCxNQUFNLE9BQU8sZUFBZTtJQUMxQixZQUNTLEdBQVcsRUFDWCxVQUFrQixFQUNsQixLQUFhLEVBQ2IsS0FBYTtRQUhiLFFBQUcsR0FBSCxHQUFHLENBQVE7UUFDWCxlQUFVLEdBQVYsVUFBVSxDQUFRO1FBQ2xCLFVBQUssR0FBTCxLQUFLLENBQVE7UUFDYixVQUFLLEdBQUwsS0FBSyxDQUFRO0lBQ25CLENBQUM7Q0FDTCIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGludGVybmFsXG4gKi9cbmV4cG9ydCBjbGFzcyBTbGlkZXJQb3NpdGlvbiB7XG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBodWU6IG51bWJlcixcbiAgICBwdWJsaWMgc2F0dXJhdGlvbjogbnVtYmVyLFxuICAgIHB1YmxpYyB2YWx1ZTogbnVtYmVyLFxuICAgIHB1YmxpYyBhbHBoYTogbnVtYmVyXG4gICkge31cbn1cbi8qKlxuICogQGludGVybmFsXG4gKi9cbmV4cG9ydCBjbGFzcyBTbGlkZXJEaW1lbnNpb24ge1xuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgaHVlOiBudW1iZXIsXG4gICAgcHVibGljIHNhdHVyYXRpb246IG51bWJlcixcbiAgICBwdWJsaWMgdmFsdWU6IG51bWJlcixcbiAgICBwdWJsaWMgYWxwaGE6IG51bWJlclxuICApIHt9XG59XG4iXX0=
|