@mindly/ui-components 3.22.5 → 3.24.0
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 +40 -34
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +4 -3
- package/dist/cjs/types/lib/Consultations/{SpecialistInfoModal/SpecialistInfoModal.d.ts → UserInfoModal/UserInfoModal.d.ts} +4 -3
- package/dist/cjs/types/lib/Consultations/{SpecialistInfoModal/SpecialistInfoModal.style.d.ts → UserInfoModal/UserInfoModal.style.d.ts} +9 -2
- package/dist/cjs/types/lib/Consultations/UserInfoModal/index.d.ts +1 -0
- package/dist/cjs/types/lib/DaySlider/DaySlider.d.ts +9 -0
- package/dist/cjs/types/lib/DaySlider/DaySlider.style.d.ts +5 -0
- package/dist/cjs/types/lib/DaySlider/index.d.ts +1 -0
- package/dist/cjs/types/lib/DaySlider/utils.d.ts +1 -0
- package/dist/esm/index.js +46 -40
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +4 -3
- package/dist/esm/types/lib/Consultations/{SpecialistInfoModal/SpecialistInfoModal.d.ts → UserInfoModal/UserInfoModal.d.ts} +4 -3
- package/dist/esm/types/lib/Consultations/{SpecialistInfoModal/SpecialistInfoModal.style.d.ts → UserInfoModal/UserInfoModal.style.d.ts} +9 -2
- package/dist/esm/types/lib/Consultations/UserInfoModal/index.d.ts +1 -0
- package/dist/esm/types/lib/DaySlider/DaySlider.d.ts +9 -0
- package/dist/esm/types/lib/DaySlider/DaySlider.style.d.ts +5 -0
- package/dist/esm/types/lib/DaySlider/index.d.ts +1 -0
- package/dist/esm/types/lib/DaySlider/utils.d.ts +1 -0
- package/dist/index.d.ts +31 -55
- package/package.json +1 -1
- package/dist/cjs/types/lib/ConsultationCardDeprecated/ConsultationCard.style.d.ts +0 -7
- package/dist/cjs/types/lib/ConsultationCardDeprecated/ConsultationCardDeprecated.d.ts +0 -31
- package/dist/cjs/types/lib/ConsultationCardDeprecated/ConsultationCardDeprecatedSkeleton.d.ts +0 -2
- package/dist/cjs/types/lib/ConsultationCardDeprecated/index.d.ts +0 -2
- package/dist/cjs/types/lib/Consultations/SpecialistInfoModal/index.d.ts +0 -1
- package/dist/esm/types/lib/ConsultationCardDeprecated/ConsultationCard.style.d.ts +0 -7
- package/dist/esm/types/lib/ConsultationCardDeprecated/ConsultationCardDeprecated.d.ts +0 -31
- package/dist/esm/types/lib/ConsultationCardDeprecated/ConsultationCardDeprecatedSkeleton.d.ts +0 -2
- package/dist/esm/types/lib/ConsultationCardDeprecated/index.d.ts +0 -2
- package/dist/esm/types/lib/Consultations/SpecialistInfoModal/index.d.ts +0 -1
|
@@ -28,7 +28,6 @@ import RowSelect from './lib/Filters/RowSelect';
|
|
|
28
28
|
import Toggle from './lib/Filters/Toggle';
|
|
29
29
|
export { ArchivedConsultationCard, DatePicker, Button, FloatingButton, ListButton, NavigationBar, ContentCard, TherapistCard, toast, NoInternetConnection, TherapistInformationComponent, Input, ScrollTabs, TabBar, YourLocalTimeBlock, ModalCalendar, HorizontalCalendar, ImpressionEmojiEnum, LetterAvatar, ImageWithFallback, PersonDateTimeCard, UsersPsychologistScrollList, NotesEditor, NotesCardText, ListSelect, Range, RowSelect, Toggle, };
|
|
30
30
|
export * from './lib/EntryNotFound';
|
|
31
|
-
export * from './lib/ConsultationCardDeprecated';
|
|
32
31
|
export * from './lib/Avatar';
|
|
33
32
|
export { default as AppHeader } from './lib/AppHeader';
|
|
34
33
|
export * from './lib/AppHeader';
|
|
@@ -105,8 +104,8 @@ export { default as SignUpSessionModal } from './lib/Consultations/SignUpSession
|
|
|
105
104
|
export * from './lib/Consultations/SignUpSessionModal';
|
|
106
105
|
export { default as ConsultationSpecialistCard } from './lib/Consultations/ConsultationSpecialistCard';
|
|
107
106
|
export * from './lib/Consultations/ConsultationSpecialistCard';
|
|
108
|
-
export { default as
|
|
109
|
-
export * from './lib/Consultations/
|
|
107
|
+
export { default as UserInfoModal } from './lib/Consultations/UserInfoModal';
|
|
108
|
+
export * from './lib/Consultations/UserInfoModal';
|
|
110
109
|
export { default as CancelSession } from './lib/Consultations/CancelSession';
|
|
111
110
|
export * from './lib/Consultations/CancelSession';
|
|
112
111
|
export { default as ReSchedule } from './lib/Consultations/ReSchedule';
|
|
@@ -115,3 +114,5 @@ export { default as ReScheduleSuccess } from './lib/Consultations/ReScheduleSucc
|
|
|
115
114
|
export * from './lib/Consultations/ReScheduleSuccess';
|
|
116
115
|
export { default as TooltipComponent } from './lib/TooltipComponent';
|
|
117
116
|
export * from './lib/TooltipComponent';
|
|
117
|
+
export { default as DaySlider } from './lib/DaySlider';
|
|
118
|
+
export * from './lib/DaySlider';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
declare type
|
|
2
|
+
declare type UserInfoModalProps = {
|
|
3
3
|
isOpen: boolean;
|
|
4
4
|
id: string;
|
|
5
5
|
name: string;
|
|
@@ -10,6 +10,7 @@ declare type SpecialistInfoModalProps = {
|
|
|
10
10
|
onProfile?: (id: string) => void;
|
|
11
11
|
onSignUp?: (id: string) => void;
|
|
12
12
|
onClose: () => void;
|
|
13
|
+
isClient?: boolean;
|
|
13
14
|
};
|
|
14
|
-
declare const
|
|
15
|
-
export default
|
|
15
|
+
declare const UserInfoModal: FC<UserInfoModalProps>;
|
|
16
|
+
export default UserInfoModal;
|
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
declare type SpecialistInfoWrapperProps = {
|
|
3
|
+
isClient: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare const SpecialistInfoWrapper: 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" | "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" | "children" | "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, SpecialistInfoWrapperProps, never>;
|
|
6
|
+
declare type SpecialistInfoContainerProps = {
|
|
7
|
+
isClient: boolean;
|
|
8
|
+
};
|
|
9
|
+
export declare const SpecialistInfoContainer: import("styled-components").StyledComponent<"div", any, SpecialistInfoContainerProps, never>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './UserInfoModal';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React, { HTMLAttributes, RefAttributes } from 'react';
|
|
2
|
+
import { JSX } from '@ionic/core/components';
|
|
3
|
+
declare type DaySliderProps = JSX.IonSlides & HTMLAttributes<HTMLIonSlidesElement> & RefAttributes<HTMLIonSlidesElement> & {
|
|
4
|
+
slides: number[];
|
|
5
|
+
timeZone?: string;
|
|
6
|
+
onDayClick?: (i: number, item: number) => void;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "timeZone" | keyof JSX.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const DaySliderWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
+
export declare const SlideStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSlide & Pick<import("react").HTMLAttributes<HTMLIonSlideElement>, "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" | "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" | "children" | "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<HTMLIonSlideElement>>, any, {}, never>;
|
|
4
|
+
export declare const DateButton: import("styled-components").StyledComponent<"button", any, {}, never>;
|
|
5
|
+
export declare const SliderDivider: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './DaySlider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const dateNormalize: (date: number, timeZone: string) => string;
|