@mindly/ui-components 3.51.5 → 3.51.6
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 +57 -57
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +0 -2
- package/dist/cjs/types/lib/ChangeLangModal/ChangeLangModal.style.d.ts +1 -3
- package/dist/cjs/types/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +1 -3
- package/dist/cjs/types/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +1 -3
- package/dist/cjs/types/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +1 -3
- package/dist/cjs/types/lib/Modal/Modal.style.d.ts +1 -3
- package/dist/esm/index.js +58 -58
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +0 -2
- package/dist/esm/types/lib/ChangeLangModal/ChangeLangModal.style.d.ts +1 -3
- package/dist/esm/types/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +1 -3
- package/dist/esm/types/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +1 -3
- package/dist/esm/types/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +1 -3
- package/dist/esm/types/lib/Modal/Modal.style.d.ts +1 -3
- package/dist/index.d.ts +34 -39
- package/package.json +1 -2
- package/dist/cjs/types/lib/CustomModal/CustomModal.d.ts +0 -6
- package/dist/cjs/types/lib/CustomModal/index.d.ts +0 -1
- package/dist/esm/types/lib/CustomModal/CustomModal.d.ts +0 -6
- package/dist/esm/types/lib/CustomModal/index.d.ts +0 -1
|
@@ -163,5 +163,3 @@ export { default as SpecialistLangs } from './lib/SpecialistProfile/SpecialistLa
|
|
|
163
163
|
export * from './lib/SpecialistProfile/SpecialistLangs';
|
|
164
164
|
export { default as ChangeLangModal } from './lib/ChangeLangModal';
|
|
165
165
|
export * from './lib/ChangeLangModal';
|
|
166
|
-
export { default as CustomModal } from './lib/CustomModal';
|
|
167
|
-
export * from './lib/CustomModal';
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const ChangeLangWrapper: import("styled-components").StyledComponent<import("react").
|
|
3
|
-
children: import("react").ReactNode;
|
|
4
|
-
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, {}, never>;
|
|
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" | "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, {}, never>;
|
|
5
3
|
export declare const ChangeLangContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
4
|
export declare const LanguagesListWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>;
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
declare type ConsultationModalWrapperProps = {
|
|
3
3
|
height: number;
|
|
4
4
|
};
|
|
5
|
-
export declare const ConsultationModalWrapper: import("styled-components").StyledComponent<import("react").
|
|
6
|
-
children: import("react").ReactNode;
|
|
7
|
-
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, ConsultationModalWrapperProps, never>;
|
|
5
|
+
export declare const ConsultationModalWrapper: 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, ConsultationModalWrapperProps, never>;
|
|
8
6
|
export declare const ConsultationModalContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
7
|
export {};
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
declare type SignUpSessionWrapperProps = {
|
|
3
3
|
height: number;
|
|
4
4
|
};
|
|
5
|
-
export declare const SignUpSessionWrapper: import("styled-components").StyledComponent<import("react").
|
|
6
|
-
children: import("react").ReactNode;
|
|
7
|
-
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, SignUpSessionWrapperProps, never>;
|
|
5
|
+
export declare const SignUpSessionWrapper: 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, SignUpSessionWrapperProps, never>;
|
|
8
6
|
export declare const SignUpSessionContent: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
7
|
export {};
|
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
declare type SpecialistInfoWrapperProps = {
|
|
3
3
|
isClient: boolean;
|
|
4
4
|
};
|
|
5
|
-
export declare const SpecialistInfoWrapper: import("styled-components").StyledComponent<import("react").
|
|
6
|
-
children: import("react").ReactNode;
|
|
7
|
-
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, SpecialistInfoWrapperProps, never>;
|
|
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>;
|
|
8
6
|
declare type SpecialistInfoContainerProps = {
|
|
9
7
|
isClient: boolean;
|
|
10
8
|
};
|
|
@@ -2,7 +2,5 @@
|
|
|
2
2
|
declare type ModalStyledProps = {
|
|
3
3
|
isFullWidth: boolean;
|
|
4
4
|
};
|
|
5
|
-
export declare const ModalStyled: import("styled-components").StyledComponent<import("react").
|
|
6
|
-
children: import("react").ReactNode;
|
|
7
|
-
} & import("@ionic/core/dist/types/components").JSX.IonModal & import("react").RefAttributes<HTMLIonModalElement>>>, any, ModalStyledProps, never>;
|
|
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" | "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, ModalStyledProps, never>;
|
|
8
6
|
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import React, { ReactNode, CSSProperties, HTMLAttributes, RefAttributes, FC, ReactText, ReactElement, ChangeEvent } from 'react';
|
|
3
3
|
import { JSX as JSX$1 } from '@ionic/core/components';
|
|
4
4
|
import { ILocalVideoTrack, IRemoteVideoTrack, ILocalAudioTrack, IRemoteAudioTrack } from 'agora-rtc-sdk-ng';
|
|
5
|
-
import { JSX as JSX$2 } from '@ionic/core';
|
|
6
5
|
|
|
7
6
|
interface ButtonProps$1 {
|
|
8
7
|
buttonType: 'primary' | 'secondary' | 'actionButton' | 'actionButtonDisabled' | 'secondaryWithStroke' | 'secondaryCancel' | 'actionButtonActive' | 'actionButtonGreen';
|
|
@@ -214,7 +213,7 @@ declare type LetterAvatarProps = {
|
|
|
214
213
|
fontSize?: number;
|
|
215
214
|
onClick?: () => void;
|
|
216
215
|
};
|
|
217
|
-
declare const _default$
|
|
216
|
+
declare const _default$w: React.NamedExoticComponent<LetterAvatarProps>;
|
|
218
217
|
|
|
219
218
|
declare type ImageWithFallbackProps = JSX.IntrinsicElements['img'] & {
|
|
220
219
|
onErrorContent: React.ReactElement;
|
|
@@ -226,7 +225,7 @@ declare type PersonDateTimeCardProps = {
|
|
|
226
225
|
name: string;
|
|
227
226
|
dateTime: Date;
|
|
228
227
|
};
|
|
229
|
-
declare const _default$
|
|
228
|
+
declare const _default$v: React.NamedExoticComponent<PersonDateTimeCardProps>;
|
|
230
229
|
|
|
231
230
|
declare type PsychologistProfileType = {
|
|
232
231
|
id: string;
|
|
@@ -410,7 +409,7 @@ declare type SelectImpressionEmojiProps = {
|
|
|
410
409
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
411
410
|
};
|
|
412
411
|
|
|
413
|
-
declare const _default$
|
|
412
|
+
declare const _default$u: React.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
414
413
|
|
|
415
414
|
interface FooterForBookingProps {
|
|
416
415
|
eventHandler: (props?: React.SyntheticEvent) => void;
|
|
@@ -439,7 +438,7 @@ declare type MediaPlayerProps = {
|
|
|
439
438
|
showControls: boolean;
|
|
440
439
|
isScreenSharing?: boolean;
|
|
441
440
|
} & HTMLAttributes<HTMLDivElement>;
|
|
442
|
-
declare const _default$
|
|
441
|
+
declare const _default$t: React.NamedExoticComponent<MediaPlayerProps>;
|
|
443
442
|
|
|
444
443
|
declare type RoundButtonPropsType = {
|
|
445
444
|
disabled?: boolean;
|
|
@@ -465,7 +464,7 @@ declare type ChatListItemProps = {
|
|
|
465
464
|
lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
|
|
466
465
|
locale?: string;
|
|
467
466
|
};
|
|
468
|
-
declare const _default$
|
|
467
|
+
declare const _default$s: React.NamedExoticComponent<ChatListItemProps>;
|
|
469
468
|
|
|
470
469
|
declare type ChatMessageProps = {
|
|
471
470
|
message: string | File;
|
|
@@ -483,11 +482,11 @@ declare type ChatMessageProps = {
|
|
|
483
482
|
};
|
|
484
483
|
locale?: string;
|
|
485
484
|
};
|
|
486
|
-
declare const _default$
|
|
485
|
+
declare const _default$r: React.NamedExoticComponent<ChatMessageProps>;
|
|
487
486
|
|
|
488
487
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
489
488
|
|
|
490
|
-
declare const _default$
|
|
489
|
+
declare const _default$q: React.MemoExoticComponent<() => JSX.Element>;
|
|
491
490
|
|
|
492
491
|
declare type EmptyChatList = {
|
|
493
492
|
title?: string;
|
|
@@ -497,7 +496,7 @@ declare type EmptyChatList = {
|
|
|
497
496
|
onClick?: () => void;
|
|
498
497
|
};
|
|
499
498
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
500
|
-
declare const _default$
|
|
499
|
+
declare const _default$p: React.NamedExoticComponent<EmptyChatList>;
|
|
501
500
|
|
|
502
501
|
declare type EmptyChatMessagesProps = {
|
|
503
502
|
title?: string;
|
|
@@ -521,7 +520,7 @@ declare type TextareaProps = {
|
|
|
521
520
|
onError?: (message: string) => void;
|
|
522
521
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
523
522
|
};
|
|
524
|
-
declare const _default$
|
|
523
|
+
declare const _default$o: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLIonFooterElement>>>;
|
|
525
524
|
|
|
526
525
|
declare type LouseConnectProps = {
|
|
527
526
|
onClick?: () => void;
|
|
@@ -600,7 +599,7 @@ declare type SpecialistEducationCardProps$1 = {
|
|
|
600
599
|
yearEnd?: number | null;
|
|
601
600
|
showLoader?: boolean;
|
|
602
601
|
};
|
|
603
|
-
declare const _default$
|
|
602
|
+
declare const _default$n: React.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
604
603
|
|
|
605
604
|
declare type SpecialistProfileViewCardProps$1 = {
|
|
606
605
|
avatarLink?: string | null;
|
|
@@ -613,7 +612,7 @@ declare type SpecialistProfileViewCardProps$1 = {
|
|
|
613
612
|
videoLinkUrl?: string | null;
|
|
614
613
|
showLoader?: boolean;
|
|
615
614
|
} & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
616
|
-
declare const _default$
|
|
615
|
+
declare const _default$m: React.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
617
616
|
|
|
618
617
|
declare type SpecialistStatisticsCardProps$1 = {
|
|
619
618
|
activeClients?: number;
|
|
@@ -649,7 +648,7 @@ declare type VideoPlayerProps = {
|
|
|
649
648
|
closeModalHandler?: () => void;
|
|
650
649
|
onErrorContent: React.ReactElement;
|
|
651
650
|
} & JSX$1.IonModal;
|
|
652
|
-
declare const _default$
|
|
651
|
+
declare const _default$l: React.NamedExoticComponent<VideoPlayerProps>;
|
|
653
652
|
|
|
654
653
|
declare type NotSupportModalProps = {
|
|
655
654
|
closeModal?: () => void;
|
|
@@ -685,7 +684,7 @@ declare type VideoCallInfoProps = {
|
|
|
685
684
|
abbreviatedSeconds: string;
|
|
686
685
|
};
|
|
687
686
|
};
|
|
688
|
-
declare const _default$
|
|
687
|
+
declare const _default$k: React.NamedExoticComponent<VideoCallInfoProps>;
|
|
689
688
|
|
|
690
689
|
declare enum ConsultationCardType {
|
|
691
690
|
FEATURE = "feature",
|
|
@@ -716,14 +715,14 @@ declare type ConsultationCardProps = {
|
|
|
716
715
|
};
|
|
717
716
|
};
|
|
718
717
|
|
|
719
|
-
declare const _default$
|
|
718
|
+
declare const _default$j: React.NamedExoticComponent<ConsultationCardProps>;
|
|
720
719
|
|
|
721
720
|
declare type SignUpSessionButtonProps = {
|
|
722
721
|
label: string;
|
|
723
722
|
isLoading?: boolean;
|
|
724
723
|
onClick?: () => void;
|
|
725
724
|
};
|
|
726
|
-
declare const _default$
|
|
725
|
+
declare const _default$i: React.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
727
726
|
|
|
728
727
|
declare type EmptyConsultationsProps = {
|
|
729
728
|
title: string;
|
|
@@ -731,7 +730,7 @@ declare type EmptyConsultationsProps = {
|
|
|
731
730
|
buttonLabel?: string;
|
|
732
731
|
onClick?: () => void;
|
|
733
732
|
};
|
|
734
|
-
declare const _default$
|
|
733
|
+
declare const _default$h: React.NamedExoticComponent<EmptyConsultationsProps>;
|
|
735
734
|
|
|
736
735
|
declare type ConsultationModalProps = {
|
|
737
736
|
isOpen: boolean;
|
|
@@ -766,7 +765,7 @@ declare type ConsultationModalProps = {
|
|
|
766
765
|
started?: string;
|
|
767
766
|
};
|
|
768
767
|
};
|
|
769
|
-
declare const _default$
|
|
768
|
+
declare const _default$g: React.NamedExoticComponent<ConsultationModalProps>;
|
|
770
769
|
|
|
771
770
|
declare type SpecialistData = {
|
|
772
771
|
id: string;
|
|
@@ -783,7 +782,7 @@ declare type SignUpSessionModalProps = {
|
|
|
783
782
|
title: string;
|
|
784
783
|
cancelBtnLabel: string;
|
|
785
784
|
};
|
|
786
|
-
declare const _default$
|
|
785
|
+
declare const _default$f: React.NamedExoticComponent<SignUpSessionModalProps>;
|
|
787
786
|
|
|
788
787
|
declare type ConsultationSpecialistCardProps = {
|
|
789
788
|
id: string;
|
|
@@ -794,7 +793,7 @@ declare type ConsultationSpecialistCardProps = {
|
|
|
794
793
|
onSignUp?: (id: string) => void;
|
|
795
794
|
signInBtnLabel: string;
|
|
796
795
|
};
|
|
797
|
-
declare const _default$
|
|
796
|
+
declare const _default$e: React.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
798
797
|
|
|
799
798
|
declare type UserInfoModalProps = {
|
|
800
799
|
isOpen: boolean;
|
|
@@ -855,7 +854,7 @@ declare type ReScheduleProps = {
|
|
|
855
854
|
btnLabel: string;
|
|
856
855
|
};
|
|
857
856
|
};
|
|
858
|
-
declare const _default$
|
|
857
|
+
declare const _default$d: React.NamedExoticComponent<ReScheduleProps>;
|
|
859
858
|
|
|
860
859
|
declare type ReScheduleSuccessProps = {
|
|
861
860
|
name: string;
|
|
@@ -890,7 +889,7 @@ declare type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElem
|
|
|
890
889
|
tomorrow?: string;
|
|
891
890
|
};
|
|
892
891
|
};
|
|
893
|
-
declare const _default$
|
|
892
|
+
declare const _default$c: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<DaySliderProps, "key" | "locale" | "translations" | keyof JSX$1.IonSlides | keyof React.HTMLAttributes<HTMLIonSlidesElement> | "slides" | "onDayClick"> & React.RefAttributes<HTMLIonSlidesElement>>>;
|
|
894
893
|
|
|
895
894
|
declare type SpecialistWorkDirectionsPropsType = {
|
|
896
895
|
workDirections?: string[] | [];
|
|
@@ -908,7 +907,7 @@ declare type SpecialistProfileViewCardProps = {
|
|
|
908
907
|
onImageClick?: () => void;
|
|
909
908
|
isLoading?: boolean;
|
|
910
909
|
};
|
|
911
|
-
declare const _default$
|
|
910
|
+
declare const _default$b: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
912
911
|
|
|
913
912
|
declare type SpecialistAboutProps = {
|
|
914
913
|
text?: string;
|
|
@@ -928,7 +927,7 @@ declare type SpecialistEducationCardProps = {
|
|
|
928
927
|
yearEnd?: number | null;
|
|
929
928
|
showLoader?: boolean;
|
|
930
929
|
};
|
|
931
|
-
declare const _default$
|
|
930
|
+
declare const _default$a: React.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
932
931
|
|
|
933
932
|
declare type SpecialistStatisticsCardProps = {
|
|
934
933
|
trust?: boolean;
|
|
@@ -973,7 +972,7 @@ declare type BookingScheduleTimeProps = {
|
|
|
973
972
|
onClick?: (index: number, item: string) => void;
|
|
974
973
|
isLoading?: boolean;
|
|
975
974
|
};
|
|
976
|
-
declare const _default$
|
|
975
|
+
declare const _default$9: React.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
977
976
|
|
|
978
977
|
declare type BookingSpecialistInfoProps = {
|
|
979
978
|
name: string;
|
|
@@ -982,7 +981,7 @@ declare type BookingSpecialistInfoProps = {
|
|
|
982
981
|
avatar?: string;
|
|
983
982
|
isLoading?: boolean;
|
|
984
983
|
};
|
|
985
|
-
declare const _default$
|
|
984
|
+
declare const _default$8: React.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
986
985
|
|
|
987
986
|
declare type SpecialistCardProps = {
|
|
988
987
|
fullName?: string;
|
|
@@ -1019,7 +1018,7 @@ declare type SpecialistCardProps = {
|
|
|
1019
1018
|
};
|
|
1020
1019
|
declare const SpecialistCard: React.FC<SpecialistCardProps>;
|
|
1021
1020
|
|
|
1022
|
-
declare const _default$
|
|
1021
|
+
declare const _default$7: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1023
1022
|
isError?: boolean | undefined;
|
|
1024
1023
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1025
1024
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
|
|
@@ -1040,11 +1039,11 @@ declare const PasswordInput: React.ForwardRefExoticComponent<{
|
|
|
1040
1039
|
error?: string | null | undefined;
|
|
1041
1040
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
|
|
1042
1041
|
|
|
1043
|
-
declare const _default$
|
|
1042
|
+
declare const _default$6: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1044
1043
|
isError?: boolean | undefined;
|
|
1045
1044
|
} & React.TextareaHTMLAttributes<HTMLTextAreaElement> & React.RefAttributes<HTMLTextAreaElement>>>;
|
|
1046
1045
|
|
|
1047
|
-
declare const _default$
|
|
1046
|
+
declare const _default$5: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1048
1047
|
options: {
|
|
1049
1048
|
id: string | number;
|
|
1050
1049
|
label: string | number;
|
|
@@ -1077,7 +1076,7 @@ declare type CustomCheckboxProps = {
|
|
|
1077
1076
|
isCheckbox?: boolean;
|
|
1078
1077
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1079
1078
|
};
|
|
1080
|
-
declare const _default$
|
|
1079
|
+
declare const _default$4: React.MemoExoticComponent<React.ForwardRefExoticComponent<CustomCheckboxProps & React.RefAttributes<HTMLInputElement>>>;
|
|
1081
1080
|
|
|
1082
1081
|
declare type CheckboxListItem = {
|
|
1083
1082
|
id: ReactText;
|
|
@@ -1105,7 +1104,7 @@ declare type CheckboxListProps = {
|
|
|
1105
1104
|
from: string;
|
|
1106
1105
|
};
|
|
1107
1106
|
};
|
|
1108
|
-
declare const _default$
|
|
1107
|
+
declare const _default$3: React.NamedExoticComponent<CheckboxListProps>;
|
|
1109
1108
|
|
|
1110
1109
|
declare type BookingHeaderProps = {
|
|
1111
1110
|
title?: string;
|
|
@@ -1119,9 +1118,9 @@ declare type ProgressBarProps = {
|
|
|
1119
1118
|
progress: number;
|
|
1120
1119
|
loaderTitle?: string;
|
|
1121
1120
|
};
|
|
1122
|
-
declare const _default$
|
|
1121
|
+
declare const _default$2: React.NamedExoticComponent<ProgressBarProps>;
|
|
1123
1122
|
|
|
1124
|
-
declare const _default$
|
|
1123
|
+
declare const _default$1: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1125
1124
|
title: string;
|
|
1126
1125
|
subTitle?: string | undefined;
|
|
1127
1126
|
isError?: boolean | undefined;
|
|
@@ -1151,7 +1150,7 @@ declare type FlagProps = {
|
|
|
1151
1150
|
name: keyof typeof FlagTypes;
|
|
1152
1151
|
dimensions?: number;
|
|
1153
1152
|
};
|
|
1154
|
-
declare const _default
|
|
1153
|
+
declare const _default: React.NamedExoticComponent<FlagProps>;
|
|
1155
1154
|
|
|
1156
1155
|
declare type SpecialistLangsProps = {
|
|
1157
1156
|
showLoader?: boolean;
|
|
@@ -1178,8 +1177,4 @@ declare type LanguagesListProps = {
|
|
|
1178
1177
|
declare const LanguagesList: FC<LanguagesListProps>;
|
|
1179
1178
|
declare const ChangeLangModal: FC<ChangeLangModalProps>;
|
|
1180
1179
|
|
|
1181
|
-
|
|
1182
|
-
children: React.ReactNode;
|
|
1183
|
-
} & JSX$2.IonModal & React.RefAttributes<HTMLIonModalElement>>>;
|
|
1184
|
-
|
|
1185
|
-
export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$a as BookingScheduleTime, _default$9 as BookingSpecialistInfo, Button, CancelSession, ChangeLangModal, _default$t as ChatListItem, _default$r as ChatListSkeleton, _default$s as ChatMessage, ChatMessageSkeleton, _default$4 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$k as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$h as ConsultationModal, _default$f as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$5 as CustomCheckbox, _default as CustomModal, _default$6 as CustomSelect, _default$7 as CustomTextarea, DatePicker, _default$d as DaySlider, DayToRender, _default$b as EducationCard, _default$q as EmptyChatList, EmptyChatMessages, _default$i as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default$1 as Flag, FlagTypes, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$x as LetterAvatar, _default$2 as LineFileInput, ListButton, ListSelect, LouseConnect, _default$u as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$w as PersonDateTimeCard, _default$c as ProfileView, _default$3 as ProgressBar, Range, _default$e as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$v as SelectImpressionEmoji, _default$j as SignUpSessionButton, _default$g as SignUpSessionModal, Skeleton, SpecialistAbout, SpecialistCard, _default$o as SpecialistEducationCard, SpecialistLangs, _default$n as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$8 as TextInput, _default$p as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$l as VideoCallInfo, _default$m as VideoPlayer, WorkDirections, YourLocalTimeBlock, decOfNum, toast };
|
|
1180
|
+
export { AppFooter, AppHeader, ArchivedConsultationCard, Avatar, AvatarProps, _default$9 as BookingScheduleTime, _default$8 as BookingSpecialistInfo, Button, CancelSession, ChangeLangModal, _default$s as ChatListItem, _default$q as ChatListSkeleton, _default$r as ChatMessage, ChatMessageSkeleton, _default$3 as CheckboxList, CheckboxListCategory, CheckboxListItem, CheckboxTypes, ChevronHeader, _default$j as ConsultationCard, ConsultationCardProps, ConsultationCardType, _default$g as ConsultationModal, _default$e as ConsultationSpecialistCard, Container, ContentCard, CustomButton, _default$4 as CustomCheckbox, _default$5 as CustomSelect, _default$6 as CustomTextarea, DatePicker, _default$c as DaySlider, DayToRender, _default$a as EducationCard, _default$p as EmptyChatList, EmptyChatMessages, _default$h as EmptyConsultations, EntryNotFound, EntryNotFoundProps, _default as Flag, FlagTypes, FloatingButton, FooterForBooking, HorizontalCalendar, HorizontalCalendarProps, ImageInput, ImageWithFallback, ImpressionEmojiEnum, Input, LanguagesList, _default$w as LetterAvatar, _default$1 as LineFileInput, ListButton, ListSelect, LouseConnect, _default$t as MediaPlayer, Modal, ModalCalendar, NavigationBar, NoInternetConnection, NotSupportModal, NotesCardText, NotesEditor, PasswordInput, _default$v as PersonDateTimeCard, _default$b as ProfileView, _default$2 as ProgressBar, Range, _default$d as ReSchedule, ReScheduleSuccess, RoundButton, RowSelect, ScrollTabs, SectionHeading, Segment, SegmentColor, SegmentType, _default$u as SelectImpressionEmoji, _default$i as SignUpSessionButton, _default$f as SignUpSessionModal, Skeleton, SpecialistAbout, SpecialistCard, _default$n as SpecialistEducationCard, SpecialistLangs, _default$m as SpecialistProfileViewCard, SpecialistStatisticsCard, SpecialistWorkDirections, StatisticsScroll, StatusTag, SuccessScreen, SwitchDeviceCard, TabBar, Tag, _default$7 as TextInput, _default$o as Textarea, TherapistCard, TherapistInformationComponent, Toggle, TooltipComponent, UpdatesCard, UserInfoModal, UsersPsychologistScrollList, _default$k as VideoCallInfo, _default$l as VideoPlayer, WorkDirections, YourLocalTimeBlock, decOfNum, toast };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindly/ui-components",
|
|
3
|
-
"version": "3.51.
|
|
3
|
+
"version": "3.51.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "react-scripts start",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"-": "^0.0.1",
|
|
21
21
|
"@babel/polyfill": "^7.12.1",
|
|
22
|
-
"@capacitor-community/intercom": "^4.0.2",
|
|
23
22
|
"@capacitor/keyboard": "4.1.0",
|
|
24
23
|
"@ionic/react": "^6.1.11",
|
|
25
24
|
"@ionic/react-router": "^6.1.11",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { JSX } from '@ionic/core';
|
|
3
|
-
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
} & JSX.IonModal & React.RefAttributes<HTMLIonModalElement>>>;
|
|
6
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './CustomModal';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { JSX } from '@ionic/core';
|
|
3
|
-
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
} & JSX.IonModal & React.RefAttributes<HTMLIonModalElement>>>;
|
|
6
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './CustomModal';
|