@mindly/ui-components 3.51.4 → 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/AppHeader/AppHeader.d.ts +1 -0
- 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/AppHeader/AppHeader.d.ts +1 -0
- 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 +35 -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;
|
|
@@ -369,6 +368,7 @@ declare const Avatar: FC<AvatarProps>;
|
|
|
369
368
|
|
|
370
369
|
declare type AppHeaderProps = {
|
|
371
370
|
fullwidth?: boolean;
|
|
371
|
+
className?: string;
|
|
372
372
|
};
|
|
373
373
|
declare const AppHeader: FC<AppHeaderProps>;
|
|
374
374
|
|
|
@@ -409,7 +409,7 @@ declare type SelectImpressionEmojiProps = {
|
|
|
409
409
|
onChange?: (val: ImpressionEmojiEnum) => void;
|
|
410
410
|
};
|
|
411
411
|
|
|
412
|
-
declare const _default$
|
|
412
|
+
declare const _default$u: React.NamedExoticComponent<SelectImpressionEmojiProps>;
|
|
413
413
|
|
|
414
414
|
interface FooterForBookingProps {
|
|
415
415
|
eventHandler: (props?: React.SyntheticEvent) => void;
|
|
@@ -438,7 +438,7 @@ declare type MediaPlayerProps = {
|
|
|
438
438
|
showControls: boolean;
|
|
439
439
|
isScreenSharing?: boolean;
|
|
440
440
|
} & HTMLAttributes<HTMLDivElement>;
|
|
441
|
-
declare const _default$
|
|
441
|
+
declare const _default$t: React.NamedExoticComponent<MediaPlayerProps>;
|
|
442
442
|
|
|
443
443
|
declare type RoundButtonPropsType = {
|
|
444
444
|
disabled?: boolean;
|
|
@@ -464,7 +464,7 @@ declare type ChatListItemProps = {
|
|
|
464
464
|
lastMessageType?: 'text' | 'file' | 'image' | 'video' | 'system';
|
|
465
465
|
locale?: string;
|
|
466
466
|
};
|
|
467
|
-
declare const _default$
|
|
467
|
+
declare const _default$s: React.NamedExoticComponent<ChatListItemProps>;
|
|
468
468
|
|
|
469
469
|
declare type ChatMessageProps = {
|
|
470
470
|
message: string | File;
|
|
@@ -482,11 +482,11 @@ declare type ChatMessageProps = {
|
|
|
482
482
|
};
|
|
483
483
|
locale?: string;
|
|
484
484
|
};
|
|
485
|
-
declare const _default$
|
|
485
|
+
declare const _default$r: React.NamedExoticComponent<ChatMessageProps>;
|
|
486
486
|
|
|
487
487
|
declare const ChatMessageSkeleton: () => JSX.Element;
|
|
488
488
|
|
|
489
|
-
declare const _default$
|
|
489
|
+
declare const _default$q: React.MemoExoticComponent<() => JSX.Element>;
|
|
490
490
|
|
|
491
491
|
declare type EmptyChatList = {
|
|
492
492
|
title?: string;
|
|
@@ -496,7 +496,7 @@ declare type EmptyChatList = {
|
|
|
496
496
|
onClick?: () => void;
|
|
497
497
|
};
|
|
498
498
|
declare const EmptyChatList: FC<EmptyChatList>;
|
|
499
|
-
declare const _default$
|
|
499
|
+
declare const _default$p: React.NamedExoticComponent<EmptyChatList>;
|
|
500
500
|
|
|
501
501
|
declare type EmptyChatMessagesProps = {
|
|
502
502
|
title?: string;
|
|
@@ -520,7 +520,7 @@ declare type TextareaProps = {
|
|
|
520
520
|
onError?: (message: string) => void;
|
|
521
521
|
onFileSelect?: (file: File | null, type: 'file' | 'image' | 'video', fileInfo: FileInfoType) => void;
|
|
522
522
|
};
|
|
523
|
-
declare const _default$
|
|
523
|
+
declare const _default$o: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLIonFooterElement>>>;
|
|
524
524
|
|
|
525
525
|
declare type LouseConnectProps = {
|
|
526
526
|
onClick?: () => void;
|
|
@@ -599,7 +599,7 @@ declare type SpecialistEducationCardProps$1 = {
|
|
|
599
599
|
yearEnd?: number | null;
|
|
600
600
|
showLoader?: boolean;
|
|
601
601
|
};
|
|
602
|
-
declare const _default$
|
|
602
|
+
declare const _default$n: React.NamedExoticComponent<SpecialistEducationCardProps$1>;
|
|
603
603
|
|
|
604
604
|
declare type SpecialistProfileViewCardProps$1 = {
|
|
605
605
|
avatarLink?: string | null;
|
|
@@ -612,7 +612,7 @@ declare type SpecialistProfileViewCardProps$1 = {
|
|
|
612
612
|
videoLinkUrl?: string | null;
|
|
613
613
|
showLoader?: boolean;
|
|
614
614
|
} & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
|
|
615
|
-
declare const _default$
|
|
615
|
+
declare const _default$m: React.NamedExoticComponent<SpecialistProfileViewCardProps$1>;
|
|
616
616
|
|
|
617
617
|
declare type SpecialistStatisticsCardProps$1 = {
|
|
618
618
|
activeClients?: number;
|
|
@@ -648,7 +648,7 @@ declare type VideoPlayerProps = {
|
|
|
648
648
|
closeModalHandler?: () => void;
|
|
649
649
|
onErrorContent: React.ReactElement;
|
|
650
650
|
} & JSX$1.IonModal;
|
|
651
|
-
declare const _default$
|
|
651
|
+
declare const _default$l: React.NamedExoticComponent<VideoPlayerProps>;
|
|
652
652
|
|
|
653
653
|
declare type NotSupportModalProps = {
|
|
654
654
|
closeModal?: () => void;
|
|
@@ -684,7 +684,7 @@ declare type VideoCallInfoProps = {
|
|
|
684
684
|
abbreviatedSeconds: string;
|
|
685
685
|
};
|
|
686
686
|
};
|
|
687
|
-
declare const _default$
|
|
687
|
+
declare const _default$k: React.NamedExoticComponent<VideoCallInfoProps>;
|
|
688
688
|
|
|
689
689
|
declare enum ConsultationCardType {
|
|
690
690
|
FEATURE = "feature",
|
|
@@ -715,14 +715,14 @@ declare type ConsultationCardProps = {
|
|
|
715
715
|
};
|
|
716
716
|
};
|
|
717
717
|
|
|
718
|
-
declare const _default$
|
|
718
|
+
declare const _default$j: React.NamedExoticComponent<ConsultationCardProps>;
|
|
719
719
|
|
|
720
720
|
declare type SignUpSessionButtonProps = {
|
|
721
721
|
label: string;
|
|
722
722
|
isLoading?: boolean;
|
|
723
723
|
onClick?: () => void;
|
|
724
724
|
};
|
|
725
|
-
declare const _default$
|
|
725
|
+
declare const _default$i: React.NamedExoticComponent<SignUpSessionButtonProps>;
|
|
726
726
|
|
|
727
727
|
declare type EmptyConsultationsProps = {
|
|
728
728
|
title: string;
|
|
@@ -730,7 +730,7 @@ declare type EmptyConsultationsProps = {
|
|
|
730
730
|
buttonLabel?: string;
|
|
731
731
|
onClick?: () => void;
|
|
732
732
|
};
|
|
733
|
-
declare const _default$
|
|
733
|
+
declare const _default$h: React.NamedExoticComponent<EmptyConsultationsProps>;
|
|
734
734
|
|
|
735
735
|
declare type ConsultationModalProps = {
|
|
736
736
|
isOpen: boolean;
|
|
@@ -765,7 +765,7 @@ declare type ConsultationModalProps = {
|
|
|
765
765
|
started?: string;
|
|
766
766
|
};
|
|
767
767
|
};
|
|
768
|
-
declare const _default$
|
|
768
|
+
declare const _default$g: React.NamedExoticComponent<ConsultationModalProps>;
|
|
769
769
|
|
|
770
770
|
declare type SpecialistData = {
|
|
771
771
|
id: string;
|
|
@@ -782,7 +782,7 @@ declare type SignUpSessionModalProps = {
|
|
|
782
782
|
title: string;
|
|
783
783
|
cancelBtnLabel: string;
|
|
784
784
|
};
|
|
785
|
-
declare const _default$
|
|
785
|
+
declare const _default$f: React.NamedExoticComponent<SignUpSessionModalProps>;
|
|
786
786
|
|
|
787
787
|
declare type ConsultationSpecialistCardProps = {
|
|
788
788
|
id: string;
|
|
@@ -793,7 +793,7 @@ declare type ConsultationSpecialistCardProps = {
|
|
|
793
793
|
onSignUp?: (id: string) => void;
|
|
794
794
|
signInBtnLabel: string;
|
|
795
795
|
};
|
|
796
|
-
declare const _default$
|
|
796
|
+
declare const _default$e: React.NamedExoticComponent<ConsultationSpecialistCardProps>;
|
|
797
797
|
|
|
798
798
|
declare type UserInfoModalProps = {
|
|
799
799
|
isOpen: boolean;
|
|
@@ -854,7 +854,7 @@ declare type ReScheduleProps = {
|
|
|
854
854
|
btnLabel: string;
|
|
855
855
|
};
|
|
856
856
|
};
|
|
857
|
-
declare const _default$
|
|
857
|
+
declare const _default$d: React.NamedExoticComponent<ReScheduleProps>;
|
|
858
858
|
|
|
859
859
|
declare type ReScheduleSuccessProps = {
|
|
860
860
|
name: string;
|
|
@@ -889,7 +889,7 @@ declare type DaySliderProps = JSX$1.IonSlides & HTMLAttributes<HTMLIonSlidesElem
|
|
|
889
889
|
tomorrow?: string;
|
|
890
890
|
};
|
|
891
891
|
};
|
|
892
|
-
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>>>;
|
|
893
893
|
|
|
894
894
|
declare type SpecialistWorkDirectionsPropsType = {
|
|
895
895
|
workDirections?: string[] | [];
|
|
@@ -907,7 +907,7 @@ declare type SpecialistProfileViewCardProps = {
|
|
|
907
907
|
onImageClick?: () => void;
|
|
908
908
|
isLoading?: boolean;
|
|
909
909
|
};
|
|
910
|
-
declare const _default$
|
|
910
|
+
declare const _default$b: React.NamedExoticComponent<SpecialistProfileViewCardProps>;
|
|
911
911
|
|
|
912
912
|
declare type SpecialistAboutProps = {
|
|
913
913
|
text?: string;
|
|
@@ -927,7 +927,7 @@ declare type SpecialistEducationCardProps = {
|
|
|
927
927
|
yearEnd?: number | null;
|
|
928
928
|
showLoader?: boolean;
|
|
929
929
|
};
|
|
930
|
-
declare const _default$
|
|
930
|
+
declare const _default$a: React.NamedExoticComponent<SpecialistEducationCardProps>;
|
|
931
931
|
|
|
932
932
|
declare type SpecialistStatisticsCardProps = {
|
|
933
933
|
trust?: boolean;
|
|
@@ -972,7 +972,7 @@ declare type BookingScheduleTimeProps = {
|
|
|
972
972
|
onClick?: (index: number, item: string) => void;
|
|
973
973
|
isLoading?: boolean;
|
|
974
974
|
};
|
|
975
|
-
declare const _default$
|
|
975
|
+
declare const _default$9: React.NamedExoticComponent<BookingScheduleTimeProps>;
|
|
976
976
|
|
|
977
977
|
declare type BookingSpecialistInfoProps = {
|
|
978
978
|
name: string;
|
|
@@ -981,7 +981,7 @@ declare type BookingSpecialistInfoProps = {
|
|
|
981
981
|
avatar?: string;
|
|
982
982
|
isLoading?: boolean;
|
|
983
983
|
};
|
|
984
|
-
declare const _default$
|
|
984
|
+
declare const _default$8: React.NamedExoticComponent<BookingSpecialistInfoProps>;
|
|
985
985
|
|
|
986
986
|
declare type SpecialistCardProps = {
|
|
987
987
|
fullName?: string;
|
|
@@ -1018,7 +1018,7 @@ declare type SpecialistCardProps = {
|
|
|
1018
1018
|
};
|
|
1019
1019
|
declare const SpecialistCard: React.FC<SpecialistCardProps>;
|
|
1020
1020
|
|
|
1021
|
-
declare const _default$
|
|
1021
|
+
declare const _default$7: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1022
1022
|
isError?: boolean | undefined;
|
|
1023
1023
|
errorStyle?: "filled" | "unfilled" | undefined;
|
|
1024
1024
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>>;
|
|
@@ -1039,11 +1039,11 @@ declare const PasswordInput: React.ForwardRefExoticComponent<{
|
|
|
1039
1039
|
error?: string | null | undefined;
|
|
1040
1040
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type"> & React.RefAttributes<HTMLInputElement>>;
|
|
1041
1041
|
|
|
1042
|
-
declare const _default$
|
|
1042
|
+
declare const _default$6: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1043
1043
|
isError?: boolean | undefined;
|
|
1044
1044
|
} & React.TextareaHTMLAttributes<HTMLTextAreaElement> & React.RefAttributes<HTMLTextAreaElement>>>;
|
|
1045
1045
|
|
|
1046
|
-
declare const _default$
|
|
1046
|
+
declare const _default$5: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1047
1047
|
options: {
|
|
1048
1048
|
id: string | number;
|
|
1049
1049
|
label: string | number;
|
|
@@ -1076,7 +1076,7 @@ declare type CustomCheckboxProps = {
|
|
|
1076
1076
|
isCheckbox?: boolean;
|
|
1077
1077
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
1078
1078
|
};
|
|
1079
|
-
declare const _default$
|
|
1079
|
+
declare const _default$4: React.MemoExoticComponent<React.ForwardRefExoticComponent<CustomCheckboxProps & React.RefAttributes<HTMLInputElement>>>;
|
|
1080
1080
|
|
|
1081
1081
|
declare type CheckboxListItem = {
|
|
1082
1082
|
id: ReactText;
|
|
@@ -1104,7 +1104,7 @@ declare type CheckboxListProps = {
|
|
|
1104
1104
|
from: string;
|
|
1105
1105
|
};
|
|
1106
1106
|
};
|
|
1107
|
-
declare const _default$
|
|
1107
|
+
declare const _default$3: React.NamedExoticComponent<CheckboxListProps>;
|
|
1108
1108
|
|
|
1109
1109
|
declare type BookingHeaderProps = {
|
|
1110
1110
|
title?: string;
|
|
@@ -1118,9 +1118,9 @@ declare type ProgressBarProps = {
|
|
|
1118
1118
|
progress: number;
|
|
1119
1119
|
loaderTitle?: string;
|
|
1120
1120
|
};
|
|
1121
|
-
declare const _default$
|
|
1121
|
+
declare const _default$2: React.NamedExoticComponent<ProgressBarProps>;
|
|
1122
1122
|
|
|
1123
|
-
declare const _default$
|
|
1123
|
+
declare const _default$1: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
1124
1124
|
title: string;
|
|
1125
1125
|
subTitle?: string | undefined;
|
|
1126
1126
|
isError?: boolean | undefined;
|
|
@@ -1150,7 +1150,7 @@ declare type FlagProps = {
|
|
|
1150
1150
|
name: keyof typeof FlagTypes;
|
|
1151
1151
|
dimensions?: number;
|
|
1152
1152
|
};
|
|
1153
|
-
declare const _default
|
|
1153
|
+
declare const _default: React.NamedExoticComponent<FlagProps>;
|
|
1154
1154
|
|
|
1155
1155
|
declare type SpecialistLangsProps = {
|
|
1156
1156
|
showLoader?: boolean;
|
|
@@ -1177,8 +1177,4 @@ declare type LanguagesListProps = {
|
|
|
1177
1177
|
declare const LanguagesList: FC<LanguagesListProps>;
|
|
1178
1178
|
declare const ChangeLangModal: FC<ChangeLangModalProps>;
|
|
1179
1179
|
|
|
1180
|
-
|
|
1181
|
-
children: React.ReactNode;
|
|
1182
|
-
} & JSX$2.IonModal & React.RefAttributes<HTMLIonModalElement>>>;
|
|
1183
|
-
|
|
1184
|
-
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';
|