@mindly/ui-components 8.2.1 → 8.2.3-dev.1

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.
Files changed (197) hide show
  1. package/dist/cjs/b7649e1531c181af.svg +69 -0
  2. package/dist/cjs/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +3 -0
  3. package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +12 -0
  4. package/dist/cjs/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +6 -0
  5. package/dist/cjs/deprecated/SpecialistEducationCard/index.d.ts +1 -0
  6. package/dist/cjs/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +3 -0
  7. package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +14 -0
  8. package/dist/cjs/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +11 -0
  9. package/dist/cjs/deprecated/SpecialistProfileViewCard/index.d.ts +1 -0
  10. package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +11 -0
  11. package/dist/cjs/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +5 -0
  12. package/dist/cjs/deprecated/SpecialistStatisticsCard/index.d.ts +1 -0
  13. package/dist/cjs/deprecated/SpecialistStatisticsCard/utils.d.ts +1 -0
  14. package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +11 -0
  15. package/dist/cjs/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +2 -0
  16. package/dist/cjs/deprecated/SpecialistWorkDirections/index.d.ts +1 -0
  17. package/dist/cjs/deprecated/therapist-card/TherapistCard.d.ts +16 -0
  18. package/dist/cjs/deprecated/therapist-card/TherapistCard.style.d.ts +5 -0
  19. package/dist/cjs/index.js +7 -7
  20. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.d.ts +15 -0
  21. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.style.d.ts +4 -0
  22. package/dist/cjs/lib/ChangeLangModal/index.d.ts +2 -0
  23. package/dist/cjs/lib/Chat/ChatListItem/ChatListItem.d.ts +19 -0
  24. package/dist/cjs/lib/Chat/ChatListItem/ChatListItem.style.d.ts +12 -0
  25. package/dist/cjs/lib/Chat/ChatListItem/index.d.ts +1 -0
  26. package/dist/cjs/lib/Chat/ChatListSkeleton/ChatListSkeleton.d.ts +3 -0
  27. package/dist/cjs/lib/Chat/ChatListSkeleton/ChatListSkeleton.style.d.ts +1 -0
  28. package/dist/cjs/lib/Chat/ChatListSkeleton/index.d.ts +1 -0
  29. package/dist/cjs/lib/Chat/ChatMessage/ChatMessage.d.ts +29 -0
  30. package/dist/cjs/lib/Chat/ChatMessage/ChatMessage.style.d.ts +36 -0
  31. package/dist/cjs/lib/Chat/ChatMessage/index.d.ts +1 -0
  32. package/dist/cjs/lib/Chat/ChatMessageSkeleton/ChatMessageSkeleton.d.ts +2 -0
  33. package/dist/cjs/lib/Chat/ChatMessageSkeleton/ChatMessageSkeleton.style.d.ts +7 -0
  34. package/dist/cjs/lib/Chat/ChatMessageSkeleton/index.d.ts +1 -0
  35. package/dist/cjs/lib/Chat/EmptyChatList/EmptyChatList.d.ts +11 -0
  36. package/dist/cjs/lib/Chat/EmptyChatList/EmptyChatList.style.d.ts +3 -0
  37. package/dist/cjs/lib/Chat/EmptyChatList/index.d.ts +1 -0
  38. package/dist/cjs/lib/Chat/EmptyChatMessages/EmptyChatMessages.d.ts +7 -0
  39. package/dist/cjs/lib/Chat/EmptyChatMessages/EmptyChatMessages.style.d.ts +3 -0
  40. package/dist/cjs/lib/Chat/EmptyChatMessages/index.d.ts +1 -0
  41. package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.d.ts +6 -0
  42. package/dist/cjs/lib/Chat/LouseConnect/LouseConnect.style.d.ts +3 -0
  43. package/dist/cjs/lib/Chat/LouseConnect/index.d.ts +1 -0
  44. package/dist/cjs/lib/Chat/Textarea/Textarea.d.ts +21 -0
  45. package/dist/cjs/lib/Chat/Textarea/Textarea.style.d.ts +11 -0
  46. package/dist/cjs/lib/Chat/Textarea/index.d.ts +1 -0
  47. package/dist/cjs/lib/Chat/Textarea/utils.d.ts +2 -0
  48. package/dist/cjs/lib/Chat/utils.d.ts +1 -0
  49. package/dist/cjs/lib/EntryNotFound/EntryNotFound.d.ts +5 -0
  50. package/dist/cjs/lib/EntryNotFound/EntryNotFound.style.d.ts +2 -0
  51. package/dist/cjs/lib/EntryNotFound/index.d.ts +1 -0
  52. package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.d.ts +40 -0
  53. package/dist/cjs/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +2 -0
  54. package/dist/cjs/lib/HorisontalCalendar/index.d.ts +1 -0
  55. package/dist/cjs/lib/Modal/Modal.d.ts +8 -0
  56. package/dist/cjs/lib/Modal/Modal.style.d.ts +6 -0
  57. package/dist/cjs/lib/Modal/index.d.ts +1 -0
  58. package/dist/cjs/lib/ModalCalendar/ModalCalendar.d.ts +10 -0
  59. package/dist/cjs/lib/ModalCalendar/ModalCalendar.styled.d.ts +12 -0
  60. package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +8 -0
  61. package/dist/cjs/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +2 -0
  62. package/dist/cjs/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +8 -0
  63. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +4 -0
  64. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +2 -0
  65. package/dist/cjs/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +6 -0
  66. package/dist/cjs/lib/SelectImpressionEmoji/emojis.d.ts +5 -0
  67. package/dist/cjs/lib/SelectImpressionEmoji/index.d.ts +4 -0
  68. package/dist/cjs/lib/StatusTag/StatusTag.d.ts +7 -0
  69. package/dist/cjs/lib/StatusTag/StatusTag.style.d.ts +6 -0
  70. package/dist/cjs/lib/StatusTag/index.d.ts +1 -0
  71. package/dist/cjs/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +6 -0
  72. package/dist/cjs/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +10 -0
  73. package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +14 -0
  74. package/dist/cjs/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +4 -0
  75. package/dist/cjs/lib/content-card/ContentCard.d.ts +15 -0
  76. package/dist/cjs/lib/content-card/ContentCard.style.d.ts +11 -0
  77. package/dist/cjs/lib/floating-button/FloatingButton.d.ts +8 -0
  78. package/dist/cjs/lib/floating-button/FloatingButton.style.d.ts +6 -0
  79. package/dist/cjs/lib/footer-for-booking/FooterForBooking.d.ts +9 -0
  80. package/dist/cjs/lib/footer-for-booking/FooterForBooking.style.d.ts +6 -0
  81. package/dist/cjs/lib/footer-for-booking/index.d.ts +1 -0
  82. package/dist/cjs/lib/list-button/ListButton.d.ts +9 -0
  83. package/dist/cjs/lib/list-button/ListButton.style.d.ts +2 -0
  84. package/dist/cjs/lib/navigation-bar/NavigationBar.d.ts +8 -0
  85. package/dist/cjs/lib/navigation-bar/NavigationBar.style.d.ts +8 -0
  86. package/dist/cjs/lib/notes-card-text/NotesCardText.d.ts +6 -0
  87. package/dist/cjs/lib/notes-card-text/NotesCardText.style.d.ts +1 -0
  88. package/dist/cjs/lib/notes-card-text/index.d.ts +1 -0
  89. package/dist/cjs/lib/notes-editor/NotesEditor.d.ts +5 -0
  90. package/dist/cjs/lib/notes-editor/NotesEditor.styled.d.ts +2 -0
  91. package/dist/cjs/lib/scroll-tabs/ScrollTabs.d.ts +7 -0
  92. package/dist/cjs/lib/scroll-tabs/ScrollTabs.style.d.ts +3 -0
  93. package/dist/cjs/lib/tab-bar/TabBar.d.ts +6 -0
  94. package/dist/cjs/lib/tab-bar/TabBar.style.d.ts +5 -0
  95. package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.d.ts +10 -0
  96. package/dist/cjs/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +2 -0
  97. package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.d.ts +6 -0
  98. package/dist/cjs/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +2 -0
  99. package/dist/esm/b7649e1531c181af.svg +69 -0
  100. package/dist/esm/deprecated/SpecialistEducationCard/EmptyInstitutionLogo.d.ts +3 -0
  101. package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.d.ts +12 -0
  102. package/dist/esm/deprecated/SpecialistEducationCard/SpecialistEducationCard.style.d.ts +6 -0
  103. package/dist/esm/deprecated/SpecialistEducationCard/index.d.ts +1 -0
  104. package/dist/esm/deprecated/SpecialistProfileViewCard/PlayVideoIcon/PlayVideoIcon.d.ts +3 -0
  105. package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.d.ts +14 -0
  106. package/dist/esm/deprecated/SpecialistProfileViewCard/SpecialistProfileViewCard.style.d.ts +11 -0
  107. package/dist/esm/deprecated/SpecialistProfileViewCard/index.d.ts +1 -0
  108. package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.d.ts +11 -0
  109. package/dist/esm/deprecated/SpecialistStatisticsCard/SpecialistStatisticsCard.style.d.ts +5 -0
  110. package/dist/esm/deprecated/SpecialistStatisticsCard/index.d.ts +1 -0
  111. package/dist/esm/deprecated/SpecialistStatisticsCard/utils.d.ts +1 -0
  112. package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.d.ts +11 -0
  113. package/dist/esm/deprecated/SpecialistWorkDirections/SpecialistWorkDirections.style.d.ts +2 -0
  114. package/dist/esm/deprecated/SpecialistWorkDirections/index.d.ts +1 -0
  115. package/dist/esm/deprecated/therapist-card/TherapistCard.d.ts +16 -0
  116. package/dist/esm/deprecated/therapist-card/TherapistCard.style.d.ts +5 -0
  117. package/dist/esm/index.js +7 -7
  118. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.d.ts +15 -0
  119. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.style.d.ts +4 -0
  120. package/dist/esm/lib/ChangeLangModal/index.d.ts +2 -0
  121. package/dist/esm/lib/Chat/ChatListItem/ChatListItem.d.ts +19 -0
  122. package/dist/esm/lib/Chat/ChatListItem/ChatListItem.style.d.ts +12 -0
  123. package/dist/esm/lib/Chat/ChatListItem/index.d.ts +1 -0
  124. package/dist/esm/lib/Chat/ChatListSkeleton/ChatListSkeleton.d.ts +3 -0
  125. package/dist/esm/lib/Chat/ChatListSkeleton/ChatListSkeleton.style.d.ts +1 -0
  126. package/dist/esm/lib/Chat/ChatListSkeleton/index.d.ts +1 -0
  127. package/dist/esm/lib/Chat/ChatMessage/ChatMessage.d.ts +29 -0
  128. package/dist/esm/lib/Chat/ChatMessage/ChatMessage.style.d.ts +36 -0
  129. package/dist/esm/lib/Chat/ChatMessage/index.d.ts +1 -0
  130. package/dist/esm/lib/Chat/ChatMessageSkeleton/ChatMessageSkeleton.d.ts +2 -0
  131. package/dist/esm/lib/Chat/ChatMessageSkeleton/ChatMessageSkeleton.style.d.ts +7 -0
  132. package/dist/esm/lib/Chat/ChatMessageSkeleton/index.d.ts +1 -0
  133. package/dist/esm/lib/Chat/EmptyChatList/EmptyChatList.d.ts +11 -0
  134. package/dist/esm/lib/Chat/EmptyChatList/EmptyChatList.style.d.ts +3 -0
  135. package/dist/esm/lib/Chat/EmptyChatList/index.d.ts +1 -0
  136. package/dist/esm/lib/Chat/EmptyChatMessages/EmptyChatMessages.d.ts +7 -0
  137. package/dist/esm/lib/Chat/EmptyChatMessages/EmptyChatMessages.style.d.ts +3 -0
  138. package/dist/esm/lib/Chat/EmptyChatMessages/index.d.ts +1 -0
  139. package/dist/esm/lib/Chat/LouseConnect/LouseConnect.d.ts +6 -0
  140. package/dist/esm/lib/Chat/LouseConnect/LouseConnect.style.d.ts +3 -0
  141. package/dist/esm/lib/Chat/LouseConnect/index.d.ts +1 -0
  142. package/dist/esm/lib/Chat/Textarea/Textarea.d.ts +21 -0
  143. package/dist/esm/lib/Chat/Textarea/Textarea.style.d.ts +11 -0
  144. package/dist/esm/lib/Chat/Textarea/index.d.ts +1 -0
  145. package/dist/esm/lib/Chat/Textarea/utils.d.ts +2 -0
  146. package/dist/esm/lib/Chat/utils.d.ts +1 -0
  147. package/dist/esm/lib/EntryNotFound/EntryNotFound.d.ts +5 -0
  148. package/dist/esm/lib/EntryNotFound/EntryNotFound.style.d.ts +2 -0
  149. package/dist/esm/lib/EntryNotFound/index.d.ts +1 -0
  150. package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.d.ts +40 -0
  151. package/dist/esm/lib/HorisontalCalendar/HorizontalCalendar.styled.d.ts +2 -0
  152. package/dist/esm/lib/HorisontalCalendar/index.d.ts +1 -0
  153. package/dist/esm/lib/Modal/Modal.d.ts +8 -0
  154. package/dist/esm/lib/Modal/Modal.style.d.ts +6 -0
  155. package/dist/esm/lib/Modal/index.d.ts +1 -0
  156. package/dist/esm/lib/ModalCalendar/ModalCalendar.d.ts +10 -0
  157. package/dist/esm/lib/ModalCalendar/ModalCalendar.styled.d.ts +12 -0
  158. package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.d.ts +8 -0
  159. package/dist/esm/lib/PersonDateTimeCard/PersonDateTimeCard.styled.d.ts +2 -0
  160. package/dist/esm/lib/SelectImpressionEmoji/ImpressionEmojiEnum.d.ts +8 -0
  161. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.d.ts +4 -0
  162. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmoji.styled.d.ts +2 -0
  163. package/dist/esm/lib/SelectImpressionEmoji/SelectImpressionEmojiProps.d.ts +6 -0
  164. package/dist/esm/lib/SelectImpressionEmoji/emojis.d.ts +5 -0
  165. package/dist/esm/lib/SelectImpressionEmoji/index.d.ts +4 -0
  166. package/dist/esm/lib/StatusTag/StatusTag.d.ts +7 -0
  167. package/dist/esm/lib/StatusTag/StatusTag.style.d.ts +6 -0
  168. package/dist/esm/lib/StatusTag/index.d.ts +1 -0
  169. package/dist/esm/lib/UsersPsychologistScrollList/UserPsychologistScrollList.styled.d.ts +6 -0
  170. package/dist/esm/lib/UsersPsychologistScrollList/UsersPsychologistScrollList.d.ts +10 -0
  171. package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.d.ts +14 -0
  172. package/dist/esm/lib/archived-consultation-card/ArchivedConsultationCard.style.d.ts +4 -0
  173. package/dist/esm/lib/content-card/ContentCard.d.ts +15 -0
  174. package/dist/esm/lib/content-card/ContentCard.style.d.ts +11 -0
  175. package/dist/esm/lib/floating-button/FloatingButton.d.ts +8 -0
  176. package/dist/esm/lib/floating-button/FloatingButton.style.d.ts +6 -0
  177. package/dist/esm/lib/footer-for-booking/FooterForBooking.d.ts +9 -0
  178. package/dist/esm/lib/footer-for-booking/FooterForBooking.style.d.ts +6 -0
  179. package/dist/esm/lib/footer-for-booking/index.d.ts +1 -0
  180. package/dist/esm/lib/list-button/ListButton.d.ts +9 -0
  181. package/dist/esm/lib/list-button/ListButton.style.d.ts +2 -0
  182. package/dist/esm/lib/navigation-bar/NavigationBar.d.ts +8 -0
  183. package/dist/esm/lib/navigation-bar/NavigationBar.style.d.ts +8 -0
  184. package/dist/esm/lib/notes-card-text/NotesCardText.d.ts +6 -0
  185. package/dist/esm/lib/notes-card-text/NotesCardText.style.d.ts +1 -0
  186. package/dist/esm/lib/notes-card-text/index.d.ts +1 -0
  187. package/dist/esm/lib/notes-editor/NotesEditor.d.ts +5 -0
  188. package/dist/esm/lib/notes-editor/NotesEditor.styled.d.ts +2 -0
  189. package/dist/esm/lib/scroll-tabs/ScrollTabs.d.ts +7 -0
  190. package/dist/esm/lib/scroll-tabs/ScrollTabs.style.d.ts +3 -0
  191. package/dist/esm/lib/tab-bar/TabBar.d.ts +6 -0
  192. package/dist/esm/lib/tab-bar/TabBar.style.d.ts +5 -0
  193. package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.d.ts +10 -0
  194. package/dist/esm/lib/therapist-information-component/TherapistInformationComponent.style.d.ts +2 -0
  195. package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.d.ts +6 -0
  196. package/dist/esm/lib/your-local-time-block/YourLocalTimeBlock.styled.d.ts +2 -0
  197. package/package.json +1 -1
