init
This commit is contained in:
18
uni_modules/nutui-uni/components/_constants/event.ts
Normal file
18
uni_modules/nutui-uni/components/_constants/event.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export const UPDATE_MODEL_EVENT = 'update:modelValue'
|
||||
export const UPDATE_VISIBLE_EVENT = 'update:visible'
|
||||
export const CHANGE_EVENT = 'change'
|
||||
export const INPUT_EVENT = 'input'
|
||||
export const CLICK_EVENT = 'click'
|
||||
export const OPEN_EVENT = 'open'
|
||||
export const CLOSE_EVENT = 'close'
|
||||
export const OPENED_EVENT = 'opened'
|
||||
export const CLOSED_EVENT = 'closed'
|
||||
export const FOCUS_EVENT = 'focus'
|
||||
export const BLUR_EVENT = 'blur'
|
||||
export const CONFIRM_EVENT = 'confirm'
|
||||
export const SEARCH_EVENT = 'search'
|
||||
export const CLEAR_EVENT = 'clear'
|
||||
export const CANCEL_EVENT = 'cancel'
|
||||
export const CHOOSE_EVENT = 'choose'
|
||||
export const SELECT_EVENT = 'select'
|
||||
export const SELECTED_EVENT = 'selected'
|
||||
Reference in New Issue
Block a user