@mindly/ui-components 5.105.4 → 5.105.5
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 +7 -7
- package/dist/cjs/lib2/features/FilterFeature/FilterRangeFeature.d.ts +1 -2
- package/dist/cjs/lib2/features/FilterFeature/types.d.ts +1 -0
- package/dist/cjs/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +1 -0
- package/dist/cjs/lib2/shared/types/user.d.ts +4 -0
- package/dist/cjs/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +2 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/lib2/features/FilterFeature/FilterRangeFeature.d.ts +1 -2
- package/dist/esm/lib2/features/FilterFeature/types.d.ts +1 -0
- package/dist/esm/lib2/features/SpecialistInfoColumnFeature/SpecialistInfoColumnFeature.d.ts +1 -0
- package/dist/esm/lib2/shared/types/user.d.ts +4 -0
- package/dist/esm/lib2/widgets/SpecialistCardWidget/SpecialistCardWidget.stories.d.ts +2 -0
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { FC } from 'react';
|
|
2
2
|
import { SupportedCurrency } from '../../shared';
|
|
3
3
|
export type FilterRangeFeatureProps = {
|
|
4
4
|
className?: string;
|
|
@@ -10,6 +10,5 @@ export type FilterRangeFeatureProps = {
|
|
|
10
10
|
ticks?: boolean;
|
|
11
11
|
currency?: SupportedCurrency;
|
|
12
12
|
};
|
|
13
|
-
export declare const RangeStyled: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonRange & Pick<React.HTMLAttributes<HTMLIonRangeElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & React.RefAttributes<HTMLIonRangeElement>>, any, {}, never>;
|
|
14
13
|
declare const FilterRangeFeature: FC<FilterRangeFeatureProps>;
|
|
15
14
|
export default FilterRangeFeature;
|
|
@@ -11,6 +11,7 @@ export type SpecialistInfoColumnFeatureProps = {
|
|
|
11
11
|
sessionDurationMinutes: number;
|
|
12
12
|
currentPriceType: SupportedCurrency;
|
|
13
13
|
className?: string;
|
|
14
|
+
globalPersonalPrice?: number;
|
|
14
15
|
};
|
|
15
16
|
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
|
|
16
17
|
export default SpecialistInfoColumnFeature;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SupportedCurrency } from './common';
|
|
1
2
|
export type Sex = 'male' | 'female';
|
|
2
3
|
export type SpecialistOrderType = {
|
|
3
4
|
specialist_id: string;
|
|
@@ -30,4 +31,7 @@ export type UserType = {
|
|
|
30
31
|
dob?: string;
|
|
31
32
|
country?: string;
|
|
32
33
|
tax_id?: string;
|
|
34
|
+
global_personal_price?: number;
|
|
35
|
+
global_personal_price_currency?: SupportedCurrency;
|
|
36
|
+
possible_price_filters?: number[];
|
|
33
37
|
};
|
|
@@ -16,3 +16,5 @@ export declare const WithoutExperience: Story;
|
|
|
16
16
|
export declare const WithSuperSpecialistAndNewSpecialist: Story;
|
|
17
17
|
export declare const WithSuperSpecialistAndNewSpecialistWithoutMatch: Story;
|
|
18
18
|
export declare const WithUsdCurrency: Story;
|
|
19
|
+
export declare const WithGlobalPersonalPrice: Story;
|
|
20
|
+
export declare const FullPaid: Story;
|
package/dist/index.d.ts
CHANGED
|
@@ -1775,6 +1775,9 @@ type UserType = {
|
|
|
1775
1775
|
dob?: string;
|
|
1776
1776
|
country?: string;
|
|
1777
1777
|
tax_id?: string;
|
|
1778
|
+
global_personal_price?: number;
|
|
1779
|
+
global_personal_price_currency?: SupportedCurrency;
|
|
1780
|
+
possible_price_filters?: number[];
|
|
1778
1781
|
};
|
|
1779
1782
|
|
|
1780
1783
|
type SpecialistEducation = {
|
|
@@ -3081,6 +3084,7 @@ type SpecialistInfoColumnFeatureProps = {
|
|
|
3081
3084
|
sessionDurationMinutes: number;
|
|
3082
3085
|
currentPriceType: SupportedCurrency;
|
|
3083
3086
|
className?: string;
|
|
3087
|
+
globalPersonalPrice?: number;
|
|
3084
3088
|
};
|
|
3085
3089
|
declare const SpecialistInfoColumnFeature: FC<SpecialistInfoColumnFeatureProps>;
|
|
3086
3090
|
|
|
@@ -3528,6 +3532,7 @@ type FilterFeatureProps = {
|
|
|
3528
3532
|
badge?: BadgeProps;
|
|
3529
3533
|
description?: string;
|
|
3530
3534
|
multiple?: boolean;
|
|
3535
|
+
range?: number[];
|
|
3531
3536
|
totalItems?: number;
|
|
3532
3537
|
isLoadingTotalItems?: boolean;
|
|
3533
3538
|
onChange?(value: FilterValue): void;
|