mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Move all egw_action constants into egw_action_constants
This commit is contained in:
@ -21,10 +21,12 @@ import {et2_dialog} from "./et2_widget_dialog";
|
||||
import {et2_createWidget} from "./et2_core_widget";
|
||||
import {et2_dataview_rowAOI} from "./et2_dataview_view_aoi";
|
||||
import {
|
||||
EGW_AO_SHIFT_STATE_BLOCK, EGW_AO_SHIFT_STATE_MULTI,
|
||||
EGW_AO_STATE_FOCUSED, EGW_AO_STATE_NORMAL,
|
||||
EGW_AO_STATE_SELECTED, egwActionObjectInterface
|
||||
egwActionObjectInterface
|
||||
} from "../egw_action/egw_action.js";
|
||||
import {
|
||||
EGW_AO_SHIFT_STATE_BLOCK, EGW_AO_SHIFT_STATE_MULTI,
|
||||
EGW_AO_STATE_FOCUSED, EGW_AO_STATE_NORMAL, EGW_AO_STATE_SELECTED
|
||||
} from "../egw_action/egw_action_constants.js";
|
||||
import {egwBitIsSet, egwSetBit} from "../egw_action/egw_action_common.js";
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user