[Done] Standardize event namesAssignee: Priority: High

Description

the below code as the following issues

        eventHandler(`${id}-drag`, {
          _event: { id, value: currentValue },
          ...drag.actionPayload,
          currentValue,
        });
< Back