@@ -0,0 +1,15 @@
1
+ import { FC } from 'react';
2
+ type ChangeLangModalProps = {
3
+ title: string;
4
+ selected: string;
5
+ isOpen: boolean;
6
+ onSelect: (lang: string) => void;
7
+ onModalClose?: () => void;
8
+ };
9
+ type LanguagesListProps = {
10
+ selected: string;
11
+ onSelect: (lang: string) => void;
12
+ };
13
+ export declare const LanguagesList: FC<LanguagesListProps>;
14
+ declare const ChangeLangModal: FC<ChangeLangModalProps>;
15
+ export default ChangeLangModal;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const ChangeLangWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonModal & Pick<import("react").HTMLAttributes<HTMLIonModalElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonModalElement>>, any, {}, never>;
3
+ export declare const ChangeLangContent: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const LanguagesListWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ export { default } from './ChangeLangModal';
2
+ export * from './ChangeLangModal';
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { WithTranslation } from 'react-i18next';
3
+ type ChatListItemProps = {
4
+ name: string;
5
+ message?: string;
6
+ avatar?: string;
7
+ avatarReplacer?: JSX.Element;
8
+ newMessagesCount?: number;
9
+ onClick?: () => void;
10
+ status?: 'sent' | 'viewed';
11
+ time?: number;
12
+ timeZone?: string;
13
+ lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
14
+ locale?: string;
15
+ isDisabled?: boolean;
16
+ t?: WithTranslation['t'];
17
+ };
18
+ declare const _default: React.NamedExoticComponent<ChatListItemProps>;
19
+ export default _default;
@@ -0,0 +1,12 @@
1
+ export declare const ItemButton: import("styled-components").StyledComponent<"button", any, {}, never>;
2
+ export declare const InfoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const MessageInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const UserName: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export declare const MessageStatus: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ type TextMessageProps = {
7
+ lastMessageType: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
8
+ };
9
+ export declare const LastMessage: import("styled-components").StyledComponent<"div", any, TextMessageProps, never>;
10
+ export declare const BadgeContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
11
+ export declare const TextMessage: import("styled-components").StyledComponent<"p", any, TextMessageProps, never>;
12
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './ChatListItem';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
3
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const SkeletonWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './ChatListSkeleton';
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ type ChatMessageProps = {
3
+ message: string | File;
4
+ /**
5
+ * This property is specifically for broadcast messages.
6
+ * It allows a separate file (e.g., an image URL) to be associated with the broadcast message,
7
+ * while the 'message' property contains the text content.
8
+ */
9
+ fileUrl?: string;
10
+ position: 'left' | 'right';
11
+ time: number;
12
+ timeZone?: string;
13
+ status?: 'loading' | 'sent' | 'viewed';
14
+ messageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
15
+ onFileClick?: (type: 'file' | 'image', link: string) => void;
16
+ fileInfo?: {
17
+ originalName: string;
18
+ size: number;
19
+ width?: number;
20
+ height?: number;
21
+ };
22
+ locale?: string;
23
+ buttons?: {
24
+ text: string;
25
+ onClickHandler: () => void;
26
+ }[] | null;
27
+ };
28
+ declare const _default: React.NamedExoticComponent<ChatMessageProps>;
29
+ export default _default;
@@ -0,0 +1,36 @@
1
+ type MessageWrapperProps = {
2
+ position: 'left' | 'right';
3
+ messageType: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
4
+ };
5
+ export declare const MessageWrapper: import("styled-components").StyledComponent<"div", any, MessageWrapperProps, never>;
6
+ export declare const TextMessageWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ type ImageMessageWrapperProps = {
8
+ position: 'left' | 'right';
9
+ messageType?: 'text' | 'file' | 'image' | 'video' | 'system' | 'broadcast';
10
+ };
11
+ export declare const ImageMessageWrapper: import("styled-components").StyledComponent<"div", any, ImageMessageWrapperProps, never>;
12
+ type ImageTimeWrapperProps = {
13
+ position: 'left' | 'right';
14
+ };
15
+ export declare const ImageTimeWrapper: import("styled-components").StyledComponent<"div", any, ImageTimeWrapperProps, never>;
16
+ type MessageBubbleProps = {
17
+ position: 'left' | 'right';
18
+ };
19
+ export declare const MessageBubble: import("styled-components").StyledComponent<"div", any, MessageBubbleProps, never>;
20
+ export declare const MessageText: import("styled-components").StyledComponent<"div", any, {}, never>;
21
+ export declare const MessageTimeWrapper: import("styled-components").StyledComponent<"span", any, {}, never>;
22
+ export declare const MessageContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
23
+ type TimeStyledProps = {
24
+ position: 'left' | 'right';
25
+ };
26
+ export declare const TimeStyled: import("styled-components").StyledComponent<"div", any, TimeStyledProps, never>;
27
+ type FileMessageWrapperProps = {
28
+ position: 'left' | 'right';
29
+ };
30
+ export declare const FileMessageWrapper: import("styled-components").StyledComponent<"div", any, FileMessageWrapperProps, never>;
31
+ export declare const FileTimeWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
32
+ type VideoMessageWrapperProps = {
33
+ position: 'left' | 'right';
34
+ };
35
+ export declare const VideoMessageWrapper: import("styled-components").StyledComponent<"div", any, VideoMessageWrapperProps, never>;
36
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './ChatMessage';
@@ -0,0 +1,2 @@
1
+ declare const ChatMessageSkeleton: () => import("react/jsx-runtime").JSX.Element;
2
+ export default ChatMessageSkeleton;
@@ -0,0 +1,7 @@
1
+ export declare const SkeletonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ type SkeletonMessageWrapperProps = {
3
+ isBigger?: boolean;
4
+ position: 'left' | 'right';
5
+ };
6
+ export declare const SkeletonMessageWrapper: import("styled-components").StyledComponent<"div", any, SkeletonMessageWrapperProps, never>;
7
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './ChatMessageSkeleton';
@@ -0,0 +1,11 @@
1
+ import React, { FC } from 'react';
2
+ type EmptyChatList = {
3
+ title?: string;
4
+ text?: string;
5
+ withButton?: boolean;
6
+ buttonTitle?: string;
7
+ onClick?: () => void;
8
+ };
9
+ declare const EmptyChatList: FC<EmptyChatList>;
10
+ declare const _default: React.NamedExoticComponent<EmptyChatList>;
11
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const EmptyWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const Title: import("styled-components").StyledComponent<"h3", any, {}, never>;
3
+ export declare const EmptyMessage: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './EmptyChatList';
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ type EmptyChatMessagesProps = {
3
+ title?: string;
4
+ text: string;
5
+ };
6
+ declare const EmptyChatMessages: FC<EmptyChatMessagesProps>;
7
+ export default EmptyChatMessages;
@@ -0,0 +1,3 @@
1
+ export declare const EmptyWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const EmptyTitle: import("styled-components").StyledComponent<"h3", any, {}, never>;
3
+ export declare const EmptyMessage: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './EmptyChatMessages';
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ type LouseConnectProps = {
3
+ onClick?: () => void;
4
+ };
5
+ declare const LouseConnect: FC<LouseConnectProps>;
6
+ export default LouseConnect;
@@ -0,0 +1,3 @@
1
+ export declare const LouseConnectWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const WarningMessage: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const ButtonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1 @@
1
+ export { default } from './LouseConnect';
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { WithTranslation } from 'react-i18next';
3
+ type FileInfoType = {
4
+ originalName: string;
5
+ size: number;
6
+ width?: number;
7
+ height?: number;
8
+ };
9
+ type TextareaProps = {
10
+ onSend: (value: string) => void;
11
+ defaultValue?: string;
12
+ onFocus?: () => void;
13
+ onBlur?: () => void;
14
+ isOpen: boolean;
15
+ maxLength: number;
16
+ onError?: (message: string) => void;
17
+ onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
18
+ t?: WithTranslation['t'];
19
+ };
20
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLIonFooterElement>>>;
21
+ export default _default;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ export declare const TextareaWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const TextareaStyled: import("styled-components").StyledComponent<"textarea", any, {}, never>;
4
+ export declare const SendButton: import("styled-components").StyledComponent<"button", any, {}, never>;
5
+ export declare const StyledFooter: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonFooter & Pick<import("react").HTMLAttributes<HTMLIonFooterElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonFooterElement>>, any, {}, never>;
6
+ type StyledToolbarProps = {
7
+ isOpen: boolean;
8
+ };
9
+ export declare const StyledToolbar: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonToolbar & Pick<import("react").HTMLAttributes<HTMLIonToolbarElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonToolbarElement>>, any, StyledToolbarProps, never>;
10
+ export declare const AttachButton: import("styled-components").StyledComponent<"button", any, {}, never>;
11
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './Textarea';
@@ -0,0 +1,2 @@
1
+ export declare const loadImage: (path: string) => Promise<HTMLImageElement>;
2
+ export declare const loadVideo: (path: string) => Promise<HTMLVideoElement>;
@@ -0,0 +1 @@
1
+ export declare const timeNormalize: (message: string, timeZone: string, locale: string) => string;
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ export type EntryNotFoundProps = {
3
+ title?: string;
4
+ };
5
+ export declare const EntryNotFound: FC<EntryNotFoundProps>;
@@ -0,0 +1,2 @@
1
+ export declare const EntryNodFoundContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const EntryNotFoundTitle: import("styled-components").StyledComponent<"span", any, {}, never>;
@@ -0,0 +1 @@
1
+ export * from './EntryNotFound';
@@ -0,0 +1,40 @@
1
+ import React from 'react';
2
+ export type HorizontalCalendarProps = {
3
+ consultationDatesSeconds?: number[];
4
+ myNotesDatesSeconds?: number[];
5
+ toMeNotesDatesSeconds?: number[];
6
+ /**
7
+ * Days to be rendered. e.g. 15 - means 7 before today and 7 after today
8
+ */
9
+ daysToRender?: number;
10
+ value?: DayToRender | Date;
11
+ onChange?: (value: DayToRender) => void;
12
+ /**
13
+ * date from which a component should start coordinates.
14
+ * e.g. startFrom = "15.01.2022", daysToRender=5
15
+ * return ["13.02.2022", "14.01.2022", "15.01.2022", "16.01.2022", "17.01.2022"]
16
+ *
17
+ */
18
+ startFrom?: Date;
19
+ showSkeleton?: boolean;
20
+ };
21
+ declare enum DayOfWeek {
22
+ SUN = "\u041D\u0434",
23
+ MON = "\u041F\u043D",
24
+ TUE = "\u0412\u0442",
25
+ WED = "\u0421\u0440",
26
+ THU = "\u0427\u0442",
27
+ FRI = "\u041F\u0442",
28
+ SAT = "\u0421\u0431"
29
+ }
30
+ export type DayToRender = {
31
+ /**
32
+ * e.g. "2.2.122", "24.4.122"
33
+ */
34
+ shortDate: string;
35
+ dayOfMonth: number;
36
+ dayOfWeek: DayOfWeek;
37
+ date: Date;
38
+ };
39
+ export declare const HorizontalCalendar: React.FC<HorizontalCalendarProps>;
40
+ export {};
@@ -0,0 +1,2 @@
1
+ declare const HorizontalCalendarStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export default HorizontalCalendarStyled;
@@ -0,0 +1 @@
1
+ export * from './HorizontalCalendar';
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ interface ModalProps {
3
+ fullwidth?: boolean;
4
+ isOpen: boolean;
5
+ onDidDismiss: () => void;
6
+ }
7
+ declare const Modal: FC<ModalProps>;
8
+ export default Modal;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ type ModalStyledProps = {
3
+ isFullWidth: boolean;
4
+ };
5
+ export declare const ModalStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonModal & Pick<import("react").HTMLAttributes<HTMLIonModalElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonModalElement>>, any, ModalStyledProps, never>;
6
+ export {};
@@ -0,0 +1 @@
1
+ export { default } from './Modal';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import 'react-day-picker/dist/style.css';
3
+ export type ModalCalendarProps = {
4
+ onDaySelected: (day: Date) => void;
5
+ consultationDays: Date[];
6
+ smileDays?: Date[];
7
+ noteDays?: Date[];
8
+ selectedDate?: Date;
9
+ };
10
+ export declare const ModalCalendar: React.FC<ModalCalendarProps>;
@@ -0,0 +1,12 @@
1
+ export declare const ModalCalendarStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ type CustomDayWrapperProps = {
3
+ isActive?: boolean;
4
+ };
5
+ export declare const CustomDayWrapper: import("styled-components").StyledComponent<"div", any, CustomDayWrapperProps, never>;
6
+ type CustomDayProps = {
7
+ isActive?: boolean;
8
+ };
9
+ export declare const CustomDayStyled: import("styled-components").StyledComponent<"div", any, CustomDayProps, never>;
10
+ export declare const DotStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
11
+ export declare const NoteStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
12
+ export {};
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export type PersonDateTimeCardProps = {
3
+ photoSrc?: string;
4
+ name: string;
5
+ dateTime: Date;
6
+ };
7
+ declare const _default: React.NamedExoticComponent<PersonDateTimeCardProps>;
8
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const PersonDateTimeCardStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export default PersonDateTimeCardStyled;
@@ -0,0 +1,8 @@
1
+ declare enum ImpressionEmojiEnum {
2
+ DEPRESSED = -2,
3
+ SAD = -1,
4
+ NEUTRAL = 0,
5
+ HAPPY = 1,
6
+ LOVELY = 2
7
+ }
8
+ export default ImpressionEmojiEnum;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import SelectImpressionEmojiProps from './SelectImpressionEmojiProps';
3
+ declare const SelectImpressionEmoji: React.FC<SelectImpressionEmojiProps>;
4
+ export default SelectImpressionEmoji;
@@ -0,0 +1,2 @@
1
+ declare const SelectImpressionEmojiStyled: import("styled-components").StyledComponent<"ul", any, {}, never>;
2
+ export default SelectImpressionEmojiStyled;
@@ -0,0 +1,6 @@
1
+ import ImpressionEmojiEnum from './ImpressionEmojiEnum';
2
+ type SelectImpressionEmojiProps = {
3
+ value?: ImpressionEmojiEnum;
4
+ onChange?: (val: ImpressionEmojiEnum) => void;
5
+ };
6
+ export default SelectImpressionEmojiProps;