You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|__pickEnd__| color picking process is finished, popup will close now ||
500
-
|__mounted__| lifecycle hook, emitted from root component's mounted() ||
501
-
|__beforeUnmount__| lifecycle hook, emitted from root component's beforeUnmount() ||
502
-
|__pickStart__| color picking process is initiated, popup is opening ||
503
-
|__saturationInputStart__| saturation-brightness adjustment has begun.<br />This is only emitted when pointerdown inside saturation-brightness area is registered.<br />This will _not_ emit when text inputs are edited | current state of saturation & value (hsv)<br />`{ s: 0.5, v: 0.5 }`|
504
-
|__saturationInputEnd__| saturation-brightness adjustment has ended.<br />This is only emitted when pointerdown inside saturation-brightness area is registered.<br />This will _not_ emit when text inputs are edited | current state of saturation & value (hsv)<br />`{ s: 0.5, v: 0.5 }`|
505
-
|__saturationInput__| saturation-brightness is being adjusted.<br />This will emit every time saturation-brightness is changed, including text inputs | current state of saturation & value (hsv)<br />`{ s: 0.5, v: 0.5 }`|
506
-
|__hueInputStart__| hue adjustment has begun.<br />This is only emitted when pointerdown over the hue slider is registered.<br />This will _not_ emit when hue is changed from text inputs | current state of hue<br />`{ h: 180 }`|
507
-
|__hueInputEnd__| hue adjustment has ended.<br />This is only emitted when pointerdown over the hue slider is registered.<br />This will _not_ emit when hue is changed from text inputs | current state of hue<br />`{ h: 180 }`|
508
-
|__hueInput__| hue is being adjusted.<br />This will emit every time hue is changed, including text inputs | current state of hue<br />`{ h: 180 }`|
509
-
|__alphaInputStart__| alpha adjustment has begun.<br />This is only emitted when pointerdown over the alpha slider is registered.<br />This will _not_ emit when alpha is changed from text inputs | current state of alpha<br />`{ a: 0.5 }`|
510
-
|__alphaInputEnd__| alpha adjustment has ended.<br />This is only emitted when pointerdown over the alpha slider is registered.<br />This will _not_ emit when alpha is changed from text inputs | current state of alpha<br />`{ a: 0.5 }`|
511
-
|__alphaInput__| alpha is being adjusted.<br />This will emit every time alpha is changed, including text inputs | current state of alpha<br />`{ a: 0.5 }`|
|__pickEnd__| color picking process is finished, popup will close now ||
500
+
|__mounted__| lifecycle hook, emitted from root component's mounted() ||
501
+
|__beforeUnmount__| lifecycle hook, emitted from root component's beforeUnmount() ||
502
+
|__pickStart__| color picking process is initiated, popup is opening ||
503
+
|__saturationInputStart__| saturation-brightness adjustment has begun.<br />This is only emitted when pointerdown inside saturation-brightness area is registered.<br />This will _not_ emit when text inputs are edited | current state of saturation & value (hsv)<br />`{ s: 0.5, v: 0.5 }`|
504
+
|__saturationInputEnd__| saturation-brightness adjustment has ended.<br />This is only emitted when pointerup of the saturation-brightness area is registered.<br />This will _not_ emit when text inputs are edited | current state of saturation & value (hsv)<br />`{ s: 0.5, v: 0.5 }`|
505
+
|__saturationInput__| saturation-brightness is being adjusted.<br />This will emit every time saturation-brightness is changed, including text inputs | current state of saturation & value (hsv)<br />`{ s: 0.5, v: 0.5 }`|
506
+
|__hueInputStart__| hue adjustment has begun.<br />This is only emitted when pointerdown over the hue slider is registered.<br />This will _not_ emit when hue is changed from text inputs | current state of hue<br />`{ h: 180 }`|
507
+
|__hueInputEnd__| hue adjustment has ended.<br />This is only emitted when pointerup of the hue slider is registered.<br />This will _not_ emit when hue is changed from text inputs | current state of hue<br />`{ h: 180 }`|
508
+
|__hueInput__| hue is being adjusted.<br />This will emit every time hue is changed, including text inputs | current state of hue<br />`{ h: 180 }`|
509
+
|__alphaInputStart__| alpha adjustment has begun.<br />This is only emitted when pointerdown over the alpha slider is registered.<br />This will _not_ emit when alpha is changed from text inputs | current state of alpha<br />`{ a: 0.5 }`|
510
+
|__alphaInputEnd__| alpha adjustment has ended.<br />This is only emitted when pointerup of the alpha slider is registered.<br />This will _not_ emit when alpha is changed from text inputs | current state of alpha<br />`{ a: 0.5 }`|
511
+
|__alphaInput__| alpha is being adjusted.<br />This will emit every time alpha is changed, including text inputs | current state of alpha<br />`{ a: 0.5 }`|
512
+
|__change__| the adjustment of some parameter has ended. <br />This will emit every time _any_ parameter is changed. <br />This _will_ emit when color is changed from text inputs as well, on blur | current state of all color components<br />`{ h: 180, s: 0.5, v: 0.5, a: 0.5 }`|
0 commit comments