UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

22 lines (21 loc) 938 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LinkAction = exports.InsertStatus = void 0; var LinkAction = exports.LinkAction = /*#__PURE__*/function (LinkAction) { LinkAction["SHOW_INSERT_TOOLBAR"] = "SHOW_INSERT_TOOLBAR"; LinkAction["HIDE_TOOLBAR"] = "HIDE_TOOLBAR"; LinkAction["SELECTION_CHANGE"] = "SELECTION_CHANGE"; LinkAction["INSERT_LINK_TOOLBAR"] = "INSERT"; LinkAction["EDIT_INSERTED_TOOLBAR"] = "EDIT_INSERTED_TOOLBAR"; LinkAction["SET_CONFIGURE_BUTTON_TARGET_POS"] = "SET_CONFIGURE_BUTTON_TARGET_POS"; LinkAction["SET_CONFIGURE_DROPDOWN_OPEN"] = "SET_CONFIGURE_DROPDOWN_OPEN"; return LinkAction; }({}); var InsertStatus = exports.InsertStatus = /*#__PURE__*/function (InsertStatus) { InsertStatus["EDIT_LINK_TOOLBAR"] = "EDIT"; InsertStatus["INSERT_LINK_TOOLBAR"] = "INSERT"; InsertStatus["EDIT_INSERTED_TOOLBAR"] = "EDIT_INSERTED"; return InsertStatus; }({});