@aurigma/design-atoms-interfaces
Version:
41 lines (40 loc) • 2.23 kB
JavaScript
export var ItemsCommand;
(function (ItemsCommand) {
ItemsCommand["deleteItems"] = "deleteItems";
ItemsCommand["cloneItems"] = "cloneItems";
ItemsCommand["addContent"] = "addContent";
ItemsCommand["alignItems"] = "alignItems";
ItemsCommand["groupAlign"] = "groupAlign";
ItemsCommand["bringItems"] = "bringItems";
ItemsCommand["moveItem"] = "moveItem";
ItemsCommand["createItem"] = "createItem";
ItemsCommand["editItems"] = "editItems";
ItemsCommand["setImageMetadata"] = "setImageMetadata";
ItemsCommand["setImageItem"] = "setImageItem";
ItemsCommand["placeholderContentScale"] = "placeholderContentScale";
ItemsCommand["placeholderContentReset"] = "placeholderContentReset";
ItemsCommand["placeholderContentRotate"] = "placeholderContentRotate";
ItemsCommand["changeBarcodeFormat"] = "changeBarcodeFormat";
ItemsCommand["changeColumnCount"] = "changeColumnCount";
ItemsCommand["insertItemsIntoArea"] = "insertItemsIntoArea";
ItemsCommand["changeLayout"] = "changeLayout";
ItemsCommand["groupItems"] = "groupItems";
ItemsCommand["ungroupItems"] = "ungroupItems";
ItemsCommand["replaceGroupItemContent"] = "replaceGroupItemContent";
ItemsCommand["changeClipartItemColor"] = "changeClipartItemColor";
ItemsCommand["convertGroupIntoLayout"] = "convertGroupIntoLayout";
ItemsCommand["convertLayoutIntoGroup"] = "convertLayoutIntoGroup";
ItemsCommand["translateItems"] = "translateItems";
ItemsCommand["convertItemToPlaceholder"] = "itemToPlaceholder";
ItemsCommand["convertPlaceholderToItem"] = "placeholderToItem";
ItemsCommand["placeItemsToArea"] = "placeItemsToArea";
ItemsCommand["convertTextItem"] = "convertTextItem";
ItemsCommand["transformItems"] = "transformItems";
ItemsCommand["rotateItems"] = "rotateItems";
ItemsCommand["fixUnsupportedText"] = "fixUnsupportedText";
ItemsCommand["replaceItemCommand"] = "replaceItemCommand";
ItemsCommand["editPlaceholder"] = "editPlaceholder";
ItemsCommand["distributeItems"] = "distributeItems";
ItemsCommand["newTranslateItems"] = "newTranslateItems";
ItemsCommand["resizeItems"] = "resizeItems";
})(ItemsCommand || (ItemsCommand = {}));