quickblox-react-ui-kit 0.4.6-beta.1 → 0.4.6-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index-ui.d.ts +3 -1
- package/dist/index-ui.js +7 -0
- package/dist/index-ui.js.map +1 -1
- package/package.json +1 -1
- package/src/index-ui.ts +8 -0
package/dist/index-ui.d.ts
CHANGED
|
@@ -57,4 +57,6 @@ import AITranslate from './Presentation/Views/Dialog/AIComponents/AITranslate/AI
|
|
|
57
57
|
import TextBubble from './Presentation/ui-components/Message/Bubble/TextBubble/TextBubble';
|
|
58
58
|
import AIAssist from './Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist';
|
|
59
59
|
import MessageContextMenu from './Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu';
|
|
60
|
-
|
|
60
|
+
import AttachmentBubble from './Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble';
|
|
61
|
+
import { HighLightLink, messageHasUrls } from './Presentation/Views/Dialog/Message/HighLightLink/HighLightLink';
|
|
62
|
+
export { AttachmentBubble, HighLightLink, messageHasUrls, AIAssist, MessageContextMenu, type FunctionTypeMessageEntityToVoid, MessageDTOMapper, AITranslate, getTimeShort24hFormat, TextBubble, Avatar, Badge, Button, CheckBox, DialogBanner, DialogItemPreview, DialogWindow, Dropdown, Header, Loader, Message, MessageInput, MessageSeparator, Placeholder, PreviewFileMessage, SettingsItem, TextField, ToastProvider, UserListItem, MainButton, TypeButton, type LoginData, type AuthorizationData, QuickBloxUIKitProvider, qbDataContext, type QBDataContextType, RemoteDataSource, LocalDataSource, useQBConnection, useQbInitializedDataContext, useQbUIKitDataContext, useEventMessagesRepository, type DialogListViewModel, useDialogListViewModel, SubscribeToDialogEventsUseCase, Pagination, type DialogEventInfo, EventMessageType, NotificationTypes, stringifyError, DesktopLayout, DialogList, Dialog, DialogInfo, type DialogEntity, BaseViewModel, QuickBloxUIKitDesktopLayout, DefaultTheme, type UiKitTheme, type AIMessageWidget, AISource, type IChatMessage, AIWidgetIcon, ErrorMessageIcon, PreviewDialogViewModel, type FunctionTypeViewModelToVoid, type AvatarContentIncomingUserProps, type GetUserNameFct, type AIWidgetPlaceHolder, type QuickBloxUIKitProps, type QuickBloxUIKitDesktopLayoutProps, DefaultConfigurations, DialogType, GroupDialogEntity, PublicDialogEntity, type MessageEntity, getDateForDialog, ReplyMessagePreview, ForwardMessageFlow, SectionList, type SectionItem, MembersList, PreviewDialog, CreateNewDialogFlow, GroupChatSvg, InformationSvg, PublicChannelSvg, UserSvg, NewChatSvg, SearchSvg, ChatSvg, useQuickBloxUIKit, MessageItem, AIRephraseWidget, };
|
package/dist/index-ui.js
CHANGED
|
@@ -40654,6 +40654,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40654
40654
|
/* harmony export */ AISource: () => (/* reexport safe */ _Data_source_AISource__WEBPACK_IMPORTED_MODULE_22__.AISource),
|
|
40655
40655
|
/* harmony export */ AITranslate: () => (/* reexport safe */ _Presentation_Views_Dialog_AIComponents_AITranslate_AITranslate__WEBPACK_IMPORTED_MODULE_45__["default"]),
|
|
40656
40656
|
/* harmony export */ AIWidgetIcon: () => (/* reexport safe */ _Presentation_components_UI_svgs_Icons_AIWidgets_AIWidget__WEBPACK_IMPORTED_MODULE_23__["default"]),
|
|
40657
|
+
/* harmony export */ AttachmentBubble: () => (/* reexport safe */ _Presentation_ui_components_Message_Bubble_AttachmentBubble_AttachmentBubble__WEBPACK_IMPORTED_MODULE_49__["default"]),
|
|
40657
40658
|
/* harmony export */ Avatar: () => (/* reexport safe */ _Presentation_ui_components__WEBPACK_IMPORTED_MODULE_31__.Avatar),
|
|
40658
40659
|
/* harmony export */ Badge: () => (/* reexport safe */ _Presentation_ui_components__WEBPACK_IMPORTED_MODULE_31__.Badge),
|
|
40659
40660
|
/* harmony export */ BaseViewModel: () => (/* reexport safe */ _CommonTypes_BaseViewModel__WEBPACK_IMPORTED_MODULE_17__["default"]),
|
|
@@ -40678,6 +40679,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40678
40679
|
/* harmony export */ GroupChatSvg: () => (/* reexport safe */ _Presentation_icons__WEBPACK_IMPORTED_MODULE_43__.GroupChatSvg),
|
|
40679
40680
|
/* harmony export */ GroupDialogEntity: () => (/* reexport safe */ _Domain_entity_GroupDialogEntity__WEBPACK_IMPORTED_MODULE_34__.GroupDialogEntity),
|
|
40680
40681
|
/* harmony export */ Header: () => (/* reexport safe */ _Presentation_ui_components__WEBPACK_IMPORTED_MODULE_31__.Header),
|
|
40682
|
+
/* harmony export */ HighLightLink: () => (/* reexport safe */ _Presentation_Views_Dialog_Message_HighLightLink_HighLightLink__WEBPACK_IMPORTED_MODULE_50__.HighLightLink),
|
|
40681
40683
|
/* harmony export */ InformationSvg: () => (/* reexport safe */ _Presentation_icons__WEBPACK_IMPORTED_MODULE_43__.InformationSvg),
|
|
40682
40684
|
/* harmony export */ Loader: () => (/* reexport safe */ _Presentation_ui_components__WEBPACK_IMPORTED_MODULE_31__.Loader),
|
|
40683
40685
|
/* harmony export */ LocalDataSource: () => (/* reexport safe */ _Data_source_local_LocalDataSource__WEBPACK_IMPORTED_MODULE_3__.LocalDataSource),
|
|
@@ -40714,6 +40716,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40714
40716
|
/* harmony export */ UserSvg: () => (/* reexport safe */ _Presentation_icons__WEBPACK_IMPORTED_MODULE_43__.UserSvg),
|
|
40715
40717
|
/* harmony export */ getDateForDialog: () => (/* reexport safe */ _utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_36__.getDateForDialog),
|
|
40716
40718
|
/* harmony export */ getTimeShort24hFormat: () => (/* reexport safe */ _utils_DateTimeFormatter__WEBPACK_IMPORTED_MODULE_36__.getTimeShort24hFormat),
|
|
40719
|
+
/* harmony export */ messageHasUrls: () => (/* reexport safe */ _Presentation_Views_Dialog_Message_HighLightLink_HighLightLink__WEBPACK_IMPORTED_MODULE_50__.messageHasUrls),
|
|
40717
40720
|
/* harmony export */ qbDataContext: () => (/* reexport safe */ _Presentation_providers_QuickBloxUIKitProvider_QuickBloxUIKitProvider__WEBPACK_IMPORTED_MODULE_2__.qbDataContext),
|
|
40718
40721
|
/* harmony export */ stringifyError: () => (/* reexport safe */ _utils_parse__WEBPACK_IMPORTED_MODULE_12__.stringifyError),
|
|
40719
40722
|
/* harmony export */ useDialogListViewModel: () => (/* reexport safe */ _Presentation_Views_DialogList_useDialogListViewModel__WEBPACK_IMPORTED_MODULE_7__["default"]),
|
|
@@ -40772,6 +40775,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40772
40775
|
/* harmony import */ var _Presentation_ui_components_Message_Bubble_TextBubble_TextBubble__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./Presentation/ui-components/Message/Bubble/TextBubble/TextBubble */ "./src/Presentation/ui-components/Message/Bubble/TextBubble/TextBubble.tsx");
|
|
40773
40776
|
/* harmony import */ var _Presentation_Views_Dialog_AIComponents_AIAssist_AIAssist__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist */ "./src/Presentation/Views/Dialog/AIComponents/AIAssist/AIAssist.tsx");
|
|
40774
40777
|
/* harmony import */ var _Presentation_Views_Dialog_Message_MessageContextMenu_MessageContextMenu__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu */ "./src/Presentation/Views/Dialog/Message/MessageContextMenu/MessageContextMenu.tsx");
|
|
40778
|
+
/* harmony import */ var _Presentation_ui_components_Message_Bubble_AttachmentBubble_AttachmentBubble__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble */ "./src/Presentation/ui-components/Message/Bubble/AttachmentBubble/AttachmentBubble.tsx");
|
|
40779
|
+
/* harmony import */ var _Presentation_Views_Dialog_Message_HighLightLink_HighLightLink__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./Presentation/Views/Dialog/Message/HighLightLink/HighLightLink */ "./src/Presentation/Views/Dialog/Message/HighLightLink/HighLightLink.tsx");
|
|
40775
40780
|
|
|
40776
40781
|
|
|
40777
40782
|
|
|
@@ -40824,6 +40829,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40824
40829
|
|
|
40825
40830
|
|
|
40826
40831
|
|
|
40832
|
+
|
|
40833
|
+
|
|
40827
40834
|
|
|
40828
40835
|
})();
|
|
40829
40836
|
|