export const EVENT_ADD_SELECTED = "ak-dual-select-add"; export const EVENT_REMOVE_SELECTED = "ak-dual-select-remove"; export const EVENT_ADD_ALL = "ak-dual-select-add-all"; export const EVENT_REMOVE_ALL = "ak-dual-select-remove-all"; export const EVENT_DELETE_ALL = "ak-dual-select-remove-everything"; export const EVENT_ADD_ONE = "ak-dual-select-add-one"; export const EVENT_REMOVE_ONE = "ak-dual-select-remove-one";