Move all egw_action constants into egw_action_constants

This commit is contained in:
Hadi Nategh
2021-06-14 13:45:57 +02:00
parent be0af7be68
commit b4c4606c22
23 changed files with 62 additions and 59 deletions

View File

@ -16,11 +16,11 @@
*/
import {
EGW_AO_SHIFT_STATE_MULTI,
EGW_AO_STATE_FOCUSED,
EGW_AO_STATE_SELECTED,
egwActionObjectInterface
} from "../egw_action/egw_action.js";
import {EGW_AO_SHIFT_STATE_MULTI,
EGW_AO_STATE_FOCUSED,
EGW_AO_STATE_SELECTED} from '../egw_action/egw_action_constants.js';
import {egwBitIsSet, egwGetShiftState, egwPreventSelect, egwSetBit, egwUnfocus, egwIsMobile} from "../egw_action/egw_action_common.js";
import {_egw_active_menu} from "../egw_action/egw_menu.js";