UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

19 lines (18 loc) 5.04 kB
import { ActionSubTypes, ActionTypes, DialogAction, DialogActionProps, FormAction, FormActionProps, HttpAction, HttpActionProps, HttpMethods, MenuAction, ModalAction, ModalActionProps } from './action'; import { ButtonType, CollapseType, IconType, ListType, StyleType, TextType, UrlTypes, Action, EllipsisType, LegendType } from './common/types'; import { RouteNames } from './common/enums'; import { Accordion, AccordionProps, AccordionTypes } from './message/accordion'; import { Dialog } from './message/base'; import { Button, ButtonNewModal, ButtonProps, ButtonTypes } from './message/button'; import { Card, CardBasicList, CardChart, CardList, CardListChart, CardListInfo, CardListInfos, CardListModalCardListInfo, CardListOfList, CardListSimple, CardProps, CardSmallDetail, CardTypes, ClickTypes, CardAbstract, CardAbstractProps, CardTableProps, TableRowTypes, Ellipsis, ActionCard, ModalCard, CardSmallDetailProps, CardListAction, LegendCardList } from './message/card'; import { AdditionalLabel, AdditionalLabelDestination, BarChart, BarChartProps, BarChartRow, BarChartRule, BarLineChart, BarLineChartProps, ChartAbstractProps, Charts, ChartTypes, CustomLabel, CustomLabelPros, LabelComponent, Legend, LineChart, LineChartRow, LineChartProps, PieChart, PieChartProps, PieChartRow, StackedBarChart, StackedVerticalBarChart, StackedVerticalBarChartProps, StackedVerticalBarChartRow, XAxisStyle, YAxisStyle } from './message/chart'; import { File, FileTypes } from './message/file'; import { CheckBox, CheckBoxList, CheckBoxProps, Dropdown, FormBasicList, FormTypes, HighlightTextProps, InputPlaces, InputPlacesList, InputPlacesProps, InputPlacesQuery, RadioButton, Switch, SwitchList, SwitchProps, SwitchValue, FinalMessage, FeedbackOptionsType, FeedbackSelect, FeedbackOption, FeedbackProps, Feedback, DescriptionReason, TextInput, TextInputProps, TextInputList, SelectButtonProps, SelectButton, SelectButtonList, SwitchTrackColor, FormAbstract, FormAbstractProps, RadioButtonList, RadioButtonStyle } from './message/form'; import { List, ListProps, ListTypes } from './message/list'; import { Modal, ModalAbstractProps, ModalAdditionalInfo, ModalCardListInfo, ModalDetalheDesabastecimento, ModalDetalheInfo, ModalDetalheItensProdutivos, ModalProps, ModalSwipe, ModalSwipeDirection, ModalSwipeProps, ModalTypes } from './message/modals'; import { InfoData, SuggestionSection } from './message/other'; import { Table, TableBodyHeadType, TableProps, TableTags, TableTypes } from './message/table'; import { Tabs, TabsProps, TabsTags, TabsTypes } from './message/tabs'; import { HorizontalMenu, Menu, PlainText, PlainTextCustom, PlainTextExpandable, SystemText, Text, TextProps, TextTypes, Title, Indicator } from './message/text'; import { DataTypes, MessageTypes } from './message/types'; export { Accordion, AccordionProps, AccordionTypes, ActionSubTypes, ActionTypes, AdditionalLabel, AdditionalLabelDestination, BarChart, BarChartProps, BarChartRow, BarChartRule, BarLineChart, BarLineChartProps, Button, ButtonNewModal, ButtonProps, ButtonType, ButtonTypes, CardBasicList, CardChart, Card, CardList, CardListChart, CardListInfo, CardListInfos, CardListModalCardListInfo, CardListOfList, CardListSimple, CardProps, CardSmallDetail, CardTypes, CardAbstract, CardAbstractProps, ChartAbstractProps, CardTableProps, Ellipsis, TableRowTypes, Charts, ChartTypes, CheckBox, CheckBoxList, CheckBoxProps, ClickTypes, CollapseType, CustomLabel, CustomLabelPros, DataTypes, Dialog, DialogAction, DialogActionProps, Dropdown, DescriptionReason, Feedback, FeedbackOption, FeedbackOptionsType, FeedbackProps, FeedbackSelect, File, FileTypes, FinalMessage, FormAbstract, FormAbstractProps, FormAction, FormActionProps, FormBasicList, FormTypes, HighlightTextProps, HttpAction, HttpActionProps, HttpMethods, HorizontalMenu, IconType, InfoData, RouteNames, SuggestionSection, InputPlaces, InputPlacesList, InputPlacesProps, InputPlacesQuery, LabelComponent, Legend, LineChart, LineChartRow, LineChartProps, List, ListProps, ListType, ListTypes, StyleType, SystemText, Menu, MenuAction, MessageTypes, Modal, ModalAbstractProps, ModalAdditionalInfo, ModalAction, ModalActionProps, ModalCardListInfo, ModalDetalheDesabastecimento, ModalDetalheInfo, ModalDetalheItensProdutivos, ModalProps, ModalSwipe, ModalSwipeDirection, ModalSwipeProps, PlainText, PlainTextCustom, PlainTextExpandable, PieChart, PieChartProps, PieChartRow, RadioButton, RadioButtonList, RadioButtonStyle, SelectButton, SelectButtonProps, SelectButtonList, StackedBarChart, StackedVerticalBarChart, StackedVerticalBarChartProps, StackedVerticalBarChartRow, Switch, SwitchList, SwitchProps, SwitchTrackColor, SwitchValue, Table, TableBodyHeadType, TableProps, TableTags, TableTypes, Tabs, TabsProps, TabsTags, TabsTypes, Text, TextInput, TextInputList, TextInputProps, TextProps, TextType, TextTypes, Title, UrlTypes, XAxisStyle, YAxisStyle, Indicator, ModalTypes, Action, EllipsisType, LegendType, ModalCard, ActionCard, CardSmallDetailProps, CardListAction, LegendCardList, };