Merge pull request #5189 from betavs/hotfix/color-picker-change-event

docs(color-picker): parameter field in emit change event is incorrect
pull/4628/merge
Tuğçe Küçükoğlu 2024-02-01 10:38:16 +03:00 committed by GitHub
commit 5cd96120e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ export interface ColorPickerChangeEvent {
/** /**
* Browser event * Browser event
*/ */
originalEvent: Event; event: Event;
/** /**
* Selected color value. * Selected color value.
*/ */

View File

@ -12429,7 +12429,7 @@
"relatedProp": "ColorPickerEmits.change", "relatedProp": "ColorPickerEmits.change",
"props": [ "props": [
{ {
"name": "originalEvent", "name": "event",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "Event", "type": "Event",
@ -60011,4 +60011,4 @@
} }
} }
} }
} }