UNPKG

catng

Version:

Angular Dynamic Form Input Component

56 lines (55 loc) 1.43 kB
export declare enum InputTypeEnum { readonly = "readonly", form = "form", row = "row", column = "column", card = "card", number = "number", int = "int", decimal = "decimal", display = "display", currency = "currency", textbox = "textbox", treeselect = "treeselect", editor = "editor", dropdown = "dropdown", multidropdown = "multidropdown", multiselect = "multiselect", checkbox = "checkbox", checkboxgroup = "checkboxgroup", date = "date", dateTime = "datetime", time = "time", radiobutton = "radiobutton", switchbutton = "switchbutton", radiogroup = "radiogroup", password = "password", picklist = "picklist", selection = "selection", routerlink = "routerlink", profilephoto = "profilephoto", userphoto = "userphoto", icon = "icon", mask = "mask", textarea = "textarea", email = "email", phone = "phone", alphabetic = "alphabetic", pnum = "pnum", chips = "chips", tree = "tree", fileupload = "fileupload", autocomplete = "autocomplete", longDate = "longDate", shortDate = "shortDate", innerHTML = "innerHTML", link = "link", fileupload_yabancidil = "fileupload_yabancidil", contact = "contact", listitems = "listitems", yesNo = "yesNo", colorPicker = "colorPicker", rating = "rating", matrix = "matrix", tag = "tag" }