UNPKG

fox-block-builder

Version:

Maintainable code for loop slack-block-kit-like modal builder

37 lines 1.82 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ElementType = void 0; var ElementType; (function (ElementType) { ElementType["Button"] = "button"; ElementType["Checkboxes"] = "checkboxes"; ElementType["DatePicker"] = "datepicker"; ElementType["DateTimePicker"] = "datetimepicker"; ElementType["TimePicker"] = "timepicker"; ElementType["Image"] = "image"; ElementType["Overflow"] = "overflow"; ElementType["TextInput"] = "plain_text_input"; ElementType["RadioButtons"] = "radio_buttons"; ElementType["StaticSelect"] = "static_select"; ElementType["ExternalSelect"] = "external_select"; ElementType["UserSelect"] = "users_select"; ElementType["ConversationSelect"] = "conversations_select"; ElementType["ChannelSelect"] = "channels_select"; ElementType["StaticMultiSelect"] = "multi_static_select"; ElementType["ExternalMultiSelect"] = "multi_external_select"; ElementType["UserMultiSelect"] = "multi_users_select"; ElementType["ConversationsMultiSelect"] = "multi_conversations_select"; ElementType["ChannelsMultiSelect"] = "multi_channels_select"; ElementType["URLInput"] = "url_text_input"; ElementType["EmailInput"] = "email_text_input"; ElementType["NumberInput"] = "number_input"; ElementType["FileInput"] = "file_input"; /** Расширенные типы нашего форка */ ElementType["PhoneInput"] = "phone_input"; ElementType["DirectorySelect"] = "directory_select"; ElementType["OneSSelect"] = "one_s_select"; ElementType["ImageSelect"] = "image_select"; ElementType["DateRangePicker"] = "date_range_picker"; ElementType["Addable"] = "addable"; })(ElementType || (exports.ElementType = ElementType = {})); //# sourceMappingURL=element-types.js.map