@mindly/ui-components 3.34.1 → 3.34.3
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/Inputs/ImageInput/ImageInput.d.ts +1 -0
- package/dist/cjs/types/lib/Inputs/LineFileInput/LineFileInput.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/Inputs/ImageInput/ImageInput.d.ts +1 -0
- package/dist/esm/types/lib/Inputs/LineFileInput/LineFileInput.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -8,5 +8,6 @@ declare const ImageInput: React.ForwardRefExoticComponent<{
|
|
|
8
8
|
isVideoContent?: boolean | undefined;
|
|
9
9
|
isError?: boolean | undefined;
|
|
10
10
|
loadedFileValue?: string | undefined;
|
|
11
|
+
renderMediaAfterLoad?: boolean | undefined;
|
|
11
12
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
|
|
12
13
|
export default ImageInput;
|
|
@@ -6,5 +6,6 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
|
6
6
|
loadedFileValue?: string | undefined;
|
|
7
7
|
onCloseClick?: (() => void) | undefined;
|
|
8
8
|
buttonLabel?: string | undefined;
|
|
9
|
+
renderMediaAfterLoad?: boolean | undefined;
|
|
9
10
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
|
|
10
11
|
export default _default;
|
package/dist/index.d.ts
CHANGED
|
@@ -899,6 +899,7 @@ declare const ImageInput: React.ForwardRefExoticComponent<{
|
|
|
899
899
|
isVideoContent?: boolean | undefined;
|
|
900
900
|
isError?: boolean | undefined;
|
|
901
901
|
loadedFileValue?: string | undefined;
|
|
902
|
+
renderMediaAfterLoad?: boolean | undefined;
|
|
902
903
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
|
|
903
904
|
|
|
904
905
|
declare const PasswordInput: React.ForwardRefExoticComponent<{
|
|
@@ -986,6 +987,7 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
|
|
|
986
987
|
loadedFileValue?: string | undefined;
|
|
987
988
|
onCloseClick?: (() => void) | undefined;
|
|
988
989
|
buttonLabel?: string | undefined;
|
|
990
|
+
renderMediaAfterLoad?: boolean | undefined;
|
|
989
991
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
|
|
990
992
|
|
|
991
993
|
export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$8 as BookingScheduleTime, _default$7 as BookingSpecialistInfo, Button, CancelSession, _default$r as ChatListItem, _default$p as ChatListSkeleton, _default$q as ChatMessage, ChatMessageSkeleton, _default$2 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$i as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$f as ConsultationModal, _default$d as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$3 as CustomCheckbox, _default$4 as CustomSelect, _default$5 as CustomTextarea, DatePicker, _default$b as DaySlider, DayToRender, _default$9 as EducationCard, _default$o as EmptyChatList, EmptyChatMessages, _default$g as EmptyConsultations, EntryNotFound, EntryNotFoundProps, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, _default$v as LetterAvatar, _default as LineFileInput, ListButton, ListSelect, LouseConnect, _default$s as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$u as PersonDateTimeCard, _default$a as ProfileView, _default$1 as ProgressBar, Range, _default$c as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$t as SelectImpressionEmoji, _default$h as SignUpSessionButton, _default$e as SignUpSessionModal, Skeleton, SpecialistAbout, SpecialistCard, _default$m as SpecialistEducationCard, _default$l as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SwitchDeviceCard, TabBar, Tag, _default$6 as TextInput, _default$n as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$j as VideoCallInfo, _default$k as VideoPlayer, WorkDirections, YourLocalTimeBlock, decOfNum, toast };
|